@charset "utf-8";

/*--全体共通のスタイル--*/
pre.cake-error {
    white-space: pre-wrap;
    font-size: 14px;
}
body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    color: #333333;
    margin: 0;
    line-height: 1.7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pc {
    display: block;
}
.sp {
    display: none !important;
}
p {
    margin: 0;
    word-wrap: break-word;
}
a {
    text-decoration: none;
    color: #333333;
}
a:hover {
    opacity: 0.8;
}
.wrap {
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
dd {
    margin: 0;
}
figure {
    margin: 0;
    padding: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.float_fix {
	overflow: hidden;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
.flexbox {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
}
.img {
    overflow: hidden;
    max-width: 100%;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
}

article {
    margin: 0;
    padding: 0;
}
section {
    margin: 0;
    padding: 0;
}

input {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
.active {
    display: block;
}
.passive {
    display: none;
}

/*--全体共通のスタイルここまで--*/

/*--header--*/

header {
    width:100%;
    height: auto;
    position:fixed;
    z-index: 100;
    background-color: #ffffff;
    background-image: url("../images/common/colorline.png");
    background-size: auto 5px;
    background-repeat: repeat-x;
    background-position: left top;
    box-shadow: 0 0 3px #ccc;
}
header #header-catchphrase {
    margin: 5px auto 0;
    background: #EBFAFF;
}
header #header-catchphrase p {
    float: none;
    width: 1180px;
    margin: 0 auto;
    padding: 0 5px;
    font-size: 15px;
    font-weight: bold;
    line-height: 2.95;
}
header h1 {
    margin: 20px auto 30px 80px;
    width: 175px;
    height: auto;
    float: left;
}
header h1 img {
    width: 170px;
    height: auto;
}
header p {
    margin: 28px 20px auto auto;
    width: 123px;
    height: auto;
    float: right;
}
header p img {
    width: 123px;
    height: auto;
}
header nav {
    background: #ffffff;
    padding: 0;
    margin-bottom: 20px;
}
header nav > div {
    margin-left: auto;
}
header nav ul li {
    display: inline-block;
    line-height: 1.2;
    border-right: 3px solid #cccccc;
    padding-right: 27px;
}	
header nav ul li:last-of-type {
    border-right: none;
    padding-right: 0;
}
header nav ul li a {
    font-size: 1.1rem;
    font-weight: bold;
    color: #6E6E6E;
}
.nav_wrap span.NavMenu_close {
    display: none;
}
/*--headerここまで--*/

/*--footer--*/

footer {
    margin-top: 60px;
    background-color: #f1f1f1;
    background-image: url("../images/common/colorline.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 40px 0px 62px;
}
footer div.line_banner {
    text-align: center;
}
footer div.line_banner a {
    width: 357px;
    height: 106px;
    margin: 0 auto 30px;
    background: url(../images/common/banner_line.png) no-repeat;
    background-size: contain;
}
footer div.sns_icon {
    text-align:center;
}
footer div.sns_icon a {
    width: 47px;
    height: 47px;
    display: inline-block;
    margin: 0 6px;
}
footer div.sns_icon a:nth-of-type(1) {
    background:url(../images/common/icon_line.png) no-repeat;
    background-size:contain;
}
footer div.sns_icon a:nth-of-type(2) {
    background:url(../images/common/icon_fb.png) no-repeat;
    background-size:contain;
}
footer div.sns_icon a:nth-of-type(3) {
    background:url(../images/common/icon_x.png) no-repeat;
    background-size:contain;
}
footer div.sns_icon a:nth-of-type(4) {
    background:url(../images/common/icon_insta.png) no-repeat;
    background-size:contain;
}
footer div.sns_icon a:nth-of-type(5) {
    background:url(../images/common/icon_youtube.png) no-repeat;
    background-size:contain;
}
footer div.footer-links {
    display: flex;
    margin: 2rem 5px 0 1rem;
}
footer div.footer-links > ul {
    flex: 1;
    padding: 1rem;
}
footer div.footer-links ul li span {
    display: block;
    margin-bottom: 1px;
    font-weight: bold;
}
footer div.footer-links ul li ul li {
    display: block;
}
footer div.footer-links ul li ul li a {
    display: block;
    padding: 2px 1px;
    font-size: 0.9rem;
}
footer div.footer-links ul li ul li a[target="_blank"]::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 6px;
    background-image: url('/images/common/icon_external.png');
    background-size: 100% 100%;
}
@media screen and (max-width:750px) {
    footer div.footer-links {
        display: block;
        margin: 1rem 0 0;
    }
    footer div.footer-links > ul {
        display: inline-block;
        width: 46%;
        margin: 1rem 0;
        padding: 0 5px;
        vertical-align: top;
    }
    footer div.footer-links ul li ul {
        margin: 0;
    }
    footer div.footer-links ul li span {
        margin-bottom: 5px;
    }
    footer div.footer-links ul li ul li a {
        font-size: 0.9rem;
        line-height: 1.8;
    }
}
footer small {
    display: block;
    text-align: center;
    padding-top: 80px;
    font-size: 12px;
}

/*--footerここまで--*/

/* 就職活動ステーション2024バナー ここから */
.banner_staion2024 a {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    width: 480px;
}
.banner_staion2024 a:hover {
    opacity: 1;
    scale: 1.03;
}
.banner_staion2024 a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
} 
@media screen and (max-width:750px) {
    footer {
        margin-bottom: 80px;
    }
    .banner_staion2024 {
        width: 100%;
        opacity: 1;
    }
    .banner_staion2024 a {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
    }
}
/* 就職活動ステーション2024バナー ここまで */

/* 四角バナー ここから */
.banner-square {
    display: none;
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 99;
    width: 240px;
    height: 240px;
    border-radius: 12px;
    box-shadow: 0 0 10px #999;
    background: #fff;
}
.banner-square > div {
    position: relative;
}
.banner-square a {
    display: block;
}
.banner-square a:hover {
    opacity: 0.8;
    cursor: pointer;
}
.banner-square span {
    display: block;
    position: absolute;
    top: -7px;
    right: -7px;
    width: 25px;
    height: 25px;
}
.banner-square span :hover {
    cursor: pointer;
}
.banner-square a img,
.banner-square span img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
/* 四角バナー ここまで */

/*-- スマートフォン用ここから --*/

@media screen and (max-width:750px) { 
    
    /*--全体共通のスタイル--*/
    
    .wrap {
        width:92%;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    
    /*--全体共通のスタイルここまで--*/
    
    /*--header--*/
    
    header {
        width:100%;
        position: fixed;
        overflow: hidden;
        box-shadow: none;
    }
    header #header-catchphrase {
        margin: 5px 0 0;
    }
    header #header-catchphrase p {
        width: 100%;
        max-width: 100%;
        margin: 0;
        font-size: 12px;
        line-height: 2.4;
        text-align: center;
    }
    header .nav_wrap {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 8px 10px 1px;
    }
    header h1 {
        margin: 8px auto 2px !important;
        width: 33%;
        height: auto;
        float: left;
    }
    header h1 a {
        display: block;
    }
    header h1 img {
        width: 100%;
        height: auto;
    }
    header p {
        margin: 28px 65px auto auto;
        width: 238px;
        max-width: 30%;
        height: auto;
        float: right;
    }
    header p img {
        width: 238px;
        max-width: 100%;
        height: auto;
    }
    
    nav.NavMenu{
        position: fixed;
        z-index: 500;
        top: 0;
        left: 0;
        background: #EEF6F8;
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 70px 30px 2rem;
        overflow-x: hidden;
        overflow-y: scroll;
        transform: translateY(-100%);
        transition: all 0.3s;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    nav.NavMenu .searchbox form {
        position: relative;
    }
    nav.NavMenu .searchbox input[type="text"] {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        padding: 12px 2.8rem 12px 1.0rem;
        border: 2px solid #333;
        border-radius: 4px;
        background: #fff !important;
        font-size: 0.9rem;
        font-weight: bold;
    }
    nav.NavMenu .searchbox input[type="submit"] {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 14px;
        margin: auto;
        width: 23px;
        height: 23px;
        background: url(../images/index/icon_musimegane.png) no-repeat right center #fff;
        background-size: contain;
    }
    nav.NavMenu > p.sp {
        float: none;
        width: 100%;
        max-width: 100%;;
        margin: 1.8rem 1px 4px;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    nav.NavMenu div p {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 10px 1rem;
        color: #fff;
        font-weight: bold;
        text-align: left;
        position: relative;
    }
    nav.NavMenu div p:after {
        content: '';
        position: absolute;
        top: 16px;
        right: 14px;
        width: 7px;
        height: 7px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
    }
    nav.NavMenu div p.nm-active:after {
        top: 20px;
        transform: rotate(-135deg);
    }
    nav.NavMenu .sp ul {
        display: none;
        width: 100%;
        margin: 0 auto;
    }
    nav.NavMenu ul li {
        width: 100%;
        position: relative;
    }
    nav.NavMenu ul li a {
        display: block;
        padding: 12px 1.8rem;
        color: #444;
        font-size: 0.9rem;
        font-weight: bold;
        text-align:left;
    }
    
    header nav.NavMenu ul li {
        border-right: none;
        padding-right: 0;
    }

    nav.NavMenu > div.sp {
        margin: 2px 0;
        border-radius: 4px;
    }
    nav.NavMenu > div.sp li {
        border-bottom: 1px solid #fff;
    }
    nav.NavMenu div.NavMenu_keyword {
        background: #fa5505;
    }
    nav.NavMenu div.NavMenu_keyword li {
        background: #fdeadf;
    }
    nav.NavMenu div.NavMenu_staff {
        background: #f4007f;
    }
    nav.NavMenu div.NavMenu_staff li {
        background: #fde6f2;
    }
    nav.NavMenu div.NavMenu_corp {
        background: #12ab55;
    }
    nav.NavMenu div.NavMenu_corp li {
        background: #daf9ea;
    }
    nav.NavMenu div.NavMenu_nursery {
        background: #00538d;
    }
    nav.NavMenu div.NavMenu_nursery li {
        background: #e3faff;
    }
    nav.NavMenu .nav_global li {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 0 0 20px;
        border-radius: 4px;
    }
    nav.NavMenu .nav_global li a {
        margin: 0 !important;
        padding: 15px 1rem 15px 3.3rem !important;
        border-radius: 100px;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.0;
        background: #fff;
        position: relative;
    }
    nav.NavMenu .nav_global li a::before {
        content: '';
        display: inline-block;
        width: auto;
        height: 20px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 14px;
        transform: translateY(-50%);
    }
    a#sp-menu-job::before,
    a#sp-menu-event::before {
        width: 31px;
        height: 31px;
        background-image: url(../images/common/icon-menu-search.png);
    }
    a#sp-menu-journal::before {
        width: 28px;
        height: 20px;
        background-image: url(../images/common/icon-menu-read.png);
    }
    a#sp-menu-howto::before {
        width: 26px;
        height: 26px;
        background-image: url(../images/common/icon-menu-howto.png);
    }
    nav.NavMenu .NavMenu_banner div {
        margin: 7px 2px 0;
    }
    nav.NavMenu .NavMenu_banner div img {
        width: 100%;
        height: auto;
    }
    nav.NavMenu.active{
        transform: translateY(0%);
    }

    .nav_wrap span.NavMenu_close {
        position: fixed;
        z-index: 10000;
        top: 0;
        right: 0;
        width: 45px;
        height: 45px;
        background: #4A4A4A;
        line-height: 1;
        font-weight: bold;
        color: #fff;
    }
    .nav_wrap span.NavMenu_close:after {
        content: '';
        width: 22px;
        height: 4px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .nav_wrap span.NavMenu_close:before {
        content: '';
        width: 22px;
        height: 4px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    header .icon_beginner {
        width: 18px !important;
    }
    header .icon_beginner a {

    }
    header .icon_beginner a img {
        width: 100%;
        height: auto;
    }
    footer ul {
        margin-bottom: 50px;
    }

    /* 四角バナー */
    .banner-square {
        right: 1.0rem;
        bottom: 1.2rem;
        width: 190px;
        height: 190px;
    }
    .banner-square span {
        top: -7px;
        right: -7px;
        width: 28px;
        height: 28px;
    }

    header #search_menu {
        /* display: none !important; */
        padding: 0 !important;
        border-bottom: none !important;
        z-index: 700;
    }
    header #search_menu .sp {
        display: flex !important;
    }
    header #nav_search #search_menu ul li {
        margin: 0 !important;
        padding: 9px 10px;
        border-radius: 0;
        font-size: 14px !important;
    }
    header #nav_search #search_menu ul li span {
        font-size: 14px !important;
        line-height: 1.2;
    }
    main {
        /* padding-top: 58px !important; */
        padding-top: 90px !important;
    }
    main nav li {
        font-size: 12px !important;
    }
}
