@charset "UTF-8";

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

.pc-ver {
    display:block;
}

.sm-ver{
    display:none;
}
body {
    color: #000;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
    font-weight: 500;
}
.main {
    margin-top: 30px;
}
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%;
}
.color_R {
    color: #3486CC;
}
.color_Bu {
    color: #3486CC;
}
.color_LB {
    color: #4CBBFF;
}
.color_W {
    color: #FFFFFF;
}
.color_P {
    color: #FCE5EF;
}

.page-title{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 11px;
    padding-top: 1.1em;
}

.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,
.slick-next {
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    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:415px ) {
    .main {
        font-size: 4vw;
    }
    .page-title {
        font-size: 6vw;
    }
}

/****************************************************
    @ パンくずリスト breadcrumb
****************************************************/
.breadcrumb {
    margin: 78px auto 0;
    max-width: 960px;
    background-color: #E9ECEF;
    color: #7F7F7F;
    padding: 6px 2%;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        margin-top: 68px;
    }
}

@media screen and (max-width: 335px) {
    .breadcrumb {
        margin-top: 68px;
    }
}

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

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

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

.header-inner {
    margin: 0 auto;
    max-width: 1180px;
    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;
    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(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
}
.header-nav .nav-item .nav-link,
.nav-link_blank {
    margin: 0 7px;
    padding: 6px 0 4px;
    font-size: 14px;
    color: #444444 !important;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid transparent;
}
.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:1180px){
    .header-inner {
        max-width: 960px;
    }
}
@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
    }
    .navbar-toggler-icon {
        background-size: 75%;
        background-image: none;
    }
    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-space {
        height: 62px;
    }
    .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;
    }
}

.nav-link--joblist {
    border:#000 1px solid;
}
.nav-link--joblist:hover {
    color: #fff !important;
    background-color: #4e7280;
    border-color: #4e7280;
}

@media screen and (min-width:991px){
    .nav-link.nav-link--facebook {
        padding: 0 !important;
        margin-left: 6px;
        background: url(../img/icon/facebook_icon.png);
        background-size: cover;
        width: 23px;
        height: 23px;
    }
    .nav-link--facebook > span {
        display: none;
    }
}
@media screen and (max-width:357px){
    .header-nav .nav-item .nav-link {
        font-size: 20px;
        border-bottom: none;
    }
}

/* --------------------------------------------------------
    @footer
-------------------------------------------------------- */
.small {
    align-self: center;
    font-weight: 500;
}

/* --------------------------------------------------------
    @hero
-------------------------------------------------------- */
.recruit-img01{
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: right;
}
.recruit-img01 .company_logo {
    text-align: center;
}
.company_logo img{
    width: 100%;
    max-width: 250px;
}
.recruit-img01 .catch {
    margin-top: 7%;
    width: 40vw;
    min-width: 400px;
    margin-right: 6%;
}
.recruit-img02 {
   position: absolute;
    bottom: 1%;
    right: 6%;
    width: 31vw;
}
@media only screen and ( max-width:991px ) {
    .recruit-img01{
        top: 40%;
    }
}
@media only screen and ( max-width:736px ) {
    .recruit-img01{
        top: 30%;
    }
}
@media only screen and ( max-width:812px ) {
    .recruit-img01{
        display: none;
    }
}

/* --------------------------------------------------------
    @インタビュー
-------------------------------------------------------- */
.iv-msg-box {
    height: 33vw;
}
.iv-msg-box img{
    font-family: 'object-fit: contain; object-position: center;' /* IE・Edge対応; */;
}
@media only screen and ( max-width:812px ) {
    .iv-msg-box{
        height: auto;
    }
    .iv-msg-box img{
        float: none;
    }
}
/* --------------------------------------------------------
    @about
-------------------------------------------------------- */
.top-about-box{
    height: 33vw;
}
.top-about-box img{
    font-family: 'object-fit: contain; object-position: center;' /* IE・Edge対応; */;
}
@media only screen and ( max-width:812px ) {
    .section04{
        background-position: top center;
        background-size: 360px;
        padding: 4% 0 0;
    }
    .top-about-box{
        height: auto !important;
    }
}
@media only screen and ( max-width:320px ) {
    .section04 {
        background-size: 250px;
    }
}
/* --------------------------------------------------------
    @Q&A
-------------------------------------------------------- */
.top-faq-box {
    height: 33vw;
}
.top-faq-box img{
    font-family: 'object-fit: contain; object-position: center;' /* IE・Edge対応; */;
}
@media only screen and ( max-width:812px ) {
    .top-faq-box{
        height: auto;
    }
}

/* --------------------------------------------------------
    @top-recurit
-------------------------------------------------------- */
.top-recurit-box{
    height: 33vw;
}
.top-recurit-box>img{
    font-family: 'object-fit: contain; object-position: center;' /* IE・Edge対応; */;
}
@media only screen and ( max-width:812px ) {
    .top-recurit-box{
        height: auto;
    }
}
/*******************************************************************
    @ 企業情報
********************************************************************/

.company-table {
    margin: 0 auto 50px;
    padding: 0;
    width: 100%;
    max-width: 850px;
    border: 1px solid #dee2e6;
}

.company-table th,
.company-table td {
    padding: 0.5em 1em;
}

.company-table th {
    width: 30%;
    background: #e9ecef;
}

.company-table .post-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-table .post-list .post {
    display: inline-block;
    width: 8em;
    font-weight: bold;
}

.company-table .list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-table .list li {
    position: relative;
    margin: 0 0 0 1em;
    padding: 0;
}

.company-table .list li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: -1em;
}


@media screen and (max-width:991px) {
    .company-table {
        font-size: 14px;
    }
    .company-table th,
    .company-table td {
        display: block;
        width: 100%;
    }
}
/*********************************************
    @ メッセージ
**********************************************/
.msg-box{
    height: 33vw;
}
.msg-box img{
    font-family: 'object-fit: contain; object-position: center;' /* IE・Edge対応; */;
}
@media only screen and ( max-width:812px ) {
    .msg-box{
        height: auto;
    }
}

/*************************************************************************
    @ 求人詳細ページ
**************************************************************************/

.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;
    }
}

/*********************************************
    @ お問い合わせ
**********************************************/
.inquiry-form-wrap {
    margin: 0 auto 50px;
    max-width: 800px;
}
.inquiry-form-box {
    border-top:1px solid #bfbfbf;
    border-left:1px solid #bfbfbf;
    border-right:1px solid #bfbfbf;
    padding: 0 15px;
}
.inquiry-confi-form{
    border-top:1px solid #bfbfbf;
    border-left:1px solid #bfbfbf;
    border-right:1px solid #bfbfbf;
    padding: 0 15px
}
.inquiry-confi-form .form-label-bg{
    background:#f2f2f2;
    border-bottom:1px solid #bfbfbf;
}
.inquiry-confi-form .form-label-bg2{
    border-bottom:1px solid #bfbfbf;
}
.inquiry-form-box .form-label-bg{
    background:#e5ebec;
}
.inquiry-form-box .form-label-bg,
.inquiry-form-box .inquiry-form {
    border-bottom: 1px solid #bfbfbf;
}
.inquiry-form-box .form-label-bg label{
    margin-top:6px;
}
.inquiry-form-box .form-label-bg .badge{
    margin: 8px 0 0;
}
.inquiry-form-box .inquiry-form .form-control{
    border-radius: 0;
}
.inquiry-form .inquiry-btn-box .btn-default {
    display: inline-block;
    margin: 5px 0;
    padding: 0.5rem 0;
    width: 180px;
    background: #ccc;
    color: #000;
    border: 1px solid #ccc;
    text-decoration: none;
}

.inquiry-btn-box {
    margin: 15px 0;
    text-align: center;
}


.inquiry-form .apply-btn-box {
    margin: 15px 0 50px;
    padding: 15px 0 5px;
    text-align: center;
}
.inquiry-form .inquiry-btn-box .inquiry-btn {
    display: inline-block;
    margin: 0;
    padding: 0.5rem 0;
    width: 180px;
    background: #4e7280;
    color: #fff;
}
.inquiry-form .inquiry-btn-box .inquiry-btn:hover {
    opacity: 0.65;
}

.inquiry-text {
    margin: 0 auto;
    max-width: 27em;
}

.inquiry-text--confirm {
    max-width: 576px;
}

.inquiry-text--thank {
    max-width: 576px;
}

.inquiry-text-strong {
    font-weight: 700;
    color: #fe0000;
}
@media screen and (max-width:991px) {
    .inquiry-form-box{
        border-top: none;
        border-left: none;
        border-right: none;
    }
    .inquiry-form-box .form-label-bg, .inquiry-form-box .inquiry-form {
        border-bottom: none;
    }
    .inquiry-confi-form{
        border-top: none;
        border-left: none;
        border-right: none;
    }
    .inquiry-confi-form .form-label-bg,
    .inquiry-confi-form .form-label-bg2,
    .inquiry-confi-form .inquiry-form {
        border-bottom: none;
    }
}

@media screen and (max-width:414px) {
    .text-muted {
        font-size: 4vw;
    }
}

/*********************************************
    @ 応募フォーム
**********************************************/

.apply-form {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

.apply-form .apply-btn-box .btn-default {
    display: inline-block;
    margin: 5px 0;
    padding: 0.5rem 0;
    width: 180px;
    background: #ccc;
    color: #000;
}

.apply-text {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 600px;
}

.apply-text-strong {
    font-weight: 700;
    color: #fe0000;
}


.error {
    position: relative;
    display: inline-block;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
}
.error-txt {
    font-size: 0.75rem;
    font-weight: 400;
    color: #dc3545;
}
.apply-thank-txt,
.inquiry-thank-txt {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}
.apply-thank-strong,
.inquiry-thank-strong {
    font-weight: 700;
    color: #000;
}
.inquiry-thank-txt a{
    color: #EF7A00;
    text-decoration: underline;
}
.inquiry-thank-txt u{
    text-decoration: none;
    font-weight: 600;
}
.form-radio > label {
    display: inline-block;
    margin: 0 1rem;
}

.flow-box {
    margin: 0 auto;
    width: 300px;
}
.flow-box > .flow-confirm,
.flow-box > .flow-input,
.flow-box > .flow-submit {
    position: relative;
    float: left;
    margin: 5px 20px 5px 5px;
    padding: 0.5em 1em;
    width: 75px;
    font-size: 15px;
    background: #ccc;
    color: #6e6e6e;
    text-align: center;
    border-radius: 6px;
    letter-spacing: -0.001em;
}
.flow-box > .flow-confirm::after,
.flow-box > .flow-input::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -28px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent transparent #ccc;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.flow-box > .active {
    background: #4e7280;
    color: #fff;
}
.flow-box::after {
    content: "";
    clear: both;
    zoom: 1;
}

.apply-form .form-label-bg {
    padding: 1em;
    background: #e5ebec;
    color: #000;
}

.apply-form .form-label-bg label {
    margin: 0;
}

.apply-form .apply-btn-box {
    margin: 15px 0 50px;
    padding: 15px 0 5px;
    text-align: center;
}
.apply-form .apply-btn-box .apply-btn {
    display: inline-block;
    margin: 0;
    padding: 0.5rem 0;
    width: 180px;
    background: #188DFB;
    color: #fff;
}
.apply-form .apply-btn-box .apply-btn:hover {
    opacity: 0.65;
}

.apply-form p {
    margin: 0;
    padding: 1em;
}

@media screen and ( max-width:767px ) {
    .inquiry-text {
        font-size: 1rem;
    }
}



/*===========message===============*/

.message-ttl-2{
    color: #3fa9f5;
}
@media screen and ( max-width:920px ) {
    .top-msg-inner {
        font-size: 15px;
    }
    .message-txt2 {
        margin: 0;
        width: 100%;
        max-width: 23rem;
        font-size: 1rem;
    }
}
@media screen and ( max-width:796px ) {
    .top-msg-wrapper {
        margin: 0 0 25px;
        height: auto;
    }
    .top-msg {
        background: none;
    }
    .top-msg-inner {
        font-size: 15px;
        margin:0;
    }

    .message-txt2 {
        display: inline-block;
        margin: 0 auto;
        width: auto;
        max-width: 100%;
        font-size: 1rem;
        text-align: left;
        padding:0 16px;
    }
}

.top-business-box .business-ttl-txt1{
    color: #282828;
}

.top-business-box .business-ttl-txt2{
    color: #2A65FD;
    font-family: monospace;
}
.top-business-txt {
    margin: 0 0 1rem;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.125em;
}

.containers {
    margin:  0 auto;
    max-width: 1100px;
}
.top-business-sy,
.top-business-jo{
    width:320px;
    margin:0 0.5rem;
    float:left;
}
.top-business-sa{
    width:404px;
    margin:0 0.5rem;
    float:left;
}

@media screen and (max-width: 1109px) {
.containers {
    margin: 0 auto;
    max-width: 790px;
}

.top-business-sy,
.top-business-jo{
    width:320px; margin:0 0.5rem; float:left;
}
}

@media screen and (max-width: 773px) {
.containers {
    margin: 0 auto;
    max-width: 320px;
}
.top-business-sa,
.top-business-sy,
.top-business-jo{
    width:320px; margin:0; float:none;
}
}

.top-business-list {
    margin: 10px 0;
    padding: 16px 0.5em;
    background: #fff;
    color: #282828;
    font-size: 14px;
    text-align: center;
}

.top-business-list-ttl {
    font-size: 1.25em;
    font-weight:bold;
}

.system .top-business-list {
    background: #FFC904;
    color: #fff;
    font-weight:bold;
}
.jobad .top-business-list {
    background: #23C8CC;
    color: #fff;
    font-weight:bold;
}
.saiyo .top-business-list {
    background: #353B5F;
    color: #fff;
    padding: 16px 0.5em;
    font-weight:bold;
}



/*===========事業内容===============*/

@media screen and (min-width:1130px) {
    .business-box-bg {
        margin: 0 auto;
        position:relative;
    }
    .business-box-in {
        position: absolute;
        margin: 4px auto;
        max-width: 760px;
        top:0;
        left:0;
        right:0;
    }
    .business-box-in .business-header-box {
        position: absolute;
        top: 25px;
        right: 0;
        padding: 20px 15px;
        background: #ff0000;
        color: #fff;
    }
    .business-box-in .business-header-box .business-header-txt {
        margin: 0;
    }
    .business-box-bg .contents-link-box .contents-link{
        display: inline-block;
        color: #FFF;
        border-bottom: 1px solid #FFF;
        text-decoration: none;
        font-size: 15px;
    }
    .business-box-bg .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 #F00;
        width: 3em;
    }
    .business-box-bg .contents-link-box .contents-link .tri-3-box::after,
    .business-box-bg .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 #F00;
    }
    .business-box-in .business-header-box .business-header-txt {
        margin: 0;
    }
    .business-box-in .business-txt-box {
        padding: 30px 15px 10px;
        line-height: 1.5;
        text-align: left;
    }
}
@media screen and (max-width:1129px) {
    .business-box-bg {
        margin: 0 auto;
    }
    .business-box-in {
        margin: 2rem auto;
        max-width: 790px;
    }
    .business-box-bg .contents-link-box{
        text-align: right;
        margin: unset;
        padding-bottom: 1rem;
    }
    .business-box-in .contents-link-box .contents-link {
        display: inline-block;
        color: #FFF;
        border-bottom: 1px solid #FFF;
        text-decoration: none;
        font-size: 15px;
    }
    .business-box-in .business-header-box {
        padding: 20px 15px;
        background: #ff0000;
        color: #fff;
        width: 250px;
        margin: 0 auto;
    }
    .business-box-in .contents-link-box .contents-link .tri-3-box,
    .business-box-in .contents-link-box .contents-link .tri-3-box::after,
    .business-box-in .contents-link-box .contents-link .tri-3-box::before {
        border-color: transparent transparent transparent #F00;
    }

}
@media screen and (max-width:736px) {
    .business-box-bg {
        margin: 0 auto;
        background: #e1e1e1;
        width: 95%;
    }
    .business-box-in .business-header-box {
        padding: 20px 10px !important;
    }
    .business-txt-box .business-txt .text-strong {
        text-align:center !important;
    }
    .business-box-in .business-txt-box .business-txt{
        text-align:left;
    }
    .business-box-in .contents-link-box .contents-link {
        color: #3fa9f5 !important;
        border-bottom: 1px solid #3fa9f5 !important;
        margin-bottom: 1rem;
    }
    .business-box-bg .contents-link-box{
        text-align: right;
        margin: 1rem 0;
        padding-bottom: unset;
    }
    .business-box-in .contents-link-box .contents-link .tri-3-box,
    .business-box-in .contents-link-box .contents-link .tri-3-box::after,
    .business-box-in .contents-link-box .contents-link .tri-3-box::before {
        border-color: transparent transparent transparent #3fa9f5;
    }
}
    .business-box-in .business-txt-box .business-txt {
        font-size: 1em;
        font-weight: 700;
        -webkit-text-shadow: 1px 0 2px #fff,-1px 0 2px #fff,0 1px 2px #fff,0 -1px 2px #fff;
        -moz-text-shadow: 1px 0 2px #fff,-1px 0 2px #fff,0 1px 2px #fff,0 -1px 2px #fff;
        -ms-text-shadow: 1px 0 2px #fff,-1px 0 2px #fff,0 1px 2px #fff,0 -1px 2px #fff;
        -o-text-shadow: 1px 0 2px #fff,-1px 0 2px #fff,0 1px 2px #fff,0 -1px 2px #fff;
        text-shadow: 1px 0 2px #fff,-1px 0 2px #fff,0 1px 2px #fff,0 -1px 2px #fff;
    }
    .business-box-in .business-txt-box .business-txt .text-strong {
        font-size: 1.5em;
    }


/***********************************************************************
    @ 求人一覧
************************************************************************/

.search-btn {
    color: #fff;
    background-color: #444444;
    text-decoration: none;
    width: 170px;
    margin: 1rem;
}

.btn-default{
    background: #dcdcdc;
    color: #808080;
}
.search-btn:hover,
.btn-default:hover {
    opacity: 0.65;
    color: #FFFFFF;
}

.pager-result{
    font-size: 16px;
}

.pager-result em {
    font-style: normal;
}
.search-table {
    margin-bottom: 0;
}
.search-table th {
    padding: 0.75rem 2rem .5rem;
    width: 100%;
    border-top: none;
    font-weight: normal;
}
.search-table td {
    width: 100%;
    border-top: none;
    border-bottom: 1px solid #dee2e6;
    padding: 0 2rem .75rem;
}
.btn-table td{
    border-bottom: none;
    padding: 0 2rem;
}
.form-check{
    padding-left: 0;
}
.form-check-label{
    margin-right: 1rem;
}
.joblist-box {
    margin: 0 auto 3em;
    padding: 0;
    max-width: 820px;
    border: 1px solid #999999;
}

.joblist-info {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.joblist-title {
    margin: 0;
    padding: 0.5em;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background: #6dc9df;
}
a .joblist-title{
    color:#FFF;
}
.joblist-box a:hover{
    text-decoration: none;
    opacity: .65;
}
.joblist-table {
    margin: 15px 0 0 15px;
    width: 380px;
    width: calc(100% - 420px);
}

.joblist-table th,
.joblist-table td {
    font-size: 15px;
    text-align: left;
    border-top: none;
    width: 100%;
}
.joblist-table th {
    padding: 12px 12px 0 0;
    font-weight: normal;
}

.joblist-table td {
    border-bottom: 1px dashed #dee2e6;
    padding: 0 12px 12px 0;
}
.joblist-table .ellipsis-td {
    height: 105px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 25px;
}
.joblist-img-box {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    width: 390px;
}

.joblist-img-box .joblist-no-img {
    margin: 0 auto;
    width: 300px;
    height: 210px;
    background: #ccc;
}

.joblist-img-box img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 210px;
}

.joblist-btn-box {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 290px;
}
.search-block {
    max-width: 850px;
    margin: 1em auto;
}
.search-block .open-btn {
    position: relative;
    display: block;
    margin: 0;
    padding: 0.5em 1.5em;
    width: 100%;
    color: #000;
    background: #ede8dc;
    text-align: left;
    font-size: 120%;
    border-radius: 0;
}

.search-block .open-btn::after {
    content: "　";
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 2em;
    font-weight: 700;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background-image: url(../../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: 55%;
}
.search-block .open-btn[aria-expanded^=true]::after {
    content: "　";
    background-image: url(../../img/arrow-up.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: 55%;
}
.contents-joblist {
    max-width: 850px;
    margin: 0 auto;
}
.no-data{
    padding: 0 1em;
}
@media screen and (max-width:767px) {
    .joblist-info {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .joblist-img-box {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .joblist-img-box img{
        width: 240px;
        height: 180px;
        margin: 15px auto;
    }

    .joblist-img-box .joblist-no-img {
        margin: 15px auto;
        width: 240px;
        height: 180px;
        background: #ccc;
    }
    .search-table{
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
    .btn-table{
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
    .joblist-table {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .joblist-table th{
        padding: 12px 15px 0;
    }

    .joblist-table td{
        padding: 0 15px 12px;
        border-bottom: none;
    }
    .btn-table td div{
        max-width: 360px;
        margin: 0 auto;
    }
    .search-table .search-btn{
        font-size: 11px;
        float: left;
        width: 38vw;
        margin: 1rem 0;
        max-width: 170px;
    }
    .search-table .btn-default{
        font-size: 11px;
        float: right;
        width: 38vw;
        margin: 1rem 0;
        max-width: 170px;
    }
    .joblist-btn-box {
        padding: 15px 0;
        text-align: center;
        width: 100%;
        position: static;
    }
    .joblist-btn-box .joblist-btn {
        position: relative;
        display: inline-block;
        margin: 0 15px;
        padding: 0.5em 0;
        width: 9em;
        background: #f19f3b;
        color: #fff;
        border: 1px solid #f19f3b;
        border-radius: 0;
        overflow: hidden;
    }

    .joblist-btn-box .joblist-btn:hover {
        opacity: .65
    }
    .form-check-label{
        width:100%;
    }
    .search-block .open-btn {
        box-shadow: none;
    }
    .search-table th{
        padding: 0.75rem 1rem .5rem;
        font-size: 15px;
    }
    .search-table td{
        padding: 0 1rem .75rem;
        font-size:14px;
    }
}
.jobdetail-ttl-2{
    color: #003559;
}
.jobdetail-sub-ttl-2{
    margin: 0;
    padding: 0.75em 0;
    color: #4e7280;
    text-align: center;
    font-weight: 550;
}
.jobdetail-bg {
    width: 100%;
    height: 25vw;
    background: url("../img/jobdetail_bg.png") top center no-repeat;
    background-size: cover;
}
.jobdetail-block {
    width: 100%;
}
.jobdetail-pr-box {
    background: #ffdede85;
    line-height: 30px;
    padding: 0 40px;
}
.jobdetail-sub-ttl{
    margin: 0;
    padding: 0.75em 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #3fa9f5 ;
    text-align: center;
}

/*
    一日の流れ 2018-08-23
*/

.oneday-flow {
    margin: 0 auto 50px;
    padding: 0;
}

.oneday-flow-container {
    margin: 0;
    padding: 0 0 15px;
    /*background: #f2f2f2;*/
}

.oneday-flow-title {
    margin: 0;
    padding: 0.75em 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #3fa9f5;
    text-align: center;
}

.oneday-flow-wrap {
    margin: 0 auto 35px;
    padding: 0;
    background: transparent;
    border: 0 solid transparent;
    /*border-top: 6px solid #3fa9f5;
    border-bottom: 6px solid #3fa9f5;*/
    border-left: 1px solid #3fa9f5;
    border-right: 1px solid #3fa9f5;
    border-bottom: 1px solid #3fa9f5;
    max-width: 670px;
}

.oneday-flow-table {
    margin: 0;
    padding: 0;
    width: 100%;
}

.oneday-flow-table td {
    margin: 0;
    padding: 5px 10px;
    border-top: 1px solid #3fa9f5;
    vertical-align: middle;
}

td.oneday-flow-time {
    /*width: 120px;*/
    width: 15%;
}
.oneday-flow-time-bg {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    /*-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #3fa9f5;*/
}
.oneday-flow-time-bg > span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    /*color: #fff;*/
    color: #000;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 1;
    width: 100%;
}

td.oneday-flow-comment {
    /*border-left: 1px dotted #3fa9f5;*/
    border-left: 1px solid #3fa9f5;
    width: calc( 100% - 270px );
    vertical-align: top;
}

td.oneday-flow-image {
    /*border-left: 1px dotted #3fa9f5;*/
    border-left: 1px solid #3fa9f5;
    width: 50%;
    text-align: center;
    padding: 8px 25px;
}
.oneday-flow-image>.img-fluid {
    max-width: 380px;
    height: auto;
    width: 100%;
}

@media only screen and (max-width:640px) {
    .oneday-flow-wrap{
        border-top: 1px solid #3fa9f5;
        border-bottom: none;
    }
    .oneday-flow-table td {
        display: block;
        width: 100%;;
    }
    td.oneday-flow-time,
    td.oneday-flow-comment {
        width: 100%;
        border: none;
        border-bottom: 1px solid #3fa9f5;
    }
    td.oneday-flow-image {
        width: 100%;
        border: none;
        border-bottom: 1px solid #3fa9f5;
    }
    .oneday-flow-time-bg {
        padding: 10px 0;
    }
    .oneday-flow-time-bg > span {
        position: static;
        transform: none;
    }
}



.jobdetail-btn-01,
.jobdetail-btn-02,
.jobdetail-btn-03,
.jobdetail-btn-04 {
    position: relative;
    display: block;
    margin: 0 0 1rem;
    min-height: 4rem;
    line-height: 1.5;
    border: 1px solid #3fa9f5;
    background: #fff;
    color: #3fa9f5 ;
    text-decoration: none;
}
.jobdetail-btn-01:hover,
.jobdetail-btn-02:hover,
.jobdetail-btn-03:hover,
.jobdetail-btn-04:hover {
    opacity: 0.5;
    color: #3fa9f5!important;
    border:1px solid #3fa9f5;
}
.jobdetail-btn-01 > span,
.jobdetail-btn-02 > span,
.jobdetail-btn-03 > span,
.jobdetail-btn-04 > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.jobdetail-tbl {
    width: 100%;
    border-top: 25px solid #3fa9f5;
    border-right: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
    border-left: 1px solid #6e6e6e;
}
.page-sub-ttl{
    color: #3fa9f5;
    margin-top: 1.5rem;
}
.jobdetail-tbl table th {
    padding-left: 2rem;
}
.jobdetail-tbl table td {
    padding-left: 4rem;
}

@media screen and (max-width: 767px) {
    .space-block {
        width: 100%;
        height: 60px;
        background: #ffffff;
    }
}
.modal .phone-btn {
    background: #6c757d;
    color: #fff;
}
.business-bg {
    width: 100%;
    height: 25vw;
    background: url("../img/business_bg.png") top center no-repeat;
    background-size: cover;
}
.business-block-01 {
    margin-top: 32px;
}
.business-block-04 {
    margin-bottom: 27px;
}
.business-ttl {
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    background: #ff0000;
    color: #fff;
    margin: 0 auto;
    font-weight:bold;
}
.business-txt {
    margin: 1rem;
    letter-spacing: 1px;
    line-height: 2rem;
    font-size: 18px;
}
.business-sub-ttl {
    display: inline-block;
    padding: 0.25rem 0 0.25rem 0.5rem;
    font-size: 1rem;
    color: #3fa9f5;
    border-left: 3px solid #3fa9f5;
    margin-left: 6rem;
}
@media screen and (max-width: 767px) {
    .business-sub-ttl {
        margin-left: 3rem;
    }
}
.business-block-02 {
    background: #f2f2f2;
}
.business-list {
    margin: 0 auto;
    max-width: 1110px;
    text-align: center;
    background: #FFF;
    padding: 3rem 15px 1rem 0;
}
.business-list .example-box {
    position: relative;
    margin: 15px 0;
}
.business-list .example-box .example-name {
    display: inline-block;
    padding: .5rem 0;
    position: absolute;
    top: -38px;
    left: 32px;
    width: 85%;
    transform: skewX(-30deg);
    background-color: #3fa9f5;
    color: #fff;
    font-size: 13px;
    box-shadow: -4px 6px 6px 0px #b1b1b1;
}
@media screen and (max-width: 990px) {
    .example-img{
        margin-bottom: 2rem;
    }
}

.business-list .example-box .example-img img {
    width: auto;
    height: 100%;
}


/* ---------------------------------------------------------
    @ 詳細ページ
----------------------------------------------------------- */
#js-phone-number {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: normal;
}

.job-title {
    margin: 0.5em 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #3fa9f5 ;
}
.job-name {
    margin: 0;
    padding: 0.5em 0;
    color: #3fa9f5 ;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

.sv_item {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sv_item li {
    float: left;
    margin: 5px 0;
    width: 33.33%;
}
.sv_item .noicon {
    display: block;
    margin: 0 10px;
    padding: 0.125em 0.5em;
    border: 1px solid #3fa9f5 ;
    width: auto;
    text-align: center;
    color: #3fa9f5 ;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.job-thumb-wrap {
    margin: 0 0 50px;
    padding: 0;
}

.job-thumb {
    margin: 0;
    padding: 0;
    text-align: center;
}

.job-thumb-inner {
    margin: 0 15px;
}

.job-thumb-title {
    margin: 0.25em 0;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}

.job-thumb-caption {
    margin: 0.25em 0;
    padding: 0;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
}

.link-buttons {
    margin: 25px 0;
    padding: 0;
}

.cd-container {
    margin: 0 auto 35px;
    padding: 0;
    background: transparent;
    border: 0 solid transparent;
    border-top: 6px solid #3fa9f5 ;
    border-bottom: 6px solid #3fa9f5 ;
}
.cd-picture>span {
    font-weight: normal;
}
.link-buttons {
    margin: 30px 0;
    padding: 0;
}

.job-subtitle {
    margin: 0;
    padding: 0.5em 0;
    color: #FE0001;
    font-weight: bold;
}
.job-apply-process {
    margin: 0 0 50px;
    padding: 0 0 20px;
    background: #f2f2f2;
}
.job-apply-process-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.job-apply-process-item {
    position: relative;
    width: 25%;
    text-align: center;
}
.job-apply-process-item span {
    display: inline-block;
    margin: 0;
    padding: 0.25em 1.5em;
    background: #3fa9f5 ;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 1.25em;
    min-width: 4em;
}
.job-apply-process-arrow {
    margin: 0;
    padding: 0.5em 0;
    color: #3fa9f5;
}
.job-apply-process-text {
    margin: 1em 0;
    font-size: 1rem;
    text-align: center;
}
.jobdetail-company {
    margin: 0 auto 50px;
    padding: 0;
    background: #f2f2f2;
    max-width: 1110px;
}

.border-line {
    margin: 0 auto;
    width: 100%;
    max-width: 1110px;
    height: 6px;
    background: #3fa9f5 ;
}
.job-gmap-btn {
    margin: 0 0 0 1em;
    padding: 0 0.5em;
    border: 1px solid #333;
    color: #333;
    font-weight: bold;
}
.job-gmap-btn:hover {
    color: inherit;
    opacity: 0.65;
}
.job-business-text{
    line-height: 27px;
}
.job-business-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.job-business-item {
    display: block;
    width: 33.33%;
}
.job-business-image {
    width: 100%;
}
.jobdetail-tbl-box {
    margin: 0 0 50px;
}
.job-image {
    margin: 0 0 25px;
    width: 100%;
}
.google-map {
    margin: 15px auto;
    width: 75vw;
    height: 640px;
    max-width: 640px;
    max-height: 320px;
}
.thumbs {
    position: relative;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 960px;
}
#thumb-prev-btn {
    position: absolute;
    top: 50%;
    left: 0;
}
#thumb-next-btn {
    position: absolute;
    top: 50%;
    right: 24px;
}
@media screen and ( max-width: 991px) {
    .job-apply-process-list {
        display: block;
    }
    .job-apply-process-item {
        position: relative;
        width: auto;
        text-align: center;
    }
    .job-apply-process-arrow {
        text-align: center;
    }
    .job-apply-process-item span {
        display: inline-block;
        margin: 0;
        padding: 0.25em 1.5em;
        background: #3fa9f5 ;
        color: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        font-size: 1.25em;
        min-width: 4em;
    }
    .sv_item li {
        width: 50%;
        font-size: 12px;
    }
    .cd-container {
        width: 100%;
        min-width: auto;
    }

}


/*========================*/

.topiv_topphoto>img{
    width:564px;
}
.sm_personal_introdu{
    display:none;
}
.pc_personal_introdu{
    display:block;
}
@media screen and (max-width: 1019px) {
    .topiv_topphoto>img {
        width: 100%;
    }
    .topiv_jobdescr{
        margin:0;
    }
    .topiv_priv{
        margin: 10px 0 0 0;
    }
}
@media screen and (max-width: 842px) {
    .topiv_left {
        margin: 0 auto;
        width: 100%;
        margin-right:inherit;
        float:none;
    }
    .topiv_topphoto {
        padding: 0 2rem 2rem 0;
    }
    .topiv_right {
        float: none;
        width: auto;
        padding: 10px 2rem;
    }
    .topiv_priv {
        text-align: center;
    }
    .pc_personal_introdu{
        display:none;
    }
    .sm_personal_introdu{
        display: block;
    }

}


@media screen and (min-width: 991px) {
    .postal-code {
        width: 150px;
    }
    .prefectures {
        width: 115px;
    }
    .district,
    .building {
        width: 350px;
    }
    .denwa input[type="text"] {
        width: 250px;
    }
    .email input[type="email"] {
        width: 250px;
    }
}

@media screen and (max-width: 558px) {
    .topiv_jobcategory {
        font-size: 24px;
        left: 0;
        width: 100%;
        -webkit-writing-mode: unset;
        -moz-writing-mode: unset;
        -ms-writing-mode: unset;
        -o-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
}

/*************************************************
    @ topへ戻るボタン
**************************************************/
#page-top {
    position: fixed;
    bottom: 16%;
    right: 0;
    font-size: 70%;
    z-index: 99999;
}

#page-top a {
    background: #808080;
    color: #fff;
    padding: 8px 0;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    width: 66px;
    height: auto;
    margin: 5px 0;
    text-align: center;
    text-decoration: none;
}
#page-top a:hover {
    text-decoration: none;
    background: #d5d5d5;
}
#page-top a span {
    font-size: 22px;
    position: relative;
    top: 2px;
}
@media screen and (max-width: 991px) {
    #page-top {
        bottom: 10px;
        right: 0;
    }
}

/*************************************************
    @ 利用規約
**************************************************/
.sub {
    background: #ececec;
    padding: 1rem;
    font-size: 18px;
}

.privacy-main h3 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #999;
    padding-bottom: 5px;
    margin: 0;
}

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

.pri_btn {
    text-align: center;
}
