@charset "UTF-8";

/**
    特殊エフェクト
**/

.fadeInDown {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    -ms-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(100px); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


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

body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

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{
    margin: 30px auto;
    padding: 0;
    font-size: 32px;
    color: #000;
    font-weight: 500;
    text-align: center;
}
@media screen and ( max-width:415px ) {
	.page-title{
		font-size: 9vw;
	}
}

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

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

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

/****************************************************
    @ パンくずリスト breadcrumb
****************************************************/
.breadcrumb {
    margin: 0 auto;
    border-radius: 0;
    max-width: 960px;
    background-color: #E9ECEF;
    color: #7F7F7F;
}

.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: 960px;
    height: inherit;
}

.navbar {
    padding: .5rem 0;
}

.sitelogo {
    display: block;
    width: 148px;
    height: 100%;
}
.sitelogo__link {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.sitelogo__link:hover {
    opacity: 0.65;
}
.sitelogo__image {
    max-width: 100%;
}
@media only screen and ( min-width: 768px ) {
    .sitelogo {
        width: 320px;
    }
}

.saiyosite {
    display: block;
    position: absolute;
    top: 13px;
    left: 168px;
    width: 72px;
    margin: 0;
    padding: 0;
}
@media only screen and ( min-width: 768px ) {
    .saiyosite {
        top: 25px;
        left: 350px;
        width: 110px;
    }
}

.nav-item {
    text-align: center;
}

.nav-link {
    color: #000 !important;
    display: inline-block;
    padding: 0.25em 0.5em !important;
    font-size: 14px;
}

@media screen and (max-width:1170px) {
	.header-nav .nav-item .nav-link {
		width: inherit;
		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 {
        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;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 9px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 17px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 6px;
	}
	.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 {
        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;
        color: #a1a1a1 !important;
        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 {
		color: #809aa1 !important;
		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;
	}
}
@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;
    }
}

.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: 15px;
    }
    .nav-link--facebook > span {
        display: none;
    }
    .nav-link--facebook > i {
        font-size: 24px
    }
}

/* --------------------------------------------------------
    @ footer
-------------------------------------------------------- */

.footer {
    margin: 0;
    padding: 0;
    background: #E9ECEF;
    color: #7F7F7F;
}

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

.footer__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap row;
    margin: 0 auto;
    padding: 15px 0;
    list-style: none;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    max-width: 480px;
}
.footer__item {
    flex: 0 0 100%;
}
@media only screen and (min-width:768px) {
    .footer__item {
        flex: 0 0 33%;
    }
}

.footer__link {
    display: block;
    margin: 0;
    padding: 7.5px 0;
    font-size: 15px;
    font-weight: normal;
    color: #000;
}
.footer__link:hover {
    opacity: 0.65;
}
@media only screen and (min-width:768px) {
    .footer__link {
        padding: 0;
        border-left: #000 1px solid;
    }
    .footer__item:nth-child(1) .footer__link {
        border-left: transparent 1px solid;
    }
}

.footer__copyright {
    margin: 0;
    padding: 13px 0 10px;
    font-size: 13px;
    text-align: center;
	color: #000;
}

.footer__sns {
    margin: 0;
    padding: 20px 0;
    background: #4e7280;
    text-align: center;
}
.footer__sns__text {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.footer__sns__link {
    display: block;
    margin: 0;
    padding: 0;
}
.footer__sns__link:hover {
    opacity: 0.65;
}

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

.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: 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 a:hover {
        background: #3d6170;
    }
		#page-top {
		bottom: 10px;
		right: 0;
	}
}
/*************************************************
    @ 利用規約
**************************************************/
.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 h2 {
    border-bottom: 1px dotted #999;
}

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

.pri_btn {
    text-align: center;
}