@charset "UTF-8";

/*------------------------------------------------
breakpoint
pc --> (min-width: 1280px)
tab --> (min-width: 744px) and (max-width: 1279px)
sp --> (max-width: 743px)
-------------------------------------------------*/

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

body {
    background-color: #fff;
    color: #222;
    font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
}

/*headline*/
h1,
gFont {
    font-family: 'BIZ UDPGothic', sans-serif;
}

h2 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
}

h4 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}


a,
a:link,
a:visited {
    color: #222;
}

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

@media (hover: hover) {
    a:hover {
        color: #0066cc;
        transition: color 0.2s ease;
        text-decoration: none;
    }

    a:hover img {
        opacity: 0.7;
        transition: opacity 0.2s ease;
    }
}

/*パンくず*/
#bread {
    max-width: 960px;
    font-size: 12px;
    margin: 0 auto;
}

/*ナビ*/
#navi {
    max-width: 960px;
    background: #fff;
    margin: 0 auto;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.2s ease;
}

#navi.shadow {
    border-radius: 3px;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .15);
}

#navi>ul {
    display: flex;
    margin: auto;
}

#navi>ul li {
    width: 25%;
    text-align: center;
}

#navi>ul li:last-child a {
    border-right: none;
}

#navi>ul li a {
    border-right: solid 2px #ccc;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    padding: 0 10px;
    line-height: 1.2;
}

#navi>ul li a:after {
    content: "";
    width: 8px;
    height: 6px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    background: #57cbcb;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}

@media (hover: hover) {
    #navi>ul li a:hover {
        color: #57cbcb;
    }
}

#navi>ul li a span {
    display: inline-block;
}

.pageText {
    color: #000;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: bold;
}

#header {
    max-width: 960px;
    margin: 5px auto 10px;
    position: relative;
}

.logoArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    display: block;
}

@media (hover: hover) {
    .logo:hover img {
        opacity: 1;
        transition: none;
    }
}

#header ul#subNavi {
    position: relative;
    top: auto;
    right: auto;
}

#pageTitle {
    position: relative;
    max-width: 960px;
    margin: 5px auto 0;
    background: #ffe7e7;
    display: grid;
    grid-template-columns: min(180px, 25%) 1fr min(180px, 25%);
    align-items: center;
}

#pageTitle .pageTitleInner {
    text-align: center;
    padding: 12px 0 10px;
}

#pageTitle .pageTitleInner h1 {
    font-size: 38px;
    line-height: 1.25;
    font-weight: normal;
}

#pageTitle .pageTitleInner h1 .subText {
    font-size: 24px;
    line-height: 1.25;
    display: block;
    margin-top: 5px;
}

#pageTitle .pageTitleInner p {
    margin-top: 5px;
}

#pageTitle>img {
    align-self: end;
}

#main {
    max-width: 960px;
    margin: 0 auto;
}

#contents-wrap {
    margin-top: 30px;
}

.heading {
    font-size: 17px;
    line-height: 1.3;
    font-weight: bold;
}

/*-------------------------
アルバイト完全マニュアル
-------------------------*/
#hajimete {
    margin-top: 40px;
}

#hajimete h2,
#writingGuide h2,
#column h2,
#promotion h2 {
    background-color: #ffe7e7;
    padding: 12px 22px 10px;
    margin-bottom: 20px;
    position: relative;
    border-left: solid 5px #d70a16;
}

#hajimete h2::after,
#writingGuide h2::after,
#column h2::after,
#promotion h2::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -15px;
    left: 0.8em;
    border-width: 22px 15px 0px 15px;
    border-style: solid;
    border-color: #ffe7e7 transparent transparent transparent;
}

.hajimete-cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.hajimete-cont li {
    border: 2px solid #dfdfdf;
    border-radius: 5px;
    position: relative;
    height: 100%;
}

.hajimete-cont a {
    text-decoration: none;
}

.hajimete-cont li>a {
    display: grid;
    grid-template-columns: 44% 1fr 25px;
    gap: 10px;
    text-decoration: none;
    align-items: center;
    min-height: 120px;
    height: 100%;
}

.hajimete-cont li>a::after {
    content: "";
    width: 10px;
    height: 14px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    background: #d60d19;
    display: block;
}

.hajimete-cont li>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    background: #e8f8ff;
}

.hajimete-cont li:nth-child(4)>a>img {
    object-position: -40px top;
}

.hajimete-cont .heading>span {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}

.hajimete-cont li:nth-child(1) .heading>span {
    color: #3d62ad;
}

.hajimete-cont li:nth-child(2) .heading>span {
    color: #7d4698;
}

.hajimete-cont li:nth-child(3) .heading>span {
    color: #f08437;
}

.hajimete-cont li:nth-child(4) .heading>span {
    color: #6cbb5a;
}

.hajimete-cont li:nth-child(5) .heading>span {
    color: #ea5550;
}

#hajimete .link-btn {
    width: min(380px, 100%);
    padding-right: 20px;
    margin-top: 3%;
}

/*-----------------------------
詳しい条件で一発検索！
-----------------------------*/
.search {
    margin-top: 80px;
    background: #eee;
}

.search h2 {
    color: #fff;
    text-align: center;
    background: #d70a16;
    padding: 10px 10px 6px;
}

.search h2:before {
    content: "";
    display: inline-block;
    background: url("/contents/shikaku-list/img/icon-loupe.svg") center center / contain no-repeat;
    width: 22px;
    height: 22px;
    vertical-align: -2px;
    margin-right: 10px;
}

.select-search {
    position: relative;
    padding: 20px;
}

.select-search form[name="select"] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
}

.select-search form[name="select"] .link-btn {
    grid-column: 1 / -1;
}

.select-search form[name="select"] select {
    appearance: none;
    outline: none;
    border: none;
    width: 100%;
    height: 40px;
    padding: 0 calc(40px + 7px) 0 7px;
    background: #fff url("/contents/shikaku-list/img/btn-select.png") right top /contain no-repeat;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    text-overflow: ellipsis;
}

@media (hover: hover) {
    .select-search form[name="select"] select:hover {
        cursor: pointer;
    }
}

/*ボタン*/
.link-btn {
    font-size: 20px;
    line-height: 1;
    width: min(290px, 100%);
    color: #fff !important;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    background-color: #d70a16;
    box-shadow: 0px 3px 1px 0px #891f25;
    padding: 15px 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    text-decoration: none;
    text-align: center;
    margin: auto;
    display: block;
}

@media (hover: hover) {
    .link-btn:hover {
        transform: translateY(3px);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
}

.link-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 16px;
    background: #fff;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

/*-------------------------
お役立ちコンテンツ
-------------------------*/
#writingGuide {
    margin-top: 80px;
}

.writingGuide-cont {
    margin-top: 40px;
}

.writingGuide-cont>h3 {
    background: #d2eef9;
    border-radius: 10px;
    padding: 8px 22px 4px;
    margin-bottom: 15px;
}

.writingGuide-cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.writingGuide-cont li {
    border: 2px solid #dfdfdf;
    border-radius: 5px;
    position: relative;
    height: 100%;
}

.writingGuide-cont li>a {
    display: grid;
    grid-template-columns: 140px 1fr 25px;
    gap: 15px;
    text-decoration: none;
    align-items: center;
    height: 100%;
}

.writingGuide-cont li>a::after {
    content: "";
    width: 10px;
    height: 14px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    background: #d60d19;
    display: block;
}

.writingGuide-cont li>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.writingGuide-cont li>a>dl {
    padding: 16px 0 10px;
}

.writingGuide-cont li>a>dl>dt {
    font-size: 17px;
    line-height: 1.3;
    font-weight: bold;
}

.writingGuide-cont li>a>dl>dd {
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.6;
}

/*-------------------------
コラム
-------------------------*/
#column {
    margin-top: 80px;
}

.column-cont {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.column-cont li {
    border: 2px solid #dfdfdf;
    border-radius: 5px;
    display: flex;
}

.column-cont li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    row-gap: 8px;
    padding: 15px 10px 10px;
    text-decoration: none;
}

.column-cont li a::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 3px solid;
    transform: scaleX(1);
    transform-origin: center;
    transition: transform 0.4s ease;
}

@media (hover: hover) {
    .column-cont li:hover a::after {
        transform: scaleX(0);
    }
}

.column-cont li:nth-child(1) a::after {
    border-color: #327cd0;
}

.column-cont li:nth-child(2) a::after {
    border-color: #f8873b;
}

.column-cont li:nth-child(3) a::after {
    border-color: #35ac8f;
}

.column-cont li:nth-child(4) a::after {
    border-color: #ba62d0;
}

.column-cont li a>img {
    height: 30px;
}

#column .heading {
    font-size: 19px;
    margin-top: 5px;
    text-align: center;
}

#column .link-btn {
    margin-top: 30px;
}

/*-------------------------
プロモーション
-------------------------*/
#promotion {
    margin-top: 80px;
}

.promotion-cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.promotion-cont li p {
    text-align: center;
    margin-top: 10px;
}

.promotion-cont li img {
    width: 100%;
    border: 1px solid #b4b4b4;
}

@media (hover: hover) {
    .promotion-cont li a:hover img {
        opacity: 0.7;
    }
}

/*-----------------------------
イーアイデムでアルバイトを探す
-----------------------------*/
#jobSearch {
    margin-top: 80px;
}

#jobSearch h2 {
    background: #fff;
    font-size: 26px;
    line-height: 1.3;
    font-weight: bold;
    color: #d60d19;
    text-align: center;
    border-bottom: 2px solid #d60d19;
    padding-bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#jobSearch h2:before {
    content: "";
    width: 34px;
    height: 35px;
    background: url(/contents/common/images/icon-e-chan-search.png) no-repeat center / contain;
    margin: 0 10px 0 0;
    transform: translateY(-4px);
}

.jobSearch-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    list-style: none;
}

.jobSearch-list li a {
    font-size: 20px;
    display: inline-block;
    padding: 15px;
    background: #d70a16;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 100px;
    min-width: 200px;
    text-align: center;
    box-shadow: 0px 3px 1px 0px #891f25;
    position: relative;
}

@media (hover: hover) {
    .jobSearch-list li a:hover {
        transform: translateY(3px);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
}

#applyBox {
    margin-top: 80px;
}

/*tab~smallPc
******************/
@media (min-width: 744px) and (max-width: 1279px) {
    body {
        font-size: 15px;
    }

    #navi>ul {
        width: 100%;
    }

    #navi>ul li a {
        padding: 0 5px;
    }

    #pageTitle {
        grid-template-columns: min(180px, 25%) 1fr min(180px, 25%);
    }

    .heading {
        font-size: 15px;
    }

    #writingGuide,
    #column,
    #promotion,
    .search,
    #jobSearch {
        margin-top: 60px;
    }

    .writingGuide-cont {
        gap: 20px;
        margin-top: 20px;
    }

    .writingGuide-cont li>a {
        grid-template-columns: 115px 1fr 20px;
        gap: 10px;
    }

    .writingGuide-cont li>a>dl {
        padding: 10px 0;
    }

    .writingGuide-cont li>a>dl>dt {
        font-size: 16px;
    }

    .writingGuide-cont li>a>dl>dd {
        font-size: 14px;
        margin-top: 5px;
    }

    .hajimete-cont li>a {
        min-height: 100px;
    }

    .hajimete-cont li>a {
        grid-template-columns: 34% 1fr 25px;
    }

    #column .heading {
        font-size: 17px;
    }

    .smallPc-none {
        display: none;
    }
}


/*tab
******************/
@media (min-width:744px) and (max-width:980px) {
    #bread {
        margin: 0 15px;
    }

    #navi>ul li a {
        font-size: 13px;
        line-height: 1.3;
        padding: 0 5px;
    }

    #header {
        margin: 5px 15px 10px;
    }

    #pageTitle .pageTitleInner h1 .subText {
        font-size: 18px;
    }

    #pageTitle {
        grid-template-columns: min(150px, 18%) 1fr min(150px, 18%);
    }

    #main {
        margin: 0 15px;
    }

    .hajimete-cont li:nth-child(4)>a>img {
        object-position: -64px top;
    }

    .promotion-cont li p {
        font-size: 14px;
    }

    .hajimete-cont li>a {
        min-height: 80px;
    }

    .hajimete-cont li>a {
        grid-template-columns: 34% 1fr 20px;
    }

    .hajimete-cont .heading>span {
        font-size: 13px;
        margin-bottom: 2px;
    }

    .jobSearch-list {
        gap: 15px;
    }

    #column .heading {
        font-size: 16px;
    }

    .tab-none {
        display: none;
    }
}

/*sp
******************/
@media (max-width: 743px) {
    body {
        font-size: 14px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    #bread {
        font-size: 12px;
        display: flex;
        overflow-x: scroll;
        background-color: #dbdbdb;
        padding: 0;
        width: 100%;
    }

    #bread .pcarrow {
        display: none;
    }

    #bread>span {
        position: relative;
        font-size: 12px;
        vertical-align: middle;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        white-space: nowrap;
        list-style: none;
        background-image: linear-gradient(to right, #ececec, #dbdbdb);
    }

    #bread>span:after {
        content: '';
        display: inline-block;
        position: absolute;
        margin-left: 10px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 12px solid #dbdbdb;
        z-index: 1;
    }

    #bread>span:last-child:after {
        display: none;
    }

    #bread>span:nth-child(n+2) {
        padding-left: 20px;
    }

    #navi>ul {
        width: 100%;
    }

    #navi>ul li a {
        font-size: 12px;
        line-height: 1.3;
        padding: 0 5px;
    }

    #navi>ul li a:after {
        bottom: -6px;
    }

    #header {
        width: 100%;
        padding: 0 10px;
    }

    #header .logo img {
        width: 150px;
        height: auto;
    }

    .pageText {
        font-size: 12px;
    }

    .logo {
        width: 124px;
    }

    #subNavi {
        display: none;
    }

    #pageTitle {
        grid-template-columns: min(180px, 22%) 1fr min(180px, 22%);
        justify-content: center;
        margin: 0;
        overflow: hidden;
    }

    #pageTitle .pageTitleInner {
        text-align: center;
        padding: 10px 0 10px;
    }

    #pageTitle .pageTitleInner h1 {
        font-size: 30px;
    }

    #contents-wrap {
        margin: 15px;
    }

    #hajimete {
        margin-top: 30px;
    }

    #hajimete h2,
    #writingGuide h2,
    #column h2 {
        padding: 12px 15px 8px;
        margin-bottom: 20px;
    }

    .writingGuide-cont {
        margin-top: 30px;
    }

    .writingGuide-cont>h3 {
        border-radius: 5px;
        padding: 8px 15px 4px;
        margin-bottom: 10px;
    }

    .search h2 {
        padding: 8px 10px 6px;
    }

    .search h2:before {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }

    .select-search {
        padding: 15px;
    }

    .select-search form[name="select"] {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 15px;
    }

    #writingGuide,
    #column,
    #promotion,
    .search,
    #jobSearch,
    #applyBox {
        margin-top: 40px;
    }

    .writingGuide-cont {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
        margin-top: 15px;
    }

    .writingGuide-cont li>a {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        gap: 0;
    }

    .writingGuide-cont li>a>dl {
        padding: 10px 10px 0;
        align-self: start;
    }

    .writingGuide-cont li>a>dl>dt {
        font-size: 16px;
    }

    .writingGuide-cont li>a>dl>dd {
        font-size: 14px;
        margin-top: 5px;
    }

    .writingGuide-cont li>a::after {
        justify-self: end;
        margin: 0px 5px 5px;
        width: 8px;
        height: 10px;
    }

    .hajimete-cont {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
        margin-top: 15px;
    }

    .hajimete-cont li:nth-child(4)>a>img {
        object-position: center top;
    }

    .hajimete-cont li>a {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        gap: 0;
    }

    .hajimete-cont li>a>p {
        padding: 10px 10px 0;
        align-self: start;
        font-size: 16px;
    }

    .hajimete-cont .heading>span {
        font-size: 13px;
        margin-bottom: 0;
    }

    #hajimete .link-btn {
        padding-right: 20px;
        margin-top: 20px;
    }

    .hajimete-cont li>a::after {
        justify-self: end;
        margin: 0px 5px 5px;
        width: 8px;
        height: 10px;
    }

    .link-btn::after {
        right: 12px;
    }

    .promotion-cont {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
        margin-top: 15px;
    }

    .promotion-cont li p {
        margin-top: 5px;
        font-size: min(3.2vw, 13px);
    }

    .column-cont {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .column-cont li a {
        padding: 10px 8px 8px;
        row-gap: 5px;
    }

    .column-cont li a>img {
        height: 20px;
    }

    #column .heading {
        font-size: 16px;
        margin-top: 2px;
    }

    #column .link-btn {
        margin-top: 20px;
    }

    #jobSearch h2 {
        font-size: 22px;
    }

    .jobSearch-list {
        gap: 2.666%;
        margin-top: 20px;
    }

    .jobSearch-list li {
        width: 23%;
        margin-top: 2.666%;
    }

    .jobSearch-list li:nth-child(-n+4) {
        margin-top: 0;
    }

    .jobSearch-list li a {
        font-size: min(4vw, 18px);
        line-height: 1.3;
        min-width: auto;
        width: 100%;
        height: 100%;
        border-radius: 16px;
        padding: 15% 10%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sp-none {
        display: none;
    }
}

/*smallSp
******************/
@media (max-width: 374px) {
    #navi>ul li a {
        font-size: 11px;
    }

    #pageTitle .pageTitleInner h1 {
        font-size: 28px;
    }

    #pageTitle .pageTitleInner p {
        font-size: 12px;
    }

    #hajimete .link-btn {
        font-size: 18px;
    }
}