@charset "utf-8";
/*
Theme Name: みゆきの里採用サイト NEW Theme
Theme URI: miyukinosato.or.jp/recruit/
Description: みゆきの里採用サイト NEW themes
Version: 2.0
Author: kobaishi
Author URI: e-f.co.jp
*/


/*------------------------------------------------------

   common

font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;

-------------------------------------------------------*/

:root {
	--base-color: #333333;
	--main-color: #f06e40;/* corp color*/
	--sub-color:  #105ba9;/* blue */
	
	--font-en: "Hind", sans-serif;
}

body {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
    color: var(--base-color);
	min-width: 1280px;
    padding-top: 145px;
}
body.menu-fix {
	overflow: hidden;
}

.sp {
	display: none !important;
}

input, select, textarea, radio, checkbox, button {
	font-family: 'Noto Sans JP', sans-serif;

}

.inner {
	width: 1230px;
	padding: 0 15px;
	margin:auto;
	position: relative;
}
.inner-in {
	padding: 0 70px;
}

/* off */
.off a {
    cursor: default !important;
    color: #ccc !important;
}


/*------------------------------------------------------

   header style

-------------------------------------------------------*/
#global-header {
	width: 100%;
	min-width: 1280px;
	position: fixed;
	left:0;
	top: 0;
	z-index: 1009;
}
.header-top {
    height: 30px;
	background: #fff;
    padding-right: 15px;
    border-bottom: solid 2px #ccc;
}
.header-nav {
    text-align: right;
}
.header-nav > li {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
	position: relative;
}
.header-nav li a {
    color: #000;
}
.header-nav > li >a {
	padding: 0 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-nav > li:hover >a {
    background: #f06f40;
    color: #fff;
}
.header-nav > li >a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: 3px;
    margin-left: 10px;
    border-top: solid 2px #f06e40;
    border-right: solid 2px #f06e40;
    transform: rotate(135deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-nav > li >a.outlink:after {
    width: 13px;
    height: 13px;
    background: url(./img/cmn/outlink.png) no-repeat;
    background-size: contain;
    transform: rotate(0);
    border: none;
    vertical-align: -1px;
    margin-left: 5px;
}
.header-nav li ul {
    opacity: 0;
    visibility: hidden;
    width: 250px;
    margin-left: -125px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 25px;
    z-index: -10;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-nav li:hover ul {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.header-nav ul li {
    text-align: left;
    border-bottom: solid 1px #ccc;
}
.header-nav ul li a {
    display: block;
    font-size: 13px;
    padding: 10px 30px 10px 10px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-nav ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #f06f40;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-nav ul li a:hover {
	background: #f06e40;
	color: #fff;
}
.header-nav ul li a:hover:after {
    border-color: transparent transparent transparent #fff;
}
.header-main-in {
    height: 90px;
	position:relative;
}
.header-main .miyuki-logo {
    width: 90px;
    position: absolute;
    left: 0;
    top: 0;
}
.header-main .site-title {
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 100px;
}

.header-btns {
    display: flex;
    align-items: center;
    position: absolute;
    right: 90px;
    top: 15px;
}
.header-btns > li {
    text-align: center;
    width: 230px;
    height: 64px;
    margin-left: 20px;
}
.header-btns > li > a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
	border: solid 2px var(--main-color);
    background: var(--main-color);
    border-radius: 1000px;
    position: relative;
}
.header-btns > li.nav02 a {
	color: var(--main-color);
	background: #fff;
}
.header-btns > li > a i {
    color: #fff;
    width: 12px;
    height: 12px;
    margin: 5px auto 0;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(135deg);
    position: absolute;
    right: 35px;
    top: calc(50% - 13px);
}
.header-btns > li.nav02 > a i {
    color: var(--main-color);
}
.header-hidden-nav {
    width: 390px;
    height: calc(100vh - 120px);
    background: #fff;
    padding: 20px;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.header-requirements__list >li {
    display: block;
    text-align: left;
    border-bottom: dotted 1px;
}
.header-requirements__list >li a {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding :10px;
    position:relative;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.header-requirements__list >li a:after {
    content: '';
    display:block;
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top:calc(50% - 3px);
}
.header-requirements__list >li a:hover {
    color: #fff;
    background: var(--main-color);
}

.header-btns li.nav01:hover .header-hidden-nav {
    visibility: visible;
    opacity: 1;
    z-index: 10;
}

/* menu-btn */
.menu-btn {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 1000px;
    box-shadow: 0 0 7px -1px #ccc;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1011;
}
.menu-btn span {
    display: block;
    width: 36px;
    height: 2px;
    border-bottom: solid 2px var(--main-color);
    position: absolute;
    left: 14px;
    transform: rotate(0deg);
    transition: all 300ms ease-in-out 0s;
}
.menu-btn span.t {
	top: 20px;
}
.menu-btn span.m {
	top: 31px;
}
.menu-btn span.b {
	bottom: 20px;
}
.menu-btn.active span.t {
	top: 31px;
	transform: rotate(-45deg);
}
.menu-btn.active span.m {
	width: 0;
}
.menu-btn.active span.b {
	bottom: 31px;
	transform: rotate(45deg);
}


#mainNavWrap {
	color: #fff;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	overflow-y: scroll;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1010;
}
#mainNavWrap.active {
    padding-top: 100px;
    padding-bottom: 50px;
    visibility: visible;
    opacity: 1;
    left: 0;
    background: var(--main-color);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
#mainNavWrap h3 {
	color: #eee;
	font-size: 25px;
	font-family: var(--font-en);
}
.mainNav {
	margin-bottom:30px;
}
.sp-nav > li {
	padding: 10px 0;
	border-bottom: dotted 1px #fff;
}
.sp-nav > li:last-child {
	margin-bottom: 0;
}
.sp-nav ul li {
	padding: 10px;
}
.sp-nav li a {
	color: #fff;
	font-size: 13px;
}
.sp-nav ul li:before {
	content: '-';
	margin-right: 10px;
}



/* ----------------------------
   contents
-------------------------------*/
#contents {
	position: relative;
	overflow: hidden;
}
.conBox {
	padding: 70px 0;
	margin-bottom: 70px;
	position:relative;
}

.cmn-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}
.cmn-title.left {
    text-align: left;
}
.cmn-title h2 {
	color: var(--main-color);
    font-size: 80px;
    font-family: var(--font-en);
    font-weight: 500;
    line-height: 1;
}
.cmn-title p {
    font-size: 15px;
    margin-top: 10px;
}
.cmn-desc {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 60px;
}

.cmn-btn {
	margin-top: 50px;
    text-align: center;
}
.cmn-btn a {
    display: inline-block;
    color: #fff;
    background: var(--main-color);
    width: 100%;
    max-width: 300px;
    padding: 15px 0;
    border-radius: 1000px;
    position: relative;
}
.cmn-btn a:after {
    content: '';
    display: inline-block;
    color: #fff;
    width: 10px;
    height: 10px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: calc(50% - 5px);
}

.cmn-btn.blue a {
	background: var(--sub-color);
}


/**/
.job__list {
    display: flex;
    flex-wrap: wrap;
}
.job__list >li {
    width: 31%;
    border: solid 1px;
    border-radius: 10px;
    margin: 100px 0 0 3.5%;
    text-align: center;
    position: relative;
}
.job__list >li:nth-child(3n+1) {
    margin-left: 0;
}
.job__list >li.circle {
    border: none;
    -webkit-animation: loading 20s linear 0s infinite normal;
    -moz-animation: loading 20s linear 0s infinite normal;
    animation: loading 20s linear 0s infinite normal;
}
.job__list >li a {
    display: block;
    padding: 70px 20px 20px;
    color: var(--base-color);
    position: relative;
}
.job__list >li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    padding: 0 20px;
    background: #fff;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.job__list >li .info h3 {
    font-size: 24px;
}
.job__list >li .info p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
}


/*------------------------------------------------
   footer style
--------------------------------------------------*/
#global-footer {
	color: #2f3d45;
    font-size: 13px;
}
#global-footer a {
	color: #2f3d45;
}
.footer-main {
	padding: 70px 0 60px;
	background: #f0efea;
}
.footer-nav {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.footer-nav--block {
    width: 20%;
}
.footer-nav--block-in:first-of-type {
    margin-bottom: 30px;
}
.footer-nav--block h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px;
}
.footer-nav--list > li:not(:last-child) {
    margin-bottom: 10px;
}


.footer-sub .inner {
    height: 70px;
    padding-top: 20px;
}
.footer-sub .cmn-catch {
    position: absolute;
    left: 15px;
}
#copyright {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 20px;
}


/* backtotop */
#backtotop {
	color: #fff;
	font-size: 20px;
	font-weight:bold;
	width: 52px;
	line-height: 52px;
	text-align:center;
	cursor:pointer;
	background: var(--main-color);
	border-radius: 52px;
	visibility: hidden;
	opacity: 0;
	position:fixed;
	right: 10px;
	bottom: 40px;
	z-index: 10;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#backtotop.show {
	visibility: visible;
	opacity: 1;
	bottom: 50px;
}


/* PR */
.requirement-card {
    width: 240px;
    background: #fff;
    border: solid 1px #eee;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1000;
}
.requirement-card-close {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: var(--main-color);
    border-radius: 100px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: -40px;
}
.requirement-card a {
    color: #000;
    display: block;
    padding: 15px;
    font-size: 13px;
}
.requirement-card a .pr {
    font-weight: 600;
    padding: 2px 15px;
    color: #000;
    background: yellow;
    position: absolute;
    left: 0;
    top: 0;
}
.requirement-card a .thumb {
    text-align: center;
    margin-bottom: 10px;
}
.requirement-card a .requirement-job {
    font-size: 12px;
    color: #fff;
    padding: 2px 15px 5px;
    background: #222;
    display: inline-block;
}
.requirement-card a .info {
    margin-top: 10px;
}
.requirement-card a .info .requirement-title {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-left: solid 5px var(--main-color);
}
.requirement-card a .info .requirement-info >li {
    font-size: 12px;
    line-height: 2;
}
.requirement-card a .info .requirement-btn {
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #2a569c;
    padding: 5px 0 7px;
    margin-top: 10px;
}
.requirement-card-slide .swiper-button-next,
.requirement-card-slide .swiper-button-prev {
    background: #eee;
}
.requirement-card-slide .swiper-button-next {
    right: -15px;
}
.requirement-card-slide .swiper-button-prev {
    left: -15px;
}
.requirement-card-slide .swiper-button-next:after,
.requirement-card-slide .swiper-button-prev:after {
    color: var(--main-color);
    font-size: 24px;
    font-weight: bold;
}


/* -----------------------------------

media query

------------------------------------- */
/* 815px 以下 */
@media (max-width: 815px) {

	body {
		min-width: 320px;
		font-size: 13px;
		padding-top: 65px;
	}

	.sp { display: block !important; }
	.pc { display: none !important; }

	.inner{
		width: 100%;
	}
	.inner-in {
		padding: 0;
	}
	#global-header {
		min-width: 100%;
	}

	.header-main-in {
		height: 65px;
	}
	.header-main .miyuki-logo {
		width: 65px;
	}
	.header-main .site-title {
		width: 140px;
		top: 15px;
		left: 75px;
	}
	.menu-btn {
		position: fixed;
	}
	.conBox {
		padding: 50px 0;
	}
	.cmn-title {
		margin-bottom: 40px;
	}
	.cmn-title h2 {
		font-size: 48px;
	}
	.cmn-desc {
		font-size: 14px;
	}
	.cmn-btn a {
		font-size: 15px;
	}

	.post-list li a {
		display: block;
	}
	.post-list li a p {
		display: inline-block;
	}
	.post-list li .post-category {
		width: auto;
	}
	.post-list li .post-title {
		display: block;
		font-weight: 500;
		margin-top: 10px;
	}

	
	.job__list >li {
		width: 48%;
		margin: 50px 0 0 4%;
	}
	.job__list >li:nth-child(3n+1) {
		margin: 50px 0 0 4%;
	}
	.job__list >li:nth-child(2n+1) {
		margin-left: 0;
	}
	.job__list >li .icon {
		height: 80px;
		top: -40px;
	}
	.job__list >li a {
		padding: 40px 20px 20px;
	}
	.job__list >li .info h3 {
		font-size: 16px;
	}
	.job__list >li .info p {
		font-size: 12px;
	}

	.footer-nav--block {
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-sub .inner {
		height: auto;
		padding: 20px 15px;
		text-align: center;
	}
	.footer-sub .cmn-catch {
		position: relative;
		left: auto;
		margin-bottom: 20px;
	}
	#copyright {
		font-size: 12px;
		position: relative;
		right: auto;
		top: auto;
	}

    /* PR */
    .requirement-card {
        left: 15px;
        bottom: 100px;
    }
    .requirement-card a {
        display: flex;
        padding: 10px;
        font-size: 13px;
        justify-content: space-between;
    }
    .requirement-card a .thumb {
        margin-bottom: 0;
        width: 100px;
    }
    .requirement-card a .info {
        margin-top: 0;
        width: 100px;
        margin-left: 10px;
    }
    .requirement-card a .requirement-job {
        font-size: 11px;
        padding: 2px 10px 3px;
    }
    .requirement-card a .info .requirement-title {
        font-size: 13px;
        margin-top: 5px;
        padding-left: 0;
        margin-bottom: 0; 
        border-left: none;
    }

}



/* 360px 以下 */
@media (max-width: 360px) {


	
}