/**
Theme Name: theme_ukihastorys
Theme URI: 
Description: うきはしごとオリジナルテーマ
Author: QLOKO DE SIGN
Author URI: https://qloko.co.jp
Version: 1.0
*/
/**********************************************
				font
**********************************************/
/**
font-family: "yu-gothic-pr6n", sans-serif;
font-weight: 400;
font-style: normal;
**/
@font-face {
  font-family: "GARAIT";
	src: url('font/GARAIT.woff2') format('woff2'),
  url('font/GARAIT.woff') format('woff'),
  url('font/GARAIT.ttf') format('truetype'),
  url('font/GARAIT.eot') format('embedded-opentype');
}
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
	display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
	display: none;
}
* {
    box-sizing: border-box;
} 
/*********************************************************
					reset
*********************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 1px;
}
body {
	color: #262626;
	font-size: 16px;
	font-family: "游ゴシック体 Pr6N M","Yu Gothic Pr6N M",-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-weight: 500;
	line-height: 1.5em;
	width: 100%;
	position: relative;
    background-color: #f7f7f7;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	-webkit-text-size-adjust: 100%;
}
/* リンク */
a:link {
	text-decoration: none;
	color: #4C4C4C;
}
a:visited {
	text-decoration: none;
	color: #4C4C4C;
}
a:hover {
	text-decoration: none;
	color: #999999;/* */
}
a:active {
	text-decoration: none;
	color: #4C4C4C;/* */
}
.aligncenter {
	text-align: center;
}
.center {
	text-align: center;
}
img {
    max-width: 100%;
    height: auto;
}
.sp {
    display: none;
}
/** error **/
.error_txt01 {
	text-align: center;
	margin: 100px auto 100px;
	font-size: 96px;
}
.error_txt02 {
	text-align: center;
}
.error_txt03 {
	text-align: center;
	margin: 40px auto;
	text-decoration: underline;
}

/**********************************************
				clearfix
**********************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */ 
.clear {
	clear: both;
}
/**********************************************
				animation
**********************************************/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

/**********************************************
				header
**********************************************/
#header {
	position: absolute;
	z-index: 9;
	display: flex;
	margin: auto;
	padding: 40px 0 0;
    width: 100%;
}
.hd_logo {
	padding-left: 4.58%;
    position: fixed;
    z-index: 998;
}
.hd_logo .before {
    visibility: hidden;
}
.hd_logo .after {
    visibility: visible;
	position: absolute;
	right: 0;
    top: 0;
}
.hd_logo .before {}
.toppage .invert .hd_logo .before {
	visibility: hidden;
}
.toppage .invert .hd_logo .after {
    visibility: visible;
}
.hd_sns {
	position: absolute;
	top: 175px;
	right: 49px;
	text-align: center;
}
.hd_sns li {
	line-height: 0;
	margin-bottom: 30px;
    position: relative;
    z-index: 9;
}
.hd_sns li .sns_b {
	display: none;
}
.single .hd_sns li .sns_w {
    display: none;
}
.single .hd_sns li .sns_b {
    display: inline-block;
}
.hd_nav {
	display: flex;
	margin-left: auto;
    padding-top: 20px;
    padding-right: 8.18%;
}
.hd_nav li {
	margin-right: 55px;
}
.hd_nav li a {
    font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B";
	font-size: 18px;
}
.home .hd_nav li a {
    color: #fff;
}
.home .hd_nav li a:hover {
    color: #333;
    transition: 0.5s;
}
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -40%;
	width:26.67%;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 26.67%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav .ul01 {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav .ul01 li {
    font-size: 17px;
    line-height: 2.5em;
    white-space: nowrap;
}
#g-nav .ul02 li {
	font-size: 15px;
	list-style: disc outside;
}
#g-nav .ul01 li ul {
	padding-left: 2.5em;
}
#g-nav .ul03 {
	display: flex;
	margin: 20px 0 20px;
}
#g-nav .ul03 li {
	width: 19px;
	margin-right: 1.5em;
}
#g-nav li a {
	color: #333;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	width: 60px;
    height:60px;
	cursor: pointer;
	background:#fff;
    z-index: 9999;
    border-radius: 50%;
    position: fixed;
    right: 30px;
}
.invert2 .openbtn,
.archive .openbtn {
    background-color: #262626;
}
.toppage .invert .openbtn {
    background-color: #262626;
}
.openbtn.active,.openbtn:hover {
	background-color: #262626;
    transition: 0.3s;
}

/*ボタン内側*/

.openbtn span {
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 20px;
    height: 1px;
	background-color: #666;
}
.invert2 .openbtn span,
.archive .openbtn span {
    background-color: #fff;
}
.toppage .invert .openbtn span {
    background-color: #fff;
}
.openbtn.active span,.openbtn:hover span {
    background-color: #fff;
}

.openbtn span:nth-of-type(1) {
	top:24px;
  	width: 35%;
}

.openbtn span:nth-of-type(2) {
	top:33px;
  	width:35%;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 22px;
    left: 20px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}

.openbtn.active span:nth-of-type(2) {
    top: 34px;
    left: 20px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}

@media screen and (max-width:1365px){
    .hd_nav li {
        margin-right: 25px;
    }
    .hd_nav li a {
        font-size: 14px;
    }
    .hd_logo {
        padding-left: 2.5%;
    }
    .hd_logo img {
        width: 150px;
    }
}
@media screen and (max-width:935px){
    .hd_nav {
        display: none;
    }
    #g-nav {
        width: 100%;
        right: -120%;
    }
    #g-nav.panelactive #g-nav-list {
        width: 100%;
    }
    .hd_sns {
        display: none;
    }
}

/**********************************************
				content
**********************************************/
#wrap {
}
.main_img {
	line-height: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.main_img img {
	width: 100%;
	height: auto;
}
/**********************************************
				footer
**********************************************/
#footer {
	text-align: center;
	padding-top: 125px;
    padding-bottom: 45px;
}
.ft_txt01 a {
    background-image: url("images/common/ft_list_icon_001.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
	font-size: 18px;
}
.ft_txt02 {
	font-size: 13px;
	margin-top: 30px;
}
.copy {
	font-size: 13px;
	margin-top: 10px;
}
.gotop {
	right: 7.29%;
	line-height: 0;
    z-index: 999;
}

/**********************************************
トップページ **/
.top_txt_01 {
    font-size: 18px;
	text-align: center;
	line-height: 2em;
	margin-top: 60px;
}
.top_box_01 {
	display: flex;
	width: 1200px;
	margin: 140px auto 0;
	justify-content: space-between;
}
.top_box_01_01 {
	background-color: #fff;
	width: 575px;
	text-align: center;
	position: relative;
	padding: 45px 37.5px 35px;
}
.top_box_01_01 .link_01 a::after {
    content: "";
    background-image: url("images/top/arrow-01.svg");
    background-repeat: no-repeat;
    width: 14px;
    height: 8.5px;
    display: inline-block;
}
.top_box_01_01 .illust {
	position: absolute;
	left: 0;
	right: 0;
	top: -76px;
	z-index: 0;
}
.top_box_01_01 .tit {
	position: relative;
	font-size: 30px;
    font-family: "游ゴシック体 Pr6N B";
	line-height: 1;
}
.top_box_01_01 .txt_01 {
	color: #f57e1e;
	font-size: 18px;
	margin-top: 10px;
}
.top_box_01_01.bo .txt_01 {
	color: #49aad1;
}
.top_box_01_01 .txt_02 {
	margin-top: 10px;
}
.top_box_01_01 .flexbox {
	display: flex;
	justify-content: space-between;
	margin: 25px auto 0;
}
.top_box_01_01 .linkbtn a {
    display: block;
    padding-top: 30px;
}
.top_box_01_01.js .linkbtn a {
	width: 230px;
	height: 130px;
	border: 3px #f5b22c solid;
}
.top_box_01_01.bo .linkbtn a {
	height: 130px;
	border: 3px #6bb8cf solid;
}
.top_box_01_01.bo .linkbtn {
	margin-top: 59px;
}
.top_box_01_01 .link_01 {
    margin-top: 30px;
}
.top_box_01_01 .link_01 a {
	display: block;
	font-size: 20px;
	background-color: #f0f0f0;
	line-height: 50px;
}
.top_tit_01 {
	text-align: center;
	font-size: 30px;
	line-height: 1em;
	font-family: "游ゴシック体 Pr6N B";
	padding-top: 105px;
}
.top_tit_02 {
	text-align: center;
	font-size: 30px;
	line-height: 1em;
	font-family: "游ゴシック体 Pr6N B";
	padding-top: 105px;
}
.job_list_box {
	width: 360px;
	margin: 0 30px 50px;
	background-color: #fff;
    font-size: 14px;
}
.job_list_box .img {
	line-height: 0;
}
.job_list_box .inbox {
	padding: 20px 18px 25px;
}
.job_list_box .jtx_01 {
    font-family: "游ゴシック体 Pr6N B";
	font-size: 16px;
	margin-bottom: 15px;
}
.job_list_box .jtx_02 {
	color: #0063aa;
	border-bottom: 1px #ccc solid;
	padding-bottom: 15px;
}
.job_list_box .tb01 {
	width: 100%;
}
.job_list_box .tb01 th, .job_list_box .tb01 td {
	border-bottom: 1px #ccc solid;
	padding: 10px 0;
}
.job_list_box .tb01 th {
    font-family: "游ゴシック体 Pr6N B";
	color: #0063aa;
    text-align: left;
    width: 80px;
}

/**********************************************
求人一覧 **/
.job_list_wrap {
	margin: 65px auto 0;
	width: 1260px;
}
.job_list_wrap .inner,.home .job_list_wrap {
    display: flex;
    flex-wrap: wrap;
}
.job_list_box .img img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}
/** ページネーション **/
.pagination {
	display: flex;
	justify-content: center;
    margin: auto;
}
.page-numbers {
    font-size: 15px;
	background-color: #fff;
	line-height: 30px;
    text-align: center;
	width: 30px;
	display: block;
    margin: 0 5px;
}
.page-numbers:hover {
    background-color: #333333;
	color: #fff;
}
.page-numbers.current {
	background-color: #333333;
	color: #fff;
}
.next.page-numbers {
	background: none;
}
.prev.page-numbers {
	background: none;
}
.search_wrap {
	width: 1000px;
	margin: 50px auto 0;
}
.search_wrap .tit_02 {
    font-family: "游ゴシック体 Pr6N B";
	font-size: 26px;
	line-height: 1em;
}
.search_inner {
	background-color: #fff;
	padding: 40px 60px;
	margin-top: 20px;
	font-size: 18px;
}
.search_btn {
	text-align: center;
    margin-top: 30px;
}
/** 検索ボタン ここから **/
.job-filter { margin-bottom: 20px; }
.filter-options { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-btn {
  cursor: pointer;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #f8f8f8;
  transition: all 0.2s;
}
.filter-btn.active,
.filter-btn:hover { background-color: #b2d0e5; }
.filter-btn input { display: none; }
.filter-submit {
	background-color: #0063aa;
	font-family: "游ゴシック体 Pr6N B";
	color: #fff;
	border: none;
	padding: 8px 50px;
	border-radius: 50px;
	cursor: pointer;
	font-size: 22px;
}
.filter-submit.typesquare_option {
	display: flex;
	align-items: center;
	margin: auto;
}
.filter-submit::before {
    content: "";
    display: block;
    background-image: url("images/job/musimegane.png");
    -webkit-background-size: contain;
    background-size: contain;
    width: 21px;
    height: 21px;
}
.filter-reset { margin-left: 10px; color: #b2d0e5; text-decoration: underline; }
/** 検索ボタン ここまで **/

.search_inner .filter-group {
	display: flex;
	align-items: center;
	border-bottom: 1px #ddd solid;
	padding: 23px 0;
}
.search_inner .filter-group h3 {
    font-family: "游ゴシック体 Pr6N B";
	width: 175px;
}
.ukikatsu-message {
	text-align: center;
	margin-top: 30px;
}

/**********************************************
求人詳細 **/
.datail_box_01 {
	display: flex;
	width: 1000px;
	margin: 0 auto 40px;
	padding-top: 140px;
}
.datail_box_01 .img {
	width: 460px;
	line-height: 0;
	margin-right: 35px;
}
.datail_box_01 .img img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}
.datail_box_01 .right {
	position: relative;
}
.datail_box_01 .tit {
	font-family: "游ゴシック体 Pr6N B";
	font-size: 28px;
	line-height: 1.4em;
}
.datail_box_01 .jtx_01 {
	font-family: "游ゴシック体 Pr6N B";
	font-size: 22px;
	margin-top: 50px;
	margin-bottom: 85px;
}
.datail_box_01 .dl_01 {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.datail_box_01 .dl_01 dt {
	font-family: "游ゴシック体 Pr6N B";
	font-size: 18px;
	background-color: #0063aa;
	color: #fff;
	text-align: center;
	width: 105px;
	line-height: 33px;
	margin-right: 15px;
}
.datail_box_01 .dl_01 dd {
    font-size: 22px;
}
.datail_box_02 {
	width: 1000px;
	margin: 0 auto 25px;
	background-color: #fff;
	padding: 45px 65px 40px;
}
.datail_box_02 .tit_01 {
    font-family: "游ゴシック体 Pr6N B";
	font-size: 26px;
	line-height: 1em;
    color: #0063aa;
    margin-bottom: 30px;
}
.datail_box_02 .tb_01 {}
.datail_box_02 .tb_01 th {
    font-family: "游ゴシック体 Pr6N B";
    font-size: 18px;
	border-right: 1px #b1b1b1 solid;
	width: 165px;
	text-align: left;
	padding: 6px 0;
}
.datail_box_02 .tb_01 td {
    font-size: 18px;
    line-height: 1.5em;
	padding: 6px 0 6px 30px;
}
.backlist {
	margin-top: 100px;
}
.backlist a {
	display: block;
	margin: auto;
	width: 300px;
	text-align: center;
	border: 1px #ccc solid;
	line-height: 50px;
	background-color: #fff;
}
.form_btn {
	text-align: center;
	margin-top: 50px;
}
.form_btn a {
	background-color: #0063aa;
	font-family: "游ゴシック体 Pr6N B";
	color: #fff;
	border: none;
	padding: 8px 50px;
	border-radius: 50px;
	cursor: pointer;
	font-size: 22px;
	display: inline-block;
	align-items: center;
	margin: auto;
	line-height: 50px;
}
.form_btn a:hover {
    opacity: 0.7;
    transition: 0.3s;
}