@charset "UTF-8";
/*!
Theme Name: legalmap-career
Theme URI: https://www.legalmap-career.jp/
Author: K.Tanaka, Changing, LLC.
Author URI: https://www.changing.jp/
Description: Wordpress Theme for LegalMap Career
Version: 0.1
License: original license, can use only more-selections, Inc.
License URI: under construction.
Tags:
Text Domain: legalmap-career.jp

can use this theme only more-selections,inc.
*/
* {
  font-family: "游ゴシック",YuGothic,"Open Sans","Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; }

html {
  overflow: auto; }

body {
  overflow: hidden;
  background-color: #fff;
  padding-top: 80px; }
  @media (max-width: 414px) {
    body {
      padding-top: 60px; } }

a {
  color: #014186; }

.valign-middle {
  vertical-align: middle; }

.text-small {
  font-size: .9em; }

.bg-white {
  background: #fff; }

.no-border {
  border: 0; }

.fake-btn:hover {
  cursor: pointer; }

.b {
  font-weight: bold; }

.white {
  color: #fff; }

.margin-top {
  margin-top: 15px; }
  .margin-top.narrow {
    margin-top: 8px; }
  .margin-top.broad {
    margin-top: 30px; }

.margin-left {
  margin-left: 15px; }
  .margin-left.narrow {
    margin-left: 8px; }
  .margin-left.broad {
    margin-left: 30px; }

.margin-right {
  margin-right: 15px; }
  .margin-right.narrow {
    margin-right: 8px; }
  .margin-right.broad {
    margin-right: 30px; }

.margin-bottom {
  margin-bottom: 15px; }
  .margin-bottom.narrow {
    margin-bottom: 8px; }
  .margin-bottom.broad {
    margin-bottom: 30px; }

.lm-tag {
  font-size: .8em;
  background: #004188;
  color: #fff;
  padding: 2px 4px;
  margin-left: 12px; }
  .lm-tag.no-margin {
    margin-left: 0; }
  .lm-tag a {
    color: #fff; }

.row.flex {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch; }
  .row.flex.top-margin {
    margin-top: 56px; }
  .row.flex.area-width-add {
    margin-left: -15px;
    margin-right: -15px; }
  @media (max-width: 414px) {
    .row.flex {
      flex-direction: column;
      margin: 0; } }
  @media (min-width: 415px) and (max-width: 768px) {
    .row.flex {
      flex-direction: column;
      margin: 0 15px; } }
  .row.flex .flex-item {
    flex-basis: 33%;
    flex-grow: 1; }
    .row.flex .flex-item.double {
      flex-basis: 66%;
      flex-grow: 2; }

.main-top-logo {
  width: 100%;
  display: inline-block; }
  .main-top-logo h1 {
    margin: 0;
    padding: 0; }
    .main-top-logo h1 img {
      height: 36px;
      width: auto;
      margin: 24px 0 0 8px;
      max-width: 100%; }
    .main-top-logo h1 span {
      display: none; }
    @media (max-width: 414px) {
      .main-top-logo h1 img {
        height: 26px;
        width: auto;
        margin: 16px 0; } }
    @media (min-width: 415px) and (max-width: 768px) {
      .main-top-logo h1 img {
        height: 36px;
        width: auto;
        margin: 24px 0 16px 4px; } }

.sp-btn-top-regist {
  float: left;
  margin: 12px 0 0 16px;
  color: #fff;
  font-size: .8em;
  padding: 4px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  border: solid 3px #968666;
  border-radius: 24px;
  background-image: -moz-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%);
  background-image: -webkit-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%);
  background-image: -ms-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%); }
  .sp-btn-top-regist object {
    width: 1em;
    height: 1em; }
  .sp-btn-top-regist:hover {
    text-decoration: none;
    background-image: -moz-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%);
    background-image: -webkit-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%);
    background-image: -ms-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%); }

.tb-btn-top-regist {
  display: inline-block;
  margin: 16px 0 0;
  color: #fff;
  font-size: 1em;
  padding: 8px;
  width: 240px;
  text-align: center;
  border: solid 3px #968666;
  border-radius: 24px;
  background-image: -moz-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%);
  background-image: -webkit-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%);
  background-image: -ms-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%); }
  .tb-btn-top-regist:hover {
    text-decoration: none;
    background-image: -moz-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%);
    background-image: -webkit-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%);
    background-image: -ms-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%); }

.sp-btn-top-menu-regist {
  display: inline-block;
  margin: 16px auto;
  color: #fff;
  font-size: 1em;
  padding: 8px !important;
  width: 240px;
  text-align: center;
  border: solid 3px #968666;
  border-radius: 24px;
  background-image: -moz-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%);
  background-image: -webkit-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%);
  background-image: -ms-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%); }
  .sp-btn-top-menu-regist:hover {
    text-decoration: none;
    background-image: -moz-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%);
    background-image: -webkit-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%);
    background-image: -ms-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%); }

.navbar.navbar-lm {
  margin-bottom: 0; }
  .navbar.navbar-lm.navbar-lm-inverted {
    background: #001F38;
    border: solid 1px #001F38; }
    .navbar.navbar-lm.navbar-lm-inverted i.fa.fa-remove {
      color: #fff; }
    .navbar.navbar-lm.navbar-lm-inverted .sp-main-menu-collapsed {
      padding: 24px 0;
      text-align: center; }
      .navbar.navbar-lm.navbar-lm-inverted .sp-main-menu-collapsed a {
        display: block;
        color: #fff;
        padding: 24px; }
  .navbar.navbar-lm .sp-btn-main-menu {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    margin-left: 0;
    background: transparent;
    padding: 4px 4px 4px 6px; }
    @media (max-width: 414px) {
      .navbar.navbar-lm .sp-btn-main-menu {
        font-size: 32px;
        margin-top: 0;
        display: block; } }
    @media (min-width: 415px) and (max-width: 768px) {
      .navbar.navbar-lm .sp-btn-main-menu {
        font-size: 48px;
        margin-top: 0;
        display: block; } }
    @media (min-width: 769px) and (max-width: 991px) {
      .navbar.navbar-lm .sp-btn-main-menu {
        font-size: 48px;
        margin-top: 0;
        display: block; } }
    .navbar.navbar-lm .sp-btn-main-menu::-webkit-search-decoration {
      display: none; }
    .navbar.navbar-lm .sp-btn-main-menu::focus {
      outline-offset: -2px; }
  @media (max-width: 414px) {
    .navbar.navbar-lm {
      min-height: 0; }
      .navbar.navbar-lm .container-fluid {
        margin: 0 -15px; } }
  @media (min-width: 415px) and (max-width: 768px) {
    .navbar.navbar-lm {
      min-height: 0; } }
  .navbar.navbar-lm .sp-main-menu-collapsed {
    padding: 24px 0;
    text-align: center;
    transition: all 0.5s ease; }
    .navbar.navbar-lm .sp-main-menu-collapsed a {
      display: block;
      padding: 24px; }

.navbar-toggle.navbar-toggle-lm {
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px; }

.navbar.navbar-default.navbar-lm ul.nav-bar-lm-top li {
  font-weight: bold;
  font-size: .9em; }
  @media (min-width: 769px) and (max-width: 1024px) {
    .navbar.navbar-default.navbar-lm ul.nav-bar-lm-top li {
      margin-right: 0; } }
  .navbar.navbar-default.navbar-lm ul.nav-bar-lm-top li a.menu-active {
    border-bottom: solid 2px #014186;
    border-radius: 0; }
  .navbar.navbar-default.navbar-lm ul.nav-bar-lm-top li a:focus {
    background: none; }
  .navbar.navbar-default.navbar-lm ul.nav-bar-lm-top li a:hover {
    background: none;
    cursor: pointer;
    filter: alpha(opacity=60);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";
    /* ie 8 */
    -moz-opacity: 0.6;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1; }
  .navbar.navbar-default.navbar-lm ul.nav-bar-lm-top li.external-link a {
    color: gray; }
  .navbar.navbar-default.navbar-lm ul.nav-bar-lm-top li.regist-link a.pc-btn-regist {
    margin: 16px 0;
    color: #fff !important;
    font-size: 1em;
    padding: 8px 19px 8px 27px;
    width: 100%;
    text-align: center;
    border: solid 3px #968666;
    border-radius: 24px !important;
    background-image: -moz-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%);
    background-image: -webkit-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%);
    background-image: -ms-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%); }
    .navbar.navbar-default.navbar-lm ul.nav-bar-lm-top li.regist-link a.pc-btn-regist:hover {
      text-decoration: none;
      background-image: -moz-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%);
      background-image: -webkit-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%);
      background-image: -ms-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%); }
    .navbar.navbar-default.navbar-lm ul.nav-bar-lm-top li.regist-link a.pc-btn-regist object {
      vertical-align: middle; }

.jumbotron.jumbotron-lm-wrapper {
  padding: 0;
  margin-bottom: 8px;
  background: #014186;
  height: 400px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .jumbotron.jumbotron-lm-wrapper {
      height: 200px; } }
  .jumbotron.jumbotron-lm-wrapper .jumbotron-lm {
    background: #043459;
    padding: 1220px 0 330px 0;
    -webkit-transform: skew(0deg, -40deg);
    transform: skew(0deg, -40deg);
    margin-top: -1200px; }
    @media (max-width: 768px) {
      .jumbotron.jumbotron-lm-wrapper .jumbotron-lm {
        padding: 620px 0 0 0;
        margin-top: -700px; } }
    .jumbotron.jumbotron-lm-wrapper .jumbotron-lm .content {
      -webkit-transform: skew(0deg, 40deg);
      transform: skew(0deg, 40deg);
      text-align: center; }
      .jumbotron.jumbotron-lm-wrapper .jumbotron-lm .content .title {
        padding-top: 100px;
        font-weight: bold;
        color: #fff;
        font-size: 2.4em;
        letter-spacing: 6px; }
        @media (max-width: 768px) {
          .jumbotron.jumbotron-lm-wrapper .jumbotron-lm .content .title {
            padding-top: 116px;
            font-size: 1.6em;
            letter-spacing: 2px; } }
      .jumbotron.jumbotron-lm-wrapper .jumbotron-lm .content .text {
        width: 60%;
        margin: 25px auto;
        color: #004896;
        font-size: 1.2em;
        font-weight: bold;
        padding-bottom: 150px;
        letter-spacing: 2px; }
        @media (max-width: 768px) {
          .jumbotron.jumbotron-lm-wrapper .jumbotron-lm .content .text {
            font-size: .9em;
            letter-spacing: 0px;
            padding-bottom: 140px;
            margin-top: 16px; } }

.breadcrumb.no-bg {
  background: none;
  font-size: .8em; }
  .breadcrumb.no-bg li + li:before {
    content: "> "; }

.main-eyecatch {
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#032845+0,033154+100 */
  background: #032845;
  /* Old browsers */
  background: -moz-linear-gradient(left, #032845 0%, #033154 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #032845 0%, #033154 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #032845 0%, #033154 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032845', endColorstr='#033154',GradientType=1 );
  /* IE6-9 */ }
  .main-eyecatch .main-eyecatch-contents {
    background: url("./assets/img/main-eyecatch-left.png") no-repeat;
    background-position: 100% 0;
    height: 640px; }
    @media (max-width: 413px) {
      .main-eyecatch .main-eyecatch-contents {
        background: url("./assets/img/sp_top_eyecatch.png") no-repeat;
        width: 100%;
        height: 590px;
        background-position: top left;
        background-size: 116%; } }
    @media (min-width: 414px) and (max-width: 767px) {
      .main-eyecatch .main-eyecatch-contents {
        background: url("./assets/img/sp_top_eyecatch.png") no-repeat;
        width: 100%;
        height: 590px;
        background-position: top left;
        background-size: 116%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-eyecatch .main-eyecatch-contents {
        background-size: 56%;
        height: 340px; } }
    .main-eyecatch .main-eyecatch-contents .first-catchcopy {
      color: #a79268;
      font-size: 1.2em;
      font-weight: bold;
      position: relative;
      top: 110px;
      left: 8%; }
      @media (max-width: 320px) {
        .main-eyecatch .main-eyecatch-contents .first-catchcopy {
          top: 340px;
          left: 8%;
          font-size: .9em; } }
      @media (min-width: 321px) and (max-width: 413px) {
        .main-eyecatch .main-eyecatch-contents .first-catchcopy {
          top: 340px;
          left: 8%;
          font-size: 1em; } }
      @media (min-width: 414px) and (max-width: 767px) {
        .main-eyecatch .main-eyecatch-contents .first-catchcopy {
          top: 360px;
          left: 8%;
          font-size: 1em; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-eyecatch .main-eyecatch-contents .first-catchcopy {
          top: 20px;
          left: 4%;
          font-size: 1.2em; } }
    .main-eyecatch .main-eyecatch-contents .second-catchcopy {
      color: #fff;
      font-size: 3.4em;
      font-weight: bold;
      letter-spacing: 4px;
      margin: 0;
      position: relative;
      top: 120px;
      left: 8%; }
      @media (max-width: 413px) {
        .main-eyecatch .main-eyecatch-contents .second-catchcopy {
          top: 342px;
          left: 8%;
          font-size: 2.4em;
          letter-spacing: 1px; } }
      @media (min-width: 414px) and (max-width: 767px) {
        .main-eyecatch .main-eyecatch-contents .second-catchcopy {
          top: 354px;
          left: 8%;
          font-size: 2.4em;
          letter-spacing: 1px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-eyecatch .main-eyecatch-contents .second-catchcopy {
          top: 20px;
          left: 4%;
          font-size: 2em; } }
    .main-eyecatch .main-eyecatch-contents .third-catchcopy {
      color: #fff;
      font-size: 3.4em;
      font-weight: bold;
      letter-spacing: 4px;
      margin: 0;
      position: relative;
      top: 112px;
      left: 8%; }
      @media (max-width: 413px) {
        .main-eyecatch .main-eyecatch-contents .third-catchcopy {
          top: 336px;
          left: 8%;
          font-size: 2.4em;
          letter-spacing: 1px; } }
      @media (min-width: 414px) and (max-width: 767px) {
        .main-eyecatch .main-eyecatch-contents .third-catchcopy {
          top: 350px;
          left: 8%;
          font-size: 2.4em;
          letter-spacing: 1px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-eyecatch .main-eyecatch-contents .third-catchcopy {
          top: 14px;
          left: 4%;
          font-size: 2em; } }
    .main-eyecatch .main-eyecatch-contents .fourth-catchcopy {
      color: #fff;
      font-size: .9em;
      font-weight: bold;
      line-height: 2em;
      position: relative;
      top: 130px;
      left: 8%;
      width: 36%; }
      @media (max-width: 767px) {
        .main-eyecatch .main-eyecatch-contents .fourth-catchcopy {
          display: none; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-eyecatch .main-eyecatch-contents .fourth-catchcopy {
          width: 40%;
          top: 20px;
          left: 4%;
          font-size: 1em;
          line-height: 1.4em; } }
    .main-eyecatch .main-eyecatch-contents .btn-regist {
      display: inline-block;
      position: relative;
      top: 170px;
      left: 8%;
      color: #fff !important;
      font-size: 1.1em;
      font-weight: bold;
      padding: 16px;
      width: 26%;
      text-align: center;
      border: solid 3px #968666;
      border-radius: 30px !important;
      background-image: -moz-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%);
      background-image: -webkit-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%);
      background-image: -ms-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%); }
      .main-eyecatch .main-eyecatch-contents .btn-regist object {
        display: inline;
        width: 24px;
        height: 24px;
        vertical-align: top;
        margin-right: 4px; }
      .main-eyecatch .main-eyecatch-contents .btn-regist:hover {
        text-decoration: none;
        background-image: -moz-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%);
        background-image: -webkit-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%);
        background-image: -ms-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%); }
      @media (max-width: 413px) {
        .main-eyecatch .main-eyecatch-contents .btn-regist {
          top: 350px;
          left: 8%;
          width: 84%;
          padding: 12px; } }
      @media (min-width: 414px) and (max-width: 767px) {
        .main-eyecatch .main-eyecatch-contents .btn-regist {
          top: 360px;
          left: 8%;
          width: 84%;
          padding: 12px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-eyecatch .main-eyecatch-contents .btn-regist {
          top: 24px;
          left: 4%;
          width: 40%;
          padding: 12px; } }
  .main-eyecatch .main-eyecatch-right {
    float: right;
    width: 60%;
    height: auto; }
    @media (max-width: 767px) {
      .main-eyecatch .main-eyecatch-right {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-eyecatch .main-eyecatch-right {
        width: 50%; } }
  .main-eyecatch .sp-catchcopy {
    color: #fff;
    font-size: .9em;
    padding: 8px; }

.main-contents-top {
  margin-top: 10px;
  padding-bottom: 128px;
  background: #f9f9f9; }
  .main-contents-top .divider-lm {
    border-bottom: solid 4px;
    width: 64px;
    margin: 24px auto 64px;
    color: #004896; }
    @media (max-width: 414px) {
      .main-contents-top .divider-lm {
        margin: 14px auto 44px; } }
  .main-contents-top .top-contents {
    margin-top: 96px; }
    @media (max-width: 414px) {
      .main-contents-top .top-contents {
        margin-top: 64px; } }
    .main-contents-top .top-contents h2 {
      font-size: 1.8em;
      font-weight: bold;
      line-height: 48px;
      letter-spacing: 2px; }
      @media (max-width: 414px) {
        .main-contents-top .top-contents h2 {
          font-size: 1.4em;
          line-height: 1.6em; } }
    .main-contents-top .top-contents .feature_box {
      width: 96%;
      height: 100%;
      box-shadow: 0 0 10px 2px #dcdcdc;
      margin-bottom: 24px;
      background: #fff; }
      @media (max-width: 768px) {
        .main-contents-top .top-contents .feature_box {
          width: 100%; } }
      @media (min-width: 769px) and (max-width: 991px) {
        .main-contents-top .top-contents .feature_box {
          width: 96%; } }
      .main-contents-top .top-contents .feature_box .feature_title {
        color: #fff;
        height: 190px;
        text-align: center;
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1.8em;
        padding-top: 58px;
        background: -moz-linear-gradient(139deg, #004896 0%, #043459 100%);
        background: -webkit-linear-gradient(139deg, #004896 0%, #043459 100%);
        background: -ms-linear-gradient(139deg, #004896 0%, #043459 100%); }
        .main-contents-top .top-contents .feature_box .feature_title.title_1 {
          background: url("./assets/img/top_cont1_back_img.png"), -moz-linear-gradient(139deg, #004896 0%, #043459 100%);
          background: url("./assets/img/top_cont1_back_img.png"), -webkit-linear-gradient(139deg, #004896 0%, #043459 100%);
          background: url("./assets/img/top_cont1_back_img.png"), -ms-linear-gradient(139deg, #004896 0%, #043459 100%);
          background-repeat: no-repeat, repeat;
          background-position: right bottom, left top; }
        .main-contents-top .top-contents .feature_box .feature_title.title_2 {
          background: url("./assets/img/top_cont2_back_img.png"), -moz-linear-gradient(139deg, #004896 0%, #043459 100%);
          background: url("./assets/img/top_cont2_back_img.png"), -webkit-linear-gradient(139deg, #004896 0%, #043459 100%);
          background: url("./assets/img/top_cont2_back_img.png"), -ms-linear-gradient(139deg, #004896 0%, #043459 100%);
          background-repeat: no-repeat, repeat;
          background-position: right bottom, left top; }
        .main-contents-top .top-contents .feature_box .feature_title.title_3 {
          background: url("./assets/img/top_cont3_back_img.png"), -moz-linear-gradient(139deg, #004896 0%, #043459 100%);
          background: url("./assets/img/top_cont3_back_img.png"), -webkit-linear-gradient(139deg, #004896 0%, #043459 100%);
          background: url("./assets/img/top_cont3_back_img.png"), -ms-linear-gradient(139deg, #004896 0%, #043459 100%);
          background-repeat: no-repeat, repeat;
          background-position: right bottom, left top; }
      .main-contents-top .top-contents .feature_box .feature_content {
        padding: 24px 32px 0;
        font-size: .9em;
        line-height: 1.6em;
        height: 100%; }
        .main-contents-top .top-contents .feature_box .feature_content strong {
          color: #014186; }
        @media (max-width: 767px) {
          .main-contents-top .top-contents .feature_box .feature_content {
            margin-bottom: 16px;
            padding: 24px 32px 12px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .main-contents-top .top-contents .feature_box .feature_content {
            margin-bottom: 16px; } }
  .main-contents-top .second-eyecatch {
    background: url(assets/img/top_middle_back.png) no-repeat;
    height: 600px;
    margin: -40px -15px 64px;
    background-position: 60% 0;
    background-size: 100% auto; }
    @media (max-width: 767px) {
      .main-contents-top .second-eyecatch {
        height: 420px;
        background-position: 28% -20px;
        background-size: 260%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-contents-top .second-eyecatch {
        background-position: 40% 0;
        height: 450px; } }
    .main-contents-top .second-eyecatch .cont {
      float: left;
      position: relative;
      top: 190px;
      left: 50%;
      color: #043459;
      font-size: 2.2em;
      font-weight: bold;
      line-height: 2em;
      letter-spacing: 3px; }
      @media (max-width: 767px) {
        .main-contents-top .second-eyecatch .cont {
          float: none;
          position: inherit;
          top: 0;
          left: 0;
          font-size: 1.4em;
          font-weight: bold;
          line-height: 2em;
          letter-spacing: 0;
          text-align: center;
          padding: 170px 24px 0;
          color: #fff;
          height: 100%;
          background-image: -moz-linear-gradient(90deg, #001f2c 0%, rgba(0, 31, 44, 0) 100%);
          background-image: -webkit-linear-gradient(90deg, #001f2c 0%, rgba(0, 31, 44, 0) 100%);
          background-image: -ms-linear-gradient(90deg, #001f2c 0%, rgba(0, 31, 44, 0) 100%); } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-contents-top .second-eyecatch .cont {
          top: 88px;
          left: 46%;
          width: 54%;
          font-size: 1.6em; } }
  .main-contents-top .main-eyecatch-title {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 2px;
    text-align: center; }
    .main-contents-top .main-eyecatch-title.job-example {
      margin-top: 96px; }
    .main-contents-top .main-eyecatch-title.review {
      color: #fff; }
  .main-contents-top .slick-slide .job_box {
    box-shadow: none; }
  .main-contents-top .slick-slide.slick-current .job_box {
    box-shadow: 0 0 10px 2px #eaeaea;
    width: 97%;
    margin-left: 4px; }
  .main-contents-top .slick-slider .carousel-arrow {
    width: 56px;
    height: 56px;
    text-align: center;
    background: #fff;
    border: solid 1px #fff;
    box-shadow: 0 0 6px 1px #dcdcdc;
    border-radius: 28px;
    position: absolute;
    opacity: 1.0;
    z-index: 999; }
    .main-contents-top .slick-slider .carousel-arrow object {
      vertical-align: middle; }
    .main-contents-top .slick-slider .carousel-arrow.arrow-left {
      transform: rotateY(180deg);
      top: 46%;
      left: -30px; }
    .main-contents-top .slick-slider .carousel-arrow.arrow-right {
      transform: rotateY(0deg);
      top: 46%;
      right: -30px; }
  .main-contents-top .slick-dots li button:before {
    font-size: 16px; }
  .main-contents-top .slick-dots li.slick-active button:before {
    color: #092746; }
  .main-contents-top .job_box {
    -js-display: flex;
    display: flex;
    width: 96%;
    height: 100%;
    box-shadow: 0 0 10px 2px #eaeaea;
    color: #000;
    flex-direction: column;
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      .main-contents-top .job_box {
        width: 100%; } }
    @media (min-width: 769px) and (max-width: 991px) {
      .main-contents-top .job_box {
        width: 96%; } }
    .main-contents-top .job_box .job_title {
      color: #fff;
      height: 160px;
      font-size: 1.4em;
      font-weight: bold;
      line-height: 1.6em;
      padding: 48px 40px 0; }
      .main-contents-top .job_box .job_title.title_1 {
        background-image: url("./assets/img/top_job_back_1.png");
        background-repeat: no-repeat;
        background-size: cover; }
      .main-contents-top .job_box .job_title.title_2 {
        background-image: url("./assets/img/top_job_back_2.png");
        background-repeat: no-repeat;
        background-size: cover; }
      .main-contents-top .job_box .job_title.title_3 {
        background-image: url("./assets/img/top_job_back_3.png");
        background-repeat: no-repeat;
        background-size: cover; }
    .main-contents-top .job_box .job_content {
      padding: 30px 40px 0;
      font-size: .9em;
      line-height: 1.7em;
      height: 50%; }
      .main-contents-top .job_box .job_content ul {
        padding-left: 2em; }
      .main-contents-top .job_box .job_content strong {
        color: #014186; }
      @media (max-width: 767px) {
        .main-contents-top .job_box .job_content {
          width: 100%;
          padding: 24px 30px 0; } }
    .main-contents-top .job_box .job_offer {
      height: 90px;
      margin-top: auto; }
      .main-contents-top .job_box .job_offer .like-btn {
        width: 84%;
        padding: 16px;
        margin: 0 auto;
        border-radius: 30px;
        font-weight: bold;
        text-align: center;
        background-image: -moz-linear-gradient(-65deg, #f0f0f0 0%, #dfdfdf 100%);
        background-image: -webkit-linear-gradient(-65deg, #f0f0f0 0%, #dfdfdf 100%);
        background-image: -ms-linear-gradient(-65deg, #f0f0f0 0%, #dfdfdf 100%); }
        @media (max-width: 834px) {
          .main-contents-top .job_box .job_offer .like-btn {
            font-size: .8em; } }
  .main-contents-top .btn-box {
    clear: both;
    margin: 64px 0 0;
    text-align: center; }
    .main-contents-top .btn-box .btn-to-list {
      margin: 0 auto;
      display: block;
      width: 40%;
      border: solid 1px lightgray;
      border-radius: 10px;
      background: #f6f6f6;
      padding: 24px 32px;
      font-size: 1.2em;
      color: #000; }
      @media (max-width: 768px) {
        .main-contents-top .btn-box .btn-to-list {
          width: 80%; } }
      .main-contents-top .btn-box .btn-to-list:hover {
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=60);
        /* ie lt 8 */
        -ms-filter: "alpha(opacity=60)";
        /* ie 8 */
        -moz-opacity: 0.6;
        /* FF lt 1.5, Netscape */
        -khtml-opacity: 0.6;
        /* Safari 1.x */
        opacity: 0.6;
        zoom: 1; }
  .main-contents-top .area_blue {
    margin: 148px -15px;
    padding: 96px 0;
    background: #043459; }
    @media (max-width: 414px) {
      .main-contents-top .area_blue {
        margin: 104px -15px; } }
  .main-contents-top .review_wrapper {
    width: 96%;
    padding: 24px 26px;
    height: 100%;
    margin-bottom: 24px;
    background-image: -moz-linear-gradient(139deg, #004896 0%, #043459 100%);
    background-image: -webkit-linear-gradient(139deg, #004896 0%, #043459 100%);
    background-image: -ms-linear-gradient(139deg, #004896 0%, #043459 100%); }
    .main-contents-top .review_wrapper.last-item {
      width: 100%; }
      @media (max-width: 414px) {
        .main-contents-top .review_wrapper.last-item {
          width: 86%;
          margin: 0 auto 32px; } }
    @media (max-width: 414px) {
      .main-contents-top .review_wrapper {
        width: 90%;
        margin: 0 auto 32px; } }
    @media (min-width: 415px) and (max-width: 768px) {
      .main-contents-top .review_wrapper {
        width: 100%; } }
    @media (min-width: 769px) and (max-width: 991px) {
      .main-contents-top .review_wrapper {
        width: 94%; } }
  .main-contents-top #review_box_carousel_wrapper .carousel-arrow.arrow-right {
    top: 45%;
    right: -16px;
    box-shadow: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-contents-top #review_box_carousel_wrapper .carousel-arrow.arrow-right {
        right: -40px; } }
  .main-contents-top #review_box_carousel_wrapper .carousel-arrow.arrow-left {
    top: 45%;
    left: -16px;
    box-shadow: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-contents-top #review_box_carousel_wrapper .carousel-arrow.arrow-left {
        left: -40px; } }
  .main-contents-top #review_box_carousel_wrapper .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1.0; }
  .main-contents-top .review_box {
    margin: 0 -40px -36px 0;
    padding-bottom: 36px;
    color: #fff;
    height: 104%; }
    .main-contents-top .review_box.review_1 {
      background: url("./assets/img/job_report_avatar_1.png") no-repeat bottom right;
      background-size: 26%; }
      @media (max-width: 414px) {
        .main-contents-top .review_box.review_1 {
          background-size: 20%; } }
      @media (min-width: 415px) and (max-width: 768px) {
        .main-contents-top .review_box.review_1 {
          background-size: 13%; } }
      @media (min-width: 769px) and (max-width: 991px) {
        .main-contents-top .review_box.review_1 {
          background-size: 20%; } }
    .main-contents-top .review_box.review_2 {
      background: url("./assets/img/job_report_avatar_2.png") no-repeat bottom right;
      background-size: 26%; }
      @media (max-width: 414px) {
        .main-contents-top .review_box.review_2 {
          background-size: 20%; } }
      @media (min-width: 415px) and (max-width: 768px) {
        .main-contents-top .review_box.review_2 {
          background-size: 13%; } }
      @media (min-width: 769px) and (max-width: 991px) {
        .main-contents-top .review_box.review_2 {
          background-size: 20%; } }
    .main-contents-top .review_box.review_3 {
      background: url("./assets/img/job_report_avatar_3.png") no-repeat bottom right;
      background-size: 26%; }
      @media (max-width: 414px) {
        .main-contents-top .review_box.review_3 {
          background-size: 20%; } }
      @media (min-width: 415px) and (max-width: 768px) {
        .main-contents-top .review_box.review_3 {
          background-size: 13%; } }
      @media (min-width: 769px) and (max-width: 991px) {
        .main-contents-top .review_box.review_3 {
          background-size: 20%; } }
    .main-contents-top .review_box .review_title {
      padding-right: 48px; }
      .main-contents-top .review_box .review_title .age_and_gender {
        font-weight: bold; }
      .main-contents-top .review_box .review_title .profile {
        font-size: 1.4em;
        font-weight: bold; }
        @media (max-width: 414px) {
          .main-contents-top .review_box .review_title .profile {
            font-size: 1.2em; } }
    .main-contents-top .review_box .review_from_to {
      padding: 24px 48px 24px 0;
      line-height: 1.8em; }
      @media (max-width: 414px) {
        .main-contents-top .review_box .review_from_to {
          padding: 16px 48px 16px 0;
          font-size: .9em; } }
      .main-contents-top .review_box .review_from_to .from, .main-contents-top .review_box .review_from_to .to {
        color: #a79167;
        display: inline-block;
        margin-right: 16px;
        font-weight: bold; }
    .main-contents-top .review_box .review_content {
      padding-right: 26%;
      font-size: .95em;
      line-height: 1.6em; }
      @media (max-width: 414px) {
        .main-contents-top .review_box .review_content {
          padding-right: 18%;
          font-size: .9em; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-contents-top .review_box .review_content {
          padding-right: 16%; } }
  .main-contents-top .area_adviser {
    margin: 56px auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-contents-top .area_adviser {
        margin: 56px 30px; } }
    .main-contents-top .area_adviser .portrait {
      float: left;
      width: 36%;
      height: 450px;
      background: url("./assets/img/career_advisor_portrait.jpg") no-repeat;
      background-position: 30%; }
      @media (max-width: 767px) {
        .main-contents-top .area_adviser .portrait {
          float: none;
          background: url(assets/img/career_advisor_portrait.jpg), #f6f6f6;
          background-position: 170% 30%;
          background-repeat: no-repeat;
          width: 90%;
          height: 180px;
          margin: 0 auto;
          background-size: 90%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-contents-top .area_adviser .portrait {
          height: 480px; } }
    .main-contents-top .area_adviser .introduction {
      float: right;
      width: 64%;
      height: 450px;
      text-align: left;
      color: #fff;
      padding: 48px 64px;
      background-image: -moz-linear-gradient(139deg, #004896 0%, #043459 100%);
      background-image: -webkit-linear-gradient(139deg, #004896 0%, #043459 100%);
      background-image: -ms-linear-gradient(139deg, #004896 0%, #043459 100%); }
      @media (max-width: 767px) {
        .main-contents-top .area_adviser .introduction {
          float: none;
          width: 90%;
          margin: 0 auto;
          height: auto;
          padding: 48px 16px 24px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-contents-top .area_adviser .introduction {
          padding: 24px 32px;
          height: 468px; } }
      .main-contents-top .area_adviser .introduction .classify {
        font-size: .9em;
        font-weight: bold; }
      .main-contents-top .area_adviser .introduction .statement {
        font-size: 1.8em;
        font-weight: bold;
        line-height: 1.8em;
        margin: 24px 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          .main-contents-top .area_adviser .introduction .statement {
            font-size: 1.6em; } }
        @media (max-width: 767px) {
          .main-contents-top .area_adviser .introduction .statement {
            font-size: 1.2em; } }
      .main-contents-top .area_adviser .introduction .testimony {
        font-size: .9em;
        padding: 0 0 24px; }
        @media (max-width: 767px) {
          .main-contents-top .area_adviser .introduction .testimony {
            font-size: 1em;
            line-height: 1.6em; } }
  .main-contents-top .flex-item.double .step-box {
    width: 98%; }
    @media (max-width: 414px) {
      .main-contents-top .flex-item.double .step-box {
        width: 100%; } }
    @media (min-width: 415px) and (max-width: 991px) {
      .main-contents-top .flex-item.double .step-box {
        width: 100%; } }
  .main-contents-top .step-box {
    width: 96%;
    box-shadow: 0 0 10px 2px #eaeaea;
    padding: 48px;
    height: 100%;
    margin-bottom: 24px;
    background: url("./assets/img/top_back_of_step.png") no-repeat top left; }
    @media (max-width: 414px) {
      .main-contents-top .step-box {
        width: 100%;
        background: none;
        padding: 0;
        display: table; } }
    @media (min-width: 415px) and (max-width: 991px) {
      .main-contents-top .step-box {
        width: 100%; } }
    @media (max-width: 414px) {
      .main-contents-top .step-box .step-box-wrapper {
        display: table-row; } }
    .main-contents-top .step-box .count {
      font-size: .9em;
      color: #fff;
      text-align: center;
      font-weight: bold;
      letter-spacing: 3px;
      margin: -32px 0 0 -32px;
      display: inline-block;
      float: left;
      line-height: 1.5em; }
      @media (max-width: 414px) {
        .main-contents-top .step-box .count {
          background-image: -moz-linear-gradient(139deg, #004896 0%, #043459 100%);
          background-image: -webkit-linear-gradient(139deg, #004896 0%, #043459 100%);
          background-image: -ms-linear-gradient(139deg, #004896 0%, #043459 100%);
          display: table-cell;
          height: 100%;
          vertical-align: middle;
          margin: 0;
          float: none; } }
    .main-contents-top .step-box .count-outer object {
      margin-left: -16px; }
      .main-contents-top .step-box .count-outer object.margin-right-reset {
        margin-left: 0; }
      @media (max-width: 414px) {
        .main-contents-top .step-box .count-outer object {
          margin-left: 0; } }
    @media (max-width: 414px) {
      .main-contents-top .step-box .count-outer {
        display: table-cell;
        width: 80%;
        padding: 24px; } }
    @media (max-width: 414px) {
      .main-contents-top .step-box .count-outer .text-center {
        text-align: left; } }
    @media (max-width: 414px) {
      .main-contents-top .step-box .count-outer .text-center object {
        display: inline;
        vertical-align: middle; } }
    .main-contents-top .step-box .step-title {
      font-size: 1.2em;
      font-weight: bold;
      margin-top: 16px; }
      @media (max-width: 414px) {
        .main-contents-top .step-box .step-title {
          display: inline;
          margin-left: 8px; } }
    .main-contents-top .step-box .step-introduction {
      margin-top: 24px;
      font-size: .9em; }
      @media (max-width: 414px) {
        .main-contents-top .step-box .step-introduction {
          display: block;
          width: 100%; } }

.main-contents {
  margin-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 414px) {
    .main-contents {
      margin-top: 60px;
      padding-bottom: 60px; } }
  .main-contents.notfound {
    margin-top: 0; }
  @media (max-width: 414px) {
    .main-contents #main_wrapper {
      padding: 0; } }
  .main-contents .job-table {
    margin-bottom: 24px; }
    .main-contents .job-table table {
      width: 100%; }
    .main-contents .job-table th {
      border: solid 1px lightgray;
      background: #F0F0F0;
      padding: 8px;
      width: 20%; }
    .main-contents .job-table td {
      border: solid 1px lightgray;
      padding: 8px;
      width: 80%; }
  .main-contents .faq_box {
    width: 100%;
    box-shadow: 0 0 10px 2px #eaeaea;
    padding: 30px;
    margin: 8px auto 32px; }
    @media (max-width: 768px) {
      .main-contents .faq_box {
        padding: 20px; } }
    .main-contents .faq_box .faq_q {
      padding: 0 0 16px 16px;
      height: 72px;
      color: #014187;
      font-weight: bold;
      font-size: 1.2em; }
      .main-contents .faq_box .faq_q .q-icon {
        font-size: 1.2em;
        font-family: 'Alegreya Sans', sans-serif;
        background-image: -moz-linear-gradient(139deg, #004896 0%, #043459 100%);
        background-image: -webkit-linear-gradient(139deg, #004896 0%, #043459 100%);
        background-image: -ms-linear-gradient(139deg, #004896 0%, #043459 100%);
        color: #fff;
        padding: 10px;
        margin-right: 10px; }
        @media (max-width: 529px) {
          .main-contents .faq_box .faq_q .q-icon {
            float: left;
            padding: 5px 10px;
            max-width: 20%;
            height: auto;
            margin-right: 0;
            margin-top: 4px; } }
        @media (min-width: 530px) and (max-width: 834px) {
          .main-contents .faq_box .faq_q .q-icon {
            float: left;
            padding: 5px 10px;
            max-width: 10%;
            height: auto;
            margin-right: 0;
            margin-top: 4px; } }
      @media (max-width: 529px) {
        .main-contents .faq_box .faq_q {
          padding: 0 0 16px 0; } }
      @media (min-width: 530px) and (max-width: 834px) {
        .main-contents .faq_box .faq_q {
          padding: 0 0 16px 0; } }
      @media (max-width: 529px) {
        .main-contents .faq_box .faq_q .q-cont {
          padding: 0;
          height: auto;
          font-size: 1em;
          display: block;
          float: right;
          text-align: left;
          width: 79%; } }
      @media (min-width: 530px) and (max-width: 834px) {
        .main-contents .faq_box .faq_q .q-cont {
          padding: 0;
          height: auto;
          font-size: 1em;
          display: block;
          float: right;
          text-align: left;
          width: 90%; } }
      @media (min-width: 992px) {
        .main-contents .faq_box .faq_q {
          line-height: 40px; } }
    .main-contents .faq_box .faq_a {
      padding: 0 0 24px 72px;
      line-height: 1.5em; }
      @media (max-width: 529px) {
        .main-contents .faq_box .faq_a {
          clear: both;
          padding: 16px 0 8px 0; } }
      @media (min-width: 530px) and (max-width: 834px) {
        .main-contents .faq_box .faq_a {
          clear: both;
          padding: 16px 0 8px 0; } }
  .main-contents h4.page-title {
    margin: 60px 0 16px;
    padding: 0 0 16px 0;
    border-bottom: solid 4px #fff;
    font-weight: bold;
    font-size: 1.4em;
    position: relative; }
    .main-contents h4.page-title:after {
      content: "";
      display: block;
      line-height: 0;
      overflow: hidden;
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100px;
      border-bottom: solid 4px #004896; }
  .main-contents p {
    line-height: 1.5em;
    font-weight: normal;
    font-size: 1em; }
    .main-contents p.b {
      font-weight: bold; }
  .main-contents .after-job-box {
    margin-top: 64px; }
    .main-contents .after-job-box h4 {
      text-align: center;
      color: #014186;
      font-size: 1.4em;
      font-weight: bold; }
  .main-contents form .lm-form {
    display: table;
    width: 100%; }
    @media (max-width: 768px) {
      .main-contents form .lm-form {
        display: block; } }
    .main-contents form .lm-form .form-line-box {
      width: 100%;
      padding: 0;
      display: table-row; }
      @media (max-width: 768px) {
        .main-contents form .lm-form .form-line-box {
          display: block; } }
      .main-contents form .lm-form .form-line-box.error label,
      .main-contents form .lm-form .form-line-box.error .form-header .required,
      .main-contents form .lm-form .form-line-box.error .msg {
        color: crimson; }
      @media (max-width: 768px) {
        .main-contents form .lm-form .form-line-box.error .form-header, .main-contents form .lm-form .form-line-box.error .form-input {
          height: auto; } }
      .main-contents form .lm-form .form-line-box.error .form-header.textarea, .main-contents form .lm-form .form-line-box.error .form-input.textarea {
        height: 144px; }
        @media (max-width: 768px) {
          .main-contents form .lm-form .form-line-box.error .form-header.textarea, .main-contents form .lm-form .form-line-box.error .form-input.textarea {
            height: auto; } }
      .main-contents form .lm-form .form-line-box.error .form-input input[type=text],
      .main-contents form .lm-form .form-line-box.error .form-input textarea {
        border: solid 1px crimson;
        background: pink; }
      .main-contents form .lm-form .form-line-box .form-header {
        width: 20%;
        font-size: .9em;
        font-weight: bold;
        margin: 0;
        border-bottom: solid 1px #014187;
        display: table-cell;
        vertical-align: top;
        padding-top: 20px; }
        @media (max-width: 768px) {
          .main-contents form .lm-form .form-line-box .form-header {
            display: block; } }
        @media (max-width: 768px) {
          .main-contents form .lm-form .form-line-box .form-header.textarea {
            height: auto; } }
        .main-contents form .lm-form .form-line-box .form-header .required {
          color: #014187;
          font-size: .8em;
          margin-left: 8px; }
        @media (max-width: 768px) {
          .main-contents form .lm-form .form-line-box .form-header {
            float: none;
            width: 100%;
            border: none;
            padding: 0;
            margin: 16px 0 0;
            height: auto; } }
      .main-contents form .lm-form .form-line-box .form-input {
        width: 80%;
        padding: 16px 0 16px 8px;
        margin: 0;
        border-bottom: solid 1px #dfdfdf;
        display: table-cell; }
        @media (max-width: 768px) {
          .main-contents form .lm-form .form-line-box .form-input {
            display: block; } }
        @media (max-width: 768px) {
          .main-contents form .lm-form .form-line-box .form-input {
            float: none;
            width: 100%;
            border: none;
            padding: 0;
            margin: 0;
            height: auto; } }
        @media (max-width: 768px) {
          .main-contents form .lm-form .form-line-box .form-input.textarea {
            height: auto; } }
        .main-contents form .lm-form .form-line-box .form-input input[type=text] {
          -webkit-appearance: none;
          width: 100%;
          vertical-align: middle;
          margin: 4px;
          padding: 8px;
          background: #f0f0f0;
          border: solid 1px #f0f0f0; }
          @media (max-width: 768px) {
            .main-contents form .lm-form .form-line-box .form-input input[type=text] {
              margin: 0; } }
          .main-contents form .lm-form .form-line-box .form-input input[type=text]:active, .main-contents form .lm-form .form-line-box .form-input input[type=text]:focus {
            border: solid 1px gray; }
          .main-contents form .lm-form .form-line-box .form-input input[type=text]::placeholder {
            color: gray; }
        .main-contents form .lm-form .form-line-box .form-input textarea {
          -webkit-appearance: none;
          width: 100%;
          vertical-align: middle;
          margin: 4px;
          height: 5em;
          background: #f5f5f5;
          border: solid 1px #f5f5f5; }
          @media (max-width: 768px) {
            .main-contents form .lm-form .form-line-box .form-input textarea {
              margin: 0; } }
          .main-contents form .lm-form .form-line-box .form-input textarea:active, .main-contents form .lm-form .form-line-box .form-input textarea:focus {
            border: solid 1px gray; }
    .main-contents form .lm-form .form-line-checkbox {
      clear: both; }
  .main-contents form .form-pre-submit-info {
    clear: both;
    border: solid 1px lightgray;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 16px;
    font-size: .8em;
    margin-top: 24px;
    height: 15em;
    overflow: auto; }
    .main-contents form .form-pre-submit-info p {
      line-height: 1.2em; }
.main-contents form .form-pre-submit-info p.ttl {
    font-size: 1.2em;
    font-weight: bold;
}
.main-contents form .form-pre-submit-info p.margin-top {
  margin-top: 20px;
}
.main-contents form .form-pre-submit-info p.ttl.margin-top {
  margin-top: 30px;
}
  .main-contents form .btn_submit_img {
    max-width: 96%;
    margin: 0 auto; }
  .main-contents form .btn-submit {
    margin: 16px 0;
    color: #fff;
    font-size: 1em;
    padding: 8px 24px;
    width: 53%;
    text-align: center;
    border: solid 3px #968666;
    border-radius: 30px;
    background-image: -moz-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%);
    background-image: -webkit-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%);
    background-image: -ms-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%); }
    .main-contents form .btn-submit:hover {
      text-decoration: none;
      background-image: -moz-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%);
      background-image: -webkit-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%);
      background-image: -ms-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%); }
    @media (max-width: 767px) {
      .main-contents form .btn-submit {
        width: 100%;
        padding: 8px 12px;
        font-size: .9em; } }
  .main-contents a.tiles-link {
    text-decoration: none;
    color: #333;
    display: block; }
    @media (max-width: 414px) {
      .main-contents a.tiles-link {
        padding-bottom: 24px; } }
    .main-contents a.tiles-link:hover {
      cursor: pointer;
      filter: alpha(opacity=60);
      /* ie lt 8 */
      -ms-filter: "alpha(opacity=60)";
      /* ie 8 */
      -moz-opacity: 0.6;
      /* FF lt 1.5, Netscape */
      -khtml-opacity: 0.6;
      /* Safari 1.x */
      opacity: 0.6;
      zoom: 1; }
    .main-contents a.tiles-link.job-item {
      box-shadow: 0 0 10px 2px #dcdcdc; }
      .main-contents a.tiles-link.job-item .tiles-item .item-eyecatch {
        margin: -8px -8px 8px; }
        .main-contents a.tiles-link.job-item .tiles-item .item-eyecatch .item-company-name {
          float: left;
          color: #fff;
          font-size: 1.2em;
          font-weight: bold;
          display: block;
          position: relative;
          top: 25%;
          left: 4%;
          text-shadow: 1px 1px 4px #000;
          width: 94%; }
    .main-contents a.tiles-link .tiles-item {
      margin: 0 0 32px;
      padding: 8px; }
      .main-contents a.tiles-link .tiles-item .item-eyecatch {
        height: 210px;
        margin-bottom: 20px; }
        .main-contents a.tiles-link .tiles-item .item-eyecatch .eyecatch-img {
          max-width: 100%;
          max-height: 100%; }
      .main-contents a.tiles-link .tiles-item .item-info .item-created {
        font-size: .9em;
        font-weight: bold;
        font-family: 'Alegreya Sans', sans-serif; }
      .main-contents a.tiles-link .tiles-item .item-title {
        font-size: 1.1em;
        font-weight: bold;
        margin: 8px 0;
        min-height: 3em;
        max-height: 3em;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
      .main-contents a.tiles-link .tiles-item .item-summary {
        font-size: .9em;
        min-height: 6em;
        max-height: 6em; }
  .main-contents .tips-detail .item-eyecatch {
    margin-bottom: 16px; }
    .main-contents .tips-detail .item-eyecatch .eyecatch-img {
      max-width: 100%;
      height: auto; }
  .main-contents .tips-detail .item-info .item-created {
    font-size: 1em;
    font-weight: bold;
    font-family: 'Alegreya Sans', sans-serif; }
  .main-contents .tips-detail h1 {
    margin: 32px 0;
    padding: 0 0 24px 0;
    font-size: 1.6em;
    font-weight: bold; }
    .main-contents .tips-detail h1:after {
      content: "";
      display: block;
      line-height: 0;
      overflow: hidden;
      position: relative;
      left: 0;
      top: 23px;
      width: 100px;
      border-bottom: solid 4px #004896; }
  .main-contents .tips-detail .item-content h2 {
    margin: 64px 0 32px;
    border-bottom: solid 1px #DFDFDF;
    font-weight: bold;
    font-size: 1.4em;
    padding: 0 0 15px 0;
    letter-spacing: 1px; }
    @media (max-width: 468px) {
      .main-contents .tips-detail .item-content h2 {
        font-size: 1.2em; } }
    .main-contents .tips-detail .item-content h2:after {
      content: "";
      display: block;
      line-height: 0;
      overflow: hidden;
      position: relative;
      top: 16px;
      width: 100px;
      border-bottom: solid 1px #004896; }
    .main-contents .tips-detail .item-content h2.top-margin-short {
      margin-top: 32px; }
  .main-contents .tips-detail .item-content h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 32px; }
    @media (max-width: 468px) {
      .main-contents .tips-detail .item-content h3 {
        font-size: 1.0em; } }
  .main-contents .pre-tips-detail-banner {
    margin: 64px 0;
    background: url("./assets/img/contents_footer_eyecatch.png"), #dedfdc;
    background-repeat: no-repeat, repeat;
    background-size: 100%;
    width: 100%;
    height: 170px; }
    .main-contents .pre-tips-detail-banner .catch {
      display: block;
      position: relative;
      left: 37%;
      top: 40px;
      font-size: 1.2em;
      font-weight: bold;
      text-shadow: 0 0 4px #fff; }
    .main-contents .pre-tips-detail-banner .btn-direct {
      display: inline-block;
      position: relative;
      left: 42%;
      top: 60px;
      background: #043459;
      border: solid 1px #043459;
      border-radius: 24px;
      color: #fff;
      padding: 6px 20px;
      font-size: .9em; }
      .main-contents .pre-tips-detail-banner .btn-direct:hover {
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=60);
        /* ie lt 8 */
        -ms-filter: "alpha(opacity=60)";
        /* ie 8 */
        -moz-opacity: 0.6;
        /* FF lt 1.5, Netscape */
        -khtml-opacity: 0.6;
        /* Safari 1.x */
        opacity: 0.6;
        zoom: 1; }
    .main-contents .pre-tips-detail-banner .btn-dispatch {
      display: inline-block;
      position: relative;
      left: 43%;
      top: 60px;
      background: #014186;
      border: solid 1px #014186;
      border-radius: 24px;
      color: #fff;
      padding: 6px 20px;
      font-size: .9em; }
      .main-contents .pre-tips-detail-banner .btn-dispatch:hover {
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=60);
        /* ie lt 8 */
        -ms-filter: "alpha(opacity=60)";
        /* ie 8 */
        -moz-opacity: 0.6;
        /* FF lt 1.5, Netscape */
        -khtml-opacity: 0.6;
        /* Safari 1.x */
        opacity: 0.6;
        zoom: 1; }
  .main-contents .sp-pre-tips-detail-banner {
    margin: 64px -15px;
    background: #dedfdc; }
    .main-contents .sp-pre-tips-detail-banner img {
      width: 100%;
      height: auto; }
    .main-contents .sp-pre-tips-detail-banner .action-box {
      background: #dedfdc;
      text-align: center;
      padding: 16px 8px 0;
      height: 4em; }
      .main-contents .sp-pre-tips-detail-banner .action-box .btn-direct {
        display: inline-block;
        float: left;
        background: #043459;
        border: solid 1px #043459;
        border-radius: 8px;
        color: #fff;
        padding: 6px 20px;
        font-size: .9em; }
        @media (max-width: 320px) {
          .main-contents .sp-pre-tips-detail-banner .action-box .btn-direct {
            font-size: .7em; } }
        .main-contents .sp-pre-tips-detail-banner .action-box .btn-direct:hover {
          text-decoration: none;
          cursor: pointer;
          filter: alpha(opacity=60);
          /* ie lt 8 */
          -ms-filter: "alpha(opacity=60)";
          /* ie 8 */
          -moz-opacity: 0.6;
          /* FF lt 1.5, Netscape */
          -khtml-opacity: 0.6;
          /* Safari 1.x */
          opacity: 0.6;
          zoom: 1; }
      .main-contents .sp-pre-tips-detail-banner .action-box .btn-dispatch {
        display: inline-block;
        float: right;
        background: #014186;
        border: solid 1px #014186;
        border-radius: 8px;
        color: #fff;
        padding: 6px 20px;
        font-size: .9em; }
        @media (max-width: 320px) {
          .main-contents .sp-pre-tips-detail-banner .action-box .btn-dispatch {
            font-size: .7em; } }
        .main-contents .sp-pre-tips-detail-banner .action-box .btn-dispatch:hover {
          text-decoration: none;
          cursor: pointer;
          filter: alpha(opacity=60);
          /* ie lt 8 */
          -ms-filter: "alpha(opacity=60)";
          /* ie 8 */
          -moz-opacity: 0.6;
          /* FF lt 1.5, Netscape */
          -khtml-opacity: 0.6;
          /* Safari 1.x */
          opacity: 0.6;
          zoom: 1; }
  .main-contents .lm-pagination {
    margin: 64px 0 32px;
    text-align: center; }
    .main-contents .lm-pagination .prev {
      float: left; }
      .main-contents .lm-pagination .prev span, .main-contents .lm-pagination .prev a {
        margin: 0 16px;
        padding: 16px;
        letter-spacing: 1px; }
        @media (max-width: 768px) {
          .main-contents .lm-pagination .prev span, .main-contents .lm-pagination .prev a {
            margin: 0;
            padding: 0; } }
        .main-contents .lm-pagination .prev span.invalid, .main-contents .lm-pagination .prev a.invalid {
          color: gray; }
          .main-contents .lm-pagination .prev span.invalid:hover, .main-contents .lm-pagination .prev a.invalid:hover {
            border-bottom: 0; }
      .main-contents .lm-pagination .prev a:hover {
        text-decoration: none;
        border-bottom: solid 4px #043459; }
      .main-contents .lm-pagination .prev span {
        font-family: 'Alegreya Sans', sans-serif;
        font-size: 1.2em; }
    .main-contents .lm-pagination .pages {
      width: 80%;
      margin: 0 auto;
      font-weight: bold; }
      @media (max-width: 768px) {
        .main-contents .lm-pagination .pages {
          width: 60%; } }
      .main-contents .lm-pagination .pages .link_page {
        margin: 0 16px;
        padding: 16px;
        font-family: 'Alegreya Sans', sans-serif;
        font-size: 1.3em; }
        @media (max-width: 768px) {
          .main-contents .lm-pagination .pages .link_page {
            margin: 0 8px;
            padding: 0 8px; } }
        .main-contents .lm-pagination .pages .link_page:hover {
          text-decoration: none;
          border-bottom: solid 4px #043459; }
      .main-contents .lm-pagination .pages .current_page {
        margin: 0 16px;
        padding: 16px;
        border-bottom: solid 4px #043459;
        font-family: 'Alegreya Sans', sans-serif;
        font-size: 1.3em; }
        @media (max-width: 768px) {
          .main-contents .lm-pagination .pages .current_page {
            margin: 0 8px;
            padding: 0 8px; } }
    .main-contents .lm-pagination .next {
      float: right; }
      .main-contents .lm-pagination .next span, .main-contents .lm-pagination .next a {
        margin: 0 16px;
        padding: 16px;
        letter-spacing: 1px; }
        @media (max-width: 768px) {
          .main-contents .lm-pagination .next span, .main-contents .lm-pagination .next a {
            margin: 0;
            padding: 0; } }
        .main-contents .lm-pagination .next span.invalid, .main-contents .lm-pagination .next a.invalid {
          color: gray; }
          .main-contents .lm-pagination .next span.invalid:hover, .main-contents .lm-pagination .next a.invalid:hover {
            border-bottom: 0; }
      .main-contents .lm-pagination .next a:hover {
        text-decoration: none;
        border-bottom: solid 4px #043459; }
      .main-contents .lm-pagination .next span {
        font-family: 'Alegreya Sans', sans-serif;
        font-size: 1.2em; }
  .main-contents .recommend-box {
    padding: 0 16px; }
    @media (max-width: 834px) {
      .main-contents .recommend-box {
        padding: 0; } }
  .main-contents .pickup-box {
    margin-top: 72px; }
  .main-contents .pickup-box h4, .main-contents .recommend-box h4 {
    color: #004896;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 8px;
    letter-spacing: 1px;
    font-family: 'Alegreya Sans', sans-serif; }
  .main-contents .pickup-box .sub-title, .main-contents .recommend-box .sub-title {
    font-size: .9em;
    font-weight: bold;
    margin-bottom: 24px; }
  .main-contents .pickup-box .each-item, .main-contents .recommend-box .each-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px #DFDFDF; }
    .main-contents .pickup-box .each-item .pull-left, .main-contents .recommend-box .each-item .pull-left {
      width: 28%; }
      @media (min-width: 415px) and (max-width: 834px) {
        .main-contents .pickup-box .each-item .pull-left, .main-contents .recommend-box .each-item .pull-left {
          width: 20%; } }
      .main-contents .pickup-box .each-item .pull-left img, .main-contents .recommend-box .each-item .pull-left img {
        max-width: 100%;
        height: auto; }
    .main-contents .pickup-box .each-item .pull-right, .main-contents .recommend-box .each-item .pull-right {
      width: 67%; }
      @media (min-width: 415px) and (max-width: 834px) {
        .main-contents .pickup-box .each-item .pull-right, .main-contents .recommend-box .each-item .pull-right {
          width: 78%; } }
      .main-contents .pickup-box .each-item .pull-right .info, .main-contents .recommend-box .each-item .pull-right .info {
        font-size: .8em;
        margin-bottom: 8px; }
      .main-contents .pickup-box .each-item .pull-right .title, .main-contents .recommend-box .each-item .pull-right .title {
        margin-top: 2px;
        font-size: .9em;
        font-weight: bold;
        color: #000; }
        .main-contents .pickup-box .each-item .pull-right .title a, .main-contents .recommend-box .each-item .pull-right .title a {
          color: #000; }
  .main-contents .share-box {
    width: 100%;
    padding: 32px;
    box-shadow: 0 0 10px 2px #dcdcdc;
    margin-bottom: 24px;
    line-height: 24px; }
    @media (max-width: 414px) {
      .main-contents .share-box {
        padding: 32px 16px; } }
    .main-contents .share-box .title {
      font-size: 1em;
      font-weight: bold;
      letter-spacing: 4px;
      margin-right: 32px;
      font-family: 'Alegreya Sans', sans-serif; }
      @media (max-width: 414px) {
        .main-contents .share-box .title {
          letter-spacing: 2px;
          margin-right: 16px; } }
    .main-contents .share-box a {
      display: inline-block;
      height: 24px;
      line-height: 24px;
      vertical-align: bottom;
      margin-right: 8px; }
    .main-contents .share-box div {
      display: inline-block;
      vertical-align: bottom;
      height: 24px;
      line-height: 24px;
      margin-right: 8px; }
    .main-contents .share-box iframe {
      vertical-align: bottom;
      margin-right: 8px; }

.pre-footer .pre-footer-call-to-action {
  background: url("./assets/img/pre_footer_back1.png") no-repeat;
  background-size: cover;
  height: 400px;
  padding-top: 80px; }
  @media (max-width: 767px) {
    .pre-footer .pre-footer-call-to-action {
      background: url("./assets/img/sp_pre_footer_back1.png") no-repeat;
      background-position: center;
      background-size: cover; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .pre-footer .pre-footer-call-to-action {
      background-position: 50%; } }
  .pre-footer .pre-footer-call-to-action .catchcopy {
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2em;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .pre-footer .pre-footer-call-to-action .catchcopy {
        letter-spacing: 0;
        padding: 0 16px;
        font-size: 1.1em; } }
  .pre-footer .pre-footer-call-to-action .area-btn {
    padding-top: 40px;
    text-align: center; }
    .pre-footer .pre-footer-call-to-action .area-btn.broad {
      padding-top: 56px; }
    .pre-footer .pre-footer-call-to-action .area-btn a.btn-regist {
      height: 16px;
      line-height: 16px;
      margin: 16px 0;
      color: #fff;
      font-size: 1em;
      font-weight: bold;
      padding: 16px 56px;
      width: 100%;
      text-align: center;
      letter-spacing: 2px;
      border: solid 3px #968666;
      border-radius: 30px;
      background-image: -moz-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%);
      background-image: -webkit-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%);
      background-image: -ms-linear-gradient(148deg, #80724b 0%, #a39272 47%, #80724b 100%); }
      .pre-footer .pre-footer-call-to-action .area-btn a.btn-regist object {
        height: 16px;
        width: 16px;
        margin-right: 6px; }
      .pre-footer .pre-footer-call-to-action .area-btn a.btn-regist:hover {
        text-decoration: none;
        background-image: -moz-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%);
        background-image: -webkit-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%);
        background-image: -ms-linear-gradient(148deg, #a39272 0%, #80724b 47%, #a39272 100%); }
      @media (max-width: 767px) {
        .pre-footer .pre-footer-call-to-action .area-btn a.btn-regist {
          padding: 16px 32px;
          letter-spacing: 0; } }
    .pre-footer .pre-footer-call-to-action .area-btn a.btn-dispatch {
      border: solid 2px #fff;
      border-radius: 30px;
      padding: 8px 32px;
      font-size: .8em;
      color: #fff; }
      .pre-footer .pre-footer-call-to-action .area-btn a.btn-dispatch object {
        height: 12px;
        width: 12px;
        margin-left: 6px; }
      .pre-footer .pre-footer-call-to-action .area-btn a.btn-dispatch:hover {
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=60);
        /* ie lt 8 */
        -ms-filter: "alpha(opacity=60)";
        /* ie 8 */
        -moz-opacity: 0.6;
        /* FF lt 1.5, Netscape */
        -khtml-opacity: 0.6;
        /* Safari 1.x */
        opacity: 0.6;
        zoom: 1; }
.pre-footer .pre-footer-seminar-area {
  background: url("./assets/img/pre_footer_back2.png");
  background-size: cover;
  padding: 64px 0;
  text-align: center; }
  .pre-footer .pre-footer-seminar-area .seminar-area-wrapper {
    width: 78%;
    background: #062342;
    margin: 0 auto;
    padding: 40px 0;
    color: #fff;
    filter: alpha(opacity=90);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=90)";
    /* ie 8 */
    -moz-opacity: 0.9;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.9;
    /* Safari 1.x */
    opacity: 0.9;
    zoom: 1; }
    @media (max-width: 767px) {
      .pre-footer .pre-footer-seminar-area .seminar-area-wrapper {
        width: 90%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .pre-footer .pre-footer-seminar-area .seminar-area-wrapper {
        width: 90%; } }
    .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .seminar-title {
      font-size: 1.8em;
      font-weight: bold;
      letter-spacing: 2px; }
      @media (max-width: 767px) {
        .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .seminar-title {
          font-size: 1.2em;
          letter-spacing: 0; } }
    .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .seminar-intro {
      margin: 16px;
      font-size: .9em; }
      @media (max-width: 767px) {
        .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .seminar-intro {
          text-align: left; } }
    .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box {
      padding: 0 48px 36px;
      z-index: 100;
      transform: translate3d(0, 0, 0); }
      .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box .seminar-box {
        background: url("./assets/img/seminar_img.png") no-repeat;
        background-size: 30%;
        padding-left: 33%;
        text-align: left;
        height: 100%;
        margin-top: 48px; }
        @media (max-width: 413px) {
          .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box .seminar-box {
            background-size: 100%;
            padding-left: 0;
            padding-top: 180px; } }
        @media (min-width: 414px) and (max-width: 767px) {
          .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box .seminar-box {
            background-size: 100%;
            padding-left: 0;
            padding-top: 200px; } }
        .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box .seminar-box .each-title {
          font-weight: bold;
          font-size: 1.2em; }
        .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box .seminar-box .each-cont {
          font-size: .9em;
          margin: 8px 0 16px; }
        .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box .seminar-box .each-table {
          font-size: .8em; }
        .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box .seminar-box a.btn-submit {
          display: inline-block;
          float: right;
          border: solid 2px #fff;
          border-radius: 30px;
          padding: 6px 24px;
          font-size: .8em;
          color: #fff;
          margin-top: -34px; }
          @media (max-width: 767px) {
            .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box .seminar-box a.btn-submit {
              float: none;
              margin-top: 16px;
              padding: 12px 24px;
              border: solid 1px #fff; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box .seminar-box a.btn-submit {
              margin-top: 0; } }
          .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box .seminar-box a.btn-submit object {
            height: 12px;
            width: 12px;
            margin-left: 6px; }
          .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box .seminar-box a.btn-submit:hover {
            text-decoration: none;
            cursor: pointer;
            filter: alpha(opacity=60);
            /* ie lt 8 */
            -ms-filter: "alpha(opacity=60)";
            /* ie 8 */
            -moz-opacity: 0.6;
            /* FF lt 1.5, Netscape */
            -khtml-opacity: 0.6;
            /* Safari 1.x */
            opacity: 0.6;
            zoom: 1; }
      .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box.slick-slider .carousel-arrow {
        width: 56px;
        height: 56px;
        text-align: center;
        background: #fff;
        border: solid 1px #fff;
        border-radius: 28px;
        position: absolute;
        opacity: 1.0;
        z-index: 999; }
        .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box.slick-slider .carousel-arrow object {
          vertical-align: middle; }
        .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box.slick-slider .carousel-arrow.arrow-left {
          transform: rotateY(180deg);
          top: 45%;
          left: -20px; }
        .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box.slick-slider .carousel-arrow.arrow-right {
          transform: rotateY(0deg);
          top: 45%;
          right: -20px; }
      .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box .slick-dots {
        left: 0; }
        .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box .slick-dots li button:before {
          font-size: 16px; }
        .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box .slick-dots li.slick-active button:before {
          color: #0978ce;
          opacity: 1; }
        .pre-footer .pre-footer-seminar-area .seminar-area-wrapper .area-seminar-box .slick-dots li button:before {
          color: gray;
          opacity: 1; }

.sidebar-contents {
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 834px) {
    .sidebar-contents {
      width: 100%; } }

.sidebar-banners {
  width: 80%;
  margin: 64px auto 0; }
  .sidebar-banners a {
    color: #000;
    font-size: .8em;
    margin-bottom: 16px;
    display: block; }
    .sidebar-banners a img {
      height: 80px;
      width: auto;
      margin-bottom: 4px; }

.footer {
  background: #043459;
  color: #fff;
  padding: 100px 0 40px; }
  @media (min-width: 768px) and (max-width: 834px) {
    .footer {
      padding: 100px 0 240px; } }
  @media (min-width: 835px) and (max-width: 1024px) {
    .footer {
      padding: 100px 0 480px; } }
  .footer .about-us {
    line-height: 1.6em; }
    .footer .about-us a {
      color: #fff; }
  .footer .footer-banners {
    margin-top: 100px; }
    @media (max-width: 767px) {
      .footer .footer-banners {
        margin-top: 32px;
        text-align: center; } }
    .footer .footer-banners a {
      color: #fff;
      font-size: .9em;
      text-decoration: none;
      margin-bottom: 24px;
      display: inline-block; }
      .footer .footer-banners a:hover {
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=60);
        /* ie lt 8 */
        -ms-filter: "alpha(opacity=60)";
        /* ie 8 */
        -moz-opacity: 0.6;
        /* FF lt 1.5, Netscape */
        -khtml-opacity: 0.6;
        /* Safari 1.x */
        opacity: 0.6;
        zoom: 1; }
      .footer .footer-banners a img {
        max-width: 100%;
        max-height: 100%;
        height: 80px;
        width: auto;
        margin-bottom: 8px; }
  .footer .footer-bottom {
    margin-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 768px) {
      .footer .footer-bottom .lm-footer-contents-list {
        margin-bottom: 32px; } }
    .footer .footer-bottom .lm-footer-contents-list li {
      float: left; }
      .footer .footer-bottom .lm-footer-contents-list li + li {
        margin-left: 16px; }
        @media (max-width: 768px) {
          .footer .footer-bottom .lm-footer-contents-list li + li {
            margin-left: 0; } }
      @media (max-width: 768px) {
        .footer .footer-bottom .lm-footer-contents-list li {
          float: none;
          margin: 16px 0; } }
    @media (max-width: 767px) {
      .footer .footer-bottom {
        margin-top: 16px;
        margin-bottom: 16px; }
        .footer .footer-bottom .pull-right {
          text-align: left;
          width: 100%; }
          .footer .footer-bottom .pull-right .credit {
            font-size: .8em; } }
    .footer .footer-bottom a {
      color: #fff;
      margin-right: 20px; }
      .footer .footer-bottom a:hover {
        color: #fff;
        text-decoration: none; }
      .footer .footer-bottom a:visited {
        color: #fff; }

body.dispatch h2.site-sub-title {
  font-size: .8em;
  font-weight: bold;
  color: #043459;
  vertical-align: middle;
  margin: 32px 0 0 16px; }
body.dispatch .sp-btn-top-regist {
  border-color: #0083cf;
  background-image: -moz-linear-gradient(-45deg, #004896 0%, #0193de 100%);
  background-image: -webkit-linear-gradient(-45deg, #004896 0%, #0193de 100%);
  background-image: -ms-linear-gradient(-45deg, #004896 0%, #0193de 100%); }
body.dispatch .navbar.navbar-default.navbar-lm ul.nav-bar-lm-top li.regist-link a.pc-btn-regist {
  border-color: #0083cf;
  background-image: -moz-linear-gradient(-45deg, #004896 0%, #0193de 100%);
  background-image: -webkit-linear-gradient(-45deg, #004896 0%, #0193de 100%);
  background-image: -ms-linear-gradient(-45deg, #004896 0%, #0193de 100%); }
body.dispatch .navbar.navbar-default.navbar-lm .sp-btn-main-menu i.fa.fa-bars {
  color: #004896; }
body.dispatch .navbar.navbar-lm.navbar-lm-inverted .sp-main-menu-collapsed a.sp-btn-top-menu-regist {
  border-color: #0083cf;
  background-image: -moz-linear-gradient(-45deg, #004896 0%, #0193de 100%);
  background-image: -webkit-linear-gradient(-45deg, #004896 0%, #0193de 100%);
  background-image: -ms-linear-gradient(-45deg, #004896 0%, #0193de 100%); }
body.dispatch .main-eyecatch {
  background: #EEF0F2; }
  @media (max-width: 414px) {
    body.dispatch .main-eyecatch {
      background: #fff; } }
  body.dispatch .main-eyecatch .main-eyecatch-contents {
    background: url("./assets/img/dp_main_eyecatch.png") no-repeat;
    background-position: 100% 0; }
    @media (max-width: 320px) {
      body.dispatch .main-eyecatch .main-eyecatch-contents {
        background-position: 58% 0;
        background-size: 144%; } }
    @media (min-width: 321px) and (max-width: 376px) {
      body.dispatch .main-eyecatch .main-eyecatch-contents {
        background-position: 58% 0;
        background-size: 124%; } }
    @media (min-width: 377px) and (max-width: 414px) {
      body.dispatch .main-eyecatch .main-eyecatch-contents {
        background-position: 58% 0;
        background-size: 118%; } }
    @media (min-width: 415px) and (max-width: 768px) {
      body.dispatch .main-eyecatch .main-eyecatch-contents {
        background-position: 24% 0%;
        background-size: 124%; } }
    @media (min-width: 768px) and (max-width: 833px) {
      body.dispatch .main-eyecatch .main-eyecatch-contents {
        height: 490px; } }
    @media (min-width: 834px) and (max-width: 991px) {
      body.dispatch .main-eyecatch .main-eyecatch-contents {
        height: 490px;
        background-position: 35% 0; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      body.dispatch .main-eyecatch .main-eyecatch-contents {
        background-position: -24% 0; } }
    body.dispatch .main-eyecatch .main-eyecatch-contents .first-catchcopy {
      color: #0193de; }
    body.dispatch .main-eyecatch .main-eyecatch-contents .second-catchcopy, body.dispatch .main-eyecatch .main-eyecatch-contents .third-catchcopy {
      color: #00438a; }
    body.dispatch .main-eyecatch .main-eyecatch-contents .fourth-catchcopy {
      color: #043459; }
    body.dispatch .main-eyecatch .main-eyecatch-contents .btn-regist {
      border-width: 3px;
      border-color: #0083cf;
      border-style: solid;
      background-image: -moz-linear-gradient(-55deg, #004896 0%, #0193de 99%);
      background-image: -webkit-linear-gradient(-55deg, #004896 0%, #0193de 99%);
      background-image: -ms-linear-gradient(-55deg, #004896 0%, #0193de 99%); }
      body.dispatch .main-eyecatch .main-eyecatch-contents .btn-regist:hover {
        background-image: -moz-linear-gradient(-55deg, #0193de 0%, #004896 99%);
        background-image: -webkit-linear-gradient(-55deg, #0193de 0%, #004896 99%);
        background-image: -ms-linear-gradient(-55deg, #0193de 0%, #004896 99%); }
  body.dispatch .main-eyecatch .right-wrapper {
    height: 190px;
    width: 100%; }
    @media (max-width: 413px) {
      body.dispatch .main-eyecatch .right-wrapper {
        height: 110px;
        margin-top: -20px; } }
    @media (min-width: 414px) and (max-width: 767px) {
      body.dispatch .main-eyecatch .right-wrapper {
        height: 110px;
        margin-top: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.dispatch .main-eyecatch .right-wrapper {
        height: 170px;
        margin-top: -72px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      body.dispatch .main-eyecatch .right-wrapper {
        margin-top: -50px; } }
    body.dispatch .main-eyecatch .right-wrapper .right-box {
      padding: 0;
      float: right;
      position: relative;
      top: 50%;
      right: 0; }
      @media (max-width: 414px) {
        body.dispatch .main-eyecatch .right-wrapper .right-box {
          top: 0;
          float: none; } }
      @media (min-width: 415px) and (max-width: 767px) {
        body.dispatch .main-eyecatch .right-wrapper .right-box {
          float: none; } }
      body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper {
        background-image: -moz-linear-gradient(90deg, rgba(0, 72, 150, 0.902) 0%, rgba(0, 72, 150, 0.902) 84%, rgba(0, 0, 0, 0) 84%, rgba(0, 0, 0, 0) 100%);
        background-image: -webkit-linear-gradient(90deg, rgba(0, 72, 150, 0.902) 0%, rgba(0, 72, 150, 0.902) 84%, rgba(0, 0, 0, 0) 84%, rgba(0, 0, 0, 0) 100%);
        background-image: -ms-linear-gradient(90deg, rgba(0, 72, 150, 0.902) 0%, rgba(0, 72, 150, 0.902) 84%, rgba(0, 0, 0, 0) 84%, transparent 100%);
        margin: 0px 20px 12px 0;
        height: 190px; }
        @media (max-width: 413px) {
          body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper {
            margin: 0 12px;
            height: 110px; } }
        @media (min-width: 414px) and (max-width: 767px) {
          body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper {
            margin: 0 12px;
            height: 110px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper {
            margin: 0 12px;
            height: 170px; } }
        body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner {
          opacity: 1.0;
          background-image: url("./assets/img/dp-eyecatch-human.png");
          background-repeat: no-repeat;
          background-position: right bottom;
          background-size: 30%;
          padding: 36px 110px 20px 24px;
          margin: 0 -12px 0 0;
          height: 190px; }
          @media (max-width: 413px) {
            body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner {
              background-size: 17%;
              padding: 10px 40px 10px 10px;
              height: 110px; } }
          @media (min-width: 414px) and (max-width: 767px) {
            body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner {
              background-size: 18%;
              padding: 16px 40px 10px 16px;
              height: 110px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner {
              background-size: 24%;
              height: 170px; } }
          body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .boxes {
            opacity: 1;
            color: #fff;
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            align-items: center; }
            body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .boxes .box-left {
              height: 100%;
              flex-basis: 60%; }
              @media (max-width: 414px) {
                body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .boxes .box-left {
                  flex-basis: 68%; } }
              body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .boxes .box-left .info-main {
                font-size: 1.2em;
                font-weight: bold;
                letter-spacing: 5px; }
                @media (min-width: 321px) and (max-width: 414px) {
                  body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .boxes .box-left .info-main {
                    font-size: 1.05em;
                    font-weight: bold;
                    letter-spacing: 0; } }
                @media (max-width: 320px) {
                  body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .boxes .box-left .info-main {
                    font-size: .9em;
                    letter-spacing: 0; } }
            body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .boxes .box-right {
              height: 100%;
              flex-basis: 40%; }
              @media (max-width: 414px) {
                body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .boxes .box-right {
                  flex-basis: 32%; } }
              body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .boxes .box-right .info-percentage {
                font-size: 3.6em;
                font-weight: bold;
                color: #ffd200; }
                @media (max-width: 414px) {
                  body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .boxes .box-right .info-percentage {
                    font-size: 2.6em;
                    color: #ffd200;
                    letter-spacing: -1px; } }
              body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .boxes .box-right .percentage-mark {
                font-size: 1.4em;
                color: #ffd200; }
                @media (max-width: 414px) {
                  body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .boxes .box-right .percentage-mark {
                    font-size: 1.6em; } }
              body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .boxes .box-right .caution-mark {
                font-size: .7em;
                color: #ffd200;
                margin-left: -4px; }
                @media (max-width: 414px) {
                  body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .boxes .box-right .caution-mark {
                    font-size: .6em; } }
          body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .info-sub {
            opacity: 1;
            color: #fff;
            font-size: .6em;
            margin: 4px 0 0 0; }
            @media (max-width: 413px) {
              body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .info-sub {
                margin: -10px 16px 0 0; } }
            @media (min-width: 414px) and (max-width: 767px) {
              body.dispatch .main-eyecatch .right-wrapper .right-box .wrapper .inner .info-sub {
                margin: -8px 24px 0 0; } }
body.dispatch .tb-btn-top-regist {
  border-width: 2px;
  border-color: #0083cf;
  border-style: solid;
  background-image: -moz-linear-gradient(-55deg, #004896 0%, #0193de 99%);
  background-image: -webkit-linear-gradient(-55deg, #004896 0%, #0193de 99%);
  background-image: -ms-linear-gradient(-55deg, #004896 0%, #0193de 99%); }
  body.dispatch .tb-btn-top-regist:hover {
    background-image: -moz-linear-gradient(-55deg, #0193de 0%, #004896 99%);
    background-image: -webkit-linear-gradient(-55deg, #0193de 0%, #004896 99%);
    background-image: -ms-linear-gradient(-55deg, #0193de 0%, #004896 99%); }
body.dispatch .jumbotron.jumbotron-lm-wrapper {
  background-image: -moz-linear-gradient(-51deg, #004896 20%, #0193de 100%);
  background-image: -webkit-linear-gradient(-51deg, #004896 20%, #0193de 100%);
  background-image: -ms-linear-gradient(-51deg, #004896 20%, #0193de 100%); }
  body.dispatch .jumbotron.jumbotron-lm-wrapper .jumbotron-lm {
    background: none;
    padding: 0;
    -webkit-transform: none;
    transform: none;
    margin-top: 0; }
    body.dispatch .jumbotron.jumbotron-lm-wrapper .jumbotron-lm .content {
      -webkit-transform: none;
      transform: none; }
      @media (max-width: 768px) {
        body.dispatch .jumbotron.jumbotron-lm-wrapper .jumbotron-lm .content .title {
          padding-top: 40px;
          font-size: 1.6em;
          letter-spacing: 2px; } }
      body.dispatch .jumbotron.jumbotron-lm-wrapper .jumbotron-lm .content .text {
        color: #fff; }
body.dispatch .main-contents form .btn-submit {
  border-width: 2px;
  border-color: #0083cf;
  border-style: solid;
  background-image: -moz-linear-gradient(-55deg, #004896 0%, #0193de 99%);
  background-image: -webkit-linear-gradient(-55deg, #004896 0%, #0193de 99%);
  background-image: -ms-linear-gradient(-55deg, #004896 0%, #0193de 99%); }
  body.dispatch .main-contents form .btn-submit:hover {
    background-image: -moz-linear-gradient(-55deg, #0193de 0%, #004896 99%);
    background-image: -webkit-linear-gradient(-55deg, #0193de 0%, #004896 99%);
    background-image: -ms-linear-gradient(-55deg, #0193de 0%, #004896 99%); }
body.dispatch .main-contents-top {
  padding-bottom: 0; }
  @media (max-width: 414px) {
    body.dispatch .main-contents-top {
      background: #f9f9f9;
      margin-top: 0; } }
  @media (min-width: 415px) and (max-width: 834px) {
    body.dispatch .main-contents-top {
      padding-bottom: 32px; } }
  body.dispatch .main-contents-top.no-top-margin {
    margin-top: 0; }
  @media (max-width: 414px) {
    body.dispatch .main-contents-top .main-eyecatch-title {
      font-size: 1.6em; } }
  body.dispatch .main-contents-top .divider-lm {
    color: #004896; }
  body.dispatch .main-contents-top.dp-third {
    background: #fff;
    margin-top: -170px;
    padding-bottom: 128px; }
  @media (max-width: 414px) {
    body.dispatch .main-contents-top .top-contents .feature_box .feature_title {
      height: 140px;
      padding-top: 40px;
      font-size: 1.2em;
      line-height: 1.6em; } }
  body.dispatch .main-contents-top .top-contents .feature_box .feature_title.title_1 {
    background: url("./assets/img/dp-catch-1.png") no-repeat bottom right, #004896; }
    @media (max-width: 414px) {
      body.dispatch .main-contents-top .top-contents .feature_box .feature_title.title_1 {
        background-size: 40%; } }
  body.dispatch .main-contents-top .top-contents .feature_box .feature_title.title_2 {
    background: url("./assets/img/dp-catch-2.png") no-repeat bottom right, #004896; }
    @media (max-width: 414px) {
      body.dispatch .main-contents-top .top-contents .feature_box .feature_title.title_2 {
        background-size: 34%; } }
  body.dispatch .main-contents-top .top-contents .feature_box .feature_title.title_3 {
    background: url("./assets/img/dp-catch-3.png") no-repeat bottom right, #004896; }
    @media (max-width: 414px) {
      body.dispatch .main-contents-top .top-contents .feature_box .feature_title.title_3 {
        background-size: 30%; } }
  body.dispatch .main-contents-top .top-contents .feature_box .feature_content strong {
    color: #004896; }
  body.dispatch .main-contents-top .second-eyecatch {
    background: url("assets/img/top_middle_back_dp.png") no-repeat;
    height: 770px;
    margin: -170px -15px 64px;
    background-position: 50% 50%;
    background-size: 100% auto; }
    @media (max-width: 414px) {
      body.dispatch .main-contents-top .second-eyecatch {
        background: url("assets/img/sp_top_middle_back_dp.png") no-repeat;
        background-position: 45% 130%;
        background-size: 170%;
        height: 440px;
        margin: -76px -15px 38px; } }
    @media (min-width: 415px) and (max-width: 834px) {
      body.dispatch .main-contents-top .second-eyecatch {
        margin: -170px -15px 0; } }
    body.dispatch .main-contents-top .second-eyecatch .cont {
      top: 220px;
      left: 10%;
      color: #fff;
      font-size: 2.0em; }
      @media (max-width: 414px) {
        body.dispatch .main-contents-top .second-eyecatch .cont {
          background-image: none;
          font-size: 1.6em;
          letter-spacing: 2px;
          padding: 190px 24px 0;
          line-height: 1.8em; } }
      @media (min-width: 415px) and (max-width: 834px) {
        body.dispatch .main-contents-top .second-eyecatch .cont {
          background-image: none;
          font-size: 1.6em;
          letter-spacing: 2px;
          padding: 190px 24px 0;
          line-height: 1.8em;
          top: 0; } }
  body.dispatch .main-contents-top .job_box .job_title.title_1 {
    background-image: url("./assets/img/dp-example-1.png"); }
  body.dispatch .main-contents-top .job_box .job_title.title_2 {
    background-image: url("./assets/img/dp-example-2.png"); }
  body.dispatch .main-contents-top .job_box .job_title.title_3 {
    background-image: url("./assets/img/dp-example-3.png"); }
  @media (max-width: 768px) {
    body.dispatch .main-contents-top .job_box .job_content {
      padding: 24px 30px 24px; } }
  body.dispatch .main-contents-top .job_box .job_content .area-tag {
    margin-bottom: 20px; }
    body.dispatch .main-contents-top .job_box .job_content .area-tag .lm-tag {
      margin-left: 0;
      padding: 4px 8px;
      font-weight: bold;
      font-size: .9em; }
      @media (max-width: 320px) {
        body.dispatch .main-contents-top .job_box .job_content .area-tag .lm-tag {
          font-size: .8em;
          padding: 2px 4px; } }
  body.dispatch .main-contents-top .area_blue {
    background: #f9f9f9; }
    @media (max-width: 414px) {
      body.dispatch .main-contents-top .area_blue {
        margin: 64px -15px;
        padding: 64px 0; } }
    body.dispatch .main-contents-top .area_blue .main-eyecatch-title.review {
      color: #000; }
  body.dispatch .main-contents-top .review_wrapper {
    padding: 30px 40px; }
    @media (max-width: 414px) {
      body.dispatch .main-contents-top .review_wrapper {
        padding: 30px 26px; } }
    body.dispatch .main-contents-top .review_wrapper.review_1 {
      background: #ed7615; }
    body.dispatch .main-contents-top .review_wrapper.review_2 {
      background: #0a9494; }
    body.dispatch .main-contents-top .review_wrapper.review_3 {
      background: #e24d6e; }
    body.dispatch .main-contents-top .review_wrapper .review_box.review_1 {
      background: url("./assets/img/dp-review-human1.png") no-repeat bottom right; }
    body.dispatch .main-contents-top .review_wrapper .review_box.review_2 {
      background: url("./assets/img/dp-review-human2.png") no-repeat bottom right; }
    body.dispatch .main-contents-top .review_wrapper .review_box.review_3 {
      background: url("./assets/img/dp-review-human3.png") no-repeat bottom right; }
    body.dispatch .main-contents-top .review_wrapper .review_box .review_title .profile {
      letter-spacing: 1px;
      padding-right: 12px; }
    body.dispatch .main-contents-top .review_wrapper .review_box .review_from_to {
      font-size: .9em; }
      body.dispatch .main-contents-top .review_wrapper .review_box .review_from_to .from,
      body.dispatch .main-contents-top .review_wrapper .review_box .review_from_to .to {
        color: #fff; }
    @media (max-width: 414px) {
      body.dispatch .main-contents-top .review_wrapper .review_box .review_content {
        padding-right: 26%; } }
  body.dispatch .main-contents-top #review_box_carousel_wrapper .carousel-arrow.arrow-right,
  body.dispatch .main-contents-top #review_box_carousel_wrapper .carousel-arrow.arrow-left {
    top: 38%; }
  body.dispatch .main-contents-top .area_adviser {
    margin: 56px auto 0;
    box-shadow: 0 0 10px 2px #dcdcdc; }
    @media (max-width: 768px) {
      body.dispatch .main-contents-top .area_adviser {
        box-shadow: none; } }
    body.dispatch .main-contents-top .area_adviser .classify {
      margin: 0; }
    @media (max-width: 414px) {
      body.dispatch .main-contents-top .area_adviser .portrait {
        box-shadow: 0 0 10px 2px #dcdcdc; } }
    @media (min-width: 415px) and (max-width: 768px) {
      body.dispatch .main-contents-top .area_adviser .portrait {
        height: 478px; } }
    body.dispatch .main-contents-top .area_adviser .introduction {
      padding: 36px 64px;
      background: #004896; }
      @media (max-width: 414px) {
        body.dispatch .main-contents-top .area_adviser .introduction {
          padding: 36px 32px; } }
      @media (min-width: 415px) and (max-width: 834px) {
        body.dispatch .main-contents-top .area_adviser .introduction {
          padding: 32px; } }
      body.dispatch .main-contents-top .area_adviser .introduction .statement {
        font-size: 1.6em;
        line-height: 1.6em;
        margin: 12px 0; }
        @media (max-width: 414px) {
          body.dispatch .main-contents-top .area_adviser .introduction .statement {
            font-size: 1em;
            letter-spacing: -1px; } }
        @media (min-width: 415px) and (max-width: 834px) {
          body.dispatch .main-contents-top .area_adviser .introduction .statement {
            font-size: 1.3em;
            letter-spacing: 0; } }
      body.dispatch .main-contents-top .area_adviser .introduction .testimony {
        margin: 0 0 12px;
        padding: 0 0 12px; }
        @media (max-width: 414px) {
          body.dispatch .main-contents-top .area_adviser .introduction .testimony {
            font-size: .9em; } }
        @media (min-width: 415px) and (max-width: 834px) {
          body.dispatch .main-contents-top .area_adviser .introduction .testimony {
            font-size: .82em; } }
  body.dispatch .main-contents-top .step-box {
    background: url("./assets/img/top_back_of_step_dp.png") no-repeat top left; }
    @media (max-width: 414px) {
      body.dispatch .main-contents-top .step-box {
        background: none; } }
    body.dispatch .main-contents-top .step-box .step-title {
      color: #004896; }
body.dispatch .pre-footer .pre-footer-call-to-action {
  background: url("./assets/img/dp_pre_footer.png") no-repeat center bottom;
  background-size: cover; }
  @media (max-width: 320px) {
    body.dispatch .pre-footer .pre-footer-call-to-action {
      background: url("./assets/img/sp_dp_pre_footer.png") no-repeat;
      background-position: 64% 0;
      background-size: 165%; } }
  @media (min-width: 321px) and (max-width: 414px) {
    body.dispatch .pre-footer .pre-footer-call-to-action {
      background: url("./assets/img/sp_dp_pre_footer.png") no-repeat;
      background-position: 64% 0;
      background-size: 150%; } }
  body.dispatch .pre-footer .pre-footer-call-to-action .area-btn a.btn-regist {
    border-width: 2px;
    border-color: #0083cf;
    border-style: solid;
    background-image: -moz-linear-gradient(-55deg, #004896 0%, #0193de 99%);
    background-image: -webkit-linear-gradient(-55deg, #004896 0%, #0193de 99%);
    background-image: -ms-linear-gradient(-55deg, #004896 0%, #0193de 99%); }
    body.dispatch .pre-footer .pre-footer-call-to-action .area-btn a.btn-regist:hover {
      background-image: -moz-linear-gradient(-55deg, #0193de 0%, #004896 99%);
      background-image: -webkit-linear-gradient(-55deg, #0193de 0%, #004896 99%);
      background-image: -ms-linear-gradient(-55deg, #0193de 0%, #004896 99%); }
  @media (max-width: 320px) {
    body.dispatch .pre-footer .pre-footer-call-to-action .catchcopy {
      font-size: 1em; } }
body.dispatch .main-contents-top #review_box_carousel_wrapper .slick-dots li.slick-active button::before {
  color: #004896; }
body.dispatch .slick-dots li.slick-active button:before {
  color: #004896;
  opacity: 1.0; }
body.dispatch .footer {
  background: #004896; }

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