@charset "UTF-8";
/* ★★このcssはscssをコンパイルしたcssです。cssを記述する場合は、こちらに記述せず、merge.cssに記述してください。★★ */
/* ==============================================
CSS information

 file name  : style.css
 style info : style.scssコンパイルしたファイル。

 このスタイルシートの構成
 style.scss参照
=============================================== */
/* →.img_object_fitをimgに指定（_layout.scssに記載）
@mixin photo_center($width, $height) {
  position: absolute;
  top: 50%;
  left: 50%;
  //-webkit-transform: translate(-50%, -50%);
  //-ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	width: $width;
	height: $height;
}
*/
/* ------------------------------------
  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;
  }
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  管理者ホームへのリンク
------------------------------------ */
.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: #404040;
  /* Firefoxで点線が出ない処理　kunihiro */
}

td,
th {
  vertical-align: top;
  text-align: left;
}

hr.key_color {
  height: 1px;
  border: none;
  border-top: 1px dotted #E01F06;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  /* 16px */
  color: #404040;
  line-height: 1.5;
  margin: 0 auto !important;
  text-align: center;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    /* 14px */
  }
}

#Frame {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #Frame {
    padding-top: 0;
  }
}

/* コンテンツエリア(header分の高さ調整)
------------------------------------ */
@media screen and (max-width: 767px) {
  .main {
    margin-top: 70px;
  }
}

/* コンテンツinner（960px）
------------------------------------ */
.cont_inner {
  width: 960px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cont_inner {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .cont_inner .wrap {
    padding-top: 60px;
  }
}
.cont_inner > .cont_inner {
  width: auto;
}

/* メディアクエリによる非表示用クラス
------------------------------------ */
/* タブレット以上の画面だけで表示するコンテンツ（SP画面で非表示にする）
--------------- */
@media screen and (max-width: 767px) {
  .pc_cont {
    display: none !important;
  }
}
/* SP画面だけで表示するコンテンツ（タブレット以上の画面で非表示にする）
--------------- */
@media screen and (min-width: 768px) {
  .sp_cont {
    display: none !important;
  }
}
/* 共通_ModulesListPage
------------------------------------ */
#content .cont_list .text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
}
#content .cont_list .text-ellipsis.multiline {
  white-space: normal;
  max-height: 3em;
  position: relative;
}
#content .cont_list .text-ellipsis.multiline::after {
  content: "…";
  background: #fff;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  padding-left: 10px;
}
#content .cont_list .text-ellipsis.line-2 {
  max-height: 3em;
}
#content .cont_list .text-ellipsis.line-3 {
  max-height: 4.5em;
}
#content .cont_list .text-ellipsis.line-4 {
  max-height: 6em;
}
#content .cont_list .text-ellipsis.line-5 {
  max-height: 7.5em;
}

/* ------------------------------------
/* 共通パーツ（テキスト）
------------------------------------ */
.txt_note {
  font-size: 1.2rem;
}

.ico_txt_box_bg {
  font-size: 1.2rem;
  background-color: #404040;
  color: #FFF;
  display: inline-block;
  padding: 2px 10px;
}

.ico_txt_box_line {
  font-size: 1.2rem;
  border: #CCC 1px solid;
  padding: 2px 10px;
}

/* ------------------------------------
/* 共通パーツ（アイコン）　（aに設定）
------------------------------------ */
.ico_link_blank {
  margin-left: 5px;
  vertical-align: middle;
}

/* ------------------------------------
/* 共通パーツ（サムネイル画像　中央表示/ofi.min.js） (imgに設定）
------------------------------------ */
.img_object_fit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* ------------------------------------
/* 共通パーツ（ボックス、カラム）
------------------------------------ */
/* 背景色有りbox(グレー)
------------------------------------ */
.bg_box {
  background-color: #EEE;
  padding: 30px 20px 1px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bg_box {
    padding: 20px 15px 1px;
  }
}
.bg_box .page_subtl:first-child, .bg_box .page_subtl02:first-child, .bg_box .page_subtl03:first-child, .bg_box .page_subtl04:first-child, .bg_box .cont_blog_detail .blog_detail_newnews .tl_detail_newnews:first-child, .cont_blog_detail .blog_detail_newnews .bg_box .tl_detail_newnews:first-child, .bg_box .page_subtl05:first-child, .bg_box .page_subtl06:first-child {
  margin-top: 0;
}
.bg_box .txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bg_box .txt {
    margin-bottom: 15px;
  }
}
.bg_box .btn {
  margin-top: 0;
}

/* ボーダーbox(グレー)
------------------------------------ */
.border_box {
  border: #CCC 2px solid;
  padding: 30px 30px 1px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .border_box {
    padding: 20px 20px 1px;
  }
}
.border_box .border_box_inner {
  border-bottom: #CCC 2px solid;
}
.border_box .page_subtl:first-child, .border_box .page_subtl02:first-child, .border_box .page_subtl03:first-child, .border_box .page_subtl04:first-child, .border_box .cont_blog_detail .blog_detail_newnews .tl_detail_newnews:first-child, .cont_blog_detail .blog_detail_newnews .border_box .tl_detail_newnews:first-child, .border_box .page_subtl05:first-child, .border_box .page_subtl06:first-child {
  margin-top: 0;
}
.border_box p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .border_box p {
    margin-bottom: 15px;
  }
}

/* 複数カラムボックス
------------------------------------ */
.multiple_box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .multiple_box {
    flex-direction: column;
  }
}
.multiple_box .btn a {
  margin-top: 0;
}

.multiple_box_two .multiple_box_item {
  width: 48%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .multiple_box_two .multiple_box_item {
    width: auto;
  }
}
.multiple_box_two .multiple_box_item:first-child {
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .multiple_box_two .multiple_box_item:first-child {
    margin-right: 0;
  }
}

/* ボタン右上配置用ボックス
------------------------------------ */
.btn_right_box {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .btn_right_box {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .btn_right_box .btn {
    margin-top: 10px;
  }
}
.btn_right_box .btn a {
  margin-top: 0;
}

/* ------------------------------------
/* 共通パーツ（リスト）
------------------------------------ */
/* アイコン付きリスト（小さい黒丸）
------------------------------------ */
.base_list > li {
  margin-bottom: .6em;
  text-indent: -14px;
  padding-left: 14px;
}
.base_list > li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  background-color: #404040;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

/* 番号付きリスト
------------------------------------ */
.base_ol_list {
  counter-reset: item;
}
.base_ol_list > li {
  margin-bottom: 30px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .base_ol_list > li {
    margin-bottom: 15px;
  }
}
.base_ol_list > li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: .5em;
}

/* ------------------------------------
/* 共通パーツ（パーツ）
------------------------------------ */
/* 関連リンク
------------------------------------ */
.related_link_box .tl_box {
  font-size: 24px;
  margin-bottom: 20px;
}
.related_link_box ul {
  display: flex;
  flex-wrap: wrap;
}
.related_link_box li {
  margin-right: 3.2%;
  width: 31.2%;
  box-sizing: border-box;
}
.related_link_box li:nth-child(3n) {
  margin-right: 0;
}
.related_link_box a {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  -moz-box-shadow: 0 0 1px 1px #f0ecec;
  -webkit-box-shadow: 0 0 1px 1px #f0ecec;
  box-shadow: 0 0 1px 1px #f0ecec;
  padding: 34px 32px;
  position: relative;
}
.related_link_box a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 80px;
  background: #E01F06;
  left: 10px;
  top: 50%;
  margin-top: -40px;
}
.related_link_box a::after {
  content: "";
  position: absolute;
  background: url("../img_cmn/ico_arrow.svg") no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  right: 10px;
  top: 50%;
}
.related_link_box a:hover {
  opacity: 0.7;
}

/* ------------------------------------
/* sp_メニューの黒overlay
------------------------------------ */
#overlayShadow {
  z-index: 9999 !important;
}

/* ------------------------------------
/* sp_モーダルダイアログ（ブラウザ標準の表示ができないため）
------------------------------------ */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-dialog {
  margin: 20px;
  background-color: #FFF;
  padding: 30px 20px;
}
.modal .modal-body p {
  margin-bottom: 20px;
}
.modal .modal-footer {
  display: flex;
  justify-content: center;
  margin: 0 5%;
}
.modal .modal-footer .btn {
  border: 1px solid #CCC;
  display: inline-block;
  text-align: center;
  width: 35%;
  margin: 0 15px;
  line-height: 50px;
  box-sizing: border-box;
}

/* ------------------------------------
/* ヘッダー固定表示時のアンカー位置調整
------------------------------------ */
.dummyTarget {
  position: relative;
}

.dummyTarget > * {
  visibility: hidden;
  position: absolute;
  top: -80px;
  left: 0;
}

.fixedHeader {
  position: fixed;
  width: 100%;
  background-color: #FFF;
  z-index: 100;
}

/*=================================================
 * 下位ページ共通スタイル
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  header共通
------------------------------------ */
/* ロゴ
------------------------------------ */
.logo_box {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .logo_box {
    padding-top: 0;
    margin: 10px 0;
  }
}
.logo_box a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .logo_box .logo_mark {
    width: 40px;
    height: auto;
  }
}
.logo_box .logo_type_box {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .logo_box .logo_type_box {
    margin-left: 5px;
  }
}
.logo_box .logo_type {
  margin: 2px 0 12px;
}
@media screen and (max-width: 767px) {
  .logo_box .logo_type {
    max-width: 110px;
    height: auto;
    margin: 0 0 2px;
  }
}
.logo_box .site_name {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .logo_box .site_name {
    font-size: 1.2rem;
  }
}

/* 採用サイト　募集要項一覧
------------------------------------ */
.menu_requirement {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.menu_requirement .menu_requirement_list {
  display: flex;
  justify-content: flex-end;
}
.menu_requirement .menu_requirement_list .menu_requirement_list_item {
  border-right: #676767 1px solid;
}
.menu_requirement .menu_requirement_list .menu_requirement_list_item:last-child {
  border-right: none;
}
.menu_requirement .menu_requirement_list a {
  font-size: 1.3rem;
  color: #FFF;
  background-color: #404040;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 50px;
  line-height: 1.2;
  text-align: center;
  transition: 0.5s;
}
.menu_requirement .menu_requirement_list a:hover {
  opacity: 0.8;
}
.menu_requirement .ico_link_blank::after {
  margin-top: 10px;
}

/* グローバルナビ
------------------------------------ */
@media screen and (max-width: 767px) {
  .gnav {
    display: none;
  }
}
.gnav .gnav_list {
  display: flex;
  align-items: center;
}
.gnav .gnav_list a {
  padding: 8px 15px;
  font-size: 1.5rem;
  transition: 0.5s;
}
.gnav .gnav_list a:hover {
  opacity: 0.8;
}
.gnav .gnav_list a:hover {
  color: #E01F06;
}
.gnav .gnav_list .btn_entry {
  padding-left: 15px;
}
.gnav .gnav_list .btn_entry a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #E01F06;
  color: #FFF;
  padding: 0;
  position: relative;
  transition: 0.5s;
}
.gnav .gnav_list .btn_entry a:hover {
  opacity: 0.8;
}
.gnav .gnav_list .btn_entry a:hover {
  color: #FFF;
}
.gnav .gnav_list .btn_entry a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
}

/* ------------------------------------
  header_cmn
------------------------------------ */
.header_cmn {
  height: 120px;
  box-sizing: border-box;
  background-color: #FFF;
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  /* 採用サイト、spメニュー(SPのみ)
	------------------------------------ */
}
@media screen and (max-width: 767px) {
  .header_cmn {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .header_cmn.no_follow {
    position: absolute;
  }
}
.header_cmn.header_no_follow {
  position: absolute;
}
.header_cmn .cont_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header_cmn .cont_inner {
    align-items: center;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header_cmn .btn_box {
    display: flex;
  }
  .header_cmn .btn_box .btn_entry a {
    background-color: #E01F06;
    color: #FFF;
    font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    line-height: 60px;
    text-align: center;
    font-size: 1.4rem;
  }
  .header_cmn .btn_box .btn_menu a {
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding-top: 40px;
    color: #404040;
    text-align: center;
    font-size: 1rem;
    position: relative;
  }
  .header_cmn .btn_box .btn_menu a::before {
    content: "";
    display: block;
    width: 24px;
    height: 19px;
    position: absolute;
    top: 50%;
    margin-top: 0;
    background: url("../img_cmn/ico_menu.svg") no-repeat 0 0;
    background-size: 24px auto;
    top: 14px;
    left: 18px;
  }
}

/* グローバルナビmin（スクロール後に表示）
------------------------------------ */
.gNav_min_wrap {
  width: 100%;
  position: fixed;
  z-index: 10;
  background-color: #FFF;
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  display: none;
  height: 80px;
  box-sizing: border-box;
  /* ロゴ
	------------------------------------ */
  /* 採用サイト　募集要項一覧
  ------------------------------------ */
  /* グローバルナビ
	------------------------------------ */
}
@media screen and (max-width: 767px) {
  .gNav_min_wrap {
    display: none !important;
  }
}
.gNav_min_wrap.header_no_follow {
  display: none !important;
}
.gNav_min_wrap .cont_inner {
  display: flex;
  justify-content: space-between;
}
.gNav_min_wrap .logo_box {
  padding-top: 10px;
}
.gNav_min_wrap .logo a .logo_type {
  margin-bottom: 6px;
}
.gNav_min_wrap .logo a .site_name {
  font-size: 1.6rem;
}
.gNav_min_wrap .menu_requirement {
  margin-bottom: 10px;
}
.gNav_min_wrap .menu_requirement .menu_requirement_list a {
  height: 30px;
  padding: 0 10px;
  font-size: 1.2rem;
}
.gNav_min_wrap .gnav .gnav_list .btn_entry a {
  height: 30px;
  line-height: 30px;
}
.gNav_min_wrap .gnav .gnav_list .btn_entry a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
}

/* 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;
}
.sidemenu_box .sidemenu_box_inner {
  height: 100%;
  width: 100%;
}
.sidemenu_box .sidemenu_box_inner .tl_box_main .logo_box {
  margin-right: 50px;
}
.sidemenu_box .sidemenu_box_inner .tl_box_main .logo a {
  display: flex;
  align-items: center;
  padding: 14px 10px;
}
.sidemenu_box .sidemenu_box_inner .tl_box_main .logo .logo_mark {
  margin-right: 5px;
}
.sidemenu_box .sidemenu_box_inner .tl_box_main .btn_box {
  position: absolute;
  top: 18px;
  right: 10px;
}
.sidemenu_box .sidemenu_box_inner .tl_box_main .btn_box a {
  display: block;
  text-align: center;
  font-size: 1rem;
}
.sidemenu_box .sidemenu_box_inner .tl_box_main .btn_box .ico {
  display: block;
  margin: 0 auto 3px;
}
.sidemenu_box .sidemenu_box_inner .sitemap_list01 {
  margin: 0;
}
.sidemenu_box .sidemenu_box_inner .sitemap_list01_item {
  width: 100%;
}
.sidemenu_box .sidemenu_box_inner .sitemap_list02 {
  margin: 0 0 40px;
}
.sidemenu_box .sidemenu_box_inner .sitemap_list02_item:nth-child(1) {
  padding-right: 10px;
}
.sidemenu_box .sidemenu_box_inner .sitemap_list02_item:nth-child(2) {
  padding-left: 10px;
}
.sidemenu_box .sidemenu_box_inner .sitemap_list02_item a {
  font-size: 1.2rem;
}
.sidemenu_box .sidemenu_box_inner .sitemap_list03 {
  margin: 30px 10px 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.sidemenu_box .sidemenu_box_inner .sitemap_list03_item {
  width: 50%;
}
.sidemenu_box .sidemenu_box_inner .sitemap_list03_item:first-child {
  width: 100%;
}
.sidemenu_box .sidemenu_box_inner .sitemap_list03_item a {
  display: block;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #9B9B9B;
}
.sidemenu_box .sidemenu_box_inner .btn_close {
  padding: 20px;
}
.sidemenu_box .sidemenu_box_inner .btn_close a {
  display: block;
  border: 2px solid #CCC;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
}
.sidemenu_box .sidemenu_box_inner .btn_close a img {
  vertical-align: middle;
  margin-right: 10px;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  コンテンツ下エントリーリンク
------------------------------------ */
.cmn_entry_box {
  border-top: #E01F06 5px solid;
  border-bottom: #E01F06 5px solid;
  height: 360px;
  background: url(../img_cmn/bg_cmn_entry_box.jpg) 50% 50% repeat-x;
  text-align: center;
  margin-top: 120px;
  	/*
  	.catch_txt {
  		margin: 50px 0;
  		position: relative;
  		text-align: center;
      //sp
      @include pcmq(sm) {
        margin: 30px 0;
      }
    }
  	.catch_j {
  		color: $key_color;
  		@include font_heading;
  		font-size: 3.2rem;
  		position: relative;
  		z-index: 2;
      //sp
      @include pcmq(sm) {
        font-size: 2.8rem;
      }
    }
  	.catch_e {
  		position: absolute;
  		top: -14px;
  		right: 195px;
  		z-index: 1;
      //sp
      @include pcmq(sm) {
        top: 30px;
        right: auto;
        left: 50%;
        margin-left: 20px;
        img {
          width: 140px;
          height: auto;
        }
      }
  	}
  	*/
}
@media screen and (max-width: 767px) {
  .cmn_entry_box {
    height: auto;
    background-size: cover;
    padding-bottom: 30px;
    margin-top: 60px;
  }
}
.cmn_entry_box .catch_j {
  color: #E01F06;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .cmn_entry_box .catch_j {
    font-size: 2.8rem;
  }
}
.cmn_entry_box .catch_e {
  top: -3px;
  right: 239px;
}
@media screen and (max-width: 767px) {
  .cmn_entry_box .catch_e {
    top: 30px;
    right: auto;
    left: 50%;
    margin-left: 20px;
  }
  .cmn_entry_box .catch_e img {
    width: 140px;
    height: auto;
  }
}
.cmn_entry_box .txt {
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
.cmn_entry_box .btn_entry a {
  display: block;
  width: 360px;
  height: 80px;
  line-height: 80px;
  margin: 15px auto 0;
  text-align: center;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
  background-color: #E01F06;
  color: #FFF;
  padding: 0;
  position: relative;
  transition: 0.5s;
}
.cmn_entry_box .btn_entry a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .cmn_entry_box .btn_entry a {
    width: auto;
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
    font-size: 2.8rem;
  }
}
.cmn_entry_box .btn_entry a:hover {
  color: #FFF;
}
.cmn_entry_box .btn_entry a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
}

/* ------------------------------------
  footer
------------------------------------ */
#footer {
  background-color: #FFF;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: 30px;
  }
}

.footer_box {
  display: flex;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer_box {
    flex-direction: column;
  }
}

/* footerロゴ
------------------------------------ */
.footer_logo_box a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer_logo_box a {
    width: 250px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer_logo_box .logo_mark {
    width: 70px;
    height: auto;
  }
}
.footer_logo_box .logo_type_box {
  margin-left: 15px;
}
.footer_logo_box .logo_type {
  margin: 2px 0 12px;
}
@media screen and (max-width: 767px) {
  .footer_logo_box .logo_type {
    width: 162px;
    height: auto;
  }
}
.footer_logo_box .site_name {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .footer_logo_box .site_name {
    font-size: 1.7rem;
  }
}

/* footerサイトマップ
------------------------------------ */
@media screen and (max-width: 767px) {
  .footer_sitemap {
    margin-top: 30px;
  }
}

.footer_sitemap_nav {
  display: flex;
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .footer_sitemap_nav {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_list01,
  .sitemap_list02 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    border-top: #CCC 2px solid;
  }
}

.sitemap_list01_item,
.sitemap_list02_item {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sitemap_list01_item,
  .sitemap_list02_item {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    border-bottom: #CCC 2px solid;
  }
  .sitemap_list01_item:nth-child(odd),
  .sitemap_list02_item:nth-child(odd) {
    border-right: #CCC 2px solid;
  }
}
.sitemap_list01_item a,
.sitemap_list02_item a {
  font-size: 1.5rem;
  transition: 0.5s;
}
.sitemap_list01_item a:hover,
.sitemap_list02_item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .sitemap_list01_item a,
  .sitemap_list02_item a {
    display: block;
    font-size: 1.4rem;
    box-sizing: border-box;
    padding: 15px 20px 15px 15px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .sitemap_list01_item a::after,
  .sitemap_list02_item a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    border-right: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
    transform: rotate(-45deg);
  }
}
.sitemap_list01_item a:hover,
.sitemap_list02_item a:hover {
  color: #E01F06;
  text-decoration: underline;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .sitemap_list02 {
    border-top: none;
    margin-bottom: 40px;
  }

  .sitemap_list02_item {
    width: 50%;
  }
  .sitemap_list02_item a {
    font-size: 1.2rem;
    height: 100%;
  }
}
.sitemap_list01_01 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sitemap_list01_01 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.sitemap_list01_01 .sitemap_list01_01_item {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .sitemap_list01_01 .sitemap_list01_01_item {
    width: 50%;
    background-color: #F8F8F8;
    box-sizing: border-box;
    border-top: #CCC 2px solid;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sitemap_list01_01 .sitemap_list01_01_item:nth-child(2n) {
    border-left: #CCC 2px solid;
  }
}
.sitemap_list01_01 .sitemap_list01_01_item::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: 0;
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #CCC;
}
@media screen and (max-width: 767px) {
  .sitemap_list01_01 .sitemap_list01_01_item::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sitemap_list01_01 .sitemap_list01_01_item a {
    font-size: 1.2rem;
    height: 100%;
  }
}

.sitemap_list02_outer {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .sitemap_list02_outer {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sns_list {
    display: flex;
    justify-content: center;
  }
}

.sns_list_item a {
  transition: 0.5s;
}
.sns_list_item a:hover {
  opacity: 0.8;
}

/* footer_copyright
----------------------------------- */
.footer_copyright {
  background: #404040;
  color: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    background-color: transparent;
    padding: 0;
  }
}
.footer_copyright .cont_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer_copyright .cont_inner {
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_copyright .footer_copyright_inner {
    order: 2;
    background: #404040;
    width: 100%;
  }
}
.footer_copyright .copyright {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer_copyright .copyright {
    font-size: 1rem;
    color: #fff;
    padding: 12px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer_copyright .footer_copyright_sitemap {
    order: 1;
    margin-bottom: 10px;
  }
}
.footer_copyright .sitemap_list03 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_copyright .sitemap_list03 {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.footer_copyright .sitemap_list03_item {
  padding: 0 20px;
  border-right: #9B9B9B 1px solid;
}
@media screen and (max-width: 767px) {
  .footer_copyright .sitemap_list03_item {
    padding: 0 8px;
    border-right: none;
  }
}
.footer_copyright .sitemap_list03_item:last-child {
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .footer_copyright .sitemap_list03_item:last-child {
    padding: 0 8px;
  }
}
.footer_copyright .sitemap_list03_item a {
  color: #FFF;
  font-size: 1.2rem;
  transition: 0.5s;
}
.footer_copyright .sitemap_list03_item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .footer_copyright .sitemap_list03_item a {
    color: #9B9B9B;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  .footer_copyright .sitemap_list03_item a {
    font-size: 1.0rem;
  }
}
.footer_copyright .sitemap_list03_item .ico_link_blank,
.footer_copyright .sitemap_list03_item .ico_link_blank_picture {
  width: 11px;
  height: auto;
  margin-left: 2px;
}

/* ページ上部に戻る
----------------------------------- */
.btn_page_top {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .btn_page_top {
    bottom: 20px;
  }
}
.btn_page_top a {
  display: block;
  background-color: #404040;
  width: 50px;
  height: 50px;
  position: relative;
  transition: 0.5s;
}
.btn_page_top a:hover {
  opacity: 0.8;
}
.btn_page_top a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-135deg);
  right: auto;
  left: 50%;
  margin-left: -5px;
}

/*=================================================
 * contページ共通
 * ================================================ */
/* トップページへ
------------------------------------ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * ページタイトル
 * ================================================ */
.page_tl {
  color: #E01F06;
  font-size: 4.2rem;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 80px 0 30px;
}
@media screen and (max-width: 767px) {
  .page_tl {
    margin: 60px 0 30px;
    font-size: 2.8rem;
    line-height: 1.3;
  }
}

.page_tl_e {
  color: #404040;
  font-size: 2rem;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .page_tl_e {
    font-size: 1.2rem;
  }
}

/*=================================================
 * パンくず
 * ================================================ */
.topic_path {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .topic_path {
    margin-top: 15px;
  }
}
.topic_path li {
  display: inline;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
  font-size: 1.2rem;
}
.topic_path li::before {
  content: ">";
  display: block;
  position: absolute;
  top: -2px;
  left: -5px;
}
.topic_path li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.topic_path li:first-child::before {
  content: "";
}
.topic_path a {
  padding: 3px 5px;
  transition: 0.5s;
}
.topic_path a:hover {
  opacity: 0.8;
}
.topic_path a:hover {
  color: #E01F06;
}

/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  見出し
------------------------------------ */
/* ページサブタイトル01(中央寄せ・赤・36px)
------------------------------------ */
.page_subtl {
  color: #E01F06;
  font-size: 3.6rem;
  line-height: 1.0;
  text-align: center;
  margin: 60px 0 50px;
  padding-bottom: 10px;
  position: relative;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_subtl {
    font-size: 2.4rem;
    margin: 60px 0 30px;
  }
}

/* ページサブタイトル02(左寄せ・28px)
------------------------------------ */
.page_subtl02 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin: 60px 0 30px;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_subtl02 {
    font-size: 2rem;
    margin: 40px 0 20px;
  }
}

/* ページサブタイトル03(左寄せ・濃いグレー背景・白文字・24px)
------------------------------------ */
.page_subtl03 {
  color: #FFF;
  background-color: #404040;
  display: inline-block;
  padding: 7px 20px;
  font-size: 2.4rem;
  line-height: 1.0;
  margin: 50px 0 30px;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_subtl03 {
    font-size: 1.8rem;
    margin: 30px 0 20px;
  }
}

/* ページサブタイトル04(左寄せ・24px)
------------------------------------ */
.page_subtl04, .cont_blog_detail .blog_detail_newnews .tl_detail_newnews {
  font-size: 2.4rem;
  line-height: 1.0;
  margin: 40px 0 30px;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_subtl04, .cont_blog_detail .blog_detail_newnews .tl_detail_newnews {
    font-size: 1.8rem;
    margin: 25px 0 15px;
  }
}

/* ページサブタイトル05(左寄せ・赤・20px)
------------------------------------ */
.page_subtl05 {
  color: #E01F06;
  font-size: 2rem;
  line-height: 1.0;
  margin: 40px 0 20px;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_subtl05 {
    font-size: 1.6rem;
  }
}

/* ページサブタイトル06(左寄せ・20px)
------------------------------------ */
.page_subtl06 {
  font-size: 2rem;
  line-height: 1.0;
  margin: 40px 0 20px;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_subtl06 {
    font-size: 1.6rem;
  }
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* 共通
------------------------------------ */
.page_nav {
  margin: 60px 0;
}
.page_nav .pages {
  text-align: center;
  /* 「前へ」「次へ」
    ------------------------------------ */
}
.page_nav .pages a:hover {
  transition: 0.2s;
}
.page_nav .pages .page_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page_nav .pages .page_list {
    justify-content: space-between;
  }
}
.page_nav .pages .next,
.page_nav .pages .prev {
  border: none;
  background: #fff;
  display: inline-block;
  position: relative;
  width: 50%;
  max-width: 160px;
}
.page_nav .pages .next a,
.page_nav .pages .prev a {
  display: block;
  color: #404040;
  border: 2px solid #404040;
  transition: all .5s;
  height: 50px;
  box-sizing: border-box;
  line-height: 46px;
}
.page_nav .pages .next a:hover,
.page_nav .pages .prev a:hover {
  color: #E01F06;
  border-color: #E01F06;
}
.page_nav .pages .next a:hover::after,
.page_nav .pages .prev a:hover::after {
  border-color: #E01F06;
}
.page_nav .pages .next.no_link a,
.page_nav .pages .prev.no_link a {
  background: #DCDCDC;
  border: 2px solid #DCDCDC;
  pointer-events: none;
}
.page_nav .pages .next.no_link a:hover,
.page_nav .pages .prev.no_link a:hover {
  color: unset;
  border: unset;
}
.page_nav .pages .next {
  margin-left: 20px;
}
.page_nav .pages .next > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
  transform: rotate(-45deg);
  transition-duration: .5s;
}
.page_nav .pages .next.no_link > a::after {
  display: none;
}
.page_nav .pages .prev {
  margin-right: 20px;
}
.page_nav .pages .prev > a {
  height: 50px;
}
.page_nav .pages .prev > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 15px;
  margin-top: -5px;
  border-left: 2px solid #404040;
  border-bottom: 2px solid #404040;
  transform: rotate(45deg);
  transition-duration: .5s;
}
.page_nav .pages .prev.no_link > a::after {
  display: none;
}
.page_nav .pages .home {
  display: inline-block;
}
.page_nav .pages .home a {
  padding: 14px 90px;
  margin: 0 60px;
  background: #FFF;
  border-radius: 4px;
  border: 2px solid #DDD3C3;
}
@media screen and (max-width: 767px) {
  .page_nav {
    margin: 40px 0 30px;
  }
  .page_nav .page_list {
    flex-wrap: wrap;
  }
  .page_nav .page_number_box {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .page_nav .pages .prev {
    margin-right: 0;
    order: 2;
  }
  .page_nav .pages .next {
    margin-left: 0;
    order: 3;
  }
}

@media screen and (max-width: 767px) {
  .page_nav {
    margin: 40px 0 50px;
  }
}
.page_nav .pages .btn_back_list_box {
  position: relative;
}
.page_nav .pages .btn_back_list_box p {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page_nav .pages .btn_back_list_box .show_category_box {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -151px;
  }
}
.page_nav .pages .btn_back_list_box .show_category_box a {
  width: 260px;
  border: 1px solid #CF0000;
  background: #fff;
  padding: 0 20px;
  line-height: 43px;
}
.page_nav .pages .btn_back_list_box .show_category_box a span {
  position: relative;
  margin-left: 40px;
}
.page_nav .pages .btn_back_list_box .show_category_box a span:before {
  content: "";
  position: absolute;
  background: url(../img_cmn/ico_btn_category_box.svg) no-repeat;
  background-size: 20px auto;
  width: 20px;
  height: 15px;
  top: 4px;
  left: -30px;
}
.page_nav .pages .btn_back_list_box .show_category_box a:hover {
  color: #fff;
  background: #CF0000;
  transition: .3s;
}
.page_nav .pages .btn_back_list_box .show_category_box a:hover span::before {
  content: "";
  position: absolute;
  background: url(../img_cmn/ico_btn_category_box_white.svg) no-repeat;
  background-size: 20px auto;
  width: 20px;
  height: 15px;
  top: 4px;
  left: -30px;
}

/* ------------------------------------
/* 一覧ページ
------------------------------------ */
/* ページ番号
------------------------------------ */
.page_number_box li:first-child {
  margin-left: 0;
}
.page_number_box .current_none {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  border: 2px solid #404040;
  transition: all .5s;
  box-sizing: border-box;
  /* SP */
}
@media screen and (max-width: 767px) {
  .page_number_box .current_none {
    margin-left: 5px;
  }
}
.page_number_box .current_none.snip {
  border: none;
  pointer-events: none;
}
.page_number_box .current_none a {
  display: block;
}
.page_number_box .current_none a span {
  display: block;
  color: #404040;
  transition: all .5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  /* SP */
}
@media screen and (max-width: 767px) {
  .page_number_box .current_none a span {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
.page_number_box .current_none:hover {
  border-color: #E01F06;
}
.page_number_box .current_none:hover a span {
  color: #E01F06;
}
.page_number_box .current {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #404040;
  background-color: #404040;
  transition: all .5s;
  /* SP */
}
@media screen and (max-width: 767px) {
  .page_number_box .current {
    margin-left: 5px;
  }
}
.page_number_box .current span {
  display: block;
  color: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  /* SP */
}
@media screen and (max-width: 767px) {
  .page_number_box .current span {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}

/* ------------------------------------
/* 詳細ページ
------------------------------------ */
/* ページ送り 前後
----------------------------------- */
.article_navi {
  margin: 60px 0 80px;
  font-size: 18px;
}
.article_navi a:hover {
  opacity: 0.8;
}
.article_navi ul li {
  display: inline-block;
  position: relative;
}
.article_navi ul li a {
  background: #404040;
}
.article_navi ul li span {
  color: #FFF;
}
.article_navi ul li.no_link {
  background: #EEE;
  color: #9B9B9B;
}
.article_navi ul li.no_link a {
  background: #EEE;
}
.article_navi ul li.no_link span {
  color: #404040;
}
.article_navi ul li.no_link p {
  padding: 10px 50px;
}
.article_navi ul li.prev a {
  padding: 10px 50px;
}
.article_navi ul li.home a {
  padding: 10px 100px;
  margin: 0 60px;
  background: #FFF;
  border: 1px solid;
}
.article_navi ul li.next a {
  padding: 10px 50px;
}
.article_navi .home span {
  color: #9B9B9B;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* table
------------------------------------ */
.base_table {
  width: 100%;
  table-layout: fixed;
  border-top: #CCC 1px solid;
  margin: 30px 0;
}
.base_table caption {
  text-align: right;
  margin-bottom: 10px;
}
.base_table th, .base_table td {
  border-bottom: #CCC 1px solid;
}
@media screen and (max-width: 767px) {
  .base_table th, .base_table td {
    display: block;
  }
}
.base_table th {
  padding: 20px 10px 20px 0;
  font-weight: normal;
  width: 10em;
}
@media screen and (max-width: 767px) {
  .base_table th {
    font-weight: bold;
    border-bottom: none;
    padding: 20px 0 10px;
  }
}
.base_table td {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .base_table td {
    padding: 0 0 20px;
  }
}
.base_table strong {
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* button
------------------------------------ */
/* ベース
------------------------------------ */
.base_btn {
  margin: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .base_btn {
    margin: 30px 0;
  }
}
.base_btn a {
  display: block;
  color: #FFF;
  background-color: #404040;
  font-size: 2rem;
  text-align: center;
  width: 360px;
  max-width: 100%;
  line-height: 50px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  transition: 0.5s;
}
.base_btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .base_btn a {
    width: auto;
    margin: 0 15px;
    font-size: 1.6rem;
  }
}
.base_btn a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
}

/* ベースSサイズ（郵便番号、Googleマップなどのボタン）
------------------------------------ */
.base_btn_s a {
  display: inline-block;
  width: inherit;
  box-sizing: border-box;
  color: #FFF;
  background-color: #404040;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 32px;
  padding: 0 20px;
  transition: 0.5s;
}
.base_btn_s a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .base_btn_s a {
    width: auto;
    font-size: 1.3rem;
  }
}

/* ボーダーのボタン
------------------------------------ */
.base_btn_border {
  margin: 30px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base_btn_border {
    margin: 20px 0;
  }
}
.base_btn_border a, .base_btn_border button {
  border: 2px solid #404040;
  display: inline-block;
  text-align: center;
  width: 360px;
  max-width: 100%;
  font-size: 2.0rem;
  line-height: 50px;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base_btn_border a, .base_btn_border button {
    width: 100%;
    font-size: 1.6rem;
  }
}
.base_btn_border a:hover, .base_btn_border button:hover {
  color: #E01F06;
  border: 2px solid #E01F06;
}
.base_btn_border a:hover::before, .base_btn_border button:hover::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  border-right: 2px solid #E01F06;
  border-bottom: 2px solid #E01F06;
  transform: rotate(-45deg);
}
.base_btn_border a::before, .base_btn_border button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
  transform: rotate(-45deg);
  transition: 0.5s;
}

/* 戻るボタン
------------------------------------ */
.back_btn {
  margin: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .back_btn {
    margin: 40px 0 60px;
  }
}
.back_btn a {
  position: relative;
}
.back_btn a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: auto;
  margin-top: -6px;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
  transform: rotate(135deg);
  left: 10px;
  transition: 0.5s;
}
.back_btn a::after:hover {
  opacity: 0.8;
}
.back_btn a:hover::after {
  background: url("../img_cmn/ico_arrow_keycolor.svg") no-repeat;
  background-size: 8px auto;
}

/* 矢印のリンク
------------------------------------ */
.base_link_arrow {
  display: inline-block;
}
.base_link_arrow a {
  display: block;
  position: relative;
}
.base_link_arrow a:hover {
  text-decoration: underline;
}
.base_link_arrow a::before {
  content: "";
  position: absolute;
  background: url(../img_cmn/ico_arrow_white.svg) no-repeat;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  left: -20px;
  top: 7px;
}

.black_link_arrow > a {
  display: block;
  position: relative;
  padding-left: 20px;
}
.black_link_arrow > a:hover {
  cursor: pointer;
}
.black_link_arrow > a::before {
  content: "";
  position: absolute;
  background: url(../img_cmn/ico_arrow_black.svg) no-repeat;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  left: -20px;
  top: 7px;
}

/* マップボタンのicon
------------------------------------ */
.btn_googlemap a::before {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: 0;
  background: url("../img_cmn/ico_mappin.svg") 0 0 no-repeat;
  background-size: 12px auto;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  vertical-align: middle;
  margin-right: 10px;
}

/* テキスト（URL）のリンク
------------------------------------ */
.text_link {
  color: #2E70D4;
}
.text_link:hover {
  text-decoration: underline;
}

/* ------------------------------------
/* 共通パーツ - プルダウンリスト
------------------------------------ */
.btn_select {
  margin-bottom: 20px;
}
.btn_select .select_label {
  position: relative;
}
.btn_select .select_label select {
  cursor: pointer;
  width: 100%;
  position: relative;
  padding: 6px;
  outline: none;
  border: 1px solid #DDD;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn_select .select_label::after {
  content: "";
  position: absolute;
  background: url("../img_cmn/ico_arrow_red.svg") no-repeat;
  transform: rotate(90deg);
  background-size: 16px;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  pointer-events: none;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/* ------------------------------------
  共通
------------------------------------ */
.cont_news .cont_bg_01 {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cont_news .cont_bg_01 {
    padding-bottom: 20px;
  }
}
.cont_news .news_list_bottom {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cont_news .news_list_bottom {
    margin-bottom: 30px;
  }
}
.cont_news .news_list_bottom .flex_news_box {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .cont_news .news_list_bottom .flex_news_box {
    display: block;
  }
}
.cont_news .news_list_bottom .flex_news_box:first-child {
  margin-bottom: 30px;
}
.cont_news .news_list_bottom .flex_news_box .title_box {
  width: 140px;
  background-color: #404040;
  color: #FFF;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cont_news .news_list_bottom .flex_news_box .title_box {
    width: 100%;
    padding: 5px 0;
  }
}
.cont_news .news_list_bottom .flex_news_box .bg_box {
  width: 820px;
  margin-bottom: 0;
  padding: 30px 70px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cont_news .news_list_bottom .flex_news_box .bg_box {
    width: 100%;
    padding: 20px 40px;
  }
}
.cont_news .news_list_bottom .flex_news_box .bg_box .flex_category_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.cont_news .news_list_bottom .flex_news_box .bg_box .flex_category_box a {
  margin-right: 70px;
  position: relative;
  color: #E01F06;
  text-decoration: underline;
  transition: color .5s;
  color: #404040;
  margin-bottom: 10px;
}
.cont_news .news_list_bottom .flex_news_box .bg_box .flex_category_box a:hover {
  color: #E01F06;
}
@media screen and (max-width: 767px) {
  .cont_news .news_list_bottom .flex_news_box .bg_box .flex_category_box a {
    margin-right: 50px;
  }
}
.cont_news .news_list_bottom .flex_news_box .bg_box .flex_category_box a::before {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  background: url(../img_cmn/ico_arrow_accent.svg) no-repeat center/100% 100%;
  left: -20px;
}

/* ------------------------------------
  お知らせ(一覧)
------------------------------------ */
@media screen and (max-width: 767px) {
  .cont_news_list .page_subtl02 {
    margin-top: 55px;
  }
}
.cont_news_list .news_list_item > a::after {
  right: 2px;
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_news_list .news_list_item > a::after {
    right: 12px;
  }
}
.cont_news_list .news_list_item > a.no_link {
  cursor: unset;
  pointer-events: none;
}
.cont_news_list .news_list_item > a.no_link::after {
  display: none;
}

/* ------------------------------------
  お知らせ(詳細)
------------------------------------ */
.cont_news_detail .cont_edit_box .article .article_head {
  margin-top: 60px;
}
.cont_news_detail .cont_edit_box .article .article_head .page_subtl02 {
  margin-top: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_head .page_subtl02 {
    margin-top: 20px;
  }
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box {
    padding: 30px 0;
  }
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box h1 {
  font-size: 2.8rem;
  color: #E01F06;
  margin: 60px 0 40px;
  line-height: 40px;
  position: relative;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  border-left: 4px solid #E01F06;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box h1 {
    font-size: 2rem;
    line-height: 30px;
    margin: 40px 0 30px;
  }
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box h2 {
  font-size: 2.4rem;
  margin: 50px 0 40px;
  line-height: 36px;
  padding-left: 15px;
  border-left: 4px solid #E01F06;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box h2 {
    line-height: 24px;
    font-size: 1.8rem;
    margin: 40px 0 20px;
  }
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box h3 {
  font-size: 2rem;
  line-height: 30px;
  margin: 40px 0 20px;
  padding-left: 15px;
  border-left: 4px solid #404040;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box h3 {
    font-size: 1.6rem;
    margin: 30px 0 15px;
    line-height: 20px;
  }
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 40px 0 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box h4 {
    font-size: 1.5rem;
    margin: 30px 0 15px;
  }
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 40px 0 20px;
  padding: 5px 0 5px 10px;
  background-color: #404040;
  color: #FFF;
  font-weight: bold;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box h5 {
    font-size: 1.4rem;
    margin: 30px 0 15px;
  }
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box h6 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 40px 0 20px;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box h6 {
    font-size: 1.6rem;
    margin: 30px 0 15px;
  }
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box p {
  margin-bottom: 1em;
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box img {
  max-width: 100%;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box strong {
  font-size: 1.6rem;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box strong {
    font-size: 1.4rem;
    margin: 15px 0;
  }
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box a {
  color: #E01F06;
  text-decoration: underline;
  transition: 0.5s;
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box a:hover {
  opacity: 0.8;
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box s {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box s {
    font-size: 1.4rem;
  }
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box ol {
  margin: 30px 0;
  counter-reset: numnum;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box ol {
    margin: 25px 0;
  }
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box ol li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box ol li::before {
  content: counter(numnum) ".";
  position: absolute;
  counter-increment: numnum;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box ul {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box ul {
    margin: 25px 0;
  }
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background-color: #404040;
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box hr {
  display: block;
  height: 2px;
  background-color: #DCDCDC;
  border: none;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box hr {
    margin: 30px 0;
  }
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box table, .cont_news_detail .cont_edit_box .article .article_body .news_txt_box th, .cont_news_detail .cont_edit_box .article .article_body .news_txt_box td {
  border: none;
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box table {
  margin: 30px 0;
  width: 692px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box table {
    width: 100%;
  }
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box table tr {
  border-bottom: 1px solid #CCC;
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box table tr th, .cont_news_detail .cont_edit_box .article .article_body .news_txt_box table tr td {
  padding: 20px;
  border-left: 1px solid #CCC;
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box table tr th:first-child, .cont_news_detail .cont_edit_box .article .article_body .news_txt_box table tr td:first-child {
  width: 110px;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box table tr th:first-child, .cont_news_detail .cont_edit_box .article .article_body .news_txt_box table tr td:first-child {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box table tr th, .cont_news_detail .cont_edit_box .article .article_body .news_txt_box table tr td {
    padding: 10px;
  }
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box table tr th:nth-child(2),
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box table tr th :nth-child(3), .cont_news_detail .cont_edit_box .article .article_body .news_txt_box table tr td:nth-child(2),
  .cont_news_detail .cont_edit_box .article .article_body .news_txt_box table tr td :nth-child(3) {
    width: 40%;
  }
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box table thead {
  background-color: #404040;
  color: #FFF;
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box table thead tr th, .cont_news_detail .cont_edit_box .article .article_body .news_txt_box table thead tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box table tbody tr th:first-child, .cont_news_detail .cont_edit_box .article .article_body .news_txt_box table tbody tr td:first-child {
  font-weight: normal;
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box blockquote {
  background-color: #FFEFCC;
  padding: 30px 20px;
  margin: 30px 0;
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box blockquote h6 {
  margin: 0 0 20px;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
.cont_news_detail .cont_edit_box .article .article_body .news_txt_box blockquote p {
  margin: 0;
}
.cont_news_detail .cont_edit_box .news_list_item {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .page_nav {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .cont_news_detail .page_nav .pages .page_list {
    justify-content: space-between;
  }
}
.cont_news_detail .page_nav .pages .page_list .prev {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .page_nav .pages .page_list .prev {
    font-size: 1.4rem;
    order: 1;
    margin-bottom: 30px;
  }
}
.cont_news_detail .page_nav .pages .page_list .prev > a {
  height: 60px;
  box-sizing: border-box;
  padding: 0;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .page_nav .pages .page_list .prev > a {
    height: 50px;
    line-height: 46px;
  }
}
.cont_news_detail .page_nav .pages .page_list .back_btn {
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .page_nav .pages .page_list .back_btn {
    order: 3;
    width: 100%;
  }
}
.cont_news_detail .page_nav .pages .page_list .back_btn a {
  height: 60px;
  line-height: 56px;
  vertical-align: middle;
  box-sizing: border-box;
  border-color: #404040;
  font-weight: normal;
  transition-duration: 0.5s;
}
.cont_news_detail .page_nav .pages .page_list .back_btn a:hover {
  border-color: #E01F06;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .page_nav .pages .page_list .back_btn a {
    width: 100%;
    height: 50px;
    line-height: 46px;
    font-size: 1.4rem;
  }
}
.cont_news_detail .page_nav .pages .page_list .back_btn a::before, .cont_news_detail .page_nav .pages .page_list .back_btn a::after {
  display: none;
}
.cont_news_detail .page_nav .pages .page_list .next {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .page_nav .pages .page_list .next {
    order: 2;
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
.cont_news_detail .page_nav .pages .page_list .next > a {
  height: 60px;
  box-sizing: border-box;
  padding: 0;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  .cont_news_detail .page_nav .pages .page_list .next > a {
    height: 50px;
    line-height: 46px;
  }
}

/* ------------------------------------
共通
------------------------------------ */
.cont_blog .blog_list_bottom {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cont_blog .blog_list_bottom {
    margin-bottom: 30px;
  }
}
.cont_blog .blog_list_bottom .flex_blog_box {
  width: 100%;
}
.cont_blog .blog_list_bottom .flex_blog_box:first-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cont_blog .blog_list_bottom .flex_blog_box:first-child {
    margin-bottom: 40px;
  }
}
.cont_blog .blog_list_bottom .flex_blog_box .bg_box {
  margin-bottom: 0;
  padding: 30px 70px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cont_blog .blog_list_bottom .flex_blog_box .bg_box {
    width: 100%;
    padding: 20px 40px;
  }
}
.cont_blog .blog_list_bottom .flex_blog_box .bg_box .flex_category_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.cont_blog .blog_list_bottom .flex_blog_box .bg_box .flex_category_box a {
  margin-right: 70px;
  position: relative;
  color: #E01F06;
  text-decoration: underline;
  transition: color .5s;
  color: #404040;
  margin-bottom: 10px;
}
.cont_blog .blog_list_bottom .flex_blog_box .bg_box .flex_category_box a:hover {
  color: #E01F06;
}
@media screen and (max-width: 767px) {
  .cont_blog .blog_list_bottom .flex_blog_box .bg_box .flex_category_box a {
    margin-right: 40px;
  }
}
.cont_blog .blog_list_bottom .flex_blog_box .bg_box .flex_category_box a::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: -25px;
  margin-top: -5px;
  border-right: 2px solid #545454;
  border-bottom: 2px solid #545454;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .cont_blog .page_subtl04, .cont_blog .cont_blog_detail .blog_detail_newnews .tl_detail_newnews, .cont_blog_detail .blog_detail_newnews .cont_blog .tl_detail_newnews {
    margin-bottom: 20px;
  }
}

/* ------------------------------------
020_blog-list.html
------------------------------------ */
.cont_blog_list .blog_list {
  flex-wrap: wrap;
}
.cont_blog_list .blog_list .blog_list_item {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cont_blog_list .blog_list .blog_list_item {
    margin-bottom: 50px;
  }
}
.cont_blog_list .blog_list .blog_list_item:last-child {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .cont_blog_list .blog_list .blog_list_item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.cont_blog_list .blog_list .blog_list_item:nth-child(3n) {
  margin-right: 0;
}
.cont_blog_list .page_nav {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .cont_blog_list .page_nav {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

/* ------------------------------------
021_blog-detail.html
------------------------------------ */
.cont_blog_detail .news_list_item .date_box {
  width: auto;
}
.cont_blog_detail .news_list_item .date_box .date {
  margin-right: 1em;
}
.cont_blog_detail .blog_detail_newnews {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .cont_blog_detail .blog_detail_newnews {
    margin-bottom: 40px;
  }
}
.cont_blog_detail .blog_detail_newnews .tl_detail_newnews {
  margin: 0 0 20px;
}
.cont_blog_detail .page_nav {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .cont_blog_detail .page_nav {
    margin-bottom: 40px;
  }
}
.cont_blog_detail .page_subtl04, .cont_blog_detail .blog_detail_newnews .tl_detail_newnews {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .cont_blog_detail .page_subtl04, .cont_blog_detail .blog_detail_newnews .tl_detail_newnews {
    margin-bottom: 20px;
  }
}

/*=================================================
 * liaise共通
 * ================================================ */
/* ３ステップ
------------------------------------ */
.liaise_step_box {
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 60px 0 40px;
  /* 現在のステップ地点
  --------------- */
  /* ステップ未着地
  --------------- */
}
@media screen and (min-width: 768px) {
  .liaise_step_box {
    width: 457px;
  }
}
.liaise_step_box::before {
  content: "";
  position: absolute;
  display: block;
  width: 320px;
  height: 2px;
  top: 36px;
  left: 50%;
  margin-left: -160px;
  background-color: #CCC;
}
@media screen and (max-width: 767px) {
  .liaise_step_box::before {
    width: 260px;
    margin-left: -130px;
  }
}
@media screen and (max-width: 320px) {
  .liaise_step_box::before {
    width: 220px;
    margin-left: -110px;
  }
}
.liaise_step_box ol {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.liaise_step_box li {
  flex-grow: 1;
  position: relative;
}
.liaise_step_box .step_do {
  color: #E01F06;
}
.liaise_step_box .step_do::before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: -35px;
  left: 50%;
  margin-left: -12px;
  background-color: #E01F06;
  border-radius: 50%;
}
.liaise_step_box .step_undone {
  color: #9B9B9B;
}
.liaise_step_box .step_undone::before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: -35px;
  left: 50%;
  margin-left: -12px;
  background-color: #8A8787;
  border-radius: 50%;
}

/* formのスタイル
------------------------------------ */
.contact_form .form_box {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact_form .form_box {
    padding-top: 0;
  }
}
.contact_form .form_table {
  width: 100%;
  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;
    }
  }
  */
}
@media screen and (max-width: 767px) {
  .contact_form .form_table {
    margin-bottom: 30px;
  }
}
.contact_form .form_table .form_td,
.contact_form .form_table .form_th {
  position: relative;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact_form .form_table .form_td,
  .contact_form .form_table .form_th {
    display: block;
  }
}
.contact_form .form_table .form_th {
  width: 230px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact_form .form_table .form_th {
    margin-bottom: 10px;
    width: 100%;
  }
}
.contact_form .form_table .form_td {
  /* セレクトボックスのスタイル設定
  --------------- */
  /* チェックボックスのスタイル設定
  --------------- */
}
.contact_form .form_table .form_td .txt_notice {
  margin-top: 10px;
}
.contact_form .form_table .form_td .txt_notice.txt_error {
  color: #E01F06;
}
.contact_form .form_table .form_td .ex {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.contact_form .form_table .form_td button,
.contact_form .form_table .form_td input[type=email],
.contact_form .form_table .form_td input[type=tel],
.contact_form .form_table .form_td input[type=text],
.contact_form .form_table .form_td input[type=number],
.contact_form .form_table .form_td select,
.contact_form .form_table .form_td textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /** add */
  border: 1px solid #CCC;
  background: #FFF;
}
.contact_form .form_table .form_td button::placeholder,
.contact_form .form_table .form_td input[type=email]::placeholder,
.contact_form .form_table .form_td input[type=tel]::placeholder,
.contact_form .form_table .form_td input[type=text]::placeholder,
.contact_form .form_table .form_td input[type=number]::placeholder,
.contact_form .form_table .form_td select::placeholder,
.contact_form .form_table .form_td textarea::placeholder {
  color: #CCC;
}
@media screen and (max-width: 767px) {
  .contact_form .form_table .form_td button::placeholder,
  .contact_form .form_table .form_td input[type=email]::placeholder,
  .contact_form .form_table .form_td input[type=tel]::placeholder,
  .contact_form .form_table .form_td input[type=text]::placeholder,
  .contact_form .form_table .form_td input[type=number]::placeholder,
  .contact_form .form_table .form_td select::placeholder,
  .contact_form .form_table .form_td textarea::placeholder {
    font-size: 1.4rem;
  }
}
.contact_form .form_table .form_td textarea::-webkit-input-placeholder {
  color: #CCC;
  font-size: 15px;
  font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  .contact_form .form_table .form_td textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
}
.contact_form .form_table .form_td textarea:-moz-placeholder {
  color: #CCC;
  font-size: 15px;
  font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  .contact_form .form_table .form_td textarea:-moz-placeholder {
    font-size: 1.4rem;
  }
}
.contact_form .form_table .form_td textarea::-moz-placeholder {
  color: #CCC;
  font-size: 15px;
  font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  .contact_form .form_table .form_td textarea::-moz-placeholder {
    font-size: 1.4rem;
  }
}
.contact_form .form_table .form_td textarea:-ms-input-placeholder {
  color: #CCC;
  font-size: 15px;
  font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  .contact_form .form_table .form_td textarea:-ms-input-placeholder {
    font-size: 1.4rem;
  }
}
.contact_form .form_table .form_td input[type=email]::-ms-clear,
.contact_form .form_table .form_td input[type=tel]::-ms-clear,
.contact_form .form_table .form_td input[type=number]::-ms-clear,
.contact_form .form_table .form_td input[type=text]::-ms-clear {
  visibility: hidden;
}
.contact_form .form_table .form_td input[type=email]::-ms-reveal,
.contact_form .form_table .form_td input[type=tel]::-ms-reveal,
.contact_form .form_table .form_td input[type=number]::-ms-reveal,
.contact_form .form_table .form_td input[type=text]::-ms-reveal {
  visibility: hidden;
}
.contact_form .form_table .form_td select::-ms-expand {
  display: none;
}
.contact_form .form_table .form_td textarea {
  resize: none;
}
.contact_form .form_table .form_td select {
  padding: 9px 10px;
}
.contact_form .form_table .form_td input[type=email],
.contact_form .form_table .form_td input[type=tel],
.contact_form .form_table .form_td input[type=number],
.contact_form .form_table .form_td input[type=text],
.contact_form .form_table .form_td textarea {
  padding: 10px 10px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  font-size: 1.5rem;
  border: #CCC 1px solid;
  box-shadow: none;
}
.contact_form .form_table .form_td button, .contact_form .form_table .form_td input, .contact_form .form_table .form_td select, .contact_form .form_table .form_td textarea {
  font-family: inherit;
  font-size: inherit;
}
.contact_form .form_table .form_td .select_label {
  position: relative;
  display: inline-block;
  border-radius: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .contact_form .form_table .form_td .select_label {
    width: 100%;
  }
}
.contact_form .form_table .form_td .select_label::after {
  content: "";
  position: absolute;
  background: url("../img_cmn/ico_arrow_keycolor_down.svg") no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  right: 13px;
  top: 50%;
  margin-top: -11px;
  pointer-events: none;
}
.contact_form .form_table .form_td .select_label select {
  cursor: pointer;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .contact_form .form_table .form_td .select_label select {
    width: 100%;
  }
}
.contact_form .form_table .form_td .radio::after {
  border-radius: 50%;
}
.contact_form .form_table .form_td input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.contact_form .form_table .form_td input[type=radio]:checked + .radio {
  background-color: #F9D2CD;
}
.contact_form .form_table .form_td input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.contact_form .form_table .form_td input[type=checkbox]:checked + .checkbox {
  background-color: #F9D2CD;
}
.contact_form .form_table tr:last-child .form_th .txt_th {
  margin-top: 0;
}
.contact_form .form_table .error_message {
  color: #E01F06;
}
.contact_form .form_table .ico_require {
  border: none;
  padding: 0 15px;
  background-color: #E01F06;
  color: #FFF;
  margin-left: 1em;
  display: inline-block;
}
.contact_form .txt_th {
  font-weight: normal;
}
.contact_form .txt_notice {
  font-size: 1.3rem;
}
.contact_form .txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}
.contact_form .form_pp .txt_box {
  margin-bottom: 15px;
}
.contact_form .form_pp .txt_box a {
  text-decoration: underline;
}
.contact_form .form_pp .checkbox {
  width: 100%;
  padding: 12px 10px 10px 42px;
  margin-bottom: 2px;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-color: #EEE;
}
.contact_form .form_pp .checkbox:before {
  display: block;
  content: '';
  width: 7px;
  height: 17px;
  border-right: 3px solid #676767;
  border-bottom: 3px solid #676767;
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 19px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.contact_form .form_pp .checkbox:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #676767;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contact_form .form_pp .check_box {
    background: #FAF2E5;
    padding: 5px 10px;
  }
}
.contact_form .btn_box {
  position: relative;
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .contact_form .btn_box {
    margin: 30px 0;
  }
}
.contact_form .btn_box input.confirm_btn {
  color: #FFF;
  width: 420px;
  background-color: #404040;
  padding: 15px;
  border-radius: 0;
  border: none;
  cursor: pointer;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contact_form .btn_box input.confirm_btn {
    width: 100%;
    font-size: 1.6rem;
  }
}
.contact_form .btn_box input.btn_disabled {
  color: #8A8787;
  background-color: #DCDCDC;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact_form .btn_box input.btn_disabled {
    width: 100%;
  }
}
.contact_form .btn_box input[disabled] {
  background: #DCDCDC;
  cursor: not-allowed;
}

/* 戻るボタン
--------------- */
.retry {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .retry {
    position: relative;
  }
}

.retry_btn {
  display: block;
  position: relative;
  border: 1px solid #E01F06;
  border-radius: 3px;
  color: #E01F06;
  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%;
}
.retry_btn:hover {
  cursor: pointer;
  color: #fff;
  background-image: url(../img_cmn/ico_arrow_white_left.svg);
  background-repeat: no-repeat;
  background-color: #E01F06;
  background-size: 16px 16px;
  background-position: 10px 50%;
}

/*=================================================
 * お問い合わせ画面
 * ================================================ */
/* ------------------------------------
/* お問合せ - 入力画面
------------------------------------ */
.cont_liaise input[type=radio],
.cont_liaise input[type=checkbox] {
  display: none;
}
.cont_liaise .radio {
  padding: 12px 15px 12px 42px;
  margin-right: 20px;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
  cursor: pointer;
  background-color: #EEE;
}
.cont_liaise .radio:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 14px;
  margin-top: -7px;
  background-color: #676767;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
}
.cont_liaise .radio:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #676767;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  transform: translateY(-50%);
}

.main_inner {
  padding-bottom: 100px;
}

.main_contact_inner {
  width: 720px;
  margin: 0 auto;
  /* 上部導入
  ------------------------------------ */
  /* フォームcssの上書き
  ------------------------------------ */
}
@media screen and (max-width: 767px) {
  .main_contact_inner {
    width: 100%;
  }
}
.main_contact_inner .contact_top .txt_contact_top {
  margin-bottom: 30px;
}
.main_contact_inner .contact_top .contact_link_box {
  background: #EEE;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  .main_contact_inner .contact_top .contact_link_box {
    padding: 20px 20px;
    margin: 0 -10px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .main_contact_inner .contact_top .contact_link_box .txt_phone {
    font-size: 1.8rem;
  }
}
.main_contact_inner .contact_top .contact_link_box .txt_phone_sp {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .main_contact_inner .contact_top .contact_link_box .txt_phone_sp {
    display: none;
  }
}
.main_contact_inner .contact_top .contact_link_box .phone_btn {
  float: left;
  width: 300px;
}
.main_contact_inner .contact_top .contact_link_box .phone_btn a {
  display: block;
}
@media screen and (min-width: 768px) {
  .main_contact_inner .contact_top .contact_link_box .phone_btn a {
    pointer-events: none;
  }
}
.main_contact_inner .contact_top .contact_link_box .phone_btn .phone_number {
  color: #CF0000;
  font-weight: bold;
  font-size: 3.3rem;
  line-height: 4.2rem;
  margin-left: 25px;
  position: relative;
}
.main_contact_inner .contact_top .contact_link_box .phone_btn .phone_number::before {
  content: "";
  position: absolute;
  background: url("../img_cmn/ico_tel.svg") no-repeat;
  background-size: 23px auto;
  width: 23px;
  height: 30px;
  top: 8px;
  left: -24px;
}
.main_contact_inner .contact_top .contact_link_box .phone_btn .office_hour {
  text-align: right;
  display: block;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
@media screen and (max-width: 767px) {
  .main_contact_inner .contact_top .contact_link_box .phone_btn {
    float: none;
    border: solid 5px #E01F06;
    border-radius: 5px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .main_contact_inner .contact_top .contact_link_box .phone_btn a {
    display: block;
    padding: 10px 20px;
  }
  .main_contact_inner .contact_top .contact_link_box .phone_btn .phone_number {
    font-size: 2.9rem;
  }
  .main_contact_inner .contact_top .contact_link_box .phone_btn .phone_number::before {
    background-size: 20px auto;
    width: 20px;
    height: 27px;
    top: 8px;
    left: -24px;
  }
  .main_contact_inner .contact_top .contact_link_box .phone_btn .office_hour {
    font-size: 1.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .main_contact_inner .contact_top .contact_link_box .phone_btn .phone_number {
    font-size: 2.6rem;
  }
  .main_contact_inner .contact_top .contact_link_box .phone_btn .phone_number::before {
    background-size: 18px auto;
    width: 28px;
    height: 25px;
    top: 8px;
    left: -24px;
  }
}
.main_contact_inner .contact_top .contact_link_box .btn_contact {
  display: inline-block;
  float: right;
}
.main_contact_inner .contact_top .contact_link_box .btn_contact a {
  width: 260px;
  height: 60px;
  box-sizing: border-box;
}
.main_contact_inner .contact_top .contact_link_box .btn_contact a span {
  font-size: 1.9rem;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .main_contact_inner .contact_top .contact_link_box .btn_contact {
    width: 100%;
    float: none;
  }
  .main_contact_inner .contact_top .contact_link_box .btn_contact a {
    width: 100%;
    height: 44px;
    border: 1px solid #E01F06;
    background: #fff;
    color: #E01F06;
  }
  .main_contact_inner .contact_top .contact_link_box .btn_contact a::after {
    background: url(../img_cmn/ico_arrow_red.svg) no-repeat;
  }
  .main_contact_inner .contact_top .contact_link_box .btn_contact a span {
    font-size: 1.5rem;
    line-height: 4.4rem;
    position: relative;
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .main_contact_inner .cont_liaise {
    margin: 0 10px;
  }
}
.main_contact_inner .cont_liaise .contact_form {
  background-color: #fff;
  padding: 40px 0;
}

/* ------------------------------------
/* お問合せ - 送信確認画面
------------------------------------ */
.cont_contact_check {
  /* フォームcssの上書き
  ------------------------------------ */
}
.cont_contact_check .contact_top .txt_contact_top {
  margin-bottom: 0px;
}
.cont_contact_check .cont_liaise .contact_form .form_box .txt_th {
  margin-top: 0;
}
.cont_contact_check .cont_liaise .contact_form .form_box .user_mail_address {
  padding: 0 0 50px;
}
.cont_contact_check .cont_liaise .contact_form .form_box .form_td {
  width: 100%;
}

/* ------------------------------------
/* お問合せ - 完了画面
------------------------------------ */
.cont_contact_sent {
  /* フォーム部分
  ------------------------------------ */
}
.cont_contact_sent .contact_top .txt_contact_top {
  margin-bottom: 0px;
}
.cont_contact_sent .contact_top .txt_contact_top strong {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cont_contact_sent .contact_top .txt_contact_top strong {
    font-size: 2.0rem;
  }
}
.cont_contact_sent .contact_form .form_box {
  border-bottom: 1px solid #CF0000;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont_contact_sent .contact_form .form_box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cont_contact_sent .contact_form .form_box p {
  margin-bottom: 20px;
}
.cont_contact_sent .contact_form .form_box .contact_link_box {
  background: #EEE;
  padding: 20px 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont_contact_sent .contact_form .form_box .contact_link_box {
    background: #fff;
    padding: 0;
  }
}
.cont_contact_sent .contact_form .form_box .contact_link_box .phone_btn {
  display: inline-block;
  text-align: center;
  width: 300px;
}
.cont_contact_sent .contact_form .form_box .contact_link_box .phone_btn a {
  display: block;
}
@media screen and (min-width: 768px) {
  .cont_contact_sent .contact_form .form_box .contact_link_box .phone_btn a {
    pointer-events: none;
  }
}
.cont_contact_sent .contact_form .form_box .contact_link_box .phone_btn .phone_number {
  color: #CF0000;
  font-weight: bold;
  font-size: 3.3rem;
  line-height: 4.2rem;
  margin-left: 25px;
  position: relative;
}
.cont_contact_sent .contact_form .form_box .contact_link_box .phone_btn .phone_number::before {
  content: "";
  position: absolute;
  background: url("../img_cmn/ico_tel.svg") no-repeat;
  background-size: 23px auto;
  width: 23px;
  height: 30px;
  top: 8px;
  left: -24px;
}
.cont_contact_sent .contact_form .form_box .contact_link_box .phone_btn .office_hour {
  text-align: right;
  display: block;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
@media screen and (max-width: 767px) {
  .cont_contact_sent .contact_form .form_box .contact_link_box .phone_btn {
    float: none;
    border: solid 5px #E01F06;
    border-radius: 5px;
    background-color: #fff;
    padding: 0px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .cont_contact_sent .contact_form .form_box .contact_link_box .phone_btn a {
    display: block;
    padding: 10px 20px;
  }
  .cont_contact_sent .contact_form .form_box .contact_link_box .phone_btn .phone_number {
    font-size: 2.9rem;
  }
  .cont_contact_sent .contact_form .form_box .contact_link_box .phone_btn .phone_number::before {
    background-size: 20px auto;
    width: 20px;
    height: 27px;
    top: 8px;
    left: -24px;
  }
  .cont_contact_sent .contact_form .form_box .contact_link_box .phone_btn .office_hour {
    font-size: 1.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .cont_contact_sent .contact_form .form_box .contact_link_box .phone_btn .phone_number {
    font-size: 2.6rem;
  }
  .cont_contact_sent .contact_form .form_box .contact_link_box .phone_btn .phone_number::before {
    background-size: 18px auto;
    width: 28px;
    height: 25px;
    top: 8px;
    left: -24px;
  }
}
.cont_contact_sent .contact_form .btn_contact {
  margin: 40px auto 0;
  width: 360px;
}
@media screen and (max-width: 767px) {
  .cont_contact_sent .contact_form .btn_contact {
    width: 100%;
  }
}

/*=================================================
 * エントリーフォーム画面
 * ================================================ */
/* ------------------------------------
/* エントリーフォーム - 入力画面
------------------------------------ */
@media screen and (max-width: 767px) {
  .cont_recruit .form_box .txt_th .txt_new_line {
    display: none;
  }
}
.cont_recruit .form_box .rowspan_td {
  padding: 0 0 10px !important;
}
.cont_recruit .form_box .description_date {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .cont_recruit .form_box .description_date {
    width: 158px !important;
    margin-right: 20px !important;
  }
}
.cont_recruit .form_box .select_box {
  background-color: #fff !important;
  border: solid 1px #3E3E3E !important;
  border-right: solid 44px #3E3E3E !important;
}
@media screen and (max-width: 767px) {
  .cont_recruit .form_box .label_iaise_type {
    display: block;
    padding: 8px 10px;
    background-color: #EEE;
    margin: 0 0 15px !important;
  }
  .cont_recruit .form_box .label_iaise_type:last-child {
    margin: 0 0 0 !important;
  }
}
.cont_recruit .form_box .label_iaise_type input {
  margin-right: 5px;
  position: relative;
  top: 0.5px;
  left: 0;
}
.cont_recruit .form_box .liaise_job {
  width: 300px !important;
}
@media screen and (max-width: 767px) {
  .cont_recruit .form_box .liaise_job {
    width: 100% !important;
  }
}
.cont_recruit .form_box .label_iaise_type {
  margin-right: 30px;
}
.cont_recruit .form_box .zipcode span {
  display: inline-block;
}
.cont_recruit .form_box .zipcode input[type=text] {
  width: 135px !important;
  padding: 8px 15px !important;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .cont_recruit .form_box .zipcode input[type=text] {
    width: 270px;
  }
}
.cont_recruit .form_box .zipcode .txt_notice {
  display: inline-block;
  margin-left: 10px !important;
}

/* ------------------------------------
/* エントリーフォーム - 送信確認画面
------------------------------------ */
.cont_recruit_check {
  /* フォームcssの上書き
  ------------------------------------ */
}
.cont_recruit_check .contact_top .txt_contact_top {
  margin-bottom: 0px;
}
.cont_recruit_check .cont_liaise .contact_form .form_box .txt_th {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .cont_recruit_check .cont_liaise .contact_form .form_box .txt_th .txt_new_line {
    display: none;
  }
}
.cont_recruit_check .cont_liaise .contact_form .form_box .user_mail_address {
  padding: 0 0 50px;
}
.cont_recruit_check .cont_liaise .contact_form .form_box .form_td {
  width: 100%;
}
.cont_recruit_check .cont_liaise .contact_form .form_box .form_td .txt_description_date {
  float: left;
  margin-right: 30px;
}
.cont_recruit_check .cont_liaise .contact_form .form_box .form_td .txt_notice {
  margin: 0;
}
.cont_recruit_check .cont_liaise .contact_form .form_box .rowspan_td {
  padding: 0 0 25px !important;
}
@media screen and (max-width: 767px) {
  .cont_recruit_check .cont_liaise .contact_form .form_box .rowspan_td {
    padding: 0 0 15px !important;
  }
}

/* ------------------------------------
/* エントリーフォーム - 完了画面
------------------------------------ */
@media screen and (max-width: 767px) {
  .cont_recruit_sent .form_box {
    padding-top: 0px !important;
  }
}
.cont_recruit_sent .btn_contact {
  margin: 40px auto 0;
  width: 360px;
}
@media screen and (max-width: 767px) {
  .cont_recruit_sent .btn_contact {
    width: 100%;
  }
}

/*=================================================
 * 採用エントリーフォーム
 * ================================================ */
/* ------------------------------------
/* エントリーフォーム - 入力画面
 ------------------------------------ */
.cont_recruitment_input .contact_top .btn_requirements {
  /* PC */
}
.cont_recruitment_input .contact_top .btn_requirements > a {
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_recruitment_input .contact_top .btn_requirements > a {
    margin: 0;
  }
}
.cont_recruitment_input .contact_top .recruit_contact_phone {
  margin-top: 20px;
  text-align: center;
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_recruitment_input .contact_top .recruit_contact_phone {
    text-align: left;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.cont_recruitment_input .contact_top .recruit_contact_phone .bg_box_flex {
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_recruitment_input .contact_top .recruit_contact_phone .bg_box_flex {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
  }
}
.cont_recruitment_input .contact_top .recruit_contact_phone .bg_box_flex > p {
  margin-bottom: 20px;
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_recruitment_input .contact_top .recruit_contact_phone .bg_box_flex > p {
    margin-bottom: 0;
  }
}
.cont_recruitment_input .contact_top .recruit_contact_phone .bg_box_flex .base_btn {
  margin-top: 0;
}
.cont_recruitment_input .contact_top .recruit_contact_phone .bg_box_flex .base_btn > a {
  margin: 0;
  background-color: #fff;
  border: 2px solid #404040;
  color: #404040;
  font-weight: bold;
  font-size: 2rem;
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_recruitment_input .contact_top .recruit_contact_phone .bg_box_flex .base_btn > a {
    pointer-events: none;
    border: none;
    background-color: unset;
    font-size: 3.2rem;
    line-height: 3.2rem;
    width: unset;
    margin-right: 30px;
  }
}
.cont_recruitment_input .contact_top .recruit_contact_phone .bg_box_flex .base_btn > a::before {
  display: none;
}
.cont_recruitment_input .contact_top .recruit_contact_phone .recruit_contact_destination {
  font-size: 1.6rem;
  margin-bottom: 20px;
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_recruitment_input .contact_top .recruit_contact_phone .recruit_contact_destination {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.cont_recruitment_input .contact_top .entry_caution_box {
  margin-top: 40px;
  margin-bottom: 50px;
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_recruitment_input .contact_top .entry_caution_box {
    margin-top: 20px;
  }
}
.cont_recruitment_input .contact_top .entry_caution_box .page_subtl04, .cont_recruitment_input .contact_top .entry_caution_box .cont_blog_detail .blog_detail_newnews .tl_detail_newnews, .cont_blog_detail .blog_detail_newnews .cont_recruitment_input .contact_top .entry_caution_box .tl_detail_newnews {
  margin-top: 0;
  margin-bottom: 20px;
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_recruitment_input .contact_top .entry_caution_box .page_subtl04, .cont_recruitment_input .contact_top .entry_caution_box .cont_blog_detail .blog_detail_newnews .tl_detail_newnews, .cont_blog_detail .blog_detail_newnews .cont_recruitment_input .contact_top .entry_caution_box .tl_detail_newnews {
    font-size: 2rem;
  }
}
.cont_recruitment_input .contact_top .entry_caution_box .base_ol_list > li {
  margin-bottom: 10px;
}
.cont_recruitment_input .contact_top .entry_caution_box .base_ol_list > li:last-child {
  margin-bottom: 20px;
}
.cont_recruitment_input .contact_form_box .contact_form .form_box .form_table .contact_tr .form_td .select_wrap::before {
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10px;
  position: absolute;
  display: block;
  border-right: 2px solid #E01F06;
  border-bottom: 2px solid #E01F06;
  transform: rotate(45deg);
  transform-origin: center center;
  margin-top: calc(-5px - 3.5px);
  background: none;
}
.cont_recruitment_input .contact_form_box .contact_form .form_box .form_table .contact_tr .form_td.form_job_type .flex_form_td {
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_recruitment_input .contact_form_box .contact_form .form_box .form_table .contact_tr .form_td.form_job_type .flex_form_td {
    display: block;
    margin-bottom: 15px;
  }
  .cont_recruitment_input .contact_form_box .contact_form .form_box .form_table .contact_tr .form_td.form_job_type .flex_form_td:last-child {
    margin-bottom: 0;
  }
}
.cont_recruitment_input .contact_form_box .contact_form .form_box .form_table .contact_tr .form_td.form_job_type .flex_form_td .radio {
  margin-right: 0;
}
.cont_recruitment_input .contact_form_box .contact_form .form_box .form_table .contact_tr .form_td .flex_visit_datetime .visit_datetime .span_year {
  margin-right: 15px;
}
.cont_recruitment_input .contact_form_box .contact_form .form_box .form_table .contact_tr .form_td .flex_visit_datetime .visit_datetime > input[type=number] {
  width: 120px;
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_recruitment_input .contact_form_box .contact_form .form_box .form_table .contact_tr .form_td .flex_visit_datetime .visit_datetime > input[type=number] {
    width: 100px;
  }
}
.cont_recruitment_input .contact_form_box .contact_form .form_box .btn_contact_submit {
  margin-bottom: 60px;
  padding-bottom: 0;
}
.cont_recruitment_input .contact_form_box .contact_form .form_box .btn_contact_submit .contact_submit_wrap {
  display: inline-block;
  transition: 0.5s;
}
.cont_recruitment_input .contact_form_box .contact_form .form_box .btn_contact_submit .contact_submit_wrap:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .cont_recruitment_input .contact_form_box .contact_form .form_box .btn_contact_submit .contact_submit_wrap {
    width: 100%;
  }
}
.cont_recruitment_input .contact_form_box .contact_form .form_box .btn_contact_submit .contact_submit_wrap::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
  transition-duration: 0.5s;
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_recruitment_input .contact_form_box .contact_form .form_box .btn_contact_submit .contact_submit_wrap::before {
    right: 280px;
  }
}
.cont_recruitment_input .contact_form_box .contact_form .form_box .btn_contact_submit .contact_submit_wrap.btn_disabled_parent::before {
  display: none;
}

/* ------------------------------------
  共通
------------------------------------ */
/* ------------------------------------
  よくあるご質問(一覧)
------------------------------------ */
@media screen and (max-width: 767px) {
  .cont_faq .faq_top .bg_box {
    margin-bottom: 20px;
  }
  .cont_faq .faq_top .bg_box:last-child {
    margin-bottom: 0;
  }
}
.cont_faq .faq_top .multiple_box_two {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .cont_faq .faq_top .multiple_box_two {
    margin-top: 50px;
  }
}
.cont_faq .faq_top .multiple_box_two .multiple_box_item .page_subtl02 {
  margin-bottom: 35px;
}
.cont_faq .faq_top .multiple_box_two .link_blank {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont_faq .faq_top .multiple_box_two .link_blank img {
  width: 11px;
  height: 11px;
  margin-left: 5px;
}
.cont_faq .cont_bg_01 {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cont_faq .cont_bg_01 {
    padding-bottom: 40px;
  }
}
.cont_faq .txt_faq_top {
  margin: 80px 0 60px;
}
@media screen and (max-width: 767px) {
  .cont_faq .txt_faq_top {
    margin: 60px 0 40px;
  }
}
.cont_faq .faq_list_box .page_subtl02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cont_faq .faq_list_box .page_subtl02 {
    margin-bottom: 20px;
  }
}
.cont_faq .faq_list_box .faq_list {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cont_faq .faq_list_box .faq_list {
    margin-bottom: 40px;
  }
}
.cont_faq .faq_list_box .faq_list .faq_item {
  border-top: 1px solid #CCC;
  position: relative;
  				/*
          &::before {
            @include ico_content(17px, 16px, 0);
            pointer-events: none;
            background: url(../img_cmn/ico_q.svg) no-repeat center/100% 100%;
            left: 10px;
            top: 29px;
            // sp
            @include pcmq(sm) {
              top: 17px;
            }
          }
          &::after {
            @include ico_content(8px, 15px, -7.5px);
            pointer-events: none;
            background: url(../img_cmn/ico_arrow_accent.svg) no-repeat center/100% 100%;
            right: 10px;
          }
  				*/
  				/*
          a {
            display: block;
            padding: 25px 50px 25px 50px;
            // @include link_hover;
            transition: color .5s;
            &:hover {
              color: $key_color;
            }
            // sp
            @include pcmq(sm) {
              padding: 15px 30px 15px 35px;
            }
          }
  				*/
}
.cont_faq .faq_list_box .faq_list .faq_item:last-child {
  border-bottom: 1px solid #CCC;
}
.cont_faq .border_box {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .cont_faq .border_box {
    margin: 30px 0 40px;
    padding: 20px 10px 1px 10px;
  }
  .cont_faq .border_box .txt_confirm_contact {
    text-align-last: left;
    padding: 0 10px;
  }
  .cont_faq .border_box .base_btn a {
    margin: 0;
  }
}
.cont_faq .border_box p {
  text-align: center;
}

/* ------------------------------------
  よくあるご質問(詳細)
------------------------------------ */
.faq_detail_box .faq_detail_q {
  position: relative;
}
.faq_detail_box .faq_detail_q::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.6s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #404040;
  border-right: solid 1px #404040;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .faq_detail_box .faq_detail_q::after {
    right: 15px;
  }
}
.faq_detail_box .faq_detail_q.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.faq_detail_box .faq_detail_q .page_subtl04, .faq_detail_box .faq_detail_q .cont_blog_detail .blog_detail_newnews .tl_detail_newnews, .cont_blog_detail .blog_detail_newnews .faq_detail_box .faq_detail_q .tl_detail_newnews {
  padding: 20px 45px 20px 40px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_detail_box .faq_detail_q .page_subtl04, .faq_detail_box .faq_detail_q .cont_blog_detail .blog_detail_newnews .tl_detail_newnews, .cont_blog_detail .blog_detail_newnews .faq_detail_box .faq_detail_q .tl_detail_newnews {
    padding: 15px 30px;
  }
}
.faq_detail_box .faq_detail_q .page_subtl04::before, .faq_detail_box .faq_detail_q .cont_blog_detail .blog_detail_newnews .tl_detail_newnews::before, .cont_blog_detail .blog_detail_newnews .faq_detail_box .faq_detail_q .tl_detail_newnews::before {
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: 23px;
  background: url(../img_cmn/ico_q.svg) no-repeat center/100% 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .faq_detail_box .faq_detail_q .page_subtl04::before, .faq_detail_box .faq_detail_q .cont_blog_detail .blog_detail_newnews .tl_detail_newnews::before, .cont_blog_detail .blog_detail_newnews .faq_detail_box .faq_detail_q .tl_detail_newnews::before {
    height: 18px;
    margin-top: 18px;
  }
}
.faq_detail_box .faq_detail_a {
  padding-top: 20px;
  display: none;
}
.faq_detail_box .faq_detail_a .txt_faq_a {
  margin-bottom: 30px;
}
.faq_detail_box .faq_detail_a .bg_box .answer_link_box {
  display: flex;
  align-items: center;
  color: #E01F06;
}
.faq_detail_box .faq_detail_a .bg_box .answer_link_box span {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .faq_detail_box .faq_detail_a .bg_box .answer_link_box span {
    width: 115px;
  }
}
.faq_detail_box .faq_detail_a .bg_box .answer_link_box a {
  color: #E01F06;
  text-decoration: underline;
  position: relative;
  color: #404040;
  transition: color .5s;
}
.faq_detail_box .faq_detail_a .bg_box .answer_link_box a:hover {
  color: #E01F06;
}
.faq_detail_box .faq_detail_a .bg_box .answer_link_box a::before {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  background: url(../img_cmn/ico_arrow_accent.svg) no-repeat center/100% 100%;
  pointer-events: none;
  left: -18px;
}

/* ------------------------------------
  よくあるご質問(採用・一覧)
------------------------------------ */
.cont_faq {
  /* FAQリスト
  ------------------------------------ */
  /* お問合せbox
  ------------------------------------ */
}
.cont_faq .faq_list_box {
  margin-bottom: 50px;
}
.cont_faq .faq_list_box .faq_list > li {
  border-top: solid 1px #CCCCCC;
}
.cont_faq .faq_list_box .faq_list > li:last-child {
  border-bottom: solid 1px #CCCCCC;
}
.cont_faq .faq_list_box .faq_list > li .list_click_open .q_box .list_click_box {
  display: flex;
  padding: 20px 50px 20px 20px;
  color: #404040;
  position: relative;
  /* SP */
}
@media screen and (max-width: 767px) {
  .cont_faq .faq_list_box .faq_list > li .list_click_open .q_box .list_click_box {
    padding: 15px 40px 15px 15px;
  }
}
.cont_faq .faq_list_box .faq_list > li .list_click_open .q_box .list_click_box:hover {
  opacity: 0.6;
  transition: .3s;
  text-decoration: none;
}
.cont_faq .faq_list_box .faq_list > li .list_click_open .q_box .list_click_box .ico_faq_q {
  width: 30px;
  margin-right: 10px;
  padding-bottom: 5px;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 2.0rem;
  font-weight: bold;
  color: #E01F06;
  /* SP */
}
@media screen and (max-width: 767px) {
  .cont_faq .faq_list_box .faq_list > li .list_click_open .q_box .list_click_box .ico_faq_q {
    width: 25px;
    margin-right: 0px;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.cont_faq .faq_list_box .faq_list > li .list_click_open .q_box .list_click_box .description_box {
  flex: 1;
}
.cont_faq .faq_list_box .faq_list > li .list_click_open .q_box .list_click_box .description_box .txt_box {
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.0rem;
  font-weight: bold;
  /* SP */
}
@media screen and (max-width: 767px) {
  .cont_faq .faq_list_box .faq_list > li .list_click_open .q_box .list_click_box .description_box .txt_box {
    font-size: 1.6rem;
    font-weight: normal;
  }
}
.cont_faq .faq_list_box .faq_list > li .list_click_open .a_box .answer_box {
  position: relative;
  display: flex;
  padding: 20px 0px 30px 0px;
}
.cont_faq .faq_list_box .faq_list > li .list_click_open .a_box .answer_box .description_box {
  flex: 1;
}
.cont_faq .faq_list_box .faq_list > li .list_click_open .a_box .answer_box .description_box .related_page_link {
  display: flex;
  margin-top: 30px;
  background-color: #EEEEEE;
  padding: 30px 20px;
  /* SP */
}
@media screen and (max-width: 767px) {
  .cont_faq .faq_list_box .faq_list > li .list_click_open .a_box .answer_box .description_box .related_page_link {
    padding: 20px 15px;
  }
}
.cont_faq .faq_list_box .faq_list > li .list_click_open .a_box .answer_box .description_box .related_page_link .related_badge {
  width: 120px;
  color: #E01F06;
  /* SP */
}
@media screen and (max-width: 767px) {
  .cont_faq .faq_list_box .faq_list > li .list_click_open .a_box .answer_box .description_box .related_page_link .related_badge {
    width: 90px;
  }
}
.cont_faq .faq_list_box .faq_list > li .list_click_open .a_box .answer_box .description_box .related_page_link .related_link {
  display: block;
  flex: 1;
  /* SP */
}
.cont_faq .faq_list_box .faq_list > li .list_click_open .a_box .answer_box .description_box .related_page_link .related_link a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.cont_faq .faq_list_box .faq_list > li .list_click_open .a_box .answer_box .description_box .related_page_link .related_link a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 0px;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  transform: rotate(-45deg);
}
.cont_faq .faq_list_box .faq_list > li .list_click_open .a_box .answer_box .description_box .related_page_link .related_link a:hover {
  text-decoration: underline;
}
.cont_faq .faq_list_box .faq_list > li .list_click_open .label_open_close {
  position: relative;
  cursor: pointer;
}
.cont_faq .faq_list_box .faq_list > li .list_click_open .label_open_close.label_open::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  transition: all 0.5s;
  transform: rotate(225deg);
  margin-top: -3px;
  /* SP */
}
.cont_faq .faq_list_box .faq_list > li .list_click_open .label_open_close.label_close::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  transition: all 0.5s;
  transform: rotate(45deg);
  margin-top: -8px;
  /* SP */
}
.cont_faq .contact_box {
  text-align: center;
  border: solid 2px #CCCCCC;
  padding: 30px;
  margin-top: 80px;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: normal;
  /* SP */
}
@media screen and (max-width: 767px) {
  .cont_faq .contact_box {
    margin-top: 60px;
    padding: 20px 15px;
    font-size: 1.6rem;
  }
}
.cont_faq .contact_box .contact_tel_box {
  background-color: #EEEEEE;
  padding: 30px 0;
  margin-top: 20px;
  /* SP */
}
@media screen and (max-width: 767px) {
  .cont_faq .contact_box .contact_tel_box {
    padding: 20px;
    font-size: 1.4rem;
  }
}
.cont_faq .contact_box .contact_tel_box .txt_post {
  display: inline-block;
  margin-right: 15px;
  /* SP */
}
@media screen and (max-width: 767px) {
  .cont_faq .contact_box .contact_tel_box .txt_post {
    display: block;
    margin-right: 0px;
  }
}
.cont_faq .contact_box .contact_tel_box .tel_box {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .cont_faq .contact_box .contact_tel_box .tel_box {
    margin-top: 20px;
  }
}
.cont_faq .contact_box .contact_tel_box .tel_box .link_tel {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  /* SP */
}
@media screen and (min-width: 768px) {
  .cont_faq .contact_box .contact_tel_box .tel_box .link_tel {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .cont_faq .contact_box .contact_tel_box .tel_box .link_tel {
    font-size: 2.0rem;
    border: solid 2px #404040;
    background-color: #FFF;
    padding: 8px;
  }
}
.cont_faq .contact_box .contact_tel_box .txt_min {
  font-size: 1.4rem;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .cont_faq .contact_box .contact_tel_box .txt_min {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/*=================================================
 * 各スタイル
 * ================================================ */
/* ------------------------------------
  募集ナシ
------------------------------------ */
.requirement_none {
  text-align: center;
}

/* ------------------------------------
  募集職種（同じ形で「ジョブ･リターン制度（再雇用）制度とは」にも使用）
------------------------------------ */
.requirement_job .page_subtl02 {
  margin-bottom: 0;
}

.requirement_job_type {
  margin-bottom: 40px;
}
.requirement_job_type .page_subtl04, .requirement_job_type .cont_blog_detail .blog_detail_newnews .tl_detail_newnews, .cont_blog_detail .blog_detail_newnews .requirement_job_type .tl_detail_newnews {
  line-height: 1.5;
}
.requirement_job_type .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .requirement_job_type .inner {
    flex-wrap: wrap;
  }
}
.requirement_job_type .txt {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .requirement_job_type .txt {
    width: 100%;
  }
}
.requirement_job_type .img_box {
  margin-left: 30px;
  width: 360px;
}
@media screen and (max-width: 767px) {
  .requirement_job_type .img_box {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }
}
.requirement_job_type .img_box img {
  width: 100%;
  height: auto;
}

/* 社員区分
------------------------------------ */
.requirement_job_classification {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .requirement_job_classification {
    margin-top: 30px;
  }
}

/* ------------------------------------
  応募条件
------------------------------------ */
/* ------------------------------------
  募集要項
------------------------------------ */
@media screen and (max-width: 767px) {
  .requirement_info .base_table {
    margin-top: 0;
  }
}

/* ------------------------------------
  採用の流れ
------------------------------------ */
.requirement_flow_list {
  text-align: center;
}

.requirement_flow_list_item {
  background-color: #F8F8F8;
  border: #BBB 2px solid;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .requirement_flow_list_item {
    padding: 15px;
  }
}
.requirement_flow_list_item::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #F8F8F8;
  z-index: 2;
}
.requirement_flow_list_item::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #BBB;
  z-index: 1;
}
.requirement_flow_list_item:last-child {
  border: #E01F06 2px solid;
  color: #E01F06;
}
.requirement_flow_list_item:last-child::before, .requirement_flow_list_item:last-child::after {
  display: none;
}
.requirement_flow_list_item:last-child .page_subtl04, .requirement_flow_list_item:last-child .cont_blog_detail .blog_detail_newnews .tl_detail_newnews, .cont_blog_detail .blog_detail_newnews .requirement_flow_list_item:last-child .tl_detail_newnews {
  color: #E01F06;
}
.requirement_flow_list_item .page_subtl04, .requirement_flow_list_item .cont_blog_detail .blog_detail_newnews .tl_detail_newnews, .cont_blog_detail .blog_detail_newnews .requirement_flow_list_item .tl_detail_newnews {
  margin: 0;
}
.requirement_flow_list_item .txt {
  margin-top: 10px;
}

/* ------------------------------------
  よくあるご質問
------------------------------------ */
.requirement_faq_link {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .requirement_faq_link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .requirement_faq_link .txt {
    text-align: left;
  }
}

/* ------------------------------------
  インターンシップのご予約（エントリー）
------------------------------------ */
.requirement_internships .txt,
.requirement_session .txt {
  margin-bottom: 20px;
}
.requirement_internships .multiple_box_item,
.requirement_session .multiple_box_item {
  text-align: center;
}
.requirement_internships .multiple_box_item .page_subtl06,
.requirement_session .multiple_box_item .page_subtl06 {
  margin-bottom: 10px;
}
.requirement_internships .bnr_rikunabi,
.requirement_internships .bnr_mynavi,
.requirement_session .bnr_rikunabi,
.requirement_session .bnr_mynavi {
  width: 200px;
  background-color: #FFF;
  margin: 0 auto 20px;
}
.requirement_internships .bnr_rikunabi a,
.requirement_internships .bnr_mynavi a,
.requirement_session .bnr_rikunabi a,
.requirement_session .bnr_mynavi a {
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 0;
}
.requirement_internships .bnr_rikunabi a:hover,
.requirement_internships .bnr_mynavi a:hover,
.requirement_session .bnr_rikunabi a:hover,
.requirement_session .bnr_mynavi a:hover {
  opacity: 0.8;
}
.requirement_internships .bnr_rikunabi img,
.requirement_internships .bnr_mynavi img,
.requirement_session .bnr_rikunabi img,
.requirement_session .bnr_mynavi img {
  max-height: 40px;
  width: auto;
}
.requirement_internships .bnr_rikunabi a,
.requirement_session .bnr_rikunabi a {
  border: #0068B7 2px solid;
}
.requirement_internships .bnr_mynavi a,
.requirement_session .bnr_mynavi a {
  border: #00ABEB 2px solid;
}
.requirement_internships .note_list_item,
.requirement_session .note_list_item {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.6em;
}

/* ------------------------------------
  新卒採用説明会のご予約（エントリー）
------------------------------------ */
.requirement_session .bg_box_session {
  background-color: #E01F06;
}
.requirement_session .page_subtl06 {
  color: #FFF;
}

/* ------------------------------------
  通年採用、既卒者の方
------------------------------------ */
/* ページサブタイトル01(中央寄せ・赤・36px)
------------------------------------ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/* ------------------------------------
  共通
------------------------------------ */
/* カテゴリ
------------------------------------ */
.staff_category {
  display: flex;
  font-size: 2rem;
  padding-right: 0;
  padding-bottom: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .staff_category {
    font-size: 1.6rem;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.staff_category .category_all {
  width: 120px;
  border-right: #404040 2px solid;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .staff_category .category_all {
    width: 4em;
  }
}
.staff_category .category_list {
  margin-left: 40px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .staff_category .category_list {
    margin-left: 20px;
  }
}
.staff_category .category_list_item {
  margin: 10px 40px 10px 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .staff_category .category_list_item {
    margin-right: 20px;
  }
}
.staff_category a {
  transition: 0.5s;
}
.staff_category a:hover {
  opacity: 0.8;
}
.staff_category a:hover {
  color: #E01F06;
  text-decoration: underline;
}
.staff_category .current a {
  color: #E01F06;
  text-decoration: underline;
}

/* ------------------------------------
  150_staff-list.html
------------------------------------ */
.cont_staff_list .page_nav {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .cont_staff_list .page_nav {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cont_staff_list .movie_interview_list_item:last-child {
    margin-bottom: 0;
  }
}

.staff_list {
  display: flex;
  flex-wrap: wrap;
}
.staff_list .interview_list_item {
  width: 300px;
  margin-right: 30px;
  margin-bottom: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .staff_list .interview_list_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.staff_list .interview_list_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .staff_list .interview_list_item a {
    display: flex;
    align-items: center;
  }
}
.staff_list .interview_list_item .img_box {
  width: 180px;
}
.staff_list .interview_list_item .img_box img {
  width: 300px;
  height: 185px;
}
@media screen and (max-width: 767px) {
  .staff_list .interview_list_item .img_box img {
    width: 180px;
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .staff_list .interview_list_item .interview_txt_box {
    flex: 1;
    padding: 5px 10px;
  }
}
.staff_list .interview_list_item .interview_txt_box .interview_position {
  font-size: 1.6rem;
}

.cont_movie_interview {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .cont_movie_interview {
    margin-top: 60px;
  }
}

/* ------------------------------------
  151_staff-detail.html
------------------------------------ */
/* タイトル
------------------------------------ */
.staff_detail_header {
  background-color: #E6E6E6;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .staff_detail_header {
    background-color: transparent;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .staff_detail_header .cont_inner {
    padding: 0;
  }
}
.staff_detail_header .img_box {
  position: relative;
  z-index: 1;
  width: 640px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .staff_detail_header .img_box {
    width: auto;
  }
}
.staff_detail_header .img_box img {
  width: 640px;
  height: 390px;
}
@media screen and (max-width: 767px) {
  .staff_detail_header .img_box img {
    width: 100%;
    height: auto;
  }
}
.staff_detail_header .tl_box {
  width: 500px;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 30px 20px;
  position: absolute;
  top: 75px;
  z-index: 2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .staff_detail_header .tl_box {
    position: relative;
    top: 0;
    width: auto;
    margin: -50px 15px 0;
    padding: 20px 15px;
  }
}
.staff_detail_header .tl_box img {
  width: 100%;
  height: auto;
}
.staff_detail_header .interview_position {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .staff_detail_header .interview_position {
    font-size: 1.6rem;
  }
}
.staff_detail_header .interview_name {
  font-size: 1.5rem;
  color: #E01F06;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .staff_detail_header .interview_name {
    font-size: 1.2rem;
  }
}

/* 動画
------------------------------------ */
.staff_detail_movei {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .staff_detail_movei {
    margin-bottom: 40px;
  }
}
.staff_detail_movei .cont_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .staff_detail_movei .cont_inner {
    padding: 30px 25px;
  }
}
.staff_detail_movei .img_box {
  position: relative;
  transition: 0.5s;
}
.staff_detail_movei .img_box:hover {
  opacity: 0.8;
}
.staff_detail_movei .img_box::after {
  content: "";
  display: block;
  width: 78px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -39px;
  background: url(../img_cmn/img_youtube_playbtn.svg) 0 0 no-repeat;
}
.staff_detail_movei img {
  width: 500px;
  height: 333px;
}
@media screen and (max-width: 767px) {
  .staff_detail_movei img {
    width: 100%;
    height: auto;
  }
}

/* 本文
------------------------------------ */
/* 本文の段落
--------------- */
.staff_detail_body_box {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .staff_detail_body_box {
    margin-bottom: 40px;
    display: block;
  }
}
.staff_detail_body_box .txt_box {
  order: 2;
}
@media screen and (max-width: 767px) {
  .staff_detail_body_box .txt_box {
    margin-bottom: 20px;
  }
}
.staff_detail_body_box .img_box {
  order: 1;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .staff_detail_body_box .img_box {
    margin-right: 0;
  }
}
.staff_detail_body_box:nth-child(2n) .txt_box {
  order: 1;
}
.staff_detail_body_box:nth-child(2n) .img_box {
  order: 2;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .staff_detail_body_box:nth-child(2n) .img_box {
    margin-left: 0;
  }
}
.staff_detail_body_box .txt_box {
  flex: 1;
}
.staff_detail_body_box .tl {
  color: #E01F06;
  font-size: 2.8rem;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .staff_detail_body_box .tl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.staff_detail_body_box .img_box {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .staff_detail_body_box .img_box {
    width: auto;
  }
}
.staff_detail_body_box .img_box img {
  width: 100%;
  height: auto;
}

/* 就活中のみなさんに一言
--------------- */
.staff_detail_message_box {
  display: flex;
  padding: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .staff_detail_message_box {
    margin-bottom: 40px;
    padding: 20px 15px;
  }
}
.staff_detail_message_box .txt_box {
  order: 2;
  flex: 1;
}
.staff_detail_message_box .txt_box .txt {
  margin-bottom: 0;
}
.staff_detail_message_box .tl {
  color: #E01F06;
  font-size: 2.8rem;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .staff_detail_message_box .tl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.staff_detail_message_box .img_box {
  order: 1;
  margin-right: 30px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .staff_detail_message_box .img_box {
    width: 120px;
    margin-right: 15px;
  }
}
.staff_detail_message_box .img_box img {
  width: 100%;
  height: auto;
}

/*
.staff_detail_box {
	
	.staff_detail_tl {
		border-bottom: $border_color 1px solid;
		overflow: hidden;
		.img_box {
			width: 240px;
			height: 240px;
			float: left;
			
			position: relative;
			@include pcmq(sm) {
				float: none;
				margin: 0 auto;
			}
			img {
				@include photo_center(100%, auto);
			}
		}
		.txt_box {
			margin-left: 270px;
			min-height: 240px;
			position: relative;
			@include pcmq(sm) {
				margin-left: 0;
				position: static;
				min-height: auto;
			}
			.tl {
				font-size: 2.8rem;
				margin-bottom: 32px;
				line-height: 1.5;
				@include pcmq(sm) {
					font-size: 2.2rem;
					margin-top: 30px;
					margin-bottom: 20px;
				}
			}
		}
		.profile_box {
			position: absolute;
			bottom:0;
			font-size: 2rem;
			margin-bottom: 0;
			line-height: 1;
			@include pcmq(sm) {
				position: static;
				font-size: 1.7rem;
				text-align: right;
				margin-bottom: 30px;
			}
			
			.department {
				margin-right: 1em;
			}
			.staff_name {
				margin-right: 0.5em;
			}
			.year {
				margin-left: 0.5em;
			}
		}
	}
	
	.staff_detail_article {
		.img_box {
			overflow: hidden;
			margin-right: -20px;
			margin-top: 30px;
			@include pcmq(sm) {
				margin-right: 0;
			}
			img {
				width: 460px;
				margin-right: 20px;
				@include pcmq(sm) {
					width: 100%;
					margin-right: 0;
					margin-bottom: 20px;
				}
			}
		}
	}
}

.other_staff_link {
	border-bottom: solid 1px $key_color;
	margin: 80px 0 60px;
	@include pcmq(sm) {
		margin: 80px 0 40px;
	}
	.tl_box_line_box {
		margin-bottom: 10px;
	}
	.voice_list {
		border-bottom: solid 1px $border_color;
		padding-bottom: 20px;
		@include pcmq(sm) {
			border-bottom: none;
			padding-bottom: 0;
		}
		
		.voice_box {
			margin-bottom: 0;
		}
		.img_box {
			img {
				width: 100px;
			}
		}
	}
	.page_nav {
		margin: 30px 0;
		@include pcmq(sm) {
			height: 45px;
		}
		.pages {
			.show_category_box {
				margin-bottom: 0;
				@include pcmq(sm) {
					position: static;
					margin: 0 auto;
				}
			}
		}
		
	}
}
	

*/
/* ------------------------------------
  _000_top.scss
------------------------------------ */
.page_top {
  /* メイン
	------------------------------------ */
}
.page_top .main {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .page_top .page_tl {
    text-align: left;
    margin-top: 40px;
  }
}
.page_top .cmn_entry_box {
  margin-top: 0;
}

.top_news .page_tl, .top_movie_thumbnail .page_tl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top_movie_interview .page_tl, .top_interview .page_tl {
    margin-left: 15px;
  }
}

/*
.top_news,
.top_movie_thumbnail {
	.page_tl {
		text-align: left;
  }
}

.top_movie_interview,
.top_interview {
	.page_tl {
  }
}
*/
/* メインビジュアル（動画）
	------------------------------------ */
#videoBgLayer {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
}

.bg_movie_box {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-top: -6%;
}
.bg_movie_box .movie_overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
}
.bg_movie_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

/* TOPのメインビジュアルエリア
------------------------------------ */
.top_main_img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_main_img {
    margin-top: 60px;
  }
}
.top_main_img .catch_txt_box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider img {
  width: 100%;
  height: auto;
}

/* 以下 キャッチコピー共通
--------------- */
.catch_txt {
  margin: 50px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .catch_txt {
    margin: 30px 0;
  }
}

.catch_j {
  color: #FFF;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .catch_j {
    font-size: 2.8rem;
  }
}

.catch_e {
  position: absolute;
  top: 0;
  right: -170px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .catch_e {
    top: 30px;
    right: auto;
    left: 50%;
    margin-left: 20px;
  }
  .catch_e img {
    width: 140px;
    height: auto;
  }
}

/* スクロールダウンのアニメーション
--------------- */
.mainimg_scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 4;
  margin-left: -1.5rem;
}
.mainimg_scroll a {
  display: inline-block;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #FFF;
  position: relative;
}
.mainimg_scroll a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  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%;
  }
}
/* お知らせ
------------------------------------ */
.top_news {
  padding: 80px 0 50px;
}
@media screen and (max-width: 767px) {
  .top_news {
    padding: 0 0 10px;
  }
}
.top_news .cont_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_news .cont_inner {
    display: block;
  }
}
.top_news .page_tl {
  margin: 0;
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
  .top_news .page_tl {
    margin: 60px 0 30px;
  }
}
.top_news .news_list_outer {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .top_news .news_list_outer {
    width: auto;
  }
}

/* 
.top_notices {
  border: $key_color 2px solid;
  padding: 20px 20px 10px;
  text-align: center;
  margin: 40px;
  //sp
  @include pcmq(sm) {
    margin: 30px 20px 0;
    padding: 15px 15px 5px;
  }
  .tl {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.4;
    @include font_heading;
    //sp
    @include pcmq(sm) {
      font-size: 1.6rem;
    }
  }
  .txt {
    margin-bottom: 10px;
    //sp
    @include pcmq(sm) {
      text-align: left;
    }
  }
  a {
    @include txt_link; 
    @include link_hover;
  }
}
*/
/* 共通 */
.news_list {
  border-top: #CCC 1px solid;
}

.news_list_item {
  border-bottom: #CCC 1px solid;
}
.news_list_item a {
  padding: 15px 30px 15px 0;
  display: flex;
  position: relative;
  transition: 0.5s;
}
.news_list_item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .news_list_item a {
    padding: 15px 30px 15px 0;
    flex-direction: column;
  }
}
.news_list_item a:hover {
  color: #E01F06;
}
.news_list_item a:hover .ico_pdf {
  border-color: #E01F06;
}
.news_list_item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  border-right: 2px solid #676767;
  border-bottom: 2px solid #676767;
  transform: rotate(-45deg);
}
.news_list_item .date_box {
  display: inline-block;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .news_list_item .date_box {
    margin-bottom: 10px;
  }
}
.news_list_item .date_box .date {
  margin-right: 2em;
}
.news_list_item .txt {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .news_list_item .txt {
    width: auto;
  }
}
.news_list_item .txt .ico_pdf {
  font-size: 1.4rem;
  border: #404040 1px solid;
  margin-left: 5px;
  display: inline-block;
  padding: 0 3px;
  line-height: 1.4;
}

/* 募集要項
------------------------------------ */
.top_requirement {
  background-color: #E6E6E6;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .top_requirement {
    padding: 40px 0 20px;
  }
}

/* 募集要項　共通
--------------- */
.requirement_list_01,
.requirement_list_02 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .requirement_list_01,
  .requirement_list_02 {
    justify-content: space-between;
  }
}

.requirement_list_01_item,
.requirement_list_02_item {
  width: 300px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .requirement_list_01_item,
  .requirement_list_02_item {
    width: 48%;
    margin-right: 0;
  }
}
.requirement_list_01_item:nth-child(3n),
.requirement_list_02_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .requirement_list_01_item:nth-child(3n),
  .requirement_list_02_item:nth-child(3n) {
    width: 100%;
  }
}
.requirement_list_01_item a,
.requirement_list_02_item a {
  display: block;
  position: relative;
  transition: 0.5s;
}
.requirement_list_01_item a:hover,
.requirement_list_02_item a:hover {
  opacity: 0.8;
}
.requirement_list_01_item a::before,
.requirement_list_02_item a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: 0;
  background: #404040;
  top: auto;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .requirement_list_01_item a::before,
  .requirement_list_02_item a::before {
    width: 30px;
    height: 30px;
  }
}
.requirement_list_01_item a::after,
.requirement_list_02_item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
  top: auto;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .requirement_list_01_item a::after,
  .requirement_list_02_item a::after {
    bottom: 9px;
    right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .requirement_list_01_item .tl,
  .requirement_list_02_item .tl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .requirement_list_01_item .img_box img,
  .requirement_list_02_item .img_box img {
    width: 100%;
    height: auto;
  }
}

/* サムネ有リスト
--------------- */
.requirement_list_01_item {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .requirement_list_01_item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .requirement_list_01_item:nth-child(3n) {
    width: 100%;
  }
}
.requirement_list_01_item .tl {
  margin: 0;
  position: relative;
  z-index: 2;
}
.requirement_list_01_item .img_box {
  margin-top: -20px;
}

/* テキストのみリスト
--------------- */
@media screen and (max-width: 767px) {
  .requirement_list_02_item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.requirement_list_02_item a {
  background: rgba(64, 64, 64, 0.9);
  padding: 10px 20px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .requirement_list_02_item a {
    height: auto;
    padding: 10px 40px 10px 10px;
  }
}
.requirement_list_02_item .tl {
  margin: 0 0 15px;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .requirement_list_02_item .tl {
    margin-bottom: 10px;
  }
}
.requirement_list_02_item .txt {
  color: #FFF;
}

/* 動画（業務風景ダイジェスト、店舗の一日）
------------------------------------ */
.top_movie_thumbnail {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_movie_thumbnail {
    padding-bottom: 40px;
  }
}
.top_movie_thumbnail .txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_movie_thumbnail .txt {
    margin-bottom: 20px;
  }
}
.top_movie_thumbnail .modal_movie_box {
  cursor: pointer;
  transition: 0.5s;
}
.top_movie_thumbnail .modal_movie_box:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .top_movie_thumbnail .modal_movie_box img {
    width: 100%;
    height: auto;
  }
}

/* ダイレックスを知る 
------------------------------------ */
.top_about {
  background-color: rgba(255, 175, 0, 0.2);
  padding-top: 1px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_about {
    padding-bottom: 10px;
  }
}
.top_about .img_box {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_about .img_box img {
    width: 90%;
    height: auto;
  }
}

/* 社員インタビュー動画 
------------------------------------ */
.top_movie_interview {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_movie_interview {
    padding-bottom: 0;
  }
}

.movie_interview_list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .movie_interview_list {
    flex-wrap: wrap;
  }
}
.movie_interview_list .modal_movie_box {
  cursor: pointer;
  transition: 0.5s;
}
.movie_interview_list .modal_movie_box:hover {
  opacity: 0.8;
}
.movie_interview_list .modal_movie_box img {
  width: 100%;
}

.movie_interview_list_item {
  width: calc(100% / 3);
}
@media screen and (max-width: 767px) {
  .movie_interview_list_item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.movie_interview_list_item .interview_txt_box {
  position: relative;
  z-index: 2;
  max-width: 300px;
  box-sizing: border-box;
  margin: -50px auto 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 990px) {
  .movie_interview_list_item .interview_txt_box {
    margin: -40px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .movie_interview_list_item .interview_txt_box {
    margin: -50px auto 0;
  }
}
.movie_interview_list_item .interview_txt_box .interview_position {
  padding-top: 15px;
}

.interview_txt_box {
  text-align: center;
  padding: 20px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .interview_txt_box {
    padding: 10px 20px;
  }
}
.interview_txt_box .tl_box {
  padding-bottom: 10px;
  border-bottom: #E01F06 2px solid;
}
.interview_txt_box .tl_box img {
  max-width: 100%;
  height: auto;
}
.interview_txt_box .interview_position {
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: normal;
}
.interview_txt_box .interview_position .interview_name {
  font-size: 1.2rem;
  color: #E01F06;
  display: block;
  margin-top: 5px;
}
.interview_txt_box .interview_position .interview_year {
  display: inline-block;
}

/* 社員紹介 
------------------------------------ */
.top_interview {
  background-color: #E6E6E6;
  padding-top: 1px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_interview {
    padding-bottom: 10px;
  }
}

.interview_list_item {
  width: 240px;
}
.interview_list_item a {
  transition: 0.5s;
  display: block;
}
.interview_list_item a:hover {
  opacity: 0.8;
}
.interview_list_item .img_box {
  /*
  width: 100%;
  height: 148px;
  overflow: hidden;
  position: relative;
  */
}
.interview_list_item .img_box img {
  width: 240px;
  height: 148px;
}
.interview_list_item .interview_txt_box {
  box-sizing: border-box;
}

/* 新入社員・人事ブログ 
------------------------------------ */
.top_blog {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_blog {
    padding-bottom: 10px;
  }
}

.blog_list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .blog_list {
    flex-wrap: wrap;
  }
}

.blog_list_item {
  width: 300px;
  margin-right: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .blog_list_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.blog_list_item:last-child {
  margin-right: 0;
}
.blog_list_item a {
  transition: 0.5s;
  display: block;
  height: 100%;
  position: relative;
}
.blog_list_item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .blog_list_item a {
    height: auto;
  }
}
.blog_list_item a::after {
  content: "";
  display: block;
  width: 86%;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: 0;
  top: auto;
  bottom: 0;
  left: 50%;
  margin-left: calc(100% - 143%);
  background-color: #E01F06;
}
.blog_list_item .img_box {
  position: relative;
  overflow: hidden;
  width: 300px;
  padding-top: 66%;
  /* 比率 */
  /* 
  // object-fitを使用したので不要
  width: 300px;
  height: 200px;
  overflow: hidden;
  
  position: relative;
  //sp
  @include pcmq(sm) {
  	width: 100%;
  	height: auto;
  }
  */
}
@media screen and (max-width: 767px) {
  .blog_list_item .img_box {
    width: 100%;
  }
}
.blog_list_item .img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*
  border: $border_color 1px solid;
  box-sizing: border-box;
  width: 300px;
  height: 200px;
  //sp
  @include pcmq(sm) {
  	width: 100%;
  	height: auto;
  }
  */
}
.blog_list_item .txt_box {
  padding: 20px 10px;
}
.blog_list_item .date_box {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.blog_list_item .date {
  margin-right: 10px;
}

/* SNS 
------------------------------------ */
.top_sns {
  background-color: #F8F8F8;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .top_sns {
    padding: 40px 0;
  }
}
.top_sns .txt {
  font-size: 2rem;
  text-align: center;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top_sns .txt {
    font-size: 1.4rem;
  }
}
.top_sns .sns_box {
  display: flex;
  justify-content: space-between;
  margin: 30px 90px 0;
}
@media screen and (max-width: 767px) {
  .top_sns .sns_box {
    justify-content: center;
    margin: 20px 0;
  }
}
.top_sns .sns_list_item {
  text-align: center;
}
.top_sns .sns_list_item .link_tw {
  background-color: #1DA1F2;
  display: block;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_sns .sns_list_item .link_tw {
    width: 64px;
    height: 64px;
  }
  .top_sns .sns_list_item .link_tw img {
    width: 32px;
    height: auto;
  }
}
.top_sns .sns_list_item .name {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .top_sns .sns_list_item .name {
    display: none;
  }
}
.top_sns .tw_tl_box {
  width: 654px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .top_sns .tw_tl_box {
    display: none;
  }
}

/*=================================================
 * 050_contact.html
 * ================================================ */
.cont_liaise .contact_middle .bg_box {
  margin-top: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .cont_liaise .contact_middle .bg_box {
    margin-bottom: 60px;
  }
}
.cont_liaise .contact_tr {
  border-bottom: 1px solid #CCC;
  padding: 20px 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .cont_liaise .contact_tr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .cont_liaise .contact_tr.contact_type .form_td .flex_form_td {
    display: block;
    margin-bottom: 15px;
  }
  .cont_liaise .contact_tr.contact_type .form_td .flex_form_td:last-child {
    margin-bottom: 0;
  }
}
.cont_liaise .contact_tr:first-child {
  border-top: 1px solid #CCC;
}
.cont_liaise .contact_tr .form_th {
  width: 250px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .cont_liaise .contact_tr .form_th {
    width: 100%;
    margin-right: 0;
  }
}
.cont_liaise .contact_tr .form_th .txt_th {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cont_liaise .contact_tr .form_th .txt_th {
    justify-content: flex-start;
    font-weight: bold;
  }
}
.cont_liaise .contact_tr .form_th .txt_th .ico_require {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .cont_liaise .contact_tr .form_th .txt_th .ico_require {
    font-size: 1.2rem;
  }
}
.cont_liaise .contact_tr .form_td {
  width: 670px;
}
@media screen and (max-width: 767px) {
  .cont_liaise .contact_tr .form_td {
    width: 100%;
  }
}
.cont_liaise .contact_tr .form_td .flex_form_td {
  display: inline-block;
  padding: 0;
}
@media screen and (max-width: 320px) {
  .cont_liaise .contact_tr .form_td .flex_form_td {
    margin-bottom: 15px;
  }
  .cont_liaise .contact_tr .form_td .flex_form_td:last-child {
    margin-bottom: 0;
  }
}
.cont_liaise .contact_tr .form_td .flex_visit_datetime {
  display: flex;
}
@media screen and (max-width: 767px) {
  .cont_liaise .contact_tr .form_td .flex_visit_datetime {
    display: block;
  }
  .cont_liaise .contact_tr .form_td .flex_visit_datetime:first-child {
    margin-bottom: 15px;
  }
}
.cont_liaise .contact_tr .form_td .flex_visit_datetime .visit_datetime {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .cont_liaise .contact_tr .form_td .flex_visit_datetime .visit_datetime:first-child {
    margin-bottom: 15px;
  }
}
.cont_liaise .contact_tr .form_td .flex_visit_datetime .visit_datetime .select_wrap {
  position: relative;
}
.cont_liaise .contact_tr .form_td .flex_visit_datetime .visit_datetime .select_wrap::before {
  content: "";
  display: block;
  width: 15px;
  height: 22.5px;
  position: absolute;
  top: 50%;
  margin-top: -11.25px;
  right: 10px;
  background: url(../img_cmn/ico_arrow_keycolor_down.svg) no-repeat center/100% 100%;
  pointer-events: none;
}
.cont_liaise .contact_tr .form_td .flex_visit_datetime .visit_datetime .select_wrap .form_select {
  width: 80px;
}
.cont_liaise .contact_tr .form_td .flex_visit_datetime .visit_datetime span {
  margin-left: 10px;
}
.cont_liaise .contact_tr .form_td .flex_visit_datetime .visit_datetime span:first-of-type {
  margin-right: 20px;
}
.cont_liaise .contact_tr .form_td.form_name,
.cont_liaise .contact_tr .form_td .form_name {
  display: flex;
}
.cont_liaise .contact_tr .form_td.form_name .name_label,
.cont_liaise .contact_tr .form_td .form_name .name_label {
  display: flex;
  align-items: center;
  width: 200px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .cont_liaise .contact_tr .form_td.form_name .name_label,
  .cont_liaise .contact_tr .form_td .form_name .name_label {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .cont_liaise .contact_tr .form_td.form_name .name_label:nth-child(2),
  .cont_liaise .contact_tr .form_td .form_name .name_label:nth-child(2) {
    margin-right: 0;
  }
}
.cont_liaise .contact_tr .form_td.form_name .name_label span,
.cont_liaise .contact_tr .form_td .form_name .name_label span {
  margin-right: 15px;
}
.cont_liaise .contact_tr .form_td.form_name .name_label .contact_name,
.cont_liaise .contact_tr .form_td .form_name .name_label .contact_name {
  width: 100%;
}
.cont_liaise .contact_tr .form_td.user_phone_number .tel {
  width: 80px;
}
.cont_liaise .contact_tr .form_td.user_phone_number span {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .cont_liaise .contact_tr .form_td.user_phone_number span {
    margin: 0;
  }
}
.cont_liaise .contact_tr .form_td.user_age .age {
  width: 80px;
  margin-right: 15px;
}
.cont_liaise .contact_tr .form_td.zipcode .user_zipcode {
  width: 80px;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .cont_liaise .contact_tr .form_td.zipcode .user_zipcode {
    margin: 0;
  }
}
.cont_liaise .contact_tr .form_td.zipcode .user_zipcode:nth-of-type(2) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .cont_liaise .contact_tr .form_td.zipcode .user_zipcode:nth-of-type(2) {
    margin-right: 20px;
  }
}
.cont_liaise .contact_tr .form_td.zipcode .btn_auto_zipcode {
  display: inline-block;
  margin: 0;
}
.cont_liaise .contact_tr .form_td.zipcode .btn_auto_zipcode a {
  transition: 0.5s;
  width: auto;
}
.cont_liaise .contact_tr .form_td.zipcode .btn_auto_zipcode a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .cont_liaise .contact_tr .form_td.zipcode .btn_auto_zipcode a {
    margin-top: 7px;
  }
}
.cont_liaise .contact_tr .form_td.prefectures .select_wrap {
  position: relative;
  display: inline-block;
}
.cont_liaise .contact_tr .form_td.prefectures .select_wrap::before {
  content: "";
  display: block;
  width: 15px;
  height: 22.5px;
  position: absolute;
  top: 50%;
  margin-top: -11.25px;
  right: 10px;
  background: url(../img_cmn/ico_arrow_keycolor_down.svg) no-repeat center/100% 100%;
  pointer-events: none;
}
.cont_liaise .contact_tr .form_td.prefectures .select_wrap .form_select {
  width: 200px;
}
.cont_liaise .contact_tr .form_td.form_pp .checkbox {
  display: inline-block;
  width: auto;
}
.cont_liaise .btn_contact_submit {
  margin-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .cont_liaise .btn_contact_submit {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}

/*=================================================
 * 051_contact-check.html
 * ================================================ */
.cont_liaise_check .liaise_step_box::before {
  background: linear-gradient(to right, #E01F06, #E01F06 50%, #CCC 50%, #CCC 100%);
}
.cont_liaise_check .txt_contact_top {
  margin-bottom: 40px;
}
.cont_liaise_check .form_box .btn_check_submit {
  padding-bottom: 0;
}
.cont_liaise_check .form_box .btn_check_submit .contact_submit_wrap {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.cont_liaise_check .form_box .btn_check_submit .contact_submit_wrap:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .cont_liaise_check .form_box .btn_check_submit .contact_submit_wrap {
    width: 100%;
  }
}
.cont_liaise_check .form_box .btn_check_submit .contact_submit_wrap::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
}
.cont_liaise_check .btn_return_form {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.cont_liaise_check .btn_return_form .btn_return_wrap {
  position: relative;
  display: inline-block;
  transition-duration: 0.5s;
}
.cont_liaise_check .btn_return_form .btn_return_wrap::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -6px;
  border-left: 2px solid #404040;
  border-bottom: 2px solid #404040;
  transform: rotate(45deg);
  transition-duration: .5s;
}
@media screen and (max-width: 767px) {
  .cont_liaise_check .btn_return_form .btn_return_wrap {
    width: calc(100% * 200 / 345);
  }
}
.cont_liaise_check .btn_return_form .btn_return_wrap:hover::before {
  border-color: #E01F06;
}
.cont_liaise_check .btn_return_form .btn_return_wrap .confirm_btn {
  color: #404040;
  background-color: #fff;
  border: 2px solid #404040;
  border-radius: 0;
  width: 280px;
  font-size: 1.6rem;
  font-weight: bold;
  transition-duration: .5s;
}
@media screen and (max-width: 767px) {
  .cont_liaise_check .btn_return_form .btn_return_wrap .confirm_btn {
    font-size: 1.4rem;
    width: calc(100% * 200 / 345);
    width: 100%;
  }
}
.cont_liaise_check .btn_return_form .btn_return_wrap .confirm_btn:hover {
  color: #E01F06;
  border: 2px solid #E01F06;
}

/*=================================================
 * 052_contact-sent.html
 * ================================================ */
.cont_liaise_sent .liaise_step_box::before {
  background-color: #E01F06;
}
@media screen and (max-width: 767px) {
  .cont_liaise_sent .page_subtl02 {
    margin-top: 0;
  }
}
.cont_liaise_sent .recruit_entry_subtl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 42px;
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_liaise_sent .recruit_entry_subtl {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
}
.cont_liaise_sent .txt_contact_top.txt_thanks_entry {
  margin-bottom: 30px;
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_liaise_sent .txt_contact_top.txt_thanks_entry {
    margin-bottom: 60px;
  }
}
.cont_liaise_sent .recruit_contact_phone {
  margin-top: 20px;
  text-align: center;
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_liaise_sent .recruit_contact_phone {
    text-align: left;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.cont_liaise_sent .recruit_contact_phone .bg_box_flex {
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_liaise_sent .recruit_contact_phone .bg_box_flex {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
  }
}
.cont_liaise_sent .recruit_contact_phone .bg_box_flex > p {
  margin-bottom: 20px;
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_liaise_sent .recruit_contact_phone .bg_box_flex > p {
    margin-bottom: 0;
  }
}
.cont_liaise_sent .recruit_contact_phone .bg_box_flex .base_btn {
  margin-top: 0;
}
.cont_liaise_sent .recruit_contact_phone .bg_box_flex .base_btn > a {
  margin: 0;
  background-color: #fff;
  border: 2px solid #404040;
  color: #404040;
  font-weight: bold;
  font-size: 2rem;
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_liaise_sent .recruit_contact_phone .bg_box_flex .base_btn > a {
    pointer-events: none;
    border: none;
    background-color: unset;
    font-size: 3.2rem;
    line-height: 3.2rem;
    width: unset;
    margin-right: 30px;
  }
}
.cont_liaise_sent .recruit_contact_phone .bg_box_flex .base_btn > a::before {
  display: none;
}
.cont_liaise_sent .recruit_contact_phone .recruit_contact_destination {
  font-size: 1.6rem;
  margin-bottom: 20px;
  /* PC */
}
@media screen and (min-width: 768px) {
  .cont_liaise_sent .recruit_contact_phone .recruit_contact_destination {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.cont_liaise_sent .btn_return_home {
  margin: 60px 0 0;
}

/*=================================================
 * 160_work.html
 * ================================================ */
.cont_work {
  /* ------------------------------------
  /* 共通
  ------------------------------------ */
  /* ------------------------------------
  /* 仕事紹介
  ------------------------------------ */
  /* ------------------------------------
  /* 部署紹介
  ------------------------------------ */
  /* ------------------------------------
  /* キャリアパス
  /* ※※※このコンテンツはモバイルファーストでscss作成
  /*      （pcのメディアクエリで上書き）
  ------------------------------------ */
}
.cont_work .tl_work {
  font-size: 2.0rem;
  font-weight: bold;
  color: #E01F06;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cont_work .tl_work {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 20px;
  }
}
.cont_work .txt_work {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont_work .txt_work {
    text-align: left;
  }
}
.cont_work .work .page_subtl02 {
  text-align: center;
  margin: 60px 0 20px;
}
@media screen and (max-width: 767px) {
  .cont_work .work .page_subtl02 {
    text-align: left;
    margin: 40px 0 10px;
  }
}
.cont_work .work .img_box {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cont_work .work .img_box {
    margin: 0 -15px 20px;
  }
}
.cont_work .work .img_box img {
  width: calc(100% + 30px);
  height: auto;
}
.cont_work .department {
  /* 50%横並びでbox表示
  ------------------------------------ */
  /* アコーディオン
  ------------------------------------ */
}
.cont_work .department .txt_department {
  margin-bottom: 30px;
}
.cont_work .department .department_list_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont_work .department .department_list_two > li {
  width: 460px;
  margin-bottom: 30px;
  background-color: #F8F8F8;
}
.cont_work .department .department_list_two > li:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .cont_work .department .btn_label_box_wrap .btn_label_box {
    pointer-events: none;
  }
}
.cont_work .department .btn_label_box_wrap .btn_label_box .btn_label {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #FFF;
  background-color: #404040;
  padding: 7px 20px;
  position: relative;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cont_work .department .btn_label_box_wrap .btn_label_box .btn_label {
    font-size: 1.8rem;
    padding: 7px 40px 7px 15px;
  }
  .cont_work .department .btn_label_box_wrap .btn_label_box .btn_label::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .cont_work .department .btn_label_box_wrap .btn_label_box.label_close .btn_label::after {
    transform: rotate(45deg);
    margin-top: -8px;
  }
  .cont_work .department .btn_label_box_wrap .btn_label_box.label_open .btn_label::after {
    transform: rotate(225deg);
    margin-top: -3px;
  }
}
@media screen and (min-width: 768px) {
  .cont_work .department .btn_label_box_wrap .btn_detail_box {
    display: block !important;
  }
}
.cont_work .department .btn_label_box_wrap .btn_detail_box .detail_box {
  padding: 20px 20px 30px;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .cont_work .department .btn_label_box_wrap .btn_detail_box .detail_box {
    padding: 10px 15px 20px;
  }
}
.cont_work .department .btn_label_box_wrap .btn_detail_box .detail_box .flex_box_two {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cont_work .department .btn_label_box_wrap .btn_detail_box .detail_box .flex_box_two {
    flex-wrap: wrap;
  }
}
.cont_work .department .btn_label_box_wrap .btn_detail_box .detail_box .flex_box_two .single_box {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .cont_work .department .btn_label_box_wrap .btn_detail_box .detail_box .flex_box_two .single_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .cont_work .department .btn_label_box_wrap .btn_detail_box .detail_box .flex_box_two .single_box:last-child {
    margin-bottom: 0px;
  }
}
.cont_work .department .btn_label_box_wrap .btn_detail_box .detail_box .flex_box_two .single_box .page_subtl06 {
  margin: 0px 0 20px;
}
@media screen and (max-width: 767px) {
  .cont_work .department .btn_label_box_wrap .btn_detail_box .detail_box .flex_box_two .single_box .page_subtl06 {
    margin: 0px 0 10px;
  }
}
.cont_work .department .btn_label_box_wrap .btn_detail_box .detail_box .pickup_box {
  margin-top: 30px;
  padding: 20px 20px;
  background-color: #E6E6E6;
}
@media screen and (max-width: 767px) {
  .cont_work .department .btn_label_box_wrap .btn_detail_box .detail_box .pickup_box {
    margin-top: 20px;
    padding: 20px 15px;
  }
}
.cont_work .department .btn_label_box_wrap .btn_detail_box .detail_box .btn.base_btn_border {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .cont_work .department .btn_label_box_wrap .btn_detail_box .detail_box .btn.base_btn_border {
    margin: 20px 0 0;
  }
}
.cont_work .career {
  /* <共通>キャリアパス
  ------------------------------------ */
  /* 店舗キャリアパス
  ------------------------------------ */
  /* 本社キャリアパス
  ------------------------------------ */
}
.cont_work .career .career_step_box {
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cont_work .career .career_step_box {
    height: 900px;
  }
}
@media screen and (min-width: 768px) {
  .cont_work .career .career_step_box .career_step_list {
    display: flex;
    position: relative;
  }
}
.cont_work .career .career_step_box .career_step_list > li {
  border: solid 1px #707070;
  padding: 10px;
  position: relative;
  margin-bottom: 30px;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .cont_work .career .career_step_box .career_step_list > li {
    width: 160px;
    height: 160px;
    box-sizing: border-box;
    margin-bottom: 0px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.cont_work .career .career_step_box .career_step_list > li::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 10px;
  right: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: #FFAF00 transparent transparent transparent;
  border-width: 20px 18px 0 18px;
}
@media screen and (min-width: 768px) {
  .cont_work .career .career_step_box .career_step_list > li::after {
    display: none;
  }
}
.cont_work .career .career_step_box .career_step_list > li:last-child {
  margin-bottom: 0px;
}
.cont_work .career .career_step_box .career_step_list > li:last-child::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .cont_work .career .career_step_box .career_step_list .career_step {
    height: 100%;
  }
}
.cont_work .career .career_step_box .career_step_list .career_step .tl_box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cont_work .career .career_step_box .career_step_list .career_step .tl_box {
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
  }
}
.cont_work .career .career_step_box .career_step_list .career_step .tl_box .tl_step {
  flex: 1;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.0rem;
}
@media screen and (min-width: 768px) {
  .cont_work .career .career_step_box .career_step_list .career_step .tl_box .tl_step {
    width: 100%;
  }
}
.cont_work .career .career_step_box .career_step_list .career_step .tl_box .tl_step .txt_step {
  display: block;
  color: #E01F06;
  font-size: 1.2rem;
}
.cont_work .career .career_step_box .career_step_list .career_step .tl_box .txt_sales {
  width: 90px;
  padding-left: 6px;
  border-left: solid 4px #E01F06;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.0rem;
}
@media screen and (min-width: 768px) {
  .cont_work .career .career_step_box .career_step_list .career_step .tl_box .txt_sales {
    width: 100%;
  }
}
.cont_work .career .career_step_box .career_step_list .career_step .tl_box .txt_sales .txt_min {
  display: block;
  font-size: 1.2rem;
}
.cont_work .career .career_step_box .career_step_list .career_step .balloon_left {
  display: inline-block;
  padding: 0 5px;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #FFAF00;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 2.0rem;
  color: #404040;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cont_work .career .career_step_box .career_step_list .career_step .balloon_left {
    position: absolute;
    top: 50%;
    left: 35%;
    margin-top: -50px;
  }
  .cont_work .career .career_step_box .career_step_list .career_step .balloon_left::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 20px solid #FFAF00;
    z-index: 0;
  }
}
@media screen and (min-width: 768px) {
  .cont_work .career .career_step_box .career_step_list .career_step .balloon_left {
    position: absolute;
    top: -120px;
    left: 50%;
    margin-left: -50px;
  }
  .cont_work .career .career_step_box .career_step_list .career_step .balloon_left::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #FFAF00;
    z-index: 0;
  }
}
.cont_work .career .career_step_box .career_step_list .career_step .balloon_left .txt_balloon {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.cont_work .career .career_step_box .career_step_list .career_step .balloon_left .txt_balloon span {
  display: block;
}
.cont_work .career .career_step_box .career_step_list .career_step .balloon_left .txt_balloon span.txt_min {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.cont_work .career .career_step_box .career_step_list .career_step .detail_box {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #E4E4E4;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .cont_work .career .career_step_box .career_step_list .career_step .detail_box {
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    box-sizing: border-box;
    margin-top: 0px;
  }
}
.cont_work .career .career_step_box .career_step_list .career_step .detail_box .img_box {
  width: 46%;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .cont_work .career .career_step_box .career_step_list .career_step .detail_box .img_box {
    width: 240px;
    margin-right: 0px;
  }
}
.cont_work .career .career_step_box .career_step_list .career_step .detail_box .img_box img {
  width: 100%;
  height: auto;
}
.cont_work .career .career_step_box .career_step_list .career_step .detail_box .txt_career {
  flex: 1;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .cont_work .career .career_step_box .career_step_list .career_step .detail_box .txt_career {
    width: 240px;
  }
}
.cont_work .career .career_step_box .career_step_list .career_step .detail_box .txt_career .txt_career_list > li {
  padding-left: 15px;
  margin-bottom: 3px;
  position: relative;
}
.cont_work .career .career_step_box .career_step_list .career_step .detail_box .txt_career .txt_career_list > li:before {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  background-color: #404040;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .cont_work .career .career_store .career_step_box {
    height: 900px;
  }
  .cont_work .career .career_store .career_step_box .career_step_list {
    display: block;
    position: relative;
    top: 410px;
    left: 0;
    width: 940px;
    height: 240px;
    margin: 0 auto;
    background-image: url("../img_cont/bg_arrow_career_store.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
  }
  .cont_work .career .career_store .career_step_box .career_step_list > li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .cont_work .career .career_store .career_step_box .career_step_list > li:nth-child(2) {
    position: absolute;
    top: -30px;
    left: 130px;
  }
  .cont_work .career .career_store .career_step_box .career_step_list > li:nth-child(3) {
    position: absolute;
    top: -60px;
    left: 260px;
  }
  .cont_work .career .career_store .career_step_box .career_step_list > li:nth-child(3) .detail_box {
    position: absolute;
    top: -355px;
    left: 50%;
    margin-left: -120px;
  }
  .cont_work .career .career_store .career_step_box .career_step_list > li:nth-child(4) {
    position: absolute;
    top: -90px;
    left: 390px;
  }
  .cont_work .career .career_store .career_step_box .career_step_list > li:nth-child(5) {
    position: absolute;
    top: -120px;
    left: 520px;
  }
  .cont_work .career .career_store .career_step_box .career_step_list > li:nth-child(5) .detail_box {
    position: absolute;
    top: -235px;
    left: 50%;
    margin-left: -120px;
  }
  .cont_work .career .career_store .career_step_box .career_step_list > li:nth-child(6) {
    position: absolute;
    top: -150px;
    left: 650px;
  }
  .cont_work .career .career_store .career_step_box .career_step_list > li:nth-child(7) {
    position: absolute;
    top: -180px;
    left: 780px;
  }
  .cont_work .career .career_store .career_step_box .career_step_list > li:nth-child(odd) .detail_box::before {
    content: "";
    position: absolute;
    bottom: -95px;
    left: 50%;
    width: 0px;
    height: 0px;
    margin-left: -10px;
    border-style: solid;
    border-color: #E4E4E4 transparent transparent transparent;
    border-width: 100px 10px 0 10px;
    z-index: 0;
  }
  .cont_work .career .career_store .career_step_box .career_step_list > li:nth-child(odd) .detail_box .img_box {
    margin-bottom: 10px;
  }
  .cont_work .career .career_store .career_step_box .career_step_list > li:nth-child(even) .detail_box {
    position: absolute;
    top: 260px;
    left: 50%;
    margin-left: -120px;
  }
  .cont_work .career .career_store .career_step_box .career_step_list > li:nth-child(even) .detail_box::before {
    content: "";
    position: absolute;
    top: -95px;
    left: 50%;
    width: 0px;
    height: 0px;
    margin-left: -10px;
    border-style: solid;
    border-color: #E4E4E4 transparent transparent transparent;
    border-width: 100px 10px 0 10px;
    z-index: 0;
    transform: rotate(180deg);
  }
  .cont_work .career .career_store .career_step_box .career_step_list > li:nth-child(even) .detail_box .img_box {
    order: 2;
    margin-top: 10px;
  }
  .cont_work .career .career_store .career_step_box .career_step_list > li:nth-child(even) .detail_box .txt_career {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .cont_work .career .career_mianstore .career_step_box {
    height: 850px;
  }
  .cont_work .career .career_mianstore .career_step_box .career_step_list {
    display: block;
    position: relative;
    top: 390px;
    left: 0;
    width: 810px;
    height: 240px;
    margin: 0 auto;
    background-image: url("../img_cont/bg_arrow_career_mainstore.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
  }
  .cont_work .career .career_mianstore .career_step_box .career_step_list > li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .cont_work .career .career_mianstore .career_step_box .career_step_list > li:nth-child(2) {
    position: absolute;
    top: -30px;
    left: 130px;
  }
  .cont_work .career .career_mianstore .career_step_box .career_step_list > li:nth-child(2) .detail_box {
    position: absolute;
    top: -300px;
    left: 50%;
    margin-left: -120px;
  }
  .cont_work .career .career_mianstore .career_step_box .career_step_list > li:nth-child(3) {
    position: absolute;
    top: -60px;
    left: 260px;
  }
  .cont_work .career .career_mianstore .career_step_box .career_step_list > li:nth-child(4) {
    position: absolute;
    top: -90px;
    left: 390px;
  }
  .cont_work .career .career_mianstore .career_step_box .career_step_list > li:nth-child(4) .detail_box {
    position: absolute;
    top: -300px;
    left: 50%;
    margin-left: -120px;
  }
  .cont_work .career .career_mianstore .career_step_box .career_step_list > li:nth-child(5) {
    position: absolute;
    top: -120px;
    left: 520px;
  }
  .cont_work .career .career_mianstore .career_step_box .career_step_list > li:nth-child(6) {
    position: absolute;
    top: -150px;
    left: 650px;
  }
  .cont_work .career .career_mianstore .career_step_box .career_step_list > li:nth-child(7) {
    position: absolute;
    top: -180px;
    left: 780px;
  }
  .cont_work .career .career_mianstore .career_step_box .career_step_list > li:nth-child(odd) .detail_box {
    position: absolute;
    top: 240px;
    left: 50%;
    margin-left: -120px;
  }
  .cont_work .career .career_mianstore .career_step_box .career_step_list > li:nth-child(odd) .detail_box::before {
    content: "";
    position: absolute;
    top: -75px;
    left: 50%;
    width: 0px;
    height: 0px;
    margin-left: -10px;
    border-style: solid;
    border-color: #E4E4E4 transparent transparent transparent;
    border-width: 80px 10px 0 10px;
    z-index: 0;
    transform: rotate(180deg);
  }
  .cont_work .career .career_mianstore .career_step_box .career_step_list > li:nth-child(odd) .detail_box .img_box {
    margin-bottom: 10px;
  }
  .cont_work .career .career_mianstore .career_step_box .career_step_list > li:nth-child(even) .detail_box::before {
    content: "";
    position: absolute;
    bottom: -75px;
    left: 50%;
    width: 0px;
    height: 0px;
    margin-left: -10px;
    border-style: solid;
    border-color: #E4E4E4 transparent transparent transparent;
    border-width: 80px 10px 0 10px;
    z-index: 0;
  }
  .cont_work .career .career_mianstore .career_step_box .career_step_list > li:nth-child(even) .detail_box .img_box {
    order: 2;
    margin-top: 10px;
  }
  .cont_work .career .career_mianstore .career_step_box .career_step_list > li:nth-child(even) .detail_box .txt_career {
    order: 1;
  }
}

/*=================================================
 * 180_about.html
 * ================================================ */
.cont_about {
  /* ------------------------------------
  /* ダイレックスを知る
  ------------------------------------ */
  /* ------------------------------------
  /* ダイレックスの沿革
  ------------------------------------ */
  /* ------------------------------------
  /* 数字でわかるダイレックス
  ------------------------------------ */
  /* ------------------------------------
  /* 仕事紹介
  ------------------------------------ */
  /* ------------------------------------
  /* 教育・研修・福利厚生
  ------------------------------------ */
}
.cont_about .about_main {
  padding: 1px 0 140px;
  background-color: #FFEFCC;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont_about .about_main {
    padding: 1px 0 80px;
  }
}
.cont_about .about_main .main_img_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont_about .about_main .main_img_box .img_main_left {
  display: block;
  width: 146px;
  height: auto;
  position: relative;
  left: 18px;
}
.cont_about .about_main .main_img_box .img_main_center {
  display: block;
  width: 277px;
  height: auto;
  position: relative;
  z-index: 2;
}
.cont_about .about_main .main_img_box .img_main_right {
  display: block;
  width: 146px;
  height: auto;
  position: relative;
  right: 12px;
}
.cont_about .about_history {
  padding: 1px 0 30px;
}
.cont_about .about_history .history_lsit_box .history_lsit > li .history_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cont_about .about_history .history_lsit_box .history_lsit > li .history_detail {
    justify-content: flex-start;
  }
}
.cont_about .about_history .history_lsit_box .history_lsit > li .history_detail .dmy_span,
.cont_about .about_history .history_lsit_box .history_lsit > li .history_detail .txt_history {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .cont_about .about_history .history_lsit_box .history_lsit > li .history_detail .dmy_span,
  .cont_about .about_history .history_lsit_box .history_lsit > li .history_detail .txt_history {
    width: inherit;
    padding-left: 45px;
  }
}
.cont_about .about_history .history_lsit_box .history_lsit > li .history_detail .dmy_span .txt_strong,
.cont_about .about_history .history_lsit_box .history_lsit > li .history_detail .txt_history .txt_strong {
  font-size: 2.4rem;
}
.cont_about .about_history .history_lsit_box .history_lsit > li .history_detail .dmy_span .txt_key_color,
.cont_about .about_history .history_lsit_box .history_lsit > li .history_detail .txt_history .txt_key_color {
  font-weight: bold;
  color: #E01F06;
}
@media screen and (max-width: 767px) {
  .cont_about .about_history .history_lsit_box .history_lsit > li .history_detail .dmy_span {
    display: none;
  }
}
.cont_about .about_history .history_lsit_box .history_lsit > li .history_detail .txt_year {
  width: 78px;
  padding: 15px 10px;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #FFAF00;
}
.cont_about .about_history .history_lsit_box .history_lsit > li:nth-child(odd) .history_detail .txt_history {
  position: relative;
}
.cont_about .about_history .history_lsit_box .history_lsit > li:nth-child(odd) .history_detail .txt_history::before {
  display: block;
  content: '';
  width: 78px;
  height: 2px;
  background-color: #404040;
  position: absolute;
  top: 50%;
  left: -100px;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .cont_about .about_history .history_lsit_box .history_lsit > li:nth-child(odd) .history_detail .txt_history::before {
    left: 0px;
    width: 30px;
  }
}
.cont_about .about_history .history_lsit_box .history_lsit > li:nth-child(even) .history_detail .txt_history {
  order: 1;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cont_about .about_history .history_lsit_box .history_lsit > li:nth-child(even) .history_detail .txt_history {
    order: 2;
    text-align: left;
  }
}
.cont_about .about_history .history_lsit_box .history_lsit > li:nth-child(even) .history_detail .txt_history::before {
  display: block;
  content: '';
  width: 78px;
  height: 2px;
  background-color: #404040;
  position: absolute;
  top: 50%;
  right: -100px;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .cont_about .about_history .history_lsit_box .history_lsit > li:nth-child(even) .history_detail .txt_history::before {
    width: 30px;
    left: 0px;
    right: inherit;
  }
}
.cont_about .about_history .history_lsit_box .history_lsit > li:nth-child(even) .history_detail .txt_year {
  order: 2;
}
.cont_about .about_history .history_lsit_box .history_lsit > li:nth-child(even) .history_detail .dmy_span {
  order: 3;
}
.cont_about .about_history .history_lsit_box .history_lsit > li:last-child .history_detail .txt_year {
  position: relative;
}
.cont_about .about_history .history_lsit_box .history_lsit > li:last-child .history_detail .txt_year::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: #FFAF00 transparent transparent transparent;
  border-width: 20px 39px 0 39px;
}
.cont_about .about_history .bottom_txt_box {
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 50px;
}
@media screen and (max-width: 767px) {
  .cont_about .about_history .bottom_txt_box {
    font-size: 2.0rem;
    padding: 10px;
    border: solid 1px #707070;
  }
}
.cont_about .about_history .bottom_txt_box .txt_sub {
  font-size: 2.0rem;
  color: #E01F06;
}
@media screen and (max-width: 767px) {
  .cont_about .about_history .bottom_txt_box .txt_sub {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.cont_about .about_numvalue {
  background-color: #E6E6E6;
  padding: 1px 0 40px;
}
.cont_about .about_numvalue .numvalue_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont_about .about_numvalue .numvalue_list > li {
  width: 460px;
  margin-bottom: 40px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .cont_about .about_numvalue .numvalue_list > li {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .cont_about .about_numvalue .numvalue_list > li:nth-last-child(-n+2) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cont_about .about_numvalue .numvalue_list > li:last-child {
    margin-bottom: 10px;
  }
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box {
  width: 100%;
  height: calc(100% - 50px);
}
@media screen and (max-width: 767px) {
  .cont_about .about_numvalue .numvalue_list > li .numvalue_box {
    height: calc(100% - 38px);
  }
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box .tl_numvalue {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  background-color: #636162;
  padding: 8px 20px 6px;
}
@media screen and (max-width: 767px) {
  .cont_about .about_numvalue .numvalue_list > li .numvalue_box .tl_numvalue {
    font-size: 1.8rem;
    padding: 6px 20px 5px;
  }
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue {
  padding: 10px 20px 15px;
  height: 100%;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: bold;
  position: relative;
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue.value_center {
  text-align: center;
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .txt_min {
  box-sizing: border-box;
  line-height: 1.6rem;
  position: relative;
  top: 5px;
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .txt_numvalue {
  font-size: 8.0rem;
  line-height: 8.0rem;
  height: 95px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .txt_numvalue {
    font-size: 6.0rem;
    line-height: 6.0rem;
    height: 75px;
  }
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .txt_numvalue .txt_unit {
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  .cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .txt_numvalue .txt_unit {
    font-size: 1.5rem;
  }
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .txt_numvalue.txt_numvalue06 {
  width: 280px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .txt_numvalue.txt_numvalue06 {
    width: 100%;
    text-align: left;
  }
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .txt_sub {
  color: #E01F06;
  font-size: 1.4rem;
  line-height: 2.0rem;
}
@media screen and (max-width: 767px) {
  .cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .txt_sub {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .txt_sub .txt_strong {
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  .cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .txt_sub .txt_strong {
    font-size: 1.6rem;
  }
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .ratio {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 8.0rem;
  line-height: 8.0rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .ratio {
    font-size: 6.0rem;
    line-height: 6.0rem;
  }
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .ratio .txt_min {
  display: block;
  font-size: 1.4rem;
  line-height: 2.0rem;
  position: relative;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .ratio .txt_min {
    top: 10px;
  }
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .ratio .txt_colon {
  padding-bottom: 10px;
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .img_numvalue {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  max-width: 200px;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .img_numvalue {
    max-width: 140px;
    max-height: 85px;
  }
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .img_numvalue.img_right {
  right: 0px;
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .img_numvalue.img_left {
  right: inherit;
  left: 0;
}
.cont_about .about_numvalue .numvalue_list > li .numvalue_box .numvalue .img_numvalue.img_bottom {
  top: inherit;
  bottom: 0px;
  transform: translate(0px, 0px);
}
.cont_about .about_numvalue .date_numvalue {
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
}
.cont_about .img_list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cont_about .img_list {
    flex-wrap: wrap;
  }
}
.cont_about .img_list > li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .cont_about .img_list > li {
    width: 100%;
  }
}
.cont_about .img_list > li .img_box {
  text-align: center;
}
.cont_about .img_list > li .img_box img {
  width: 240px;
  height: 240px;
  background-color: #FFF;
  border-radius: 50%;
}
.cont_about .img_list > li .img_box .txt_img {
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cont_about .img_list > li .img_box .txt_img {
    font-size: 2.0rem;
    margin: 20px 0 40px;
  }
}
.cont_about .img_list > li .img_box .txt_img .txt_strong {
  color: #E01F06;
}
.cont_about .about_work {
  background-color: #FFEFCC;
  padding: 1px 0 30px;
}
.cont_about .about_training {
  background-color: #FFF;
  padding-top: 1px;
}

/*=================================================
 * <js>数字のカウントアップ
 * ================================================ */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .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;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .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;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .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%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .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%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .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);
}

/*=================================================
 * 共通パーツ
 * ================================================ */
/* ------------------------------------
 /* 関連リンク
 ------------------------------------ */
.relation_link {
  margin: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .relation_link {
    margin: 40px 0 60px;
  }
}
.relation_link .link_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .relation_link .link_list {
    flex-wrap: wrap;
  }
}
.relation_link .link_list > li {
  width: 460px;
  height: 231px;
}
@media screen and (max-width: 767px) {
  .relation_link .link_list > li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .relation_link .link_list > li:last-child {
    margin-bottom: 0;
  }
}
.relation_link .link_list > li .btn_relation_link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relation_link .link_list > li .btn_relation_link img {
  width: 100%;
  height: auto;
}
.relation_link .link_list > li .btn_relation_link .txt_btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  padding: 7px 70px 7px 20px;
  background-color: rgba(64, 64, 64, 0.9);
  height: 50px;
}
@media screen and (max-width: 767px) {
  .relation_link .link_list > li .btn_relation_link .txt_btn {
    font-size: 1.8rem;
    padding: 6px 53px 5px 15px;
    height: auto;
  }
}
.relation_link .link_list > li .btn_relation_link .txt_btn::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #404040;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .relation_link .link_list > li .btn_relation_link .txt_btn::before {
    width: 38px;
    height: 38px;
  }
}
.relation_link .link_list > li .btn_relation_link .txt_btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .relation_link .link_list > li .btn_relation_link .txt_btn::after {
    width: 8px;
    height: 8px;
    right: 15px;
  }
}

/* ------------------------------------
 /* 表示切替タブ
 ------------------------------------ */
/* 表示切替タブ
--------------- */
.btn_tab_menu_list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin: 30px -15px 0;
}
.btn_tab_menu_list .btn_tab_menu {
  width: 50%;
  padding: 10px 5px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.0rem;
  font-weight: bold;
  background-color: #E6E6E6;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn_tab_menu_list .btn_tab_menu .txt_list_name {
  font-weight: bold;
}
.btn_tab_menu_list .btn_tab_menu .txt_min {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.0rem;
}
.btn_tab_menu_list .btn_tab_menu.active {
  background-color: #404040;
  color: #FFF;
}
.btn_tab_menu_list .btn_tab_menu.active::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #404040 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

/* 表示切替タブによる制御（js使用）
--------------- */
@media screen and (max-width: 767px) {
  .tab_view_block {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab_view_block.show {
    display: block !important;
  }
}

/*=================================================
 * 182_training.html
 * ================================================ */
.cont_training {
  /* ------------------------------------
  /* 教育・研修
  ------------------------------------ */
  /* ------------------------------------
  /* 福利厚生・社内制度
  ------------------------------------ */
}
.cont_training .training_training {
  /* 教育・研修
  ------------------------------------ */
  /* 教育・研修（詳細）
  ------------------------------------ */
}
@media screen and (max-width: 767px) {
  .cont_training .training_training .training .tl_box {
    text-align: center;
  }
}
.cont_training .training_training .training .tl_box .page_subtl03 {
  margin: -20px 0 0;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .cont_training .training_training .training .tl_box .page_subtl03 {
    margin: -10px 0 0;
    position: relative;
    top: 10px;
  }
}
.cont_training .training_training .training .img_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cont_training .training_training .training .img_list {
    flex-wrap: wrap;
  }
}
.cont_training .training_training .training .img_list > li {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .cont_training .training_training .training .img_list > li {
    width: 49.5%;
    margin-top: 0.8%;
  }
  .cont_training .training_training .training .img_list > li:first-child {
    width: 100%;
    margin-top: 0;
  }
}
.cont_training .training_training .training .img_list > li img {
  width: 100%;
  height: auto;
}
.cont_training .training_training .training_detail .base_table th {
  width: 170px;
  padding: 30px 30px 30px 0;
}
@media screen and (max-width: 767px) {
  .cont_training .training_training .training_detail .base_table th {
    width: 100%;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .cont_training .training_training .training_detail .base_table th .ico_txt_box_bg {
    margin-left: 20px;
  }
}
.cont_training .training_training .training_detail .base_table td {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .cont_training .training_training .training_detail .base_table td {
    padding: 20px 0;
  }
}
.cont_training .training_training .training_detail .base_table .img_list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cont_training .training_training .training_detail .base_table .img_list {
    margin-top: 20px;
  }
}
.cont_training .training_training .training_detail .base_table .img_list > li {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .cont_training .training_training .training_detail .base_table .img_list > li {
    width: 32.5%;
  }
}
.cont_training .training_training .training_detail .base_table .img_list > li img {
  width: 100%;
  height: auto;
}
.cont_training .training_training .training_detail .base_table .txt_list > li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
}
.cont_training .training_training .training_detail .base_table .txt_list > li:last-child {
  margin-bottom: 0;
}
.cont_training .training_training .training_detail .base_table .txt_list > li:before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #404040;
  position: absolute;
  top: 8px;
  left: 0;
}
.cont_training .training_training .training_detail .base_table .txt_list > li .txt_detail {
  margin-top: 5px;
}
.cont_training .training_benefits {
  /* 福利厚生・社内制度
  ------------------------------------ */
  /* 福利厚生ピックアップ
  ------------------------------------ */
}
.cont_training .training_benefits .benefits .multiple_box_two:last-child .bg_box {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cont_training .training_benefits .benefits .multiple_box_two:last-child .bg_box:nth-child(odd) {
    margin-bottom: 30px;
  }
}
.cont_training .training_benefits .benefits .bg_box {
  padding: 40px 20px 30px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cont_training .training_benefits .benefits .bg_box {
    padding: 30px 20px 20px;
  }
}
.cont_training .training_benefits .benefits .bg_box .page_subtl03 {
  position: absolute;
  left: 0;
  top: -30px;
}
.cont_training .training_benefits .benefits .bg_box .benefits_box {
  display: flex;
  justify-content: space-between;
}
.cont_training .training_benefits .benefits .bg_box .benefits_box .img_box {
  width: 130px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont_training .training_benefits .benefits .bg_box .benefits_box .img_box {
    width: 23%;
  }
}
.cont_training .training_benefits .benefits .bg_box .benefits_box .img_box img {
  width: 100px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .cont_training .training_benefits .benefits .bg_box .benefits_box .img_box img {
    width: 95%;
    height: auto;
  }
}
.cont_training .training_benefits .benefits .bg_box .benefits_box .list_box {
  width: 290px;
}
@media screen and (max-width: 767px) {
  .cont_training .training_benefits .benefits .bg_box .benefits_box .list_box {
    width: 77%;
  }
}
.cont_training .training_benefits .benefits .bg_box .benefits_box .list_box .benefits_list > li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .cont_training .training_benefits .benefits .bg_box .benefits_box .list_box .benefits_list > li {
    margin-bottom: 3px;
    margin-left: 20px;
  }
}
.cont_training .training_benefits .benefits .bg_box .benefits_box .list_box .benefits_list > li:last-child {
  margin-bottom: 0;
}
.cont_training .training_benefits .benefits .bg_box .benefits_box .list_box .benefits_list > li:before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #404040;
  position: absolute;
  top: 8px;
  left: 0;
}
.cont_training .training_benefits .benefits .bg_box .benefits_box .list_box .benefits_list > li .txt_sub {
  font-size: 1.2rem;
  margin: 0 0 5px;
}
.cont_training .training_benefits .benefits .bg_box .benefits_box .list_box .benefits_list > li .txt_iblock {
  display: inline-block;
}
.cont_training .training_benefits .benefits .bg_box .benefits_box .list_box .txt_right {
  margin: 20px 0 0;
  display: block;
  text-align: right;
}
.cont_training .training_benefits .benefits_pickup .base_table th {
  width: 150px;
  padding: 30px 30px 30px 0;
}
@media screen and (max-width: 767px) {
  .cont_training .training_benefits .benefits_pickup .base_table th {
    width: 100%;
    padding: 20px 0 0;
  }
}
.cont_training .training_benefits .benefits_pickup .base_table td {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .cont_training .training_benefits .benefits_pickup .base_table td {
    padding: 20px 0;
  }
}
.cont_training .training_benefits .benefits_pickup .base_table .img_list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cont_training .training_benefits .benefits_pickup .base_table .img_list {
    margin-top: 20px;
  }
}
.cont_training .training_benefits .benefits_pickup .base_table .img_list li {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .cont_training .training_benefits .benefits_pickup .base_table .img_list li {
    width: 49.5%;
  }
}
.cont_training .training_benefits .benefits_pickup .base_table .img_list li img {
  width: 100%;
  height: auto;
}

/*=================================================
 * 要素表示アニメーション
 * ================================================ */
.Item {
  margin-top: 20px;
  /*なくてもOK*/
  width: 40%;
  /*お好みで*/
}

@media screen and (max-width: 768px) {
  .Item {
    width: 40%;
  }
}
.Item-Box {
  display: inline-block;
  overflow: hidden;
}

.Item-Box-ContBox {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.Item-Box.isShow .Item-Box-ContBox {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Item-Box-ContBox:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #404040;
  /*黒ブロックの色指定*/
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.ScrollItem_red .Item-Box-ContBox:before {
  background-color: #E01F06;
  /*赤ブロック*/
}

.Item-Box.isShow .Item-Box-ContBox:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

/*# sourceMappingURL=style.css.map */
