/**
 * Template: snow-monkey
 * Theme Name: Tokuteigino
 * Description: 特定技能ナビのテーマ
 * Author: Nanae Matsumoto, Hiyoshi-IT
 * Version: 0.7.3
 */

/*
 2021.02.06: changed break point from 1025px to 1024px
 
*/

/* light/dark mode */
:root {
	--cell-odd-bgcolor: #eee;
	--cell-h-even-bgcolor: #eaeaea;
	--cell-h-odd-bgcolor: #e0e0e0;
	--cell-h-job-bgcolor: #e4f2f4;
}

/* 2024/12/6 Comment out until dark mode supported
@media (prefers-color-scheme: dark) {
	:root {
		--_color-text: #eee;
		--_background-color: #000;
		--lightest-accent-color: #333;
		--_lightest-color-gray: #444;
		
		--cell-odd-bgcolor: #111;
		--cell-h-even-bgcolor: #202020;
		--cell-h-odd-bgcolor: #101010;
		--cell-h-job-bgcolor: #243234;
	}

	h1, h2, h3, 
	.tokuteigino-h4,
	.c-entries--simple h3.c-entry-summary__title {
		color: inherit !important;
	}
}
*/

/*言語切り替えクラス*/
.ja-obj {
	display: none;
}

.vi-obj {
	display: none;
}

.lang-ja .ja-obj {
	display: block;
}

.lang-vi .vi-obj {
	display: block;
}

/*ここまで*/
/*20190524追記*/
.login-win .tml-field-wrap {
    margin-bottom: 0; 
}

@media (min-width: 40em) {
  .home .c-entries--simple .c-entries__item>a {
    padding: 0;
  }
}

.home .c-entries--simple .c-entries__item, .c-entries--text .c-entries__item {
    border-bottom: none;
}

/*ここまで*/
a {
	color: #5E9CCC;
	transition: color ease 0.3s;
}

a:hover {
    color: #84ccff;
	text-decoration: none;
}

body {
	font-feature-settings: 'palt'1;
	font-family: -apple-system, BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'メイリオ', Meiryo, Verdana, sans-serif !important;
	font-weight: 400;
    font-size: 15px;
    line-height: 1.7em;
}

body.lang-vi {
    font-family: -apple-system, BlinkMacSystemFont, Tahoma, Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif !important;
}

article p {
    text-align: justify;
}

/*TOPページ下の求人検索ボタン*/
.home .mypage-b-box {
    margin: 0px 30px;
    /*!important; */
}

/*ロゴ切り替え*/
.custom-logo {
    background-repeat: no-repeat;
}

.lang-ja .custom-logo {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/05/tgn_logoj_color.svg);
}

.lang-vi .custom-logo {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/tgn_logo_color.svg);
}

/*TOPページスライダー言語切替*/
.slider-ja:lang(ja) {
	display: block;
}

.slider-ja:lang(vi) {
	display: none;
}

.slider-vi:lang(ja) {
	display: none;
}

.slider-vi:lang(vi) {
	display: block;
}

/* breadcrumbs */
.c-breadcrumbs,
.c-breadcrumbs a {
    color: #5E9CCC;
    /*#666;*/
    font-size: 14px;
font-weight: bold;
}

/* spinner */
.c-circle-spinner {
	height: 50px;
	width: 50px;
	border: 8px solid #7dccf3;
	border-top-color: #EC56A8;
}

.c-copyright {
    border-top: none;
    background-color: #757575;
    text-align: center;
    color: #fff;
    padding: 8px 0 15px 0;
}

.c-copyright a {
   color: #fff;
}

.p-footer-sub-nav {
    background: #eee;
    border-top: none;
}

.c-sub-nav .c-navbar__item {
    margin: 0 12px;
    font-size: 14px;
}

.c-sub-nav .c-navbar__item a {
    color: #666;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

h1 {
    font-size: 23px;
    color: #555;
	font-weight: 700;
    border-bottom: 2px solid #999;
    padding: 0 0 6px 0;
    margin: 0 0 20px 0;
}

h1.new {
    margin: 0 auto 16px auto;
    /* changed  margin-left anf margin-right from 0 to auto on 2023.08.16*/
}

h1.new::before {
    content: "NEW";
    display: inline-block;
    font-size: 13px;
    background: #C1272D;
    padding: 2px 6px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

h2 {
    font-size: 22px;
    color: #555;
    font-weight: 500;
    border-left: 6px solid #3E9AC9 !important;
    line-height: 28px;
    padding: 0px 8px;
    /* removed !important on 2023.08.14 */
    margin: 40px 0 20px 0;
    /* removed !important on 2023.08.14 */
    background: none !important;
}

h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 5px 18px !important;
	margin: 30px 0 16px 0;
    /* removed !important on 2023.08.14 */
    border-radius: 10px;
    background: #5da8d3;
    background: -moz-linear-gradient(top, #5da8d3 1%, #3590bf 100%);
    background: -webkit-linear-gradient(top, #5da8d3 1%, #3590bf 100%);
    background: linear-gradient(to bottom, #5da8d3 1%, #3590bf 100%);
}

.h3-pickup {
	padding: 0 !important;
}

.c-entries--simple h3.c-entry-summary__title {
	color: #555;
	background: none;
	border-left: 6px solid #3e9ac9;
	border-radius: 0;
}

.c-entries--simple a:hover {
	color: inherit;
}

.pickup.pickup {
    background: #d94a88;
    background: -moz-linear-gradient(top, #d94a88 0%, #bb317a 100%);
    background: -webkit-linear-gradient(top, #d94a88 0%, #bb317a 100%);
    background: linear-gradient(to bottom, #d94a88 0%, #bb317a 100%);
    color: #ffed00;
    display: inline-block;
    padding: 7px 11px;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Barlow Condensed', sans-serif;
    border-radius: 9px 0 0 9px;
    margin: 0 12px 0 0;
    height: 40px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    color: #3E9AC9;
    margin: 0 0 20px 0;
}

h5 {
    font-size: 19px;
    padding: 3px 0 3px 0;
    color: #ffffff;
    font-weight: 500;
    background: #3394c6;
    box-shadow: 3px 3px 0px #eee;
}

h5::before {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin: 0 6px 0 0;
}

h5:lang(vi) {
    padding: 7px 15px 8px 45px;
    line-height: 26px;
    text-indent: -31px;
}

h6 {
    color: #525252;
    font-size: 30px;
    font-weight: 100;
    line-height: 35px;
}

.sub-title-gray {
    font-size: 18px;
    color: #ccc;
}

/*ページタイトル非表示*/
.page-id-353 .c-entry__header, .page-id-696 .c-entry__header, .page-id-321 .c-entry__header, .page-id-247 .c-entry__header, .page-id-245 .c-entry__header, .page-id-202 .c-entry__header {
    display: none;
}

/* for mobile app */
.in-mobile-app .register-from-here,
.in-mobile-app .touroku {
    display: none;
}


/*個ページ*/
.underline {
	text-decoration: underline;
	text-underline-position: under;
}

.notes {
    background: #eee;
    padding: 18px 20px;
}

ol.parentheses {
    /* margin-left: 1.8em;  remmoved on 2023.08.14 */
}

ol.parentheses li {
    list-style-type: none;
    counter-increment: cnt;
    padding: 0 !important;
    /* added !important  on 2023.08.14 */
}

ol.parentheses li:before {
    content: "("counter(cnt)")";
    margin-left: -1.8em;
    margin-right: .4em;
}

/*特定技能ナビとは*/
.shien-midashi {
    text-align: center;
    border-bottom: solid 2px #e2e2e2;
    padding: 0px 0 8px 0px;
    letter-spacing: 8px;
    font-size: 20px;
}

.option-s {
    font-size: 17px;
    counter-reset: my-badass-counter;
}

.option-s dt {
    position: relative;
    padding: 8px 0px 8px 38px;
    font-weight: 500;
    line-height: 24px;
}

.option-s dt::before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    position: absolute;
    left: 0;
    top: 4px;
    background: #85b7d9;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    line-height: 29px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Comfortaa', cursive;
	padding: 3px;
}

/*仕事を探している*/
.step01 {
    background: #e9f5f7;
    padding: 22px;
    border-radius: 20px;
}

.step01.step02 {
	background: #f9f0f1;
}

.step01 .smb-step__item:before {
    border-left: 2px dotted #8ed1fc;
}

.step01.step02 .smb-step__item:before {
    border-left: 2px dotted #f78da7;
}

.step01 .smb-step__item__number {
    font-size: 20px;
    line-height: 1;
    font-family: 'Comfortaa', cursive;
    font-weight: 500;
}

.step01 .smb-step__item__title {
    margin-bottom: 0;
    color: #797979;
    font-size: 17px;
    letter-spacing: 1px;
}

.step01-title {
    color: #818181;
    text-align: center;
    font-size: 18px;
    position: relative;
    top: 13px;
}

/*人材を探している*/
.chart img {
    box-shadow: none;
    background: #f0f8f9;
    border-radius: 10px;
}

.number {
    font-size: 30px;
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
}

/*特定技能資格とは*/
.wpco {
    margin: 0 0 85px 0;
}

.wpco__title {
    margin: 10px 0 20px 0 !important;
    font-size: 20px;
    border-left: none !important;
    padding: 0 0 0 0 !important;
}

.wpco ol li ol li ol a::before {
    background-color: #b4d7f1 !important;
    color: #0e4779 !important;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    padding: 5px 0px !important;
    text-align: center;
	font-size: 10px !important;
}

.wpco ol li ol a::before {
    background-color: #fcfcfc !important;
    color: #404040 !important;
    width: 20px;
    height: 20px;
    border-radius: 0;
    padding: 0 !important;
    text-align: center;
    font-size: 13px !important;
}

.tokuteigino-h2 {
    counter-reset: wpco4;
    border-left: none !important;
    padding: 0 !important;
}

.tokuteigino-h2::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: calc(.43478rem - 1px) .46739rem 0 0;
    display: inline-block;
    background-color: #469ad6 !important;
    color: #fff !important;
    width: 30px;
    height: 30px;
    padding: 0px 0px !important;
    text-align: center;
    counter-increment: wpco2;
    content: counter(wpco2);
    font-weight: 300;
}

.reset {
	counter-reset: wpco2;
}

.tokuteigino-h4 {
    color: #333;
}

.tokuteigino-h4::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: calc(.43478rem - 1px) .46739rem 0 0;
    display: inline-block;
    background-color: #b4d7f1 !important;
    color: #0e4779 !important;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    padding: 0px 0px !important;
    text-align: center;
    counter-increment: wpco3;
    content: counter(wpco3);
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    /* added on 2023/08/24 */
}

.tokuteigino-h3 {
	counter-reset: wpco3;
}

.tokuteigino-h3::before {
    counter-increment: wpco4;
    content: counter(wpco4);
    font-weight: 300;
    margin: 0 15px 0 0;
}

/*Tablepress*/
.tablepress {
    border: 2px solid #eee !important;
}

.tablepress .odd td {
    background-color: var(--cell-odd-bgcolor) !important;
}

.tablepress .even td {
    background-color: transparent !important;
}

.tablepress .even .column-1 {
    background-color: var(--cell-h-even-bgcolor);
	border-right: none;
}

.tablepress .odd .column-1 {
    background-color: var(--cell-h-odd-bgcolor);
	border-right: none;
}

.p-entry-content>.tablepress tr td {
    border-right: 2px solid #eee;
}

.p-entry-content>.tablepress thead th {
    background-color: #d1e5f3 !important;
    color: #333;
    font-weight: 500;
    border: none;
    border-left: 2px solid #eee;
}

/*Q&Aページ*/
.smb-faq__item__answer__label, .smb-faq__item__question__label {
    width: 2em;
    margin-right: 10px;
    text-align: center;
}

/*トピックス*/
.c-meta__item--author {
    display: none;
}

.c-meta__item+.c-meta__item.c-meta__item--published {
    padding-left: 0;
}

/*ログインページ*/
/*
.tml-login:lang(vi)::before {
	content: 'Đăng nhập';
}
.tml-login:lang(ja)::before {
	content: '会員ログイン';
}
*/

.tml .tml-title,
.tml-login::before {
    text-align: center;
    display: block;
    font-size: 17px;
    color: #8c8c8c;
    font-weight: 700;
    margin: 10px 0 30px 0;
}

.tml-login,
.tml-register,
.tml-resetpass,
.tml-lostpassword {
    background: #eee;
    width: 400px;
    margin: 0px auto !important;
    border-radius: 15px;
    padding: 20px 40px 30px 40px;
}

.in-mobile-app .tml-login,
.in-mobile-app .tml-register,
.in-mobile-app .tml-resetpass,
.in-mobile-app .tml-lostpassword {
	background: transparent;
}

.tml .tml-label {
    display: block;
    margin: 0 0 7px 0;
    font-size: 14px;
}

.tml .wp-block-snow-monkey-blocks-alert {
    margin-bottom: 1em;
}

.tml-login input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0px 1000px white inset; 
}

.tml .tml-field {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 7px 12px;
}

.in-mobile-app .tml .tml-field {
	border: 1px solid #999;
}

.tml-field-wrap {
    margin-bottom: 1em;
}

.tml-checkbox {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    min-height: 25px !important;
}

.tml-rememberme-wrap {
    width: 200px;
    margin: 0 auto 20px auto;
    font-size: 14px;
}

.tml-button {
    background: -moz-linear-gradient(top, #d94a88 0%, #bb317a 100%);
    background: -webkit-linear-gradient(top, #5da8d3 0%, #3590bf 100%);
    background: linear-gradient(to bottom, #5da8d3 0%, #3590bf 100%);
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: 9px;
    box-shadow: 2px 2px 10px #adadad;
    transition: ease 0.3s;
    width: 200px;
    padding: 8px;
    font-size: 16px;
    border: none;
    margin: 30px auto 0;
    cursor: pointer;
}

.tml-button:hover {
    box-shadow: 0 0 10px #fff;
    color: rgb(208, 238, 249);
}

.tml-links {
    margin: 20px auto 0 auto;
    width: 200px;
    list-style: none;
    text-align: center;
    font-size: 14px;
}

.tml-links a {
    text-underline-position: under;
}

.tml .tml-error {
    border-left-color: #cc5252;
    background: #fff;
}

/*求人詳細*/

.job-details-wrap {
    position: relative;
}

.job-details-wrap:before {
    content: '';
    background-color: rgba(255, 255, 255, .4);
    position: absolute;
    width: 100%;
    height: 100%;
}

.job-details-closed {
    position: absolute;
    margin: auto;
    padding: .5em;
    width: 80%;
    /*height: 3em;*/
    text-align: center;
    top: 10em;
    /*bottom: 0;*/
    left: 0;
    right: 0;
    font-size: 2.0em;
    font-weight: 700;
    line-height: 1.5;
    color: rgba(192, 0, 0, .3);
    border: 5px solid rgba(192, 0, 0, .1);
    border-radius: 12px;
}

.job-details-title {
    margin: 0 0 20px 0 !important;
    line-height: 1.6;
    padding-left: 13px !important;
}

.job-details {
    margin: 0 !important;
    border-collapse: collapse;
    width: 100%;
}

.job-details td {
	border-top: none !important;
    border-bottom: 1px solid #d4d4d4 !important;
    border-left: none !important;
    border-right: none !important;
	padding: 14px 14px !important;
}

.job-details tr:last-child td {
    border-bottom: none !important;
}

.job-item-name {
    width: 175px;
    text-align: center;
    background: var(--cell-h-job-bgcolor);
}

.job-item-value {
    padding: 15px !important;
}

.job-details-b-box {
    margin: 50px auto 0 auto;
    width: 510px;
    overflow: hidden;
}

.job-details-b {
    display: block;
    text-decoration: none;
    border: solid 2px #469ad6;
    border-radius: 7px;
    float: left;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 30px 8px 50px;
    background-repeat: no-repeat;
    background-position: 16px 5px;
    background-size: 30px 30px;
}

.job-details-b.mypage-b {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/05/job-b-01.svg);
    margin: 0 20px 0 0;
}

.job-details-b.jobsarch-b {
	background-image:url(https://www.tokuteigino.work/site/wp-content/uploads/2019/05/job-b-02.svg);
}

.job-details-notice {
    display: block;
    background: #f5f5f5;
    padding: 8px 15px 8px 40px;
    margin: 30px 0;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    color: #666;
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/05/exclamation-circle-solid.svg);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 20px 20px;
}

.form-submit-wrap .wpcf7-submit.zrc-submit {
    background: #d94a88;
    background: -moz-linear-gradient(top, #d94a88 0%, #bb317a 100%);
    background: -webkit-linear-gradient(top, #d94a88 0%, #bb317a 100%);
    background: linear-gradient(to bottom, #d94a88 0%, #bb317a 100%);
    padding: 20px;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 20px;
}

.job-category {
    font-size: 13px;
    background-color: #d94a88;
    color: #fff;
    padding: 2px 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 8px 0 0;
    display: inline-block;
    line-height: 28px;
    vertical-align: text-bottom;
}

.job-description {
    margin-bottom: 20px;
}

/* no job image */
.job-description.no_img {
    display: block;
}

.job-description.no_img job-img {
    display: none;
}

.job-description job-text {
    width: 100%;
}

/* with job image */
.job-description.has_img {
    display: flex;
    flex-wrap: nowrap;
}

.job-description.has_img .job-img {
    flex-grow: 1;
    width: 33%;
    margin-top: .5em;
}

.job-description.has_img .job-text {
    flex-grow: 2;
    width: 66%;
    padding-left: 1.5em;
}

@media (max-width: 425px) {
  .job-description.has_img {
      display: flex;
      flex-wrap: wrap;
  }

  .job-description.has_img .job-img {
      flex-grow: 1;
      width: 75%;
  }

  .job-description.has_img .job-text {
      flex-grow: 2;
      width: 100%;
      padding-left: 0;
      margin-top: 1.5em;
  }
}


/*マイページ*/
.mypage-prof {
    /* Changed on 2023/10/14 margin: 0 0 15px 30px; */
    margin: 0 auto 15px;
}

.mypage-prof span {
    display: block;
    font-size: 16px;
	overflow: hidden;
}

.my-01 {
    clear: both;
    float: left;
    color: #777777;
    padding: 3px 15px 3px 0;
    width: 160px;
}

.my-02 {
    color: #555;
    font-weight: bold;
    padding: 3px;
}

.mypage-notes {
	margin: 0 0 0 30px !important;
    border-top: solid 1px #ccc;
    padding: 10px 0 0 0;
}

.mypage-b-box {
    margin: 25px auto !important;
/* changed 0 to auto on 2023.08.14 */
    overflow: hidden;
}

.mypage-b {
    text-decoration: none;
    display: block;
    float: left;
    border: solid 2px #469ad6;
    border-radius: 7px;
    padding: 8px 13px 8px 48px;
    width: 240px;
    margin: 0 15px 15px 0;
    font-weight: bold;
    background-repeat: no-repeat;
}

.mypage-b:last-child {
	margin: 0;
}

.mypage-b.prof-b {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/mebmer-b-03.svg);
    background-size: 29px 29px;
    background-position: 12px 6px;
}

.mypage-b.jobsarch-b {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/05/job-b-02.svg);
    background-size: 35px 35px;
    background-position: 8px 3px;
}

.mypage-b.logout-b {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/mebmer-b-04.svg);
    background-size: 27px 27px;
    background-position: 10px 7px;
}

.mypage-b.password-b {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/05/password-b-03.svg);
    background-size: 36px 36px;
    background-position: 9px 3px;
}

.mypage-b.withdraw-b {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2023/08/member-b-06.svg);
    background-size: 27px 27px;
    background-position: 10px 7px;
}


.c-entries--simple .c-entry-summary__title {
    margin: 8px 0 20px 0 !important;
   /* reset to make compatible with the new archive format of SM v.7
    font-size: 19px;
    font-size: 1.2rem; */
    line-height: 1.48309;
}

.home-b-box.mypage-b-box {
    margin: 0 30px;
}

.home.lang-vi .mypage-b.jobsarch-b {
    width: 280px;
}

/*ボタン類*/
.sign-up-b, .crient-b {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: 9px;
    box-shadow: 2px 2px 10px #adadad;
    transition: ease 0.3s;
    width: 300px;
	margin: 10px 0 25px 0;
    padding: 13px;
    font-size: 20px;
}

.sign-up-b {
    background: #d94a88;
    background: -moz-linear-gradient(top, #d94a88 0%, #bb317a 100%);
    background: -webkit-linear-gradient(top, #d94a88 0%, #bb317a 100%);
    background: linear-gradient(to bottom, #d94a88 0%, #bb317a 100%);
}

.crient-b {
	background: -moz-linear-gradient(top, #d94a88 0%, #bb317a 100%);
	background: -webkit-linear-gradient(top, #5da8d3 0%, #3590bf 100%);
	background: linear-gradient(to bottom, #5da8d3 0%, #3590bf 100%);
}

.sign-up-b:hover, .crient-b:hover {
    box-shadow: 0px 0px 10px #ffffff;
    color: #ffeb01;
}

.smb-btn {
	box-shadow: 2px 2px 10px #adadad;
    transition: ease 0.3s;
    border-radius: 10px;
    background: #d94a88;
    background: -moz-linear-gradient(top, #d94a88 0%, #bb317a 100%);
    background: -webkit-linear-gradient(top, #d94a88 0%, #bb317a 100%);
    background: linear-gradient(to bottom, #d94a88 0%, #bb317a 100%);
    font-size: 18px;
}

.smb-btn:hover {
    color: #ffeb01;
	box-shadow: 0px 0px 10px #ffffff;
}

.form-submit-wrap .wpcf7-submit {
	box-shadow: 2px 2px 10px #adadad;
    transition: ease 0.3s;
    border-radius: 10px;
    background: -moz-linear-gradient(top, #d94a88 0%, #bb317a 100%);
    background: -webkit-linear-gradient(top, #5da8d3 0%, #3590bf 100%);
    background: linear-gradient(to bottom, #5da8d3 0%, #3590bf 100%);
    font-size: 18px;
	width: 300px;
	margin: 0 auto;
}

.form-submit-wrap .wpcf7-submit:hover {
    color: #ffeb01;
	box-shadow: 0px 0px 10px #ffffff;
}

.smb-btn2 {
    box-shadow: 2px 2px 10px #929292;
    transition: ease 0.3s;
    border-radius: 10px;
    background: #929292;
    background: -moz-linear-gradient(top, #d94a88 0%, #bb317a 100%);
    background: -webkit-linear-gradient(top, #929292 0%, #5f5f5f 100%);
    background: linear-gradient(to bottom, #929292 0%, #5f5f5f 100%);
    font-size: 16px;
    padding: 9px;
    color: #fff;
    text-decoration: none;
    width: 300px;
    margin: 0 auto;
}

.smb-btn2:hover {
    box-shadow: none;
    color: #ccc;
}

/*TOPページ*/
input:not([type=submit]) {
    min-height: 33px;
}

input[type=radio] {
    /* remove ')'  on 2023.08.14 */
    min-height: inherit;
}

.search-box {
    border-radius: 20px !important;
    padding: 4px 18px !important;
    width: 200px !important;
    margin: 5px 0 0 0;
    box-shadow: inset 0 0 6px #b3b3b3 !important;
    border: none !important;
    font-size: 14px !important;
	background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/sarch-icon.svg) !important;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 14px top 7px;
}

.search-box:hover, .search-box:active, .search-box:focus, .search-box:focus-within {
	background-image: none !important;
}

.c-input-group__btn {
	display: none;
}

.p-global-nav {
    margin: 11px 0 0 0;
}

.c-site-branding__title {
    border-bottom: none;
    padding: 0;
}

.c-entry__header {
    border-bottom: none;
}

.member-menu a:not(:last-child) {
    border-right: solid 2px #5E9CCC;
}

.top-set {
    overflow: hidden;
    margin: 0px !important;
}

#top-login-box {
    width: 36%;
	height: 430px;
    float: right;
    margin: 0;
}

#top-slider-box .wpaw-slider__item-summary {
    text-align: center;
}

#top-slider-box .wpaw-slider__item-summary .emphasis {
    color: #ffeb01;
}

#top-slider-box .wpaw-slider__item-title {
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    border-bottom: solid 1px #fff;
    margin: 0 0 18px;
    padding: 0 0 10px 0;
text-shadow: 0 0 2px #000;
}

#top-slider-box .wpaw-slider__item-body {
    text-shadow: 0 0 2px #000;
}

#top-login-box {
    float: right;
    margin: 0;
    box-sizing: border-box;
    padding: 10px;
}

.login-01 {
    display: block;
	text-decoration: none;
    text-align: center;
    color: #fff;
    background: #d94a88;
    background: -moz-linear-gradient(top, #d94a88 0%, #bb317a 100%);
    background: -webkit-linear-gradient(top, #d94a88 0%, #bb317a 100%);
    background: linear-gradient(to bottom, #d94a88 0%, #bb317a 100%);
	border-radius: 9px;
    box-shadow: 2px 2px 10px #adadad;
	transition: ease 0.3s;
}

.login-01:hover {
    box-shadow: 0px 0px 10px #ffffff;
    color: #ffeb01;
}

.lang_choice_wrap {
	font-size: 11px;
    color: #666;
}

#lang_choice_polylang-custom {
    border: none;
    width: 80px;
    padding-right: 0;
    color: #666;
    font-size: 11px;
	font-family: -apple-system, BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'メイリオ', Meiryo, Verdana, sans-serif !important;
}

.tgn-register, .tgn-login, .tgn-logout, .tgn-profile, .tgn-mypage {
    display: block;
	float: left;
	text-decoration: none;
    font-size: 12px;
    letter-spacing: 0;
    color: #5E9CCC;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
	transition: ease 0.3s;
}

.tgn-register:hover, .tgn-logout:hover, .tgn-logout:hover, .tgn-profile:hover, .tgn-mypage:hover {
	color: #4AC4E5;
}

.p-global-nav .c-navbar__item>a>span {
    cursor: pointer;
}

.creafix {
    margin: 8px 0;
    float: left;
    width: 100%;
    clear: both;
}

/*jobtable*/
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #565656 !important;
}

.dataTables_wrapper .dataTables_paginate {
    font-size: 12.5px;
    margin: -5px 0 18px 0;
}

.dt_table {
    /*  changed 2023/10/14 margin: 0 0 20px 0;  */
    margin: 0 auto 20px;
}

.dataTables_length select {
    width: 47px !important;
    height: 36px;
    font-size: 14px;
    background-color: #eee;
    margin: 0 2px 2px 2px !important;
    padding: 4px 8px;
    border: none;
    border-radius: 5px;
    /*box-shadow: inset 0 0 3px #b3b3b3;*/
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/arrow.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: right 6px top 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dataTables_length select::-ms-expand {
	display: none;
}

#recent_jobs_table.dataTable thead .sorting,
#all_jobs_table.dataTable thead .sorting,
#jobs_table.dataTable thead .sorting {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/05/arrow-n-01.svg);
    background-size: 26px 26px;
}

#recent_jobs_table.dataTable thead .sorting_asc,
#all_jobs_table.dataTable thead .sorting_asc,
#jobs_table.dataTable thead .sorting_asc {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/05/arrow-n-02.svg);
    background-size: 26px 26px;
}

#recent_jobs_table.dataTable thead .sorting_desc,
#all_jobs_table.dataTable thead .sorting_desc,
#jobs_table.dataTable thead .sorting_desc {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/05/arrow-n-03.svg);
    background-size: 26px 26px;
}

.dataTables_filter {
    float: left !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 1px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.first,
.dataTables_wrapper .dataTables_paginate .paginate_button.last {
    padding: .5em .8em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #eee !important;
    border: none !important;
    min-width: 38px;
    height: 38px;
    text-align: center;
    padding: 7px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #929292 !important;
    border: 1px solid #929292 !important;
    height: 38px;
}

#recent_jobs_table_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
#recent_jobs_table_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
#recent_jobs_table_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
#all_jobs_table_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
#all_jobs_table_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
#all_jobs_table_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
#jobs_table_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
#jobs_table_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
#jobs_table_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    margin: 0 8px 0 0;
}

.paginate_button {
    color: #666 !important;
}

.dataTables_filter input[type="search"] {
    border-radius: 7px;
    float: left;
    padding: 4px 14px;
    width: 200px;
    margin: 0px 11px 0 6px;
    /*box-shadow: inset 0 0 3px #b3b3b3;*/
    /*border: none !important;*/
    font-size: 14px !important;
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/sarch-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 11px top 7px;
	height: 36px;
}

.dataTables_filter input[type="search"]:focus, .dataTables_filter input[type="search"]:active,
.dataTables_filter input[type="search"]:hover, .dataTables_filter input[type="search"]:focus-within {
	background-image: none;
}

#recent_jobs_table,
#all_jobs_table,
#jobs_table {
    border-bottom: none;
}

#recent_jobs_table thead th,
#all_jobs_table thead th,
#jobs_table thead th {
    border-bottom: 1px solid #777;
    font-size: 14px;
    letter-spacing: 1px;
    color: #777;
    font-weight: 600;
}

#recent_jobs_table thead th:lang(vi),
#all_jobs_table thead th:lang(vi),
#jobs_table thead th:lang(vi) {
	font-size: 12px;
}

#recent_jobs_table table.dataTable.row-border tbody th,
#all_jobs_table table.dataTable.row-border tbody th,
#jobs_table table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td, 
table.dataTable.display tbody th, 
table.dataTable.display tbody td {
    border-top: none !important;
}

#recent_jobs_table .even,
#all_jobs_table .even,
#jobs_table .even {
    background-color: #f7f7f7;
}

#recent_jobs_table .odd,
#all_jobs_table .odd,
#jobs_table .odd {
    background-color: #ffffff;
}

#recent_jobs_table td,
#all_jobs_table td,
#jobs_table td {
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    background-position-x: 5px;
    padding: 5px 10px 5px 27px;
    color: #767676;
    font-size: 15px;
    z-index: 1;
}

#recent_jobs_table td:empty,
#all_jobs_table td:empty,
#jobs_table td:empty {
	background-image: none !important;
}

#recent_jobs_table .category:not(th),
#all_jobs_table .category:not(th),
#jobs_table .category:not(th) {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    content: '';
    height: 36px;
    background: #da4a88;
    box-sizing: border-box;
    padding: 9px 3px 9px 3px;
    line-height: 14px;
    letter-spacing: 0;
}

#recent_jobs_table .odd .category:not(th),
#all_jobs_table .odd .category:not(th),
#jobs_table .odd .category:not(th) {
	border: #fff solid 7px !important;
}

#recent_jobs_table .odd:hover .category:not(th),
#all_jobs_table .odd:hover .category:not(th),
#jobs_table .odd:hover .category:not(th) {
    border: #f7f7f7 solid 7px; 
}

#recent_jobs_table .even .category:not(th),
#all_jobs_table .even .category:not(th),
#jobs_table .even .category:not(th) {
    border: #f7f7f7 solid 7px !important; 
}

#recent_jobs_table .job-title a,
#all_jobs_table .job-title a,
#jobs_table .job-title a {
    color: #1f8ca8;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
	transition: color ease 0.3s, text-decoration ease 0.3s;
}

#recent_jobs_table .job-title a:hover,
#all_jobs_table .job-title a:hover,
#jobs_table .job-title a:hover {
    color: #2dafd6;
	text-decoration: underline;
    text-underline-position: under;
}

#recent_jobs_table .location:not(th),
#all_jobs_table .location:not(th),
#jobs_table .location:not(th) {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/icon-03.svg);
}

#recent_jobs_table .jp-skill:not(th),
#all_jobs_table .jp-skill:not(th),
#jobs_table .jp-skill:not(th) {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/icon-01.svg);
}

#recent_jobs_table thead th.jp-skill,
#all_jobs_table thead th.jp-skill,
#jobs_table thead th.jp-skill {
    padding: 15px 0px;
}

#recent_jobs_table .min-salary:not(th),
#all_jobs_table .min-salary:not(th),
#jobs_table .min-salary:not(th) {
	background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/icon-02.svg);
}

#recent_jobs_table thead th,
#all_jobs_table thead th,
#jobs_table thead th {
	text-indent: -1em;
}

table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before {
    height: 18px !important;
    width: 18px !important;
    margin-top: -0.4em !important;
    ;
    margin-left: -0.3em !important;
    ;
    border: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    font-size: 20px;
    background-color: #469ad6 !important;
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before, table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    background-color: #da4a88 !important;
    color: #ffd602;
}

#recent_jobs_table th.attention,
#recent_jobs_table td.attention,
#all_jobs_table th.attention,
#all_jobs_table td.attention,
#jobs_table th.attention,
#jobs_table td.attention {
    padding: 5px 0 5px 3px;
    text-align: center;
}

#recent_jobs_table td.job-title,
#all_jobs_table td.job-title,
#jobs_table td.job-title {
    padding-left: 10px;
    font-size: 15px;
}

#recent_jobs_table td.attention,
#all_jobs_table td.attention,
#jobs_table td.attention {
    color: #aaa;
}

/* searchPane */
.dtsp-panesContainer {
	font-family: -apple-system, BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'メイリオ', Meiryo, Verdana, sans-serif !important;
	font-weight: 400;
}


/* app banner */
.app_banner_container {
    /*display: none;*/
    max-width: 500px;
    margin: 0 auto 3em;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.app_description {
    padding: 1.2em 1.5em;
    font-size: 14px;
    line-height: 1.6;
}

.app_description_title {
    margin-bottom: .5em;
    font-size: 16px;
    font-weight: bold;
}

.app_description p {
    margin-bottom: .5em;
}

.app_description ol {
    margin: 1.5em 0 0 1.5em;
}

.app_description ol li {
    margin-bottom: .5em;
}

.app_description .apple_app_icon {
    width: 65px;
    height: 65px;
    float: left;
    margin: .4em .8em 1em 0;
    box-shadow: 1px 1px 3px #999;
    border-radius: 10px;
}

.app_description .safari_share {
    height: 18px;
    width: auto;
    vertical-align: top;
    margin: 0 .2em 0 .2em;
}

.app_description i,
.app_description svg {
    display: none;
    color: #ccc;
    font-size: 38px;
    filter: drop-shadow(1px 1px 0 #999);
}

.app_banner {
    display: block;
    text-align: center;
    padding-bottom: 1em;
}

.app_banner a {
    cursor: pointer;
}

.app_banner img.app_ios {
    height: 40px;
    width: 120px;
    margin: 5px 5px 5px 5px;
}

.app_banner img.app_ios.ja,
.app_banner img.app_ios.zh-cn,
.app_banner img.app_ios.zh-hk,
.app_banner img.app_ios.zh-tw {
    width: 109px;
}

.app_banner img.app_ios.en,
.app_banner img.app_ios.vi {
    width: 120px;
}

.app_banner img.app_ios.ko {
    width: 130px;
}

.app_banner img.app_android {
    height: 40px;
    width: 135px;
    margin: 5px 5px 5px 5px;
}

@media (max-width: 425px) {
  .app_description {
      padding: 1.2em 1em 1.2em 1.2em;
  }
}

@media (display-mode: standalone) {
   .app_banner_container {
      display: none;
   }
}


/* apply form */
#apply-form {
    margin: 2em 0;
}

/* edit profile */
.hidden_by_locale:lang(vi) {
    display: none;
}


/* archives */
.search-results .c-entry-summary__figure {
    display: none;
}

/* footer */
.footer-reg {
	font-size: 11px;
	color: #aaa;
}

footer div.c-row div.l-footer-widget-area__item:nth-of-type(2) {
	padding: 0;
}

footer .textwidget>div+:not(#fb-root),
footer .textwidget>div+:not(.fb-page) {
	margin-top: inherit;
}

footer .fb-link {
	color: #1877f2;
	font-size: 17px;
	text-decoration: none;
}

footer .textwidget div#fb-root {
	margin-top: .2em;
}

footer .textwidget div.fb-page {
	margin-top: 0;
}

/* footer banner area */
.tgn-home-footer-banner-widget-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f5f5f5;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tgn-home-footer-banner-widget-area:before {
  content: '';
  font-size: 12px;
  color: #ccc;
}

.tgn-home-footer-banner-widget-area .ad-label {
  position: absolute;
  left: 15px;
  line-height: 1;
  font-size: 12px;
  color: #999;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: .2em .3em;
}

.tgn-home-footer-banner-widget-area .ad-label.vi {
  font-size: 11px;
}

.tgn-home-footer-banner-widget-area a {
  display: block;
  text-decoration: none;
}

.tgn-home-footer-banner-widget-area>div {
  width: calc(100% - 130px);
}

.tgn-home-footer-banner-widget-area.vi>div {
  width: calc(100% - 196px);
}

@media (min-width: 370px) {
  .tgn-home-footer-banner-widget-area>div {
    margin: .5em;
    width: 240px;
    max-width: 240px;
  }
}

@media (min-width: 768px) {
  .l-footer-widget-area.tgn-home-footer-banner-widget-area {
    padding-left: 0;
    padding-right: 0;
  }
  
    .tgn-home-footer-banner-widget-area>div {
    width: 30%;
  }
  
    .tgn-home-footer-banner-widget-area>div div,
    .tgn-home-footer-banner-widget-area>div a {
    width: auto !important;
  }
}



/*PC画面*/
@media (min-width: 1024px) {
  .custom-logo {
    background-size: 280px 70px;
    background-position: -2px 2px;
    width: 290px !important;
    height: 70px !important;
  }
  
    .lang_choice_wrap {
    background: #E6E6E6;
    width: 112px;
	float: right;
    padding: 24px 16px 11px 16px;
    margin: 0 0px 0 10px;
    border-radius: 0 0 7px 7px;
    position: relative;
    top: -24px;
  }

  .c-container {
    max-width: 1024px;
  }
  
    .p-global-nav {
    max-width: 1024px;
  }
  
    .c-navbar {
    height: 42px;
  }

  .l-2row-header .p-global-nav .c-navbar__item>a {
    padding: 13px 3px;
  }
  
    .member-menu {
    float: right;
  }
  
    .tgn-register, .tgn-login, .tgn-logout, .tgn-profile, .tgn-mypage {
    height: 56px;
    background-repeat: no-repeat;
    background-position: top -5px center;
    vertical-align: bottom;
    margin: 11px 0px 0 0;
  }

  .tgn-register {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/mebmer-b-02.svg);
    background-size: 48px 48px;
    background-position: top -7px center;
    padding: 37px 0 0 0;
    width: 77px;
  }

  .tgn-register:hover {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/mebmer-b-h-02.svg);
  }

  .tgn-login {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/mebmer-b-01.svg);
    background-size: 48px 48px;
    padding: 38px 3px 0 3px;
	width: 87px;
  }

  .tgn-login:hover {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/mebmer-b-h-01.svg);
  }

  .tgn-logout {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/mebmer-b-04.svg);
    background-size: 48px 48px;
    padding: 38px 0px 0 2px;
    width: 87px;
  }

  .tgn-logout:hover {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/mebmer-b-h-04.svg);
  }

  .tgn-profile {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/mebmer-b-03.svg);
    background-size: 48px 48px;
    padding: 38px 0px 0 2px;
    width: 87px;
    background-position: top -4px center;
  }

  .tgn-profile:hover {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/mebmer-b-h-03.svg);
  }

  .tgn-mypage {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/05/mebmer-b-05.svg);
    background-size: 50px 50px;
    padding: 38px 0px 0 2px;
    width: 84px;
    background-position: top -5px center;
  }

  .tgn-mypage:hover {
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/05/mebmer-b-h-05.svg);
  }
  
  .gmenu-blue a {
    background: #5da8d3;
    background: -moz-linear-gradient(top, #5da8d3 1%, #3590bf 100%);
    background: -webkit-linear-gradient(top, #5da8d3 1%, #3590bf 100%);
    background: linear-gradient(to bottom, #5da8d3 1%, #3590bf 100%);
    padding: 9px 0px !important;
    display: inline-grid;
    text-align: center;
    border-radius: 10px 10px 0 0;
    margin: 0 0 0 10px;
    color: #fff !important;
	height: 42px;
    transition: ease 0.3s !important;
  }

  .gmenu-blue a:hover, .gmenu-blue.current-menu-item a {
    color: #9fd5fb !important;
  }
  
    .gmenu-red a {
    background: #5da8d3;
    background: #d94a88;
    background: -moz-linear-gradient(top, #d94a88 0%, #bb317a 100%);
    background: -webkit-linear-gradient(top, #d94a88 0%, #bb317a 100%);
    background: linear-gradient(to bottom, #d94a88 0%, #bb317a 100%);
    padding: 9px 0px !important;
    display: inline-grid;
    border-radius: 10px 10px 0 0;
    margin: 0 0 0 10px;
    color: #fff !important;
    height: 42px;
    transition: ease 0.3s !important;
  }

  .gmenu-red a:hover, .gmenu-red.current_page_item a {
    color: #f7b5c4 !important;
  }

  /*④「特定技能」資格とは「の分左寄せ*/
  .p-global-nav .menu-item-254 a {
    text-indent: -8px;
  }
  
    .gmenu-gray a {
    background: none;
    color: #777 !important;
    font-size: 13px;
    height: 40px;
    display: inline-grid;
    padding: 0 0 !important;
    transition: ease 0.3s !important;
  }
  
    .gmenu-gray a:hover, .gmenu-gray.current_page_item a {
    color: #b3b3b3 !important;
  }

  #top-slider-box {
    width: 100%;
        /*64%; */
    height: 430px;
    float: left;
  }

  #top-slider-box .wpaw-slider .wpaw-slider__item {
    min-height: 430px !important;
  }

  #top-slider-box .wpaw-slider__item-body {
    right: 225px;
        /*173px;*/
    width: 285px !important;
  }

  #top-slider-box .wpaw-slider__item-summary {
    font-size: 15px;
    line-height: 23px;
  }

  #top-slider-box .wpaw-slider__item-title {
    font-size: 35px;
    width: 180px;
  }

    /****************
  .login-win {
    background: rgba(232, 232, 232, 0.94);
    position: relative;
    right: 50px;
    box-sizing: border-box;
    box-shadow: 3px 3px 10px #8a8a8a;
    padding: 25px;
    border-radius: 12px;
    width: 313px;
    z-index: 100;
    text-align: center;
  }
  #top-login-box {
    width:   36%;
    height: 430px;
    background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/login-back-m.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    float: left;
  }
  .logged-in .login-win {
    top: 25px;
  }	
  .login-01 {
text-decoration: none;
    display: block;
    text-align: center;
    font-size: 20px;
    width: 246px;
    padding: 13px 22px;
    margin: 15px auto 35px auto;

  }
  .login-02 {
    font-size: 16px;
    vertical-align: 1px;
    font-weight: 800;
  }
  .login-03 {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #999;
    margin: 0 0 10px 0;
  }
  .login-04::placeholder{
    color: #afafaf;
    font-weight: 300;
  }
  .login-04:-internal-autofill-previewed, .login-04:-internal-autofill-selected, .login-04:focus{
    background-color: #fff !important;
  }
  .login-04:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
  }
  .login-04 {
    border: none;
    text-align: center;
    width: 220px;
    padding: 4px;
    border-radius: 8px;
    margin: 0 0 10px 0;
    font-size: 14px !important;
  }
  .login-05 {
    background: #757575;
    border: none;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    padding: 2px;
    width: 220px;
    border-radius: 6px;
    margin: 2px 0 10px 0;
    cursor: pointer;
    transition: ease 0.3s;
  }
  .login-05:hover {
    background: #a9a9a9;
  }
  .login-06{
    font-size: 11px;
    color: #999;
    text-align: center;
  }
  .login-07 {
    display: none;
  }
*****************/

    #top-login-box {
        width: 100%;
        height: auto;
        float: left;
        background-image: none;
        clear: both;
        background: #efefef;
        text-align: center;
    }

    .login-win {
        width: 285px;
        margin: 0 auto;
    }

    .login-01 {
        text-decoration: none;
        font-size: 16px;
        margin: 0 15px 12px 0;
        padding: 10px 10px;
        width: 177px;
        float: left;
    }

    .login-01:hover {
        box-shadow: 0px 0px 10px #ffffff;
        color: #ffeb01;
    }

    .login-02 {
        font-size: 12px;
        vertical-align: 1px;
    }

    .login-03 {
        display: none;
    }

    .login-04 {
        display: none;
    }

    .login-05 {
        display: none;
    }

    .login-06 {
        /* for login page */
        font-size: 11px;
        color: #999;
        text-align: center;
    }

    .home .login-06 {
        /* for top page */
        display: none;
    }

    .logged-in .login-07 {
        display: none;
    }

    .login-07 a {
        color: #666;
        text-underline-position: under;
        font-size: 13px;
        font-weight: 700;
        display: table-cell;
        height: 47px;
        vertical-align: middle;
    }

    .profile-btn, .resetpass-btn {
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        width: 120px;
    }

    .profile-btn::before, .resetpass-btn::before {
        content: '\f0da';
        font-family: "Font Awesome 5 Free";
    }

    .profile-btn {
        float: left;
        text-align: right;
        width: 50%;
        line-height: 18px;
        padding: 3px 10px 0 0;
    }

    .resetpass-btn {
        float: right;
        text-align: left;
        width: 40%;
        line-height: 18px;
        padding: 3px 10px 0 0;
    }


  /* ログイン中の login-win */
  /****************
  .login-win .profile-btn,
  .login-win .resetpass-btn {
    display: inline-block;
    background: #757575;
    border: none;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
    padding: 2px;
    width: 220px;
    border-radius: 6px;
    margin: 2px 0 10px 0;
    cursor: pointer;
	transition: ease 0.3s;
  }
  .login-win .profile-btn:hover,
  .login-win .resetpass-btn:hover {
    background: #a9a9a9;
    color: #fff;
  }
*****************/

body:not(.home) .p-global-nav {
    border-bottom: 7px solid #3791c0;
  }

  .c-site-branding__title>a {
    color: #333;
    text-decoration: none;
    margin: 10px 10px 0 10px;
    display: block;
  }

  .c-site-branding img {
    width: 282px;
    height: 76px;
  }

  .c-site-branding__description {
    font-size: 11px;
    color: #b9b9b9;
    position: relative;
    left: 77px;
    top: -20px;
  }

  .c-container {
    max-width: calc(1024px - constant(safe-area-inset-right) - constant(safe-area-inset-left));
    max-width: calc(1024px - env(safe-area-inset-right) - env(safe-area-inset-left));
  }
  
    .sp-menu-box {
    display: none;
  }

  .dataTables_wrapper {
    /*margin: 0 0 0 30px;*/
  }

  #recent_jobs_table .category,
  #all_jobs_table .category,
  #jobs_table .category {
    min-width: 110px;
  }

  .c-section, .wpac-section {
    padding: 0;
  }

  .p-global-nav .c-navbar__item>a {
    padding: 0 10px;
  }

  .c-copyright {
    width: 1024px;
    margin: 0 auto;
  }

  .l-footer-widget-area {
    width: 965px;
    margin: 0 auto;
    padding: 15px 0px;
    border-top: solid 2px #b1b1b1;
  }

  .l-footer-widget-area .c-widget {
    font-size: 13px;
    line-height: 1.6em;
    color: #888;
  }
  
    .pushon-link {
    width: 120px;
    float: right;
    margin: 20px 0 5px 0 !important;
  }
  
    .l-footer-widget-area .widget_nav_menu a {
    color: #888;	
  }

  .c-sub-nav {
    width: 1024px;
    margin: 0 auto;
  }
}

/*スマホ・ipad*/
@media (max-width: 1023.9px) {
	.smb-btn {
	    margin: 20px auto !important;
	}

	.smb-btn2 {
		margin: 20px auto;
	}	

	.c-site-branding img {
	    width: 220px !important;
	    height: 56px !important;
	}

	h6 {
	    font-size: 27px;
	    line-height: 27px;
		text-align: center !important;
	}

	.wp-block-snow-monkey-blocks-list {
	    margin: 20px 0px !important;
	}

	.sub-title-gray {
	    text-align: center;
	}

	.wp-block-column {
	/*    margin: 1em; */
	}

	.wp-block-separator.is-style-wide {
	    margin: 20px 0 30px 0;
	}
	
    .c-site-branding {
	    margin: 10px 0 0 0;
	}

	.c-site-branding img {
	    max-width: 220px !important;
	}

	.c-site-branding__description {
	    margin: -14px 0 15px 57px;
	    font-size: 9px;
	    line-height: 1;
	    letter-spacing: 0;
	    color: #a9a9a9;
	}

	.u-hidden-lg-up {
	    background: #469ad6;
	    padding: 12px 0 0 0;
	    width: 55px;
	    height: 55px;
	    text-align: center;
	    border-radius: 100%;
	    position: fixed;
	    right: 15px;
	}

	.c-navbar--center {
	    display: block;
	}

	.c-sub-nav .c-navbar__item {
	    margin: 0 2%;
	    width: 44%;
	    float: left;
	    display: block;
	    overflow: hidden;
	    box-sizing: border-box;
	}

	.p-footer-sub-nav {
	    overflow: hidden;
	}

	.c-hamburger-btn__bar {
		/*background-color: #fff;*/
	}

	.c-hamburger-btn__label {
	    color: #fff;
	}

	.p-header-content--sm {
	    background: #e6e6e6;
	    overflow: hidden;
	    padding: 7px 0;
	}
	
    .lang_choice_wrap {
	    float: right;
	    width: 150px;
	    white-space: nowrap;
	}

	.lang_choice_title {
	    float: left;
	    margin: 0 8px 0 0;
        /* changed from 10px to 8px on 2021.02.06 */
	    font-size: 8px;
	}
	
    .member-menu {
	    float: left;
	}

	.tgn-register, .tgn-login, .tgn-logout, .tgn-profile {
	    font-size: 11px;
	    padding: 0 8px;
	    left: -5px;
	    position: relative;
	}

	.home .c-section, .wpac-section {
	    padding: 0 0;
	}

	.top-set {
	    overflow: hidden;
	    clear: both;
	}

	#top-slider-box {
	    width: 100%;
	    height: auto;
	}

	#top-login-box {
	    width: 100%;
	    height: auto;
	    float: left;
	    margin: 0 0 15px 0;
	    background-image: none;
	    clear: both;
	    /* padding: 15px 5px; */
	    background: #efefef;
	    text-align: center;
	}
	
    .login-win {
	    width: 285px;
	    margin: 0 auto;
	}

	.login-01 {
	    font-size: 16px;
	    margin: 0 15px 12px 0;
	    padding: 10px 10px;
	    width: 177px;
	    float: left;
	}

	.login-02 {
	    font-size: 12px;
	    vertical-align: 1px;
	}

	.login-03 {
	    display: none;
	}

	.login-04 {
	    display: none;
	}

	.login-05 {
	    display: none;
	}
	
    .login-06 {
        /* for login page */
	    font-size: 11px;
	    color: #999;
	    text-align: center;
	}
	
    .home .login-06 {
        /* for top page */
	    display: none;
	}
	
    .logged-in .login-07 {
		display: none;
	}
	
    .login-07 a {
	    color: #666;
	    text-underline-position: under;
	    font-size: 13px;
	    font-weight: 700;
	    display: table-cell;
	    height: 47px;
	    vertical-align: middle;
	}
	
    .profile-btn, .resetpass-btn {
	    font-size: 13px;
	    font-weight: bold;
	    text-decoration: none;
		width: 120px;
	}
	
    .profile-btn::before, .resetpass-btn::before {
		content: '\f0da';
		font-family: "Font Awesome 5 Free";
		}

	.profile-btn {
	    float: left;
	    text-align: right;
	    width: 50%;
	    line-height: 18px;
	    padding: 3px 10px 0 0;
	}

	.resetpass-btn {
	    float: right;
	    text-align: left;
	    width: 40%;
	    line-height: 18px;
		padding: 3px 10px 0 0;
	}
	
	.sp-menu-box {}

    .sp-menu-icon {
	    overflow: hidden;
	    clear: both;
	    margin: 0 auto;
	}

	.sp-menu-icon a {
	    text-decoration: none;
	    font-size: 13px;
	    font-weight: bold;
	    display: block;
	    float: left;
		width: 144px;
	    height: 120px;
	    margin: 2px;
	    text-align: center;
	    vertical-align: bottom;
	    background-repeat: no-repeat;
	    background-position: top 11px center;
	    background-size: 79px;
	    letter-spacing: 0;
	    padding: 95px 0 0 0;
	}

	.sp-m01 a {
		background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/sp-icon1.svg);
	}

	.sp-m01 a:hover {
		background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/sp-icon1-h.svg);
	}

	.sp-m02 a {
		background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/sp-icon4.svg);
	}

	.sp-m02 a:hover {
		background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/sp-icon4-h.svg);
	}

	.sp-m03 a {
		background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/sp-icon2.svg);
	}

	.sp-m03 a:hover {
		background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/sp-icon2-h.svg);
	}

	.sp-m04 a {
		background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/sp-icon3.svg);
	}

	.sp-m04 a:hover {
		background-image: url(https://www.tokuteigino.work/site/wp-content/uploads/2019/04/sp-icon3-h.svg);
	}
    
	.creafix {
	    display: none;
	}

	.home h1.new {
	    border-top: 2px solid #999;
	    padding: 4px 0 6px 0;
	    margin: 25px 0 !important;
	}

	.p-entry-content>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(ol):not(ul),
	.textwidget>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	    margin-top: 0;
	}

	.sp-menu-mini {
	    width: 310px;
	    clear: both;
	    display: block;
	    text-align: center;
	    margin: 10px auto 30px auto;
	    overflow: hidden;
	}

	.sp-menu-mini a {
	    display: inline-block;
	    font-size: 12px;
	    font-weight: bold;
	    letter-spacing: 0;
	    float: left;
	    background: #eee;
	    color: #666;
	    text-decoration: none;
	    padding: 3px 4px;
	    margin: 2px 8px;
	    width: 138px;
	}
	
    .sp-menu-mini .sp-m06 {
		background: #d94a88;
	    color: #fff;
	}

	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
	    float: left !important;
	    font-size: 12px;
		margin: 0 10px 0 0;
	}

	.dataTables_wrapper .dataTables_filter {
	    float: left !important;
	}

	#recent_jobs_table,
	#all_jobs_table,
	#jobs_table {
	    max-width: 100% !important;
	    width: 100% !important;
	}

	.dataTables_length select {
	    font-size: 12px;
	}

	.dataTables_filter input[type="search"] {
	    padding: 4px 10px;
	    width: 140px;
	    margin: 0px 0px 0 6px;
	    font-size: 12px !important;
		background-size: 16px 16px;
	    background-position: right 8px top 7px;
	}

	.dataTables_wrapper .dataTables_filter {
	    margin: 0 !important;
	}

	.dataTables_wrapper .dataTables_paginate {
	    clear: both;
	}

	.dataTables_wrapper .dataTables_paginate {
	    display: block;
	    padding: 13px 0 0 0;
	    font-size: 12px;
	}
	
    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {}

	#recent_jobs_table td,
	#all_jobs_table td,
	#jobs_table td {
	    padding: 4px 7px 5px 24px;
	    font-size: 15px;
	}

	#recent_jobs_table tbody td.control,
	#all_jobs_table tbody td.control,
	#jobs_table tbody td.control {
	    box-sizing: border-box;
	    width: 24px;
	    padding: 0;
	}

	#recent_jobs_table .category,
	#all_jobs_table .category,
	#jobs_table .category {
	    font-size: 11px;
	}
	
	#recent_jobs_table .odd .category,
	#all_jobs_table .odd .category,
	#jobs_table .odd .category {
	    border-left: none !important;
	    border-right: none !important;
	}

	#recent_jobs_table .even .category,
	#all_jobs_table .even .category,
	#jobs_table .even .category {
	    border-left: none !important;
	    border-right: none !important;
	}

	#recent_jobs_table .job-title a,
	#all_jobs_table .job-title a,
	#jobs_table .job-title a {
	    font-size: 15px;
	}

	#recent_jobs_table .child .odd,
	#all_jobs_table .child .odd,
	#jobs_table .child .odd {
	    background-color: #f7f7f7;
	}

	#recent_jobs_table .child table,
	#all_jobs_table .child table,
	#jobs_table .child table {
	    padding: 5px;
	}

	#recent_jobs_table .child td,
	#all_jobs_table .child td,
	#jobs_table .child td {
	    padding: 0px 5px 0px 5px;
	    font-size: 13px;
	    background: #e8e8e8;
	}

	#recent_jobs_table .child td,
	#all_jobs_table .child td,
	#jobs_table .child td {
	    padding: 0px 5px 0px 5px;
	    font-size: 13px;
	}

	#recent_jobs_table .child td:nth-child(2),
	#all_jobs_table .child td:nth-child(2),
	#jobs_table .child td:nth-child(2) {
	    text-align: right;
	}

	.c-sub-nav .c-navbar__item {
	    margin: 0 7px;
	    font-size: 12px;
	}

	.l-footer-widget-area {
	    padding: 15px 24px;
	    border-top: 2px solid #ccc;
	}

	.c-row--margin>.c-row__col {
	    margin: 0 0 5px 0;
	}

	.c-row--margin {
	    margin-bottom: 0;
	}

	[data-is-slim-widget-area=true] .c-widget {
	    font-size: 12.5px;
	    line-height: 1.5em;
		text-align: center;
	    color: #666;
	}
	
    .pushon-link {
	    text-align: center;
	    margin: 14px 0 0 0 !important;
	}
	
    .pushon-logo {
	    width: 125px;
	}
	
    #jobs_table .location, #jobs_table .jp-skill, #jobs_table .min-salary {
		background-image: none;
	}

	.tml-login,
	.tml-register,
	.tml-resetpass,
	.tml-lostpassword {
	    width: 100%;
	}

	.job-item-name {
	    width: 115px;
	}

	.job-details {
	    margin: 0 0 30px 0 !important;
	}

	.job-details-b-box {
	    width: 230px;
	    padding: 20px 0 0 0;
	}

	.job-details-b {
	    width: 227px;
	    margin: 0 0 15px 0 !important;
	}

	.mypage-b {
	    margin: 0 0 15px 0;
	}
	
    .mypage-b-box {
	    width: 245px;
	    margin: 0 auto !important;
	}

	.mypage-prof {
	    margin: 0 0 15px 5px;
	}

	.mypage-notes {
	    margin: 0 10px !important;
	}
	
    .home.lang-vi .mypage-b-box {
	    width: 280px;
	    margin: 0 auto;
	}
}

/*i-padのみ*/
@media screen and (min-width:500px) and (max-width:1024px) {
	#top-slider-box .wpaw-slider .wpaw-slider__item {
	  min-height: 360px !important;
	}

	#top-slider-box .wpaw-slider__item-body {
	    right: 140px !important;
	    width: 285px !important;
        /* 2019.8.31 */
	}

	.sp-menu-icon {
	    width: 600px;
	}
}

/*スマホのみ*/
@media (max-width: 500px) {

  #top-slider-box .wpaw-slider .wpaw-slider__item {
    min-height: 260px !important;
  }

  #top-slider-box .wpaw-slider__item-summary {
    font-size: 10px;
    line-height: 15px;
  }

  #top-slider-box .wpaw-slider__item-title {
    font-size: 26px;
    margin: 0 0 13px;
    padding: 0 0 7px 0;
    width: 135px;
  }

  #top-slider-box .wpaw-slider__item-body {
    right: 70px;
    width: 140px;
    padding: 0;
  }
  
    .sp-menu-icon {
    width: 300px;
  }

  .lang-vi .c-site-branding__description {
    width: 160px;
    line-height: 12px;
  }

  /*
  .lang-vi .lang_choice_title {
      float: none;
  }*/
  .lang-vi .lang_choice_wrap {
    float: right;
    /*width: 85px;*/
    padding: 0 0 5px 0;
  }

  .lang-vi .dataTables_filter input[type="search"] {
    width: 100%;
    margin: 7px 0px 10px 6px;
  }

  .app_banner_container {
    margin: 0 1em 2em;
  }

  .tgn-home-footer-banner-widget-area {
    justify-content: center;
  }

}