@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    zoom: 1
}

html {
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #242424;
    background: #ffffff;
    letter-spacing: 0;
    position: relative;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}

body,
button,
input,
select,
textarea {
    font-size: 100%
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: "courier new", monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: "";
    content: none
}

small {
    font-size: 75%
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.5em
}

sub {
    bottom: -.25em
}

ul,
ol {
    margin: 0;
    padding: 0
}

dd {
    margin: 0
}

nav ul,
nav ol {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure,
form {
    margin: 0
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

button {
    cursor: pointer;
    -webkit-appearance: button
}

input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-size: 100%
}

img,
abbr,
acronym,
fieldset {
    border: 0
}

li {
    list-style: none
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0
}

* {
    letter-spacing: .1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    color: #000;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none
}

a:hover {
    opacity: .7;
}

img {
    max-width: 100%;
    height: auto
}

img[src$=".svg"] {
    max-width: 100%;
    width: 100%;
    height: auto
}

.inner {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

section {
    position: relative;
}

.sp {
    display: none !important;
}

/* common */
header {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
}

.header-inner {
    margin: 0 auto;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.header-logo {
    width: 200px;
    transition: all .5s;
}

.header-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header-menu-bottom .header-navList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 15px;
}

.header-navItem {
    width: 100%;
}

.header-navItem a {
    width: 100%;
    padding: 0 7.5px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    transition: all .7s;
}

.header-navItem a:hover {
    color: #00793d;
}

footer {
    padding: 20px 0 0;
    background: #fff;
    border-top: 1px solid #00793d;
}

.footer-logo {
    max-width: 180px;
    margin: 0 auto 30px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 40px);
}

.footer-flex-items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-flex-item {
    margin-right: 20px;
}

.footer-flex-item a {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

.footer-flex-item a.link-non {
    text-align: center;
    margin-bottom: 5px;
    font-weight: 700;
    text-decoration: none;
}

.footer-flex-item a:hover {
    text-decoration: none;
}

.footer-flex-item-sub {
    display: flex;
    flex-wrap: wrap;
}

.footer-flex-item-sub li a {
    padding: 0 10px;
    font-size: 14px;
}

.copy {
    text-align: center;
    background: #ff6900;
    padding: 5px 0;
    border-bottom: 4px solid #00793d;
}

.copy p {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
}

.cmn-flex-cont {
    display: flex;
    justify-content: space-between;
    padding: 100px 0;
    align-items: flex-start;
}

.cmn-flex-main {
    width: calc(100% - 300px);
}

.cmn-flex-side {
    width: 270px;
}

.side-cont.side-cont-last {
    margin-bottom: 0px;
}

.side-cont-title {
    text-align: center;
    margin-bottom: 20px;
    background: #ff6900;
    padding: 5px;
    border: solid 1px #ff6900;
}

.side-cont-title p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.side-cont ul {
    padding: 10px;
}

.side-cont ul li {
    margin-bottom: 10px;
}

.side-cont ul li a {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #00793d;
    color: #00793d;
}

.side-cont ul li a:hover {
    background: #ff6900;
    color: #fff;
}

.side-link-cont ul li a {
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 5px;
    color: #ffffff;
}

.side-link-cont ul li a:hover {
    text-decoration: none;
}

/* top */
.mv {
    position: relative;
}

.main_slider {
    position: relative;
}

.slick-track {
    display: flex !important;
}

.mv-img img {
    width: 100%;
    height: auto;
}

.mv-search-item {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 10px;
    background-color: rgba(255, 255, 255, .4);
}

.top-search {
    margin: 0 auto;
    margin-bottom: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border: solid 1px #ff6900;
}

.top-search .mv-search-item {
    position: relative;
    background-color: initial;
    padding: 0;
}

.top-search .top-cmn-title {
    margin-bottom: 20px;
}

.top-search .mv-search-item form {
    max-width: 1200px;
    width: calc(100% - 40px);
}

.mv-search-item form {
    max-width: 970px;
    margin: 0 auto;
}

.mv-search-item form ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-search .mv-search-item form ul {
    display: block;
}

.top-search .searchandfilter .sf-field-search {
    width: 100%;
}

.top-search .searchandfilter label {
    width: 100%;
}

.top-search .mv-search-item form ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}

.top-search .mv-search-item form ul li label,
.top-search .mv-search-item form ul li select {
    width: 100%;
}

.searchandfilter select.sf-input-select,
.searchandfilter .sf-field-search input {
    min-width: 150px !important;
    font-size: 16px;
    border: 2px solid #ff6900;
    padding: 10px 5px;
}

.top-search .searchandfilter .sf-field-search input {
    width: 100%;
}

.top-search .mv-search-item .sf-field-submit {
    width: 50px;
    margin: 10px auto 20px;
}

.mv-search-item input[type=submit] {
    padding: 10px;
    border: none;
    background: #ff6900;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}

.top-cmn-title {
    margin-bottom: 30px;
    padding: 7.5px 12.5px;
    position: relative;
    background: #ff6900;
    border: solid 1px #ff6900;
}

.top-cmn-title h2 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.new {
    margin-bottom: 60px;
    border: solid 1px #ff6900;
    padding: 0 0px 30px;
}

.new-cont-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.new-cont-list li.new-item a h3 {
    color: #0065c6;
    font-size: 16px;
    text-decoration: underline;
    margin-right: 20px;
    margin-bottom: 10px;
}

.new-item-img {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    min-height: 180px;
}

.new-item-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.new-item-txt {
    padding: 0 10px;
}

.new-item-txt-title {
    margin-bottom: 5px;
}

.new-item-txt-title h3 {
    font-size: 14px;
    font-weight: 500;
}

.new-item-txt-txt {
    margin-bottom: 10px;
}

.new-item-txt-txt p {
    font-size: 12px;
}

.more-btn a {
    margin: 0 auto;
    font-size: 16px;
    max-width: 300px;
    text-align: center;
    line-height: 40px;
    height: 45px;
    background: #00793d;
    border: 1px solid #00793d;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2), 0 0 0 1px #00793d inset;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .15);
    text-decoration: none;
    display: block;
}

.top-box {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border: solid 1px #ff6900;
    margin-bottom: 60px;
}

.top-box-title {
    padding: 7.5px 12.5px;
    position: relative;
    background: #ff6900;
}

.top-box-title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.top-box-list {
    padding: 30px 20px;
}

.status-list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 100%;
    margin: 0 auto;
}

.status-list ul li a {
    border: 1px solid #dbdbdb;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 39px;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: block;
}

.occupation-list ul li {
    border: 1px solid #c4c2ba;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 15px;
}

.occupation-list ul li a {
    margin-right: 20px;
    width: 140px;
    color: #ff6900;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.occupation-list ul li ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 160px);
}

.occupation-list ul li ul li {
    border: initial;
    border-radius: initial;
    background: initial;
    box-shadow: initial;
    text-shadow: initial;
    vertical-align: initial;
    position: initial;
    display: block;
    margin-right: 20px;
    margin-bottom: 5px;
    padding: 0;
}

.occupation-list ul li ul li a {
    width: auto;
    color: #000;
    font-size: 14px;
    text-decoration: underline;
    margin-right: 0;
    font-weight: 500;
}

.top-box-list.area-list {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.area-list ul li {
    border: 1px solid #c4c2ba;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .05), 0 0 0 1px #fff inset;
    text-shadow: 0 1px 1px #fff;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 15px;
}

.area-list ul li a {
    margin-right: 30px;
    width: 140px;
    color: #ff6900;
    font-size: 14px;
    font-weight: 700;
}

.area-list ul li ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 160px);
}

.area-list ul li ul li {
    border: initial;
    border-radius: initial;
    background: initial;
    box-shadow: initial;
    text-shadow: initial;
    vertical-align: initial;
    position: initial;
    display: block;
    margin-right: 20px;
    margin-bottom: 0px;
    padding: 0;
}

.area-list ul li ul li a {
    width: auto;
    color: #000;
    font-size: 14px;
    text-decoration: underline;
    margin-right: 0;
    font-weight: 500;
}

.occupation-list ul li:last-child {
    margin-bottom: 0px;
}

.area-list ul li:last-child {
    margin-bottom: 0px;
}

/* archive */
.archive-search {
    position: relative;
    background-image: url('../img/top/mv02.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.archive-search .mv-search-item {
    position: relative;
    padding: 40px 10px;
}

.phone-number-cont {
    position: relative;
    border: solid 1px #ff6900;
    background: #fff;
    margin-bottom: 60px;
    padding: 25px 20px;
}

.phone-number-cont-title {
    width: 100%;
    margin-bottom: 15px;
    background: #ff6900;
    padding: 10px 15px;
}

.phone-number-cont-title h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.phone-number-cont-title h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.phone-number-cont-txt-txt {
    display: flex;
    justify-content: space-between;
    border: solid 1px #ff6900;
    margin-bottom: 5px;
}

.phone-number-cont-txt-txt-title {
    display: block;
    background: #abb8c3;
    padding: 10px;
    width: 15%;
}

.phone-number-cont-txt-txt-title h2 {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #000;
}

.phone-number-cont-txt-txt-cont {
    display: block;
    padding: 10px 0 10px 10px;
    width: 85%;
}

.phone-number-cont-txt-txt-cont p {
    font-size: 14px;
}

.phone-number-cont-cat ul li {
    font-size: 14px;
}

.job-content-btn a {
    line-height: 40px;
    height: 45px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1OTNkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY1YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom, #ff6900 0, #0065c6 100%);
    background: -webkit-linear-gradient(top, #ff6900, #0065c6);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6900), color-stop(100%, #0065c6));
    background: #ff6900;
    border: 1px solid #ff6900;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2), 0 0 0 1px #ff6900 inset;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .15);
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    width: 100%;
    display: block;
    max-width: 400px;
    margin: 10px auto 0;
}

.pagenation {
    margin-top: 40px;
}

.pagenation .wp-pagenavi {
    text-align: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
    font-size: 14px;
    padding: 0 5px;
}

.wp-pagenavi a {
    color: #0065c6;
    text-decoration: underline;
}

.phone-number-cont-cat {
    margin-bottom: 5px;
}

.top-cmn-title h1 {
    font-size: 20px;
    color: #fff;
}

.form-txt {
    margin-bottom: 40px;
}

.form-txt p {
    font-size: 16px;
    line-height: 1.8;
}

.form-list {
    margin-bottom: 40px;
}

.form-list ul li {
    margin-bottom: 20px;
}

.form-list ul li .form-list-th {
    display: flex;
    align-items: center;
    background: #00793d;
    padding: 10px;
    justify-content: center;
}

.form-list ul li .form-list-th span {
    display: block;
    font-size: 12px;
    width: 37.5px;
    height: 20px;
    line-height: 19px;
    background: #ff6900;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    font-weight: 500;
    position: relative;
    top: 1px;
}

.form-list ul li .form-list-th p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.form-list ul li .form-list-td input,
.form-list ul li .form-list-td textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    outline: none;
    border: solid 1px #ff6900;
    border-top: none;
}

.submit-btn input[type=submit] {
    line-height: 49px;
    height: 50px;
    background: #ff6900;
    border: 1px solid #ff6900;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2), 0 0 0 1px #ff6900 inset;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .15);
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    width: 100%;
    display: block;
    max-width: 300px;
    margin: 20px auto 0;
}

#form .archive-search {
    background-image: url(../img/form/bg.jpg);
}

#faq .archive-search {
    background-image: url(../img/faq/bg.jpg);
}

#publish .archive-search {
    background-image: url(../img/publish/bg.jpg);
    background-position: center bottom;
}

#contact .archive-search {
    background-image: url(../img/contact/bg.jpg);
}

#company .archive-search {
    background-image: url(../img/company/bg.jpg);
}

.faq-list ul li {
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.faq-list-title {
    background: #ff6900;
    padding: 10px 15px;
    border-bottom: none;
}

.faq-list-title h2 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.faq-list-list {
    padding: 20px 10px;
}

.faq-list-list p {
    font-size: 16px;
    line-height: 1.8;
}

.faq-list-list p span {
    color: #ff0000;
}

.faq-list-list p a {
    text-decoration: underline;
    color: #0065c6;
}

.flow_design {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow {
    padding-left: 0;
    border-bottom: solid 1px #E1E8ED;
    width: 100%;
}

.flow>li {
    list-style-type: none;
    align-items: center;
    display: flex;
    padding: 15px 0;
    border-top: solid 1px #E1E8ED;
}

.flow>li dl dt {
    font-size: 1.2em;
    line-height: 2;
    font-weight: bold;
    color: #ff6900;
    border-bottom: 1px solid;
    margin-bottom: 5px;
}

.flow>li .icon {
    line-height: 1;
    font-size: 2em;
    font-weight: bold;
    color: #ff6900;
    text-align: center;
    width: 70px;
    position: relative;
    margin-top: 0;
}

.flow>li .icon::before {
    content: 'STEP';
    font-size: 0.3em;
    display: block;
    margin-bottom: 3px;
    letter-spacing: 1px;
}

.flow>li dl dd {
    margin: 0;
}

.flow>li dl {
    width: calc(100% - 70px);
}

.comp-img {
    max-width: 100px;
    margin: 0 auto 20px;
}

.form-comp-txt {
    text-align: center;
    margin-bottom: 40px;
}

.form-comp-txt p {
    font-size: 16px;
    line-height: 1.8;
}

.company-table {
    margin-bottom: 20px;
}

#table01 {
    width: 100%;
}

#table01 tr {
    border-bottom: 1px solid #b5b1b1;
}

/* #table01 tr:nth-child(1) {
    border-top: 1px solid #b5b1b1;
} */
#table01 tr:last-child {
    border-bottom: none;
}

#table01 th,
#table01 td {
    padding: 20px 0;
    border: none;
    font-size: 16px;
    font-weight: 500;
}

#table01 th {
    width: 30%;
}

.md_card .cardContent .contentArea .navCopy {
    font-size: 14px;
    line-height: 1.5
}

.md_card .cardContent .contentArea .navCopy+.agreeList {
    margin-top: 30px
}

.md_card .cardContent .contentArea .agreeList .item {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    padding: 2.5px 10px;
    background: #e8eaed;
}

.md_card .cardContent .contentArea .agreeList .data {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5
}

.md_card .cardContent .contentArea .agreeList .data+.item {
    margin-top: 20px
}

.md_card .cardContent .contentArea .agreeList .data .numLine {
    display: table;
    width: 100%
}

.md_card .cardContent .contentArea .agreeList .data .numLine .num,
.md_card .cardContent .contentArea .agreeList .data .numLine .numTxt {
    display: table-cell;
    vertical-align: top;
    line-height: 1.5
}

.md_card .cardContent .contentArea .agreeList .data .numLine .num {
    width: 1%;
    white-space: nowrap;
    padding-right: 3px
}

.md_card .cardContent .contentArea .agreeList .data .indent {
    padding-left: 15px
}

.md_card .cardContent .contentArea .date {
    margin-top: 30px;
    text-align: right
}

.md_card .cardContent .contentArea .date .data,
.md_card .cardContent .contentArea .date .item {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle
}

.not-get .content-none {
    padding: 20px 10px;
    border: 1px solid #ff6900;
}

.not-get .content-none p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}

.forzero-txt h2 {
    font-size: 24px;
    font-weight: 700;
}

.sf-field-taxonomy-special {
    display: none !important;
}

.main_slider {
    height: 90vh;
    position: relative;
}

.mv-item {
    height: 90vh;
    position: relative;
}

.mv-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.drawer-nav {
    padding: 30px 0 0 !important;
    background-color: #ff6900 !important;
}

.drawer-menu-item {
    padding: 0 15px !important;
    margin-bottom: 15px;
}

.drawer-menu-item a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.drawer-hamburger {
    padding-top: 20px !important;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
    box-shadow: 0 0 2px rgba(255, 255, 255, .4);
}

@media screen and (max-width: 1200px) {
    .header-menu-bottom .header-navList {
        gap: 0 10px;
    }

    .header-navItem a {
        padding: 0 5px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    header {
        position: relative;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }

    .footer-flex-left {
        width: calc(100% - 220px);
    }

    .status-list ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 834px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .header-inner {
        max-width: 100%;
        width: calc(100% - 30px);
    }

    .header-logo {
        width: 150px;
    }

    .mv {
        margin-top: 62px;
    }

    .mv-search-item {
        padding: 10px 0;
    }

    .archive-search .mv-search-item {
        padding: 20px 10px;
    }

    .mv-search-item form {
        max-width: 100%;
        width: calc(100% - 30px);
    }

    .inner {
        max-width: 100%;
        width: calc(100% - 30px);
    }

    .cmn-flex-cont {
        display: block;
        padding: 60px 0;
    }

    .cmn-flex-main {
        width: 100%;
        margin-bottom: 50px;
    }

    .cmn-flex-side {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .mv-search-item form ul {
        flex-wrap: wrap;
        max-width: 500px;
        margin: 0 auto;
    }

    .searchandfilter ul li {
        width: 49%;
        padding: 5px 0;
    }

    .searchandfilter ul li:last-child {
        width: 100%;
    }

    .searchandfilter label,
    .searchandfilter select.sf-input-select {
        width: 100%;
    }

    .mv-search-item input[type=submit] {
        width: 100px;
        margin: 0 auto;
        display: block;
    }

    .slick-slide img {
        width: 100%;
    }

    .archive-search {
        margin-top: 57px;
    }

    .pagenation {
        margin-top: 20px;
    }

    .top-cmn-title h1 {
        font-size: 18px;
    }

    .form-txt {
        margin-bottom: 30px;
    }

    .form-txt p {
        font-size: 14px;
    }

    .form-list ul li .form-list-th {
        padding: 10px;
    }

    .form-list ul li .form-list-th p {
        font-size: 14px;
    }

    .form-list ul li .form-list-th span {
        font-size: 10px;
        width: 32.5px;
        height: 17.5px;
        line-height: 17px;
    }

    .faq-list-title,
    .faq-list-list {
        padding: 10px;
    }

    .faq-list-title h2 {
        font-size: 16px;
    }

    .faq-list-list p {
        font-size: 14px;
    }

    .flow>li dl dt {
        font-size: 16px;
    }

    .flow>li dl dd {
        font-size: 14px;
    }

    .flow>li .icon {
        font-size: 28px;
        width: 60px;
    }

    .flow>li dl {
        width: calc(100% - 60px);
    }

    .md_card .titleArea {
        padding: 20px 20px 0 20px;
        background: none
    }

    .md_card .titleArea .title {
        padding-bottom: 20px;
        font-size: 14px;
        color: #000;
        border-bottom: 1px solid #e8eaed
    }

    .md_card .cardContent .contentArea {
        padding: 20px
    }

    .md_card .cardContent .contentArea .navCopy {
        font-size: 14px;
        line-height: 1.5
    }

    .md_card .cardContent .contentArea .navCopy+.agreeList {
        margin-top: 20px
    }

    .md_card .cardContent .contentArea .agreeList .item {
        font-size: 14px;
        line-height: 1.5
    }

    .md_card .cardContent .contentArea .agreeList .data {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.5
    }

    .md_card .cardContent .contentArea .agreeList .data+.item {
        margin-top: 15px
    }

    .md_card .cardContent .contentArea .agreeList .data .numLine {
        display: table;
        width: 100%
    }

    .md_card .cardContent .contentArea .agreeList .data .numLine .num,
    .md_card .cardContent .contentArea .agreeList .data .numLine .numTxt {
        display: table-cell;
        vertical-align: top;
        line-height: 1.5
    }

    .md_card .cardContent .contentArea .agreeList .data .numLine .num {
        width: 1%;
        white-space: nowrap;
        padding-right: 3px
    }

    .md_card .cardContent .contentArea .agreeList .data .indent {
        padding-left: 15px
    }

    .md_card .cardContent .contentArea .date {
        margin-top: 30px;
        text-align: right
    }

    .md_card .cardContent .contentArea .date .data,
    .md_card .cardContent .contentArea .date .item {
        display: inline-block;
        font-size: 12px;
        vertical-align: middle
    }

    .footer-flex-items {
        display: block;
    }

    .top-search .mv-search-item form {
        max-width: 100%;
        width: calc(100% - 20px);
    }

    .new {
        margin-bottom: 40px;
    }

    .top-search .mv-search-item .sf-field-submit {
        width: 100%;
    }

    .footer-flex-item a {
        font-size: 14px;
    }

    .copy p {
        font-size: 10px;
        font-weight: 400;
    }

    .top-flex-cont {
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .top-box-list {
        padding: 20px 10px;
    }

    .status-list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .occupation-list ul li,
    .area-list ul li {
        display: block;
        padding: 10px 10px 5px;
    }

    .occupation-list ul li a,
    .area-list ul li a {
        margin: 0 auto 10px;
        width: 100%;
        text-align: center;
        display: block;
    }

    .occupation-list ul li ul,
    .area-list ul li ul {
        width: 100%;
    }

    .occupation-list ul li ul li a,
    .area-list ul li ul li a {
        font-size: 12px;
        margin: 0 0 5px;
    }

    footer {
        padding: 30px 0 15px;
    }

    .footer-flex {
        display: block;
    }

    .footer-flex-left,
    .footer-flex-right {
        width: 100%;
    }

    .phone-number-cont-flex {
        display: block;
    }

    .phone-number-cont-img {
        width: 100%;
        margin-bottom: 15px;
    }

    .phone-number-cont-title {
        width: 100%;
    }

    .phone-number-cont-txt-txt {
        display: block;
    }

    .phone-number-cont-txt-txt-title,
    .phone-number-cont-txt-txt-cont {
        width: 100%;
        padding: 10px;
    }

    .phone-number-cont-txt-txt-title h2,
    phone-number-cont-txt-txt-cont {
        font-size: 14px;
    }

    .phone-number-cont-cat ul li {
        font-size: 12px;
    }

    .job-content-btn a {
        line-height: 36px;
        height: 40px;
        font-size: 14px;
        max-width: 100%;
        margin: 5px auto 0;
    }

    #table01 th,
    #table01 td {
        width: 100%;
        display: block;
    }

    #table01 th {
        width: 100%;
    }

    #table01 td {
        padding-top: 0;
    }

    .not-get .content-none {
        padding: 15px 10px;
    }

    .not-get .content-none p {
        font-size: 14px;
    }

    .main_slider {
        height: 70vh;
    }

    .mv-item {
        height: 70vh;
    }
}

.form-list ul li .form-list-th p:nth-child(1) {
    font-size: 12px;
    color: rgb(207, 46, 46);
    padding-right: 4.5px;
}
