@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');
html{
    /* font-size: 62.5%; */
    box-sizing: border-box;
    background: #fff;
    margin-top: 0 !important;
    width: 100%;
}
body {
    font-family:'Poppins', 'Noto Sans JP', sans-serif, sans-serif, sans-serif;
    letter-spacing: 0.05em;
    color: #333;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a{
    font-family:'Poppins', 'Noto Sans JP', sans-serif, sans-serif, sans-serif;
    cursor: pointer;
    text-decoration-line: none;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}
a, a:hover, a:active {
    text-decoration-line: none;
    text-decoration: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
img{
    width: 100%;
    height: auto;
}
header{
    line-height: inherit;
}
li > ul, li > ol{
    margin-left: 0;
}
li{
    list-style:none;
}
small{
    font-size: 80%;
    font-weight: inherit;
}

/* ----------------------------------------------------------
common
---------------------------------------------------------- */
.pc{
    display: block;
}
.sp{
    display: none;
}
:root {
    /* 色指定 */
    --blue: #278fcf;
    --lightblue: #d7ebf8;
    --lightblue2: #f4fbff;
    --bluegray: #d1e0eb;
    --yellow: #e4ef3a;
    --gray: #999999;
    --gray2: #f5f5f5;
    --gray3: #d5d5d5;
    --red: #a41f24;
    --keiri: #278fcf;
    --jinji: #e49d22;
    --soumu: #1fafae;
    --houmu: #469949;

    /* フォントサイズ */
    --f10px: 0.625rem;
    --f12px: 0.75rem;
    --f13px: 0.8125rem;
    --f14px: 0.875rem;
    --f16px: 1rem;
    --f18px: 1.125rem;
    --f20px: 1.25rem;
    --f24px: 1.5rem;
    --f30px: 1.875rem;
}
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_1200{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.inner_1000{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.inner_800{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
/* リンクの矢印 */
[class*=arw-]::after{
    position: absolute;
    content: "";
    background: url(../img/arrow-right.svg) center center no-repeat;
    width: 15px;
    height: 15px;
    top: 50%;
    right: -15%;
    transform: translateY(-50%);
}
.txt{
    font-size: var(--f14px);
    line-height: 1.5;
}
main{
    margin-top: 70px;
}

/* --------------------------------
header/footer共通
----------------------------------- */
[class*=r-Btn] a{
    display: inline-block;
    border-radius: 5px;
    font-size: var(--f14px);
    padding: 10px;
    text-align: center;
    transition: 0.3s;
}
[class*=r-Btn] a.login_Btn{
    color: var(--blue);
    background: #fff;
    border: var(--blue) 1px solid;
}
[class*=r-Btn] a.entry_Btn{
    color: #fff;
    background: var(--blue);
    border: var(--blue) 1px solid;
    font-size: var(--f14px);
}
[class*=r-Btn] a.logout_Btn{
    color: var(--gray);
    background: #fff;
    border: var(--gray) 1px solid;
}
[class*=r-Btn] a span{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
[class*=r-Btn] a span .svg .cls-1{
    transition: 0.3s;
}
[class*=r-Btn] a.login_Btn > span > .svg .cls-1{
    fill: var(--blue);
}
[class*=r-Btn] a.entry_Btn > span > .svg .cls-1{
    fill: #fff;
}
[class*=r-Btn] a.logout_Btn > span > .svg .cls-1{
    fill: var(--gray);
}
[class*=r-Btn] a:hover{
    background: var(--lightblue);
}
[class*=r-Btn] a.logout_Btn:hover{
    background: var(--gray2);
}
[class*=r-Btn] a.entry_Btn:hover{
    color: var(--blue);
}
[class*=r-Btn] a.entry_Btn:hover .svg .cls-1{
    fill: var(--blue);
}

/* --------------------------------
header
----------------------------------- */
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    padding: 15px 20px;
    z-index: 100;
    box-shadow: 0 3px 10px #f0f0f0;
}
header .hdr_inner{
    justify-content: space-between;
    align-items: center;
}
header .hdr_inner .hdr-left{
    width: 60%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
/* header .hdr_inner .hdr-left h1{
    margin-right: 30px;
} */
header .hdr_inner .hdr-left h1 img{
    max-width: 110px;
}
header .hdr_inner .hdr-left .category-search{
    position: relative;
    /* width: 50%; */
    margin-left: 30px;
    padding: 15px 0;
    transition: .3s;
    cursor: pointer;
}
header .hdr_inner .hdr-left .category-search .search-arrow{
    position: relative;
    display: inline-block;
    font-size: var(--f14px);
}
header .hdr_inner .hdr-left .category-search .search-arrow span.ic{
    display: inline-block;
    width: 12px;
    margin-right: 5px;
}
header .hdr_inner .hdr-left .category-search .search-arrow::after{
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(90deg);
}
header .hdr_inner .hdr-left .dropdown-menu{
    position: absolute;
    top: 55px;
    display: block;
    width: 200%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px #ccc;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
header .hdr_inner .hdr-left .category-search:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
}
header .hdr_inner .hdr-left .dropdown-menu li{
    position: relative;
    font-size: var(--f14px);
    border-bottom: var(--gray3) solid 1px;
}
header .hdr_inner .hdr-left .dropdown-menu li:last-child{
    border-bottom: none;
}
header .hdr_inner .hdr-left .dropdown-menu li::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 0.5em;
    transform: translateY(-50%);
}
header .hdr_inner .hdr-left .category-search.shikaku .dropdown-menu li::before{
    width: 6px;
    height: 6px;
}
/* 職種コンテンツ */
header .hdr_inner .hdr-left .dropdown-menu li.keiri::before{
    background: var(--keiri);
}
header .hdr_inner .hdr-left .dropdown-menu li.jinji::before{
    background: var(--jinji);
}
header .hdr_inner .hdr-left .dropdown-menu li.soumu::before{
    background: var(--soumu);
}
header .hdr_inner .hdr-left .dropdown-menu li.houmu::before{
    background: var(--houmu);
}
/* 資格コンテンツ */
header .hdr_inner .hdr-left .dropdown-menu li.kaikei::before{
    border: 2px solid var(--keiri);
}
header .hdr_inner .hdr-left .dropdown-menu li.law::before{
    border: 2px solid var(--houmu);
}
header .hdr_inner .hdr-left .dropdown-menu li a{
    display: block;
    width: 100%;
    padding: 12px 10px;
}
header .hdr_inner .hdr-left .dropdown-menu li:not(:first-child) a{
    padding: 12px 10px 12px 1.5em;
}
/* header .hdr_inner .hdr-left .dropdown-menu li:first-child a{
    padding-top: 7px;
}
header .hdr_inner .hdr-left .dropdown-menu li:last-child a{
    padding-bottom: 5px;
} */
header .hdr_inner .hdr-left .dropdown-menu li a:hover{
    background: var(--gray);
    color: #fff;
}
/* ログイン前 */
header .hdr_inner .hdr-right .hdr-Btn a{
    min-width: 120px;
    margin-right: 10px;
}
/* ログイン後 */
.loggedin{
    padding-left: 20px;
    border-left: var(--gray3) 1px solid;
    align-items: center;
}
.loggedin .detail{
    line-height: 1.4;
}
.loggedin .detail .user-name{
    font-size: var(--f16px);
    line-height: 1.3;
}
.loggedin .detail .user-name small,
.loggedin .detail span.status{
    font-size: var(--f14px);
    color: var(--gray);
}
.loggedin figure{
    width: 22%;
}

/* --------------------------------
footer
----------------------------------- */
footer{
    background: url(../img/footer-bg.webp) center center no-repeat;
    background-size: cover;
}
footer .inner_1200{
    padding: 100px 0 20px;
}
footer .inner_1200 div.flex{
    align-items: center;
}
footer .ftr-left{
    width: 30%;
}
footer .ftr-left h1{
    width: 50%;
}
footer .ftr-left .ftr-Btn{
    margin-top: 15px;
}
footer .ftr-left .ftr-Btn li{
    width: 49%;
}
footer .ftr-left .ftr-Btn li a{
    display: block;
    width: 100%;
}
footer .ftr-right {
    width: 70%;
}
footer .ftr-right nav ul.flex{
    justify-content: flex-end;
}
footer .ftr-right nav ul.flex li {
    padding: 8px 0 8px 40px;
}
footer .ftr-right nav ul.flex li a{
    font-size: var(--f14px);
}
footer .ftr-right nav ul.flex li a:hover{
    opacity: 0.7;
}
footer .copyright{
    text-align: right;
    font-size: var(--f12px);
    margin-top: 80px;
}

/* --------------------------------
動画・記事 スライダー部分
----------------------------------- */
.movie_Box .slider-item{
	position: relative;
    margin: 0 35px 0 0;
}
.movie_Box .slider-item a img {
    height: auto;
    object-fit: contain;
    object-position: 50% 50%;
    display: block;
    font-size: 5px;
    overflow: hidden;
    aspect-ratio: 6 / 4;
    background: #ccc;
}

.movie_Box .slider-item .tag_Box{
	position: absolute;
	top: 0;
    left: -25px;
}
.movie_Box .slider-item .tag_Box .tag{
	display: block;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	padding: 7px 7px 7px 4px;
	border-radius: 5px 0 0 5px;
	color: #fff;
	font-size: var(--f14px);
	text-align: center;
	margin-bottom: 5px;
}
.movie_Box .slider-item .tag_Box .new-tag{
	background: var(--red);
}
.movie_Box .slider-item .tag_Box .free-tag{
	background: var(--blue);
    display: none; /* 一旦無料タグ非表示 */
}
.movie_Box .slider-item > a:hover{
    opacity: 0.7;
}
.movie_Box .slider-item .ttl{
	justify-content: space-between;
	/* align-items: center; */
	margin-top: 10px;
	padding: 0 5px;
}
.movie_Box .slider-item .ttl .ttl-icon{
	display: inline-block;
	width: 12%;
}
.movie_Box .slider-item .ttl .ttl-icon img{
    background: none;
}
.movie_Box .slider-item .ttl .ttl-icon.ad{
    background: #ccc;
	font-size: var(--f14px);
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.movie_Box .slider-item .ttl h4{
	width: 84%;
	font-size: var(--f16px);
	line-height: 1.4;
	font-weight: bold;
	/* text-align: justify; */
}
.movie_Box .slider-item .txt{
	font-size: var(--f13px);
	line-height: 1.3;
	color: var(--gray);
	margin-top: 10px;
	/* text-align: justify; */
}
.movie_Box .slider-item .detail{
	margin-top: 10px;
	justify-content: flex-start;
    align-items: center;
}
.movie_Box .slider-item .detail .name{
	font-size: var(--f12px);
}
.movie_Box .slider-item .detail .name a{
	text-decoration: underline;
	margin-right: 3px;
	font-size: 120%;
}
.movie_Box .slider-item .detail .name a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.movie_Box .slider-item .detail .line{
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #ccc;
    margin: 0 10px;
}
.movie_Box .slider-item .detail .date{
	font-size: var(--f12px);
	line-height: 1.3;
    margin-right: 10px;
}
.movie_Box .slider-item .detail .category{
    margin: 0 3px 3px 0;
    padding: 3px 4px;
	font-size: var(--f12px);
}
.movie_Box .slider-item .detail .category a{
    display: block;
    width: 100%;
    color: #fff;
}
.movie_Box .slider-item .detail > div{
    display: flex;
    flex-wrap: wrap;
    margin-top: 3px;
}
.movie_Box .slider-item .detail .category a:hover{
    opacity: 0.7;
}
/* 職種コンテンツ */
.movie_Box .slider-item .detail .category.keiri{
	background: var(--keiri);
}
.movie_Box .slider-item .detail .category.jinji{
	background: var(--jinji);
}
.movie_Box .slider-item .detail .category.soumu{
	background: var(--soumu);
}
.movie_Box .slider-item .detail .category.houmu{
	background: var(--houmu);
}
/* 資格コンテンツ */
.movie_Box .slider-item .detail .category.kaikei{
    background: #fff;
    border: 1px solid var(--keiri);
}
.movie_Box .slider-item .detail .category.kaikei a{
    color: var(--keiri);
}
.movie_Box .slider-item .detail .category.law{
    background: #fff;
    border: 1px solid var(--houmu);
}
.movie_Box .slider-item .detail .category.law a{
    color: var(--houmu);
}
[class*=arrow_box] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	right: 5px;
	bottom: 5px;
}
.arrow_box{
    position: absolute;
}
.prev-arrow,
.next-arrow {
    position:relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
	border: 1px solid #333;
    transition: all .3s ease;
    cursor: pointer;
}
.prev-arrow {
    margin-right: 10px;
}
.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:15px;
    height:15px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transition: all .3s ease;
}
.prev-arrow::before{
	background: url(../img/arrow-left.svg) center center no-repeat;
	left: -3px;
}
.next-arrow::before{
	background: url(../img/arrow-right.svg) center center no-repeat;
	right: -3px;
}
.prev-arrow:hover,
.next-arrow:hover{
    background: #333;
}
.prev-arrow:hover::before{
	background: url(../img/arrow-left_white.svg) center center no-repeat;
}
.next-arrow:hover::before{
	background: url(../img/arrow-right_white.svg) center center no-repeat;
}
.slick-slide{
    height: auto;
}

/* --------------------------------
職種から探す
----------------------------------- */
.category-search_Wrap{
	background: var(--gray2);
	width: 100%;
	padding: 30px 0;
}
.category-search_Wrap .inner{
    width: 100%;
    padding: 0 20px;
    flex-wrap: nowrap;
    justify-content: center;
}
.search-sidebar{
	width: 15%;
}
.search-sidebar h3{
    font-size: var(--f16px);
    margin-bottom: 10px;
    line-height: 1.3;
    padding-left: 1.5em;
    text-indent: -1em;
}
.search-sidebar h3 span.ic {
    display: inline-block;
    width: 13px;
    margin-left: 13px;
    margin-right: -9px;
}
.search-sidebar .category-nav li{
    position: relative;
    margin-bottom: 5px;
}
.search-sidebar .category-nav li::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 0.5em;
    transform: translateY(-50%);
}
/* [id*=shikaku] .search-sidebar .category-nav li::before{
    width: 6px;
    height: 6px;
} */
.search-sidebar .category-nav li a{
    display: block;
    width: 100%;
    background: #fff;
    padding: 8px 5px 8px 1.5em;
    border-radius: 3px;
    font-size: var(--f14px);
    transition: 0.3s;
}
/* 職種コンテンツ */
.search-sidebar .category-nav li.keiri::before{
    background: var(--keiri);
}
.search-sidebar .category-nav li.jinji::before{
    background: var(--jinji);
}
.search-sidebar .category-nav li.soumu::before{
    background: var(--soumu);
}
.search-sidebar .category-nav li.houmu::before{
    background: var(--houmu);
}
/* 資格コンテンツ */
.search-sidebar .category-nav li.kaikei::before{
    width: 6px;
    height: 6px;
    border: 2px solid var(--keiri);
}
.search-sidebar .category-nav li.law::before{
    width: 6px;
    height: 6px;
    border: 2px solid var(--houmu);
}
.search-sidebar .category-nav li a::after{
    position: absolute;
    content: "";
    background: url(../img/arrow-right.svg) center center no-repeat;
    width: 6px;
    height: 8px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: 0.3s;
}
.search-sidebar .category-nav li.current a,
.search-sidebar .category-nav li a:hover{
    background: #8b8b8b;
    color: #fff;
}
.search-sidebar .category-nav li.current a::after,
.search-sidebar .category-nav li a:hover::after{
    background: url(../img/arrow-right_white.svg) center center no-repeat;
}

.category-search_Wrap .category-contents{
    width: 65%;
    padding: 0 20px;
}
.category-search_Wrap .category-contents .content_Box{
    margin-bottom: 70px;
}
.category-contents .ttl_Box{
    margin-bottom: 20px;
}
.category-contents .ttl_Box .ttl h4{
    position: relative;
    display: inline-block;
    font-size: var(--f20px);
    font-weight: 500;
    margin-left: 10px;
    padding: 0 5px 7px 0.8em;
    border-bottom: #333 3px solid;
    margin-right: 20px;
}
.category-contents .ttl_Box .ttl h4::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
}
/* [id*=shikaku] .category-contents .ttl_Box .ttl h4::before{
    width: 8px;
    height: 8px;
} */
/* 職種コンテンツ */
.category-contents .content_Box.keiri .ttl_Box .ttl h4::before{
    background: var(--keiri);
}
.category-contents .content_Box.jinji .ttl_Box .ttl h4::before{
    background: var(--jinji);
}
.category-contents .content_Box.soumu .ttl_Box .ttl h4::before{
    background: var(--soumu);
}
.category-contents .content_Box.houmu .ttl_Box .ttl h4::before{
    background: var(--houmu);
}
/* 資格コンテンツ */
.category-contents .content_Box.kaikei .ttl_Box .ttl h4::before{
    width: 6px;
    height: 6px;
    border: 2px solid var(--keiri);
}
.category-contents .content_Box.law .ttl_Box .ttl h4::before{
    width: 6px;
    height: 6px;
    border: 2px solid var(--houmu);
}
.category-contents .ttl_Box .ttl .viewmore{
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 10px 20px 10px 10px;
    border-radius: 3px;
    color: var(--blue);
    font-size: var(--f14px);
    font-weight: 500;
    text-align: center;
    transition: 0.3s;
}
.category-contents .ttl_Box .ttl .viewmore::after{
    position: absolute;
    content: "";
    background: url(../img/arrow-right_blue.svg) center center no-repeat;
    width: 7px;
    height: 10px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: 0.3s;
}
.category-contents .ttl_Box .ttl .viewmore:hover{
    background: var(--blue);
    color: #fff;
}
.category-contents .ttl_Box .ttl .viewmore:hover::after{
    background: url(../img/arrow-right_white.svg) center center no-repeat;
}
.category-contents .content_Box > [class*=slider_] .slick-track{
    left: 35px;
}
/* スライド2枚以下のとき */
.category-contents .content_Box > [class*=slider_].slick-none .slick-track{
    margin-left: 0;
}

/* 広告エリア */
aside.ad_Area{
    width: 300px;
    position: sticky;
    top: 100px;
}
aside.ad_Area div.ad{
    width: 100%;
    margin-bottom: 20px;
}

/* --------------------------------
Pagetop
----------------------------------- */
#Pagetop{
    position: fixed;
    right: 1%;
    bottom: 1.5%;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    line-height: 30px;
    background: var(--blue);
    border: var(--blue) 2px solid;
    padding: 30px;
    transition: 0.3s;
    z-index: 99;
}
#Pagetop a{
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#Pagetop a::before,
#Pagetop a::after{
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    background: rgb(255, 255, 255);
    top: 48%;
    transition: 0.3s;
}
#Pagetop a::before{
    left: 30%;
    transform: translateY(-50%) rotate(-45deg);
}
#Pagetop a::after{
    right: 30%;
    transform: translateY(-50%) rotate(45deg);
}
#Pagetop:hover{
    background: #fff;
}
#Pagetop:hover a::before,
#Pagetop:hover a::after{
    background: var(--blue);
}



/* ----------------------------------------------------------
下層ページ共通
---------------------------------------------------------- */

/* ==============================================================
PC(1600px~)
============================================================== */
@media screen and (min-width: 1600px) {


}

/* ==============================================================
TAB(~1400px)
============================================================== */
@media screen and (max-width:1400px) {

    .category-search_Wrap .inner {
        width: 96%;
        margin: 0 auto;
    }
    .search-sidebar h3{
        font-size: var(--f13px);
        letter-spacing: -0.02em;
        line-height: 1.3;
        padding-left: 1.3em;
        text-indent: -1.3em;
    }
    .search-sidebar h3 span.ic{
        width: 12px;
        margin-left: 17px;
        margin-right: -13px;
    }
}

/* ==============================================================
TAB(769px~1100px)
============================================================== */
@media screen and (min-width:769px) and (max-width:1100px) {

    .category-contents .ttl_Box .ttl h4{
        margin-left: 15px;
    }
    .category-contents .content_Box > [class*=slider_] .slick-track {
        left: 35px;
    }
}

/* ==============================================================
SP(~768px)
============================================================== */
@media screen and (max-width:768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }

    main {
        margin-top: 55px;
    }

    [class*=arrow_box]{
        display: none;
    }

    /* --------------------------------
    header
    ----------------------------------- */
    header {
        height: 60px;
        padding: 10px 12px;
    }
    header .hdr_inner .hdr-left {
        width: auto;
    }
    header .hdr_inner .hdr-left h1 {
        max-width: 150px;
        margin-right: 20px;
    }
    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: relative;
        z-index: 200;
        width: 30px;
        height: 35px;
        cursor: pointer;
        text-align: center;
    }
    .hamburger span {
        display : block;
        position: absolute;
        width   : 25px;
        height  : 2px ;
        left: 50%;
        transform: translateX(-50%);
        background : #333;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 12px;
    }
    .hamburger span:nth-child(2) {
        top: 18px;
    }
    .hamburger span:nth-child(3) {
        top: 24px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top : 22px;
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -moz-transform   : translateX(-50%) rotate(-45deg);
        transform        : translateX(-50%) rotate(-45deg);
    }
    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 22px;
        -webkit-transform: translateX(-50%) rotate(45deg);
        -moz-transform   : translateX(-50%) rotate(45deg);
        transform        : translateX(-50%) rotate(45deg);
    }
    nav.globalMenuSp{
        position: fixed;
        z-index : 100;
        top  : 0;
        right : -1000px;
        text-align: center;
        transition: opacity .6s ease, visibility .6s ease;
        width: 70%;
        height: 100vh;
        background: var(--gray2);
        padding: 60px 15px 0;
        transition: .5s all;
        overscroll-behavior-y: contain;
    }
    nav.globalMenuSp .hdr-Btn{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    nav.globalMenuSp .hdr-Btn li{
        width: 100%;
    }
    nav.globalMenuSp [class*=r-Btn] a{
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
    }
    nav.globalMenuSp .category-search{
        text-align: left;
    }
    nav.globalMenuSp .category-search.shikaku{
        margin-top: 10px;
    }
    nav.globalMenuSp .category-search .search-arrow,
    nav.globalMenuSp .category-search .sp-menu li{
        position: relative;
        display: block;
        width: 100%;
        font-size: var(--f14px);
        border-bottom: 1px solid var(--gray3);
    }
    nav.globalMenuSp .category-search .sp-menu li a{
        display: block;
        width: 100%;
        padding: 10px 0 10px 5px;
    }
    nav.globalMenuSp .category-search .search-arrow{
        color: var(--gray);
        padding: 10px 0 10px 5px;
    }
    nav.globalMenuSp .category-search .search-arrow span.ic{
        display: inline-block;
        width: 12px;
        margin-right: 5px;
    }
    nav.globalMenuSp .category-search .sp-menu li:not(:first-child){
        padding-left: 1.5em;
    }
    nav.globalMenuSp .category-search .sp-menu li::before{
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 50%;
        left: 0.5em;
        transform: translateY(-50%);
    }
    nav.globalMenuSp .category-search.shikaku .sp-menu li::before{
        width: 6px;
        height: 6px;
    }
    /* 職種コンテンツ */
    nav.globalMenuSp .category-search .sp-menu li.keiri::before{
        background: var(--keiri);
    }
    nav.globalMenuSp .category-search .sp-menu li.jinji::before{
        background: var(--jinji);
    }
    nav.globalMenuSp .category-search .sp-menu li.soumu::before{
        background: var(--soumu);
    }
    nav.globalMenuSp .category-search .sp-menu li.houmu::before{
        background: var(--houmu);
    }
    /* 資格コンテンツ */
    nav.globalMenuSp .category-search .sp-menu li.kaikei::before{
        border: 2px solid var(--keiri);
    }
    nav.globalMenuSp .category-search .sp-menu li.law::before{
        border: 2px solid var(--houmu);
    }
    nav.globalMenuSp [class*=arw-]::after{
        width: 8px;
        height: 10px;
        top: 50%;
        right: 3%;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        right: 0;
    }

    /* ログイン後 */
    .loggedin {
        margin-bottom: 8px;
        padding: 10px 5px;
        border-left: none;
        border-top: var(--gray3) 1px solid;
        border-bottom: var(--gray3) 1px solid;
    }
    .loggedin .detail {
        text-align: left;
    }
    .loggedin figure {
        width: 18%;
    }

    /* --------------------------------
    footer
    ----------------------------------- */
    footer .inner_1200 {
        padding: 50px 0 20px;
    }
    footer .ftr-left {
        width: 100%;
    }
    footer .ftr-left h1{
        width: 40%;
    }
    footer .ftr-right{
        width: 100%;
        margin-top: 20px;
    }
    footer .ftr-right nav ul.flex {
        flex-direction: column;
    }
    footer .ftr-right nav ul.flex li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    footer .ftr-right nav ul.flex li,
    footer .ftr-right nav ul.flex li:last-child{
        padding: 0;
    }
    footer .ftr-right nav ul.flex li a{
        line-height: 1.4;
    }
    footer .copyright {
        text-align: left;
        font-size: var(--f10px);
        margin-top: 30px;
    }

    /* Pagetop */
    #Pagetop{
        right: 3%;
        width: 25px;
        height: 25px;
        line-height: 25px;
        padding: 25px;
    }
    #Pagetop a::before{
        left: 25%;
    }
    #Pagetop a::after{
        right: 26%;
    }

    /* --------------------------------
    動画・記事 スライダー部分
    ----------------------------------- */
    .movie_Box .slider-item {
        margin: 25px 5px 0;
    }
    .movie_Box .slider-item .detail {
        margin-top: 5px;
    }
    .prev-arrow {
        margin-right: 5px;
    }
    #contents .movie_Box li:first-child{
        margin-top: 20px;
    }
    .movie_Box .slider-item .tag_Box {
        display: flex;
        top: -22px;
        left: 0;
    }
    .movie_Box .slider-item .tag_Box .tag {
        -ms-writing-mode: unset;
        writing-mode: unset;
        padding: 5px 7px;
        border-radius: 5px 5px 0 0;
        font-size: var(--f12px);
        margin-bottom: 0;
        margin-right: 5px;
    }

    /* --------------------------------
    職種から探す
    ----------------------------------- */
    .category-search_Wrap .inner{
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 0;
    }
    .search-sidebar,
    .category-search_Wrap .category-contents{
        width: 100%;
    }
    .search-sidebar h3{
        text-align: center;
        font-size: var(--f20px);
        font-weight: 500;
        letter-spacing: 0.05em;
    }
    .search-sidebar h3 span.ic {
        width: 17px;
        margin-right: -9px;
    }
    .search-sidebar .category-nav{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .search-sidebar .category-nav li{
        width: 49%;
        margin-bottom: 10px;
    }
    .search-sidebar .category-nav li a{
        padding: 10px 5px 10px 1.5em;
    }
    .category-search_Wrap .category-contents{
        margin-top: 30px;
        padding: 0;
    }
    .category-contents .ttl_Box {
        align-items: stretch;
        margin-bottom: 10px;
        flex-direction: column;
    }
    .category-contents .ttl_Box .ttl h4 {
        font-size: var(--f20px);
        margin: 0 0 0 5px;
        padding: 0 5px 5px 0.8em;
    }
    .category-contents .ttl_Box .ttl h4::before {
        width: 8px;
        height: 8px;
    }
    .category-contents .ttl_Box .ttl .viewmore{
        padding: 8px 15px 8px 8px;
        font-size: var(--f12px);
    }
    .category-contents .ttl_Box [class*=arrow_box]{
        margin: 10px 0 -15px;
    }
    .category-contents .ttl_Box .prev-arrow,
    .category-contents .ttl_Box .next-arrow{
        width: 35px;
        height: 35px;
    }
    .category-search_Wrap .category-contents .content_Box {
        margin-bottom: 50px;
    }
    .category-contents .content_Box > [class*=slider_] .slick-list{
        padding: 0 10% 0 0 !important;
    }
    .category-contents .content_Box > [class*=slider_] .slick-track {
        left: 0;
    }
    /* .category-search_Wrap .ad_Area{
        display: none;
    } */

    /* 広告箇所 */
    aside.ad_Area{
        position: relative;
        top: unset;
    }

    /* ----------------------------------------------------------
    下層ページ共通
    ---------------------------------------------------------- */

}