@charset "UTF-8";
/*
#footer {
    padding: 10px 0;
    background-color: #efefef;
    border-top: 1px solid #aaa;
}
*/
#footer #footer_link{
    padding: 10px 0;
    background-color: #efefef;
    /*border-top: 1px solid #aaa;*/
}
#footer .guideSP-fotter-wrap {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    width: 100%;
    background-color: #ffffff;
}
#footer .guideSP-fotter-wrap:first-child {
    border-top: 1px solid #ddd;
}
#footer .guideSP-fotter-wrap .accordion {
    width: 100%;
}
#footer .guideSP-fotter-wrap *, .hamburger p {
    padding: 0;
    margin: 0;
}
#footer .guideSP-fotter-wrap p {
    margin: 0;
    width: 100%;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#footer .guideSP-fotter-wrap .accordion input {
    display: none;
}
/* ↓ 2025/10/23 @SC 全国トップフッターリンク変更 */
#footer .guideSP-fotter-wrap .accordion label {
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 1;
    padding: 10px;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
}
#footer .guideSP-fotter-wrap .head_link_title {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
#footer .guideSP-fotter-wrap .accordion .inner-list.middle_inner_menu label {
    padding: 10px 10px 10px 40px;
}
#footer .guideSP-fotter-wrap .accordion label.head_link_parts {
    background-image: linear-gradient(90deg, #4db6ff, #159fff);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#footer .guideSP-fotter-wrap .head_link_parts .trigger._squea_mark {
    color: #fff;
}
#footer .guideSP-fotter-wrap .accordion input + label .trigger::after {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    /* content: "+"; */
    float: right;
    font-size: 14px;
    height: 26px;
    line-height: 1;
    margin: 1px 0 0;
    text-align: center;
    vertical-align: top;
    width: 26px;
}
/* プラスボタン-マイナスボタン */
#footer .guideSP-fotter-wrap .accordion input + label .icon_mark {
  position: relative;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border: 1px solid #dddddd;
  /* border-radius: 50%; */
}
#footer .guideSP-fotter-wrap .accordion input + label .icon_mark::after,
#footer .guideSP-fotter-wrap .accordion input + label .icon_mark::before,
#footer .guideSP-fotter-wrap .accordion input:checked + label .icon_mark::after{
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    display: inline-block;
    width: 18px;
    height: 14px;
    border-top: 4px solid #37adff;
    transform: translateX(-50%);
    transition: all ease .3s;
}
#footer .guideSP-fotter-wrap .accordion input + label .icon_mark::after {
  top: 3px;
  left: -3px;
  transform: rotate(90deg);
}
#footer .guideSP-fotter-wrap .accordion input:checked + label .trigger::after {
    /* content: "-"; */
}
.inner-list.deep_inner_menu ul li a {
    position: relative;
}
#footer .guideSP-fotter-wrap .inner-list.deep_inner_menu a {
    height: 100%;
    background-color: #fff;
    padding-left: 60px;
    display: inline-flex;
    align-items: center;
}
#footer .guideSP-fotter-wrap .inner-list.deep_inner_menu li {
    height: 50px;
}
#footer .guideSP-fotter-wrap .accordion .ac-cont a span.triangle_mark._inner_mark {
    right: 20px;
    left: initial;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(calc(-50% - 2px));
    position: absolute;
    transition: all ease .3s;
}
#footer .guideSP-fotter-wrap .accordion .ac-cont a span.triangle_mark._inner_mark:after {
    color: #1e70eb;
    transform: rotate(45deg);
}
span.triangle_mark {
    width: 10px;
    height: 10px;
    right: 20px;
    top: 50%;
    transform: translateY(calc(-50% - 2px));
    position: absolute;
    transition: all ease .3s;
}
.trigger.is-active span.triangle_mark {
    transform: rotate(180deg) translateY(calc(-50% - -4px));
}
span.triangle_mark:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-top: 3px solid;
    border-right: 3px solid;
    color: #8d8d8d;
    transform: rotate(135deg);
}
/* ↑ 2025/10/23 @SC 全国トップフッターリンク変更 */
#footer .guideSP-fotter-wrap .trigger img {
    width: 20px;
    height: 30px;
    vertical-align: middle;
    margin-right: 15px;
}
#footer .guideSP-fotter-wrap .accordion input:checked + label .trigger img {
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
#footer .guideSP-fotter-wrap .accordion .ac-cont {
    transition: 0.2s;
    height: 0;
    overflow: hidden;
}
#footer .guideSP-fotter-wrap .accordion input:checked + label + .ac-cont {
    height: auto;
}
/* ↓ 2025/10/23 @SC 全国トップフッターリンク変更 */
#footer .guideSP-fotter-wrap .ac-cont > label {
    padding: 10px 10px 10px 20px;
}
/* ↑ 2025/10/23 @SC 全国トップフッターリンク変更 */
#footer .guideSP-fotter-wrap .accordion .ac-cont a span {
    position: absolute;
    left: 8px;
    display: block;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 1px 0 0;
    text-align: center;
    vertical-align: top;
    width: 26px;
    transform: scale(0.7,1.3);
    color: #b5b5b5;
}
#footer .guideSP-fotter-wrap ul {
    margin: 0;
    padding: 0;
}
#footer .guideSP-fotter-wrap li {
    list-style: none;
    border-bottom: 1px solid #dddddd;
}
#footer .guideSP-fotter-wrap a {
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 10px 8px 45px;
    width: 100%;
    height: auto;
    min-height: 14px;
    line-height: 14px;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    background-color: #f8f8f8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#footer .guideSP-fotter-wrap a:active {
    color: #666666 !important;
    background-color: #ffffff !important;
}
#footer .guideSP-fotter-wrap .top_link {
    position: relative;
    display: block;
    height: 50px;
    line-height: 30px;
    padding:10px 10px 10px 45px;
    background: #fefefe linear-gradient(to bottom, #ffffff 0%, #fefefe 100%) repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    cursor: pointer;
}
#footer .guideSP-fotter-wrap .top_link span {
    display: block;
    position: absolute;
    left: 8px;
    margin: 1px 0 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    transform: scale(0.7,1.3);
    color: #b5b5b5;
}
@-webkit-keyframes spin {
      0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
      0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
      0% {-ms-transform: rotate(0deg);}
    100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
      0% {-o-transform: rotate(0deg);}
    100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
      0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@media screen and (min-width: 340px) {
    #footer .guideSP-fotter-wrap p {
        font-size: 16px;
    }
    #footer .guideSP-fotter-wrap a {
        font-size: 16px;
    }
}

/* ↓ 2025/11/01 SP検索結果フッターリンク追加 */
.footer-area-job-info-wrap{
    background: #efefef;
    padding: 10px 0;
    font-weight: bold;
    border-top: 1px solid #ddd;
}

/* タイトル */
.related-job-main-title{
    background:#FFFFF3;
    color:#555;
    font-size:13px;
    line-height:1;
    padding:12px 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.related-smallarea-links ,.related-job-links {
    background-color: #fff;
}
/* リスト */
.related-linklist{
    list-style:none;
    margin:0;
    padding:0;
}
.related-linklist > li{
    border-top:1px solid #dddddd;
}
.footer-area-job-info-wrap > .related-job-main-title + div ul.related-linklist > li:first-child {
    border-top: none;
}
.related-linklist > li > a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 10px 20px;
    font-size:13px;
    text-decoration:none;
}
.related-linklist > li > a:active{
    background:#fafafa;
}
/* 矢印アイコン */
.related-linklist i.fa{
    font-size:14px;
}
/* ↑ 2025/11/01 SP検索結果フッターリンク追加 */

/* フッターリンク修正 @sc 2022/04/27 */
#renewalFooter {
    padding: 10px 0;
    background-color: #efefef;
    border-top: 1px solid #aaa;
}
#renewalFooter #footer_link{
    padding: 10px 0;
    background-color: #efefef;
    /*border-top: 1px solid #aaa;*/
}
#renewalFooter .guideSP-fotter-wrap {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    width: 100%;
    background-color: #ffffff;
    padding: 0;
}
#renewalFooter .guideSP-fotter-wrap:first-child {
    border-top: 1px solid #ddd;
}
#renewalFooter .guideSP-fotter-wrap .accordion {
    width: 100%;
}
#renewalFooter .guideSP-fotter-wrap *, .hamburger p {
    padding: 0;
    margin: 0;
}
#renewalFooter .guideSP-fotter-wrap p {
    margin: 0;
    width: 100%;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#renewalFooter .guideSP-fotter-wrap .accordion input {
    display: none;
}
#renewalFooter .guideSP-fotter-wrap .accordion label {
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 30px;
    padding: 10px;
    text-align: left;
}
#renewalFooter .guideSP-fotter-wrap .accordion input + label .trigger::after {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    content: "+";
    float: right;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 1px 0 0;
    text-align: center;
    vertical-align: top;
    width: 26px;
}
#renewalFooter .guideSP-fotter-wrap .accordion input:checked + label .trigger::after {
    content: "-";
}
#renewalFooter .guideSP-fotter-wrap .trigger img {
    width: 20px;
    height: 30px;
    vertical-align: middle;
    margin-right: 15px;
}
#renewalFooter .guideSP-fotter-wrap .accordion input:checked + label .trigger img {
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
#renewalFooter .guideSP-fotter-wrap .accordion .ac-cont {
    transition: 0.2s;
    height: 0;
    overflow: hidden;
}
#renewalFooter .guideSP-fotter-wrap .accordion input:checked + label + .ac-cont {
    height: auto;
}
#renewalFooter .guideSP-fotter-wrap .ac-cont > label {
    padding: 10px 10px 10px 45px;
}
#renewalFooter .guideSP-fotter-wrap .accordion .ac-cont a span {
    position: absolute;
    left: 8px;
    display: block;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 1px 0 0;
    text-align: center;
    vertical-align: top;
    width: 26px;
    transform: scale(0.7,1.3);
    color: #b5b5b5;
}
#renewalFooter .guideSP-fotter-wrap ul {
    margin: 0;
    padding: 0;
}
#renewalFooter .guideSP-fotter-wrap li {
    list-style: none;
    border-bottom: 1px solid #dddddd;
}
#renewalFooter .guideSP-fotter-wrap a {
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 10px 8px 45px;
    width: 100%;
    height: auto;
    min-height: 14px;
    line-height: 14px;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    background-color: #f8f8f8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#renewalFooter .guideSP-fotter-wrap a:active {
    color: #666666 !important;
    background-color: #ffffff !important;
}
#renewalFooter .guideSP-fotter-wrap .top_link {
    position: relative;
    display: block;
    height: 50px;
    line-height: 30px;
    padding:10px 10px 10px 45px;
    background: #fefefe linear-gradient(to bottom, #ffffff 0%, #fefefe 100%) repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    cursor: pointer;
}
#renewalFooter .guideSP-fotter-wrap .top_link span {
    display: block;
    position: absolute;
    left: 8px;
    margin: 1px 0 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    transform: scale(0.7,1.3);
    color: #b5b5b5;
}
@-webkit-keyframes spin {
      0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
      0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
      0% {-ms-transform: rotate(0deg);}
    100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
      0% {-o-transform: rotate(0deg);}
    100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
      0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@media screen and (min-width: 340px) {
    #renewalFooter .guideSP-fotter-wrap p {
        font-size: 16px;
    }
    #renewalFooter .guideSP-fotter-wrap a {
        font-size: 16px;
    }
}
/* フッターリンク修正 @sc 2022/04/27 */