@charset "UTF-8";
/* base color
--------------------------------------------------------------------*/
@font-face {
  font-family: "NotoSansJapanese";
  font-style: normal;
  font-weight: normal;
  src: url("font/notosansjapanese-regular.woff") format("woff"), url("font/notosansjapanese-regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJapanese";
  font-style: normal;
  font-weight: bold;
  src: url("font/notosansjapanese-bold.woff") format("woff"), url("font/notosansjapanese-bold.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-regular-400.woff2") format("woff2"), url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap;
}
body {
  min-width: 1080px;
  height: 100%;
  overflow: hidden;
}

div.pageWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  text-align: left;
}

div.container {
  position: relative;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: auto;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, section {
  display: block;
}

p, h1, h2, h3, h4, h5, h6, h7, ul, ol, li, dl, dt, dd, p, caption, th, td, form, input, textarea, blockquote, address, embed, object, figure, em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "NotoSansJapanese", sans-serif !important;
  font-size: 1.4em;
  line-height: 1;
  color: #333;
  text-align: left;
  text-rendering: optimizeLegibility;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

ol,
ul {
  list-style-type: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  line-height: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "NotoSansJapanese", sans-serif !important;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: middle;
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

.pagination {
  font-size: 80%;
}

.pagination a {
  text-decoration: none;
  border: solid 1px #AAE;
  color: #15B;
}

.pagination a, .pagination span {
  display: block;
  float: left;
  padding: 0.3em 0.5em;
  margin-right: 5px;
  margin-bottom: 5px;
}

.pagination .current {
  background: #26B;
  color: #fff;
  border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next {
  color: #999;
  border-color: #999;
  background: #fff;
}

/* layout
-------------------------------------------------------*/
.area-tab {
  margin: 0 0 70px;
}
.area-tab.other .tab-contents .occupation-contents {
  padding: 0;
}
.area-tab.other .toplink-contents .toplink-list > li:last-child {
  margin: 0;
}
.area-tab .area-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.area-tab .area-tab-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24.75%;
  height: 65px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #EAEAEA;
  color: #707070;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.area-tab .area-tab-list li.uiturn-list {
  width: 33.33%;
}
.area-tab .area-tab-list li span {
  font-size: 1.6rem;
}
.area-tab .area-tab-list li .button {
  width: 100%;
  height: 100%;
}
.area-tab .area-tab-list li.is-btn-active {
  position: relative;
  height: 75px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.area-tab .area-tab-list li.is-btn-active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  z-index: 100;
}
.area-tab .area-tab-list li.is-btn-active.fukui {
  color: #00B9EF;
  background: #EDF8FE;
  border: 1px solid #00B9EF;
  border-bottom: none;
}
.area-tab .area-tab-list li.is-btn-active.fukui:before {
  background: #EDF8FE;
}
.area-tab .area-tab-list li.is-btn-active.ishikawa {
  color: #A87FB7;
  background: #f5eef9;
  border: 1px solid #A87FB7;
  border-bottom: none;
}
.area-tab .area-tab-list li.is-btn-active.ishikawa:before {
  background: #f5eef9;
}
.area-tab .area-tab-list li.is-btn-active.toyama {
  color: #EA63A0;
  background: #ffeef7;
  border: 1px solid #EA63A0;
  border-bottom: none;
}
.area-tab .area-tab-list li.is-btn-active.toyama:before {
  background: #ffeef7;
}
.area-tab .area-tab-list li.is-btn-active.other {
  color: #82CCD3;
  background: #F3FFFC;
  border: 1px solid #82CCD3;
  border-bottom: none;
}
.area-tab .area-tab-list li.is-btn-active.other:before {
  background: #F3FFFC;
}
.area-tab .tab-contents {
  display: none;
  padding: 30px 10px;
}
.area-tab .tab-contents.uiturn-tab {
  padding: 15px 15px;
}
.area-tab .tab-contents .occupation-contents .occupation-list li {
  background: #fff;
}
.area-tab .tab-contents .special-contents .special-update {
  left: 285px;
}
.area-tab .tab-contents .special-contents .special-list li {
  width: 250px;
}
.area-tab .tab-contents .employment-contents .employment-list li {
  width: 250px;
}
.area-tab .tab-contents .joblistings-contents {
  margin: 0;
  padding: 0;
}
.area-tab .tab-contents .joblistings-contents.front-contents {
  margin-bottom: 35px;
}
.area-tab .tab-contents .joblistings-contents:after {
  display: none;
}
.area-tab .tab-contents .joblistings-contents .joblistings-list .swiper-container .swiper-wrapper .swiper-slide {
  width: 185px !important;
  background: #fff;
}
.area-tab .tab-contents .swiper-button-prev {
  left: -10px !important;
}
.area-tab .tab-contents .swiper-button-next {
  right: -10px !important;
}
.area-tab .tab-contents.is-contents-active {
  position: relative;
  display: block;
}
.area-tab .tab-contents.is-contents-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.area-tab .tab-contents.is-contents-active.fukui {
  background: #EDF8FE;
}
.area-tab .tab-contents.is-contents-active.fukui:before {
  background: #00B9EF;
}
.area-tab .tab-contents.is-contents-active.ishikawa {
  background: #f5eef9;
}
.area-tab .tab-contents.is-contents-active.ishikawa:before {
  background: #A87FB7;
}
.area-tab .tab-contents.is-contents-active.toyama {
  background: #ffeef7;
}
.area-tab .tab-contents.is-contents-active.toyama:before {
  background: #EA63A0;
}
.area-tab .tab-contents.is-contents-active.other {
  background: #F3FFFC;
}
.area-tab .tab-contents.is-contents-active.other:before {
  background: #82CCD3;
}

.text-link {
  color: #1595dc;
  font-weight: bold;
  text-decoration: underline;
}

@keyframes pulsing {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    transform: scaleY(1.4) scaleX(1.1);
  }
  80% {
    opacity: 0;
    transform: scaleY(1.4) scaleX(1.1);
  }
  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes pulsing1 {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    transform: scaleY(1.2) scaleX(1.05);
  }
  80% {
    opacity: 0;
    transform: scaleY(1.2) scaleX(1.05);
  }
  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1);
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.breadcrumbs.u-pageimage {
  padding: 15px 0;
}

.no-article.pref {
  margin: 40px 0 80px;
}

.page_image {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}
.page_image img {
  width: 100%;
}
.page_image p {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #fff;
  text-align: center;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  outline: none;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  display: none !important;
}

.slick-slide:focus {
  outline: none !important;
}

.swiper-button-prev {
  position: absolute !important;
  top: 100px !important;
  left: -18px !important;
  width: 45px !important;
  height: 45px !important;
  background: url(../common/images/swiper-button-prev.png) no-repeat !important;
}

.swiper-button-next {
  position: absolute !important;
  top: 100px !important;
  right: -18px !important;
  width: 45px !important;
  height: 45px !important;
  background: url(../common/images/swiper-button-next.png) no-repeat !important;
}

.pagetop {
  /*display: none;
  position: fixed;*/
  position: absolute;
  bottom: 215px;
  right: 20px;
  z-index: 55;
}
.pagetop a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  background: -moz-linear-gradient(left, #71cccc, #1595dc);
  background: -webkit-linear-gradient(left, #71cccc, #1595dc);
  background: linear-gradient(to right, #71cccc, #1595dc);
}
.pagetop a:before {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: "";
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  background: #fff;
  z-index: 9;
}
.pagetop a:after {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  top: 50%;
  left: 50%;
  width: 13px;
  height: 8px;
  background: url(../common/images/pagetop-arrow.svg) no-repeat;
  z-index: 99;
}

footer {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
footer .foot-sitemap-contents {
  position: relative;
}
footer .foot-sitemap-contents:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  z-index: -1;
  height: calc(100% - 80px);
  top: auto;
  bottom: 0;
  background: #cce5f2;
}
footer .foot-sitemap-contents .foot-sitemap-area-list-contents {
  position: relative;
  margin-top: 40px;
  padding: 40px 0;
}
footer .foot-sitemap-contents .foot-sitemap-area-list-contents:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 -50%;
  padding: 0 50%;
  z-index: -1;
  width: 50%;
  background: #edf8fe;
}
footer .foot-sitemap-contents .foot-sitemap-area-list-contents p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -40px;
  left: 0;
  width: 210px;
  height: 210px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  background: -moz-linear-gradient(left, #89d0d2, #1595dc);
  background: -webkit-linear-gradient(left, #89d0d2, #1595dc);
  background: linear-gradient(to right, #89d0d2, #1595dc);
}
footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0 0 0 auto;
  padding: 0 40px 0 0;
}
footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list > li {
  padding: 30px 18px 15px;
  width: 265px;
  height: auto;
  background: #fff;
}
footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list > li:not(:last-child) {
  margin-right: 10px;
}
footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list > li > a {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 25px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #1595dc;
  letter-spacing: 0.02em;
}
footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list > li > a:after {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  left: 50%;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: url(../common/images/icn_circle-rightarrow.svg);
}
footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list > li .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list > li .child li {
  position: relative;
  margin-bottom: 10px;
}
footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list > li .child li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #808080;
}
footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list > li .child li a {
  margin: 0 7px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #808080;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 60px 0 40px;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.three-list li:not(:last-child) {
  margin-bottom: 25px;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list {
  width: 395px;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list li .child {
  font-size: 0;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list li .child li {
  display: inline;
  position: relative;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list li .child li:not(:last-child):not(.feature_area):after {
  content: "｜";
  font-size: 1.2rem;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list li .child li a {
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list li .child li a.feature_area {
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li:not(:last-child) {
  margin-bottom: 15px;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li > a {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #636363;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li > a.no-link {
  pointer-events: none;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li .child {
  margin-top: 15px;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li .child li:not(:last-child) {
  margin-bottom: 8px;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li .child li a {
  font-size: 1.2rem;
  color: #636363;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-aside-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin-top: 60px;
  padding: 20px 0;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-aside-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-aside-list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-aside-list li {
  margin: 0 10px;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-aside-list li:first-child {
  margin-left: 0;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-aside-list li:not(:last-child) {
  position: relative;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-aside-list li:not(:last-child):after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  top: 50%;
  right: -10px;
  width: 1px;
  height: 14px;
  margin-top: 2px;
  background: #808080;
}
footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-aside-list li a {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #808080;
}
footer .foot-outline-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 35px 0 70px;
}
footer .foot-outline-contents .foot-logo {
  line-height: 0;
  margin-right: 43px;
}
footer .foot-outline-contents .foot-company dt {
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #636363;
}
footer .foot-outline-contents .foot-company dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .foot-outline-contents .foot-company dd ul li {
  font-size: 1.4rem;
  color: #636363;
  line-height: 1.4;
}
footer .foot-outline-contents .foot-company dd ul li:not(:last-child) {
  margin-right: 20px;
}
footer .foot-outline-contents .foot-company dd ul li a {
  margin-right: 15px;
  color: #636363;
}
footer .foot-outline-contents .foot-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .foot-outline-contents .foot-sns .foot-sns-share {
  margin-top: 10px;
}
footer .foot-outline-contents .foot-sns .foot-sns-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
footer .foot-outline-contents .foot-sns .foot-sns-share ul:before {
  display: none;
}
footer .foot-outline-contents .foot-sns .foot-sns-share ul li:not(:last-child) {
  margin-right: 5px;
}
footer .foot-outline-contents .foot-sns .foot-sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 35px;
  right: 0;
}
footer .foot-outline-contents .foot-sns .foot-sns-link p {
  margin-right: 10px;
}
footer .foot-outline-contents .foot-sns .foot-sns-outlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .foot-outline-contents .foot-sns .foot-sns-outlink li:not(:last-child) {
  margin-right: 6px;
}
footer .foot-outline-contents .foot-sns .foot-sns-outlink li a {
  display: block;
  width: 35px;
  height: 35px;
}
footer .foot-outline-contents .foot-sns .foot-sns-outlink li a img {
  width: 100%;
}
footer .foot-outline-contents .global-copyright {
  position: absolute;
  font-size: 1.2rem;
  right: 0;
  bottom: 71px;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 10px 0 0;
  z-index: 10;
  background: #fff;
}
header .sp-top-linebnr {
  display: none;
}
header .head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  order: 2;
  -webkit-order: 2;
  width: 100%;
}
header .head-wrap.pref {
  margin-right: 80px;
}
header .head-wrap.pref .head-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  min-height: 50px;
}
header .head-wrap.pref .head-logo a img {
  max-width: 200px;
}
header .head-wrap.pref .head-function .head-function_link li:not(:last-child) {
  width: 120px;
}
header .head-wrap.pref .head-function .head-function_link li:nth-child(3) {
  width: 190px;
}
header .head-wrap.pref .head-function .head-function_link li:nth-child(3) a {
  font-size: 1.4rem;
}
header .head-title {
  width: 100%;
  margin-bottom: 10px;
  color: #636363;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  word-wrap: break-word;
  order: 1;
  -webkit-order: 1;
}
header .head-title.column.post-641 {
  display: none;
}
header .head-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
header .head-logo a {
  display: block;
  padding-top: 10px;
}
header .head-logo .logo-by-jjc {
  margin-left: 8px;
}
header .head-logo .award {
  margin-left: 15px;
}
header .head-logo .sp-jobchangeservice {
  display: none;
}
header .head-function {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  position: absolute;
  top: 50%;
  right: 0;
}
header .head-function .head-function_tel {
  margin: 0 15px 3px 0;
}
header .head-function .head-function_tel dt {
  position: relative;
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: bold;
  color: #1595dc;
  letter-spacing: 0.02em;
}
header .head-function .head-function_tel dt:before {
  content: "TEL.";
  font-size: 1.4rem;
}
header .head-function .head-function_tel dd {
  font-size: 1.2rem;
  color: #1595dc;
  letter-spacing: 0.02em;
}
header .head-function .head-function_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .head-function .head-function_link li {
  width: 120px;
  height: 48px;
}
header .head-function .head-function_link li:first-child {
  margin-right: 10px;
}
header .head-function .head-function_link li:first-child a {
  height: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  color: #1595dc;
  text-align: center;
  line-height: 1.25;
  border: 2px solid #1595dc;
}
header .head-function .head-function_link li:nth-child(2) {
  margin-right: 15px;
}
header .head-function .head-function_link li:nth-child(2) a {
  height: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff8097;
  text-align: center;
  line-height: 1.25;
  border: 2px solid #ff8097;
}
header .head-function .head-function_link li:nth-child(3) {
  width: 220px;
}
header .head-function .head-function_link li:nth-child(3) a {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  background: -moz-linear-gradient(left, #ff8097, #ff8338);
  background: -webkit-linear-gradient(left, #ff8097, #ff8338);
  background: linear-gradient(to right, #ff8097, #ff8338);
}
header .head-function .head-function_link li:nth-child(3) a span {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  padding-top: 3px;
  text-align: center;
}
header .head-function .head-function_link li:nth-child(3) a span em {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -24px;
  left: 50%;
  display: inline-block;
  width: 140px;
  padding: 2px 0 1px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff8097;
  background: #ffea33;
  text-align: center;
}
header .head-function .head-function_link li:nth-child(3) a:before, header .head-function .head-function_link li:nth-child(3) a:after {
  content: "";
  width: 100%;
  height: 100%;
  border: inherit;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ff8338;
  border-radius: inherit;
  animation: pulsing 2.5s linear infinite;
}
header .head-function .head-function_link li:nth-child(3) a:after {
  content: "";
  width: 100%;
  height: 100%;
  border: inherit;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ff8338;
  border-radius: inherit;
  animation: pulsing1 2.5s linear infinite;
}
header .head-function .head-function_link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  display: block;
  height: 100%;
}
header .head-function .head-function_link li a span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  top: 50%;
  left: 50%;
  line-height: 1.25;
}
header .global-menu-grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 52px;
  order: 3;
  -webkit-order: 3;
}
header .global-menu-grid:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1595dc;
  z-index: -1;
}
header .global-menu-grid .global-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 804px;
  padding-right: 7px;
}
header .global-menu-grid .global-menu:after {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background: #fff;
}
header .global-menu-grid .global-menu li {
  height: 52px;
}
header .global-menu-grid .global-menu li.child-in {
  position: relative;
}
header .global-menu-grid .global-menu li.child-in a {
  position: relative;
  padding-right: 25px;
}
header .global-menu-grid .global-menu li.child-in a.not_link {
  cursor: default;
}
header .global-menu-grid .global-menu li.child-in a:after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  margin-top: -1px;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 6px;
  background: url(../common/images/icn_search-contents-arrow_white.svg) no-repeat;
  z-index: 100;
  pointer-events: none;
  background-size: 100% 100%;
}
header .global-menu-grid .global-menu li.child-in:hover .child {
  position: absolute;
  top: 52px;
  visibility: visible;
  opacity: 1;
}
header .global-menu-grid .global-menu li.child-in .child {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 52px;
  width: 250px;
  background: #fff;
  color: #1595dc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  border: 1px solid #1595dc;
}
header .global-menu-grid .global-menu li.child-in .child li:not(:last-child) {
  border-bottom: 1px solid #1595dc;
}
header .global-menu-grid .global-menu li.child-in .child li a {
  position: relative;
  color: #1595dc;
}
header .global-menu-grid .global-menu li.child-in .child li a:hover {
  background: #fff;
  opacity: 0.6;
}
header .global-menu-grid .global-menu li.child-in .child li a:after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  margin-top: -1px;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 9px;
  background: url(../common/images/icn_search-contents-arrow_side.svg) no-repeat;
  z-index: 100;
  pointer-events: none;
  background-size: 100% 100%;
}
header .global-menu-grid .global-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 13px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 52px;
}
header .global-menu-grid .other-global-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 25px;
}
header .global-menu-grid .other-global-menu li {
  height: 52px;
}
header .global-menu-grid .other-global-menu li:first-child a {
  position: relative;
}
header .global-menu-grid .other-global-menu li:first-child a em {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 4px;
  font-size: 1rem;
  width: 16px;
  color: #51b7f0;
  text-align: center;
  background: #ffea33;
  line-height: 16px;
  z-index: 99;
}
header .global-menu-grid .other-global-menu li:first-child a span {
  position: relative;
  padding-left: 25px;
}
header .global-menu-grid .other-global-menu li:first-child a span:before {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 15px;
  margin-top: 1px;
  background: url(../common/images/icn_favorite.svg) no-repeat;
}
header .global-menu-grid .other-global-menu li.child-in {
  position: relative;
}
header .global-menu-grid .other-global-menu li.child-in:hover .child {
  position: absolute;
  top: 52px;
  visibility: visible;
  opacity: 1;
}
header .global-menu-grid .other-global-menu li.child-in .child {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 52px;
  width: 250px;
  background: #fff;
  color: #1595dc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  border: 1px solid #1595dc;
}
header .global-menu-grid .other-global-menu li.child-in .child li:not(:last-child) {
  border-bottom: 1px solid #1595dc;
}
header .global-menu-grid .other-global-menu li.child-in .child li a {
  position: relative;
  color: #1595dc;
}
header .global-menu-grid .other-global-menu li.child-in .child li a:hover {
  background: #fff;
  opacity: 0.6;
}
header .global-menu-grid .other-global-menu li.child-in .child li a:after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  margin-top: -1px;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 9px;
  background: url(../common/images/icn_search-contents-arrow_side.svg) no-repeat;
  z-index: 100;
  pointer-events: none;
  background-size: 100% 100%;
}
header .global-menu-grid .other-global-menu li a {
  display: block;
  padding: 0 13px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 52px;
}
header .pref-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  border: 1px solid #e6e6e6;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
header .pref-link a {
  position: relative;
  display: block;
  width: 100%;
  height: 68px;
}
header .pref-link a span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.35;
  color: #1595dc;
  text-align: center;
}

.container {
  width: 100%;
}

.contents {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 100px;
}

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  position: relative;
  padding: 16px 15px;
  background: #fff;
  border: 2px #F2F2F2 solid;
  font-size: 1.6rem;
  font-family: "NotoSansJapanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  outline: none;
}

::-webkit-input-placeholder {
  font-size: 1.4rem;
  font-family: "NotoSansJapanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  padding-top: 4px;
  color: #999;
}

:-moz-placeholder {
  font-size: 1.4rem;
  font-family: "NotoSansJapanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  padding-top: 4px;
  color: #999;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    padding: 16px 15px;
  }
}
@-moz-document url-prefix() {
  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    padding: 15px 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    padding: 17px 15px 16px;
  }
}
label.select-label {
  position: relative;
  display: inline-block;
  width: 310px;
  border: 2px #F2F2F2 solid;
}

label.select-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #787878;
  pointer-events: none;
  z-index: 2;
}

label.select-label select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  padding: 7px 15px;
  background: #fff;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  outline: none;
}

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

label.select-label select span {
  border: none;
  font-size: 1.8rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  label.select-label select {
    -webkit-appearance: none;
    padding: 20px 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  label.select-label select {
    padding: 16px 15px 15px;
  }
}
select::-ms-expand {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  display: none;
  vertical-align: middle;
}

input[type=checkbox] + label {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 0 20px 0 28px;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666;
  cursor: pointer;
}

input[type=checkbox] + label::before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px #e6e6e6 solid;
  z-index: 2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

input[type=checkbox]:checked + label::before {
  z-index: 3;
}

input[type=checkbox]:checked + label::after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #1595dc;
  z-index: 10;
}

input[type=checkbox][disabled] {
  background: #ff0000;
  cursor: not-allowed;
  /* 禁止カーソル */
}

input[type=checkbox][disabled] + label::before {
  background: #F2F2F2;
}

input[type=radio] + label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 22px 0 22px 55px;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

input[type=radio] + label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #fff;
  border: 1px #707070 solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

input[type=radio]:checked + label::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 23px;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  background: #787878;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
}

textarea {
  position: relative;
  width: 100%;
  height: 16em;
  padding: 10px 15px;
  background: #fff;
  border: 2px solid #F2F2F2;
  font-size: 1.6rem;
  line-height: 1.3;
  outline: none;
}

.column-block-contents .main-block-contents .contents-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 15px;
  padding-left: 28px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.column-block-contents .main-block-contents .contents-title:before {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  background-position: center;
}
.column-block-contents .aside-block-contents {
  width: 240px;
}
.column-block-contents .aside-block-contents .aside-contents-title {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.column-block-contents .aside-block-contents .bnr-tryfree-contents {
  margin-bottom: 20px;
}
.column-block-contents .aside-block-contents .bnr-tryfree-contents a {
  display: block;
  line-height: 0;
}
.column-block-contents .aside-block-contents .bnr-tryfree-contents a img {
  width: 100%;
}
.column-block-contents .aside-block-contents .aside-newconsult-infomation {
  margin-bottom: 20px;
}
.column-block-contents .aside-block-contents .aside-newconsult-infomation .aside-contents-title {
  position: relative;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  background: #1595dc;
  border-top-left-radius: 6px;
  border-top-right-radius: 4px;
}
.column-block-contents .aside-block-contents .aside-newconsult-infomation .aside-contents-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: url(../common/images/new.svg) no-repeat;
}
.column-block-contents .aside-block-contents .aside-newconsult-infomation .newconsult-list-wrap {
  padding-bottom: 20px;
  border: 1px solid #e6e6e6;
  border-top: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 4px;
}
.column-block-contents .aside-block-contents .aside-newconsult-infomation .newconsult-list-wrap .bnr_meeting {
  text-align: center;
  width: 100%;
  padding: 15px 0 13px;
  line-height: 0;
}
.column-block-contents .aside-block-contents .aside-newconsult-infomation .newconsult-list-wrap .more-newconsult {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  display: block;
  width: 208px;
  margin: 0 auto;
  padding: 14px 0;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  background: #edf8fe;
}
.column-block-contents .aside-block-contents .aside-newconsult-infomation .newconsult-list-wrap .more-newconsult:after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url(../common/images/icn_circle-rightarrow.svg) no-repeat;
}
.column-block-contents .aside-block-contents .aside-attention-contents {
  margin-bottom: 40px;
}
.column-block-contents .aside-block-contents .aside-attention-contents .attention-list {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}
.column-block-contents .aside-block-contents .aside-attention-contents .attention-list li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.column-block-contents .aside-block-contents .aside-attention-contents .attention-list li a {
  position: relative;
  display: block;
  padding: 10px;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  transition: 0.7s ease;
}
.column-block-contents .aside-block-contents .aside-attention-contents .attention-list li a:hover {
  background: #edf8fe;
}
.column-block-contents .aside-block-contents .aside-attention-contents .attention-list li a:after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  top: 50%;
  right: 15px;
  width: 7px;
  height: 11px;
  background: url(../common/images/icn_arrow-right-blue.svg) no-repeat;
}
.column-block-contents .aside-block-contents .aside-attention-contents .attention-list li a em {
  display: inline-block;
  margin-right: 10px;
  width: 48px;
}
.column-block-contents .aside-block-contents .aside-attention-contents .attention-list li a em img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
.column-block-contents .aside-block-contents .aside-attention-contents .attention-list li a span {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  color: #636363;
}
.column-block-contents .aside-block-contents .aside-search-contents {
  margin-bottom: 40px;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-text {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #808080;
  line-height: 1.7;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dt {
  position: relative;
  margin-bottom: 18px;
  padding-left: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dt:before {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  top: 50%;
  left: 0;
  width: 2px;
  height: 16px;
  background: #1595dc;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .prefecture p {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .prefecture p .prefecture-link:hover {
  text-decoration: underline;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .prefecture:last-of-type .search-list {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .prefecture:last-of-type .search-list:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .prefecture .search-list {
  margin-bottom: 15px;
  padding-bottom: 0;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .prefecture .search-list:after {
  display: none;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .search-list {
  font-size: 0;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .search-list:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .search-list.area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .search-list.area li:last-child:after {
  display: none;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .search-list li {
  display: inline;
  position: relative;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .search-list li:after {
  content: "｜";
  font-size: 1.2rem;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .search-list li:last-child:after {
  display: none;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .search-list li a {
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  transition: 0.7s ease;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #808080;
}
.column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .search-list li a:hover {
  text-decoration: underline;
}
.column-block-contents .aside-block-contents .aside-link-contents {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.column-block-contents .aside-block-contents .aside-link-contents:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.column-block-contents .aside-block-contents .aside-link-contents li:not(:last-child) {
  margin-bottom: 10px;
}
.column-block-contents .aside-block-contents .aside-link-contents li a {
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  transition: 0.7s ease;
  display: block;
  line-height: 0;
}
.column-block-contents .aside-block-contents .aside-link-contents li a:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.column-block-contents .aside-block-contents .aside-link-contents li a img {
  width: 100%;
}
.column-block-contents .aside-block-contents .aside-privacymark-contents {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #e6e6e6;
}
.column-block-contents .aside-block-contents .aside-privacymark-contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-strat;
  justify-content: flex-strat;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column-block-contents .aside-block-contents .aside-privacymark-contents dl dt a {
  display: block;
  margin-right: 10px;
}
.column-block-contents .aside-block-contents .aside-privacymark-contents dl dt a img {
  width: 80px;
}
.column-block-contents .aside-block-contents .aside-privacymark-contents dl dd {
  flex: 1;
  -webkit-flex: 1;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #808080;
  line-height: 1.4;
}
.column-block-contents .aside-block-contents .aside-sns-contents {
  margin-bottom: 35px;
  padding: 0 15px;
}
.column-block-contents .aside-block-contents .aside-sns-contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column-block-contents .aside-block-contents .aside-sns-contents dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.column-block-contents .aside-block-contents .aside-sns-contents dl dd .aside-snslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column-block-contents .aside-block-contents .aside-sns-contents dl dd .aside-snslist li:first-child {
  margin-right: 6px;
}
.column-block-contents .aside-block-contents .aside-sns-contents dl dd .aside-snslist li a {
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  transition: 0.7s ease;
  display: block;
}
.column-block-contents .aside-block-contents .aside-sns-contents dl dd .aside-snslist li a img {
  width: 50px;
  height: 50px;
}
.column-block-contents .aside-block-contents .aside-line-contents {
  line-height: 0;
}
.column-block-contents .aside-block-contents .aside-line-contents .sp {
  display: none;
}

.main-visual-wrap {
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
}
.main-visual-wrap figure {
  width: 100%;
  min-height: 480px;
  line-height: 0;
  aspect-ratio: 2.66/1;
}
.main-visual-wrap figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: auto;
  height: 100%;
  top: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.main-visual-wrap .main-visual_catch {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 10%;
  left: 50%;
  width: 40vw;
  min-width: 450px;
}
.main-visual-wrap .main-visual_catch img {
  width: 100%;
}
.main-visual-wrap .main-visual_catch dt {
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
.main-visual-wrap .main-visual_catch dd {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  color: #ffea33;
}
.main-visual-wrap .search-contents {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 800px;
  bottom: 30px;
  left: 50%;
}
.main-visual-wrap .search-contents .search-info .private-sp {
  display: none;
}
.main-visual-wrap .search-contents .search-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin-bottom: 8px;
}
.main-visual-wrap .search-contents .search-info dl dt {
  position: relative;
  margin-right: 10px;
  padding-left: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.main-visual-wrap .search-contents .search-info dl dt:before {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../common/images/icn_search.svg) no-repeat;
}
.main-visual-wrap .search-contents .search-info dl dd {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.main-visual-wrap .search-contents .search-info dl dd p:not(:last-child) {
  margin-right: 6px;
}
.main-visual-wrap .search-contents .search-info dl dd .recruitment {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffea33;
}
.main-visual-wrap .search-contents .search-info dl dd .recruitment span {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  font-size: 2rem;
  font-weight: bold;
}
.main-visual-wrap .search-contents .search-info dl dd .recruitment span:after {
  content: "件";
  font-size: 1.4rem;
}
.main-visual-wrap .search-contents .search-info dl dd .private {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  width: 370px;
  padding: 0 0 3px;
  background: #1595dc;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.main-visual-wrap .search-contents .search-info dl dd .private span {
  color: #ffea33;
  font-weight: bold;
}
.main-visual-wrap .search-contents .search-info dl dd .private span em {
  font-size: 2rem;
  font-weight: bold;
}
.main-visual-wrap .search-contents .search-info dl dd .update-date {
  padding-bottom: 3px;
}
.main-visual-wrap .search-contents .search-info-wrap .private-sp {
  display: none;
}
.main-visual-wrap .search-contents .search-info-wrap .search-txt-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin-bottom: 8px;
}
.main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .search-txt {
  position: relative;
  margin-right: 10px;
  padding-left: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .search-txt:before {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../common/images/icn_search.svg) no-repeat;
}
.main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .txt-wrap {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .txt-wrap p:not(:last-child) {
  margin-right: 6px;
}
.main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .txt-wrap .recruitment {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffea33;
}
.main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .txt-wrap .recruitment span {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  font-size: 2rem;
  font-weight: bold;
}
.main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .txt-wrap .recruitment span:after {
  content: "件";
  font-size: 1.4rem;
}
.main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .txt-wrap .private {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  width: 370px;
  padding: 0 0 3px;
  background: #1595dc;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .txt-wrap .private span {
  color: #ffea33;
  font-weight: bold;
}
.main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .txt-wrap .private span em {
  font-size: 2rem;
  font-weight: bold;
}
.main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .txt-wrap .update-date {
  padding-bottom: 3px;
}
.main-visual-wrap .search-contents .search-kind {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  background: #fff;
}
.main-visual-wrap .search-contents .search-kind li {
  cursor: pointer;
  display: block;
  width: 220px;
  height: 72px;
}
.main-visual-wrap .search-contents .search-kind li:first-child a:before {
  background: url(../common/images/search-kind01.svg) no-repeat;
  background-position: center center;
}
.main-visual-wrap .search-contents .search-kind li:first-child a.result:before {
  background: url(../common/images/search-kind01_gray.svg) no-repeat;
  background-position: center center;
}
.main-visual-wrap .search-contents .search-kind li:nth-child(2) a:before {
  background: url(../common/images/search-kind02.svg) no-repeat;
  background-position: center center;
}
.main-visual-wrap .search-contents .search-kind li:nth-child(2) a.result:before {
  background: url(../common/images/search-kind02_gray.svg) no-repeat;
  background-position: center center;
}
.main-visual-wrap .search-contents .search-kind li:nth-child(3) a:before {
  background: url(../common/images/search-kind03.svg) no-repeat;
  background-position: center center;
}
.main-visual-wrap .search-contents .search-kind li:nth-child(3) a.result:before {
  background: url(../common/images/search-kind03_gray.svg) no-repeat;
  background-position: center center;
}
.main-visual-wrap .search-contents .search-kind li:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.main-visual-wrap .search-contents .search-kind li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 28px 40px 28px 50px;
  font-size: 1.6rem;
  font-weight: 700;
}
.main-visual-wrap .search-contents .search-kind li a.result span {
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-visual-wrap .search-contents .search-kind li a.result:after {
  background: url(../common/images/icn_search-contents-arrow_gray.svg) no-repeat;
}
.main-visual-wrap .search-contents .search-kind li a:before {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 100;
}
.main-visual-wrap .search-contents .search-kind li a:after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  top: 50%;
  right: 15px;
  width: 13px;
  height: 8px;
  background: url(../common/images/icn_search-contents-arrow.svg) no-repeat;
  z-index: 100;
  pointer-events: none;
}
.main-visual-wrap .search-contents .search-kind li a em {
  font-weight: 700;
}
.main-visual-wrap .search-contents .search-button {
  position: absolute;
  top: 31px;
  right: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 28px 0;
  appearance: none;
  width: 140px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.03em;
  background: -moz-linear-gradient(left, #89d0d2, #1595dc);
  background: -webkit-linear-gradient(left, #89d0d2, #1595dc);
  background: linear-gradient(to right, #89d0d2, #1595dc);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.main-visual-wrap .search-contents .search-freeword {
  position: relative;
}
.main-visual-wrap .search-contents .search-freeword input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  border: none;
  font-family: "NotoSansJapanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  padding-right: 47px;
}
.main-visual-wrap .search-contents .search-freeword button {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0 15px;
  appearance: none;
  height: 100%;
}

.fix-bnr-no1 {
  position: fixed;
  top: 180px;
  right: 0;
  z-index: 999;
}
.fix-bnr-no1 a {
  display: block;
}

.fix-bnr-joblistings {
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background: #0550bf;
}
.fix-bnr-joblistings .close {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 32px;
  height: 32px;
  background: #636363;
  cursor: pointer;
  z-index: 99;
}
.fix-bnr-joblistings .close i {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
}
.fix-bnr-joblistings a {
  display: block;
  width: 300px;
}
.fix-bnr-joblistings a img {
  width: 100%;
}

.map-contents {
  margin-bottom: 40px;
}
.map-contents .contents-title:before {
  background: url(../common/images/contents-title-map.svg) no-repeat;
  background-position: center;
}
.map-contents .map-area-contents {
  position: relative;
  width: 100%;
  height: 400px;
  background: #edf8fe;
}
.map-contents .map-area-contents svg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.special-contents {
  position: relative;
  margin-bottom: 40px;
}
.special-contents .contents-title:before {
  background: url(../common/images/contents-title-special.svg) no-repeat;
  background-position: center;
}
.special-contents .special-update {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 200px;
  width: 80px;
  padding: 6px 0;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: -moz-linear-gradient(left, #ff8097, #ff8338);
  background: -webkit-linear-gradient(left, #ff8097, #ff8338);
  background: linear-gradient(to right, #ff8097, #ff8338);
}
.special-contents .special-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.special-contents .special-list li {
  margin-bottom: 10px;
  width: 260px;
}
.special-contents .special-list li a {
  display: block;
}
.special-contents .special-list li a dl {
  position: relative;
}
.special-contents .special-list li a dl dt {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 200px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
  z-index: 10;
}
.special-contents .special-list li a dl dd {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  height: 160px;
  background: #333;
  z-index: 9;
}
.special-contents .special-list li a dl dd:after {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.special-contents .special-list li a dl dd img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 160px;
}
.special-contents .special-matching {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  display: block;
  width: 480px;
  margin: 0 auto;
  padding: 16px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  background: -moz-linear-gradient(left, #ff8097, #ff8338);
  background: -webkit-linear-gradient(left, #ff8097, #ff8338);
  background: linear-gradient(to right, #ff8097, #ff8338);
}
.special-contents .special-matching:after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  top: 50%;
  right: 13px;
  width: 7px;
  height: 11px;
  background: url(../common/images/icn_arrow-right-white.svg) no-repeat;
}

.employment-contents {
  position: relative;
  margin-bottom: 40px;
}
.employment-contents .contents-title:before {
  background: url(../common/images/contents-title-special.svg) no-repeat;
  background-position: center;
}
.employment-contents .employment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.employment-contents .employment-list li {
  margin-bottom: 10px;
  width: 260px;
}
.employment-contents .employment-list li a {
  display: block;
}
.employment-contents .employment-list li a dl {
  position: relative;
}
.employment-contents .employment-list li a dl dt {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 200px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
  z-index: 10;
}
.employment-contents .employment-list li a dl dd {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  height: 160px;
  background: #333;
  z-index: 9;
}
.employment-contents .employment-list li a dl dd:after {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.employment-contents .employment-list li a dl dd img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 160px;
}

.occupation-contents {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 50px;
}
.occupation-contents .contents-title:before {
  background: url(../common/images/contents-title-occupation.svg) no-repeat;
  background-position: center;
}
.occupation-contents .occupation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.occupation-contents .occupation-list li {
  width: 50%;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.occupation-contents .occupation-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 45px 15px 23px;
}
.occupation-contents .occupation-list li a:after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  top: 50%;
  right: 20px;
  width: 7px;
  height: 11px;
  background: url(../common/images/icn_arrow-right-blue.svg) no-repeat;
}
.occupation-contents .occupation-list li a span {
  display: inline-block;
  width: 52px;
  margin-right: 10px;
  line-height: 0;
}
.occupation-contents .occupation-list li a span img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
.occupation-contents .occupation-list li a dl {
  flex: 1;
  -webkit-flex: 1;
}
.occupation-contents .occupation-list li a dl dt {
  margin-bottom: 6px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1595dc;
  line-height: 1.5;
}
.occupation-contents .occupation-list li a dl dd {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #808080;
}

.toplink-contents {
  margin-bottom: 150px;
}
.toplink-contents .toplink-list > li {
  margin-bottom: 30px;
  width: 100%;
}
.toplink-contents .toplink-list > li.all a dl dt span {
  font-weight: 700;
  text-decoration: underline;
}
.toplink-contents .toplink-list > li.specialty .specialty-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.toplink-contents .toplink-list > li.specialty .specialty-inner > a {
  font-size: 1.2rem;
  color: #808080;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.toplink-contents .toplink-list > li.specialty .specialty-inner > a:not(:last-of-type):after {
  content: "、";
}
.toplink-contents .toplink-list > li.specialty .specialty-inner > a.no-separator:after {
  display: none;
}
.toplink-contents .toplink-list > li.specialty .specialty-inner span {
  text-decoration: underline;
  font-weight: 700;
}
.toplink-contents .toplink-list > li.specialty .specialty-inner ul {
  margin: 0;
}
.toplink-contents .toplink-list > li.specialty .specialty-inner ul li {
  display: inline;
}
.toplink-contents .toplink-list > li dl dt {
  margin-bottom: 8px;
}
.toplink-contents .toplink-list > li dl dt a {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
}
.toplink-contents .toplink-list > li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
  color: #808080;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.toplink-contents .toplink-list > li dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
}
.toplink-contents .toplink-list > li dl dd ul li {
  position: relative;
}
.toplink-contents .toplink-list > li dl dd ul li:not(:last-child):after {
  content: "、";
}
.toplink-contents .toplink-list > li dl dd ul li a {
  font-size: 1.2rem;
  color: #808080;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.specialty-list .specialty-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.c-none {
  display: none !important;
}

.c-interview-anotation-txt {
  padding: 15px 20px !important;
  border: 2px solid #FF8097 !important;
}
.c-interview-anotation-txt dl dt {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FF8097;
  color: #FF8097;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.3;
}
.c-interview-anotation-txt dl dd {
  color: #FF8097;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.c-scroll-box {
  height: 500px !important;
  padding: 20px;
  border: 1px solid #000;
}
.c-scroll-box > * {
  height: 100% !important;
  overflow-y: auto !important;
}

@media all and (-ms-high-contrast: none) {
  .main-visual-wrap .search-contents .search-kind li select {
    padding: 24px 40px 23px 50px;
  }

  header .head-function .head-function_link li a span {
    padding-top: 5px;
  }

  header .head-function .head-function_link li:nth-child(2) a span {
    padding-top: 10px !important;
  }

  header .head-function .head-function_link li:nth-child(2) a span em {
    height: 20px;
    padding: 5px 0 0;
  }

  header .head-function .head-function_link li:nth-child(3) a span {
    padding-top: 10px !important;
  }

  header .head-function .head-function_link li:nth-child(3) a span em {
    padding: 6px 0 0;
  }

  .main-visual-wrap .search-contents .search-info dl dd p:not(:last-child) {
    padding-top: 8px;
  }
}
@supports (-ms-ime-align: auto) {
  .main-visual-wrap .search-contents .search-kind li select {
    padding: 26px 40px 26px 50px;
  }
}
@media screen and (min-width: 769px) {
  /* ------------------------------------------------------*/
  .area-tab .area-tab-list li .button {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .area-tab .area-tab-list li .button:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }

  .text-link {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .text-link:hover {
    opacity: 0.5;
  }

  .text-link.tel {
    pointer-events: none;
  }

  .trigger,
.back-shadow,
.sp-menu,
.sp-foot-fix,
.sp-foot-fix-search,
.sp-jobchangeservice {
    display: none;
  }

  .sp-fix-bnr-no1 {
    display: none;
  }

  br.tabbr,
br.spbr {
    display: none;
  }

  .breadcrumbs {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding: 15px 0 30px;
  }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .breadcrumbs ul li {
    padding: 6px 0;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
  .breadcrumbs ul li a {
    display: block;
    color: #1595dc;
  }
  .breadcrumbs ul li:not(:first-child) {
    position: relative;
    padding: 0 0 0 18px;
  }
  .breadcrumbs ul li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .pagetop a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .pagetop a:before {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .pagetop a:hover {
    background: -moz-linear-gradient(left, #71cccc, #1595dc);
    background: -webkit-linear-gradient(left, #71cccc, #1595dc);
    background: linear-gradient(to right, #71cccc, #1595dc);
  }
  .pagetop a:hover:before {
    background: -moz-linear-gradient(left, #71cccc, #1595dc);
    background: -webkit-linear-gradient(left, #71cccc, #1595dc);
    background: linear-gradient(to right, #71cccc, #1595dc);
  }
  .pagetop a:hover:after {
    background: url(../common/images/pagetop-arrow-white.svg) no-repeat;
  }

  footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list > li > a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list > li > a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list > li .child li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list > li .child li a:hover {
    text-decoration: underline;
  }
  footer .foot-sitemap-contents .foot-sitemap-list.relation-list li .child li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  footer .foot-sitemap-contents .foot-sitemap-list.relation-list li .child li a:hover {
    text-decoration: underline;
  }
  footer .foot-sitemap-contents .foot-sitemap-list > li > a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  footer .foot-sitemap-contents .foot-sitemap-list > li > a:hover {
    text-decoration: underline;
  }
  footer .foot-sitemap-contents .foot-sitemap-list > li .child li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  footer .foot-sitemap-contents .foot-sitemap-list > li .child li a:hover {
    text-decoration: underline;
  }
  footer .foot-sitemap-contents .foot-sitemap-aside-list li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  footer .foot-sitemap-contents .foot-sitemap-aside-list li a:hover {
    text-decoration: underline;
  }
  footer .foot-outline-contents .foot-company dd ul li a {
    pointer-events: none;
  }
  footer .foot-outline-contents .foot-sns .foot-sns-outlink li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  footer .foot-outline-contents .foot-sns .foot-sns-outlink li a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }

  header .head-logo a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  header .head-logo a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  header .head-logo a:nth-child(2) {
    display: none !important;
  }
  header .head-function .head-function_link li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  header .head-function .head-function_link li a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  header .global-menu-grid .global-menu li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  header .global-menu-grid .global-menu li a:hover {
    background: #51b7f0;
  }
  header .global-menu-grid .other-global-menu li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  header .global-menu-grid .other-global-menu li a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }

  .fix-bnr-no1:before {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    top: 50%;
    left: 50%;
    width: 78px;
    height: 250px;
    background: #fff;
  }
  .fix-bnr-no1 a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
    position: relative;
    width: 80px;
  }
  .fix-bnr-no1 a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  .fix-bnr-no1 a img {
    width: 100%;
  }

  .column-block-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-block-contents .main-block-contents {
    margin-right: 40px;
    width: 800px;
  }
  .column-block-contents .aside-newconsult-infomation .newconsult-list-wrap .newconsult-list li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .column-block-contents .aside-newconsult-infomation .newconsult-list-wrap .newconsult-list li a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  .column-block-contents .aside-block-contents .aside-sns-contents dl dd .aside-snslist li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .column-block-contents .aside-block-contents .aside-sns-contents dl dd .aside-snslist li a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }

  .main-visual-wrap .search-contents .search-kind li {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .main-visual-wrap .search-contents .search-kind li:hover {
    background: #edf8fe;
  }
  .main-visual-wrap .search-contents .search-button {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .main-visual-wrap .search-contents .search-button:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }

  .special-contents .special-list li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .special-contents .special-list li a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  .special-contents .special-matching {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .special-contents .special-matching:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }

  .employment-contents .employment-list li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .employment-contents .employment-list li a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }

  .occupation-contents .occupation-list li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .occupation-contents .occupation-list li a:hover {
    background: #edf8fe;
  }

  .toplink-contents .toplink-list li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .toplink-contents .toplink-list li a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }

  .more-newconsult {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .more-newconsult:hover {
    -moz-opacity: 0.9;
    opacity: 0.9;
  }

  .fix-bnr-joblistings a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .fix-bnr-joblistings a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }

  .map-contents .map-area-contents path {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .map-contents .map-area-contents a:hover #ishikawa path,
.map-contents .map-area-contents a:hover #toyama path,
.map-contents .map-area-contents a:hover #fukui path {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  .map-contents .map-area-contents a:hover #niikawa .st1,
.map-contents .map-area-contents a:hover #toyamashi .st1,
.map-contents .map-area-contents a:hover #takaoka .st1,
.map-contents .map-area-contents a:hover #tonami .st1,
.map-contents .map-area-contents a:hover #noto .st1,
.map-contents .map-area-contents a:hover #kanazawa .st1,
.map-contents .map-area-contents a:hover #nomi .st1,
.map-contents .map-area-contents a:hover #reihoku .st1,
.map-contents .map-area-contents a:hover #reinan .st1 {
    fill: #edf8fe;
  }
  .map-contents .map-area-contents a:hover #niikawa .st0.bg,
.map-contents .map-area-contents a:hover #toyamashi .st0.bg,
.map-contents .map-area-contents a:hover #takaoka .st0.bg,
.map-contents .map-area-contents a:hover #tonami .st0.bg,
.map-contents .map-area-contents a:hover #noto .st0.bg,
.map-contents .map-area-contents a:hover #kanazawa .st0.bg,
.map-contents .map-area-contents a:hover #nomi .st0.bg,
.map-contents .map-area-contents a:hover #reihoku .st0.bg,
.map-contents .map-area-contents a:hover #reinan .st0.bg {
    fill: #51b7f0;
  }

  .column-block-contents .aside-block-contents .aside-privacymark-contents dl dt a img {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .column-block-contents .aside-block-contents .aside-privacymark-contents dl dt a img:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  .column-block-contents .aside-block-contents .aside-privacymark-contents dl dd a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .column-block-contents .aside-block-contents .aside-privacymark-contents dl dd a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .area-tab .area-tab-list li {
    padding: 10px 0;
    height: auto;
    text-align: center;
    line-height: 1.3;
  }
  .area-tab .area-tab-list li span {
    font-size: 1.5rem;
  }
  .area-tab .area-tab-list li.is-btn-active {
    padding: 15px 0;
    height: auto;
  }
  .area-tab .tab-contents {
    padding: 30px 8px 20px;
  }
  .area-tab .tab-contents .special-contents .contents-title {
    padding: 0 0 32px 28px;
  }
  .area-tab .tab-contents .special-contents .contents-title:before {
    position: absolute;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    left: 0;
  }
  .area-tab .tab-contents .special-contents .special-update {
    left: auto;
    top: 30px;
    right: 0;
  }
  .area-tab .tab-contents .special-contents .special-list li {
    margin: 0 2% 2% 0;
    width: 49%;
  }
  .area-tab .tab-contents .special-contents .special-list li:nth-child(2n) {
    margin-right: 0;
  }
  .area-tab .tab-contents .employment-contents .contents-title {
    padding: 0 0 10px 28px;
  }
  .area-tab .tab-contents .employment-contents .contents-title:before {
    position: absolute;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    left: 0;
  }
  .area-tab .tab-contents .employment-contents .employment-list li {
    margin: 0 2% 2% 0;
    width: 49%;
  }
  .area-tab .tab-contents .employment-contents .employment-list li:nth-child(2n) {
    margin-right: 0;
  }
  .area-tab .tab-contents .joblistings-contents.front-contents {
    margin-bottom: 30px;
  }
  .area-tab .tab-contents .joblistings-contents .contents-title {
    padding: 0 0 30px 28px;
  }
  .area-tab .tab-contents .joblistings-contents .contents-title:before {
    position: absolute;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    left: 0;
  }
  .area-tab .tab-contents .joblistings-contents .more {
    top: 35px;
  }
  .area-tab .tab-contents .joblistings-contents .joblistings-list .swiper-container .swiper-wrapper .swiper-slide {
    width: 48% !important;
  }
  .area-tab .tab-contents .joblistings-contents .swiper-button-prev {
    top: 130px !important;
    left: 19% !important;
  }
  .area-tab .tab-contents .joblistings-contents .swiper-button-next {
    top: 130px !important;
    right: 19% !important;
  }

  .pagetop {
    bottom: 655px;
  }

  .no-article.pref {
    margin: 20px 0 50px;
  }

  .sp-foot-fix {
    position: fixed;
    width: 100%;
    padding: 10px 15px;
    left: 0;
    bottom: 0;
    z-index: 99999999999999;
  }
  .sp-foot-fix ul {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 8px;
    background: #fff;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
  }
  .sp-foot-fix ul li:first-child {
    margin-right: 8px;
    flex: 1;
    -webkit-flex: 1;
  }
  .sp-foot-fix ul li:first-child a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    display: block;
    position: relative;
    width: 100%;
    height: 48px;
    color: #fff;
    background: #1595DC;
  }
  .sp-foot-fix ul li:first-child a em {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 50%;
    font-size: 1rem;
    width: 16px;
    color: #51b7f0;
    text-align: center;
    background: #ffea33;
    line-height: 16px;
    z-index: 99;
    margin-left: -13px;
  }
  .sp-foot-fix ul li:first-child a span {
    position: relative;
    padding-top: 27px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .sp-foot-fix ul li:first-child a span:before {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    width: 18px;
    height: 15px;
    margin-top: 1px;
    background: url(../common/images/icn_favorite.svg) no-repeat;
  }
  .sp-foot-fix ul li:nth-child(2) {
    width: 72%;
  }
  .sp-foot-fix ul li:nth-child(2) a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: -moz-linear-gradient(left, #ff8097, #ff8338);
    background: -webkit-linear-gradient(left, #ff8097, #ff8338);
    background: linear-gradient(to right, #ff8097, #ff8338);
  }
  .sp-foot-fix ul li:nth-child(2) a span {
    padding-top: 23px;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .sp-foot-fix ul li:nth-child(2) a span em {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -4px;
    left: 50%;
    display: inline-block;
    width: 140px;
    padding: 2px 0 1px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ff8097;
    background: #ffea33;
    text-align: center;
    line-height: 1.25;
  }

  .sp-foot-fix-search {
    position: fixed;
    width: 100%;
    padding: 10px 15px;
    left: 0;
    bottom: 0;
    z-index: 99999999999999;
  }
  .sp-foot-fix-search a {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    display: block;
    height: 66px;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
    background: #ffe6d7;
    text-align: center;
  }
  .sp-foot-fix-search a img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5px 8px;
    top: 50%;
    left: 50%;
    width: 100%;
  }

  .sp-fix-bnr-no1 {
    display: block;
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }
  .sp-fix-bnr-no1 a {
    display: block;
    padding: 5px 0;
    background: #ffe6d7;
    text-align: center;
  }
  .sp-fix-bnr-no1 a img {
    height: 66px;
  }

  .breadcrumbs {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 8px 10px;
    background: #f0f0f0;
  }
  .breadcrumbs.u-pageimage {
    padding: 8px 10px;
    margin-bottom: 20px;
  }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .breadcrumbs ul li {
    padding: 6px 0;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
  .breadcrumbs ul li a {
    display: block;
    color: #1595dc;
  }
  .breadcrumbs ul li:not(:first-child) {
    position: relative;
    padding: 0 0 0 18px;
  }
  .breadcrumbs ul li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  body {
    width: 100%;
    min-width: 100%;
  }

  div.pageWrap {
    width: 100%;
    padding-bottom: 76px;
  }

  .contents {
    width: 100%;
    padding: 0 15px 40px;
  }

  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 10px 15px 0;
    z-index: 9999;
    background: #fff;
  }
  header .sp-top-linebnr {
    display: block;
  }
  header .sp-top-linebnr a {
    display: block;
    margin-bottom: 10px;
    line-height: 0;
  }
  header .sp-top-linebnr a img {
    width: 100%;
  }
  header .head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    order: 2;
    -webkit-order: 2;
  }
  header .head-wrap.pref {
    margin-right: 0;
  }
  header .head-wrap.pref .head-logo a {
    min-height: inherit;
  }
  header .head-wrap.pref .head-logo a img {
    max-width: 100%;
  }
  header .head-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    margin: 0 0 8px;
    padding: 0;
    width: 100%;
  }
  header .head-logo .logo-by-jjc {
    width: 100%;
    max-width: 46%;
  }
  header .head-logo .logo-by-jjc img {
    width: 100%;
  }
  header .head-logo a {
    max-width: 48%;
    display: block;
    padding-top: 0;
  }
  header .head-logo a img {
    width: 100%;
  }
  header .head-logo .award {
    width: 46%;
    display: inline-block;
    margin-left: 4vw;
  }
  header .head-logo .sp-jobchangeservice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 46%;
    height: 32px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #ff8097;
    border: 2px solid #ff8097;
  }
  header .sp-jobchangeservice {
    width: 100%;
    margin-bottom: 12px;
  }
  header .sp-jobchangeservice ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .sp-jobchangeservice ul li {
    width: 49%;
  }
  header .sp-jobchangeservice ul li a {
    display: block;
  }
  header .sp-jobchangeservice ul li a img {
    width: 100%;
  }
  header .head-title {
    margin: 0 0 10px;
    padding: 0;
    flex: 1;
    -webkit-flex: 1;
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    order: 2;
    -webkit-order: 2;
  }
  header .head-function {
    display: none;
  }
  header .global-menu-grid {
    display: none;
  }
  header .pref-link {
    order: 3;
    -webkit-order: 3;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 12px;
  }
  header .pref-link a {
    height: 40px;
  }
  header .pref-link a br {
    display: none;
  }

  .header-pref .head-wrap.pref {
    order: 1;
    -webkit-order: 1;
  }
  .header-pref .head-title {
    order: 2;
    -webkit-order: 2;
  }
  footer {
    position: relative;
    padding: 0 15px;
    width: 100%;
  }
  footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0;
    padding: 0 0;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #cce5f2;
  }
  footer .foot-sitemap-contents:before {
    display: none;
  }
  footer .foot-sitemap-contents .foot-sitemap-area-list-contents {
    display: none;
    padding: 25px 0;
  }
  footer .foot-sitemap-contents .foot-sitemap-area-list-contents:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 -20px;
    padding: 0 20px;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #edf8fe;
  }
  footer .foot-sitemap-contents .foot-sitemap-area-list-contents p {
    position: absolute;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    top: 0;
    left: 0;
    margin-bottom: 8px;
    padding: 50px 0;
    width: 100%;
    height: auto;
  }
  footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list {
    padding: 0;
  }
  footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list > li {
    margin: 0 0 2%;
    padding: 30px 20px 25px;
    width: 100%;
    height: auto;
  }
  footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list > li:not(:last-child) {
    margin: 0 0 2%;
  }
  footer .foot-sitemap-contents .foot-sitemap-area-list-contents .foot-sitemap-area-list > li .child li a {
    font-size: 1.4rem;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents {
    padding: 15px 0 40px;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list {
    margin: 0;
    width: 100%;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li {
    border-bottom: 1px solid #fff;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li a {
    position: relative;
    padding: 17px 0;
    display: block;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li a:not(.feature_area):after {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    top: 50%;
    right: 3px;
    width: 7px;
    height: 11px;
    background: url(../common/images/icn_arrow-right-blue.svg) no-repeat;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li a.feature_area:after {
    content: none;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li:not(:last-child) {
    margin-bottom: 0;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li:not(.tow-list) .child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li:not(.tow-list) .child li {
    margin: 0 2% 0 0;
    width: 49%;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li:not(.tow-list) .child li:nth-child(odd) {
    position: relative;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li:not(.tow-list) .child li:nth-child(odd):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 204.09%;
    -webkit-width: 204.09%;
    height: 1px;
    background: #fff;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li:not(.tow-list) .child li:not(:last-child) {
    margin: 0 2% 0 0;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li:not(.tow-list) .child li a {
    display: block;
    padding: 11px 0;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li:not(.tow-list) .child li:nth-child(2n) {
    margin-right: 0;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.three-list li:not(:last-child) {
    margin-bottom: 0;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.three-list .child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.three-list .child li {
    margin-right: 2%;
    width: 49%;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.three-list .child li:nth-child(2n) {
    margin-right: 0;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.three-list .child li:not(:last-child) {
    margin-bottom: 0;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.three-list .child li a {
    position: relative;
    padding: 15px 0;
    color: #808080;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list {
    width: 100%;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list > li > a:after {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    top: 50%;
    right: 3px !important;
    width: 12px !important;
    height: 12px !important;
    background: url(../common/images/icn_plus-blue.svg) no-repeat !important;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list > li .child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    margin-top: 0px;
    border-top: 1px solid #fff;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list > li .child li {
    width: 49%;
    margin-bottom: 0;
    margin-right: 2%;
    display: block;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list > li .child li:nth-child(odd) {
    position: relative;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list > li .child li:nth-child(odd):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 204.09%;
    -webkit-width: 204.09%;
    height: 1px;
    background: #fff;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list > li .child li:first-child:before {
    display: none;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list > li .child li:nth-child(2n) {
    margin-right: 0;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list > li .child li:nth-child(2n) a {
    margin-right: 0;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list > li .child li:after {
    display: none !important;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list > li .child li a {
    display: block;
    color: #808080;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list > li .child li a span {
    position: relative;
    display: inline-block;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list.relation-list > li .child li a span:before {
    display: none !important;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #1595dc;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list:nth-child(2n) {
    margin-right: 0;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li > a {
    position: relative;
    font-size: 1.4rem;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li .child li a {
    font-size: 1.2rem;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-aside-list {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    padding: 0;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-aside-list:before {
    display: none;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-aside-list:after {
    display: none;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-aside-list li {
    margin: 0 10px 0 0;
    line-height: 1.8;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-aside-list li a {
    padding: 0 10px 0 0;
    font-size: 1.2rem;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-aside-list li:not(:last-child):after {
    margin-top: 0;
    right: 0;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .no-link {
    padding-left: 0 !important;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .no-link:before {
    display: none;
  }
  footer .foot-sitemap-contents .foot-sitemap-list-contents .no-link:after {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    top: 50%;
    right: 3px !important;
    width: 12px !important;
    height: 12px !important;
    background: url(../common/images/icn_plus-blue.svg) no-repeat !important;
  }
  footer .foot-outline-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 40px 0 15px;
  }
  footer .foot-outline-contents:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 -20px;
    padding: 0 20px;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  footer .foot-outline-contents .foot-sns .foot-sns-share ul {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .foot-outline-contents .foot-sns .foot-sns-share ul:before {
    display: none;
  }
  footer .foot-outline-contents .foot-sns .foot-sns-share ul li:nth-last-child(2) {
    margin-right: 0;
  }
  footer .foot-outline-contents .foot-sns .foot-sns-share ul li:nth-last-child(2) .fb_iframe_widget_fluid span {
    width: 144px !important;
    height: 22px !important;
  }
  footer .foot-outline-contents .foot-sns .foot-sns-share ul li:nth-last-child(2) .fb_iframe_widget_fluid span iframe {
    width: 144px !important;
    height: 22px !important;
  }
  footer .foot-outline-contents .foot-sns .foot-sns-share ul li:last-child {
    width: 100%;
    margin-top: 5px;
    text-align: right;
  }
  footer .foot-outline-contents .foot-logo {
    order: 1;
    -webkit-order: 1;
    margin: 0 0 20px;
  }
  footer .foot-outline-contents .foot-company {
    order: 2;
    -webkit-order: 2;
    margin-bottom: 10px;
    width: 100%;
  }
  footer .foot-outline-contents .foot-company dt {
    margin-bottom: 20px;
  }
  footer .foot-outline-contents .foot-company dd ul li {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.65;
  }
  footer .foot-outline-contents .foot-company dd ul li:not(:last-child) {
    margin: 0 0 15px;
  }
  footer .foot-outline-contents .foot-company dd ul li a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin: 5px 0;
    padding: 10px 0;
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    background: #1595dc;
    background: -moz-linear-gradient(left, #89d0d2, #1595dc);
    background: -webkit-linear-gradient(left, #89d0d2, #1595dc);
    background: linear-gradient(to right, #89d0d2, #1595dc);
    color: #fff;
    text-align: center;
  }
  footer .foot-outline-contents .foot-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    top: 0;
    left: 0;
    order: 3;
    -webkit-order: 3;
    margin-bottom: 40px;
    width: 100%;
  }
  footer .foot-outline-contents .foot-sns .foot-sns-link {
    position: absolute;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }
  footer .foot-outline-contents .foot-sns .foot-sns-link p {
    font-size: 1.2rem;
  }
  footer .foot-outline-contents .global-copyright {
    position: absolute;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    top: 0;
    left: 0;
    order: 4;
    -webkit-order: 4;
    width: 100%;
    text-align: right;
  }

  .sp-menu {
    position: relative;
    width: 100%;
    height: 50px;
    z-index: 999999;
  }
  .sp-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, #89d0d2, #1595dc);
    background: -webkit-linear-gradient(left, #89d0d2, #1595dc);
    background: linear-gradient(to right, #89d0d2, #1595dc);
    z-index: -1;
  }
  .sp-menu .sp-menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp-menu .sp-menu-link li {
    margin-left: 15px;
  }
  .sp-menu .sp-menu-link li a {
    display: block;
    padding: 18px 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
  }
  .sp-menu .fav {
    position: absolute;
    top: 0;
    right: 75px;
    width: 85px;
    height: 50px;
  }
  .sp-menu .fav:before {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 32px;
    background: #fff;
  }
  .sp-menu .fav a {
    display: block;
    width: 100%;
    height: 50px;
  }
  .sp-menu .fav a em {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 50%;
    font-size: 1rem;
    width: 16px;
    color: #51b7f0;
    text-align: center;
    background: #ffea33;
    line-height: 16px;
    z-index: 99;
    margin-left: -13px;
  }
  .sp-menu .fav a:before {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    width: 21px;
    height: 18px;
    margin-top: 1px;
    background: url(../common/images/icn_favorite.svg) no-repeat;
    background-size: 100%;
  }
  .sp-menu .fav a span {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    top: auto;
    bottom: 8px;
    left: 50%;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .sp-menu .trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 50px;
    background: none;
    padding: 10px 0;
    z-index: 60;
  }
  .sp-menu .trigger:before {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 32px;
    background: #fff;
  }
  .sp-menu .trigger .menu-trigger,
.sp-menu .trigger .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
  }
  .sp-menu .trigger .menu-trigger {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    top: 10px;
    left: 50%;
    width: 20px;
    height: 18px;
    margin: 0 auto;
  }
  .sp-menu .trigger .menu-trigger + p {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    top: auto;
    bottom: 8px;
    left: 50%;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .sp-menu .trigger .menu-title {
    position: relative;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .sp-menu .trigger .menu-trigger span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
  }
  .sp-menu .trigger .menu-trigger span:nth-of-type(1) {
    top: 0px;
  }
  .sp-menu .trigger .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  .sp-menu .trigger .menu-trigger span:nth-of-type(3) {
    top: 14px;
  }
  .sp-menu .trigger .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .sp-menu .trigger .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .sp-menu .trigger .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }

  .sp-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .back-shadow {
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px 135px;
    background: -moz-linear-gradient(left, #89d0d2, #1595dc);
    background: -webkit-linear-gradient(left, #89d0d2, #1595dc);
    background: linear-gradient(to right, #89d0d2, #1595dc);
    border-top: 1px #fff solid;
    overflow-y: auto;
    z-index: 999;
  }
  .back-shadow.pref {
    padding: 0 15px 135px;
  }
  .back-shadow nav.header-function {
    margin-bottom: 15px;
  }
  .back-shadow nav.header-function ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .back-shadow nav.header-function ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 55px;
    border: 1px #fff solid;
    color: #fff;
  }
  .back-shadow nav.header-function ul li a::before {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: block;
    margin-left: -100px;
  }
  .back-shadow nav.header-function ul li:first-child {
    -webkit-order: 2;
    order: 2;
  }
  .back-shadow nav.header-function ul li:first-child a {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .back-shadow nav.header-function ul li:first-child a::before {
    width: 16px;
    height: 21px;
    background: url(../common/images/function_icon_tel_white.svg) left top no-repeat;
  }
  .back-shadow nav.header-function ul li:last-child {
    margin-bottom: 15px;
    -webkit-order: 1;
    order: 1;
  }
  .back-shadow nav.header-function ul li:last-child a {
    font-size: 1.6rem;
  }
  .back-shadow nav.header-function ul li:last-child a::before {
    width: 22px;
    height: 17px;
    background: url(../common/images/function_icon_mail.svg) left top no-repeat;
  }
  .back-shadow nav.bar-function {
    margin-bottom: 30px;
  }
  .back-shadow nav.bar-function ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .back-shadow nav.bar-function ul li {
    width: 49%;
  }
  .back-shadow nav.bar-function ul li:not(:last-child) {
    margin-right: 2%;
  }
  .back-shadow nav.bar-function ul li:last-child {
    margin-bottom: 5px;
  }
  .back-shadow nav.bar-function ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 55px;
    padding-left: 18px;
    border: 1px #fff solid;
    color: #fff;
    font-size: 1.5rem;
  }
  .back-shadow nav.bar-function ul li a::before {
    content: "";
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: 15px;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 7px solid #fff;
  }
  .back-shadow p.close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 40px;
    margin: 0 auto 25px;
    border: 1px #fff solid;
    color: #fff;
    letter-spacing: 0.05em;
  }
  .back-shadow .hamburger-menu {
    margin: 15px auto 20px;
  }
  .back-shadow .hamburger-menu > li {
    border-bottom: 1px solid #fff;
  }
  .back-shadow .hamburger-menu > li a {
    position: relative;
    display: block;
    padding: 16px 0 16px 15px;
    color: #fff;
    font-weight: bold;
  }
  .back-shadow .hamburger-menu > li a:not(.not_arrow):after {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    top: 50%;
    right: 13px;
    width: 7px;
    height: 11px;
    background: url(../common/images/icn_arrow-right-white.svg) no-repeat;
  }
  .back-shadow .hamburger-menu > li .child {
    margin: 0 0 10px 18px;
    padding: 3px 8px;
    border-radius: 3px;
    background: #fff;
  }
  .back-shadow .hamburger-menu > li .child li a {
    color: #50b3d7;
    padding: 16px 0;
  }
  .back-shadow .hamburger-menu > li .child li a:after {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    top: 50%;
    right: 8px;
    width: 7px;
    height: 11px;
    background: url(../common/images/icn_arrow-right-lightblue.svg) no-repeat;
  }
  .back-shadow .hamburger-menu > li .child li:not(:last-child) {
    border-bottom: 1px solid #50b3d7;
  }
  .back-shadow .back-shadow-function {
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
  }
  .back-shadow .back-shadow-function .back-shadow-function_tel {
    margin-bottom: 10px;
  }
  .back-shadow .back-shadow-function .back-shadow-function_tel dt {
    position: relative;
    margin-bottom: 5px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #1595dc;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .back-shadow .back-shadow-function .back-shadow-function_tel dt:before {
    content: "TEL.";
    font-size: 1.6rem;
  }
  .back-shadow .back-shadow-function .back-shadow-function_tel dd {
    font-size: 1.2rem;
    color: #1595dc;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .back-shadow .back-shadow-function .back-shadow-function_link li {
    margin: 0 auto;
    width: 100%;
    height: 48px;
  }
  .back-shadow .back-shadow-function .back-shadow-function_link li:first-child {
    margin-bottom: 15px;
  }
  .back-shadow .back-shadow-function .back-shadow-function_link li:first-child a {
    position: relative;
    display: block;
    height: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #1595dc;
    text-align: center;
    border: 2px solid #1595dc;
  }
  .back-shadow .back-shadow-function .back-shadow-function_link li:nth-child(2) a {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: -moz-linear-gradient(left, #ff8097, #ff8338);
    background: -webkit-linear-gradient(left, #ff8097, #ff8338);
    background: linear-gradient(to right, #ff8097, #ff8338);
  }
  .back-shadow .back-shadow-function .back-shadow-function_link li:nth-child(2) a span {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: auto;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .back-shadow .back-shadow-function .back-shadow-function_link li:nth-child(2) a span em {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -26px;
    left: 50%;
    display: inline-block;
    width: 140px;
    padding: 2px 0 1px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ff8097;
    background: #ffea33;
    text-align: center;
    line-height: 1.25;
  }
  .back-shadow .back-shadow-function .back-shadow-function_link li a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    display: block;
    height: 100%;
  }
  .back-shadow .back-shadow-function .back-shadow-function_link li a span {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    top: 50%;
    left: 50%;
  }
  .back-shadow .back-shadow-bnr {
    margin-bottom: 25px;
  }
  .back-shadow .back-shadow-bnr a {
    display: block;
    line-height: 0;
  }
  .back-shadow .back-shadow-bnr a img {
    width: 100%;
  }

  input[type=checkbox] + label {
    padding: 10px 12px 10px 50px;
    height: auto;
  }

  input[type=checkbox] + label::before {
    left: 12px;
  }

  input[type=checkbox]:checked + label::after {
    left: 16px;
  }

  input[type=checkbox] + label span {
    position: static;
    top: 0;
    left: 0;
  }

  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    padding: 11px 10px;
  }

  input[type=radio] + label {
    padding: 17px 0 17px 45px;
  }

  textarea {
    height: 10em;
  }

  /* 一旦非表示 */
  .fix-bnr-no1,
.fix-bnr-joblistings-wrap {
    display: none !important;
  }

  .main-visual-wrap {
    padding-bottom: 270px;
    background: #cce5f2;
  }
  .main-visual-wrap figure {
    position: relative;
    padding: 0;
    width: 100%;
    min-height: auto;
    height: 210px;
    overflow: hidden;
  }
  .main-visual-wrap figure img {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 210px;
    width: auto;
  }
  .main-visual-wrap .main-visual_catch dt {
    margin-bottom: 15px;
    font-size: 2.4rem;
    line-height: 1.35;
  }
  .main-visual-wrap .main-visual_catch dd {
    font-size: 1.6rem;
    line-height: 1.35;
  }
  .main-visual-wrap .search-contents {
    position: absolute;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 15px;
    bottom: 0;
  }
  .main-visual-wrap .search-contents:before {
    width: 143px;
    height: 55px;
    top: -32px;
    left: 65px;
    background-size: 100% 100%;
  }
  .main-visual-wrap .search-contents .search-info .private-sp {
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 8px;
    padding: 3px 0;
    background: #1595dc;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .main-visual-wrap .search-contents .search-info .private-sp span {
    display: inline-block;
    margin-left: 3px;
    color: #ffea33;
    font-weight: bold;
  }
  .main-visual-wrap .search-contents .search-info .private-sp span em {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .main-visual-wrap .search-contents .search-info dl {
    margin-bottom: 5px;
  }
  .main-visual-wrap .search-contents .search-info dl dt {
    color: #fff;
    font-size: 1.3rem;
  }
  .main-visual-wrap .search-contents .search-info dl dt:before {
    background: url(../common/images/icn_search.svg) no-repeat;
  }
  .main-visual-wrap .search-contents .search-info dl dd {
    color: #fff;
  }
  .main-visual-wrap .search-contents .search-info dl dd .recruitment {
    font-size: 1.3rem;
  }
  .main-visual-wrap .search-contents .search-info dl dd .recruitment span {
    margin-left: 0;
    font-size: 1.8rem;
  }
  .main-visual-wrap .search-contents .search-info dl dd .private {
    display: none;
  }
  .main-visual-wrap .search-contents .search-info-wrap .private-sp {
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 8px;
    padding: 3px 0;
    background: #1595dc;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .main-visual-wrap .search-contents .search-info-wrap .private-sp span {
    display: inline-block;
    margin-left: 3px;
    color: #ffea33;
    font-weight: bold;
  }
  .main-visual-wrap .search-contents .search-info-wrap .private-sp span em {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .main-visual-wrap .search-contents .search-info-wrap .search-txt-contents {
    margin-bottom: 5px;
  }
  .main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .search-txt {
    color: #fff;
    font-size: 1.3rem;
  }
  .main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .search-txt:before {
    background: url(../common/images/icn_search.svg) no-repeat;
  }
  .main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .txt-wrap {
    color: #fff;
  }
  .main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .txt-wrap .recruitment {
    font-size: 1.3rem;
  }
  .main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .txt-wrap .recruitment span {
    margin-left: 0;
    font-size: 1.8rem;
  }
  .main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .txt-wrap .private {
    display: none;
  }
  .main-visual-wrap .search-contents .search-txt {
    position: relative;
    margin: 0 10px 10px 0;
    padding-left: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #1595dc;
  }
  .main-visual-wrap .search-contents .search-txt:before {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../common/images/icn_search_bl.svg) no-repeat;
  }
  .main-visual-wrap .search-contents .search-kind {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .main-visual-wrap .search-contents .search-kind li {
    position: relative;
    width: 33.3333%;
    height: 100px;
    background: #fff;
    overflow: hidden;
  }
  .main-visual-wrap .search-contents .search-kind li a {
    padding: 45px 15px 10px;
    text-align: center;
  }
  .main-visual-wrap .search-contents .search-kind li a:before {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20px;
    left: 50%;
  }
  .main-visual-wrap .search-contents .search-kind li a:after {
    display: none;
  }
  .main-visual-wrap .search-contents .search-kind li a span {
    display: inline-block;
    width: 100%;
  }
  .main-visual-wrap .search-contents .search-kind li a em {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
  }
  .main-visual-wrap .search-contents .search-button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    position: static;
    top: 0;
    left: 0;
    margin-top: 8px;
    padding: 20px 0;
    width: 100%;
  }
  .main-visual-wrap .search-contents .search-freeword {
    margin-top: 8px;
  }
  .main-visual-wrap .search-contents .search-freeword input {
    padding: 8px 47px 8px 10px;
  }
  .main-visual-wrap .main-visual_catch {
    width: 75vw;
    top: calc(7.5vh - 10px);
    min-width: auto;
    max-width: 450px;
  }
  .main-visual-wrap .main-visual_catch dt {
    margin-bottom: 10px;
  }

  .column-block-contents .main-block-contents {
    padding-bottom: 40px;
  }
  .column-block-contents .aside-block-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .column-block-contents .aside-block-contents .bnr-tryfree-contents {
    order: 1;
    -webkit-order: 1;
  }
  .column-block-contents .aside-block-contents .bnr-tryfree-contents a {
    width: 100%;
  }
  .column-block-contents .aside-block-contents .bnr-tryfree-contents a img {
    width: 100%;
  }
  .column-block-contents .aside-block-contents .aside-newconsult-infomation {
    order: 2;
    -webkit-order: 2;
    width: 100%;
  }
  .column-block-contents .aside-block-contents .aside-attention-contents {
    order: 4;
    -webkit-order: 4;
    width: 100%;
  }
  .column-block-contents .aside-block-contents .aside-attention-contents .attention-list li a {
    font-size: 1.4rem;
  }
  .column-block-contents .aside-block-contents .aside-search-contents {
    order: 5;
    -webkit-order: 5;
  }
  .column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dt {
    font-size: 1.5rem;
  }
  .column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .prefecture p {
    font-size: 1.4rem;
  }
  .column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .prefecture p .prefecture-link:hover {
    text-decoration: underline;
  }
  .column-block-contents .aside-block-contents .aside-search-contents .search-list-contents dd .search-list li a {
    font-size: 1.4rem;
  }
  .column-block-contents .aside-block-contents .aside-search-contents .search-text {
    position: relative;
    margin-top: 25px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .column-block-contents .aside-block-contents .aside-link-contents {
    order: 6;
    -webkit-order: 6;
  }
  .column-block-contents .aside-block-contents .aside-link-contents li a img {
    width: 100%;
  }
  .column-block-contents .aside-block-contents .aside-privacymark-contents {
    order: 7;
    -webkit-order: 7;
    width: 100%;
  }
  .column-block-contents .aside-block-contents .aside-privacymark-contents dl dt a img {
    width: 80px;
  }
  .column-block-contents .aside-block-contents .aside-privacymark-contents dl dd {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .column-block-contents .aside-block-contents .aside-sns-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    order: 8;
    -webkit-order: 8;
    width: 100%;
    margin-bottom: 0;
  }
  .column-block-contents .aside-block-contents .aside-sns-contents dt {
    margin-right: 40px;
  }
  .column-block-contents .aside-block-contents .aside-line-contents {
    order: 3;
    -webkit-order: 3;
    margin-bottom: 40px;
    line-height: 0;
  }
  .column-block-contents .aside-block-contents .aside-line-contents .pc {
    display: none;
  }
  .column-block-contents .aside-block-contents .aside-line-contents .sp {
    display: block;
  }
  .column-block-contents .aside-block-contents .aside-line-contents a {
    display: block;
  }
  .column-block-contents .aside-block-contents .aside-line-contents img {
    width: 100%;
  }

  .special-contents .special-list li {
    margin: 0 2% 2% 0;
    width: 49%;
  }
  .special-contents .special-list li:nth-child(2n) {
    margin-right: 0;
  }
  .special-contents .special-list li a dl dt {
    padding: 10px;
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .special-contents .special-list li a dl dd {
    height: auto;
  }
  .special-contents .special-list li a dl dd img {
    width: 100%;
    height: auto;
  }
  .special-contents .special-matching {
    padding: 10px 0;
    width: 100%;
    line-height: 1.25;
  }

  .employment-contents .employment-list li {
    margin: 0 2% 2% 0;
    width: 49%;
  }
  .employment-contents .employment-list li:nth-child(2n) {
    margin-right: 0;
  }
  .employment-contents .employment-list li a dl dt {
    padding: 10px;
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .employment-contents .employment-list li a dl dd {
    height: auto;
  }
  .employment-contents .employment-list li a dl dd img {
    width: 100%;
    height: auto;
  }

  .page_image {
    margin-bottom: 30px;
    width: 100%;
    height: 120px;
    overflow: hidden;
    text-align: center;
  }
  .page_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  .page_image p {
    width: 100%;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }

  .occupation-contents {
    margin-bottom: 40px !important;
    padding-bottom: 0 !important;
  }
  .occupation-contents .occupation-list li {
    width: 100%;
  }
  .occupation-contents .occupation-list li a {
    padding: 15px 35px 15px 10px;
  }
  .occupation-contents .occupation-list li a:after {
    right: 15px;
  }

  .toplink-contents {
    margin-bottom: 60px;
  }

  .map-contents .map-area-contents {
    padding: 20px 10px;
    height: auto;
  }
  .map-contents .map-area-contents svg {
    position: absolute;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .c-interview-anotation-txt dl dd {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 667px) and (max-width: 768px) {
  /* ------------------------------------------------------*/
  br.pcbr,
br.spbr {
    display: none;
  }

  .pagetop {
    bottom: 655px;
  }

  .container {
    width: 100%;
  }

  .contents {
    width: 100%;
  }

  header {
    width: 100%;
    margin: 0 auto;
  }
  header .head-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    margin-top: 5px;
  }
  header .head-logo img {
    width: 100%;
  }
  header .head-logo .logo-by-jjc {
    max-width: 35%;
  }
  header .head-logo .sp-jobchangeservice {
    width: 49%;
    height: 45px;
    margin-right: 0;
    font-size: 1.4rem;
  }
  header .head-logo .award {
    width: 100% !important;
    margin-left: 0 !important;
  }
  header .head-title {
    padding: 0;
  }

  .trigger {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .page_image {
    height: 150px;
  }

  .sp-foot-fix-search a img {
    width: auto;
    height: 65px;
  }

  .main-visual-wrap figure {
    height: 300px;
  }
  .main-visual-wrap figure img {
    height: 300px;
  }
  .main-visual-wrap .main-visual_catch {
    top: 28px;
    width: 65vw;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
  br.pcbr,
br.tabbr {
    display: none;
  }

  header .head-logo span {
    position: absolute;
    top: 0;
    right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
  }
}
@media screen and (min-width: 376px) and (max-width: 667px) {
  .main-visual-wrap figure {
    height: 270px;
  }
  .main-visual-wrap figure img {
    left: 40%;
    height: 270px;
  }
}
@media screen and (min-width: 321px) {
  /* ------------------------------------------------------*/
  .minbr {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  /* ------------------------------------------------------*/
  .minbr {
    display: block;
  }

  header .head-logo a {
    width: 48%;
    display: block;
    padding-top: 0;
  }
  header .head-logo .sp-jobchangeservice {
    width: 42%;
    height: 37px;
    padding: 0 10px;
  }
  header .head-logo span {
    width: 50px;
  }
  header .head-title {
    max-width: 53%;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  header .head-title br {
    display: none;
  }

  .main-visual-wrap .search-contents .search-info dl dd {
    margin-top: 6px;
  }
  .main-visual-wrap .search-contents .search-info-wrap .search-txt-contents .txt-wrap {
    margin-top: 6px;
  }

  footer .footer-aside-contents {
    height: auto;
    padding: 5px 0;
  }
  footer .footer-aside-contents p.global-copyright {
    line-height: 1.4;
  }
  footer .foot-outline-contents .foot-sns .foot-sns-share ul {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .foot-outline-contents .foot-sns .foot-sns-share ul:before {
    display: none;
  }
  footer .foot-outline-contents .foot-sns .foot-sns-share ul li:nth-last-child(2) {
    margin-right: 0;
  }
  footer .foot-outline-contents .foot-sns .foot-sns-share ul li:last-child {
    margin-top: 5px;
  }

  footer .main-visual-wrap .main-visual_catch dt {
    font-size: 1.9rem;
  }

  footer .foot-sitemap-contents .foot-sitemap-list-contents .foot-sitemap-list > li .child li a {
    font-size: 1rem;
  }
  footer .foot-outline-contents .foot-company dd ul li {
    font-size: 1.3rem;
  }

  .pagetop {
    bottom: 665px !important;
  }

  div.pageWrap {
    padding-bottom: 70px;
  }

  .sp-fix-bnr-no1 a img {
    height: 60px;
  }

  .sp-foot-fix ul li:first-child a span {
    font-size: 1.2rem;
  }
  .sp-foot-fix ul li:nth-child(2) a {
    font-size: 1.5rem;
  }

  .sp-menu .sp-menu-link li {
    margin-left: 12px;
  }
  .sp-menu .sp-menu-link li a {
    padding: 19px 0;
    font-size: 1.2rem;
  }
}
/* layout
------------------------------------------------------*/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.subordinate-title {
  margin: 20px 0 45px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.subordinate-title + p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.list-title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.list-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.list-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background: #1595dc;
}

.userpolicy-list:not(:last-of-type) {
  margin-bottom: 80px;
}
.userpolicy-list:last-of-type {
  margin-bottom: 40px;
}
.userpolicy-list .userpolicy-list-items {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.userpolicy-list .userpolicy-list-items:not(:last-of-type) {
  margin-bottom: 45px;
}
.userpolicy-list .userpolicy-list-items .userpolicy-num-list {
  counter-reset: number 0;
}
.userpolicy-list .userpolicy-list-items .userpolicy-num-list li {
  position: relative;
  padding-left: 25px;
}
.userpolicy-list .userpolicy-list-items .userpolicy-num-list li:before {
  counter-increment: number 1;
  content: "(" counter(number) ")";
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 5px;
}
.userpolicy-list .userpolicy-list-items .userpolicy-num-list-circle li {
  position: relative;
  padding-left: 15px;
}
.userpolicy-list .userpolicy-list-items .userpolicy-num-list-circle li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  /* ------------------------------------------------------*/
}
@media screen and (max-width: 768px) {
  /* ------------------------------------------------------*/
  .subordinate-title {
    font-size: 2.2rem;
    margin: 0;
    padding: 25px 0;
  }

  .userpolicy-list:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .userpolicy-list .userpolicy-list-items:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 667px) and (max-width: 768px) {
  /* ------------------------------------------------------*/
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
}
@media screen and (max-width: 320px) {
  /* ------------------------------------------------------*/
}

/*# sourceMappingURL=userpolicy.css.map */
