:root {
    --black: #000;
    --recommended-black: #1E2022;
    --white: #ffffff;
    --gray-700: #63666a;
    --gray-600: #75787b;
    --gray-500: #DFE1E0;
    --gray-400: #D0D0CE;
    --gray-300: #e0e0e0;
    --gray-100: #f4f4f4;
    --gray-50: #fafafa;
    --deloitte-green: #C4D600;
    --deloitte-green2: #71a64d;
    --deloitte-green3: #7fb333;
    --button-green: #86BC25;
    --button-on-mouse-green: #5F9400;
    --accessible-green: #26890D;
    --footer-green:#046C38;
    --light-green: #E2F0D9;
    --step-blue: #30919C;      
}

.container,
.sp_header,
.hamburger-sp-menuwrap,
.h-other-asset-menu,
footer {
    font-family: "Open Sans", "Noto Sans JP", sans-serif !important;
}

.wow{
    visibility: hidden;
}

@media (360px <= width <= 992px) {
.container {
      padding: 0 5%;
    }
}

.text-white {
    color: #FFFFFF;
}
  
.text-green {
    color: var(--accessible-green, #26890D);
}

.text-black {
    color: var(--recommended-black);
}

.footer-link{
    color: var(--gray-700)
}

footer {
    padding: 32px 24px;
    font-size: 10px;
    line-height: 1.8;
    background-color: var(--gray-100);
    min-height: 172px;
}


/* header aera*/
.main-title {
    font-size: 42px;
    line-height: 61px;
    font-weight: bold;
    color: var(--accessible-green, #26890D);
}

.header-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    color: var(--recommended-black);
}

.sub-title-text {
    font-size: 20px;
}

.introduce-link {
    color: var(--footer-green);
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: bold;
}

.container-header {
    padding-top: 75px;
    padding-bottom: 75px;
}

.container-margin {
    margin-bottom: 120px;
}


.header-title-row {
    min-height: 183px;
    margin-bottom: 36px;
}


/* section*/
.section-title {
    font-size: 45px;
    line-height: 65px;
    font-weight: bold;
    text-align: center;
}

.section-text {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    color: var(--recommended-black);
}

.section-des-text {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: var(--recommended-black);
}

/* section problem*/
.section-pb {
    /* height: 738px; */
    padding-top: 71px; 
    padding-bottom: 140px; 
    background: #F5F5F4 url('../img/background.png') 0% 0% padding-box ;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    opacity: 1;
}

.section-pm-text {
    padding-top: 50px;
}

.card-container{
    margin-top: 50px;
    gap: 24px 0;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}

.problem-card {
    padding: 27px 48px;
    width: 80%;
    border: 2px solid var(--recommended-green);
    border-radius: 12px;
    /* UI Properties */
    background-color: var(--white);
    backdrop-filter: blur(7px);
    opacity: 0.8;
}

.fixed-top-second{
    display: none !important;
}

.problem-card-text{
    text-align: left;
    font-size: 24px;
    font-weight:bold;
    line-height: 35px;
}


/* section solution area */
.section-sn {
    display: flex;
    padding-top: 120px;
    background-color: #F5F5F4;
}

.solution-title {
    color: var(--recommended-black);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.pc-row{
    display: flex;
    margin-top: 100px;
    height: 480px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.pc-row::before {
    content: '';
    position: absolute;
    width: 480px;
    height: 480px;
    background-color: #6FC2B4; 
    border-radius: 50%;
    z-index: 1; /* 最下位レベル */
    opacity:0.4;
}

.pc-img { 
    margin-top: 49px;
    /* width: 50%; */
    height: 354px;
    z-index: 2; 
}

.arrow-row{
    display: flex;
    margin-top: -44px;
    width: 90%;
    height: 82px;
    justify-content: center;
}

.arrow-img-l{
    margin-left: 242px;
    width: 80px;
    object-fit: contain;
}

.arrow-img-r{
    margin-right: 242px;
    width: 80px;
    object-fit: contain;
}

.arrow-img{
    width: 12px;
    height:82px;
    z-index: 2;
}

.point-row{
    display: flex;
    gap: 0px 30px;
    margin-top: 50px;
    width: auto;
    height: auto;
}

.point-card {
    width: 300px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    background-position: center center;
    border-radius: 16px;
    box-shadow: -3px 3px 20px #00000029;
    opacity: 1;
}

.point-card-column {
    min-height: 464px;
    margin-top: -4.5rem;
}

.point-text{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: var(--accessible-green);
    text-align: -webkit-center;
}

.point-num{
    font-size: 39px;
    line-height: 36px;
    font-weight: bold;
    color: var(--accessible-green);
    text-align: -webkit-center;
}

.point-img{
    margin-top: 12px;
    width: 264px;
    height: 188px;
}

.point-title {
    padding-top: 20px;
    color: var(--recommended-black);
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}

.point-des-text {
    padding-top: 20px;
    width: 264px;
    /* height: 96px; */
    color: var(--recommended-black);
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: 500;
}

.delay-1 {
    animation-delay: 0.4s;
}

.delay-2 {
    animation-delay: 0.8s;
}

.delay-3 {
    animation-delay: 1.2s;
}

.delay-4 {
    animation-delay: 1.6s;
}

.delay-5 {
    animation-delay: 2.0s;
}

/* section project area */
.section-pt{
    padding-top: 120px;
    display: flex;
    justify-content: center;
}

.section-text-row {
   width: 100%;
   margin-top: 50px;
}

.project-img-row{
    display: flex;
    margin-top: 93px;
    width: 85%;
    height: 312px; 
    align-items: center;  
}

.compass-img-row{
    margin-top: 24px;
    width: 80%;
}

.compass-img { 
    width: 100%;
    height: 347px;
    background: transparent url('../img/pt-compass.png') no-repeat padding-box;
    background-size: cover;
    border-radius: 30px;
}

.project-img { 
    width: 45%;
    height: 312px;
    object-fit: contain;
}

.plus-img { 
    width: 54px;
    height: 57px;
    object-fit: contain;
}

.check-img { 
    width: 36px;
    height: 36px;
    margin-right: 20px;
    object-fit: contain;
}

.pt-card-1 { 
    position: relative;
    margin-top: -50px;
    padding: 40px 40px;
    width: 60%;

    background-color: #FFFFFF;
    border-radius: 16px;
    border: 7px solid transparent;
    /* box-shadow: -1px 3px 20px #00000029; */
    filter: drop-shadow(-1px 4px 20px rgba(0,0,0,0.2));
}

.pt-card-2 { 
    position: relative;
    margin-top: -50px;
    padding: 40px 40px;
    width: 60%;
    background-color: #FFFFFF;
    border-radius: 16px;
    border: 7px solid transparent;
    box-shadow: -1px 3px 20px #00000029;
}

.pt-card-1:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 39%;
    bottom: -30px;
    border-top: 25px solid #FFFFFF;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
}

.pt-card-text-1 {
    color: var(--accessible-green);
    font-size: 26px;
    line-height: 29px;
    text-align: left;
    font-weight: bold;
}

.pt-card-text-2 {
    color: var(--recommended-black);
    font-size: 20px;
    line-height: 29px;
    text-align: left;
    font-weight: 500;
}

.pt-card-text-3 {
    padding-top: 16px;
    padding-left: 56px;
    color: var(--recommended-black);
    font-size: 20px;
    line-height: 29px;
    text-align: left;
    font-weight: 500;
}


/* section merit area */
.section-mt{
    display: flex;
    padding-top: 120px;
    justify-content: center;
    background-color: #F5F5F4;
}

.mt-row{
    margin-top: 100px;
    display: flex;
    width: 80%;
    height: 336px; 
    flex-direction: column; 
    justify-content: center;
    background-repeat: no-repeat; 
    opacity: 1;
}

.section-mt .mt-row:nth-of-type(1){
    margin-top: 90px;
    background-image: url('../img/number-01.png');
    background-position: 10px -17px;
    background-size: 170px 200px; 
  }

.section-mt .mt-row:nth-of-type(2) {
    margin-top: 40px;
    background-image: url('../img/number-02.png');
    background-position: 62% 0px;
    background-size: 170px 200px; 
}

.section-mt .mt-row:nth-of-type(3){
    margin-top: 40px;
    background-image: url('../img/number-03.png');
    background-position: 10px -30px;
    background-size: 170px 200px; 
}
  
.merit-img {
    width: 48%;
    border-radius: 20px;
}

.section-mt-text {
    width: auto;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    color: var(--recommended-black);
}

/* section process area */
.section-ps{
    display: flex;
    padding-top: 120px;
}

.section-ps::after{
    content: '';
    margin-top: 270px;
    width: 535px;
    min-height: 685px; 
    right: 0%;
    position: absolute;
    background: transparent url('../img/tablet.png') no-repeat padding-box;
    background-size: cover;
    overflow: hidden;
    opacity: 0.65;
}

.ps-title {
    color: var(--accessible-green);
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
 }

.text-row-ps {
    margin-top: 50px;
}

.ps-card-col{
    padding-top: 55px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-card-header { 
    display: flex;
    position: relative;
    margin-top: 22px;
    width: 779px;
    height: 59px;
    border-radius: 16px 16px 0 0;
    z-index: 2;
}

.ps-card-header::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left:49%;
    bottom: -24px;
    border-radius: 3px;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
}

.card-header-1{
    background-color: var(--gray-600);
}

.card-header-1::after {
    border-top: 25px solid var(--gray-600);
}

.card-header-2{
    background-color: var(--accessible-green);
}

.card-header-2::after {
    border-top: 25px solid var(--accessible-green);
}

.card-header-3{
    background-color: var(--step-blue);
}

.card-header-3::after {
    border-top: 25px solid var(--step-blue);
}

.ps-card-title { 
    padding-top: 14px;
    width: 238px;
    height: 32px;
    font-size: 22px;
    font-weight: bold;
    color: var(--white);
}

.ps-card-title p{ 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ps-card-content { 
    display: flex;
    position: relative;

    height: 167px;
    background-color: var(--white);
    border-radius: 0 0 16px 16px;
    box-shadow: -1px 3px 20px #00000029;
    z-index: 1;
}

.ps-card-step{
    display: flex;
    width: 90px;
    height: 44px;
    padding-bottom: 4px;
    margin-left: 30px;
}

.ps-card-step p{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.step-text {
    font-size: 18px;
    font-weight: bold;
    color: var(--white);
}

.step-num-text {
    margin-left: 8px;
    font-size: 30px;
}

.ps-card-text {
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    color: var(--recommended-black);
}

.ps-card-des-text {
    width: auto;
    height: auto;
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--recommended-black);
}

.screenshot-img {
    margin-right: 25px;
    width: 180px;
    height: 98px; 
}

.screenshot-img-2 {
    margin-right: 25px;
    width: 180px;
    height: 113px; 
}

.screenshot-img-3 {
    margin-right: 25px;
    width: 99px;
    height: 146px; 
}

.presentation-img {
    margin-right: 25px;
    width: 180px;
    height:113px; 
}


/* section question area */
.section-qn{
    display: flex;
    padding-top: 120px;
    justify-content: center;
    background-color: #F5F5F4;
}

.toggle:after {
    background-color: var(--white);
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 20px;
}

.toggle:before {
    content: '';
    background-color: var(--black);
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(180deg);
}

.toggle.collapsed:after {
    background-color: var(--black);
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(90deg);
}

.accordion-custom{
    width: 80%;
    padding-top: 70px;
}

.accordion-item {
    border-radius: 6px;
    margin-bottom: 20px;
}

div .accordion-header button[aria-expanded="true"] {
    background-color: white;
    border-color: none;
}

.accordion-button{
    margin-bottom: 1px;
    /* height: 90px; */
    font-size: 20px;
    font-weight: 500;
    border-radius: 4px;
    color: var(--recommended-black);
    padding: 24px 76px 24px 24px;

}

.accordion-button:hover, .accordion-button:active {
    background-color: var(--gray-400);
    color: var(--recommended-black);
}

.accordion-button:focus,
.accordion-button:checked {
    color: var(--recommended-black);
    background-color: var(--white);
    box-shadow: 0 0 0 0.1rem var(--white);
}

.answer-card{
    padding: 35px;
    background-color: var(--gray-600);
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
}

/* section contact area */
.section-ct{
    display: flex;
    padding-top: 87px;
    padding-bottom: 87px;
    align-items: center;
    background: var(--footer-green) 0% 0% no-repeat padding-box;
}

.ct-section-row{
    position: relative;
    padding-top: 70px;
    width: 80%;
    min-height: 356px;
    justify-content: center;
    border-radius: 16px;
    background-color: var(--gray-400);
    transform: rotate(-3deg);
    transform-origin: center; 
    z-index: 1;
}

.ct-section-row::before {
    content: '';
    position: absolute;
    top: 0;
    width: 102%;
    height: 356px;
    border-radius: 16px;
    transform: rotate(3deg);
    background: var(--white) 0% 0% no-repeat padding-box;
    z-index: -1;
}

.cols-rotate {
    transform: rotate(3deg) !important;
}

.section-text-ct {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: var(--recommended-black);
}

.ct-text-span {
    margin-top: 30px;
    margin-bottom: -23px;
}

.accordion {
    border: unset !important;
}

.accordion-item {
    background-color: unset !important;
    border: unset !important;
    
}

.padding-topOnscroll {
    margin-top: 100px;
    background-color:  rgb(241,240,236);
}

.sp_header .h-logo {
    margin-top: 20px !important;
}

.center {
    text-align: center;
    text-align: -webkit-center;
}

.contact-btn {
    width: 260px;
    margin-top: 60px;
    margin-bottom: 36px;
    padding: 15px 40px;
    font-size: 20px;
    color: var(--white);
    background: var(--accessible-green);
    box-shadow: -1px 3px 20px rgba(9, 46, 7, 0.3);
    transition: transform 0.3s ease;
}

.sp-only {
    display: none;
}

.fixed-top {
    position: fixed!important
}

@media (360px <= width <= 768px) {
    .list-group-item {
        border: none;
    }

    .container-margin {
        margin-bottom: 100px;
    }    

    .divider::before {
        content: '';
        display: block;
        border-top: 1px solid #DBDBDB; 
        margin: 20px 17px; 
        width: 90%; 
    }

    .container-header {
        padding-top: 350px;
        padding-bottom: 40px;
        height: auto;
    }

    .header-title-row {
        min-height: auto;
        margin-bottom: 18px;
    }

    header::after{
       display: none;
    }

    .contact-btn {
        margin-top: 40px;
        margin-bottom: 28px;
        width: 260px;
        height: 60px;
        font-size: 20px;
        text-align: center;
    }

    .section-pb {
        display: flex;
        background-size: 400%;
        background-position: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
        background-position-y: bottom;
    }

    .problem-card{
        width: 100%;
        height: auto;
        padding: 18px 23px;
    }

    .problem-card-text{
        font-size: 20px;
        line-height: 30px;
    }

    .card-container{
        height: auto;
    }

    .card-container .higher{
        height: auto;
    }

    .section-sn{
        padding-top: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
    }

    .arrow-row{
        display: none;
    }

    .pc-row{
        margin-top: 75px;  
        height:280px;
        padding-bottom: 20px;
    } 

    .pc-row::before {
        left:auto;
        width: 280px;
        height: 280px;
    }
    
    .pc-img {
        margin-top: 29px;
        height: 207px;
        width: auto;
    }

    .point-row{
        flex-direction: column;  
        gap: 90px 0px;
        margin-top: 90px;
        padding-bottom: 100px;
    }

    .section-pt{
        padding-top: 100px;
        flex-direction: column;
    }
    .section-text-row{
        height: auto;
    }

    .project-img-row{
        margin-top: 70px;
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .project-img {
        width: 100%;
        height: 260px;
    }

    .plus-img { 
        width: 15%;
        height: 90px;
    }

    .compass-img { 
        width: 100%;
        height: 260px;
        background: transparent url('../img/pt-compass-sp.png') no-repeat padding-box;
        background-size: cover;
    }

    .pt-card-1{
        width:100%;
        height: auto;
        padding: 34px 16px;
    
    }
    
    .pt-card-text-1{
        font-size: 21px;
        line-height: 24px;
    }

    .pt-card-1:after {
        left: 135px;
        border-top: 25px solid #FFFFFF;
        border-right: 40px solid transparent;
        border-left: 40px solid transparent;
    }

    .pt-card-text-2{
        font-size: 16px;
        line-height: 24px;
    }

    .pt-card-text-3{
        font-size: 16px;
        line-height: 24px;
    }

    .compass-img-row{
        /* margin-top: -40px; */
        width:100%;
        height: auto;
    }

    .pt-card-2{
        margin-top: -12px;
        width:100%;
        height: auto;
        flex-direction: column;
        align-items: center; 
        padding: 34px 16px;
    }

    .mt-row{
        width: 100%;
        height: auto;
        flex-direction: row;
        align-items: center; 
    }

    .section-mt{
        height: auto;
        padding-top: 100px;
    }

    .section-mt .mt-row:nth-of-type(1){
        margin-top: 70px;
        /* background-position: 10px 0px;
        background-size: 188px 230px;  */
        background-size: 48%;
        background-position-y: 88%;
    }
    
    .section-mt .mt-row:nth-of-type(2) {
        margin-top: 60px;
        background-image: url('../img/number-02.png');
        /* background-position: 70% -17px;
        background-size: 170px 200px;  */
        background-size: 48%;
        background-position-y: 100%;
        background-position-x: 0;
    }
    
    .section-mt .mt-row:nth-of-type(3){
        margin-top: 60px;
        background-image: url('../img/number-03.png');
        background-size: 48%;
        background-position-y: 75%;
    }
      
    .merit-img {
        width: 100%;
        height: 255px;
    }

    .section-mt-text{
        font-size: 17px;
        line-height: 36px;
        height: auto;
        margin-top: 87px;
    }

    .section-ps{
        height: auto;
        padding-top: 100px;
    }

    .section-ps::after{
        display: none;
    }

    .step-card {
        width: 100%;
    }

    .ps-card-col{
        padding-top: 51px;
        gap: 20px 0;
        width: 100%;
        height: auto;
    }

    .ps-card-header{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 122px;
        padding-top: 10px;
    }

    .ps-card-step {
        width: 100%;
        padding-bottom: unset;
        margin-left: unset;
    }

    .ps-card-step p {
        position: relative;
        top: unset;
        transform: unset;
        width: 100%;
        text-align: center;
    }
    
    .ps-card-content {
        width: 100%;
        height: auto;
        padding: 40px 20px;
        flex-direction: column;
    }

    .ps-card-content img {
        margin-top: 25px;
    }

    .ps-step1-card-content .ps-card-text {
        text-align: left;
    }

    .ps-card-text {
        padding-left: 0;
        text-align: center;
    }

    .ps-card-des-text {
        text-align: center;
        padding-left: 0;
        padding-top: 24px;
        margin-bottom: 0;
    }

    .ps-card-title { 
        width: 100%;
        text-align: center;
    }

    .ps-card-title p {
        transform: unset;
        width: 100%;
        position: relative;
        top: unset;
        left: unset;
    }

    .text-row-ps {
        height: auto;
    }

    .section-qn{
        padding-top: 100px;
        height: auto; 
    }

    .accordion-custom{
        width: 100%;
        height: auto;
    }

    .section-ct{
        height: auto;
    }
    
    .ct-section-row{
        width: 100%;
        height: auto;
    }

    .section-text-ct {
        font-size: 25px;
        line-height: 36px;
    }

    footer {
        padding: 0 0 32px 0;
    }

    .declaration {
        padding: 0 24px;
    }


    .split-list {
        display: flex !important;
        flex-flow: wrap;
        padding: 0;
        margin-bottom: 32px;
        margin-right: 0;
    }

    .split-list li {
        border-top: 1px solid #fff;
        width: 50%;
        align-items: center;
        justify-content: center;
        padding: 16px 0 16px 0;
    }

    .split-list .list-inline-item:not(:last-child) {
        margin-right: 0;
        text-align: center;
    }

    .list-inline-item {
        margin-right: 0;
        text-align: center;
    }

    .list-inline-item a {
        text-decoration: none;
    }

    .split-list li:nth-child(odd) {
        border-right: 1px solid #fff;
    }

    .split-list li:nth-child(n+3) {
        border-bottom: 1px solid #fff;
    }

    .sp-header-center-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ps-title {
        font-size: 24px;
        line-height: 36px;
    }

    .ps-card-header::after {
        bottom: -18px;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        left: 45%;
    }

    .accordion-item {
        border-radius: 15px !important;
    }
    .accordion-button {
        font-size: 18px;
        line-height: 36px;

        padding: 24px 76px 24px 24px;
        border-radius: 15px !important;
        border: unset;
    }

    .answer-card {
        padding: 24px;
        border-radius: 15px;
        border: unset;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .card-header-3.sp-only {
        height: 162px;
    }

    .section-ps .container{
        background: transparent url('../img/tablet.png') no-repeat padding-box;
        background-size: 160%;
        background-position-y: 11%;
        background-position-x: -36%;
    }
    
    .check-img {
        width: 29px;
        height: 29px;
    }

    .sp-menu-container .list-group-item {
        padding-top: 11px;
        padding-bottom: 11px;
        margin-bottom: 11px;
    }
}

@media (768px <= width <= 992px) {
    .contact-btn {
      width: 70%;
    }
}
.contact-btn a {
    color: var(--white);
    text-decoration: none;
}

.contact-btn:hover,
.contact-btn:active, 
.contact-btn:focus,
.contact-btn:checked {
    background-color: var(--footer-green) !important;
    box-shadow: none;
    transform: translateY(3px);
}

.introduce-link:hover{
    text-decoration: underline; 
    color: var(--footer-green); 
}

html,
body {
    zoom: none;
    scroll-behavior: smooth;
}

.top {
    --offset: 50px; 
    position: sticky;
    bottom: 60px;
    left: 100vw;
    margin-right:10px; 
    place-self: end;
    margin-top: calc(100vh + var(--offset));

    /* visual styling */
    text-decoration: none;
    padding: 10px;
    color: #fff;
    white-space: nowrap;
}

.top-btn:hover path {
    fill: #000;
}

header {
    background: rgb(241,240,236) url('../img/header-backgroud.png') 0% 0% padding-box ;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    opacity: 1;
    z-index: 1;
}

@media (max-width: 768px) {
    header {
        background-size: 182%;
        background-position-y: 2%;
        background-position-x: 91%;
    }
    header .main-title{
        font-size: 30px;
        line-height: 44px;
    }
    header .header-text{
        font-size: 15px;
        line-height: 25px;
    }
    .section-title{
        font-size: 30px;
        line-height: 44px;
    }
    .section-text{
        font-size: 18px; 
        line-height: 36px;
        font-weight: 500;
    }
}

h2.h-logo {
    margin-top: unset;
    margin-bottom: unset;
    font-weight: unset;
    line-height: unset;
    color: unset;
}

h1.h-logo {
    height: 47px;
    display: inline-block;
}

h1.h-logo a {
    height: 43px;
    display: inline-block;
}

@media (max-width: 768px) {
    .container-header {
        padding-top: 150px;
        padding-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .container-header {
        padding-top: 250px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .container-header {
        padding-top: 300px;
        padding-bottom: 40px;
    }
}
