@charset "UTF-8";

/****************
    共通
    パンくず
    TOPへ戻るボタン
    トップページ共通部分
    写真が無い場合
    お問い合わせ
    企業情報
    利用規約
*****************/

/*****************************************************************
    共通
******************************************************************/
.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and ( max-width:768px ) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

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 {
    color: #000;
    font-size: 17px;
    z-index: -1;
}

img {
    max-width: 100%;
}

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

.btn {
    border-radius: 0;
}

.btn.focus, .btn:focus {
    outline: initial;
    box-shadow: initial;
}

.navbar-toggler:focus {
    outline: initial;
}

.title {
    background-color: #dee2e6;
    padding: 3rem 0;
    margin-bottom: 2rem;
    text-align: center;
}

.title h1 {
    font-size: 33px;
    font-weight: 500;
}

.title h2 {
    width: 40rem;
    margin: auto;
    font-size: 22px;
}

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

.link,
.inquiry-link,
.jobstar-link {
    color: #285893;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

@media screen and ( max-width:991px ) {
    .pager-box {
        font-size: 13px;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
}

@media screen and ( max-width:768px ) {
    .title {
        padding: 3vw 0;
    }
    .title h2 {
        width: 66vw;
        font-size: 18px;
    }
}

@media screen and ( max-width:414px ) {
    .title h1 {
        font-size: 6vw;
    }
    .title h2 {
        width: 80vw;
        font-size: 15px;
    }
    .fp-text {
        font-size: 4vw;
    }
    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;
    }
}

/*************************************************
    @ topへ戻るボタン
**************************************************/
#page-top {
    position: fixed;
    bottom: 60px;
    right: 14px;
    font-size: 70%;
    z-index: 1;
    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;
    }
}

/***************************************
    @ トップページ共通部分
****************************************/
section {
    position: relative;
}

/****表示位置****/
.top,
.middle,
.bottom {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

.top {
    top: 0;
    margin-top: 3vw;
}

.middle {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.bottom {
    bottom: 0;
    margin-bottom: 3vw;
}

.main_text.big,
.main_text.normal,
.main_text.small,
.sub_text.big,
.sub_text.normal,
.sub_text.small {
    display: block;
    margin-bottom: 0;
    text-shadow: #fff 1px 1px;
}

/****メインタイトルサイズ****/
.main_text.big {
    font-size: 6vw;
}

.main_text.normal {
    font-size: 3vw;
}

.main_text.small {
    font-size: 2vw;
}

/**サブタイトルサイズ***/
.sub_text.big {
    font-size: 3.5vw;
}

.sub_text.normal {
    font-size: 2vw;
}

.sub_text.small {
    font-size: 1.5vw;
}

@media screen and (max-width: 1150px) {
    .main_text.small {
        font-size: 21px;
    }
    .sub_text.small {
        font-size: 17px;
    }
}
@media screen and (max-width: 768px) {
    .main_text.normal {
        font-size: 4vw;
    }
    .sub_text.normal {
        font-size: 3vw;
    }
}
@media screen and (max-width: 414px) {
    .main_text.normal {
        font-size: 16px;
    }
    .sub_text.big,
    .sub_text.normal,
    .sub_text.small {
        font-size: 3.7vw;
    }
}
/***************************************
    @ 写真が無い場合
****************************************/
.fp-photo-box {
    position: relative;
}

.fp-photo-box p {
    font-size: 2vw;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -.5em auto 0;
    text-align: center;
    color: #c5c5c5;
}
/***************************************
    @ お問い合わせ
****************************************/
.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;
    }
}

/*********************************************
    @ 企業情報
**********************************************/

.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%;
    }
}
/*************************************************
    @ 利用規約
**************************************************/
.sub {
    background: #ececec;
    padding: 1rem;
}

.privacy-main h2 {
    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;
}

/******確同意チェック*****/
.pri_btn {
    text-align: center;
}
.pri_btn a {
    color: #007bff;
}

/*************************************************
    @ グローバルメニュー
**************************************************/
@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,600');

* {
    outline: none;
}
strong {
    font-weight: 600;
}
#nav-container {
    position: fixed;
    height: 100vh;
    width: 100%;
    pointer-events: none;
    z-index: 2;
}
#nav-container .bg {
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    height: calc(100% - 70px);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    background: #000;
}
#nav-container:focus-within .bg {
    visibility: visible;
    opacity: .6;
}
#nav-container * {
    visibility: visible;
}
.button {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 70px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-right: 25px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #aaa;
    transition: .3s;
}
.icon-bar + .icon-bar {
    margin-top: 5px;
}

#nav-container:focus-within .button {
    pointer-events: none;
}
#nav-container:focus-within .icon-bar:nth-of-type(1) {
    transform: translate3d(0,8px,0) rotate(45deg);
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
    opacity: 0;
}
#nav-container:focus-within .icon-bar:nth-of-type(3) {
    transform: translate3d(0,-8px,0) rotate(-45deg);
}
#nav-content {
    margin-top: 70px;
    padding: 20px;
    width: 90%;
    max-width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 70px);
    background: #ceae76f0;
    color: #fff;
    background-blend-mode: screen;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transform: translateX(100%);
    transition: transform .3s;
    will-change: transform;
    contain: paint;
    opacity: .9;
}
#nav-content ul {
    height: 100%;
    display: flex;
    flex-direction: column;
}
#nav-content li a {
    padding: 10px 5px;
    display: block;
    text-transform: uppercase;
    transition: color .1s;
}
#nav-content li a:hover {
    color: unset;
    text-decoration: underline;
}
.small {
    display: flex;
    align-self: center;
    font-weight: 500;
}
.small a {
    width: 35px;
}
.small a + a {
    margin-left: 15px;
}
#nav-container:focus-within #nav-content {
    transform: none;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
a,
a:visited,
a:focus,
a:active,
a:link {
    text-decoration: none;
    outline: 0;
}
a {
    color: currentColor;
    transition: .2s ease-in-out;
}
h1, h2, h3, h4 {
    margin: 0;
}
ul {
    padding: 0;
    list-style: none;
}
img {
    vertical-align: middle;
}

/*************************************************
    @ 利用規約
**************************************************/
.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 h4 {
    border-bottom: 1px solid;
    font-size: 20px;
}

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