@charset "UTF-8";
/*
Theme Name: BIGJOB企業様へ
Theme URI:
Author: moja
Author URI:
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: BIGJOB企業様へ
*/
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500,900&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Courgette");
/*******全てに適用される項目**************************************************/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

li {
  list-style: none; }

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

strong {
  font-weight: normal; }

html {
  font-size: 62.5%;
  /* 10px */
  line-height: 1.6rem;
  /* 16px */
  height: 100%; }

body {
  background: #fff;
  width: 100%;
  color: #050505;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: 1.6px;
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
img {
  max-width: 100%;
  height: auto; }

img[src$=".svg"] {
  width: 100%;
  height: auto; }

a, a:hover {
  -webkit-transition: 0.7s;
  transition: 0.7s; }

a {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  color: #111;
  border: none;
  margin: 0px;
  padding: 0px;
  display: inline;
  font-weight: 300; }

a:link {
  color: #050505;
  text-decoration: none; }

a:visited {
  color: #050505;
  text-decoration: none; }

a:active {
  color: #666;
  text-decoration: none; }

a:hover {
  color: #666;
  text-decoration: none; }

a:hover {
  opacity: .5;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }

a img:hover {
  opacity: .5;
  -webkit-transition: opacity .9s ease;
  transition: opacity .9s ease; }

/* フロート解除-----------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/ }

.cb {
  clear: both; }

/********** 共通スタイル***************************/
/* 下マージン（10px/20px/30px/40px/50px） */
.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.grow1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.grow10 {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10; }

.grow20 {
  -webkit-box-flex: 20;
      -ms-flex-positive: 20;
          flex-grow: 20; }

.grow30 {
  -webkit-box-flex: 30;
      -ms-flex-positive: 30;
          flex-grow: 30; }

.grow40 {
  -webkit-box-flex: 40;
      -ms-flex-positive: 40;
          flex-grow: 40; }

.grow50 {
  -webkit-box-flex: 50;
      -ms-flex-positive: 50;
          flex-grow: 50; }

.grow60 {
  -webkit-box-flex: 60;
      -ms-flex-positive: 60;
          flex-grow: 60; }

.grow70 {
  -webkit-box-flex: 70;
      -ms-flex-positive: 70;
          flex-grow: 70; }

.grow80 {
  -webkit-box-flex: 80;
      -ms-flex-positive: 80;
          flex-grow: 80; }

.grow90 {
  -webkit-box-flex: 90;
      -ms-flex-positive: 90;
          flex-grow: 90; }

.grow100 {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100; }

@media screen and (min-width: 545px) and (max-width: 1199px) {
  html, html * {
    font-size: 14px; } }
@media screen and (min-width: 1200px) {
  html, html * {
    font-size: 14px; } }
/*===ボタン用共通=======================*/
.btn_wrap a {
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 15px 0;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  position: relative;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background-image: -webkit-gradient(linear, right top, left top, from(#ea7700), to(#EF5C22));
  background-image: linear-gradient(-90deg, #ea7700, #EF5C22);
  border-radius: 32px; }

.btn_wrap02 a {
  text-align: center;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  position: relative;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background-image: -webkit-gradient(linear, right top, left top, from(#ea7700), to(#EF5C22));
  background-image: linear-gradient(-90deg, #ea7700, #EF5C22);
  border-radius: 42px; }
  @media screen and (max-width: 768px) {
    .btn_wrap02 a {
      max-width: 260px;
      font-size: 12px; } }

.sample_btn_wrap a {
  text-align: center;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 12px 10px;
  font-weight: bold;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background-image: -webkit-gradient(linear, right top, left top, from(#ea7700), to(#EF5C22));
  background-image: linear-gradient(-90deg, #ea7700, #EF5C22);
  border-radius: 56px; }
  @media screen and (max-width: 768px) {
    .sample_btn_wrap a {
      font-size: 10px;
      border-radius: 2px; } }

.light {
  border: 1px solid #FFF;
  overflow: hidden; }

.light:before {
  content: "";
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  left: -180%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.light:hover {
  opacity: 1.0; }

.light:hover:before {
  left: 60%; }

/* パンくずリスト
--------------------------------------------------*/
div.breadcrumbs span {
  padding: 10px 0 10px 0;
  font-size: 8px;
  color: #111; }

div.breadcrumbs span a {
  font-size: 8px;
  color: #999; }

@media screen and (max-width: 768px) {
  div.breadcrumbs {
    padding-left: 10px;
    font-size: 8px;
    color: #111; }

  div.breadcrumbs span {
    padding: 0 2px 5px 2px;
    font-size: 8px;
    color: #111; } }
/* =============下層ページのタイトル============== */
.under_title_box {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff; }
  @media screen and (max-width: 768px) {
    .under_title_box {
      top: 40%;
      left: 50%; } }

.under_header_plan {
  background: url(images/bg_plan.png) top left no-repeat; }

.under_header_contact {
  width: 100%;
  min-height: 500px;
  background: linear-gradient(130deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url(images/bg_contact.jpg) top center/cover no-repeat;
  background-size: 100% auto;
  /*この場合は高さが自動設定*/
  position: relative; }
  @media screen and (max-width: 768px) {
    .under_header_contact {
      min-height: 130px; } }

@media (min-width: 768px) {
  /*-----	PC用サイド部分----------------------------------------------------*/
  #sidebar {
    margin-bottom: 20px; }

  .side_menu {
    margin-bottom: 30px; }

  .side_post_title {
    font-weight: normal;
    margin-bottom: 0.3rem;
    padding-left: 10px;
    letter-spacing: 0.2em;
    font-size: 17px;
    border-bottom: solid 1px #ccc; }

  .side_menu li, .side_menu .dots_menu li {
    padding: 0 0 8px 10px;
    margin-bottom: 8px;
    display: block;
    border-bottom: dotted 1px #ccc; }

  .side_menu li a, .side_menu .dots_menu li a {
    text-decoration: none;
    font-size: 14px; }

  .side_menu .dots_menu li a:visited {
    color: #202747; }

  .side_menu .dots_menu li a:active {
    color: #202747;
    text-decoration: underline; }

  .side_menu .dots_menu li a:hover {
    color: #202747;
    text-decoration: underline; } }
@media (max-width: 768px) {
  /*-----	スマホ用サイド部分----------------------------------------------------*/
  #sidebar {
    border: 1px solid #eee;
    padding: 15px;
    width: 96%;
    margin-right: 2%;
    margin-bottom: 10px;
    margin-left: 2%;
    background: #fff; }

  .side_menu {
    margin-bottom: 10px; }

  .side_post_title {
    font-weight: normal;
    margin-bottom: 1.5rem;
    padding: 0.6rem 0;
    position: relative;
    padding-left: 5px;
    letter-spacing: 0.1em; }

  .side_menu li, .side_menu .dots_menu li {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    display: block; }

  .side_menu li a, .side_menu .dots_menu li a {
    text-decoration: none; }

  .side_menu ul li:last-child {
    border: none;
    margin-bottom: 10px; } }
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
  position: relative;
  font-size: 13px; }

.pagination span, .pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  border: 1px solid #000;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 16px; }

/* ページ番号 */
.pagination .pager {
  width: 32px; }

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
  color: #fff;
  border-color: #000;
  background-color: #000; }

/* 前へ */
.pagination a.before {
  margin-right: 16px; }

/* 次へ */
.pagination a.next {
  margin-left: 16px; }

/* 最初へ */
/* 最後へ */
/* Page x / y */
.pagination span.page_num {
  display: none; }

.font_en {
  font-family: 'Courgette', cursive; }

.contents_title {
  border-bottom: solid 5px #ee7800;
  position: relative;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 10px; }
  @media screen and (max-width: 768px) {
    .contents_title {
      font-size: 16px;
      line-height: 1.4em;
      border-bottom: solid 3px #ee7800; } }

a.link_yes {
  text-decoration: underline; }

.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f7d4b5));
  background: linear-gradient(transparent 60%, #f7d4b5 60%); }

.bg_lightgray {
  background-color: #f0f1f1; }

.bg_gray {
  background-color: #333333; }

.bg_orange {
  background-color: #ea7700; }

.bg_cream {
  background-color: #f9e3cb; }

.bg_black {
  background-color: #050505; }

.bg_grad {
  background-image: -webkit-gradient(linear, right top, left top, from(#EF5C22), to(#e57700));
  background-image: linear-gradient(-90deg, #EF5C22, #e57700); }

.border_bottom {
  border-bottom: solid 5px #ea7700; }

.bg_white {
  background-color: #fff; }

.lightgray {
  color: #f2f2f2; }

.gray {
  color: #666; }

.black {
  color: #050505; }

.red {
  color: #d50000; }

.orange {
  color: #ea7700; }

.white {
  color: #fff !important; }

.img_center {
  text-align: center;
  margin: 0 auto;
  display: block; }

.italic {
  font-style: italic; }

.border_box {
  border: solid 1px #eee;
  border-radius: 1px; }

.border_box_white {
  border: solid 1px #fff;
  padding: 2% 5%; }

.gray_box {
  padding: 30px 30px;
  border-radius: 4px;
  background: #fafafa; }

.center {
  text-align: center !important; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.ls {
  letter-spacing: 0.1em; }

.ls_3 {
  letter-spacing: 0.3em; }

.lh {
  line-height: 2.5; }

.lh_ {
  line-height: 1.4 !important; }

.lh_18 {
  line-height: 1.8 !important; }

.lh_21 {
  line-height: 2.1; }

.small_2 {
  font-size: 0.8rem; }

.small {
  font-size: 1.0rem; }

.middle {
  font-size: 1.3rem;
  font-weight: normal; }

.middle_1 {
  font-size: 1.3rem; }

.middle_15 {
  font-size: 1.5rem; }

.middle_2 {
  font-size: 1.7rem;
  font-weight: normal; }

.middle_3 {
  font-size: 2.4rem;
  font-weight: normal; }

.large {
  font-size: 2.8rem;
  font-weight: normal; }

.large_2 {
  font-size: 4.0rem;
  font-weight: normal; }

.large_3 {
  font-size: 4.8rem;
  font-weight: normal; }

.large_4 {
  font-size: 6.0rem;
  font-weight: normal; }

.bold {
  font-weight: 500; }

.ex_bold {
  font-weight: 900; }

@media (max-width: 768px) {
  .gray_box {
    padding: 15px;
    border-radius: 4px;
    background: #fafafa; }

  .sp_center {
    text-align: center; }

  .sp_img_center {
    text-align: center;
    margin: 0 auto;
    display: block; }

  .lh_ {
    line-height: 1.0 !important; }

  .sp_lh_sp {
    line-height: 1.8 !important; }

  .lh_13 {
    line-height: 1.3 !important; }

  .lh {
    line-height: 2.1; }

  .lh_13 {
    line-height: 2.0; }

  .ls_3 {
    letter-spacing: 0.1em; }

  .sp_middle_2 {
    font-size: 21px;
    font-size: 2.1rem; }

  .sp_small {
    font-size: 12px;
    font-size: 1.2rem; }

  .small_2 {
    font-size: 0.8rem;
    line-height: 1.2em; }

  .small {
    font-size: 1.0rem;
    line-height: 1.2em; }

  .middle {
    font-size: 17px;
    font-size: 1.7rem; }

  .middle_2 {
    font-size: 18px;
    font-size: 1.8rem; }

  .middle_3 {
    font-size: 2.0rem;
    font-weight: normal; }

  .large {
    font-size: 22px;
    font-size: 2.2rem; }

  .large_2 {
    font-size: 22px;
    font-size: 2.2rem; }

  .large_3 {
    font-size: 26px;
    font-size: 2.6rem; } }
.img_radius {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

.f_left {
  float: left;
  display: block; }

.f_right {
  float: right;
  display: block; }

.w_5 {
  width: 5%; }

.w_7 {
  width: 7%; }

.w_8 {
  width: 8%; }

.w_10 {
  width: 10%; }

.w_15 {
  width: 15%; }

.w_20 {
  width: 20%; }

.w_25 {
  width: 25%; }

.w_30 {
  width: 30%; }

.w_35 {
  width: 35%; }

.w_40 {
  width: 40%; }

.w_45 {
  width: 45%; }

.w_50 {
  width: 50%; }

.w_55 {
  width: 55%; }

.w_60 {
  width: 60%; }

.w_65 {
  width: 65%; }

.w_70 {
  width: 70%; }

.w_75 {
  width: 75%; }

.w_80 {
  width: 80%; }

.w_85 {
  width: 85%; }

.w_5, .w_7, .w_8, .w_10, .w_15, .w_20, .w_25, .w_30, .w_35, .w_40, .w_45, .w_50, .w_55, .w_60, .w_65, .w_70, .w_75, .w_80, .w_85 {
  display: block; }

@media (max-width: 768px) {
  .f_left, .f_right {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  .s_left {
    text-align: left; }

  .sp_f_left {
    float: left;
    padding-bottom: 20px; }

  .sp_f_right {
    float: right; }

  .w_5, .w_7, .w_8, .w_10, .w_15, .w_20, .w_25, .w_30, .w_35, .w_40, .w_45, .w_50, .w_55, .w_60, .w_65, .w_70, .w_75, .w_80, .w_85 {
    width: 100%; }

  .sp_w_5 {
    width: 5% !important; }

  .sp_w_20 {
    width: 20% !important; }

  .sp_w_30 {
    width: 30% !important; }

  .sp_w_35 {
    width: 35% !important; }

  .sp_w_40 {
    width: 40% !important; }

  .sp_w_45 {
    width: 45% !important; }

  .sp_w_50 {
    width: 50% !important; }

  .sp_w_60 {
    width: 60% !important; }

  .sp_w_65 {
    width: 65%; }

  .sp_w_70 {
    width: 70%; }

  .sp_w_75 {
    width: 75%; }

  .sp_w_80 {
    width: 80%; }

  .sp_w_85 {
    width: 85%; }

  .sp_w_90 {
    width: 90%; } }
.mt_-1 {
  margin-top: -13px !important; }

.mt_2 {
  margin-top: 2.0rem; }

.mb_05 {
  margin-bottom: 0.50rem; }

.mb_075 {
  margin-bottom: 0.75rem; }

.mb_1 {
  margin-bottom: 1.0rem; }

.mb_15 {
  margin-bottom: 1.5rem; }

.mb_2 {
  margin-bottom: 2.0rem; }

.mb_3 {
  margin-bottom: 3.0rem; }

.mb_4 {
  margin-bottom: 4.0rem; }

.mb_5 {
  margin-bottom: 5.0rem; }

.mb_6 {
  margin-bottom: 6.0rem; }

.mb_8 {
  margin-bottom: 8.0rem; }

.mr_4 {
  margin-right: 4%; }

.mr_10 {
  margin-right: 12%; }

.ml_30 {
  margin-left: 30%; }

.ml_2 {
  margin-left: 2%; }

.ml_4 {
  margin-left: 4%; }

.pt_05 {
  padding-top: 0.50rem; }

.pt_075 {
  padding-top: 0.75rem; }

.pt_1 {
  padding-top: 1.0rem; }

.pt_15 {
  padding-top: 1.5rem; }

.pt_2 {
  padding-top: 2.0rem; }

.pt_3 {
  padding-top: 3.0rem; }

.pt_4 {
  padding-top: 4.0rem; }

.pt_5 {
  padding-top: 5.0rem; }

.pt_6 {
  padding-top: 6.0rem; }

.pt_7 {
  padding-top: 7.0rem; }

.pt_8 {
  padding-top: 8.0rem; }

.pt_12 {
  padding-top: 12.0rem; }

.pt_14 {
  padding-top: 14.0rem; }

.pt_16 {
  padding-top: 16.0rem; }

.pt_20 {
  padding-top: 20.0rem; }

.pb_05 {
  padding-bottom: 0.50rem; }

.pb_075 {
  padding-bottom: 0.75rem; }

.pb_1 {
  padding-bottom: 1.0rem; }

.pb_15 {
  padding-bottom: 1.5rem; }

.pb_2 {
  padding-bottom: 2.0rem; }

.pb_3 {
  padding-bottom: 3.0rem; }

.pb_4 {
  padding-bottom: 4.0rem; }

.pb_5 {
  padding-bottom: 5.0rem; }

.pb_6 {
  padding-bottom: 6.0rem; }

.pb_7 {
  padding-bottom: 7.0rem; }

.pb_8 {
  padding-bottom: 8.0rem; }

.pb_9 {
  padding-bottom: 9.0rem; }

.pb_10 {
  padding-bottom: 10.0rem; }

.pb_11 {
  padding-bottom: 11.0rem; }

.pb_12 {
  padding-bottom: 12.0rem; }

.pb_15 {
  padding-bottom: 15.0rem; }

.pb_20 {
  padding-bottom: 20.0rem; }

.pl_05 {
  padding-left: 0.50rem; }

.pl_075 {
  padding-left: 0.75rem; }

.pl_1 {
  padding-left: 1.0rem; }

.pl_15 {
  padding-left: 1.5rem; }

.pl_2 {
  padding-left: 2.0rem; }

.pl_3 {
  padding-left: 3.0rem; }

.pl_4 {
  padding-left: 4.0rem; }

.pl_5 {
  padding-left: 5.0rem; }

.pl_6 {
  padding-left: 6.0rem; }

.pl_7 {
  padding-left: 7.0rem; }

.pl_8 {
  padding-left: 8.0rem; }

.pl_10 {
  padding-left: 10.0rem; }

.pr_05 {
  padding-right: 0.50rem; }

.pr_075 {
  padding-right: 0.75rem; }

.pr_1 {
  padding-right: 1.0rem; }

.pr_15 {
  padding-right: 1.5rem; }

.pr_2 {
  padding-right: 2.0rem; }

.pr_3 {
  padding-right: 3.0rem; }

.pr_4 {
  padding-right: 4.0rem; }

.pr_5 {
  padding-right: 5.0rem; }

.pr_6 {
  padding-right: 6.0rem; }

@media (max-width: 768px) {
  .sp_w_90 {
    max-width: 84%;
    margin: 0 8% 2% 8%; }

  .sp_ml_0 {
    margin-left: 0; }

  .sp_ml_2 {
    margin-left: 2rem; }

  .sp_mr_2 {
    margin-right: 2rem; }

  .sp_ml_3 {
    margin-left: 3rem; }

  .sp_mr_3 {
    margin-right: 3rem; }

  .sp_mb_05 {
    margin-bottom: 0.50rem; }

  .sp_mb_075 {
    margin-bottom: 0.75rem; }

  .sp_mb_1 {
    margin-bottom: 1.0rem; }

  .sp_mb_15 {
    margin-bottom: 1.5rem; }

  .sp_mb_2 {
    margin-bottom: 2.0rem; }

  .sp_mb_3 {
    margin-bottom: 3.0rem; }

  .sp_mb_4 {
    margin-bottom: 4.0rem; }

  .sp_mb_5 {
    margin-bottom: 5.0rem; }

  .sp_mb_6 {
    margin-bottom: 6.0rem; }

  .sp_pt_0 {
    padding-top: 0; }

  .sp_pt_05 {
    padding-top: 0.50rem; }

  .sp_pt_075 {
    padding-top: 0.75rem; }

  .sp_pt_1 {
    padding-top: 1.0rem; }

  .sp_pt_15 {
    padding-top: 1.5rem; }

  .sp_pt_2 {
    padding-top: 2.0rem; }

  .sp_pt_3 {
    padding-top: 3.0rem; }

  .sp_pt_4 {
    padding-top: 4.0rem; }

  .sp_pt_5 {
    padding-top: 5.0rem; }

  .sp_pt_6 {
    padding-top: 6.0rem; }

  .sp_pt_7 {
    padding-top: 7.0rem; }

  .sp_pt_8 {
    padding-top: 8.0rem; }

  .sp_pb_0 {
    padding-bottom: 0; }

  .sp_pb_05 {
    padding-bottom: 0.50rem; }

  .sp_pb_075 {
    padding-bottom: 0.75rem; }

  .sp_pb_1 {
    padding-bottom: 1.0rem; }

  .sp_pb_15 {
    padding-bottom: 1.5rem; }

  .sp_pb_2 {
    padding-bottom: 2.0rem; }

  .sp_pb_3 {
    padding-bottom: 3.0rem; }

  .sp_pb_4 {
    padding-bottom: 4.0rem; }

  .sp_pb_5 {
    padding-bottom: 5.0rem; }

  .sp_pb_6 {
    padding-bottom: 6.0rem; }

  .sp_pb_7 {
    padding-bottom: 7.0rem; }

  .sp_pb_8 {
    padding-bottom: 8.0rem; }

  .sp_pb_9 {
    padding-bottom: 9.0rem; }

  .sp_pb_10 {
    padding-bottom: 10.0rem; }

  .sp_pb_11 {
    padding-bottom: 11.0rem; }

  .sp_pb_12 {
    padding-bottom: 12.0rem; }

  .sp_pl_0 {
    padding-left: 0; }

  .sp_pl_05 {
    padding-left: 0.50rem; }

  .sp_pl_075 {
    padding-left: 0.75rem; }

  .sp_pl_1 {
    padding-left: 1.0rem; }

  .sp_pl_15 {
    padding-left: 1.5rem; }

  .sp_pl_2 {
    padding-left: 2.0rem; }

  .sp_pl_3 {
    padding-left: 3.0rem; }

  .sp_pl_4 {
    padding-left: 4.0rem; }

  .sp_pl_5 {
    padding-left: 5.0rem; }

  .sp_pr_0 {
    padding-right: 0; }

  .sp_pr_05 {
    padding-right: 0.50rem; }

  .sp_pr_075 {
    padding-right: 0.75rem; }

  .sp_pr_1 {
    padding-right: 1.0rem; }

  .sp_pr_15 {
    padding-right: 1.5rem; }

  .sp_pr_2 {
    padding-right: 2.0rem; }

  .sp_pr_3 {
    padding-right: 3.0rem; }

  .sp_pr_4 {
    padding-right: 4.0rem; }

  .sp_pr_5 {
    padding-right: 5.0rem; } }
@media (min-width: 769px) {
  header {
    position: relative;
    width: 100%;
    height: 85px;
    background: #fff; }

  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background: #fff;
    height: 85px;
    /* 高さ */ }

  .header_box {
    padding-top: 5px;
    width: 100%;
    min-height: 85px; } }
  @media screen and (min-width: 769px) and (max-width: 1499px) {
    .header_box {
      min-height: 85px; } }
  @media screen and (min-width: 769px) and (max-width: 768px) {
    .header_box {
      min-height: auto;
      padding: 5% 0 15% 0; } }

@media (min-width: 769px) {
  .header_logo {
    float: left;
    padding-top: 20px;
    width: 350px;
    padding-left: 0; }

  .header_bt_box {
    position: absolute;
    right: 0;
    width: 35%;
    top: 0; }

  /*   global nav  */
  #global-nav {
    padding: 15px 0 0 0;
    *zoom: 1;
    list-style-type: none;
    width: 100%; }

  #global-nav:before, #global-nav:after {
    content: "";
    display: table; }

  #global-nav:after {
    clear: both; }

  #global-nav ul li {
    width: 18.0%;
    float: left;
    margin: 0 auto;
    text-align: center;
    margin: 0 0; }

  #global-nav ul li a {
    display: block;
    margin: 0;
    text-decoration: none;
    text-align: center;
    padding: 8px 5px;
    font-size: 14px;
    font-weight: bold;
    position: relative; }

  #global-nav ul li a:hover {
    opacity: 1;
    -webkit-transition: 0.7s;
    transition: 0.7s; }

  #global-nav ul li a::before,
  #global-nav ul li a::after {
    border-bottom: solid 5px #ed7700;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0; }

  #global-nav ul li a::before {
    left: 50%; }

  #global-nav ul li a::after {
    right: 50%; }

  #global-nav ul li a:hover::before,
  #global-nav ul li a:hover::after {
    width: 50%; } }
@media (max-width: 1500px) {
  .header_bt_box {
    position: absolute;
    right: 0;
    width: 65%;
    top: 0; } }
@media (max-width: 1200px) {
  .header_bt_box {
    position: absolute;
    right: 0;
    width: 70%;
    top: 0; }

  #global-nav ul li a {
    font-size: 14px; } }
/* ****スマホ用メニュー************************************************ */
@media screen and (max-width: 768px) {
  /* nav-toggle */
  #nav-toggle {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    height: 32px; }

  #nav-toggle > div {
    position: relative;
    width: 32px; }

  #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: #111;
    position: absolute;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }

  #nav-toggle span:nth-child(1) {
    top: 0; }

  #nav-toggle span:nth-child(2) {
    top: 11px; }

  #nav-toggle span:nth-child(3) {
    top: 22px; }

  #global-nav a {
    color: #111;
    text-decoration: none;
    display: block;
    padding: 16px 0;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: solid 2px #111;
    font-weight: bold; }

  #global-nav li:first-child {
    border-bottom: none; }

  .global-head {
    width: 100%;
    padding: 5px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #111; }

  .global_box {
    /*display: none;*/
    position: fixed;
    right: -380px;
    top: 0;
    height: 100%;
    width: 380px;
    background-color: white;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    overflow-y: auto; }

  #global-nav {
    padding: 35px;
    width: 100%; }

  .bt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px; }

  .bt_box li {
    width: 29%; }

  .bt_box li a {
    display: block;
    background: #E92C13;
    color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 11px; }

  .bt_box li:nth-child(even) {
    margin: 0 1%; }

  .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px; }

  .social-icon li {
    margin-left: 15px;
    width: 15%; }

  #nav-toggle {
    display: block; }

  .global_area {
    overflow: scroll; }

  /* nav open */
  .open {
    overflow: hidden; }

  .open .global_box {
    -webkit-transform: translate3d(-380px, 0, 0);
    transform: translate3d(-380px, 0, 0);
    width: 100%; }

  /* #nav-toggle close */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #111; }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
    background: #111; }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #111; }

  .global_box {
    z-index: 10000; }

  #nav-toggle {
    z-index: 10100; } }
@media (max-width: 769px) {
  .pc_only {
    display: none; }

  .header {
    position: relative;
    min-height: 55px; }

  .header_logo {
    position: absolute;
    left: 15px;
    top: 15px; }

  .header_logo img {
    width: 80%; } }
.main_copy {
  position: absolute;
  right: 7%;
  bottom: 9%;
  width: 22%;
  z-index: 1000; }
  @media screen and (max-width: 1499px) {
    .main_copy {
      width: 30%;
      right: 5%;
      bottom: 7%; } }
  @media screen and (max-width: 768px) {
    .main_copy {
      width: 45%;
      right: 5%;
      bottom: 5%; } }

@media (min-width: 768px) {
  /*===PCのフッター==========================*/
  .footer_guide_wrapper ul li a {
    font-size: 15px; }

  .footer_box {
    border-radius: 2px;
    background: #353535;
    border: solid 1px #3b3b3b;
    padding: 20px;
    margin: 0 auto 25px;
    width: 32%;
    text-align: center; } }
.footer_guide_wrapper {
  position: relative; }

@media screen and (max-width: 768px) {
  .footer_txt_link {
    padding-bottom: 0 !important;
    border-top: solid 1px #aaa; } }
.footer_txt_link li {
  display: inline;
  padding: 0 15px; }
  @media screen and (max-width: 768px) {
    .footer_txt_link li {
      display: block;
      border-bottom: solid 1px #aaa;
      font-size: 11px;
      width: 100%; } }
.footer_txt_link li a {
  color: #f2f2f2; }
  @media screen and (max-width: 768px) {
    .footer_txt_link li a {
      padding: 4% 5%;
      display: block; } }
@media screen and (max-width: 768px) {
  .footer_txt_link a:hover {
    background: #444; } }

small {
  display: block;
  font-size: 13px; }
  @media screen and (max-width: 768px) {
    small {
      padding-right: 15px;
      padding-left: 15px;
      padding-bottom: 5px;
      text-align: center;
      font-size: 9px;
      line-height: 1.4em; } }

/*===footerIE11バグ用=======================*/
@media all and (-ms-high-contrast: none) {
  .footer_logo {
    padding-top: 0;
    padding-bottom: 0; } }
/*===トップへ戻る=======================*/
#page-top {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  top: -22px;
  left: 0;
  right: 0;
  z-index: 1000; }

#page-top a:hover {
  opacity: 1.0 !important;
  text-decoration: none; }

@media (max-width: 768px) {
  /* ****スマホ用フッター************************************************ */
  .title_center {
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.2em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px; } }
	/********************
loading effects
********************/
.loadingAnim {
  position: fixed;
  z-index: 12001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center; }

.loadingAnim_line {
  line-height: 1;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: 180px;
  height: 10em;
  margin: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  text-align: center; }

.loadingAnim_line:after {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  margin: auto  auto auto 0;
  background-color: #fff; }

.loaded .loadingAnim_line {
  overflow: hidden;
  height: 0; }

.loaded .loadingAnim_line:after,
.loaded .loadingAnim_line:before {
  -webkit-animation: none;
  animation: none; }

.loadingAnim:before,
.loadingAnim:after {
  line-height: 1;
  position: fixed;
  z-index: 99;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  content: ' ';
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  background-color: #fff; }

.loadingAnim:before {
  top: 0; }

.loadingAnim:after {
  bottom: 0; }

.loaded .loadingAnim:before {
  height: 0;
  -webkit-transform: translateY(-1%);
  transform: translateY(-1%); }

.loaded .loadingAnim:after {
  height: 0;
  -webkit-transform: translateY(1%);
  transform: translateY(1%); }

/*メインイメージ*/
.main_wrapper {
  background: url(images/main_bg.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 720px; }
  @media screen and (max-width: 768px) {
    .main_wrapper {
      min-height: auto; } }

.main_txt {
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: 7; }
  @media screen and (max-width: 1499px) {
    .main_txt {
      left: 2%;
      bottom: 25%; } }
  @media screen and (max-width: 768px) {
    .main_txt {
      position: static;
      margin: 0 auto;
      text-align: center;
      padding: 6% 0 1.5%;
      width: 90%; } }

.main_img {
  position: absolute;
  bottom: 6%;
  right: 0;
  z-index: 5; }
  @media screen and (max-width: 1499px) {
    .main_img {
      bottom: 12%; } }
  @media screen and (max-width: 768px) {
    .main_img {
      position: static;
      margin: 0 auto;
      text-align: center;
      padding: 8% 0 0;
      width: 90%; } }

.top01_wrapper p {
  border-left: 5px solid #ea7700; }
  @media screen and (max-width: 768px) {
    .top01_wrapper p {
      border-left: none; } }

.sub_wrapper {
  background: url(images/sub_bg.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 550px; }
  @media screen and (max-width: 768px) {
    .sub_wrapper {
      background: url(images/sub_bg_sp.jpg) no-repeat center top;
      min-height: 100%; } }

.sub_wrapper h2 {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; }
  @media screen and (max-width: 768px) {
    .sub_wrapper h2 {
      line-height: 2.4em;
      text-align: center; } }

.sub_txt {
  position: absolute;
  bottom: 3%;
  left: 0;
  z-index: 7; }
  @media screen and (max-width: 1499px) {
    .sub_txt {
      left: 3%; } }
  @media screen and (max-width: 768px) {
    .sub_txt {
      position: static;
      margin: 0 auto;
      text-align: center;
      padding: 8% 0 2%; } }

.title_under_line {
  position: relative;
  margin: 0 auto 60px;
  text-align: center; }

.title_under_line:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ea7700;
  border-radius: 4px; }

.top_reason_box {
  float: left;
  width: 28.6%;
  margin: 0 2.25%; }
  @media screen and (max-width: 544px) {
    .top_reason_box {
      float: none;
      width: 92%;
      padding: 0 4% 6%; } }

@media screen and (max-width: 768px) {
  .top_reason_box div img {
    width: 40%; } }

/*===top news=======================*/
.title_ico, .title_ico02, .title_ico03 {
  vertical-align: middle;
  position: relative;
  text-align: center;
  margin: -35px auto 3rem;
  padding: 25px 0 30px; }
  @media screen and (max-width: 768px) {
    .title_ico, .title_ico02, .title_ico03 {
      padding: 15px 0 30px; } }

.title_ico::before {
  background: url(images/ico_reason01.svg) no-repeat left center;
  background-size: 85px auto;
  content: '';
  width: 85px;
  height: 85px;
  display: inline-block;
  vertical-align: -20px;
  margin-right: 1.2rem; }
  @media screen and (max-width: 768px) {
    .title_ico::before {
      width: 55px;
      height: 55px;
      background-size: 55px auto; } }

.title_ico02::before {
  background: url(images/ico_reason02.svg) no-repeat left center;
  background-size: 85px auto;
  content: '';
  width: 85px;
  height: 85px;
  display: inline-block;
  vertical-align: -20px;
  margin-right: 1.2rem; }
  @media screen and (max-width: 768px) {
    .title_ico02::before {
      width: 55px;
      height: 55px;
      background-size: 55px auto; } }

.title_ico03::before {
  background: url(images/ico_reason03.svg) no-repeat left center;
  background-size: 85px auto;
  content: '';
  width: 85px;
  height: 85px;
  display: inline-block;
  vertical-align: -20px;
  margin-right: 1.2rem; }
  @media screen and (max-width: 768px) {
    .title_ico03::before {
      width: 55px;
      height: 55px;
      background-size: 55px auto; } }

.title_ico::after, .title_ico02::after, .title_ico03::after {
  border: 40px solid transparent;
  border-top-color: #ea7700;
  border-bottom-width: 0;
  bottom: -39px;
  content: "";
  display: block;
  left: 48%;
  position: absolute;
  width: 0; }
  @media screen and (max-width: 768px) {
    .title_ico::after, .title_ico02::after, .title_ico03::after {
      border: 30px solid transparent;
      border-top-color: #ea7700;
      border-bottom-width: 0;
      bottom: -29px;
      content: "";
      display: block;
      left: 43%;
      position: absolute;
      width: 0; } }

.top03_wrapper, .top04_wrapper, .top05_wrapper {
  background: url(images/top_menu_bg.png) left center no-repeat; }

.top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.4em;
  margin: 0 0 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.top_menu > li {
  padding: 2.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px; }
  @media screen and (max-width: 768px) {
    .top_menu > li {
      padding: 2.5em 2.5em 0.5em; } }

/*モーション用*/
.motion-txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px; }

.motion-txt:after {
  content: '';
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  -webkit-transform: translate3d(-101%, 0, 0);
          transform: translate3d(-101%, 0, 0); }

.js-scroll.show .motion-txt:after {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.js-scroll.done .motion-txt:after {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(103%, 0, 0);
          transform: translate3d(103%, 0, 0); }

.motion-txt .motion-inner {
  display: inline-block;
  opacity: 0; }

.js-scroll.done .motion-txt .motion-inner {
  opacity: 1; }

/*アニメーション*/
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ea7700;
  pointer-events: none;
  opacity: 0; }

.move {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }

.move.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*メイン画像を上から下*/
@-webkit-keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px); }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px); }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.header_down {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  /* アニメーション時間 */
  -webkit-animation-name: SlideDown;
          animation-name: SlideDown;
  /* アニメーション名 */ }

/*企業PR掲載0円プランボタンを動かす*/
@-webkit-keyframes Slidebt {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-700px);
            transform: translateX(-700px); }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes Slidebt {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-700px);
            transform: translateX(-700px); }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
.Slidebt {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  /* アニメーション時間 */
  -webkit-animation-name: Slidebt;
          animation-name: Slidebt;
  /* アニメーション名 */ }

/*お申し込みタブのスタイル*/
.recruit_tab_item {
  width: 28.5%;
  padding: 16px 10px;
  font-size: 21px;
  letter-spacing: 0.1;
  display: block;
  float: left;
  text-align: center;
  background: #f8dcbe;
  margin-left: 1%;
  margin-right: 1%;
  border-radius: 4px 4px 0 0;
  line-height: 1.2em;
  min-height: 88px;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .recruit_tab_item {
      padding: 10px 10px;
      font-size: 10px;
      min-height: 100%;
      min-height: 48px; } }

/*掲載プランのスタイル*/
.recruit_tab_item_two {
  width: 26%;
  padding: 16px 10px;
  font-size: 21px;
  letter-spacing: 0.1;
  display: block;
  float: left;
  text-align: center;
  background: #f8dcbe;
  margin-left: 1%;
  margin-right: 1%;
  border-radius: 4px 4px 0 0;
  line-height: 1.2em;
  min-height: 61px;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .recruit_tab_item_two {
      padding: 10px 10px;
      font-size: 10px;
      min-height: 100%;
      min-height: 48px; } }

.tab01 {
  margin-left: 5% !important; }

.tab01_two {
  margin-left: 24% !important; }

.recruit_tab_item:hover, .recruit_tab_item_two:hover {
  opacity: 0.9; }

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none; }

/*タブ切り替えの中身のスタイル*/
.recruit_tab_content {
  display: none;
  clear: both;
  overflow: hidden; }

/*選択されているタブのコンテンツのみを表示*/
#muryouplan:checked ~ #muryouplan_content,
#yuuryouplan:checked ~ #yuuryouplan_content,
#recruitplan:checked ~ #recruitplan_content,
#pr:checked ~ #pr_content,
#kyu:checked ~ #kyu_content {
  display: block;
  padding: 4% 2%; }
  @media screen and (max-width: 768px) {
    #muryouplan:checked ~ #muryouplan_content,
    #yuuryouplan:checked ~ #yuuryouplan_content,
    #recruitplan:checked ~ #recruitplan_content,
    #pr:checked ~ #pr_content,
    #kyu:checked ~ #kyu_content {
      padding: 3.5% 0; } }

.recruit_tab_content {
  border-top: solid 4px #EF5C22; }

/*選択されているタブのスタイルを変える*/
.recruit_tabs input:checked + .recruit_tab_item {
  border-top: solid 4px #EF5C22;
  border-left: solid 4px #EF5C22;
  border-right: solid 4px #EF5C22;
  border-bottom: solid 4px #fff;
  border-radius: 4px 4px 0 0;
  background: #fff;
  margin-bottom: -5px; }
  @media screen and (max-width: 768px) {
    .recruit_tabs input:checked + .recruit_tab_item {
      margin-bottom: -5.5px; } }

.recruit_tabs input:checked + .recruit_tab_item_two {
  border-top: solid 4px #EF5C22;
  border-left: solid 4px #EF5C22;
  border-right: solid 4px #EF5C22;
  border-bottom: solid 4px #fff;
  border-radius: 4px 4px 0 0;
  background: #fff;
  margin-bottom: -4px; }
  @media screen and (max-width: 768px) {
    .recruit_tabs input:checked + .recruit_tab_item_two {
      margin-bottom: -6px; } }

.tab_content_description_two {
  padding: 0 4%; }
  @media screen and (max-width: 768px) {
    .tab_content_description_two {
      padding: 0; } }

.plan_box {
  border-radius: 8px;
  background: #f8dcbe;
  padding: 8px 40px;
  margin-bottom: 16px; }
  @media screen and (max-width: 768px) {
    .plan_box {
      margin-left: 3.5%;
      margin-right: 3.5%; } }

@media screen and (max-width: 768px) {
  .plan_box p {
    font-size: 13px !important; } }

@media screen and (max-width: 768px) {
  .plan_koumoku {
    margin-left: 2.5%;
    margin-right: 2.5%; } }

.plan_koumoku li {
  border: solid 4px #EF5C22;
  padding: 12px 16px;
  text-align: center;
  float: left;
  width: 32%;
  border-radius: 8px; }

.plan_koumoku li:nth-child(even) {
  margin: 0 2%; }

.plan_koumoku li span {
  line-height: 1.4;
  font-size: 21px; }
  @media screen and (max-width: 768px) {
    .plan_koumoku li span {
      font-size: 13px;
      line-height: 1.2; } }

.iframe_wrapper {
  position: relative;
  width: 100%;
  padding-top: 95%; }
  @media screen and (max-width: 768px) {
    .iframe_wrapper {
      margin-left: 2.5%;
      margin-right: 2.5%;
      width: 95%; } }

.iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #ddd; }

.plan_table {
  width: 100%;
  margin: 30px auto 40px;
  border-top: 3px solid #EF5C22;
  border-collapse: collapse;
  border-spacing: 0; }
  @media screen and (max-width: 768px) {
    .plan_table {
      margin: 16px auto 40px; } }

.plan_table th, .plan_table td {
  padding: 24px 16px;
  font-size: 17px; }
  @media screen and (max-width: 768px) {
    .plan_table th, .plan_table td {
      font-size: 12px;
      padding: 12px 8px; } }

.plan_table th {
  vertical-align: middle;
  padding-left: 32px; }
  @media screen and (max-width: 768px) {
    .plan_table th {
      padding-left: 8px; } }

.th_width {
  width: 26%;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .th_width {
      width: 15%; } }

.plan_table td {
  vertical-align: middle;
  text-align: center; }

.plan_table tr:nth-child(even) {
  background: #f8dcbe; }

.table_border {
  border-top: 3px solid #EF5C22;
  border-bottom: 3px solid #EF5C22;
  text-align: left !important; }

.osusume {
  background: #ea7700;
  border-radius: 16px;
  padding: 4px 12px;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .osusume {
      font-size: 12px; } }

.v_bottom {
  vertical-align: bottom; }

/* *******パソコン用お問い合わせ ******************* */
.under_contact_box {
  padding: 1% 3%; }
  @media screen and (max-width: 768px) {
    .under_contact_box {
      border-left: 0;
      padding: 1.0% 0 3%;
      border-bottom: solid 3px #050505; } }

.under_contact_box:nth-child(even) {
  border-left: solid 4px #050505;
  border-right: solid 4px #050505; }
  @media screen and (max-width: 768px) {
    .under_contact_box:nth-child(even) {
      border-right: 0;
      border-left: 0; } }

.form_area {
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 3.5% 5% 5%;
  border: solid 1px #eee; }

.form_box {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 3.5% 5% 5%; }

.policy_area {
  margin-top: 20px;
  padding: 20px 30px;
  margin-bottom: 10px;
  background: #f5f5f5;
  border-radius: 6px; }

.policy_title {
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  font-size: 16px;
  border-bottom: solid 1px #ccc;
  padding-right: 20px;
  padding-left: 20px; }

.soushinblock {
  text-align: center;
  padding: 40px 0px 10px;
  margin-bottom: 10px; }

.soushinblock input[type="submit"], .soushinblock input[type="button"] {
  margin: 0px auto;
  background: #ea7700;
  border-radius: 24px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 120px;
  text-decoration: none;
  border: 1px solid #fff;
  cursor: pointer;
  font-weight: bold; }

.soushinblock input[type="submit"]:hover, .soushinblock input[type="button"]:hover {
  background: #EF5C22;
  text-decoration: none; }

.soushinblock #confirmation {
  padding: 10px 80px;
  margin: 0px auto;
  background: #041B44;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 80px;
  text-decoration: none;
  border: 1px solid #fff;
  cursor: pointer;
  font-weight: bold; }

.soushinblock #confirmation:hover {
  background: #9DD1CF;
  text-decoration: none; }

span.required {
  font-size: 13px;
  font-weight: normal;
  color: #d40000; }

.contact_block_right input[type="tel"],
.contact_block_right input[type="email"],
.contact_block_right input[type="text"],
.contact_block_right input[type="url"],
.contact_block_right textarea, .contact_block_right02 textarea {
  padding: 8px 8px;
  border: 1px solid #cccccc;
  margin-bottom: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.contact_block_right input[type="tel"],
.contact_block_right input[type="email"],
.contact_block_right input[type="text"] {
  width: 65%; }

.age input[type="text"] {
  width: 5% !important;
  margin-right: 8px; }

.contact_block_right input[type="text"] {
  width: 65%; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
  font-weight: normal !important;
  line-height: 1.8em; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
  font-weight: normal !important;
  line-height: 1.8em; }

::-ms-input-placeholder {
  /* Others */
  color: #aaa;
  font-weight: normal !important;
  line-height: 1.8em; }

::placeholder {
  /* Others */
  color: #aaa;
  font-weight: normal !important;
  line-height: 1.8em; }

#zip2 {
  width: 20%; }

.contact_block_right textarea {
  background: #FFF;
  width: 90%;
  height: 40px; }

.contact_block_right02 textarea {
  background: #FFF;
  width: 90%;
  height: 100px; }

dl#contact_block {
  border-bottom: 1px solid #dcdcdc;
  padding: 0px 0px 0px 0px; }

dl#contact_block:last-child {
  border: none; }

.page_contactform {
  padding: 5px;
  width: 90%;
  margin: 0 auto; }

dl#contact_block .contact_block_right, dl#contact_block .contact_block_right02 {
  width: 70%;
  float: right;
  padding: 15px 10px 10px 10px;
  line-height: 110%; }

dl#contact_block .contact_block_left {
  padding: 15px 10px 10px 30px;
  vertical-align: top;
  text-align: left;
  width: 30%;
  float: left; }

.checkbox_box {
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 8px 0px;
  margin: 10px 0px; }

input[type="radio"],
input[type="checkbox"] {
  border: 1px solid #e2e2e2;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  background: #e2e2e2; }

input[type="radio"]:checked,
input[type="checkbox"]:checked {
  /*Other Browser*/
  background: #d60000;
  border: 1px solid #e2e2e2; }

input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center; }

input[type="radio"]:checked:after,
input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center; }

select {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  margin: 0px 8px;
  padding: 0 15px; }

.wpcf7c-elm-step2 {
  text-align: center;
  color: #C40000;
  padding-bottom: 50px; }

@media (max-width: 768px) {
  /* ***スマホ用お問い合わせ *	*********************************************** */
  .under_area {
    padding-left: 5%;
    padding-right: 5%; }

  .contact_txt_area p {
    font-size: 14px;
    letter-spacing: 0.1em; }

  .policy_area {
    border: solid 1px #ddd;
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.4em; }

  .policy_title {
    text-align: center;
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px; }

  .soushinblock {
    text-align: center;
    padding: 40px 15px 20px; }

  .wpcf7c-elm-step2 {
    padding: 20px 15px; }

  .form_area {
    margin-bottom: 20px;
    padding: 3.5% 3.5% 5%; }

  .soushinblock input[type="submit"] {
    padding: 10px 80px;
    margin: 0px auto;
    background: #ea7700;
    border-radius: 24px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold; }

  .soushinblock input[type="submit"]:hover {
    background: #EF5C22;
    text-decoration: none; }

  span.required {
    font-size: 10px;
    font-weight: normal;
    color: #D40000; }

  ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 12px; }

  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 12px; }

  ::-ms-input-placeholder {
    /* Others */
    font-size: 12px; }

  ::placeholder {
    /* Others */
    font-size: 12px; }

  .contact_block_right input[type="tel"],
  .contact_block_right input[type="email"],
  .contact_block_right input[type="text"],
  .contact_block_right textarea {
    padding: 5px 8px;
    border: 1px solid #cccccc;
    margin-bottom: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }

  .contact_block_right input[type="tel"],
  .contact_block_right input[type="email"],
  .contact_block_right input[type="url"],
  .contact_block_right input[type="file"],
  .contact_block_right input[type="text"] {
    width: 98%; }

  .age input[type="text"] {
    width: 5% !important;
    margin-right: 8px; }

  .contact_block_right textarea, .contact_block_right02 textarea {
    width: 98%;
    background: #FFF; }

  dl#contact_block {
    border-bottom: 1px dotted #aaa;
    padding: 0px 0px 0px 0px; }

  dl#contact_block:last-child {
    border: none; }

  .page_contactform {
    padding: 10px 3.5%;
    margin: 0 auto; }

  dl#contact_block .contact_block_right, dl#contact_block .contact_block_right02 {
    padding: 5px 7px 5px 10px;
    line-height: 110%;
    width: 67%; }

  dl#contact_block .contact_block_left {
    padding: 5px 7px 2px;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    width: 32%; }

  /* チェックボックス */
  .wpcf7-list-item {
    display: block;
    text-align: left;
    margin-bottom: 10px; }

  .checkbox_box {
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 8px 0px;
    margin: 10px 0px; }

  input[type="radio"],
  input[type="checkbox"] {
    border: 1px solid #e2e2e2;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    background: #e2e2e2; }

  input[type="radio"]:checked,
  input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #FF8000;
    border: 1px solid #e2e2e2; }

  input[type="radio"]:checked:before,
  input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center; }

  input[type="radio"]:checked:after,
  input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center; }

  .wpcf7-select {
    height: 27px; }

  select {
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
    height: 15px;
    line-height: 30px;
    text-align: left;
    text-indent: 5px;
    vertical-align: middle;
    margin: 0px 0px; } }
/*エラー表示*/
.wpcf7 .wpcf7-not-valid {
  background: #ffb6c1; }

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7; }

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1; }

/* CSS Document */
/*===PCの下層ページのwrapper=======================*/
.page_wrapper {
  padding-top: 4%;
  padding-bottom: 3%; }

@media (max-width: 768px) {
  .page_wrapper {
    padding: 10px 5%;
    margin-bottom: 20px; } }
.single_post_area {
  text-align: left;
  margin: 0 0 65px; }

@media (max-width: 768px) {
  .single_post_wrapper {
    padding-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px; }

  .single_post_area {
    text-align: left;
    margin: 0 0 30px;
    width: 70%; }

  .archive_fair_wrapper {
    width: 100%;
    padding: 20px 15px; }

  .archive_fair_area {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center; }

  a.staff_blog_col {
    display: block;
    float: left;
    width: 45%;
    text-align: left;
    margin: 0 2.5% 1%; } }
@media (min-width: 768px) {
  /* ***********	PC投稿用基本CSS ********************** */
  span.post_days {
    font-size: 10px !important; }

  .alignleft,
  img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-top: 4px; }

  .alignright,
  img.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-top: 4px; }

  .aligncenter,
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto; }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 12px; }

  .alignnone {
    float: none; }

  .size-full {
    max-width: 740px;
    text-align: center;
    margin: 0 auto; }

  .post p {
    line-height: 2;
    padding-bottom: 15px;
    text-align: left; }

  .post p.postmeta {
    margin-bottom: 10px; }

  .wp-caption-text {
    margin: 5px 0 0; }

  .wp-caption {
    border: solid 1px #cccccc;
    background-color: #f1f1f1;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 25px; }

  #page_navigation {
    margin: 0px 30px;
    height: 30px;
    position: relative; }

  .nav_previous,
  .nav_next {
    width: 150px;
    height: 30px; }

  .nav_previous a,
  .nav_next a {
    width: 150px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden; }

  .nav_previous {
    position: absolute;
    top: 0px;
    left: 0px; }

  .nav_next {
    position: absolute;
    top: 0px;
    right: 0px; }

  .nav_previous a {
    background: url(images/nav_previous.png); }

  .nav_next a {
    background: url(images/nav_next.png); }

  /* ********	PC用アーカイブ用********************** */
  .archive_post {
    border-bottom: 2px dotted #111;
    padding-bottom: 30px;
    margin-bottom: 40px; }

  .post_title {
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 0;
    font-size: 1.3rem;
    margin-bottom: 30px;
    padding: 1.5rem  10px;
    position: relative;
    padding-left: 15px;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1em; }

  .post_title:before {
    background-color: #E92C13;
    content: "";
    width: 5rem;
    height: 2px;
    position: absolute;
    left: 0;
    top: -2px; }

  .archive_post h2 a {
    text-decoration: none; }

  .archive_post p.thumb {
    float: left;
    margin: 15px 25px 0 0;
    padding-left: 10px;
    padding-bottom: 20px; }

  .archive_txt p {
    padding: 15px 20px 0 30px;
    margin-bottom: 30px;
    text-align: left;
    line-height: 2;
    letter-spacing: 0.1em; }

  .gutters .staff_blog_col {
    width: 100%;
    display: block; }
    .gutters .staff_blog_col img {
      width: 100%;
      display: block;
      margin-bottom: 10px; }
    .gutters .staff_blog_col:nth-of-type(4n+1) {
      margin-left: 0; }

  /* PC用シングルページ------------------------------------------*/
  #under_twocolumn_area {
    margin-bottom: 50px; }

  .eyecatch {
    text-align: center;
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }

  .single_kiji p {
    padding-right: 10px;
    padding-left: 10px; }

  .post p.postdate {
    text-align: left;
    font-size: 12px;
    margin: 0;
    padding-left: 15px; }

  /*===シングル用ページャー=====*/
  .navigation {
    text-align: center;
    padding: 1em 0;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%; }

  .navitop {
    float: left;
    width: 12%;
    text-align: center; }

  .navileft {
    float: left;
    width: 44%;
    text-align: left;
    word-break: break-all;
    line-height: 1.5em;
    font-size: 12px; }

  .naviright {
    float: right;
    width: 44%;
    text-align: right;
    word-break: break-all;
    line-height: 1.5em;
    font-size: 12px; } }
@media screen and (max-width: 768px) {
  /* ************	スマホ投稿用基本CSS ********************** */
  .alignleft,
  img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-top: 4px; }

  .alignright,
  img.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-top: 4px; }

  .aligncenter,
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto; }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 12px; }

  .alignnone {
    float: none; }

  .size-full {
    width: 80% !important;
    height: auto;
    text-align: center;
    margin: 0 auto; }

  .post p {
    line-height: 2;
    padding-bottom: 15px;
    text-align: left; }

  .post p.postmeta {
    margin-bottom: 10px; }

  .wp-caption-text {
    margin: 5px 0 0; }

  .wp-caption {
    border: solid 1px #cccccc;
    background-color: #f1f1f1;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 25px; }

  /* ********	 *	タグ基本CSS*********************** */
  #content sup {
    font-size: 10px; }

  p {
    display: block; }

  #content table th span.require {
    color: red;
    font-size: 10px;
    font-weight: normal; }

  div#contents_block {
    margin: 0px 10px 20px 10px; }

  input[type="email"],
  input[type="text"],
  textarea {
    padding: 5px 8px;
    margin: 0px auto;
    border: 1px solid #aaa; }

  input[type="submit"] {
    padding: 8px 30px;
    margin: 0px auto; }

  .contents_block {
    margin: 0px 10px 40px 10px; }

  .contents_block p {
    margin: 0px 0px 10px 0px; }

  /* 前後のページへのリンク */
  #pagenation {
    font-size: 12px;
    overflow: hidden; }

  #pagenation a:hover {
    color: #ff8800; }

  .oldpage {
    margin: 0;
    float: left; }

  .newpage {
    margin: 0;
    float: right; }

  /* **********	スマホアーカイブ用 **************** */
  .archive_blog_box {
    float: left;
    width: 48%;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%; }

  .archive_blog_txt {
    padding: 10px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    text-align: center; }

  .archive_blog_txt_postdate {
    color: #aaa;
    font-size: 12px; }

  .archive_blog_title {
    font-size: 16px; }

  .archive_post {
    border-bottom: 2px dotted #111;
    padding-bottom: 15px;
    margin-bottom: 25px;
    padding-top: 10px; }

  .archive_post h2 a {
    text-decoration: none; }

  .archive_post .thumb {
    text-align: center;
    margin-bottom: 10px; }

  .archive_post .thumb img {
    width: 85%;
    height: auto; }

  .archive_txt p {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
    text-align: left; }

  .post_single_title {
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 15px 20px 15px;
    letter-spacing: 0.1em;
    font-size: 15px;
    border-bottom: solid 1px #aaa; }

  .post_title {
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 0;
    font-size: 1.5rem;
    margin-bottom: 30px;
    padding: 1.5rem  10px;
    position: relative;
    padding-left: 15px;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1em; }

  .post_title:before {
    background-color: #E92C13;
    content: "";
    width: 5rem;
    height: 2px;
    position: absolute;
    left: 0;
    top: -2px; }

  /* スマホシングルページ---------------------------------------------*/
  #under_twocolumn_area {
    padding: 20px 0;
    margin: 0 0 10px; }

  .eyecatch {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }

  .single_kiji p {
    padding-right: 15px;
    padding-left: 15px; }

  .post p.postdate {
    text-align: left;
    font-size: 12px;
    margin: 0;
    padding-left: 10px; }

  /*===スマホアーカイブページボタン装飾=====*/
  .archive_txt {
    padding-bottom: 20px; }

  /*===スマホシングル用ページャー=====*/
  .navigation {
    text-align: center;
    padding: 1em 0;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%; }

  .navitop {
    float: left;
    width: 12%;
    text-align: center; }

  .navileft {
    float: left;
    width: 44%;
    text-align: left;
    word-break: break-all;
    line-height: 1.5em;
    padding-left: 1%;
    font-size: 12px; }

  .naviright {
    float: right;
    width: 44%;
    text-align: right;
    word-break: break-all;
    line-height: 1.5em;
    padding-right: 1%;
    font-size: 12px; }

  /* ****PC用前後のページへのリンク******************************* */
  #pagenation {
    font-size: 13px;
    background: #f5f5f5;
    text-align: center;
    margin-top: 25px;
    padding: 15px 10px; }

  .wp-pagenavi {
    margin-top: 40px;
    margin-bottom: 55px;
    text-align: center; } }
.border_none {
  text-decoration: none !important; }

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