/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/


/* Base */
.center {
    text-align: center !important;
}

.cps-post-header:not(:has(.cps-post-cat)) .cps-post-title.entry-title {
    display: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page-top {
    display: none !important;
}

.contents-sp {
    display: block;
}

.contents-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    #main-contents {
        float: unset;
        margin: 10px auto;
    }

    .contents-sp {
        display: none;
    }

    .contents-mobile {
        display: block;
    }
}

/* Breadcrumb */
#main-contents #breadcrumb {
    display: none;
}

#breadcrumb ul {
    margin-top: 0;
}

#breadcrumb {
    background-color: transparent !important;
}

.breadcrumb-top #breadcrumb ul li a,
#breadcrumb .jic.jin-ifont-arrow.space {
    color: black !important;
}

.breadcrumb-top {
    margin-top: 78px;
}

.breadcrumb-top #breadcrumb .totop {
    display: none;
}

@media screen and (max-width: 767px) {
    .breadcrumb-top {
        margin-top: 65px;
    }
    
}
/* End breadcrumb */

/* Header 
------------------------------------------------------------------------------------------------------*/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 1px 1px 2px #ddd;
    width: 100%;
    transition: .8s;
    background: #fff;
    padding: 12px 40px;
    align-items: center;
}

.logo-wrap {
    align-items: center;
}

.site-header h1 {
    width: 120px;
}

.site-header h1 a {
    transition: 1s;
}

.site-header h1 a:hover img {
    opacity: 0.6;
}

.logo-lead {
    line-height: 1.4;
    color: #333;
    font-size: 90%;
    margin-left: 12px;
}

.logo-lead em {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-size: 120%;
    font-weight: bold;
}

.logo-lead span {
    font-size: 80%;
}

.main-navigation {
    margin-left: auto;
}

.main-navigation ul li a {
    display: inline-block;
    color: #f39800;
    padding: 4px 16px;
    font-size: 110%;
    font-weight: 700;
    font-family: tbudrgothic-std, sans-serif;
    font-style: normal;
    transition: .8s;
    border-radius: 40px;
}

.main-navigation ul li a:hover,
.pcheader ul li a.current {
    color: #fff;
    background: #f39800;
}

@media (max-width: 1200px) {
    .site-header h1 {
        width: 120px;
        margin-left: 0px;
    }

    .main-navigation ul li a {
        padding: 4px 8px;
        font-size: 100%;
    }
}

@media (max-width: 1020px) {
    .site-header {
        padding: 8px 4%;
        background: rgba(255, 255, 255, 0.9);
    }

    .site-header h1 a img {
        height: 40px;
        width: auto;
    }

    .main-navigation {
        display: none;
    }
}

/* End Header */

/* Style sidebar */
.sidebar_style1 .widget {
    box-shadow: none;
    padding: 0;
    margin-bottom: 40px;
}

.sidebar_style1 ul {
    margin-top: 10px;
    padding-left: 30px;
}

.sidebar_style1 .wp-block-heading {
    padding: 10px;
    text-align: center;
}

.sidebar_style1 .wp-block-heading,
.sidebar_style1 .wp-block-heading .has-inline-color {
    font-size: 24px;
}

.sidebar_style1 #block-6 .wp-block-heading,
.sidebar_style1 #block-13 .wp-block-heading {
    color: white !important;
    background-color: #fe9800;
}

.sidebar-menu-item,
.wp-block-categories-list .cat-item {
    list-style-type: square;
    margin: 5px 0;
    border: 0;
}

.sidebar-menu-item {
    color: #000000 !important;
}

.sidebar-menu-item a {
    color: #000000 !important;
    font-size: 16px;
}

.wp-block-categories-list .cat-item a {
    padding: 0;
}

.sidebar-menu a,
.wp-block-categories-list a {
    font-size: 16px;
}

.logo-top-page {
    text-align: center;
    margin: 125px auto 20px;
}

.sidebar-menu .sidebar-menu-item::marker,
.wp-block-categories-list .cat-item::marker {
    font-size: 20px;
}

.cat-item a::before {
    display: none;
}

@media (max-width: 767px) {
    #widget-tracking {
        display: block;
    }
}

/* List post latest in sidebar */
.widget_block:has(.box-latest-posts)>p:first-child {
    margin: 0;
}

.box-latest-posts .wp-block-heading {
    margin-top: 5px;
    padding: 10px 5px 5px;
    background-color: transparent;
    color: black !important;
    font-weight: 700;
    border-top: 5px solid #fe9800;
    font-family: serif;
}

.box-latest-posts .wp-block-heading span {
    font-weight: normal;
}

.box-latest-posts .content-latest-posts {
    padding: 0 12px;
}

.box-latest-posts .item-latest-post {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #808080;
}

a.item-latest-post:hover,
a.item-latest-post:visited {
    opacity: 0.8;
    color: #000000 !important;
}

.item-latest-post .category {
    display: inline-block;
    background: #ddd;
    font-size: 10px;
    text-align: center;
    padding: 3px 5px;
    margin-right: 5px;
    font-weight: bold;
    color: #000;
}

.item-latest-post .date-time {
    font-size: 10px;
    font-style: italic;
    color: #000000 !important;
}

.item-latest-post .text {
    margin-top: 6px;
    color: #000000 !important;
}

/* Title page */
.title-page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 30px;
}

.title-page a {
    text-align: center;
    padding: 0 25px 10px;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 2px solid black;
    color: #fe9800 !important;
}

/* New post in top page */
.box-new-post {
    margin-bottom: 30px;
}

.box-new-post p {
    padding: 0;
}

.item-new-post {
    color: #000000 !important;
    text-decoration: none !important;
}

.item-new-post .title {
    font-weight: 700;
    font-size: 18px;
    margin-top: 5px;
}

.item-new-post .box-cate-date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 8px 0;
}

.item-new-post .box-cate-date .category {
    display: inline-block;
    font-size: 10px;
    text-align: center;
    padding: 3px 5px;
    margin-right: 5px;
    font-weight: bold;
    color: white;
    background: #0068b7;
}

.item-new-post .box-cate-date .date {
    font-size: 10px;
    color: #dddddd;
}

.box-new-post .top__postList-imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.item-new-post .content {
    padding-left: 20px;
}

.share-top,
.share {
    display: none;
}

.cps-post-main.entry-content {
    padding-top: 0;
}

.cps-post-box.hentry {
    padding: 0;
    border: 0;
    box-shadow: none;
}

/* Footer
------------------------------------------------------------------------------------------------------*/
.pcfixedft {
    width: 560px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 60;
    background: #ffff66;
    box-shadow: 0px 0px 4px #fff;
}

.pcfixedft p {
    padding: 24px 0px 16px;
}

.pcfixedft ul {
    padding-bottom: 24px;
}

.pcfixedft ul li {
    float: left;
    width: 50%;
    text-align: center;
}

.pcfixedft ul li a {
    display: inline-block;
    width: 86%;
    font-family: tbudrgothic-std, sans-serif;
    border: 2px solid #f9f9f9;
    padding: 8px 0px;
    font-size: 120%;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.2), 0 2px 4px rgba(0, 0, 0, .6);
    transition: .6s;
}

.pcfixedft ul li:nth-child(1) a {
    background: #00B900;
}

.pcfixedft ul li:nth-child(2) a {
    background: #f39800;
}

.pcfixedft ul li a:hover {
    box-shadow: none;
}

.pcfixedft ul li a i {
    text-shadow: none;
}


#closebtn {
    font-size: 40px;
    position: absolute;
    right: -20px;
    top: -40px;
    z-index: 70;
    color: #0075c2;
}

#closebtn:hover {
    opacity: 0.6;
}

.dv1 {
    float: left;
    width: 380px;
    background: #ffff66;
    padding: 20px;
    text-align: center;
}

.dv1 .tel {
    font-size: 210%;
    color: #0075c2;
}

.dv1 p {
    color: #0075c2;
}

.dv2 {
    float: left;
    width: 180px;
    padding: 20px;
    text-align: center;
    background: #f39800;
}

.dv2 img {
    width: 68px;
}

.dv2 p {
    line-height: 1;
    font-weight: 900;
    padding: 0 !important;
    text-indent: 0 !important;
}


.fixedfooter {
    position: fixed;
    padding: 6px 0px 4px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 998;
    transition: .8s;
    background: #0075c2;
}

.fixedfooter ul li {
    float: left;
    width: calc(100%/2);
    text-align: center;
    line-height: 1.1;
    position: relative;
}

.fixedfooter ul li:nth-child(2) {
    border-left: 1px solid #fff;
}

.fixedfooter ul li a {
    color: #fff;
    font-size: 85%;
}

.fixedfooter ul li a img {
    width: 40px;
    height: auto;
}

.site-footer {
    border-top: 3px solid #f39800;
    padding: 32px 0px 24px;
}


.logo-block {
    margin-bottom: 24px;
    text-align: center;
}

.ftlogo {
    width: 180px;
}

.twitter-icon svg {
    transition: .5s;
}

.twitter-icon:hover svg {
    transform: rotate(405deg);
}

.ftban-area {
    justify-content: center;
}

.ftbans {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    background-image: url(https://jobs1.jp/wp-content/uploads/bird02.png);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: 4% 95%;
    border-radius: 8px;
    padding: 16px 24px;
    margin: 0px 24px;
    box-shadow: 4px 4px 4px #ccc;
}

.ftbans h2 {
    font-size: 100%;
    font-weight: 900;
    line-height: 1.5;
    margin: 0 0 8px;
    color: #3078c0;
    white-space: nowrap;
    text-align: center;
}

.ftbans p {
    font-size: 60%;
    line-height: 1.5;
    font-weight: 700;
    color: #e88319;
    white-space: nowrap;
    text-align: center;
}

.ftbans img {
    display: block;
    margin: 0 auto 8px auto;
}

.ftbans span {
    font-size: 80%;
    font-weight: 900;
    color: #ea566a;
}

.ftban a:hover {
    opacity: 0.6;
}

.footer-link-list {
    margin-top: 40px;
    justify-content: center;
}

.footer-link-list li {
    margin: 0 12px;
}

.footer-link-list li a {
    color: #f39800;
    font-weight: 900;
    display: inline-block;
}

.footer-link-list li a span {
    transition: .5s;
    display: inline-block;
}

.footer-link-list li a:hover span {
    transform: rotateX(360deg);
}

.site-footer .fs90 {
    color: #0075c2;
}

.copyright {
    font-size: 80%;
    margin-top: 40px;
    display: block;
    color: #0075c2;
}

@media (max-width: 896px) {
    .ftbans,
    .ftlink {
        width: 92%;
        margin: 0 4%;
    }

    .ftbans {
        margin: 0 4% 4%;
    }

    .ftbans h2 {
        font-size: 80%;
    }

    .support-ban {
        margin: 0 4% 4%;
    }

    .footer-link-list {
        overflow: hidden;
        margin-bottom: 16px;
        padding-left: 4%;
        justify-content: inherit;
    }

    .footer-link-list li {
        text-align: left;
        margin: 0;
    }

    .footer-link-list li:nth-child(2n-1) {
        width: 50%;
    }

    .footer-link-list li:nth-child(2n) {
        width: 50%;
    }

    .footer-link-list li a {
        font-size: 80%;
    }

    .site-footer .fs90 {
        font-size: 14px;
    }

    .site-footer {
        padding: 32px 0px;
    }
}
/* End Footer */


/* style list post */
.cps-post {
    border-color: transparent;
}

.cps-post-box.hentry {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.cps-post-thumb {
    margin: 0;
}

.box-group-post {
    color: #404040;
    margin-bottom: 40px;
}

.box-group-post .title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-family: "A-OTF UD新ゴNT Pro B";
    line-height: 30px;
    min-width: 220px;
    text-align: center;
    padding: 8px 25px;
    margin: 20px 0;
    color: white;
}

.box-group-post .title::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: -10px;
    height: 1px;
    background-color: black;
}

.box-group-post .title::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: -10px;
    height: 1px;
    background-color: black;
}

.box-group-post p:has(.btn-show-more) {
    margin: 0;
}

.cps-post-main {
    padding-top: 0;
    margin: 0;
    box-shadow: none;
}

p:has(.post-list-item) {
    display: none;
}

.list-post-by-category {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 15px;
}

.list-post-by-category .post-list-item {
    margin-bottom: 12px;
}

.contents-sp .list-post-by-category .post-list-item {
    width: 32%;
}

.contents-mobile .list-post-by-category .post-list-item {
    width: calc(49% + 2px);
}

.cps-post-main .post-list-thumb {
    max-height: 136px;
}

.post-list-thumb .category-post-thumbnail-img {
    margin-bottom: 0;
    width: 100%;
    object-fit: cover;
}

.post-list-item .post-list-title:has(a){
	margin-top: 5px;
}

.post-list-item .post-list-title.entry-title {
    margin: 0;
    background-color: transparent !important;
    text-decoration: none;
    font-size: 16px;
    padding: 0 10px;
}


.cps-post-main .btn-show-more {
    line-height: 28px;
    float: right;
    text-decoration: none;
    color: black;
    font-weight: 700;
    width: 280px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    padding: 5px 20px 5px 70px;
    margin-top: 10px;
    border: 1px solid black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-show-more svg {
    width: 25px;
    height: 25px;
    will-change: unset;
}


@media screen and (max-width: 767px) {
    .wrap {
        width: calc(100% - 40px);
    }

    .contents-sp {
        display: none;
    }

    #widget-tracking {
        display: block;
    }

    .contents-mobile {
        display: block;
    }

    .cps-post-main .btn-show-more {
        width: 200px;
        height: 36px;
        font-size: 14px;
        padding: 5px 10px 5px 50px;
    }

    .btn-show-more svg {
        width: 20px;
        height: 20px;
    }

    ul li.contact a {
        padding: 14px 30px;
    }
  
  .list-post-by-category {
        gap: 3px;
    }
}
