@charset "UTF-8";

/***************************************

header

***************************************/
header {
    padding-top: 28px;
}

header > div.stop {
    background-color: #ffc000;
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
}

header > div > section {
    position: relative;
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 13px;
    box-sizing: border-box;
    color: #616161;
    z-index: 81;
}

header > div > section > h1 {
    font-weight: normal;
}

nav.globalMenuSp.active {
    top: 26px;
    z-index: 4;
}

nav.globalMenuSp ul li a {
    padding: 15px 0;
}

/***************************************

共通

***************************************/
.sectitle {
    font-weight: 600;
    border-left: 4px solid #ffc000;
    padding-left: 8px;
    margin-bottom: 10px;
    font-size: 20px;
}

.sectitle span {
    font-size: 16px;
}

.ye-ttl {
    position: relative;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 auto 13px;
    width: 232px;
}

.ye-ttl p {
    letter-spacing: 1px;
    background-color: #ffc000;
    color: #fff;
    line-height: 37px;
    border-radius: 23px;
    font-size: 17px;
    padding: 0 29px;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ye-ttl h2 {
    letter-spacing: 1px;
    background-color: #ffc000;
    color: #fff;
    line-height: 37px;
    border-radius: 23px;
    font-size: 17px;
    /* padding: 0 29px; */
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ye-ttl h3 {
    letter-spacing: 1px;
    background-color: #ffc000;
    color: #fff;
    line-height: 37px;
    border-radius: 23px;
    font-size: 17px;
    padding: 0 29px;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ye-ttl p.kira {
    position: relative;
}

.ye-ttl h2.kira2:before {
    content: "";
    background: url(/img/icon/kirakira_left.png);
    background-size: 100% 100%;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 23%;
    left: 14px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.ye-ttl h2.kira2:after {
    content: "";
    background: url(/img/icon/kirakira_right.png);
    background-size: 100% 100%;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 23%;
    right: 14px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.ye-ttl p.kira:after {
    left: auto;
    right: 14px;
}

.ye-ttl p img {
    width: 24px;
    margin-right: 6px;
}

/***************************************

メイン

***************************************/
.mainbox {
    position: relative;
    min-width: 1000px;
    /* width: 100%; */
    height: fit-content;
    /* aspect-ratio: 1920 / 860; */
    background: url(/img/pc_top_anniversary_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.mainbox .inbox {
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    margin: auto;
    padding-top: 5rem;
}

.menu_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 4;
    margin: 3rem 0 0px auto;
    width: 470px;
    position: relative;
    right: 5vw;
}

img.garuru:nth-child(1) {
    margin: 60px 0 0 0;
    width: 100%;
    margin-left: 0;
    display: flex;
    position: relative;
    z-index: 2;
    left: 5vw;
}

a.garuru:nth-child(2) {
    margin: 20px 0 0 0;
    width: 600px;
    margin-left: 10vw;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.newyear-chara-image {
    width: 100%;
    height: auto;
    display: flex;
    margin-left: 0px;
    z-index: 1;
    position: relative;
    top: -1.5rem;
    right: 5vw;
}

.title-image-top {
    position: absolute;
    width: 600px;
    z-index: 3;
    margin-top: 58px;
    margin-left: 49px;
}

.title-image-top-men {
    position: absolute;
    height: 500px;
    z-index: 2;
    margin-top: -160px;
    margin-left: 460px;
}

.text-title-men-image {
    display: inline-block;
    width: 400px;
    margin-right: 140px;
}

.menu_list a,
.menu_list div {
    color: #000 !important;
    background-color: #fff;
    font-size: 11px;
    text-align: right;
    line-height: 29px;
    border-radius: 17px;
    padding: 0 15px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.menu_list a img,
.menu_list div img {
    width: 16px;
    margin-right: 5px;
}

/************************************************

メイン部分（かんたん仕事検索）

************************************************/
.firstbox {
    position: relative;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    display: flex;
    padding: 1.8rem 0 0;
}

.firstbox > img {
    width: 690px;
    height: auto;
    display: block;
    margin-left: -125px;
}

.firstbox > div {
    margin-left: 0px;
}

.firstbox > a {
    width: 24rem;
    display: block;
    position: absolute;
    top: -167px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.firstbox form#form_val {
    display: block;
    background: #ffffffbd;
    border-radius: 5px;
    width: 600px;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0 2px 3px 0 #d6d6d6c9;
    margin-left: 10vw;
    margin-top: 15px;
    z-index: 3;
    position: relative;
}

.firstbox form > p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 25px;
}

.firstbox .ye-box .ye-ttl {
    width: 257px;
    margin: 0 auto 15px;
}

.firstbox .ye-box .ye-ttl p {
    font-size: 21px;
    line-height: 40px;
}

.ye-box .ye-ttl {
    width: 215px;
    margin: 0 auto 10px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}

.ye-box .ye-ttl p {
    margin-bottom: 0;
}

.select-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.firstbox .select-list .pulldw {
    width: 29%;
}

.select-list select {
    width: 100%;
    min-width: 90px;
    border: 1px solid #cfc3bd;
    border-radius: 8px;
    padding: 11px 2px;
    box-shadow: 0px 4px 0px 0px rgb(203 203 203 / 60%);
}

.batsu {
    display: block;
    width: 23px; /*枠の大きさ*/
    height: 23px; /*枠の大きさ*/
    position: relative;
}

.batsu::before,
.batsu::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: calc(50% - 6px);
    left: 14%;
}

.batsu::after {
    transform: rotate(-45deg);
    transform-origin: 100% 50%;
    left: auto;
    right: 14%;
}

.firstbox form > p.sectitle {
    text-align: left;
    margin: 30px 0 10px;
    font-size: 18px;
}

.days {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.days a {
    display: block;
    width: 11%;
    background-color: #cfc3bd;
    border-radius: 3px;
    padding: 5px 6px;
    color: #fff !important;
    margin: 10px 0;
    font-size: 14px;
    text-align: center;
    height: auto;
    line-height: 20px;
}

.days a:first-child {
    margin-left: 0;
}

.days a:last-child {
    margin-right: 0;
}

.days a:active {
    background-color: #ffc000;
    color: #fff;
}

.fm_btn_srch {
    width: 230px;
    margin: auto;
}

.fm_btn_srch a {
    display: block;
    width: 250px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    background: #66cbd3;
    box-shadow: 0 2px 3px 0 #d6d6d6c9;
    transition: 0.4s;
    border-radius: 50px;
    line-height: 37px;
    letter-spacing: 3px;
}

.firstbox .fm_btn_srch {
    margin: 10px auto 0;
}

/************************************************

フリーワードから探す

************************************************/
.formbox {
    width: 1000px;
    margin: 70px auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.formbox form {
    width: 48%;
}

form#form_val2 {
    /* width: 1000px; */
    /* margin: 3rem 0; */
}

form#form_val2 .inbox {
    /* width: 48%; */
}

.freeword {
    position: relative;
}

input[name="keywd"] {
    border: 1px solid #cfc3bd;
    padding: 11px 30px 11px 13px;
    width: 100%;
    box-sizing: border-box;
    height: 37px;
    border-radius: 23px;
}

.freeword img {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.keyword-container {
    display: flex;
    justify-content: flex-start;;
    margin: 5px 0;
    flex-wrap: wrap;
}

.keyword-container a {
    padding: 5px;
    background: #ffc001;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin: 0 2px 5px 2px;
}

/************************************************

特集

************************************************/

.feature {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: flex-start; */
    justify-content: center;
}

.feature a {
    padding: 2px;
    color: #fff;
    margin: 0 6px 6px 0;
}

.feature a img {
    border-radius: 15px;
}

.feature-text-header {
    position: relative;
    text-align: left;
    color: #333333;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 2px;
    padding-left: 44px;
    margin-bottom: 15px;
}
.feature-text-header::before {
    content: "";
    background: url(/img/4th_icon/monthly.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 6px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

/************************************************

主要エリアから探す

************************************************/
.areabox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.areabox .list {
    width: 49%;
}

.areabox .list .area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* border: 1px solid #cfc3bd; */
    border-radius: 4px;
    padding: 15px;
    color: #4e4e4e;
    box-sizing: border-box;
    box-shadow: 0px 4px 0px 0px rgb(203 203 203 / 60%);
    background: linear-gradient(175deg, #d2edfb 15%, #00aef8 100% 100%);
    border: 1px solid #00aef8;
    font-weight: 700;
}

.areabox .list .area a:nth-child(-n + 4) {
    margin-bottom: 0;
    margin-bottom: 0;
    background-color: #007fc3;
    color: #fff;
    padding: 0 10px;
    line-height: 26px;
    border-radius: 3px;
}

.areabox .list .area:nth-child(-n + 2) {
    margin-bottom: 14px;
}

/************************************************

主要エリアから探す（選択中リスト）

************************************************/
.areabox .list .areaval_str {
    margin-bottom: 10px;
}

.areabox .list label {
    white-space: nowrap;
    min-width: 50%;
    display: inline-block;
}

/************************************************

主要路線から探す

************************************************/
.railbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    margin: 15px;
}

.railbox .list {
    width: 24%;
    margin-right: 5px;
}

.railbox .list .rail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #cfc3bd;
    border-radius: 4px;
    padding: 15px;
    color: #4e4e4e;    
    font-weight: 700;
    box-sizing: border-box;
    box-shadow: 0px 4px 0px 0px rgb(203 203 203 / 60%);
    background: linear-gradient(175deg, #d2edfb 15%, #00aef8 100% 100%);
    border: 1px solid #00aef8;
}

.railbox .list .rail a:nth-child(-n + 4) {
    margin-bottom: 0;
    margin-bottom: 0;
    background-color: #007fc3;
    color: #fff;
    padding: 0 10px;
    line-height: 26px;
    border-radius: 3px;
}

.railbox .list .rail:nth-child(-n + 2) {
    margin-bottom: 14px;
}

/************************************************

主要路線から探す（選択中リスト）

************************************************/
.railbox .list .railval_str {
    margin-bottom: 10px;
}

.railbox .list label {
    white-space: nowrap;
    min-width: 50%;
    display: inline-block;
}

/************************************************

人気の求人：みんながよく見ている求人（新着求人）

************************************************/
section.jobsbox {
    width: 1000px;
    margin: auto;
}

.jobsbox .ct-title {
    position: relative;
    text-align: center;
    color: #ffc000;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 2px;
}

.jobsbox .ct-title span {
    display: block;
    font-size: 14px;
    color: #000;
    margin-top: 11px;
    letter-spacing: 1px;
    font-weight: normal;
}

.jobsbox > p {
    font-size: 18px;
}

.jobsbox > p:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #cfc3bd;
    border-right: 2px solid #cfc3bd;
    transform: rotate(45deg) translate(-50%);
    -webkit-transform: rotate(45deg) translate(-50%);
    -ms-transform: rotate(45deg) translate(-50%);
}

.jobsbox > p a {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #000 !important;
    font-size: 14px;
    font-weight: normal;
}

.area_new_container {
    margin: 15px 0;
}

.topjob_link .imgbox {
    height: 150px;
}

.area_new_container .imgbox {
    height: 200px;
}

.group-picture .imgbox {
    height: 270px;
}

.area_new_container .imgbox img {
    box-shadow: 0 2px 3px 0 #d6d6d6c9;
}

.area_new_container .inbox {
    padding: 5px;
    text-align: center;
    font-size: 17px;
}

/************************************************

体入できる日で探す

************************************************/
.daychoice {
    width: 90%;
    margin: auto;
    background-color: #d2edfb;
}

.daychoice .ye-ttl {
    width: 260px;
    margin: 0 auto 13px;
}

.daychoice .list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}

.daychoice .list a {
    width: 13%;
    background: #fff;
    border: 1px solid #cfc3bd;
    border-radius: 4px;
    padding: 14px;
    text-align: center;
    display: block;
    color: #4e4e4e;
    box-sizing: border-box;
    box-shadow: 0px 4px 0px 0px rgb(203 203 203 / 60%);
}

.daychoice .list a:active {
    background-color: #ffc000;
    color: #fff;
}

/************************************************

人気エリアで探す

************************************************/
img[usemap] {
    max-width: 100%;
    height: auto;
}

/************************************************

路線で探す

************************************************/
section.jobsbox.ps-train {
    margin-bottom: 100px;
}

.ps-train .areabox {
    width: 90%;
    margin: 0 auto 20px;
    justify-content: flex-start;
}

.ps-train .areabox a {
    position: relative;
    width: 24%;
    margin-right: 1%;
    border: 1px solid #cfc3bd;
    border-radius: 4px;
    padding: 13px;
    color: #4e4e4e;
    box-sizing: border-box;
    box-shadow: 0px 4px 0px 0px rgb(203 203 203 / 60%);
}

.ps-train .areabox a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #cfc3bd;
    border-right: 2px solid #cfc3bd;
    transform: rotate(45deg) translate(-50%);
    -webkit-transform: rotate(45deg) translate(-50%);
    -ms-transform: rotate(45deg) translate(-50%);
}

.areabox a:nth-child(-n+4) {
    margin-bottom: 15px;
}

/************************************************

ピックアップ求人：がるるおすすめ求人（注目求人）

************************************************/
section.jobsbox {
    width: 1000px;
    margin: auto;
}

.jobsbox .ct-title {
    position: relative;
    text-align: left;
    color: #333;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding-left: 44px;
}

.jobsbox .popular::before {
    content: "";
    background: url(/img/4th_icon/popular.png); /*仮で代入 */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 6px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

/* .pointserch h3:before {
    content: "";
    background: url(/img/icon/area_dark.png);
    background-size: 100% 100%;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 6px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
} */
.jobsbox .ct-title span {
    display: block;
    font-size: 14px;
    color: #000;
    margin-top: 11px;
    letter-spacing: 1px;
    font-weight: normal;
}

.jobsbox > p {
    font-size: 18px;
}

.jobsbox > p:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #cfc3bd;
    border-right: 2px solid #cfc3bd;
    transform: rotate(45deg) translate(-50%);
    -webkit-transform: rotate(45deg) translate(-50%);
    -ms-transform: rotate(45deg) translate(-50%);
}

.jobsbox > p a {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #000 !important;
    font-size: 14px;
    font-weight: normal;
}

.topjob {
    margin: 15px 0!important;
    padding-left: 15px;
    gap: 2%;
    background-color: #d2edfb!important;
}

.topjob a {
    display: block;
    margin: 10px auto!important;
}

.topjob a img {
    box-shadow: 0 2px 3px 0 #d6d6d6c9;
}

.topjob.toppick a img {
    box-shadow: none;
}

.topjob a .inbox {
    text-align: center;
    padding: 7px;
    color: #000;
    line-height: 18px;
}
.pickupbox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.toppick a {
    box-shadow: 0 2px 3px 0 #d6d6d6c9;
}

.pickupbox a {
    width: 24%;
    margin-bottom: 10px;
}

.pickupbox a .imgbox {
    height: 146px;
}

.pickupbox a .inbox {
    text-align: left;
}

.pickupbox a .inbox b {
    font-size: 14px;
    margin-bottom: 8px;
    min-height: 2rem;
}

.pickupbox a .inbox p {
    font-size: 13px;
}

/************************************************

エリア、業種で探すメニューリスト

************************************************/
.pointserch b {
    position: relative;
    font-size: 21px;
    display: block;
    margin-bottom: 10px;
    padding-left: 44px;
}

.pointserch b:before {
    content: "";
    background: url(/img/icon/area_dark.png);
    background-size: 100% 100%;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 6px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.pointserch b.industry:before {
    background: url(/img/icon/industry_dark.png);
    background-size: 100% 100%;
}

.pointserch b.merit:before {
    background: url(/img/icon/merit_dark.png);
    background-size: 100% 100%;
}

.pointserch p.all {
    padding-left: 16px;
    color: #ffc000;
    margin: 22px 0 10px;
}

.pointserch p.all a {
    color: #ffc000;
}

.pointserch ul {
    margin-bottom: 1.5rem;
    padding-left: 16px;
}

.pointserch ul::before,
.pointserch ul::after {
    content: "";
    display: block;
    clear: both;
}

.pointserch ul li {
    float: left;
    width: 25%;
}

.pointserch ul li a {
    display: block;
    margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
    width: auto;
    line-height: 28px;
    color: #333 !important;
    font-weight: 500;
}

/************************************************

がるるNEWS（働く上でのノウハウや情報をご紹介します）

************************************************/
.jobsbox.colummain > p:after {
    content: none;
}

.columbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 20px;
}

.jobsbox.jobxbox-no > p:after {
    content: none;
}

.columbox > a {
    min-height: 90px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
    width: 47%;
    margin-bottom: 25px;
}

.columbox a div {
    width: 100%;
}

.columbox a div img {
    box-shadow: 0 2px 3px 0 #d6d6d6c9;
}

.columbox a .box {
    padding: 10px;
    width: 81%;
    box-sizing: border-box;
}

.columbox .box span {
    display: table;
    padding: 5px;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 9px;
    font-weight: normal;
    font-size: 14px;
}

.columbox .box b {
    color: #000;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 19px;
}

a.clm-btn {
    display: block;
    width: 250px;
    margin: auto;
    text-align: center;
    color: #000;
    line-height: 47px;
    /* border: 1px solid #ddd5d1; */
    /* -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 0px 3px 0px 0px rgb(230 230 230);
    -moz-box-shadow: 0px 3px 0px 0px rgb(230 230 230);
    -webkit-box-shadow: 0px 3px 0px 0px rgb(230 230 230); */
}
.clm-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 37%;
    right: -62px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #f7b118;
    border-right: 2px solid #f7b118;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 1;
}


/************************************************

はじめての方へ（体験談）

************************************************/
.firstone .section {
    margin: 40px auto;
}

.jobsbox.firstone > p:after {
    content: none;
}

.experience-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.experience-box .inbox {
    width: 49%;
    border: 1px solid #cacaca;
    border-radius: 4px;
    border-top: 10px solid #f4b01a;
    padding: 1rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

.experience-box .inbox:nth-child(n + 3) {
    margin-bottom: 0;
}

.experience-box .inbox p {
    margin: 0;
}

.experience-box .inbox .title {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.experience-box .inbox .title img {
    width: 50px;
    margin-right: 14px;
}

.experience-box .inbox .title .name {
    width: 100%;
    line-height: 35px;
}

.experience-box .inbox .title .name span {
    letter-spacing: 1px;
}

.experience-box .inbox .title .name b {
    display: block;
    border-bottom: 1px dashed#cacaca;
    font-size: 18px;
}

/************************************************

はじめての方へ（アコーディオン）

************************************************/
.s_07 .accordion_one {
    max-width: 1024px;
    margin: 0 auto;
}

.accordion_header {
    background-color: #f3f3f3;
    color: #000;
    padding: 16px 0;
    text-align: center;
    position: relative;
    z-index: +1;
    transition-duration: 0.2s;
    border: 1px solid #cacaca;
}

.accordion_header:nth-child(-n + 5) {
    border-bottom: none;
}

.accordion_one:nth-of-type(1) .accordion_inner .accordion_header {
    background-color: #cfc3bd;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.accordion_one:nth-of-type(1)
    .accordion_inner
    .accordion_inner
    .accordion_header {
    background-color: #ffffff;
    text-align: left;
    color: #000;
}

.accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}

.accordion_one:nth-of-type(2) .accordion_inner .accordion_header {
    background-color: #ffb64a;
}

.s_07 .accordion_one .accordion_header:hover {
    opacity: 0.8;
}

.accordion_header > .i_box,
.accordion_inner > .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 2%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    cursor: pointer;
}

.one_i {
    display: block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #b0b0b0;
    border-right: 2px solid #b0b0b0;
    transform: rotate(90deg);
    transition: all 0.3s;
    position: relative;
}

.accordion_inner .one_i {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.one_i.rotate {
    transform: rotate(270deg);
}

.one_i:before {
    content: none;
}

.accordion_inner {
    display: none;
    padding: 1rem;
    box-sizing: border-box;
    border: 1px solid #cacaca;
    border-top: none;
}

.accordion_inner p {
    margin-bottom: 1rem;
    line-height: 25px;
}

.accordion_inner:nth-child(-n + 6) {
    border-bottom: none;
}

.accordion_inner.noline {
    border: none;
}

.accordion_one .intext a {
    margin: 2rem auto 0;
}

@media screen and (max-width: 1024px) {
    .s_07 .accordion_one .accordion_header {
        font-size: 18px;
    }
    .s_07 .accordion_one .accordion_header .i_box {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}
@media screen and (max-width: 767px) {
    .s_07 .accordion_one .accordion_header {
        font-size: 16px;
        text-align: left;
        padding: 15px 60px 15px 15px;
    }
}

/******特集*******/
.sp_bnr_list {
    display: grid;
    grid-template-columns: auto auto;
    width: 1000px;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
}

/*************************************

マップ

*************************************/
.map {
    position: relative;
    margin: 0 auto;
}
.map img {
    width: 100%;
    height: auto;
}
.map a {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -5000px;
}

.map.kansai {
    width: 1000px;
    height: 671px;
}
.map.kansai a {
    width: 13%;
    height: 11%;
}
.map.kansai a[row="2"] {
    top: 15.2%;
}
.map.kansai a[row="3"] {
    top: 29.81%;
}
.map.kansai a[row="4"] {
    top: 44.42%;
}
.map.kansai a[row="5"] {
    top: 59.03%;
}
.map.kansai a[row="6"] {
    top: 73.64%;
}
.map.kansai a[row="7"] {
    top: 88.25%;
}
.map.kansai a[col="2"] {
    left: 14.7%;
}
.map.kansai a[col="3"] {
    left: 29.3%;
}
.map.kansai a[col="4"] {
    left: 43.6%;
}
.map.kansai a[col="5"] {
    left: 58%;
}
.map.kansai a[col="6"] {
    left: 72.5%;
}
.map.kansai a[col="7"] {
    left: 87%;
}

.map.kanto {
    width: 1000px;
    height: 859px;
}
.map.kanto a {
    width: 12.8%;
    height: 8.38%;
}
.map.kanto a[row="2"] {
    top: 10.8%;
}
.map.kanto a[row="3"] {
    top: 21.8%;
}
.map.kanto a[row="4"] {
    top: 33.5%;
}
.map.kanto a[row="5"] {
    top: 44.5%;
}
.map.kanto a[row="6"] {
    top: 56.5%;
}
.map.kanto a[row="7"] {
    top: 68.2%;
}
.map.kanto a[row="8"] {
    top: 79.5%;
}
.map.kanto a[row="9"] {
    top: 91%;
}
.map.kanto a[col="2"] {
    left: 14%;
}
.map.kanto a[col="3"] {
    left: 29%;
}
.map.kanto a[col="4"] {
    left: 44%;
}
.map.kanto a[col="5"] {
    left: 58%;
}
.map.kanto a[col="6"] {
    left: 73%;
}
.map.kanto a[col="7"] {
    left: 87%;
}

.map.kyushu {
    width: 1024px;
    height: 694px;
}
.map.kyushu a {
    width: 12.8%;
    height: 11.38%;
}
.map.kyushu a[row="2"] {
    top: 15.8%;
}
.map.kyushu a[row="3"] {
    top: 28%;
}
.map.kyushu a[row="4"] {
    top: 42.5%;
}
.map.kyushu a[row="5"] {
    top: 55.5%;
}
.map.kyushu a[row="6"] {
    top: 70%;
}
.map.kyushu a[row="7"] {
    top: 84.2%;
}
.map.kyushu a[col="1"] {
    left: 16%;
}
.map.kyushu a[col="2"] {
    left: 30%;
}
.map.kyushu a[col="3"] {
    left: 43.6%;
}
.map.kyushu a[col="4"] {
    left: 57%;
}
.map.kyushu a[col="5"] {
    left: 71%;
}
.map.kyushu a[col="6"] {
    left: 85%;
}

/*************************************

4周年TOPページ　リニューアル　追加CSS

*************************************/
.full-wrap {
    width: 100%;
    background-color: #d2edfb;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 70px;
}
/* 編集部からのオススメ */
.news-article {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.news-article > div:first-of-type {
    margin: 0;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.news-article > div:first-of-type h2 {
    margin: 0;
    font-size: 24px;
}

.news-article > div:first-of-type img {
    width: 60px;
}

.news-article > div:nth-child(2) {
    width: 800px;
    background: #fff2af;
    margin: 0 12px 4px 12px;
    border-radius: 10px;
    border: 1px solid #dbd1bd;
    box-shadow: 0px 0px 6px 2px #dbd1bd;
}

.news-article .column-2-rows {
    display: grid;
    /* grid-template-rows: 50% 50%; */
}

.news-article .column-2-rows div {
    display: flex;
}

.news-article .column-2-rows div span:nth-child(2) {
    margin: 0 0 0 15px;
}

/************************************************

がるるNEWS（働く上でのノウハウや情報をご紹介します）

************************************************/
.columbox {
    padding: 0 15px;
    background: #fffbe7;
}

.sectitle span.ent {
    display: block;
    margin-top: 3px;
    font-weight: 600;
}

section.columbox p {
    margin: 0 0 20px;
}

.columbox > a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
    /* box-shadow: 0 2px 1px 0px #d6d6d6c9; */
    width: 100%;
    margin: 0 auto;
    /* background: #fffbe7; */
    color: #222;
    border-radius: 7px;
    align-items: center;
}

.columbox a .box {
    padding: 10px;
    width: 85%;
}

.columbox a .box > div{
    display: grid;
    grid-template-columns: 10% 87%;
    align-items: center;
    justify-content: space-between;
    justify-items: center;
}

.columbox .box b {
    color: #000;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 19px;
}

.columbox .box::after {
    content: "";
    display: block;
    position: absolute;
    top: 37%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #f7b118;
    border-right: 2px solid #f7b118;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 1;
}

.columbox a.txtver .box {
    width: 100%;
}

.columbox a.txtver .box b {
    width: 96%;
}

.sns-container {
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    margin: 15px auto -5px;
    width: 80%;
    justify-content: center;
}

.sp_bnr_list {
    display: grid;
    /* grid-template-columns: auto; */
    gap: 5px;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 10px;
}

.sp_bnr_list a img {
    border-radius: 15px;
}


/*************************************

4周年TOPページ　リニューアル　追加CSS

*************************************/

.fm_btn_data-srch a {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    background: #66cbd3;
    box-shadow: 0px 4px 3px 1px #d6d6d6e3;
    transition: .4s;
    border-radius: 50px;
    line-height: 37px;
    letter-spacing: 3px;
    border: none;
    width: 250px;
    margin: auto;
}
.ct-title{
    font-size: 24px;
}
.icon-wrap{
    display: grid;
    grid-template-columns: 6% 90%;
    gap: 8px;
    align-items: center;
    margin-bottom: 15px;
}
.icon-wrap h2{
    padding-left: 0;
    margin-bottom: 0;
    font-size: 19px;
}
.icon-wrap img{
    width: 35px;
    justify-self: flex-end;
}
.news-column{
    width: 45%!important;
    background-color: #d2edfb;
}
.news-column .box::after{
    border-top: none;
    border-right: none;
}
.wrap-news{
    grid-template-columns: 6% 80% 10%;
    position: relative;
}
.pickupjob-image{
    text-align: center;
    margin-bottom: 30px;
}
.pickupjob-image img{
    width: 50%;
}

/*****************************************
ランキング
*******************************************/

.application-part-container, .likes-part-container, .quickly-grows-part-container, .video-part-container {
    padding: 10px;
    width: 94%;
    display:flex;
}

.application-part-container::after, .likes-part-container::after, .quickly-grows-part-container::after {
    content: '';
    background: url(/img/rank1.png);
    background-size: 100% 100%;
    width: 80px;
    height: 85px;
    margin: -4px 0px 0 527px;
    position: absolute;
}

.application-part-container a, .likes-part-container a, .quickly-grows-part-container a {
    display: grid;
    align-items: start;
    justify-content: space-between;
    justify-items: center;
    grid-template-columns: 65% 33%;
    width: 100%;
}

.application-container .swiper-slide:nth-child(1):before, .likes-container .swiper-slide:nth-child(1):before, .quickly-grows-container .swiper-slide:nth-child(1):before{
    content: '';
    background: url(/img/rank2.png);
    background-size: 100% 100%;
    width: 35px;
    height: 40px;
    margin: -151px 208px 0px 5px;
    position: absolute;
}

.application-container .swiper-slide:nth-child(2):before, .likes-container .swiper-slide:nth-child(2):before, .quickly-grows-container .swiper-slide:nth-child(2):before{
    content: '';
    background: url(/img/rank3.png);
    background-size: 100% 100%;
    width: 35px;
    height: 40px;
    margin: -151px 208px 0px 5px;
    position: absolute;
}

.application-container .swiper-slide:nth-child(3):before, .likes-container .swiper-slide:nth-child(3):before, .quickly-grows-container .swiper-slide:nth-child(3):before{
    content: '';
    background: url(/img/rank4.png);
    background-size: 100% 100%;
    width: 35px;
    height: 40px;
    margin: -151px 208px 0px 5px;
    position: absolute;
}

.application-container .swiper-slide:nth-child(4):before, .likes-container .swiper-slide:nth-child(4):before, .quickly-grows-container .swiper-slide:nth-child(4):before{
    content: '';
    background: url(/img/rank5.png);
    background-size: 100% 100%;
    width: 35px;
    height: 40px;
    margin: -151px 208px 0px 5px;
    position: absolute;
}

.application-part-container a img, .likes-part-container a img, .quickly-grows-part-container a img   {
    display: flex;
    justify-content: center;
    align-items: center;
}

.application-part-container a div, .likes-part-container a div, .quickly-grows-part-container a div {
    display: grid;
    grid-template-rows: auto auto;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.application-part-container a div span:nth-child(1), .likes-part-container a div span:nth-child(1), .quickly-grows-part-container a div span:nth-child(1)  {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 10px 0;
}

.application-part-container a div span:nth-child(2), .likes-part-container a div span:nth-child(2), .quickly-grows-part-container a div span:nth-child(2) {
    font-size: 13px;
    font-weight: normal;
    color: #000;
}

.application-container .swiper-slide, .likes-container .swiper-slide, .quickly-grows-container .swiper-slide, .quickly-grows-container .swiper-slide, .video3_container .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    padding: 5px;
}

.application-container .swiper-wrapper, .likes-container .swiper-wrapper, .quickly-grows-container .swiper-wrapper, .video3_container .swiper-wrapper {
    align-items: center;
}

.application-container .oneline, .likes-container .oneline, .quickly-grows-container .oneline {
    margin: 5px 0;
    font-size: 13px;
    color: #000;
}

#quickly-grows-part, #application-part, #likes-part {
    display: none;
}

#video-part-container, #mains-part-container, #clothes-part-container {
    display: none;
}

#mains-part-container .imgbox, #clothes-part-container .imgbox {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

#mains-part-container .imgbox div, #clothes-part-container .imgbox div {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    background: #00000099;
    font-weight: 700;
    color: #fff;
    padding: 4px;
    justify-content: center;
    align-items: center;
}



.ranking-switch-menu {
    display: grid;
    align-items: center;
    justify-content: left;
    justify-items: center;
    width: 100%;
    grid-template-columns: 20% 20% 20%;
    grid-column: 1 / 3;
    width: 850px;
    margin: auto;
}

.ranking-switch-menu a.ui-link  {
    background-color: #F6F3F0;
    width: 87%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #000!important;
    font-weight: 700;
    font-size: 12px;
}

.ranking-switch-menu a.ui-link > div > img{
    height: 20px;
    margin: 0 5px;
}

.ranking-switch-menu a.ui-link:focus {
    background-color: #fff5be;
    /* box-shadow: 0 5px #fff!important; */
    border: unset!important;
}

.yellow-grid-component-2 .ranking-switch-menu .activeButton, .yellow-grid-component-2 .ranking-switch-menu .activeButton2  {
    /* background-color: #f5f5f5; */
    background-color: #fff7cd;
    padding: 5px 20px;
    border-radius: 5px 5px 0 0;
    /* box-shadow: 0 5px #fff!important; */
}
/* ---------------------------------------------- */

.displayOn{
    width: 1000px;
    margin: 0 auto;
    background-color: #d2edfb;
}

.yellow-grid-component-2{
    /* background: #fff7cd; */
    padding-top: 50px;
    padding-bottom: 50px;
 }
 .ranking-wrap{
    width: 1000px;
    margin: auto;
 }
 .full-wrap-topzero{
    width: 100vw;
    background-color: #d2edfb;
    padding-bottom: 30px;
    padding-top: 30px;
 }
 .rank-icon{
    width: 35px;
 }