@charset "UTF-8";
/* CSS Document */



/* -------------------------------- PC版のスタイルここから ------------------------------------*/

@media print, screen and (min-width: 751px) {
  .wh__shadow--box {
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ebebeb;
  }

  .wh__shadow--box:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f7723e;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .or--box {
    background: #f7f7f7;
  }

  /* ----------------------------------------

メインイメージ

---------------------------------------- */

  .main__visual--wrap {
    width: 100%;
    margin: 0 0 80px 0;
  }

  .main__visual--wrap .img__txt--box {
    width: 100%;
    margin: 0;
    position: relative;
  }

  .main__visual--wrap .img__txt--box .img--box {
    overflow: hidden;
    height: 220px;
    position: relative;
  }

  .main__visual--wrap .img__txt--box img {
    width: 140%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .main__visual--wrap .img__txt--box h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.6em;
    text-align: left;
    width: 100%;
    max-width: 1096px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    position: absolute;
  }

  .main__visual--wrap .img__txt--box h2 span {
    font-size: 50px;
  }

  .main__visual--wrap .img__txt--box h2 span.ore {
    color: #f7723e;
  }

  .main__visual--wrap .txt--box {
    width: 100%;
    margin: 0;
    background: #f7f7f7;
    padding: 20px 0;
  }

  .main__visual--wrap .txt--box p {
    max-width: 1096px;
    margin: 0 auto;
    font-size: 14px;
    color: #52504d;
    line-height: 1.8em;
  }

  /* ----------------------------------------

	メインスライダー

	---------------------------------------- */

  .main__slide--wrap {
    padding-bottom: 100px;
  }

  #slide__main {
    padding: 0;
  }

  #slide__main .slick-slide img.sp {
    display: none;
  }

  #slide__main .slick-slide img.pc {
    display: block;
  }

  #slide__main .slick-slide {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    outline: none;
    border: none;
    background: transparent;
    transform: scale(0.9);
    opacity: 0.8;
  }

  #slide__main .slick-current {
    transform: scale(1);
    opacity: 1;
  }

  #slide__main .slick-prev {
    left: 8%;
  }

  #slide__main .slick-next {
    right: 8%;
  }

  #slide__main .slick-prev:before {
    content: "";
    width: 25px;
    height: 25px;
    border-top: 3px solid #f7723e;
    border-right: 3px solid #f7723e;
    transform: rotate(-135deg);
    display: inline-block;
    vertical-align: middle;
  }

  #slide__main .slick-next:before {
    content: "";
    width: 25px;
    height: 25px;
    border-bottom: 3px solid #f7723e;
    border-left: 3px solid #f7723e;
    transform: rotate(-135deg);
    display: inline-block;
    vertical-align: middle;
  }

  #slide__main .slick-next,
  #slide__main .slick-prev {
    outline: none;
  }

  #slide__main .slick-prev,
  #slide__main .slick-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
    transform: translateY(-50%);
  }

  #slide__main .slick-dots {
    position: absolute;
    left: 50%;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    transform: translateX(-50%);
  }

  #slide__main .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
  }

  #slide__main .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 2px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }

  #slide__main .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: "";
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    -ms-filter: "alpha(opacity=25)";
    filter: alpha(opacity=25);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-filter: "alpha(opacity=25)";
    filter: alpha(opacity=25);
  }

  #slide__main .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #f7723e;
  }

  #slide__main li.main01 .txt__box01 {
    position: absolute;
    left: 60px;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
  }

  #slide__main li.main02 .txt__box01 {
    position: absolute;
    right: 60px;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
  }

  #slide__main li.main03 .txt__box01 {
    position: absolute;
    left: 60px;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
  }

  #slide__main h2 {
    color: #fff;
    margin: 0;
    line-height: 1.4em;
    font-size: 45px;
    letter-spacing: -0.05em;
  }

  #slide__main h2 b {
    display: block;
    font-size: 20px;
    font-weight: normal;
  }

  #slide__main h2 span {
    font-size: 55px;
  }

  #slide__main h2 span.orenge {
    color: #f7723e;
  }

  #slide__main p {
    color: #fff;
    font-size: 18px;
    line-height: 1.6em;
    margin-top: 20px;
  }

  #slide__main a.entry__btn {
    margin-top: 20px;
  }

  /* ----------------------------------------

フォーム入りメインイメージ(22.01.26追記)

---------------------------------------- */
  .main__wrap {
    position: relative;
    max-width: 1136px;
    /* min-height: 600px; */
    margin: 0 auto 20px auto;
    padding: 80px 20px 0;
    overflow: hidden;
    background-image: url(../img/home/main-hero.jpg);
    background-position: right top;
    background-size: 70%;
    background-repeat: no-repeat;
  }

  @media screen and (max-width: 900px) {
    .main__wrap {
      background-position: right -35vw top;
      background-size: 100%;
    }
  }

  .main__wrap .main__copy {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
  }

  .main__wrap .main__read {
    font-size: 20px;
    line-height: 1.75;
  }

  /* フォーム */
  .c-button {
    display: inline-block;
    line-height: 1;
  }

  .c-button input[type="radio"] {
    display: none;
  }

  .main__form--body {
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 244px;
    margin: 40px 0 20px;
    padding: 32px 0;
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
    /* text-align: center; */
    overflow: hidden;
    transition: 0.3s;
  }

  .main__form--body.is-active {
    height: auto;
  }

  .main__form--inner {
    display: flex;
    width: 400%;
  }

  .main__form--inner .slideItem__inner > p {
    margin-bottom: 0;
  }

  .main__form--inner ul {
    padding-left: 0;
  }

  .main__form--inner .slideItem {
    width: 100%;
  }

  .main__form--inner .slideItem__inner {
    padding: 0 32px;
  }

  .main__form--inner .form__title {
    margin-bottom: 24px;
    color: #484848;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

  .main__form--inner .form__title.-center {
    text-align: center;
  }

  .main__form--inner .button__job span label,
  .main__form--inner .button__info span label {
    width: 100%;
  }

  .main__form--inner .button__job {
    width: 100%;
  }

  .main__form--inner .button__job span .mwform-radio-field-text {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 12px;
    background-color: #f7723e;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: 0.3s;
  }

  .main__form--inner .button__info {
    width: 100%;
    margin-top: 0.5rem;
  }

  .main__form--inner .button__info span .mwform-radio-field-text {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 12px;
    background-color: #666666;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: 0.3s;
  }

  .main__form--inner .button__job span .mwform-radio-field-text::after,
  .main__form--inner .button__info span .mwform-radio-field-text::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1.5rem;
  }

  .main__form--inner .qualification__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .main__form--inner .qualification__wrap li {
    width: 49%;
    margin-bottom: 10px;
    background-color: #fff;
    border: 2px solid #999;
    border-radius: 6px;
  }
  .main__form--inner .qualification__wrap li.-long {
    width: 100%;
    margin-bottom: 20px;
  }
  .main__form--inner .qualification__wrap li.-long2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .main__form--inner .form__item.-birthday select {
    width: calc(100% - 30px);
  }
  .main__form--inner .button__qualification {
    width: 100%;
    margin-bottom: 0;
    padding: 12px;
    color: #484848;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
  }

  .main__form--inner .button__qualification .mwform-checkbox-field label,
  .main__form--inner .mwform-radio-field label {
    margin-bottom: 0;
    font-weight: bold;
  }

  .main__form--inner .button__qualification input[type="checkbox"] {
    margin-right: 10px;
  }

  .main__form--inner .button__qualification.-other {
    text-align: center;
  }

  /* .p-button__qualification.-other input[type="checkbox"] {
  display: none;
} */

  .main__form--inner .button__next {
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    background-color: #f7723e;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }

  .main__form--inner .button__back {
    display: inline-block;
    margin-top: 16px;
    text-align: left;
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
  }

  .main__form--inner .button__back::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 2px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(-45deg);
  }

  .main__form--inner .form__item {
    margin-bottom: 20px;
  }

  .main__form--inner .form__item label {
    display: block;
    margin-bottom: 8px;
    text-align: left;
    color: #484848;
    font-weight: bold;
  }

  .main__form--inner .form__item select,
  .main__form--inner .form__item input[type="text"],
  .main__form--inner .form__item input[type="tel"],
  .main__form--inner .form__item input[type="email"] {
    width: 100%;
    padding: 7px;
    background-color: #fff;
    border: 2px solid #999;
    border-radius: 6px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .mw_wp_form .main__form--inner .error {
    display: block;
    margin-top: 4px;
    margin-bottom: 0;
    padding: 4px;
    background-color: #fff;
    color: #d11f08;
    text-align: left;
    font-size: 14px;
  }

  .main__form--inner .qualification__wrap + .error {
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .main__form--inner .submitBtn {
    opacity: 0;
    pointer-events: none;
  }

  .main__form--inner .form__att {
    /* margin-top: 16px; */
    color: #666666;
    text-align: center;
    font-size: 11px;
  }

  .main__form--inner .form__att a {
    color: #666666;
    text-decoration: underline;
    transition: 0.3s;
  }

  .main__form--inner .form__link {
    text-align: center;
    font-size: 11px;
  }

  .main__form--inner .form__link a {
    color: #666666;
    text-decoration: underline;
    transition: 0.3s;
  }

  .main__form--inner .button__job:hover,
  .main__form--inner .button__info:hover,
  .main__form--inner .button__next:hover,
  .main__form--inner .button__back:hover,
  .main__form--inner .form__att a:hover {
    opacity: 0.7;
  }

  .thanks__body {
    text-align: center;
  }

  .thanks__body h1 {
    margin-bottom: 2rem;
    font-size: 2.5em;
    font-weight: bold;
  }

  .thanks__body p {
    font-size: 1em;
  }

  .thanks__body p a {
    text-decoration: underline;
    color: ;
  }

  .thanks__body p + p {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  .thanks__body .button__wrap {
    margin-bottom: 120px;
  }

  .thanks__body .button__wrap .button__next {
    width: 300px;
    margin-top: 10px;
    padding: 16px;
    background-color: #f7723e;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }

  /* ----------------------------------------

新着求人情報

---------------------------------------- */

  .new__job--list {
    display: flex;
    justify-content: flex-start;
    padding: 0;
  }

  .new__job--list li {
    width: 30%;
    position: relative;
  }

  .new__job--list li + li {
    margin-left: 5%;
  }

  .new__job--list li .title {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
  }

  .new__job--list li .comp__name {
    font-size: 12px;
    margin: 0;
  }

  .new__job--list li .work__info {
    font-size: 12px;
    margin: 0;
  }

  .new__job--list li a {
    transition: 0.3s;
    padding: 20px;
    display: block;
  }

  .new__job--list li a:hover {
    color: #f7723e;
  }

  /* ----------------------------------------

求人を探す

---------------------------------------- */

  .search__job--list {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
  }

  .search__job--list li {
    width: 32%;
    position: relative;
    background: #fff;
  }

  .search__job--list li + li {
    margin-left: 4%;
  }

  .search__job--list._2__col {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search__job--list._2__col li {
    width: 48%;
    position: relative;
    background: #fff;
  }

  .search__job--list._2__col li:nth-child(3) {
    margin-left: 0;
    margin-top: 20px;
  }
  .search__job--list._2__col li:nth-child(4) {
    margin-top: 20px;
  }

  .search__job--list._2__col li + li {
    margin-left: 4%;
  }

  .search__job--list li figure {
    margin: 0;
  }

  .search__job--list li figure img {
    width: 100%;
  }

  .search__job--list li figcaption,
  .company__contact--list li figcaption,
  .company__access--list li figcaption {
    background: #f7f7f7;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    margin: 0;
    position: relative;
  }

  .search__job--list li figcaption:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.3s;
  }

  .search__job--list li a {
    transition: 0.3s;
  }

  .search__job--list li a:hover {
    color: #f7723e;
  }

  .search__job--list li a:hover figcaption:after {
    border-top: 1px solid #f7723e;
    border-right: 1px solid #f7723e;
  }

  .area__box {
    float: left;
    width: 42%;
    margin-left: auto;
  }

  .search__area--list {
    position: relative;
    background: url(../img/home/area-map.png) no-repeat center center;
    background-size: cover;
    min-height: 470px;
    padding: 0;
  }

  .search__area--list li a {
    background-color: #ffe7a8;
    text-align: center;
    font-size: 14px;
    padding: 10px 20px;
    transition: 0.3s;
  }

  .search__area--list li a:hover {
    background-color: #ffdc82;
  }

  .search__area--list li:first-child {
    position: absolute;
    top: 13%;
    right: 30%;
  }

  .search__area--list li:nth-child(2) {
    position: absolute;
    top: 38%;
    right: 39%;
  }

  .search__area--list li:nth-child(3) {
    position: absolute;
    top: 52%;
    right: 30%;
  }

  .search__area--list li:nth-child(4) {
    position: absolute;
    top: 68%;
    right: 40%;
  }

  .search__area--list li:nth-child(5) {
    position: absolute;
    top: 55%;
    right: 56%;
  }

  .search__area--list li:nth-child(6) {
    position: absolute;
    top: 65%;
    right: 80%;
  }

  .search__area--list li:nth-child(7) {
    position: absolute;
    top: 75%;
    left: 25%;
  }

  .search__area--list li:nth-child(8) {
    position: absolute;
    top: 80%;
    left: 0;
  }

  .type__box {
    float: right;
    width: 52%;
  }

  /* ----------------------------------------

イベント・セミナー情報

---------------------------------------- */

  .event__box01 {
    float: left;
    width: 65%;
    margin-left: auto;
  }

  .event__area--list {
    padding: 0;
    display: flex;
    justify-content: flex-start;
  }

  .event__area--list li {
    width: 32%;
    position: relative;
    display: block;
  }

  .event__area--list li + li {
    margin-left: 4%;
  }

  .event__area--list li a {
    padding: 10px;
    display: block;
    height: 100%;
    transition: 0.3s;
  }

  .event__area--list li a:hover {
    opacity: 0.7;
  }

  .event__area--list li figure {
    margin: 0;
  }

  .event__area--list li figure img {
    width: 100%;
  }

  .event__area--list li figcaption {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 10px 0 0 0;
  }

  .event__area--list li figcaption p {
    margin: auto 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.6em;
  }

  .event-box02 {
    float: right;
    width: 30%;
  }

  .event__type--list {
    padding: 0;
  }

  .event__type--list li {
    position: relative;
  }

  .event__type--list li.or--box:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.3s;
  }

  .event__type--list li.or--box:hover:after {
    border-top: 1px solid #f7723e;
    border-right: 1px solid #f7723e;
  }

  .event__type--list li + li {
    margin-top: 20px;
  }

  .event__type--list li a {
    padding: 20px 20px;
    display: block;
    font-size: 15px;
    line-height: 1.6em;
    transition: 0.3s;
  }

  .event__type--list li a:hover {
    opacity: 0.7;
  }

  /* ----------------------------------------

サービスの流れ

---------------------------------------- */

  article._about {
    background: url(../img/home/about-bg.png) no-repeat right 100px,
      url(../img/common/wh-bg.png);
    background-size: auto, auto;
  }

  .inner._about__box {
    padding-bottom: 56px;
  }

  ._about__box .l__box {
    max-width: 540px;
  }

  ._about__box .img__box {
    display: none;
  }

  ._about__box h5 {
    font-size: 28px;
    line-height: 1.8em;
  }

  ._about__box .txt__box {
    font-size: 14px;
    line-height: 2em;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  ._flow__box {
    background: #f7f7f7;
    padding: 80px 0;
  }

  ._flow__box h4 {
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    max-width: 1096px;
  }
  ._flow__box .link__box._right {
    margin: 0 auto;
    max-width: 1096px;
    clear: both;
  }

  ._flow__box .flow__list {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 1096px;
    margin: 20px auto 20px auto;
    padding: 20px 0 0 0;
    clear: both;
  }

  ._flow__box .flow__list li {
    width: 14.5%;
  }

  ._flow__box .flow__list li + li {
    margin-left: 2.6%;
  }

  ._flow__box .flow__list dl {
    margin: 0;
    position: relative;
  }

  ._flow__box .flow__list dl dt {
    margin: 0 0 35px 0;
    position: relative;
  }

  ._flow__box .flow__list dl dt span {
    text-align: center;
    background: #fff;
    font-size: 21px;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    position: absolute;
    z-index: 1;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }

  ._flow__box .flow__list dl dt img {
    width: 100%;
  }

  ._flow__box .flow__list dl dd {
    margin: 0;
  }

  ._flow__box .flow__list dl dd h5 {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 13px;
  }

  ._flow__box .flow__list dl dd p {
    margin: 0;
    text-align: center;
    font-size: 12px;
  }

  /* ----------------------------------------

転職ガイド＆コラム

---------------------------------------- */
  ._guide__box .head__txt__box {
    text-align: center;
  }

  ._guide__box .head__txt__box h4 {
    text-align: center;
    font-size: 26px;
    line-height: 1.8em;
    margin-bottom: 40px;
  }

  ._guide__box .head__txt__box h5 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #f7723e;
    display: block;
    margin-bottom: 40px;
  }

  ._guide__box .head__txt__box h5 span {
    display: inline-block;
    background: #fff;
    z-index: 1;
    padding: 0 100px;
  }

  ._guide__box .head__txt__box h5 span:before {
    content: "";
    background: #ebebeb;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }

  ._guide__box .head__txt__box p {
    margin: 0 auto;
    max-width: 900px;
    text-align: left;
    font-size: 14px;
    line-height: 2em;
  }

  .guide__col--list {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
  }

  .guide__col--list li {
    width: 32%;
  }

  .guide__col--list li + li {
    margin-left: 4%;
  }

  .guide__col--list li h4 {
    position: relative;
    width: 100%;
    padding: 10px 30px 10px 10px;
    font-size: 14px;
    background: #f7f7f7;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.6em;
  }

  .guide__col--list li h4.sp {
    display: none;
  }

  .guide__col--list li h4:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.3s;
  }

  .guide__col--list li img {
    width: 100%;
  }

  .guide__col--list li h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8em;
    margin: 10px 0;
  }

  .guide__col--list li p {
    margin: 0;
    padding: 10px 70px 10px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-size: 12px;
    line-height: 1.8em;
    position: relative;
  }

  .guide__col--list li p:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 4px;
    transition: 0.3s;
  }

  .guide__col--list li p.read {
    padding: 10px 0 10px 0;
    border-top: 0;
    border-bottom: 0;
  }

  .guide__col--list li p.read:after {
    display: none;
  }

  .guide__col--list li a {
    transition: 0.3s;
  }

  .guide__col--list li a:hover {
    opacity: 0.7;
  }

  /* 0709改修 */
  .guide__col--list.-article {
    flex-wrap: wrap;
  }

  .guide__col--list.-article li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 32px;
  }

  .guide__col--list.-article li + li {
    margin-left: 0;
  }

  .guide__col--list.-article li:nth-child(3n) {
    margin-right: 0;
  }

  .guide__col--list.-article li p.cat {
    padding: 8px 0;
    border: none;
    color: #f7723e;
    font-size: 12px;
    font-weight: bold;
  }

  .guide__col--list.-article li p.cat::after {
    content: none;
  }

  .guide__col--list.-article li p.cat span + span {
    margin-left: 8px;
  }

  .guide__col--list.-article li h4 {
    display: block;
    height: auto;
    padding: 0;
    background: none;
    font-size: 16px;
    font-weight: bold;
    overflow: visible;
  }

  .guide__col--list.-article li h4::after {
    content: none;
  }

  .guide__col--list.-article li p.read {
    margin: 8px 0;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
  }

  .guide__col--list.-article li p.date {
    padding: 0;
    border: none;
    color: #4f4f4f;
    font-size: 10px;
  }

  .guide__col--list.-article li p.date::after {
    content: none;
  }

  /* ----------------------------------------

フッター上 サービス登録

---------------------------------------- */

  .entry__txt--wrap {
    background: url(../img/common/entry-txt-bg.jpg) no-repeat center center;
    background-size: cover;
  }

  .entry__txt--wrap .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .entry__txt--wrap h3 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 1.8em;
    margin-bottom: 40px;
  }

  .entry__txt--wrap .at_txt {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: bold;
  }

  /* ----------------------------------------

求人情報詳細ページ

---------------------------------------- */

  .jobs__info {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1096px;
    margin: 0 auto 80px auto;
  }

  .jobs__search__result {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1096px;
    margin: 0 auto 120px auto;
  }

  .jobs__info--wrap01 {
    order: 0;
    width: 100%;
  }

  .jobs__search__result .txt__ttl03 {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }

  .jobs__info--wrap01 .inner {
    padding: 60px 0 0 0;
  }

  .jobs__info--wrap01 .inner h2 {
    font-size: 20px;
    font-weight: bold;
  }

  .jobs__info--box {
    border: #dcdcdc solid 3px;
    padding: 20px;
    margin-top: 20px;
  }

  .jobs__search__result--list .jobs__info--box {
    border: none;
    padding: 0;
  }

  .jobs__search__result--list .jobs__info--box .link__box {
    margin-top: 20px;
  }

  .jobs__search__result--list .inner._item {
    padding: 40px 0 0 0;
  }

  .jobs__search__result--list ._item + ._item {
    margin-top: 40px;
  }

  .jobs__info--box dl {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    margin-bottom: 0;
  }

  .jobs__info--box dl + dl {
    margin-top: 15px;
  }

  .jobs__info--box dl dt {
    width: 15%;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    border-left: 5px solid #f7723e;
  }

  .jobs__search__result--list .jobs__info--box dl dt {
    width: 20%;
    border-left: 5px solid #ebebeb;
  }

  .jobs__info--box dl dd {
    margin-bottom: 0;
    font-size: 14px;
  }

  .jobs__info--wrap02 {
    margin: 40px auto 0 auto;
    max-width: 1096px;
    overflow: hidden;
    padding: 0 0 100px 0;
  }

  .jobs__info aside,
  .jobs__search__result aside {
    width: 25%;
    min-width: 252px;
    order: 1;
    margin-top: 40px;
  }

  .jobs__info--wrap02 {
    width: 70%;
    order: 2;
  }

  .jobs__search__result--list {
    width: 70%;
    order: 2;
    margin-left: 5%;
    margin-top: 40px;
  }

  .search__conditions--box {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 40px;
  }

  .search__conditions--box h3 {
    font-size: 14px;
    font-weight: normal;
  }

  .search__conditions--box p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
  }

  .search__heading {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-inline-end: 0.5rem;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .search__heading::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ebebeb;
  }

  .search__headingText {
    flex-shrink: 0;
  }

  .search--nav h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .search--nav .search--list + h4 {
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
    padding-top: 20px;
  }

  .search--nav + .search--nav {
    margin-top: 40px;
  }

  .search--nav .search--list {
    padding: 0;
    margin: 0;
  }

  .search--nav .search--list._col2 {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search--nav .search--list li {
    padding: 0;
    font-size: 14px;
  }

  .search--nav .search--list._col2 li {
    width: 48%;
  }

  .search--nav .search--list._col2 li:nth-child(2) {
    margin-top: 0;
  }

  .search--nav .search--list li + li {
    margin-top: 5px;
  }

  .search--nav .search--list li a {
    transition: 0.3s;
  }

  .search--nav .search--list li a:hover {
    color: #f7723e;
    text-decoration: underline;
  }

  .search--nav .search--list li a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #f7723e;
    border-right: 1px solid #f7723e;
    transform: rotate(45deg) translateY(-50%);
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 2px;
    transition: 0.3s;
  }

  .jobs__about--box .copy--txt {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 40px;
  }

  .jobs__about--box .read--txt {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 40px;
  }

  .jobs__about--box dl {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .jobs__about--box dt {
    width: 20%;
    font-size: 16px;
    font-weight: normal;
  }

  .jobs__about--box dd {
    width: 78%;
    font-size: 14px;
    margin-left: 2%;
  }

  .jobs__entry--box {
    background: #f7f7f7;
    padding: 40px;
    text-align: center;
    margin-top: 40px;
  }

  .jobs__entry--box .at__txt {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
  }

  .page__nav {
    padding: 10px;
    background: #f7f7f7;
    margin: 60px 0 0 0;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .page__nav li {
    width: 33.3%;
    font-size: 14px;
  }

  .page__nav li.prev {
    text-align: left;
  }

  .page__nav li.prev span,
  .page__nav li.next span {
    color: #b5b5ae;
  }

  .page__nav li.prev a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 2px;
  }

  .page__nav li:nth-child(2) {
    text-align: center;
  }

  .page__nav li.next {
    text-align: right;
  }

  .page__nav li.next a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: 2px;
    left: -4px;
  }

  .page__nav li a:hover {
    color: #f7723e;
  }

  .page__nav li.prev a:hover:before {
    border-bottom: 1px solid #f7723e;
    border-left: 1px solid #f7723e;
  }

  .page__nav li.next a:hover:after {
    border-top: 1px solid #f7723e;
    border-right: 1px solid #f7723e;
  }

  /* ----------------------------------------

転職ガイド・コラムトップ

---------------------------------------- */

  .guide__col__top--wrap .img__txt--ttl {
    max-width: 1096px;
    margin: 0 auto 40px auto;
    position: relative;
  }

  .guide__col__top--wrap .img__txt--ttl img {
    width: 100%;
  }

  .guide__col__top--wrap .img__txt--ttl .txt__box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  }

  .guide__col__top--wrap .img__txt--ttl .txt__box h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .guide__col__top--wrap .img__txt--ttl .txt__box h3 span {
    display: block;
    font-size: 60px;
    margin-bottom: 5px;
    opacity: 0.5;
  }

  .guide__col__top--wrap .img__txt--ttl .txt__box p {
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 0;
  }

  /* ----------------------------------------

登録フォーム

---------------------------------------- */

  .entry__form--wrap01 {
    padding: 60px 0 0 0;
  }

  .entry__flow--wrap {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 0;
    max-width: 800px;
    margin: 0 auto 20px auto;
  }

  .entry__flow--wrap li {
    width: 33.3%;
    background: #f7f7f7;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    font-size: 14px;
  }

  .entry__flow--wrap li.active {
    background: #f7f7f7;
    font-weight: bold;
  }

  .entry__flow--wrap li + li:before {
    content: "";
    border: 21px solid transparent;
    border-left: 21px solid #dcdcdc;
    position: absolute;
    top: 0;
    left: 1px;
    z-index: 1;
  }

  .entry__flow--wrap li.active + li:before {
    border-left: 21px solid #f7f7f7;
  }

  .entry__flow--wrap li + li.active:before {
    border-left: 21px solid #f7f7f7;
  }

  .entry__flow--wrap li + li:after {
    content: "";
    border: 21px solid transparent;
    border-left: 21px solid #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .entry__flow--wrap li.active + li:after {
    content: "";
    border: 21px solid transparent;
    border-left: 21px solid #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .entry__form--wrap01 form {
    max-width: 800px;
    margin: 0 auto;
  }

  .entry__form--wrap01 .grunion-field-wrap {
    padding: 20px 0 0 0;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding-bottom: 20px;
  }

  .entry__form--wrap01 .grunion-field-wrap + .grunion-field-wrap {
    padding-top: 20px;
    border-top: 1px solid #f7f7f7;
  }

  .entry__form--wrap01 .grunion-field-wrap .left__box label {
    margin-bottom: 0;
    color: #666;
    font-weight: bold;
  }

  .entry__form--wrap01 .grunion-field-wrap .left__box {
    width: 30%;
    font-size: 14px;
  }

  .entry__form--wrap01 .grunion-field-wrap .left__box label span {
    margin-left: 10px;
    padding: 3px 3px;
    background: #f25b30;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
  }

  .entry__form--wrap01 .grunion-field-wrap .left__box label span.any {
    background-color: #bbb;
  }

  .entry__form--wrap01 .grunion-field-wrap .right__box {
    width: 68%;
    margin-left: 2%;
    font-size: 14px;
  }

  .entry__form--wrap01 .grunion-field-wrap .right__box .error {
    margin-top: 10px;
  }

  .entry__form--wrap01 .grunion-field-wrap .right__box._col2 {
    overflow: hidden;
  }

  .entry__form--wrap01 .grunion-field-wrap .right__box._col2 .select__form,
  .entry__form--wrap01 .grunion-field-wrap .right__box._col2 .txt__form {
    float: left;
  }

  .entry__form--wrap01
    .grunion-field-wrap
    .right__box._col2
    .select__form
    + .select__form,
  .entry__form--wrap01
    .grunion-field-wrap
    .right__box._col2
    .select__form
    + .txt__form {
    margin-left: 20px;
  }

  .entry__form--wrap01 input[type="tel"],
  .entry__form--wrap01 input[type="number"],
  .entry__form--wrap01 input[type="email"],
  .entry__form--wrap01 input[type="text"],
  .entry__form--wrap01 textarea,
  .entry__form--wrap01 select {
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 2px;
    border: 1px solid #999999;
    background: #fff;
    padding: 10px 10px;
    font-size: 14px;
    position: relative;
  }

  .entry__form--wrap01 .txt__form input,
  .entry__form--wrap01 .email__form input,
  .entry__form--wrap01 .tel__form input {
    min-width: 300px;
  }

  .entry__form--wrap01 .txt__form input.form_send-ck_w,
  .entry__form--wrap01 .email__form input.form_send-ck_w,
  .entry__form--wrap01 .tel__form input.form_send-ck_w {
    min-width: auto;
  }

  .entry__form--wrap01 .select__form {
    position: relative;
    font-size: 14px;
    display: inline-block;
  }

  .entry__form--wrap01 .select__form select {
    position: relative;
  }

  .entry__form--wrap01 .select__form:after {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #999;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .entry__form--wrap01 .mw_wp_form_confirm .select__form:after {
    display: none;
  }

  .entry__form--wrap01 .select__form._year:after,
  .entry__form--wrap01 .select__form._month:after,
  .entry__form--wrap01 .select__form._day:after {
    right: 30px;
  }

  .entry__form--wrap01 .select__form select {
    padding-right: 30px;
  }

  .entry__form--wrap01 .textarea__form {
    width: 100%;
  }

  .entry__form--wrap01 .textarea {
    width: 100%;
  }

  .entry__form--wrap01 .at__txt {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .entry__form--wrap01 .err__txt {
    font-size: 12px;
    color: #b22222;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .entry__form--wrap01 .contact__txt {
    text-align: center;
    font-size: 14px;
    line-height: 1.8em;
    margin: 40px 0 20px 0;
  }

  .entry__form--wrap01 .contact__txt a {
    text-decoration: underline;
  }

  .entry__form--wrap01 .contact-submit {
    text-align: center;
    margin: 0 auto;
  }
  .entry__form--wrap01._check .contact-submit {
    margin: 40px auto 0 auto;
  }

  .entry__form--wrap01 .contact-submit input[type="submit"],
  .entry__form--wrap01 .contact-submit input[type="button"] {
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: #f7723e;
    font-size: 14px;
    color: #fff;
    position: relative;
    width: 266px;
    line-height: 40px;
    font-weight: bold;
  }

  .entry__form--wrap01 .contact-submit input.return--btn {
    background: #f7f7f7;
    color: #333;
  }

  .entry__form--wrap01 .contact-submit input[type="submit"]:after,
  .entry__form--wrap01 .contact-submit input[type="button"]:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
  }

  .entry__form--wrap01 .contact-submit input.return--btn:after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }

  .entry__form--wrap01._comp .inner02 {
    padding-top: 40px;
  }

  .entry__form--wrap01 .mw_wp_form_input .input-show {
    display: block;
  }
  .entry__form--wrap01 .mw_wp_form_confirm .input-show {
    display: none;
  }
  .entry__form--wrap01 .mw_wp_form_input .conf-show {
    display: none;
  }

  /* ----------------------------------------

サービス紹介

---------------------------------------- */

  .service__top--wrap01 section.inner02._item {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    overflow: inherit;
  }

  .service__top--wrap01 ._item .txt__box {
    width: 46%;
    margin-left: 4%;
    margin-right: 0;
    order: 1;
  }

  .service__top--wrap01 ._item .img__box {
    width: 50%;
    order: 0;
  }

  .service__top--wrap01 ._item:nth-child(2n) .txt__box {
    order: 0;
    margin-right: 4%;
    margin-left: 0;
  }

  .service__top--wrap01 ._item:nth-child(2n) .img__box {
    order: 1;
  }

  .service__top--wrap01 ._item .img__box img {
    width: 100%;
  }

  .service__top--wrap01 ._item h4 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
  }

  .service__top--wrap01 ._item span {
    position: absolute;
    right: 0;
    bottom: 40px;
    color: #f7f7f7;
    font-size: 72px;
    letter-spacing: -0.05em;
  }

  .service__top--wrap01 ._item b {
    display: block;
    color: #f7723e;
    font-size: 14px;
    border-bottom: #ebebeb solid 2px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
  }

  .service__top--wrap01 ._item b:after {
    content: "";
    width: 117px;
    height: 2px;
    background: #f7723e;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -2px;
  }

  .service__top--wrap01 ._item ul {
    padding: 0;
    margin: 0;
  }

  .service__top--wrap01 ._item ul li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.6em;
  }

  .service__top--wrap01 ._item ul li + li {
    margin-top: 20px;
  }

  .service__top--wrap01 ._item ul li:before {
    content: "";
    background: #ebebeb;
    width: 5px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 5px;
  }

  .service__top--wrap02 {
    background: #f7f7f7;
    padding: 60px 0 0 0;
    margin-bottom: 80px;
  }

  .service__top--wrap02 ul {
    padding: 0;
    margin: 0;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service__top--wrap02 ul li {
    width: 30%;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
  }

  .service__top--wrap02 ul li + li {
    margin-left: 3%;
  }

  .service__top--wrap02 ul li:nth-child(3n + 1) {
    margin-left: 0;
  }

  .service__top--wrap02 ul li:nth-child(4),
  .service__top--wrap02 ul li:nth-child(5),
  .service__top--wrap02 ul li:nth-child(6) {
    margin-bottom: 0;
  }

  .service__top--wrap02 ul li figure {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin: 0;
  }

  .service__top--wrap02 ul li figure img {
    width: 20%;
    margin-right: 10%;
  }

  .service__top--wrap02 ul li figure figcaption {
    width: 70%;
    font-size: 14px;
    line-height: 1.6em;
  }

  .consultant--wrap section.inner02._item {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    position: relative;
    overflow: inherit;
  }

  .consultant--wrap ._item .img__box {
    width: 30%;
    margin-left: 4%;
    margin-right: 0;
    order: 1;
  }

  .consultant--wrap ._item .img__box img {
    width: 100%;
  }

  .consultant--wrap ._item .txt__box {
    width: 66%;
    order: 0;
  }

  .consultant--wrap ._item:nth-child(2n) .img__box {
    order: 0;
    margin-right: 4%;
    margin-left: 0;
  }

  .consultant--wrap ._item:nth-child(2n) .txt__box {
    order: 1;
  }

  .consultant--wrap ._item h4 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: #ebebeb solid 2px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
  }

  .consultant--wrap ._item h4:after {
    content: "";
    width: 300px;
    height: 2px;
    background: #f7723e;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -2px;
  }

  .consultant--wrap .profile__box {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }

  .consultant--wrap .comment__box {
    padding: 30px;
    position: relative;
  }

  .consultant--wrap ._item:nth-child(2n) .comment__box:after {
    content: "";
    width: 200%;
    height: 100%;
    background: #f7f7f7;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    z-index: -1;
  }

  .consultant--wrap .comment__box:after {
    content: "";
    width: 200%;
    height: 100%;
    background: #f7f7f7;
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    z-index: -1;
  }

  .consultant--wrap .comment__box h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 20px;
  }

  .consultant--wrap .comment__box p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6em;
  }

  .service__about--wrap .inner02 {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .service__about--wrap .inner02 .box01,
  .service__about--wrap .inner02 .box03 {
    width: 22%;
  }

  .service__about--wrap._corporate .inner02 .box01 {
    border: #ebebeb solid 1px;
    background: #f7f7f7;
  }

  .service__about--wrap._corporate .inner02 .box03 {
    border: #f7723e solid 1px;
    background: #fff;
  }

  .service__about--wrap .inner02 .box01 img,
  .service__about--wrap .inner02 .box03 img {
    width: 100%;
  }

  .service__about--wrap .inner02 .box01 h4,
  .service__about--wrap .inner02 .box03 h4 {
    background: #f7f7f7;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
  }

  .service__about--wrap._corporate .inner02 .box01 h4 {
    background: none;
  }

  .service__about--wrap._corporate .inner02 .box03 h4 {
    background: none;
  }

  .service__about--wrap .inner02 .box01 p,
  .service__about--wrap .inner02 .box03 p {
    text-align: center;
    font-size: 14px;
    margin: 10px 0 0 0;
  }

  .service__about--wrap._corporate .inner02 .box01 p {
    text-align: center;
    font-size: 12px;
    margin: 0 0 0 0;
    padding: 10px 5px;

    margin-bottom: 0;
  }

  .service__about--wrap._corporate .inner02 .box03 p {
    text-align: center;
    font-size: 12px;
    margin: 0 0 0 0;
    padding: 10px 5px;
    background: #fff;
    margin-bottom: 0;
  }

  .service__about--wrap .inner02 .box02 {
    width: 17%;
    position: relative;
  }

  .service__about--wrap .inner02 .box02 .gray {
    position: absolute;
    left: 0;
    top: 22%;
    background: #f7f7f7;
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    width: 150px;
  }

  .service__about--wrap .inner02 .box02 .gray:after {
    content: "";
    border: 27px solid transparent;
    border-left: 20px solid #f7f7f7;
    position: absolute;
    top: 0;
    right: -47px;
    z-index: 1;
  }

  .service__about--wrap .inner02 .box02 .gray02 {
    position: absolute;
    right: 0;
    bottom: 22%;
    background: #f7f7f7;
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    width: 150px;
  }

  .service__about--wrap .inner02 .box02 .gray02:after {
    content: "";
    border: 27px solid transparent;
    border-right: 20px solid #f7f7f7;
    position: absolute;
    top: 0;
    left: -47px;
    z-index: 1;
  }

  .service__about--wrap .inner02 .box02 .orenge {
    position: absolute;
    right: 0;
    bottom: 22%;
    background: #f7723e;
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    width: 150px;
  }

  .service__about--wrap .inner02 .box02 .orenge:after {
    content: "";
    border: 27px solid transparent;
    border-right: 20px solid #f7723e;
    position: absolute;
    top: 0;
    left: -47px;
    z-index: 1;
  }

  .service__about--wrap .inner02 .box02 .orenge02 {
    position: absolute;
    left: 0;
    top: 22%;
    background: #f7723e;
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    width: 150px;
  }

  .service__about--wrap .inner02 .box02 .orenge02:after {
    content: "";
    border: 27px solid transparent;
    border-left: 20px solid #f7723e;
    position: absolute;
    top: 0;
    right: -47px;
    z-index: 1;
  }

  .service__flow--wrap .inner02 {
    overflow: inherit;
    padding-top: 20px;
  }

  .service__flow--wrap ol {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    background: url(../img/service/dott02.png) no-repeat center center;
    background-size: auto;
  }

  .service__flow--wrap ol li {
    width: 28%;
    margin-bottom: 100px;
    position: relative;
  }

  .service__flow--wrap ol li:nth-child(3n + 1) {
    margin-left: 0;
  }

  .service__flow--wrap ol li + li:before {
    content: "";
    height: 5px;
    width: 28%;
    background: url(../img/service/dott01.png) center center;
    background-size: cover;
    position: absolute;
    top: 30%;
    right: 100%;
  }

  .service__flow--wrap ol li:nth-child(3n + 1):before {
    display: none;
  }

  .service__flow--wrap ol li:nth-child(3n + 1),
  .service__flow--wrap ol li:nth-child(5),
  .service__flow--wrap ol li:nth-child(6) {
    margin-bottom: 0;
  }

  .service__flow--wrap ol li + li {
    margin-left: 8%;
  }

  .service__flow--wrap ol dl {
    margin: 0;
  }

  .service__flow--wrap ol dt {
    position: relative;
    border: 1px solid #ebebeb;
  }

  .service__flow--wrap ol dt span {
    position: absolute;
    left: 0;
    top: -10px;
    background: #ffffff;
    border: 1px solid #f7723e;
    color: #f7723e;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
  }

  .service__flow--wrap ol dt h4 {
    background: #ffffff;
    padding: 10px;
    font-size: 16px;
    text-align: center;
  }

  .service__flow--wrap._corporate ol dt h4 {
    background: #f7f7f7;
  }

  .service__flow--wrap ol dd {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .service__flow--wrap ol dd p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8em;
  }

  .service__flow--wrap ol dt img {
    width: 100%;
  }

  /* ----------------------------------------

会社情報

---------------------------------------- */

  .inner02.company_profile--wrap {
    position: relative;
  }

  .company_profile--wrap:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ebebeb;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
  }

  .company_profile--wrap:before {
    content: "";
    width: 117px;
    height: 2px;
    background: #f7723e;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
  }

  .inner02.company_profile--wrap dl {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    margin: 0;
    padding: 20px 0;
  }

  .inner02.company_profile--wrap dl + dl {
    border-top: 1px solid #ebebeb;
  }

  .inner02.company_profile--wrap dt {
    width: 25%;
    font-size: 14px;
  }

  .inner02.company_profile--wrap dd {
    width: 75%;
    margin: 0;
    font-size: 14px;
    line-height: 1.8em;
  }

  .company__contact--list {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
  }

  .company__access--list {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .company__contact--list li {
    width: 32%;
    position: relative;
    background: #fff;
  }

  .company__access--list li {
    width: 32%;
    position: relative;
    background: #fff;
    margin-bottom: 40px;
  }

  .company__contact--list li + li,
  .company__access--list li + li {
    margin-left: 2%;
  }

  .company__access--list li:nth-child(3n + 1) {
    margin-left: 0;
    margin-bottom: 0;
  }

  .company__access--list li:nth-child(5) {
    margin-bottom: 0;
  }

  .company__contact--list li figure,
  .company__access--list li figure {
    margin: 0;
  }

  .search__job--list li figure img,
  .company__contact--list li figure img {
    width: 100%;
  }

  .company__access--list li figure .gmap--box {
    width: 100%;
    height: 142px;
  }

  .company__access--list li figure .gmap--box iframe {
    width: 100%;
    height: 100%;
  }

  .company__contact--list li figcaption,
  .company__access--list li figcaption {
    background: #f7f7f7;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    margin: 0;
    position: relative;
  }

  .company__contact--list li figcaption:after,
  .company__access--list li figcaption:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.3s;
  }

  .company__contact--list li a,
  .company__access--list li a {
    transition: 0.3s;
  }

  .company__contact--list li a:hover,
  .company__access--list li a:hover {
    color: #f7723e;
  }

  .company__contact--list li a:hover figcaption:after,
  .company__access--list li a:hover figcaption:after {
    border-top: 1px solid #f7723e;
    border-right: 1px solid #f7723e;
  }
  .company__info--link {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
  }

  .company__info--link li {
    width: 31%;
    position: relative;
    background: #fff;
    display: block;
  }

  .company__info--link li + li {
    margin-left: 4%;
  }

  .company__info--link li a {
    background: #f7f7f7;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    margin: 0;
    position: relative;
    display: block;
    transition: 0.3s;
    line-height: 40px;
  }

  .company__info--link li a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.3s;
  }

  .company__info--link li a:hover {
    color: #f7723e;
  }

  .company__info--link li a:hover:after {
    border-top: 1px solid #f7723e;
    border-right: 1px solid #f7723e;
  }

  .service__top--wrap03 {
    background: #f7f7f7;
    padding: 80px 0 0 0;
    margin-bottom: 80px;
  }

  .service__top--wrap03 ul {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    margin: 0;
  }

  .service__top--wrap03 ul li {
    width: 48%;
  }

  .service__top--wrap03 ul li + li {
    margin-left: 4%;
  }

  .service__top--wrap03 ul li .wh--box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
  }

  .service__top--wrap03 ul li .read {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
  }

  .service__top--wrap03 ul li .read .img-box {
    width: 10%;
    margin-right: 4%;
    margin-bottom: 0;
  }

  .service__top--wrap03 ul li .read .img-box img {
    width: 100%;
  }

  .service__top--wrap03 ul li .read .txt-box {
    width: 86%;
  }

  .service__top--wrap03 ul li .read .txt-box h4 {
    font-size: 20px;
    font-weight: bold;
    color: #f7723e;
  }

  .service__top--wrap03 ul li .read .txt-box p {
    font-size: 16px;
    margin-bottom: 0;
  }

  .service__top--wrap03 ul li .point--list {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    margin-bottom: 0;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    position: relative;
  }

  .service__top--wrap03 ul li .point--list:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #f7723e;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -1px;
  }

  .service__top--wrap03 ul li .point--list + .point--list {
    border-top: 0;
  }

  .service__top--wrap03 ul li .point--list + .point--list:before {
    display: none;
  }

  .service__top--wrap03 ul li .point--list dt {
    width: 10%;
    font-size: 14px;
    margin-right: 2%;
  }

  .service__top--wrap03 ul li .point--list dd {
    width: 88%;
    font-size: 14px;
    margin-bottom: 0;
  }

  .service__top--wrap03 ul li .at-txt {
    font-size: 12px;
    margin-bottom: 0;
  }

  .service__top--wrap04 ol {
    padding: 0;
    margin: 0;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
  }

  .service__top--wrap04 ol li {
    width: 26%;
  }

  .service__top--wrap04 ol li + li {
    margin-left: 11%;
  }

  .service__top--wrap04 ol dl {
    margin-bottom: 0;
  }

  .service__top--wrap04 ol dt {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
  }

  .service__top--wrap04 ol dt .num {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 50px;
    font-weight: bold;
    color: #ebebeb;
  }

  .service__top--wrap04 ol dt .icon {
    background: #f7723e;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 20px auto;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }

  .service__top--wrap04 ol dt .icon img {
    width: 40px;
    height: 40px;
  }

  .service__top--wrap04 ol dt .read {
    font-size: 18px;
    font-weight: bold;
  }

  .service__top--wrap04 ol dd {
    font-size: 14px;
    line-height: 1.8em;
  }

  .corporate__service--wrap {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
  }

  .corporate__service--wrap .img-box {
    width: 40%;
    margin-right: 4%;
  }

  .corporate__service--wrap .img-box img {
    width: 100%;
  }

  .corporate__service--wrap .txt-box {
    width: 56%;
  }

  .corporate__service--wrap .txt-box h4 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 30px;
  }

  .corporate__service--wrap .txt-box h4:before {
    content: "";
    width: 117px;
    height: 2px;
    background: #f7723e;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -2px;
  }

  .corporate__service--wrap .txt-box h4 span {
    font-size: 21px;
    font-weight: bold;
    margin-right: 30px;
    color: #f7723e;
  }

  .corporate__service--wrap .txt-box h5 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .corporate__service--wrap .txt-box p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 0;
  }

  .corporate__service--wrap .txt-box h5 + p {
    margin-top: 10px;
  }

  .corporate__service--wrap .txt-box p + h5 {
    margin-top: 30px;
  }

  /* --------------------------------------

  メルマガ登録　フォーム

  -------------------------------------- */
  .job-mail .contact-submit {
    margin-top: 40px;
  }

  .job-mail .contact__txt {
    color: #999;
  }

  .job-mail .contact__txt a {
    color: #999;
  }

  .job-mail .txt__reg + .txt__reg {
    margin-top: 40px;
  }

  /* --------------------------------------

  フッター上　メルマガ登録

  -------------------------------------- */
  .aside__wrap {
    max-width: 1096px;
    margin: -50px auto 0 auto;
    padding: 0 0 80px 0;
    overflow: hidden;
  }

  .aside__wrap p {
    margin-top: 8px;
    font-size: 12px;
  }
}

  /* --------------------------------------

  知人紹介

  -------------------------------------- */
  .referral__hidden {
    position: absolute;
    opacity: 0;
  }

  button:focus{
    outline: 0;
  }

  .referral__btnarea {
    margin : auto;
    padding : 10px;
    text-align: center;
    display:inline-block;
}

/* -------------------------------- /PC版のスタイルここまで ------------------------------------*/

/* -------------------------------- SP版のスタイルここから ------------------------------------*/

@media screen and (max-width: 750px) {
  .wh__shadow--box {
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ebebeb;
  }

  .wh__shadow--box:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f7723e;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .or--box {
    background: #f7f7f7;
  }

  /* ----------------------------------------

メインイメージ

---------------------------------------- */

  .main__visual--wrap {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .main__visual--wrap .img__txt--box {
    width: 100%;
    margin: 0;
    position: relative;
  }

  .main__visual--wrap .img__txt--box .img--box {
    position: relative;
  }

  .main__visual--wrap .img__txt--box img {
    width: 100%;
  }

  .main__visual--wrap .img__txt--box h2 {
    color: #fff;
    font-size: 20px;
    line-height: 1.6em;
    text-align: left;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    position: absolute;
  }

  .main__visual--wrap .img__txt--box h2 span {
    font-size: 30px;
  }

  .main__visual--wrap .img__txt--box h2 span.ore {
    color: #f7723e;
  }

  .main__visual--wrap .txt--box {
    width: 100%;
    margin: 0;
    background: #f7f7f7;
    padding: 20px;
  }

  .main__visual--wrap .txt--box p {
    max-width: 1096px;
    margin: 0 auto;
    font-size: 12px;
    color: #52504d;
    line-height: 1.8em;
  }
  /* ----------------------------------------

	メインスライダー

	---------------------------------------- */

  .main__slide--wrap {
    padding-bottom: 100px;
  }

  #slide__main {
    padding: 0;
    width: 100%;
    position: relative;
  }

  #slide__main .slick-slide img.sp {
    width: 100%;
    display: block;
    height: auto;
  }

  #slide__main .slick-slide img.pc {
    display: none;
  }

  #slide__main .slick-slide {
    position: relative;
    outline: none;
    border: none;
    background: transparent;
  }

  #slide__main .slick-prev {
    left: 10px;
  }

  #slide__main .slick-next {
    right: 10px;
  }

  #slide__main .slick-prev:before {
    content: "";
    width: 25px;
    height: 25px;
    border-top: 3px solid #f7723e;
    border-right: 3px solid #f7723e;
    transform: rotate(-135deg);
    display: inline-block;
    vertical-align: middle;
  }

  #slide__main .slick-next:before {
    content: "";
    width: 25px;
    height: 25px;
    border-bottom: 3px solid #f7723e;
    border-left: 3px solid #f7723e;
    transform: rotate(-135deg);
    display: inline-block;
    vertical-align: middle;
  }

  #slide__main .slick-next,
  #slide__main .slick-prev {
    outline: none;
  }

  #slide__main .slick-prev,
  #slide__main .slick-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
    transform: translateY(-50%);
  }

  #slide__main .slick-dots {
    position: absolute;
    left: 50%;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    transform: translateX(-50%);
  }

  #slide__main .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }

  #slide__main .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 2px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }

  #slide__main .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: "";
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    -ms-filter: "alpha(opacity=25)";
    filter: alpha(opacity=25);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-filter: "alpha(opacity=25)";
    filter: alpha(opacity=25);
  }

  #slide__main .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #f7723e;
  }

  #slide__main .txt__box01 {
    position: absolute;
    left: 50%;
    text-align: left;
    top: 40px;
    transform: translateX(-50%);
    width: 70%;
  }

  #slide__main h2 {
    color: #fff;
    margin: 0;
    line-height: 1.6em;
    font-size: 20px;
    letter-spacing: -0.05em;
    position: absolute;
    left: 0;
    top: 0;
  }

  #slide__main h2 span {
    font-size: 30px;
  }

  #slide__main h2 span.orenge {
    color: #f7723e;
  }

  #slide__main p {
    display: none;
  }

  #slide__main a.entry__btn {
    margin-top: 120px;
  }

  /* ----------------------------------------

フォーム入りメインイメージ(22.01.26追記)

---------------------------------------- */
  .main__wrap {
    position: relative;
    max-width: 1096px;
    /* min-height: 600px; */
    margin: 0 auto 5px auto;
    padding: 33vw 20px 0;
    overflow: hidden;
    background-image: url(../img/home/main-hero.jpg);
    background-position: right top;
    background-size: 135%;
    background-repeat: no-repeat;
  }

  .main__wrap .main__copy {
    padding-left: 16vw;
    text-align: right;
    font-size: 5.125vw;
    font-weight: bold;
    line-height: 1.75;
  }

  /* フォーム */
  .c-button {
    display: inline-block;
    line-height: 1;
  }

  .c-button input[type="radio"] {
    display: none;
  }

  .main__form--body {
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 240px;
    margin: 20vw auto 20px;
    padding: 32px 0;
    background-color: #f7f7f7;
    border-radius: 20px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
    /* text-align: center; */
    overflow: hidden;
    transition: 0.3s;
  }

  .main__form--body.is-active {
    height: auto;
  }

  .main__form--inner {
    display: flex;
    width: 400%;
  }

  .main__form--inner ul {
    padding-left: 0;
  }

  .main__form--inner .slideItem {
    width: 100%;
  }

  .main__form--inner .slideItem__inner > p {
    margin-bottom: 0;
  }

  .main__form--inner .slideItem__inner {
    padding: 0 32px;
  }

  .main__form--inner .form__title {
    margin-bottom: 24px;
    color: #484848;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }

  .main__form--inner .form__title.-center {
    text-align: center;
  }

  .main__form--inner .button__job span label,
  .main__form--inner .button__info span label {
    width: 100%;
  }

  .main__form--inner .button__job {
    width: 100%;
  }

  .main__form--inner .button__job span .mwform-radio-field-text {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 12px;
    background-color: #f7723e;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: 0.3s;
  }

  .main__form--inner .button__info {
    width: 100%;
    margin-top: 0.5rem;
  }

  .main__form--inner .button__info span .mwform-radio-field-text {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 12px;
    background-color: #666666;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: 0.3s;
  }

  .main__form--inner .qualification__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .main__form--inner .qualification__wrap li {
    width: 49%;
    margin-bottom: 10px;
    background-color: #fff;
    border: 2px solid #999;
    border-radius: 6px;
  }
  .main__form--inner .qualification__wrap li.-long {
    width: 100%;
    margin-bottom: 20px;
  }
  .main__form--inner .qualification__wrap li.-long2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .main__form--inner .qualification__wrap li.-long2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .main__form--inner .form__item.-birthday select {
    width: calc(100% - 30px);
  }
  .main__form--inner .button__qualification {
    width: 100%;
    margin-bottom: 0;
    padding: 12px;
    color: #484848;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
  }

  .main__form--inner .button__qualification .mwform-checkbox-field label,
  .main__form--inner .mwform-radio-field label {
    margin-bottom: 0;
    font-weight: bold;
  }

  .main__form--inner .button__qualification input[type="checkbox"] {
    margin-right: 4px;
  }

  .main__form--inner .button__qualification.-other {
    text-align: center;
  }

  .main__form--inner .button__next {
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    background-color: #f7723e;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }

  .main__form--inner .button__back {
    display: inline-block;
    margin-top: 16px;
    text-align: left;
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
  }

  .main__form--inner .button__back::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 2px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(-45deg);
  }

  .main__form--inner .form__item {
    margin-bottom: 20px;
  }

  .main__form--inner .form__item label {
    display: block;
    margin-bottom: 8px;
    text-align: left;
    color: #484848;
    font-weight: bold;
  }

  .main__form--inner .form__item select,
  .main__form--inner .form__item input[type="text"],
  .main__form--inner .form__item input[type="tel"],
  .main__form--inner .form__item input[type="email"] {
    width: 100%;
    padding: 7px;
    background-color: #fff;
    border: 2px solid #999;
    border-radius: 6px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .mw_wp_form .main__form--inner .error {
    display: block;
    margin-top: 4px;
    margin-bottom: 0;
    padding: 4px;
    background-color: #fff;
    color: #d11f08;
    text-align: left;
    font-size: 14px;
  }

  .main__form--inner .qualification__wrap + .error {
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .main__form--inner .submitBtn {
    opacity: 0;
    pointer-events: none;
  }

  .main__form--inner .form__att {
    /* margin-top: 16px; */
    color: #666666;
    font-size: 11px;
  }

  .main__form--inner .form__att a {
    color: #666666;
    text-decoration: underline;
    transition: 0.3s;
  }

  .main__form--inner .form__link {
    text-align: center;
    font-size: 11px;
  }

  .main__form--inner .form__link a {
    color: #666666;
    text-decoration: underline;
    transition: 0.3s;
  }

  .thanks__body {
    text-align: center;
  }

  .thanks__body h1 {
    margin-bottom: 2rem;
    font-size: 1.625em;
    font-weight: bold;
  }

  .thanks__body p {
    font-size: 0.875em;
  }

  .thanks__body p a {
    text-decoration: underline;
  }

  .thanks__body p + p {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .thanks__body .button__wrap {
    margin-bottom: 80px;
  }

  .thanks__body .button__wrap .button__next {
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    background-color: #f7723e;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }

  /* ----------------------------------------

新着求人情報

---------------------------------------- */

  .new__job--list {
    padding: 0;
    margin: 0;
  }

  .new__job--list li {
    width: 100%;
    position: relative;
  }

  .new__job--list li + li {
    margin-top: 20px;
  }

  .new__job--list li .title {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
  }

  .new__job--list li .comp__name {
    font-size: 12px;
    margin: 0;
  }

  .new__job--list li .work__info {
    font-size: 12px;
    margin: 0;
  }

  .new__job--list li a {
    transition: 0.3s;
    padding: 20px;
    display: block;
  }

  .new__job--list li a:hover {
    color: #f7723e;
  }

  /* ----------------------------------------

求人を探す

---------------------------------------- */

  .search__job--list {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }

  .search__job--list li {
    width: 48%;
    position: relative;
    background: #fff;
  }

  .search__job--list li + li {
    margin-left: 4%;
  }

  .search__job--list li {
    width: 48%;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
  }

  .search__job--list li:nth-child(3) {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .search__job--list. li:nth-child(4) {
    margin-top: 10px;
  }

  .search__job--list li figure {
    margin: 0;
  }

  .search__job--list li figure img {
    display: none;
  }

  .search__job--list li figcaption {
    background: #f7f7f7;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    position: relative;
    text-align: center;
  }

  .search__job--list li a:hover {
    color: #333;
  }

  .search__job--list li a:hover figcaption:after {
    border-top: 1px solid #f7723e;
    border-right: 1px solid #f7723e;
  }

  .area__box {
    padding: 0;
  }

  .search__area--list {
    position: relative;
    background: url(../img/home/area-map.png) no-repeat center center;
    background-size: cover;
    min-height: 350px;
    padding: 0;
  }

  .search__area--list li a {
    background-color: #ffe7a8;
    text-align: center;
    font-size: 11px;
    padding: 10px 20px;
    transition: 0.3s;
  }

  .search__area--list li a:hover {
    background-color: #ffdc82;
  }

  .search__area--list li:first-child {
    position: absolute;
    top: 13%;
    right: 30%;
  }

  .search__area--list li:nth-child(2) {
    position: absolute;
    top: 38%;
    right: 39%;
  }

  .search__area--list li:nth-child(3) {
    position: absolute;
    top: 52%;
    right: 30%;
  }

  .search__area--list li:nth-child(4) {
    position: absolute;
    top: 68%;
    right: 40%;
  }

  .search__area--list li:nth-child(5) {
    position: absolute;
    top: 55%;
    right: 56%;
  }

  .search__area--list li:nth-child(6) {
    position: absolute;
    top: 65%;
    right: 80%;
  }

  .search__area--list li:nth-child(7) {
    position: absolute;
    top: 75%;
    left: 25%;
  }

  .search__area--list li:nth-child(8) {
    position: absolute;
    top: 85%;
    left: 0;
  }

  .type__box {
    padding: 0;
  }

  /* ----------------------------------------

イベント・セミナー情報

---------------------------------------- */

  .event__area--list {
    padding: 0;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .event__area--list li:first-child {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
  }

  .event__area--list li + li {
    width: 48%;
    position: relative;
  }

  .event__area--list li + li figcaption,
  .event__area--list li + li + li figcaption {
    padding: 10px 0;
  }

  .event__area--list li + li + li {
    margin-left: 4%;
    position: relative;
  }

  .event__area--list li a {
    padding: 10px;
    display: block;
    height: 100%;
  }

  .event__area--list li a:hover {
    opacity: 0.7;
  }

  .event__area--list li figure {
    margin: 0;
  }

  .event__area--list li figure img {
    display: none;
  }

  .event__area--list li figcaption {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 0;
  }

  .event__area--list li figcaption p {
    margin: auto 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.6em;
  }

  .event-box02 {
    padding-top: 20px;
  }

  .event__type--list {
    padding: 0;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .event__type--list li {
    position: relative;
    width: 48%;
  }

  .event__type--list li.or--box:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.3s;
  }

  .event__type--list li.or--box:hover:after {
    border-top: 1px solid #f7723e;
    border-right: 1px solid #f7723e;
  }

  .event__type--list li + li {
    margin-left: 4%;
  }

  .event__type--list li a {
    padding: 20px 20px;
    display: block;
    font-size: 12px;
    line-height: 1.6em;
    text-align: center;
  }

  .event__type--list li.or--box:after {
    display: none;
  }

  .event__type--list li a:hover {
    opacity: 0.7;
  }

  /* ----------------------------------------

サービスの流れ

---------------------------------------- */

  .inner._about__box {
    padding-bottom: 56px;
  }

  ._about__box .l__box {
    max-width: 540px;
  }

  ._about__box h5 {
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 0;
  }

  ._about__box .img__box img {
    width: 100%;
    margin-bottom: 20px;
  }

  ._about__box .txt__box {
    font-size: 13px;
    line-height: 2em;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  ._flow__box {
    background: #f7f7f7;
    padding: 40px 0;
  }

  ._flow__box h4 {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  ._flow__box .link__box._right {
    margin: 0 auto;
    clear: both;
  }

  ._flow__box .flow__list {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px auto 20px auto;
    padding: 20px 20px 0 20px;
    clear: both;
  }

  ._flow__box .flow__list li {
    width: 48%;
    margin-bottom: 20px;
  }

  ._flow__box .flow__list li + li {
    margin-left: 4%;
  }

  ._flow__box .flow__list li:nth-child(2n + 1) {
    margin-left: 0;
  }

  ._flow__box .flow__list dl {
    margin: 0;
    position: relative;
  }

  ._flow__box .flow__list dl dt {
    margin: 0 0 35px 0;
    position: relative;
  }

  ._flow__box .flow__list dl dt span {
    text-align: center;
    background: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    position: absolute;
    z-index: 1;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }

  ._flow__box .flow__list dl dt img {
    width: 100%;
  }

  ._flow__box .flow__list dl dd {
    margin: 0;
  }

  ._flow__box .flow__list dl dd h5 {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 13px;
  }

  ._flow__box .flow__list dl dd p {
    margin: 0;
    text-align: center;
    font-size: 12px;
  }

  ._flow__box .link__box {
    padding-right: 20px;
    margin-bottom: 40px;
  }

  /* ----------------------------------------

転職ガイド＆コラム

---------------------------------------- */
  ._guide__box .head__txt__box {
    text-align: center;
  }

  ._guide__box .head__txt__box h4 {
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 40px;
  }

  ._guide__box .head__txt__box h5 {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #f7723e;
    display: block;
    margin-bottom: 40px;
  }

  ._guide__box .head__txt__box h5 span {
    display: inline-block;
    background: #fff;
    z-index: 1;
    padding: 0 30px;
  }

  ._guide__box .head__txt__box h5 span:before {
    content: "";
    background: #ebebeb;
    width: 120%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
    z-index: -1;
  }

  ._guide__box .head__txt__box p {
    margin: 0 auto;
    max-width: 900px;
    text-align: left;
    font-size: 13px;
    line-height: 2em;
  }

  .guide__col--list {
    padding: 0;
  }

  .guide__col--list li {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ebebeb;
  }

  .guide__col--list li.sp__orenge {
    box-shadow: none;
    border: none;
    background: #f7f7f7;
  }

  .guide__col--list li + li {
    margin-top: 20px;
  }

  .guide__col--list li dl {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0;
  }

  .guide__col--list li dt {
    width: 40%;
    margin: 0;
  }

  .guide__col--list li dd {
    width: 60%;
    padding: 10px;
    margin: 0;
  }

  .guide__col--list li h4 {
    position: relative;
    width: 100%;
    font-size: 14px;
    margin: 0 0 0 0;
    font-weight: bold;
    padding-right: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
  }

  .guide__col--list li h4.pc {
    display: none;
  }

  .guide__col--list li h4:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    transition: 0.3s;
  }

  .guide__col--list li img {
    width: 100%;
  }

  .guide__col--list li h5 {
    font-size: 12px;
    line-height: 1.8em;
    margin: 15px 0 0 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
  }

  .guide__col--list li p {
    display: none;
  }

  .guide__col--list li p.read {
    font-size: 12px;
    line-height: 1.6em;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0;
  }

  .guide__col--list li a {
    transition: 0.3s;
  }

  .guide__col--list li a:hover {
    color: #f7723e;
  }

  /* 0709改修 */
  .guide__col--list.-article li {
    border: none;
    box-shadow: none;
  }

  .guide__col--list.-article li + li {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #f2f2f2;
  }

  .guide__col--list.-article li dl {
    flex-wrap: wrap;
  }

  .guide__col--list.-article li dt,
  .guide__col--list.-article li dd {
    width: 100%;
  }

  .guide__col--list.-article li p.cat {
    display: block;
    margin-bottom: 0;
    padding: 8px 0;
    border: none;
    color: #f7723e;
    font-size: 12px;
    font-weight: bold;
  }

  .guide__col--list.-article li p.cat::after {
    content: none;
  }

  .guide__col--list.-article li p.cat span + span {
    margin-left: 8px;
  }

  .guide__col--list.-article li h4 {
    display: block;
    height: auto;
    padding: 0;
    background: none;
    font-size: 14px;
    font-weight: bold;
    overflow: visible;
  }

  .guide__col--list.-article li h4::after {
    content: none;
  }

  .guide__col--list.-article li p.read {
    margin: 8px 0;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
  }

  .guide__col--list.-article li p.date {
    display: block;
    margin-bottom: 0;
    padding: 0;
    border: none;
    color: #4f4f4f;
    font-size: 10px;
  }

  .guide__col--list.-article li p.date::after {
    content: none;
  }

  /* ----------------------------------------

フッター上 サービス登録

---------------------------------------- */

  .entry__txt--wrap {
    background: url(../img/common/entry-txt-bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  .entry__txt--wrap .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .entry__txt--wrap h3 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }

  .entry__txt--wrap .at_txt {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: bold;
  }

  /* ----------------------------------------

求人情報詳細ページ

---------------------------------------- */

  .jobs__info {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .jobs__info--wrap01 {
    order: 0;
    width: 100%;
  }

  .jobs__info--wrap01 .inner {
    padding: 40px 0 0 0;
  }

  .jobs__info--wrap01 .inner h2 {
    font-size: 15px;
    font-weight: bold;
  }

  .jobs__info--box {
    border: #dcdcdc solid 3px;
    padding: 20px;
    margin-top: 20px;
  }

  .jobs__search__result--list .jobs__info--box {
    border: none;
    padding: 0;
    margin-top: 20px;
  }

  .jobs__info--box dl {
    margin-bottom: 0;
  }

  .jobs__info--box dl + dl {
    margin-top: 15px;
  }

  .jobs__info--box dl dt {
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 4px solid #f7723e;
  }

  .jobs__search__result--list .jobs__info--box dl dt {
    border-left: 4px solid #ebebeb;
  }

  .jobs__info--box dl dd {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .jobs__info--wrap02 {
    margin: 40px auto 0 auto;
    padding: 0 0 40px 0;
  }

  .jobs__info aside {
    width: 100%;
    min-width: 252px;
    order: 0;
  }

  .jobs__search__result aside {
    padding: 0 20px;
  }

  .jobs__search__result ._item .link__box {
    margin-top: 20px;
  }

  .jobs__info--wrap02 {
    width: 100%;
    order: 2;
  }

  .search__conditions--box {
    background: #f7f7f7;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .search__conditions--box h3 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    line-height: 1.4em;
  }

  .search__conditions--box p {
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px;
    margin-bottom: 0;
    line-height: 1.4em;
  }

  h3.search__acc--ttl {
    background: #666666;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
  }

  h3.search__acc--ttl .navbar__toggle {
    position: absolute;
    z-index: 999;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
  }

  h3.search__acc--ttl .navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    border-radius: 1px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }

  h3.search__acc--ttl .navbar_toggle_icon:nth-child(1) {
    top: 12px;
    transition: 0.4s;
  }

  h3.search__acc--ttl .navbar_toggle_icon:nth-child(2) {
    top: 17px;
    transition: 0.4s;
    opacity: 1;
  }

  h3.search__acc--ttl .navbar_toggle_icon:nth-child(3) {
    top: 22px;
    transition: 0.4s;
  }

  h3.search__acc--ttl.open .navbar_toggle_icon:nth-child(1) {
    top: 17px;
    left: 15px;
    transition: 0.4s;
    transform: rotate(45deg);
  }

  h3.search__acc--ttl.open .navbar_toggle_icon:nth-child(2) {
    top: 15px;
    transition: 0.4s;
    opacity: 0;
  }

  h3.search__acc--ttl.open .navbar_toggle_icon:nth-child(3) {
    top: 13px;
    left: 15px;
    transition: 0.4s;
    transform: rotate(-45deg);
  }

  .search__acc--wrap {
    display: none;
    width: 100%;
    height: auto;
  }

  .search--nav h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .search--nav .search--list + h4 {
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
    padding-top: 20px;
  }

  .search--nav + .search--nav {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #b1aa9c;
  }

  .search--nav .search--list {
    padding: 0;
    margin: 0;
  }

  .search--nav .search--list._col2 {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search--nav .search--list li {
    padding: 0;
    font-size: 12px;
  }

  .search--nav .search--list._col2 li {
    width: 48%;
  }

  .search--nav .search--list._col2 li:nth-child(2) {
    margin-top: 0;
  }

  .search--nav .search--list li + li {
    margin-top: 5px;
  }

  .search--nav .search--list li a {
    transition: 0.3s;
  }

  .search--nav .search--list li a:hover {
    color: #f7723e;
    text-decoration: underline;
  }

  .search--nav .search--list li a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #f7723e;
    border-right: 1px solid #f7723e;
    transform: rotate(45deg) translateY(-50%);
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 2px;
    transition: 0.3s;
  }

  .jobs__about--box .copy--txt {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }

  .jobs__about--box .read--txt {
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 40px;
  }

  .jobs__about--box dl {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .jobs__about--box dt {
    width: 26%;
    font-size: 12px;
    font-weight: normal;
  }

  .jobs__about--box dd {
    width: 78%;
    font-size: 12px;
    margin-left: 2%;
    margin-bottom: 0;
  }

  .jobs__entry--box {
    background: #f7f7f7;
    padding: 20px;
    text-align: left;
    margin-top: 40px;
  }

  .jobs__entry--box .at__txt {
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 20px;
  }

  .page__nav {
    padding: 10px;
    background: #f7f7f7;
    margin: 60px auto 100px auto;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 90%;
  }

  .page__nav li {
    width: 33.3%;
    font-size: 14px;
  }

  .page__nav li.prev {
    text-align: left;
  }

  .page__nav li.prev span,
  .page__nav li.next span {
    color: #b5b5ae;
  }

  .page__nav li.prev a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 2px;
  }

  .page__nav li:nth-child(2) {
    text-align: center;
  }

  .page__nav li.next {
    text-align: right;
  }

  .page__nav li.next a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: 2px;
    left: -4px;
  }

  .page__nav li a:hover {
    color: #333;
  }

  /* ----------------------------------------

転職ガイド・コラムトップ

---------------------------------------- */

  .guide__col__top--wrap .img__txt--ttl {
    max-width: 90%;
    margin: 0 auto 20px auto;
    position: relative;
  }

  .guide__col__top--wrap .img__txt--ttl img {
    width: 100%;
  }

  .guide__col__top--wrap .img__txt--ttl .txt__box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  }

  .guide__col__top--wrap .img__txt--ttl .txt__box h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .guide__col__top--wrap .img__txt--ttl .txt__box h3 span {
    display: block;
    font-size: 40px;
    margin-bottom: 5px;
    opacity: 0.5;
  }

  .guide__col__top--wrap .img__txt--ttl .txt__box p {
    display: none;
  }

  .guide__col__top--wrap + .guide__col__top--wrap {
    margin-top: 50px;
  }

  .guide__col__top--wrap + .guide__col__top--wrap + .guide__col__top--wrap {
    margin-bottom: 60px;
  }

  .guide__col__top--wrap .inner02 + .inner02 {
    padding: 0 20px 0 20px;
  }

  /* ----------------------------------------

登録フォーム

---------------------------------------- */

  .entry__form--wrap01 {
    padding: 60px 0 0 0;
  }

  .entry__flow--wrap {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 0;
    width: 90%;
    margin: 0 auto 20px auto;
  }

  .entry__flow--wrap li {
    width: 33.3%;
    background: #f7f7f7;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    font-size: 12px;
  }

  .entry__flow--wrap li.active {
    background: #f7f7f7;
    font-weight: bold;
  }

  .entry__flow--wrap li + li:before {
    content: "";
    border: 19px solid transparent;
    border-left: 19px solid #dcdcdc;
    position: absolute;
    top: 0;
    left: 1px;
    z-index: 1;
  }

  .entry__flow--wrap li.active + li:before {
    border-left: 19px solid #f7f7f7;
  }

  .entry__flow--wrap li + li.active:before {
    border-left: 19px solid #f7f7f7;
  }

  .entry__flow--wrap li + li:after {
    content: "";
    border: 19px solid transparent;
    border-left: 19px solid #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .entry__flow--wrap li.active + li:after {
    content: "";
    border: 19px solid transparent;
    border-left: 19px solid #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .entry__form--wrap01 form {
    max-width: 800px;
    margin: 0 auto;
  }

  .entry__form--wrap01 .grunion-field-wrap {
    padding: 20px 0 0 0;
    padding-bottom: 20px;
  }

  .entry__form--wrap01 .grunion-field-wrap + .grunion-field-wrap {
    padding-top: 20px;
    border-top: 1px solid #f7f7f7;
  }

  .entry__form--wrap01 .grunion-field-wrap .left__box label {
    margin-bottom: 0;
    color: #666;
    font-weight: bold;
  }

  .entry__form--wrap01 .grunion-field-wrap .left__box {
    font-size: 14px;
  }

  .entry__form--wrap01 .grunion-field-wrap .left__box label span {
    margin-left: 10px;
    padding: 3px 3px;
    background: #f25b30;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
  }

  .entry__form--wrap01 .grunion-field-wrap .left__box label span.any {
    background-color: #bbb;
  }

  .entry__form--wrap01 .grunion-field-wrap .right__box {
    margin-top: 10px;
    font-size: 14px;
  }

  .entry__form--wrap01 .grunion-field-wrap .right__box .error {
    margin-top: 10px;
  }

  .entry__form--wrap01 .grunion-field-wrap .right__box._col2 {
    overflow: hidden;
  }

  .entry__form--wrap01 .grunion-field-wrap .right__box._col2 .select__form,
  .entry__form--wrap01 .grunion-field-wrap .right__box._col2 .txt__form {
    float: left;
  }

  .entry__form--wrap01 .select__form + .txt__form {
    margin-left: 0;
    margin-top: 10px;
  }

  .entry__form--wrap01
    .grunion-field-wrap
    .right__box._col2
    .select__form
    + .select__form {
    margin-left: 20px;
  }

  .entry__form--wrap01 input[type="tel"],
  .entry__form--wrap01 input[type="number"],
  .entry__form--wrap01 input[type="email"],
  .entry__form--wrap01 input[type="text"],
  .entry__form--wrap01 textarea,
  .entry__form--wrap01 select {
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 2px;
    border: 1px solid #999999;
    background: #fff;
    padding: 10px 10px;
    font-size: 14px;
    position: relative;
  }

  .entry__form--wrap01 .txt__form input,
  .entry__form--wrap01 .email__form input,
  .entry__form--wrap01 .tel__form input {
    width: 300px;
  }

  .entry__form--wrap01 .select__form {
    position: relative;
    font-size: 14px;
    display: inline-block;
  }

  .entry__form--wrap01 .select__form select {
    position: relative;
  }

  .entry__form--wrap01 .select__form:after {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #999;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .entry__form--wrap01 .mw_wp_form_confirm .select__form:after {
    display: none;
  }

  .entry__form--wrap01 .select__form._year:after,
  .entry__form--wrap01 .select__form._month:after,
  .entry__form--wrap01 .select__form._day:after {
    right: 30px;
  }

  .entry__form--wrap01 .select__form select {
    padding-right: 30px;
  }

  .entry__form--wrap01 .textarea__form {
    width: 100%;
  }

  .entry__form--wrap01 .textarea {
    width: 100%;
  }

  .entry__form--wrap01 .at__txt {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .entry__form--wrap01 .err__txt {
    font-size: 12px;
    color: #b22222;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .entry__form--wrap01 .contact__txt {
    text-align: center;
    font-size: 14px;
    line-height: 1.8em;
    margin: 40px 0 20px 0;
  }

  .entry__form--wrap01 .contact__txt a {
    text-decoration: underline;
  }

  .entry__form--wrap01 .contact-submit {
    text-align: center;
    margin: 0 auto;
  }

  .entry__form--wrap01._check .contact-submit {
    margin: 20px auto 0 auto;
  }

  .entry__form--wrap01 .contact-submit input[type="submit"],
  .entry__form--wrap01 .contact-submit input[type="button"] {
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: #f7723e;
    font-size: 14px;
    color: #fff;
    position: relative;
    width: 266px;
    line-height: 40px;
    font-weight: bold;
  }

  .entry__form--wrap01 .contact-submit input[type="submit"]:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
  }

  .entry__form--wrap01 .contact-submit input.return--btn {
    background: #f7f7f7;
    color: #333;
    margin-bottom: 20px;
  }

  .entry__form--wrap01 .contact-submit input[type="submit"]:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
  }

  .entry__form--wrap01 .contact-submit input.return--btn:after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }

  .entry__form--wrap01._comp .inner02 {
    padding-top: 20px;
  }

  .entry__form--wrap01 .mw_wp_form_input .input-show {
    display: block;
  }
  .entry__form--wrap01 .mw_wp_form_confirm .input-show {
    display: none;
  }
  .entry__form--wrap01 .mw_wp_form_input .conf-show {
    display: none;
  }

  /* ----------------------------------------

サービス紹介

---------------------------------------- */
  .service__top--wrap01 {
    padding-bottom: 40px;
  }
  .service__top--wrap01 section.inner02._item {
    overflow: inherit;
  }

  .service__top--wrap01 ._item .txt__box {
    width: 100%;
  }

  .service__top--wrap01 ._item .img__box {
    width: 100%;
    margin-bottom: 40px;
  }

  .service__top--wrap01 ._item .img__box img {
    width: 100%;
  }

  .service__top--wrap01 ._item h4 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
  }

  .service__top--wrap01 ._item span {
    position: absolute;
    right: 0;
    top: -30px;
    color: #f7f7f7;
    font-size: 50px;
    letter-spacing: -0.05em;
  }

  .service__top--wrap01 ._item b {
    display: block;
    color: #f7723e;
    font-size: 14px;
    border-bottom: #ebebeb solid 2px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
  }

  .service__top--wrap01 ._item b:after {
    content: "";
    width: 117px;
    height: 2px;
    background: #f7723e;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -2px;
  }

  .service__top--wrap01 ._item ul {
    padding: 0;
    margin: 0;
  }

  .service__top--wrap01 ._item ul li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.6em;
  }

  .service__top--wrap01 ._item ul li + li {
    margin-top: 10px;
  }

  .service__top--wrap01 ._item ul li:before {
    content: "";
    background: #ebebeb;
    width: 5px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 5px;
  }

  .service__top--wrap02 {
    background: #f7f7f7;
    padding: 60px 0 30px 0;
    margin-bottom: 60px;
  }

  .service__top--wrap02 ul {
    padding: 0;
    margin: 0;
  }

  .service__top--wrap02 ul li {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
  }

  .service__top--wrap02 ul li + li {
    margin-top: 20px;
  }

  .service__top--wrap02 ul li figure {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin: 0;
  }

  .service__top--wrap02 ul li figure img {
    width: 20%;
    margin-right: 10%;
  }

  .service__top--wrap02 ul li figure figcaption {
    width: 70%;
    font-size: 14px;
    line-height: 1.6em;
  }

  .consultant--wrap {
    padding-bottom: 60px;
  }

  .consultant--wrap section.inner02._item {
    position: relative;
    overflow: inherit;
  }

  .consultant--wrap ._item .img__box {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .consultant--wrap ._item .img__box img {
    width: 100%;
  }

  .consultant--wrap ._item .txt__box {
    width: 100%;
  }

  .consultant--wrap ._item h4 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: #ebebeb solid 2px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.6em;
  }

  .consultant--wrap ._item h4:after {
    content: "";
    width: 200px;
    height: 2px;
    background: #f7723e;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -2px;
  }

  .consultant--wrap .profile__box {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }

  .consultant--wrap .comment__box {
    padding: 20px;
    position: relative;
  }

  .consultant--wrap .comment__box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    z-index: -1;
  }

  .consultant--wrap .comment__box h5 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 20px;
  }

  .consultant--wrap .comment__box p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.6em;
  }

  .service__about--wrap .inner02 {
    display: block;
    padding-bottom: 60px;
  }

  .service__about--wrap .inner02 .box01,
  .service__about--wrap .inner02 .box03 {
    width: 100%;
  }

  .service__about--wrap .inner02 .box01 img,
  .service__about--wrap .inner02 .box03 img {
    width: 100%;
  }

  .service__about--wrap .inner02 .box01 h4 {
    background: #f7f7f7;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    margin: 0;
  }

  .service__about--wrap._corporate .inner02 .box01 h4 {
    background: #f7f7f7;
  }

  .service__about--wrap .inner02 .box01 p {
    text-align: center;
    font-size: 12px;
    margin: 0;
    background: #f7f7f7;
    padding: 10px 0;
  }

  .service__about--wrap._corporate .inner02 .box01 p {
    background: #f7f7f7;
  }

  .service__about--wrap .inner02 .box02 {
    width: 100%;
    position: relative;
    height: 100px;
  }

  .service__about--wrap .inner02 .box03 h4,
  .service__about--wrap .inner02 .box03 p {
    display: none;
  }

  .service__about--wrap .inner02 .box02 .gray {
    position: absolute;
    left: 0;
    top: 0;
    background: #f7f7f7;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    width: 150px;
    margin-bottom: 0;
  }
  .service__about--wrap._corporate .inner02 .box02 .gray {
    background: #f7f7f7;
  }

  .service__about--wrap .inner02 .box02 .gray:after {
    content: "";
    border: 75px solid transparent;
    border-top: 20px solid #f7f7f7;
    position: absolute;
    bottom: -95px;
    right: 0;
    z-index: 1;
  }

  .service__about--wrap._corporate .inner02 .box02 .gray:after {
    border-top: 20px solid #f7f7f7;
  }

  .service__about--wrap .inner02 .box02 .gray02 {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f7f7f7;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    width: 150px;
    margin-bottom: 0;
  }

  .service__about--wrap._corporate .inner02 .box02 .gray02 {
    background: #f7f7f7;
  }

  .service__about--wrap .inner02 .box02 .gray02:after {
    content: "";
    border: 75px solid transparent;
    border-bottom: 20px solid #f7f7f7;
    position: absolute;
    top: -95px;
    right: 0;
    z-index: 1;
  }

  .service__about--wrap._corporate .inner02 .box02 .gray02:after {
    border-bottom: 20px solid #f7f7f7;
  }

  .service__about--wrap .inner02 .box02 .orenge {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f7723e;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    width: 150px;
    margin-bottom: 0;
    color: #fff;
  }

  .service__about--wrap .inner02 .box02 .orenge:after {
    content: "";
    border: 75px solid transparent;
    border-bottom: 20px solid #f7723e;
    position: absolute;
    top: -95px;
    right: 0;
    z-index: 1;
  }

  .service__about--wrap .inner02 .box02 .orenge02 {
    position: absolute;
    left: 0;
    top: 0;
    background: #f7723e;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    width: 150px;
    margin-bottom: 0;
    color: #fff;
  }

  .service__about--wrap .inner02 .box02 .orenge02:after {
    content: "";
    border: 75px solid transparent;
    border-top: 20px solid #f7723e;
    position: absolute;
    bottom: -95px;
    right: 0;
    z-index: 1;
  }

  .service__flow--wrap .inner02 {
    overflow: inherit;
  }

  .service__flow--wrap ol {
    padding: 0;
    margin: 0;
  }

  .service__flow--wrap ol li {
    width: 100%;
    position: relative;
  }

  .service__flow--wrap ol li + li {
    margin-top: 40px;
  }

  .service__flow--wrap ol dl {
    margin: 0;
  }

  .service__flow--wrap ol dt {
    position: relative;
    border: 1px solid #ebebeb;
  }

  .service__flow--wrap ol dt span {
    position: absolute;
    left: 0;
    top: -10px;
    background: #ffffff;
    border: 1px solid #f7723e;
    color: #f7723e;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
  }

  .service__flow--wrap ol dt h4 {
    background: #ffffff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }

  .service__flow--wrap._corporate ol dt h4 {
    background: #f7f7f7;
  }

  .service__flow--wrap ol dd {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .service__flow--wrap ol dd p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.8em;
  }

  .service__flow--wrap ol dt img {
    width: 100%;
  }

  /* ----------------------------------------

プライバシー

---------------------------------------- */

  .privacy--wrap {
    padding: 60px 0;
  }

  .privacy--wrap ul {
    padding-left: 20px;
  }

  .privacy--wrap p + ul {
    margin-top: 20px;
  }

  .privacy--wrap ul li {
    list-style: disc;
    font-size: 12px;
  }

  .privacy--wrap ul li + li {
    margin-top: 10px;
  }

  /* ----------------------------------------

会社情報

---------------------------------------- */

  .inner02.company_profile--wrap {
    position: relative;
  }

  .company_profile--wrap:after {
    content: "";
    width: 90%;
    height: 2px;
    background: #ebebeb;
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 0;
  }

  .company_profile--wrap:before {
    content: "";
    width: 117px;
    height: 2px;
    background: #f7723e;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 0;
  }

  .inner02.company_profile--wrap dl {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    margin: 0;
    padding: 20px 0;
  }

  .inner02.company_profile--wrap dl + dl {
    border-top: 1px solid #ebebeb;
  }

  .inner02.company_profile--wrap dt {
    width: 25%;
    font-size: 12px;
  }

  .inner02.company_profile--wrap dd {
    width: 75%;
    margin: 0;
    font-size: 12px;
    line-height: 1.8em;
  }

  .company__contact--list {
    padding: 0;
    margin: 0;
  }

  .company__access--list {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .company__contact--list li {
    position: relative;
    background: #fff;
  }

  .company__access--list li {
    width: 48%;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
  }

  .company__contact--list li + li {
    margin-top: 20px;
  }

  .company__access--list li + li {
    margin-left: 4%;
  }

  .company__access--list li:nth-child(2n + 1) {
    margin-left: 0;
    margin-bottom: 0;
  }

  .company__access--list li:nth-child(5) {
    margin-bottom: 0;
  }

  .company__contact--list li figure,
  .company__access--list li figure {
    margin: 0;
  }

  .search__job--list li figure img,
  .company__contact--list li figure img {
    display: none;
  }

  .company__access--list li figure .gmap--box {
    display: none;
  }

  .company__contact--list li figcaption,
  .company__access--list li figcaption {
    background: #f7f7f7;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    margin: 0;
    position: relative;
    text-align: center;
  }

  .company__contact--list li a,
  .company__access--list li a {
    transition: 0.3s;
  }

  .company__contact--list li a:hover,
  .company__access--list li a:hover {
    color: #f7723e;
  }

  .company__contact--list li a:hover figcaption:after,
  .company__access--list li a:hover figcaption:after {
    border-top: 1px solid #f7723e;
    border-right: 1px solid #f7723e;
  }
  .company__info--link {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
    margin: 0 0 60px 0;
  }

  .company__info--link li {
    width: 48%;
    position: relative;
    background: #fff;
    display: block;
  }

  .company__info--link li + li {
    margin-left: 4%;
  }

  .company__info--link li a {
    background: #f7f7f7;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    margin: 0;
    position: relative;
    display: block;
    transition: 0.3s;
    line-height: 41px;
    text-align: center;
  }

  .company__info--link li a:hover {
    color: #f7723e;
  }

  .company__info--link li a:hover:after {
    border-top: 1px solid #f7723e;
    border-right: 1px solid #f7723e;
  }

  .service__top--wrap03 {
    background: #f7f7f7;
    padding: 40px 0 0 0;
    margin-bottom: 40px;
  }

  .service__top--wrap03 ul {
    padding: 0;
    margin: 0;
  }

  .service__top--wrap03 ul li {
    width: 100%;
  }

  .service__top--wrap03 ul li + li {
    margin-top: 40px;
  }

  .service__top--wrap03 ul li .wh--box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
  }

  .service__top--wrap03 ul li .read {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
  }

  .service__top--wrap03 ul li .read .img-box {
    width: 20%;
    margin-right: 4%;
    margin-bottom: 0;
  }

  .service__top--wrap03 ul li .read .img-box img {
    width: 100%;
  }

  .service__top--wrap03 ul li .read .txt-box {
    width: 76%;
  }

  .service__top--wrap03 ul li .read .txt-box h4 {
    font-size: 18px;
    font-weight: bold;
    color: #f7723e;
  }

  .service__top--wrap03 ul li .read .txt-box p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .service__top--wrap03 ul li .point--list {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    margin-bottom: 0;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    position: relative;
  }

  .service__top--wrap03 ul li .point--list:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #f7723e;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -1px;
  }

  .service__top--wrap03 ul li .point--list + .point--list {
    border-top: 0;
  }

  .service__top--wrap03 ul li .point--list + .point--list:before {
    display: none;
  }

  .service__top--wrap03 ul li .point--list dt {
    width: 20%;
    font-size: 12px;
    margin-right: 2%;
  }

  .service__top--wrap03 ul li .point--list dd {
    width: 78%;
    font-size: 12px;
    margin-bottom: 0;
  }

  .service__top--wrap03 ul li .at-txt {
    font-size: 12px;
    margin-bottom: 0;
  }

  .service__top--wrap04 ol {
    padding: 0;
    margin: 0;
  }

  .service__top--wrap04 ol li {
    width: 100%;
  }

  .service__top--wrap04 ol li + li {
    margin-top: 20px;
  }

  .service__top--wrap04 ol dl {
    margin-bottom: 0;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }

  .service__top--wrap04 ol dt {
    width: 35%;
    margin-right: 5%;
    position: relative;
    text-align: center;
  }

  .service__top--wrap04 ol dt .num {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 26px;
    font-weight: bold;
    color: #ebebeb;
  }

  .service__top--wrap04 ol dt .icon {
    background: #f7723e;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 10px auto;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }

  .service__top--wrap04 ol dt .icon img {
    width: 40px;
    height: 40px;
  }

  .service__top--wrap04 ol dt .read {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
  }

  .service__top--wrap04 ol dd {
    width: 65%;
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 0;
  }

  .corporate__service--wrap {
    margin: 0;
  }

  .corporate__service--wrap:last-child {
    margin-bottom: 60px;
  }

  .corporate__service--wrap .img-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .corporate__service--wrap .img-box img {
    width: 100%;
  }

  .corporate__service--wrap .txt-box {
    width: 100%;
  }

  .corporate__service--wrap .txt-box h4 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 30px;
  }

  .corporate__service--wrap .txt-box h4:before {
    content: "";
    width: 80px;
    height: 2px;
    background: #f7723e;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -2px;
  }

  .corporate__service--wrap .txt-box h4 span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
    color: #f7723e;
  }

  .corporate__service--wrap .txt-box h5 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .corporate__service--wrap .txt-box p {
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 0;
  }

  .corporate__service--wrap .txt-box h5 + p {
    margin-top: 10px;
  }

  .corporate__service--wrap .txt-box p + h5 {
    margin-top: 30px;
  }

  /* --------------------------------------

  メルマガ登録　フォーム

  -------------------------------------- */
  .job-mail .contact-submit {
    margin-top: 30px;
  }

  .job-mail .contact__txt {
    color: #999;
    font-size: 12px;
  }

  .job-mail .contact__txt a {
    color: #999;
  }

  .job-mail .txt__reg + .txt__reg {
    margin-top: 30px;
  }

  /* --------------------------------------

	フッター上　メルマガ登録

	-------------------------------------- */
  .aside__wrap {
    margin: 0 auto 0 auto;
    padding: 0 20px 40px 20px;
    overflow: hidden;
  }

  .aside__wrap p {
    margin-top: 8px;
    font-size: 12px;
  }
}

/* -------------------------------- /SP版のスタイルここまで ------------------------------------*/

/* -------------------------------- タブレット版のスタイルここから ------------------------------------*/

@media print, screen and (max-width: 1090px) and (min-width: 751px) {
  #slide__main .slick-slide {
    transform: scale(1);
    opacity: 1;
  }

  .area__box {
    width: 48%;
  }

  .type__box {
    width: 48%;
  }

  .search__area--list {
    background-size: 100%;
  }

  .search__area--list li:nth-child(4) {
    top: 65%;
    right: 36%;
  }

  .search__area--list li:nth-child(7) {
    top: 70%;
  }

  article._about {
    background: url(../img/home/about-bg.png) no-repeat 150px 100px,
      url(../img/common/wh-bg.png);
  }

  ._flow__box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main__visual--wrap .img__txt--box img {
    width: 180%;
  }

  .main__visual--wrap .txt--box {
    padding: 20px;
  }

  .jobs__info {
    padding: 0 20px 0 20px;
  }

  .jobs__info--wrap02 {
    width: 60%;
  }

  .service__about--wrap .inner02 .box01 h4,
  .service__about--wrap .inner02 .box03 h4 {
    font-size: 12px;
  }

  .service__about--wrap .inner02 .box01 p,
  .service__about--wrap .inner02 .box03 p {
    font-size: 12px;
  }

  .service__about--wrap .inner02 .box02 .gray,
  .service__about--wrap .inner02 .box02 .gray02,
  .service__about--wrap .inner02 .box02 .orenge,
  .service__about--wrap .inner02 .box02 .orenge02 {
    height: 40px;
    line-height: 40px;
    width: 120px;
    font-size: 10px;
    margin-bottom: 0;
  }

  .service__about--wrap .inner02 .box02 .gray02 {
    bottom: 30%;
  }

  .service__about--wrap .inner02 .box02 .orenge {
    bottom: 30%;
  }

  .service__about--wrap .inner02 .box02 .gray:after {
    border: 20px solid transparent;
    border-left: 20px solid #f7f7f7;
    right: -40px;
  }

  .service__about--wrap .inner02 .box02 .gray02:after {
    border: 20px solid transparent;
    border-right: 20px solid #f7f7f7;
    left: -40px;
  }

  .service__about--wrap .inner02 .box02 .orenge:after {
    border: 20px solid transparent;
    border-right: 20px solid #f7723e;
    left: -40px;
  }

  .service__about--wrap .inner02 .box02 .orenge02:after {
    border: 20px solid transparent;
    border-left: 20px solid #f7723e;
    right: -40px;
  }

  .service__flow--wrap ol dt h4 {
    font-size: 14px;
  }

  .service__flow--wrap ol li + li:before {
    top: 22%;
  }
}

/* -------------------------------- /タブレット版のスタイルここまで ------------------------------------*/

/* 211025 */

/* -------------------------------- PC版のスタイルここから ------------------------------------*/

@media print, screen and (min-width: 751px) {
  /* ----------------------------------------

  プロフィール一覧ページ

  ---------------------------------------- */

  .profile__mv {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }

  .profile__mv--img {
    margin: 0% 0% auto;
  }
  .profile__mv--img img {
    width: 100%;
    height: auto;
  }

  .profile__mv__copy {
    margin: 0% 4%;
    padding-top: 10%;
  }

  .profile__mv__copy--ttl h2 {
    padding-bottom: 7%;
    line-height: 150%;
  }

  .profile__mv__copy--txt p {
    line-height: 150%;
    font-size: 13px;
    color: #666666;
    font-weight: bold;
    padding-bottom: 4%;
  }

  .profile__list {
    margin: 100px 0 150px 0;
    padding: 10% 3% 10% 3%;
    background-color: #fff;
  }

  .profile__list--ttl {
    padding-top: 5%;
    padding-left: 7%;
    font-family: "Oswald", sans-serif;
    display: flex;
    align-items: center;
  }

  .profile__list--ttl:before {
    display: block;
    width: 135px;
    height: 1.8px;
    margin-right: 10px;
    background-color: #f7723e;
    content: "";
  }

  .profile__list--portrait img {
    width: 100%;
    padding-bottom: 7%;
  }

  .profile__list--name {
    padding-bottom: 5%;
  }

  .profile__list--name h3 {
    font-weight: bold;
  }

  .profile__list--name rt {
    font-weight: normal;
    font-size: 9px;
  }

  .profile__list--career p {
    font-size: 13px;
    line-height: 1.9;
    padding: 0 0 7% 0;
  }

  .profile__list--wrap {
    padding: 7%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .profile__list--wrap:after {
    content: "";
    display: block;
    width: calc((100%) / 3.5);
    height: 0;
  }

  .profile__list--item {
    width: calc((100%) / 3.5);
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
  }

  .profile__list--btn {
    width: 100%;
    height: 48px;
    margin-top: auto;
  }

  .profile__list--btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold;
    background-color: #bacccf;
    color: #333333;
    border-radius: 2px;
  }

  .profile__list--btn a:hover {
    opacity: 0.7;
    /* transform: translate(-3px, -3px);
    transition: .2s; */
  }

  /* ----------------------------------------

  プロフィール詳細ページ

  ---------------------------------------- */
  .profile__detail {
    margin: 30px 0% 0% 0%;
    background-color: #fff;
    height: 100%;
  }

  .profile__detail--ttl {
    padding: 5% 0 5% 15%;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    display: flex;
    align-items: center;
  }

  .profile__detail--ttl:before {
    display: block;
    width: 135px;
    height: 1.8px;
    margin-right: 10px;
    background-color: #f7723e;
    content: "";
  }

  .profile__detail--wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    background: linear-gradient(
      180deg,
      #fff 0%,
      #fff 15%,
      #f7f7f7 15%,
      #f7f7f7 100%
    );
  }

  .profile__detail__leftSide {
    width: 100%;
    height: 100%;
    padding: 0 7% 15% 15%;
  }

  .profile__detail__rightSide {
    width: 100%;
    height: 100%;
    padding: 0 15% 12% 0;
  }

  .profile__detail--portrait {
    width: 30vw;
  }

  .profile__detail--portrait img {
    width: 100%;
  }

  .profile__detail__inner01 {
    height: 30%;
  }

  .profile__detail__inner02 {
    padding-top: 10%;
    height: 40%;
  }

  .profile__detail--name h2 {
    font-weight: bold;
    font-size: 40px;
  }

  .profile__detail--name rt {
    font-weight: lighter;
    font-size: 11px;
  }

  .profile__detail--posision p {
    font-size: 14px;
  }

  .profile__detail--message p {
    font-size: 24px;
    padding-bottom: 5%;
  }

  .profile__detail--career p {
    font-size: 14px;
    line-height: 2;
  }

  .profile__interview {
    margin: 0% 0% 150px 0%;
    padding-top: 50px;
    background-color: #fff;
    display: block;
  }

  .profile__interview--wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15% 0 15%;
  }

  .profile__interview--inner01 {
    padding: 10% 0 7% 0;
    width: 46.5%;
  }

  .profile__interview--inner01__2 {
    display: block;
    width: 46.5%;
  }

  .profile__interview--img01 img {
    width: 100%;
  }

  .profile__interview--img01 {
    width: 100%;
  }

  .profile__interview--inner02 {
    display: block;
    margin-left: 7%;
    width: 46.5%;
  }

  .profile__interview--inner02__2 {
    margin-left: 7%;
    padding: 10% 0 7% 0;
    width: 46.5%;
  }

  .profile__interview--inner03 {
    display: block;
    padding-top: 10%;
    margin-right: 7%;
    width: 46.5%;
  }

  .profile__interview--inner03__2 {
    padding: 18% 0 7% 0;
    margin-right: 7%;
    width: 46.5%;
  }

  .profile__interview--inner04 {
    padding: 23% 0 7% 0;
    width: 46.5%;
  }

  .profile__interview--inner04__2 {
    display: block;
    padding-top: 10%;
    width: 46.5%;
  }

  .profile__interview--img02 img {
    width: 100%;
  }

  .profile__interview--img02 {
    width: 100%;
  }

  .profile__interview--inner05 {
    padding: 7% 15% 0 15%;
  }

  .profile__interview--q01 {
    padding-bottom: 10%;
  }

  .profile__interview--q02 {
    padding-bottom: 10%;
  }

  .profile__interview--q01 p {
    color: #888888;
    line-height: 1.8;
    font-size: 14px;
  }

  .profile__interview--q02 p {
    color: #888888;
    line-height: 1.8;
    font-size: 14px;
  }

  .profile__interview--q03 p {
    color: #888888;
    line-height: 1.8;
    font-size: 14px;
  }

  .profile__interview--a01 h3 {
    margin-bottom: 5%;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
  }

  .profile__interview--a02 h3 {
    font-weight: bold;
    margin-bottom: 5%;
    font-size: 24px;
    line-height: 1.5;
  }

  .profile__interview--a01 p {
    font-size: 14px;
    width: 100%;
    line-height: 1.8;
  }

  .profile__interview--a02 p {
    font-size: 14px;
    width: 100%;
    line-height: 1.8;
  }

  .profile__interview--a03 p {
    font-size: 14px;
    width: 100%;
    line-height: 1.8;
  }
}

/* -------------------------------- /PC版のスタイルここまで ------------------------------------*/

/* -------------------------------- SP版のスタイルここから ------------------------------------*/

@media screen and (max-width: 750px) {
  /* ----------------------------------------

  プロフィール一覧ページ

  ---------------------------------------- */
  .profile__main {
    margin-top: 0px;
    position: relative;
  }

  .profile__mv {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: block;
  }

  .profile__mv--img {
    margin: 0% 0% auto;
  }
  .profile__mv--img img {
    width: 100%;
    height: 100%;
  }

  .profile__mv__copy {
    padding: 10% 8% 0 8%;
  }

  .profile__mv__copy--ttl br {
    display: none;
  }

  .profile__mv__copy--ttl h2 {
    font-size: 22px;
    padding-bottom: 4%;
    line-height: 150%;
  }

  .profile__mv__copy--txt p {
    line-height: 150%;
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    padding-bottom: 0%;
  }

  .profile__list {
    margin: 100px 0 150px 0;
    padding: 10% 3% 10% 3%;
    background-color: #fff;
  }

  .profile__list--ttl {
    padding-top: 5%;
    padding-left: 7%;
    font-family: "Oswald", sans-serif;
    display: flex;
    align-items: center;
  }

  .profile__list--ttl:before {
    display: block;
    width: 20%;
    height: 1.8px;
    margin-right: 10px;
    background-color: #f7723e;
    content: "";
  }

  .profile__list--portrait {
    height: 40vh;
  }

  .profile__list--portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 25%;
    padding-bottom: 7%;
  }

  .profile__list--name {
    padding-bottom: 2%;
  }

  .profile__list--name h3 {
    font-weight: bold;
  }

  .profile__list--name rt {
    font-weight: normal;
    font-size: 9px;
  }

  .profile__list--career p {
    font-size: 13px;
    line-height: 1.9;
    padding: 0 0 2% 0;
  }

  .profile__list--wrap {
    padding: 7%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
  }

  .profile__list--wrap:after {
    content: "";
    display: block;
    width: calc((100%) / 3.5);
    height: 0;
  }

  .profile__list--item {
    width: 100%;
    display: block;
    flex-direction: column;
    margin-bottom: 100px;
    padding: 10px;
  }

  .profile__list--btn {
    width: 100%;
    height: 48px;
  }

  .profile__list--btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold;
    background-color: #bacccf;
    color: #333333;
    border-radius: 2px;
  }

  .profile__list--btn a:hover {
    opacity: 0.7;
    /* transform: translate(-3px, -3px);
    transition: .2s; */
  }

  /* ----------------------------------------

  プロフィール詳細ページ

  ---------------------------------------- */
  .profile__detail {
    margin: 30px 0% 0% 0%;
    background-color: #fff;
    height: 135vh;
  }

  .profile__detail--ttl {
    padding-left: 8%;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    display: flex;
    align-items: center;
  }

  .profile__detail--ttl:before {
    display: block;
    width: 20%;
    height: 1.8px;
    margin-right: 10px;
    background-color: #f7723e;
    content: "";
  }

  .profile__detail--wrap {
    position: relative;
    width: 100%;
    height: 118vh;
    background: linear-gradient(
      180deg,
      #fff 0%,
      #fff 20%,
      #f7f7f7 20%,
      #f7f7f7 100%
    );
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile__detail__leftSide {
    width: 100%;
    height: 70vh;
    margin: 0% 8%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .profile__detail__rightSide {
    width: 100%;
    height: 48vh;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .profile__detail--portrait {
    width: 100%;
    height: 100%;
  }

  .profile__detail--portrait img {
    width: 100%;
    height: 100%;
    padding-bottom: 8%;
    object-fit: cover;
    object-position: 20% 20%;
  }

  .profile__detail__inner01 {
    padding-bottom: 8%;
  }

  .profile__detail__inner02 {
    padding-bottom: 8%;
  }

  .profile__detail--name h2 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 0%;
  }

  .profile__detail--name rt {
    font-weight: lighter;
    font-size: 11px;
  }

  .profile__detail--posision p {
    font-size: 12px;
    margin-bottom: 3%;
  }

  .profile__detail--message p {
    font-size: 20px;
    margin-bottom: 8%;
  }

  .profile__detail--career p {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 0%;
  }

  .profile__detail--extra {
    display: none;
  }

  .profile__interview {
    margin: 35% 0% 100px 0%;
    background-color: #fff;
    display: block;
  }

  .profile__interview--wrap {
    display: block;
    flex-wrap: wrap;
    padding: 0 8% 8% 8%;
  }

  .profile__interview--inner01 {
    padding: 10% 0 10% 0;
    width: 100%;
  }

  .profile__interview--inner01__2 {
    display: block;
    width: 100%;
  }

  .profile__interview--img01 img {
    width: 100%;
  }

  .profile__interview--img01 {
    width: 100%;
  }

  .profile__interview--inner02 {
    display: block;
    width: 100%;
    padding-bottom: 10%;
  }

  .profile__interview--inner02__2 {
    padding: 10% 0 7% 0;
    width: 100%;
  }

  .profile__interview--inner03 {
    display: block;
    padding: 10% 0%;
    width: 100%;
  }

  .profile__interview--inner03__2 {
    padding: 18% 0 7% 0;
    width: 100%;
  }

  .profile__interview--inner04 {
    padding: 18% 0 7% 0;
    width: 100%;
  }

  .profile__interview--inner04__2 {
    display: block;
    padding-top: 10%;
    width: 100%;
  }

  .profile__interview--img02 img {
    width: 100%;
  }

  .profile__interview--img02 {
    width: 100%;
  }

  .profile__interview--inner05 {
    padding: 10% 8%;
  }

  .profile__interview--q01 {
    padding: 10% 0%;
  }

  .profile__interview--q02 {
    padding-bottom: 10%;
  }

  .profile__interview--q01 p {
    color: #888888;
    line-height: 1.8;
    margin-bottom: 3%;
    font-size: 14px;
  }

  .profile__interview--q02 p {
    color: #888888;
    line-height: 1.8;
    margin-bottom: 3%;
    font-size: 14px;
  }

  .profile__interview--q03 p {
    color: #888888;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 3%;
    padding-bottom: 7%;
  }

  .profile__interview--a01 h3 {
    padding-bottom: 5%;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
  }

  .profile__interview--a02 h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
  }

  .profile__interview--a01 p {
    font-size: 14px;
    width: 100%;
    line-height: 1.8;
    margin: 0%;
  }

  .profile__interview--a02 p {
    font-size: 14px;
    width: 100%;
    line-height: 1.8;
    margin: 0%;
  }

  .profile__interview--a03 p {
    font-size: 14px;
    width: 100%;
    line-height: 1.8;
    margin: 0%;
  }
}

/* -------------------------------- /SP版のスタイルここまで ------------------------------------*/

/* ----------------------------------------
目次
---------------------------------------- */

.c-toc {
  padding: 16px;
  margin: 36px 0;
  padding-right: 36px;
  background-color: #f7f9f9;
}

.c-toc__title {
  font-size: 18px;
  color: #6f7372;
  font-weight: bold;
  line-height: 1.5;
}

.c-toc__list {
  margin: 16px 0;
}

.c-toc__item {
  list-style: none !important;
}

.c-toc__link {
  display: block;
  padding: 8px 0;
  text-decoration: none !important;
  line-height: 1.6;
  color: #6f7372;
  border-bottom: 1px solid #e6e6e6;
}

/* ----------------------------------------
Description Box
---------------------------------------- */

.c-description {
  margin: 2rem 0 0 0;
  padding: 20px;
  font-size: 14px;
  line-height: 1.8em;
  color: #666666;
  border: 1px solid #ebebeb;
}

/* ----------------------------------------
メインビジュアル
---------------------------------------- */
.p-mainVisual__heading {
  color: #fff;
  font-size: 40px;
  line-height: 1.6em;
  text-align: left;
  width: 100%;
  max-width: 1096px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.p-mainVisual__heading span {
  font-size: 50px;
}

.p-mainVisual__heading .ore {
  color: #f7723e;
}

@media screen and (max-width: 750px) {
  .p-mainVisual__heading {
    font-size: 20px;
    width: 90%;
  }

  .p-mainVisual__heading span {
    font-size: 30px;
  }
}

/* -----------------------------------------

220818追加 求人ページリニューアル

------------------------------------------ */
/* 共通
------------------------------------------ */
.p-mainVisual__wrap {
  width: 100%;
  margin: 0;
  height: 170px;
  background: #f7f7f7;
  background: url(../img/jobs/jobs-main_bg.jpg) no-repeat right / cover;
  /*  background: url(/bengo4/wp/wp-content/themes/bengo4/assets/img/jobs/jobs-main_bg.jpg) no-repeat right / cover;*/
  position: relative;
}

.p-mainVisual__wrap .p-mainVisual__heading {
  line-height: 1.6em;
  text-align: left;
  width: 100%;
  max-width: 1096px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.p-mainVisual__wrap .p-heading__result {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5em;
}

.p-mainVisual__read {
  width: 68%;
  font-size: 12px;
  color: #666;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 750px) and (max-width: 1200px) {
  .p-mainVisual__wrap .p-mainVisual__heading {
    padding: 0 20px;
  }
  .p-mainVisual__read {
    width: 55%;
  }
}

@media (max-width: 750px) {
  .p-mainVisual__wrap {
    height: auto;
    background: none;
    background-image: url(/wp-content/themes/bengo4/assets/img/jobs/jobs-main_bg_sp.jpg);
    /*    background-image: url(/bengo4/wp/wp-content/themes/bengo4/assets/img/jobs/jobs-main_bg_sp.jpg);*/
    background-size: cover;
    background-position: top right;
  }

  .p-mainVisual__wrap .p-mainVisual__heading {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    transform: translate(0%, 0%);
  }

  .p-mainVisual__wrap .p-heading__result {
    font-size: 20px;
    margin: 0 16px;
    padding: 16px 0;
    width: 62.4%;
  }

  .p-mainVisual__read {
    background: #fff;
    padding: 16px 16px 0;
    width: 100%;
    font-size: 11px;
    line-height: 1.5em;
  }
}

/* 記事一覧
------------------------------------------ */

.p-joblistsInfo__article {
  margin-bottom: 30px;
  padding: 32px;
  border: 1px solid #ebebeb;
}

.p-joblists__header__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
}

.p-joblistsInfo_heading {
  flex: 1;
  margin-right: 30px;
}

.p-joblistsInfo__position {
  color: #666666;
  font-size: 14px;
  font-weight: 600;
}

.p-joblistsInfo__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}

.p-joblists__data__box {
  margin-top: 24px;
  padding: 16px;
  background-color: #f7f7f7;
  color: #333333;
}

.p-joblists__item {
  display: flex;
}

.p-joblists__item + .p-joblists__item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ebebeb;
}

.p-joblistsInfo__cate {
  flex-shrink: 0;
  min-width: 96px;
  margin-right: 16px;
  color: #666;
  font-size: 12px;
  font-weight: 300;
}

.p-joblistsInfo__icon {
  width: 20px;
  margin-right: 2px;
}

.p-joblistsInfo__text {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.p-joblists__item.skill .p-joblistsInfo__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}

.p-joblistsInfo__read {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 300;
}

.c-primaryLinkButton--chevron {
  position: relative;
  background: #ffffff;
  border: 1px solid #f7723e;
  width: 180px;
  padding-block: 0.75rem;
  padding-inline: 2rem 2.5rem;
  font-size: 13px;
  color: #333333;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  position: relative;
  gap: 0.5rem;
  transition: 0.3s;
  text-align: center;
}

.c-primaryLinkButton--chevron::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #f7723e;
  border-right: 1px solid #f7723e;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1.5rem;
}

.c-primaryLinkButton--chevron:hover {
  color: #f7723e;
}

@media (max-width: 750px) {
  .p-joblistsInfo__article {
    margin: 0 16px 16px;
    padding: 24px;
  }

  .p-joblistsInfo__article:last-child {
    margin-bottom: 32px;
  }

  .p-joblists__header__box {
    display: block;
    padding-bottom: 16px;
    border-bottom: 1px solid #ebebeb;
  }

  .p-joblistsInfo_heading {
    margin-right: 0;
  }

  .p-joblists__data__box {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .p-joblistsInfo__read {
    margin-bottom: 20px;
  }

  .p-joblists__item {
    display: block;
  }

  .p-joblistsInfo__text {
    margin-top: 4px;
  }

  .c-primaryLinkButton--chevron {
    display: block;
    width: 100%;
  }
  .c-primaryLinkButton--chevron::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #f7723e;
    border-right: 1px solid #f7723e;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1.5rem;
  }
}

/* 共通
------------------------------------------ */
.p-jobsDetail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1096px;
  margin: 0 auto 80px auto;
  padding-top: 80px;
}

.p-jobsDetail .sp {
  display: none !important;
}

.p-jobsDetail__main {
  width: 70%;
  order: 1;
  padding-right: 60px;
  color: #333333;
}

.p-jobsDetail__baseBox {
  margin: 0 auto 0 auto;
  padding: 0;
}

.p-jobsDetail__position {
  color: #666666;
  font-weight: 600;
}

.p-jobsDetail__heading {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.p-jobsDetail__tags {
  margin-top: 18px;
}

.p-jobsDetail__tags + .p-jobsDetail__tags {
  margin-top: 8px;
}

.p-jobsDetail__tag {
  display: inline-block;
  padding: 4px 8px;
  margin: 0px 8px 8px 0;
  font-size: 11px;
}

.p-jobsDetail__tag.-keiken {
  border: 1px solid #fffaf7;
  background-color: #fffaf7;
  color: #f7723e;
}

.p-jobsDetail__tag.-recruit {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  color: #666666;
}

.p-jobsDetail__info {
  padding: 12px 32px;
  margin-top: 24px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
}

.p-jobsDetail__infoItem {
  margin-bottom: 0;
}

.p-jobsDetail__infoItem + .p-jobsDetail__infoItem {
  margin-left: 20px;
}

.p-jobsDetail__infoItem.place {
  min-width: 80px;
  /*  flex-shrink: 0;*/
}

.p-jobsDetail__infoItem.salary {
  min-width: 150px;
  /*  flex-shrink: 0;*/
}

.p-jobsDetail__infoItem.skill {
  min-width: 130px;
  /*  flex: 1;*/
}

.p-jobsDetail__infoItem dt {
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  white-space: nowrap;
}

.p-jobsDetail__icon {
  width: 20px;
  margin-right: 2px;
}

.p-jobsDetail__infoItem dd {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

.p-jobsDetail__recommended {
  margin-top: 32px;
  padding: 24px;
  border: 1px solid #ebebeb;
}

.p-jobsDetail__recommended dt {
  font-size: 16px;
  font-weight: 700;
}

.p-jobsDetail__recommended dd {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
}

.p-jobsDetail__basic {
  margin: 80px auto 0;
}

.p-jobsDetail__subTitle {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 48px;
}

.p-jobsDetail__subTitle::after {
  border-top: 2px solid #ebebeb;
  content: "";
  width: 100%;
  margin-left: 16px;
}

.p-jobsDetail__basic dl {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.p-jobsDetail__basic dl:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.p-jobsDetail__basic dt {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  padding-right: 16px;
  line-height: 1.5;
}

.p-jobsDetail__basic dd {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

.p-jobsDetail__basic dd > span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.p-jobsDetail__company {
  width: 30%;
  order: 2;
  margin: 0 auto 0 auto;
  color: #333333;
}

.p-jobsDetail__companyTitle {
  display: none;
}

.p-jobsDetail__companyBody {
  position: sticky;
  top: 20px;
}

.p-jobsDetail__companyInner {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 32px 24px;
}

.p-jobsDetail__companyInner dl + dl {
  margin-top: 16px;
}

.p-jobsDetail__companyInner dt {
  color: #666666;
  font-size: 12px;
  font-weight: 600;
}

.p-jobsDetail__companyInner dd {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
}

.p-jobsDetail__btnWrap {
  margin-top: 56px;
  background: #f7f7f7;
  padding: 32px;
  text-align: center;
  display: flex;
}

.c-jobprimaryButton--chevron {
  position: relative;
  background: #f7723e;
  padding-left: 5em;
  padding-block: 0.75rem;
  padding-inline: 3.5rem 3rem;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  position: relative;
  gap: 0.5rem;
  transition: 0.3s;
  text-align: center;
}

.c-mailprimaryButton--chevron {
  position: relative;
  background: #ffffff;
  padding-block: 0.75rem;
  padding-inline: 2rem 3rem;
  font-size: 13px;
  color: #333333;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  border: solid 1px #f7723e;
  position: relative;
  gap: 0.5rem;
  transition: 0.3s;
  text-align: center;
}

.c-mailprimaryButton--chevron::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #f7723e;
  border-right: 1px solid #f7723e;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1.5rem;
}

.c-jobprimaryButton--chevron:hover {
  color: #fff;
  background-color: #f66126;
}

.c-mailprimaryButton--chevron:hover {
  color: #f7723e;
}

.p-jobsDetail__company .p-jobsDetail__btnWrap {
  background: #fff;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  margin-top: 0;
  padding: 20px 20px;
  display: block;
}

.p-jobsDetail__company .p-jobsDetail__btnWrap .c-jobprimaryButton--chevron {
  padding-inline: 2rem 2rem;
  margin-bottom: 1rem;
}

.p-jobsDetail__company .p-jobsDetail__btnWrap .c-mailprimaryButton--chevron {
  padding-inline: 1.5rem 2.5rem;
}

.recommend--box {
  border-top: 1px solid #ebebeb;
  padding-top: 50px;
}

@media (max-width: 750px) {
  .p-jobsDetail {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-lines: multiple;
    padding: 20px 20px;
    margin: 0 auto 40px auto;
  }

  .p-jobsDetail .sp {
    display: block !important;
  }

  .p-jobsDetail__main {
    width: 100%;
    order: 0;
    padding-right: 0;
  }

  .p-jobsDetail__baseBox {
    padding: 20px 0 0 0;
  }

  .p-jobsDetail__position {
    font-size: 14px;
  }

  .p-jobsDetail__heading {
    font-size: 20px;
  }

  .p-jobsDetail__tags {
    margin: 20px -4px -4px;
  }

  .p-jobsDetail__tags + .p-jobsDetail__tags {
    margin-top: 4px;
  }

  .p-jobsDetail__tag {
    margin: 4px;
  }

  .p-jobsDetail__info {
    flex-wrap: wrap;
    padding: 16px;
    margin-top: 16px;
  }

  .p-jobsDetail__infoItem + .p-jobsDetail__infoItem {
    margin-left: 0;
  }

  .p-jobsDetail__infoItem.place {
    width: 40%;
    padding-right: 16px;
  }

  .p-jobsDetail__infoItem.salary {
    width: 60%;
  }

  .p-jobsDetail__infoItem.skill {
    width: 100%;
    margin-top: 16px;
  }

  .p-jobsDetail__recommended {
    margin-top: 24px;
    padding: 24px;
  }

  .p-jobsDetail__recommended dt {
    font-size: 14px;
  }

  .p-jobsDetail__recommended dd {
    font-size: 12px;
    line-height: 1.5;
  }

  .p-jobsDetail__basic {
    margin: 40px auto 0;
  }

  .p-jobsDetail__subTitle {
    margin-bottom: 36px;
  }

  .p-jobsDetail__basic dl {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  .p-jobsDetail__basic dt {
    width: 100%;
  }

  .p-jobsDetail__basic dd {
    margin-top: 14px;
  }

  .p-jobsDetail__basic dd > span {
    font-size: 14px;
    margin-top: 8px;
  }

  .p-jobsDetail__company {
    width: 100%;
    order: 1;
    margin: 56px auto 0;
  }

  .p-jobsDetail__companyTitle {
    display: flex;
  }

  .p-jobsDetail__companyBody {
    position: static;
  }

  .p-jobsDetail__companyInner {
    padding: 32px 20px;
  }

  .p-jobsDetail__companyInner dl + dl {
    margin-top: 16px;
  }

  .p-jobsDetail__companyInner dt {
    color: #666666;
    font-size: 12px;
    font-weight: 600;
  }

  .p-jobsDetail__companyInner dd {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
  }

  .p-jobsDetail__btnWrap {
    display: block;
    margin-top: 56px;
    background: none;
    padding: 0;
    flex-wrap: wrap;
  }

  .c-jobprimaryButton--chevron {
    display: block;
    width: 100%;
  }

  .c-mailprimaryButton--chevron {
    display: block;
    width: 100%;
    margin-top: 16px;
  }

  .c-mailprimaryButton--chevron::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #f7723e;
    border-right: 1px solid #f7723e;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1.5rem;
  }

  .p-jobsDetail__company .p-jobsDetail__btnWrap {
    padding: 32px 20px;
  }

  .p-jobsDetail__company .p-jobsDetail__btnWrap .c-jobprimaryButton--chevron {
    padding-inline: inherit;
    margin-bottom: inherit;
  }

  .p-jobsDetail__company .p-jobsDetail__btnWrap .c-mailprimaryButton--chevron {
    padding-inline: inherit;
  }

  .recommend--box {
    border-top: 1px solid #ebebeb;
    padding-top: 50px;
  }
}
