@charset "UTF-8";

/*****************************************************************
    共通
******************************************************************/
.pc {
    display: none;
}
.sp {
    display: block;
}
@media screen and ( min-width:768px ) {
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
}
.pc-ver {
    display:block;
}

.sm-ver{
    display:none;
}
body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
    font-weight: 500;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

img.ofi {
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.object_fit_img{
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.page-title {
    font-size: 30px;
    text-align: center;
}

.btn {
    border-radius: 0;
}

@media screen and ( max-width:991px ) {
    .pc-ver {
        display:none;
    }
    .sm-ver{
        display:block;
    }
    .main {
        font-size: 3.5vw;
    }
    .pager-box {
        font-size: 13px;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
}

@media screen and ( max-width:414px ) {
    .page-title {
        font-size: 6vw;
    }
    .fp-text {
        font-size: 4vw;
    }
    footer address {
        font-size: 3.5vw;
    }
    footer strong.h5 {
        font-size: 4vw;
        margin-bottom: 6px;
        display: block;
    }
    .text-muted {
        font-size: 4vw;
    }
}

.badge {
    padding: 0.3em .4em 0.5em;
    margin: 3px 0 0;
}

.pager-box {
    margin: 0 auto 25px;
    width: 100%;
    text-align: center;
}

.pager_navi {
    margin: 10px 0;
}

.pager_navi span:not(.current),
.pager_navi b,
.pager_navi a {
    margin: 0 5px;
    padding: 0 5px;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #999999;
}
.breadcrumb-item.active {
    color: #000;
}
@media screen and ( max-width:991px ) {
    .pc-ver {
        display:none;
    }

    .sm-ver{
        display:block;
    }
    .pager-box {
        font-size: 13px;
    }
    .pager_navi span:not(.current),
    .pager_navi b,
    .pager_navi a {
        margin: 0;
        padding: 0 5px;
    }

    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }
}
@media screen and ( max-width:414px ) {
    footer address {
        font-size: 3.5vw;
    }
    footer strong.h5 {
        font-size: 4vw;
        margin-bottom: 6px;
        display: block;
    }
}

/****************************************************
    @ パンくずリスト breadcrumb
****************************************************/
.breadcrumb {
    background-color: #fff;
    padding: 80px 15px 0;
}

.breadcrumb-item {
    display: inline-block;
}

.breadcrumb-item.active{
    color: #000;
}

.breadcrumb-item a{
    color: #000;
}

@media screen and ( max-width:414px ) {
    .breadcrumb-item {
        font-size: 11px;
    }
}

/****************************************************
    @ header
*****************************************************/
.header {
    margin: 0;
    padding: 0;
    background: #FFF;
}

.header-inner {
    margin: 0 auto;
    max-width: 960px;
    height: inherit;
}

.navbar {
    height: 77px;
    padding: .5rem 0;
}

.sitelogo, .saiyo_box {
    display: inline;
}

.sitelogo__link {
    display: inline;
    height: 100%;
    margin: 0;
}

.sitelogo__link img {
    max-width: 420px;
    max-height: 61px;
}
.sitelogo__link:hover {
    opacity: 0.65;
}
.sitelogo a:hover {
    color: #fff;
}

.saiyosite {
    width: 100px;
    height: auto;
    margin-left: 10px;
}

.align-top {
    vertical-align: middle !important;
}
.header-navbar {
    z-index: 999;
}
.menu-trigger,
    .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 35px;
    height: 35px;
    top: 0;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #b3b3b3;
    border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
    top: 8px;
}
.menu-trigger span:nth-of-type(2) {
    top: 17px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 5px;
}
.navbar-toggler[aria-expanded=true] .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}
.navbar-toggler[aria-expanded=true] .menu-trigger span:nth-of-type(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded=true] .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}
.header-nav .nav-item .nav-link,
.nav-link_blank {
    margin: 0 10px;
    padding: 6px 0 4px;
    font-size: 15px;
    color: #444444 !important;
    text-align: center;
    border-bottom: 2px solid transparent;
}
.header-nav .nav-item:first-child .nav-link {
    width: 8em;
}
.nav-link_blank {
    display: block;
}
.header-nav .nav-item.active .nav-link,
.header-nav .nav-item .nav-link:hover {
    text-decoration: none;
    border-bottom: 2px solid transparent;
}
.nav-link_blank:hover {
    opacity: .5;
}
.nav-link_blank img{
    width: 20px;
}
@media screen and (max-width:1170px) {
    .header-nav .nav-item .nav-link {
        width: inherit;
        font-size: 14px;
        margin: 0 5px;
    }
}
@media screen and (max-width:991px){
    .header    {
        border-bottom: 1px solid #999999;
        margin-bottom: 1em;
    }
    .header-inner{
        margin: 0 auto;
        padding: 0;
    }
    .navbar {
        height: inherit;
        padding: .5rem .3rem;
    }
    .navbar-toggler {
        margin: 0;
        border: none;
        outline: none !important
    }
    li.nav-item{
        border-left: none;
    }
    li.nav-item:last-child {
        border-right: none;
    }
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        width: 35px;
        height: 35px;
        right: -2px;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #b3b3b3;
        border-radius: 4px;
    }
    .header-nav {
        width: 100%;
        height: calc(100vh - 60px);
        overflow-y: scroll;
        z-index: 999;
        background: rgba(255, 255, 255, .9);
        padding: 40px 0;
    }
    .header-nav .nav-item .nav-link,
    .nav-link_blank {
        margin: 0 5px;
        padding: 0.25em 0;
        font-size: 11px;
    }
    .header-nav .nav-item .nav-link,
    .nav-link_blank {
        margin: 0;
        padding: 0.25em 1em;
        color: #000;
        font-size: 24px;
    }
    .header-nav .nav-item:first-child .nav-link,
    .nav-link_blank {
        width: 100%;
    }
    .header-nav .nav-item .active .nav-link,
    .header-nav .nav-item .nav-link:hover {
        opacity: .7;
        margin: 0 auto;
        border-bottom: 2px solid transparent;
    }
    .nav-link_blank:hover {
        color: #809aa1 !important;
        margin: 0 auto;
        border-bottom: 2px solid transparent;
        text-decoration: unset;
    }
    .sitelogo__link img {
        max-width: 172px;
    }
    .saiyosite {
        width: 66px;
        margin-left: 5px;
    }
}
@media screen and (max-width:567px){
    .header-nav {
        overflow-y: hidden;
        height: 100vh;
    }
}
@media screen and (max-width:357px){
    .header-nav .nav-item .nav-link {
        font-size: 20px;
        border-bottom: none;
    }
}
@media screen and (max-width:357px){
    .header-nav .nav-item .nav-link {
        font-size: 20px;
        border-bottom: none;
    }
}

/*************************************************************************
    @ 求人詳細ページ
**************************************************************************/
.jobdetail-img-box {
    margin: 0;
    padding: 0;
    text-align: center;
}

.jobdetail-img-box .jobdetail-img {
    width: 288px;
    height: 217px;
}

.jobdetail-img-txt {
    font-size: 23px;
    margin: 0 33px;
}

.jobdetail-img-box .jobdetail-txt {
    margin: 1rem 0;
}

.job-pr {
    margin: 25px auto;
    max-width: 22em;
    text-align: justify;
}

.jobdetail-box {
    margin: 0;
    padding: 0 0 15px;
    border: none;
}

.jobdetail-ttl {
    display: block;
    margin: 0;
    padding: 1em 0;
    font-size: 20px;
    font-weight:bold;
    width: 100%;
    text-align: center;
    background: #3fa9f5;
    color: #fff;
}

.jobdetail-txt {
    word-break: break-word;
    margin: 0.5em auto;
    max-width: 42em;
}

.jobdetail-contents:nth-child(2n+1) .jobdetail-ttl {
    background: rgb(63, 169, 245);
    background: -moz-linear-gradient(left, rgba(63, 169, 245, 1) 0%,rgba(101, 166, 193, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(63, 169, 245, 1) 0%,rgba(101, 166, 193, 1) 100%);
    background: linear-gradient(to right, rgba(63, 169, 245,1) 0%,rgba(101, 166, 193, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa9f5', endColorstr='#65a6c1',GradientType=1 );
}
.jobdetail-contents:nth-child(2n) .jobdetail-ttl {
    background: rgb(101, 166, 193);
    background: -moz-linear-gradient(left, rgba(101, 166, 193, 1) 0%, rgba(63, 169, 245, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(101, 166, 193, 1) 0%, rgba(63, 169, 245, 1) 100%);
    background: linear-gradient(to right, rgba(101, 166, 193, 1) 0%, rgba(63, 169, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65a6c1', endColorstr='#a4d5ea',GradientType=1 );
}

@media screen and (min-width:991px) {
    .option-btns {
        position: fixed;
        top: 33%;
        right: 0;
        z-index: 999;
    }
    .option-btn-list {
        font-size: 12px;
        list-style: none;
    }
    .option-btn-list > li > a {
        position: relative;
    }
    .option-btn-list > li > a > .apply-btn,
    .option-btn-list > li > a > .phone-btn,
    .option-btn-list > li > a > .selfmail-btn {
        position: absolute;
        right: 0;
        display: block;
        margin: 5px 0;
        padding: 10px 0;
        font-size: 10px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        width: 70px;
        height: auto;
        border-radius: 10px 0 0 10px;
        transition: 0.6s ease all;
    }
    .option-btn-list > li > a > .apply-btn > .icon,
    .option-btn-list > li > a > .phone-btn > .icon,
    .option-btn-list > li > a > .selfmail-btn > .icon {
        font-size: 200%;
    }
    .option-btn-list > li > a > .phone-btn {
        background: #43A047;
        color: #fff;
        top: -65px;
    }
    .option-btn-list > li > a > .selfmail-btn {
        background: #FB8C00;
        color: #fff;
        top: 0;
    }
    .option-btn-list > li > a > .apply-btn {
        background: #ff0000;
        color: #fff;
        top: 65px;
    }
    .option-btn-list > li > a:hover {
        opacity: 0.65;
    }
    .option-btn-list > li > a > .phone-txt {
        position: absolute;
        top: -60px;
        right: -160px;
        padding: 17.5px 0;
        width: 160px;
        height: auto;
        font-size: 15px;
        text-align: center;
        background: #DCE775;
        color: #333;
        overflow: hidden;
        transition: 0.6s ease all;
    }
}
@media screen and (max-width:767px) {
    .option-btns {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        z-index: 999;
    }
    .option-btn-list {
        display: table;
        margin: 0;
        padding: 0;
        font-size: 12px;
        list-style: none;
        background: rgba(0,0,0,.5);
        width: 100%;
    }
    .option-btn-list > li {
        position: relative;
        float: left;
        height: 60px;
    }
    .option-btn-list > li > a {
        position: absolute;
        top: auto;
        right: 0;
        display: block;
        margin: 0;
        padding: 5px;
        font-size: 10px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        width: 100%;
        height: 50px;
    }
    .option-btn-list > li > a > .apply-btn,
    .option-btn-list > li > a > .phone-btn,
    .option-btn-list > li > a > .selfmail-btn {
        padding: 10px 0;
        height: 50px;
        background: #ccc;
        color: #333;
        border-radius: 10px;
    }
    .option-btn-list > li > a > .apply-btn > .icon,
    .option-btn-list > li > a > .phone-btn > .icon,
    .option-btn-list > li > a > .selfmail-btn > .icon {
        font-size: 200%;
    }
    .option-btn-list > li > a:hover {
        opacity: 0.65;
    }
    .option-btn-list > li > a .phone-btn {
        background: #43A047;
        color: #fff;
    }
    .option-btn-list > li > a .selfmail-btn {
        background: #FB8C00;
        color: #fff;
    }
    .option-btn-list > li > a .apply-btn {
        background: #ff0000;
        color: #fff;
    }
}

.h1_title {
    position: relative;
    display: block;
    margin: 2rem auto 0.5rem;
    padding: 0;
    width: 16rem;
    letter-spacing: 4px;
    font-size: 1.5rem;
    font-weight: bold;
}
.h1_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #285893;
    z-index: 0;
}
.h1_title > span {
    position: relative;
    display: inline-block;
    width: 12rem;
    height: 1.5rem;
    background: #fff;
    color: #285893;
}

.top-image-box {
     max-width: 1280px;
     margin: 0 auto;
}
.contents-box {
    margin: 0;
    padding: 0;
    background: #fff;
}
p.avator-post{
    transform: skewX(-13deg);
    color: #333;
    width: 170px;
    font-size: 20px;
    background: #e6e6e6;
    position: absolute;
    bottom: 45px;
    z-index: 100;
    text-align: center;
    right: 30px;
}
p.avator-name{
    transform: skewX(-13deg);
    color: #fff;
    width: 170px;
    font-size: 20px;
    background: #3fa9f5;
    position: absolute;
    bottom: 15px;
    z-index: 100;
    text-align: center;
    right: 37px;
}
.contents-link-box {
    text-align: right;
    margin: 1rem 0;
}
.contents-link-box .contents-link {
    display: inline-block;
    color: #3fa9f5;
    border-bottom: 1px solid #3fa9f5;
    text-decoration: none;
    font-size: 15px;
}
.contents-link-box .contents-link:hover {
    opacity: 0.65;
}
.contents-link-box .contents-link .tri-3-box {
    position: relative;
    top: 0.125em;
    left: 0;
    margin-left: 0.25em;
    display: inline-block;
    border-style: solid;
    border-width: 0.5em 0.75em;
    border-color: transparent transparent transparent #3fa9f5;
    width: 3em;
}
.contents-link-box .contents-link .tri-3-box::after,
.contents-link-box .contents-link .tri-3-box::before {
    content: "";
    position: absolute;
    top: -.5em;
    display: inline-block;
    border-style: solid;
    border-width: 0.5em 0.75em;
    border-color: transparent transparent transparent #3fa9f5;
}
.contents-link-box .contents-link .tri-3-box::before{
    left: 0.25em;
}
.contents-link-box .contents-link .tri-3-box::after {
    left: 1.25em;
}
.contents-link-box2{
    margin-top: 5px;
}
.contents-link-box2 .contents-link2 {
    text-align: center;
    border-radius: 30px;
    background: #3fa9f5;
    color: #FFF;
    position: absolute;
    right: 4px;
    bottom: 4px;
    font-size: 12px;
    padding: 0 5px 0 20px;
}
.business-box-in .contents-link-box2 .contents-link2:hover{
    text-decoration:none;
    opacity:.7;
}
.contents-link-box2 .contents-link2 .tri-3-box {
    position: relative;
    top: 0.125em;
    left: 0;
    margin-left: 0.25em;
    display: inline-block;
    border-style: solid;
    border-width: 0.5em 0.75em;
    border-color: transparent transparent transparent #FFF;
}
.contents-link-box2 .contents-link2 .tri-3-box::before {
    left: 0.25em;
}

@media screen and (min-width:769px) {
    .contents-list {
        margin: 0 15px;
    }
    .contents-list li {
        position: relative;
        display: block;
        margin: 15px auto;
        padding: 20px 15px 15px;
        text-align: left;
        background: #fff;
    }
    .contents-list li .contents-list-ttl {
        display: inline-block;
        margin: 0 1em 0 0;
        padding: 0.25em 0.5em;
        width: 150px;
        background: #ff0000;
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
    }
    .contents-list li .contents-list-txt {
        margin: 0;
    }
}
@media screen and (max-width:991px) {
    .contents-list li {
        position: relative;
        display: block;
        margin: 25px auto;
        padding: 15px;
        width: 100%;
        text-align: left;
        background: #fff;
    }
    .contents-list li .contents-list-ttl {
        display: block;
        margin: 0 0 0.5em;
        padding: 0.25em 0.5em 0.125em;
        width: 150px;
        background: #ff0000;
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
    }
    .contents-list li .contents-list-txt {
        margin: 0;
    }
}

/*************************************************
    @ topへ戻るボタン
**************************************************/
#page-top {
    position: fixed;
    bottom: 60px;
    right: 14px;
    font-size: 70%;
    width: initial;
}

.g-footer__btm__anchor a {
    display: block;
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #666;
    -webkit-transition: background .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.g-footer__btm__anchor a:before {
    content: '^';
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 31px;
    color: #fff;
    text-align: center;
}

.g-footer__btm__anchor a:hover {
    opacity: .5;
}

@media screen and (max-width: 441px) {
    .g-footer__btm__anchor a {
        width: 38px;
        height: 38px;
    }
    .g-footer__btm__anchor a:before {
        top:0;
    }
}

/*************************************************
    @ 利用規約
**************************************************/
.privacy-main {
    text-align: justify;
}

.sub {
    background: #ececec;
    padding: 1rem;
    font-size: 18px;
}

.privacy-main h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 1rem;
    margin: 0 0 2rem;
}

.privacy-main p {
    margin-bottom: 2rem;
}

.pri_btn {
    text-align: center;
}

@media screen and (max-width: 441px) {
    .privacy-main h3 {
        font-size: 4vw;
    }
    .privacy-main h4 {
        font-size: 5vw;
    }
    .privacy-main ol {
        padding-left: 1rem;
    }
}
