@charset "utf-8";

.sp_size {
    display: none !important;
}

.h1_wrap {
    padding: 0 0 48px;

}

/* .h1_wrap.parent {
	margin-bottom: 90px;
} */

.page_title {
    /* h1 */
    max-width: 1040px;
    padding: 20px;
    margin: 16px auto 0;
    font-weight: 500;
    font-style: normal;
    font-size: 2.5rem;
    letter-spacing: 0;
    text-align: center;
}

/* .page_title.parent {
	max-width: 1240px;
} */

.content_area {
    max-width: 1040px;
    padding: 0 20px 65px;
    margin: auto;
}

/* .content_area.parent {
	max-width: 1240px;
	padding: 0 20px 80px;
} */

.content_area > *:first-child {
    margin-top: 0;
}

.content_area > *:last-child {
    margin-bottom: 0;
}

a,
a:visited {
    color: #333;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #21a261;
}

.content_area a {
    text-decoration: underline;
    color: #333;

}

.content_area a:hover {
    color: #21a261;
    text-decoration: none;
}

/*
.content_area a:visited{color:#333;}
*/

.f_content .f_item. a{
    display: block;
    width: 100px;
    border: 1px solid red;
}


.content_area a.non[target="_blank"] {
    padding-right: 0;
    background: none;
}

.content_area a[target="_blank"].no-bg {
    background: none;
}

.content_area a[href$=".doc"],
a[href$=".docx"], a[type="docx"] {
    padding-right: 20px;
    background: url(../img/icon_word.svg) no-repeat center right;
}

.content_area a[href$=".xls"],
a[href$=".xlsx"], a[type="xlsx"] {
    padding-right: 20px;
    background: url(../img/icon_excel.svg) no-repeat center right;
}

.content_area a[href$=".pdf"], a[type="pdf"] {
    padding-right: 20px;
    background: url(../img/icon_pdf.svg) no-repeat center right;
}

.content_area a.none[href$=".pdf"], a.none[type="pdf"] {
    padding-right: 0;
    background: none;
}

[href^="tel:"] {
    color: #333 !important;
    pointer-events: none;
}

/* .content_area.child {
	max-width: 1040px;
	margin: auto;
	padding: 0 20px;
} */

h2 {
    position: relative;
    margin: 21px 0;
    font-size: 2.0rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em;
    padding-bottom: 7px;
    border-bottom: 2px solid #21a261;
    max-height: 100%;

}

h3 {
    position: relative;
    padding-left: 10px;
    margin: 47px 0 16px;
    font-size: 1.8rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
    max-height: 100%;

}

h3::before {
    position: absolute;
    display: inline-block;
    content: "";
    height: 20px;
    width: 2px;
    background-color: #21a261;
    /* margin-right: 10px; */
    top: 4px;
    left: 0;
}

h4 {
    position: relative;
    margin: 60px 0 22px;
    font-size: 2.0rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    max-height: 100%;

}

img {
    display: block;
    max-width: 100%;
    /* width: 100%; */
    height: auto;
}

p {
    margin: 0 0 20px;
    letter-spacing: .05em;
    line-height: 1.65em;
}

.annotation{
    margin: 0 0 8px;
    font-size: 1.5rem;
}

.content_area ul,
ol {
    padding-left: 20px;
    margin: 0 0 20px;
}

.content_area li {
    margin-bottom: 10px;
}

.content_area ul li {
    list-style: disc;
}

.content_area ol li {
    list-style: decimal;
}

table {
    width: 100%;
    margin: 20px 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

th,
td {
    padding: 21px 20px 20px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    letter-spacing: 2px;
    height: 100%;
}

th {
    width: 20%;
    background: #F5F5F5;
    text-align: left;
}

td *:first-child {
    margin-top: 0;
}

td *:last-child {
    margin-bottom: 0;
}

table img {
    margin: auto;
}

/* 企業情報>動画 */
.strong {
    font-weight: bold;
}


/* カラム型テーブル */
/* .col_table {
	table-layout: fixed;
}

.col_table thead th {
	text-align: center;
}

.table {
	overflow-x: auto;
}

.table::-webkit-scrollbar {
	height: 5px;
}

.table::-webkit-scrollbar-track {
	background: #eee;
	border-radius: 5px;
}

.table::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 5px;
}

.table th,
.table td {
	min-width: 150px;
} */

/* borderのないテーブル */
.table_no_border table {
    border: none;
    border-collapse: separate;
    border-spacing: 0 3px;
    margin: 0;
}

.table_no_border th,
.table_no_border td {
    padding: 12px 1.4% 10px 3%;
    border: none;
    line-height: 1.8;
    letter-spacing: 0;
}

.table_no_border th {
    width: 25%;
}

.table_no_border td {
    padding: 12px 0 13px 16px;
}

/* .pankuzu{
	margin:0 50px;
} */
.pankuzu {
    max-width: 1040px;
    padding: 0 20px;
    margin: auto;
}

.pankuzu ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.pankuzu li {
    list-style: none;
    margin-right: 9px;
    margin-bottom: 0;
    font-size: 1.4rem;
}

.pankuzu a {
    color: #333;
    text-decoration: none;
    position: relative;
    /* padding-right: 10px; */
}

.pankuzu li:last-child a {
    pointer-events: none;
    text-decoration: none;
}

.pankuzu a:hover {
    text-decoration: underline;
}

.pankuzu li:not(:last-child) a::after {
    /* position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    top: calc(50% - 2px);
    right: 0; */
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    margin: 0 0px 2px 7px;
}


.pankuzu#pankuzu_t {
    /* margin-top: 28px; */
    margin: 28px auto 48px;
}

.pankuzu#pankuzu_b {
    margin-bottom: 35px;
}

.page_link {
    padding: 0;
    overflow: hidden;
}

.page_link li {
    float: left;
    list-style: none;
    margin: 0 20px 10px 0;
}

.page_link a {
    position: relative;
    padding-left: 20px;
    color: #333;
    font-size: 1.4rem;
    text-decoration: none;
}

.page_link a:hover {
    text-decoration: underline;
}

.page_link a::before,
.page_link a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    margin: auto;
}

.page_link a::before {
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #000;
}

.page_link a::after {
    top: -2px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.column_2,
.column_3,
.column_4 {
    display: grid;
    grid-gap: 40px 1.9%;
    margin: 15px 0 0;
}

.column_2 {
    grid-template-columns: repeat(auto-fit, 49%);
}

.column_3 {
    grid-template-columns: repeat(auto-fit, 32%);
}

.column_4 {
    grid-template-columns: repeat(auto-fit, 23.55%);
}

/* div[class^="column_"]>div>*:first-child {
	margin-top: 0 !important;
}

div[class^="column_"]>div>*:last-child {
	margin-bottom: 0 !important;
}

div[class^="column_"] img {
	max-width: 100%;
	height: auto;
} */

.txt_continue {
    text-align: center;
    margin: 64px 0;
}

.link_btn {
    text-align: center;
    margin: 65px 0 100px;
}

.link_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    padding: 0 18px !important;
    margin: auto;
    background-color: #21a261 !important;
    background-image: none !important;

    border-radius: 4px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    height: 50px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    border: 2px solid #21a261;
    vertical-align: middle;
}

.link_btn a:hover {
    background-color: #fff !important;
    color: #21a261;
}

.link_btn a[target="_blank"] span {
    padding-right: 20px;
    background: url(../img/popup_w.svg) no-repeat center right 5px;
    transition: all .3s ease;
}

.link_btn a[target="_blank"]:hover span {
    background: url(../img/popup_b.svg) no-repeat center right 5px;
}

.map,
.movie_wrap {
    position: relative;
    width: auto;
    height: 0;
    padding-bottom: 68.75%;
    margin: 0 auto;
    overflow: hidden;
}

.map iframe,
.map object,
.map embed,
.movie_wrap iframe,
.movie_wrap object,
.movie_wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.movie_wrap_link img {
    transition: all .3s ease;
}

.movie_wrap_link:hover img {
    transform: scale(1.05);
}

/* .movie_wrap+span {
	display: block;
	letter-spacing: .05em;
	margin-top: 5px;
} */

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right;
}

/*----- pagenav -----*/
.pagenavi_area {
    margin: 65px auto;
}

.pagenavi {
    position: relative;
    text-align: center;
    max-width: 280px;
    /* margin: 50px auto; */
    margin: auto;
}

.previouspostslink,
.nextpostslink {
    position: absolute;
    bottom: 1px;
    transition: color 0.3s;
}

.previouspostslink {
    left: 0;
}

.nextpostslink {
    right: 0;
}

.pagenavi a {
    text-decoration: none !important;
    color: #222222;
}

/* .content_area.search .pagenavi {
	margin: auto;
} */
/* .previouspostslink::before,
.nextpostslink::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
}

.previouspostslink::before {
	left: 3px;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
}

.nextpostslink::before {
	right: 3px;
	border-top: 1px solid #222222;
	border-right: 1px solid #222222;
} */

.current,
.page {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    margin: 0 2px;
    transition: color 0.3s;
}

.current,
.page:hover {
    color: #21a261 !important;
}

/* .search_result {
	float: left;
} */

/*----- search_toggle -----*/
/* #search_top_wrap */
#search_top_wrap {
    /* トグル時のbox-shadow対策 */
    margin: 0 -10px;
}

/* 検索条件を指定して再検索をする */
.search_toggle {
    display: flex;
    background: #E7F1F7;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 17px;
    margin: 0 0 50px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
    /* トグル時のbox-shadow対策 */
    margin: 0 10px;
}

.search_toggle::before,
.search_toggle::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    right: 25px;
    width: 16px;
    height: 2px;
    background: #333;
    transition: all 0.3s;
    top: 0;
    bottom: 0;
    margin: auto;
}

.search_toggle::after {
    transform: rotate(90deg);
}


.search_toggle span {
    font-size: 2.0rem;
    letter-spacing: 0;
}

.search_toggle:hover {
    background: #B1DBF9;
}

.search_toggle.active::after {
    transform: rotate(0deg);
}

/* form_wrap */
.form_wrap {
    display: none;
    padding: 50px 0 0;
}

/* フリーワード検索 */
.search_freeword_area {
    display: flex;
    /* トグル時のbox-shadow対策 */
    margin: 0 10px;
}

.search_freeword_head {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0;
    margin: 10px auto 0 0;
}

.search_freeword_item {
    width: calc(100% - 124px);
}

.search_freeword_block {
    display: flex;
    flex-wrap: wrap;
}

#search_top_wrap .search_txt {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    padding: 10px 15px;
    margin-right: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    position: relative;
    height: 50px;
    width: calc(100% - 120px);
    box-sizing: border-box;
}


.search_button {
    font-size: 1.6rem;
    letter-spacing: 0;
    position: relative;
    height: 50px;
    display: block;
    font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    text-align: center;
    color: #fff;
    width: 110px;
    padding: 10px;
    background: #21a261;
    border: 1px solid #21a261;
    margin-right: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s ease;
}

.search_button .search_on {
    display: inline-block;
    padding-left: 27px;
    background: url(../img/search_icon_w.svg) no-repeat center left / 15px 17px;
}

.search_note {
    display: block;
    letter-spacing: .05em;
    max-height: 100%;
    margin-top: 5px;
}

/* 求人データ */
.search_data_area {
    /* トグル時のbox-shadow対策 */
    margin: 0 10px;
}

.search_data_area h2 {
    padding: 0;
    margin: 32px 0 10px;
    border-bottom: none;
}

.search_data_block {
    padding: 4px 13px 9px;
    margin-bottom: 59px;
    border-top: 5px solid #21a261;

    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}

table.search_table {
    margin: 0;
    border-top: none;
    border-left: none;
    height: 100%;
}

table.search_table th,
table.search_table td {
    border-right: none;
    border-bottom: 1px solid #E6E6E6;
    background: none;
    height: 100%;
    vertical-align: middle;

}

table.search_table tr:last-child th,
table.search_table tr:last-child td {
    border-bottom: none;
}

table.search_table th {
    width: 263px;
    letter-spacing: normal;
    padding: 5px 13px 5px 0;
    vertical-align: top;

}

.search_table_head {
    background: #F5F5F5;
    padding: 15px 20px 14px;
    height: 100%;
    display: block;
}

table.search_table td {
    padding: 20px 0;
}

.form_td_box {
    margin-top: 19px;
}


.search_table .search_select_box {
    position: relative;
}

.search_table .search_select_box::after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    right: 13px;
    bottom: 4px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    transform: rotate(45deg);
}

#search_top_wrap .search_select_box select {
    font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    color: #222;
    padding: 0 22px 1px 11px;
    border: 1px solid #B5B5B5;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 50px;
    position: relative;
}

#search_top_wrap .search_select_box select option {
    color: #333;
}


.search_table .form_column {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 -19px 0;
}

.search_table .form_column > label {
    letter-spacing: 0;
    width: 25%;
    padding-right: 15px;
    margin: 0 0 19px 0;
}

.search_table .form_column > label:nth-child(4n) {
    padding-right: 0;
}

.search_table .form_column > label {
    position: relative;
}

.search_table .form_column > label > input {
    position: absolute !important;
    top: 5px;
    left: 0;
}

.search_table .form_column > label > span {
    display: block;
    margin-left: 5px;
    padding-left: 18px;
}

.search_table .form_column_item label span {
    display: block;
    margin-left: 5px;
    padding-left: 18px;
}

.search_table .form_column_item {
    letter-spacing: 0;
    width: 25%;
    padding-right: 15px;
    margin: 0 0 19px 0;
}

.search_table .form_column_item:nth-child(4n) {
    padding-right: 0;
}

.search_table .form_column_item label {
    position: relative;
}

.search_table .form_column_item label input {
    position: absolute !important;
    top: 5px;
    left: 0;
}

.search_table .form_column_item label span {
    display: block;
    margin-left: 5px;
    padding-left: 18px;
}

.form_column_h {
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 19px 0;
}

.search_data_area .search_button {
    width: 250px;
    margin: auto;
}

/* search hoverエフェクト */
.search_button:hover {
    background: #eff6f3;
    border-color: #eff6f3;
}

/* st-2023改修で追加 */
.form_column > label > input {
    margin: 0 5px 0 0;
}

.form_column > label > span {
    display: block;
}

/* 認定の有無 */
label.certification > input[id*="jobcafe_search_form_certification_"] {
    visibility: hidden;
    /*display: none;*/
}

.block_item {
    display: block;
}

.search_result_txt > p {
    height: calc(1.5em * 5); /* 制限したい行数が5の場合 */
    line-height: 1.5em; /* heightと同じ値にする */
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
}

.search_result_txt > p > span {
    margin-right: 1em;
}

.search_result_txt > p::before {
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(231, 241, 247, 1) 30% /* 背景色 */
    );
    bottom: 0;
    content: "…";
    padding-left: 1em;
    position: absolute;
    right: 0;
}

.search_result_txt > p::after {
    background: #E7F1F7; /* 背景色 */
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

/* en-2023改修で追加 */

/* count */
.search_result_count {
    display: block;
    letter-spacing: 0;
    margin: 60px 0 55px;
}

/*----- search_toggle内　tooltip -----*/
.tooltiplink {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    cursor: pointer;
}

.form_td_box .tooltiplink {
    vertical-align: middle;
}

.tooltiplink img {
    width: 20px;
}

.tooltip {
    display: none;
    position: absolute;
    padding: 0;
    /* margin: 0.3em 0 0 0; */
    bottom: calc(100% + 7px);
    left: 50%;
    transform: translateX(-50%);
    animation-name: fade-in;
    animation-duration: 0.5s;
}

.tooltip_inner {
    color: #222;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    border-radius: 0.3em;
}

.tooltip_inner * {
    /* margin: 0; */
    line-height: 1.4;
}

.tooltip_inner > p:last-child {
    margin: 0;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*----- message -----*/
.message_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -32px;
}

.message_item {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 32px 0;
}

.message_item:nth-child(3n) {
    margin-right: 0;
}

.message_link {
    display: block;
    color: #222 !important;
    text-decoration: none !important;
}

.message_img_box {
    padding-top: 68.75%;
    position: relative;
    overflow: hidden;
}

.message_img_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
    transition: all .5s ease;
}

.message_link_r * {
    line-height: 1.5;
}

a:hover .message_link_r > *:not(:first-child) {
    opacity: .7;
}

.senior_cate {
    display: inline-block;
    min-width: 95px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    padding: 3px 7px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #21a261;
    color: #21a261;
}

.message_catchcopy {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0 0 15px 0;
    transition: all .3s;
}

.message_companyname {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 3px;
    transition: all .3s;
}

.message_occupation {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 3px;
    transition: all .3s;
}

.message_name {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    transition: all .3s;
}

.message_experience {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    transition: all .3s;
}

/* message hover */
.message_link:hover .message_img_box img {
    transform: scale(1.1);
}

/* message detail */
.message_catch {
    position: relative;
}

.message_catch_img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 45%;
    margin-bottom: 16px;
}

.message_catch_img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: 0.5s;
}

.message_catch_info {
    position: absolute;
    right: 38px;
    bottom: 31px;
    max-width: 33%;
    padding: 20px 20px 19px;
    background: #FFF;
}

.message_catch_info .tag_item {
    font-size: 1.4rem;
    padding: 3px 5px;
    margin: 0 5px 11px 0;
}

.message_info_data {
    letter-spacing: 0;
}

.message_info_name {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
}

/*----- tag -----*/
.tag_list {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px 0 0;
}

.tag_item {
    display: inline-block;
    min-width: 95px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    padding: 3px 7px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #21a261;
    color: #21a261;
}

/* .tag_item:last-child {
	margin-right: 0;
} */

@media screen and (max-width: 1024px) {

    h2 {
        margin: 30px 0 19px;
    }

    .table_no_border th,
    .table_no_border td {
        padding: 11px 10px 10px;
    }

    .table_no_border td {
        padding: 11px 0 10px 12px;
    }

    .page_link a {
        font-size: 1.3rem;
    }

    .link_btn a {
        min-width: 230px;
        padding: 16px 20px;
        font-size: 1.4rem;
    }

    /*----- message -----*/
    .message_catchcopy {
        font-size: 2.0rem;
    }

    .senior_cate {
        min-width: auto;
    }

    /*----- tag -----*/
    .tag_item {
        min-width: auto;
    }
}

@media screen and (max-width: 767px) {
    .h1_wrap {
        padding: 30px 0 5px;
        margin-bottom: 10px;
    }

    .pc_size {
        display: none !important;
    }

    .sp_size {
        display: block !important;
    }

    .page_title {
        font-size: 1.7rem;
        letter-spacing: 0;
    }


    .content_area {
        padding-bottom: 35px;
    }

    h2 {
        font-size: 1.7rem;
        padding-bottom: 4px;
        margin: 27px 0 15px;
    }

    h3 {
        font-size: 1.3rem;
        margin: 27px 0 5px;
    }

    h3::before {
        height: 19px;
        top: 0;
    }

    h4 {
        font-size: 1.3rem;
        margin: 49px 0 13px;
    }

    [href^="tel:"] {
        pointer-events: all !important;
    }

    img {
        margin: auto;
    }

    p {
        font-size: 1.3rem;
        margin: 0 0 12px;
        max-height: 100%;
    }

    ul,
    ol {
        font-size: 1.4rem;
        margin: 0 0 12px;
        max-height: 100%;
    }

    th,
    td {
        padding: 18px 14px 17px;
        font-size: 1.4rem;
        max-height: 100%;
        word-break: break-all;
    }

    th ul,
    td ol {
        font-size: 1.4rem;
        max-height: 100%;
    }

    table {
        margin: 25px 0;
    }

    /* borderのないテーブル */
    .table_no_border table {
        border-spacing: 0 2px;
    }

    .table_no_border th,
    .table_no_border td {
        display: block;
        width: 100%;
        padding: 11px 7px 10px;
        border: none;
        line-height: 1.384;
        letter-spacing: 0;
    }

    .table_no_border th {
        font-size: 1.2rem;
        min-width: 100px;
    }

    .table_no_border td {
        font-size: 1.3rem;
        padding: 10px 0 9px;
        word-break: break-all;
    }

    .column_4 {
        grid-template-columns: repeat(auto-fit, 48.181%);
    }

    .page_link li a {
        font-size: 1.2rem;
    }

    .txt_continue {
        margin: 34px 0;
    }

    .link_btn {
        margin: 22px 0 30px;
    }

    .link_btn a {
        height: 44px;
        font-size: 1.4rem;
    }

    .tel {
        pointer-events: auto;
    }

    .pankuzu#pankuzu_t {
        display: none;
    }

    .pankuzu ul {
        display: block;
    }

    .pankuzu li {
        display: inline;
    }

    .pankuzu a {
        font-size: 1.0rem;
    }

    .pankuzu li:not(:last-child) a::after {
        margin: 0 0 0 5px;
    }

    /*----- search_toggle -----*/
    .h1_wrap.search_h1 {
        display: flex;
        justify-content: space-between;
        padding: 30px 20px 5px;
    }

    .search_h1 .page_title {
        text-align: left;
        padding: 0;
        margin: 0;
    }

    /*----- search_toggle -----*/
    /* 検索条件を指定して再検索をする */
    /*.search_toggle {
    }*/
    .search_toggle::before,
    .search_toggle::after {
        right: 15px;
    }

    .search_toggle span {
        font-size: 1.3rem;
    }

    .search_toggle:hover {
        text-decoration: none;
    }

    .search_toggle.active::after {
        transform: rotate(0deg);
    }

    /* form_wrap */
    .form_wrap {
        display: none;
        padding: 10px 0 0;
    }

    /* フリーワード検索 */
    .search_freeword_area {
        display: block;
        background: #F5F5F5;
    }

    .search_freeword_head {
        font-size: 1.3rem;
        padding: 15px 23px 14px;
        margin: 0;
        border-bottom: 1px solid #FFF;
    }

    .search_freeword_head span {
        line-height: 1;
        display: block;
        padding-left: 28px;
        position: relative;
        padding-left: 20px;
    }

    .search_freeword_head span::before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15.5px;
        background: url(../img/search_icon.svg) no-repeat center left / 15px 15.5px;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .search_freeword_item {
        width: 100%;
        padding: 11px 10px 10px;
    }

    #search_top_wrap .search_txt {
        font-size: 1.4rem;
        font-weight: 400;
        padding: 10px;
        margin-right: 0;
        height: 40px;
        width: 100%;
        margin: 0 0 8px;
    }


    .search_button {
        font-size: 1.4rem;
        width: 100%;
        padding: 8px 10px 10px;
        height: 44px;
    }

    .search_button .search_on {
        padding-left: 22px;
    }

    .search_note {
        font-size: 1.3rem;
        margin: 0 0 8px;
    }

    /* 求人データ */
    .search_data_area h2 {
        text-align: center;
        margin: 28px 0 13px;
    }

    .search_data_block {
        padding: 12px 10px 0;
        margin-bottom: 20px;
        border-top: 3px solid #21a261;
    }

    table.search_table th,
    table.search_table td {
        display: block;
        font-size: 1.3rem;
        width: 100%;
        border: none !important;
    }

    table.search_table th {
        padding: 0;
    }

    table.search_table td {
        padding: 9px 0 13px 4px;
    }

    .search_table_head {
        padding: 9px 10px;
        display: block;
    }


    #search_top_wrap .search_select_box select {
        font-size: 1.3rem;
    }

    .search_table .form_column {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 -8px 0;

    }

    .search_table .form_column > label {
        width: calc(50% + 10px) !important;
        padding-right: 10px;
        margin: 0 0 8px 0;
    }

    .search_table .form_column > label:nth-child(2n) {
        width: calc(50% - 10px) !important;
        padding-right: 0;
        margin-left: auto;
    }

    .search_table .form_column > label input {
        top: 4px;
    }

    .search_table .form_column_item {
        width: calc(50% + 10px) !important;
        padding-right: 10px;
        margin: 0 0 8px 0;
    }

    .search_table .form_column_item:nth-child(2n) {
        width: calc(50% - 10px) !important;
        padding-right: 0;
        margin-left: auto;
    }

    .search_table .form_column_item label input {
        top: 4px;
    }

    .form_column_h {
        margin: 0 0 9px 0;
    }

    .search_data_area .search_button {
        width: 315px;
        max-width: 100%;
        margin: auto;
    }

    /* search hoverエフェクト */
    /* count */
    .search_result_count {
        font-size: 1.4rem;
        margin: 30px 0;
    }

    /*----- search_toggle内　tooltip -----*/
    .tooltip {
        transform: none;
    }

    .tooltip_inner {
        padding: 12px 13px;
        max-width: 70vw;
    }

    .tooltip_inner * {
        font-size: 1.3rem;
    }

    .tooltiplink.tooltip-left .tooltip {
        left: -20px;
    }

    .tooltiplink.tooltip-center .tooltip {
        left: 50%;
        transform: translateX(-50%);
    }


    .tooltiplink.tooltip-right .tooltip {
        left: auto;
        right: -20px;
    }

    /*----- message -----*/
    .message_list {
        margin-bottom: 0;
    }

    .message_item {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }

    .message_item:last-child {
        margin-bottom: 0 !important;
    }

    .message_link {
        display: flex;
        flex-wrap: wrap;
    }

    .message_link_l {
        width: 32%;
        margin-right: 2.5%;
    }

    /* .message_img_box {
    } */
    /* .message_img_box img {
    } */
    .message_link_r {
        width: calc((100% - 32%) - 2.5%);
    }

    .senior_cate {
        font-size: 1.2rem;
    }

    .message_catchcopy {
        font-size: 1.6rem;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .message_companyname {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .message_occupation {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .message_name {
        font-size: 1.4rem;
        font-weight: 500;
        display: inline-block;
        margin-right: 13px;
    }

    .message_experience {
        /* font-size: 1.3rem; */
        font-size: 1.4rem;
        font-weight: 400;
        display: inline-block;
    }

    .message_catch_info {
        position: static;
        max-width: 100%;
        padding: 0;
        margin-top: 5px;
    }

    .message_catch_info .tag_item {
        font-size: 1.2rem;
        padding: 3px 5px;
        max-height: 100%;
        margin: 0 5px 5px 0;
    }

    .message_info_data {
        font-size: 1.2rem;
        max-height: 100%;
    }

    .message_info_name {
        font-size: 1.4rem;
        max-height: 100%;
        margin: 0;
    }

    /*----- tag -----*/
    .tag_list {
        margin-top: 0;

    }

    .tag_item {
        font-size: 1.2rem;
    }

    .pagenavi_area {
        margin: 30px auto 20px;
    }

    .pagenavi {
        margin: auto;
        max-width: 241px;
    }

    .pagenavi a,
    .current {
        font-size: 1.3rem;
        letter-spacing: 1.3px;
        padding: 0 5px;
    }

    .current,
    .page {
        margin: 0 2px;
    }

    .column_2,
    .column_3,
    .column_4 {
        display: block;
        font-size: 1.3rem;
        max-height: 100%;
    }

    .column_item {
        margin-bottom: 18px;
    }

}
