@charset "UTF-8";

.inner{
    padding: 0 40px;
}
@media screen and (max-width:768px){
    .inner-sp{
        padding: 0 40px;
    }
}

main,
footer{
    background-color: #c3c4c4;
}

/* TOP */
.header{
    transition: 0.2s;
    opacity: 1;
}
.header.is-hidden{
    opacity: 0;
    pointer-events: none;
}
#top{
    padding-top: 18px;
    padding-left: 15px;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 9999;
}
#top .header-navi{
    display: grid;
    width: 50px;
}
#top .header-navi-item{
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    color: #333;
}
#top .header-navi-item a{
    display: block;
    width: 100%;
}
#top .header-navi-item .item-txt{
    position: relative;
}
#top .header-navi-item .item-txt::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    background-color: #fff;
    width: 0;
    height: 12px;
    transition: 0.2s ease-out;
    z-index: -1;
}
@media screen and (min-width:769px), print{
    #top .header-navi-item a:hover .item-txt::before{
        width: calc(100% + 30px);
    }
}

@media screen and (max-width:768px){
    #top{
        padding-top: 20px;
        padding-left: 15px;
    }
    #top .header-navi-item{
        font-size: 16px;
    }
}


/* MainVis */
#mainvis{
    position: relative;
    width: 100%;
    max-height: 425px;
    height: 70vw;
    margin-top: -154px;
    z-index: 9998;
}
#mainvis .main-title-img{
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 178px;
}

@media screen and (max-width:768px){
    #mainvis{
        height: 342px;
        margin-top: -156px;
    }
    #mainvis .main-title-img{
        bottom: 17px;
        max-width: 158px;
    }
}



/* 背景ループ */
.wave-area{
    position: relative;
    background-image: url(../images/bg_wave.svg);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 0%;
    margin-top: -100px;
    padding-top: 490px;
    animation: wavemove 200s infinite linear 0.5s both;
    filter:blur(0);
}

@keyframes wavemove {
from {
  background-position: -100%;
}
  to {
  background-position: 1000%;
}
}
@media screen and (min-width:769px){
    .wave-area-color{
        position: absolute;
        top: 106px;
        width: 100%;
        height: 1837px;
        background-color: #d2ebec;
    }
}
@media screen and (max-width:768px){
    .wave-area{
        margin-top: -30px;
        padding-top: 366px;
    }
    .wave-area-color{
        position: absolute;
        top: 123px;
        width: 100%;
        height: 2138px;
        background-color: #d2ebec;
    }
}



/* scroll矢印 */
.scroll{
    position: absolute;
    top: 385px;
    left: 10px;
    /* height: 30px; */
    height: 74px;
    margin-top: -74px;
    font-size: 14px;
    writing-mode: tb-rl;
}
.scroll-txt{
    position: absolute;
    left: 0;
}
.scroll-txt::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 74px;
    background-color: #333;
    animation: arrowmove01 1s ease-in-out infinite;
}
.scroll-txt::after{
    content: "";
    position: absolute;
    bottom:  0px;
    left: 4px;
    width: 1px;
    height: 10px;
    background-color: #333;
    transform: rotate(45deg);
    animation: arrowmove02 1s ease-in-out infinite;
}


@media screen and (min-width:769px){
    .scroll-txt{
        position: absolute;
        bottom: -100%;
        height: 100%;
        left: 0;
    }

    @keyframes arrowmove01{
        0%{height: 74px;}
        50%{height: 84px;}
        100%{height: 74px;}
    }
    @keyframes arrowmove02{
        0%{bottom: 0px;}
        50%{bottom: -10px;}
        100%{bottom: 0px;}
    }
}
@media screen and (max-width:768px){
    .scroll{
        top: 267px;
        left: 15px;
        height: 32px;
        margin: 0;
        font-size: 14px;
    }
    .scroll-txt{
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .scroll-txt::before{
        height: 73px;
    }
    .scroll-txt::after{
        bottom:  -45px;
        left: 3px;
        width: 1px;
        height: 8px;
    }
    @keyframes arrowmove01{
        0%{height: 73px;}
        50%{height: 83px;}
        100%{height: 73px;}
    }
    @keyframes arrowmove02{
        0%{bottom: -45px;}
        50%{bottom: -55px;}
        100%{bottom: -45px;}
    }
}



/* about */
#about{
    overflow: hidden;
    position: relative;
    padding-top: 300px;
    padding-bottom: 227px;
    z-index: 9998;
}
#about .about-txt{
    color: #333;
    margin: auto;
}
#about .about-txt-big{
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.2em;
}
#about .about-txt-min{
    font-size: 14px;
    line-height: 2.428;
}

#about .about-info-wrap{
    position: relative;
}
#about .about-info-under{
    position: absolute;
    top: 50%;
    right: -47px;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 600;
    z-index: 9999;
}
#about .about-info-under::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 108px;
    height: 6px;
    background-color: #fff;
    z-index: -1;
}
#about .about-info-big{
    font-size: 34px;
    line-height: 1.176;
    letter-spacing: 0.05em;
    color: #fff;
}
#about .about-info-list{
    display: grid;
    row-gap: 25px;
    margin-top: 60px;
}
#about .about-info-list-item{
    display: flex;
    align-items: baseline;
}
#about .about-info-list-item .head{
    position: relative;
    font-size: 14px;
    color: #ff6161;
}
#about .about-info-list-item .head::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    background-color: #ff6161;
    border-radius: 100%;
    width: 12px;
    height: 12px;
}
#about .about-info-list-item .content{
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-left: 45px;
}

#about .about-contact{
    margin-top: 50px;
}
#about .about-contact a{
    display: block;
    width: 219px;
}
#about .about-contact-txt{
    position: relative;
    color: #ff6161;
    padding-bottom: 6px;
}
#about .about-contact-txt-en{
    font-size: 26px;
}
#about .about-contact-txt-ja{
    font-size: 14px;
    margin-left: 10px;
}
#about .about-contact-txt::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 219px;
    height: 1px;
    background-color: #ff6161;
    transition: 0.2s ease-in;
}
#about .about-contact-txt::after{
    content: "";
    position: absolute;
    bottom: 3px;
    left: 210px;
    width: 10px;
    height: 1px;
    background-color: #ff6161;
    transform: rotate(45deg);
    transition: 0.2s ease-in;
}
#about .about-contact .about-contact-txt img{
    width: 180px;
}

/* about背景 */
.about-bg-pala >*{
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
}
.pala-logo{
    background-image: url(../images/bg_logo.svg);
    background-position: calc(370 / 1200 * 100%) 300px;
    background-size: 478px 333px;
}
.pala-japan{
    background-image: url(../images/bg_japan.svg);
    background-position: calc(400 / 1200 * 100%) 830px;
    background-size: 371px 378px;
}
@media screen and (min-width:769px){
    #about .about-txt{
        writing-mode: tb;
        width: 480px;
        height: 238px;
    }
    #about .about-txt .about-txt-group{
        margin-left: -20px;
    }
    #about .about-txt-big{
        margin-left: 60px;
    }

    #about .about-info{
        padding-top: 380px;
        margin-left: auto;
        margin-right: 62px;
        width: 452px;
    }
    #about .about-contact a:hover .about-contact-txt::before{
        width: 230px;
    }
    #about .about-contact a:hover .about-contact-txt::after{
        left: 221px;
    }

}
@media screen and (max-width:768px){
    #about{
        padding-top: 383px;
        padding-bottom: 435px;
    }
    #about .about-txt{
        padding-left: 55px;
    }
    #about .about-txt-big{
        font-size: 20px;
        line-height: 2;
    }
    #about .about-txt-min{
        font-size: 14px;
        line-height: 2.428;
        margin-top: 40px;
    }

    #about .about-info{
        padding-top: 264px;
        padding-left: 40px;
    }
    #about .about-info-under{
        font-size: 16px;
        top: unset;
        transform: unset;
        right: 14px;
        bottom: 0;
    }
    #about .about-info-under::before{
        right: -14px;
        width: 108px;
        height: 6px;
    }
    #about .about-info-big{
        font-size: 34px;
        letter-spacing: 0.05em;
    }
    #about .about-info-list{
        row-gap: 22px;
        margin-top: 60px;
    }
    #about .about-info-list-item .head{
        font-size: 14px;
    }
    #about .about-info-list-item .head::before{
        right: -30px;
        width: 12px;
        height: 12px;
    }
    #about .about-info-list-item .content{
        font-size: 14px;
        margin-left: 45px;
    }
    #about .about-contact{
        margin-top: 45px;
    }
    #about .about-contact a{
        width: 240px;
    }
    #about .about-contact-txt::before{
        width: 240px;
    }
    #about .about-contact-txt::after{
        bottom: 7px;
        left: 224px;
        width: 20px;
        height: 1px;
    }
    #about .about-contact .about-contact-txt img{
        width: 180px;
    }

    .about-bg-pala >*{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        background-repeat: no-repeat;
        z-index: -1;
    }
    .pala-logo{
        background-image: url(../images/bg_logo.svg);
        background-position: center 742px;
        background-size: 260px 180px;
    }
    .pala-japan{
        background-image: url(../images/bg_japan.svg);
        background-position: calc(5 / 375 * 100%) 1290px;
        background-size: 371px 378px;
    }

}



/* service */
#service{
    overflow: hidden;
    position: relative;
    display: grid;
    row-gap: 77px;
    padding-top: 235px;
}

#service .service-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
#service .service-icon{
    width: 214px;
    background-color: #c3c4c4;
    clip-path: circle(50% at 50% 50%);
}
#service .service-content{
    width: 340px;
    margin-left: 34px;
}
#service .service-name{
    color: #fff;
    display: inline-block;
}
#service .name-en{
    font-size: 34px;
    border-bottom: solid 6px #fff;
    line-height: 1;
    padding-bottom: 6px;
    letter-spacing: 0.05em;
}
#service .name-ja{
    font-size: 16px;
    padding-top: 10px;
}
#service .service-txt{
    font-size: 14px;
    margin-top: 20px;
    line-height: 2;
}

@media screen and (max-width:768px){
    #service{
        row-gap: 57px;
        padding-top: 479px;
        padding-left: 50px;
        padding-right: 50px;
    }
    #service .service-box{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #service .service-icon{
        width: 160px;
    }
    #service .service-content{
        text-align: center;
        width: unset;
        margin-top: 5px;
        margin-left: 0;
    }
    #service .service-name{
        margin-top: 20px;
    }
    #service .name-en{
        padding-bottom: 8px;
    }

    #service .service-txt{
        text-align: left;
    }
}


/* contact */
#contact{
    overflow: hidden;
    position: relative;
    padding-top: 260px;
}
#contact .contact-list{
    display: grid;
    row-gap: 30px;
    width: 452px;
    margin: auto;
    padding-left: 80px;
}
#contact .contact-list-item{
    display: grid;
}
#contact .head{
    font-size: 16px;
    color: #fff;
}
#contact .content{
    font-size: 14px;
    line-height: 2;
    color: #333;
}
#contact .contact-list-item.mail{
    align-items: center;
}
#contact .contact-list-item.mail .content{
    font-size: 33px;
    line-height: 1;
    letter-spacing: 0.05em;
}
#contact .contact-instagram{
    width: 300px;
    padding-top: 70px;
    padding-right: 70px;
    margin: auto;
}
#contact .contact-instagram a{
    display: grid;
    grid-template-columns: 219px 36px;
    column-gap: 43px;
    align-items: center;
}
#contact .instagram-txt{
    position: relative;
    width: 196px;
    padding-bottom: 3px;
    color: #333;
}
#contact .instagram-txt-en-min{
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
}
#contact .instagram-txt-en-big{
    font-size: 26px;
    margin-left: 22px;
    letter-spacing: 0.05em;
    line-height: 1;
}
#contact .instagram-txt::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 219px;
    height: 1px;
    background-color: #333;
    transition: 0.2s ease-in;
}
#contact .instagram-txt::after{
    content: "";
    position: absolute;
    bottom: 3px;
    left: 210px;
    width: 10px;
    height: 1px;
    background-color: #333;
    transform: rotate(45deg);
    transition: 0.2s ease-in;
}

#contact .instagram-img{
    width: 36px;
}

#contact .map{
    margin-top: 140px;
}
#contact .map iframe{
    width: 100%;
    height: 600px;
    border: 0;
}

@media screen and (min-width:769px){
    #contact .contact-list-item{
        grid-template-columns: 50px 1fr;
        column-gap: 20px;
    }
    
    #contact .contact-instagram a:hover .instagram-txt::before{
        width: 230px;
    }
    #contact .contact-instagram a:hover .instagram-txt::after{
        left: 221px;
    }

}
@media screen and (max-width:768px){
    #contact{
        padding-top: 448px;
        padding-bottom: 10px;
    }
    #contact .contact-list{
        row-gap: 22px;
        width: unset;
        padding-left: 50px;
    }
    #contact .contact-list-item{
        row-gap: 7px;
    }
    #contact .content{
        line-height: 2;
    }
    #contact .contact-list-item.mail .content{
        font-size: 25px;
        letter-spacing: 0.05em;
        line-height: 1;
    }

    #contact .contact-instagram{
        width: 274px;
        padding-top: 40px;
        padding-left: 50px;
        padding-right: 0;
        margin: 0;
    }
    #contact .contact-instagram a{
        grid-template-columns: 226px 36px;
        column-gap: 10px;
        align-items: center;
    }
    #contact .instagram-txt::before{
        width: 226px;
        height: 1px;
    }
    #contact .instagram-txt::after{
        bottom: 3px;
        left: 217px;
        width: 10px;
        height: 1px;
    }

    #contact .map{
        margin-top: 80px;
    }
    #contact .map iframe{
        width: 100%;
        height: 400px;
    
    }
    #contact .map-app{
        width: 226px;
        margin-top: 22px;
        margin-left: 50px;
    }
    #contact .map-app a{
        display: block;
        width: 100%;
        height: 100%;
    }
    #contact .map-app-txt{
        position: relative;
        font-size: 14px;
        color: #ff6161;
        padding-bottom: 7px;
    }
    #contact .map-app-txt::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 226px;
        height: 1px;
        background-color: #ff6161;
    }
    #contact .map-app-txt::after{
        content: "";
        position: absolute;
        bottom: 3px;
        left: 217px;
        width: 10px;
        height: 1px;
        background-color: #ff6161;
        transform: rotate(45deg);
    }
}


/* footer */
footer{
    padding-top: 178px;
    padding-bottom: 147px;
    transition: 0.2s;
}
.footer-wrap{
    display: flex;
    justify-content: space-between;
}
.footer-navi{
    display: grid;
    grid-template-columns: 64px 144px 92px 110px;
    margin-top: 8px;
    column-gap: 40px;
}
.footer-navi-item a{
    display: grid;
    row-gap: 10px;
    border-left: solid 2px #333;
    padding-left: 20px;
    font-size: 14px;
}
.item-en{
    position: relative;
    font-size: 24px;
    line-height: 1;
    z-index: 9999;
}
.item-en::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    background-color: #fff;
    width: 0;
    height: 12px;
    transition: 0.2s ease-out;
    z-index: -1;
}
.fotoer-title{
    display: grid;
    row-gap: 38px;
    margin-left: 20px;
}
.fotoer-title-img{
    fill: #fff;
    width: 100%;
    max-width: 276px;
}
.fotoer-title-txt{
    font-size: 16px;
    color: #fff;
}
.footer-instagram{
    width: 36px;
}
.footer-instagram-img{
    fill: #000;
}
.footer-instagram-img:hover{
    fill: #d2ebec;
}
.footer-wrap-copy{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
}
.footer-copy{
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #333;
}

@media screen and (min-width:769px){
    .fotoer-title-txt{
        text-align: right;
    }
    .footer-navi-item a:hover .item-en::before{
        width: calc(100% + 20px);
    }
    .fotoer-title-img:hover{
        fill: #d2ebec;
    }

}
@media screen and (max-width:768px){
    footer{
        padding-top: 184px;
        padding-bottom: 67px;
        margin-top: -10px;
    }
    .footer-wrap{
        flex-direction: column-reverse;
        row-gap: 84px;
    }
    .footer-navi{
        grid-template-columns: calc(180 / 375 * 100%) calc(145 / 375 * 100%);
        grid-template-rows: 1fr 1fr;
        column-gap: 39px;
        row-gap: 26px;
        justify-content: center;
    }
    .footer-navi li:nth-child(1){ grid-area: 1 / 1 / 2 / 2;}
    .footer-navi li:nth-child(2){ grid-area: 2 / 1 / 3 / 2;}
    .footer-navi li:nth-child(3){ grid-area: 1 / 2 / 2 / 3;}
    .footer-navi li:nth-child(4){ grid-area: 2 / 2 / 3 / 3;}
    .footer-navi-item a{
        row-gap: 12px;
        padding-left: 18px;
    }
    .fotoer-title{
        justify-content: center;
        margin-left: 0;
    }
    .fotoer-title a{
        text-align: center;
    }
    .fotoer-title-img{
        max-width: 198px;
    }
    .footer-wrap-copy{
        justify-content: center;
        align-items: center;
        margin-top: 65px;
    }

}



/* 1文字ずつ表示 */
.cls-2{
    fill: #fff;
}

/* .headline path{
    overflow: hidden;
} */

span.headline{
    overflow: hidden;
    display: block;
}

.headline .headline-move{
    /* opacity: 0; */
    transform: translateY(5em);
}

@keyframes text-move {
	0% {
	  opacity: 0;
      transform: translateY(10em);
	}
	100% {
	  opacity: 1;
      transform: translateY(0);
	}
  }

.headline.show .headline-move{
    animation: text-move 0.5s ease-out forwards;
}

.about-headline .headline.ab.show .headline-move:nth-child(1){
    animation-delay: 0.3s;
}
.about-headline .headline.ab.show .headline-move:nth-child(2){
    animation-delay: 0.4s;
}
.about-headline .headline.out.show .headline-move:nth-child(1){
    animation-delay: 0.5s;
}
.about-headline .headline.out.show .headline-move:nth-child(2){
    animation-delay: 0.6s;
}
.about-headline .headline.out.show .headline-move:nth-child(3){
    animation-delay: 0.7s;
}


/* service */
.service-headline .headline.ser.show .headline-move:nth-child(1){
    animation-delay: 0.3s;
}
.service-headline .headline.ser.show .headline-move:nth-child(2){
    animation-delay: 0.4s;
}
.service-headline .headline.ser.show .headline-move:nth-child(3){
    animation-delay: 0.5s;
}
.service-headline .headline.vi.show .headline-move:nth-child(1){
    animation-delay: 0.6s;
}
.service-headline .headline.vi.show .headline-move:nth-child(2){
    animation-delay: 0.7s;
}
.service-headline .headline.ce.show .headline-move:nth-child(1){
    animation-delay: 0.8s;
}
.service-headline .headline.ce.show .headline-move:nth-child(2){
    animation-delay: 0.9s;
}

/* contact */
.contact-headline .headline.con.show .headline-move:nth-child(1){
    animation-delay: 0.3s;
}
.contact-headline .headline.con.show .headline-move:nth-child(2){
    animation-delay: 0.4s;
}
.contact-headline .headline.con.show .headline-move:nth-child(3){
    animation-delay: 0.5s;
}
.contact-headline .headline.tact.show .headline-move:nth-child(1){
    animation-delay: 0.6s;
}
.contact-headline .headline.tact.show .headline-move:nth-child(2){
    animation-delay: 0.7s;
}
.contact-headline .headline.tact.show .headline-move:nth-child(3){
    animation-delay: 0.8s;
}
.contact-headline .headline.tact.show .headline-move:nth-child(4){
    animation-delay: 0.9s;
}


.headline-txt{
    display: inline-block;
    color: #fff;
    font-size: 150px;
    line-height: 111px;
}

.about-headline{
    text-align: right;
    position: absolute;
    top: 18px;
    right: -4px;
    /* width: 178px; */
}
/* .about-headline .ab{
    width: 146px;
}
.about-headline .out{
    margin-top: 30px;
} */

.about-headline-under{
    position: absolute;
    right: 15px;
    top: 290px;
    font-size: 16px;
    font-weight: 600;
    z-index: 9999;
}
.about-headline-under::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 182px;
    height: 6px;
    background-color: #fff;
    z-index: -1;
}

.service-headline{
    text-align: right;
    position: absolute;
    /* top: 220px; */
    top: 170px;
    right: -4px;
    /* width: 171px; */
}
.service-headline .vi{
    /* width: 92px; */
    margin-top: 10px;
}
/* .service-headline .ce{
    width: 123px;
    margin-top: 48px;
} */
.service-headline-under{
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    right: 15px;
    top: 576px;
    z-index: 9999;
}
.service-headline-under::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 95px;
    height: 6px;
    background-color: #fff;
    z-index: -1;
}

.contact-headline{
    text-align: right;
    position: absolute;
    /* top: 272px; */
    top: 222px;
    right: -4px;
    /* width: 210px; */
}
/* .contact-headline .con{
    width: 200px;
}
.contact-headline .tact{
    margin-top: 30px;
} */
.contact-headline-under{
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    right: 15px;
    top: 500px;
    z-index: 9999;
}
.contact-headline-under::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 201px;
    height: 6px;
    background-color: #fff;
    z-index: -1;
}

@media screen and (min-width:769px){
}
@media screen and (max-width:768px){
    .headline-txt{
        display: inline-block;
        color: #fff;
        font-size: 112px;
        line-height: 87px;
    }


    .about-headline{
        top: 62px;
        right: -4px;
        /* width: 136px; */
    }
    /* .about-headline .ab{
        width: 110px;
    } */
    /* .about-headline .out{
        margin-top: 23px;
    } */
    .about-headline-under{
        right: 15px;
        top: 270px;
    }
    .about-headline-under::before{
        right: -15px;
        width: 182px;
        height: 6px;
    }

    .service-headline{
        /* top: 116px; */
        top: 75px;
        right: -4px;
        /* width: 128px; */
    }
    .service-headline .vi{
        /* width: 69px; */
        margin-top: 10px;
    }
    /* .service-headline .ce{
        width: 92px;
        margin-top: 30px;
    } */
    .service-headline-under{
        right: 15px;
        top: 394px;
    }
    .service-headline-under::before{
        right: -15px;
        width: 95px;
        height: 6px;
    }

    .contact-headline{
        /* top: 215px; */
        top: 179px;
        right: -4px;
        /* width: 158px; */
    }
    /* .contact-headline .con{
        width: 149px;
    } */
    /* .contact-headline .tact{
        margin-top: 23px;
    } */
    .contact-headline-under{
        right: 15px;
        top: 385px;
    }
    .contact-headline-under::before{
        right: -15px;
        width: 201px;
        height: 6px;
    }

}


@media screen and (min-width:769px){
}
@media screen and (max-width:768px){
}
