@charset "UTF-8";
/* ==============================================================
*  ベース
* ============================================================ */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, header, footer, main, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

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

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
  outline: none;
}

figure {
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  line-height: 1;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.sp {
  display: none;
}

.overlay {
  overflow-y: hidden;
  width: 100vw;
  height: 100vh;
}

.overlay::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.38);
  z-index: 2;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 3px 0 100px;
}

@media screen and (max-width: 1240px) {
  .container {
    width: 94.6%;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 3px 0 24vw;
  }
}

.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 70px;
}

@media screen and (max-width: 768px) {
  .contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 18.6vw;
  }
}

.main-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

p.txt {
  margin: 0 0 30px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  p.txt {
    margin: 0 0 5.3vw;
    line-height: 1.72;
    font-size: 2.9333333333vw;
  }
}

.txt__notes {
  color: #f00;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mt-1 {
  margin-top: 8px !important;
}

.u-mb-1 {
  margin-bottom: 8px !important;
}

.u-ml-1 {
  margin-left: 8px !important;
}

.u-mr-1 {
  margin-right: 8px !important;
}

.u-mt-2 {
  margin-top: 16px !important;
}

.u-mb-2 {
  margin-bottom: 16px !important;
}

.u-ml-2 {
  margin-left: 16px !important;
}

.u-mr-2 {
  margin-right: 16px !important;
}

.u-mt-3 {
  margin-top: 24px !important;
}

.u-mb-3 {
  margin-bottom: 24px !important;
}

.u-ml-3 {
  margin-left: 24px !important;
}

.u-mr-3 {
  margin-right: 24px !important;
}

.u-mt-4 {
  margin-top: 32px !important;
}

.u-mb-4 {
  margin-bottom: 32px !important;
}

.u-ml-4 {
  margin-left: 32px !important;
}

.u-mr-4 {
  margin-right: 32px !important;
}

.u-mt-5 {
  margin-top: 40px !important;
}

.u-mb-5 {
  margin-bottom: 40px !important;
}

.u-ml-5 {
  margin-left: 40px !important;
}

.u-mr-5 {
  margin-right: 40px !important;
}

.u-align-left {
  text-align: left !important;
}

.u-align-center {
  text-align: center !important;
}

.u-align-right {
  text-align: right !important;
}

/* ==============================================================
*  レイアウト
* ============================================================ */
@-webkit-keyframes hdfix {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hdfix {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes navhov {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes navhov {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-animation: hdfix .5s forwards;
          animation: hdfix .5s forwards;
}

.header {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 5px;
  background: #fff;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1240px) {
  .header {
    width: 94.6%;
  }
}

@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    padding: 0;
    border-bottom: solid 1px #E4E4E4;
  }
}

.header--inc {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .header--inc {
    border-bottom: 0;
  }
}

.header-cont {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .header-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 15px;
    height: 16vw;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .header-cont {
    height: 60px;
  }
}

.header-logo {
  padding: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .header-logo {
    padding: 5px 0 0;
  }
  .header-logo img {
    width: 36vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 767px) and (orientation: landscape) {
  .header-logo img {
    width: 135px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .header-logo {
    padding: 15px 0 0;
  }
}

.header-logo--inc {
  padding: 25px 0 0;
}

@media screen and (max-width: 768px) {
  .header-logo--inc {
    padding: 5px 0 0;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .header-logo--inc {
    padding: 15px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .header-logo--jbch img {
    width: 68vw;
  }
}

/* ナビゲーション */
.header-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 180px);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1240px) {
  .header-nav__menu {
    max-width: calc(100% - 16vw);
  }
}

.header-nav__menu a {
  padding: 15px 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
}

.header-nav__menu a.current, .header-nav__menu a:hover, .header-nav__menu .header-submenu__nav li:not(:last-child) a:hover, .header-submenu__nav li:not(:last-child) .header-nav__menu a:hover, .header-nav__menu .header-submenu__nav--client li:last-child a:hover, .header-submenu__nav--client li:last-child .header-nav__menu a:hover, .header-nav__menu .header-submenu__nav--client li:not(:last-child) a:hover, .header-submenu__nav--client li:not(:last-child) .header-nav__menu a:hover, .header-nav__menu .header-submenu__nav--corporate li:last-child a:hover, .header-submenu__nav--corporate li:last-child .header-nav__menu a:hover, .header-nav__menu .header-submenu__nav--corporate li:not(:last-child) a:hover, .header-submenu__nav--corporate li:not(:last-child) .header-nav__menu a:hover {
  color: #30B2E0;
}

.header-nav__menu a.current::after, .header-nav__menu a:hover::after, .header-nav__menu .header-submenu__nav li:not(:last-child) a:hover::after, .header-submenu__nav li:not(:last-child) .header-nav__menu a:hover::after, .header-nav__menu .header-submenu__nav--client li:last-child a:hover::after, .header-submenu__nav--client li:last-child .header-nav__menu a:hover::after, .header-nav__menu .header-submenu__nav--client li:not(:last-child) a:hover::after, .header-submenu__nav--client li:not(:last-child) .header-nav__menu a:hover::after, .header-nav__menu .header-submenu__nav--corporate li:last-child a:hover::after, .header-submenu__nav--corporate li:last-child .header-nav__menu a:hover::after, .header-nav__menu .header-submenu__nav--corporate li:not(:last-child) a:hover::after, .header-submenu__nav--corporate li:not(:last-child) .header-nav__menu a:hover::after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #50C3DB;
}

.header-nav__menu a:hover::after {
  -webkit-animation: navhov .3s;
          animation: navhov .3s;
}

.header-nav__menu a:hover .header-nav__menu--search path {
  fill: #30B2E0;
}

@media screen and (max-width: 1240px) {
  .header-nav__menu a {
    padding: 15px 1.6vw;
    font-size: 14px;
  }
}

.header-nav__menu--search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.header-nav__menu--search path {
  fill: #ccc;
  -webkit-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out;
}

.header-nav__menu--search rect {
  fill: none;
}

@media screen and (max-width: 1240px) {
  .header-nav__menu--search {
    display: none;
  }
}

/* キャッチ・サブメニュー・電話番号等 */
.header-sub {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .header-sub {
    left: 15px;
    top: -3px;
    z-index: -1;
  }
}

.header-sub__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0;
}

@media screen and (max-width: 768px) {
  .header-sub__primary {
    padding: 12px 0;
  }
}

.header-sub__catch {
  font-size: 14px;
  font-weight: 400;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  .header-sub__catch {
    font-size: 1.7333333333vw;
    font-weight: bold;
  }
}

@media (max-width: 480px) {
  .header-sub__catch {
    -webkit-transform: scale(0.9) translate(-6%, -18%);
            transform: scale(0.9) translate(-6%, -18%);
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .header-sub__catch {
    font-size: 10px;
  }
}

.header-sub__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-sub__menu li:not(:last-child) {
  margin: 0 20px 0 0;
}

.header-sub__menu a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) center bottom/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) center bottom/0 1px no-repeat;
  -webkit-transition: background-size .3s;
  transition: background-size .3s;
}

.header-sub__menu a:hover {
  background-size: 100% 1px;
}

@media screen and (max-width: 768px) {
  .header-sub__menu a:hover {
    background-size: 0;
  }
}

@media screen and (max-width: 768px) {
  .header-sub__menu {
    display: none;
  }
}

.header-sub__tel {
  font-size: 26px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-sub__tel::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 6px 0 0;
  border-radius: 50%;
  background: #F3F3F3 url(../images/common/ico-tel.svg) no-repeat 50% 50%/16px;
}

@media screen and (max-width: 768px) {
  .header-sub__tel {
    display: none;
  }
}

.header-sub__cv {
  margin-top: 31px;
  display: inline-block;
}

@media screen and (max-width: 1240px) {
  .header-sub__cv a {
    width: 16vw;
  }
}

@media screen and (max-width: 1240px) {
  .header-sub__cv {
    position: relative;
    top: -5px;
  }
}

@media screen and (max-width: 768px) {
  .header-sub__cv {
    display: none;
  }
}

/* スマホナビゲーション */
.sp-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16vw 0 0;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-nav__menu {
    padding: 0 60px 0 0;
  }
}

.sp-nav__menu li {
  text-align: center;
  margin: 0 2vw;
  width: 10.3vw;
  height: 10.3vw;
  position: relative;
}

@media (max-width: 480px) {
  .sp-nav__menu li {
    margin: 0 1.5vw;
    width: 11.5vw;
    height: 9.5vw;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-nav__menu li {
    width: 50px;
    height: 42px;
  }
}

.sp-nav__menu a {
  font-size: 1.8666666667vw;
  font-weight: bold;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-nav__menu a {
    font-size: 10px;
  }
}

.sp-nav__menu span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.sp-nav__menu figure {
  margin: 0 auto;
}

.sp-nav__menu--search figure {
  width: 5.3vw;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-nav__menu--search figure {
    width: 19.88px;
  }
}

.sp-nav__menu--bookmark figure {
  width: 6vw;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-nav__menu--bookmark figure {
    width: 22.5px;
  }
}

.sp-nav__menu--entry figure {
  width: 5.3vw;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-nav__menu--entry figure {
    width: 22px;
  }
}

/* ハンバーガーメニュー */
.sp-hambtn {
  position: absolute;
  top: 0;
  right: 0;
  background: #50C3DB;
  width: 16vw;
  height: 100%;
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-hambtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-hambtn {
    width: 60px;
  }
}

.sp-hambtn span {
  width: 4.8vw;
  height: 3px;
  display: block;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 480px) {
  .sp-hambtn span {
    height: 2px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-hambtn span {
    width: 26px;
  }
}

.sp-hambtn span:nth-of-type(1) {
  margin: 0.6vw 0 0;
}

.sp-hambtn span:nth-of-type(2) {
  margin: 1vw 0 0;
}

.sp-hambtn span:nth-of-type(3) {
  margin: 1vw 0 0;
}

.sp-hambtn.is-open span:nth-of-type(1) {
  -webkit-transform: translateY(1vw) rotate(-135deg);
          transform: translateY(1vw) rotate(-135deg);
}

@media (max-width: 480px) {
  .sp-hambtn.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(1.4vw) rotate(-135deg);
            transform: translateY(1.4vw) rotate(-135deg);
  }
}

.sp-hambtn.is-open span:nth-of-type(2) {
  opacity: 0;
}

.sp-hambtn.is-open span:nth-of-type(3) {
  -webkit-transform: translateY(-1.8vw) rotate(135deg);
          transform: translateY(-1.8vw) rotate(135deg);
}

.sp-hambtn--client {
  background: #78AECE;
}

.sp-hambtn--corporate {
  background: #0D3780;
}

/* スマホ展開メニュー */
.sp-drawer {
  width: 75.6vw;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  max-height: 100vh;
  padding: 16vw 0 0;
  z-index: 2;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer {
    width: 300px;
    padding: 60px 0 0;
  }
}

.sp-drawer__cv {
  padding: 2.6vw 0 3.2vw;
}

.sp-drawer__cv a {
  width: 61vw;
  height: 12.8vw;
  margin: 0 auto;
  font-size: 4vw;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer__cv a {
    width: 220px;
    height: 52px;
    font-size: 18px;
  }
}

.sp-drawer__menu a {
  position: relative;
}

.sp-drawer__menu > li.havechild > a::after {
  content: url(../images/common/ico-plus-primary.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.6vw;
}

@media (max-width: 480px) {
  .sp-drawer__menu > li.havechild > a::after {
    -webkit-transform: translateY(-40%) scale(0.6);
            transform: translateY(-40%) scale(0.6);
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer__menu > li.havechild > a::after {
    -webkit-transform: translateY(-40%) scale(0.6);
            transform: translateY(-40%) scale(0.6);
    right: 12px;
  }
}

.sp-drawer__menu > li.havechild > a.is-open::after {
  content: url(../images/common/ico-minus-primary.svg);
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}

@media (max-width: 480px) {
  .sp-drawer__menu > li.havechild > a.is-open::after {
    -webkit-transform: translateY(-60%) scale(0.6);
            transform: translateY(-60%) scale(0.6);
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer__menu > li.havechild > a.is-open::after {
    -webkit-transform: translateY(-60%) scale(0.6);
            transform: translateY(-60%) scale(0.6);
    right: 12px;
  }
}

.sp-drawer__menu > li.nonchild a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2vw;
  height: 2.5vw;
  background: url(../images/common/arrow-primary.svg) no-repeat 0 0/contain;
  right: 2.4vw;
}

@media (max-width: 480px) {
  .sp-drawer__menu > li.nonchild a::after {
    right: 3.8vw;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer__menu > li.nonchild a::after {
    width: 10px;
    height: 12px;
    right: 16px;
  }
}

.sp-drawer__menu > li a {
  background: #50C3DB;
  display: block;
  color: #fff;
  font-size: 3.3333333333vw;
  font-weight: bold;
  padding: 2.8vw 3.4vw;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer__menu > li a {
    font-size: 15px;
    padding: 12px 15px;
  }
}

.sp-drawer__menu > li:not(:last-child) {
  border-bottom: solid 1px #fff;
}

.sp-drawer__menu--child {
  display: none;
}

.sp-drawer__menu--child > li a {
  background: #E8F9FB;
  color: #333;
  font-size: 3.2vw;
  font-weight: 400;
  padding: 2.8vw 5.3vw;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer__menu--child > li a {
    font-size: 15px;
    padding: 12px 25px;
  }
}

.sp-drawer__menu--child > li a::after {
  content: url(../images/common/sp-drawer-arrow.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.4vw;
}

@media (max-width: 480px) {
  .sp-drawer__menu--child > li a::after {
    right: 3.8vw;
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer__menu--child > li a::after {
    right: 18px;
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
  }
}

.sp-drawer__menu--child > li:not(:last-child) {
  border-bottom: solid 2px #50C3DB;
}

.sp-drawer__menu--child > li.havechild > a::after {
  content: url(../images/common/ico-plus-secondary.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3vw;
}

@media (max-width: 480px) {
  .sp-drawer__menu--child > li.havechild > a::after {
    -webkit-transform: translateY(-40%) scale(0.6);
            transform: translateY(-40%) scale(0.6);
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer__menu--child > li.havechild > a::after {
    -webkit-transform: translateY(-40%) scale(0.6);
            transform: translateY(-40%) scale(0.6);
    right: 14px;
  }
}

.sp-drawer__menu--child > li.havechild > a.is-open::after {
  content: url(../images/common/ico-minus-secondary.svg);
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  right: 3.2vw;
}

@media (max-width: 480px) {
  .sp-drawer__menu--child > li.havechild > a.is-open::after {
    -webkit-transform: translateY(-60%) scale(0.6);
            transform: translateY(-60%) scale(0.6);
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer__menu--child > li.havechild > a.is-open::after {
    -webkit-transform: translateY(-60%) scale(0.6);
            transform: translateY(-60%) scale(0.6);
    right: 16px;
  }
}

.sp-drawer__menu--grandchild {
  display: none;
}

.sp-drawer__menu--grandchild > li a {
  background: #fff;
  color: #333;
  font-size: 3.2vw;
  font-weight: 400;
  padding: 2.8vw 9.3vw;
  border-top: solid 2px #ddd;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer__menu--grandchild > li a {
    font-size: 15px;
    padding: 12px 40px;
  }
}

.sp-drawer__menu--grandchild > li a::after {
  content: url(../images/common/sp-drawer-arrow.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.4vw;
}

@media (max-width: 480px) {
  .sp-drawer__menu--grandchild > li a::after {
    right: 3.8vw;
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer__menu--grandchild > li a::after {
    right: 18px;
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
  }
}

.sp-drawer__menu--client > li > a {
  background: #78AECE;
}

.sp-drawer__menu--client .sp-drawer__menu--child > li:not(:last-child) {
  border-bottom: solid 2px #ddd;
}

.sp-drawer__menu--client .sp-drawer__menu--child > li a::after {
  content: url(../images/client/sp-drawer-arrow-client.svg);
  display: block;
}

.sp-drawer__menu--client .sp-drawer__menu--child > li.havechild > a::after {
  content: url(../images/client/ico-plus-secondary-client.svg);
  display: block;
}

.sp-drawer__menu--client .sp-drawer__menu--child > li.havechild > a.is-open::after {
  content: url(../images/client/ico-minus-secondary-client.svg);
  display: block;
  right: 3vw;
}

.sp-drawer__menu--corporate > li > a {
  background: #ECEFF6;
  color: #0D3780;
}

.sp-drawer__menu--corporate > li:first-child {
  border-top: solid 2px #6B879C;
}

.sp-drawer__menu--corporate > li:not(:last-child),
.sp-drawer__menu--corporate > li:last-child {
  border-bottom: solid 2px #6B879C;
}

.sp-drawer__menu--corporate .sp-drawer__menu--child > li:not(:last-child) {
  border-bottom: solid 2px #ddd;
}

.sp-drawer__menu--corporate .sp-drawer__menu--child > li a {
  background: #fff;
}

.sp-drawer__menu--corporate > li.havechild > a::after {
  content: url(../images/corporate/ico-plus-secondary-corporate.svg);
  display: block;
}

.sp-drawer__menu--corporate > li.havechild > a.is-open::after {
  content: url(../images/corporate/ico-minus-secondary-corporate.svg);
}

.sp-drawer__menu--corporate > li.nonchild a::after {
  background: url(../images/corporate/sp-drawer-arrow-corporate.svg) no-repeat 0 0/contain;
}

.sp-drawer__menu--corporate .sp-drawer__menu--child > li a::after {
  content: url(../images/corporate/sp-drawer-arrow-corporate.svg);
  display: block;
}

.sp-drawer__menu--corporate .sp-drawer__menu--child > li.havechild > a::after {
  content: url(../images/corporate/ico-plus-secondary-corporate.svg);
  display: block;
}

.sp-drawer__menu--corporate .sp-drawer__menu--child > li.havechild > a.is-open::after {
  content: url(../images/corporate/ico-minus-secondary-corporate.svg);
  display: block;
  right: 3vw;
}

.sp-drawer__contact {
  padding: 4.8vw 0 5.4vw;
  text-align: center;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer__contact {
    padding: 20px 0 40px;
  }
}

.sp-drawer__contact h3 {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4.6666666667vw;
  color: #30B2E0;
  margin: 0 0 2.6vw;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer__contact h3 {
    font-size: 22px;
    margin: 0 0 12px;
  }
}

.sp-drawer__contact--tel {
  margin: 0 0 10px;
}

.sp-drawer__contact--tel a {
  width: 60vw;
  height: 12.8vw;
  margin: 0 auto;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 4vw;
  font-weight: bold;
  background: #cecece;
  position: relative;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer__contact--tel a {
    width: 220px;
    height: 52px;
    font-size: 18px;
  }
}

.sp-drawer__contact--tel a::before {
  content: "";
  width: 4.1vw;
  height: 4.1vw;
  margin: 0 10px 0 0;
  border-radius: 50%;
  background: #F3F3F3 url(../images/common/ico-tel.svg) no-repeat 50% 50%/2.1vw;
}

.sp-drawer__contact--mail a {
  width: 60vw;
  height: 12.8vw;
  margin: 0 auto;
  font-size: 4vw;
}

@media screen and (max-width: 768px) {
  .sp-drawer__contact--mail a::after {
    right: 4.2vw;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer__contact--mail a {
    width: 220px;
    height: 52px;
    font-size: 16px;
  }
  .sp-drawer__contact--mail a::after {
    right: 12px;
  }
}

.sp-drawer--inc .sp-drawer__cv a {
  font-size: 3.2vw;
  font-weight: bold;
  width: 46.6vw;
  height: 12.6vw;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer--inc .sp-drawer__cv a {
    width: 250px;
    height: 62px;
    font-size: 18px;
  }
}

.sp-drawer--inc .sp-drawer__contact h3 {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 5.2vw;
  font-weight: bold;
}

.sp-drawer--inc .sp-drawer__contact--mail {
  margin: 0 0 1.2vw;
}

.sp-drawer--inc .sp-drawer__contact--mail a {
  font-size: 3.2vw;
  font-weight: bold;
  width: 46.6vw;
  height: 12.6vw;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer--inc .sp-drawer__contact--mail a {
    width: 250px;
    height: 62px;
    font-size: 18px;
  }
}

.sp-drawer--inc .sp-drawer__contact--tel {
  margin: 0;
}

.sp-drawer--inc .sp-drawer__contact--tel a {
  font-size: 3.7333333333vw;
  font-weight: bold;
  background: #fff;
  width: 46.6vw;
  height: 12.6vw;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-drawer--inc .sp-drawer__contact--tel a {
    width: 250px;
    height: 62px;
    font-size: 22px;
  }
}

.sp-drawer--inc .sp-drawer__contact--tel a::before {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  margin: -2px 1vw 0 0;
  background: url(../images/common/ico-tel-inc.svg) no-repeat 0 0/contain;
}

.sp-drawer--client .sp-drawer__contact h3 {
  color: #78AECE;
}

.sp-drawer--corporate .sp-drawer__contact h3 {
  color: #0D3780;
}

/* ヘッダーサブメニュー */
.header-subcont {
  background: #E8F9FB;
}

.header-subcont--client {
  background: #EEFBFF;
}

.header-subcont--corporate {
  background: #ECEFF6;
}

@media screen and (max-width: 1240px) {
  .header-submenu {
    display: none;
  }
}

.header-submenu nav {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  .header-submenu nav {
    width: 94.6%;
  }
}

.header-submenu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-submenu__nav li:not(:last-child) {
  margin: 0 25px 0 0;
}

.header-submenu__nav li:not(:last-child) a {
  display: block;
  padding: 14px 0;
  font-size: 14px;
  position: relative;
}

.header-submenu__nav li:not(:last-child) a.current::after, .header-submenu__nav li:not(:last-child) a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #30B2E0;
}

.header-submenu__nav li:not(:last-child) a:hover::after {
  -webkit-animation: navhov .3s;
          animation: navhov .3s;
}

.header-submenu__nav li:last-child {
  margin: 0 0 0 auto;
}

.header-submenu__nav--client li:last-child {
  margin: 0;
}

.header-submenu__nav--client li:last-child a {
  color: #6B879C;
  display: block;
  padding: 14px 0;
  font-size: 14px;
  position: relative;
}

.header-submenu__nav--client li:last-child a.current::after, .header-submenu__nav--client li:last-child a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #78AECE;
}

.header-submenu__nav--client li:last-child a:hover::after {
  -webkit-animation: navhov .3s;
          animation: navhov .3s;
}

.header-submenu__nav--client li:not(:last-child) a {
  color: #6B879C;
}

.header-submenu__nav--client li:not(:last-child) a.current::after, .header-submenu__nav--client li:not(:last-child) a:hover::after {
  background: #78AECE;
}

.header-submenu__nav--client li:not(:last-child) a:hover::after {
  -webkit-animation: navhov .3s;
          animation: navhov .3s;
}

.header-submenu__nav--corporate li:last-child {
  margin: 0;
}

.header-submenu__nav--corporate li:last-child a {
  color: #333;
  display: block;
  padding: 14px 0;
  font-size: 14px;
  position: relative;
}

.header-submenu__nav--corporate li:last-child a.current::after, .header-submenu__nav--corporate li:last-child a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0F228B;
}

.header-submenu__nav--corporate li:last-child a:hover::after {
  -webkit-animation: navhov .3s;
          animation: navhov .3s;
}

.header-submenu__nav--corporate li:not(:last-child) a {
  color: #333;
}

.header-submenu__nav--corporate li:not(:last-child) a.current::after, .header-submenu__nav--corporate li:not(:last-child) a:hover::after {
  background: #0F228B;
}

.header-submenu__nav--corporate li:not(:last-child) a:hover::after {
  -webkit-animation: navhov .3s;
          animation: navhov .3s;
}

.header-subresult {
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .header-subresult {
    padding: 2vw 0;
  }
}

.header-subresult__inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  .header-subresult__inner {
    width: 94.6%;
  }
}

.header-subresult__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  .header-subresult__primary {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header-subresult__num {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 15px 0 0;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  text-align: right;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .header-subresult__num {
    font-size: 2.4vw;
    margin: 0 0 0.8vw;
    text-align: left;
  }
}

.header-subresult__num span {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 24px;
  color: #EF487A;
}

@media screen and (max-width: 768px) {
  .header-subresult__num span {
    font-size: 3.8666666667vw;
  }
}

.header-subresult__condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 9px;
  font-size: 14px;
  line-height: 1.22;
  height: 47px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .header-subresult__condition {
    font-size: 2.4vw;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: auto;
    padding: 1vw 1.3vw;
  }
}

.header-subresult__condition--inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 1em;
  overflow: hidden;
}

@media screen and (max-width: 1240px) {
  .header-subresult__condition--inner {
    -webkit-line-clamp: 2;
    max-height: 2.3em;
  }
}

.header-subresult__condition--ttl {
  font-weight: bold;
  margin: 0 12px 0 0;
}

.header-subresult__secondary .btn, .header-subresult__secondary .btn-large, .header-subresult__secondary .btn-small {
  width: 185px;
  height: 47px;
  background: #50C3DB;
  color: #fff;
  border-radius: 9px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .header-subresult__secondary .btn, .header-subresult__secondary .btn-large, .header-subresult__secondary .btn-small {
    font-size: 2.6666666667vw;
    width: 24.6vw;
    height: 11.4vw;
    border-radius: 2.2vw;
    line-height: 1.1;
    text-align: left;
  }
}

.header-subresult__secondary .btn::before, .header-subresult__secondary .btn-large::before, .header-subresult__secondary .btn-small::before {
  content: "";
  width: 15px;
  height: 13px;
  display: inline-block;
  background: url(../images/job/ico-condition.svg) no-repeat 0 0/contain;
  margin: 0 8px 0 0;
}

@media screen and (max-width: 768px) {
  .header-subresult__secondary .btn::before, .header-subresult__secondary .btn-large::before, .header-subresult__secondary .btn-small::before {
    width: 3.4vw;
    height: 2.9vw;
    margin: 0 1.8vw 0 0;
  }
}

/* パンくずリスト */
.breadcrumb {
  background: #F8F8F8;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 0 0 4vw;
  }
}

.breadcrumb__inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  .breadcrumb__inner {
    width: 94.6%;
  }
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
}

@media screen and (max-width: 768px) {
  .breadcrumb__list {
    -webkit-overflow-scrolling: touch;
  }
}

.breadcrumb__list li {
  font-size: 12px;
  padding: 10px 0;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .breadcrumb__list li {
    font-size: 2.4vw;
    padding: 2vw 0;
  }
}

.breadcrumb__list li:not(:last-child)::after {
  content: "＞";
  font-size: 10px;
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .breadcrumb__list li:not(:last-child)::after {
    font-size: 1.6vw;
    margin: 0 2.6vw;
    position: relative;
    top: -3px;
  }
}

@media (max-width: 480px) {
  .breadcrumb__list li:not(:last-child)::after {
    top: 0;
  }
}

.breadcrumb--recruit .breadcrumb__list li:not(:last-child)::after {
  font-weight: bold;
  color: #4352AD;
}

.breadcrumb--recruit .breadcrumb__list a {
  color: #4352AD;
  font-weight: bold;
}

/* ロゴのみヘッダー */
.header-simple {
  border-bottom: solid 1px #CECECE;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.header-simple .header {
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .header-simple .header {
    padding: 12px 0;
  }
}

.header-simple .header-logo {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .header-simple .header-cont {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    padding: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 1240px) {
  .header-simple .header-cont {
    width: 94.6%;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.header-inc {
  border-bottom: solid 1px #ddd;
}

.header-subinc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.header-subinc__primary--first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 0;
}

.header-subinc__catch {
  font-size: 14px;
  color: #777;
  padding-right: 15px;
}

@media (max-width: 960px) {
  .header-subinc__catch {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .header-subinc__catch {
    font-size: 1.7333333333vw;
    position: absolute;
    left: 15px;
    top: 1vw;
    z-index: -1;
  }
}

.header-subinc__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #777;
  padding: 0 10px 0 35px;
}

@media screen and (max-width: 1240px) {
  .header-subinc__tel {
    padding: 0 10px;
  }
}

@media (max-width: 960px) {
  .header-subinc__tel {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .header-subinc__tel {
    display: none;
  }
}

.header-subinc__tel::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px 0 0;
  background: url(../images/common/ico-tel-inc.svg) no-repeat 0 0/contain;
}

.header-subinc__cv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4352AD;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: 150px;
  height: 100%;
}

@media screen and (max-width: 1240px) {
  .header-subinc__cv a {
    width: 120px;
  }
}

@media (max-width: 960px) {
  .header-subinc__cv a {
    display: none;
  }
}

.header-subinc__cv a:hover {
  background: #001064;
}

.header-subinc__cv--corporate a {
  background: #001064;
}

.header-subinc__cv--corporate a:hover {
  background: #4352AD;
}

.header-navinc__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-navinc__menu a {
  padding: 15px 20px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  position: relative;
  color: #777;
}

@media screen and (max-width: 1240px) {
  .header-navinc__menu a {
    padding: 15px 1.3vw;
    font-size: 12px;
  }
}

@media (max-width: 960px) {
  .header-navinc__menu a {
    font-size: 11px;
  }
}

.header-navinc__menu a.current, .header-navinc__menu .header-submenu__nav li:not(:last-child) a:hover, .header-submenu__nav li:not(:last-child) .header-navinc__menu a:hover, .header-navinc__menu .header-submenu__nav--client li:last-child a:hover, .header-submenu__nav--client li:last-child .header-navinc__menu a:hover, .header-navinc__menu .header-submenu__nav--client li:not(:last-child) a:hover, .header-submenu__nav--client li:not(:last-child) .header-navinc__menu a:hover, .header-navinc__menu .header-submenu__nav--corporate li:last-child a:hover, .header-submenu__nav--corporate li:last-child .header-navinc__menu a:hover, .header-navinc__menu .header-submenu__nav--corporate li:not(:last-child) a:hover, .header-submenu__nav--corporate li:not(:last-child) .header-navinc__menu a:hover, .header-navinc__menu a:hover {
  color: #0D3780;
}

.header-navinc__menu a.current::after, .header-navinc__menu .header-submenu__nav li:not(:last-child) a:hover::after, .header-submenu__nav li:not(:last-child) .header-navinc__menu a:hover::after, .header-navinc__menu .header-submenu__nav--client li:last-child a:hover::after, .header-submenu__nav--client li:last-child .header-navinc__menu a:hover::after, .header-navinc__menu .header-submenu__nav--client li:not(:last-child) a:hover::after, .header-submenu__nav--client li:not(:last-child) .header-navinc__menu a:hover::after, .header-navinc__menu .header-submenu__nav--corporate li:last-child a:hover::after, .header-submenu__nav--corporate li:last-child .header-navinc__menu a:hover::after, .header-navinc__menu .header-submenu__nav--corporate li:not(:last-child) a:hover::after, .header-submenu__nav--corporate li:not(:last-child) .header-navinc__menu a:hover::after, .header-navinc__menu a:hover::after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0D3780;
}

.header-navinc__menu a:hover::after {
  -webkit-animation: navhov .3s;
          animation: navhov .3s;
}

.header-navinc__menu--client a.current, .header-navinc__menu--client .header-nav__menu a:hover, .header-nav__menu .header-navinc__menu--client a:hover, .header-navinc__menu--client .header-submenu__nav li:not(:last-child) a:hover, .header-submenu__nav li:not(:last-child) .header-navinc__menu--client a:hover, .header-navinc__menu--client .header-submenu__nav--client li:last-child a:hover, .header-submenu__nav--client li:last-child .header-navinc__menu--client a:hover, .header-navinc__menu--client .header-submenu__nav--client li:not(:last-child) a:hover, .header-submenu__nav--client li:not(:last-child) .header-navinc__menu--client a:hover, .header-navinc__menu--client .header-submenu__nav--corporate li:last-child a:hover, .header-submenu__nav--corporate li:last-child .header-navinc__menu--client a:hover, .header-navinc__menu--client .header-submenu__nav--corporate li:not(:last-child) a:hover, .header-submenu__nav--corporate li:not(:last-child) .header-navinc__menu--client a:hover, .header-navinc__menu--client .header-navinc__menu a:hover, .header-navinc__menu .header-navinc__menu--client a:hover {
  color: #78AECE;
}

.header-navinc__menu--client a.current::after, .header-navinc__menu--client .header-nav__menu a:hover::after, .header-nav__menu .header-navinc__menu--client a:hover::after, .header-navinc__menu--client .header-submenu__nav li:not(:last-child) a:hover::after, .header-submenu__nav li:not(:last-child) .header-navinc__menu--client a:hover::after, .header-navinc__menu--client .header-submenu__nav--client li:last-child a:hover::after, .header-submenu__nav--client li:last-child .header-navinc__menu--client a:hover::after, .header-navinc__menu--client .header-submenu__nav--client li:not(:last-child) a:hover::after, .header-submenu__nav--client li:not(:last-child) .header-navinc__menu--client a:hover::after, .header-navinc__menu--client .header-submenu__nav--corporate li:last-child a:hover::after, .header-submenu__nav--corporate li:last-child .header-navinc__menu--client a:hover::after, .header-navinc__menu--client .header-submenu__nav--corporate li:not(:last-child) a:hover::after, .header-submenu__nav--corporate li:not(:last-child) .header-navinc__menu--client a:hover::after, .header-navinc__menu--client .header-navinc__menu a:hover::after, .header-navinc__menu .header-navinc__menu--client a:hover::after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #78AECE;
}

.header-navinc__menu--client a:hover {
  color: #78AECE;
}

.header-navinc__menu--client a:hover::after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #78AECE;
  -webkit-animation: navhov .3s;
          animation: navhov .3s;
}

footer {
  position: relative;
}

/* お仕事を探す */
.footer-jobsearch {
  background: #F8F8F8;
  padding: 40px 0 60px;
  border-bottom: solid 2px #CECECE;
}

@media (max-width: 480px) {
  .footer-jobsearch {
    padding: 5.3vw 0;
  }
}

.footer-jobsearch__cont {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  .footer-jobsearch__cont {
    width: 94.6%;
  }
}

.footer-jobsearch__cont h2 {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  margin: 0 0 25px;
}

@media (max-width: 480px) {
  .footer-jobsearch__cont h2 {
    font-size: 6vw;
    margin: 0 0 2.6vw;
    padding: 0 0 0 2.6vw;
  }
}

.footer-jobsearch__cont h2::after {
  content: "";
  width: 55px;
  height: 16px;
  display: inline-block;
  background: url(../images/common/ft-search.svg) no-repeat 0 0/contain;
  margin: 0 0 0 16px;
}

@media (max-width: 480px) {
  .footer-jobsearch__cont h2::after {
    width: 12vw;
    height: 4vw;
    margin: 0 0 0 2vw;
  }
}

.footer-jobsearch__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 20px 12px 20px 0;
}

.footer-jobsearch__list:not(:last-child) {
  margin: 0 0 10px;
}

@media (max-width: 480px) {
  .footer-jobsearch__list:not(:last-child) {
    margin: 0 0 2.6vw;
  }
}

@media (max-width: 480px) {
  .footer-jobsearch__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.6vw 2.6vw 0;
  }
}

.footer-jobsearch__list--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 170px;
      flex-basis: 170px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

@media (max-width: 480px) {
  .footer-jobsearch__list--ttl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer-jobsearch__list--ttl h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.46;
}

@media (max-width: 480px) {
  .footer-jobsearch__list--ttl h3 {
    font-size: 3.2vw;
    margin: 0 0 2.4vw;
  }
  .footer-jobsearch__list--ttl h3 br {
    display: none;
  }
}

.footer-jobsearch__list--item {
  padding: 5px 0 0 20px;
  border-left: solid 2px #F3F3F3;
}

@media (max-width: 480px) {
  .footer-jobsearch__list--item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 1.8vw 0 0;
    border-left: none;
    border-top: solid 2px #F3F3F3;
  }
}

.footer-jobsearch__list--item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-jobsearch__list--item li {
  line-height: 1;
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  .footer-jobsearch__list--item li {
    margin-bottom: 3.3vw;
  }
}

.footer-jobsearch__list--item li:not(:last-child) {
  margin-right: 7px;
}

@media (max-width: 480px) {
  .footer-jobsearch__list--item li:not(:last-child) {
    margin-right: 1.6vw;
  }
}

.footer-jobsearch__list--item a {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) center bottom/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) center bottom/0 1px no-repeat;
  -webkit-transition: background-size .3s;
  transition: background-size .3s;
  font-size: 14px;
}

.footer-jobsearch__list--item a:hover {
  background-size: 100% 1px;
}

@media screen and (max-width: 768px) {
  .footer-jobsearch__list--item a:hover {
    background-size: 0;
  }
}

/* フッターメニュー */
.footer-menu {
  padding: 60px 0 80px;
  background: #F8F8F8;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .footer-menu {
    padding: 4vw 0 1.3vw;
  }
}

.footer-menu__inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  .footer-menu__inner {
    width: 94.6%;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu__inner {
    width: 100%;
  }
}

.footer-menu__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .footer-menu__cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-menu__item {
  -ms-flex-preferred-size: calc(100%/5);
      flex-basis: calc(100%/5);
}

@media screen and (max-width: 768px) {
  .footer-menu__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footer-menu__item:last-child {
    border-bottom: solid 2px #ddd;
  }
}

.footer-menu__item:nth-child(1) {
  -ms-flex-preferred-size: calc(100%/5 - 2%);
      flex-basis: calc(100%/5 - 2%);
}

@media screen and (max-width: 768px) {
  .footer-menu__item:nth-child(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.footer-menu__item:nth-child(2) {
  -ms-flex-preferred-size: calc(100%/5 - 2%);
      flex-basis: calc(100%/5 - 2%);
}

@media screen and (max-width: 768px) {
  .footer-menu__item:nth-child(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.footer-menu__item:nth-child(4) {
  -ms-flex-preferred-size: calc(100%/5 + 4%);
      flex-basis: calc(100%/5 + 4%);
}

@media screen and (max-width: 768px) {
  .footer-menu__item:nth-child(4) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.footer-menu__item h2 {
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .footer-menu__item h2 {
    margin: 0;
  }
}

.footer-menu__item h2 a {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1240px) {
  .footer-menu__item h2 a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu__item h2 a {
    font-size: 3.2vw;
    display: block;
    padding: 4vw 5.3vw;
    border-top: solid 2px #ddd;
  }
  .footer-menu__item h2 a::after {
    content: url(../images/common/sp-ft-plus.svg);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.6vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
  .footer-menu__item h2 a::after {
    -webkit-transform: translateY(-50%) scale(0.5);
            transform: translateY(-50%) scale(0.5);
  }
}

@media screen and (max-width: 768px) {
  .footer-menu__item h2 a.is-open::after {
    content: url(../images/common/sp-ft-minus.svg);
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
  .footer-menu__item h2 a.is-open::after {
    -webkit-transform: translateY(-65%) scale(0.5);
            transform: translateY(-65%) scale(0.5);
    right: 2.4vw;
  }
}

.footer-menu__item a {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) center bottom/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) center bottom/0 1px no-repeat;
  -webkit-transition: background-size .3s;
  transition: background-size .3s;
}

.footer-menu__item a:hover {
  background-size: 100% 1px;
}

@media screen and (max-width: 768px) {
  .footer-menu__item a:hover {
    background-size: 0;
  }
}

.footer-menu__item p {
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .footer-menu__item p {
    margin: 0;
  }
}

.footer-menu__item p a {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1240px) {
  .footer-menu__item p a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu__item p a {
    font-size: 3.2vw;
    display: block;
    padding: 4vw 5.3vw;
    border-top: solid 2px #ddd;
  }
}

.footer-menu__item:last-child h2 a, .footer-menu__item:last-child p a {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .footer-menu__item:last-child h2 a, .footer-menu__item:last-child p a {
    font-weight: bold;
  }
  .footer-menu__item:last-child h2 a::after, .footer-menu__item:last-child p a::after {
    content: none;
  }
}

.footer-menu__item:last-child p {
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .footer-menu__item:last-child p {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu__list {
    display: none;
    padding: 0 0 1.4vw;
  }
}

.footer-menu__list li:not(:last-child) {
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .footer-menu__list li:not(:last-child) {
    margin: 0;
  }
}

.footer-menu__list a {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) center bottom/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) center bottom/0 1px no-repeat;
  -webkit-transition: background-size .3s;
  transition: background-size .3s;
  position: relative;
}

.footer-menu__list a:hover {
  background-size: 100% 1px;
}

@media screen and (max-width: 768px) {
  .footer-menu__list a:hover {
    background-size: 0;
  }
}

@media screen and (max-width: 1240px) {
  .footer-menu__list a {
    font-size: 13px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu__list a {
    font-size: 2.9333333333vw;
    padding: 2.6vw 8vw;
    display: block;
    background: none;
  }
  .footer-menu__list a::before {
    content: "-";
    margin: 0 1.6vw 0 0;
  }
}

.footer-menu__logo {
  text-align: center;
  padding: 0 0 6vw;
}

.footer-menu__logo img {
  width: 49.3vw;
}

.footer-menu__bottom {
  padding: 6.6vw 5.3vw;
}

.footer-menu__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-menu__bottom-list li {
  -ms-flex-preferred-size: calc(100%/2);
      flex-basis: calc(100%/2);
}

.footer-menu__bottom-list li:not(:last-child) {
  margin: 0 0 6vw;
}

.footer-menu__bottom-list li:not(:last-child) {
  margin: 0 0 6vw;
}

.footer-menu__bottom-list li:nth-last-child(2) {
  margin: 0;
}

.footer-menu__bottom-list a {
  font-size: 2.9333333333vw;
  text-decoration: underline;
}

.footer-menu__bottom-list a::after {
  content: "";
  width: 1.1vw;
  height: 1.8vw;
  display: inline-block;
  margin: 0 0 0 2vw;
  background: url(../images/common/sp-ft-arrow.svg) no-repeat center center/contain;
}

@media (max-width: 480px) {
  .footer-menu__bottom-list a::after {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.footer-menu--inc {
  background: #EFEFEF;
}

.footer-menu--client {
  padding: 40px 0 15px;
}

@media screen and (max-width: 768px) {
  .footer-menu--client {
    padding: 4vw 0 1.3vw;
  }
}

/* コピーライト */
.copyright {
  background: #333;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .copyright {
    padding: 3.3vw 0;
  }
}

.copyright__inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  .copyright__inner {
    width: 94.6%;
  }
}

.copyright__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1240px) {
  .copyright__cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .copyright__cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.copyright__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1240px) {
  .copyright__menu {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .copyright__menu {
    display: none;
  }
}

.copyright__menu li:not(:first-child) {
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  border-left: solid 1px #fff;
}

.copyright__menu a {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) center bottom/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) center bottom/0 1px no-repeat;
  -webkit-transition: background-size .3s;
  transition: background-size .3s;
  font-size: 13px;
  color: #fff;
}

.copyright__menu a:hover {
  background-size: 100% 1px;
}

@media screen and (max-width: 768px) {
  .copyright__menu a:hover {
    background-size: 0;
  }
}

.copyright__menu--client a {
  font-weight: bold;
  color: #fff;
}

.copyright__txt {
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .copyright__txt {
    font-size: 3.2vw;
  }
}

.copyright__txt a {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) center bottom/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) center bottom/0 1px no-repeat;
  -webkit-transition: background-size .3s;
  transition: background-size .3s;
  color: #fff;
}

.copyright__txt a:hover {
  background-size: 100% 1px;
}

@media screen and (max-width: 768px) {
  .copyright__txt a:hover {
    background-size: 0;
  }
}

.copyright__txt--client {
  font-weight: bold;
}

.copyright--client {
  background: #78AECE;
}

.copyright--corporate {
  background: #1A154A;
}

.copyright--recruit {
  text-align: center;
  background: #1A154A;
}

.copyright-simple {
  padding: 18px 0;
  background: #F8F8F8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copyright-simple {
    padding: 2.9vw 0;
  }
}

@media screen and (max-width: 768px) {
  .copyright-simple__txt {
    font-size: 3.3333333333vw;
  }
}

/* ページトップ */
.pagetop {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  .pagetop {
    width: 94.6%;
  }
}

.pagetop .pagetop-btn {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: auto;
  bottom: 40px;
  margin-left: 1240px;
  width: 64px;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 1400px) {
  .pagetop .pagetop-btn {
    right: 2vw;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .pagetop .pagetop-btn {
    bottom: 20px;
    width: 12.6vw;
  }
}

.pagetop .pagetop-btn.fadein {
  opacity: 1;
  visibility: visible;
}

/* corporateフッター */
.footer-corporate {
  background: #EFEFEF;
  padding: 48px 0 100px;
}

@media screen and (max-width: 768px) {
  .footer-corporate {
    padding: 4vw 0 6.6vw;
  }
}

.footer-corporate__inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1240px) {
  .footer-corporate__inner {
    width: 94.6%;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporate__inner {
    width: 100%;
  }
}

@media screen and (max-width: 1240px) {
  .footer-corporate__main {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
  }
}

.footer-corporate__main address {
  line-height: 1.75;
  font-style: normal;
}

.footer-corporate__logo {
  margin: 0 0 12px;
}

.footer-corporate__logo img {
  width: 238px;
}

.footer-corporate__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 0 86px;
}

@media screen and (max-width: 1240px) {
  .footer-corporate__menu {
    margin: 0 0 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporate__menu {
    display: block;
    margin: 0;
  }
}

.footer-corporate__link {
  /*flex-basis: 100%;*/
}

.footer-corporate__link:not(:last-child) {
  margin: 0 15px 0 0;
}

@media screen and (max-width: 768px) {
  .footer-corporate__link:not(:last-child) {
    margin: 0;
  }
}

.footer-corporate__link:nth-child(1) {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .footer-corporate__link:nth-child(1) {
    width: 100%;
  }
}

.footer-corporate__link:nth-child(2) {
  width: 29%;
}

@media screen and (max-width: 768px) {
  .footer-corporate__link:nth-child(2) {
    width: 100%;
  }
}

.footer-corporate__link li {
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .footer-corporate__link li {
    margin: 0;
  }
}

.footer-corporate__link a {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) center bottom/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) center bottom/0 1px no-repeat;
  -webkit-transition: background-size .3s;
  transition: background-size .3s;
}

.footer-corporate__link a:hover {
  background-size: 100% 1px;
}

@media screen and (max-width: 768px) {
  .footer-corporate__link a:hover {
    background-size: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporate__link a {
    font-size: 2.9333333333vw;
    font-weight: bold;
    display: block;
    line-height: 1;
    padding: 3.3vw 5.3vw;
    border-bottom: solid 2px #ddd;
  }
}

@media screen and (max-width: 768px) {
  .footer-corporate__link--first li:first-child a {
    border-top: solid 2px #ddd;
  }
}

.footer-corporate__splogo {
  text-align: center;
  padding: 0 0 4vw;
}

.footer-corporate__splogo img {
  width: 49.3vw;
}

/* recruitフッター */
.footer-recruit__cont {
  background: #F5F5F5;
  padding: 60px 0 30px;
}

@media screen and (max-width: 768px) {
  .footer-recruit__cont {
    padding: 0;
  }
}

.footer-recruit__logo {
  text-align: center;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .footer-recruit__logo {
    margin: 0 0 6.6vw;
    padding: 4vw 0;
    border-bottom: solid 2px #ddd;
  }
}

@media screen and (max-width: 768px) {
  .footer-recruit__logo img {
    width: 49.3vw;
    margin: 0 auto;
  }
}

.footer-recruit__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .footer-recruit__links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20vw 1.3vw;
  }
}

.footer-recruit__links li {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .footer-recruit__links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0 0 5.3vw;
  }
  .footer-recruit__links li::after {
    content: "";
    display: inline-block;
    width: 2vw;
    height: 2.5vw;
    background: url(../images/common/arrow-secondary-inc.svg) no-repeat 0 0/contain;
    margin: 0 0 0 1.8vw;
  }
}

.footer-recruit__links li:not(:last-child) {
  border-right: solid 1px #040404;
}

@media screen and (max-width: 768px) {
  .footer-recruit__links li:not(:last-child) {
    border-right: 0;
  }
}

.footer-recruit__links a {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) center bottom/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) center bottom/0 1px no-repeat;
  -webkit-transition: background-size .3s;
  transition: background-size .3s;
  color: #040404;
}

.footer-recruit__links a:hover {
  background-size: 100% 1px;
}

@media screen and (max-width: 768px) {
  .footer-recruit__links a:hover {
    background-size: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-recruit__links a {
    font-size: 2.9333333333vw;
    color: #333;
    text-decoration: underline;
  }
}

.short-page footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .short-page footer {
    position: relative;
  }
}

@media (max-width: 480px) and (orientation: portrait) {
  .short-page footer {
    position: absolute;
  }
}

/* サイドバー */
.sidebar {
  -ms-flex-preferred-size: 286px;
      flex-basis: 286px;
  margin: 0 0 0 20px;
}

.sidebar h2.ttl {
  font-size: 20px;
}

.sidebar__cont:not(:last-child) {
  margin: 0 0 40px;
}

.sidebar__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F8F8F8;
  padding: 20px 25px;
  margin: 0 0 40px;
}

.sidebar__btncont a {
  width: 230px;
  height: 50px;
  border-radius: 26px;
}

.sidebar__btncont--primary a {
  font-size: 14px;
  line-height: 1.14;
  margin: 0 0 10px;
}

.sidebar__btncont--primary a::before {
  content: "";
  width: 24px;
  height: 22px;
  display: inline-block;
  background: url(../images/common/ico-heart-secondary.svg) no-repeat 0 0/contain;
  margin: 0 18px 0 -30px;
}

.sidebar__btncont--primary a:hover::before {
  background: url(../images/common/ico-heart-primary.svg) no-repeat 0 0/contain;
}

.sidebar__btncont--secondary a {
  font-size: 18px;
}

.sidebar__recommend-list.job-recommendlist > li {
  padding: 0 0 20px;
  border-bottom: solid 1px #ddd;
}

.sidebar__recommend-list.job-recommendlist > li:not(:last-child) {
  margin: 0 0 20px;
}

/* ==============================================================
*  モジュール
* ============================================================ */
/* 見出し */
h1.ttl, .client h1.ttl, .corporate h1.ttl, h2.ttl, .client h2.ttl, .corporate h2.ttl, .recruit h2.ttl, h3.ttl, .client h3.ttl, .corporate h3.ttl, .recruit h3.ttl, h4.ttl, .client h4.ttl, .corporate h4.ttl {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 20px;
  position: relative;
  line-height: 1;
}

h1.ttl, .client h1.ttl, .corporate h1.ttl {
  font-size: 26px;
  line-height: 1.22;
}

@media screen and (max-width: 768px) {
  h1.ttl, .client h1.ttl, .corporate h1.ttl {
    font-size: 5.2vw;
    margin: 0 0 4vw;
  }
}

h2.ttl, .client h2.ttl, .corporate h2.ttl, .recruit h2.ttl {
  font-size: 22px;
  line-height: 1.25;
  padding: 3px 14px 10px;
  border-bottom: solid 4px #F3F3F3;
}

@media screen and (max-width: 768px) {
  h2.ttl, .client h2.ttl, .corporate h2.ttl, .recruit h2.ttl {
    font-size: 4.2666666667vw;
    margin: 0 0 2.6vw;
    padding: 1vw 2.4vw 2vw;
  }
}

h2.ttl::before, .client h2.ttl::before, .corporate h2.ttl::before, .recruit h2.ttl::before {
  content: "";
  width: 6px;
  height: calc(100% - 10px);
  background: #50C3DB;
  border-radius: 1px;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
}

@media screen and (max-width: 768px) {
  h2.ttl::before, .client h2.ttl::before, .corporate h2.ttl::before, .recruit h2.ttl::before {
    width: 0.8vw;
    height: calc(100% - 2vw);
  }
}

h3.ttl, .client h3.ttl, .corporate h3.ttl, .recruit h3.ttl {
  font-size: 18px;
  line-height: 1.34;
  padding: 15px 12px 12px;
  background: #FFEEEE;
}

@media screen and (max-width: 768px) {
  h3.ttl, .client h3.ttl, .corporate h3.ttl, .recruit h3.ttl {
    font-size: 3.4666666667vw;
    margin: 0 0 2.6vw;
    padding: 2.6vw 2.6vw 2.2vw;
  }
}

h3.ttl::before, .client h3.ttl::before, .corporate h3.ttl::before, .recruit h3.ttl::before {
  content: "";
  width: 4px;
  height: 50%;
  background: #FF7895;
  border-radius: 1px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 768px) {
  h3.ttl::before, .client h3.ttl::before, .corporate h3.ttl::before, .recruit h3.ttl::before {
    width: 0.6vw;
  }
}

h4.ttl, .client h4.ttl, .corporate h4.ttl {
  font-size: 16px;
  line-height: 1.5;
  padding: 2px 0 0 10px;
  margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
  h4.ttl, .client h4.ttl, .corporate h4.ttl {
    font-size: 2.9333333333vw;
    padding: 2px 0 0 1.6vw;
    margin: 0 0 2.6vw;
  }
}

h4.ttl::before, .client h4.ttl::before, .corporate h4.ttl::before {
  content: "";
  width: 4px;
  height: 100%;
  background: #50C3DB;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 768px) {
  h4.ttl::before, .client h4.ttl::before, .corporate h4.ttl::before {
    width: 0.8vw;
  }
}

.ico_pc {
  position: relative;
}

.ico_pc ::before {
  content: "";
  width: 12px;
  height: 8px;
  display: block;
  background: url(../images/common/ico-pc.svg) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
}

.ico_tel {
  position: relative;
}

.ico_tel ::before {
  content: "";
  width: 12px;
  height: 8px;
  display: block;
  background: url(../images/common/ico-tel.svg) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
}

.client h1.ttl {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}

.client h2.ttl {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}

.client h2.ttl::before {
  background: #6B879C;
  border-radius: 0;
}

.client h3.ttl {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  background: #EEFBFF;
}

.client h3.ttl::before {
  background: #78AECE;
  border-radius: 0;
}

.client h4.ttl {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}

.client h4.ttl::before {
  background: #78AECE;
  border-radius: 0;
}

.corporate h1.ttl {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}

.corporate h2.ttl {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}

.corporate h2.ttl::before {
  background: #6B879C;
  border-radius: 0;
}

.corporate h3.ttl {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  background: #ECEFF6;
}

.corporate h3.ttl::before {
  background: #0D3780;
  border-radius: 0;
}

.corporate h4.ttl {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}

.corporate h4.ttl::before {
  background: #0D3780;
  border-radius: 0;
}

.recruit h2.ttl {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}

.recruit h2.ttl::before {
  background: #4352AD;
  border-radius: 0;
}

.recruit h3.ttl {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  background: #ECEFF6;
}

.recruit h3.ttl::before {
  background: #4352AD;
  border-radius: 0;
}

.recruit h4.ttl::before {
  background: #4352AD;
}

/* ボタン */
.btn, .btn-large, .btn-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 3px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .btn, .btn-large, .btn-small {
    border-radius: 6.4vw;
  }
}

.btn-large {
  width: 241px;
  height: 62px;
  font-size: 18px;
}

@media (min-width: 769px) {
  .btn-large {
    border-radius: 32px;
  }
}

@media screen and (max-width: 768px) {
  .btn-large {
    font-size: 3.2vw;
    width: 61vw;
    height: 12.8vw;
  }
}

.btn-large--inc {
  width: 270px;
  height: 65px;
}

@media screen and (max-width: 768px) {
  .btn-large--inc {
    font-size: 3.2vw;
    width: 46.6vw;
    height: 12.6vw;
  }
}

.btn-small {
  width: 180px;
  height: 40px;
  font-size: 14px;
}

@media (min-width: 769px) {
  .btn-small {
    border-radius: 20px;
  }
}

@media screen and (max-width: 768px) {
  .btn-small {
    font-size: 3.2vw;
    width: 48.6vw;
    height: 12.6vw;
  }
}

.btn-small--inc {
  width: 198px;
  height: 46px;
}

@media screen and (max-width: 768px) {
  .btn-small--inc {
    font-size: 3.2vw;
    width: 46.6vw;
    height: 12.6vw;
  }
}

.btn-arrow::after, .normalbtn-arrow::after, .normalbtn-arrow--client::after, .normalbtn-arrow--corporate::after, .normalbtn-arrow-turn::after, .normalbtn-arrowleft-turn::after, .normalbtn-arrow-turn--inc::after, .normalbtn-arrowleft-turn--inc::after, .normalbtn-arrow-turn--recruit::after, .normalbtn-arrowleft-turn--recruit::after, .cvbtn-arrow::after, .normalbtn-arrow-concent::after {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

@media screen and (max-width: 768px) {
  .btn-arrow::after, .normalbtn-arrow::after, .normalbtn-arrow--client::after, .normalbtn-arrow--corporate::after, .normalbtn-arrow-turn::after, .normalbtn-arrowleft-turn::after, .normalbtn-arrow-turn--inc::after, .normalbtn-arrowleft-turn--inc::after, .normalbtn-arrow-turn--recruit::after, .normalbtn-arrowleft-turn--recruit::after, .cvbtn-arrow::after, .normalbtn-arrow-concent::after {
    width: 1.5vw;
    height: 2vw;
    right: 2.2vw;
  }
}

@media (max-width: 480px) {
  .btn-arrow::after, .normalbtn-arrow::after, .normalbtn-arrow--client::after, .normalbtn-arrow--corporate::after, .normalbtn-arrow-turn::after, .normalbtn-arrowleft-turn::after, .normalbtn-arrow-turn--inc::after, .normalbtn-arrowleft-turn--inc::after, .normalbtn-arrow-turn--recruit::after, .normalbtn-arrowleft-turn--recruit::after, .cvbtn-arrow::after, .normalbtn-arrow-concent::after {
    right: 3.2vw;
  }
}

.btn-arrow.btn-large::after, .btn-large.normalbtn-arrow::after, .btn-large.normalbtn-arrow--client::after, .btn-large.normalbtn-arrow--corporate::after, .btn-large.normalbtn-arrow-turn::after, .btn-large.normalbtn-arrowleft-turn::after, .btn-large.normalbtn-arrow-turn--inc::after, .btn-large.normalbtn-arrowleft-turn--inc::after, .btn-large.normalbtn-arrow-turn--recruit::after, .btn-large.normalbtn-arrowleft-turn--recruit::after, .btn-large.cvbtn-arrow::after, .btn-large.normalbtn-arrow-concent::after {
  right: 18px;
}

@media screen and (max-width: 768px) {
  .btn-arrow.btn-large::after, .btn-large.normalbtn-arrow::after, .btn-large.normalbtn-arrow--client::after, .btn-large.normalbtn-arrow--corporate::after, .btn-large.normalbtn-arrow-turn::after, .btn-large.normalbtn-arrowleft-turn::after, .btn-large.normalbtn-arrow-turn--inc::after, .btn-large.normalbtn-arrowleft-turn--inc::after, .btn-large.normalbtn-arrow-turn--recruit::after, .btn-large.normalbtn-arrowleft-turn--recruit::after, .btn-large.cvbtn-arrow::after, .btn-large.normalbtn-arrow-concent::after {
    right: 4.2vw;
  }
}

/* 通常ボタン(背景：青) */
.normalbtn, .normalbtn-arrow {
  background: #30B2E0;
  border: solid 2px #30B2E0;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .normalbtn:hover, .normalbtn-arrow:hover {
    background: #fff;
    color: #50C3DB;
  }
}

.normalbtn--client, .normalbtn-arrow--client {
  background: #4352AD;
  border: solid 2px #4352AD;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .normalbtn--client:hover, .normalbtn-arrow--client:hover {
    background: #fff;
    color: #4352AD;
  }
}

.normalbtn--corporate, .normalbtn-arrow--corporate {
  background: #0D3780;
  border: solid 2px #0D3780;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .normalbtn--corporate:hover, .normalbtn-arrow--corporate:hover {
    background: #fff;
    color: #0D3780;
  }
}

.normalbtn-arrow::after {
  background: url(../images/common/arrow-primary.svg) no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .normalbtn-arrow:hover::after {
    background: url(../images/common/arrow-secondary.svg) no-repeat center center/contain;
  }
}

.normalbtn-arrow--client::after {
  background: url(../images/common/arrow-primary.svg) no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .normalbtn-arrow--client:hover::after {
    background: url(../images/client/arrow-secondary-client.svg) no-repeat center center/contain;
  }
}

.normalbtn-arrow--corporate::after {
  background: url(../images/common/arrow-primary.svg) no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .normalbtn-arrow--corporate:hover::after {
    background: url(../images/corporate/arrow-secondary-corporate.svg) no-repeat center center/contain;
  }
}

/* 通常ボタン反転(背景：白) */
.normalbtn-turn, .normalbtn-arrow-turn, .normalbtn-arrowleft-turn {
  background: #fff;
  border: solid 2px #30B2E0;
  color: #30B2E0;
}

@media screen and (min-width: 769px) {
  .normalbtn-turn:hover, .normalbtn-arrow-turn:hover, .normalbtn-arrowleft-turn:hover {
    background: #30B2E0;
    color: #fff;
  }
}

.normalbtn-turn--inc, .normalbtn-arrow-turn--inc, .normalbtn-arrowleft-turn--inc {
  background: #fff;
  border: solid 2px #333;
  color: #333;
}

@media screen and (min-width: 769px) {
  .normalbtn-turn--inc:hover, .normalbtn-arrow-turn--inc:hover, .normalbtn-arrowleft-turn--inc:hover {
    background: #333;
    color: #fff;
  }
}

.normalbtn-turn--recruit, .normalbtn-arrow-turn--recruit, .normalbtn-arrowleft-turn--recruit {
  background: #fff;
  border: solid 2px #4352AD;
  color: #4352AD;
}

@media screen and (min-width: 769px) {
  .normalbtn-turn--recruit:hover, .normalbtn-arrow-turn--recruit:hover, .normalbtn-arrowleft-turn--recruit:hover {
    background: #4352AD;
    color: #fff;
  }
}

.normalbtn-arrow-turn::after {
  background: url(../images/common/arrow-secondary.svg) no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .normalbtn-arrow-turn:hover::after {
    background: url(../images/common/arrow-primary.svg) no-repeat center center/contain;
  }
}

.normalbtn-arrowleft-turn::after {
  background: url(../images/common/arrow-left-secondary.svg) no-repeat center center/contain;
  left: 10px;
}

@media screen and (max-width: 768px) {
  .normalbtn-arrowleft-turn::after {
    left: 2.2vw;
  }
}

@media (max-width: 480px) {
  .normalbtn-arrowleft-turn::after {
    left: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  .normalbtn-arrowleft-turn:hover::after {
    background: url(../images/common/arrow-left-primary.svg) no-repeat center center/contain;
  }
}

.normalbtn-arrow-turn--inc::after {
  background: url(../images/common/arrow-secondary-inc.svg) no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .normalbtn-arrow-turn--inc:hover::after {
    background: url(../images/common/arrow-primary.svg) no-repeat center center/contain;
  }
}

.normalbtn-arrowleft-turn--inc::after {
  background: url(../images/common/arrow-left-secondary-inc.svg) no-repeat center center/contain;
  left: 10px;
}

@media screen and (max-width: 768px) {
  .normalbtn-arrowleft-turn--inc::after {
    left: 2.2vw;
  }
}

@media (max-width: 480px) {
  .normalbtn-arrowleft-turn--inc::after {
    left: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  .normalbtn-arrowleft-turn--inc:hover::after {
    background: url(../images/common/arrow-left-primary.svg) no-repeat center center/contain;
  }
}

.normalbtn-arrow-turn--recruit::after {
  background: url(../images/recruit/arrow-secondary-recruit.svg) no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .normalbtn-arrow-turn--recruit:hover::after {
    background: url(../images/common/arrow-primary.svg) no-repeat center center/contain;
  }
}

.normalbtn-arrowleft-turn--recruit::after {
  background: url(../images/recruit/arrow-left-secondary-recruit.svg) no-repeat center center/contain;
  left: 10px;
}

@media screen and (max-width: 768px) {
  .normalbtn-arrowleft-turn--recruit::after {
    left: 2.2vw;
  }
}

@media (max-width: 480px) {
  .normalbtn-arrowleft-turn--recruit::after {
    left: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  .normalbtn-arrowleft-turn--recruit:hover::after {
    background: url(../images/common/arrow-left-primary.svg) no-repeat center center/contain;
  }
}

/* 登録ボタン */
.cvbtn, .cvbtn-arrow {
  background: #FF7895;
  color: #fff;
  -webkit-box-shadow: 0 3px 0 #D2667D;
          box-shadow: 0 3px 0 #D2667D;
}

@media screen and (max-width: 768px) {
  .cvbtn, .cvbtn-arrow {
    -webkit-box-shadow: 0 0.9vw 0 #D2667D;
            box-shadow: 0 0.9vw 0 #D2667D;
  }
}

@media screen and (min-width: 769px) {
  .cvbtn:hover, .cvbtn-arrow:hover {
    background: #FE86A0;
  }
}

.cvbtn-arrow {
  position: relative;
}

.cvbtn-arrow::after {
  background: url(../images/common/arrow-primary.svg) no-repeat center center/contain;
}

/* 検索ボタン */
.searchbtn {
  background: #F69C00;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .searchbtn:hover {
    background: #FFA60C;
  }
}

.searchbtn-large {
  font-size: 20px;
  border-radius: 33px;
  -webkit-box-shadow: 0 3px 0 #CB8100;
          box-shadow: 0 3px 0 #CB8100;
  width: 240px;
  height: 63px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .searchbtn-large {
    font-size: 4vw;
    width: 66.6vw;
    height: 12.8vw;
    border-radius: 6.4vw;
  }
  .searchbtn-large::after {
    content: "";
    width: 1.5vw;
    height: 2vw;
    display: block;
    background: url(../images/common/arrow-primary.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 6vw;
  }
}

.searchbtn-large::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  display: inline-block;
  background: url(../images/common/ico-search.svg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .searchbtn-large::before {
    width: 4vw;
    height: 4vw;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 6vw;
  }
}

.searchbtn-small {
  font-size: 14px;
  border-radius: 17px;
  width: 135px;
  height: 32px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .searchbtn-small {
    font-size: 3.2vw;
    width: 48.6vw;
    height: 12.6vw;
  }
}

.searchbtn-small::before {
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 5px 0 0;
  display: inline-block;
  background: url(../images/common/ico-search.svg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .searchbtn-small::before {
    width: 3.6vw;
    height: 3.6vw;
    margin: 0 1.3vw 0 0;
  }
}

/* リセットボタン */
@media screen and (max-width: 768px) {
  .btn-reset {
    width: 37.3vw;
    height: 9.4vw;
  }
}

/* フィールド追加ボタン */
.btn-addfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: bold;
  height: 48px;
  background: #F3F3F3;
}

@media screen and (max-width: 768px) {
  .btn-addfield {
    font-size: 3.2vw;
    height: 10.6vw;
  }
}

.btn-addfield::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/common/ico-plus-secondary.svg) no-repeat 0 0/contain;
  margin: 0 15px 0 0;
}

@media screen and (max-width: 768px) {
  .btn-addfield::before {
    width: 2.9vw;
    height: 2.9vw;
    margin: 0 1.4vw 0 0;
  }
}


/* フィールド追加ボタン */
.btn-addfield--mypage-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: bold;
  height: 48px;
  background: #F3F3F3;
}

@media screen and (max-width: 768px) {
  .btn-addfield--mypage-profile {
    font-size: 3.2vw;
    height: 10.6vw;
  }
}

.btn-addfield--mypage-profile::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/common/ico-plus-secondary.svg) no-repeat 0 0/contain;
  margin: 0 15px 0 0;
}

@media screen and (max-width: 768px) {
  .btn-addfield--mypage-profile::before {
    width: 2.9vw;
    height: 2.9vw;
    margin: 0 1.4vw 0 0;
  }
}




/* client & corporateボタン */
.btn-inc {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  padding: 2px 0 0;
}

@media screen and (max-width: 768px) {
  .btn-inc {
    font-size: 3.2vw;
  }
}

/* recruitボタン */
.btn-recruit {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  padding: 2px 0 0;
  width: 266px;
  height: 66px;
}

@media screen and (max-width: 768px) {
  .btn-recruit {
    font-size: 3.2vw;
    width: 46.6vw;
    height: 12.6vw;
  }
}

/* ブックマーク */
.is-bookmark {
  background: #30B2E0;
  color: #fff;
}

/* フォーム */
input[type="text"], .form-cv input[type="number"], .form-cv select, input[type="email"], input[type="number"], select, textarea {
  font-family: "メイリオ", "Meiryo", sans-serif;
  border: solid 2px #CECECE;
  border-radius: 3px;
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 768px) {
  input[type="text"], .form-cv input[type="number"], .form-cv select, input[type="email"], input[type="number"], select, textarea {
    border-radius: 1vw;
  }
}

input[type="text"]:focus, .form-cv input:focus[type="number"], .form-cv select:focus, input[type="email"]:focus, input[type="number"]:focus, select:focus, textarea:focus {
  outline: none;
}

input[type="text"], .form-cv input[type="number"], .form-cv select, input[type="email"], input[type="number"], input[type="password"] {
  font-size: 16px;
  padding: 0 0 0 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="text"]:focus, .form-cv input:focus[type="number"], .form-cv select:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus {
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:focus {
  outline: none;
}

select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  font-size: 16px !important;
  cursor: pointer;
  background: #fff url(../images/common/arrow-down.svg) no-repeat right 10px center;
}

.client select {
  background: #fff url(../images/client/arrow-down-client.svg) no-repeat right 10px center;
}

.corporate select {
  background: #fff url(../images/corporate/arrow-down-corporate.svg) no-repeat right 10px center;
}

.recruit select {
  background: #fff url(../images/recruit/arrow-down-recruit.svg) no-repeat right 10px center;
}

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

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px;
  resize: none;
}

::-webkit-input-placeholder {
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #D0D0D0;
}

::-moz-placeholder {
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #D0D0D0;
  opacity: 1;
}

input:-ms-input-placeholder,
:-ms-input-placeholder {
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #D0D0D0;
}

input::-webkit-input-placeholder {
  padding-top: 0.1em;
}

.alphanumeric, .onlynum {
  ime-mode: disabled;
}

/* 検索フォーム */
.searchform {
  border: solid 3px #50C3DB;
  border-radius: 10px;
  background: #fff;
}

.searchform__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .searchform__cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1.3vw;
  }
}

.searchform__cont button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  border-radius: 20px;
  width: 180px;
  height: 40px;
  font-size: 14px;
  -webkit-box-shadow: 0 3px 0 #CB8100;
          box-shadow: 0 3px 0 #CB8100;
  position: relative;
}

@media screen and (max-width: 1240px) {
  .searchform__cont button {
    width: 16vw;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .searchform__cont button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 66.6vw;
    height: 12.8vw;
    font-size: 4vw;
    border-radius: 6.4vw;
    margin: 0 auto;
  }
  .searchform__cont button::after {
    content: "";
    width: 2vw;
    height: 2vw;
    background: url(../images/common/arrow-primary.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 6vw;
  }
}

.searchform__cont button::before {
  content: "";
  width: 14.5px;
  height: 14.5px;
  background: url(../images/common/ico-search.svg) no-repeat center center/contain;
  margin: 0 10px 0 20px;
}

@media screen and (max-width: 1240px) {
  .searchform__cont button::before {
    width: 12px;
    height: 12px;
    margin: 0 1vw;
  }
}

@media screen and (max-width: 768px) {
  .searchform__cont button::before {
    width: 4vw;
    height: 4vw;
    margin: 0 9vw 0 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 6vw;
  }
}

@media screen and (max-width: 768px) {
  .searchform__item:nth-child(1) {
    -ms-flex-preferred-size: calc((100%/2) - 2.6vw);
        flex-basis: calc((100%/2) - 2.6vw);
    margin: 0 1.3vw 2.6vw;
  }
  .searchform__item:nth-child(3) {
    -ms-flex-preferred-size: calc((100%/2) - 2.6vw);
        flex-basis: calc((100%/2) - 2.6vw);
    margin: 0 1.3vw 2.6vw;
  }
  .searchform__item:nth-child(5) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 1.3vw 2.6vw;
  }
  .searchform__item:nth-child(6) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.searchform__item select {
  font-size: 16px;
  line-height: 1;
  width: 260px;
  height: 46px;
  border: solid 2px #CECECE;
  border-radius: 3px;
  padding: 5px 10px;
  background: #fff url(../images/common/arrow-down.svg) no-repeat right 15px center;
}

@media screen and (max-width: 1240px) {
  .searchform__item select {
    width: 20vw;
  }
}

@media screen and (max-width: 768px) {
  .searchform__item select {
    font-size: 16px !important;
    width: 100%;
    height: 11.3vw;
    border-radius: 1vw;
    padding: 2.6vw 4.2vw;
  }
}

.searchform__item input {
  width: 300px;
  height: 46px;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  border: solid 2px #CECECE;
  border-radius: 3px;
}

@media screen and (max-width: 1240px) {
  .searchform__item input {
    width: 20vw;
  }
}

@media screen and (max-width: 768px) {
  .searchform__item input {
    width: 100%;
    height: 11.3vw;
    padding: 3vw 4.2vw;
  }
}

.searchform__item .searchform__ico-cross {
  position: relative;
  top: -2px;
}

@media screen and (max-width: 768px) {
  .searchform__item .searchform__ico-cross {
    display: none;
  }
}

.searchform-large {
  padding: 30px 48px;
}

@media screen and (max-width: 1240px) {
  .searchform-large {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .searchform-large {
    padding: 4vw 2.6vw;
  }
}

.searchform-large h2 {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .searchform-large h2 {
    font-size: 4.2666666667vw;
    margin: 0 0 5.3vw;
  }
}

.searchform-small {
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .searchform-small {
    padding: 4vw 2.6vw;
  }
}

.searchform-small h2 {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
  .searchform-small h2 {
    font-size: 4.2666666667vw;
    margin: 0 0 5.3vw;
    text-align: center;
  }
}

/* チェックボックス */
.form-check input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.form-check input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 8px;
  width: 10px;
  height: 14px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  border-bottom: solid 4px #50C3DB;
  border-right: solid 4px #50C3DB;
}

@media screen and (max-width: 768px) {
  .form-check input:checked + span::after {
    width: 1.8vw;
    height: 2.6vw;
    top: 0vw;
    left: 1vw;
  }
}

@media (max-width: 480px) {
  .form-check input:checked + span::after {
    border-bottom: solid 2px #50C3DB;
    border-right: solid 2px #50C3DB;
  }
}

.form-check label {
  cursor: pointer;
  line-height: 1.36;
}

.form-check span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
}

@media screen and (max-width: 768px) {
  .form-check span {
    padding: 0 0 0 5vw;
  }
}

.form-check span::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 25px;
  height: 25px;
  background: #fff;
  border: solid 2px #ccc;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .form-check span::before {
    width: 3.7vw;
    height: 3.7vw;
    top: 0;
    border-radius: 0.6vw;
  }
}

.form-check--client input:checked + span::after {
  border-bottom: solid 4px #78AECE;
  border-right: solid 4px #78AECE;
}

@media (max-width: 480px) {
  .form-check--client input:checked + span::after {
    border-bottom: solid 2px #78AECE;
    border-right: solid 2px #78AECE;
  }
}

.form-check--corporate input:checked + span::after {
  border-bottom: solid 4px #0D3780;
  border-right: solid 4px #0D3780;
}

@media (max-width: 480px) {
  .form-check--corporate input:checked + span::after {
    border-bottom: solid 2px #0D3780;
    border-right: solid 2px #0D3780;
  }
}

.form-check--recruit input:checked + span::after {
  border-bottom: solid 4px #004098;
  border-right: solid 4px #004098;
}

@media (max-width: 480px) {
  .form-check--recruit input:checked + span::after {
    border-bottom: solid 2px #004098;
    border-right: solid 2px #004098;
  }
}

.form-check_disabled {
  color: #b6b3b3;
}

.form-check_disabled span:before {
  border: solid 2px #e0e0e0;
}

/* ラジオボタン */
.form-radio {
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1240px) {
  .form-radio {
    margin: 0 20px 0 0;
  }
}

.form-radio label {
  cursor: pointer;
  position: relative;
  padding: 0 0 0 35px;
}

@media screen and (max-width: 768px) {
  .form-radio label {
    padding: 0 0 0 6vw;
  }
}

.form-radio input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.form-radio input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background: #50C3DB;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .form-radio input:checked + span::after {
    width: 2.8vw;
    height: 2.8vw;
  }
}

.form-radio span {
  position: absolute;
  top: -3px;
  left: 0;
  width: 28px;
  height: 28px;
  background: #fff;
  border: solid 3px #ccc;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .form-radio span {
    width: 4.9vw;
    height: 4.9vw;
  }
}

@media (max-width: 480px) {
  .form-radio span {
    top: -2px;
    border: solid 2px #ccc;
  }
}

.form-radio--client input:checked + span::after {
  background: #78AECE;
}

.form-radio--corporate input:checked + span::after {
  background: #0D3780;
}

.form-radio--recruit input:checked + span::after {
  background: #004098;
}

/* 送信フォーム */
.form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-btn button.return {
  margin: 0 10px 0 0;
}

.form-btn a.return {
  margin: 0 10px 0 0;
}

.form-submit:disabled {
  background: #aaa;
  border: 0;
  cursor: default;
}

.form-submit:disabled:hover {
  color: #fff;
}

.form-submit:disabled:hover::after {
  background: url(../images/common/arrow-primary.svg) no-repeat center center/contain;
}

.form-submit.btn-inc:disabled:hover {
  color: #333;
}

.form-submit.btn-inc:disabled:hover::after {
  background: url(../images/common/arrow-secondary-inc.svg) no-repeat center center/contain;
}

.reset-btn--last {
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .reset-btn--last {
    margin: 0 0 9.3vw;
  }
}

.form-cv .tbl-cv {
  margin: 0 0 20px;
  border-top: solid 1px #CECECE;
  table-layout: fixed;
}

@media (max-width: 960px) {
  .form-cv .tbl-cv {
    border-top: 0;
    border-bottom: solid 1px #CECECE;
  }
}

@media screen and (max-width: 768px) {
  .form-cv .tbl-cv {
    margin: 0 0 2.6vw;
    border-bottom: solid 1px #CECECE;
  }
}

.form-cv .tbl-cv th {
  border-bottom: solid 1px #CECECE;
  text-align: left;
  padding: 20px 12px 20px 20px;
}

@media (max-width: 960px) {
  .form-cv .tbl-cv th {
    width: 100%;
    display: block;
    background: #F8F8F8;
    border-top: solid 1px #ddd;
    border-bottom: 0;
    padding: 10px 20px;
  }
  .form-cv .tbl-cv th br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .form-cv .tbl-cv th {
    font-family: heisei-maru-gothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.9333333333vw;
    padding: 2vw 2.6vw;
  }
}

.form-cv .tbl-cv td {
  background: #fff;
  border-bottom: solid 1px #CECECE;
}

@media (max-width: 960px) {
  .form-cv .tbl-cv td {
    width: 100%;
    display: block;
    border-bottom: 0;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .form-cv .tbl-cv td {
    font-size: 2.9333333333vw;
    padding: 2.6vw;
  }
}

@media screen and (max-width: 768px) {
  .form-cv .tbl-cv.tbl-workhistory {
    margin: 0 0 5.3vw;
    border-top: solid 1px #CECECE;
  }
}

.form-cv .tbl-cv.tbl-workhistory + .tbl-workhistory {
  margin: -3px 0 5.3vw;
}

.form-cv .tbl-cv.tbl-workhistory tr:nth-of-type(1) th {
  border-top: 0;
}

.form-cv .tbl-cv .tbl-workhistory__mainth {
  width: 130px;
  border-right: solid 1px #ccc;
  text-align: center;
  position: relative;
}

@media (max-width: 960px) {
  .form-cv .tbl-cv .tbl-workhistory__mainth {
    width: 140px;
    display: table-cell;
  }
}

@media screen and (max-width: 768px) {
  .form-cv .tbl-cv .tbl-workhistory__mainth {
    width: 18.6vw;
  }
}

.form-cv .tbl-cv .tbl-workhistory__subth--second {
  text-align: center;
}

@media (max-width: 960px) {
  .form-cv .tbl-cv .tbl-workhistory__subth--second {
    text-align: left;
  }
}

.form-cv input[type="text"], .form-cv input[type="number"], .form-cv select {
  width: 178px;
  height: 40px;
  margin: 0 0 0 10px;
}

@media (max-width: 960px) {
  .form-cv input[type="text"], .form-cv input[type="number"], .form-cv select {
    width: 100%;
    margin: 5px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .form-cv input[type="text"], .form-cv input[type="number"], .form-cv select {
    height: 9.3vw;
  }
}

.form-cv input[type="text"].full, .form-cv input.full[type="number"], .form-cv select.full {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .form-cv input[type="text"].moderate, .form-cv input.moderate[type="number"], .form-cv select.moderate {
    width: 28vw;
  }
}

.form-cv input[type="text"].nonmargin, .form-cv input.nonmargin[type="number"], .form-cv select.nonmargin {
  margin: 0;
}

.form-cv input[type="text"].margin-right, .form-cv input.margin-right[type="number"], .form-cv select.margin-right {
  margin: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  .form-cv input[type="text"].margin-right, .form-cv input.margin-right[type="number"], .form-cv select.margin-right {
    margin: 0 1.8vw 0 0;
  }
}

.form-cv input[type="email"].full {
  width: 100%;
}

.form-cv input[type="email"].nonmargin {
  margin: 0;
}

.form-cv select {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .form-cv select {
    margin: 0 0 0 1.8vw;
  }
}

.form-cv select.mini {
  width: 150px;
}

@media screen and (max-width: 1240px) {
  .form-cv select.mini {
    width: 120px;
  }
}

@media (max-width: 960px) {
  .form-cv select.mini {
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .form-cv select.mini {
    width: 100%;
  }
}

.form-cv select.nonmargin {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .form-cv select.moderate {
    width: 28vw;
  }
}

.form-cv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-cv__item--th {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-cv__item .required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #F69C00;
  border-radius: 2px;
  width: 76px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .form-cv__item .required {
    font-size: 2.6666666667vw;
    width: 13vw;
    height: 4.6vw;
    padding: 3px 0 0;
  }
}

.form-cv__item .required--client {
  background: #78AECE;
}

.form-cv__item .required--corporate {
  background: #0D3780;
}

.form-cv__item .required--recruit {
  background: #555;
}

@media (max-width: 960px) {
  .form-cv__item span {
    display: block;
  }
}

.form-cv__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .form-cv__radio {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__radio {
    margin: 0;
  }
  .form-cv__radio .form-radio {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0;
  }
}

.form-cv__checkbox label {
  display: block;
}

.form-cv__checkbox label:not(:last-of-type) {
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .form-cv__checkbox label:not(:last-of-type) {
    margin-bottom: 5px;
  }
}

.form-cv .form-required {
  position: relative;
}

@media screen and (max-width: 768px) {
  .form-cv .form-required {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.form-cv .form-required.full {
  width: 100%;
}

@media (max-width: 960px) {
  .form-cv__register {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-cv__register--staffno {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__register .form-cv__radio {
    margin: 0 0 4vw;
  }
}

.form-cv__name input[type="text"], .form-cv__name .form-cv input[type="number"], .form-cv .form-cv__name input[type="number"], .form-cv__name .form-cv select, .form-cv .form-cv__name select {
  margin: 0 0 0 5px;
}

@media (max-width: 960px) {
  .form-cv__name input[type="text"], .form-cv__name .form-cv input[type="number"], .form-cv .form-cv__name input[type="number"], .form-cv__name .form-cv select, .form-cv .form-cv__name select {
    margin: 5px 0 0;
  }
}

.form-cv__name--lastname {
  padding: 0 0 0 1em;
  margin: 0 27px 0 0;
}

@media (max-width: 960px) {
  .form-cv__name--lastname {
    padding: 0;
    margin: 0 15px 0 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__name--lastname {
    margin: 0 2.2vw 0 0;
  }
}

.form-cv__name--firstname {
  padding: 0 0 0 1em;
}

@media (max-width: 960px) {
  .form-cv__name--firstname {
    padding: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.form-cv__kana input[type="text"], .form-cv__kana .form-cv input[type="number"], .form-cv .form-cv__kana input[type="number"], .form-cv__kana .form-cv select, .form-cv .form-cv__kana select {
  margin: 0 0 0 5px;
}

@media (max-width: 960px) {
  .form-cv__kana input[type="text"], .form-cv__kana .form-cv input[type="number"], .form-cv .form-cv__kana input[type="number"], .form-cv__kana .form-cv select, .form-cv .form-cv__kana select {
    margin: 5px 0 0;
  }
}

.form-cv__kana--lastname {
  margin: 0 27px 0 0;
}

@media (max-width: 960px) {
  .form-cv__kana--lastname {
    padding: 0;
    margin: 0 15px 0 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__kana--lastname {
    margin: 0 2.2vw 0 0;
  }
}

@media (max-width: 960px) {
  .form-cv__kana--firstname {
    padding: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.form-cv__day--unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px 0 0;
}

@media (max-width: 960px) {
  .form-cv__day--unit {
    margin: 0;
  }
  .form-cv__day--unit:not(:last-child) {
    margin: 0 40px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__day--unit:first-child {
    -ms-flex-preferred-size: 31.8vw;
        flex-basis: 31.8vw;
  }
  .form-cv__day--unit:first-child.internationalunit {
    -ms-flex-preferred-size: 43.8vw;
        flex-basis: 43.8vw;
  }
  .form-cv__day--unit:not(:first-child) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .form-cv__day--unit:not(:last-child) {
    margin: 0 4vw 0 0;
  }
  .form-cv__day--unit:not(:last-child).internationalunit {
    margin: 0 0 2.6vw;
  }
}

@media (max-width: 480px) {
  .form-cv__day--unit:not(:last-child) {
    margin: 0;
  }
}

.form-cv__day--unit .subscript {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .form-cv__day--unit .subscript-right {
    padding: 0 0 0 1em;
  }
  .form-cv__day--unit .subscript-right--nonpad {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__day--unit select {
    margin: 0 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__day--international {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.form-cv__prefectures--unit {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .form-cv__prefectures--unit {
    margin: 0 0 4vw;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__prefectures--unit select.mini {
    width: 28vw;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__prefectures .subscript {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.form-cv__city {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-cv__city input[type="text"].full, .form-cv__city .form-cv input.full[type="number"], .form-cv .form-cv__city input.full[type="number"], .form-cv__city .form-cv select.full, .form-cv .form-cv__city select.full {
  width: 99%;
}

@media (max-width: 960px) {
  .form-cv__city input[type="text"].full, .form-cv__city .form-cv input.full[type="number"], .form-cv .form-cv__city input.full[type="number"], .form-cv__city .form-cv select.full, .form-cv .form-cv__city select.full {
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__city input[type="text"].full, .form-cv__city .form-cv input.full[type="number"], .form-cv .form-cv__city input.full[type="number"], .form-cv__city .form-cv select.full, .form-cv .form-cv__city select.full {
    margin: 0 0 0 1.8vw;
    width: 98%;
  }
}

@media screen and (max-width: 1240px) {
  .form-cv__tel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 960px) {
  .form-cv__tel {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__tel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form-cv__tel input[type="number"],
.form-cv__tel input[type="text"],
.form-cv__tel .form-cv input[type="number"],
.form-cv .form-cv__tel input[type="number"],
.form-cv__tel .form-cv select,
.form-cv .form-cv__tel select {
  width: 92px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .form-cv__tel input[type="number"],
  .form-cv__tel input[type="text"],
  .form-cv__tel .form-cv input[type="number"],
  .form-cv .form-cv__tel input[type="number"],
  .form-cv__tel .form-cv select,
  .form-cv .form-cv__tel select {
    width: 100%;
  }
}

.form-cv__tel--num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 40px 0 0;
  max-width: 100%;
}

@media screen and (max-width: 1240px) {
  .form-cv__tel--num {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__tel--num {
    margin: 0;
    min-height: 9.3vw;
  }
}

.form-cv__tel--num .hyphen {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .form-cv__tel--num .hyphen {
    margin: 0 2.9vw;
  }
}

.form-cv__tel--num .form-required {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.form-cv__tel--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1240px) {
  .form-cv__tel--radio {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__tel--radio {
    margin: 0 0 4vw;
    min-height: 2.6vw;
  }
}

.form-cv__tel--radio .form-radio {
  margin: 0 25px 0 0;
}

@media screen and (max-width: 1240px) {
  .form-cv__tel--radio .form-radio {
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__tel--radio .form-radio {
    margin: -0 10vw 0 0;
  }
}

.form-cv__mail .form-required {
  display: block;
  width: 100%;
}

.form-cv__mail input {
  width: 100%;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .form-cv__mail input {
    height: 9.3vw;
  }
}

.form-cv__textarea textarea {
  width: 100%;
  height: 148px;
}

@media screen and (max-width: 768px) {
  .form-cv__textarea textarea {
    height: 34.6vw;
  }
}

.form-cv__textarea span {
  width: 100% !important;
}

.form-cv__agreement {
  text-align: center;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .form-cv__agreement {
    font-size: 2.9333333333vw;
    margin: 6.4vw 0 7.2vw;
  }
}

.form-cv__agreement a {
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .form-cv__agreement .form-check span {
    padding: 0 0 0 8.6vw;
  }
}

@media (max-width: 480px) {
  .form-cv__agreement .form-check span::before {
    width: 5.2vw;
    height: 5.2vw;
    top: -0.6vw;
  }
}

@media (max-width: 480px) {
  .form-cv__agreement .form-check input:checked + span::after {
    top: 0.3vw;
    left: 1.6vw;
  }
}

.form-cv .tbl-confirm {
  margin: 0 0 40px;
}

@media (max-width: 960px) {
  .form-cv .tbl-confirm {
    border-top: solid 1px #CECECE;
  }
}

@media screen and (max-width: 768px) {
  .form-cv .tbl-confirm {
    border-top: 0;
    margin: 0 0 9.3vw;
  }
}

.form-cv .tbl-confirm--marginsmall {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .form-cv .tbl-confirm--marginsmall {
    margin: 0 0 2.6vw;
  }
}

.form-cv .tbl-confirm th {
  width: 243px;
}

@media (max-width: 960px) {
  .form-cv .tbl-confirm th {
    display: table-cell;
    border-top: 0;
    border-bottom: solid 1px #CECECE;
    background: #F3F3F3;
  }
  .form-cv .tbl-confirm th br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .form-cv .tbl-confirm th {
    display: block;
    width: 100%;
    border-top: solid 1px #CECECE;
    border-bottom: 0;
    background: #f8f8f8;
  }
  .form-cv .tbl-confirm th br {
    display: none;
  }
}

@media (max-width: 960px) {
  .form-cv .tbl-confirm td {
    display: table-cell;
    border-bottom: solid 1px #CECECE;
  }
}

@media screen and (max-width: 768px) {
  .form-cv .tbl-confirm td {
    display: block;
    width: 100%;
    border-bottom: 0;
  }
}

.form-cv__career:not(:last-child) {
  margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
  .form-cv__career:not(:last-child) {
    margin: 0 0 2.6vw;
  }
}

.form-cv__career--input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-cv__career--input input[type="text"], .form-cv__career--input .form-cv input[type="number"], .form-cv .form-cv__career--input input[type="number"], .form-cv__career--input .form-cv select, .form-cv .form-cv__career--input select {
  width: 100%;
  margin: 0;
}

.form-cv__career--year {
  margin: 0 0 0 25px;
}

@media screen and (max-width: 768px) {
  .form-cv__career--year {
    margin: 0 0 0 4.5vw;
  }
}

.form-cv__career--year input[type="text"], .form-cv__career--year .form-cv input[type="number"], .form-cv .form-cv__career--year input[type="number"], .form-cv__career--year .form-cv select, .form-cv .form-cv__career--year select {
  width: 65px;
}

@media (max-width: 960px) {
  .form-cv__career--year input[type="text"], .form-cv__career--year .form-cv input[type="number"], .form-cv .form-cv__career--year input[type="number"], .form-cv__career--year .form-cv select, .form-cv .form-cv__career--year select {
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__career--year input[type="text"], .form-cv__career--year .form-cv input[type="number"], .form-cv .form-cv__career--year input[type="number"], .form-cv__career--year .form-cv select, .form-cv .form-cv__career--year select {
    width: 13vw;
    margin: 0 0 0 1vw;
  }
}

.form-cv__occupation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-cv__occupation div {
  margin-top: 4px;
  margin-bottom: 4px;
}

.form-cv__occupation div:not(:first-of-type) {
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .form-cv__occupation div:not(:first-of-type) {
    margin-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__occupation div {
    margin-top: 9px;
    margin-bottom: 9px;
  }
}

@media (max-width: 480px) {
  .form-cv__occupation div {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}

.form-cv__occupation .form-check label {
  position: relative;
  padding: 0 0 0 35px;
}

.form-cv__occupation .form-check input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.form-cv__occupation .form-check span {
  position: absolute;
  left: 0;
}

.form-cv__address--zip {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .form-cv__address--zip {
    margin: 0 0 4vw;
  }
}

.form-cv__address--zip input[type="number"] {
  margin: 0;
  width: 83px;
}

@media screen and (max-width: 768px) {
  .form-cv__address--zip input[type="number"] {
    width: 18vw;
  }
}

.form-cv__address--zip .yubin {
  margin: 0 10px 0 0;
}

.form-cv__address--zip .hyphen {
  margin: 0 10px;
}

.form-cv__address--zipbtn {
  margin: 0 0 0 15px;
}

@media screen and (max-width: 768px) {
  .form-cv__address--zipbtn {
    margin: 0 0 0 3.4vw;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__address--zipbtn .btn, .form-cv__address--zipbtn .btn-large, .form-cv__address--zipbtn .btn-small {
    width: 37.6vw;
    height: 9.3vw;
  }
}

.form-cv__address--zipbtn-inc .btn, .form-cv__address--zipbtn-inc .btn-large, .form-cv__address--zipbtn-inc .btn-small {
  border-color: #333;
  color: #333;
}

.form-cv__address--zipbtn-inc .btn:hover, .form-cv__address--zipbtn-inc .btn-large:hover, .form-cv__address--zipbtn-inc .btn-small:hover {
  background: #333;
  color: #fff;
}

.form-cv__address--zipbtn-recruit .btn, .form-cv__address--zipbtn-recruit .btn-large, .form-cv__address--zipbtn-recruit .btn-small {
  border-color: #4352AD;
  color: #4352AD;
}

.form-cv__address--zipbtn-recruit .btn:hover, .form-cv__address--zipbtn-recruit .btn-large:hover, .form-cv__address--zipbtn-recruit .btn-small:hover {
  background: #4352AD;
  color: #fff;
}

.form-cv__address--prefectures {
  margin: 0 0 20px;
  padding: 0 0 0 32px;
}

@media screen and (max-width: 768px) {
  .form-cv__address--prefectures {
    margin: 0 0 4vw;
    padding: 0 0 0 1.8em;
  }
}

@media (max-width: 480px) {
  .form-cv__address--prefectures {
    padding: 0 0 0 2.3em;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__address--prefectures select.mini {
    width: 28vw;
  }
}

.form-cv__address--city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .form-cv__address--city {
    margin: 0 0 4vw;
  }
}

.form-cv__address--city .subscript {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 0 32px;
}

@media screen and (max-width: 768px) {
  .form-cv__address--city .subscript {
    padding: 0 0 0 2em;
  }
}

.form-cv__address--city .full {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-cv__address--city .form-required {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-cv__address--city .form-required input[type="text"], .form-cv__address--city .form-required .form-cv input[type="number"], .form-cv .form-cv__address--city .form-required input[type="number"], .form-cv__address--city .form-required .form-cv select, .form-cv .form-cv__address--city .form-required select {
  width: 98.8%;
}

@media screen and (max-width: 1240px) {
  .form-cv__address--city .form-required input[type="text"], .form-cv__address--city .form-required .form-cv input[type="number"], .form-cv .form-cv__address--city .form-required input[type="number"], .form-cv__address--city .form-required .form-cv select, .form-cv .form-cv__address--city .form-required select {
    width: 98.2%;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__address--city .form-required input[type="text"], .form-cv__address--city .form-required .form-cv input[type="number"], .form-cv .form-cv__address--city .form-required input[type="number"], .form-cv__address--city .form-required .form-cv select, .form-cv .form-cv__address--city .form-required select {
    width: 98%;
  }
}

@media (max-width: 480px) {
  .form-cv__address--city .form-required input[type="text"], .form-cv__address--city .form-required .form-cv input[type="number"], .form-cv .form-cv__address--city .form-required input[type="number"], .form-cv__address--city .form-required .form-cv select, .form-cv .form-cv__address--city .form-required select {
    width: 96%;
  }
}

@media (max-width: 960px) {
  .form-cv__address--city input[type="text"], .form-cv__address--city .form-cv input[type="number"], .form-cv .form-cv__address--city input[type="number"], .form-cv__address--city .form-cv select, .form-cv .form-cv__address--city select {
    margin: 0 0 0 10px;
  }
}

.form-cv__address--street {
  margin: 0 0 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .form-cv__address--street {
    margin: 0 0 4vw;
  }
}

.form-cv__address--street input[type="text"], .form-cv__address--street .form-cv input[type="number"], .form-cv .form-cv__address--street input[type="number"], .form-cv__address--street .form-cv select, .form-cv .form-cv__address--street select {
  width: 100%;
}

@media (max-width: 960px) {
  .form-cv__address--street input[type="text"], .form-cv__address--street .form-cv input[type="number"], .form-cv .form-cv__address--street input[type="number"], .form-cv__address--street .form-cv select, .form-cv .form-cv__address--street select {
    margin: 0 0 0 10px;
  }
}

.form-cv__address--street span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 0 4em;
}

.form-cv__address--extend {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.form-cv__address--extend input[type="text"], .form-cv__address--extend .form-cv input[type="number"], .form-cv .form-cv__address--extend input[type="number"], .form-cv__address--extend .form-cv select, .form-cv .form-cv__address--extend select {
  width: 100%;
}

@media (max-width: 960px) {
  .form-cv__address--extend input[type="text"], .form-cv__address--extend .form-cv input[type="number"], .form-cv .form-cv__address--extend input[type="number"], .form-cv__address--extend .form-cv select, .form-cv .form-cv__address--extend select {
    margin: 0 0 0 10px;
  }
}

.form-cv__address--extend span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .form-cv__transportation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.form-cv__transportation--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .form-cv__transportation--radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.form-cv__transportation--radio .form-radio:not(:last-child) {
  margin: 0 46px 0 0;
}

@media screen and (max-width: 768px) {
  .form-cv__transportation--radio .form-radio:not(:last-child) {
    margin: 0 10vw 4vw 0;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__transportation--radio .form-radio:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 1.3vw;
  }
}

.form-cv__transportation--etc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .form-cv__transportation--etc {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.form-cv__transportation--etc input[type="text"].transportation-etc, .form-cv__transportation--etc .form-cv input.transportation-etc[type="number"], .form-cv .form-cv__transportation--etc input.transportation-etc[type="number"], .form-cv__transportation--etc .form-cv select.transportation-etc, .form-cv .form-cv__transportation--etc select.transportation-etc {
  width: 98%;
}

@media (max-width: 960px) {
  .form-cv__transportation--etc input[type="text"].transportation-etc, .form-cv__transportation--etc .form-cv input.transportation-etc[type="number"], .form-cv .form-cv__transportation--etc input.transportation-etc[type="number"], .form-cv__transportation--etc .form-cv select.transportation-etc, .form-cv .form-cv__transportation--etc select.transportation-etc {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__hopejob {
    display: block;
  }
}

.form-cv__hopejob .subscript {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .form-cv__hopejob select {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__hopejob select.hopejobselect-first {
    margin: 0 0 4vw;
  }
}

.form-cv__choice {
  margin: 0 0 10px;
  padding: 0 0 0 2em;
}

@media screen and (max-width: 768px) {
  .form-cv__choice {
    margin: 0 0 4vw;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.form-cv__choice input[type="text"], .form-cv__choice .form-cv input[type="number"], .form-cv .form-cv__choice input[type="number"], .form-cv__choice .form-cv select, .form-cv .form-cv__choice select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 960px) {
  .form-cv__choice input[type="text"], .form-cv__choice .form-cv input[type="number"], .form-cv .form-cv__choice input[type="number"], .form-cv__choice .form-cv select, .form-cv .form-cv__choice select {
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__choice input[type="text"], .form-cv__choice .form-cv input[type="number"], .form-cv .form-cv__choice input[type="number"], .form-cv__choice .form-cv select, .form-cv .form-cv__choice select {
    margin: 5px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .form-cv__choice .subscript {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.form-cv__time select {
  width: 68px;
}

@media screen and (max-width: 768px) {
  .form-cv__time select {
    width: 18.6vw;
    margin: 0 1.8vw;
  }
}

.form-cv__time--first {
  margin: 0 5px 0 0;
}

@media screen and (max-width: 768px) {
  .form-cv__time--first {
    margin: 0 2vw 0 0;
  }
}

.form-cv__clear--inc .btn, .form-cv__clear--inc .btn-large, .form-cv__clear--inc .btn-small {
  border-color: #333;
  color: #333;
}

.form-cv__clear--inc .btn:hover, .form-cv__clear--inc .btn-large:hover, .form-cv__clear--inc .btn-small:hover {
  background: #333;
  color: #fff;
}

.form-cv__graduate--year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-cv__graduate--year select {
  width: 150px;
}

@media screen and (max-width: 768px) {
  .form-cv__graduate--year select {
    margin: 0 1.8vw;
  }
}

.form-cv__graduate--month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-cv__graduate--month select {
  width: 82px;
  margin: 0 10px 0 38px;
}

@media screen and (max-width: 768px) {
  .form-cv__graduate--month select {
    width: 21.7vw;
    margin: 0 1.8vw 0 2.6vw;
  }
}

.form-cv .certificate_area {
  display: none;
}

.form-cv .recruit-upload__ttl {
  line-height: 1.75;
  margin: 0 0 12px;
}

@media screen and (max-width: 768px) {
  .form-cv .recruit-upload__ttl {
    font-size: 2.9333333333vw;
    line-height: 1.72;
    margin: 0 0 2.6vw;
  }
}

.form-cv .recruit-upload__cont {
  background: #F6F6F6;
  border: dashed 2px #DBDBDB;
  text-align: center;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .form-cv .recruit-upload__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    border: 0;
    padding: 0;
  }
}

.form-cv .recruit-upload__cont p {
  font-size: 21px;
  color: #888;
  margin: 0 0 10px;
}

.form-cv .recruit-upload__cont span {
  font-size: 16px;
  display: block;
  margin: 4px 0 0;
}

.form-cv .recruit-upload__cont input[type="file"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.form-cv .recruit-upload__cont label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #4352AD;
  border: solid 2px #4352AD;
  background: #fff;
  width: 180px;
  height: 40px;
  margin: 0 auto;
  padding: 1px 0 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .form-cv .recruit-upload__cont label {
    font-size: 3.3333333333vw;
    width: 36.5vw;
    height: 9.2vw;
    margin: 0 2.6vw 0 0;
    padding: 0.2vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .form-cv .recruit-upload__unselected {
    font-size: 2.9333333333vw;
  }
}

.form-cv .recruit-upload__selected {
  display: none;
}

.form-cv .recruit-upload__filename {
  padding: 10px;
  border: solid 2px #ccc;
}

@media screen and (max-width: 768px) {
  .form-cv .recruit-upload__filename {
    padding: 1.3vw;
    font-size: 2.9333333333vw;
  }
}

.form-cv .recruit-upload__clear {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: solid 1px #ccc;
}

@media screen and (max-width: 768px) {
  .form-cv .recruit-upload__clear {
    margin: 2.6vw 0 0;
    padding: 2.6vw 0 0;
  }
}

.form-cv .recruit-upload__clear .btn-recruit {
  width: 180px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .form-cv .recruit-upload__clear .btn-recruit {
    font-size: 3.3333333333vw;
    width: 36.5vw;
    height: 9.2vw;
  }
}

.form-cv .recruit-upload_simple:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .form-cv .recruit-upload_simple:not(:last-child) {
    margin-bottom: 5vw;
  }
}

.form-cv .recruit-upload_simple .recruit-upload__cont {
  background: unset;
  border: unset;
  text-align: left;
  padding: 0;
}

.form-cv .recruit-upload_simple .recruit-upload__cont label {
  display: block;
  font-weight: normal;
  color: unset;
  border: unset;
  background: unset;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: unset;
}

@media screen and (max-width: 768px) {
  .form-cv .recruit-upload_simple .recruit-upload__cont label {
    width: 100%;
  }
}

.form-cv .recruit-upload_simple .recruit-upload__cont label input[type="file"] {
  opacity: 1;
  visibility: unset;
  position: unset;
}

.form-cv .recruit-upload_simple .recruit-upload__cont label input[name="url"] {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .form-cv .recruit-upload_simple .recruit-upload__cont label input[name="url"] {
    width: 100%;
  }
}

.form-cv .recruit-upload_simple .recruit-upload__txt {
  color: #888;
  font-size: 13px;
  margin: 7px 0 0 12px;
}

.form-complete__ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 14px;
}

@media screen and (max-width: 768px) {
  .form-complete__ttl {
    font-size: 3.4666666667vw;
    margin: 0 0 1vw;
  }
}

.form-complete__reservation {
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .form-complete__reservation {
    margin: 0 0 9.3vw;
  }
}

.form-complete__reservation a {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .form-complete__reservation a {
    width: 46.6vw;
    height: 12.6vw;
  }
}

@media screen and (max-width: 768px) {
  .form-complete__reservation--jbch {
    margin: 0 0 4vw;
  }
}

.form-complete__flow {
  margin: 0 0 30px;
}

.form-complete__flow .job-flow__detail {
  padding: 20px 18px;
}

@media screen and (max-width: 768px) {
  .form-complete__flow .job-flow__detail {
    padding: 4vw 2.6vw;
  }
}

.form-complete__flow .job-flow__detail:not(:last-child)::after {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .form-complete__flow .job-flow__detail:not(:last-child)::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .form-complete__flow .job-flow__detail:not(:first-child)::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.form-complete__link a {
  font-weight: bold;
}

.form-complete__link a::after {
  content: "";
  width: 6px;
  height: 10px;
  display: inline-block;
  background: url(../images/common/arrow-secondary.svg) no-repeat 0 0/contain;
  margin: 0 0 0 10px;
}

.form-complete__arrowlink {
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .form-complete__arrowlink {
    margin: 0 0 5.3vw;
  }
}

.form-complete__arrowlink a {
  margin: 0 0 0 1em;
}

.form-complete__attention span {
  display: block;
  margin: 0 0 0 1em;
}

.form-complete__attention span.asterisk {
  text-indent: -1em;
  margin: 0 0 0 1em;
}

.return-top a {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .return-top a {
    width: 46.6vw;
    height: 12.6vw;
  }
  .return-top a::before {
    content: "";
    width: 1.5vw;
    height: 2vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 4.2vw;
    background: url(../images/common/arrow-left-secondary.svg) no-repeat 0 0/contain;
  }
  .return-top a:hover::before {
    background: url(../images/common/arrow-left-primary.svg) no-repeat 0 0/contain;
  }
}

/* お問い合わせフォーム */
@media screen and (max-width: 768px) {
  .form-inquiry__prefectures select.mini {
    width: 26.6vw;
  }
}

.form-inquiry__age select.mini {
  margin: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  .form-inquiry__age select.mini {
    margin: 0 2vw 0 0;
    width: 28vw;
  }
}

.form-inquiry__check label {
  display: block;
}

.form-inquiry__check label:not(:last-child) {
  margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
  .form-inquiry__check label:not(:last-child) {
    margin: 0 0 4vw;
  }
}

.form-inquiry__radio:not(:last-child) {
  margin: 0 100px 0 0;
}

@media screen and (max-width: 768px) {
  .form-inquiry__radio:not(:last-child) {
    margin: 0;
  }
}

/* 性別項目 */
.tooltip_seibethu {
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  position: relative;
  padding-left: 19px;
}

.tooltip_seibethu::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: -1px;
  background: url(../images/common/ico_interrogation02.svg) no-repeat;
}

.ui-tooltip {
  max-width: unset;
  border-radius: 7px;
}

@media screen and (max-width: 960px) {
  .ui-tooltip {
    left: 5% !important;
    width: 90% !important;
  }
}

.ui-widget-shadow {
  border: 1px solid #c5c5c5;
}

.ui-widget.ui-widget-content {
  z-index: 50000;
  border: 3px solid #51c3db;
}

.ui-tooltip-content {
  font-size: 0.86em;
  position: relative;
}

.ui-tooltip-content .tooltipClose {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  color: #fff;
  top: -17px;
  right: -17px;
  width: 20px;
  height: 20px;
  background: #51c3db;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 5px #dadada;
          box-shadow: 0 0 5px #dadada;
}

.ui-tooltip-content .tooltip_main {
  padding: 10px 15px;
}

.ui-tooltip-content .tooltip_main p:not(:last-of-type) {
  margin-bottom: 1em;
}

/* 登録予約 */
.reservation-box {
  width: 1178px;
  margin: 0 auto 60px;
  padding: 38px 70px;
  background: #FFE1E1;
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 11px #FFE1E1;
          box-shadow: 0 0 0 3px #fff, 0 0 0 11px #FFE1E1;
}

@media screen and (max-width: 1240px) {
  .reservation-box {
    width: calc(100% - 22px);
    padding: 30px 40px;
  }
}

@media screen and (max-width: 768px) {
  .reservation-box {
    width: calc(100% - 24px);
    margin: 0 auto 12vw;
    -webkit-box-shadow: 0 0 0 4px #fff, 0 0 0 12px #FFE1E1;
            box-shadow: 0 0 0 4px #fff, 0 0 0 12px #FFE1E1;
  }
}

@media (max-width: 480px) {
  .reservation-box {
    width: calc(94.6% - 6px);
    padding: 4vw 5vw;
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 6px #FFE1E1;
            box-shadow: 0 0 0 2px #fff, 0 0 0 6px #FFE1E1;
  }
}

.reservation-box.doublebtn {
  padding: 38px 50px;
}

@media screen and (max-width: 1240px) {
  .reservation-box.doublebtn {
    padding: 30px 40px;
  }
}

@media (max-width: 480px) {
  .reservation-box.doublebtn {
    padding: 4vw 5vw;
  }
}

.reservation-box__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .reservation-box__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .reservation-box__detail {
    text-align: center;
  }
}

.reservation-box__detail h2 {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #EF487A;
  margin: 0 0 12px;
  padding: 0 0 0 12px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .reservation-box__detail h2 {
    font-size: 4.2666666667vw;
    display: inline-block;
    margin: 0 0 3vw;
    padding: 0 0 0 2vw;
  }
}

.reservation-box__detail h2::before {
  content: "";
  width: 18px;
  height: 16px;
  display: block;
  background: url(../images/top/ico-reservation.svg) no-repeat center center/contain;
  position: absolute;
  top: -12px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .reservation-box__detail h2::before {
    width: 3.7vw;
    height: 2.6vw;
    top: -2vw;
  }
}

.reservation-box__detail p {
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .reservation-box__detail p {
    font-size: 2.9333333333vw;
    line-height: 1.72;
    margin: 0 0 3vw;
  }
}

.reservation-box__cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1240px) {
  .reservation-box__cv {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .reservation-box__cv {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .reservation-box__cv a {
    font-size: 4vw;
    width: 61vw;
    height: 12.8vw;
  }
}

@media screen and (max-width: 768px) {
  .reservation-box__cv--item:last-child a {
    font-size: 3.2vw;
    width: 48.6vw;
    height: 12.6vw;
  }
}

.reservation-box__cv--item:not(:last-child) {
  margin: 0 16px 0 0;
}

@media screen and (max-width: 1240px) {
  .reservation-box__cv--item:not(:last-child) {
    margin: 0 0 16px;
  }
}

@media screen and (max-width: 768px) {
  .reservation-box__cv--item:not(:last-child) {
    margin: 0 0 4.2vw;
  }
}

/* 内部リンク */
.internallink {
  background: #E8F9FB;
}

.internallink h2 {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 18px;
}

.internallink__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.internallink__btn li {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 10px 10px 0;
}

.internallink__btn li:nth-child(n+6) {
  margin: 0 10px 0 0;
}

@media screen and (max-width: 1240px) {
  .internallink__btn li:nth-child(n+6) {
    margin: 0 10px 10px 0;
  }
}

.internallink__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: solid 2px #50C3DB;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.38;
  padding: 10px;
  width: 192px;
  height: 60px;
  position: relative;
}

.internallink__btn a::after {
  content: "";
  width: 12px;
  height: 8px;
  display: block;
  background: url(../images/common/arrow-down.svg) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}

.internallink__btn a:hover {
  background: #F3F3F3;
}

.internallink__btn a.blue {
  background: #50C3DB;
  color: #fff;
  font-size: 16px;
}

.internallink__btn a.blue::after {
  background: url(../images/common/arrow-down-primary.svg) no-repeat 0 0/contain;
}

.internallink__btn a.blue:hover::after {
  background: url(../images/common/arrow-down.svg) no-repeat 0 0/contain;
}

.internallink__btn a.blue[href="#input"]::before {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  background: url(../images/common/ico-pc_primary.svg) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
}

.internallink__btn a.blue[href="#input"]:hover::before {
  background: url(../images/common/ico-pc.svg) no-repeat 0 0/contain;
}

.internallink__btn a.blue[href="#list"]::before {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  background: url(../images/common/ico-tel_primary.svg) no-repeat 0 0/contain;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
}

.internallink__btn a.blue[href="#list"]:hover::before {
  background: url(../images/common/ico-tel.svg) no-repeat 0 0/contain;
}

.internallink__btn a.blue:hover {
  background: #fff;
  color: #50C3DB;
}

.internallink__btn a.icon {
  padding-left: 50px;
}

.internallink__btn--inc a {
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
  border: solid 2px #333;
}

.internallink__btn--inc a::after {
  background: url(../images/common/arrow-down-inc.svg) no-repeat 0 0/contain;
}

.internallink--client {
  background: #EEFBFF;
}

.internallink--corporate {
  background: #ECEFF6;
}

.internallink-small {
  padding: 18px 20px;
}

@media screen and (max-width: 1240px) {
  .internallink-small {
    padding: 18px 20px 8px;
  }
}

.internallink-large {
  padding: 26px 30px;
}

@media screen and (max-width: 1240px) {
  .internallink-large {
    padding: 26px 30px 16px;
  }
}

.main-cont .internallink {
  margin: 0 0 55px;
}

@media screen and (max-width: 1240px) {
  .main-cont .internallink {
    padding: 20px;
  }
}

@media screen and (max-width: 1240px) {
  .main-cont .internallink__btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
  }
  .main-cont .internallink__btn li {
    -ms-flex-preferred-size: calc((100%/2) - 10px);
        flex-basis: calc((100%/2) - 10px);
    margin: 0 5px 10px;
  }
  .main-cont .internallink__btn a {
    width: auto;
  }
}

.mypage-internal {
  margin: 0 0 40px;
  background: #F3F3F3;
}

.mypage-internal__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mypage-internal__link li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.mypage-internal__link li:not(:last-child) {
  border-right: solid 1px #ccc;
}

.mypage-internal__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background: #F3F3F3;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  position: relative;
}

@media (max-width: 960px) {
  .mypage-internal__link a {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .mypage-internal__link a {
    font-size: 2.9333333333vw;
    height: 12vw;
  }
}

@media (max-width: 480px) {
  .mypage-internal__link a {
    height: 14vw;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .mypage-internal__link a {
    font-size: 2.4vw;
    height: 10vw;
  }
}

.mypage-internal__link a::after {
  content: "";
  width: 10px;
  height: 6px;
  display: block;
  background: url(../images/common/arrow-down.svg) no-repeat 0 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mypage-internal.fixed {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.mypage-internal--big {
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {
  .mypage-internal--big a {
    width: 24vw;
  }
}

/* 矢印付きリンク */
.arrowlink a {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) center bottom/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) center bottom/0 1px no-repeat;
  -webkit-transition: background-size .3s;
  transition: background-size .3s;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.arrowlink a:hover {
  background-size: 100% 1px;
}

@media screen and (max-width: 768px) {
  .arrowlink a:hover {
    background-size: 0;
  }
}

@media screen and (max-width: 768px) {
  .arrowlink a {
    font-size: 2.9333333333vw;
  }
}

.arrowlink a::after {
  content: "";
  width: 6px;
  height: 10px;
  display: inline-block;
  background: url(../images/common/arrow-secondary.svg) no-repeat 0 0/contain;
  position: absolute;
  top: 48%;
  right: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .arrowlink a::after {
    width: 1vw;
    height: 1.5vw;
    top: 45%;
    right: -2vw;
  }
}

.arrowlink--pdf a::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/common/ico-pdf.svg) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -28px;
}

@media screen and (max-width: 768px) {
  .arrowlink--pdf a::before {
    width: 4.5vw;
    height: 4.5vw;
    right: -5vw;
  }
}

.arrowlink--pdf a::after {
  right: -40px;
}

@media screen and (max-width: 768px) {
  .arrowlink--pdf a::after {
    right: -7vw;
  }
}

.arrowlink--inc a::after {
  background: url(../images/common/arrow-secondary-inc.svg) no-repeat 0 0/contain;
}

.arrowlink--incext a::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -14px;
  background: url(../images/corporate/ico-externallink.svg) no-repeat 0 0/contain;
}

@media screen and (max-width: 768px) {
  .arrowlink--incext a::before {
    width: 2.2vw;
    height: 2.2vw;
    right: -3.4vw;
  }
}

.arrowlink--incext a::after {
  right: -25px;
}

@media screen and (max-width: 768px) {
  .arrowlink--incext a::after {
    right: -5.6vw;
  }
}

.arrowlink--corporate a::after {
  background: url(../images/corporate/arrow-secondary-corporate.svg) no-repeat 0 0/contain;
}

/* NEWS */
.newslist li:not(:last-child) {
  margin: 0 0 6px;
}

@media screen and (max-width: 768px) {
  .newslist li:not(:last-child) {
    margin: 0 0 1.3vw;
  }
}

.newslist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 35px 20px 25px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .newslist a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2vw 4.5vw 2vw 2.6vw;
  }
}

.newslist a::after {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  background: url(../images/common/arrow-secondary.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

@media screen and (max-width: 768px) {
  .newslist a::after {
    width: 1.5vw;
    height: 2vw;
    right: 2.6vw;
  }
}

.newslist__date {
  color: #878787;
  margin: 0 20px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .newslist__date {
    font-size: 2.4vw;
    margin: 0 1.5vw 0 0;
  }
}

.newslist__date--client {
  color: #333;
}

.newslist__date--corporate {
  color: #0D3780;
}

.newslist__cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #666;
  border-radius: 2px;
  width: 86px;
  height: 30px;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  .newslist__cat {
    font-size: 2.1333333333vw;
    width: 13.6vw;
    height: 4.5vw;
    margin: 0;
  }
}

.newslist__cat--client {
  background: #78AECE;
  border-radius: 0;
}

.newslist__cat--corporate {
  background: #ECEFF6;
  color: #0D3780;
  border-radius: 0;
}

.newslist h3 {
  font-size: 16px;
  line-height: 1.59;
}

@media screen and (max-width: 768px) {
  .newslist h3 {
    font-size: 2.9333333333vw;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 1.3vw 0 0;
  }
}

.newslist--client li:nth-child(odd) a {
  background: #EEFBFF;
}

.newslist--client a::after {
  width: 10px;
  height: 10px;
  background: url(../images/client/arrow-news.svg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .newslist--client a::after {
    width: 2vw;
    height: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .newslist--client a {
    background: #EEFBFF;
  }
}

.newslist--client h3 {
  font-weight: 400;
}

.newslist--corporate {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 30px;
}

@media screen and (max-width: 768px) {
  .newslist--corporate {
    margin: 0;
  }
}

.newslist--corporate li {
  border-bottom: solid 1px #F0EFED;
}

.newslist--corporate a {
  padding: 15px 35px 15px 0;
}

@media screen and (max-width: 768px) {
  .newslist--corporate a {
    padding: 2vw 4.5vw 6.6vw 2.6vw;
  }
}

.newslist--corporate a::after {
  background: url(../images/common/arrow-secondary-inc.svg) no-repeat center center/contain;
}

.newslist--corporate h3 {
  font-weight: 400;
}

/* お仕事を探す(リンク) */
.jobsearchlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 40px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .jobsearchlist {
    margin: 0 0 8vw;
    padding: 0 2.6vw;
  }
}

.jobsearchlist li {
  -ms-flex-preferred-size: calc(100%/5);
      flex-basis: calc(100%/5);
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .jobsearchlist li {
    -ms-flex-preferred-size: calc(100%/3);
        flex-basis: calc(100%/3);
    margin: 0 0 5.3vw;
  }
}

.jobsearchlist a {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) center bottom/0 1px no-repeat;
  background: linear-gradient(currentColor, currentColor) center bottom/0 1px no-repeat;
  -webkit-transition: background-size .3s;
  transition: background-size .3s;
  font-size: 16px;
  font-weight: bold;
}

.jobsearchlist a:hover {
  background-size: 100% 1px;
}

@media screen and (max-width: 768px) {
  .jobsearchlist a:hover {
    background-size: 0;
  }
}

@media screen and (max-width: 768px) {
  .jobsearchlist a {
    font-size: 2.9333333333vw;
  }
}

.jobsearchlist a::after {
  content: "";
  width: 6px;
  height: 10px;
  display: inline-block;
  background: url(../images/common/arrow-secondary.svg) no-repeat 0 0/contain;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  .jobsearchlist a::after {
    width: 1.5vw;
    height: 2vw;
    margin: 0 0 0 2vw;
  }
}

/* お仕事を探す(カード) */
.jobsearch-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -12px;
}

@media screen and (max-width: 768px) {
  .jobsearch-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}

.jobsearch-card li {
  -ms-flex-preferred-size: calc((100%/3) - 24px);
      flex-basis: calc((100%/3) - 24px);
  margin: 0 12px;
}

@media screen and (max-width: 768px) {
  .jobsearch-card li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 6.6vw;
  }
}

.jobsearch-card figure img {
  width: 100%;
}

.jobsearch-card h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px 20px 10px 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .jobsearch-card h3 {
    font-size: 3.6vw;
    padding: 2.6vw;
  }
}

.jobsearch-card h3::after {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  background: url(../images/common/arrow-secondary.svg) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

@media screen and (max-width: 768px) {
  .jobsearch-card h3::after {
    width: 1.5vw;
    height: 2vw;
    right: 2.6vw;
  }
}

/* お仕事を探す(タグ) */
.jobsearch-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jobsearch-tag li {
  margin: 0 5px 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .jobsearch-tag li {
    margin: 0 1.3vw 2vw;
  }
}

.jobsearch-tag a {
  display: inline-block;
  font-size: 12px;
  padding: 7px 12px;
  background: #F3F3F3;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .jobsearch-tag a {
    font-size: 2.9333333333vw;
    padding: 1.8vw 3.6vw;
    border-radius: 6vw;
  }
}

.jobsearch-relation .jobsearch-tag {
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .jobsearch-relation .jobsearch-tag {
    margin: 0 0 9.3vw;
  }
}

/* 登録をお考えの方へ */
.consider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 858px;
  margin: 0 -1px 40px;
}

@media screen and (max-width: 768px) {
  .consider {
    width: 100%;
    margin: 0 -2px 5.3vw;
  }
}

.consider li {
  -ms-flex-preferred-size: calc((100%/3) - 2px);
      flex-basis: calc((100%/3) - 2px);
  margin: 0 1px 2px;
}

@media screen and (max-width: 768px) {
  .consider li {
    -ms-flex-preferred-size: calc((100%/2) - 4px);
        flex-basis: calc((100%/2) - 4px);
    margin: 0 2px 4px;
  }
}

.consider a {
  display: block;
  background: #E8F9FB;
  font-weight: bold;
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .consider a {
    font-size: 2.9333333333vw;
    padding: 2.8vw;
  }
}

.consider a:hover {
  background: #D7F9FE;
}

.consider a::after {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  background: url(../images/common/arrow-secondary.svg) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

@media screen and (max-width: 768px) {
  .consider a::after {
    width: 1.5vw;
    height: 2vw;
    right: 2.6vw;
  }
}

/* お問い合わせ */
.job-contact {
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .job-contact {
    margin: 0 0 5.3vw;
  }
}

.job-contact__flow {
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .job-contact__flow {
    margin: 0 0 5.3vw;
  }
}

.job-contact__detail {
  padding: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
  .job-contact__detail {
    font-size: 2.9333333333vw;
    padding: 0;
  }
}

.job-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.job-contact__item:not(:last-child) {
  margin: 0 0 12px;
}

@media screen and (max-width: 768px) {
  .job-contact__item:not(:last-child) {
    margin: 0 0 2.4vw;
  }
}

.job-contact__item a {
  font-weight: bold;
  text-decoration: underline;
}

.job-contact__item--primary {
  -ms-flex-preferred-size: 62px;
      flex-basis: 62px;
}

@media screen and (max-width: 768px) {
  .job-contact__item--primary {
    -ms-flex-preferred-size: 10vw;
        flex-basis: 10vw;
  }
}

/* おすすめのお仕事 */
.recommendlist-sec {
  margin: 0 0 70px;
}

@media screen and (max-width: 768px) {
  .recommendlist-sec {
    margin: 0 0 18.6vw;
  }
}

.job-recommendlist__slidewrap {
  position: relative;
}

.job-recommendlist__slidewrap .slide-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: -5px;
}

@media screen and (max-width: 768px) {
  .job-recommendlist__slidewrap .slide-next {
    display: none !important;
  }
}

.job-recommendlist__slidewrap .slick-prev {
  display: none !important;
}

.job-recommendlist__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -9px;
}

@media screen and (max-width: 768px) {
  .job-recommendlist__slide {
    margin: 0 0 0 -10%;
  }
}

.job-recommendlist__slide .slick-slide {
  margin: 0 9px;
}

@media screen and (max-width: 768px) {
  .job-recommendlist__slide .slick-slide {
    margin: 0 1.3vw;
  }
}

.job-recommendlist__slide li {
  padding: 0 0 2px;
}

.job-recommendlist > li {
  -ms-flex-preferred-size: calc((100%/3) - 18px);
      flex-basis: calc((100%/3) - 18px);
  margin: 0 9px;
}

@media screen and (max-width: 768px) {
  .job-recommendlist > li {
    -ms-flex-preferred-size: 44vw;
        flex-basis: 44vw;
    margin: 0 2.6vw;
  }
}

.job-recommendlist__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .job-recommendlist__meta {
    margin: 0 0 1.6vw;
  }
}

.job-recommendlist__cat {
  font-size: 13px;
  padding: 4px;
  border: solid 2px #FF7895;
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  .job-recommendlist__cat {
    font-size: 2.1333333333vw;
    padding: 0.8vw 2vw;
    border-radius: 3px;
  }
}

.job-recommendlist__new {
  font-size: 14px;
  color: #FF7700;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  .job-recommendlist__new {
    font-size: 2.6666666667vw;
    margin: 0 0 0 2vw;
  }
}

.job-recommendlist__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
  margin: 0 0 10px;
}

@media screen and (max-width: 1240px) {
  .job-recommendlist__ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .job-recommendlist__ttl {
    font-size: 3.6vw;
    line-height: 1.48;
    margin: 0 0 1.6vw;
  }
}

.job-recommendlist__detail {
  background: #F8F8F8;
  padding: 8px 10px;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .job-recommendlist__detail {
    padding: 2.6vw 2vw;
    margin: 0 0 2.4vw;
  }
}

.job-recommendlist__summary li {
  width: 100%;
  position: relative;
  padding: 0 0 0 25px;
}

@media screen and (max-width: 1240px) {
  .job-recommendlist__summary li {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .job-recommendlist__summary li {
    font-size: 2.4vw;
    padding: 0 0 0 4vw;
  }
}

.job-recommendlist__summary li:not(:last-child) {
  margin: 0 0 8px;
}

@media screen and (max-width: 768px) {
  .job-recommendlist__summary li:not(:last-child) {
    margin: 0 0 1.8vw;
  }
}

.job-recommendlist__summary li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.job-recommendlist__summary--money::before {
  width: 12px;
  height: 13px;
  background: url(../images/job/ico-money.svg) no-repeat center center/contain;
  margin: 0 0 0 2px;
}

@media screen and (max-width: 768px) {
  .job-recommendlist__summary--money::before {
    width: 1.8vw;
    height: 2.1vw;
  }
}

@media (max-width: 480px) {
  .job-recommendlist__summary--money::before {
    margin: 0 0 0 1px;
  }
}

.job-recommendlist__summary--job::before {
  width: 17px;
  height: 13px;
  background: url(../images/job/ico-job.svg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .job-recommendlist__summary--job::before {
    width: 2.6vw;
    height: 2.2vw;
  }
}

.job-recommendlist__summary--place::before {
  width: 18px;
  height: 16px;
  background: url(../images/job/ico-place.svg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .job-recommendlist__summary--place::before {
    width: 3vw;
    height: 2.9vw;
  }
}

.job-recommendlist__btn a {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .job-recommendlist__btn a {
    font-size: 3.2vw;
    width: 37.3vw;
    height: 9.4vw;
  }
}

/* チェックしたお仕事 */
.checklist-sec {
  margin: 0 0 70px;
}

@media screen and (max-width: 768px) {
  .checklist-sec {
    margin: 0 0 17.3vw;
  }
}

.job-checklist li:not(:last-child) {
  margin: 0 0 2px;
}

@media screen and (max-width: 768px) {
  .job-checklist li:not(:last-child) {
    margin: 0 0 1.3vw;
  }
}

.job-checklist a {
  display: block;
  background: #E8F9FB;
  font-weight: bold;
  line-height: 1.3;
  padding: 15px 25px 15px 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .job-checklist a {
    font-size: 2.9333333333vw;
    padding: 2vw 5vw 2vw 2.6vw;
    line-height: 1.6;
  }
}

.job-checklist a:hover {
  background: #D7F9FE;
}

.job-checklist a::after {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  background: url(../images/common/arrow-secondary.svg) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

@media screen and (max-width: 768px) {
  .job-checklist a::after {
    width: 1.5vw;
    height: 2vw;
    right: 2.6vw;
  }
}

.jobunity {
  padding: 0 0 5px;
}

.jobunity__cont {
  border: solid 4px #F3F3F3;
  padding: 15px 18px 0;
}

@media screen and (max-width: 768px) {
  .jobunity__cont {
    padding: 3.3vw 2.6vw 0;
    border: solid 6px #F3F3F3;
  }
}

@media (max-width: 480px) {
  .jobunity__cont {
    border: solid 3px #F3F3F3;
  }
}

.jobunity__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
  .jobunity__meta {
    margin: 0 0 2.4vw;
  }
}

.jobunity__meta--cat {
  font-size: 13px;
  padding: 4px;
  border: solid 2px #FF7895;
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  .jobunity__meta--cat {
    font-size: 2.1333333333vw;
    padding: 0.8vw 2vw;
    border-radius: 3px;
  }
}

.jobunity__meta--new {
  font-size: 14px;
  color: #FF7700;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  .jobunity__meta--new {
    font-size: 2.6666666667vw;
    margin: 0 0 0 2vw;
  }
}

.jobunity__meta--id {
  font-weight: 400;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .jobunity__meta--id {
    font-size: 2.4vw;
  }
}

.jobunity__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .jobunity__ttl {
    margin: 0;
  }
}

.jobunity__ttl--head {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.16;
  padding: 0 0 10px;
  border-bottom: solid 4px #F3F3F3;
}

@media screen and (max-width: 1240px) {
  .jobunity__ttl--head {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .jobunity__ttl--head {
    font-size: 4.2666666667vw;
    line-height: 1.25;
    padding: 0 0 1.3vw;
  }
}

.jobunity__ttl--bookmark {
  display: none;
}

@media screen and (max-width: 1240px) {
  .jobunity__ttl--bookmark {
    display: block;
    margin: 0 0 0 15px;
  }
  .jobunity__ttl--bookmark a {
    font-size: 1.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #30B2E0;
    width: 10vw;
    height: 10vw;
    background: #fff;
    border: solid 4px #30B2E0;
    border-radius: 10px;
  }
  .jobunity__ttl--bookmark a::before {
    content: "";
    width: 4vw;
    height: 3.5vw;
    display: block;
    background: url(../images/common/ico-heart-secondary.svg) no-repeat 0 0/contain;
    margin: 0 0 1vw;
  }
  .jobunity__ttl--bookmark a.is-bookmark {
    background: #30B2E0;
    color: #fff;
  }
  .jobunity__ttl--bookmark a.is-bookmark::before {
    background: url(../images/common/ico-heart-primary.svg) no-repeat 0 0/contain;
  }
}

@media screen and (max-width: 1240px) and (min-width: 769px) {
  .jobunity__ttl--bookmark a:hover::before {
    background: url(../images/common/ico-heart-primary.svg) no-repeat 0 0/contain;
  }
}

@media screen and (max-width: 768px) {
  .jobunity__ttl--bookmark {
    margin: 0 0 0 2vw;
  }
  .jobunity__ttl--bookmark a {
    font-size: 2.1333333333vw;
    width: 15vw;
    height: 15vw;
  }
  .jobunity__ttl--bookmark a::before {
    width: 5.8vw;
    height: 5.3vw;
    margin: 0 0 1.5vw;
  }
}

@media (max-width: 480px) {
  .jobunity__ttl--bookmark a {
    font-size: 2.4vw;
    width: 19vw;
    height: 19vw;
    border: solid 2px #30B2E0;
  }
  .jobunity__ttl--bookmark a::before {
    width: 8vw;
    height: 7.5vw;
  }
}

.jobunity__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -6px 20px;
}

@media screen and (max-width: 1240px) {
  .jobunity__detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .jobunity__detail {
    margin: 0 0 1.3vw;
  }
}

.jobunity__summary {
  -ms-flex-preferred-size: calc((100%/2) - 12px);
      flex-basis: calc((100%/2) - 12px);
  margin: 0 6px;
}

@media screen and (max-width: 1240px) {
  .jobunity__summary {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
  }
}

.jobunity__summary li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 15px;
  line-height: 1.75;
  border-bottom: solid 2px #F3F3F3;
}

@media screen and (max-width: 768px) {
  .jobunity__summary li {
    font-size: 2.9333333333vw;
    padding: 2.6vw;
    line-height: 1.72;
  }
  .jobunity__summary li:last-child {
    border-bottom: 0;
  }
}

.jobunity__summary--th {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 0 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .jobunity__summary--th {
    -ms-flex-preferred-size: 22.4vw;
        flex-basis: 22.4vw;
    padding: 0 0 0 6vw;
  }
}

.jobunity__summary--th::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.jobunity__summary--th-job::before {
  width: 24px;
  height: 18px;
  background: url(../images/job/ico-job.svg) no-repeat 0 0/contain;
}

@media screen and (max-width: 768px) {
  .jobunity__summary--th-job::before {
    width: 4vw;
    height: 3.3vw;
  }
}

.jobunity__summary--th-money::before {
  width: 18px;
  height: 20px;
  background: url(../images/job/ico-money.svg) no-repeat 0 0/contain;
  margin: 0 0 0 2px;
}

@media screen and (max-width: 768px) {
  .jobunity__summary--th-money::before {
    width: 3.2vw;
    height: 3.7vw;
    margin: 0 0 0 1px;
  }
}

.jobunity__summary--th-time::before {
  width: 21px;
  height: 21px;
  background: url(../images/job/ico-time.svg) no-repeat 0 0/contain;
  margin: 0 0 0 1px;
}

@media screen and (max-width: 768px) {
  .jobunity__summary--th-time::before {
    width: 4vw;
    height: 4vw;
    margin: 0;
  }
}

.jobunity__summary--th-station::before {
  width: 15px;
  height: 20px;
  background: url(../images/job/ico-station.svg) no-repeat 0 0/contain;
}

@media screen and (max-width: 1240px) {
  .jobunity__summary--th-station::before {
    margin: 0 0 0 2px;
  }
}

@media screen and (max-width: 768px) {
  .jobunity__summary--th-station::before {
    width: 3.4vw;
    height: 4.2vw;
  }
}

.jobunity__summary--th-period::before {
  width: 18px;
  height: 18px;
  background: url(../images/job/ico-period.svg) no-repeat 0 0/contain;
}

@media screen and (max-width: 1240px) {
  .jobunity__summary--th-period::before {
    margin: 0 0 0 1px;
  }
}

@media screen and (max-width: 768px) {
  .jobunity__summary--th-period::before {
    width: 4vw;
    height: 4vw;
    margin: 0;
  }
}

.jobunity__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 20px;
}

@media screen and (max-width: 1240px) {
  .jobunity__other {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .jobunity__other {
    margin: 0 0 5.3vw;
  }
}

.jobunity__other--primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1240px) {
  .jobunity__other--primary {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.jobunity__other--secondary {
  margin: 0 0 0 30px;
  max-width: 230px;
}

@media screen and (max-width: 1240px) {
  .jobunity__other--secondary {
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .jobunity__other--secondary {
    max-width: none;
    width: 54.4vw;
    margin: 3.3vw auto 0;
  }
  .jobunity__other--secondary img {
    width: 100%;
  }
}

.jobunity__pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin: 0 0 10px;
  background: #FFEEEE;
}

@media screen and (max-width: 768px) {
  .jobunity__pr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3.3vw;
    margin: 0 0 5.3vw;
  }
}

.jobunity__pr--ttl {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  color: #EF487A;
  margin: 0 30px 0 0;
}

@media screen and (max-width: 768px) {
  .jobunity__pr--ttl {
    font-size: 3.6vw;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    margin: 0 0 2.6vw;
  }
}

.jobunity__pr--detail {
  font-size: 14px;
  line-height: 1.64;
}

@media screen and (max-width: 768px) {
  .jobunity__pr--detail {
    font-size: 2.9333333333vw;
    line-height: 1.72;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.jobunity__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F3F3F3;
  padding: 20px 0;
  margin: 0 -20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .jobunity__btn {
    padding: 2.6vw 2vw;
    margin: 0 -2.6vw;
  }
  .jobunity__btn a {
    font-size: 4vw;
    width: 43.4vw;
  }
}

.jobunity__btn--detail {
  margin: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  .jobunity__btn--detail {
    margin: 0 2.6vw 0 0;
  }
}

.jobunity__btn--bookmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}

@media screen and (max-width: 1240px) {
  .jobunity__btn--bookmark {
    display: none;
  }
}

.jobunity__btn--bookmark a {
  font-size: 14px;
  width: 130px;
  height: 40px;
  border-width: 2px;
}

.jobunity__btn--bookmark a::before {
  content: "";
  width: 15px;
  height: 14px;
  display: inline-block;
  background: url(../images/common/ico-heart-secondary.svg) no-repeat 0 0/contain;
  margin: 0 5px 0 0;
}

.jobunity__btn--bookmark a.is-bookmark {
  background: #30B2E0;
  color: #fff;
}

.jobunity__btn--bookmark a.is-bookmark::before {
  background: url(../images/common/ico-heart-primary.svg) no-repeat 0 0/contain;
}

.jobunity__btn--bookmark a:hover::before {
  background: url(../images/common/ico-heart-primary.svg) no-repeat 0 0/contain;
}

/* バナー */
.bnr-list__cont li img {
  width: 100%;
}

.bnr-list__cont li:not(:last-child) {
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .bnr-list__cont li:not(:last-child) {
    margin: 0 0 2.6vw;
  }
}

@media screen and (max-width: 768px) {
  .bnr-list--search {
    margin: 0 0 17.3vw;
  }
}

/* テーブル */
table {
  width: 100%;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table th, table td {
  vertical-align: middle;
}

.tbl {
  border-top: solid 1px #50C3DB;
}

.tbl th {
  background: #E8F9FB;
  border-bottom: solid 1px #50C3DB;
  text-align: left;
}

.tbl td {
  border-bottom: solid 1px #50C3DB;
  background: #fff;
}

.tbl td a {
  color: #30B2E0;
}

.tbl-light {
  border-top: solid 1px #CECECE;
}

.tbl-light th {
  background: #F3F3F3;
  border-bottom: solid 1px #CECECE;
  text-align: left;
}

.tbl-light td {
  border-bottom: solid 1px #CECECE;
  background: #fff;
}

.tbl-small th {
  padding: 15px 20px;
  width: 140px;
  font-weight: 400;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .tbl-small th {
    font-family: heisei-maru-gothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.9333333333vw;
    display: block;
    width: 100%;
    padding: 2vw 2.6vw;
  }
}

.tbl-small td {
  padding: 15px 20px;
  font-weight: 400;
  line-height: 1.75;
  width: auto;
}

@media screen and (max-width: 768px) {
  .tbl-small td {
    font-size: 2.9333333333vw;
    display: block;
    width: 100%;
    padding: 2vw 2.6vw;
  }
}

.tbl-medium th {
  padding: 20px 30px;
  width: 243px;
  font-weight: bold;
  line-height: 1.375;
}

@media screen and (max-width: 768px) {
  .tbl-medium th {
    font-size: 2.9333333333vw;
    width: 20vw;
    padding: 4.2vw 2.8vw;
  }
}

.tbl-medium td {
  padding: 20px 40px;
  line-height: 1.375;
}

@media screen and (max-width: 768px) {
  .tbl-medium td {
    font-size: 2.9333333333vw;
    padding: 4.2vw 4.8vw;
  }
}

.tbl-large th {
  padding: 18px 20px;
  width: 280px;
  font-weight: bold;
  line-height: 1.375;
}

@media screen and (max-width: 768px) {
  .tbl-large th {
    font-family: heisei-maru-gothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.9333333333vw;
    display: block;
    width: 100%;
    padding: 2vw 2.6vw;
  }
}

.tbl-large td {
  padding: 18px 36px;
  line-height: 1.375;
}

@media screen and (max-width: 768px) {
  .tbl-large td {
    font-size: 2.9333333333vw;
    display: block;
    width: 100%;
    padding: 2vw 2.6vw;
  }
}

.tbl-note th {
  font-weight: bold;
  width: 130px;
}

@media (max-width: 960px) {
  .tbl-note th {
    font-weight: 400;
  }
}

.tbl-note--cad th {
  width: 195px;
  text-align: center !important;
}

@media (max-width: 960px) {
  .tbl-note--cad th {
    font-weight: 400;
    text-align: left !important;
  }
}

.table-scroll {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

/* モーダルウインドウ */
.modal-cont, .modal-jobtype-cont, .modal-cont-reset, .modal-cont-reset-basic, .modal-cont-reset-school, .modal-cont-reset-station, .modal-cont-reset-work {
  display: none;
}

.modal-overlay, .modal-jobtype-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.38);
  z-index: 5;
}

.modal-open,
.modal-close,
.modal-jobtype-open {
  cursor: pointer;
}

body.is-open {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.modal-savereset {
  width: 1200px;
  margin: 0 auto;
  height: 284px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 6;
}

@media screen and (max-width: 1240px) {
  .modal-savereset {
    width: 94.6%;
  }
}

@media screen and (max-width: 768px) {
  .modal-savereset {
    width: 89.3vw;
    height: 63.5vw;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .modal-savereset {
    height: 94vh;
  }
}

.modal-savereset .modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .modal-savereset .modal-close {
    top: 4.5vw;
    right: 4.5vw;
    width: 3.7vw;
    height: 3.7vw;
  }
}

@media (max-width: 480px) {
  .modal-savereset .modal-close {
    top: 2.5vw;
  }
}

.modal-savereset .modal-close img {
  width: 100%;
  height: 100%;
}

.modal-savereset__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-savereset__inner h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 40px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .modal-savereset__inner h3 {
    font-size: 3.2vw;
    margin: 0 0 6.6vw;
  }
}

.modal-savereset__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .modal-savereset__btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .modal-savereset__btn button {
    width: 46.6vw;
  }
}

.modal-savereset__btn--no {
  margin: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  .modal-savereset__btn--no {
    margin: 0 0 2.6vw;
  }
}

/* ステップ */
.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  list-style: none;
  overflow: hidden;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .step {
    margin: 0 0 5.3vw;
  }
}

.step li {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: calc((100%/3));
      flex-basis: calc((100%/3));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  position: relative;
  background: #E8F9FB;
  color: #30B2E0;
  height: 56px;
  padding: 2px 0 0;
}

@media screen and (max-width: 768px) {
  .step li {
    font-size: 2.4vw;
    height: 9vw;
  }
}

.step li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  right: -22px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 20px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .step li::before {
    right: -18px;
  }
}

.step li::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  right: -18px;
  border-style: solid;
  border-color: transparent transparent transparent #E8F9FB;
  border-width: 40px 0 40px 20px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .step li::after {
    right: -14px;
  }
}

.step li:last-child::before {
  content: none;
}

.step li:last-child::after {
  content: none;
}

.step li.current {
  color: #fff;
  background: #50C3DB;
}

.step li.current::after {
  border-color: transparent transparent transparent #50C3DB;
}

.step li:nth-child(2) {
  padding: 2px 0 0 20px;
}

@media screen and (max-width: 768px) {
  .step li:nth-child(2) {
    padding: 2px 0 0 1.8vw;
  }
}

@media (max-width: 480px) {
  .step li:nth-child(2) {
    padding: 2px 0 0 6vw;
  }
}

.step--client li {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}

.step--client li.current {
  background: #78AECE;
}

.step--client li.current::before {
  border-color: transparent transparent transparent #78AECE;
}

.step--client li.current::after {
  border-color: transparent transparent transparent #78AECE;
}

.step--client li:not(.current)::before {
  right: -22px;
  border-color: transparent transparent transparent #78AECE;
}

@media screen and (max-width: 768px) {
  .step--client li:not(.current)::before {
    right: -16px;
  }
}

.step--corporate li {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  background: #ECEFF6;
  color: #0D3780;
}

.step--corporate li.current {
  background: #0D3780;
}

.step--corporate li.current::before {
  border-color: transparent transparent transparent #0D3780;
}

.step--corporate li.current::after {
  border-color: transparent transparent transparent #0D3780;
}

.step--corporate li:not(.current)::before {
  right: -22px;
  border-color: transparent transparent transparent #0D3780;
}

@media screen and (max-width: 768px) {
  .step--corporate li:not(.current)::before {
    right: -16px;
  }
}

.step--corporate li:not(.current)::after {
  border-color: transparent transparent transparent #ECEFF6;
}

.step--recruit li {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  background: #ECEFF6;
  color: #4352AD;
}

.step--recruit li.current {
  background: #4352AD;
}

.step--recruit li.current::before {
  border-color: transparent transparent transparent #4352AD;
}

.step--recruit li.current::after {
  border-color: transparent transparent transparent #4352AD;
}

.step--recruit li:not(.current)::before {
  right: -22px;
  border-color: transparent transparent transparent #4352AD;
}

@media screen and (max-width: 768px) {
  .step--recruit li:not(.current)::before {
    right: -16px;
  }
}

.step--recruit li:not(.current)::after {
  border-color: transparent transparent transparent #ECEFF6;
}

.step--jbch li {
  background: #FFDCE7;
  color: #E21B81;
}

.step--jbch li.current {
  background: #E21B81;
}

.step--jbch li.current::before {
  border-color: transparent transparent transparent #fff;
}

.step--jbch li.current::after {
  border-color: transparent transparent transparent #E21B81;
}

.step--jbch li:not(.current)::before {
  right: -22px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 768px) {
  .step--jbch li:not(.current)::before {
    right: -16px;
  }
}

.step--jbch li:not(.current)::after {
  border-color: transparent transparent transparent #FFDCE7;
}

/* カードリスト */
.cardlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

@media screen and (max-width: 768px) {
  .cardlist {
    margin: 0 -1.2vw;
  }
}

.cardlist li {
  -ms-flex-preferred-size: calc((100%/3) - 24px);
      flex-basis: calc((100%/3) - 24px);
  margin: 0 12px 35px;
}

@media screen and (max-width: 1240px) {
  .cardlist li {
    -ms-flex-preferred-size: calc((100%/2) - 24px);
        flex-basis: calc((100%/2) - 24px);
  }
}

@media screen and (max-width: 768px) {
  .cardlist li {
    -ms-flex-preferred-size: calc((100%/2) - 2.4vw);
        flex-basis: calc((100%/2) - 2.4vw);
    margin: 0 1.2vw 8vw;
  }
}

.cardlist__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 5px;
}

.cardlist__meta--cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #666;
  border-radius: 2px;
  width: 125px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .cardlist__meta--cat {
    font-size: 1.8666666667vw;
    width: 20vw;
    height: 4vw;
  }
}

.cardlist__meta--note {
  margin: 0 0 0 15px;
  color: #FF7700;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cardlist__meta--note {
    font-size: 2.1333333333vw;
    margin: 0 0 0 1vw;
  }
}

.cardlist__img {
  margin: 0 0 10px;
}

.cardlist__img img {
  width: 100%;
}

.cardlist h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.38;
  padding: 0 20px 0 0;
  margin: 0 0 5px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cardlist h3 {
    font-size: 3.2vw;
    padding: 0 6vw 0 0;
  }
}

.cardlist h3::after {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  display: block;
  background: url(../images/common/arrow-secondary.svg) no-repeat 0 0/contain;
}

@media screen and (max-width: 768px) {
  .cardlist h3::after {
    width: 1.5vw;
    height: 2vw;
    right: 2.2vw;
  }
}

.cardlist p {
  font-size: 14px;
  font-weight: bold;
  color: #878787;
}

@media screen and (max-width: 768px) {
  .cardlist p {
    font-size: 2.1333333333vw;
  }
}

.cardlist__detail {
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .cardlist__detail {
    padding: 0 1.3vw;
  }
}

.cardlist--big {
  margin: 0 -24px;
}

@media screen and (max-width: 768px) {
  .cardlist--big {
    margin: 0;
  }
}

.cardlist--big li {
  -ms-flex-preferred-size: calc((100%/2) - 48px);
      flex-basis: calc((100%/2) - 48px);
  margin: 0 24px 30px;
}

@media screen and (max-width: 768px) {
  .cardlist--big li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 5.3vw;
  }
}

.cardlist--big h3 {
  height: auto;
}

.cardlist--big p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}

@media screen and (max-width: 768px) {
  .cardlist--big p {
    font-size: 2.9333333333vw;
  }
}

/* リストスタイル */
.circlelist li {
  position: relative;
  text-indent: -1em;
  margin: 0 0 0 1em;
  line-height: 1.59;
}

@media screen and (max-width: 768px) {
  .circlelist li {
    font-size: 2.9333333333vw;
  }
}

.circlelist li:not(:last-child) {
  margin: 0 0 10px 1em;
}

@media screen and (max-width: 768px) {
  .circlelist li:not(:last-child) {
    margin: 0 0 1.3vw 1em;
  }
}

.circlelist li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background: url(../images/common/circle-secondary.svg) no-repeat 0 0/contain;
  margin: 0 5px 0 0;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 768px) {
  .circlelist li::before {
    width: 1.3vw;
    height: 1.3vw;
    margin: 0 1.3vw 0 0;
  }
}

.circlelist--corporate li::before {
  background: url(../images/corporate/circle-list.svg) no-repeat 0 0/contain;
}

/* お問い合わせ */
.contact-box {
  background: #E8F9FB;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .contact-box {
    padding: 8vw 2.6vw;
  }
}

.contact-box h2 {
  font-size: 28px;
  font-weight: bold;
  color: #30B2E0;
  text-align: center;
  margin: 0 0 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact-box h2 {
    font-family: heisei-maru-gothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 6vw;
    margin: 0 0 4vw;
  }
}

.contact-box h2::after {
  content: "";
  width: 76px;
  height: 14px;
  display: block;
  margin: 0 auto;
  background: url(../images/common/contact.svg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .contact-box h2::after {
    width: 14vw;
    height: 2.4vw;
    margin: 2vw auto 0;
  }
}

.contact-box__txt {
  text-align: center;
  margin: 0 0 22px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .contact-box__txt {
    font-size: 2.9333333333vw;
    line-height: 1.72;
    margin: 0 0 3.3vw;
  }
}

.contact-box__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .contact-box__btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -2vw;
  }
}

.contact-box__btn--item:not(:last-child) {
  margin: 0 12px 0 0;
}

@media screen and (max-width: 768px) {
  .contact-box__btn--item:not(:last-child) {
    -ms-flex-preferred-size: calc((100%/2) - 4vw);
        flex-basis: calc((100%/2) - 4vw);
    margin: 0 2vw 4vw;
  }
  .contact-box__btn--item:not(:last-child) a {
    width: 100%;
    height: 12.8vw;
  }
}

.contact-box__btn--tel a {
  background: #CECECE;
  border: solid 1px #CECECE;
  position: relative;
}

.contact-box__btn--tel a:hover {
  background: #fff;
}

.contact-box__btn--tel a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  background: #fff url(../images/common/ico-tel.svg) no-repeat 50% 50%/8px;
}

@media screen and (max-width: 768px) {
  .contact-box__btn--tel a::before {
    width: 4vw;
    height: 4vw;
    margin: 0 2vw 0 0;
    background: #fff url(../images/common/ico-tel.svg) no-repeat 50% 50%/2vw;
  }
}

@media screen and (max-width: 768px) {
  .contact-box__btn--list a {
    width: 48.6vw;
    height: 12.6vw;
  }
}

/* ソート */
.sort-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .sort-btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sort-btn li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.sort-btn li:first-child a {
  border-radius: 5px 0 0 5px;
}

.sort-btn li:last-child a {
  border-radius: 0 5px 5px 0;
}

.sort-btn a {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 12px 45px;
  background: #F3F3F3;
}

@media screen and (max-width: 768px) {
  .sort-btn a {
    font-size: 3.2vw;
    padding: 3.4vw 0;
    text-align: center;
  }
}

.sort-btn a.current, .sort-btn .header-nav__menu a:hover, .header-nav__menu .sort-btn a:hover, .sort-btn .header-submenu__nav li:not(:last-child) a:hover, .header-submenu__nav li:not(:last-child) .sort-btn a:hover, .sort-btn .header-submenu__nav--client li:last-child a:hover, .header-submenu__nav--client li:last-child .sort-btn a:hover, .sort-btn .header-submenu__nav--client li:not(:last-child) a:hover, .header-submenu__nav--client li:not(:last-child) .sort-btn a:hover, .sort-btn .header-submenu__nav--corporate li:last-child a:hover, .header-submenu__nav--corporate li:last-child .sort-btn a:hover, .sort-btn .header-submenu__nav--corporate li:not(:last-child) a:hover, .header-submenu__nav--corporate li:not(:last-child) .sort-btn a:hover, .sort-btn .header-navinc__menu a:hover, .header-navinc__menu .sort-btn a:hover {
  background: #50C3DB;
  color: #fff;
  position: relative;
}

.sort-btn a.current::after, .sort-btn .header-nav__menu a:hover::after, .header-nav__menu .sort-btn a:hover::after, .sort-btn .header-submenu__nav li:not(:last-child) a:hover::after, .header-submenu__nav li:not(:last-child) .sort-btn a:hover::after, .sort-btn .header-submenu__nav--client li:last-child a:hover::after, .header-submenu__nav--client li:last-child .sort-btn a:hover::after, .sort-btn .header-submenu__nav--client li:not(:last-child) a:hover::after, .header-submenu__nav--client li:not(:last-child) .sort-btn a:hover::after, .sort-btn .header-submenu__nav--corporate li:last-child a:hover::after, .header-submenu__nav--corporate li:last-child .sort-btn a:hover::after, .sort-btn .header-submenu__nav--corporate li:not(:last-child) a:hover::after, .header-submenu__nav--corporate li:not(:last-child) .sort-btn a:hover::after, .sort-btn .header-navinc__menu a:hover::after, .header-navinc__menu .sort-btn a:hover::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #50C3DB;
  border-width: 8px;
  margin-left: -8px;
}
.btn-concent {
  background-color: #FF7895;
  border-color: #FF7895;
}

.btn-concent:hover {
  color: #FFF;
}

/* ボタン(背景：ピンク) */
.normalbtn-arrow-concent {
  background: #FF7895;
  border: solid 2px #FF7895;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .normalbtn-arrow-concent:hover {
    background: #fff;
    color: #FF7895;
  }
}

.normalbtn-arrow-concent::after {
  background: url(../images/common/arrow-primary.svg) no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .normalbtn-arrow-concent:hover::after {
    background: url(../images/common/arrow-tertiary.svg) no-repeat center center/contain;
  }
}

.concent-notification {
  text-align: center;
  margin-top: 6px;
}

.job-flow-links::after {
  content: "";
  color: #FF7895;
  background: url(../images/common/arrow-primary.svg) no-repeat center center/contain;
  margin-left: 10px; 
  display: inline-block;
  width: 16px; 
  height: 16px; 
}



@media screen and (max-width: 768px) {
  .sort-btn a.current::after, .sort-btn .header-nav__menu a:hover::after, .header-nav__menu .sort-btn a:hover::after, .sort-btn .header-submenu__nav li:not(:last-child) a:hover::after, .header-submenu__nav li:not(:last-child) .sort-btn a:hover::after, .sort-btn .header-submenu__nav--client li:last-child a:hover::after, .header-submenu__nav--client li:last-child .sort-btn a:hover::after, .sort-btn .header-submenu__nav--client li:not(:last-child) a:hover::after, .header-submenu__nav--client li:not(:last-child) .sort-btn a:hover::after, .sort-btn .header-submenu__nav--corporate li:last-child a:hover::after, .header-submenu__nav--corporate li:last-child .sort-btn a:hover::after, .sort-btn .header-submenu__nav--corporate li:not(:last-child) a:hover::after, .header-submenu__nav--corporate li:not(:last-child) .sort-btn a:hover::after, .sort-btn .header-navinc__menu a:hover::after, .header-navinc__menu .sort-btn a:hover::after {
    border-width: 2vw;
    margin-left: -2vw;
  }
}

/* お知らせ情報詳細/セミナー情報詳細 */
.post-content + .post-content {
  margin: 60px 0 0;
}

@media screen and (max-width: 768px) {
  .post-content + .post-content {
    margin: 8vw 0 0;
  }
}

.post-content p.txt {
  margin: -7px 0 30px;
}

@media screen and (max-width: 768px) {
  .post-content p.txt {
    margin: -1.4vw 0 5.3vw;
  }
}

.post-date {
  font-size: 14px;
  font-weight: bold;
  color: #818181;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .post-date {
    font-size: 2.4vw;
    margin: 0 0 4vw;
  }
}

.topics-img {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .topics-img {
    text-align: center;
    margin: 0 0 4vw;
  }
}

.topics-content .arrowlink {
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .topics-content .arrowlink {
    margin: 0 0 3vw;
  }
}

.topics-listlink a {
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .topics-listlink a {
    margin: 8vw auto 0;
  }
}

.topics-listlink--inc {
  margin: 60px 0 0;
}

@media screen and (max-width: 768px) {
  .topics-listlink--inc {
    margin: 6.6vw 0 0;
  }
}

.seminar-content__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .seminar-content__detail {
    margin: 0 0 5.3vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .seminar-content__detail--img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    margin: 0 0 4vw;
  }
}

.seminar-content__detail p {
  margin: 0 0 0 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .seminar-content__detail p {
    margin: 0;
  }
}

.seminar-content__table {
  margin: 0 0 70px;
}

@media screen and (max-width: 768px) {
  .seminar-content__table {
    margin: 0 0 9.3vw;
  }
}
/*# sourceMappingURL=style.css.map */