@charset "UTF-8";
/*=================================================
* レイアウト
* ================================================ */
/*=================================================
* パーツ
* ================================================ */
/* ------------------------------------
/* アイコン
------------------------------------ */
/* ------------------------------------
/* リンク
------------------------------------ */
/* ------------------------------------
/* hoverアニメーション
------------------------------------ */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* default
------------------------------------ */
a {
  color: #4b4b4b;
  overflow: hidden;
  /* タブキーのフォーカス対策kunihiro */
  outline: none;
  /* Firefoxで点線が出ない処理　kunihiro */ }

th,
td {
  vertical-align: top;
  text-align: left; }

/* ------------------------------------
/* base_layout
------------------------------------ */
body {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  font-size: 1.2rem;
  /* 12px */
  color: #444444;
  line-height: 1.6;
  text-align: center; }

#Frame {
  text-align: left;
  width: 100%; }

.cont_inner {
  width: 960px;
  margin: 0 auto; }

/* header
------------------------------------ */
#header {
  position: relative; }
  #header .logo {
    position: absolute;
    top: 30px;
    left: 60px;
    overflow: hidden; }
    #header .logo img {
      width: 130px;
      float: left; }
    #header .logo .txt {
      font-size: 16px;
      color: #FFF;
      padding-left: 15px;
      float: left;
      margin-top: 0.4em; }
  #header .header_link {
    position: absolute;
    top: 0;
    right: 0; }
    #header .header_link img {
      width: 60px; }

/* footer
------------------------------------ */
#footer {
  padding: 30px 20px;
  background: #535353;
  color: #FFF;
  text-align: center; }
  #footer .copyright {
    font-size: 10px; }
  #footer .poweredby {
    margin-top: 10px; }
    #footer .poweredby a {
      color: #FFF;
      font-size: 10px;
      text-decoration: underline; }

/* ページ内リンク
----------------------------------- */
/* ------------------------------
   リクルートサイトtopへもどる
------------------------------ */
.btn_back_top_box {
  margin-bottom: 50px; }

.btn_back_top {
  margin-top: 30px;
  font-size: 1.2rem;
  color: #1c92bf; }
  .btn_back_top a {
    display: inline-block;
    position: relative;
    padding: 10px 0 10px 26px;
    color: #1c92bf; }
    .btn_back_top a::before {
      content: "";
      display: block;
      background: url(../img_cont/ico_go_back.png) no-repeat;
      background-size: 20px 20px;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 0;
      left: 0;
      margin-top: 5px; }

.base_tl_txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #1c92bf;
  padding-right: 0 !important; }

.hissu {
  color: #FFF;
  background-color: #e73a3a;
  text-align: center;
  width: 40px;
  display: inline-block;
  margin: 2px 6px 2px 0; }

/* ボタン
----------------------------------- */
.base_btn {
  display: block;
  height: 40px;
  width: 230px;
  line-height: 40px;
  color: #FFF;
  border-radius: 4px;
  font-size: 14px; }

.btn_nolink {
  background-color: #a0a0a0;
  border: 1px solid #FFF; }

.btn_apply {
  border: 1px solid #eeb156;
  background-color: #efa63a; }

/*=================================================
 * contページ共通スタイル
 * ================================================ */
/* ------------------------------------
  page_top_header
------------------------------------ */
.cont_page .page_top_header {
  height: 250px;
  position: relative; }
  .cont_page .page_top_header .txt_box {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 100px; }
    .cont_page .page_top_header .txt_box span {
      display: block;
      font-size: 2.5rem;
      font-weight: bold;
      letter-spacing: 0.2em; }
    .cont_page .page_top_header .txt_box em {
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.2em; }

.content_desc {
  width: 560px;
  margin: 60px auto; }
  .content_desc .tl_txt_creator {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px; }
  .content_desc .content_desc_main {
    font-size: 14px;
    line-height: 20px; }

.base_voice_box {
  background: url(../img_cmn/img_top_voice.jpg) no-repeat;
  background-size: 100% auto;
  text-align: center;
  position: relative; }
  .base_voice_box .voice_box_inner {
    padding: 80px 0; }
    .base_voice_box .voice_box_inner .voice_top_tl {
      width: 30px;
      margin-bottom: 10px; }
    .base_voice_box .voice_box_inner .box_tl {
      font-size: 26px;
      color: #FFF;
      font-weight: bold;
      margin-bottom: 20px; }
    .base_voice_box .voice_box_inner .btn_box {
      width: 230px;
      margin: 0 auto; }
    .base_voice_box .voice_box_inner .base_btn {
      background-color: #eeb156;
      border: 1px solid #FFF;
      position: relative; }
      .base_voice_box .voice_box_inner .base_btn::after {
        content: "";
        display: block;
        width: 10px;
        height: 16px;
        position: absolute;
        background: url(../img_cmn/ico_arrow_rignt.png) no-repeat;
        background-size: 10px auto;
        position: absolute;
        right: 20px;
        margin-top: -27px; }

.content_voice {
  color: #FFF;
  text-align: center; }
  .content_voice .img_circle_box {
    width: 100%;
    height: 60px;
    position: relative; }
    .content_voice .img_circle_box img {
      width: 120px;
      height: 120px; }
  .content_voice .content_voice_head_box {
    padding: 60px 0 80px 0; }
    .content_voice .content_voice_head_box .voice_head_voice .voice_head_text {
      font-size: 20px;
      width: 343px;
      margin: 30px auto 30px auto;
      position: relative;
      line-height: 28px; }
    .content_voice .content_voice_head_box .voice_head_voice .voice_head_person {
      font-size: 14px;
      margin-bottom: 30px; }
    .content_voice .content_voice_head_box .voice_head_voice .voice_txt_box {
      text-align: left;
      width: 560px;
      margin: 0 auto; }
      .content_voice .content_voice_head_box .voice_head_voice .voice_txt_box .txt_tl {
        margin-top: 60px;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        padding-bottom: 13px; }
      .content_voice .content_voice_head_box .voice_head_voice .voice_txt_box .txt {
        font-size: 14px;
        line-height: 20px; }
    .content_voice .content_voice_head_box .voice_head_voice .img_box {
      margin-top: 45px; }
  .content_voice .content_voice_other {
    background-color: #000; }
    .content_voice .content_voice_other img {
      margin: 20px auto 10px auto; }
    .content_voice .content_voice_other .voice_other_head {
      font-size: 24px;
      font-we: bold; }

/*=================================================
 * スライダー周り
 * ================================================ */
.slider_left .loopSliderWrap {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute; }

.slider_right .loopSliderWrap {
  top: 0;
  right: 0;
  height: 300px;
  overflow: hidden;
  position: absolute; }

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 196px;
  text-align: left;
  position: relative;
  overflow: hidden; }

.loopSlider ul {
  float: left;
  overflow: hidden; }

.loopSlider ul li {
  width: 300px;
  height: 300px;
  float: left;
  display: inline;
  overflow: hidden; }

.slider_box img {
  width: 100%; }

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
  content: "";
  display: none;
  clear: none; }

/* ------------------------------
   上部へ戻る
------------------------------ */
#pagetop {
  bottom: 20px;
  position: fixed !important;
  right: 60px; }

@media print {
  * html body {
    zoom: .7; }

  #container {
    width: 100%;
    margin: 0;
    padding: 0; }

  #wrapper {
    width: 98%;
    margin: 0;
    padding: 0; }

  .noprint {
    display: none; } }
/* ------------------------------------
  reset
------------------------------------ */
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* 10px */ }

body {
  margin: 0;
  padding: 0;
  /* 英数の改行 */
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.0;
  -webkit-text-size-adjust: none; }

h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-size: 100%; }

pre, form, fieldset, input, textarea,
div, blockquote, th, td {
  margin: 0;
  padding: 0; }

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

h1, h2, h3, h4, h5, h6, strong, em, b {
  font-weight: normal; }

ul, ol {
  list-style: none; }

li {
  list-style-type: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* 印刷時の要素内での改ページをしない */
  page-break-inside: avoid;
  empty-cells: show; }

td {
  vertical-align: top; }

a {
  text-decoration: none; }

caption {
  text-align: left; }

q:before, q:after {
  content: ''; }

object, embed {
  vertical-align: top; }

hr, legend {
  display: none; }

img, abbr, acronym, fieldset {
  border: none;
  vertical-align: bottom;
  /* listにて隙間ができるのを防ぐ kunihro*/ }

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* IE6 */
* html .clearfix {
  zoom: 1; }

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1; }

/* ------------------------------------
  form
------------------------------------ */
.recruit_sns_btn_01, .recruit_sns_btn_02, .recruit_sns_btn_03 {
  float: right;
  margin-left: 5px; }

.cont_sns {
  margin-top: 50px; }

.cont_sns_foot {
  margin-bottom: 30px; }

/* ------------------------------------
  _000_top.scss
------------------------------------ */
/* 共通
------------------------------------ */
/* アニメーション  fadeIN*/
.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 500ms; }

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0); }

.header_top .ac_recruit_top {
  font-size: 16px;
  color: #FFF;
  padding-left: 60px;
  padding-top: 8px;
  position: relative; }

.page_top .page_top_header {
  height: 800px;
  background: url(../img_top/img_top.jpg) no-repeat left center;
  background-size: cover; }
  .page_top .page_top_header::before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(19, 62, 78, 0.7); }
  .page_top .page_top_header .log {
    margin-left: 20px; }
  .page_top .page_top_header .txt_box {
    height: auto;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 60px;
    margin-top: -80px;
    /* 説明会参加リンク */ }
    .page_top .page_top_header .txt_box .txt_tl {
      font-size: 46px;
      margin-bottom: 16px;
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      letter-spacing: 0.2em;
      font-weight: bold;
      line-height: 60px; }
    .page_top .page_top_header .txt_box hr {
      display: block;
      color: #FFF; }
    .page_top .page_top_header .txt_box .txt {
      margin-top: 30px;
      font-size: 20px; }
      .page_top .page_top_header .txt_box .txt strong {
        padding-left: 10px;
        font-size: 24px;
        font-weight: bold; }
    .page_top .page_top_header .txt_box .txt_btn {
      margin-top: 90px;
      font-size: 28px; }
    .page_top .page_top_header .txt_box .btn_box {
      border: solid 2px #FFF;
      display: inline-block;
      margin: 30px 0;
      margin-left: 30px;
      /* margin-left: 100px; */ }
      .page_top .page_top_header .txt_box .btn_box:hover .ico_bg_description {
        background-image: url("../img_cmn/ico_description_blue.svg"); }
      .page_top .page_top_header .txt_box .btn_box:hover .arrow::before {
        border-top: 3px solid #1c92bf;
        border-right: 3px solid #1c92bf; }
      .page_top .page_top_header .txt_box .btn_box a {
        color: #FFF;
        display: block;
        font-size: 16px;
        padding: 35px 70px 35px 100px;
        position: relative; }
        .page_top .page_top_header .txt_box .btn_box a:hover {
          color: #1c92bf;
          background-color: #FFF;
          transition: .2s; }
          .page_top .page_top_header .txt_box .btn_box a:hover span::after {
            content: ' !';
            position: absolute;
            top: 35px;
            right: 60px;
            transition: .2s; }
      .page_top .page_top_header .txt_box .btn_box .arrow::before {
        right: 30px;
        width: 9px;
        height: 9px;
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .page_top .page_top_header .txt_box .btn_box .ico_bg_description {
        background-image: url("../img_cmn/ico_description.svg");
        background-repeat: no-repeat;
        background-size: 48px auto;
        background-position: 30px; }
  .page_top .page_top_header .btn_box .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px; }
  .page_top .page_top_header .btn_box .arrow::after,
  .page_top .page_top_header .btn_box .arrow::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle; }

.about_top_box .box_tl {
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  padding: 36px 0;
  text-align: center;
  background-color: #eeb156;
  position: relative; }
.about_top_box .about_top_box_inner .img_box {
  height: 348px;
  width: 480px;
  float: left; }
.about_top_box .about_top_box_inner .about_intro {
  position: relative;
  width: 480px;
  display: inline-block; }
  .about_top_box .about_top_box_inner .about_intro .about_intro_inner {
    padding-top: 60px;
    width: 450px;
    height: 348px;
    top: 0;
    right: 0;
    position: absolute;
    margin: auto; }
    .about_top_box .about_top_box_inner .about_intro .about_intro_inner .base_tl_txt {
      font-size: 20px;
      line-height: 30px; }
    .about_top_box .about_top_box_inner .about_intro .about_intro_inner .txt {
      margin-top: 35px;
      font-size: 14px; }
.about_top_box .recruit_intro {
  background: url(../img_top/bg_top_about.jpg) no-repeat;
  background-size: cover;
  height: 500px;
  position: relative; }
  .about_top_box .recruit_intro .recruit_intro_inner {
    background-color: rgba(0, 0, 0, 0.7);
    height: 500px; }
  .about_top_box .recruit_intro ul {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 338px; }
  .about_top_box .recruit_intro .intro_list {
    width: 33%;
    float: left;
    height: 338px;
    box-sizing: border-box; }
    .about_top_box .recruit_intro .intro_list .intro_list_inner {
      padding: 0 20px; }
    .about_top_box .recruit_intro .intro_list .recruit_intro_tl {
      color: #FFF;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 30px; }
      .about_top_box .recruit_intro .intro_list .recruit_intro_tl span {
        padding-bottom: 3px;
        border-bottom: 1px solid #FFF; }
    .about_top_box .recruit_intro .intro_list .txt_box {
      margin-top: 15px;
      color: #FFF;
      font-size: 14px;
      margin-left: auto;
      margin-right: auto;
      width: 277px; }
      .about_top_box .recruit_intro .intro_list .txt_box .txt {
        line-height: 24px; }
  .about_top_box .recruit_intro .intro_box01 .growth {
    background: url(../img_top/ico_about01.png) no-repeat 50% 10%;
    background-size: 60px,60px;
    padding-top: 80px; }
  .about_top_box .recruit_intro .intro_box02 .innovators {
    background: url(../img_top/ico_about02.png) no-repeat 50% 10%;
    background-size: 60px,60px;
    padding-top: 80px; }
  .about_top_box .recruit_intro .intro_box03 .chance {
    background: url(../img_top/ico_about03.png) no-repeat 50% 10%;
    background-size: 60px,60px;
    padding-top: 80px; }

.merit_top_box {
  background-color: #f0fbff;
  padding: 60px 0; }
  .merit_top_box .box_tl {
    text-align: center;
    margin-bottom: 80px; }
  .merit_top_box .merit_box_inner {
    padding: 0 60px; }
    .merit_top_box .merit_box_inner .merit_list .img_box img {
      width: 560px; }
    .merit_top_box .merit_box_inner .merit_list .txt_box {
      width: 440px; }
    .merit_top_box .merit_box_inner .merit_box01 {
      position: relative;
      height: 500px; }
      .merit_top_box .merit_box_inner .merit_box01 .img_box {
        position: absolute;
        right: 0;
        top: 100px; }
      .merit_top_box .merit_box_inner .merit_box01 .txt_box {
        position: absolute;
        left: 0;
        top: 0; }
    .merit_top_box .merit_box_inner .merit_box02 {
      position: relative;
      height: 440px; }
      .merit_top_box .merit_box_inner .merit_box02 .img_box {
        position: absolute;
        left: 0;
        top: 0; }
      .merit_top_box .merit_box_inner .merit_box02 .txt_box {
        position: absolute;
        right: 0;
        top: 100px; }
    .merit_top_box .merit_box_inner .merit_box03 {
      position: relative;
      height: 500px; }
      .merit_top_box .merit_box_inner .merit_box03 .img_box {
        position: absolute;
        right: 0;
        top: 100px; }
      .merit_top_box .merit_box_inner .merit_box03 .txt_box {
        position: absolute;
        left: 0;
        top: 0; }
  .merit_top_box .txt_box {
    padding-bottom: 24px;
    position: absolute;
    top: 80%;
    background-color: #FFF;
    text-align: center; }
    .merit_top_box .txt_box .merit_number {
      width: 70px;
      margin-top: -30px;
      margin-bottom: 10px; }
    .merit_top_box .txt_box .merit_tl {
      font-size: 20px;
      font-weight: bold;
      color: #1c92bf;
      margin-bottom: 30px; }
    .merit_top_box .txt_box .txt {
      font-size: 14px;
      line-height: 20px;
      margin: 0 20px;
      text-align: left; }

.messege_top_box {
  padding: 30px 0;
  background: url(../img_top/bg_img_message.png) no-repeat left bottom;
  background-size: 100% auto; }
  .messege_top_box .box_tl {
    width: 370px;
    padding: 20px  0;
    text-align: center;
    margin: 30px 0;
    font-size: 26px;
    font-weight: bold;
    color: #1c92bf;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #1c92bf;
    border-bottom: 2px solid #1c92bf; }
  .messege_top_box .txt_box {
    width: 560px;
    margin: 0 auto; }
    .messege_top_box .txt_box .txt {
      line-height: 20px;
      font-size: 14px; }
  .messege_top_box .name {
    text-align: right;
    margin-top: 38px;
    display: block; }

.recruit_category {
  padding: 30px 0; }
  .recruit_category .box_tl {
    background: none;
    position: relative;
    font-size: 20px;
    text-align: center;
    width: 550px;
    margin: 0 auto;
    color: #1c92bf;
    margin-top: 20px;
    margin-bottom: 40px; }
    .recruit_category .box_tl::before {
      border-top: 1px dotted #1c92bf;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%; }
    .recruit_category .box_tl span {
      background-color: white;
      display: inline-block;
      padding: 0 1em;
      position: relative; }
  .recruit_category .content_box {
    width: 860px;
    margin: 0 auto; }
  .recruit_category li {
    width: 280px;
    float: left;
    text-align: center; }
    .recruit_category li:not(:last-child) {
      margin-right: 10px; }

/* ------------------------------------
  _010_planner.scss
------------------------------------ */
/* 共通
------------------------------------ */
.tl_txt_planner {
  color: #6c9f1f;
  line-height: 28px; }

.btn {
  margin: 16px;
  vertical-align: middle;
  height: 26px;
  line-height: 26px;
  border-radius: 4px; }

.btn_gray {
  background-color: gray;
  border: solid 1px #FFF;
  opacity: 0.8; }

.page_top_header:before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.bg_blue_shadow:before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(20, 102, 133, 0.6); }

/* header
------------------------------------ */
.page_planner .page_top_header {
  background: url(../img_cont/img_planner_top.jpg) no-repeat;
  background-size: cover; }
  .page_planner .page_top_header .txt_box {
    color: #b9e370;
    font-size: 40px; }

/* 概要　
------------------------------------ */
.page_planner .content_desc {
  margin: 60px auto; }
  .page_planner .content_desc .base_txt_tl {
    color: #6c9f1f; }
  .page_planner .content_desc .content_desc_main {
    width: 560px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 20px; }

/* 先輩社員の声　
------------------------------------

/* 募集要項　
------------------------------------ */
.page_planner .content_recruitment {
  width: 660px;
  margin-top: 60px;
  margin-bottom: 60px;
  line-height: 20px; }
  .page_planner .content_recruitment .content_recruitment_head {
    background: none;
    position: relative;
    text-align: center;
    width: 560px;
    margin: 0 auto;
    color: #6c9f1f;
    font-size: 26px;
    margin-bottom: 60px; }
    .page_planner .content_recruitment .content_recruitment_head::before {
      border-top: 2px dotted #6c9f1f;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%; }
    .page_planner .content_recruitment .content_recruitment_head span {
      background-color: #FFF;
      display: inline-block;
      padding: 0 1em;
      position: relative; }
  .page_planner .content_recruitment dl:not(:last-child) {
    margin-bottom: 20px; }
  .page_planner .content_recruitment dl dt {
    width: 200px;
    float: left;
    font-size: 18px;
    background-color: #93b95a;
    color: #FFF;
    padding: 14px; }
  .page_planner .content_recruitment dl dd {
    padding: 18px 14px 14px 250px;
    font-size: 14px; }
    .page_planner .content_recruitment dl dd .dot_txt {
      position: relative;
      padding-left: 20px; }
    .page_planner .content_recruitment dl dd .dot {
      display: inline-block;
      padding-right: 10px;
      position: absolute;
      top: 0;
      left: 0; }

/* 会社説明会　
------------------------------------ */
.content_briefing_session {
  text-align: center;
  color: #FFF;
  line-height: 20px; }
  .content_briefing_session .briefing_session_head {
    height: 80px;
    background-color: #1c92bf; }
    .content_briefing_session .briefing_session_head .briefing_session_head_text {
      background: url(../img_cont/bg_apply.png) no-repeat left center;
      display: inline-block;
      padding: 30px 0 30px 70px;
      background-size: 50px auto;
      font-size: 26px;
      font-weight: bold; }
  .content_briefing_session .briefing_session_body {
    position: relative;
    background: url(../img_cont/bg_img_apply.jpg) no-repeat left bottom;
    background-size: 100% auto;
    padding: 80px 0; }
    .content_briefing_session .briefing_session_body .briefing_session_desc_box {
      margin-bottom: 40px; }
      .content_briefing_session .briefing_session_body .briefing_session_desc_box .briefing_session_desc {
        position: relative;
        z-index: 1;
        font-size: 14px;
        line-height: 24px; }
    .content_briefing_session .briefing_session_body .briefing_session_entry_box {
      width: 560px;
      margin: 0 auto; }
      .content_briefing_session .briefing_session_body .briefing_session_entry_box .briefing_session_entry_box_inner {
        position: relative;
        height: 100%;
        background: rgba(255, 255, 255, 0.6);
        margin-top: 20px;
        padding: 20px;
        text-align: center; }
        .content_briefing_session .briefing_session_body .briefing_session_entry_box .briefing_session_entry_box_inner .entry_box_txt {
          display: block;
          position: relative;
          z-index: 1;
          color: #146685;
          font-size: 14px; }
        .content_briefing_session .briefing_session_body .briefing_session_entry_box .briefing_session_entry_box_inner .btn_box {
          margin-top: 10px; }
          .content_briefing_session .briefing_session_body .briefing_session_entry_box .briefing_session_entry_box_inner .btn_box a {
            margin: 0 auto;
            width: 325px;
            border-radius: 8px; }

.page_planner .recruit_category .content_box {
  width: 570px; }

.page_creator .page_top_header {
  background: url(../img_cont/img_creator_top.jpg) no-repeat;
  background-size: cover; }
  .page_creator .page_top_header .txt_box {
    color: #f9a3ad;
    font-size: 40px; }

.page_creator .content_desc .tl_txt_creator {
  color: #e6606f; }
.page_creator .content_voice .content_voice_head_box {
  background-color: #e6606f; }
.page_creator .content_voice .voice_head_text::before {
  content: "";
  display: block;
  background: url(../img_cont/bg_creator_voice_left.png) no-repeat;
  background-size: 19px 42px;
  width: 19px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0; }
.page_creator .content_voice .voice_head_text::after {
  content: "";
  display: block;
  background: url(../img_cont/bg_creator_voice_right.png) no-repeat;
  background-size: 19px 42px;
  width: 19px;
  height: 42px;
  position: absolute;
  bottom: 0;
  right: 0; }
.page_creator .content_voice .voice_txt_box .txt_tl {
  border-bottom: 2px solid #f9a3ad; }

.page_creator .content_recruitment {
  width: 660px;
  margin-top: 60px;
  margin-bottom: 60px;
  line-height: 20px; }
  .page_creator .content_recruitment .content_recruitment_head {
    background: none;
    position: relative;
    text-align: center;
    width: 560px;
    margin: 0 auto;
    color: #e6606f;
    font-size: 26px;
    margin-bottom: 60px; }
    .page_creator .content_recruitment .content_recruitment_head::before {
      border-top: 2px dotted #e6606f;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%; }
    .page_creator .content_recruitment .content_recruitment_head span {
      background-color: #FFF;
      display: inline-block;
      padding: 0 1em;
      position: relative; }
  .page_creator .content_recruitment dl:not(:last-child) {
    margin-bottom: 20px; }
  .page_creator .content_recruitment dl dt {
    width: 200px;
    float: left;
    font-size: 18px;
    background-color: #f9a3ad;
    color: #FFF;
    padding: 14px; }
  .page_creator .content_recruitment dl dd {
    padding: 18px 14px 14px 250px;
    font-size: 14px; }
    .page_creator .content_recruitment dl dd .dot_txt {
      position: relative;
      padding-left: 20px; }
    .page_creator .content_recruitment dl dd .dot {
      display: inline-block;
      padding-right: 10px;
      position: absolute;
      top: 0;
      left: 0; }

.page_creator .recruit_category .content_box {
  width: 570px; }

.page_hacker .page_top_header {
  background: url(../img_cont/img_hacker_top.jpg) no-repeat;
  background-size: cover; }
  .page_hacker .page_top_header .txt_box {
    color: #bbbef7;
    font-size: 40px; }

.page_hacker .content_desc .tl_txt_hacker {
  color: #4c4f8d;
  line-height: 28px; }
.page_hacker .content_voice .content_voice_head_box {
  background-color: #4c4f8d; }
.page_hacker .content_voice .voice_head_text::before {
  content: "";
  display: block;
  background: url(../img_cont/bg_hacker_voice_left.png) no-repeat;
  background-size: 19px 42px;
  width: 19px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0; }
.page_hacker .content_voice .voice_head_text::after {
  content: "";
  display: block;
  background: url(../img_cont/bg_hacker_voice_right.png) no-repeat;
  background-size: 19px 42px;
  width: 19px;
  height: 42px;
  position: absolute;
  bottom: 0;
  right: 0; }
.page_hacker .content_voice .voice_txt_box .txt_tl {
  border-bottom: 2px solid #bbbef7; }

.page_hacker .content_recruitment {
  width: 660px;
  margin-top: 60px;
  margin-bottom: 60px;
  line-height: 20px; }
  .page_hacker .content_recruitment .content_recruitment_head {
    background: none;
    position: relative;
    text-align: center;
    width: 560px;
    margin: 0 auto;
    color: #4c4f8d;
    font-size: 26px;
    margin-bottom: 60px; }
    .page_hacker .content_recruitment .content_recruitment_head::before {
      border-top: 2px dotted #4c4f8d;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%; }
    .page_hacker .content_recruitment .content_recruitment_head span {
      background-color: #FFF;
      display: inline-block;
      padding: 0 1em;
      position: relative; }
  .page_hacker .content_recruitment dl:not(:last-child) {
    margin-bottom: 20px; }
  .page_hacker .content_recruitment dl dt {
    width: 200px;
    float: left;
    font-size: 18px;
    background-color: #878ace;
    color: #FFF;
    padding: 14px; }
  .page_hacker .content_recruitment dl dd {
    padding: 18px 14px 14px 250px;
    font-size: 14px; }
    .page_hacker .content_recruitment dl dd .dot_txt {
      position: relative;
      padding-left: 20px; }
    .page_hacker .content_recruitment dl dd .dot {
      display: inline-block;
      padding-right: 10px;
      position: absolute;
      top: 0;
      left: 0; }

.page_hacker .recruit_category .content_box {
  width: 570px; }

.page_interview .page_top_header {
  height: 300px;
  background: url(../img_cont/img_interview_top.jpg) no-repeat;
  background-size: cover; }
  .page_interview .page_top_header .tl_txt_box {
    padding: 80px 60px 0 60px; }
    .page_interview .page_top_header .tl_txt_box span {
      font-size: 40px;
      margin-top: 10px; }
    .page_interview .page_top_header .tl_txt_box em {
      font-size: 20px;
      line-height: 40px; }
  .page_interview .page_top_header .voice_top_tl {
    width: 40px; }
  .page_interview .page_top_header .txt_box {
    color: #FFF;
    padding: 30px 0;
    border: 1px solid #FFF; }
.page_interview .content_desc {
  margin: 60px auto 30px auto; }
  .page_interview .content_desc .tl_txt_interview {
    color: #444444;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold; }
.page_interview .interview_box {
  margin-bottom: 3px; }
  .page_interview .interview_box .about_work_inner,
  .page_interview .interview_box .about_office_inner,
  .page_interview .interview_box .about_private_inner,
  .page_interview .interview_box .about_new_member_inner {
    margin-top: 20px; }
  .page_interview .interview_box h3 {
    font-size: 20px;
    padding: 20px 0 20px 20px;
    color: #FFF;
    margin-bottom: 20px;
    font-weight: bold;
    margin: 0; }
  .page_interview .interview_box .interview_box_inner:not(:first-child) {
    margin-top: 30px; }
  .page_interview .interview_box .interview_box_inner .question_tl {
    color: #1c92bf;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    background: none;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #1c92bf;
    font-size: 14px; }
    .page_interview .interview_box .interview_box_inner .question_tl span {
      display: block;
      float: left; }
    .page_interview .interview_box .interview_box_inner .question_tl .question_txt {
      padding-left: 3px; }
    .page_interview .interview_box .interview_box_inner .question_tl::before {
      border-top: 1px solid #1c92bf;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%; }
    .page_interview .interview_box .interview_box_inner .question_tl span {
      background-color: #FFF;
      display: inline-block;
      padding: 0 1em;
      position: relative; }
  .page_interview .interview_box .interview_box_inner dl {
    box-sizing: border-box;
    margin-bottom: 15px; }
    .page_interview .interview_box .interview_box_inner dl:first-child, .page_interview .interview_box .interview_box_inner dl:nth-child(2) {
      margin-top: 30px; }
    .page_interview .interview_box .interview_box_inner dl:nth-child(even) {
      width: 50%;
      float: left; }
    .page_interview .interview_box .interview_box_inner dl:nth-child(odd) {
      padding-left: 54%; }
    .page_interview .interview_box .interview_box_inner dl:not(:first-child) {
      margin-top: 20px; }
    .page_interview .interview_box .interview_box_inner dl dd {
      width: 60px;
      float: left; }
    .page_interview .interview_box .interview_box_inner dl dt {
      padding: 20px 0 0 80px;
      font-size: 14px;
      line-height: 24px; }
      .page_interview .interview_box .interview_box_inner dl dt strong {
        font-weight: bold; }
  .page_interview .interview_box .img_box {
    margin: 20px 0 60px 0; }
.page_interview .open,
.page_interview .last_interview {
  margin-bottom: 40px; }
.page_interview .about_work {
  background: #1c92bf url(../img_cont/bg_interview_category01.png) no-repeat 99% bottom;
  background-size: 74px,auto;
  position: relative; }
  .page_interview .about_work::after {
    content: "";
    display: block;
    width: 17px;
    height: 11px;
    background: url(../img_cont/ico_interview_arrow_down.png) no-repeat;
    background-size: 17px auto;
    position: absolute;
    right: 20px;
    margin-top: -15px; }
.page_interview .about_office {
  background: #1c92bf url(../img_cont/bg_interview_category02.png) no-repeat 98% bottom;
  background-size: 78px,auto;
  position: relative; }
  .page_interview .about_office::after {
    content: "";
    display: block;
    width: 17px;
    height: 11px;
    background: url(../img_cont/ico_interview_arrow_down.png) no-repeat;
    background-size: 17px auto;
    position: absolute;
    right: 20px;
    margin-top: -15px; }
.page_interview .about_private {
  background: #1c92bf url(../img_cont/bg_interview_category03.png) no-repeat 98% bottom;
  background-size: 80px,auto;
  position: relative; }
  .page_interview .about_private::after {
    content: "";
    display: block;
    width: 17px;
    height: 11px;
    background: url(../img_cont/ico_interview_arrow_down.png) no-repeat;
    background-size: 17px auto;
    position: absolute;
    right: 20px;
    margin-top: -15px; }
.page_interview .about_new_member {
  background: #1c92bf url(../img_cont/bg_interview_category04.png) no-repeat 98% bottom;
  background-size: 60px,auto;
  position: relative; }
  .page_interview .about_new_member::after {
    content: "";
    display: block;
    width: 17px;
    height: 11px;
    background: url(../img_cont/ico_interview_arrow_down.png) no-repeat;
    background-size: 17px auto;
    position: absolute;
    right: 20px;
    margin-top: -15px; }
.page_interview .open h3 {
  position: relative; }
  .page_interview .open h3::after {
    content: "";
    display: block;
    width: 17px;
    height: 11px;
    background: url(../img_cont/ico_interview_arrow_up.png) no-repeat;
    background-size: 17px auto;
    position: absolute;
    right: 20px;
    margin-top: -15px; }
.page_interview .img_box_bottom {
  margin: 3px 0px 40px; }

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

.recruit_category .hacker .recruit_type {
  background-color: #4c4f8d;
}

.recruit_category .creator .recruit_type {
  background-color: #e6606f;
}

.recruit_category .front .recruit_type {
  background-color: #036fc0;
}

.recruit_category .planner .recruit_type {
  background-color: #82ad40;
}

.recruit_category .agent .recruit_type {
  background-color: #f1ac29;
}

.recruit_category .student .recruit_type {
  background-color: #51aeb4;
}

.recruit_category .recruit_type {
  padding-top: 15px;
  width: 276px;
  height: 55px;
  background-color: #4c4f8d;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  border:2px solid #eee;
  border-top: none;
}

.recruit_category .recruit_type span {
  font-size: 14px;
}

.recruit_category a {
  position: relative;
  /* display: inline-block; */
  /* vertical-align: middle; */
}

.recruit_category a::after{
  position: absolute;
  top: 42px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}