
/*-----------*/
/*common
/*-----------*/
html{
    font-size: 62.5%;
}

*,*::after,*::before{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    font-size: max(1.4rem,2.6vw,1.4rem);
    font-weight: var(--fontWeight-600);
    color: var(--color-white);
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    line-height: 1.6;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
}

:root{
    --color-white:#fefefe;
    --color-white:#fefefe;
    --color-lightPurple:#c499c4;
    --color-vividPink:#ee86a8;
    --color-purple:#757cbb;
    --color-yellow:#dae121;
    --fontWeight-500:500;
    --fontWeight-600:600;
    --fontWeight-700:700;
    --fontWeight-800:800;
}

img{
    max-width: 100%;
    vertical-align: bottom;
}

a{
    text-decoration: none;
    color: var(--color-white);
    transition: all .3s;
}

ul,li,tr,th,td,dl,dt,dd{
    text-decoration: none;
    list-style: none;
}

main.mainContents{
    width: 100%;
    background: var(--color-lightPurple);
}

.section-wrapper{
    padding: 40px 10vw;
}

/*----- animation -----*/
.fade-in{
    opacity : 0;
    transform : translate(0, 3%);
    transition : ease .6s;
}

.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

.a-katakata{
    animation: katakata steps(1) 6s infinite;
}
.a-katakata2{
    animation: katakata steps(1) 8s infinite;
}
.a-katakata3{
    animation: katakata steps(1) 10s infinite;
}

@keyframes katakata{
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    10% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    30% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    40% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

/*-----------*/
/* loading
/*-----------*/
#is-loading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: var(--color-lightPurple);
    z-index: 8;
    overflow: hidden;
    transition: ease .5s;
  }

.loading-wrapper{
    position: relative;
    max-width: 520px;
    width: 100%;
    transition: ease .5s;
}

.loading-wrapper img.-logoAnimation_image{
    width: 56%;
    margin: 0 auto;
    display: block;
    opacity: 0;
    animation: deco-fadeIn .3s ease .8s normal forwards;
}

.l-knockKnock{
    position: absolute;
    width: 34%;
    bottom: 0%;
    right: 0;
}

img.-knockKnock_bubble{
    position: absolute;
    top: -53%;
    z-index: 1;
    right: 21%;
    width: 61%;
    opacity: 0;
    animation: deco-fadeIn .3s ease .85s normal forwards;
}

._hand-loading{
    opacity: 0;
    animation: deco-fadeIn .3s ease .9s normal forwards;
    position: relative;
    right: -4%;
}
img.-knockKnock_hand{
    animation: loading-knock steps(1) 4s 1.2s normal forwards;
}

@keyframes loading-knock {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    10% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    30% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    40% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

/*-----------*/
/* deskTop
/*-----------*/
.deskTop-wrapper{
    display: none;
}

.deskTop-bgSlider.-bgSlider-top,
.deskTop-bgSlider.-bgSlider-bottom{
    display: none;
}

/*-----------*/
/*KV
/*-----------*/
.KV,
.KV-main{
    position: relative;
    height: 170vw;
}

.KV-visualImage{
    bottom: 0;
    width: 92vw;
    right: 0;
}

.KV-bubbleImage{
    top: 40vw;
    width: 21vw;
}

.KV-titleImage{
    width: 100%;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
}

.KV-image{
    position: absolute;
}

.KV-decoImage.-decoImage1{
    top: min(9vw, 6%);
    width: min(8vw, 6%);
    right: min(18vw, 21%);
}
.KV-decoImage.-decoImage2{
    top: min(42vw, 24%);
    width: min(24vw, 23%);
    right: 2%;
}
.KV-decoImage.-decoImage3{
    width: min(9vw, 8%);
    right: min(12vw, 13%);
    top: min(62vw, 35%);
}
.KV-decoImage.-decoImage4{
    top: min(97vw, 58%);
    right: min(6vw, 7%);
    width: min(14vw, 10%);
}
.KV-decoImage.-decoImage5{
    left: min(3vw, 4%);
    bottom: min(86vw, 50%);
    width: min(15vw, 15%);
}
.KV-decoImage.-decoImage6{
    width: min(9vw, 10%);
    bottom: min(56vw, 32%);
    left: min(6vw, 6%);
}
.KV-decoImage.-decoImage7{
    width: min(11vw, 6%);
    left: min(7vw, 9%);
    bottom: max(12vw, 26%);
}
.KV-decoImage.-decoImage8{
    width: min(11vw, 11%);
    left: min(6vw, 7%);
    bottom: max(-7vw, -1%);
}
.KV-decoImage.-decoImage9{
    width: min(11vw, 9%);
    right: min(22vw, 32%);
    bottom: 0%;
}

/*-- KV animation --*/
.-visualImage_loading.is-loadActive{
    opacity: 0;
    animation: KV-fade-bottomIn .2s ease 5s normal forwards;
}
.-titleImage_loading.is-loadActive{
    opacity: 0;
    animation: KV-fade-bottomIn2 .2s ease 5.1s normal forwards;
}
.-bubbleImage_loading.is-loadActive{
    opacity: 0;
    animation: KV-fade-bottomIn .2s ease 5.2s normal forwards;
}

@keyframes KV-fade-bottomIn {
    0%{
        opacity: 0;
        transform: translateY(8%);
    }
    90%{
        opacity: 1;
        transform: translateY(-3%);
    }
    100%{
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes KV-fade-bottomIn2 {
    0%{
        opacity: 0;
        transform: translateY(8%) translateX(-50%);
    }
    90%{
        opacity: 1;
        transform: translateY(-3%) translateX(-50%);
    }
    100%{
        opacity: 1;
        transform: translateY(0%) translateX(-50%);
    }
}

.KV-deco_loading1.is-loadActive{
    opacity: 0;
    animation: deco-fadeIn .3s ease 5.5s normal forwards;
}
.KV-deco_loading2.is-loadActive{
    opacity: 0;
    animation: deco-fadeIn .3s ease 5.65s normal forwards;
}
.KV-deco_loading3.is-loadActive{
    opacity: 0;
    animation: deco-fadeIn .3s ease 5.8s normal forwards;
}
.KV-deco_loading4.is-loadActive{
    opacity: 0;
    animation: deco-fadeIn .3s ease 5.75s normal forwards;
}
.KV-deco_loading5.is-loadActive{
    opacity: 0;
    animation: deco-fadeIn .3s ease 5.6s normal forwards;
}
.KV-deco_loading6.is-loadActive{
    opacity: 0;
    animation: deco-fadeIn .3s ease 5.7s normal forwards;
}
.KV-deco_loading7.is-loadActive{
    opacity: 0;
    animation: deco-fadeIn .3s ease 5.55s normal forwards;
}
.KV-deco_loading8.is-loadActive{
    opacity: 0;
    animation: deco-fadeIn .3s ease 5.75s normal forwards;
}
.KV-deco_loading9.is-loadActive{
    opacity: 0;
    animation: deco-fadeIn .3s ease 5.6s normal forwards;
}

@keyframes deco-fadeIn {
    0%{
        opacity: 0;
        transform: scale(0);
    }
    50%{
        opacity: 1;
        transform: scale(1.2);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}

/*-----------*/
/*app flow
/*-----------*/
.appFlow{
    overflow: hidden;
}

.appFlow-title{
    background: var(--color-white);
    color: var(--color-lightPurple);
    border-radius: 50em;
    padding: 4px 6px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: var(--fontWeight-500);
}
h2.appFlow-title{
    font-size: 2.2rem;
}
h3.appFlow-title{
    font-size: 1.6rem;
}

p.appFlow-appInfoText{
    text-align: center;
    font-size: 4.76vw;
    padding-bottom: 12px;
}

span.appFlow-wantedText{
    font-size: 1.2rem;
    text-align: center;
    display: block;
}

.appFlow-jobCafe{
    position: relative;
    padding: 24px 0;
    text-align: center;
}

.appFlow-jobCafe p{
    padding-top: 12px;
}

.appFlow-jobCafe p span{
    position: relative;
    padding-left: 24px;
}
.appFlow-jobCafe p span::before{
    position: absolute;
    content: "";
    background: url(img/link-iconMark.png) no-repeat center;
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}

.appFlow-jobCafe p a:hover{
    opacity: .6;
}

img.-jobCafe_knockImage{
    position: absolute;
    bottom: 23%;
    right: -12vw;
    width: 40%;
}

img.-jobCafe_doorImage{
    width: 82%;
    margin: auto;
    transition: ease .2s;
}
img.-jobCafe_doorImage:hover{
    transform: scale(1.05);
}

.appFlow-event img{
    padding-bottom: 16px;
}


/*--- accordion ---*/
.box {
    display: none;
}

/*-----------*/
/*知って深める5日間！
/*-----------*/
.eventEX .section-wrapper{
    padding: 40px 8vw;
}

.eventEx-bottom{
    border-top: solid 1px var(--color-white);
    margin-top: 24px;
    padding-top: 24px;
    text-align: center;
}

.eventEx-topics{
    background: var(--color-white);
    color: var(--color-purple);
    padding: 20px 16px;
    margin-top: 12px;
    border-radius: 6px;
}

.eventEx-topics h3{
    padding-bottom: 4px;
}

.eventEx-topics p{
    font-weight: 500;
}

/*-----------*/
/*選べる職種は17種類
/*-----------*/
.jobType{
    background: var(--color-purple);
    padding: 32px 5vw 40px;
}

.jobType h2{
    width: 76%;
    margin: auto;
    padding-bottom: 12px;
}

p.tapAction-click{
    text-align: center;
    padding-bottom: 16px;
}
p.tapAction-click span{
    position: relative;
    padding-left: 18px;
}
p.tapAction-click span::before{
    position: absolute;
    content: "";
    background: var(--color-white);
    height: calc(tan(60deg)* 14px / 2);
    width: 14px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 0;
    top: 5px;
}

.jobType-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.jobType-list li {
    width: 19.94%;
    padding: 0 1.5% 3%;
}

.jt-introduction{
    margin-top: 12px;
}

.jt-introductionList{
    border-bottom: solid 2px var(--color-purple);
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.jt-introductionList_purple{
    border-bottom: solid 2px var(--color-lightPurple);
    margin-bottom: 16px;
    padding-bottom: 16px;
}

div.-introduction_items{
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: dashed 1px var(--color-purple);
    font-weight: var(--fontWeight-500);
    gap: 12px;
}

div.-introduction_items:last-of-type,
.jt-introductionList_purple div.-introduction_items:last-of-type{
    border-bottom: none;
}

.jt-introductionList_purple div.-introduction_items{
    border-bottom: dashed 1px var(--color-lightPurple);
    color: var(--color-lightPurple);
}

.jt-introduction dt{
    background: var(--color-purple);
    color: var(--color-white);
    text-align: center;
    width: 270px;
    font-size: 1.3rem;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 2.4em;
}

.jt-introduction .jt-introductionList_purple  dt{
    background: var(--color-lightPurple);
}

.jt-introduction dd{
    font-size: 1.3rem;
    width: calc(100% - -270px);
    letter-spacing: 0em;
}

.jt-introduction dd p span{
    font-size: 1.24rem;
}
.jt-introduction dd ul{
    padding-top: 4px;
}
.jt-introduction dd ul li{
    padding-bottom: 4px;
    text-indent: -1.2rem;
    padding-left: 1.2rem;
    line-height: 1.5;
}

img.modal-jobImage{
    display: block;
    width: 90%;
    margin: auto;
}

/*-----slick modal------*/
.modal_close_btn {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 1;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    width: 24px;
    height: 30px;
    padding: 0;
}
  
  .modal_slide_group .remodal_in {
    max-width: 480px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .remodal .remodal_in {
    text-align: left;
    background: none;
    color: var(--color-purple);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .remodal {
    padding: 50px 0;
    background: none;
    max-width: 480px;
  }
  .modal_slide_group {
    padding: 0;
    transform: none;
  }
  .modal_slide_open .remodal-wrapper {
    padding: 60px 4%;
  }
  .remodal-overlay {
    background: rgba(255, 255, 255, .4);
  }
  .modal_slide_group .slick-next{
    background: none;
    right: 10px;
    outline: none;
  }
  .modal_slide_group .slick-prev:before,
  .modal_slide_group .slick-next:before {
    font-size: 24px;
    color: var(--color-purple);
    display: block;
  }
  .prof_details {
    padding: 10% 8% 8%;
  }
  .modal_slide_group .slick-prev:before {
    content: "＜";
}
.modal_slide_group .slick-next:before {
    content: "＞";
}

  .modal_close_btn span {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 24px;
    height: 2px;
    background-color: var(--color-purple);
    border-radius: 0;
  }
  .modal_close_btn span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  .modal_close_btn span:nth-of-type(2) {
    -webkit-transform: translateY(15px) rotate(45deg);
    transform: translateY(15px) rotate(45deg);
  }
  .modal_close_btn:hover{
    opacity: 0.6;
  }

  .slick-prev{
    left: 0;
    z-index: 2;
  }

  .slick-list{
    overflow: visible;
  }

  .slick-slide{
    width: 510px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    opacity: 1;
    overflow: hidden;
    max-height: 550px;
    min-height: 450px;
    overflow: auto;
    background: var(--color-white);
    border-radius: 1em;
  }

  .slick-slide::-webkit-scrollbar{
    background:#eee;
    width: 5px;
    height: 5px;
    border-bottom: 50em;
    z-index: 2;
  }

  .slick-slide::-webkit-scrollbar-thumb{
    background-color:var(--color-lightPurple);
    border-bottom: 50em;
    z-index: 3;
  }

  #js-modal-scrollArrow{
    position: fixed;
    bottom: 0;
    background: var(--color-white);
    padding: 14px 0;
    max-width: 480px;
    width: 6.7%;
    border-radius: 0 0em 1em 1em;
    transition: ease .5s;
    display: block;
  }
  
  #js-modal-scrollArrow img{
    width: 30%;
    max-width: 102px;
    margin: 0 auto;
}

/*-----------*/
/*announce
/*-----------*/
.announce{
    background: var(--color-white);
    padding: 32px 8vw 40px;
    position: relative;
    font-size: 1.4rem;
}

.announce-wrapper{
    background: var(--color-vividPink);
    border-radius: 20px;
    position: relative;
}

img.announce-iconImage{
    position: absolute;
    width: 76px;
    top: -14px;
    left: -14px;
}

.announce-textArea{
    text-align: center;
    padding: 24px 12px 32px;
}

.announce-textArea p:first-of-type{
    font-size: 1.8rem;
    padding-bottom: 6px;
}

p.-textArea_detailsText{
    border-top: solid 1px var(--color-white);
    margin-top: 16px;
    padding-top: 16px;
    line-height: 1.6;
    letter-spacing: 0;
}

p.-textArea_detailsText span{
    font-size: 2.24rem;
    border-bottom: solid 3px #1BB8CE;
}

p.-textArea_detailsText a{
    text-decoration: underline;
    font-size: 2.24rem;
}

span.marker{
    border-bottom: solid 3px #dae020;
}

/*-----------*/
/*footer
/*-----------*/
footer{
    background: var(--color-purple);
    color: var(--color-white);
    padding: 28px 8vw 16px;
    position: relative;
}

.footer-eventWanted{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-information{
    padding-bottom: 24px;
}

p.-information_bubble{
    text-align: center;
    margin-bottom: 8px;
    font-weight: var(--fontWeight-500);
}

p.-information_bubble span{
    position: relative;
}
p.-information_bubble span::before,
p.-information_bubble span::after{
    position: absolute;
    content: "";
    background: var(--color-white);
    width: 2px;
    height: 54%;
    bottom: 0;
}
p.-information_bubble span::before{
    left: -32px;
    transform:rotate(-30deg);
}
p.-information_bubble span::after{
    right: -14px;
    transform:rotate(30deg);
}

.footer-information h2{
    max-width: 324px;
    width: 95%;
    margin: auto;
}

.footer-information ul{
    text-align: center;
    line-height: 1.4;
    font-size: clamp(1.7rem,2.6vw,1.83rem);
    padding-top: 12px;
}

.footer-information ul li{
    padding-bottom: 2px;
}

.footer-information ul li a:hover{
    opacity: 0.6;
}

footer small{
    display: block;
    text-align: center;
}

a.pageTop{
    position: absolute;
    top: -24px;
    right: 4vw;
    width: 66px;
}
a.pageTop:hover{
    top: -40px;
}

.deskTop-right,
.deskTop-left{
    display: none;
}



@media screen and (min-width: 768px){
    /*-----------*/
    /*common
    /*-----------*/
    body{
        font-size: 1.6rem;
        background: var(--color-lightPurple);
        background-size: cover;
        background-attachment: fixed;
    }

    main.mainContents{
        width: 480px;
        max-width: calc(100% - 40px);
        margin: auto;
        box-shadow: 0px 0px 24px rgba(119, 117, 101, .3);
        z-index: 2;
        position: relative;
    }

    .section-wrapper {
        padding: 56px 52px;
    }

    p.-textArea_detailsText a:hover{
        opacity: .6;
    }

    /*-----------*/
    /* deskTop
    /*-----------*/
    /*----- js swiper -----*/
    .swiper-wrapper {
        transition-timing-function: linear;
    }
    .swiper-slide{
        margin: 0 24px;
    }
    .swiper-slide img {
        height: auto;
        width:80%;
        margin: 0 auto;
    }

    .deskTop-bgSlider{
        position: fixed;
        left: 0;
        width: 100%;
        z-index: -1;
    }

    .deskTop-bgSlider.-bgSlider-top{
        top: 1vw;
        display: block;
    }
    .deskTop-bgSlider.-bgSlider-bottom{
        bottom: 1vw;
        display: block;
    }

    .bgSlider-animation{
        animation: BgRotateAnime 1.6s steps(2) infinite;
    }

    @keyframes BgRotateAnime {
        0% {
            transform: rotate(15deg);
        }
        100% {
            transform: rotate(-15deg);
        }
    }

    /*--- right ---*/
    .deskTop-right{
        position: fixed;
        right: calc(100% - 93vw);
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% - 80vw);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .deskTop-menuLink{
        display: flex;
        flex-direction: column;
        gap: 24px;
        font-size: min(2.24rem,3vw);
    }

    .deskTop-menuLink a span{
        position: relative;
        padding-left: 28px;
    }
    .deskTop-menuLink a span::before{
        content: "";
        position: absolute;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 22px;
        height: 38px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: ease .5s;
    }
    .deskTop-menuLink a:hover{
        color: var(--color-purple);
    }
    .deskTop-menuLink a:hover span::before{
        transform: translateY(-63%);
    }
    .deskTop-menuLink li:nth-of-type(1) a span::before{
        background-image: url(img/KV-decoItem_7.png);
    }
    .deskTop-menuLink li:nth-of-type(2) a span::before{
        background-image: url(img/KV-decoItem_4.png);
    }
    .deskTop-menuLink li:nth-of-type(3) a span::before{
        background-image: url(img/KV-decoItem_3.png);
    }

    .deskTop-menuLink a.-menuLink_appLink{
        background: var(--color-white);
        border: solid 2px var(--color-purple);
        border-radius: 50em;
        display: block;
        padding: 8px 12px;
        margin: 8px auto 0;
        color: var(--color-purple);
        max-width: 300px;
        width: 100%;
        font-size: min(2.24rem,1.6vw);
    }
    .deskTop-menuLink a.-menuLink_appLink span::before{
        background-image: url(img/icon-link_gr.png);
        width: min(20px, 1.4vw);
        height: min(26px, 1.8vw);
    }
    .deskTop-menuLink a.-menuLink_appLink:hover{
        opacity: 0.8;
    }


    /*--- left ---*/
    .deskTop-left{
        position: fixed;
        left: calc(100% - 95vw);
        top: 50%;
        transform: translate(0, -50%);
        width: calc(100% - 78vw);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    /*-----------*/
    /*KV
    /*-----------*/
    .KV,
    .KV-main{
        height:790px;
        min-height: 768px;
    }

    .KV-visualImage {
        width: 90%;
    }

    .KV-bubbleImage{
        width: 22%;
        min-width: 22%;
        top: 21%;
    }

    /*-----------*/
    /* event EX
    /*-----------*/
    .eventEX .section-wrapper {
        padding: 56px 8%;
    }

    .eventEx-bottom{
        font-size: 1.6rem;
    }

    .eventEx-topics {
        padding: 20px 24px;
        margin-top: 24px;
    }


    /*-----------*/
    /* job type
    /*-----------*/
    .jobType{
        padding: 56px 8%;
    }

    .jt-introduction dt,
    .jt-introduction dd{
        font-size: 1.6rem;
    }

    .remodal .remodal_in {
        top: min(10%, 10vw);
        left: 50%;
        transform: translate(-50%, 0%);
      }

      .slick-slide{
        max-height: 680px;
        min-height: 36.4vw;
      }

    .jobType-list li a:hover img{
        animation: rotation-hover 1s normal forwards;
    }
    @keyframes rotation-hover{
        0%{ transform:rotateY(0);}
        100%{ transform:rotateY(360deg); }
    }

    /*-----------*/
    /* 申込み方法
    /*-----------*/
    img.-jobCafe_knockImage{
        bottom: 19%;
        right: -62px;
        width: 43%;
    }

    h2.appFlow-title{
        font-size: 2.4rem;
    }

    h3.appFlow-title{
        font-size: 1.83rem;
    }

    p.appFlow-appInfoText{
        font-size: 2.24rem;
        line-height: 1.5;
    }
    span.appFlow-wantedText{
        font-size: 1.4rem;
    }

    /*-----------*/
    /* announce
    /*-----------*/
    .announce {
        background: var(--color-white);
        padding: 48px 8% 56px;
        font-size: 1.83rem;
    }

    img.announce-iconImage {
        width: 106px;
        top: -20px;
        left: -20px;
    }

    .announce-textArea{
        padding: 32px 5% 48px;
    }

    .announce-textArea p:first-of-type{
        font-size: 2.24rem;
    }

    p.-textArea_detailsText{
        font-size: 1.83rem;
    }
    p.-textArea_detailsText span {
        font-size: 2.83rem;
    }

    a.pageTop {
        position: absolute;
        right: 6%;
        width: 87px;
    }


    footer{
        padding: 40px 40px 16px;
    }
}


@media screen and (max-width:1080px){
    .deskTop-right,
    .deskTop-left{
        display: none;
    }
}
