@charset "utf-8";

/*res start　1024px*/
@media screen and (max-width: 1024px) {
    body, input, textarea, td, th {
		font-size: 1.5vw;
	}
	img {
		max-width: 100%;
		height: auto;
	}
    a:hover{text-decoration: none;}
}/*res end　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    body, input, textarea, td, th {
		font-size: 2vw;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {

    body, input, textarea, td, th {
		font-size: 3.3vw;
	}

	#tinymce .alignright, #tinymce img.alignright, .section .alignright, .section img.alignright,
	#tinymce .alignleft, #tinymce img.alignleft, .section .alignleft, .section img.alignleft {
		float: none;
		margin-left: 0;
		margin-bottom: 15px;
		text-align: center;
		display: inline-block;
		width: 100% !important;
	}

	.wp-pagenavi a, .wp-pagenavi span {
		display: inline-block;
	}

	.section {
		word-break: break-all;
	}

	.topics_item img {
		margin-bottom: 1em;
	}

	/* 電話番号のリンクイベント */
	a[href^="tel:"] {
/*		color: #4da6ff;*/
		pointer-events: auto;
	}
}/*res end 480px*/

/* --------------------------------------------
   【header】
-------------------------------------------- */
/*res start　1460px*/
@media screen and (max-width: 1460px) {
    .hdr{
    }
}/*res end 1460px*/

/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    .hdr{
    }
    .hdr_cnt{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hdr_btn_link_wrap{
		margin-top: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
    .hdr_btn_link_wrap::before{
        content: none;
    }
    .hdr_btn_link_first{
        width: 48%;
    }
    .hdr_btn_link_second{
        width: 48%;
    }
    a.hdr_btn_link01{
        width: 100%;
    }
    a.hdr_btn_link02{
        width: 100%;
    }
    .headerLogo{
        width: 100%;
		/*padding: .5em 0 1em;*/
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-align-items: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .hdr_sub_cnt{
        width: 100%;
    }
    .hdrMain {
        padding-top: 2.5em;
    }

    .hdrMain-form-select {
        font-size: 0.7em;
    }

    .hdrMain-title-iwaikin {
        right: 1em;
    }

    .offerList-wrap {
        margin-top: 18em;
    }
	/* モバイルメニュー */
	.hdr_slidemenu {
		opacity: 0;
		position: fixed;
		height: 100%;
		overflow-y: auto;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: #fff;
		-webkit-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		z-index: -1;
	}
	/* オープン時 */
	.hdr_slidemenu.select {
		opacity: 1;
		width: 100%;
/*
		right: 0;
		-webkit-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
*/
		z-index: 100001;	/*追従するモバイルロゴより上に*/
	}

    .hdr_slidemenu_logo_img img{
        width: 236px;
    }

	.hdr_slidemenu a {
		color: #333;
	}
	.hdr_slidemenu_nav li {
		padding: .3em;
		border-bottom: 1px dotted #999;
	}
	.hdr_slidemenu_nav li a {
		padding: .5em;
		font-size: .9em;
		display: block;
	}
	.hdr_slidemenu_nav li a::before {
		content: ">";
		margin-right: .5em;
		display: inline-block;
		-webkit-transform: scaleX(.5);
		    transform: scaleX(.5);
	}

	/* モバイルメニュー */
	.menuTitle {
		font-size: .6rem;
		letter-spacing: -1px;
	}
	.menu_bar {
		cursor: pointer;
        color: #000;
	}
	.menu_bar.select {
		color: #333;
		position: relative;
		background-color: #fff;
	}
	/* モバイルメニュー 追従 */
	.hdrLogo.scroll,
	.headerLogo.scroll {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		z-index: 100000;
		padding-left: 1em;
		padding-right: .5em;
	}

	/* モバイル お問い合わせ */
	.contact_area li {
        width: 100%;
		background: #009de6;
	}
	.contact_area li:nth-of-type(2) {
		margin-left: auto;
	}
	.contact_area li a {
		padding: 10vw 0 3vw;
		display: block;
		color: #fff;
		border-right: 1px solid #fff;
		font-weight: bold;
	}
	.hdr_slidemenu .contact_area li a {
		padding: 5vw 0;
	}
	.contact_area li.contact_area_tel a {
		background: url(../images/hdr_phone.svg) center 2vw / 4vw no-repeat;
	}
	.contact_area li.contact_area_web a {
		background: url(../images/hdr_mail.svg) center 3vw / 6vw no-repeat;
	}
	.contact_area li a:hover {
		opacity: .7;
	}


	.hdrNavRes{
		display: block;
		clear: both;
		border-bottom: 1px dotted #aaa;
		position: relative;
		top:0;
		right:0;
		left:0;
		z-index: 9999;
	}
	.hdrNavRes.selected{
		position: fixed;
	}

	.hdrNavRes.selected li,
	.hdrNavRes.selected a,
	.hdrNavRes.selected span{
		font-size: 0.8em;
		padding: 10px;
		height: auto;
	}

	.hdrNavRes.selected li {
		padding: 0;
	}

	.hdrNavRes.accordion > li > ul.innerMenu a {
		font-size: 1rem;
	}

	.hdrNavRes.selected i {
		font-size: 1.5em;
	}

	.hdrNavRes li{
		width: 25%;
		height: 70px;
		display: block;
		float: left;
	}
	.hdrNavRes li:last-child{
		border-right: none;
	}
	.hdrNavRes li a {
		width: 100%;
		height: 70px;
		display: block;

		color:#999;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		padding-top:12px;
	}

	.hdrNavRes li a:hover,
	.hdrNavRes li span:hover {
		text-decoration: none;
	}

	/*  ▼　アコーディオンメニュー設置  */
	ul.accordion a {
	}
	ul.accordion span {
		display:block;
		font-weight:bold;
		padding-top:12px;
		font-size: 14px;
		text-align: center;
		height: 70px;
		width: 100%;
	}
	ul.accordion ul {
		display:none;
	}
	ul.accordion > li {
	}
	ul.accordion > li > p {
		cursor:pointer;
	}
	.hdrNavRes.accordion > li > ul.innerMenu {
		left: 0;
		position: absolute;
		width: 100%;
	}
	.hdrNavRes.selected > li > ul.innerMenu {
		position: fixed;
		height: 100%;
		overflow: auto;
	}
	.hdrNavRes.accordion > li > ul.innerMenu > li {
		float: none;
		height: auto;
		width: 100%;
		border-bottom:none;
		background-color: #555;
	}
	.hdrNavRes.accordion > li > ul.innerMenu > li:last-child {
		border-bottom:1px dotted #aaa;
	}
	.hdrNavRes.accordion > li > ul.innerMenu > li > a {
		height:auto;
		text-align: left;
		padding-left:20px;
		padding-top:8px;
		color:#fff;
	}
	.hdrNavRes.accordion > li > ul.innerMenu > li > a:before {
		content: "";
		display: inline-block;
		margin-right: 5px;
	}
	/*  ▲　アコーディオンメニュー設置  */

	.hdrNavRes.selected + .both {
		height: 80px;
	}
	
	.hdrLine-link a.hdrLine-list {
		margin-right: 4em;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .hdr{
        font-size: 3.3vw;
    }
    .hdrLogo_img img{
        width: 50%;
    }
    .hdrMain-title {
        font-size: 1em;
    }

    .hdrMain::after {
        height: 54em;
    }

    .hdrMain-title-iwaikin {
        font-size: 0.8em;
        bottom: 6em;
    }

    .offerList-wrap {
        width: 100%;
        margin-top: 13em;
    }

    a.offerList-item {
        width: 14em;
    }
    .hdr_slidemenu_logo_img img{
        width: 50%;
    }
    /* 下層ヘッダー */
    .hdrLine-inner{
        font-size: .75em;
    }
	.hdrLine-link a.hdrLine-list {
		font-size: 1.25em;
	}


    /* モバイル お問い合わせ */
	.contact_area li {
        width: 50%;
	}
}/*res end 480px*/

/* --------------------------------------------
   【sidebar】
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	.searchBlock {
		margin: 5% 0;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
}/*res end 480px*/

/* --------------------------------------------
   【footer】
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	/* ページトップ */
	.pagetop {
		right: .5em;
		bottom: .5em;
	}

    /* アイコンの大きさはここのfont-sizeを変更 */
    .pagetop {
        /* .fa-2x */
        font-size: 2em;

        /* .fa-stack */
    /*	position: relative;*/
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle;
    }

	.pagetop::before
	, .pagetop::after {
		/* .fa */
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	/* アイコンの下側。
	 * colorで色を変更可能。基本は丸。他の形の場合は、awesomefontのサイト参照し、文字コードを変更。
	*/
	.pagetop::before {
		color: #0068b6;

		/* .fa-circle */
		content: "\f111";

		/* .fa-stack-1x, .fa-stack-2x */
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;

		/* .fa-stack-2x */
		font-size: 2em;
	}


	/* アイコンの上側。
	 * colorで色を変更可能。
	 * 基本は上向き角。他の形の場合は、awesomefontのサイトを参照し、文字コードを変更。
	*/
	.pagetop::after {
		/* .fa-inverse */
		color: #fff;

		/* .fa-angle-up  */
		content: "\f106";

		/* .fa-stack-1x, .fa-stack-2x */
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;

		/* .fa-stack-1x */
		line-height: inherit;
	}
/*
    .pagetop_tab {
        font-size: 40px;
		width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #008fd1;
        color: #fff;
        text-align: center;
        line-height: 30px;
	}
    .pagetop_tab .fa{
        line-height: 0 !important;
    }
*/

	.pagetop {
		/* .fa-lg */
		font-size: 1.33333333em;
	}
		/* imgタグを消す */
		.pagetop * {
			display: none;
		}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .ftrLogo-wrap {
        display: block;
    }

    .ftrLogo {
        margin-right: 0;
    }

    .copy {
        margin-top: 1em;
    }
}/*res end 480px*/

/* --------------------------------------------
   index
-------------------------------------------- */
/*res start　1280px*/
@media screen and (max-width: 1280px) {
}/*res end 1280px*/

/*res start　1024px*/
@media screen and (max-width: 1024px) {
    /* 共通 */
    /* アルバイト・パート・正社員・派遣の仕事をさがす */
    .searchHome-box__title {
        font-size: 1.1em;
    }

    /* 条件からさがす */
    /* フリーワード検索 */
    /* ピックアップ */
    /* 新着求人 */
    /* 新着求人 */
    /* コンバージョン */
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    /* 共通 */
    /* アルバイト・パート・正社員・派遣の仕事をさがす */
    .searchHome-cnt {
        display: block;
    }

    .searchHome-primary {
        width: 100%;
    }

    .searchHome-secondary {
        width: 100%;
    }

    .searchHome-secondary-inner {
        padding: 1em;
    }

    .searchHome-secondary-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .searchHome-secondary-list__item {
        width: 33%;
    }

    .searchHome-secondary-list__item:first-of-type {
        margin-top: 0.85714em;
    }

    /* 条件からさがす */
    .filteringhHome-form-select {
        width: 12em;
    }

    /* フリーワード検索 */
    /* ピックアップ */
    .pickupHome-box {
        width: 100%;
    }

    /* 新着求人 */
    /* 新着求人 */
    /* コンバージョン */
    .conversionArea-staff {
        font-size: 1.5em;
    }

    .conversionBnr-sns {
        font-size: 0.7em;
    }
	/* SNSボタン */
	.snsText::after {
		content: none;
	}
	.sns {
		margin: 0 auto;
		text-align: center;
	}
	.sns ul {
		list-style: outside none none;
		margin: 0 auto 2% -2%;
	}
	.sns li {
		float: left;
		margin-bottom: 2%;
		margin-left: 1%;
		width: 32%;
	}
	.sns li a {
		border-radius: 6px;
		color: #fff;
		display: block;
		font-size: 75%;
		padding: 10px 2px;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	}
	.sns li:nth-child(4n) {
		margin-right: 0;
	}
	.sns li a:hover {
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-transform: translate3d(0px, 5px, 1px);
		transform: translate3d(0px, 5px, 1px);
	}
	.sns .twitter a {
		background: #00acee none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #0092ca;
		        box-shadow: 0 5px 0 #0092ca;
	}
	.sns .twitter a:hover {
		background: #0092ca none repeat scroll 0 0;
	}
	.sns .facebook a {
		background: #3b5998 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #2c4373;
		        box-shadow: 0 5px 0 #2c4373;
	}
	.sns .facebook a:hover {
		background: #2c4373 none repeat scroll 0 0;
	}
	.sns .googleplus a {
		background: #db4a39 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #ad3a2d;
		        box-shadow: 0 5px 0 #ad3a2d;
	}
	.sns .googleplus a:hover {
		background: #ad3a2d none repeat scroll 0 0;
	}
	.sns .hatebu a {
		background: #5d8ac1 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #43638b;
		        box-shadow: 0 5px 0 #43638b;
	}
	.sns .hatebu a:hover {
		background: #43638b none repeat scroll 0 0;
	}
	.sns .line a {
		background: #25af00 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #219900;
		        box-shadow: 0 5px 0 #219900;
	}
	.sns .line a:hover {
		background: #219900 none repeat scroll 0 0;
	}
	.sns .pocket a {
		background: #f03e51 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #c0392b;
		        box-shadow: 0 5px 0 #c0392b;
	}
	.sns .pocket a:hover {
		background: #c0392b none repeat scroll 0 0;
	}
	.sns .rss a {
		background: #ffb53c none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #e09900;
		        box-shadow: 0 5px 0 #e09900;
	}
	.sns .rss a:hover {
		background: #e09900 none repeat scroll 0 0;
	}
	.sns .feedly a {
		background: #87c040 none repeat scroll 0 0;
		-webkit-box-shadow: 0 5px 0 #74a436;
		        box-shadow: 0 5px 0 #74a436;
	}
	.sns .feedly a:hover {
		background: #74a436 none repeat scroll 0 0;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    /* 共通 */
    .secBase-home-inner {
        padding: 1em;
    }

    /* アルバイト・パート・正社員・派遣の仕事をさがす */
    .searchHome-inner {
        padding-left: 1em;
        padding-right: 1em;
    }

    .searchHome-primary {
        padding-left: 1em;
        padding-right: 1em;
    }

    .searchHome-box {
        width: 49%;
    }

    .searchHome-secondary-list__item {
        width: 49%;
        font-size: 1.15em;
    }

    /* 条件からさがす */
    .filteringhHome-accordion-cnt {
        padding: 1em;
    }

    .filteringhHome-form-definition {
        display: block;
    }

    .filteringhHome-form-definition dt {
        width: 100%;
    }

    .filteringhHome-form-definition dd {
        width: 100%;
        margin-top: 1em;
        padding-left: 0;
    }

    .filteringhHome-form-select-after {
        padding-right: 0;
        margin-top: 1em;
    }

    .filteringhHome-form-list::before {
        width: 33%;
    }

    .filteringhHome-form-list::after {
        width: 33%;
    }

    .filteringhHome-form-list__item {
        width: 33%;
    }

    .filteringhHome-form-list-wrap {
        display: block;
    }

    .filteringhHome-form-list-self {
        width: 100%;
    }

    .filteringhHome-form-list-self .filteringhHome-form-list__item {
        width: 33%;
    }

    .filteringhHome-form-list-merit {
        width: 100%;
    }

    .filteringhHome-form-list-merit .filteringhHome-form-list__item {
        width: 33%;
    }

    .conditionsForm-submit-wrap {
        font-size: 0.9em;
    }

    /* フリーワード検索 */
	.freeSearch-home-wrap {
		margin-top: 0;
	}
	
    .freeSearch-home {
        display: block;
    }

    .freeSearch-home-image {
        width: 100%;
    }

    .freeSearch-home-cnt {
        width: 100%;
    }

    .freeSearch-home-cnt-form {
        padding: 0.7em;
    }

    .freeSearch-home-cnt-text03 {
        font-size: 1.3em;
    }

    /* ピックアップ */
    .pickupHome-box-secondary {
        font-size: 0.85em;
    }

    /* 新着求人 */
    .arrivalsHome-detail {
        position: static;
        text-align: center;
    }

    /* 新着求人 */
    .arrivalsHome-box-cnt {
        font-size: 0.9em;
    }

    /* コンバージョン */
    .conversionArea-staff::before,
    .conversionArea-staff::after {
        font-size: 0.65em;
    }

    .conversionArea-staff::before {
        left: 0;
    }

    .conversionArea-staff::after {
        right: 0;
    }

    .conversionBnr-wrap {
        display: block;
    }

    .conversionBnr-sns {
        width: 100%;
        font-size: 1em;
    }

    .conversionBnr-ad {
        width: 100%;
        margin-top: 1em;
    }

}/*res end 480px*/

/* ---------------------------------------------------------
   【レイアウト】
--------------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.widthBase {
		width: 95%;
		padding: 0;
	}
}

/*res start 768px*/
@media screen and (max-width: 768px) {
	.widthBase {
	}


	.pc {
		display: none;
	}
	.tab {
		display: block;
	}
	.tab_und {
		display: block;
	}

	.tab_ib {
		display: inline-block;
	}
	.tab_und_ib {
		display: inline-block;
	}


	.tab_center { text-align: center !important; }
	.tab_left { text-align: left !important;; }
	.tab_right { text-align: right !important;; }

	.col_tab_reset[class*="col"] {
		margin-right: 2.857142857142857%;
	}

    .col_tab_reset[class*="block"] {
		margin-right: 0%;
	}

	.gm_small .col_tab_reset[class*="col"] {
		margin-right: 1.408450704225352%;
	}

	.col2_tab[class*="col"]:nth-of-type(even),
	.col3_tab[class*="col"]:nth-of-type(3n),
	.col4_tab[class*="col"]:nth-of-type(4n),
	.col5_tab[class*="col"]:nth-of-type(5n),
	.col6_tab[class*="col"]:nth-of-type(6n),
	.col7_tab[class*="col"]:nth-of-type(7n),
	.col8_tab[class*="col"]:nth-of-type(8n) {
		margin-right: 0;
	}

	.col2_tab {
		width: 48.57142857142857%;
	}
	.col3_tab {
		width: 31.42857142857143%;
	}
	.col4_tab {
		width: 22.85714285714286%;
	}

	.gm_small .col2_tab {
		width: 49.29577464788732%;
	}
	.gm_small .col3_tab {
		width: 32.3943661971831%;
	}
	.gm_small .col4_tab {
		width: 23.94366197183099%;
	}

	.col2_tab[class*="block"] {
		width: 50%;
	}
	.col3_tab[class*="block"] {
		width: 33.3%;
	}
	.col4_tab[class*="block"] {
		width: 25%;
	}

	.col_tab_all_reset[class*="col"] {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}/*res end　768px*/

/*res start 480px*/
@media screen and (max-width: 480px) {
	.tab {
		display: none;
	}
	.tab_over {
		display: none;
	}
	.sp {
		display: block;
	}

	.tab_ib {
		display: none;
	}
	.tab_over_ib {
		display: none;
	}
	.sp_ib {
		display: inline-block;
	}


	.sp_center { text-align: center !important; }
	.sp_left { text-align: left !important; }
	.sp_right { text-align: right !important; }


	.col_sp_reset[class*="col"] {
		margin-right: 2.857142857142857% !important;
	}

    .col_sp_reset[class*="block"] {
		margin-right: 0% !important;
	}

	.gm_small .col_sp_reset[class*="col"] {
		margin-right: 1.408450704225352% !important;
	}

	.col2_sp[class*="col"]:nth-of-type(even),
	.col3_sp[class*="col"]:nth-of-type(3n),
	.col4_sp[class*="col"]:nth-of-type(4n),
	.col5_sp[class*="col"]:nth-of-type(5n),
	.col6_sp[class*="col"]:nth-of-type(6n),
	.col7_sp[class*="col"]:nth-of-type(7n),
	.col8_sp[class*="col"]:nth-of-type(8n) {
		margin-right: 0 !important;
	}

	.col2_sp {
		width: 48.57142857142857% !important;
	}
	.col3_sp {
		width: 31.42857142857143% !important;
	}
	.col4_sp {
		width: 22.85714285714286% !important;
	}

	.gm_small .col2_sp {
		width: 49.29577464788732% !important;
	}
	.gm_small .col3_sp {
		width: 32.3943661971831% !important;
	}
	.gm_small .col4_sp {
		width: 23.94366197183099% !important;
	}

	.col2_sp[class*="block"] {
		width: 50% !important;
	}
	.col3_sp[class*="block"] {
		width: 33.3% !important;
	}
	.col4_sp[class*="block"] {
		width: 25% !important;
	}

	.col_sp_all_reset[class*="col"]
	, .gm_small .col_sp_all_reset[class*="col"]
	, .col_sp_all_reset[class*="block"]
	{
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
	}
}/*res end 480px*/

/* ---------------------------------------------------------
   【utility】
--------------------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
	/* （親）フレックスボックス基本設定 */
	.u-flex-t-l {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	/* （親）上から下へ垂直方向に配置 */
	.u-flex-fdc-t-l {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	/* （親）横複数行に配置 */
	.u-flex-fww-t-l {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* （親）親要素の高さいっぱいに配置 */
	.u-flex-ais-t-l {
		-ms-align-items: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-ms-grid-row-align: stretch;
		align-items: stretch;
		height: auto;
	}

	/* （親）クロス軸の中央に配置 */
	.u-flex-aic-t-l {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}

	/* （親）中央に配置 */
	.u-flex-jcc-t-l {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}


	/* （親）等間隔に配置 */
	.u-flex-jcsa-t-l {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	/* （親）最初と最後のアイテムは端に、残りは等間隔で配置 */
	.u-flex-jcsb-t-l {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	/* 最初のメインとなるサイズを元に、幅と高さのプロパティを同じ値に */
	.u-flex-item-fb-half-t-l {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
        max-width: 49%;
	}
	.u-flex-item-fb-full-t-l {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
            max-width: 100%;
	}

	/* 表示優先度 */
	.u-flex-item-o-0-t-l {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.u-flex-item-o-1-t-l {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	/* （親）フレックスボックス基本設定 */
	.u-flex-t {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	/* （親）上から下へ垂直方向に配置 */
	.u-flex-fdc-t {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	/* （親）横複数行に配置 */
	.u-flex-fww-t {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* （親）親要素の高さいっぱいに配置 */
	.u-flex-ais-t {
		-ms-align-items: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-ms-grid-row-align: stretch;
		align-items: stretch;
		height: auto;
	}

	/* （親）クロス軸の中央に配置 */
	.u-flex-aic-t {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}

	/* （親）中央に配置 */
	.u-flex-jcc-t {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	/* （親）等間隔に配置 */
	.u-flex.u-flex-jcsa-t {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	/* （親）最初と最後のアイテムは端に、残りは等間隔で配置 */
	.u-flex-jcsb-t {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	/* 最初のメインとなるサイズを元に、幅と高さのプロパティを同じ値に */
	.u-flex-item-fb-half-t {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
        max-width: 49%;
	}
	.u-flex-item-fb-full-t {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
            max-width: 100%;
	}

	/* 表示優先度 */
	.u-flex-item-o-0-t {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.u-flex-item-o-1-t {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}


	/* アコーディオン */
	.accordion-tab {
		cursor: pointer;
		position: relative;
	}
	.u-hide-tab {
		display: none;
	}

	/* アコーディオン矢印（任意） */
	.accordion-tab::after {
		content: ">";
		-webkit-transform: rotate(90deg);
		    transform: rotate(90deg);
	}

	.accordion-tab.open::after {
		-webkit-transform: rotate(-90deg);
		    transform: rotate(-90deg);
		right: 1.4em;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	/* （親）フレックスボックス基本設定 */
	.u-flex-s {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	/* （親）上から下へ垂直方向に配置 */
	.u-flex-fdc-s {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	/* （親）横複数行に配置 */
	.u-flex-fww-s {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* （親）親要素の高さいっぱいに配置 */
	.u-flex-ais-s {
		-ms-align-items: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-ms-grid-row-align: stretch;
		align-items: stretch;
		height: auto;
	}

	/* （親）クロス軸の中央に配置 */
	.u-flex-aic-s {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}

	/* （親）中央に配置 */
	.u-flex-jcc-s {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	/* （親）等間隔に配置 */
	.u-flex.u-flex-jcsa-s {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	/* （親）最初と最後のアイテムは端に、残りは等間隔で配置 */
	.u-flex-jcsb-s {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	/* 最初のメインとなるサイズを元に、幅と高さのプロパティを同じ値に */
	.u-flex-item-fb-half-s {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
        max-width: 49%;
	}
	.u-flex-item-fb-full-s {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
            max-width: 100%;
	}

	/* 表示優先度 */
	.u-flex-item-o-0-s {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.u-flex-item-o-1-s {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}


	/* アコーディオン */
	.accordion-sp {
		cursor: pointer;
		position: relative;
	}
	.u-hide-sp {
		display: none;
	}

	/* アコーディオン矢印（任意） */
	.accordion-sp::after {
		content: ">";
		-webkit-transform: rotate(90deg);
		    transform: rotate(90deg);
	}

	.accordion-sp.open::after {
		-webkit-transform: rotate(-90deg);
		    transform: rotate(-90deg);
		right: 1.4em;
	}
}/*res end 480px*/


/* ---------------------------------------------------------
   【テキストスタイル】
--------------------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
}/*res end 480px*/

/* ---------------------------------------------------------
   【font-size 13px 100%】
--------------------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
    .f10_tab {font-size:10px;}
    .f11_tab {font-size:11px;}
    .f12_tab {font-size:12px;}
    .f13_tab {font-size:13px;}
    .f14_tab {font-size:14px;}
    .f15_tab {font-size:15px;}
    .f16_tab {font-size:16px;}
    .f18_tab {font-size:18px;}
    .f20_tab {font-size:20px;}
    .f21_tab {font-size:21px;}
    .f22_tab {font-size:22px;}
    .f24_tab {font-size:24px;}
    .f26_tab {font-size:26px;}
    .f28_tab {font-size:28px;}
    .f42_tab {font-size:42px;}
    .f56_tab {font-size:56px;}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .f10_sp {font-size:10px;}
    .f11_sp {font-size:11px;}
    .f12_sp {font-size:12px;}
    .f13_sp {font-size:13px;}
    .f14_sp {font-size:14px;}
    .f15_sp {font-size:15px;}
    .f16_sp {font-size:16px;}
    .f18_sp {font-size:18px;}
    .f20_sp {font-size:20px;}
    .f21_sp {font-size:21px;}
    .f22_sp {font-size:22px;}
    .f24_sp {font-size:24px;}
    .f26_sp {font-size:26px;}
    .f28_sp {font-size:28px;}
    .f42_sp {font-size:42px;}
    .f56_sp {font-size:56px;}
}/*res end 480px*/

/* ---------------------------------------------------------
   【余白】	5px未満は個別に追加
--------------------------------------------------------- */

/*res start　768px*/
@media screen and (max-width: 768px) {
    .mt00_tab {margin-top: 0 !important;}
    .mt05_tab {margin-top: 5px !important;}
    .mt10_tab {margin-top: 10px !important;}
    .mt15_tab {margin-top: 15px !important;}
    .mt20_tab {margin-top: 20px !important;}
    .mt25_tab {margin-top: 25px !important;}
    .mt30_tab {margin-top: 30px !important;}
	.mt40_tab {margin-top: 40px !important;}
	.mt50_tab {margin-top: 50px !important;}
    .ml00_tab {margin-left: 0 !important;}
    .ml05_tab {margin-left: 5px !important;}
    .ml10_tab {margin-left: 10px !important;}
    .ml15_tab {margin-left: 15px !important;}
    .ml20_tab {margin-left: 20px !important;}
    .ml25_tab {margin-left: 25px !important;}
    .ml30_tab {margin-left: 30px !important;}
    .mr00_tab {margin-right: 0 !important;}
    .mr05_tab {margin-right: 5px !important;}
    .mr10_tab {margin-right: 10px !important;}
    .mr15_tab {margin-right: 15px !important;}
    .mr20_tab {margin-right: 20px !important;}
    .mr25_tab {margin-right: 25px !important;}
    .mr30_tab {margin-right: 30px !important;}
    .mb00_tab {margin-bottom: 0 !important;}
    .mb05_tab {margin-bottom: 5px !important;}
    .mb10_tab {margin-bottom: 10px !important;}
    .mb15_tab {margin-bottom: 15px !important;}
    .mb20_tab {margin-bottom: 20px !important;}
    .mb25_tab {margin-bottom: 25px !important;}
    .mb30_tab {margin-bottom: 30px !important;}

    .pt00_tab {padding-top: 0 !important;}
    .pt05_tab {padding-top: 5px !important;}
    .pt10_tab {padding-top: 10px !important;}
    .pt15_tab {padding-top: 15px !important;}
    .pt20_tab {padding-top: 20px !important;}
    .pt25_tab {padding-top: 25px !important;}
    .pt30_tab {padding-top: 30px !important;}
    .pl00_tab {padding-left: 0 !important;}
    .pl05_tab {padding-left: 5px !important;}
    .pl10_tab {padding-left: 10px !important;}
    .pl15_tab {padding-left: 15px !important;}
    .pl20_tab {padding-left: 20px !important;}
    .pl25_tab {padding-left: 25px !important;}
    .pl30_tab {padding-left: 30px !important;}
    .pr00_tab {padding-right: 0 !important;}
    .pr05_tab {padding-right: 5px !important;}
    .pr10_tab {padding-right: 10px !important;}
    .pr15_tab {padding-right: 15px !important;}
    .pr20_tab {padding-right: 20px !important;}
    .pr25_tab {padding-right: 25px !important;}
    .pr30_tab {padding-right: 30px !important;}
    .pb00_tab {padding-bottom: 0 !important;}
    .pb05_tab {padding-bottom: 5px !important;}
    .pb10_tab {padding-bottom: 10px !important;}
    .pb15_tab {padding-bottom: 15px !important;}
    .pb20_tab {padding-bottom: 20px !important;}
    .pb25_tab {padding-bottom: 25px !important;}
    .pb30_tab {padding-bottom: 30px !important;}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .mt00_sp {margin-top: 0 !important;}
    .mt05_sp {margin-top: 5px !important;}
    .mt10_sp {margin-top: 10px !important;}
    .mt15_sp {margin-top: 15px !important;}
    .mt20_sp {margin-top: 20px !important;}
    .mt25_sp {margin-top: 25px !important;}
    .mt30_sp {margin-top: 30px !important;}
    .ml00_sp {margin-left: 0 !important;}
    .ml05_sp {margin-left: 5px !important;}
    .ml10_sp {margin-left: 10px !important;}
    .ml15_sp {margin-left: 15px !important;}
    .ml20_sp {margin-left: 20px !important;}
    .ml25_sp {margin-left: 25px !important;}
    .ml30_sp {margin-left: 30px !important;}
    .mr00_sp {margin-right: 0 !important;}
    .mr05_sp {margin-right: 5px !important;}
    .mr10_sp {margin-right: 10px !important;}
    .mr15_sp {margin-right: 15px !important;}
    .mr20_sp {margin-right: 20px !important;}
    .mr25_sp {margin-right: 25px !important;}
    .mr30_sp {margin-right: 30px !important;}
    .mb00_sp {margin-bottom: 0 !important;}
    .mb05_sp {margin-bottom: 5px !important;}
    .mb10_sp {margin-bottom: 10px !important;}
    .mb15_sp {margin-bottom: 15px !important;}
    .mb20_sp {margin-bottom: 20px !important;}
    .mb25_sp {margin-bottom: 25px !important;}
    .mb30_sp {margin-bottom: 30px !important;}

    .pt00_sp {padding-top: 0 !important;}
    .pt05_sp {padding-top: 5px !important;}
    .pt10_sp {padding-top: 10px !important;}
    .pt15_sp {padding-top: 15px !important;}
    .pt20_sp {padding-top: 20px !important;}
    .pt25_sp {padding-top: 25px !important;}
    .pt30_sp {padding-top: 30px !important;}
    .pl00_sp {padding-left: 0 !important;}
    .pl05_sp {padding-left: 5px !important;}
    .pl10_sp {padding-left: 10px !important;}
    .pl15_sp {padding-left: 15px !important;}
    .pl20_sp {padding-left: 20px !important;}
    .pl25_sp {padding-left: 25px !important;}
    .pl30_sp {padding-left: 30px !important;}
    .pr00_sp {padding-right: 0 !important;}
    .pr05_sp {padding-right: 5px !important;}
    .pr10_sp {padding-right: 10px !important;}
    .pr15_sp {padding-right: 15px !important;}
    .pr20_sp {padding-right: 20px !important;}
    .pr25_sp {padding-right: 25px !important;}
    .pr30_sp {padding-right: 30px !important;}
    .pb00_sp {padding-bottom: 0 !important;}
    .pb05_sp {padding-bottom: 5px !important;}
    .pb10_sp {padding-bottom: 10px !important;}
    .pb15_sp {padding-bottom: 15px !important;}
    .pb20_sp {padding-bottom: 20px !important;}
    .pb25_sp {padding-bottom: 25px !important;}
    .pb30_sp {padding-bottom: 30px !important;}
}/*res end 480px*/

/* ---------------------------------------------------------
   【フロート】
--------------------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.fl.tab_set,
	.fr.tab_set {
		float: none;
	}

	.table01.tab_set th,
	.table01.tab_set td {
		display: block;
		width: 100%;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	.fl.sp_set,
	.fr.sp_set {
		float: none;
	}

	.table01.sp_set th,
	.table01.sp_set td,
	.section th.sp_set,
	.section td.sp_set {
		display: block;
		width: 100%;
	}

}/*res end 480px*/

/* --------------------------------------------
   【mailformpro】
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {

	form#mailformpro dl dt,
	form#mailformpro dl dd {
		font-size: 16px;
	}

	form#mailformpro dl dt {
		float:none !important;
		width:100% !important;
		text-align:left !important;
		padding-bottom:0 !important;
	}

	form#mailformpro dl dd {
		padding-left:10px !important;
		border:none !important;
	}

	form#mailformpro li, form#mailformpro li {
		margin-bottom: .5em;
	}

	div.mailform .mfp {
		padding-left: 0;
	}

	.mailform input, .mailform textarea {
/*		width:95% !important;*/
		margin: 1% 0;
		font-size: 16px;
		display: block;
	}

	.mfp_not_checked,
	.mfp_checked {
		padding: 3% 0.5% 2%;
		font-size: 16px;
	}

	.mailform label > input {
		width: 5% !important;
	}

	dd.mfp_achroma > a {
		display: block;
	}

	form#mailformpro label.mfp_checked,
	form#mailformpro label.mfp_not_checked {
		border: 1px solid #eee;
	}

	div#mfp_phase_confirm h4 {
		font-size: 1rem;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {

	.mailform input, .mailform textarea {
		padding: 4% !important;
		font-size: 18px !important;
	}

	#mfp_overlay_inner {
		width:80% !important;
	}

	.mfp_not_checked,
	.mfp_checked {
		padding: 5% !important;
	}

	form#mailformpro ol li {
		margin-right: 0;
		display: block;
	}

	div.mailform {
		padding: 1em 0;
	}

	div.mailform .mfp {
		padding-left: 0;
	}

	form#mailformpro label,
	form#mailformpro label.mfp_checked{
		display: block;
	}

	table#mfp_confirm_table tr th {
		width:100% !important;
		display:block !important;
		background-color: #DEE1E9 !important;
	}

	table#mfp_confirm_table tr td {
		width:100% !important;
		display:block !important;
		border:none !important;
		background-color:#FFF !important;
	}
    div.mfp_buttons button[type="submit"] {
        font-size: 18px !important;
        padding: 5% 5px!important;
    }

}/*res end　480px*/

/* --------------------------------------------
   Contact Form 7
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	.contact_top {
        font-size: 3vmin;
	}
	.contact_top .fa-mobile {
        font-size: 25px;
        margin-top: -10px;
	}
	form.wpcf7-form input.wpcf7-submit {
	    margin: 0 auto;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	.contact_top {
        font-size: 6vw;
        margin-bottom: 8px;
	}
	form.wpcf7-form input {
        width: 100%;
	}
	a.contact_tel {
        margin-bottom: 5px;
        display: block;
	}
	form.wpcf7-form dl dt {
        float: none;
        font-size: 12px;
        text-align: left;
        width: 100%;
	}
	form.wpcf7-form dl dd {
        border-top: none;
        padding: 10px 5px 20px 0;
	}
	form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox input {
	    width: auto;
	}
	form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
        width: 100%;
        display: block;
	}
	.alertlabel {
        font-size: 1rem;
        padding: 5px 0;
	}
	.wpcf7-form-control-wrap.reason {
	    margin-left: 0;
	}
    form.wpcf7-form input.wpcf7-submit, form.wpcf7-form input.wpcf7-confirm {
        font-size: 18px !important;
        padding: 5% 5px;
    }
}/*res end 480px*/

/* --------------------------------------------
下層共通パーツ
-------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
	h2.entry-title {
		margin-left: 0;
		margin-right: 0;
	}

	h3.entry-title {
		margin-left: 0;
		margin-right: 0;
	}

	.section {
		margin-left: 0;
		margin-right: 0;
	}

}/*res end　768px*/

/* ----------------------------------------------
ブログ
---------------------------------------------- */
/*res start　768px*/
@media screen and (max-width: 768px) {
    .blog_wrap .blog_box {
        height: auto;
    }
    .blog_wrap .more-link {
        position: static;
    }
    .blog_cnt, .blog_sdr {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .blog_sdr .link_box {
        float: left;
        margin-bottom: 20px;
        margin-right: 2%;
        width: 32%;
    }
    .blog_sdr .link_box:last-child {
        margin-right: 0;
    }
}/*res start　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .blog_sdr .link_box {
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
}/*res start　480px*/

/* --------------------------------------------
   お祝い金付き求人
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
    .iwaikin_flow_cnt {
        font-size: 1.5vw;
    }
    .iwaikin_conv_area {
        background-position: 95% 6em;
        background-size: 15em;
    }
    .iwaikin_top_under {
        border: 1.2em solid #FFCC33;
    }
    .iwaikin_top_under_in {
        padding: 1em;
    }
    .iwaikin_flow_num {
        font-size: 1.5vw;
    }

}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
    .iwaikin_top_about dd {
        font-size: 1em;
        padding: 0 1em;
    }
    .iwaikin_top_flow_box {
        width: 49%;
        margin-bottom: 1.5em;
    }
    .iwaikin_flow_cnt {
        font-size: 2.5vw;
        height: 70px;
    }
    .iwaikin_flow_num {
        left: -4%;
        font-size: 2vw;
        max-width: 60%;
    }
    .iwaikin_top_flow_box:last-of-type {
        width: 70%;
        margin: 2em auto 0;
        position: relative;
    }
    .iwaikin_top_flow_box:last-of-type::before {
        content: '▼';
        display: block;
        margin: 0 auto 0;
        text-align: center;
        font-size: 2em;
        position: absolute;
        top: -1.7em;
        left: 0;
        right: 0;
        color: #009fe8;
    }
    .iwaikin_top_flow_box img {
        max-width: 50%;
    }
    .faq dt {
	padding: 0em 3em 0em 0em;
        font-size: 1.1em;
	}
	.faq dd {
	padding: 0;
	}

}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .iwaikin_top_flow_box {
        width: 47%;
    }
    .iwaikin_flow_cnt {
        font-size: 3.5vw;
        height: 60px;
    }
    .iwaikin_flow_num {
        left: -6%;
        font-size: 2.8vw;
    }
    .iwaikin_conv_area {
        background-position: 98% 4em;
        background-size: 10em;
        padding: 1.5em 5em 1.5em 1.5em;
    }

    .faq dt::before {
        display: block;
        margin-bottom: 0.3em;
	}
	.faq dt::before {
        content: 'Q';
        font-size: 2.2em;
        margin-right: 0px;
        line-height: 0.8;
	}
    .faq dt::after {
        width: 20px;
        height: 20px;
    }

}/*res end 480px*/


/* --------------------------------------------
   求人情報
-------------------------------------------- */
@media screen and (max-width: 768px) {
	.section table.table-job.tab_set th {
		width: 100%;
	}
	.job_submit_button.btn_small {
		font-size: 1.2em;
	}
	.job-main_categories_major,
	.job-main_categories_major span.job-label {
		max-width: initial;
		width: 100%;
	}
	.job-main_categories_major {
		margin-bottom: .5em;
	}
	.job-main_categories_small {
		max-width: initial;
	}
}
@media screen and (max-width: 480px) {
	.job-label.lbl-cat {
		min-width: 16vw;
	}
	.job-main_item {
		margin: .5em 0;
		padding-bottom: .5em;
		border-bottom: 1px solid #eee;
	}
}

/* --------------------------------------------
   お祝い金付き求人
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end 1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
	.iwaikin01_cnt {
		width: 65%;
	}
	.iwaikin01_imgWrap {
		width: 35%;
	}
	.iwaikin01_img {
		width: 85%;
	}
	.line02 .iwaikin01_img {
		width: 80%;
	}
	.iwaikinFlow_box {
		width: 30%;
		margin-bottom: 5%;
	}
	.iwaikinFlow_box:last-of-type {
		margin-right: 2.6%;
	}
	.iwaikinFlow_step7 {
		width: 75%;
	}
	.faqWrap {
		width: 100%;
	}
	.iwaikinatention_wrap {
		width: 80%;
	}
	.faq-categories__main__list__item button {
		font-size: 1em;
	}
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
	.iwaikin01_cnt {
		width: 100%;
	}
	.iwaikin01_txt {
		font-size: 1.3em;
	}
	.iwaikin01_icon {
		width: 90%;
	}
	.iwaikin01_imgWrap {
		width: 100%;
		margin-top: 5%;
	}
	.iwaikin01_img {
		width: 50%;
	}
	.line02 .iwaikin01_img {
		width: 47%;
	}
	.iwaikinFlow_wrap {
		margin-top: 20%;
		margin-bottom: 3.5em;
	}
	.iwaikinFlow_title {
		font-size: .8em;
	}
	.iwaikinFlow_box {
		width: 45%;
	}
	.iwaikinFlow_step7 {
		width: 100%;
	}
	.faqWrap {
		font-size: .8em;
	}
	.iwaikinatention_wrap {
		width: 100%;
	}
	.faq-categories__main__list__item button {
		font-size: 1.125em;
	}
}/*res end 480px*/


/* --------------------------------------------
   掲載をお考えの企業様へ
-------------------------------------------- */
/*res start　1024px*/
@media screen and (max-width: 1024px) {
    /* 共通 */
    /* 広島特化型！ ユニバーサルの求人広告システムは2種類！ */
    .advertisement-main {
        font-size: 1.1vw;
    }
    
    /* 掲載課金 */
    /* 掲載申し込みから掲載までの流れ */
    /* 求人情報を4つの媒体でご掲載！ */
    /* ユニバーサル本誌掲載サイズ・掲載料金一覧 */
    /* 採用課金 */
    /* 採用課金の流れ */
    /* 採用・お支払いまでの流れ */
    /* 手間を省いて求人スタート！ */
    /* BOXセット内容 */
    .box-set-item-image {
        min-height: 10em;
    }
    
}

/*res end　1024px*/
/*res start　768px*/
@media screen and (max-width: 768px) {
    /* 共通 */
    /* 広島特化型！ ユニバーサルの求人広告システムは2種類！ */
    .advertisement-main {
        font-size: inherit;
    }

    .advertisement-main-box-wrap {
        display: block;
    }

    .advertisement-main-box {
        width: 100%;
    }

    .advertisement-main-box:first-of-type {
        border-right: 0;
        margin-top: 1em;
        padding-right: 0;
    }

    .advertisement-main-box:last-of-type {
        margin-top: 2em;
        padding-left: 0;
    }
    
    /* 掲載課金 */
    
    .posting-paying-exclamation-list__item {
        font-size: 1.5em;
    }
    
    /* 掲載申し込みから掲載までの流れ */
    .advertisement-flowBox-primary {
        padding-left: 5em;
    }
    
    /* 求人情報を4つの媒体でご掲載！ */
    .advertisement-mediaBox-wrap {
        font-size: 1.5vw;
    }
    
    /* ユニバーサル本誌掲載サイズ・掲載料金一覧 */
    .size-paying-list__title-large {
        font-size: 2em;
    }
    
    /* 採用課金 */
    .recruit-plan-box-inner {
        padding-left: 1em;
        padding-right: 1em;
    }
    
    /* 採用課金の流れ */
    .advertisement-flowBox-wrap--recruit {
        font-size: 1.3vw;
    }

    .advertisement-flowBox-wrap--recruit .advertisement-flowBox-primary {
        padding-left: 10em;
    }

    .advertisement-flowBox--arrow::after {
        height: 76.25em;
    }
    
    /* 採用・お支払いまでの流れ */
    /* 手間を省いて求人スタート！ */
    /* BOXセット内容 */
    .box-set-item-wrap {
        font-size: 1.3vw;
    }

    .box-set-item {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .box-set-item-image {
        min-height: 13em;
    }

    .box-set-item-desc {
        margin-bottom: 1em;
    }

    .box-set-item-label {
        margin-top: auto;
    }

    .box-set-area-note {
        padding-right: 8em;
    }
    
}

/*res end　768px*/
/*res start　480px*/
@media screen and (max-width: 480px) {
    /* 共通 */
    /* 広島特化型！ ユニバーサルの求人広告システムは2種類！ */
    .advertisement-main {
        font-size: 2.8vw;
    }
    
    /* 掲載課金 */
    .posting-paying-desc {
        font-size: 1.3em;
    }

    .posting-paying-box-wrap {
        display: block;
    }

    .posting-paying-box {
        display: block;
        margin-top: 2em;
        text-align: center;
        width: 100%;
    }
    .posting-paying-box:last-of-type{
        width: 100%;
    }

    .posting-paying-box:not(:last-of-type)::after {
        margin-left: auto;
        margin-right: auto;
        margin-top: 1em;
    }

    .posting-paying-exclamation-list__item:not(:first-of-type) {
        margin-top: 1em;
    }
    
    /* 掲載申し込みから掲載までの流れ */
    .advertisement-flowBox {
        display: block;
        padding-bottom: 1.5em;
        padding-top: 1.5em;
    }

    .advertisement-flow-title {
        font-size: 1.7em;
    }

    .advertisement-flowBox-primary {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
    }

    .advertisement-flowBox-secondary {
        padding: 1em 1em 0;
    }

    .advertisement-flowBox__text {
        font-size: 1.15em;
    }
    
    /* 求人情報を4つの媒体でご掲載！ */
    .advertisement-mediaBox-wrap {
        font-size: 2.8vw;
    }

    .advertisement-mediaBox {
        display: block;
        padding-left: 1em;
        padding-right: 1em;
    }

    .advertisement-mediaBox-primary {
        width: 100%;
    }

    .advertisement-mediaBox-secondary {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1em;
        width: 100%;
    }
    .advertisement-mediaBox-secondary img{
        width: 70%;
    }
    
    /* ユニバーサル本誌掲載サイズ・掲載料金一覧 */
    /* 採用課金 */
    .recruit-charging-desc {
        font-size: 1.2em;
    }

    .recruit-charging-no-paying {
        font-size: 1.7em;
        margin-top: 1em;
    }

    .posting-paying-exclamation-list--recruit .posting-paying-exclamation-list__item-inner {
        font-size: 0.8em;
    }

    .recruit-plan-box {
        padding-top: 1em;
    }

    .recruit-plan-box__image {
        top: -1em;
        width: 49%;
    }
    
    /* 採用課金の流れ */
    .advertisement-flowBox-wrap--recruit {
        font-size: inherit;
    }

    .advertisement-flowBox-wrap--recruit .advertisement-flowBox-primary {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 7em;
    }

    .advertisement-flowBox-wrap--recruit .advertisement-flowBox-secondary {
        padding-left: 7em;
    }

    .advertisement-flowBox-red-circle {
        align-items: center;
        bottom: 0;
        -webkit-box-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        font-size: 0.8em;
        left: 1.375em;
        top: 0;
    }

    .advertisement-flowBox--arrow::after {
        font-size: 0.8em;
        height: 134.8em;
        left: 3.5em;
        top: 70%;
    }

    .advertisement-flowBox__title {
        font-size: 1.5em;
    }

    .advertisement-flow-title--blue-color {
        padding-left: 3em;
    }
    
    /* 採用・お支払いまでの流れ */
    /* 手間を省いて求人スタート！ */
    /* BOXセット内容 */
    .box-set-item-wrap {
        display: block;
        font-size: inherit;
    }

    .box-set-item {
        margin-top: 2em;
        width: 100%;
    }

    .box-set-area__set-title-secondary {
        margin-top: 1.6em;
    }

    .box-set-item-image {
        min-height: auto;
        padding-bottom: 1em;
    }

    .box-set-item-desc {
        font-size: 1.1em;
    }

    .box-set-possible-text {
        line-height: 1.5;
    }

    .box-set-possible-text__black {
        font-size: 2em;
    }

    .box-set-possible-text__blue {
        font-size: 2.75em;
    }
    
}