@charset "UTF-8";

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.left {
    float: left;
}

img,
iframe {
    max-width: 100%;
    vertical-align: top;
    border-style: none;
    text-align: center;
}

.resImg {
    display: none;
}

strong {
    font-weight: bold;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    line-height: 1.8;
    text-align: left;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    /*font-weight: 500;*/
    -webkit-text-size-adjust: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    color: #221815;
    line-height: 1.4;
    overflow-x: hidden;
}

.blue_tag_container {
    display: flex;
    margin-bottom: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.blue_tag {
    display: inline-block;
    border-radius: 20px;
    margin: 5px 0;
    padding: 2px 10px;
    background-color: #199bd7;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    /*width: 100%;*/
    text-align: center;
}

.blue_tag.max-width {
    max-width: 33%;
}

.blue_tag:last-child {
    margin-right: 0;
}

.my-map {
    color: #199bd7;
    width: 18px;
    height: auto;
    text-align: center;
}

.mt40 {
    margin-top: 40px;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.home-input {
    width: 100%;
    height: 50px;
    /*border-radius: 10px;*/
    border: 1px solid #bbb;
    padding: 10px;
}

select {
    width: 100%;
    height: 50px;
    /* border-radius: 10px;*/
    border: 1px solid #bbb;
    padding: 10px;
}

.sp {
    display: none;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.breadcrumb {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 60px;
}

.breadcrumb ul li {
    float: left;
}

::-moz-selection {
    color: #1e1e1e;
    background: #eee;
}

::selection {
    color: #1e1e1e;
    background: #eee;
}


/* Link
----------------------------------------- */

a {
    outline: 0;
    text-decoration: none;
    color: #000;
    word-break: break-all;
}


/* Button
----------------------------------------- */

.button {
    width: 100%;
}

button {
    background-color: #1391d5;
    border: none;
    display: block;
    margin-left: 10px;
    /* padding: 10px 0; */
    padding: 10px;
    color: #fff810;
    cursor: pointer;
    font-size: 20px;
    font-size: 2rem;
    width: 150px;
    /*border-radius: 10px;*/
}


/* Header
----------------------------------------- */

#header {
    background-color: #199bd7;
}

#header h1 {
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    padding: 20px 0;
}

#header h1 img {
    width: 200px;
    height: auto;
}


/* Layout
----------------------------------------- */

main {
    /*background-color: #e6f5ff;*/
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
}

.searchbox_wrap {
    margin: 20px 0;
    padding: 30px;
    background-color: #fff;
    /*border-radius: 20px;*/
}

.searchbox_wrap .searchbox {
    padding-top: 3rem;
}

#jobsearch .searchbox_wrap #popularity_search,
#jobsearch .searchbox_wrap #area_search {
    background-color: #f3f7f8;
    margin-top: 3rem;
    padding: 30px;
}


/* トップページ
----------------------------------------- */

#main_visual {
    background: transparent no-repeat center top;
    background-image: url("../images/mv_bg.jpg");
    background-size: cover;
    /*background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;*/
    position: relative;
    z-index: 10;
}

.bg_blue {
    background-color: #199bd7;
    color: #fff;
}

.home_top {
    display: flex;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

@media (max-width: 768px) {
    .home_top {
        display: none;
    }
}

.home_top .home_top_menu {
    display: flex;
    margin-left: auto;
}

.home_top .home_top_menu li {
    margin-left: 2rem;
    font-weight: bold;
}

.home_top .home_top_menu li a {
    color: #fff;
}

.home_top .home_top_menu li a:hover {
    opacity: 0.5;
}

.home_top .home_top_menu li a:before {
    content: "∨";
    color: #fff;
    font-weight: bold;
    padding-right: 0.5rem;
}

#main_visual h2 {
    padding: 150px 0 450px;
}

h3 {
    /*color: #fff;
  background-color: #199bd7;
  padding: 10px 20px;*/
    margin-top: 50px;
    /*border-radius: 20px;*/
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    line-height: 4rem;
}

h3 span {
    font-family: "Impact", "DIN Condensed", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", sans-serif;
    /* font-weight: bold; */
    /* display: block; */
    font-size: 18px;
    font-size: 1.8rem;
    /* font-size: 5rem; */
    /*font-weight: normal;*/
}


/*.slide_wrapper {
  max-width: 1100px;
  margin: 20px auto 0;
}*/

#newarrival.newarrival {
    position: relative;
    z-index: 998;
    overflow: hidden;
    margin-top: -150px;
}

#newarrival .arc {
    min-height: 400px;
    border-top-right-radius: 1000px 200px;
    border-top-left-radius: 1000px 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    background: #fff;
}

#newarrival .arc .inner {
    padding-top: 150px;
}

.new_job_wrap {
    margin-top: 3rem;
}

.new_job_wrap .new_job {
    display: flex;
    flex-wrap: wrap;
}

.job_box {
    /*background-color: #fff;
  border-radius: 20px;
  box-shadow: rgba(82, 77, 77, 0.1) 2px 2px 0;*/
    /*margin-left: 10px;
  margin-right: 10px;
  width: 350px;
  height: 530px;*/
    width: 30%;
    margin-right: 5%;
    margin-bottom: 2rem;
    overflow: hidden;
}

.job_box:nth-child(3n) {
    margin-right: 0;
}

.job_box_img {
    height: 200px;
}

.job_box_img img {
    /*border-radius: 20px 20px 0 0;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job_box_text {
    /*padding: 20px;*/
    /*height: 380px;*/
}

#searchlist .job_box_text {
    height: auto;
}

.job_box_text h4 {
    /*color: #199bd7;*/
    color: #000;
    padding: 1rem 0 0.5rem 0;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.job_box_company {
    margin-top: 3px;
    font-size: 1.4rem;
    font-size: 14px;
}

.job_info {
    margin-top: 1rem;
}

.job_info .job_address {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 1rem;
}

.job_info .job_salary {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.job_type {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.job_box_text ul li {
    margin-bottom: 10px;
}

.job_box_text ul li img {
    display: inline-block;
    margin-right: 5px;
}

.slider h4 {
    color: #199bd7;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}

#jobsearch {
    margin-top: 100px;
    padding-bottom: 100px;
    background-color: #199bd7;
}

#jobsearch h3 {
    color: #fff;
    padding-top: 40px;
}

#jobsearch h4 {
    font-weight: bold;
    line-height: 35px;
}

.searchbox h4 img {
    margin-right: 9px;
}

.searchbox .tag_search {
    border-radius: 20px;
    margin: 20px 5px 0;
    padding: 2px 10px;
    border: 2px solid #199bd7;
    color: #199bd7;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}

.searchbox .tag_search a {
    color: #199bd7;
}

.search_con {
    margin-top: 20px;
    justify-content: space-around;
}

.search_con01 {
    width: 44%;
    height: 50px;
}

.search_con02 {
    width: 40%;
    height: 50px;
    position: relative;
    margin-left: 4%;
}

.search_con02:before {
    display: block;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: -41px;
    width: 40px;
    height: 40px;
    margin: auto 0;
    background: url(../images/cross.svg) no-repeat;
    content: "";
}

.search_con select:hover {
    background: #f2f2f2;
}

.search_con select.todofuken {
    width: 35%;
}

.search_con select.shityoson {
    width: 50%;
    margin-left: 2%;
}

.search_con button {
    width: 10%;
    margin-left: 2%;
}

.search_map {
    margin: 30px 0;
}

.map {
    width: 60%;
    border-right: 1px solid #bbb;
}

.maplist {
    position: relative;
    width: 500px;
    height: 450px;
    margin: 0 auto;
    background: url(../images/japanmap.png) no-repeat center top;
}

.maplist li {
    position: absolute;
    border-radius: 20px;
    padding: 2px 10px;
    border: 2px solid;
    background-color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.area {
    width: 40%;
}

.maplist li.list_hokkaido {
    color: #3b80be;
    border-color: #3b80be;
    top: 60px;
    left: 240px;
}

.maplist li.list_tohoku {
    color: #3faee3;
    border-color: #3faee3;
    top: 160px;
    right: 30px;
}

.maplist li.list_tokai {
    color: #a4c837;
    border-color: #a4c837;
    top: 170px;
    left: 240px;
}

.maplist li.list_kanto {
    color: #45b1bc;
    border-color: #45b1bc;
    top: 360px;
    right: 100px;
}

.maplist li.list_kansai {
    color: #aa8ebe;
    border-color: #aa8ebe;
    top: 385px;
    right: 210px;
}

.maplist li.list_tyugoku {
    color: #f3ba3c;
    border-color: #f3ba3c;
    top: 220px;
    left: 140px;
}

.maplist li.list_shikoku {
    color: #dfaa6c;
    border-color: #dfaa6c;
    top: 390px;
    left: 150px;
}

.maplist li.list_kyusyu {
    color: #ea8ba1;
    border-color: #ea8ba1;
    top: 220px;
    left: 55px;
}

.maplist li.list_okinawa {
    color: #e2703c;
    border-color: #e2703c;
    top: 390px;
    left: 10px;
}

.area {
    padding: 10% 7%;
    text-align: center;
}

.area_list.hide {
    display: none;
}

.area_list:nth-child(1) h5 {
    color: #3b80be;
}

.area_list:nth-child(2) h5 {
    color: #3faee3;
}

.area_list:nth-child(3) h5 {
    color: #a4c837;
}

.area_list:nth-child(4) h5 {
    color: #45b1bc;
}

.area_list:nth-child(5) h5 {
    color: #aa8ebe;
}

.area_list:nth-child(6) h5 {
    color: #f3ba3c;
}

.area_list:nth-child(7) h5 {
    color: #dfaa6c;
}

.area_list:nth-child(8) h5 {
    color: #ea8ba1;
}

.area_list:nth-child(9) h5 {
    color: #e2703c;
}

.area h5 {
    /* padding: 10px; */
    text-align: left;
    /* border-radius: 20px; */
    /* background-color: #aa8ebe; */
    width: 100%;
    /* color: #fff; */
    font-weight: bold;
    font-size: 32px;
    font-size: 3.2rem;
}

.area ul {
    flex-wrap: wrap;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .area ul {
        margin-top: 0;
    }
}

.area ul li {
    border-radius: 20px;
    margin: 10px 10px 0 0;
    padding: 2px 20px;
    /* box-shadow: rgba(82, 77, 77, 0.1) 2px 2px 0; */
    background-color: #fff;
    /* align-items: flex-start; */
}

.area_list:nth-child(1) ul li {
    border: 2px solid #3b80be;
}

.area_list:nth-child(2) ul li {
    border: 2px solid #3faee3;
}

.area_list:nth-child(3) ul li {
    border: 2px solid #a4c837;
}

.area_list:nth-child(4) ul li {
    border: 2px solid #45b1bc;
}

.area_list:nth-child(5) ul li {
    border: 2px solid #aa8ebe;
}

.area_list:nth-child(6) ul li {
    border: 2px solid #f3ba3c;
}

.area_list:nth-child(7) ul li {
    border: 2px solid #dfaa6c;
}

.area_list:nth-child(8) ul li {
    border: 2px solid #ea8ba1;
}

.area_list:nth-child(9) ul li {
    border: 2px solid #e2703c;
}

@media (min-width: 768px) {
    .area ul li {
        width: 130px;
    }
}


/* 検索ページ
----------------------------------------- */

#jobsearch02 {
    padding: 50px 15px;
    min-width: 1024px;
    margin-bottom: 10rem;
}

@media (max-width: 768px) {
    #jobsearch02 {
        min-width: 100%;
        margin-bottom: 3rem;
    }
}

#nowsearch {
    background-color: #fff;
    border-radius: 20px;
    font-weight: bold;
}

#nowsearch h4 {
    border-bottom: 1px solid #bbb;
    padding: 20px;
}

.nowsearchbox {
    padding: 20px;
}

.nowsearch_con {
    width: 100%;
    margin-bottom: 10px;
}

.nowsearch_con img {
    margin-right: 9px;
}

.nowsearch_con div {
    width: 20%;
    display: flex;
    align-items: center;
}

.nowsearch_con input {
    width: 80%;
    height: 6vh;
    padding: 10px;
}

.nowsearch_con select.todofuken {
    width: 35%;
}

.nowsearch_con select.shityoson {
    width: 44%;
    margin-left: 1%;
}

.nowsearch_con select.syokusyu {
    width: 35%;
}

.nowsearch_con select.bunrui {
    width: 44%;
    margin-left: 1%;
}

.nowsearch_button {
    width: 80%;
    margin-left: 20%;
}

.nowsearch_button button {
    width: 50%;
    margin: 0 auto;
}

#searchlist {
    margin-top: 50px;
}

#searchlist h2 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    /* width: 50%; */
}

.searchlist_top {
    display: flex;
    flex-wrap: wrap;
    /* width: 50%; */
    flex: 1;
    align-items: center;
    /* justify-content: flex-end; */
    justify-content: center;
}

.list_box {
    background-color: #fff;
    border: 2px solid #1391d5;
    border-radius: 10px;
    padding: 10px;
    color: #1391d5;
    font-weight: bold;
    margin-left: 10px;
}

.list_box_active {
    background-color: #1391d5;
    color: #fff;
}

.list_box:hover {
    background-color: #1391d5;
    color: #fff;
}

.list_box_first {
    margin-left: auto;
    padding: 10px 50px 10px 10px;
    position: relative;
}

.list_box_first:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 5px;
    height: 5px;
    margin: auto 0;
    border-top: 2px solid #1391d5;
    border-right: 2px solid #1391d5;
    transform: rotate(135deg);
    content: "";
}

.list_box a {
    color: #1391d5;
}

.annotation {
    font-size: 16px;
    font-size: 1.6rem;
}

.number {
    font-size: 20px;
    font-size: 2rem;
    color: red;
    letter-spacing: 0.15rem;
}

#searchlist_contents {
    margin-top: 50px;
}

#searchlist_side {
    width: 30%;
    background-color: #fff;
    margin: 0 3% auto 0;
    /*  border-radius: 20px;
  box-shadow: rgb(82 77 77 / 10%) 2px 2px 0;*/
}

#searchlist_side h3 {
    margin-top: 0;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

#searchlist_side>ul {
    padding: 8%;
}

#searchlist_side .job_box {
    width: 100%;
    margin: 0 0 20px 0;
}

#searchlist_main {
    width: 67%;
}

.searchlistbox {
    padding: 30px 0 6rem;
    background-color: #fff;
    /*border-radius: 20px;
  box-shadow: rgb(82 77 77 / 10%) 2px 2px 0;*/
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#jobsearch02 .searchlistbox:after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: #1391d5;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.searchlistbox .job_type {
    color: #1391d5;
    font-size: 24px;
    font-size: 2.4rem;
    /*text-decoration: underline;*/
    font-weight: bold;
}

.searchlistbox .blue_tag {
    /* margin: 10px 0; */
    width: fit-content;
}

.searchlistbox ul {
    /*background-color: #e6f5ff;
  border-radius: 10px;
  margin: 10px 0;*/
}

.searchlistbox ul li {
    /*width: 33.33%;
  text-align: center;
  padding: 15px;
  line-height: 2;
  border-right: 1px solid #d6e3ea;*/
    display: flex;
    flex-flow: wrap;
    align-items: center;
    line-height: 0;
    /*padding-top: 1rem;*/
    margin-right: 2rem;
}

.searchlistbox ul li img {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
}


/*.searchlistbox ul li:last-of-type {
  border-right: none;
}*/

.searchlistbox_con {
    margin-top: 20px;
}

.searchlistbox_text {
    width: 50%;
    height: 200px;
    overflow: hidden;
}

.searchlistbox_img {
    width: 45%;
    margin-left: 5%;
}

.searchlistbox_img img {
    /*border-radius: 10px;*/
}

.searchlistbox_button {
    width: 60%;
    margin: 20px auto 0;
    text-align: center;
}

.searchlistbox_button a {
    color: #fff;
    display: inline-block;
}

.searchlistbox_button button {
    width: 100%;
    margin: 2rem auto 0 auto;
    padding: 1rem 3rem;
}

.searchlist_bottom {
    justify-content: center;
}

#newarrival_search {
    display: none;
}


/* お知らせページ
----------------------------------------- */

#jobsearch03 {
    padding-bottom: 150px;
}

.job_img {
    background-color: #115d83;
    display: inline-block;
    width: 100%;
    height: 100vh;
    position: relative;
}

.job_img img {
    opacity: 0.7;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .job_img {
        width: 100%;
        height: auto;
    }
}

.job_img .breadcrumb {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 10%;
    color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.job_img .breadcrumb ul li a {
    color: #fff;
    font-weight: bold;
}

#jobsearch03 .searchlistbox {
    padding: 50px;
    margin: 50px 0;
    /* position: relative; */
    /* top: -200px; */
}

@media (min-width: 768px) {
    #jobsearch03 .searchlistbox {
        margin-top: -600px;
    }
}

#jobsearch03 .searchlistbox h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1;
}

#jobsearch03 .searchlistbox h3 {
    font-size: 20px;
    font-size: 2rem;
    /* font-weight: bold; */
    line-height: 1;
    color: #221815;
    background-color: transparent;
    margin-top: 10px;
    padding: 0;
    border-radius: 0;
    text-align: left;
    margin-bottom: 1rem;
}

#jobsearch03 .searchlistbox .job_h4 {
    font-size: 2rem;
    padding-bottom: 2rem;
    font-weight: bold;
    border-bottom: #979797 solid 1px;
    padding-top: 7rem;
}

.job_iconinfo {
    margin-top: 2rem;
}

.job_iconinfo li {
    margin-bottom: 1rem;
}

#jobsearch03 .searchlistbox .info_time {
    font-size: 14px;
    font-size: 1.4rem;
    color: #8a8a8a;
    position: absolute;
    right: 50px;
    top: 20px;
}

#jobsearch03 .searchlistbox ul {
    margin-bottom: 40px;
}

#jobsearch03 .searchlistbox .job_type {
    margin-top: 0;
    border-top: 1px solid #e7e7e7;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    padding: 50px 8px 0 20px;
    line-height: 1em;
}

#jobsearch03 .searchlistbox h4:before {
    /* content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 1.1em;
  background-color: #1391d5; */
}

#jobsearch03 .searchlistbox h5 {
    font-size: 22px;
    font-size: 2.2rem;
    border-top: 3px dotted #e7e7e7;
    font-weight: bold;
    padding-top: 30px;
    color: #1391d5;
}

#jobsearch03 .searchlistbox h5:first-of-type {
    border-top: none;
    padding-top: 0;
}

#jobsearch03 .searchlistbox .searchlistbox_con {
    padding-bottom: 50px;
}

#jobsearch03 .searchlistbox .searchlistbox_con .searchlistbox_text {
    width: 65%;
    height: auto;
}

#jobsearch03 .searchlistbox .searchlistbox_con .searchlistbox_img {
    width: 30%;
    margin-left: 5%;
}

#jobsearch03 .searchlistbox .info_text {
    padding: 30px 0 50px;
}

#jobsearch03 .searchlistbox .info_text.info_text_big {
    font-size: 22px;
    font-size: 2.2rem;
}

#jobsearch03 .searchlistbox_button {
    width: auto;
    margin: 0 auto;
}

#jobsearch03 .searchlistbox_button button {
    width: auto;
    margin: 0 auto;
    padding: 20px 100px;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
}


/*#jobsearch03 .searchlistbox .info_table_con {
  padding: 30px;
}*/

#jobsearch03 .searchlistbox h4:last-of-type {
    border-top: none;
}

#jobsearch03 table.info_table {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    margin: 50px auto;
    border-collapse: separate;
    /*border-radius: 25px;*/
    background-color: #fff;
    /*border: 1px solid #c6c6c6;*/
    text-align: left;
}

#jobsearch03 table.info_table tbody tr:nth-child(odd) {
    background-color: #f3f7f8;
}

#jobsearch03 table.info_table tbody tr:last-child {
    background-color: #fff;
}

#jobsearch03 table.info_table tbody td {
    vertical-align: middle;
    padding: 20px;
}

#jobsearch03 table.info_table tbody td.info_ttl {
    font-weight: bold;
}

#jobsearch03 table.info_table tbody td iframe {
    padding: 20px 0;
}

#jobsearch03 table.info_table tbody td:first-child {
    text-align: left;
    width: 30%;
}

#jobsearch03 table.info_table tbody td:last-child {
    border-right: none;
    text-align: left;
    width: 70%;
}


/*#jobsearch03 table.info_table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 25px;
}
#jobsearch03 table.info_table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 25px;
}
#jobsearch03 table.info_table tbody tr:first-child td:first-child {
  border-top-left-radius: 25px;
}
#jobsearch03 table.info_table tbody tr:first-child td:last-child {
  border-top-right-radius: 25px;
}*/

#newarrival_search.info_search {
    display: block;
    background-color: #f3f7f8;
    padding-top: 5rem;
}


/* Footer
----------------------------------------- */

footer {
    width: 100%;
    background-color: #199bd7;
    color: #fff;
    font-weight: bold;
}

footer h4 {
    line-height: 35px;
    padding-bottom: 30px;
}

footer h4 img {
    margin-right: 9px;
}

footer ul {
    padding: 10px 0;
}

footer ul li {
    padding-right: 20px;
}

footer h1 img {
    width: 200px;
    height: auto;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #000;
}

footer .inner {
    padding: 50px 30px;
}

footer .inner:first-of-type {
    border-bottom: 1px solid #fff;
}

footer ul.footer_link {
    padding: 10px 0 10px 50px;
}

footer ul.footer_link li {
    padding: 0 20px;
    border-right: 1px solid #fff;
}

footer ul.footer_link li:last-child {
    border-right: none;
}

.copyrights {
    color: #199bd7;
    background-color: #fff;
    padding: 2rem 0;
    text-align: center;
    font-size: 12px;
    font-size: 1rem;
    font-weight: 300;
}

.operating_wrap {
    padding-top: 4rem;
    padding-bottom: 6rem;
    background-image: url("../images/opereting_back.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.operating_wrap p {
    width: 70%;
    text-align: center;
    margin: 2rem auto;
    font-weight: normal;
}

.operating_wrap .op_link {
    text-align: center;
    margin: 1rem auto;
    margin-top: 3rem;
    padding: 1rem;
    width: object-fit;
}

.operating_wrap .op_link a {
    color: #259bd7;
    background-color: #fff;
    font-weight: normal;
    padding: 1rem 3rem;
}

.operating_wrap .op_link a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #259bd7;
    transition: 0.5s;
}

.operating_wrap .op_link a:after {
    content: "";
    background-image: url("../images/arrow_op.svg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 1rem;
    width: 5.5rem;
    margin-left: 1rem;
    vertical-align: middle;
}

.tp_link {
    margin: 7rem auto;
    text-align: center;
}

.tp_link a {
    color: #fff;
    background-color: #259bd7;
    font-weight: normal;
    padding: 1rem 3rem;
}

.tp_link a:hover {
    color: #259bd7;
    background-color: #fff;
    transition: 0.5s;
    border: #259bd7 1px solid;
}


/* ↓↓↓↓↓↓↓↓↓↓
スマホ表示
----------------------------------------- */

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: inline-block;
    }
    .inner {
        margin: 0 4%;
    }
    .ftbig {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
    }
    #header {
        height: 60px;
        text-align: center;
        position: fixed;
        width: 100%;
        z-index: 9999;
        top: 0;
        right: 0;
        left: 0;
    }
    #header h1 {
        padding: 15px 0;
    }
    #header h1 img {
        width: 150px;
        height: auto;
    }
    main {
        padding-top: 60px;
    }
    /* トップページ
----------------------------------------- */
    #main_visual h2 {
        padding: 0;
    }
    #newarrival .arc {
        margin-top: 30%;
    }
    #newarrival .arc .inner {
        padding-top: 0;
    }
    #sp_nav02 {
        margin-top: 30px;
        width: 100%;
    }
    /*  #sp_nav02 .inner {
    border-radius: 10px;
    box-shadow: rgba(82, 77, 77, 0.1) 2px 2px 0;
  }*/
    /*  #sp_nav02 header {
    border-radius: 10px 10px 0 0;
    height: 10px;
    background-color: #199bd7;
  }*/
    #sp_nav02 .sp_nav02_con {
        background-color: #fff;
        border-radius: 0 0 10px 10px;
        flex-wrap: wrap;
        align-items: center;
        cursor: pointer;
    }
    #sp_nav02 .sp_nav02_con .sp_nav02_con_box {
        width: 50%;
        height: 75px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 3%;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .sp_nav02_con_box:nth-child(1),
    .sp_nav02_con_box:nth-child(3) {
        border-right: 1px solid #bbb;
    }
    .sp_nav02_con_box:nth-child(3),
    .sp_nav02_con_box:nth-child(4) {
        border-top: 1px solid #bbb;
    }
    #sp_nav02 .sp_nav02_con .sp_nav02_con_text {
        display: inline-block;
        text-align: left;
        position: relative;
    }
    .nav_tytle {
        width: 80%;
        display: flex;
        align-items: center;
    }
    .nav_tytle img {
        width: 30%;
        height: auto;
        padding: 3%;
    }
    .nav_icon {
        position: relative;
        width: 20%;
    }
    .nav_icon:before {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        width: 8px;
        height: 8px;
        margin: auto 0;
        border-top: 2px solid #199bd7;
        border-right: 2px solid #199bd7;
        transform: rotate(135deg);
        content: "";
    }
    .newarrival h3 {
        border-radius: 10px 10px 0 0;
    }
    /*  .newarrival .inner {
    background-color: #fff;
    padding-bottom: 50px;
    border-radius: 10px;
    box-shadow: rgba(82, 77, 77, 0.1) 2px 2px 0;
  }*/
    .new_job_wrap .new_job {
        display: block;
    }
    .new_job_wrap .new_job .job_box {
        width: 100%;
    }
    .job_box {
        width: 100%;
    }
    #jobsearch {
        margin-top: 30px;
        padding-bottom: 50px;
    }
    #jobsearch h3 {
        /*display: none;*/
    }
    #jobsearch .searchbox {
        /*margin: 30px 0 0;
    padding: 0;
    border-radius: 10px;
    box-shadow: rgba(82, 77, 77, 0.1) 2px 2px 0;*/
    }
    .searchbox_wrap {
        padding: 3rem 2rem 4rem 2rem;
    }
    .searchbox_wrap .searchbox {
        padding-top: 0;
    }
    #requirement_search h4,
    #address_search h4,
    #popularity_search h4 {
        /*color: #fff;
    background-color: #199bd7;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    border-radius: 10px 10px 0 0;*/
    }
    .search_con {
        padding: 20px 3%;
        margin-top: 0;
    }
    .search_con01 {
        width: 100%;
        margin-bottom: 10px;
    }
    .search_con02 {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .search_con02:before {
        display: none;
    }
    .search_con button {
        width: 100%;
        margin-left: 0;
    }
    .search_con select.todofuken {
        width: 100%;
        margin-bottom: 10px;
    }
    .search_con select.shityoson {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    #area_search h4 {
        /*color: #fff;
    background-color: #199bd7;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    border-radius: 10px 10px 0 0;
    margin-top: 30px;*/
    }
    .search_map {
        margin: 0;
    }
    .area {
        padding: 0;
        text-align: left;
        width: 100%;
    }
    .area .area_list {
        width: 100%;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #bdbdbd;
    }
    .area .area_list:last-of-type {
        /* border-bottom: none; */
    }
    .area h5 {
        /* border-radius: 0; */
        background-color: transparent;
        width: 100%;
        /* color: #000; */
        /* font-weight: normal; */
        font-size: 20px;
        font-size: 2rem;
    }
    .area .area_icon {
        width: 20%;
        position: relative;
    }
    .area_icon:before {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        width: 8px;
        height: 8px;
        margin: auto 0;
        border-top: 2px solid #8a8a8a;
        border-right: 2px solid #8a8a8a;
        transform: rotate(135deg);
        content: "";
    }
    /* .area ul {
        display: none;
    }
    .area ul.hide {
        display: none;
    } */
    .tag_search_con {
        padding: 20px 3%;
        margin-top: 0;
    }
    .searchbox .tag_search {
        margin: 0 5px 5px;
    }
    .operating_wrap h3 span {
        line-height: 5rem;
        font-family: "Impact", "DIN Condensed", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", sans-serif;
        font-weight: bold;
    }
    .operating_wrap p {
        font-size: 1.5rem;
    }
    /* 検索ページ
----------------------------------------- */
    #nowsearch {
        /*    border-radius: 10px;
    box-shadow: rgba(82, 77, 77, 0.1) 2px 2px 0;*/
    }
    #nowsearch h4 {
        border-bottom: none;
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
        padding-bottom: 2rem;
        padding-left: 0;
    }
    .nowsearchbox {
        padding: 0;
    }
    .nowsearchbox_sp {
        width: 100%;
        padding: 0 20px 20px;
    }
    .nowsearchbox_sp .nowsearch_button {
        width: 100%;
        margin: 0;
    }
    .nowsearchbox_sp .nowsearch_button button {
        width: 100%;
        color: #fff;
        margin: 0;
    }
    #searchlist h2 {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        width: 100%;
    }
    .searchlist_top {
        display: block;
        width: 100%;
    }
    .list_box_first {
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px;
        margin: 20px 0;
    }
    #searchlist_contents {
        margin-top: 0;
    }
    #searchlist_main {
        width: 100%;
    }
    .searchlistbox {
        /*border-radius: 10px;*/
        padding: 3rem 0 6rem;
    }
    .searchlistbox h4 {
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
    }
    .searchlistbox .blue_tag {
        /* margin: 5px 0; */
        font-size: 14px;
        font-size: 1.4rem;
    }
    .searchlistbox ul li {
        width: 100%;
        text-align: left;
        border-right: none;
        display: flex;
        align-items: center;
        padding: 10px 20px 10px 0;
        line-height: 1.5;
        border-bottom: 1px solid #d6e3ea;
    }
    .searchlistbox ul li:last-of-type {
        border-bottom: none;
    }
    .searchlistbox ul li img {
        margin-right: 9px;
    }
    .searchlistbox_text {
        width: 100%;
        margin: 20px 0;
    }
    .searchlistbox_img {
        width: 100%;
        margin-left: 0;
        order: -1;
    }
    .searchlistbox_button {
        width: 100%;
        margin: 0;
    }
    #jobsearch03 .searchlistbox_button a {
        width: 100%;
        padding: 1rem 3rem;
    }
    .annotation_bottom {
        margin-top: 30px;
    }
    #newarrival_search {
        padding-bottom: 50px;
    }
    #newarrival_search h3 {
        margin-top: 0;
        text-align: left;
        border-bottom: 1px solid #979797;
        padding-bottom: 1rem;
        margin-bottom: 3rem;
    }
    .blue_tag_container {
        /*display: block;*/
        margin-top: 1rem;
    }
    .blue_tag.max-width {
        max-width: 100%;
    }
    /* ↓↓↓↓↓↓↓↓↓↓
2021.0531変更ここから
----------------------------------------- */
    #newarrival_search.newarrival {
        display: block;
    }
    /* お知らせページ
----------------------------------------- */
    #jobsearch03 {
        padding-bottom: 50px;
    }
    #jobsearch03 .searchlistbox {
        padding: 30px 20px;
        margin: 0 0 50px;
        top: -50px;
    }
    #jobsearch03 .searchlistbox .blue_tag {
        /* margin: 10px 0 0; */
    }
    #jobsearch03 .searchlistbox h4 {
        padding: 30px 8px 0 20px;
    }
    #jobsearch03 .searchlistbox .searchlistbox_con {
        padding-bottom: 0;
    }
    #jobsearch03 .searchlistbox .searchlistbox_con .searchlistbox_text {
        width: 100%;
    }
    #jobsearch03 .searchlistbox .searchlistbox_con .searchlistbox_img {
        width: 100%;
        margin-left: 0;
        order: -1;
    }
    #jobsearch03 .searchlistbox .info_text {
        padding: 30px 0;
    }
    #jobsearch03 .searchlistbox_button {
        width: 100%;
        margin: 0;
    }
    #jobsearch03 .searchlistbox_button button {
        width: 100%;
        margin: 0;
        padding: 20px 0;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        font-weight: bold;
    }
    #jobsearch03 .searchlistbox .info_table_con {
        padding: 30px 0;
    }
    #jobsearch03 .searchlistbox h4:last-of-type {
        padding-top: 50px;
    }
    #jobsearch03 table.info_table {
        margin: 0 0 30px;
        position: relative;
    }
    #jobsearch03 table.info_table tbody td {
        vertical-align: top;
        padding: 20px 10px;
    }
    #jobsearch03 table.info_table tbody tr:last-child td:last-child {
        padding-bottom: 80%;
    }
    #jobsearch03 table.info_table tbody tr:last-child td:last-child iframe {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 250px;
        height: 220px;
        width: 75vw;
        height: 60vw;
        z-index: 9999;
    }
    #jobsearch03 .searchlistbox .job_h4 {
        padding-bottom: 1.5rem;
        font-weight: bold;
        border-bottom: #979797 solid 1px;
        padding-top: 5rem;
        padding-left: 0;
    }
    /*  #newarrival_search.info_search .inner {
    background-color: #fff;
    padding-bottom: 50px;
    border-radius: 10px;
    box-shadow: rgba(82, 77, 77, 0.1) 2px 2px 0;
  }*/
    /*  #newarrival_search.info_search h3 {
    border-radius: 10px 10px 0 0;
  }*/
    /* ↓↓↓↓↓↓↓↓↓↓
2021.0531変更ここまで
----------------------------------------- */
    /* Footer
----------------------------------------- */
    footer .inner {
        padding: 30px 10px;
    }
    footer .inner:last-of-type {
        padding: 30px 0;
    }
    footer h4 {
        padding-bottom: 20px;
    }
    footer ul.footer_link {
        width: 100%;
        padding: 0;
    }
    footer ul.footer_link li {
        padding: 0 2%;
    }
}

.h-100 {
    height: 100%;
}


/* ↓↓↓↓↓↓↓↓↓↓
2021.1224変更ここから
----------------------------------------- */


/*----------------------------------------- 
   メニューボタン
----------------------------------------- */

#menu-btn {
    position: absolute;
    top: -10px;
    right: -16px;
    width: 100px;
    height: 80px;
    z-index: 99999;
}

#menu-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -12px;
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#menu-btn span:first-child {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#menu-btn span:last-child {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

#menu-btn:hover span:first-child {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

#menu-btn:hover span:last-child {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

body.open #menu-btn span:first-child {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

body.open #menu-btn span:last-child {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

#gnav-s {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 100px 10% 0;
    /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
    background: #e7f5ff;
    /*text-align: center;*/
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    pointer-events: none;
}

#gnav-s li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.4s ease;
    transition: transform 0.6s ease, opacity 0.4s ease, -webkit-transform 0.6s ease;
}

#gnav-s li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#gnav-s li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#gnav-s li:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#gnav-s li:nth-child(5) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

#gnav-s li:nth-child(6) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

#gnav-s ul li {
    margin-top: 0.8em;
    padding-bottom: 0.8em;
}

#gnav-s ul.gnav_s_list li+li {
    margin-top: 0.5em;
    padding-bottom: 0.5em;
}

#gnav-s ul.gnav_s_list {
    margin: 1em 0 0.2em;
}

#gnav-s ul li a {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #0e3472;
}

#gnav-s ul.gnav_s_list li a {
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    margin-left: 2rem;
}

#gnav-s ul.gnav_s_list li a img {
    margin-right: 9px;
}

#gnav-s ul li {
    border-bottom: 1px solid #c1c1c1;
}

#gnav-s ul.gnav_s_list li {
    border: none;
}

body.open #gnav-s {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

body.open #gnav-s li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.9s ease;
    transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

body.open #gnav-s li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

body.open #gnav-s li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

body.open #gnav-s li:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

body.open #gnav-s li:nth-child(5) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

body.open #gnav-s li:nth-child(6) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}


/*----------------------------------------- 
   プライバシーポリシー
----------------------------------------- */

#privacypolicy {
    padding-bottom: 100px;
}

#privacypolicy p {
    margin-bottom: 20px;
}

#privacypolicy .searchlistbox {
    padding: 50px;
    margin: 50px 0;
}

#privacypolicy .searchlistbox h2 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

#privacypolicy .searchlistbox ul {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    list-style-type: disc;
    margin-left: 2rem;
    margin-bottom: 20px;
}

#privacypolicy .searchlistbox ul li {
    width: 100%;
    text-align: left;
    padding: 0;
    line-height: 1.8;
    border-right: none;
}

#privacypolicy ol {
    list-style-type: lower-alpha;
    margin-left: 2rem;
}

#privacypolicy ol li {
    margin-bottom: 20px;
}

#privacypolicy ol li ul li {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #privacypolicy .searchlistbox {
        padding: 30px 20px;
    }
    #privacypolicy .searchlistbox ul li {
        border-bottom: none;
        display: list-item;
    }
}


/*----------------------------------------- 
   利用規約
----------------------------------------- */

#privacypolicy .searchlistbox h3 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    color: #221815;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
}

#privacypolicy.userpolicy ol {
    list-style-type: decimal;
    margin-left: 3.5rem;
}


/*----------------------------------------- 
   条件の変更
----------------------------------------- */

@media screen and (max-width: 768px) {
    #gnav-s.searchchange {
        padding: 80px 0;
    }
    .searchchange .nowsearch_con {
        margin-bottom: 2rem;
    }
    .searchchange .nowsearch_con div {
        width: 100%;
    }
    .searchchange .nowsearch_con select,
    .searchchange .nowsearch_con input {
        width: 100%;
        height: 50px;
        /*border-radius: 10px;*/
        border: 1px solid #bbb;
        padding: 10px;
        margin-top: 10px;
    }
    .nowsearch_con img {
        width: 2.5rem;
        height: 2.5rem;
    }
    .searchchange .nowsearch_con select:hover,
    .searchchange .nowsearch_con input:hover {
        background-color: #e7e7e7;
    }
    .searchchange .nowsearch_con select.todofuken {
        width: 100%;
    }
    .searchchange .nowsearch_con select.shityoson {
        width: 100%;
        margin-left: 0;
    }
    .searchchange .nowsearch_con select.syokusyu {
        width: 100%;
    }
    .searchchange .nowsearch_con select.bunrui {
        width: 100%;
        margin-left: 0;
    }
    .searchchange .nowsearch_button {
        width: 100%;
        margin-left: 0;
    }
    .searchchange .nowsearch_button button {
        width: 100%;
        margin: 0;
    }
}


/* 会社 */

.company-table-01 {
    padding: 60px 0;
    letter-spacing: 0.04em;
    border-top: #ababab 1px solid;
    line-height: 1.4;
}

.company-table-01>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border-bottom: #ababab 1px solid;
}

.company-table-01 dt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 210px;
    padding: 1.2em 0 1.2em 3em;
    background: #ebebeb;
}

.company-table-01 dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.2em 3em;
}

.privacy_policy {
    white-space: pre-line;
}


/*0831hri追加*/

html {
    scroll-behavior: smooth;
}

.job_t,
.job_r {
    margin-top: 60px;
}

.job_t img {
    width: 100%;
}

.job_t .t_content_wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.job_t .t_content {
    padding: 3rem 2rem 4rem;
}

.job_t .jh_mv {
    background-image: url(/images/re/mv_img.jpg);
}

.job_t .jh_mv .mv_txt {
    width: 60%;
    padding: 1rem;
}

.job_t .jh_mv .mv_txt .mv_ttl {
    max-width: 180px;
}

.job_t .jh_mv .mv_txt .mv_han {
    max-width: 190px;
    margin-top: 1.2rem;
}

.job_t .t_search {
    background: #199bd7;
    background: linear-gradient(90deg, #199bd7 0%, #0e3472 100%);
    position: relative;
}

.job_t .t_search h4 {
    width: 30%;
    max-width: 140px;
    margin: 0 auto 1.5rem;
}

.job_t .t_search .search_li {
    margin-bottom: 2rem;
}

.job_t .t_search .search_li ul li {
    /* background-color: #FFF; */
    border-radius: 5px;
    /* padding: 1.5rem 2rem; */
    font-size: 14px;
    margin-bottom: 0.8rem;
    position: relative;
}

.job_t .t_search .search_li ul li select {
    padding: 0;
    border: 0;
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
    padding: 1.5rem 2rem;
    outline: 0;
}

.job_t .t_search .search_li ul li:after {
    content: "";
    display: inline-block;
    background-image: url(/images/re/arrow@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.2rem;
    position: absolute;
    top: 2rem;
    right: 1rem;
}

.job_t .t_search .search_li .btn {
    display: flex;
    background-color: #ff8c00;
    padding: 1.5rem;
    border-radius: 5px;
    justify-content: center;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}

.job_t .t_search .search_li .btn img {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 1rem;
}

.job_t .t_search .search_key {
    background-color: #FFF;
    border-radius: 5px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.job_t .t_search .search_key h5 {
    border-bottom: 1px solid #222;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-size: 14px;
}

.job_t .t_search .search_key ul {
    display: flex;
    flex-wrap: wrap;
}

.job_t .t_search .search_key ul li {
    background-color: #EEE;
    border-radius: 5px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    color: #199bd7;
    font-size: 12px;
    padding: 0.3rem 0.8rem;
}

.job_t .t_search .search_key p {
    font-size: 14px;
    color: #222;
    margin-bottom: 1rem;
}

.job_t .t_search .search_key .search_box {
    display: flex;
    margin-bottom: 0.5rem;
}

.job_t .t_search .search_key .search_box input {
    width: 90%;
    border: 0;
    font-size: 14px;
    outline: 0;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 0 1rem;
    border-radius: 5px 0 0 5px;
}

.job_t .t_search .search_key .search_box .search_icon {
    width: 10%;
    min-width: 50px;
    background-color: #199bd7;
    text-align: center;
    padding: 0.5rem;
    border-radius: 0 5px 5px 0;
}

.job_t .t_search .search_key .search_box .search_icon img {
    margin-top: 0.2rem;
    width: 1.5rem;
    height: 1.5rem;
}

.job_t .t_job {
    background-color: #EEE;
}

.job_t .t_job h3 {
    text-align: center;
    margin: 2rem auto 3rem;
}

.job_t .t_job h3 .t_c_ttl_img {
    display: block;
    width: 35%;
    max-width: 260px;
    margin: 0 auto -1.5rem;
}

.job_t .t_job h3 .t_c_ttl {
    display: block;
    color: #0e3472;
    font-size: 12px;
    font-weight: bold;
}

.job_t .t_job .job_li .job_li_img {
    width: 100%;
}

.job_t .t_job .job_li .job_li_img img {
    vertical-align: bottom;
    height: 250px;
    object-fit: cover;
}

.job_t .t_job .job_li .job_li_txt {
    background-color: #FFF;
    border-radius: 0 0 5px 5px;
    padding: 0.8rem 2rem 1.8rem;
}

.job_t .t_job .job_li .job_li_txt dl {
    margin-bottom: 0.8rem;
}

.job_t .t_job .job_li .job_li_txt dl dd {
    color: #222;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.job_t .t_job .job_li .job_li_txt dl dt {
    font-size: 18px;
}

.job_t .t_job .job_li .job_li_txt ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
}

.job_t .t_job .job_li .job_li_txt ul li {
    background-color: #199bd7;
    color: #FFF;
    border-radius: 5px;
    padding: 0.2rem 0.8rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.job_t .t_job .job_li .job_li_txt ol {
    list-style: none;
}

.job_t .t_job .job_li .job_li_txt ol li {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
}

.job_t .t_job .job_li .job_li_txt ol li:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
}

.job_t .t_job .job_li .job_li_txt ol li.add:before {
    background-image: url(/images/re/map_icon.png);
}

.job_t .t_job .job_li .job_li_txt ol li.pri:before {
    background-image: url(/images/re/yen_icon.png);
}

.job_t .t_job .btn {
    margin-top: 3rem;
}

.job_t .t_job .btn a {
    display: block;
    width: 85%;
    max-width: 320px;
    margin: 0 auto;
    background-color: #0e3472;
    color: #FFF;
    border-radius: 50px;
    padding: 1.5rem;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 2px 2px #999;
}

.job_t .t_reason {
    background-image: url(/images/re/reason_bg.jpg);
}

.job_t .t_reason h3 {
    text-align: center;
    margin: 2rem auto 3rem;
}

.job_t .t_reason h3 .t_c_ttl_img {
    display: block;
    width: 35%;
    max-width: 160px;
    margin: 0 auto -1.5rem;
}

.job_t .t_reason h3 .t_c_ttl {
    display: block;
    color: #0e3472;
    font-size: 12px;
    font-weight: bold;
}

.job_t .t_reason .reason_li .reason_box {
    display: flex;
    align-items: center;
    background-color: #EEE;
    border-radius: 5px;
    color: #0e3472;
    padding: 2rem;
    margin-bottom: 2rem;
}

.job_t .t_reason .reason_li .reason_box .reason_img {
    width: 30%;
    margin-right: 1.8rem;
}

.job_t .t_reason .reason_li .reason_box dl dt {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 16px;
    color: linear-gradient(90deg, #199bd7 0%, #0e3472 100%);
}

.job_t .t_reason .reason_li .reason_box dl dd {
    font-size: 14px;
}

.job_t .t_reason .btn {
    margin-top: 3rem;
}

.job_t .t_reason .btn a {
    display: block;
    width: 85%;
    max-width: 320px;
    margin: 0 auto;
    background-color: #0e3472;
    color: #FFF;
    border-radius: 50px;
    padding: 1.5rem;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 2px 2px #999;
}

.job_t .t_service {
    background-color: #EEE;
}

.job_t .t_service h3 {
    text-align: center;
    margin: 2rem auto 3rem;
}

.job_t .t_service h3 .t_c_ttl_img {
    display: block;
    width: 35%;
    max-width: 160px;
    margin: 0 auto -1.5rem;
}

.job_t .t_service h3 .t_c_ttl {
    display: block;
    color: #0e3472;
    font-size: 12px;
    font-weight: bold;
}

.job_t .t_service .service_img {
    width: 100%;
}

.job_t .t_service .service_txt {
    margin-top: 2rem;
    color: #0e3472;
    font-size: 14px;
    letter-spacing: 2px;
}

.job_t .t_faq {
    background-image: url(/images/re/faq_bg.jpg);
}

.job_t .t_faq h3 {
    text-align: center;
    margin: 2rem auto 3rem;
}

.job_t .t_faq h3 .t_c_ttl_img {
    display: block;
    width: 25%;
    max-width: 120px;
    margin: 0 auto -0.5rem;
}

.job_t .t_faq h3 .t_c_ttl {
    display: block;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}

.job_t .t_faq .faq_li {
    color: #0e3472;
}

.job_t .t_faq .faq_li .title {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    transition: all .5s ease;
}

.job_t .t_faq .faq_li .icon::before,
.job_t .t_faq .faq_li .icon::after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333;
    right: 0;
}

.job_t .t_faq .faq_li .icon::before {
    top: 48%;
    right: 15px;
    transform: rotate(0deg);
}

.job_t .t_faq .faq_li .icon::after {
    top: 48%;
    right: 15px;
    transform: rotate(90deg);
}

.job_t .t_faq .faq_li .icon.close::before {
    transform: rotate(45deg);
}

.job_t .t_faq .faq_li .icon.close::after {
    transform: rotate(-45deg);
}

.job_t .t_faq .faq_li .box {
    display: none;
}

.job_t .t_faq .faq_li dl {
    margin-bottom: 0.8rem;
}

.job_t .t_faq .faq_li dl dt,
.job_t .t_faq .faq_li dl dd {
    padding: 1rem 1.5rem;
    display: flex;
    font-size: 14px;
    letter-spacing: 2px;
}

.job_t .t_faq .faq_li dl dt {
    background-color: #EEE;
    align-items: center;
    border-radius: 5px 5px 0 0;
}

.job_t .t_faq .faq_li dl dt:before {
    content: "Q";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: #FFF;
    border-radius: 2rem;
    margin-right: 1rem;
    background-color: #199bd7;
}

.job_t .t_faq .faq_li dl dd {
    background-color: #FFF;
    border-radius: 0 0 5px 5px;
}

.job_t .t_faq .faq_li dl dd .a_flex {
    display: flex;
}

.job_t .t_faq .faq_li dl dd .a_flex:before {
    content: "A";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: #FFF;
    border-radius: 2rem;
    margin-right: 1rem;
    background-color: #ff8c00;
    width: 7rem;
}

.job_t .t_flow {
    padding: 2rem 0 0;
}

.job_t .t_flow h3 {
    text-align: center;
    margin: 2rem auto 3rem;
}

.job_t .t_flow h3 .t_c_ttl_img {
    display: block;
    width: 25%;
    max-width: 120px;
    margin: 0 auto -1rem;
}

.job_t .t_flow h3 .t_c_ttl {
    display: block;
    color: #0e3472;
    font-size: 12px;
    font-weight: bold;
}

.job_t .t_flow .flow_li {
    color: #0e3472;
}

.job_t .t_flow .flow_li ul li span {
    display: flex;
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.job_t .t_flow .flow_li ul li span:before {
    content: "";
    display: block;
    border-left: 1px solid #0e3472;
    height: 100%;
    position: absolute;
    left: 4rem;
    z-index: -1;
}

.job_t .t_flow .flow_li ul li span img {
    width: 4rem;
    height: 4rem;
    margin-right: 2rem;
}

.job_t .t_flow .flow_li ul li span dl dt {
    font-weight: bold;
    margin-bottom: 0.2rem;
    font-size: 16px;
}

.job_t .t_flow .flow_li ul li span dl dd {
    font-size: 14px;
}

.job_t .t_flow .flow_li ul li:nth-child(odd) {
    background-color: #d4f0ff;
}

.job_t .t_flow .flow_li ul li:first-child span:before {
    top: 4rem;
}

.job_t .t_flow .flow_li ul li:last-child {
    padding-bottom: 2rem;
}

.job_t .t_flow .flow_li ul li:last-child span:before {
    bottom: 10rem;
}

.job_t .t_link {
    background-image: url(/images/re/laurel_bg.jpg);
}

.job_t .t_link .link_txt p {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

.job_t .t_link .link_txt .link_img {
    width: 70%;
    max-width: 280px;
    margin: 2rem auto;
}

.job_t .t_link .btn a {
    display: block;
    width: 85%;
    max-width: 320px;
    margin: 0 auto;
    background-color: #0e3472;
    color: #FFF;
    border-radius: 50px;
    padding: 1.5rem;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 2px 2px #999;
}

@media screen and (min-width: 767px) {
    .job_t,
    .job_r {
        margin-top: 0;
    }
    .job_t .t_content {
        padding: 8rem 0;
        max-width: 1200px;
        margin: 0 auto;
    }
    .job_t .jh_mv {
        background-image: url(/images/re/pc_mv_img.jpg);
    }
    .job_t .jh_mv .mv_txt {
        width: 40%;
        padding: 2rem;
    }
    .job_t .jh_mv .mv_txt .mv_ttl {
        display: block;
        max-width: 380px;
    }
    .job_t .jh_mv .mv_txt .mv_han {
        max-width: 390px;
        margin-top: 3rem;
    }
    .job_t .t_search .search_li {
        margin-bottom: 3rem;
        display: flex;
        justify-content: space-between;
    }
    .job_t .t_search .search_li ul {
        display: flex;
        justify-content: space-between;
        width: 80%;
    }
    .job_t .t_search .search_li ul li {
        width: 50%;
        /* padding: 2rem; */
        font-size: 14px;
        margin-bottom: 0.8rem;
        margin-right: 2%;
    }
    .job_t .t_search .search_li .btn {
        width: 20%;
    }
    .job_t .t_search .search_li .btn {
        display: flex;
        padding: 2rem;
        font-size: 14px;
    }
    .job_t .t_search .search_li .btn img {
        width: 1.8rem;
        height: 1.8rem;
    }
    .job_t .t_search .pc_flex {
        display: flex;
        justify-content: space-between;
    }
    .job_t .t_search .search_key {
        width: 49%;
        padding: 2.5rem;
        margin-bottom: 0;
    }
    .job_t .t_search .search_key h5 {
        font-size: 14px;
        padding-bottom: 0.8rem;
        margin-bottom: 1.5rem;
    }
    .job_t .t_search .search_key ul li {
        margin-right: 1rem;
        margin-bottom: 1rem;
        font-size: 12px;
        padding: 0.5rem 1rem;
    }
    .job_t .t_search .search_key p {
        font-size: 14px;
        margin-bottom: 1rem;
    }
    .job_t .t_search .search_key .search_box {
        margin-bottom: 0.5rem;
    }
    .job_t .t_search .search_key .search_box div {
        width: 90%;
        padding: 0.5rem;
        border-radius: 5px 0 0 5px;
    }
    .job_t .t_search .search_key .search_box .search_icon {
        width: 10%;
        min-width: 50px;
        padding: 1.8rem 1rem 1rem;
        border-radius: 0 5px 5px 0;
    }
    .job_t .t_search .search_key .search_box .search_icon img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .job_t .t_job h3 .t_c_ttl_img {
        margin-bottom: 0.5rem;
    }
    .job_t .t_job .pc_flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .job_t .t_job .job_li {
        width: 32%;
        margin-bottom: 25px;
    }
    .job_t .t_job .job_li .job_li_txt {
        padding: 0.8rem 2rem 1.8rem;
    }
    .job_t .t_job .job_li .job_li_txt dl {
        margin-bottom: 0.8rem;
    }
    .job_t .t_job .job_li .job_li_txt dl dd {
        font-size: 14px;
        margin-bottom: 0.5rem;
    }
    .job_t .t_job .job_li .job_li_txt dl dt {
        font-size: 18px;
    }
    .job_t .t_job .job_li .job_li_txt ul {
        margin-bottom: 0.8rem;
    }
    .job_t .t_job .job_li .job_li_txt ul li {
        padding: 0.2rem 0.8rem;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
        font-size: 14px;
    }
    .job_t .t_job .job_li .job_li_txt ol li {
        margin-top: 0.5rem;
    }
    .job_t .t_job .job_li .job_li_txt ol li:before {
        width: 2rem;
        height: 2rem;
        margin-right: 0.5rem;
    }
    .job_t .t_job .btn {
        margin-top: 5rem;
    }
    .job_t .t_job .btn a {
        padding: 1.5rem 8rem;
        font-size: 14px;
        box-shadow: 3px 3px #999;
    }
    .job_t .t_reason {
        background-image: url(/images/re/pc_reason_bg.jpg);
    }
    .job_t .t_reason h3 .t_c_ttl_img {
        margin-bottom: 0;
    }
    .job_t .t_reason .reason_li {
        display: flex;
        justify-content: space-between;
    }
    .job_t .t_reason .reason_li .reason_box {
        width: 30%;
        display: block;
        text-align: center;
        padding: 3rem;
        margin-bottom: 2rem;
    }
    .job_t .t_reason .reason_li .reason_box .reason_img {
        width: 30%;
        margin-right: 0;
        margin: 4rem auto;
    }
    .job_t .t_reason .reason_li .reason_box .reason_img img {
        width: auto;
        max-height: 60px;
    }
    .job_t .t_reason .reason_li .reason_box dl dt {
        margin-bottom: 2rem;
        font-size: 17px;
    }
    .job_t .t_reason .reason_li .reason_box dl dd {
        font-size: 14px;
        text-align: left;
    }
    .job_t .t_reason .btn {
        margin-top: 5rem;
    }
    .job_t .t_reason .btn a {
        padding: 1.5rem 8rem;
        font-size: 14px;
        box-shadow: 3px 3px #999;
    }
    .job_t .t_service h3 .t_c_ttl_img {
        margin-bottom: 1rem;
    }
    .job_t .t_service .service_img {
        width: 100%;
        padding: 2rem;
    }
    .job_t .t_service .service_txt {
        margin-top: 4rem;
        font-size: 14px;
    }
    .job_t .t_service .service_txt p {
        text-align: center;
    }
    .job_t .t_faq {
        background-image: url(/images/re/pc_faq_bg.jpg);
    }
    .job_t .t_faq h3 .t_c_ttl_img {
        margin-bottom: 1rem;
    }
    .job_t .t_faq .faq_li dl {
        margin-bottom: 0.8rem;
    }
    .job_t .t_faq .faq_li dl dt,
    .job_t .t_faq .faq_li dl dd {
        padding: 1rem 1.5rem;
        font-size: 14px;
        letter-spacing: 2px;
    }
    .job_t .t_faq .faq_li dl dt:before,
    .job_t .t_faq .faq_li dl dd:before {
        width: 2rem;
        height: 2rem;
        border-radius: 2rem;
        margin-right: 1rem;
    }
    .job_t .t_faq .faq_li dl dt {
        border-radius: 5px 5px 0 0;
    }
    .job_t .t_faq .faq_li dl dd {
        border-radius: 0 0 5px 5px;
    }
    .job_t .t_faq .faq_li dl dd .a_flex:before {
        width: 2rem;
    }
    .job_t .t_flow {
        padding: 8rem 0 0;
    }
    .job_t .t_flow h3 .t_c_ttl_img {
        margin-bottom: 0.5rem;
    }
    .job_t .t_flow .flow_li ul li span {
        align-items: center;
        padding: 3rem;
    }
    .job_t .t_flow .flow_li ul li span:before {
        content: "";
        display: block;
        border-left: 1px solid #0e3472;
        height: 100%;
        position: absolute;
        left: 5.5rem;
    }
    .job_t .t_flow .flow_li ul li span img {
        width: 5rem;
        height: 5rem;
        margin-right: 2rem;
    }
    .job_t .t_flow .flow_li ul li span dl dt {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    .job_t .t_flow .flow_li ul li span dl dd {
        font-size: 14px;
    }
    .job_t .t_flow .flow_li ul li:first-child span:before {
        top: 5rem;
    }
    .job_t .t_flow .flow_li ul li:last-child {
        padding-bottom: 4rem;
    }
    .job_t .t_flow .flow_li ul li:last-child span:before {
        bottom: 5rem;
    }
    .job_t .t_link {
        background-image: url(/images/re/laurel_bg_pc.jpg);
    }
    .job_t .t_link .link_txt {
        display: flex;
        align-items: center;
    }
    .job_t .t_link .link_txt p {
        font-size: 32px;
        margin-left: auto;
    }
    .job_t .t_link .link_txt .link_img {
        width: 70%;
        max-width: 380px;
        margin: 2rem auto;
    }
    .job_t .t_link .btn {
        margin-top: 5rem;
    }
    .job_t .t_link .btn a {
        display: block;
        padding: 1.5rem 8rem;
        margin: 0 auto;
        background-color: #FFF;
        color: #0e3472;
        border-radius: 50px;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        box-shadow: 2px 2px #0e3472;
    }
}

.job_r img {
    width: 100%;
}

.job_r .r_content_wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.job_r .r_content {
    padding: 3rem 2rem 4rem;
}

.job_r .r_fv_ttl {
    background-image: url(/images/re/reason/reason_top_bg.jpg);
}

.job_r .r_fv_ttl h2 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    padding: 6rem 2rem;
}

.job_r .r_fv_ttl h2 span {
    display: block;
    font-size: 14px;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.job_r .r_main .sp .r_box {
    margin: 4rem auto 6rem;
}

.job_r .r_main .sp .r_box .r_ttl {
    width: 80%;
    max-width: 340px;
    margin-bottom: 2rem;
}

.job_r .r_main .sp .r_box dl {
    margin-top: 1rem;
}

.job_r .r_main .sp .r_box dl dt {
    width: 100%;
}

.job_r .r_main .sp .r_box dl dd {
    margin-top: 2rem;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 22px;
}

.job_r .r_main .sp .r_box:nth-child(odd) .r_ttl {
    margin-left: auto;
}

.job_r .r_main .sp .r_box:nth-child(even) .r_ttl {
    margin-right: auto;
}

.job_r .r_link {
    background-image: url(/images/re/laurel_bg.jpg);
}

.job_r .r_link .link_txt p {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

.job_r .r_link .link_txt .link_img {
    width: 70%;
    max-width: 280px;
    margin: 2rem auto;
}

.job_r .r_link .btn a {
    display: block;
    width: 85%;
    max-width: 320px;
    margin: 0 auto;
    background-color: #0e3472;
    color: #FFF;
    border-radius: 50px;
    padding: 1.5rem;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 2px 2px #999;
}

@media screen and (min-width: 767px) {
    .job_r .r_content {
        padding: 8rem 0;
        max-width: 1200px;
        margin: 0 auto;
    }
    .job_r .r_fv_ttl {
        background-image: url(/images/re/reason/reason_top_bg.jpg);
    }
    .job_r .r_fv_ttl h2 {
        color: #FFF;
        text-align: center;
        font-size: 28px;
        letter-spacing: 3px;
    }
    .job_r .r_fv_ttl h2 span {
        display: block;
        font-size: 14px;
        margin-bottom: 1rem;
        letter-spacing: 2px;
    }
    .job_r .r_main .pc .r_box {
        margin: 2rem auto 4rem;
        display: flex;
        align-items: center;
    }
    .job_r .r_main .pc .r_box .r_img {
        width: 50%;
        margin-bottom: 2rem;
    }
    .job_r .r_main .pc .r_box dl {
        width: 40%;
        margin-top: 1rem;
    }
    .job_r .r_main .pc .r_box dl dt {
        width: 100%;
    }
    .job_r .r_main .pc .r_box dl dd {
        margin-top: 2rem;
        font-size: 16px;
        letter-spacing: 3px;
        line-height: 22px;
    }
    .job_r .r_main .pc .r_box:nth-child(odd) .r_img {
        margin-left: auto;
    }
    .job_r .r_main .pc .r_box:nth-child(odd) dl {
        margin-left: 5rem;
        margin-right: 10%;
    }
    .job_r .r_main .pc .r_box:nth-child(even) .r_img {
        margin-right: auto;
    }
    .job_r .r_main .pc .r_box:nth-child(even) dl {
        margin-right: 5rem;
        margin-left: 10%;
    }
    .job_r .r_link {
        background-image: url(/images/re/laurel_bg_pc.jpg);
    }
    .job_r .r_link .link_txt {
        display: flex;
        align-items: center;
    }
    .job_r .r_link .link_txt p {
        font-size: 32px;
        margin-left: auto;
    }
    .job_r .r_link .link_txt .link_img {
        width: 70%;
        max-width: 380px;
        margin: 2rem auto;
    }
    .job_r .r_link .btn {
        margin-top: 5rem;
    }
    .job_r .r_link .btn a {
        display: block;
        padding: 1.5rem 8rem;
        margin: 0 auto;
        background-color: #FFF;
        color: #0e3472;
        border-radius: 50px;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        box-shadow: 2px 2px #0e3472;
    }
}

footer .inner:first-of-type {
    border-bottom: 1px solid #199bd7 !important;
    padding-bottom: 2rem !important;
}

.f_links {
    max-width: 1200px;
    margin: 0 auto 3rem;
    padding: 2rem;
}

.f_links a {
    display: block;
    width: 85%;
    max-width: 460px;
}

.f_links a img {
    width: 100%;
}

#header .inner {
    max-width: 1400px;
}

#header .inner .flex {
    align-items: center;
}

#header .home_top {
    padding: 5rem 0;
}

#header .home_top .home_top_menu li {
    font-weight: 500;
}

#header .home_top .home_top_menu li a {
    display: block;
    padding: 0 2rem;
}

#header .home_top .home_top_menu li a:before {
    display: none;
}


/*230905*/

.job_t .num_wrap,
.job_r .num_wrap {
    margin-top: 3rem;
    color: #c6a82c;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    text-align: center;
    width: 110%;
    max-width: 380px;
    text-shadow: 0 0 10px #fff;
}

.job_t .num_wrap dl,
.job_r .num_wrap dl {
    position: relative;
    font-weight: bold;
}

.job_t .num_wrap dl:before,
.job_t .num_wrap dl:after,
.job_r .num_wrap dl:before,
.job_r .num_wrap dl:after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 3rem;
    height: 7rem;
    position: absolute;
    top: 0;
}

.job_t .num_wrap dl:before,
.job_r .num_wrap dl:before {
    background-image: url(/images/re/laurel_f.png);
    left: 0;
}

.job_t .num_wrap dl:after,
.job_r .num_wrap dl:after {
    background-image: url(/images/re/laurel_r.png);
    right: 0;
}

.job_t .num_wrap dl dt,
.job_r .num_wrap dl dt {
    font-size: 70%;
    letter-spacing: 0.3rem;
    font-weight: medium;
    line-height: 20px;
}

.job_t .num_wrap dl dd,
.job_r .num_wrap dl dd {
    font-size: 180%;
}

.job_t .num_wrap dl dd span,
.job_r .num_wrap dl dd span {
    font-size: 50%;
    padding-left: 0.5rem;
}

.job_t .t_link .link_txt,
.job_r .r_link .link_txt {
    margin-bottom: 2rem;
}

.job_t .t_link .link_txt p,
.job_r .r_link .link_txt p {
    width: 80%;
    margin: 2rem auto;
}

.job_t .t_link .link_txt .num_wrap,
.job_r .r_link .link_txt .num_wrap {
    text-shadow: none;
    width: 80%;
    max-width: 280px;
    margin: 2rem auto;
    color: #FFF;
}

@media screen and (min-width: 767px) {
    .job_t .num_wrap,
    .job_r .num_wrap {
        margin-top: 5rem;
        width: 90%;
        max-width: 380px;
    }
    .job_t .num_wrap dl:before,
    .job_t .num_wrap dl:after,
    .job_r .num_wrap dl:before,
    .job_r .num_wrap dl:after {
        width: 5rem;
        height: 10rem;
    }
    .job_t .num_wrap dl dt,
    .job_r .num_wrap dl dt {
        font-size: 20px;
        letter-spacing: 0.3rem;
        line-height: 20px;
    }
    .job_t .num_wrap dl dd,
    .job_r .num_wrap dl dd {
        font-size: 58px;
    }
    .job_t .num_wrap dl dd span,
    .job_r .num_wrap dl dd span {
        font-size: 20px;
        padding-left: 0.5rem;
    }
    .job_t .t_link .link_txt,
    .job_r .r_link .link_txt {
        align-items: center;
    }
    .job_t .t_link .link_txt p,
    .job_r .r_link .link_txt p {
        width: 40%;
        margin-right: 0;
    }
    .job_t .t_link .link_txt .num_wrap,
    .job_r .r_link .link_txt .num_wrap {
        width: 40%;
        max-width: 380px;
        margin-right: auto;
        margin-left: 0;
    }
}

.title.close+.content {
    padding: 20px;
}