
@charset "UTF-8";

/* ログイン前 */
.memberTxt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.streamArea--registration.memberRegistrationBtnArea {
    font-size: 14px;
    background-color: #FFFCD1;
}

.streamArea--registration.memberRegistrationBtnArea .memberRegistrationBtn {
    display: block;
    width: max-content;
    padding: 0;
    margin: 0 auto;
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

.streamArea--registration.memberRegistrationBtnArea * {
    font-size: 14px;
}

/* nav */
.navArea {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

.navItem {
    position: relative;
    width: 280px;
}

.navItem:after {
    content: url(https://doda.jp/cmn_web/img/event/webmovie/nav_arrow_down.svg);
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-inline: auto;
}

.navItemLink {
    position: relative;
    display: block;
    width: 278px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 33px;
    text-align: center;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
    border-radius: 4px;
}

.navItemLink:hover {
    text-decoration: none;
    background-color: #F2FCFF;
}

.navItemLink:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #007FC3;
    border-top-left-radius: 4px;
    z-index: 10;
}

.navItemLink:after {
    position: absolute;
    top: 5px;
    left: 11px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    z-index: 20;
}

.navItemIcon01:after {
    content: "1.";
}

.navItemIcon02:after {
    content: "2.";
}

.navItemIcon03:after {
    content: "3.";
}

.navItemText {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 7px;
}

.navItem:last-child {
    margin-right: 2px;
}

/*--------------------------------
ABテスト2409用　navi アンカーリンク
-------------------------------*/
.ABtest202409 {
    display: none;
}

.navArea_202409ABtest {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.navItem_202409ABtest {
    position: relative;
    width: 286px;
    border-radius: 4px;
    border: 1px solid #D6D6D6;

}

.navItem_202409ABtest:after {
    content: url(https://doda.jp/cmn_web/img/event/webmovie/nav_arrow_down.svg);
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.navItemLink_202409ABtest {
    position: relative;
    display: block;
    padding: 13px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    column-gap: 7px;
    border-radius: 4px;

}

.navItemLink_202409ABtest:hover {
    text-decoration: none;
    background-color: #F2FCFF;
}


.navItemText_202409ABtest {
    color: #222;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 150%;
    color: #333;
}

.navItemText__nam_202409ABtest {
    color: #007FC3;
    display: block;
}

/*--------------------------------
ABテスト2409用　タイトルにSTEP追加
-------------------------------*/
.titleStep_202409ABtest {
    display: none;
}

/* movie */
.movieArea {
    display: grid;
    gap: 20px 24px;
    grid-template-columns: 1fr 1fr 1fr;
}

.movieItem {
    width: 280px;
}

.movieTitle {
    display: flex;
    height: 31px;
    margin-bottom: 10px;
}

.movieTitleLine {
    height: 48px;
}

.movieTag {
    display: block;
    width: 35px;
    height: 31px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
    background-color: #00AEF7;
    margin-right: 10px;
}

.movieTitle .movieTitleText,
.movieTitle .movieTitleTextline {
    font-size: 16px;
    font-weight: 700;
}

.movieTitle .movieTitleText {
    line-height: 31px;
}

.movieTitle .movieTitleTextline {
    line-height: 24px;
}

.movieLink {
    color: #222;
}

.movieImg {
    overflow: hidden;
    border-radius: 4px;
}

.movieLink:hover img {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

.movieLink:visited {
    color: #222;
}

.movieLink:hover {
    text-decoration: none;
}

.movieLinkInner {
    position: relative;
    margin-bottom: 10px;
}

.noLogin:before {
    content: "doda会員限定動画";
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    width: 121px;
    height: 28px;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    background-color: #FD8331;
    border-top-left-radius: 4px;
    text-align: center;
    z-index: 10;
}

.noLogin img {
    opacity: 0.3;
}

.movieTime {
    position: absolute;
    color: #FFF;
    bottom: 2px;
    right: 3px;
    width: 33px;
    font-size: 11px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    background: #363636;
    border-radius: 2px;
    z-index: 10;
}

.movieLink .movieText {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

/* Link */
.guideTopLink {
    width: 280px;
    height: auto;
    margin: 0 auto;
}

/* 右ナビ */
.popularArticleRankings {
    border: none;
}

.popularArticleRankings .rankingsTitle {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.popularArticleRankings .navMovieList {
    height: auto;
}

.popularArticleRankings .navMovieList:first-child {
    margin-top: 15px;
}

.popularArticleRankings .navMovieList:not(:first-child) {
    margin-top: 20px;
}

.navMovieLink {
    display: flex;
}

.navMovieLinkImg {
    position: relative;
    overflow: hidden;
    min-width: 120px;
}

.navMovieLink:hover img {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

.navMovieLinkTime {
    position: absolute;
    color: #FFF;
    top: 48px;
    right: 3px;
    width: 36px;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    background: #363636;
    border-radius: 2px;
    z-index: 10;
}

.navMovieLinkText {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    margin-left: 10px;
}

.navMovieList .navMovieLink:hover {
    text-decoration: underline #222;
    cursor: pointer;
}

.pc-none {
    display: none;
}

/* ABテスト用 */
.followingBtnArea {
    display: none;
}

/* あわせて読みたい記事 */
.headingRoundness {
    padding: 12px 30px 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #007fc3;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.lightBlueArea {
    margin-bottom: 30px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #edfaff;
    word-break: break-all;
}

.lightBlueArea ul {
    padding: 30px 40px;
}

.lightBlueArea ul img {
    border-radius: 6px;
}

.lightBlueArea ul dt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}

.lightBlueArea ul dd {
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

.lightBlueArea ul li a dl dt:hover {
    text-decoration: underline;
}

.lightBlueArea ul li a dl dd:hover {
    text-decoration: none;
}

.lightBlueAreaThumb {
    float: left;
    width: 60px;
    margin-right: 10px;
}

.lightBlueArea ul li dl {
    float: right;
    width: 310px;
}

.leftContentBox {
    float: left;
    width: 388px;
    margin-right: 25px;
}

.rightContentBox {
    float: right;
    width: 388px;
}


/* doda履歴書バナー記事中 */
.dodaRirekiBuilderMidBnr {
    background-color: #EFF8FB;
    border-radius: 8px;
    background-image: url(https://doda.jp/guide/rireki/img/cta01_rireki_bg01_pc.webp);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    display: grid;
    grid-template:
        "left head right"
        "left bottom right";
    grid-template-columns: 1fr 392px 1fr;
}

.dodaRirekiBuilderMidBnr_headArea {
    grid-area: head;
    padding-top: 28px;
    padding-bottom: 10px;
}

.dodaRirekiBuilderMidBnr_headText {
    text-align: center;
}

.dodaRirekiBuilderMidBnr_headGradient {
    display: block;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 4.41rem;
    background: linear-gradient(102.86deg, #00BEDA 8.97%, #0084FF 58.06%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.dodaRirekiBuilderMidBnr_headGradientSub {
    display: block;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 3.68rem;
    background: linear-gradient(102.86deg, #00BEDA 8.97%, #0084FF 58.06%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 3px;
}

.dodaRirekiBuilderMidBnr_subText {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 4.2rem;
}

.dodaRirekiBuilderMidBnr_leftArea {
    grid-area: left;
}

.dodaRirekiBuilderMidBnr_leftImg {
    width: 221px;
    margin-top: 20px;
    margin-left: 35px;
}

.dodaRirekiBuilderMidBnr_rightArea {
    grid-area: right;
    align-self: flex-end;
    text-align: right;
}

.dodaRirekiBuilderMidBnr_rightImg {
    width: 186px;
    margin-right: 25px;
}

.dodaRirekiBuilderMidBnr_bottomArea {
    grid-area: bottom;
    padding-bottom: 28px;
}

a.dodaRirekiBuilderMidBnr_btn {
    background: linear-gradient(#7dba3c, #60ab0f);
    display: block;
    width: 392px;
    padding: 15px;
    border-radius: 8px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    box-sizing: border-box;
}

a.dodaRirekiBuilderMidBnr_btn:hover {
    text-decoration: none;
    background: #88c04b;
}

/* bnr* /
/* ポップアップパーツ */
#popup__counter {
    position: fixed;
    z-index: 999;
    display: none;
    bottom: '-120px';
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

#popup__counter img {
    border-radius: 5px;
}

#popup__close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    background-color: #222;
    border-radius: 50%;
    font-weight: bold;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    z-index: 1000;
}



