/*

https://www.wantedly.com/about/engagement/perk のスタイル（head要素内に記述）を、以下のスタイルで上書き

htmlに、上書き指定用に、Modifier`--ProviderLP`をつけたクラスを追記

*/

/*
========================================================================
 base
========================================================================
*/

html {
    scroll-padding-top: 60px;
}

body {
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Roboto, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

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

    html {
        scroll-padding-top: 56px;
    }

    .EngagementLPPerkPageBody__JaBody1 {
        line-height: 24px;
    }

}

/*
========================================================================
 base layout
========================================================================
*/

.EngagementLPBasePage--ProviderLP {
    /* fixedのheader分の余白 */
    padding-top: 84px;
    /* absoluteの.EngagementLPPerkPageBody__KV3にoverflow:hiddenを効かせるため */
    position: relative;
}

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

    .EngagementLPBasePage--ProviderLP {
        /* fixedのheader分の余白 */
        padding-top: 68px;
    }

}

@media screen and (min-width: 961px) and (max-width: 1280px){

    .EngagementLPPerkPageBody__Base--ProviderLP {
        padding: 0 16px;
    }

    .EngagementLPPerkPageBody__InnerBase--ProviderLP {
        max-width: 100%;
    }

}   


/*
========================================================================
 header
========================================================================
*/

.EngagementLPBaseHeader__Base--ProviderLP {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 2;
    transition: all 200ms ease-out 0s;
}

.EngagementLPBaseHeader__Base--ProviderLP.scroll {
    background-color: white;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 8%);
}

/* ロゴ（ヘッダーのロゴと、サイドメニューのロゴ） */

.EngagementHeaderFixedMenu__PerkLogo__IconWrapper--ProviderLP {
    margin-left: -2px;
}

.EngagementHeader__PerkLogo__Icon--ProviderLP,
.EngagementHeaderFixedMenu__PerkLogo__Icon--ProviderLP {
    width: 35px;
    height: 24px;
}

.EngagementHeader__PerkLogo__LogoWrapper--ProviderLP,
.EngagementHeaderFixedMenu__PerkLogo__LogoWrapper--ProviderLP {
    opacity: 0.74;
}

.EngagementHeader__PerkLogo__Title--ProviderLP,
.EngagementHeaderFixedMenu__PerkLogo__Title--ProviderLP {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, .56);
}

/* ヘッダーのロゴ */

/* サイドメニューのロゴ */

/* 「W」のロゴを上に、
「Perk」のロゴと、テキスト「サービス掲載のご案内」を下で横に並べる */

.EngagementHeaderFixedMenu__PerkLogo__IconWrapper--ProviderLP {
    display: flex;
}

.EngagementHeaderFixedMenu__PerkLogo__LogoWrapper--ProviderLP {
    display: flex;
    align-items: center;
    margin-top: 2px;
}

.EngagementHeaderFixedMenu__PerkLogo__Logo--ProviderLP {
    display: block;
    width: auto;
    height: 10px;
    margin-top: 0;
    margin-left: 0;
}

.EngagementHeaderFixedMenu__PerkLogo__Title--ProviderLP {
    margin-left: 8px;
}

/* end */

/* button要素からa要素に変えたら、widthとmaginが効かなくなったので追加 */
.EngagementHeader__DownloadDocumentButton--ProviderLP {
    display: inline-block;
}
/* button要素からa要素に変えたら、レイアウトが崩れたので追加 */
.EngagementHeader__ContactUsButton--ProviderLP {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

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

    .EngagementLPBaseHeader__HeaderBase--ProviderLP {
        height: 68px;
    }

    .EngagementLPBaseHeader__Base--ProviderLP.scroll .EngagementLPBaseHeader__HeaderBase--ProviderLP {
        height: 56px;
    }

    .EngagementHeader__PerkLogo__Wrapper--ProviderLP {
        margin-top: 11px;
    }

}

@media (max-width: 375px) {

    .EngagementLPBaseHeader__Base--ProviderLP.scroll .EngagementHeader__PerkLogo__Wrapper--ProviderLP {
        margin-top: -8px;
    }

}



@media (max-width: 560px) {

    .EngagementHeader__PerkLogo__Wrapper--ProviderLP {
        margin-top: 23px;
    }

    /* 「W」のロゴと「Perk」のロゴを横に並べて、
    テキスト「サービス掲載のご案内」を下に配置 */

    .EngagementHeader__PerkLogo__IconWrapper--ProviderLP,
    .EngagementHeaderFixedMenu__PerkLogo__IconWrapper--ProviderLP {
        display: inline-block;
        vertical-align: middle;
    }

    .EngagementHeader__PerkLogo__LogoWrapper--ProviderLP,
    .EngagementHeaderFixedMenu__PerkLogo__LogoWrapper--ProviderLP {
        /* 親をinlineすることで、親を超えて横並びにする */
        display: inline;
    }

    .EngagementHeader__PerkLogo__Logo--ProviderLP,
    .EngagementHeaderFixedMenu__PerkLogo__Logo--ProviderLP {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        height: 15px;
        margin-top: -2px;
        margin-left: 5px;
    }

    .EngagementHeader__PerkLogo__Title--ProviderLP {
        margin-top: 8px;
        margin-left: 2px;
    }

    .EngagementHeaderFixedMenu__PerkLogo__Title--ProviderLP {
        margin-top: 8px;
        margin-left: 0px;
    }

}

@media (min-width: 376px) and (max-width: 560px) {

    .EngagementLPBaseHeader__Base--ProviderLP.scroll .EngagementHeader__PerkLogo__IconWrapper--ProviderLP {
        margin-top: -6px;
    }

    .EngagementLPBaseHeader__Base--ProviderLP.scroll .EngagementHeader__PerkLogo__LogoWrapper--ProviderLP {
        margin-top: -2px;
    }

}

@media (min-width: 561px) {

    /* 「W」のロゴと、「Perk」のロゴと、テキスト「サービス掲載のご案内」を横に並べる */

    .EngagementHeader__PerkLogo__Wrapper--ProviderLP,
    .EngagementHeaderFixedMenu__PerkLogo__Wrapper--ProviderLP {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .EngagementHeader__PerkLogo__IconWrapper--ProviderLP,
    .EngagementHeaderFixedMenu__PerkLogo__IconWrapper--ProviderLP {
        display: flex;
        margin-top: 0;
        margin-left: 0;
    }

    .EngagementHeader__PerkLogo__Icon--ProviderLP,
    .EngagementHeaderFixedMenu__PerkLogo__Icon--ProviderLP {
        width: 35px;
        height: 24px;
        margin-top: 0px;
    }
    
    .EngagementHeader__PerkLogo__LogoWrapper--ProviderLP,
    .EngagementHeaderFixedMenu__PerkLogo__LogoWrapper--ProviderLP {
        display: flex;
        align-items: center;
        margin-top: 0;
        margin-left: 15px;
    }

    .EngagementHeader__PerkLogo__Logo--ProviderLP,
    .EngagementHeaderFixedMenu__PerkLogo__Logo--ProviderLP {
        display: block;
        margin-top: 0;
        margin-left: 0;
        width: 53px;
        height: 20px;
    }

    .EngagementHeader__PerkLogo__Title--ProviderLP,
    .EngagementHeaderFixedMenu__PerkLogo__Title--ProviderLP {
        font-size: 18px;
        /* baselineで揃うように調整 */
        margin-top: 5px;
        margin-left: 17px;
        color: rgba(0, 0, 0, .74);
    }

}

@media screen and (min-width: 961px){

    .EngagementHeader__HeaderLaptopBase--ProviderLP {
        padding-left: 24px;
    }

    .EngagementHeader__PerkLogo__Wrapper--ProviderLP {
        margin-top: -10px;
    }

    .EngagementLPBaseHeader__HeaderBase--ProviderLP {
        height: 84px;
    }

    .EngagementLPBaseHeader__Base--ProviderLP.scroll .EngagementHeader__PerkLogo__Wrapper--ProviderLP {
        margin-top: 0px;
    }

    .EngagementLPBaseHeader__Base--ProviderLP.scroll .EngagementLPBaseHeader__HeaderBase--ProviderLP {
        height: 60px;
    }

}

/*
========================================================================
 menu
========================================================================
*/

.EngagementHeaderFixedMenu__MenuHeaderBase--ProviderLP {
    align-items: center;
    padding-right: 28px;
}

/* iphoneX以降のページ下部のsafe-area用 */
.EngagementHeaderFixedMenu__MenuFooter--ProviderLP {
    bottom: 120px;
}

.EngagementHeaderFixedMenu__Menu--ProviderLP {
    padding-top: 22px;
}

.EngagementHeaderFixedMenu__MenuContentBase--ProviderLP {
    margin-top: 52px;
}

/* メニューの開閉 */

.open.EngagementHeaderFixedMenu__Overlay--ProviderLP {
    visibility: visible;
    opacity: 1;
}

.open .EngagementHeaderFixedMenu__Menu--ProviderLP {
    transform: translateX(0);
}

/*
========================================================================
 メインビジュアル
========================================================================
*/

/* h1を大小に分ける */
.EngagementLPPerkPageBody__Lead__Text1--ProviderLP,
.EngagementLPPerkPageBody__Lead__Text2--ProviderLP {
    display: block;   
}

/* 「0」の文字のサイズを調整 */
.EngagementLPPerkPageBody__Lead__Text3--ProviderLP {
    vertical-align: bottom;
    display: inline-block;
    font-size: calc( 88 / 72 * 1em );
}

/* button要素からa要素に変えたら、widthとmaginが効かなくなったので追加 */
.EngagementLPPerkPageBody__LeadButton--ProviderLP {
    display: inline-block;
}

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

    .EngagementLPPerkPageBody__Lead--ProviderLP {
        margin-bottom: 24px;
    }

    .EngagementLPPerkPageBody__Lead__Text1--ProviderLP {
        margin-bottom: 24px;
    }

    .EngagementLPPerkPageBody__Lead__Text2--ProviderLP {
        font-size: 24px;
        line-height: 1.34;
        font-weight: 600;
    }

    .EngagementLPPerkPageBody__LeadTextWrapper--ProviderLP {
        margin-bottom: 24px;
    }

    .EngagementLPPerkPageBody__LeadButton--ProviderLP {
        min-width: 176px;
        height: 44px;
        line-height: 44px;
    }

    .EngagementLPPerkPageBody__LeadImageWrapper--ProviderLP {
        margin-top: 9.32%;
        padding-bottom: 9.32%;
    }

    .EngagementLPPerkPageBody__LeadBackground--ProviderLP {
        top: -19%;
        left: 50%;
        width: 140%;
        transform: translate(-50%,0);
    }

    .EngagementLPPerkPageBody__KV2--ProviderLP {
        display: none;
    }

    .EngagementLPPerkPageBody__KV3--ProviderLP {
        display: none;
    }

}

@media screen and (min-width: 961px){
    
    .EngagementLPPerkPageBody__LeadWrapper--ProviderLP {
        margin-top: 88px;
        margin-bottom: 20px;
    }

    .EngagementLPPerkPageBody__Lead--ProviderLP {
        margin-bottom: 64px;
    }

    .EngagementLPPerkPageBody__Lead__Text1--ProviderLP {
        margin-bottom: 16px;
    }

    .EngagementLPPerkPageBody__Lead__Text2--ProviderLP {
        font-size: 32px;
        line-height: 1.38;
        font-weight: 700;
    }

    .EngagementLPPerkPageBody__LeadTextWrapper--ProviderLP {
        margin-bottom: 24px;
    }

    .EngagementLPPerkPageBody__LeadText--ProviderLP {
        
    }

    .EngagementLPPerkPageBody__LeadButton--ProviderLP {
        min-width: 184px;
        height: 52px;
        line-height: 52px;
        font-size: 16px;
        width: 216px;
    }

    .EngagementLPPerkPageBody__LeadImageWrapper--ProviderLP {
        padding-bottom: 0;
        /* min-width: 604px; */
        margin-top: -84px;
        margin-left: 19px;
        /* max-width: 68%; */
        min-width: 47.2vw;
        width: 604px;
        /* flex-shrink: 0; */
        /* flex: 1; */
    }

    .EngagementLPPerkPageBody__LeadBackground--ProviderLP {
        top: -193px;
        left: auto;
        right: -230px;
        width: calc( 940 / 604 * 100% );
        /* min-width: 940px; */
        /* transform: none; */
        max-width: none;
        top: calc( -193 / 551 * 100% );
        right: calc( -230 / 604 * 100% );
    }

    .EngagementLPPerkPageBody__KV2--ProviderLP {
        top: 685px;
        /* left: -425px; */
        left: 50%;
        margin-left: -1065px;
    }

    .EngagementLPPerkPageBody__KV3--ProviderLP {
        top: 1088px;
        left: auto;
        /* right: -530px; */
        right: 50%;
        margin-right: -1170px;
    }

    /* ウネウネしている背景装飾を、ファーストビューの下の「優良顧客が待っています」コンテンツのグレーの背景の前面に重ねるためにz-indexを調整 */

    .EngagementLPPerkPageBody__KV2--ProviderLP,
    .EngagementLPPerkPageBody__KV3--ProviderLP,
    .EngagementLPPerkPageBody__LeadBackground--ProviderLP {
        z-index: auto;
    }

    .EngagementLPPerkPageBody__LeadWrapper--ProviderLP {
        position: relative;
        /* z-index: 0; */
    }

    .EngagementLPPerkPageBody__LeadBase--ProviderLP {
        position: relative;
        z-index: 1;
    }

    .EngagementLPPerkPageBody__ImageCatch--ProviderLP {
        position: relative;
        z-index: 1;
    }

    .EngagementLPPerkPageBody__AttractionWrapper--ProviderLP {
        position: relative;
    }

    .EngagementLPPerkPageBody__Benefit1Wrapper--ProviderLP {
        position: relative;
    }

    /* end */

}

@media screen and (min-width: 1281px){

    .EngagementLPPerkPageBody__LeadImageWrapper--ProviderLP {
        margin-left: 104px;
        min-width: 604px;
    }

    .EngagementLPPerkPageBody__KV2--ProviderLP {
        left: -368px;
        margin-left: auto;
    }

    .EngagementLPPerkPageBody__KV3--ProviderLP {
        left: auto;
        right: -530px;
        margin-right: auto;
    }

}

/*
========================================================================
 CMバナー（ProviderLP固有のコンテンツ）
========================================================================
*/

.EngagementLPPerkPageBody__CmBannerContainer--ProviderLP {
    position: relative;
}

.EngagementLPPerkPageBody__CmBannerWrapper--ProviderLP {
    width: 424px;
    box-sizing: border-box;
    padding: 4px;
    background: url(../img/banner_cm_bg@2x.png) left center/contain no-repeat;
    margin: 73px 0 -84px -4px;
    /* box-shadowを.EngagementLPPerkPageBody__GoodPointSection__Baseの前面にくるようにする */
    position: relative;
}

.EngagementLPPerkPageBody__CmBanner--ProviderLP {
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: flex-start;
    padding: 13px 16px 8px 26px;
}

.EngagementLPPerkPageBody__CmBanner--ProviderLP__TitleBase {
    margin: 14px 18px 0 0;
}

.EngagementLPPerkPageBody__CmBanner--ProviderLP__Title {
    display: flex;
    flex-direction: column;
}

.EngagementLPPerkPageBody__CmBanner--ProviderLP__Title__Text2 {
    display: inline-block;
    margin: 13px 0 0 -2px;
}

.EngagementLPPerkPageBody__CmBanner--ProviderLP__TitleImg {
    vertical-align: top;
}

.EngagementLPPerkPageBody__CmBannerThumbList--ProviderLP {
    display: flex;
    margin: 0;
}

.EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP {
    text-align: center;
    width: 116px;
}

.EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP + .EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP {
    margin-left: 8px;
}

.EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP__Link {
    color: inherit;
    text-decoration: none;
}

.EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP__ThumbWrapper {
    position: relative;
    transition: 200ms all;
}

.EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP__Link:hover .EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP__ThumbWrapper {
    opacity: 96%;
}

.EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP__ThumbWrapper::before {
    content: '';
    display: block;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 14px 0 14px 22px;
    opacity: 0.64;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
}

.EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP__Thumb {
    vertical-align: top;
    border-radius: 4px;
}

.EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP__CaptionWrapper {
    margin: 5px 0 0;
}

.EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP__Caption {
    color: rgba(0, 0, 0, 0.56);
    font-size: 10px;
    line-height: 1.6;
}

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

    .EngagementLPPerkPageBody__CmBannerWrapper--ProviderLP {
        width: auto;
        margin: -8px 0 0;
    }

    .EngagementLPPerkPageBody__CmBanner--ProviderLP {
        box-shadow: 0 0 0 1px rgb(0 0 0 / 2%), 0 8px 16px 0 rgb(0 0 0 / 10%);
        padding: calc( 13/456*100vw ) calc( 16/456*100vw ) calc( 8/456*100vw )  calc( 26/456*100vw );
    }

    .EngagementLPPerkPageBody__CmBanner--ProviderLP__TitleBase {
        margin: calc( -3/456*100vw ) calc( 18/456*100vw ) 0 0;
        flex: 1;
        align-self: center;
    }

    .EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP {
        width: calc( 116/456*100vw )
    }
    
    .EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP + .EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP {
        margin-left: calc( 8/456*100vw )
    }

    .EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP__CaptionWrapper {
        margin: calc( 5/456*100vw ) 0 0;
    }

}

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

    .EngagementLPPerkPageBody__CmBannerWrapper--ProviderLP {
        background: url(../img/banner_cm_bg_sp@2x.png) left top/contain no-repeat;
        border-radius: 8px;
        padding: 0;
        margin: -16px 0 0;
    }

    .EngagementLPPerkPageBody__CmBanner--ProviderLP {
        display: block;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.02);
        padding: calc( 21/375*100vw ) calc( 24/375*100vw ) calc( 11/375*100vw );
    }

    .EngagementLPPerkPageBody__CmBanner--ProviderLP__TitleBase {
        margin: 0 0 calc( 14/375*100vw ) calc( 1/375*100vw );
    }

    .EngagementLPPerkPageBody__CmBanner--ProviderLP__Title {
        display: block;
    }

    .EngagementLPPerkPageBody__CmBanner--ProviderLP__TitleImg1 {
        width: calc( 49/375*100vw );
    }

    .EngagementLPPerkPageBody__CmBanner--ProviderLP__TitleImg2 {
        width: calc( 103/375*100vw );
    }

    .EngagementLPPerkPageBody__CmBanner--ProviderLP__Title__Text2 {
        margin: 0 0 0 calc( 4/375*100vw );
    }

    .EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP {
        width: calc( 50% - ( 8/375*100vw ) );
    }

    .EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP + .EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP {
        margin-left: calc( 16/375*100vw )
    }

    .EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP__ThumbWrapper::before {
        border-width: calc( 12/375*100vw ) 0 calc( 12/375*100vw ) calc( 18/375*100vw );
    }

    .EngagementLPPerkPageBody__CmBannerThumbItem--ProviderLP__CaptionWrapper {
        margin: calc( 6/375*100vw ) 0 0;
    }

}

/*
========================================================================
 優良顧客が待っています（ProviderLP固有のコンテンツ）
========================================================================
*/

.EngagementLPPerkPageBody__GoodPointSection__Base {
    /* 親要素からはみ出して画面いっぱいに背景を敷く */
    margin-left: calc( (100% - 100vw) / 2 );
    margin-right: calc( (100% - 100vw) / 2 );
    background-color: #fafafa;
}

.EngagementLPPerkPageBody__GoodPointSection__InnerBase {
    margin: 0 auto;
}

.EngagementLPPerkPageBody__GoodPointWrapper {
    background: #fff;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 2%), 0 8px 16px 0 rgb(0 0 0 / 10%); 
}

.EngagementLPPerkPageBody__GoodPoint {
    box-sizing: border-box;
    /* for absolute「OUR USERS」 */
    position: relative;
}

.EngagementLPPerkPageBody__OurUsers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.EngagementLPPerkPageBody__OurUsersText {
    color: rgba(0, 0, 0, 0.03);
    margin: 0;
    font-weight: 600;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Roboto, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 0.82;
}

.EngagementLPPerkPageBody__OurUsersText__Text2 {
    /* for text-indent */
    display: inline-block;
}

.EngagementLPPerkPageBody__GoodPointCatch {
    font-weight: 700;
}

.EngagementLPPerkPageBody__GoodPointTextWrapper,
.EngagementLPPerkPageBody__GoodPointImageWrapper {
    position: relative;
    z-index: 1;
}

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

    .EngagementLPPerkPageBody__GoodPointSection__Base {
        padding: 48px 0;
    }

    .EngagementLPPerkPageBody__GoodPointSection__InnerBase {
        margin: 0 16px;
    }

    .EngagementLPPerkPageBody__GoodPointWrapper,
    .EngagementLPPerkPageBody__GoodPoint {
        border-radius: 8px;
    }

    .EngagementLPPerkPageBody__GoodPoint {
        padding: 40px 24px;
    }

    .EngagementLPPerkPageBody__GoodPointTextWrapper {
        margin-bottom: 32px;
    }

    .EngagementLPPerkPageBody__GoodPointCatch {
        font-size: 36px;
        line-height: 1.23;
        margin-top: 28px;
        margin-bottom: 36px;
    }

    .EngagementLPPerkPageBody__GoodPointBody {
        font-size: 16px;
        line-height: 32px;
        font-weight: 600;
    }

    .EngagementLPPerkPageBody__OurUsersText {
        margin-top: 40px;
        font-size: 95px;
        line-height: 69px;
        margin-left: 8px;
    }

    .EngagementLPPerkPageBody__OurUsersText__Text2 {
        text-indent: .7em;
    }
    
    .EngagementLPPerkPageBody__GoodPointFigure__TitleBase {
        margin-bottom: 16px;
    }
    
    .EngagementLPPerkPageBody__GoodPointFigure__Title {
        font-size: 17px;
        line-height: 24px;
    }

    .EngagementLPPerkPageBody__GoodPointFigureWrapper {
        max-width: 320px;
        margin: 0 auto;
    }

    .EngagementLPPerkPageBody__GoodPointFigureWrapper1 {
        margin-bottom: 32px;
    }

    .EngagementLPPerkPageBody__GoodPointFigure__Image1 {
        width: 100%;
    }

    .EngagementLPPerkPageBody__GoodPointFigure__Image2 {
        width: 100%;
    }

}

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

    .EngagementLPPerkPageBody__GoodPointCatch .EngagementLPPerkPageBody__Break {
        display: none;
    }

    .EngagementLPPerkPageBody__GoodPointBody .EngagementLPPerkPageBody__Break {
        display: none;
    }

}

@media screen and (min-width: 561px) and (max-width: 960px) {

    .EngagementLPPerkPageBody__GoodPointBody .EngagementLPPerkPageBody__Break {
        display: none;
    }

}

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

    .EngagementLPPerkPageBody__GoodPointFigureListWrapper {
        display: flex;
    }

    .EngagementLPPerkPageBody__GoodPointFigureWrapper {
        display: flex;
        flex-direction: column;
        max-width: none;
    }

    .EngagementLPPerkPageBody__GoodPointFigureWrapper2 .EngagementLPPerkPageBody__GoodPointFigure__Title {
        margin-left: 1em;
    }

}

@media screen and (min-width: 961px){

    .EngagementLPPerkPageBody__GoodPointSection__Base {
        padding: 96px 16px;
        /* CMバナーがあるとき */
        padding-top: 139px;
    }

    .EngagementLPPerkPageBody__GoodPointSection__InnerBase {
        max-width: 960px;
    }

    .EngagementLPPerkPageBody__GoodPointWrapper,
    .EngagementLPPerkPageBody__GoodPoint {
        border-radius: 4px;
    }

    .EngagementLPPerkPageBody__GoodPoint {
        background: rgba(255, 255, 255, .68);
        padding: 48px;
        padding-right: 0;
        min-height: 304px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        /* このコンテンツを背景装飾より前面にする */
        position: relative;
    }

    .EngagementLPPerkPageBody__OurUsers {
        height: 100%;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .EngagementLPPerkPageBody__OurUsersText {
        font-size: 170px;
    }

    .EngagementLPPerkPageBody__OurUsersText__Text2 {
        text-indent: 1.7em;
    }

    .EngagementLPPerkPageBody__GoodPointTextWrapper {
        width: 340px;
    }

    .EngagementLPPerkPageBody__GoodPointCatch {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 16px;
    }
    
    .EngagementLPPerkPageBody__GoodPointBody {
        font-size: 15px;
        line-height: 1.87;
    }

    .EngagementLPPerkPageBody__GoodPointFigureListWrapper {
        display: flex;
    }

    .EngagementLPPerkPageBody__GoodPointFigureWrapper {
        display: flex;
        flex-direction: column;
    }

    .EngagementLPPerkPageBody__GoodPointFigureWrapper2 {
        margin-left: 24px;
        margin-right: 40px;
    }

    .EngagementLPPerkPageBody__GoodPointFigure__TitleBase {
        margin-bottom: 8px;
    }
    
    .EngagementLPPerkPageBody__GoodPointFigure__Title {
        font-size: 14px;
        line-height: 1.72;
    }

    .EngagementLPPerkPageBody__GoodPointFigure__ImageWrapper {
        flex: 1;
        display: flex;
        align-items: center;
    }

}

@media screen and (min-width: 1281px){

    .EngagementLPPerkPageBody__GoodPointSection__InnerBase {
        max-width: 1120px;
    }

    .EngagementLPPerkPageBody__OurUsersText {
        font-size: 176px;
    }

    .EngagementLPPerkPageBody__GoodPoint {
        padding-left: 56px;
        padding-right: 16px;
        min-height: 344px;
    }

    .EngagementLPPerkPageBody__GoodPointTextWrapper {
        width: auto;
    }

    .EngagementLPPerkPageBody__GoodPointCatch {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 24px;
    }

    .EngagementLPPerkPageBody__GoodPointBody {
        font-weight: 600;
        font-size: 15px;
        line-height: 28px;
    }

    .EngagementLPPerkPageBody__GoodPointWrapper {
        /* padding: 56px;
        padding-right: 0; */
    }

    .EngagementLPPerkPageBody__GoodPointFigure__TitleBase {
        margin-bottom: 12px;
    }

    .EngagementLPPerkPageBody__GoodPointFigure__Image1 {
        width: 272px;
    }

    .EngagementLPPerkPageBody__GoodPointFigure__Image2 {
        width: 272px;
    }

}

/*-------------------- 背景装飾 --------------------*/

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

    .EngagementLPPerkPageBody__GoodPointWrapper {
        /* 元の背景装飾を背面に隠す */
        position: relative;
        /* 代替の背景装飾をトリミング */
        overflow: hidden;
    }

    /* 代替の背景装飾 */
    .EngagementLPPerkPageBody__GoodPointWrapper::before,
    .EngagementLPPerkPageBody__GoodPointWrapper::after {
        content: '';
        display: block;
        position: absolute;
    }

    .EngagementLPPerkPageBody__GoodPointWrapper::before {
        width: 272px;
        /* width: 940px;
        height: 928px; */
        padding: calc( 928 / 940 * 100% ) 0 0;
        background: url(../img/perk1.svg) center/contain no-repeat;
        top:0;
        right: 50%;
        transform: translate(76%,-50%) rotate(171deg);
        margin-top: -64px;
    }

    .EngagementLPPerkPageBody__GoodPointWrapper::after {
        width: 274px;
        padding: calc( 928 / 940 * 100% ) 0 0;
        background: url(../img/perk1.svg) center/contain no-repeat;
        transform: rotate(279deg);
        right: -186px;
        bottom: 112px;
    }

}

@media screen and (min-width: 561px)  and (max-width: 960px) {

    .EngagementLPPerkPageBody__GoodPointWrapper::before {
        width: 294px;
        transform: translate(108%,-50%) rotate(171deg);
    }

    .EngagementLPPerkPageBody__GoodPointWrapper::after {
        bottom: -120px;
    }

}

@media screen and (min-width: 961px){

    .EngagementLPPerkPageBody__GoodPoint {
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        /* このコンテンツを背景装飾より前面にする */
        position: relative;
    }

    /*  backdrop-filter */
    @supports ( not ( backdrop-filter: blur(6px) ) ) and ( not ( -webkit-backdrop-filter: blur(6px) ) ) {
        
        .EngagementLPPerkPageBody__GoodPointWrapper {
            /* 元の背景装飾を背面に隠す */
            position: relative;
            /* 代替の背景装飾をトリミング */
            overflow: hidden;
        }
    
        /* 代替の背景装飾 */
        .EngagementLPPerkPageBody__GoodPointWrapper::before,
        .EngagementLPPerkPageBody__GoodPointWrapper::after {
            content: none;
            display: block;
            position: absolute;
            filter: blur(6px);
        }
    
        .EngagementLPPerkPageBody__GoodPointWrapper::before {
            width: 940px;
            height: 928px;
            background: url(../img/perk1.svg) center/contain no-repeat;
            /* 元の背景装飾と位置を合わせる */
            top: -861px;
            right: 50%;
            margin-right: -817px;
        }
    
        .EngagementLPPerkPageBody__GoodPointWrapper::after {
            width: 738px;
            height: 748px;
            background: url(../img/perk2.svg) center/contain no-repeat;
            top: -71px;
            left: -368px;
            margin-left: calc( (100% - 100vw) / 2 );
        }
        
        .EngagementLPPerkPageBody__GoodPoint {
            z-index: 1;
        }

    }

}

@media screen and (min-width: 1281px){

    @supports ( not ( backdrop-filter: blur(6px) ) ) and ( not ( -webkit-backdrop-filter: blur(6px) ) ) {

        .EngagementLPPerkPageBody__GoodPointWrapper::before,
        .EngagementLPPerkPageBody__GoodPointWrapper::after {
            content: '';
        }

        .EngagementLPPerkPageBody__GoodPointWrapper::before {
            top: -861px;
            right: 50%;
            margin-right: -817px;
        }

        .EngagementLPPerkPageBody__GoodPointWrapper::after {
            top: -71px;
            left: -368px;
            margin-left: calc( (100% - 100vw) / 2 );
        }
        
    }

}

/*
========================================================================
 サービス紹介（ Attraction, Benefit ）
========================================================================
*/

.EngagementLPPerkPageBody__AttractionCatch--ProviderLP {
    margin-bottom: 0;
}

.EngagementLPPerkPageBody__Image--ProviderLP {
    vertical-align: top;
}

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

    .EngagementLPPerkPageBody__AttractionWrapper--ProviderLP {
        background: #fff;
    }

    .EngagementLPPerkPageBody__Benefit1Wrapper--ProviderLP {
        margin-top: 16px;
    }

    .EngagementLPPerkPageBody__Benefit2Wrapper--ProviderLP {
        margin-top: 56px;
    }

    .EngagementLPPerkPageBody__Benefit1ImageWrapper--ProviderLP {
        /* width: 720px; */
        /* max-width: 100%; */
        margin: 0 auto;
    }

    .EngagementLPPerkPageBody__Benefit2ImageWrapper--ProviderLP {
        width: 640px;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 6%;
        margin-bottom: 3%;
    }

}

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

    .EngagementLPPerkPageBody__AttractionCatch--ProviderLP .EngagementLPPerkPageBody__Break {
        display: none;
    }

}

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

    .EngagementLPPerkPageBody__Benefit1ImageWrapper--ProviderLP {
        width: 106.5%;
        margin-left: -3.25%;
        margin-top: -2%;
        margin-bottom: -9%;
    }

}

@media screen and (min-width: 561px){

    .EngagementLPPerkPageBody__AttractionCatch--ProviderLP .EngagementLPPerkPageBody__Break {
        display: none;
    }

}

@media screen and (min-width: 961px){

    .EngagementLPPerkPageBody__AttractionWrapper--ProviderLP {
        margin-top: 80px;
        margin-bottom: 0px;
    }
    
    .EngagementLPPerkPageBody__Benefit1Wrapper--ProviderLP {
        margin-top: 0;
        align-items: center;
        flex-direction: row-reverse;
    }

    .EngagementLPPerkPageBody__Benefit2Wrapper--ProviderLP {
        margin-top: -44px;
        align-items: center;
        flex-direction: row-reverse;
    }

    .EngagementLPPerkPageBody__BenefitRightImageWrapper--ProviderLP {
        min-width: 0;
        top: -1px;
        left: 0;
    }

    .EngagementLPPerkPageBody__BenefitLeftImageWrapper--ProviderLP {
        max-width: 528px;
        min-width: 0;
        left: auto;
        margin-right: -32px;
    }

    .EngagementLPPerkPageBody__Benefit1TextWrapper--ProviderLP {
        margin-bottom: 47px;
    }
    
    .EngagementLPPerkPageBody__Benefit2TextWrapper--ProviderLP {
        max-width: 392px;
        /* min-width: 0; */
        /* 横の画像に下余白がついているために align-items:center がずれるので、その分の余白をつけて補正する */
        margin-bottom: 16px;
    }

    .EngagementLPPerkPageBody__Benefit1Catch--ProviderLP {
        margin-bottom: 21px;
    }
    
}

@media screen and (min-width: 961px) and (max-width: 1280px) {

    .EngagementLPPerkPageBody__BenefitRightImageWrapper--ProviderLP {
        width: 505px;
        max-width: calc(100% - 400px);
        flex: none;
    }

    .EngagementLPPerkPageBody__Benefit1Image--ProviderLP {
        max-width: none;
        margin-left: -8.5%;
        margin-right: -8.5%;
        width: 117%;
    }

    .EngagementLPPerkPageBody__Benefit1TextWrapper--ProviderLP {
        width: 400px;
    }

}

@media screen and (min-width: 1281px){

    .EngagementLPPerkPageBody__Benefit2TextWrapper--ProviderLP {
        min-width: 0;
    }

    .EngagementLPPerkPageBody__BenefitLeftImageWrapper--ProviderLP {
        min-width: 640px;
    }

    .EngagementLPPerkPageBody__Benefit1Wrapper--ProviderLP {
        margin-top: -12px;
    }

    .EngagementLPPerkPageBody__BenefitRightImageWrapper--ProviderLP {
        min-width: 752px;
        top: 0;
        left: 1px;
    }

    .EngagementLPPerkPageBody__Benefit1TextWrapper--ProviderLP {
        min-width: 439px;
        margin-bottom: 89px;
    }

    .EngagementLPPerkPageBody__Benefit1Catch--ProviderLP {
        margin-bottom: 21px;
    }

}

/*
========================================================================
 今すぐお問い合わせボタン
========================================================================
*/

.EngagementLPPerkPageBody__UseNowButton--ProviderLP {
    display: inline-block;
}

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

    .EngagementLPPerkPageBody__UseNowWrapper--ProviderLP {
        margin: 56px 0;
    }

    .EngagementLPPerkPageBody__UseNowButton--ProviderLP {
        min-width: 200px;
    }

}

@media screen and (min-width: 961px){

    .EngagementLPPerkPageBody__UseNowWrapper--ProviderLP {
        /* 上の画像の下余白分と加算して、marign-bottomと揃う数値にする */
        margin-top: 56px;
    }

}

/*
========================================================================
 Perkオリジナル企画（ProviderLP固有のコンテンツ）
========================================================================
*/

.EngagementLPPerkPageBody__SpecialBenefitWrapper {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 2%), 0 8px 16px 0 rgb(0 0 0 / 10%);
    box-sizing: border-box;
}

.EngagementLPPerkPageBody__SpecialBenefit__Title {
    font-weight: 700;
    color: #FFF;
}

.EngagementLPPerkPageBody__SpecialBenefit__DescriptionBase {
    margin-top: 16px;
}

.EngagementLPPerkPageBody__SpecialBenefit__Description {
    font-weight: 400;
    color: #FFF;
}

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

    .EngagementLPPerkPageBody__SpecialBenefitWrapper {
        background: url(../img/benefit_special_sp@2x.png), linear-gradient(150deg, #32bdd9, #618feb 102%);
        background-position: right bottom, 0 0;
        background-repeat: no-repeat, no-repeat;
        background-size: 93% auto, auto;
        /* 74.21%は画像の縦横比 */
        padding: 25px 16px calc( -28px + ( 74.21% * .93 ) );
        padding: 25px 16px calc( -8px + ( 74.21% * .93 ) );
        margin: 48px auto;
        border-radius: 8px;
    }

    .EngagementLPPerkPageBody__SpecialBenefit__Title {
        font-size: 22px;
        line-height: 32px;
    }

    .EngagementLPPerkPageBody__SpecialBenefit__Description {
        font-size: 14px;
        line-height: 22px;
    }

    .EngagementLPPerkPageBody__SpecialBenefit__Description .EngagementLPPerkPageBody__Break {
        display: none;
    }

}

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

    .EngagementLPPerkPageBody__SpecialBenefit__Title .EngagementLPPerkPageBody__Break {
        display: none;
    }

}

@media screen and (min-width: 561px) {

    .EngagementLPPerkPageBody__SpecialBenefitWrapper {
        background: url(../img/benefit_special.png), linear-gradient(101deg, #32bdd9, #618feb 102%);
        background-position: right -144px center, 0 0;
        background-repeat: no-repeat, no-repeat;
        background-size: contain, auto;
        padding: 32px;
        padding-right: 192px;
        min-height: 240px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .EngagementLPPerkPageBody__SpecialBenefit__Description {
        /* max-width: 39em; */
    }

}

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

    .EngagementLPPerkPageBody__SpecialBenefitWrapper {
        background: url(../img/benefit_special.png), linear-gradient(101deg, #32bdd9, #618feb 102%);
        background-position: right -40px center, 0 0;
        background-repeat: no-repeat, no-repeat;
        background-size: contain, auto;
        padding: 32px;
        padding-right: 288px;
        min-height: 240px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .EngagementLPPerkPageBody__SpecialBenefit__Description {
        max-width: 39em;
    }

}

@media screen and (min-width: 961px){

    .EngagementLPPerkPageBody__SpecialBenefitWrapper {
        background: url(../img/benefit_special.png), linear-gradient(101deg, #32bdd9, #618feb 102%);
        background-position: 488px center, 0 0;
        background-repeat: no-repeat, no-repeat;
        background-size: contain, auto;
        padding: 56px;
        margin: 64px auto 96px;
        border-radius: 4px;
        min-height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .EngagementLPPerkPageBody__SpecialBenefit__Title {
        font-size: 32px;
        line-height: 1.38;
        letter-spacing: 0.56px;
        margin-top: 16px;
    }

    .EngagementLPPerkPageBody__SpecialBenefit__Description {
        max-width: none;
        width: 478px;
        font-size: 14px;
        line-height: 1.71;
    }

}

@media screen and (min-width: 1281px){

    .EngagementLPPerkPageBody__SpecialBenefitWrapper {
        background-position: 560px center, 0 0;
    }

}

/*
========================================================================
 ご掲載までの流れ（ IntroduceStepコンテンツのスタイルを上書き ）
========================================================================
*/

.EngagementLPPerkPageBody__PublishStepSection__Base {
    background: #F5F5F5;
}

.PublishStep__StepTextListWrapper {
    max-width: 100%;
}

.PublishStep__StepTextWrapper {
    width: 33.33%;
}

.PublishStep__HowToPublishNote {
    color: rgba(0,0,0,0.4);
    font-size: 12px;
    line-height: 1.34;
}

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

    .EngagementLPPerkPageBody__PublishStepSection__Base {
        padding: 56px 0 24px;
    }

    .EngagementLPPerkPageBody__PublishStepSection__InnerBase {
        margin: 0 16px;
    }

    .PublishStep__HowToPublishCatch,
    .PublishStep__HowToPublishBody {
        text-align: center;
    }

    .PublishStep__HowToPublishBody {
        margin-bottom: 32px;
    }

    .PublishStep__StepListRowWrapper {
        justify-content: center;
        margin-left: 16px;
        margin-right: 16px;
    }

    .PublishStep__StepWrapper {
        width: calc( ( 100% - 15px ) / 2 );
    }

    .PublishStep__StepWrapper:only-child {
        margin-right: 0;
    }

    .PublishStep__HowToPublishNote {
        margin-top: 24px;
    }

}

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

    .PublishStep__HowToPublishBody .EngagementLPPerkPageBody__Break {
        display: none;
    }

}

@media screen and (min-width: 961px){

    .EngagementLPPerkPageBody__PublishStepSection__Base {
        padding: 96px 16px;
    }

    /* 図とその下の備考を左頭で揃えるために親要素を図の幅に合わせる */
    .EngagementLPPerkPageBody__PublishStepSection__InnerBase {
        width: 960px;
        max-width: 100%;
        margin: 0 auto;
    }

    .PublishStep__HowToPublishBody {
        line-height: 1.6;
    }

    .PublishStep__HowToPublishBody .EngagementLPPerkPageBody__Break {
        display: none;
    }

    .PublishStep__PCStepWrapper {
        margin-bottom: 32px;
    }

    .PublishStep__StepTextWrapper {
        width: 320px;
    }

}

@media screen and (min-width: 1281px){

    .EngagementLPPerkPageBody__PublishStepSection__InnerBase {
        width: 1120px;
        max-width: 100%;
    }

    .PublishStep__HowToPublish {
        max-width: 960px;
        margin: 0 auto;
    }

    .PublishStep__HowToPublishCatch,
    .PublishStep__HowToPublishBody {
        text-align: center;
    }

}

/*
========================================================================
 資料ダウンロード
========================================================================
*/

.EngagementLPBaseGetStartedSection__Base--ProviderLP {
    background: #292929;
    position: relative;
}

.EngagementLPBaseGetStartedSection__GetStarted--ProviderLP {
    width: auto;
    height: auto;
}

.EngagementLPBaseGetStartedSection__GetStartedText--ProviderLP {
    color: rgba(255,255,255,0.06);
}

.EngagementLPBaseGetStartedSection__CatchText__Text1--ProviderLP {
    color: #21BDDB;
}

.EngagementLPBaseGetStartedSection__CatchText__Text2--ProviderLP  {
    font-size: 1.14em;
}

.EngagementLPBaseGetStartedSection__TextAreaBase--ProviderLP {
    box-sizing: border-box;
    font-size: 16px;
}

.EngagementLPBaseGetStartedSection__DownloadDocumentButton--ProviderLP {
    background-image: linear-gradient(75deg, #0d93e0, #00c4c4);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 2%), 0 2px 6px 0 rgb(0 0 0 / 10%);
}

.EngagementLPBaseGetStartedSection__DownloadDocumentButton--ProviderLP:disabled {
    cursor: default;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.12);
}

.EngagementLPBaseGetStartedSection__ErrorMessageBase--ProviderLP {
    display: none !important;
    position: static;
    margin-top: 5px;
}

.EngagementLPBaseGetStartedSection__ErrorMessage--ProviderLP {
    margin: 0px;
    color: rgb(237, 71, 47);
}

/* :invalidだけだと入力前からエラー表示になるが、:not(:placeholder-shown)で入力後のみ有効にする */
.EngagementLPBaseGetStartedSection__Form--ProviderLP input:required:not(:focus)[placeholder]:not(:placeholder-shown):invalid {
    box-shadow: rgb(0 0 0 / 2%) 0px 0px 0px 1px, rgb(0 0 0 / 10%) 0px 0px 0px 1px;
    border: 1px solid rgb(237, 71, 47);
}

.EngagementLPBaseGetStartedSection__Form--ProviderLP input:required[aria-invalid="true"],
.EngagementLPBaseGetStartedSection__Form--ProviderLP textarea:required[aria-invalid="true"] {
    box-shadow: rgb(0 0 0 / 2%) 0px 0px 0px 1px, rgb(0 0 0 / 10%) 0px 0px 0px 1px;
    border: 1px solid rgb(237, 71, 47);
}

.EngagementLPBaseGetStartedSection__Form--ProviderLP input:required:not(:focus)[placeholder]:not(:placeholder-shown):invalid + .EngagementLPBaseGetStartedSection__ErrorMessageBase--ProviderLP {
    display: block !important;
}

.EngagementLPBaseGetStartedSection__Form--ProviderLP input:required[aria-invalid="true"] + .EngagementLPBaseGetStartedSection__ErrorMessageBase--ProviderLP,
.EngagementLPBaseGetStartedSection__Form--ProviderLP textarea:required[aria-invalid="true"] + .EngagementLPBaseGetStartedSection__ErrorMessageBase--ProviderLP {
    display: block !important;
}

.EngagementLPBaseGetStartedSection__PrivacyPolicyLink--ProviderLP > a {
    font-size: 14px;
    color: #21bddb;
}
.EngagementLPBaseGetStartedSection__PrivacyPolicyLink--ProviderLP > a:hover {
    color: #00aed1;
}

.EngagementLPBaseGetStartedSection__DownloadDocumentButton--ProviderLP:focus-visible {
    outline: auto 2px Highlight;
    outline: auto 2px -webkit-focus-ring-color;
}

.EngagementLPBaseGetStartedSection__ThanksMessageBase--ProviderLP {
    margin: 24px 0;
}

.EngagementLPBaseGetStartedSection__ThanksMessage--ProviderLP {
    text-align: center;
    font-size: 15px;
    line-height: 1.87;
    margin: 0px;
    color: #21BDDB;
}

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

    .EngagementLPBaseGetStartedSection__FormBase--ProviderLP {
        align-items: flex-start;
    }

    .EngagementLPBaseGetStartedSection__TextBase--ProviderLP {
        /* width: 20em; */
    }

    .EngagementLPBaseGetStartedSection__CatchText__Text3--ProviderLP .EngagementLPPerkPageBody__Break {
        display: none;
    }

    .EngagementLPBaseGetStartedSection__DownloadDocumentButtonPadding--ProviderLP {

    }

}

@media screen and (min-width: 561px){

    .EngagementLPBaseGetStartedSection__TextBase--ProviderLP {
        width: auto;
    }

}

@media screen and (min-width: 961px){

    .EngagementLPBaseGetStartedSection__Base--ProviderLP {
        min-height: calc( 642px + 54px );
    }

    /* https://www.wantedly.com/about/list/のGetStartedにサイズ・レイアウトを揃える */
    .EngagementLPBaseGetStartedSection__InnerBase--ProviderLP {
        align-items: center;
        position: static;
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 0 auto;
        position: relative;
        overflow: visible;
        width: 1600px;
        max-width: 100%;
        box-sizing: border-box;
        flex: none;
    }
    
    .EngagementLPBaseGetStartedSection__GetStarted--ProviderLP {
        top: -14px;
        left: -20px;
    }

    .EngagementLPBaseGetStartedSection__GetStartedText--ProviderLP {
        font-size: 300px;
        line-height: 0.79;
    }

    .EngagementLPBaseGetStartedSection__CatchText__Text1--ProviderLP .EngagementLPPerkPageBody__Break {
        display: none;
    }

    .EngagementLPBaseGetStartedSection__CatchText__Text2--ProviderLP {
        /* margin-left: -.2em; */
    }

    .EngagementLPBaseGetStartedSection__FormBase--ProviderLP {
        align-items: flex-start;
    }

    .EngagementLPBaseGetStartedSection__TextBase--ProviderLP {
        margin-top: 16px;
    }

    .EngagementLPBaseGetStartedSection__DownloadDocumentButtonPadding--ProviderLP {
        margin-bottom: 24px;
    }
    
}

@media screen and (min-width: 1281px){

    .EngagementLPBaseGetStartedSection__Base--ProviderLP {
        min-height: 728px;
    }

}

/*
========================================================================
 hubspot form
========================================================================
*/

#hubspot-form {
    position: relative;
    width: 100%;
    max-width: 360px;
}

#hubspot-form fieldset {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    max-width: 360px;
    display:block;
}

#hubspot-form fieldset.form-columns-2 {
    display: flex;
    justify-content: space-between;
    gap: 0;
}

#hubspot-form fieldset.form-columns-2 > div.hs-fieldtype-text.field.hs-form-field:not([class^="utm"]) {
    margin-top: 0;
    width: 50%;
    box-sizing: border-box;
}

#hubspot-form fieldset > div {
    margin-top: 18px;
    box-sizing: border-box;
}

#hubspot-form .hs-fieldtype-text.field.hs-form-field:not([class^="utm"]) {
    margin-top: 18px;
}

#hubspot-form [id^="label"] {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 14px;
    margin-left: 12px;
    line-height: 24px;
    display: block;
}

#hubspot-form .hs-form-required {
    display: none;
}

#hubspot-form .hs-input {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    font-size: 16px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 0 0 1px rgba(0, 0, 0, 0.1);
    line-height: 24px;
    padding: 10px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: 0;
    color: rgba(0, 0, 0, 0.84);
    caret-color: #08c5e7;
    width: 100%;
    font-family: "Lato", "Helvetica Neue", Helvetica, "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#hubspot-form .hs-input::placeholder {
    color: rgba(0,0,0,0.24);
    font-family: "Lato", "Helvetica Neue", Helvetica, "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#hubspot-form .no-list.hs-error-msgs.inputs-list {
    line-height: 16px;
    margin-top: 5px;
}

#hubspot-form .hs-input.invalid {
    border: 1px solid rgb(237, 71, 47);
}

#hubspot-form label.hs-error-msg {
    color: rgb(237, 71, 47);
    font-size: 11px;
    font-family: "Lato", "Helvetica Neue", Helvetica, "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#hubspot-form.legal-consent-container {
    margin-top: 18px;
    position: relative;
}

#hubspot-form .legal-consent-container p {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

#hubspot-form .legal-consent-container a {
    font-size: 14px;
    color: #21bddb;
}

#hubspot-form .actions {
    margin-bottom: 24px;
    margin-top: 36px;
    box-sizing: border-box;
    width: 100%;
    padding: 6px 4px 0;
}

#hubspot-form .hs-button {
    background-image: linear-gradient(75deg, #0d93e0, #00c4c4);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 2%), 0 2px 6px 0 rgb(0 0 0 / 10%);
    display: block;
    min-width: 200px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
    background-color: #292929;
    border-radius: 9999px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px;
    transition: 200ms all;
    border-width: 0;
}

#hubspot-form .hs-button::after {
    border-radius: 9999px;
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    transition: 200ms all;
}

#hubspot-form .hs-button:hover, .hs-button:active, .hs-button:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

#hubspot-form textarea.hs-fieldtype-textarea {
    height: calc((24px * 3) + (10px * 2)); 
}

#hubspot-form .hs_error_rollup ul.hs-error-msgs li label.hs-main-font-element {
    display: none;
}

@media screen and (max-width: 960px) {
    #hubspot-form {
        max-width: none;
        width: 100%;
        margin-top: 24px;
    }

    #hubspot-form fieldset {
        max-width: none;
        width: 100%;
    }
}

/*
========================================================================
 footer
========================================================================
*/

.EngagementFooterBottomSection__Logo--ProviderLP {
    width: 177px;
    height: auto;
}

@media screen and (min-width: 560.02px) {

    .EngagementFooterBottomSection__AboutWantedly--ProviderLP {
        padding: 8px 0;
    }
    
    .EngagementFooterBottomSection__Logo--ProviderLP {
        margin-left: -10px;
    }

    .EngagementFooterBottomSection__Copyright--ProviderLP {
        margin-top: 18px;
    }

}

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

    .EngagementFooterBottomSection__Logo--ProviderLP {
        margin-left: 0;
        position: relative;
        left: -8px;
    }

}
