@charset "UTF-8";
/****************************************************
Break Point Settings
****************************************************/
/**
* Table of Contntens:
*
*  1.0 - リセット
*  2.0 - 基本構造
*  3.0 - ヘッダー
*    3.1 - ドロワーメニュー
*  4.0 - フッター
*  5.0 - ページ共通
*  6.0 - トップページ
*  7.0 - 下層ページ
*   7.1 - 新規会員登録
*   7.2 - お仕事関連ページ
*    7.2.1 -お仕事検索
*    7.2.2 -お仕事一覧
*    7.2.3 -お仕事詳細
*   7.3 - ログイン
*   7.4 - マイページ
*   7.5 - 特集
*   7.6 - お問い合わせ
*   7.7 - パスワード再発行
*   7.8 - 会社概要
*   7.9 - 職種一覧
* -----------------------------------------------------------------------------
*/
/**
* 1.0 - リセット
* -----------------------------------------------------------------------------
*/
* {
  box-sizing: border-box; }

html {
  font-size: 16px;
  font-feature-settings: "palt";
  margin: 0; }

body {
  margin: 0; }

main {
  display: block; }

/* img */
img {
  vertical-align: bottom;
  border: none; }

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

/* table */
table {
  border-collapse: collapse;
  width: 100%; }

p {
  font-feature-settings: "pkna"; }

/* link */
a {
  text-decoration: none;
  color: inherit; }

/* align */
.right {
  text-align: right; }

.center {
  text-align: center; }

/* typography */
h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
  line-height: 1; }

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; }

/* visibility */
@media screen and (max-width: 768px) {
  .pconly {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .pc-tab {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .tab-sp {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .tab-sp {
    display: block; } }

@media screen and (min-width: 769px) {
  .tabonly {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .tabonly {
    display: block; } }
@media screen and (max-width: 480px) {
  .tabonly {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .sponly {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .sponly {
    display: none !important; } }
@media screen and (max-width: 480px) {
  .sponly {
    display: block !important; } }

/**
* 2.0 - 基本
* -----------------------------------------------------------------------------
*/
body {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  margin-top: 55px;
  color: #333; }

.inner {
  max-width: 1120px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }

.flex {
  display: flex;
  justify-content: space-between; }

/**
* 3.0 - ヘッダー
* -----------------------------------------------------------------------------
*/
body.spnav_open {
  overflow: hidden; }

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: #fff; }
  header:before {
    content: "";
    width: 100%;
    height: 10px;
    background-image: url("../images/common/line_header.jpg");
    background-size: contain;
    background-repeat: repeat-x;
    display: block; }
  header h1 {
    padding-top: 5px;
    padding-bottom: 5px; }
    header h1 img {
      max-height: 35px;
      width: 13.9vw; }
      @media screen and (min-width: 1280px) {
        header h1 img {
          width: 178px; } }
      @media screen and (max-width: 768px) {
        header h1 img {
          max-width: 147px;
          width: 30.6vw; } }
    header h1 span {
      font-size: 0.9vw;
      display: inline-block;
      vertical-align: middle;
      transform: translateY(-3px);
      color: #808080; }
      @media screen and (min-width: 1280px) {
        header h1 span {
          font-size: 12px; } }
      @media screen and (max-width: 790px) {
        header h1 span {
          display: none; } }

header nav,
.drawer {
  padding-top: 10px; }
  header nav ul,
  .drawer ul {
    display: inline-block; }
    header nav ul li,
    .drawer ul li {
      display: inline-block;
      margin-right: 1vw; }
      header nav ul li a,
      .drawer ul li a {
        color: #3fa9f5;
        font-size: 1vw; }
        @media screen and (min-width: 1280px) {
          header nav ul li a,
          .drawer ul li a {
            font-size: 14px; } }
        header nav ul li a:before,
        .drawer ul li a:before {
          content: "";
          width: 1vw;
          height: 1vw;
          background-repeat: no-repeat;
          background-position: center;
          display: inline-block;
          vertical-align: text-top;
          margin-right: 5px; }
          @media screen and (min-width: 1280px) {
            header nav ul li a:before,
            .drawer ul li a:before {
              width: 13px;
              height: 13px; } }
          @media screen and (max-width: 768px) {
            header nav ul li a:before,
            .drawer ul li a:before {
              width: 13px;
              height: 13px; } }
      header nav ul li.list a:before,
      .drawer ul li.list a:before {
        background-image: url("../images/common/icon_list.svg"); }
      header nav ul li.search a:before,
      .drawer ul li.search a:before {
        background-image: url("../images/common/icon_search.svg"); }
      header nav ul li.newer a:before,
      .drawer ul li.newer a:before {
        background-image: url("../images/common/icon_newer.svg"); }
      header nav ul li.contact a:before,
      .drawer ul li.contact a:before {
        background-image: url("../images/common/icon_contact.svg"); }
      header nav ul li.login a, header nav ul li.user_register a,
      .drawer ul li.login a,
      .drawer ul li.user_register a {
        border-radius: 100px;
        color: #fff;
        font-size: 0.9vw;
        padding: 5px 10px; }
        @media screen and (min-width: 1280px) {
          header nav ul li.login a, header nav ul li.user_register a,
          .drawer ul li.login a,
          .drawer ul li.user_register a {
            font-size: 12px; } }
        @media screen and (max-width: 768px) {
          header nav ul li.login a, header nav ul li.user_register a,
          .drawer ul li.login a,
          .drawer ul li.user_register a {
            font-size: 12px; } }
      header nav ul li.login a,
      .drawer ul li.login a {
        background-color: #e8b342; }
        header nav ul li.login a:before,
        .drawer ul li.login a:before {
          background-image: url("../images/common/icon_login.svg"); }
      header nav ul li.user_register a,
      .drawer ul li.user_register a {
        background-color: #64ccd1; }
        header nav ul li.user_register a:before,
        .drawer ul li.user_register a:before {
          background-image: url("../images/common/icon_register2.svg"); }
  @media screen and (max-width: 768px) {
    header nav .nav2,
    .drawer .nav2 {
      padding-right: 40px; } }

/* Toggle Button */
.toggle_spnav {
  position: absolute;
  top: 23px;
  right: 12px; }

.btn-trigger {
  position: relative;
  width: 22px;
  height: 17px;
  cursor: pointer; }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #5a5316;
    border-radius: 4px;
    transition: .2s; }
    .btn-trigger span:nth-of-type(1) {
      top: 0; }
    .btn-trigger span:nth-of-type(2) {
      top: 7px; }
    .btn-trigger span:nth-of-type(3) {
      bottom: 0px; }

.btn-trigger span:nth-of-type(3) {
  bottom: 0; }

#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg); }
#btn01.active span:nth-of-type(2) {
  opacity: 0; }
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg); }

/* Drawer */
.drawer {
  background-color: #fefcf4;
  border-bottom: 1px solid #ccc;
  width: 50vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -50vw;
  z-index: 4;
  padding-top: 60px;
  transition: right .2s; }
  .drawer ul li a {
    font-size: 19px;
    padding: 20px;
    display: block;
    width: 100%;
    height: 100%;
    color: #4c94aa; }
    .drawer ul li a:before {
      width: 17px;
      height: 17px; }
  .drawer ul li.list a:before {
    background-image: url("../images/common/icon_list2.svg"); }
  .drawer ul li.search a:before {
    background-image: url("../images/common/icon_search2.svg"); }
  .drawer ul li.newer a:before {
    background-image: url("../images/common/icon_newer2.svg"); }
  .drawer ul li.contact a:before {
    background-image: url("../images/common/icon_contact2.svg"); }

.spnav_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: none; }

body.spnav_open .drawer {
  right: 0; }
body.spnav_open .spnav_overlay {
  position: fixed;
  display: block; }

/**
* 4.0 - フッター
* -----------------------------------------------------------------------------
*/
footer {
  background-color: #effafa;
  padding-top: 45px; }
  @media screen and (max-width: 480px) {
    footer .inner > .flex {
      display: block; } }

@media screen and (max-width: 768px) {
  .footer_l {
    text-align: center; } }
.footer_l .logo {
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .footer_l .logo {
      margin-bottom: 10px; } }
  .footer_l .logo img {
    max-width: 313px;
    width: 100%; }
    @media screen and (max-width: 480px) {
      .footer_l .logo img {
        max-width: 287px; } }
.footer_l .tel {
  display: inline-block;
  background-color: #fff;
  padding: 15px 40px 15px 20px; }
  @media screen and (max-width: 480px) {
    .footer_l .tel {
      text-align: left; } }
  .footer_l .tel .num {
    color: #e8b342;
    font-size: 23px; }
    @media screen and (min-width: 769px) {
      .footer_l .tel .num {
        pointer-events: none; } }
    @media screen and (max-width: 768px) {
      .footer_l .tel .num {
        pointer-events: auto; } }

.footer_r {
  flex-basis: 300px; }
  .footer_r ul {
    flex-wrap: wrap; }
    @media screen and (max-width: 480px) {
      .footer_r ul {
        margin-top: 60px;
        max-width: 315px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 120px; } }
    .footer_r ul li {
      flex-basis: 50%;
      margin-bottom: 1em; }
      .footer_r ul li a {
        color: #4e5c86;
        font-size: 15px; }
        .footer_r ul li a:before {
          content: ">";
          display: inline; }

.copyright {
  font-size: 14px;
  color: #808080;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 10px; }

.totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  width: 50px;
  height: 50px;
  background-image: url("../images/common/totop.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .totop {
      right: 20px;
      width: 45px;
      height: 45px; } }

/**
* 5.0 - ページ共通
* -----------------------------------------------------------------------------
*/
.sec_links {
  padding-top: 60px;
  padding-bottom: 65px; }
  @media screen and (max-width: 480px) {
    .sec_links {
      padding-top: 45px;
      padding-bottom: 45px; } }
  .sec_links .flex {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 480px) {
      .sec_links .flex {
        display: block; } }
    .sec_links .flex > div {
      flex-basis: 48.8%; }
      .sec_links .flex > div a {
        border-radius: 7px;
        display: block;
        width: 100%;
        height: 100%;
        font-size: 24px;
        color: #fff;
        text-align: center;
        position: relative;
        padding: 13px 10px;
        font-weight: bold; }
        .sec_links .flex > div a:after {
          content: "";
          position: absolute;
          bottom: -8px;
          right: -8px;
          background-size: contain;
          width: 100%;
          height: 100%;
          border-radius: 7px;
          z-index: -1; }
        .sec_links .flex > div a:before {
          content: "";
          width: 28px;
          height: 38px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          position: absolute;
          right: 10px;
          top: -15px; }
  .sec_links .find a {
    background-color: #e8b342; }
    .sec_links .find a:after {
      background-image: url("../images/common/bg_slanting1.jpg"); }
    .sec_links .find a:before {
      background-image: url("../images/common/icon_find.svg"); }
    .sec_links .find a:hover {
      background-color: rgba(232, 179, 66, 0.9); }
  @media screen and (max-width: 480px) {
    .sec_links .find {
      margin-bottom: 40px; } }
  .sec_links .register a {
    background-color: #64ccd1; }
    .sec_links .register a:after {
      background-image: url("../images/common/bg_slanting2.jpg"); }
    .sec_links .register a:before {
      background-image: url("../images/common/icon_register.svg"); }
    .sec_links .register a:hover {
      background-color: rgba(100, 204, 209, 0.9); }

.modaal-content-container {
  padding: 0; }
  .modaal-content-container .wrap {
    background-color: #fff;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px; }
    .modaal-content-container .wrap h3 {
      font-size: 17px;
      font-weight: bold;
      margin-bottom: 40px; }
    .modaal-content-container .wrap dl {
      margin-top: 50px;
      line-height: 1.8; }
    .modaal-content-container .wrap dd {
      margin-left: 0; }
      .modaal-content-container .wrap dd:not(:last-of-type) {
        margin-bottom: 30px; }
    .modaal-content-container .wrap .close {
      width: 22px;
      height: 22px;
      position: absolute;
      top: -30px;
      right: 0;
      background-image: url("../images/contact/btn_close.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }

.modaal-close {
  display: none !important; }

.anchor {
  position: absolute;
  top: -55px;
  left: 0; }

/**
* 6.0 - トップページ
* -----------------------------------------------------------------------------
*/
.home {
  /* スライダー */
  /* 左右に斜めライン入りの見出し */
  /* 「新着のお仕事」「PickUP」共通 */
  /* 新着のお仕事 */
  /* PickUP */
  /* Banner Area */
  /* お仕事を探す */
  /* リゾートアルパいとのポイント */
  /* お仕事に就くまでの3つのSTEP */
  /* お仕事に就くまでの3つのSTEP */ }
  .home .slider_home .slick-slide img {
    max-height: 400px; }
    @media screen and (max-width: 904px) {
      .home .slider_home .slick-slide img {
        width: 100%; } }
  .home .slick-dots {
    margin-top: 10px;
    bottom: -40px; }
    .home .slick-dots li button:before {
      width: 10px;
      height: 10px;
      border-radius: 5px;
      border: 1px solid #c4c7ed;
      content: "";
      background-color: #fff;
      opacity: 1;
      box-sizing: border-box; }
    .home .slick-dots li.slick-active button:before {
      background-color: #a7ace3; }
  .home .slick-next,
  .home .slick-prev {
    z-index: 1;
    width: 14px;
    height: 21px;
    background-size: contain; }
    .home .slick-next:before,
    .home .slick-prev:before {
      content: ""; }
    .home .slick-next:focus, .home .slick-next:hover,
    .home .slick-prev:focus,
    .home .slick-prev:hover {
      opacity: .8; }
  .home .slick-next {
    right: calc(100vw/2 - 430px);
    background-image: url("../images/home/arrow_next.svg"); }
    .home .slick-next:focus, .home .slick-next:hover {
      background-image: url("../images/home/arrow_next.svg"); }
    @media screen and (max-width: 903px) {
      .home .slick-next {
        right: 20px; } }
  .home .slick-prev {
    left: calc(100vw/2 - 430px);
    background-image: url("../images/home/arrow_prev.svg"); }
    .home .slick-prev:focus, .home .slick-prev:hover {
      background-image: url("../images/home/arrow_prev.svg"); }
    @media screen and (max-width: 903px) {
      .home .slick-prev {
        left: 20px; } }
  .home .slt {
    text-align: center;
    font-weight: bold;
    color: #122f5b; }
    .home .slt span {
      position: relative; }
      .home .slt span:before, .home .slt span:after {
        content: "";
        width: 2px;
        height: 28px;
        position: absolute;
        top: 50%;
        background-color: #122f5b; }
      .home .slt span:before {
        transform: rotate(-35deg) translateY(-50%);
        left: -20px; }
      .home .slt span:after {
        transform: rotate(35deg) translateY(-50%);
        right: -20px; }
  .home .sec_jobs {
    padding-top: 30px; }
    @media screen and (max-width: 480px) {
      .home .sec_jobs .inner > .flex {
        flex-wrap: wrap; } }
    .home .sec_jobs .bg {
      background-image: url("../images/common/bg1.jpg");
      background-position: center;
      padding-top: 30px;
      padding-bottom: 30px;
      margin-top: 10px; }
      @media screen and (max-width: 480px) {
        .home .sec_jobs .bg {
          padding-top: 20px;
          padding-bottom: 5px; } }
    .home .sec_jobs .item {
      flex-basis: 23.24%;
      background-color: #fff;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
      position: relative; }
      .home .sec_jobs .item > a {
        display: block;
        width: 100%;
        height: 100%; }
        .home .sec_jobs .item > a:hover {
          opacity: .8; }
      @media screen and (max-width: 480px) {
        .home .sec_jobs .item {
          flex-basis: 47.7%;
          margin-bottom: 4.6%; } }
      .home .sec_jobs .item .thum {
        padding-top: 68.9%;
        background-size: cover;
        background-position: center; }
      .home .sec_jobs .item .contents {
        padding: 10px;
        font-size: 15px; }
        .home .sec_jobs .item .contents > div {
          margin-bottom: 10px; }
        @media screen and (max-width: 480px) {
          .home .sec_jobs .item .contents {
            font-size: 12px; } }
      .home .sec_jobs .item .title {
        font-size: 18px;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 10px;
        font-weight: bold; }
        @media screen and (max-width: 480px) {
          .home .sec_jobs .item .title {
            font-size: 15px; } }
      .home .sec_jobs .item .label {
        font-size: 13px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        padding: 1px 10px;
        letter-spacing: .2em;
        margin-right: 10px; }
        @media screen and (max-width: 480px) {
          .home .sec_jobs .item .label {
            font-size: 10px; } }
      .home .sec_jobs .item .icon_new {
        position: absolute;
        top: 0;
        left: 0;
        width: 49px; }
      .home .sec_jobs .item .place .label {
        background-color: #6c74d1; }
      .home .sec_jobs .item .occupation .label {
        background-color: #64ccd1; }
      .home .sec_jobs .item .term .label {
        background-color: #e8b342; }
      .home .sec_jobs .item .wage .label {
        background-color: #4e5c86; }
  .home .sec_new {
    margin-bottom: 40px;
    padding-top: 0; }
    @media screen and (max-width: 480px) {
      .home .sec_new {
        margin-bottom: 20px; } }
  .home .sec_pickup {
    margin-bottom: 50px; }
    @media screen and (max-width: 480px) {
      .home .sec_pickup {
        margin-bottom: 0px; } }
  .home .sec_banner {
    padding-top: 30px;
    padding-bottom: 30px; }
    .home .sec_banner .flex {
      flex-wrap: wrap; }
      @media screen and (max-width: 480px) {
        .home .sec_banner .flex {
          display: block; } }
      .home .sec_banner .flex > div {
        flex-basis: 48.7%;
        margin-bottom: 2.6%; }
        .home .sec_banner .flex > div img {
          width: 100%; }
  .home .sec_search {
    background-color: #fbf0c8;
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative; }
    @media screen and (max-width: 480px) {
      .home .sec_search {
        padding-bottom: 40px; } }
    .home .sec_search:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background-image: url("../images/common/line_header.jpg");
      background-repeat: repeat-x;
      background-size: contain; }
    .home .sec_search h2 {
      margin-bottom: 10px; }
    .home .sec_search form {
      background-color: #fff;
      max-width: 748px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 29px;
      padding: 50px 6.6%; }
      @media screen and (max-width: 480px) {
        .home .sec_search form {
          border-radius: 0;
          padding-top: 20px;
          padding-bottom: 30px; } }
      .home .sec_search form table tr:not(:last-child) {
        border-bottom: 1px solid #fbf0c8; }
        @media screen and (max-width: 480px) {
          .home .sec_search form table tr:not(:last-child) {
            border-bottom: none; } }
      .home .sec_search form table tr th, .home .sec_search form table tr td {
        padding: 10px; }
        @media screen and (max-width: 480px) {
          .home .sec_search form table tr th, .home .sec_search form table tr td {
            display: block; } }
      .home .sec_search form table tr th {
        text-align: left;
        font-size: 17px; }
        @media screen and (max-width: 480px) {
          .home .sec_search form table tr th {
            border-left: 3px solid #e8b342;
            padding-top: 0;
            padding-bottom: 0; } }
      @media screen and (max-width: 480px) {
        .home .sec_search form table tr td {
          padding-left: 0;
          border-bottom: 1px solid #fbf0c8;
          margin-bottom: 17px; } }
      .home .sec_search form input[type="radio"] {
        display: none; }
      .home .sec_search form input[type="radio"] + label {
        cursor: pointer; }
        .home .sec_search form input[type="radio"] + label:not(:last-child) {
          margin-right: 20px; }
        .home .sec_search form input[type="radio"] + label span {
          display: inline-block;
          vertical-align: middle;
          width: 14px;
          height: 14px;
          border-radius: 7px;
          border: 2px solid #e8b342;
          margin-right: 5px; }
      .home .sec_search form input[type="radio"]:checked + label span {
        background-color: #f2c87e; }
      .home .sec_search form .buttons {
        margin-top: 20px; }
        .home .sec_search form .buttons .flex {
          justify-content: center; }
        .home .sec_search form .buttons button {
          color: #fff;
          border: none;
          border-radius: 100px;
          padding: 5px;
          width: 100px;
          letter-spacing: .1em;
          margin: 0 10px;
          cursor: pointer;
          font-size: 17px; }
          .home .sec_search form .buttons button:hover {
            opacity: 0.8; }
        .home .sec_search form .buttons .submit {
          background-color: #64ccd1; }
        .home .sec_search form .buttons .detail {
          background-color: #f7931e; }
  .home .sec_point {
    background-image: url("../images/home/bg_point.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 63px;
    position: relative; }
    @media screen and (max-width: 480px) {
      .home .sec_point {
        padding-top: 30px; } }
  .home .sec_point_wrap {
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 964px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 7.2%; }
    @media screen and (max-width: 480px) {
      .home .sec_point_wrap {
        padding-left: 17px;
        padding-right: 17px;
        padding-bottom: 10px; } }
    .home .sec_point_wrap h2 {
      text-align: center;
      margin-bottom: 20px; }
      .home .sec_point_wrap h2 img {
        margin-top: 10px;
        max-width: 405px; }
      .home .sec_point_wrap h2 .slt span {
        color: #6c74d1;
        font-size: 16px; }
        .home .sec_point_wrap h2 .slt span:before, .home .sec_point_wrap h2 .slt span:after {
          background-color: #6c74d1;
          height: 18px; }
        .home .sec_point_wrap h2 .slt span:before {
          left: -10px; }
        .home .sec_point_wrap h2 .slt span:after {
          right: -10px; }
    .home .sec_point_wrap .flex {
      flex-wrap: wrap; }
      @media screen and (max-width: 480px) {
        .home .sec_point_wrap .flex {
          display: block; } }
      .home .sec_point_wrap .flex > div {
        flex-basis: 48.7%;
        background-color: #fff;
        border-radius: 17px;
        padding: 25px 4%;
        margin-bottom: 2%;
        box-shadow: 4px 4px 0 rgba(30, 237, 0, 0.4); }
        @media screen and (max-width: 480px) {
          .home .sec_point_wrap .flex > div {
            margin-bottom: 17px; } }
        .home .sec_point_wrap .flex > div h3 {
          font-size: 20px;
          color: #7b82d6;
          font-weight: bold;
          text-align: center; }
          .home .sec_point_wrap .flex > div h3:after {
            margin-top: 15px;
            display: block;
            content: "";
            width: 100%;
            height: 3px;
            background-image: url("../images/home/border_h3.png");
            background-size: contain;
            background-repeat: repeat-x; }
        .home .sec_point_wrap .flex > div p {
          font-size: 14px; }
  .home .sec_step {
    background-color: #f5f8f8;
    padding-top: 50px;
    padding-bottom: 60px; }
    @media screen and (max-width: 480px) {
      .home .sec_step {
        padding-top: 40px;
        padding-bottom: 20px; } }
    .home .sec_step h2 {
      text-align: center;
      margin-bottom: 20px; }
      .home .sec_step h2 img {
        margin-top: 10px;
        max-width: 448px; }
      .home .sec_step h2 .slt span {
        color: #6c74d1;
        font-size: 16px; }
        .home .sec_step h2 .slt span:before, .home .sec_step h2 .slt span:after {
          background-color: #6c74d1;
          height: 18px; }
        .home .sec_step h2 .slt span:before {
          left: -10px; }
        .home .sec_step h2 .slt span:after {
          right: -10px; }
  .home .step_box_wrap {
    background-color: #fefdf6;
    padding: 50px 8.2% 40px 8.2%;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 480px) {
      .home .step_box_wrap {
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 25px;
        padding-bottom: 20px; } }
  .home .step_box:not(:last-child) {
    margin-bottom: 30px; }
    .home .step_box:not(:last-child):after {
      content: "";
      width: 105px;
      height: 23px;
      background-image: url("../images/home/triangle1.svg");
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; }
  @media screen and (max-width: 480px) {
    .home .step_box > .flex {
      display: block; } }
  .home .step_box_l {
    flex-basis: 78.2%; }
    .home .step_box_l .badge {
      flex-basis: 19%; }
      @media screen and (max-width: 480px) {
        .home .step_box_l .badge {
          flex-basis: 20.3%; } }
      .home .step_box_l .badge img {
        width: 100%; }
    .home .step_box_l .text {
      flex-basis: 81%;
      font-size: 14px;
      padding-left: 4%; }
      .home .step_box_l .text h3 {
        color: #e8ae1b;
        border-bottom: 1px solid #e8ae1b;
        padding-bottom: 10px; }
        @media screen and (max-width: 480px) {
          .home .step_box_l .text h3 {
            font-size: 15px; } }
      @media screen and (max-width: 480px) {
        .home .step_box_l .text p {
          font-size: 13px; } }
      .home .step_box_l .text .right {
        font-size: 11px; }
  .home .step_box_r {
    flex-basis: 18.9%; }
    .home .step_box_r img {
      width: 100%; }
  .home .img {
    background-image: url("../images/home/img1.jpg");
    height: 273px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }
    @media screen and (max-width: 480px) {
      .home .img {
        height: 217px; } }
  .home .sec_faq {
    background-image: url("../images/common/bg2.jpg");
    position: relative; }
    .home .sec_faq:after {
      content: "";
      width: 100%;
      height: 10px;
      background-image: url("../images/common/line_header.jpg");
      background-repeat: repeat-x;
      background-size: contain;
      position: absolute;
      bottom: 0; }
    @media screen and (max-width: 480px) {
      .home .sec_faq {
        padding-bottom: 30px; } }
    .home .sec_faq .wrap {
      max-width: 944px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 480px) {
        .home .sec_faq .wrap > .flex {
          display: block; } }
    .home .sec_faq .faq_wrap {
      flex-basis: 44%;
      padding-top: 60px;
      padding-bottom: 30px; }
      @media screen and (max-width: 480px) {
        .home .sec_faq .faq_wrap {
          padding-top: 40px;
          padding-bottom: 0; } }
      @media screen and (max-width: 480px) {
        .home .sec_faq .faq_wrap:nth-child(2) {
          padding-top: 0; } }
    .home .sec_faq .faq_box > div span {
      border-width: 1px;
      border-style: solid;
      background-color: #fff;
      border-radius: 13px;
      display: inline-block;
      padding-top: 13px;
      padding-bottom: 13px;
      font-weight: bold;
      position: relative; }
      .home .sec_faq .faq_box > div span:before {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0.8em;
        background-repeat: no-repeat;
        background-size: contain; }
      .home .sec_faq .faq_box > div span:after {
        width: 34px;
        height: 14px;
        position: absolute;
        bottom: -14px;
        background-size: contain;
        content: ""; }
    .home .sec_faq .faq_box .q span {
      border-color: #122f5b;
      color: #122f5b;
      padding-left: 50px;
      padding-right: 20px;
      margin-bottom: 12px; }
      .home .sec_faq .faq_box .q span:before {
        background-image: url("../images/home/icon_q.svg");
        left: 18px; }
      .home .sec_faq .faq_box .q span:after {
        left: 10px;
        background-image: url("../images/home/bubble_q.png"); }
    .home .sec_faq .faq_box .a {
      text-align: right; }
      .home .sec_faq .faq_box .a span {
        border-color: #de9642;
        color: #de9642;
        padding-right: 50px;
        padding-left: 20px;
        margin-bottom: 30px; }
        .home .sec_faq .faq_box .a span:before {
          background-image: url("../images/home/icon_a.svg");
          right: 18px; }
        .home .sec_faq .faq_box .a span:after {
          right: 10px;
          background-image: url("../images/home/bubble_a.png"); }

/**
* 7.0 - 下層ページ
* -----------------------------------------------------------------------------
*/
.page main {
  background-color: #f5f6f6;
  padding-top: 70px;
  padding-bottom: 100px; }
  @media screen and (max-width: 480px) {
    .page main {
      padding-top: 50px;
      padding-bottom: 40px; } }
  .page main h2 {
    color: #6c74d1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    font-size: 32px; }
    @media screen and (max-width: 480px) {
      .page main h2 {
        font-size: 28px;
        margin-bottom: 50px; } }
  @media screen and (max-width: 480px) {
    .page main .inner {
      padding-left: 0;
      padding-right: 0; } }

/**
* 7.1 - 新規会員登録
* -----------------------------------------------------------------------------
*/
.page-user_register .register_wrap {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 80px 13.1% 70px 13.1%; }
  @media screen and (max-width: 480px) {
    .page-user_register .register_wrap {
      padding-top: 30px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 40px; } }
  .page-user_register .register_wrap input[type="text"],
  .page-user_register .register_wrap input[type="password"] {
    width: 100%;
    border-color: #64ccd1;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    border-radius: 3px;
    padding: 13px 10px;
    font-size: 18px; }
    .page-user_register .register_wrap input[type="text"]::placeholder,
    .page-user_register .register_wrap input[type="password"]::placeholder {
      color: #b3b3b3;
      font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
  .page-user_register .register_wrap input[type="text"]:focus {
    background-color: #bebebe;
    color: #fff; }
  .page-user_register .register_wrap .notes {
    margin-top: 40px; }
    .page-user_register .register_wrap .notes li {
      text-indent: -.5em;
      padding-left: 1em;
      line-height: 2; }
      .page-user_register .register_wrap .notes li:before {
        content: "・";
        display: inline-block; }
      @media screen and (max-width: 480px) {
        .page-user_register .register_wrap .notes li {
          font-size: 14px; } }
    .page-user_register .register_wrap .notes a {
      color: #2392f0; }
  .page-user_register .register_wrap dl dt {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: bold; }
  .page-user_register .register_wrap dl dd {
    font-size: 18px;
    margin-left: 0;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .page-user_register .register_wrap dl dd .flex input {
      flex-basis: 48%; }
    .page-user_register .register_wrap dl dd .select_wrap {
      display: inline-block;
      margin-right: 3%; }
    .page-user_register .register_wrap dl dd select {
      font-size: 18px;
      border: 1px solid #eee;
      padding: 10px 5px;
      border-color: #64ccd1;
      border-radius: 3px;
      margin-right: 8px; }
    .page-user_register .register_wrap dl dd input[type="radio"] {
      display: none; }
    .page-user_register .register_wrap dl dd input[type="radio"] + label {
      cursor: pointer; }
      .page-user_register .register_wrap dl dd input[type="radio"] + label:not(:last-child) {
        margin-right: 20px; }
      .page-user_register .register_wrap dl dd input[type="radio"] + label span {
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        border-radius: 17px;
        border: 3px solid #dedede;
        margin-right: 5px;
        transform: translateY(-2px); }
    .page-user_register .register_wrap dl dd input[type="radio"]:checked + label span {
      border: 7px solid #55b6d5; }
.page-user_register button[type="submit"] {
  background-color: #6c74d1;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  box-shadow: none;
  border: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 10px;
  max-width: 527px;
  width: 100%;
  font-size: 22px;
  margin-top: 40px;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .page-user_register button[type="submit"] {
      font-size: 19px; } }
.page-user_register .exist {
  text-align: center;
  margin-top: 40px;
  color: #6c74d1;
  font-size: 20px; }
  @media screen and (max-width: 480px) {
    .page-user_register .exist {
      font-size: 17px; } }

/* メール認証画面 */
.page-user_register_mail input {
  margin-top: 20px; }

/* ユーザー詳細入力画面 */
.page-user_register_info .privacypolicy {
  text-align: center; }
  .page-user_register_info .privacypolicy a {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #dedede;
    border-radius: 5px;
    font-size: 17px;
    color: #2079b7;
    padding: 5px 10px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: bold; }
    .page-user_register_info .privacypolicy a:hover {
      background-color: #f1f7fb; }
.page-user_register_info .agree {
  text-align: center; }
  .page-user_register_info .agree input[type="checkbox"] {
    display: none; }
  .page-user_register_info .agree input[type="checkbox"] + label {
    cursor: pointer; }
    .page-user_register_info .agree input[type="checkbox"] + label span {
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 24px;
      border: 3px solid #dedede;
      margin-right: 10px;
      transform: translateY(-2px); }
  .page-user_register_info .agree input[type="checkbox"]:checked + label span:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 3px;
    width: 10px;
    height: 20px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2079b7;
    border-right: 3px solid #2079b7; }
.page-user_register_info form button[type="submit"] {
  max-width: 287px;
  margin-top: 60px; }

/**
* 7.2 - お仕事関連ページ
* -----------------------------------------------------------------------------
*/
.page-work {
  /* フリーワード検索 */ }
  .page-work main {
    background-color: #fff;
    padding-bottom: 160px; }
    @media screen and (max-width: 480px) {
      .page-work main .inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 480px) {
      .page-work main {
        padding-bottom: 114px; } }
  .page-work .title {
    background-size: cover;
    background-position: center;
    background-image: url("../images/work/bg_title.jpg");
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 480px) {
      .page-work .title {
        padding-top: 39px;
        padding-bottom: 39px; } }
    .page-work .title h2 {
      text-align: center;
      font-size: 32px; }
      @media screen and (max-width: 480px) {
        .page-work .title h2 {
          font-size: 28px; } }
  .page-work .search_free {
    text-align: center;
    max-width: 537px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px; }
    .page-work .search_free .flex > div:first-child {
      flex: 1; }
    .page-work .search_free .flex > div:nth-child(2) {
      flex-basis: 41px; }
    .page-work .search_free input[type="text"] {
      width: 100%;
      border: 1px solid #e8b342;
      font-size: 18px;
      padding: 10px; }
      .page-work .search_free input[type="text"]::placeholder {
        color: #cccccc;
        font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
    .page-work .search_free input[type="submit"] {
      width: 41px;
      height: 100%;
      background-color: #e8b342;
      box-shadow: none;
      border: 1px solid #e8b342;
      cursor: pointer;
      background-image: url("../images/work/icon_search.svg");
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position: center; }
  .page-work .search_button {
    text-align: center; }
    .page-work .search_button button {
      background-color: #e8a529;
      max-width: 287px;
      width: 100%;
      border: none;
      color: #fff;
      padding: 8px 10px;
      letter-spacing: .2em;
      font-size: 27px;
      border-radius: 12px; }
      @media screen and (max-width: 480px) {
        .page-work .search_button button {
          font-size: 24px; } }
  .page-work .buttons {
    justify-content: center;
    max-width: 382px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px; }
    @media screen and (max-width: 480px) {
      .page-work .buttons {
        display: flex !important; } }
    .page-work .buttons > div {
      flex-basis: 48% !important;
      margin: 0 10px; }
      .page-work .buttons > div a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        font-size: 18px;
        border-radius: 8px;
        padding: 10px 10px; }
        .page-work .buttons > div a:before {
          content: "";
          width: 16px;
          height: 18px;
          background-size: contain;
          background-repeat: no-repeat;
          display: inline-block;
          vertical-align: middle;
          margin-right: 6px; }
        .page-work .buttons > div a:hover {
          opacity: .8; }
    .page-work .buttons .detail {
      margin-bottom: 0 !important; }
      .page-work .buttons .detail a {
        background-color: #64ccd1; }
        .page-work .buttons .detail a:before {
          background-image: url("../images/work/icon_detail.svg"); }
    .page-work .buttons .favorite a {
      background-color: #ff9196; }
      .page-work .buttons .favorite a:before {
        background-image: url("../images/work/icon_favorite.svg"); }
    .page-work .buttons .apply a {
      background-color: #e8a529; }
      .page-work .buttons .apply a:before {
        background-image: url("../images/work/icon_apply.svg"); }

/**
* 7.2.1 - お仕事検索
* -----------------------------------------------------------------------------
*/
.page-work_search {
  /* フリーワード検索 */
  /* エリア */ }
  .page-work_search .search_free {
    text-align: center;
    max-width: 537px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px; }
    .page-work_search .search_free .flex > div:first-child {
      flex: 1; }
    .page-work_search .search_free .flex > div:nth-child(2) {
      flex-basis: 41px; }
    .page-work_search .search_free input[type="text"] {
      width: 100%;
      border: 1px solid #e8b342;
      font-size: 18px;
      padding: 10px; }
      .page-work_search .search_free input[type="text"]::placeholder {
        color: #cccccc;
        font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
    .page-work_search .search_free input[type="submit"] {
      width: 41px;
      height: 100%;
      background-color: #e8b342;
      box-shadow: none;
      border: 1px solid #e8b342;
      cursor: pointer;
      background-image: url("../images/work/icon_search.svg");
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position: center; }
  .page-work_search h3 {
    font-size: 24px;
    color: #122f5b;
    border-bottom: 1px solid #64ccd1;
    padding-bottom: 10px;
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      .page-work_search h3 {
        font-size: 20px; } }
    .page-work_search h3 span {
      font-size: 16px;
      color: #f15a24;
      margin-left: 20px; }
      @media screen and (max-width: 480px) {
        .page-work_search h3 span {
          font-size: 14px; } }
  .page-work_search .sec_search {
    margin-bottom: 80px; }
  .page-work_search .map {
    margin-bottom: 18px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .page-work_search .map > img {
      max-width: 781px;
      width: 100%; }
      @media screen and (max-width: 480px) {
        .page-work_search .map > img {
          position: absolute;
          opacity: 0.2; } }
    .page-work_search .map .txtBox {
      position: absolute; }
      @media screen and (max-width: 480px) {
        .page-work_search .map .txtBox {
          position: static; } }
      .page-work_search .map .txtBox .ttl {
        margin-bottom: 3px;
        color: #fff;
        padding: 2px 20px;
        display: inline-block;
        font-size: 18px;
        text-align: center;
        background-color: #96dfff;
        border-radius: 2px; }
        @media screen and (max-width: 480px) {
          .page-work_search .map .txtBox .ttl {
            font-size: 13px;
            width: 100%; } }
      .page-work_search .map .txtBox .linkList {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        max-width: 10em;
        padding-left: 9px; }
        @media screen and (max-width: 480px) {
          .page-work_search .map .txtBox .linkList {
            padding-left: 0 !important;
            max-width: 100% !important; } }
        .page-work_search .map .txtBox .linkList li {
          flex-basis: 48%;
          font-size: 17px;
          line-height: 1.45;
          white-space: nowrap; }
          @media screen and (max-width: 480px) {
            .page-work_search .map .txtBox .linkList li {
              font-size: 13px; } }
          .page-work_search .map .txtBox .linkList li label {
            margin-bottom: 2px;
            display: inline-block;
            border-radius: 4px;
            padding: 2px 4px; }
          .page-work_search .map .txtBox .linkList li input[type="checkbox"] {
            display: none; }
          .page-work_search .map .txtBox .linkList li input[type="checkbox"]:checked + label {
            color: #fff;
            background-color: #6c74d1; }
          .page-work_search .map .txtBox .linkList li:nth-child(2n) {
            float: right; }
        .page-work_search .map .txtBox .linkList .liStyle {
          width: 60px; }
      .page-work_search .map .txtBox .linkList01 {
        display: block; }
    .page-work_search .map .txtBox01 {
      left: 55%;
      top: 5%; }
      .page-work_search .map .txtBox01 .ttl {
        background-color: #99e0ff; }
    .page-work_search .map .txtBox02 {
      left: 81%;
      top: 26%; }
      .page-work_search .map .txtBox02 .ttl {
        background-color: #74afbf; }
    .page-work_search .map .txtBox03 {
      left: 81%;
      top: 47%; }
      .page-work_search .map .txtBox03 .ttl {
        background-color: #5ab184; }
    .page-work_search .map .txtBox04 {
      left: 42%;
      top: 21%; }
      .page-work_search .map .txtBox04 .ttl {
        background-color: #a4ca65; }
    .page-work_search .map .txtBox05 {
      left: 57%;
      top: 65%; }
      .page-work_search .map .txtBox05 .ttl {
        background-color: #e1ad4a; }
    .page-work_search .map .txtBox06 {
      left: 20%;
      top: 37%; }
      .page-work_search .map .txtBox06 .ttl {
        background-color: #d98044; }
    .page-work_search .map .txtBox07 {
      left: 36%;
      top: 75%; }
      .page-work_search .map .txtBox07 .ttl {
        background-color: #8ab4e4; }
    .page-work_search .map .txtBox08 {
      left: 0%;
      top: 61%; }
      .page-work_search .map .txtBox08 .ttl {
        background-color: #ffb1d0; }
    .page-work_search .map .txtBox09 {
      left: 26%;
      top: 93%; }
      .page-work_search .map .txtBox09 .ttl {
        background-color: #ba2672; }
      .page-work_search .map .txtBox09 .linkList {
        display: block; }
  @media screen and (max-width: 480px) {
    .page-work_search .spTxt {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
      justify-content: space-between; }
      .page-work_search .spTxt .txtBox {
        flex-basis: 30%; } }
  @media screen and (max-width: 813px) {
    .page-work_search .map .txtBox .ttl {
      font-size: 2.2vw; }
    .page-work_search .map .txtBox .linkList {
      max-width: 20vw;
      padding-left: 1vw; }
      .page-work_search .map .txtBox .linkList li {
        font-size: 2vw; } }
  .page-work_search .options {
    justify-content: flex-start;
    flex-wrap: wrap; }
    .page-work_search .options li {
      flex-basis: 18.8%;
      margin-right: 1.5%;
      margin-bottom: 1.5%; }
      @media screen and (max-width: 480px) {
        .page-work_search .options li {
          flex-basis: 31.5%;
          margin-right: 2.75%; } }
      .page-work_search .options li input[type="checkbox"] {
        display: none; }
      .page-work_search .options li label, .page-work_search .options li a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #effafa;
        border: 1px solid #6c74d1;
        border-radius: 11px;
        text-align: center;
        padding: 13px 10px;
        color: #4d4d4d; }
        @media screen and (max-width: 480px) {
          .page-work_search .options li label, .page-work_search .options li a {
            font-size: 3.1vw;
            padding-top: 10px;
            padding-bottom: 10px; } }
      .page-work_search .options li input[type="checkbox"]:checked + label {
        background-color: #6c74d1;
        color: #fff; }
      .page-work_search .options li:nth-child(5n) {
        margin-right: 0; }
        @media screen and (max-width: 480px) {
          .page-work_search .options li:nth-child(5n) {
            margin-right: 2.75%; } }
      @media screen and (max-width: 480px) {
        .page-work_search .options li:nth-child(3n) {
          margin-right: 0%; } }

/**
* 7.2.2 - お仕事一覧
* -----------------------------------------------------------------------------
*/
.page-work_list,
.page-work_detail {
  /* サイドバー */
  /* トグルボタン */ }
  .page-work_list .sidebar,
  .page-work_detail .sidebar {
    background-color: #fff;
    flex-basis: 24%; }
    @media screen and (max-width: 480px) {
      .page-work_list .sidebar,
      .page-work_detail .sidebar {
        position: absolute;
        top: 151px;
        left: -70vw;
        z-index: 2;
        transition: left .5s;
        width: 70vw; } }
    .page-work_list .sidebar .sidebar_inner,
    .page-work_detail .sidebar .sidebar_inner {
      padding: 20px 20px 0 20px; }
    .page-work_list .sidebar h3,
    .page-work_detail .sidebar h3 {
      border-bottom: 1px solid #c4cbd6;
      padding-bottom: 5px;
      font-size: 16px; }
    .page-work_list .sidebar .search_free,
    .page-work_detail .sidebar .search_free {
      margin-top: 20px;
      margin-bottom: 20px; }
      .page-work_list .sidebar .search_free input::placeholder,
      .page-work_detail .sidebar .search_free input::placeholder {
        font-size: 15px; }
    .page-work_list .sidebar .col h3,
    .page-work_detail .sidebar .col h3 {
      font-size: 16px;
      background-color: #fbf0c8;
      padding: 7px 10px;
      margin-bottom: 10px;
      border: none; }
    .page-work_list .sidebar .col ul,
    .page-work_detail .sidebar .col ul {
      margin-bottom: 20px; }
      .page-work_list .sidebar .col ul li,
      .page-work_detail .sidebar .col ul li {
        line-height: 1.7; }
    .page-work_list .sidebar input[type="radio"],
    .page-work_detail .sidebar input[type="radio"] {
      display: none; }
    .page-work_list .sidebar input[type="radio"] + label,
    .page-work_detail .sidebar input[type="radio"] + label {
      cursor: pointer; }
      .page-work_list .sidebar input[type="radio"] + label:not(:last-child),
      .page-work_detail .sidebar input[type="radio"] + label:not(:last-child) {
        margin-right: 20px; }
      .page-work_list .sidebar input[type="radio"] + label span,
      .page-work_detail .sidebar input[type="radio"] + label span {
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        height: 14px;
        border-radius: 7px;
        border: 2px solid #e8b342;
        margin-right: 5px; }
    .page-work_list .sidebar input[type="radio"]:checked + label span,
    .page-work_detail .sidebar input[type="radio"]:checked + label span {
      background-color: #f2c87e; }
    .page-work_list .sidebar .search_button button,
    .page-work_detail .sidebar .search_button button {
      font-size: 17px;
      padding-top: 5px;
      padding-bottom: 5px;
      border-radius: 7px;
      margin-top: 20px; }
    .page-work_list .sidebar .banners,
    .page-work_detail .sidebar .banners {
      margin-top: 45px; }
      .page-work_list .sidebar .banners img,
      .page-work_detail .sidebar .banners img {
        width: 100%;
        margin-bottom: 10px; }
      .page-work_list .sidebar .banners a:hover,
      .page-work_detail .sidebar .banners a:hover {
        opacity: 0.8; }
  .page-work_list .toggle,
  .page-work_detail .toggle {
    position: absolute;
    left: calc(70vw + 10px);
    top: -12px;
    width: 47px;
    height: 47px;
    background-image: url("../images/work/toggle_search.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1; }
  .page-work_list .overlay,
  .page-work_detail .overlay {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.38);
    opacity: 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1;
    visibility: hidden; }
  .page-work_list .main_contents,
  .page-work_detail .main_contents {
    flex-basis: 71.66%;
    max-width: 71.66%; }
    @media screen and (max-width: 480px) {
      .page-work_list .main_contents,
      .page-work_detail .main_contents {
        max-width: 100%; } }
  @media screen and (max-width: 480px) {
    .page-work_list .wrap,
    .page-work_detail .wrap {
      display: block; } }

/* トグル開いた時 */
body.open {
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    body.open .sidebar {
      padding-bottom: 151px;
      height: 100%;
      left: 0; } }
  body.open .sidebar .toggle {
    background-image: url("../images/work/toggle_close.svg"); }
  @media screen and (max-width: 480px) {
    body.open .sidebar_inner {
      overflow: scroll;
      height: 100%; } }
  body.open .overlay {
    opacity: 1;
    visibility: visible; }

@media screen and (max-width: 480px) {
  .page-work_list main {
    padding-top: 40px; } }
.page-work_list .main_contents .results {
  border-bottom: 1px solid #c4cbd6;
  padding-bottom: 5px;
  line-height: 1;
  margin-bottom: 20px; }
.page-work_list .main_contents .sort {
  font-size: 14px; }
  .page-work_list .main_contents .sort span {
    margin-left: 10px; }
    .page-work_list .main_contents .sort span:before {
      content: "";
      width: 15px;
      height: 12px;
      background-image: url("../images/work/icon_sort.svg");
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      transform: translateY(-2px); }
.page-work_list .main_contents .item {
  position: relative;
  z-index: 0; }
  .page-work_list .main_contents .item .contents {
    z-index: auto;
    padding: 25px 25px 30px 25px;
    margin-bottom: 43px;
    position: relative;
    background-color: #f8f9fa; }
    @media screen and (max-width: 480px) {
      .page-work_list .main_contents .item .contents {
        padding-left: 10px;
        padding-right: 10px; } }
    @media screen and (max-width: 480px) {
      .page-work_list .main_contents .item .contents > .flex {
        display: block; } }
  .page-work_list .main_contents .item:after {
    position: absolute;
    top: 7px;
    left: 7px;
    background-image: url("../images/common/bg3.jpg");
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1; }
  .page-work_list .main_contents .item h3 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.5; }
    @media screen and (max-width: 480px) {
      .page-work_list .main_contents .item h3 {
        font-size: 16px; } }
    .page-work_list .main_contents .item h3 .no {
      float: right;
      font-size: 13px;
      margin-top: 10px; }
      @media screen and (max-width: 480px) {
        .page-work_list .main_contents .item h3 .no {
          display: none; } }
  .page-work_list .main_contents .item .thum {
    flex-basis: 29.5%;
    position: relative; }
    .page-work_list .main_contents .item .thum img {
      width: 100%; }
    @media screen and (max-width: 480px) {
      .page-work_list .main_contents .item .thum {
        margin-bottom: 20px; } }
    .page-work_list .main_contents .item .thum .icon_new {
      position: absolute;
      top: 0;
      left: 0;
      width: 49px; }
      @media screen and (max-width: 480px) {
        .page-work_list .main_contents .item .thum .icon_new {
          width: 85px; } }
  .page-work_list .main_contents .item .detail {
    flex-basis: 70.5%;
    padding-left: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .page-work_list .main_contents .item .detail {
        padding-left: 0; } }
    @media screen and (max-width: 480px) {
      .page-work_list .main_contents .item .detail > .flex {
        display: block; } }
    .page-work_list .main_contents .item .detail .detail_r,
    .page-work_list .main_contents .item .detail .detail_l {
      flex-basis: 48%; }
      .page-work_list .main_contents .item .detail .detail_r > div,
      .page-work_list .main_contents .item .detail .detail_l > div {
        margin-bottom: 10px;
        font-size: 15px; }
      .page-work_list .main_contents .item .detail .detail_r .label,
      .page-work_list .main_contents .item .detail .detail_l .label {
        font-size: 12px;
        display: inline-block;
        padding: 2px 7px;
        text-align: center;
        margin-right: 10px; }
    .page-work_list .main_contents .item .detail .detail_l .label {
      color: #fff; }
    .page-work_list .main_contents .item .detail .detail_l .location .label {
      background-color: #6c74d1; }
    .page-work_list .main_contents .item .detail .detail_l .job .label {
      background-color: #64ccd1; }
    .page-work_list .main_contents .item .detail .detail_l .term .label {
      background-color: #e8b342; }
    .page-work_list .main_contents .item .detail .detail_r .label {
      background-color: #d9e8ed; }
    .page-work_list .main_contents .item .detail .icons ul {
      justify-content: flex-start; }
      .page-work_list .main_contents .item .detail .icons ul li {
        flex-basis: 10%;
        margin-right: 1.25%; }
        .page-work_list .main_contents .item .detail .icons ul li img {
          width: 100%; }
        .page-work_list .main_contents .item .detail .icons ul li:last-child {
          margin-right: 0; }
  .page-work_list .main_contents .item .description {
    font-size: 14px;
    font-family: sans-serif;
    line-height: 2; }
.page-work_list .pager {
  text-align: center; }
  .page-work_list .pager .arrow,
  .page-work_list .pager .last,
  .page-work_list .pager .first {
    font-size: 22px;
    color: #999999;
    margin: 0 5px; }
    .page-work_list .pager .arrow:hover,
    .page-work_list .pager .last:hover,
    .page-work_list .pager .first:hover {
      opacity: .8; }
  .page-work_list .pager .page {
    font-size: 15px;
    background-color: #f2f2f2; }
  .page-work_list .pager .current {
    background-color: #e8b342;
    color: #fff;
    pointer-events: none; }
  .page-work_list .pager ul {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block; }
    .page-work_list .pager ul li {
      display: inline-block;
      margin: 0 2px;
      width: 33px;
      height: 33px; }
      .page-work_list .pager ul li a {
        line-height: 33px;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #999999;
        font-family: sans-serif; }
        .page-work_list .pager ul li a:hover {
          background-color: #e6e6e6; }

/**
* 7.2.3 - お仕事詳細
* -----------------------------------------------------------------------------
*/
.page-work_detail main {
  padding-bottom: 110px; }
  @media screen and (max-width: 480px) {
    .page-work_detail main {
      padding-bottom: 56px; } }
.page-work_detail .main_contents {
  /* 基本情報 */
  /* お仕事詳細 */
  /* 寮・生活環境 */ }
  .page-work_detail .main_contents .slider_wrap {
    width: 100%;
    margin-bottom: 55px; }
    .page-work_detail .main_contents .slider_wrap img {
      width: 100%; }
  .page-work_detail .main_contents .slick-next,
  .page-work_detail .main_contents .slick-prev {
    z-index: 1;
    background-size: contain;
    width: 13px;
    height: 19px;
    background-repeat: no-repeat; }
    .page-work_detail .main_contents .slick-next:before,
    .page-work_detail .main_contents .slick-prev:before {
      display: none; }
  .page-work_detail .main_contents .slick-next {
    right: 10px;
    background-image: url("../images/work_detail/slider_arrow_r.svg"); }
  .page-work_detail .main_contents .slick-prev {
    left: 10px;
    background-image: url("../images/work_detail/slider_arrow_l.svg"); }
  .page-work_detail .main_contents .slick-dots {
    bottom: -30px; }
    .page-work_detail .main_contents .slick-dots li {
      margin: 0 3px; }
      .page-work_detail .main_contents .slick-dots li button {
        width: 10px;
        height: 10px;
        border: 1px solid #cccccc;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 0; }
        .page-work_detail .main_contents .slick-dots li button:before {
          display: none; }
      .page-work_detail .main_contents .slick-dots li.slick-active button {
        background-color: #808080; }
  .page-work_detail .main_contents .buttons {
    margin-bottom: 40px; }
  .page-work_detail .main_contents .description {
    font-family: sans-serif;
    line-height: 2;
    margin-bottom: 60px; }
  .page-work_detail .main_contents h3 {
    font-size: 19px;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 10px 0;
    margin-bottom: 15px; }
  .page-work_detail .main_contents h4 {
    font-size: 22px;
    background-color: #e2eded;
    padding: 12px 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .page-work_detail .main_contents h4 {
        margin-bottom: 20px; } }
  .page-work_detail .main_contents .no {
    color: #666666;
    font-size: 12px;
    margin-bottom: 10px; }
  .page-work_detail .main_contents .sec_inner {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (max-width: 480px) {
      .page-work_detail .main_contents .sec_inner {
        padding-left: 0;
        padding-right: 0; } }
  .page-work_detail .main_contents table tr:not(:last-child) {
    border-bottom: 1px solid #e6e6e6; }
  .page-work_detail .main_contents table th, .page-work_detail .main_contents table td {
    padding-top: 13px;
    padding-bottom: 13px; }
  .page-work_detail .main_contents table th {
    font-weight: normal;
    text-align: left;
    width: 20.8%;
    vertical-align: top; }
  .page-work_detail .main_contents table td ul {
    line-height: 1.8; }
  .page-work_detail .main_contents table td ul.disc {
    list-style-type: disc;
    padding-left: 1.5rem; }
  .page-work_detail .main_contents .basic {
    margin-bottom: 55px; }
    @media screen and (max-width: 480px) {
      .page-work_detail .main_contents .basic h4 {
        margin-bottom: 30px; } }
    .page-work_detail .main_contents .basic .sec_inner > .flex {
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 20px;
      font-size: 19px; }
      @media screen and (max-width: 480px) {
        .page-work_detail .main_contents .basic .sec_inner > .flex {
          display: block;
          padding-bottom: 2px; } }
      @media screen and (max-width: 480px) {
        .page-work_detail .main_contents .basic .sec_inner > .flex div {
          margin-bottom: 16px; } }
    .page-work_detail .main_contents .basic .flex > div {
      flex-basis: 48%; }
      .page-work_detail .main_contents .basic .flex > div span {
        background-color: #d9e8ed;
        display: inline-block;
        padding: 3px 10px;
        margin-right: 10px;
        font-size: 17px; }
    .page-work_detail .main_contents .basic .merit {
      border-top: 1px solid #e6e6e6;
      padding-top: 13px;
      font-size: 18px; }
    @media screen and (max-width: 480px) {
      .page-work_detail .main_contents .basic ul.flex {
        flex-wrap: wrap;
        justify-content: flex-start; } }
    .page-work_detail .main_contents .basic ul.flex li {
      flex-basis: 100%; }
      @media screen and (max-width: 480px) {
        .page-work_detail .main_contents .basic ul.flex li {
          flex-basis: 13.3%;
          margin-right: 1.15%; } }
      .page-work_detail .main_contents .basic ul.flex li img {
        width: 100%; }
      @media screen and (max-width: 480px) {
        .page-work_detail .main_contents .basic ul.flex li:nth-child(7n) {
          margin-right: 0; } }
    .page-work_detail .main_contents .basic table th, .page-work_detail .main_contents .basic table td {
      font-size: 18px; }
    @media screen and (max-width: 480px) {
      .page-work_detail .main_contents .basic table th {
        font-size: 16px;
        width: 39%; } }
    @media screen and (max-width: 480px) {
      .page-work_detail .main_contents .basic table td {
        font-size: 14px; } }
  .page-work_detail .main_contents .detail th, .page-work_detail .main_contents .life th {
    font-size: 18px; }
    @media screen and (max-width: 480px) {
      .page-work_detail .main_contents .detail th, .page-work_detail .main_contents .life th {
        width: 25.9%;
        white-space: nowrap; } }
  .page-work_detail .main_contents .detail td, .page-work_detail .main_contents .life td {
    font-size: 16px; }
  .page-work_detail .main_contents .ul_access li {
    margin-bottom: 30px; }
  .page-work_detail .main_contents .life {
    margin-bottom: 100px; }
    @media screen and (max-width: 480px) {
      .page-work_detail .main_contents .life {
        margin-bottom: 60px; } }
.page-work_detail .modaal-container {
  max-width: 760px; }
.page-work_detail .modaal-content-container .wrap {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
  padding-left: 10%;
  padding-right: 10%; }
  .page-work_detail .modaal-content-container .wrap .lg {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px; }
  .page-work_detail .modaal-content-container .wrap p {
    text-align: left;
    margin-bottom: 50px;
    line-height: 2; }
  @media screen and (max-width: 480px) {
    .page-work_detail .modaal-content-container .wrap .buttons a {
      font-size: 15px; } }
  .page-work_detail .modaal-content-container .wrap .yes a:before,
  .page-work_detail .modaal-content-container .wrap .cancel a:before,
  .page-work_detail .modaal-content-container .wrap .mypage a:before {
    display: none; }
  .page-work_detail .modaal-content-container .wrap .yes a,
  .page-work_detail .modaal-content-container .wrap .mypage a,
  .page-work_detail .modaal-content-container .wrap .login a {
    background-color: #e8a529; }
  .page-work_detail .modaal-content-container .wrap .cancel a {
    background-color: #999999; }
  .page-work_detail .modaal-content-container .wrap .login a:before {
    background-image: url("../images/common/icon_login.svg"); }
  .page-work_detail .modaal-content-container .wrap .register a {
    background-color: #64ccd1; }
    .page-work_detail .modaal-content-container .wrap .register a:before {
      background-image: url("../images/common/icon_register2.svg"); }

/**
* 7.3 - ログインページ
* -----------------------------------------------------------------------------
*/
.page-login .register_wrap input[type="password"]:focus {
  background-color: #bebebe;
  color: #fff; }
.page-login .register_wrap button {
  font-family: inherit; }
.page-login .register_wrap input[type="text"] {
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .page-login .register_wrap input[type="text"] {
      margin-bottom: 30px; } }
.page-login .register_wrap button,
.page-login .register_wrap .to_register a {
  max-width: 416px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 480px) {
    .page-login .register_wrap button,
    .page-login .register_wrap .to_register a {
      font-size: 19px; } }
.page-login .register_wrap .to_register {
  margin-top: 44px;
  padding-top: 44px;
  border-top: 1px solid #64ccd1; }
  @media screen and (max-width: 480px) {
    .page-login .register_wrap .to_register {
      margin-top: 30px;
      padding-top: 30px; } }
  .page-login .register_wrap .to_register a {
    border: 3px solid #6c74d1;
    border-radius: 100px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 22px;
    color: #6c74d1; }
    @media screen and (max-width: 480px) {
      .page-login .register_wrap .to_register a {
        font-size: 19px; } }
.page-login .register_wrap .sm {
  margin-top: 10px; }
  @media screen and (max-width: 480px) {
    .page-login .register_wrap .sm {
      font-size: 12px;
      text-align: right; } }
.page-login p {
  margin-top: 0;
  margin-bottom: 10px; }

/**
* 7.4 - マイページ
* -----------------------------------------------------------------------------
*/
.page-mypage main {
  background-color: #fff;
  padding-bottom: 160px; }
  @media screen and (max-width: 480px) {
    .page-mypage main .inner {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 480px) {
    .page-mypage main {
      padding-bottom: 40px; } }
.page-mypage > .title {
  background-size: cover;
  background-position: center;
  background-image: url("../images/work/bg_title.jpg");
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 480px) {
    .page-mypage > .title {
      padding-top: 39px;
      padding-bottom: 39px; } }
  .page-mypage > .title h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .page-mypage > .title h2 {
        font-size: 28px; } }
.page-mypage .wrap {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto; }
.page-mypage .mypage_top {
  margin-bottom: 55px; }
  @media screen and (max-width: 480px) {
    .page-mypage .mypage_top {
      margin-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    .page-mypage .mypage_top > .flex {
      display: block; } }
  .page-mypage .mypage_top > .flex .top_l {
    flex-basis: 69.1%; }
    .page-mypage .mypage_top > .flex .top_l .thum {
      flex-basis: 32.63%; }
      .page-mypage .mypage_top > .flex .top_l .thum .image {
        padding-top: 100%;
        width: 100%;
        background-size: cover;
        background-position: center;
        border: 1px solid #4d4d4d; }
      .page-mypage .mypage_top > .flex .top_l .thum a {
        display: block;
        max-width: 103px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 100%;
        color: #fff;
        background-color: #223367;
        text-align: center;
        border-radius: 100px;
        padding: 2px 10px;
        margin-top: 15px; }
        @media screen and (max-width: 480px) {
          .page-mypage .mypage_top > .flex .top_l .thum a {
            font-size: 11px;
            max-width: 80px;
            padding: 5px 10px; } }
        .page-mypage .mypage_top > .flex .top_l .thum a:before {
          content: "";
          width: 12px;
          height: 12px;
          background-image: url("../images/mypage/icon_edit.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          display: inline-block;
          margin-right: 5px;
          vertical-align: middle; }
        .page-mypage .mypage_top > .flex .top_l .thum a:hover {
          opacity: .8; }
    .page-mypage .mypage_top > .flex .top_l .data {
      flex-basis: 58.59%; }
      .page-mypage .mypage_top > .flex .top_l .data table th {
        text-align: left; }
        @media screen and (max-width: 480px) {
          .page-mypage .mypage_top > .flex .top_l .data table th {
            font-size: 13px; } }
      @media screen and (max-width: 480px) {
        .page-mypage .mypage_top > .flex .top_l .data table td {
          font-size: 13px; } }
      .page-mypage .mypage_top > .flex .top_l .data table .name td, .page-mypage .mypage_top > .flex .top_l .data table .kana td {
        font-size: 20px;
        font-weight: bold; }
        @media screen and (max-width: 480px) {
          .page-mypage .mypage_top > .flex .top_l .data table .name td, .page-mypage .mypage_top > .flex .top_l .data table .kana td {
            font-size: 16px; } }
      .page-mypage .mypage_top > .flex .top_l .data table .number td,
      .page-mypage .mypage_top > .flex .top_l .data table .register td,
      .page-mypage .mypage_top > .flex .top_l .data table .update td,
      .page-mypage .mypage_top > .flex .top_l .data table .login td {
        color: #fb8200; }
      .page-mypage .mypage_top > .flex .top_l .data table .status span {
        display: inline-block;
        background-color: #f2f2f2;
        border: 1px solid #122f5b;
        padding: 2px 10px;
        max-width: 133px;
        width: 100%;
        text-align: center;
        border-radius: 3px; }
        @media screen and (max-width: 480px) {
          .page-mypage .mypage_top > .flex .top_l .data table .status span {
            max-width: 113px;
            padding: 5px 10px; } }
      .page-mypage .mypage_top > .flex .top_l .data table .border {
        border-bottom: 1px solid #eeeeee; }
        .page-mypage .mypage_top > .flex .top_l .data table .border td {
          padding-bottom: 13px; }
      .page-mypage .mypage_top > .flex .top_l .data table .border + tr td {
        padding-top: 13px; }
  .page-mypage .mypage_top > .flex .top_r {
    flex-basis: 25.6%; }
    @media screen and (max-width: 480px) {
      .page-mypage .mypage_top > .flex .top_r {
        display: flex;
        justify-content: space-between;
        margin-top: 30px; } }
    .page-mypage .mypage_top > .flex .top_r > div {
      padding: 25% 10px;
      background-color: #e6e6e6;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .page-mypage .mypage_top > .flex .top_r > div {
          flex-basis: 48%;
          padding-top: 13%;
          padding-bottom: 13%; } }
      .page-mypage .mypage_top > .flex .top_r > div:nth-child(1) {
        margin-bottom: 20px; }
        @media screen and (max-width: 480px) {
          .page-mypage .mypage_top > .flex .top_r > div:nth-child(1) {
            margin-bottom: 0; } }
      .page-mypage .mypage_top > .flex .top_r > div span {
        font-size: 14px;
        color: #7a84a4;
        display: block; }
.page-mypage .mypage_main h3 {
  margin-bottom: 40px;
  background-color: #e2e3f6;
  font-size: 22px;
  padding: 15px 20px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .page-mypage .mypage_main h3 {
      font-size: 20px;
      margin-bottom: 30px;
      width: 100vw;
      transform: translateX(-20px); } }
  .page-mypage .mypage_main h3 span {
    display: block; }
  .page-mypage .mypage_main h3 .edit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px; }
    .page-mypage .mypage_main h3 .edit a {
      background-color: #223367;
      color: #fff;
      border-radius: 100px;
      font-size: 16px;
      display: inline-block;
      padding: 10px 30px; }
      @media screen and (max-width: 480px) {
        .page-mypage .mypage_main h3 .edit a {
          font-size: 11px;
          max-width: 80px;
          padding: 5px 10px; } }
      .page-mypage .mypage_main h3 .edit a:before {
        content: "";
        width: 12px;
        height: 12px;
        background-image: url("../images/mypage/icon_edit.svg");
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle; }
      .page-mypage .mypage_main h3 .edit a:hover {
        opacity: .8; }
.page-mypage .mypage_main h4 {
  background-color: #ffeebf;
  font-size: 20px;
  padding: 15px 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .page-mypage .mypage_main h4 {
      font-size: 14px;
      padding: 10px 20px;
      margin-bottom: 10px; } }
.page-mypage .mypage_main table {
  margin-bottom: 20px; }
  .page-mypage .mypage_main table tr:not(:last-child) {
    border-bottom: 1px solid #eeeeee; }
  .page-mypage .mypage_main table th, .page-mypage .mypage_main table td {
    padding-top: 15px;
    padding-bottom: 15px; }
  .page-mypage .mypage_main table th {
    font-size: 18px;
    text-align: left;
    vertical-align: top;
    width: 34.1%;
    color: #666; }
    @media screen and (max-width: 480px) {
      .page-mypage .mypage_main table th {
        font-size: 14px;
        padding-right: 2em;
        width: 29%;
        white-space: nowrap; } }
  .page-mypage .mypage_main table td {
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .page-mypage .mypage_main table td {
        font-size: 16px; } }
    .page-mypage .mypage_main table td span.gr {
      font-size: 22px;
      margin-right: 10px;
      margin-left: 10px;
      color: #808080; }
      @media screen and (max-width: 480px) {
        .page-mypage .mypage_main table td span.gr {
          font-size: 18px; } }
    .page-mypage .mypage_main table td .nodata {
      font-size: 18px;
      color: #b3b3b3; }
      @media screen and (max-width: 480px) {
        .page-mypage .mypage_main table td .nodata {
          font-size: 15px; } }
    .page-mypage .mypage_main table td.md {
      font-size: 18px; }
      .page-mypage .mypage_main table td.md span {
        font-size: 18px; }
    .page-mypage .mypage_main table td.sm {
      font-size: 16px; }
    .page-mypage .mypage_main table td .ib {
      display: inline-block;
      margin-right: 0; }
      @media screen and (max-width: 480px) {
        .page-mypage .mypage_main table td .ib {
          margin-bottom: 10px; } }
.page-mypage .tb_sub tr {
  border-bottom: none !important; }
  .page-mypage .tb_sub tr th, .page-mypage .tb_sub tr td {
    padding-top: 10px;
    padding-bottom: 10px; }
  .page-mypage .tb_sub tr th {
    width: 1px;
    white-space: nowrap;
    padding-right: 1em; }
.page-mypage .work_career table {
  position: relative; }
  .page-mypage .work_career table:not(:last-child):after {
    content: "";
    background-image: linear-gradient(to right, #ccceef, #ccceef 5px, transparent 5px, transparent 10px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%; }
.page-mypage .favorite > .flex,
.page-mypage .history > .flex {
  flex-wrap: wrap;
  margin-bottom: 70px; }
  @media screen and (max-width: 480px) {
    .page-mypage .favorite > .flex,
    .page-mypage .history > .flex {
      display: block; } }
  .page-mypage .favorite > .flex .box,
  .page-mypage .history > .flex .box {
    flex-basis: 49.2%;
    margin-bottom: 1.6%;
    padding: 15px; }
    .page-mypage .favorite > .flex .box h4,
    .page-mypage .history > .flex .box h4 {
      font-weight: bold;
      font-size: 14px;
      background: none;
      padding: 0 0 5px 0;
      border-bottom: 1px solid #fff;
      margin-bottom: 10px; }
    .page-mypage .favorite > .flex .box .thum,
    .page-mypage .history > .flex .box .thum {
      flex-basis: 25%; }
      .page-mypage .favorite > .flex .box .thum img,
      .page-mypage .history > .flex .box .thum img {
        width: 100%; }
    .page-mypage .favorite > .flex .box .content,
    .page-mypage .history > .flex .box .content {
      flex-basis: 71%; }
      .page-mypage .favorite > .flex .box .content .number,
      .page-mypage .history > .flex .box .content .number {
        color: #999999;
        font-size: 13px; }
        .page-mypage .favorite > .flex .box .content .number span,
        .page-mypage .history > .flex .box .content .number span {
          color: #1a1a1a;
          margin-left: 1em; }
.page-mypage .favorite h3 {
  background-color: #ff9196;
  color: #fff; }
  .page-mypage .favorite h3:before {
    content: "";
    width: 16px;
    height: 15px;
    background-image: url("../images/mypage/icon_favorite.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle; }
.page-mypage .favorite > .flex .box {
  background-color: #ffeeef; }
  .page-mypage .favorite > .flex .box .content {
    flex-basis: 71%; }
    .page-mypage .favorite > .flex .box .content .to_detail a {
      display: inline-block;
      font-size: 14px;
      color: #fff;
      background-color: #64ccd1;
      padding: 2px 10px;
      border-radius: 3px; }
      .page-mypage .favorite > .flex .box .content .to_detail a:before {
        content: "";
        width: 10px;
        height: 12px;
        background-size: contain;
        background-image: url("../images/mypage/icon_detail.svg");
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle; }
.page-mypage .history h3 {
  background-color: #e6e6e6; }
.page-mypage .history > .flex .box {
  background-color: #f2f2f2; }
  .page-mypage .history > .flex .box .content .status {
    background-color: #fff;
    padding: 2px 10px;
    font-size: 14px;
    max-width: 95px;
    width: 100%;
    text-align: center; }
.page-mypage .message h3 {
  background-color: #fbf0c8; }
.page-mypage .message .message_box {
  background-color: #fefaee;
  max-width: 578px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px; }
  .page-mypage .message .message_box:not(:last-of-type) {
    margin-bottom: 20px; }
  .page-mypage .message .message_box h4 {
    background: none;
    border-bottom: 1px solid #ffbb00;
    font-size: 15px;
    padding-left: 0; }
    .page-mypage .message .message_box h4 .date {
      float: right;
      font-size: 13px;
      margin-top: 5px;
      color: #666666; }
  .page-mypage .message .message_box p {
    font-size: 13px; }

/* マイページ編集 */
.page-mypage_edit main {
  padding-top: 0;
  padding-bottom: 0; }
.page-mypage_edit .note {
  background-color: #fff5f2;
  color: #ed1c24;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .page-mypage_edit .note {
      font-size: 12px; } }
  .page-mypage_edit .note .wrap {
    max-width: 700px;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
    line-height: 2; }
    .page-mypage_edit .note .wrap .label {
      flex-basis: 60px; }
    .page-mypage_edit .note .wrap .text {
      flex: 1;
      font-weight: bold; }
.page-mypage_edit .note2 {
  margin-bottom: 0; }
.page-mypage_edit form input[type="text"],
.page-mypage_edit form input[type="password"],
.page-mypage_edit form textarea {
  font-size: 18px;
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #999999;
  width: 100%; }
.page-mypage_edit form textarea {
  height: 156px; }
  @media screen and (max-width: 480px) {
    .page-mypage_edit form textarea {
      height: 115px; } }
.page-mypage_edit form select {
  font-size: 18px;
  border: 1px solid #999;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 10px; }
  @media screen and (max-width: 480px) {
    .page-mypage_edit form select {
      padding-left: 5px;
      padding-right: 5px; } }
.page-mypage_edit form input[type="radio"] {
  display: none; }
.page-mypage_edit form input[type="radio"] + label {
  cursor: pointer;
  display: inline-block; }
  .page-mypage_edit form input[type="radio"] + label:not(:last-child) {
    margin-right: 5%; }
  .page-mypage_edit form input[type="radio"] + label span {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    border: 3px solid #dedede;
    margin-right: 5px;
    transform: translateY(-2px); }
.page-mypage_edit form input[type="radio"]:checked + label span {
  border: 6px solid #55b6d5; }
.page-mypage_edit form input[type="checkbox"] {
  display: none; }
.page-mypage_edit form input[type="checkbox"] + label {
  cursor: pointer; }
  .page-mypage_edit form input[type="checkbox"] + label span {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border: 3px solid #dedede;
    margin-right: 10px;
    transform: translateY(-2px); }
.page-mypage_edit form input[type="checkbox"]:checked + label span:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 3px;
  width: 10px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 3px solid #2079b7;
  border-right: 3px solid #2079b7; }
.page-mypage_edit .upload {
  text-align: center;
  margin-top: 15px; }
  .page-mypage_edit .upload button {
    max-width: 146px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f2f2f2;
    border: none;
    font-size: 16px;
    color: #666666;
    padding: 3px 10px;
    font-weight: bold;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
    .page-mypage_edit .upload button:before {
      width: 15px;
      height: 11px;
      background-image: url("../images/mypage/icon_upload.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      content: "";
      display: inline-block;
      margin-right: 5px; }
.page-mypage_edit .save {
  text-align: center;
  margin-bottom: 75px; }
  @media screen and (max-width: 480px) {
    .page-mypage_edit .save {
      margin-bottom: 50px; } }
  .page-mypage_edit .save button {
    max-width: 182px;
    width: 100%;
    background-color: #8289d8;
    color: #fff;
    font-size: 24px;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    border-radius: 100px;
    border: none;
    padding: 5px 10px; }
.page-mypage_edit .mypage_top {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto; }
  .page-mypage_edit .mypage_top > .flex {
    display: block; }
    .page-mypage_edit .mypage_top > .flex .top_l .data {
      flex-basis: 60%; }
      .page-mypage_edit .mypage_top > .flex .top_l .data table th, .page-mypage_edit .mypage_top > .flex .top_l .data table td {
        padding-top: 7px;
        padding-bottom: 7px;
        color: #999999; }
      .page-mypage_edit .mypage_top > .flex .top_l .data table th {
        padding-right: 1em; }
        @media screen and (max-width: 480px) {
          .page-mypage_edit .mypage_top > .flex .top_l .data table th {
            white-space: nowrap; } }
    .page-mypage_edit .mypage_top > .flex .top_r {
      margin-top: 40px;
      display: flex;
      justify-content: space-between; }
      .page-mypage_edit .mypage_top > .flex .top_r > div {
        background: none;
        flex-basis: 48%;
        padding: 0; }
        .page-mypage_edit .mypage_top > .flex .top_r > div .image {
          background-color: #e6e6e6;
          padding: 25% 10px;
          text-align: center; }
  .page-mypage_edit .mypage_top .about_pp {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px; }
    .page-mypage_edit .mypage_top .about_pp a {
      border-bottom: 1px solid #f2f2f2;
      font-size: 14px;
      padding-bottom: 3px; }
.page-mypage_edit .mypage_main h3 {
  margin-bottom: 20px; }
.page-mypage_edit .mypage_main table tr.noborder {
  border-bottom: none; }
  @media screen and (max-width: 480px) {
    .page-mypage_edit .mypage_main table tr.noborder td {
      padding-top: 0;
      padding-bottom: 0; } }
.page-mypage_edit .mypage_main table td {
  padding-right: 1em; }
  @media screen and (max-width: 480px) {
    .page-mypage_edit .mypage_main table td {
      padding-right: 0; } }
  @media screen and (max-width: 480px) {
    .page-mypage_edit .mypage_main table td span {
      margin-right: 5px;
      font-size: 14px; } }
.page-mypage_edit .mypage_main table tr.zip .flex .input {
  flex: 1; }
.page-mypage_edit .mypage_main table tr.zip .flex .button {
  flex-basis: 97px;
  padding-left: 10px; }
  .page-mypage_edit .mypage_main table tr.zip .flex .button a {
    background-color: #ffbb00;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    line-height: 37px; }
.page-mypage_edit .mypage_main table .chk {
  margin-bottom: 10px; }
.page-mypage_edit .mypage_main table .other_licence .flex .input {
  flex: 1;
  padding-right: 15px; }
.page-mypage_edit .mypage_main table .other_licence .flex .add {
  flex-basis: 28px; }
  .page-mypage_edit .mypage_main table .other_licence .flex .add img {
    width: 100%; }
.page-mypage_edit .tb_sub tr th {
  width: 1px;
  white-space: nowrap;
  padding-right: 1em;
  font-size: 14px;
  vertical-align: middle; }
  @media screen and (max-width: 480px) {
    .page-mypage_edit .tb_sub tr th {
      margin-bottom: 0; } }
@media screen and (max-width: 480px) {
  .page-mypage_edit .tb_sub tr td {
    margin-bottom: 10px; } }
@media screen and (max-width: 480px) {
  .page-mypage_edit .tb_sub tr th, .page-mypage_edit .tb_sub tr td {
    padding-top: 0;
    display: block; } }
.page-mypage_edit .add_field {
  text-align: center;
  margin-bottom: 60px; }
  .page-mypage_edit .add_field button {
    margin-top: 20px;
    max-width: 153px;
    width: 100%;
    background-color: #64ccd1;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    border: none;
    padding: 5px 10px;
    font-size: 18px; }
    .page-mypage_edit .add_field button:after {
      display: inline-block;
      content: "";
      width: 16px;
      height: 16px;
      background-image: url("../images/mypage/icon_plus.svg");
      background-repeat: no-repeat;
      background-size: contain;
      margin-left: 10px; }
  .page-mypage_edit .add_field + table {
    border-top: 1px solid #eeeeee; }
.page-mypage_edit .request {
  margin-top: 70px; }
  @media screen and (max-width: 480px) {
    .page-mypage_edit .request {
      margin-top: 40px; } }
  .page-mypage_edit .request .start,
  .page-mypage_edit .request .end,
  .page-mypage_edit .request .extend {
    margin-top: 20px; }
    .page-mypage_edit .request .start .title,
    .page-mypage_edit .request .end .title,
    .page-mypage_edit .request .extend .title {
      margin-bottom: 5px;
      font-size: 15px; }
.page-mypage_edit .survey tr.tr_size td > div {
  margin-bottom: 20px;
  display: inline-block;
  width: 125px;
  vertical-align: top;
  font-size: 15px; }
  .page-mypage_edit .survey tr.tr_size td > div input {
    display: inline-block;
    width: 70%;
    margin-right: 10px; }

/**
* 7.5 - 特集
* -----------------------------------------------------------------------------
*/
.page-work_feature {
  /* Banner Area */ }
  .page-work_feature main {
    padding-bottom: 0px; }
  .page-work_feature .title {
    max-width: 1078px;
    margin-left: auto;
    margin-right: auto;
    background: none;
    padding-top: 0;
    padding-bottom: 0; }
    .page-work_feature .title img {
      width: 100%; }
  .page-work_feature .main_contents {
    max-width: 769px;
    margin-left: auto;
    margin-right: auto; }
  .page-work_feature .feature_top {
    margin-bottom: 50px; }
    .page-work_feature .feature_top h3 {
      color: #6c74d1;
      font-size: 20px;
      border-bottom: 1px solid #989edf;
      padding-bottom: 10px; }
      @media screen and (max-width: 480px) {
        .page-work_feature .feature_top h3 {
          font-size: 16px; } }
    .page-work_feature .feature_top p {
      font-size: 14px;
      line-height: 2.2; }
      @media screen and (max-width: 480px) {
        .page-work_feature .feature_top p {
          font-size: 13px; } }
  .page-work_feature .sec_banner {
    padding-top: 30px;
    padding-bottom: 30px; }
    .page-work_feature .sec_banner .flex {
      flex-wrap: wrap; }
      @media screen and (max-width: 480px) {
        .page-work_feature .sec_banner .flex {
          display: block; } }
      .page-work_feature .sec_banner .flex > div {
        flex-basis: 48.7%;
        margin-bottom: 2.6%; }
        .page-work_feature .sec_banner .flex > div img {
          width: 100%; }
  .page-work_feature .sec_links {
    padding-top: 0px;
    position: relative; }
    .page-work_feature .sec_links:before {
      top: 0;
      content: "";
      width: 100%;
      height: 10px;
      background-image: url(../images/common/line_header.jpg);
      background-size: contain;
      background-repeat: repeat-x;
      display: block; }
    .page-work_feature .sec_links .inner {
      padding-top: 60px; }

.page-contact main {
  padding-bottom: 160px; }
  .page-contact main .inner {
    max-width: 886px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 480px) {
      .page-contact main .inner {
        padding-left: 20px;
        padding-right: 20px; } }
    .page-contact main .inner h3 {
      color: #6c74d1;
      font-size: 27px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 480px) {
        .page-contact main .inner h3 {
          font-size: 22px; } }
    .page-contact main .inner .wrap {
      background-color: #fff; }
    .page-contact main .inner .tel {
      text-align: center;
      margin-bottom: 90px; }
      .page-contact main .inner .tel .wrap {
        padding: 40px 20px; }
      .page-contact main .inner .tel .num {
        font-size: 40px;
        color: #223367;
        font-weight: bold;
        margin-bottom: 10px; }
        @media screen and (max-width: 480px) {
          .page-contact main .inner .tel .num {
            font-size: 8.3vw; } }
        .page-contact main .inner .tel .num:before {
          content: "";
          width: 32px;
          height: 41px;
          background-image: url("../images/contact/icon_tel.svg");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px; }
        .page-contact main .inner .tel .num a {
          pointer-events: none; }
          @media screen and (max-width: 480px) {
            .page-contact main .inner .tel .num a {
              pointer-events: auto; } }
      .page-contact main .inner .tel p {
        font-size: 18px;
        margin-bottom: 0; }
        @media screen and (max-width: 480px) {
          .page-contact main .inner .tel p {
            font-size: 15px; } }
    .page-contact main .inner .mail form {
      padding: 60px 20px;
      max-width: 552px;
      margin-left: auto;
      margin-right: auto; }
      .page-contact main .inner .mail form h4 {
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 10px; }
        .page-contact main .inner .mail form h4 .req {
          display: inline-block;
          padding: 4px 10px;
          background-color: #fb8200;
          color: #fff;
          font-size: 12px;
          border-radius: 100px;
          vertical-align: middle;
          margin-left: 5px; }
      .page-contact main .inner .mail form .input {
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .page-contact main .inner .mail form .input .flex > div {
          flex-basis: 48%; }
      .page-contact main .inner .mail form .noborder {
        border-bottom: none; }
      .page-contact main .inner .mail form input[type="text"], .page-contact main .inner .mail form textarea {
        border: 1px solid #64ccd1;
        border-radius: 5px;
        font-size: 18px;
        padding: 10px;
        width: 100%; }
      .page-contact main .inner .mail form textarea {
        height: 216px; }
  @media screen and (max-width: 480px) {
    .page-contact main {
      padding-bottom: 40px; } }
.page-contact .about_pp {
  text-align: center;
  margin-bottom: 40px; }
  .page-contact .about_pp a {
    border: 2px solid #dedede;
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    color: #2079b7;
    font-weight: bold; }
.page-contact > .title {
  background-size: cover;
  background-position: center;
  background-image: url("../images/work/bg_title.jpg");
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 480px) {
    .page-contact > .title {
      padding-top: 39px;
      padding-bottom: 39px; } }
  .page-contact > .title h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .page-contact > .title h2 {
        font-size: 28px; } }
.page-contact .agree {
  text-align: center; }
  .page-contact .agree input[type="checkbox"] {
    display: none; }
  .page-contact .agree input[type="checkbox"] + label {
    cursor: pointer; }
    .page-contact .agree input[type="checkbox"] + label span {
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 24px;
      border: 3px solid #dedede;
      margin-right: 10px;
      transform: translateY(-2px); }
  .page-contact .agree input[type="checkbox"]:checked + label span:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 3px;
    width: 10px;
    height: 20px;
    transform: rotate(40deg);
    border-bottom: 4px solid #2079b7;
    border-right: 4px solid #2079b7; }
.page-contact button {
  border-radius: 100px;
  max-width: 287px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding: 10px;
  border: none;
  display: block;
  margin-top: 60px;
  font-size: 26px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: bold; }
.page-contact button[type="submit"] {
  background-color: #6c74d1; }

.page-contact-confirm .wrap {
  padding: 40px 20px; }
.page-contact-confirm table {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  .page-contact-confirm table th {
    text-align: left;
    width: 1px;
    white-space: nowrap;
    background-color: #f7f7f7; }
    @media screen and (max-width: 480px) {
      .page-contact-confirm table th {
        width: 100%; } }
  .page-contact-confirm table th, .page-contact-confirm table td {
    border: 1px solid #eee;
    padding: 10px; }
    @media screen and (max-width: 480px) {
      .page-contact-confirm table th, .page-contact-confirm table td {
        display: block; } }
.page-contact-confirm .buttons {
  justify-content: center; }
  @media screen and (max-width: 480px) {
    .page-contact-confirm .buttons {
      display: block;
      margin-top: 30px; } }
  .page-contact-confirm .buttons button {
    margin-right: 10px;
    margin-left: 10px; }
    @media screen and (max-width: 480px) {
      .page-contact-confirm .buttons button {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto; } }
.page-contact-confirm button.back {
  background-color: #a2a2a2; }

.page-contact-thanks .wrap .center {
  padding: 100px 20px; }

/**
* 7.7 - パスワード再発行
* -----------------------------------------------------------------------------
*/
.page-issue_pw_input .register_wrap {
  padding-bottom: 100px; }
  .page-issue_pw_input .register_wrap p {
    line-height: 2; }

.page-issue_pw_input_comp .register_wrap {
  text-align: center;
  padding-bottom: 250px; }
  .page-issue_pw_input_comp .register_wrap .lg {
    font-size: 25px;
    margin-bottom: 60px; }

/* パスワード再設定完了 */
.page-issue_pw_edit_comp .register_wrap {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 140px; }
.page-issue_pw_edit_comp button {
  background-color: #6c74d1;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  box-shadow: none;
  border: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 10px;
  max-width: 527px;
  width: 100%;
  font-size: 22px;
  margin-top: 40px;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .page-issue_pw_edit_comp button {
      font-size: 19px; } }

/**
* 7.8 - 会社概要
* -----------------------------------------------------------------------------
*/
.page-company main {
  padding-bottom: 160px;
  background-color: #fff !important; }
  .page-company main .inner {
    max-width: 768px; }
    @media screen and (max-width: 480px) {
      .page-company main .inner {
        padding-left: 20px;
        padding-right: 20px; } }
  @media screen and (max-width: 480px) {
    .page-company main {
      padding-bottom: 40px; } }
.page-company > .title {
  background-size: cover;
  background-position: center;
  background-image: url("../images/work/bg_title.jpg");
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 480px) {
    .page-company > .title {
      padding-top: 39px;
      padding-bottom: 39px; } }
  .page-company > .title h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .page-company > .title h2 {
        font-size: 28px; } }
.page-company table tr {
  border-bottom: 1px solid #e4e4e4; }
  .page-company table tr th, .page-company table tr td {
    font-size: 18px;
    padding-top: 23px;
    padding-bottom: 23px; }
    @media screen and (max-width: 480px) {
      .page-company table tr th, .page-company table tr td {
        display: block; } }
  .page-company table tr th {
    font-weight: bold;
    text-align: left;
    vertical-align: top; }
    @media screen and (max-width: 480px) {
      .page-company table tr th {
        padding-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .page-company table tr td {
      padding-top: 10px;
      font-size: 16px; } }

/**
* 7.9 - 職種一覧
* -----------------------------------------------------------------------------
*/
.page-job main {
  padding-bottom: 160px;
  background-color: #fff !important; }
  .page-job main .inner {
    max-width: 814px; }
    @media screen and (max-width: 480px) {
      .page-job main .inner {
        padding-left: 20px;
        padding-right: 20px; } }
  @media screen and (max-width: 480px) {
    .page-job main {
      padding-bottom: 40px; } }
.page-job > .title {
  background-size: cover;
  background-position: center;
  background-image: url("../images/work/bg_title.jpg");
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 480px) {
    .page-job > .title {
      padding-top: 39px;
      padding-bottom: 39px; } }
  .page-job > .title h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .page-job > .title h2 {
        font-size: 28px; } }
.page-job .p_top {
  padding: 0 1em;
  line-height: 2;
  margin-bottom: 60px; }
.page-job .job_box {
  margin-bottom: 60px; }
  .page-job .job_box h3 {
    background-color: #ebf3f3;
    font-size: 20px;
    padding: 10px 20px;
    margin-bottom: 25px; }
  @media screen and (max-width: 480px) {
    .page-job .job_box .flex {
      display: block; } }
  .page-job .job_box .flex .thum {
    flex-basis: 122px; }
    @media screen and (max-width: 480px) {
      .page-job .job_box .flex .thum {
        text-align: center;
        margin-bottom: 20px; } }
    .page-job .job_box .flex .thum img {
      width: 100%; }
      @media screen and (max-width: 480px) {
        .page-job .job_box .flex .thum img {
          max-width: 120px; } }
  .page-job .job_box .flex .text {
    flex: 1;
    padding-left: 2em;
    line-height: 2;
    font-size: 15px; }
    @media screen and (max-width: 480px) {
      .page-job .job_box .flex .text {
        padding-left: 0; } }
.page-job .sec_links .inner {
  max-width: 878px; }
.page-job .sec_links .flex > div {
  position: relative;
  z-index: 1; }
.page-job p.center {
  margin-top: 140px; }
.page-job .tel .wrap {
  background-color: #f7fcfd;
  border: 1px solid #64ccd1;
  text-align: center;
  padding: 30px 20px 40px 20px; }
  .page-job .tel .wrap .number {
    font-size: 40px;
    font-weight: bold;
    color: #223367; }
    @media screen and (max-width: 480px) {
      .page-job .tel .wrap .number {
        font-size: 8vw; } }
    .page-job .tel .wrap .number:before {
      content: "";
      background-image: url("../images/contact/icon_tel.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 32px;
      height: 41px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
      @media screen and (max-width: 480px) {
        .page-job .tel .wrap .number:before {
          width: 6vw;
          height: 7vw; } }
    .page-job .tel .wrap .number a {
      pointer-events: none; }
      @media screen and (max-width: 480px) {
        .page-job .tel .wrap .number a {
          pointer-events: auto; } }
  .page-job .tel .wrap .open {
    font-size: 18px; }
  .page-job .tel .wrap p {
    font-size: 18px; }
    @media screen and (max-width: 480px) {
      .page-job .tel .wrap p {
        font-size: 14px; } }
  .page-job .tel .wrap .btn {
    background-color: #223367;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    max-width: 316px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px; }

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