@charset "UTF-8";
/* ★★このcssはscssをコンパイルしたcssです。cssを記述する場合は、こちらに記述せず、merge.cssに記述してください。★★ */
/* ==============================================
CSS information

 file name  : style.css
 style info : style.scssコンパイルしたファイル。

 このスタイルシートの構成
 style.scss参照
=============================================== */
/* ------------------------------------
  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.6;
  -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, 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; }

@media screen and (max-width: 767px) {
  .wrap {
    overflow: hidden; } }
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  管理者ホームへのリンク
------------------------------------ */
.adminMenu {
  background-color: #0645A2;
  border-bottom: #043885 2px solid;
  padding: 5px 10px;
  text-align: right; }
  .adminMenu a {
    background-color: #043885;
    color: #FFF;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    letter-spacing: 0.1em; }
    .adminMenu a:hover {
      background: rgba(0, 0, 0, 0.1); }
  .adminMenu p {
    height: 30px;
    line-height: 30px; }

/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  default
------------------------------------ */
a {
  color: #000;
  outline: none;
  /* Firefoxで点線が出ない処理　kunihiro */ }

td,
th {
  vertical-align: top;
  text-align: left; }

hr.key_color {
  height: 1px;
  border: none;
  border-top: 1px dotted #2BC0E4; }

input, textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  /* 16px */
  color: #000;
  line-height: 1.9; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  /* 16px */
  color: #000;
  line-height: 1.9;
  margin: 0 auto !important;
  text-align: center;
  background-color: rgba(43, 192, 228, 0.07); }

#Frame {
  text-align: left;
  max-width: 767px;
  margin: 0 auto; }

#content {
  margin-top: 55px;
  background-color: #FFF;
  padding-bottom: 1px; }

.cont_inner {
  padding: 0 20px;
  margin: 0 auto; }

/* カラムレイアウト
------------------------------------ */
/* メディアクエリによる非表示用クラス
------------------------------------ */
@media screen and (min-width: 375px) {
  .se_br {
    display: none !important; } }
/* SP画面で非表示にする
--------------- */
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important; } }
/* タブレット以上の画面で非表示にする
--------------- */
@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important; } }
/* タブレット以上の画面でtelのリンクを無効に
--------------- */
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/* ------------------------------------
/* 共通パーツ
------------------------------------ */
/* topと採用LP　共通
------------------------------------ */
.works_cmn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.works_cmn_list_item {
  width: 48%;
  margin-top: -15px;
  margin-bottom: 15px; }
  .works_cmn_list_item:nth-child(2n) {
    padding-top: 15px; }
  .works_cmn_list_item img {
    display: block;
    width: 100%;
    height: 53vw;
    max-height: 420px;
    object-fit: cover; }

/* コンタクト情報（採用LP用）
------------------------------------ */
.contact_btn_box {
  margin: 50px 0; }
  .contact_btn_box .btn {
    margin-bottom: 20px; }
  .contact_btn_box .btn_download a {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 15px 10px;
    text-align: center; }
    .contact_btn_box .btn_download a::before {
      content: "";
      display: inline-block;
      width: 17px;
      height: 17px;
      background: url(../img_cmn/ico_download.svg) 0 0 no-repeat;
      margin-right: 5px;
      vertical-align: middle; }
    .contact_btn_box .btn_download a::after {
      display: none; }
  .contact_btn_box .contact_txt_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px; }
    .contact_btn_box .contact_txt_box .inner_box {
      margin-bottom: 20px; }

/* コンタクト情報（コーポレートサイト用）
------------------------------------ */
.corporate_contact_btn_box {
  background: url(../img_cmn/bg_corporate_contact_btn_box@2x.jpg) 0 0/cover no-repeat;
  padding: 30px 0; }
  .corporate_contact_btn_box .tl {
    color: #FFF;
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold; }

/* 社員紹介、フォトギャラリー（top、会社案内　共通）　
------------------------------------ */
.cmn_staff_link,
.cmn_photo_gallery_link {
  display: flex;
  justify-content: center;
  align-items: center; }
  .cmn_staff_link a,
  .cmn_photo_gallery_link a {
    padding: 30px 0;
    text-align: center;
    display: block;
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden; }
    .cmn_staff_link a::before,
    .cmn_photo_gallery_link a::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -6px;
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      border: 2px solid;
      border-color: #FFF #FFF transparent transparent;
      transform: rotate(45deg); }
  .cmn_staff_link .page_subtl02,
  .cmn_photo_gallery_link .page_subtl02 {
    color: #FFF;
    margin: 0 0 20px;
    padding-bottom: 10px;
    font-size: 2.6rem; }
    .cmn_staff_link .page_subtl02::before,
    .cmn_photo_gallery_link .page_subtl02::before {
      background-color: #FFF; }
  .cmn_staff_link .tl_e,
  .cmn_photo_gallery_link .tl_e {
    font-family: fertigo-script, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 5rem;
    color: rgba(0, 0, 0, 0.12);
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    line-height: 1; }
  .cmn_staff_link .txt,
  .cmn_photo_gallery_link .txt {
    font-weight: bold;
    color: #FFF; }

.cmn_staff_link {
  background: url(../img_cmn/bg_top_staff@2x.jpg) 0/cover no-repeat;
  margin: 0 20px 20px -20px; }

.cmn_photo_gallery_link {
  background: url(../img_cmn/bg_top_photo_gallery@2x.jpg) 50%/cover no-repeat;
  margin: 0 -20px 0 20px; }

/* 関連リンク（会社概要、業務内容　共通）　
------------------------------------ */
.related_link_box {
  background-color: #F1F1F1;
  padding: 40px 0; }
  .related_link_box .related_link_list_item {
    padding-bottom: 40px;
    border-bottom: #FFF 2px solid;
    margin-bottom: 40px; }
    .related_link_box .related_link_list_item:last-child {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0; }
    .related_link_box .related_link_list_item .img_box img {
      width: 100%;
      height: auto; }
    .related_link_box .related_link_list_item .btn {
      margin-top: -30px; }

/* キーカラーの線box
------------------------------------ */
.note_box_line {
  border: #2BC0E4 2px solid;
  padding: 30px 20px;
  margin-bottom: 20px; }
  .note_box_line.txt_c {
    text-align: center; }

/* 背景色box
------------------------------------ */
.box_bg {
  background-color: #F1F1F1;
  padding: 20px;
  margin-bottom: 20px; }

/* 背景色box
------------------------------------ */
.ico_category {
  box-sizing: border-box;
  width: 8em;
  padding: 4px 10px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  background-color: #777777; }

/* ------------------------------------
/* jsスライダー
------------------------------------ */
/* 商品スライダー
--------------- */
/* ------------------------------------
/* sp_メニューの黒overlay
------------------------------------ */
#overlayShadow {
  z-index: 9999 !important; }

/* ------------------------------------
  共通：ローディングアニメーション
------------------------------------ */
.loader_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9); }
  .loader_box.loading {
    display: block; }

.loader {
  font-size: 15px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%); }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #2bc0e4, 1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2), 2.5em 0em 0 0em rgba(43, 192, 228, 0.2), 1.75em 1.75em 0 0em rgba(43, 192, 228, 0.2), 0em 2.5em 0 0em rgba(43, 192, 228, 0.2), -1.8em 1.8em 0 0em rgba(43, 192, 228, 0.2), -2.6em 0em 0 0em rgba(43, 192, 228, 0.5), -1.8em -1.8em 0 0em rgba(43, 192, 228, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(43, 192, 228, 0.7), 1.8em -1.8em 0 0em #2bc0e4, 2.5em 0em 0 0em rgba(43, 192, 228, 0.2), 1.75em 1.75em 0 0em rgba(43, 192, 228, 0.2), 0em 2.5em 0 0em rgba(43, 192, 228, 0.2), -1.8em 1.8em 0 0em rgba(43, 192, 228, 0.2), -2.6em 0em 0 0em rgba(43, 192, 228, 0.2), -1.8em -1.8em 0 0em rgba(43, 192, 228, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(43, 192, 228, 0.5), 1.8em -1.8em 0 0em rgba(43, 192, 228, 0.7), 2.5em 0em 0 0em #2bc0e4, 1.75em 1.75em 0 0em rgba(43, 192, 228, 0.2), 0em 2.5em 0 0em rgba(43, 192, 228, 0.2), -1.8em 1.8em 0 0em rgba(43, 192, 228, 0.2), -2.6em 0em 0 0em rgba(43, 192, 228, 0.2), -1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(43, 192, 228, 0.2), 1.8em -1.8em 0 0em rgba(43, 192, 228, 0.5), 2.5em 0em 0 0em rgba(43, 192, 228, 0.7), 1.75em 1.75em 0 0em #2bc0e4, 0em 2.5em 0 0em rgba(43, 192, 228, 0.2), -1.8em 1.8em 0 0em rgba(43, 192, 228, 0.2), -2.6em 0em 0 0em rgba(43, 192, 228, 0.2), -1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(43, 192, 228, 0.2), 1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2), 2.5em 0em 0 0em rgba(43, 192, 228, 0.5), 1.75em 1.75em 0 0em rgba(43, 192, 228, 0.7), 0em 2.5em 0 0em #2bc0e4, -1.8em 1.8em 0 0em rgba(43, 192, 228, 0.2), -2.6em 0em 0 0em rgba(43, 192, 228, 0.2), -1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(43, 192, 228, 0.2), 1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2), 2.5em 0em 0 0em rgba(43, 192, 228, 0.2), 1.75em 1.75em 0 0em rgba(43, 192, 228, 0.5), 0em 2.5em 0 0em rgba(43, 192, 228, 0.7), -1.8em 1.8em 0 0em #2bc0e4, -2.6em 0em 0 0em rgba(43, 192, 228, 0.2), -1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(43, 192, 228, 0.2), 1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2), 2.5em 0em 0 0em rgba(43, 192, 228, 0.2), 1.75em 1.75em 0 0em rgba(43, 192, 228, 0.2), 0em 2.5em 0 0em rgba(43, 192, 228, 0.5), -1.8em 1.8em 0 0em rgba(43, 192, 228, 0.7), -2.6em 0em 0 0em #2bc0e4, -1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(43, 192, 228, 0.2), 1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2), 2.5em 0em 0 0em rgba(43, 192, 228, 0.2), 1.75em 1.75em 0 0em rgba(43, 192, 228, 0.2), 0em 2.5em 0 0em rgba(43, 192, 228, 0.2), -1.8em 1.8em 0 0em rgba(43, 192, 228, 0.5), -2.6em 0em 0 0em rgba(43, 192, 228, 0.7), -1.8em -1.8em 0 0em #2bc0e4; } }
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #2bc0e4, 1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2), 2.5em 0em 0 0em rgba(43, 192, 228, 0.2), 1.75em 1.75em 0 0em rgba(43, 192, 228, 0.2), 0em 2.5em 0 0em rgba(43, 192, 228, 0.2), -1.8em 1.8em 0 0em rgba(43, 192, 228, 0.2), -2.6em 0em 0 0em rgba(43, 192, 228, 0.5), -1.8em -1.8em 0 0em rgba(43, 192, 228, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(43, 192, 228, 0.7), 1.8em -1.8em 0 0em #2bc0e4, 2.5em 0em 0 0em rgba(43, 192, 228, 0.2), 1.75em 1.75em 0 0em rgba(43, 192, 228, 0.2), 0em 2.5em 0 0em rgba(43, 192, 228, 0.2), -1.8em 1.8em 0 0em rgba(43, 192, 228, 0.2), -2.6em 0em 0 0em rgba(43, 192, 228, 0.2), -1.8em -1.8em 0 0em rgba(43, 192, 228, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(43, 192, 228, 0.5), 1.8em -1.8em 0 0em rgba(43, 192, 228, 0.7), 2.5em 0em 0 0em #2bc0e4, 1.75em 1.75em 0 0em rgba(43, 192, 228, 0.2), 0em 2.5em 0 0em rgba(43, 192, 228, 0.2), -1.8em 1.8em 0 0em rgba(43, 192, 228, 0.2), -2.6em 0em 0 0em rgba(43, 192, 228, 0.2), -1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(43, 192, 228, 0.2), 1.8em -1.8em 0 0em rgba(43, 192, 228, 0.5), 2.5em 0em 0 0em rgba(43, 192, 228, 0.7), 1.75em 1.75em 0 0em #2bc0e4, 0em 2.5em 0 0em rgba(43, 192, 228, 0.2), -1.8em 1.8em 0 0em rgba(43, 192, 228, 0.2), -2.6em 0em 0 0em rgba(43, 192, 228, 0.2), -1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(43, 192, 228, 0.2), 1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2), 2.5em 0em 0 0em rgba(43, 192, 228, 0.5), 1.75em 1.75em 0 0em rgba(43, 192, 228, 0.7), 0em 2.5em 0 0em #2bc0e4, -1.8em 1.8em 0 0em rgba(43, 192, 228, 0.2), -2.6em 0em 0 0em rgba(43, 192, 228, 0.2), -1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(43, 192, 228, 0.2), 1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2), 2.5em 0em 0 0em rgba(43, 192, 228, 0.2), 1.75em 1.75em 0 0em rgba(43, 192, 228, 0.5), 0em 2.5em 0 0em rgba(43, 192, 228, 0.7), -1.8em 1.8em 0 0em #2bc0e4, -2.6em 0em 0 0em rgba(43, 192, 228, 0.2), -1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(43, 192, 228, 0.2), 1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2), 2.5em 0em 0 0em rgba(43, 192, 228, 0.2), 1.75em 1.75em 0 0em rgba(43, 192, 228, 0.2), 0em 2.5em 0 0em rgba(43, 192, 228, 0.5), -1.8em 1.8em 0 0em rgba(43, 192, 228, 0.7), -2.6em 0em 0 0em #2bc0e4, -1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(43, 192, 228, 0.2), 1.8em -1.8em 0 0em rgba(43, 192, 228, 0.2), 2.5em 0em 0 0em rgba(43, 192, 228, 0.2), 1.75em 1.75em 0 0em rgba(43, 192, 228, 0.2), 0em 2.5em 0 0em rgba(43, 192, 228, 0.2), -1.8em 1.8em 0 0em rgba(43, 192, 228, 0.5), -2.6em 0em 0 0em rgba(43, 192, 228, 0.7), -1.8em -1.8em 0 0em #2bc0e4; } }
/* ------------------------------------
/* 共通：エディタ編集部分
------------------------------------ */
.article_edit {
  padding: 0 0 0px;
  border-bottom: solid 2px #2BC0E4;
  /* タイトルボックス
  ------------------------------------ */
  /* メイン記事ボックス
  ------------------------------------ */ }
  .article_edit .article_header h1 {
    font-size: 2.2rem;
    font-weight: bold; }
  .article_edit .article_body {
    margin: 30px 0 40px;
    /* リンクテキスト
    ------------------------------------ */
    /* 見出しスタイル
    ------------------------------------ */
    /* テーブル
    ------------------------------------ */
    /* SNSシェアボタン
    ------------------------------------ */ }
    .article_edit .article_body p {
      margin: 20px 0; }
    .article_edit .article_body img {
      margin: 0 0 20px;
      max-width: 100% !important;
      height: auto !important; }
    .article_edit .article_body ul {
      margin: 20px 0;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
      font-weight: 500;
      font-size: 1.6rem;
      /* 16px */
      color: #000;
      line-height: 1.9; }
      .article_edit .article_body ul li {
        padding-left: 1.2em;
        margin: 8px 0;
        position: relative; }
        .article_edit .article_body ul li::before {
          content: "";
          width: 5px;
          height: 5px;
          background-color: #2BC0E4;
          position: absolute;
          left: 4px;
          top: 12px;
          transform: rotate(45deg); }
    .article_edit .article_body ol {
      counter-reset: li;
      margin: 20px 0;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
      font-weight: 500;
      font-size: 1.6rem;
      /* 16px */
      color: #000;
      line-height: 1.9; }
      .article_edit .article_body ol > li {
        padding-left: 1.2em;
        text-indent: -1.2em;
        margin: 10px 0; }
        .article_edit .article_body ol > li::before {
          color: #2BC0E4;
          font-weight: bold;
          font-size: 1.8rem;
          counter-increment: li;
          content: counter(li) ". "; }
        .article_edit .article_body ol > li:nth-child(n + 10) {
          padding-left: 2.7em;
          text-indent: -2.7em;
          margin: 10px 0; }
    .article_edit .article_body blockquote {
      margin: 30px 0;
      padding: 30px 30px;
      background-color: #F1F1F1;
      position: relative; }
      .article_edit .article_body blockquote::before {
        transition: all 0.5s;
        position: absolute;
        content: "";
        background: url("../img_cmn/ico_quote.svg") no-repeat;
        background-size: 20px;
        width: 20px;
        height: 16px;
        left: 10px;
        top: 10px; }
      .article_edit .article_body blockquote::after {
        transition: all 0.5s;
        position: absolute;
        content: "";
        background: url("../img_cmn/ico_quote.svg") no-repeat;
        background-size: 20px;
        width: 20px;
        height: 16px;
        right: 10px;
        bottom: 10px;
        transform: rotate(180deg); }
      .article_edit .article_body blockquote p {
        margin: 0; }
    .article_edit .article_body img {
      display: block;
      vertical-align: bottom;
      margin: 30px 0; }
    .article_edit .article_body a {
      color: #000;
      text-decoration: underline; }
    .article_edit .article_body h1 {
      font-size: 2.2rem;
      font-weight: bold;
      border-bottom: #E5E5E5 2px solid;
      padding-bottom: 15px;
      margin: 40px 0 20px;
      position: relative; }
      .article_edit .article_body h1::before {
        content: "";
        width: 120px;
        height: 2px;
        background-color: #2BC0E4;
        position: absolute;
        left: 0;
        bottom: -2px; }
    .article_edit .article_body h2 {
      font-size: 2.2rem;
      font-weight: bold;
      border-bottom: #E5E5E5 2px solid;
      padding-bottom: 15px;
      margin: 40px 0 20px;
      position: relative; }
      .article_edit .article_body h2::before {
        content: "";
        width: 8px;
        height: 8px;
        background-color: #2BC0E4;
        position: absolute;
        left: 0;
        bottom: -5px;
        transform: rotate(45deg); }
    .article_edit .article_body h3 {
      font-size: 2.0rem;
      font-weight: bold;
      border-bottom: #E5E5E5 2px solid;
      padding-bottom: 15px;
      margin: 40px 0 20px;
      position: relative; }
    .article_edit .article_body h4 {
      font-size: 1.8rem;
      font-weight: bold;
      margin: 40px 0 20px;
      padding-left: 20px;
      position: relative; }
      .article_edit .article_body h4::before {
        content: "";
        width: 8px;
        height: 8px;
        background-color: #2BC0E4;
        position: absolute;
        left: 0;
        top: 13px;
        transform: rotate(45deg); }
    .article_edit .article_body h5 {
      font-size: 1.8rem;
      font-weight: bold;
      margin: 40px 0 20px;
      padding-left: 20px;
      position: relative; }
      .article_edit .article_body h5::before {
        content: "";
        width: 8px;
        height: 8px;
        background-color: #ACACAC;
        position: absolute;
        left: 0;
        top: 13px;
        transform: rotate(45deg); }
    .article_edit .article_body h6 {
      font-size: 1.8rem;
      font-weight: bold;
      margin: 40px 0 20px;
      position: relative; }
    .article_edit .article_body table {
      width: 100%;
      margin: 30px 0;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
      font-weight: 500;
      font-size: 1.6rem;
      /* 16px */
      color: #000;
      line-height: 1.9;
      font-size: 1.4rem;
      line-height: 1.5em;
      border: none; }
      .article_edit .article_body table tr {
        border-bottom: 1px solid #ACACAC; }
        .article_edit .article_body table tr th, .article_edit .article_body table tr td {
          padding: 12px 10px;
          border-right: 1px solid #ACACAC; }
          .article_edit .article_body table tr th:first-child, .article_edit .article_body table tr td:first-child {
            border-left: none;
            border-right: 1px solid #ACACAC;
            padding-left: 0; }
          .article_edit .article_body table tr th:last-child, .article_edit .article_body table tr td:last-child {
            border-right: none; }
      .article_edit .article_body table thead tr {
        border-top: 1px solid #ACACAC;
        border-bottom: 1px solid #ACACAC; }
      .article_edit .article_body table thead th[scope="row"] {
        width: 20%; }
      .article_edit .article_body table thead th[scope="col"] {
        width: 40%; }
      .article_edit .article_body table tbody th {
        font-weight: normal; }
    .article_edit .article_body .box_sns {
      display: flex;
      width: 140px;
      margin: 60px auto 0; }
      .article_edit .article_body .box_sns a {
        width: 30px;
        height: 30px;
        margin-right: 25px;
        background: no-repeat center/30px; }
        .article_edit .article_body .box_sns a:last-of-type {
          margin-right: 0; }
        .article_edit .article_body .box_sns a.sns_line {
          background-image: url("../img_cmn/ico_sns_line.svg"); }
        .article_edit .article_body .box_sns a.sns_twitter {
          background-image: url("../img_cmn/ico_sns_twitter.svg"); }
        .article_edit .article_body .box_sns a.sns_facebook {
          background-image: url("../img_cmn/ico_sns_facebook.svg"); }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  header_cmn
------------------------------------ */
.header_cmn {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; }
  .header_cmn .cont_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    margin-right: -20px; }
  @media screen and (max-width: 320px) {
    .header_cmn .logo img {
      width: 180px;
      height: auto; } }
  .header_cmn .right_box_sp .btn_box {
    display: flex; }
    .header_cmn .right_box_sp .btn_box li a {
      box-sizing: border-box;
      width: 55px;
      height: 55px;
      font-size: 1rem;
      padding-top: 35px;
      text-align: center;
      display: block; }
    .header_cmn .right_box_sp .btn_box .btn_tel a {
      color: #FFF;
      background: #2BC0E4 url(../img_cmn/ico_tel_w.svg) 50% 6px no-repeat;
      padding: 35px 0 0;
      line-height: 1.9; }
    .header_cmn .right_box_sp .btn_box .btn_menu {
      background: url(../img_cmn/ico_menu.svg) 50% 15px no-repeat; }

/* SP版メニュー
------------------------------------ */
#overlayShadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1; }

[off-canvas] {
  background: #fff !important; }

/* スライドメニュー
--------------- */
.sidemenu_box {
  position: relative;
  text-align: left;
  /* ヘッダー */
  /* リンクbox */ }
  .sidemenu_box .sidemenu_box_inner {
    height: 100%;
    width: 100%; }
  .sidemenu_box .tl_box_main {
    display: flex;
    justify-content: space-between; }
    .sidemenu_box .tl_box_main .logo a {
      display: flex;
      align-items: center;
      padding: 14px 15px; }
    .sidemenu_box .tl_box_main .logo img {
      width: 100%;
      height: auto; }
    .sidemenu_box .tl_box_main .btn_box a {
      display: block;
      width: 50px;
      text-align: center;
      font-size: 1rem;
      padding-top: 30px;
      position: relative; }
      .sidemenu_box .tl_box_main .btn_box a::before, .sidemenu_box .tl_box_main .btn_box a::after {
        position: absolute;
        top: 15px;
        left: 30%;
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        border-top: 1px solid #000;
        transform: translateX(-50%) rotate(45deg); }
      .sidemenu_box .tl_box_main .btn_box a::after {
        top: 15px;
        left: 39%;
        transform: rotate(-45deg); }
  .sidemenu_box .page_link_box_sp {
    padding: 0 15px; }
    .sidemenu_box .page_link_box_sp .sitemap_list_02 .sitemap_list_item {
      width: 100%; }
      .sidemenu_box .page_link_box_sp .sitemap_list_02 .sitemap_list_item:nth-child(2n) {
        padding-left: 0; }
      .sidemenu_box .page_link_box_sp .sitemap_list_02 .sitemap_list_item a {
        padding: 10px 20px 10px 0; }
    .sidemenu_box .page_link_box_sp .sitemap_3rd_list {
      width: 100%;
      margin-bottom: 20px; }
    .sidemenu_box .page_link_box_sp .sitemap_3rd_list_item {
      flex: auto; }
      .sidemenu_box .page_link_box_sp .sitemap_3rd_list_item a {
        padding: 5px; }
  .sidemenu_box .btn_close {
    padding: 20px; }
    .sidemenu_box .btn_close a {
      display: block;
      width: 50px;
      margin: auto;
      text-align: center;
      font-size: 1rem;
      padding-top: 30px;
      position: relative; }
      .sidemenu_box .btn_close a::before, .sidemenu_box .btn_close a::after {
        position: absolute;
        top: 15px;
        left: 30%;
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        border-top: 1px solid #000;
        transform: translateX(-50%) rotate(45deg); }
      .sidemenu_box .btn_close a::after {
        top: 15px;
        left: 39%;
        transform: rotate(-45deg); }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  footer
------------------------------------ */
#footer {
  background-color: #FFF;
  /* フッターギャラリー
  ------------------------------------ */
  /* フッターギャラリー
  ------------------------------------ */
  /* フッターサイトマップ
  ------------------------------------ */
  /* フッター会社情報
  ------------------------------------ */
  /* SNSリンク
  ------------------------------------ */
  /* コピーライト
  ------------------------------------ */ }
  #footer .link_page_top {
    margin-bottom: 20px; }
    #footer .link_page_top a {
      display: block;
      border: #2BC0E4 2px solid;
      width: 55px;
      height: 55px;
      font-size: 1.2rem;
      font-weight: bold;
      color: #2BC0E4;
      background-color: #FFF;
      margin: auto;
      box-sizing: border-box;
      text-align: center;
      padding-top: 25px;
      position: relative; }
      #footer .link_page_top a::before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border: 2px solid;
        border-color: #2BC0E4 #2BC0E4 transparent transparent;
        transform: rotate(-45deg);
        position: absolute;
        top: 15px;
        left: 50%;
        margin-left: -6px; }
  #footer .recruit_footerGallery {
    padding: 10px 0;
    border-top: #2BC0E4 2px solid;
    border-bottom: #2BC0E4 2px solid; }
    #footer .recruit_footerGallery img {
      width: 100%;
      height: auto; }
  #footer .footer_sitemap {
    padding-top: 20px; }
  #footer .footer_logo_box {
    padding-top: 35px;
    margin-bottom: 30px; }
    #footer .footer_logo_box .logo {
      text-align: center;
      margin-bottom: 10px; }
      #footer .footer_logo_box .logo img {
        width: 240px; }
    #footer .footer_logo_box .contact_txt_box {
      display: flex;
      justify-content: center;
      font-size: 1.4rem; }
      #footer .footer_logo_box .contact_txt_box .address {
        margin-bottom: 5px; }
      #footer .footer_logo_box .contact_txt_box .tel_fax a {
        margin-right: 1em; }
  #footer .sns_link_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0; }
  #footer .sns_link_list_item {
    margin: 0 12px; }
  #footer .footer_copyright {
    background-color: #F1F1F1;
    font-size: 1.2rem;
    text-align: center;
    padding: 20px 0; }

/* ------------------------------------
/* サイトマップ（フッター、spメニュー共通）
------------------------------------ */
.sitemap_list_item {
  border-bottom: #E5E5E5 1px solid; }
  .sitemap_list_item > a {
    display: block;
    padding: 20px 20px 20px 0;
    font-weight: bold;
    line-height: 1.4;
    position: relative; }
    .sitemap_list_item > a::before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      border: 2px solid;
      border-color: #2BC0E4 #2BC0E4 transparent transparent;
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -6px; }

/* 2階層目
--------------- */
.sitemap_sub_list {
  padding: 0 0 10px; }

.sitemap_sub_list_item a {
  display: block;
  padding: 10px 0 10px 20px;
  font-weight: normal;
  line-height: 1.4;
  font-size: 1.4rem;
  position: relative; }
  .sitemap_sub_list_item a::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    background: url(../img_cmn/ico_arrow_circle_gy.svg) 0 0 no-repeat;
    left: 0; }

/* お知らせ、迫田技研の日々、よくあるご質問、お問い合わせ
--------------- */
.sitemap_list_02 {
  margin-bottom: 25px; }
  .sitemap_list_02 .sitemap_list {
    display: flex;
    flex-wrap: wrap; }
  .sitemap_list_02 .sitemap_list_item {
    width: 50%;
    box-sizing: border-box; }
    .sitemap_list_02 .sitemap_list_item:nth-child(2n) {
      padding-left: 10px; }
    .sitemap_list_02 .sitemap_list_item:last-child {
      border-bottom: none; }
    .sitemap_list_02 .sitemap_list_item a {
      padding: 20px 20px 20px 0; }

/* プライバシーポリシー、利用規約
--------------- */
.sitemap_3rd_list {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 320px;
  margin: auto; }

.sitemap_3rd_list_item {
  flex: 1;
  text-align: center;
  border-right: #2BC0E4 1px solid; }
  .sitemap_3rd_list_item:last-child {
    border-right: none; }
  .sitemap_3rd_list_item a {
    padding: 5px 15px;
    font-size: 1.2rem; }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * ページタイトル
 * ================================================ */
.page_tl {
  height: 120px;
  background: url(../img_cmn/bg_page_tl@2x.jpg) 0 0/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  line-height: 1.6; }
  .page_tl .page_tl_j {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    font-size: 2.6rem;
    display: block; }
  .page_tl .page_tl_e {
    color: #2BC0E4;
    font-size: 1.2rem;
    font-weight: bold; }

/*=================================================
 * ページタイトル（採用）
 * ================================================ */
.page_tl_recruit_box {
  position: relative;
  overflow: hidden; }
  .page_tl_recruit_box .bg_img_box {
    position: relative; }
    .page_tl_recruit_box .bg_img_box::after {
      content: '';
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      background-color: rgba(43, 192, 228, 0.8);
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateY(0%) translateX(-50%);
      -webkit-transform: translateY(0%) translateX(-50%);
      z-index: 0; }
    .page_tl_recruit_box .bg_img_box .bg_img {
      width: 100%;
      height: calc(100vw * 225 / 375);
      max-height: 500px;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
  .page_tl_recruit_box .bg_tl {
    width: calc(100% + 20px);
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-90%) translateX(-50%);
    -webkit-transform: translateY(-90%) translateX(-50%); }
  .page_tl_recruit_box .page_tl_recruit {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    font-size: 2.4rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%); }
  .page_tl_recruit_box .box_triangle {
    width: calc(100% + 2px);
    height: auto;
    margin: 0;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%); }

/*=================================================
 * パンくず
 * ================================================ */
.topic_path {
  margin: 30px 0 15px; }
  .topic_path .topic_path_list {
    display: flex;
    flex-wrap: wrap; }
    .topic_path .topic_path_list li {
      position: relative;
      padding: 0 5px 0 12px;
      display: inline-block;
      font-size: 1.3rem;
      margin: 0 0 2px 0; }
      .topic_path .topic_path_list li:first-child {
        text-indent: -1.3em; }
        .topic_path .topic_path_list li:first-child::before {
          content: ""; }
      .topic_path .topic_path_list li::before {
        display: inline-block;
        content: '＞';
        font-size: 1rem;
        position: absolute;
        top: 1px;
        left: 0; }
      .topic_path .topic_path_list li a {
        text-decoration: underline; }

/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  見出し
------------------------------------ */
/* 採用ページ用見出し
------------------------------------ */
.tl_recruit_top {
  text-align: center;
  margin-bottom: 30px; }
  .tl_recruit_top .tl_e {
    font-family: fertigo-script, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #2BC0E4;
    font-size: 2rem;
    display: block;
    margin-bottom: 10px;
    line-height: 1; }
  .tl_recruit_top .tl_j {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    font-size: 2.4rem; }

/* 採用下位ページ用見出し
------------------------------------ */
.tl_recruit_cont {
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  font-size: 2.2rem; }

/* 見出し01(明朝、水色下線＋グレー下線、24px、blod)
------------------------------------ */
.page_subtl {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  border-bottom: #E5E5E5 2px solid;
  padding-bottom: 20px;
  margin: 50px 0 30px;
  position: relative; }
  .page_subtl::before {
    content: "";
    width: 120px;
    height: 2px;
    background-color: #2BC0E4;
    position: absolute;
    bottom: -2px; }

/* 見出し02(明朝、中央寄せ、水色下線、22px、blod)
------------------------------------ */
.page_subtl02 {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
  padding-bottom: 20px;
  margin: 40px 0 30px;
  text-align: center;
  position: relative; }
  .page_subtl02::before {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background-color: #2BC0E4;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px; }

/* 見出し03(水色下線＋グレー下線、20px)
------------------------------------ */
.page_subtl03 {
  font-size: 2rem;
  border-bottom: #E5E5E5 1px solid;
  padding-bottom: 10px;
  margin: 40px 0 25px;
  position: relative; }
  .page_subtl03::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #2BC0E4;
    position: relative;
    bottom: 0; }

/* 見出し04(キーカラー、18px、blod)
------------------------------------ */
.page_subtl04 {
  font-size: 1.8rem;
  color: #2BC0E4;
  font-weight: bold;
  margin: 30px 0 20px; }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/*=================================================
 * ページナビゲーション
 * ================================================ */
.page_nav {
  width: 100%; }
  .page_nav .page_list {
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .page_nav .page_list .next,
    .page_nav .page_list .prev {
      display: inline-block;
      box-sizing: border-box;
      width: calc((100% - 20px) / 2);
      max-width: 130px;
      border: 1px solid #2BC0E4;
      background-color: #2BC0E4; }
      .page_nav .page_list .next a,
      .page_nav .page_list .prev a {
        display: block;
        box-sizing: border-box;
        height: 34px;
        text-align: center;
        position: relative; }
        .page_nav .page_list .next a span,
        .page_nav .page_list .prev a span {
          line-height: 34px;
          font-size: 1.4rem;
          font-weight: bold;
          color: #FFF; }
    .page_nav .page_list .prev {
      order: 2;
      margin-right: 10px; }
      .page_nav .page_list .prev a {
        position: relative; }
        .page_nav .page_list .prev a::before {
          content: "";
          display: inline-block;
          width: 5px;
          height: 5px;
          border: 2px solid;
          border-color: #FFF #FFF transparent transparent;
          transform: rotate(-135deg);
          position: absolute;
          top: 50%;
          left: 20px;
          margin-top: -5px; }
      .page_nav .page_list .prev.no_link {
        pointer-events: none;
        border: none; }
        .page_nav .page_list .prev.no_link a {
          background-color: #F1F1F1;
          border: 1px solid #F1F1F1; }
          .page_nav .page_list .prev.no_link a::before {
            display: none; }
          .page_nav .page_list .prev.no_link a span {
            color: #ACACAC; }
    .page_nav .page_list .next {
      order: 3; }
      .page_nav .page_list .next a::before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        border: 2px solid;
        border-color: #FFF #FFF transparent transparent;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -5px; }
      .page_nav .page_list .next.no_link {
        pointer-events: none;
        border: none; }
        .page_nav .page_list .next.no_link a {
          background-color: #F1F1F1;
          border: 1px solid #F1F1F1; }
          .page_nav .page_list .next.no_link a::before {
            display: none; }
          .page_nav .page_list .next.no_link a span {
            color: #ACACAC; }

/* ------------------------------------
/* ページ番号
 ------------------------------------ */
.page_number_box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px; }
  .page_number_box li:first-child {
    margin-left: 0; }
  .page_number_box .current {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    margin-left: 12px; }
    .page_number_box .current a {
      color: #000;
      font-size: 1.3rem;
      line-height: 32px;
      min-width: 34px;
      display: inline-block;
      text-align: center;
      padding: 0 10px;
      box-sizing: border-box;
      background-color: #E9F9FD;
      border: 1px solid #E9F9FD;
      pointer-events: none; }
  .page_number_box .current_none {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    margin-left: 12px; }
    .page_number_box .current_none a {
      font-size: 1.3rem;
      line-height: 32px;
      min-width: 34px;
      display: inline-block;
      text-align: center;
      padding: 0 10px;
      box-sizing: border-box;
      background-color: #fff;
      border: 1px solid #ACACAC;
      color: #000; }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* 下線のみのtable(font-size:16px)
------------------------------------ */
.table_base_01 {
  width: 100%;
  table-layout: fixed; }
  .table_base_01 tr:last-child th, .table_base_01 tr:last-child td {
    border-bottom: none; }
  .table_base_01 th, .table_base_01 td {
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5; }
  .table_base_01 th {
    width: 5em;
    padding-right: 1em; }

/* ------------------------------------
/* thがキーカラーのtable(font-size:14px)
------------------------------------ */
.table_base_02 {
  width: 100%;
  table-layout: fixed;
  font-size: 1.4rem; }
  .table_base_02 th, .table_base_02 td {
    padding: 10px;
    border-bottom: 2px solid #FFF; }
  .table_base_02 th {
    width: 6em;
    color: #FFF;
    background-color: #2BC0E4; }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* button
------------------------------------ */
/* ベースbtn
------------------------------------ */
.btn_base {
  width: 270px;
  margin: 0 auto; }
  .btn_base a {
    display: block;
    background-color: #2BC0E4;
    color: #FFF;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 15px 30px 15px 20px; }
    .btn_base a::after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -6px;
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      border: 2px solid;
      border-color: #FFF #FFF transparent transparent;
      transform: rotate(45deg); }

.btn_base_input {
  width: 270px;
  margin: 0 auto;
  position: relative; }
  .btn_base_input::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    z-index: 2;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: #FFF #FFF transparent transparent;
    transform: rotate(45deg); }
  .btn_base_input input {
    border-radius: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 1.6rem;
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    display: block;
    background-color: #2BC0E4;
    color: #FFF;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 15px 30px 15px 20px; }

/* 戻るbtn
------------------------------------ */
/* a
--------------- */
.btn_return a {
  color: #2BC0E4;
  font-weight: bold;
  padding: 10px 0 10px 20px;
  display: inline-block;
  position: relative; }
  .btn_return a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: #2BC0E4 #2BC0E4 transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -6px;
    transform: rotate(225deg); }

/* input
--------------- */
.btn_return_input {
  position: relative; }
  .btn_return_input::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: #2BC0E4 #2BC0E4 transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -6px;
    transform: rotate(225deg); }
  .btn_return_input input {
    border-radius: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 1.6rem;
    -webkit-appearance: none;
    color: #2BC0E4;
    font-weight: bold;
    position: relative;
    padding: 10px 0 10px 20px; }

/* お問い合わせbtn
------------------------------------ */
/* tel
--------------- */
.btn_tel {
  line-height: 1; }
  .btn_tel a {
    padding: 11px 10px;
    text-align: center; }
    .btn_tel a::after {
      display: none; }
  .btn_tel .tel {
    font-size: 2rem;
    margin-bottom: 5px;
    display: inline-block; }
    .btn_tel .tel::before {
      content: "";
      display: inline-block;
      width: 17px;
      height: 17px;
      background: url(../img_cmn/ico_tel_w.svg) 0 0/17px no-repeat;
      margin-right: 5px; }
  .btn_tel .reception_hours {
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0; }

/* ------------------------------------
/* テキストリンク
------------------------------------ */
.link_txt {
  text-decoration: underline; }

.link_txt_02 {
  text-decoration: underline;
  padding: 0 15px 0 0;
  position: relative; }
  .link_txt_02::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: #000 #000 transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px; }

.link_txt_03 {
  text-decoration: underline;
  padding: 0 0 0 15px;
  position: relative; }
  .link_txt_03::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: #000 #000 transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px; }

/* ------------------------------------
/* プルダウンリスト
------------------------------------ */
.btn_select {
  margin-bottom: 20px; }
  .btn_select .select_label {
    position: relative; }
    .btn_select .select_label select {
      cursor: pointer;
      box-sizing: border-box;
      width: 100%;
      position: relative;
      padding: 9px 50px 9px 10px;
      outline: none;
      border: 1px solid #E5E5E5;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
      font-weight: 500;
      font-size: 1.6rem;
      /* 16px */
      color: #000;
      line-height: 1.9;
      font-size: 1.6rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .btn_select .select_label::before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      background-color: #2BC0E4;
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -15px;
      z-index: 1;
      pointer-events: none; }
    .btn_select .select_label::after {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      border: 2px solid;
      border-color: #FFF #FFF transparent transparent;
      transform: rotate(135deg);
      position: absolute;
      top: 50%;
      right: 25px;
      margin-top: -7px;
      z-index: 1;
      pointer-events: none; }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* 番号付きリスト
------------------------------------ */
/* 番号付きリスト 01
------------------------------------ */
.ol_list {
  counter-reset: li;
  margin: 20px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  /* 16px */
  color: #000;
  line-height: 1.9; }
  .ol_list > li {
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin: 10px 0; }
    .ol_list > li::before {
      font-weight: bold;
      font-size: 1.8rem;
      counter-increment: li;
      content: counter(li) ". "; }
    .ol_list > li:nth-child(n + 10) {
      padding-left: 2.7em;
      text-indent: -2.7em;
      margin: 10px 0; }

/* 番号付きリスト 02（括弧パターン）
------------------------------------ */
.ol_list_02 {
  counter-reset: num;
  margin: 20px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  /* 16px */
  color: #000;
  line-height: 1.9; }
  .ol_list_02 > li {
    line-height: 1.5em;
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    margin-bottom: 10px;
    text-indent: -18px;
    padding-left: 30px; }
    .ol_list_02 > li::before {
      display: inline-block;
      width: 18px;
      content: "(" counter(cnt) ") "; }

/* 番号付きリスト 03（丸パターン）
------------------------------------ */
.ol_list_03 {
  counter-reset: num;
  margin: 20px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  /* 16px */
  color: #000;
  line-height: 1.9; }
  .ol_list_03 > li {
    position: relative;
    padding-left: 30px;
    line-height: 1.7em;
    padding: 0.5em 0.5em 0.5em 30px; }
    .ol_list_03 > li::before {
      position: absolute;
      counter-increment: num;
      content: counter(num);
      display: inline-block;
      background: transparent;
      border: #333 1px solid;
      color: #333;
      font-weight: bold;
      font-size: 14px;
      border-radius: 50%;
      left: 0;
      width: 22px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      top: 8px; }

/* ------------------------------------
/* 内部リンク
------------------------------------ */
.internal_link_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .internal_link_list > li {
    box-sizing: border-box;
    width: 47%;
    margin-bottom: 10px;
    border-bottom: solid 1px #E5E5E5; }
    .internal_link_list > li a {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      height: 100%;
      padding: 10px 5px 10px 28px;
      font-weight: bold;
      line-height: 1.3em;
      position: relative; }
      .internal_link_list > li a::before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border: 2px solid;
        border-color: #2BC0E4 #2BC0E4 transparent transparent;
        transform: rotate(135deg);
        position: absolute;
        top: 50%;
        left: 3px;
        margin-top: -9px; }
      .internal_link_list > li a .txt_min {
        display: block;
        width: 100%;
        margin-bottom: 5px; }
      .internal_link_list > li a .year {
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1em;
        font-weight: normal;
        margin-right: 5px; }
      .internal_link_list > li a .category {
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1em;
        font-weight: normal;
        border: solid 1px #333;
        padding: 2px 5px; }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/* ------------------------------------
  共通
------------------------------------ */
/* お知らせリスト
------------------------------------ */
.news_list {
  border-top: solid 1px #E5E5E5; }
  .news_list > li {
    border-bottom: solid 1px #E5E5E5; }
    .news_list > li a {
      display: block;
      padding: 20px 0px; }
  .news_list .tl_box .date {
    display: inline-block;
    font-size: 1.2rem;
    color: #333;
    margin-right: 10px; }
  .news_list .tl_box .category {
    display: inline-block;
    padding: 2px 15px 0;
    font-size: 1.2rem;
    color: #FFF;
    background-color: #777777; }
  .news_list .tl_box .ico_new {
    display: inline-block;
    font-size: 1.2rem;
    color: #D83636;
    margin-left: 8px; }
  .news_list .tl_box .tl_news {
    margin-top: 10px;
    line-height: 1.7em; }

/* カテゴリーリスト
------------------------------------ */
.category_list {
  margin: 60px 0 0;
  padding: 20px 0px;
  position: relative; }
  .category_list::before {
    content: '';
    box-sizing: border-box;
    width: calc(100% + 40px);
    height: 100%;
    background-color: #F1F1F1;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    z-index: 0; }
  .category_list .tl_category {
    margin: 10px 0 5px;
    font-weight: bold;
    position: relative;
    z-index: 1; }
  .category_list .link_list > li {
    display: inline-block;
    margin: 0 15px 15px 0; }

/* ------------------------------------
  010_news-list.html（お知らせ一覧）
------------------------------------ */
.cont_news_list .btn_select {
  margin-top: 50px; }
.cont_news_list .news_list_box {
  margin: 40px 0; }

/* ------------------------------------
  011_news-detail.html（お知らせ詳細）
------------------------------------ */
.cont_news_detail .news_detail_box {
  margin: 50px 0; }
.cont_news_detail .article_header {
  border-bottom: 2px solid #2BC0E4; }
  .cont_news_detail .article_header .category_box {
    display: flex;
    justify-content: space-between; }
    .cont_news_detail .article_header .category_box .category {
      display: inline-block;
      padding: 2px 15px 0;
      font-size: 1.2rem;
      color: #FFF;
      background-color: #777777; }
    .cont_news_detail .article_header .category_box .date {
      display: inline-block;
      font-size: 1.2rem;
      color: #333; }
  .cont_news_detail .article_header h1, .cont_news_detail .article_header .tl_news {
    margin: 20px 0;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.7em; }
.cont_news_detail .page_list {
  margin: 30px 0 0; }
.cont_news_detail .btn_return_list {
  margin-top: 30px; }
  .cont_news_detail .btn_return_list a {
    padding: 15px 30px;
    text-align: center; }
    .cont_news_detail .btn_return_list a::after {
      top: 50%;
      right: 0;
      left: 20px;
      margin-top: -6px;
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      border: 2px solid;
      border-color: #FFF #FFF transparent transparent;
      transform: rotate(45deg);
      transform: rotate(-135deg); }

/* ------------------------------------
  共通
------------------------------------ */
/* ブログリスト
------------------------------------ */
.blog_list .blog_list_item a {
  display: flex;
  background-color: #FFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px; }
.blog_list .blog_list_item .img_box img {
  width: 135px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }
.blog_list .blog_list_item .txt_box {
  padding: 10px 10px 10px 15px;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 140px;
  box-sizing: border-box; }
  .blog_list .blog_list_item .txt_box .tl {
    font-weight: bold;
    line-height: 1.6;
    flex: 1;
    text-align: justify;
    margin-bottom: 10px; }
  .blog_list .blog_list_item .txt_box .date_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media screen and (max-width: 320px) {
      .blog_list .blog_list_item .txt_box .date_box {
        flex-direction: column; } }
  @media screen and (max-width: 320px) {
    .blog_list .blog_list_item .txt_box .ico_category {
      align-self: flex-start;
      margin-bottom: 10px; } }
  .blog_list .blog_list_item .txt_box .date {
    line-height: 1;
    text-align: right; }
    .blog_list .blog_list_item .txt_box .date .day {
      font-size: 2.2rem;
      font-weight: bold;
      display: block; }
    .blog_list .blog_list_item .txt_box .date .year_month {
      font-size: 1rem; }

/* ------------------------------------
  020_blog_list.html
------------------------------------ */
.cont_blog_list .btn_select {
  margin-top: 50px; }
.cont_blog_list .blog_list_box {
  margin: 40px 0; }

/* ------------------------------------
  021_blog_detail.html
------------------------------------ */
.cont_blog_detail .news_detail_box {
  margin: 50px 0; }
.cont_blog_detail .article_header {
  border-bottom: 2px solid #2BC0E4; }
  .cont_blog_detail .article_header .category_box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .cont_blog_detail .article_header .category_box .category {
      display: inline-block;
      padding: 2px 15px 0;
      font-size: 1.2rem;
      color: #FFF;
      background-color: #777777; }
    .cont_blog_detail .article_header .category_box .date {
      display: inline-block;
      color: #333;
      text-align: right; }
      .cont_blog_detail .article_header .category_box .date .day {
        font-size: 2.2rem;
        line-height: 1em;
        font-weight: bold;
        display: block; }
      .cont_blog_detail .article_header .category_box .date .year_month {
        font-size: 1rem;
        line-height: 1em; }
  .cont_blog_detail .article_header h1, .cont_blog_detail .article_header .tl_blog {
    margin: 20px 0;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.7em; }
.cont_blog_detail .page_list {
  margin: 30px 0 0; }
.cont_blog_detail .btn_return_list {
  margin-top: 30px; }
  .cont_blog_detail .btn_return_list a {
    padding: 15px 30px;
    text-align: center; }
    .cont_blog_detail .btn_return_list a::after {
      top: 50%;
      right: 0;
      left: 20px;
      margin-top: -6px;
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      border: 2px solid;
      border-color: #FFF #FFF transparent transparent;
      transform: rotate(45deg);
      transform: rotate(-135deg); }

/*=================================================
 * liaise共通
 * ================================================ */
/* ------------------------------------
/* お問合せフォーム
 ------------------------------------ */
.cont_liaise {
  /* ３ステップ
  ------------------------------------ */
  /* btn_telのスタイル
  ------------------------------------ */
  /* formのスタイル
  ------------------------------------ */
  /* 戻るボタン
  --------------- */ }
  .cont_liaise .liaise_step_box {
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 60px 0 40px;
    max-width: 457px;
    /* ステップ未着地
    --------------- */
    /* 現在のステップ地点
    --------------- */ }
    .cont_liaise .liaise_step_box::before {
      content: "";
      position: absolute;
      display: block;
      width: 69%;
      height: 1px;
      top: 46px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #CECBCB; }
    .cont_liaise .liaise_step_box.step_confirm::before {
      background: linear-gradient(to right, #2BC0E4 50%, #CECBCB 50%); }
    .cont_liaise .liaise_step_box.step_sent::before {
      background-color: #2BC0E4; }
    .cont_liaise .liaise_step_box ol {
      display: flex;
      justify-content: space-between;
      justify-content: center;
      align-items: center; }
    .cont_liaise .liaise_step_box li {
      flex-grow: 1;
      position: relative; }
    .cont_liaise .liaise_step_box .step_do {
      color: #2BC0E4; }
      .cont_liaise .liaise_step_box .step_do::before {
        content: "";
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        top: -23px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #2BC0E4;
        border-radius: 50%; }
    .cont_liaise .liaise_step_box .step_undone {
      color: #CECBCB; }
      .cont_liaise .liaise_step_box .step_undone::before {
        content: "";
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        top: -23px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #CECBCB;
        border-radius: 50%; }
  .cont_liaise .btn_tel {
    width: 100%; }
  .cont_liaise .contact_form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px; }
    .cont_liaise .contact_form .form_box {
      position: relative; }
    .cont_liaise .contact_form .form_table {
      width: 100%;
      margin-bottom: 30px;
      table-layout: fixed;
      /* エラーメッセージ
      --------------- */
      /* 必須アイコン
      --------------- */
      /* 住所自動入力ボタン
      --------------- */
      /*
      .postalcode_btn {
          display: inline-block;
          a {
              border: 4px solid #FAB502;
          color: #fff;
          background: #FAB502;
          border-radius: 5px;
          padding: 5px 10px;
          display: block;
          }
      }
      */ }
      .cont_liaise .contact_form .form_table tr .form_td,
      .cont_liaise .contact_form .form_table tr .form_th {
        position: relative;
        text-align: left;
        display: block; }
      .cont_liaise .contact_form .form_table tr .form_th {
        width: 100%;
        font-weight: bold;
        margin-bottom: 10px; }
      .cont_liaise .contact_form .form_table tr .form_td {
        /* セレクトボックスのスタイル設定
        --------------- */ }
        .cont_liaise .contact_form .form_table tr .form_td .txt_notice {
          margin: 15px 0 5px; }
        .cont_liaise .contact_form .form_table tr .form_td .ex {
          font-size: 12px;
          color: #999;
          margin-top: 10px; }
        .cont_liaise .contact_form .form_table tr .form_td button,
        .cont_liaise .contact_form .form_table tr .form_td input[type=email],
        .cont_liaise .contact_form .form_table tr .form_td input[type=tel],
        .cont_liaise .contact_form .form_table tr .form_td input[type=text],
        .cont_liaise .contact_form .form_table tr .form_td select,
        .cont_liaise .contact_form .form_table tr .form_td textarea {
          margin: 0;
          padding: 0;
          background: none;
          border: none;
          border-radius: 0;
          outline: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          box-shadow: none;
          border: 1px solid #ACACAC; }
          .cont_liaise .contact_form .form_table tr .form_td button::placeholder,
          .cont_liaise .contact_form .form_table tr .form_td input[type=email]::placeholder,
          .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::placeholder,
          .cont_liaise .contact_form .form_table tr .form_td input[type=text]::placeholder,
          .cont_liaise .contact_form .form_table tr .form_td select::placeholder,
          .cont_liaise .contact_form .form_table tr .form_td textarea::placeholder {
            color: #CCCCCC; }
        .cont_liaise .contact_form .form_table tr .form_td textarea::-webkit-input-placeholder {
          color: #CECBCB;
          font-size: 15px;
          font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif; }
        .cont_liaise .contact_form .form_table tr .form_td textarea:-moz-placeholder {
          color: #CECBCB;
          font-size: 15px;
          font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif; }
        .cont_liaise .contact_form .form_table tr .form_td textarea::-moz-placeholder {
          color: #CECBCB;
          font-size: 15px;
          font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif; }
        .cont_liaise .contact_form .form_table tr .form_td textarea:-ms-input-placeholder {
          color: #CECBCB;
          font-size: 15px;
          font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif; }
        .cont_liaise .contact_form .form_table tr .form_td input[type=email]::-ms-clear,
        .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::-ms-clear,
        .cont_liaise .contact_form .form_table tr .form_td input[type=text]::-ms-clear {
          visibility: hidden; }
        .cont_liaise .contact_form .form_table tr .form_td input[type=email]::-ms-reveal,
        .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::-ms-reveal,
        .cont_liaise .contact_form .form_table tr .form_td input[type=text]::-ms-reveal {
          visibility: hidden; }
        .cont_liaise .contact_form .form_table tr .form_td select::-ms-expand {
          display: none; }
        .cont_liaise .contact_form .form_table tr .form_td textarea {
          resize: none; }
        .cont_liaise .contact_form .form_table tr .form_td select {
          padding: 9px 10px; }
        .cont_liaise .contact_form .form_table tr .form_td input[type=email],
        .cont_liaise .contact_form .form_table tr .form_td input[type=tel],
        .cont_liaise .contact_form .form_table tr .form_td input[type=text],
        .cont_liaise .contact_form .form_table tr .form_td textarea {
          padding: 5px;
          width: 100%;
          box-sizing: border-box;
          background: #fff;
          font-size: 1.5rem; }
        .cont_liaise .contact_form .form_table tr .form_td button, .cont_liaise .contact_form .form_table tr .form_td input, .cont_liaise .contact_form .form_table tr .form_td select, .cont_liaise .contact_form .form_table tr .form_td textarea {
          font-family: inherit;
          font-size: 100%; }
        .cont_liaise .contact_form .form_table tr .form_td .select_label {
          position: relative;
          display: inline-block;
          border-radius: 0;
          z-index: 0;
          width: 100%; }
          .cont_liaise .contact_form .form_table tr .form_td .select_label::after {
            content: "";
            position: absolute;
            background: url("../img_cmn/ico_arrow_white.svg") no-repeat;
            transform: rotate(90deg);
            background-size: 16px;
            width: 16px;
            height: 16px;
            right: 13px;
            top: 50%;
            margin-top: -11px;
            pointer-events: none; }
          .cont_liaise .contact_form .form_table tr .form_td .select_label select {
            cursor: pointer;
            width: 100%; }
        .cont_liaise .contact_form .form_table tr .form_td input[type=radio],
        .cont_liaise .contact_form .form_table tr .form_td input[type=checkbox] {
          display: none; }
        .cont_liaise .contact_form .form_table tr .form_td .radio {
          box-sizing: border-box;
          display: block;
          width: 100%;
          background-color: #F1F1F1;
          padding: 10px 10px 10px 50px;
          margin-bottom: 10px;
          position: relative;
          cursor: pointer; }
          .cont_liaise .contact_form .form_table tr .form_td .radio::before {
            content: '';
            position: absolute;
            width: 24px;
            height: 24px;
            background-color: #FFF;
            border: 1px solid #707070;
            border-radius: 50%;
            box-sizing: border-box;
            left: 10px;
            top: 50%;
            transform: translateY(-50%); }
          .cont_liaise .contact_form .form_table tr .form_td .radio::after {
            box-sizing: border-box;
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background-color: #707070;
            border: 1px solid #707070;
            border-radius: 50%;
            left: 14px;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0; }
        .cont_liaise .contact_form .form_table tr .form_td input[type=radio]:checked + .radio {
          background-color: #C9EFF8; }
        .cont_liaise .contact_form .form_table tr .form_td input[type=radio]:checked + .radio:after {
          opacity: 1; }
        .cont_liaise .contact_form .form_table tr .form_td .checkbox {
          box-sizing: border-box;
          display: block;
          width: 100%;
          background-color: #F1F1F1;
          padding: 10px 10px 10px 50px;
          margin-bottom: 10px;
          position: relative;
          cursor: pointer; }
          .cont_liaise .contact_form .form_table tr .form_td .checkbox:last-child {
            margin-bottom: 0; }
          .cont_liaise .contact_form .form_table tr .form_td .checkbox::before {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background-color: #FFF;
            border: 1px solid #707070;
            box-sizing: border-box;
            left: 10px;
            top: 17px; }
          .cont_liaise .contact_form .form_table tr .form_td .checkbox::after {
            box-sizing: border-box;
            content: '';
            position: absolute;
            width: 10px;
            height: 20px;
            background-color: transparent;
            border-right: 2px solid #707070;
            border-bottom: 2px solid #707070;
            left: 14px;
            top: 10px;
            transform: rotate(45deg);
            opacity: 0; }
        .cont_liaise .contact_form .form_table tr .form_td input[type=checkbox]:checked + .checkbox {
          background-color: #C9EFF8; }
        .cont_liaise .contact_form .form_table tr .form_td input[type=checkbox]:checked + .checkbox:after {
          opacity: 1; }
        .cont_liaise .contact_form .form_table tr .form_td input[type=checkbox]:checked + .checkbox:before {
          opacity: 1; }
      .cont_liaise .contact_form .form_table tr .zipcode span {
        display: inline-block; }
      .cont_liaise .contact_form .form_table tr .zipcode input[type=text] {
        width: 80px; }
      .cont_liaise .contact_form .form_table tr .user_mail_address {
        padding: 0 0 10px; }
      .cont_liaise .contact_form .form_table tr:last-child .form_th .txt_th {
        margin-top: 0; }
      .cont_liaise .contact_form .form_table tr:last-child .form_td {
        font-weight: normal; }
      .cont_liaise .contact_form .form_table .error_message {
        color: #FC6342; }
      .cont_liaise .contact_form .form_table .ico_require {
        border: none;
        padding: 0 15px;
        background-color: #D83636;
        color: #FFF;
        font-size: 1.2rem;
        margin-left: 1em;
        display: inline-block; }
    .cont_liaise .contact_form .txt_notice {
      font-size: 1.3rem; }
    .cont_liaise .contact_form .txt_indent {
      padding-left: 1em;
      text-indent: -1em; }
    .cont_liaise .contact_form .form_pp .txt_box a {
      text-decoration: underline; }
    .cont_liaise .contact_form .form_pp .checkbox * {
      cursor: pointer; }
    .cont_liaise .contact_form .form_pp .checkbox .ico_require {
      margin-left: 10px; }
    .cont_liaise .contact_form .form_pp .check_box {
      background: #FAF2E5;
      padding: 5px 10px; }
    .cont_liaise .contact_form .btn_box {
      position: relative;
      text-align: center;
      margin: 30px 0; }
      .cont_liaise .contact_form .btn_box input.confirm_btn {
        color: #FFF;
        padding: 20px;
        font-size: 24px;
        border-radius: 4px;
        border: none;
        cursor: pointer;
        font-size: 16px;
        background-image: url("../img_cmn/ico_arrow_white.svg");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 90% 50%;
        width: 100%; }
      .cont_liaise .contact_form .btn_box input.btn_disabled {
        color: #FFF;
        background-color: #c5c5c5;
        padding: 15px 10px;
        font-size: 24px;
        border-radius: 4px;
        border: none;
        cursor: pointer;
        font-size: 1.9rem;
        background-image: url("../img_cmn/ico_arrow_white.svg");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 90% 50%;
        width: 100%; }
      .cont_liaise .contact_form .btn_box input[disabled] {
        background: #DCDCDC;
        cursor: not-allowed; }
  .cont_liaise .retry {
    left: 0;
    bottom: 0;
    position: relative; }
  .cont_liaise .retry_btn {
    display: block;
    position: relative;
    border-radius: 3px;
    text-align: center;
    font-size: 2.0rem;
    line-height: 4.0rem;
    width: 150px;
    height: 60px;
    box-sizing: border-box;
    background-image: url(../img_cmn/ico_arrow_red_left.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 16px 16px;
    background-position: 10px 50%; }
    .cont_liaise .retry_btn:hover {
      cursor: pointer;
      color: #fff;
      background-image: url(../img_cmn/ico_arrow_white_left.svg);
      background-repeat: no-repeat;
      background-size: 16px 16px;
      background-position: 10px 50%; }

/* ------------------------------------
/* お問合せ - 入力画面
 ------------------------------------ */
.cont_liaise .txt_contact_top {
  padding-top: 40px;
  margin-bottom: 30px; }
.cont_liaise .txt_center {
  text-align: center; }
.cont_liaise .contact_tel {
  margin-top: 30px; }
  .cont_liaise .contact_tel .txt_center {
    margin-bottom: 10px; }
.cont_liaise .form_box .contact_tr {
  border-bottom: 1px solid #E5E5E5; }
  .cont_liaise .form_box .contact_tr:first-child {
    border-top: 1px solid #E5E5E5; }
  .cont_liaise .form_box .contact_tr .form_th {
    padding-top: 20px; }
  .cont_liaise .form_box .contact_tr .form_td {
    padding-bottom: 20px; }
    .cont_liaise .form_box .contact_tr .form_td.form_zipcode .zipcode_left {
      margin-right: 10px;
      margin-bottom: 10px;
      display: inline-block; }
      .cont_liaise .form_box .contact_tr .form_td.form_zipcode .zipcode_left .user_zipcode {
        width: 80px; }
    .cont_liaise .form_box .contact_tr .form_td.form_zipcode .btn_zipcode {
      display: inline-block;
      background-color: #404040;
      padding: 5px 10px;
      color: #FFF;
      border-radius: 4px; }
    .cont_liaise .form_box .contact_tr .form_td.td_select .box_date_second {
      display: flex; }
      .cont_liaise .form_box .contact_tr .form_td.td_select .box_date_second .box_month {
        margin-right: 20px; }
    .cont_liaise .form_box .contact_tr .form_td.td_select .error_message_position {
      margin-bottom: 20px; }
    .cont_liaise .form_box .contact_tr .form_td.td_select .select_wrap {
      display: inline-block;
      position: relative; }
      .cont_liaise .form_box .contact_tr .form_td.td_select .select_wrap.prefectures .form_select {
        width: 180px; }
      .cont_liaise .form_box .contact_tr .form_td.td_select .select_wrap.year {
        margin-bottom: 20px; }
        .cont_liaise .form_box .contact_tr .form_td.td_select .select_wrap.year .form_select {
          width: 165px; }
      .cont_liaise .form_box .contact_tr .form_td.td_select .select_wrap.month .form_select, .cont_liaise .form_box .contact_tr .form_td.td_select .select_wrap.day .form_select {
        width: 80px; }
      .cont_liaise .form_box .contact_tr .form_td.td_select .select_wrap::before {
        content: '';
        position: absolute;
        width: 18px;
        height: 11px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(../img_cmn/ico_arrow_bottom_r.svg);
        background-repeat: no-repeat;
        background-size: 100% contain;
        background-position: center center;
        pointer-events: none; }
    .cont_liaise .form_box .contact_tr .form_td.form_pp .txt_box {
      margin-bottom: 10px; }
      .cont_liaise .form_box .contact_tr .form_td.form_pp .txt_box .txt_link_pp {
        color: #3181C4; }
.cont_liaise .form_box .btn_disabled {
  background-color: #ACACAC; }

/* ------------------------------------
/* お問合せ - 確認画面
 ------------------------------------ */
.liaise_confirm .confirm_top {
  padding-top: 55px; }
.liaise_confirm .btn_base_input {
  margin-bottom: 60px; }

/* ------------------------------------
/* お問合せ - 完了画面
 ------------------------------------ */
.liaise_sent .contact_tel {
  margin-bottom: 60px; }

/* ------------------------------------
  共通
------------------------------------ */
.faq_list {
  margin-bottom: 20px; }

.faq_list_item {
  border-bottom: #E5E5E5 1px solid; }
  .faq_list_item:last-child {
    border-bottom: none; }
  .faq_list_item .accordion_list_tl {
    background: url(../img_cmn/ico_faq_q.svg) 0 17px no-repeat;
    padding: 25px 0 25px 55px;
    font-weight: bold; }
  .faq_list_item .accordion_list_detail {
    padding: 10px 0 25px;
    background: url(../img_cmn/ico_faq_a.svg) 0 0 no-repeat;
    padding-left: 55px; }

/* ------------------------------------
  030_faq-list.html
------------------------------------ */
.cont_faq_list .link_list_box {
  margin-top: 50px; }
.cont_faq_list .faq_list_box {
  margin: 50px 0; }

/* ------------------------------------
  031_faq-detail.html
------------------------------------ */
/* ------------------------------------
  061_staff.html
------------------------------------ */
.cont_staff .link_list_box {
  margin-top: 50px; }
  .cont_staff .link_list_box .internal_link_list > li {
    margin-bottom: 0; }
.cont_staff .staff_list_box {
  margin-top: 50px; }
  .cont_staff .staff_list_box .staff_list > li {
    margin-bottom: 50px; }
  .cont_staff .staff_list_box .staff_box {
    text-align: center; }
    .cont_staff .staff_list_box .staff_box .img_box {
      display: inline-block; }
      .cont_staff .staff_list_box .staff_box .img_box img {
        width: calc(100vw * 265 / 375);
        height: calc(100vw * 213 / 375);
        max-width: 265px;
        height: 213px;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    .cont_staff .staff_list_box .staff_box .name_box {
      box-sizing: border-box;
      width: 80%;
      padding: 8px 10px;
      margin: -20px auto 0;
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
      background-color: #FFF;
      position: relative;
      z-index: 1; }
      .cont_staff .staff_list_box .staff_box .name_box .txt_min {
        display: block;
        width: 100%; }
      .cont_staff .staff_list_box .staff_box .name_box .year {
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1em;
        font-weight: normal;
        margin-right: 5px; }
      .cont_staff .staff_list_box .staff_box .name_box .category {
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1em;
        font-weight: normal;
        border: solid 1px #333;
        padding: 2px 5px; }
      .cont_staff .staff_list_box .staff_box .name_box .txt_name {
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.7em; }
    .cont_staff .staff_list_box .staff_box .staff_detail_list > li {
      box-sizing: border-box;
      padding: 16px 0px;
      border-bottom: solid 1px #E5E5E5;
      font-size: 1.7rem; }
      .cont_staff .staff_list_box .staff_box .staff_detail_list > li .tl_detail {
        color: #2BC0E4;
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 5px; }

/* ------------------------------------
  共通
------------------------------------ */
/* ------------------------------------
  120_cont_works_list.html
------------------------------------ */
.cont_works_list {
  /* 施工実績リスト
  ------------------------------------ */
  /* 画像リスト
  --------------- */
  /* 実績詳細リスト
  --------------- */
  /* もっと見るボタン
  ------------------------------------ */ }
  .cont_works_list .btn_select {
    margin-top: 50px; }
  .cont_works_list .works_list_box {
    margin-bottom: 50px; }
  .cont_works_list .img_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .cont_works_list .img_list > li {
      width: 49%;
      margin-bottom: 4%; }
    .cont_works_list .img_list .img_box {
      width: 100%;
      height: calc(100vw * 110 / 375);
      max-height: 225px; }
      .cont_works_list .img_list .img_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    .cont_works_list .img_list .txt_caption {
      font-size: 1.3rem;
      margin-top: 5px; }
  .cont_works_list .works_list {
    margin-bottom: 15px;
    border-top: solid 1px #E5E5E5; }
    .cont_works_list .works_list > li {
      border-bottom: solid 1px #E5E5E5; }
    .cont_works_list .works_list .works_detail {
      padding: 15px 20px; }
      .cont_works_list .works_list .works_detail .tl_works {
        position: relative; }
        .cont_works_list .works_list .works_detail .tl_works::before {
          display: block;
          content: '';
          width: 5px;
          height: 5px;
          background-color: #2BC0E4;
          position: absolute;
          top: 50%;
          left: -15px;
          margin-top: -3px;
          transform: rotate(45deg); }
      .cont_works_list .works_list .works_detail .txt_works {
        font-size: 1.4rem; }
        .cont_works_list .works_list .works_detail .txt_works .works_area {
          margin-right: 10px; }
  .cont_works_list .btn_load {
    margin-bottom: 50px; }
    .cont_works_list .btn_load a::after {
      transform: rotate(135deg); }

/* ------------------------------------
  121_cont_works_detail.html
------------------------------------ */
/* ------------------------------------
  共通
------------------------------------ */
/* 画像拡大表示（js上書き！）
--------------- */
img.mfp-img {
  min-width: 50vw;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/* ------------------------------------
  062_photogallery.html
------------------------------------ */
.cont_photogallery {
  	/* カテゴリタブ切替
    --------------- */
  	/* 切替タブによる表示制御（js使用）
    --------------- */
  	/* ギャラリー一覧
    --------------- */ }
  .cont_photogallery .photogallery_box {
    margin: 50px 0; }
  .cont_photogallery .box_gallery_type {
    display: flex;
    justify-content: center; }
    .cont_photogallery .box_gallery_type .btn_gallery_type {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      padding: 10px 0;
      font-size: 1.4rem;
      font-weight: normal;
      line-height: 1.3em;
      border-bottom: solid 1px #2BC0E4;
      background-color: #FFF;
      text-align: center; }
      .cont_photogallery .box_gallery_type .btn_gallery_type.active {
        color: #000;
        font-weight: bold;
        border-top: solid 2px #2BC0E4;
        border-left: solid 1px #2BC0E4;
        border-right: solid 1px #2BC0E4;
        border-bottom: none;
        background-color: #E9F9FD; }
      .cont_photogallery .box_gallery_type .btn_gallery_type:first-of-type.active {
        border-left: none; }
      .cont_photogallery .box_gallery_type .btn_gallery_type:last-of-type.active {
        border-right: none; }
  .cont_photogallery .gallery_type {
    display: none; }
  .cont_photogallery .gallery_type.show {
    display: block !important; }
  .cont_photogallery .gallery_type {
    margin: 30px 0; }
    .cont_photogallery .gallery_type .gallery_list {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin: 0 -5px; }
      .cont_photogallery .gallery_type .gallery_list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
        box-sizing: border-box;
        position: relative; }
        .cont_photogallery .gallery_type .gallery_list li:nth-child(3n) {
          margin-right: 0%; }
        .cont_photogallery .gallery_type .gallery_list li::before {
          content: "";
          display: block;
          padding-top: 100%; }
        .cont_photogallery .gallery_type .gallery_list li img {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }

/* ------------------------------------
  _000_top.scss
------------------------------------ */
.page_top {
  /* 共通
  ------------------------------------ */
  /* メインイメージ
  ------------------------------------ */
  /* メインイメージ下　採用サイトリンク
	------------------------------------ */
  /* 事業内容、選ばれる理由、会社案内
	------------------------------------ */
  /* 施工実績
	------------------------------------ */
  /* 社員紹介、フォトギャラリー
	------------------------------------ */
  /* お知らせ
  ------------------------------------ */
  /* 採用サイトリンク
	------------------------------------ */ }
  .page_top .tl_top {
    margin: 50px 0 20px; }
    .page_top .tl_top .tl_j {
      font-size: 2.6rem;
      font-family: 'Noto Serif JP', serif;
      letter-spacing: 0.05em; }
    .page_top .tl_top .tl_e {
      font-size: 1.2rem;
      color: #2BC0E4;
      margin-left: 20px;
      font-weight: bold; }
  .page_top .top_mainimg {
    /* スライダー、scroll
    --------------- */
    /* スライダー */
    /* scroll（クロールダウンのアニメーション） */ }
    .page_top .top_mainimg .top_mainimg_box {
      margin-right: 30px;
      position: relative; }
    .page_top .top_mainimg .slider_top .img_box img {
      width: 100%;
      height: auto; }
    .page_top .top_mainimg .mainimg_scroll {
      position: absolute;
      right: -40px;
      bottom: 0; }
      .page_top .top_mainimg .mainimg_scroll a {
        display: block;
        padding: 30px 0 100px;
        position: relative;
        color: #2BC0E4; }
        .page_top .top_mainimg .mainimg_scroll a::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 1px;
          height: 80px;
          background: #2BC0E4;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite; }
        .page_top .top_mainimg .mainimg_scroll a .txt {
          display: inline-block;
          font-size: 1.4rem;
          line-height: 1;
          transform: rotate(90deg);
          margin-bottom: 10px; }
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
    .page_top .top_mainimg .txt_maincopy {
      position: absolute;
      z-index: 2;
      bottom: 10%;
      font-size: 2.6rem;
      line-height: 1.2;
      font-family: 'Noto Serif JP', serif;
      letter-spacing: 0.05em; }
      @media screen and (min-width: 576px) {
        .page_top .top_mainimg .txt_maincopy {
          font-size: 3.6rem;
          bottom: 15%; } }
      .page_top .top_mainimg .txt_maincopy .txt_bg {
        display: inline-block;
        position: relative; }
        .page_top .top_mainimg .txt_maincopy .txt_bg:first-child {
          margin-bottom: 18px; }
          @media screen and (min-width: 576px) {
            .page_top .top_mainimg .txt_maincopy .txt_bg:first-child {
              margin-bottom: 30px; } }
        .page_top .top_mainimg .txt_maincopy .txt_bg:last-child::before {
          animation: bg 4.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation-delay: 0.1s; }
        .page_top .top_mainimg .txt_maincopy .txt_bg::before {
          animation: bg 3.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          background: #2BC0E4;
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          transform-origin: left center; }
        .page_top .top_mainimg .txt_maincopy .txt_bg .inner_box {
          color: #FFF;
          display: inline-block;
          padding: 10px 20px;
          position: relative;
          z-index: 1; }
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%); }
  30% {
    transform: scaleX(1) translateX(0); }
  100% {
    transform: scaleX(1) translateX(0); }
  30%, 100% {
    opacity: 1; } }
    .page_top .top_mainimg .txt_subcopy {
      margin: 30px 20px; }
  .page_top .top_recruit_link {
    position: relative;
    margin-bottom: 40px; }
    .page_top .top_recruit_link::before {
      content: "";
      display: block;
      width: 82%;
      height: 100%;
      background-color: rgba(225, 216, 13, 0.7);
      position: absolute;
      right: 0;
      z-index: 0; }
    .page_top .top_recruit_link .cont_inner {
      padding: 20px 20px 68px;
      position: relative; }
    .page_top .top_recruit_link .img_box {
      width: 86%;
      position: relative;
      z-index: 1; }
      .page_top .top_recruit_link .img_box img {
        width: 100%;
        height: auto; }
    .page_top .top_recruit_link .btn {
      position: absolute;
      right: 20px;
      bottom: 18px;
      z-index: 1; }
      .page_top .top_recruit_link .btn a {
        background-color: #FFF;
        color: #2BC0E4; }
        .page_top .top_recruit_link .btn a::after {
          border-color: #2BC0E4 #2BC0E4 transparent transparent; }
  .page_top .top_maincont_box {
    position: relative;
    padding: 50px 0; }
    .page_top .top_maincont_box::before {
      content: "";
      display: block;
      background-color: #F1F1F1;
      width: calc(100% - 20px);
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 1; }
  .page_top .top_business a,
  .page_top .top_advantage a,
  .page_top .top_company a {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2; }
  .page_top .top_business .tl_top,
  .page_top .top_advantage .tl_top,
  .page_top .top_company .tl_top {
    border-left: #2BC0E4 2px solid;
    padding: 0 30px 0 20px;
    margin: 0;
    order: 2;
    position: relative; }
    .page_top .top_business .tl_top::after,
    .page_top .top_advantage .tl_top::after,
    .page_top .top_company .tl_top::after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -6px;
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      border: 2px solid;
      border-color: #2BC0E4 #2BC0E4 transparent transparent;
      transform: rotate(45deg); }
  .page_top .top_business .img_box,
  .page_top .top_advantage .img_box,
  .page_top .top_company .img_box {
    margin-right: -20px;
    margin-bottom: 20px;
    order: 1; }
    .page_top .top_business .img_box img,
    .page_top .top_advantage .img_box img,
    .page_top .top_company .img_box img {
      width: 100%;
      height: auto; }
  .page_top .top_business .txt,
  .page_top .top_advantage .txt,
  .page_top .top_company .txt {
    border-left: #2BC0E4 2px solid;
    text-align: justify;
    padding: 20px 15px 10px 20px;
    order: 3; }
  .page_top .top_business,
  .page_top .top_advantage {
    margin-bottom: 50px; }
  .page_top .recruit_works {
    background-color: #FFF;
    padding: 0 0 40px; }
    .page_top .recruit_works .recruit_works_inner {
      background-color: rgba(225, 216, 13, 0.7);
      margin-top: 100px;
      margin-bottom: 90px; }
    .page_top .recruit_works .recruit_works_list {
      margin: -100px 20px; }
  .page_top .top_news .btn {
    margin-top: 40px; }
  .page_top .top_recruit {
    padding: 50px 0; }
    .page_top .top_recruit .img_box_wrap {
      position: relative;
      z-index: 1; }
    .page_top .top_recruit .img_box img {
      width: 100%;
      height: auto; }
    .page_top .top_recruit .tl_box {
      background-color: rgba(43, 192, 228, 0.8);
      padding: 20px;
      width: 40%;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%);
      text-align: center; }
      .page_top .top_recruit .tl_box img {
        max-width: 100%; }
    .page_top .top_recruit .txt_box {
      margin: -40px 20px;
      position: relative;
      z-index: 2; }
      .page_top .top_recruit .txt_box a {
        display: block;
        background-color: #FFF;
        padding: 20px;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
      .page_top .top_recruit .txt_box .tl_top {
        margin-top: 0;
        position: relative; }
        .page_top .top_recruit .txt_box .tl_top::after {
          content: "";
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -6px;
          content: "";
          display: inline-block;
          width: 6px;
          height: 6px;
          border: 2px solid;
          border-color: #2BC0E4 #2BC0E4 transparent transparent;
          transform: rotate(45deg); }

/*=================================================
 * 060_company.html
 * ================================================ */
/* ------------------------------------
/* 共通
------------------------------------ */
.cont_company {
  margin-bottom: 80px;
  /* 代表あいさつ
  ------------------------------------ */
  /* 会社概要
  ------------------------------------ */
  /* 会社外観
  --------------- */
  /* 地図
  --------------- */
  /* アクセス
  --------------- */
  /* 沿革
  ------------------------------------ */
  /* 社員紹介、フォトギャラリー　リンク
	------------------------------------ */ }
  .cont_company .company_greeting .img_box_wrap {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 70px; }
    .cont_company .company_greeting .img_box_wrap .img_box img {
      width: 100%;
      height: auto; }
    .cont_company .company_greeting .img_box_wrap .tl {
      background-color: #2BC0E4;
      color: #FFF;
      font-size: 2rem;
      font-family: 'Noto Serif JP', serif;
      letter-spacing: 0.05em;
      padding: 20px 0;
      text-align: center;
      position: absolute;
      right: -20px;
      bottom: 0;
      width: 73%; }
  .cont_company .company_greeting .txt_box {
    margin-bottom: 10px; }
    .cont_company .company_greeting .txt_box .txt {
      margin-bottom: 20px; }
  .cont_company .company_greeting .signature_box {
    text-align: right;
    margin-top: 30px; }
    .cont_company .company_greeting .signature_box .position {
      margin-right: 25px; }
  .cont_company .company_about_appearance .img_box img {
    width: 100%;
    height: auto; }
  .cont_company .company_about_map .map_box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
  .cont_company .company_about_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .cont_company .company_about_access_list .page_subtl04 {
    margin-bottom: 15px;
    line-height: 1.2; }
  .cont_company .company_history {
    margin-bottom: 60px; }
  .cont_company .timeline_list {
    position: relative;
    overflow: hidden; }
    .cont_company .timeline_list::before {
      content: "";
      display: block;
      width: 2px;
      height: 100%;
      position: absolute;
      top: 50%;
      margin-top: 0;
      background-color: #2BC0E4;
      top: 10px;
      left: 120px; }
  .cont_company .timeline_item {
    display: flex;
    margin-bottom: 20px; }
    .cont_company .timeline_item .date {
      width: 120px;
      font-size: 1.6rem;
      line-height: 1.6; }
      .cont_company .timeline_item .date .month {
        display: inline-block;
        width: 3em; }
      .cont_company .timeline_item .date .num {
        font-size: 1.8rem; }
      .cont_company .timeline_item .date .year_j {
        font-weight: normal;
        margin-bottom: 1px;
        display: block;
        font-size: 1.2rem; }
    .cont_company .timeline_item .txt {
      flex: 1;
      position: relative;
      padding-left: 20px; }
      .cont_company .timeline_item .txt::before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        margin-top: 0;
        background-color: #2BC0E4;
        top: 10px;
        left: -4px; }

/* ------------------------------------
  070_privacy-policy.html
------------------------------------ */
.cont_privacy-policy .policy_box {
  margin: 50px 0; }
  .cont_privacy-policy .policy_box .tl_policy {
    box-sizing: border-box;
    text-indent: -2em;
    padding-left: 2em; }
  .cont_privacy-policy .policy_box .txt_link {
    margin-top: 20px; }
  .cont_privacy-policy .policy_box .address_box {
    margin: 20px 0; }
    .cont_privacy-policy .policy_box .address_box .tel, .cont_privacy-policy .policy_box .address_box .fax {
      display: inline-block; }

/* ------------------------------------
  071_site-policy.html
------------------------------------ */
.cont_site-policy .policy_box {
  margin: 50px 0; }
  .cont_site-policy .policy_box .tl_policy {
    box-sizing: border-box;
    text-indent: -2em;
    padding-left: 2em; }
  .cont_site-policy .policy_box .txt_link {
    margin-top: 20px; }
  .cont_site-policy .policy_box .cookie_box {
    margin: 20px 0; }

/* ------------------------------------
  090_advantage.html
------------------------------------ */
.cont_advantage .advantage_box_wrap {
  margin: 50px 0; }
.cont_advantage .advantage_box {
  margin: 60px 0 60px; }
  .cont_advantage .advantage_box img {
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0; }
  .cont_advantage .advantage_box p {
    margin: 30px 0; }
  .cont_advantage .advantage_box .btn {
    margin: 20px auto; }

/*=================================================
 * 110_business.html
 * ================================================ */
.cont_business {
  margin-bottom: 80px;
  /* ------------------------------------
  /* 共通
  ------------------------------------ */ }
  .cont_business .lead_box {
    margin-top: 40px;
    text-align: justify; }
  .cont_business .business_list {
    margin-bottom: 60px; }
  .cont_business .business_list_item .img_box {
    margin-bottom: 30px;
    position: relative; }
    .cont_business .business_list_item .img_box::before {
      content: "";
      display: block;
      width: calc(100% - 10px);
      height: 100%;
      background-color: rgba(225, 216, 13, 0.7);
      position: absolute;
      right: 0;
      bottom: -10px;
      z-index: 1; }
    .cont_business .business_list_item .img_box img {
      width: calc(100% - 10px);
      height: auto;
      position: relative;
      z-index: 2; }
  .cont_business .business_list_item .txt {
    text-align: justify; }

/*=================================================
 * 130_recruit.html
 * ================================================ */
.page_recruit {
  /* ------------------------------------
  /* 共通
  ------------------------------------ */
  /* コンテンツ区切り
  ------------------------------------ */
  /* ------------------------------------
  /* メインビジュアル
  ------------------------------------ */
  /* パララックス背景画像
  ------------------------------------ */
  /* キャッチコピー
  ------------------------------------ */
  /* ------------------------------------
  /* 左官の仕事について知る
  ------------------------------------ */
  /* ------------------------------------
  /* 募集要項
  ------------------------------------ */
  /* ------------------------------------
  /* 現場での１日の流れ
  ------------------------------------ */
  /* ------------------------------------
  /* フォトギャラリー
  ------------------------------------ */
  /* ------------------------------------
  /* 先輩社員紹介
  ------------------------------------ */
  /* ------------------------------------
  /* はたらく３つのメリット
  ------------------------------------ */
  /* ------------------------------------
  /* 数字でわかる迫田技研
  ------------------------------------ */
  /*=================================================
   * <js>数字のカウントアップ
   * ================================================ */
  /* ------------------------------------
  /* 施工実績
  ------------------------------------ */
  /* 準備用　採用LP
  ------------------------------------ */
  /* 採用LPのみの指定
  ------------------------------------ */
  /* ------------------------------------
  /* 新人教育制度
  ------------------------------------ */
  /* ------------------------------------
  /* キャリアプラン
  ------------------------------------ */
  /* ------------------------------------
  /* 福利厚生
  ------------------------------------ */
  /* ------------------------------------
  /* 迫田技研の日々(ブログ)
  ------------------------------------ */
  /* ------------------------------------
  /* 社長メッセージ
  ------------------------------------ */
  /* ------------------------------------
  /* 求める人物像
  ------------------------------------ */
  /* ------------------------------------
  /* よくあるご質問
  ------------------------------------ */
  /* ------------------------------------
  /* 採用までの流れ
  ------------------------------------ */
  /* ------------------------------------
  /* 会社概要
  ------------------------------------ */ }
  .page_recruit #content {
    background-color: transparent; }
  .page_recruit .bg_triangle {
    width: 100%;
    height: auto;
    margin-bottom: -1px; }
  .page_recruit .bg_slider_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh; }
    .page_recruit .bg_slider_box .slider .img_box img {
      width: 100%;
      height: auto; }
  .page_recruit .recruit_mainimg_box {
    width: 100%;
    height: 100vh;
    margin-top: -55px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    /* スクロールダウンのアニメーション
    --------------- */ }
    .page_recruit .recruit_mainimg_box .maincopy_box {
      background-color: rgba(43, 192, 228, 0.8);
      color: #FFF;
      min-width: 80%;
      padding: 50px 20px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .page_recruit .recruit_mainimg_box .maincopy_box .img_maincopy {
        margin-bottom: 20px;
        /*アニメーション前のパスの指定*/ }
        .page_recruit .recruit_mainimg_box .maincopy_box .img_maincopy svg {
          /*アニメーション後に.doneというクラス名が付与された時のパスの指定*/ }
          .page_recruit .recruit_mainimg_box .maincopy_box .img_maincopy svg path {
            fill-opacity: 0;
            /*最初は透過0で見えない状態*/
            transition: fill-opacity .3s;
            /*カラーがつく際のアニメーション0.5秒で変化*/
            fill: none;
            /*塗りがない状態*/
            stroke: #FFF;
            /*線の色*/ }
          .page_recruit .recruit_mainimg_box .maincopy_box .img_maincopy svg.done path {
            fill-opacity: 1;
            /*透過1で見える状態*/
            fill: #FFF;
            /*塗りの色*/
            stroke: none;
            /*線の色なし*/ }
        .page_recruit .recruit_mainimg_box .maincopy_box .img_maincopy .txt_subcopy {
          font-family: 'Noto Serif JP', serif;
          letter-spacing: 0.05em; }
    .page_recruit .recruit_mainimg_box .mainimg_scroll {
      position: absolute;
      left: 50%;
      bottom: 0;
      z-index: 4;
      margin-left: -4rem; }
      .page_recruit .recruit_mainimg_box .mainimg_scroll a {
        display: inline-block;
        padding: 10px 10px 90px;
        overflow: hidden;
        color: #FFF;
        position: relative; }
        .page_recruit .recruit_mainimg_box .mainimg_scroll a::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 1px;
          height: 80px;
          background: #fff;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite; }
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
  .page_recruit .recruit_about_sakan {
    background-color: #FFF;
    padding: 20px 0 40px; }
    .page_recruit .recruit_about_sakan .txt_lead {
      margin-bottom: 30px; }
    .page_recruit .recruit_about_sakan .btn {
      margin-bottom: 30px; }
    .page_recruit .recruit_about_sakan .img_box {
      margin: 0 -20px 0 30px; }
      .page_recruit .recruit_about_sakan .img_box img {
        width: 100%;
        height: auto; }
  .page_recruit .recruit_requirement {
    background-color: #FFF;
    padding: 10px 0 40px; }
    .page_recruit .recruit_requirement .accordion_wrap_list_item {
      margin-bottom: 6px;
      /* 見出し（開閉部分）
      --------------- */
      /* 詳細（表示分部）
      --------------- */ }
      .page_recruit .recruit_requirement .accordion_wrap_list_item .accordion_list_tl {
        height: 140px;
        color: #FFF;
        font-family: 'Noto Serif JP', serif;
        letter-spacing: 0.05em;
        font-size: 2.2rem;
        display: flex;
        align-items: center;
        position: relative;
        padding-left: 15px; }
        .page_recruit .recruit_requirement .accordion_wrap_list_item .accordion_list_tl::after {
          content: "";
          display: block;
          width: 60px;
          border-left: #FFF 2px solid;
          position: absolute;
          right: 0;
          height: 100%;
          background: url(../img_cmn/ico_plus_w.svg) 50% 50% no-repeat; }
        .page_recruit .recruit_requirement .accordion_wrap_list_item .accordion_list_tl.label_open::after {
          background: url(../img_cmn/ico_minus_w.svg) 50% 50% no-repeat; }
      .page_recruit .recruit_requirement .accordion_wrap_list_item .accordion_list_detail {
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        padding: 10px 15px 30px;
        /* 閉じるボタン */ }
        .page_recruit .recruit_requirement .accordion_wrap_list_item .accordion_list_detail .btn_close {
          text-align: center; }
          .page_recruit .recruit_requirement .accordion_wrap_list_item .accordion_list_detail .btn_close a {
            display: inline-block;
            margin-top: 30px;
            padding-top: 40px;
            font-size: 1.2rem;
            position: relative; }
            .page_recruit .recruit_requirement .accordion_wrap_list_item .accordion_list_detail .btn_close a::before, .page_recruit .recruit_requirement .accordion_wrap_list_item .accordion_list_detail .btn_close a::after {
              position: absolute;
              top: 10px;
              left: 20%;
              content: '';
              display: inline-block;
              width: 34px;
              height: 34px;
              border-top: 1px solid #000;
              transform: translateX(-50%) rotate(45deg); }
            .page_recruit .recruit_requirement .accordion_wrap_list_item .accordion_list_detail .btn_close a::after {
              top: 10px;
              left: 38%;
              transform: rotate(-45deg); }
    .page_recruit .recruit_requirement .accordion_wrap_list_item_01 {
      /* 枠線box(レイアウトのみ) */ }
      .page_recruit .recruit_requirement .accordion_wrap_list_item_01 .accordion_list_tl {
        background: url(../img_recruit/bg_recruit_requirement_01@2x.jpg) 0 0/cover no-repeat; }
      .page_recruit .recruit_requirement .accordion_wrap_list_item_01 .note_box_line {
        text-align: center; }
        @media screen and (max-width: 320px) {
          .page_recruit .recruit_requirement .accordion_wrap_list_item_01 .note_box_line br {
            display: none; } }
    .page_recruit .recruit_requirement .accordion_wrap_list_item_02 {
      /* コンタクトボタン */ }
      .page_recruit .recruit_requirement .accordion_wrap_list_item_02 .accordion_list_tl {
        background: url(../img_recruit/bg_recruit_requirement_02@2x.jpg) 0 0/cover no-repeat; }
      .page_recruit .recruit_requirement .accordion_wrap_list_item_02 .contact_btn_box {
        margin-top: 10px;
        margin-bottom: 0; }
        .page_recruit .recruit_requirement .accordion_wrap_list_item_02 .contact_btn_box .btn {
          margin-bottom: 20px; }
          .page_recruit .recruit_requirement .accordion_wrap_list_item_02 .contact_btn_box .btn:last-child {
            margin-bottom: 0; }
  .page_recruit .recruit_schedule {
    background-color: #FFF;
    padding: 0 0 40px; }
    .page_recruit .recruit_schedule .schedule_list_item {
      /* 奇数box（背景水色）
      ------------------------------------ */ }
      .page_recruit .recruit_schedule .schedule_list_item .inner_box {
        padding: 0 20px 20px; }
      .page_recruit .recruit_schedule .schedule_list_item .img_wrap_box {
        padding-top: 30px;
        position: relative; }
        .page_recruit .recruit_schedule .schedule_list_item .img_wrap_box .tl {
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 2;
          width: 10em;
          text-align: center;
          padding: 5px 0;
          font-size: 1.4rem;
          font-weight: bold;
          line-height: 1;
          color: #FFF;
          background-color: #2BC0E4; }
        .page_recruit .recruit_schedule .schedule_list_item .img_wrap_box .time {
          position: relative;
          z-index: 2;
          text-align: center; }
        .page_recruit .recruit_schedule .schedule_list_item .img_wrap_box .img_box {
          margin: -10px 0 25px; }
          .page_recruit .recruit_schedule .schedule_list_item .img_wrap_box .img_box img {
            width: 100%;
            height: auto; }
      .page_recruit .recruit_schedule .schedule_list_item .bg_triangle {
        width: 100%;
        height: auto; }
      .page_recruit .recruit_schedule .schedule_list_item:nth-child(2n+1) .inner_box {
        background-color: #2BC0E4; }
        .page_recruit .recruit_schedule .schedule_list_item:nth-child(2n+1) .inner_box .bg_triangle_wrap {
          margin: 0 -20px; }
      .page_recruit .recruit_schedule .schedule_list_item:nth-child(2n+1) .img_wrap_box .tl {
        color: #2BC0E4;
        background-color: #FFF; }
      .page_recruit .recruit_schedule .schedule_list_item:nth-child(2n+1) .txt {
        color: #FFF; }
  .page_recruit .recruit_photo_gallery {
    background-color: #FFF;
    padding: 0 0 40px; }
    .page_recruit .recruit_photo_gallery .tl_recruit_top {
      text-align: right;
      margin-bottom: 10px; }
      .page_recruit .recruit_photo_gallery .tl_recruit_top .tl_e {
        margin-bottom: 0; }
    .page_recruit .recruit_photo_gallery .img_wrap_box {
      position: relative; }
      .page_recruit .recruit_photo_gallery .img_wrap_box::before {
        content: "";
        width: 98%;
        height: 75vw;
        max-height: 700px;
        background-color: rgba(225, 216, 13, 0.7);
        position: absolute;
        right: 0;
        z-index: 1;
        margin-top: 20%;
        margin-right: -20px; }
      .page_recruit .recruit_photo_gallery .img_wrap_box .img_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
      .page_recruit .recruit_photo_gallery .img_wrap_box .img_box_01 {
        float: left;
        position: relative;
        z-index: 2;
        width: 76%;
        height: calc(100vw * 310/355);
        max-height: 684px; }
      .page_recruit .recruit_photo_gallery .img_wrap_box .img_box_02 {
        float: right;
        margin-top: -50px;
        position: relative;
        z-index: 2;
        width: 80%;
        height: calc(100vw * 157/355);
        max-height: 346px; }
    .page_recruit .recruit_photo_gallery .btn {
      clear: both;
      padding-top: 40px; }
  .page_recruit .recruit_staff {
    background-color: #FFF;
    padding: 0 0 40px; }
    .page_recruit .recruit_staff .recruit_staff_inner {
      background: url(../img_recruit/bg_recruit_staff@2x.jpg) 50% 50%/cover no-repeat;
      margin-top: 140px; }
      .page_recruit .recruit_staff .recruit_staff_inner .recruit_staff_list_wrap {
        margin-top: -140px;
        padding-bottom: 20px;
        /* スライダーナビゲーション
        ------------------------------------ */ }
        .page_recruit .recruit_staff .recruit_staff_inner .recruit_staff_list_wrap .swiper-button-prev,
        .page_recruit .recruit_staff .recruit_staff_inner .recruit_staff_list_wrap .swiper-button-next {
          background: url(../img_cmn/ico_arrow_line_w.svg) 100% 50% no-repeat;
          top: auto;
          bottom: 0; }
        .page_recruit .recruit_staff .recruit_staff_inner .recruit_staff_list_wrap .swiper-button-prev {
          transform: scale(-1, 1); }
    .page_recruit .recruit_staff .staff_list_item {
      width: 265px; }
    .page_recruit .recruit_staff .img_box {
      width: 265px;
      height: 213px;
      background-color: #F1F1F1;
      display: flex;
      justify-content: center;
      align-items: center; }
    .page_recruit .recruit_staff .txt_box {
      width: 225px;
      padding: 20px 10px;
      box-sizing: border-box;
      background-color: #FFF;
      text-align: center;
      position: relative;
      top: -30px;
      left: 20px; }
      .page_recruit .recruit_staff .txt_box .name_box {
        margin-bottom: 15px; }
      .page_recruit .recruit_staff .txt_box .joined {
        font-size: 1.4rem;
        margin-right: 15px; }
      .page_recruit .recruit_staff .txt_box .name {
        font-size: 2rem; }
      .page_recruit .recruit_staff .txt_box .motto_box .tl {
        color: #2BC0E4;
        font-weight: bold;
        font-size: 1.2rem; }
      .page_recruit .recruit_staff .txt_box .motto_box .txt {
        min-height: 4em;
        display: flex;
        justify-content: center;
        align-items: center; }
    .page_recruit .recruit_staff .btn {
      margin: 10px auto 20px; }
      .page_recruit .recruit_staff .btn a {
        background-color: #FFF;
        color: #2BC0E4; }
        .page_recruit .recruit_staff .btn a::after {
          border-color: #2BC0E4 #2BC0E4 transparent transparent; }
  .page_recruit .recruit_strengths {
    background-color: #FFF;
    padding: 0 0 40px; }
    .page_recruit .recruit_strengths .recruit_strengths_list_wrap {
      position: relative; }
      .page_recruit .recruit_strengths .recruit_strengths_list_wrap::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background: #E1D80D; }
      .page_recruit .recruit_strengths .recruit_strengths_list_wrap.start::before {
        animation: line_down 1.5s cubic-bezier(1, 0, 0, 1); }
@keyframes line_down {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 0; } }
    .page_recruit .recruit_strengths .recruit_strengths_list_item {
      margin-bottom: 40px; }
      .page_recruit .recruit_strengths .recruit_strengths_list_item:last-child {
        margin-bottom: 0; }
      .page_recruit .recruit_strengths .recruit_strengths_list_item .tl {
        font-family: 'Noto Serif JP', serif;
        letter-spacing: 0.05em;
        font-size: 2.2rem;
        text-align: center;
        margin-bottom: 25px; }
        .page_recruit .recruit_strengths .recruit_strengths_list_item .tl .num {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 68px;
          background: url(../img_cmn/bg_double_square_key_color.svg) 50% 50% no-repeat;
          padding-right: 10px;
          font-size: 2.4rem;
          font-weight: bold;
          margin-bottom: 10px; }
      .page_recruit .recruit_strengths .recruit_strengths_list_item .img_box {
        margin: 0 -20px 25px 30px; }
        .page_recruit .recruit_strengths .recruit_strengths_list_item .img_box img {
          width: 100%;
          height: auto; }
      .page_recruit .recruit_strengths .recruit_strengths_list_item .txt_box {
        margin-left: 30px;
        text-align: justify; }
  .page_recruit .recruit_inNumber {
    background-color: #FFF;
    padding: 0 0 40px;
    /* 1972.1
    ------------------------------------ */
    /* 創業50周年以上
    ------------------------------------ */
    /* 従業員数/平均勤続年数
    ------------------------------------ */ }
    .page_recruit .recruit_inNumber .recruit_inNumber_box {
      position: relative; }
      .page_recruit .recruit_inNumber .recruit_inNumber_box::after {
        content: "";
        display: block;
        width: 75%;
        height: 290px;
        background-color: rgba(225, 216, 13, 0.7);
        margin-left: -20px;
        position: absolute;
        right: -20px;
        bottom: 0;
        z-index: 1; }
      .page_recruit .recruit_inNumber .recruit_inNumber_box .img_box {
        position: absolute;
        z-index: 2;
        width: 80%;
        height: 290px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -20px; }
        .page_recruit .recruit_inNumber .recruit_inNumber_box .img_box img {
          width: 100%; }
      .page_recruit .recruit_inNumber .recruit_inNumber_box .inner_box {
        position: relative;
        z-index: 3;
        font-family: 'Noto Serif JP', serif;
        letter-spacing: 0.05em;
        color: #FFF;
        text-align: center;
        height: 350px; }
    .page_recruit .recruit_inNumber .established_yaer {
      color: #000;
      font-size: 3rem;
      display: flex;
      align-items: center;
      margin-right: 30px; }
      .page_recruit .recruit_inNumber .established_yaer::after {
        content: "";
        display: block;
        flex: 1;
        height: 14px;
        background: url(../img_recruit/bg_recruit_inNumber_arrow.svg) 100% 50%/auto 13px no-repeat; }
      .page_recruit .recruit_inNumber .established_yaer .inner {
        padding-right: 10px; }
    .page_recruit .recruit_inNumber .established_ago {
      font-size: 2.2rem;
      line-height: 1;
      margin-bottom: 40px;
      display: flex;
      justify-content: center;
      align-items: baseline; }
      .page_recruit .recruit_inNumber .established_ago .item {
        font-size: 3rem;
        margin-right: 5px; }
      .page_recruit .recruit_inNumber .established_ago .num {
        font-size: 8rem;
        margin-right: 5px; }
    .page_recruit .recruit_inNumber .recruit_inNumber_list {
      display: flex;
      justify-content: space-between;
      line-height: 1;
      max-width: 260px;
      margin: auto; }
    .page_recruit .recruit_inNumber .recruit_inNumber_list_item {
      width: 40%; }
      .page_recruit .recruit_inNumber .recruit_inNumber_list_item .item {
        display: block;
        margin-bottom: 20px; }
      .page_recruit .recruit_inNumber .recruit_inNumber_list_item .num_box {
        font-size: 2.4rem; }
      .page_recruit .recruit_inNumber .recruit_inNumber_list_item .num {
        font-size: 5rem; }
  .page_recruit .odometer.odometer-auto-theme, .page_recruit .odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative; }
  .page_recruit .odometer.odometer-auto-theme .odometer-digit, .page_recruit .odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative; }
  .page_recruit .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .page_recruit .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden; }
  .page_recruit .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .page_recruit .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .page_recruit .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .page_recruit .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block; }
  .page_recruit .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .page_recruit .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden; }
  .page_recruit .odometer.odometer-auto-theme .odometer-digit .odometer-value, .page_recruit .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0); }
  .page_recruit .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .page_recruit .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute; }
  .page_recruit .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .page_recruit .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s; }
  .page_recruit .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .page_recruit .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .page_recruit .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .page_recruit .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .page_recruit .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .page_recruit .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .page_recruit .works_list {
    margin: -100px 20px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page_recruit .works_list_item {
    width: 48%;
    margin-top: -15px;
    margin-bottom: 15px; }
    .page_recruit .works_list_item:nth-child(2n) {
      padding-top: 15px; }
    .page_recruit .works_list_item img {
      display: block;
      width: 100%;
      height: 53vw;
      max-height: 420px;
      object-fit: cover; }
  .page_recruit .recruit_works {
    background-color: #FFF;
    padding: 0 0 40px; }
    .page_recruit .recruit_works .recruit_works_inner {
      background-color: rgba(225, 216, 13, 0.7);
      margin-top: 100px;
      margin-bottom: 90px; }
    .page_recruit .recruit_works .recruit_works_list {
      margin: -100px 20px;
      position: relative;
      z-index: 2; }
  .page_recruit .recruit_training {
    background-color: #FFF;
    padding: 0 0 40px; }
    .page_recruit .recruit_training .img_box {
      margin: 0 -20px 25px; }
      .page_recruit .recruit_training .img_box img {
        width: 100%;
        height: auto; }
    .page_recruit .recruit_training .txt_box {
      text-align: justify; }
  .page_recruit .recruit_careerPlan {
    background-color: #FFF;
    padding: 0 0 40px; }
    .page_recruit .recruit_careerPlan .img_box {
      margin-bottom: 30px; }
      .page_recruit .recruit_careerPlan .img_box img {
        width: 100%;
        height: auto; }
  .page_recruit .recruit_welfaren {
    background-color: #FFF;
    padding: 0 0 40px; }
    .page_recruit .recruit_welfaren .img_box {
      margin: 0 -20px 25px; }
      .page_recruit .recruit_welfaren .img_box img {
        width: 100%;
        height: auto; }
  .page_recruit .recruit_blog {
    background-color: #FFF;
    padding: 0 0 40px; }
    .page_recruit .recruit_blog .recruit_blog_list {
      margin-bottom: 40px; }
  .page_recruit .recruit_message {
    background-color: #FFF;
    padding: 0 0 40px; }
    .page_recruit .recruit_message .img_box {
      margin: 0 0 30px -20px;
      width: 87%; }
      .page_recruit .recruit_message .img_box img {
        width: 100%;
        height: auto; }
    .page_recruit .recruit_message .tl {
      font-family: 'Noto Serif JP', serif;
      letter-spacing: 0.05em;
      font-size: 2.2rem;
      text-align: center;
      padding: 10px 16px;
      margin-bottom: 30px;
      position: relative; }
      .page_recruit .recruit_message .tl::before, .page_recruit .recruit_message .tl::after {
        content: "";
        display: block;
        width: 20px;
        height: 16px;
        position: absolute; }
      .page_recruit .recruit_message .tl::before {
        background-image: url(../img_cmn/ico_quotation_mark_start.svg);
        top: 0;
        left: 0; }
      .page_recruit .recruit_message .tl::after {
        background-image: url(../img_cmn/ico_quotation_mark_end.svg);
        right: 0;
        bottom: 0; }
    .page_recruit .recruit_message .txt_box {
      margin: 0 20px; }
      .page_recruit .recruit_message .txt_box .txt {
        margin-bottom: 1em; }
    .page_recruit .recruit_message .signature_box {
      text-align: right;
      margin-top: 30px; }
      .page_recruit .recruit_message .signature_box .position {
        margin-right: 25px; }
  .page_recruit .recruit_idealCandidate {
    background-color: #FFF;
    padding: 0;
    background: url(../img_recruit/bg_recruit_careerPlan@2x.jpg) 50%/cover no-repeat;
    color: #FFF; }
    .page_recruit .recruit_idealCandidate .tl_recruit_top {
      margin-top: 40px; }
      .page_recruit .recruit_idealCandidate .tl_recruit_top .tl_e {
        color: #FFF; }
    .page_recruit .recruit_idealCandidate .recruit_idealCandidate_list_item {
      margin-bottom: 30px; }
      .page_recruit .recruit_idealCandidate .recruit_idealCandidate_list_item .tl {
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        letter-spacing: 0.05em;
        font-size: 2.2rem;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 10px; }
        .page_recruit .recruit_idealCandidate .recruit_idealCandidate_list_item .tl::after {
          content: "";
          width: 90px;
          height: 2px;
          background-color: #FFF;
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -45px; }
      .page_recruit .recruit_idealCandidate .recruit_idealCandidate_list_item .txt_box {
        font-weight: bold; }
  .page_recruit .recruit_faq {
    background-color: #FFF;
    padding: 40px 0 60px; }
    .page_recruit .recruit_faq .btn {
      letter-spacing: 0;
      font-size: 1.4rem; }
  .page_recruit .recruit_steps {
    background-color: #FFF;
    padding: 0 0 40px;
    margin-bottom: -1px;
    /* タブ
    ------------------------------------ */ }
    .page_recruit .recruit_steps .btn_tab_menu_list {
      border-top: #000 1px solid;
      border-bottom: #000 1px solid;
      font-family: 'Noto Serif JP', serif;
      letter-spacing: 0.05em;
      display: flex; }
    .page_recruit .recruit_steps .btn_tab_menu {
      width: 50%;
      text-align: center;
      padding: 20px 0; }
      .page_recruit .recruit_steps .btn_tab_menu.active {
        background-color: #F1F1F1; }
    .page_recruit .recruit_steps .tab_view_block {
      display: none;
      background-color: #F1F1F1;
      padding: 30px 15px; }
      .page_recruit .recruit_steps .tab_view_block.show {
        display: block; }
    .page_recruit .recruit_steps .recruit_steps_list_item {
      background-color: #fff;
      padding: 10px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 25px;
      position: relative; }
      .page_recruit .recruit_steps .recruit_steps_list_item:last-child {
        margin-bottom: 0;
        color: #2BC0E4; }
        .page_recruit .recruit_steps .recruit_steps_list_item:last-child::after {
          display: none; }
      .page_recruit .recruit_steps .recruit_steps_list_item::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 9px 0 9px;
        border-color: #2BC0E4 transparent transparent transparent;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -6px; }
  .page_recruit .recruit_companyProfile {
    background-color: #FFF;
    padding: 0 0 40px; }
    .page_recruit .recruit_companyProfile .contact_btn_box {
      margin-bottom: 0; }

/* ------------------------------------
  131_recruit_about.html
------------------------------------ */
.cont_recruit_about {
  /* 仕事について
  ------------------------------------ */
  /* 具体的な仕事内容
  ------------------------------------ */
  /* 左官の仕事を動画で紹介
  ------------------------------------ */
  /* 他のページへのリンク
  ------------------------------------ */
  /* 募集要項
  ------------------------------------ */
  /* 採用までの流れ
  ------------------------------------ */ }
  .cont_recruit_about .tl_recruit_top {
    margin-bottom: 40px; }
  .cont_recruit_about .tl_recruit_cont {
    margin-bottom: 40px; }
  .cont_recruit_about .about_box {
    margin: 60px 0; }
    .cont_recruit_about .about_box p {
      margin: 30px 0; }
    .cont_recruit_about .about_box .img_about {
      display: block;
      width: calc(100% + 20px);
      height: auto;
      margin: 30px 0; }
      .cont_recruit_about .about_box .img_about.position_right {
        margin-right: -20px; }
      .cont_recruit_about .about_box .img_about.position_left {
        margin-left: -20px; }
  .cont_recruit_about .work_example {
    margin: 60px 0;
    position: relative;
    z-index: 0; }
    .cont_recruit_about .work_example::before {
      content: '';
      box-sizing: border-box;
      width: calc(100% + 40px);
      height: 100%;
      background-color: rgba(225, 216, 13, 0.6);
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateY(0%) translateX(-50%);
      -webkit-transform: translateY(0%) translateX(-50%);
      z-index: -1; }
    .cont_recruit_about .work_example .tl_box {
      position: relative;
      background-color: #FFF; }
      .cont_recruit_about .work_example .tl_box::before {
        content: '';
        box-sizing: border-box;
        width: calc(100% + 40px);
        height: 100%;
        background-color: #FFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        z-index: -1; }
      .cont_recruit_about .work_example .tl_box .tl_recruit_top {
        padding-bottom: 80px; }
      .cont_recruit_about .work_example .tl_box .box_triangle {
        width: calc(100% + 40px);
        height: auto;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateY(0%) translateX(-50%);
        -webkit-transform: translateY(0%) translateX(-50%); }
    .cont_recruit_about .work_example .work_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: -80px;
      position: relative;
      z-index: 0; }
      .cont_recruit_about .work_example .work_list > li {
        width: 48%;
        margin-bottom: 4%; }
      .cont_recruit_about .work_example .work_list .item_box {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 15px;
        text-align: center;
        background-color: #FFF;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
        .cont_recruit_about .work_example .work_list .item_box .img_item {
          width: 96px;
          height: auto;
          margin-bottom: 10px; }
        .cont_recruit_about .work_example .work_list .item_box .tl_item {
          font-size: 1.6rem;
          font-weight: bold;
          margin-bottom: 10px; }
        .cont_recruit_about .work_example .work_list .item_box .txt_item {
          font-size: 1.5rem;
          text-align: left; }
    .cont_recruit_about .work_example .box_triangle {
      width: calc(100% + 40px);
      height: auto;
      margin: 0;
      position: absolute;
      bottom: -1px;
      left: 50%;
      transform: translateY(0%) translateX(-50%);
      -webkit-transform: translateY(0%) translateX(-50%);
      z-index: -1; }
  .cont_recruit_about .work_movie {
    position: relative;
    padding: 0 0 10px; }
    .cont_recruit_about .work_movie .movie_box {
      margin: 0 0 40px; }
      .cont_recruit_about .work_movie .movie_box .youtube {
        position: relative; }
        .cont_recruit_about .work_movie .movie_box .youtube::after {
          display: block;
          content: '';
          width: 70px;
          height: 50px;
          background-image: url("../img_cmn/ico_youtube_play.svg");
          background-repeat: no-repeat;
          background-position: 50%;
          background-size: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%);
          -webkit-transform: translateY(-50%) translateX(-50%); }
        .cont_recruit_about .work_movie .movie_box .youtube > img {
          width: 100%;
          height: calc(100vw * 188 / 375);
          max-height: 400px;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
      .cont_recruit_about .work_movie .movie_box .movie_detail {
        box-sizing: border-box;
        width: 85%;
        margin: -20px auto 0;
        padding: 12px 20px 15px;
        background-color: #FFF;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        text-align: center;
        position: relative;
        z-index: 0; }
        .cont_recruit_about .work_movie .movie_box .movie_detail .tl_movie {
          font-size: 1.8rem;
          font-weight: bold;
          color: #2BC0E4;
          margin-bottom: 2px; }
        .cont_recruit_about .work_movie .movie_box .movie_detail .txt_movie {
          line-height: 1.7em;
          text-align: left; }
    .cont_recruit_about .work_movie .box_triangle {
      width: calc(100% + 40px);
      height: auto;
      margin: 0;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateY(0%) translateX(-50%);
      -webkit-transform: translateY(0%) translateX(-50%);
      z-index: 1; }
  .cont_recruit_about .next_btn_box {
    padding: 80px 0 50px;
    position: relative; }
    .cont_recruit_about .next_btn_box::before {
      content: '';
      box-sizing: border-box;
      width: calc(100% + 40px);
      height: 100%;
      background-color: rgba(225, 216, 13, 0.6);
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateY(0%) translateX(-50%);
      -webkit-transform: translateY(0%) translateX(-50%);
      z-index: 0; }
    .cont_recruit_about .next_btn_box .btn_base {
      margin-bottom: 20px; }
    .cont_recruit_about .next_btn_box .box_triangle_top {
      width: calc(100% + 40px);
      height: auto;
      margin: 0;
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateY(0%) translateX(-50%);
      -webkit-transform: translateY(0%) translateX(-50%);
      z-index: 1; }
    .cont_recruit_about .next_btn_box .box_triangle_bottom {
      width: calc(100% + 42px);
      height: auto;
      margin: 0;
      position: absolute;
      bottom: -1px;
      left: 50%;
      transform: translateY(0%) translateX(-50%);
      -webkit-transform: translateY(0%) translateX(-50%); }
  .cont_recruit_about .recruit_requirement {
    margin: 60px 0 60px;
    padding: 0; }
  .cont_recruit_about .recruit_steps {
    padding: 0; }

/* ------------------------------------
  132_recruit_process.html
------------------------------------ */
.cont_recruit_process {
  /* キャリアプラン
	------------------------------------ */
  /* 他のページへのリンク
	------------------------------------ */
  /* 募集要項
  ------------------------------------ */
  /* 採用までの流れ
  ------------------------------------ */ }
  .cont_recruit_process .tl_recruit_top {
    margin: 60px 0 0; }
  .cont_recruit_process .career_plan {
    margin: 60px 0;
    position: relative;
  /* レベルアップ
	---------------- */
  /* さらに上を目指す
	---------------- */ }
    .cont_recruit_process .career_plan .plan_box {
      margin: 40px 0 0;
      position: relative;
      z-index: 1; }
      .cont_recruit_process .career_plan .plan_box .tl_plan {
        font-family: 'Noto Serif JP', serif;
        letter-spacing: 0.05em;
        font-size: 2.2rem;
        text-align: center;
        margin-bottom: 25px; }
        .cont_recruit_process .career_plan .plan_box .tl_plan .num {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 68px;
          background: url(../img_cmn/bg_double_square_key_color.svg) 50% 50% no-repeat;
          padding-right: 10px;
          font-size: 2.4rem;
          font-weight: bold;
          margin-bottom: 10px; }
        .cont_recruit_process .career_plan .plan_box .tl_plan .img_ico {
          display: block;
          text-align: center; }
          .cont_recruit_process .career_plan .plan_box .tl_plan .img_ico > img {
            width: 52px;
            height: 52px; }
      .cont_recruit_process .career_plan .plan_box .txt_plan {
        margin: 20px 0; }
      .cont_recruit_process .career_plan .plan_box .txt_plan_box {
        padding: 10px 0;
        margin: 15px 0;
        text-align: center;
        color: #1D829A;
        font-weight: bold;
        background-color: #F1F1F1; }
      .cont_recruit_process .career_plan .plan_box .img_plan {
        display: block;
        margin: 20px 0;
        width: 100%;
        height: calc(100vw * 215 / 375);
        max-height: 400px;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    .cont_recruit_process .career_plan .level_up {
      width: 100%;
      height: calc(100vw * 130 / 375);
      max-height: 250px;
      margin: -30px 0 0;
      position: relative;
      z-index: 0; }
      .cont_recruit_process .career_plan .level_up::before {
        content: '';
        box-sizing: border-box;
        width: calc(100% + 40px);
        height: 100%;
        background-color: rgba(43, 192, 228, 0.8);
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateY(0%) translateX(-50%);
        -webkit-transform: translateY(0%) translateX(-50%);
        z-index: 0; }
      .cont_recruit_process .career_plan .level_up .bg_tl {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-40%) translateX(-50%);
        -webkit-transform: translateY(-40%) translateX(-50%);
        z-index: 1; }
      .cont_recruit_process .career_plan .level_up .txt_level_up {
        width: 100%;
        text-align: center;
        color: #FFF;
        font-family: 'Noto Serif JP', serif;
        letter-spacing: 0.05em;
        font-size: 2.2rem;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-25%) translateX(-50%);
        -webkit-transform: translateY(-25%) translateX(-50%);
        z-index: 1; }
      .cont_recruit_process .career_plan .level_up .box_triangle_top {
        width: calc(100% + 40px);
        height: auto;
        margin: 0;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateY(0%) translateX(-50%);
        -webkit-transform: translateY(0%) translateX(-50%);
        z-index: 2; }
      .cont_recruit_process .career_plan .level_up .box_triangle_bottom {
        width: calc(100% + 42px);
        height: auto;
        margin: 0;
        position: absolute;
        bottom: -1px;
        left: 50%;
        transform: translateY(0%) translateX(-50%);
        -webkit-transform: translateY(0%) translateX(-50%);
        z-index: 1; }
    .cont_recruit_process .career_plan .higher_level {
      margin: 0px 0 0; }
      .cont_recruit_process .career_plan .higher_level::before {
        background-color: rgba(225, 216, 13, 0.6); }
      .cont_recruit_process .career_plan .higher_level .txt_level_up {
        color: #000; }
    .cont_recruit_process .career_plan .box_triangle {
      width: calc(100% + 40px);
      height: auto;
      margin: 0;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateY(0%) translateX(-50%);
      -webkit-transform: translateY(0%) translateX(-50%);
      z-index: 1; }
  .cont_recruit_process .next_btn_box {
    padding: 80px 0 50px;
    position: relative; }
    .cont_recruit_process .next_btn_box::before {
      content: '';
      box-sizing: border-box;
      width: calc(100% + 40px);
      height: 100%;
      background-color: rgba(225, 216, 13, 0.6);
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateY(0%) translateX(-50%);
      -webkit-transform: translateY(0%) translateX(-50%);
      z-index: 0; }
    .cont_recruit_process .next_btn_box .btn_base {
      margin-bottom: 20px; }
    .cont_recruit_process .next_btn_box .box_triangle_top {
      width: calc(100% + 40px);
      height: auto;
      margin: 0;
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateY(0%) translateX(-50%);
      -webkit-transform: translateY(0%) translateX(-50%);
      z-index: 1; }
    .cont_recruit_process .next_btn_box .box_triangle_bottom {
      width: calc(100% + 42px);
      height: auto;
      margin: 0;
      position: absolute;
      bottom: -1px;
      left: 50%;
      transform: translateY(0%) translateX(-50%);
      -webkit-transform: translateY(0%) translateX(-50%); }
  .cont_recruit_process .recruit_requirement {
    margin: 60px 0 60px;
    padding: 0; }
  .cont_recruit_process .recruit_steps {
    padding: 0; }
    .cont_recruit_process .recruit_steps .tl_recruit_top {
      margin-bottom: 30px; }

/*# sourceMappingURL=style.css.map */
