@charset "UTF-8";
/*
Theme Name : hygi-corporate
*/
/* common
---------------------------------------------------------------------------*/
body {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.8px;
  -webkit-font-smoothing: antialiased; }

a {
  color: #333;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  word-break: break-all; }

a:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer; }

a i.fa-window-restore {
  font-size: 0.8em;
  padding-right: 3px;
  position: relative;
  bottom: 1px; }

img {
  width: 100%;
  height: auto; }

input,
select,
textarea {
  color: #333;
  outline: none; }
  input::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #9c9c9c; }
  input:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #9c9c9c; }
  input::-ms-input-placeholder,
  select::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #9c9c9c; }
  input::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #9c9c9c; }

.relative {
  position: relative; }

.bold {
  font-weight: bold; }

.bold,
h1,
h2,
h3 {
  line-height: 1.5; }

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #ffffa0));
  background: linear-gradient(transparent 50%, #ffffa0 0%);
  display: inline; }

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

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

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

.underline {
  text-decoration: underline !important; }

.underline:hover {
  text-decoration: underline !important; }

.l-through {
  text-decoration: line-through; }

.inline {
  display: inline !important; }

.gray {
  color: #ababab !important; }

.black {
  color: #333 !important; }

.white {
  color: #fff !important; }

.l-yellow {
  color: #FFDC98 !important; }

.red {
  color: #dc3232 !important; }

.orange {
  color: #f99921 !important; }

.lato {
  font-family: 'Lato', sans-serif; }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.border-box {
  border: solid 1px #ddd;
  padding: 30px; }
  @media (max-width: 599px) {
    .border-box {
      padding: 20px; } }

.gray-box {
  background: #f0f0f0;
  padding: 30px; }
  @media (max-width: 599px) {
    .gray-box {
      padding: 20px; } }

.hd-line {
  border-left: solid 4px #f99921;
  padding-left: 10px; }

.w100 {
  width: 100%; }

.w1200m0a {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 599px) {
    .w1200m0a {
      width: 100%; } }

.w1000m0a {
  width: 1000px;
  margin: 0 auto; }
  @media (max-width: 599px) {
    .w1000m0a {
      width: 100%; } }

.w800m0a {
  width: 800px;
  margin: 0 auto; }
  @media (max-width: 599px) {
    .w800m0a {
      width: 100%; } }

.w600m0a {
  width: 600px;
  margin: 0 auto; }
  @media (max-width: 599px) {
    .w600m0a {
      width: 100%; } }

@media (max-width: 599px) {
  .sp-p-015 {
    width: 100%;
    padding: 0 15px; } }

.table .row {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #ddd; }

.fs-12 {
  font-size: 12px !important; }

.fs-14 {
  font-size: 14px !important; }

.fs-18 {
  font-size: 18px !important; }

.fs-20 {
  font-size: 20px !important; }

.fs-22 {
  font-size: 22px !important; }

.fs-24 {
  font-size: 24px !important; }

.fs-28 {
  font-size: 28px !important; }

.fs-32 {
  font-size: 32px !important; }

.fs--06 {
  font-size: 0.6em !important; }

.fs--08 {
  font-size: 0.8em !important; }

.fs--12 {
  font-size: 1.2em !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

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

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

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

.mb-60 {
  margin-bottom: 60px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.lh-15 {
  line-height: 1.5 !important; }

@media (max-width: 599px) {
  body {
    font-size: 14px; }

  .sp-none {
    display: none !important; }

  .sp-center {
    text-align: center; }

  .fs-12 {
    font-size: 10px !important; }

  .fs-14 {
    font-size: 12px !important; }

  .fs-18 {
    font-size: 16px !important; }

  .fs-20 {
    font-size: 18px !important; }

  .fs-22 {
    font-size: 20px !important; }

  .fs-24 {
    font-size: 20px !important; }

  .fs-28 {
    font-size: 24px !important; }

  .fs-32 {
    font-size: 28px !important; }

  .mt-20 {
    margin-top: 15px !important; }

  .mt-30 {
    margin-top: 20px !important; }

  .mt-40 {
    margin-top: 30px !important; }

  .mt-60 {
    margin-top: 30px !important; }

  .mt-80 {
    margin-top: 40px !important; }

  .mt-100 {
    margin-top: 60px !important; }

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

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

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

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

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

  .mb-100 {
    margin-bottom: 60px !important; }

  .p-015 {
    padding: 0 15px; } }
@media (min-width: 600px) {
  .pc-none {
    display: none !important; }

  .fadein {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    transition: all 500ms; }

  .fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
/* btn
------------------------------------*/
.btn {
  border: none;
  border-radius: 9999px;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  min-width: 200px;
  padding: 12px 20px;
  position: relative; }
  @media (max-width: 599px) {
    .btn {
      padding: 12px 20px;
      width: 100% !important;
      min-width: auto; } }

.btn-white {
  background: #fff;
  border: solid 1px #f99921;
  color: #f99921; }

.btn-orange {
  background: #f99921;
  border: solid 1px #f99921;
  color: #fff; }

.btn-w100 {
  width: 100% !important;
  min-width: auto !important; }

/* flexbox
------------------------------------*/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex; }

.flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.f-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.f-v-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.f-h-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.f-h-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (min-width: 600px) {
  .flexbox-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex; }

  .flexwrap-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (max-width: 599px) {
  .flexbox-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex; }

  .flexwrap-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
/* form
---------------------------------------------------------------------------*/
form input[type="text"],
form input[type="number"],
form input[type="tel"],
form input[type="email"],
form input[type="password"] {
  border: solid 1px #ddd;
  background: #fff;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  font-size: 16px; }
form *::-webkit-input-placeholder {
  color: #ccc; }
form *:-ms-input-placeholder {
  color: #ccc; }
form *::-ms-input-placeholder {
  color: #ccc; }
form *::placeholder {
  color: #ccc; }

textarea,
select {
  border: solid 1px #ddd;
  background: #fff;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  resize: none; }

textarea {
  height: 100px; }

select {
  height: 50px; }

.wpcf7-submit {
  color: #fff; }

.wpcf7 .ajax-loader {
  position: absolute !important; }

.select-arrow-d {
  position: absolute;
  top: 12px;
  right: 20px; }

.mw_wp_form_preview .select-arrow-d {
  display: none; }

/* modal
---------------------------------------------------------------------------*/
.blocker {
  z-index: 999; }

.modal {
  border-radius: 10px;
  color: #333;
  padding: 60px 0 0;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  max-width: 600px; }
  @media (max-width: 599px) {
    .modal {
      padding: 40px 0 0;
      width: 100%; } }
  .modal .header {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: 0 25px 30px; }
    @media (min-width: 600px) {
      .modal .header {
        padding: 0 60px 40px; } }
  .modal .body {
    padding: 0 25px 30px; }
    @media (min-width: 600px) {
      .modal .body {
        padding: 0 60px 60px; } }
  .modal .close-modal {
    background-image: url(img/close_pc.svg) !important;
    background-size: 40px !important;
    top: 30px !important;
    right: 50px !important;
    position: fixed !important;
    width: 40px !important;
    height: 40px !important; }
    @media (max-width: 599px) {
      .modal .close-modal {
        background-image: url(img/close_sp.svg) !important;
        right: 15px !important;
        top: 15px !important; } }

/* header
---------------------------------------------------------------------------*/
header {
  position: absolute; }
  header .header-logo img {
    margin: 35px 0 0 40px;
    width: 250px; }
    @media (max-width: 599px) {
      header .header-logo img {
        margin: 25px 0 0 15px;
        width: 150px; } }
  header .menu-trigger {
    background: transparent;
    font-weight: bold;
    position: fixed;
    top: 28px;
    right: 40px;
    width: 40px;
    height: 40px;
    z-index: 998;
    border: none;
    outline: none; }
    @media (max-width: 599px) {
      header .menu-trigger {
        right: 15px;
        top: 15px; } }
  header .menu-trigger,
  header .menu-trigger span {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  header .menu-trigger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    background-color: #fff; }
    @media (min-width: 600px) {
      header .menu-trigger span {
        width: 50px;
        height: 3px; } }
  header .menu-trigger span:nth-of-type(1) {
    top: 6px; }
  header .menu-trigger span:nth-of-type(2) {
    bottom: 20px; }
  header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg); }
  header .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg); }
  header .menu-btn-txt {
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 0;
    bottom: -3px; }
    @media (min-width: 600px) {
      header .menu-btn-txt {
        font-size: 16px;
        bottom: -15px; } }
  header .menu-trigger.active .menu-btn-txt {
    display: none; }
  header .menu-trigger.menuColorScroll span,
  header .menu-trigger.active span {
    background-color: #f99921;
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out; }
  header .menu-trigger.menuColorScroll .menu-btn-txt,
  header .menu-trigger.active .menu-btn-txt {
    color: #f99921;
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out; }
  header .menu-contents {
    padding: 80px;
    width: 1000px !important;
    z-index: 997 !important; }
    @media (max-width: 599px) {
      header .menu-contents {
        width: 100% !important;
        padding: 50px 30px;
        overflow-y: scroll; } }
    header .menu-contents .menu-logo img {
      width: 360px; }
      @media (max-width: 599px) {
        header .menu-contents .menu-logo img {
          width: 240px;
          margin-bottom: 20px; } }
    header .menu-contents .menu-service-list {
      margin: 20px 0 0 20px; }
      header .menu-contents .menu-service-list a {
        line-height: 2.5;
        position: relative;
        padding-left: 15px; }
        header .menu-contents .menu-service-list a::before {
          content: "-";
          position: absolute;
          left: 0; }

/* footer
---------------------------------------------------------------------------*/
footer {
  padding-top: 100px; }
  @media (max-width: 599px) {
    footer {
      padding-top: 60px; } }
  footer .footer-logo img {
    width: 250px; }
    @media (max-width: 599px) {
      footer .footer-logo img {
        width: 200px; } }

/* main共通
---------------------------------------------------------------------------*/
.pushbar_locked main,
.pushbar_locked .header-inner,
.pushbar_locked footer {
  -webkit-filter: blur(10px);
          filter: blur(10px); }
  .pushbar_locked main a,
  .pushbar_locked .header-inner a,
  .pushbar_locked footer a {
    pointer-events: none; }

.grad-wrap {
  position: relative; }
  .grad-wrap .grad-wrap + .grad-wrap {
    margin-top: 40px; }
  .grad-wrap span.grad-trigger {
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    margin: auto;
    text-align: center;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    z-index: 4; }
  .grad-wrap .grad-trigger::after {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: 900;
    font-size: 24px; }
  .grad-wrap .grad-trigger .fa {
    margin-right: .5em; }
  .grad-wrap .grad-item {
    position: relative;
    overflow: hidden; }
  .grad-wrap .grad-item.is-hide {
    height: 110px;
    /*隠した後の高さ*/ }
  .grad-wrap .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 40px;
    /*グラデーションで隠す高さ*/
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    z-index: 3; }
  .grad-wrap .grad-trigger.is-show {
    bottom: -10px; }
  .grad-wrap .grad-trigger.is-show::after {
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    font-weight: 900;
    font-size: 24px; }
  .grad-wrap .grad-trigger.is-show + .grad-item::before {
    display: none; }

.breadcrumbs {
  font-size: 11px;
  color: #ababab;
  margin: 20px auto; }
  @media (min-width: 600px) {
    .breadcrumbs {
      margin: 15px auto; } }
  @media (max-width: 599px) {
    .breadcrumbs {
      overflow: scroll;
      white-space: nowrap; } }
  .breadcrumbs a {
    color: #ababab;
    text-decoration: underline; }

.txt-grad {
  color: #333;
  background: -webkit-linear-gradient(-45deg, #ffe06f, #f89147);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; }

.clm4-sp2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .clm4-sp2 li {
    margin-right: 2%;
    margin-bottom: 2%;
    width: 23.5%; }
    @media (min-width: 600px) {
      .clm4-sp2 li:nth-child(4n) {
        margin-right: 0; } }
    @media (max-width: 599px) {
      .clm4-sp2 li {
        margin-right: 4%;
        margin-bottom: 4%;
        width: 48%; }
        .clm4-sp2 li:nth-child(2n) {
          margin-right: 0; } }

.arrow {
  position: relative;
  display: inline-block;
  padding-right: 20px; }
  .arrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #f99921;
    border-right: solid 2px #f99921;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px; }

.article-area h2 {
  border-bottom: solid 1px #ddd;
  font-size: 1.6em;
  margin: 60px 0 20px;
  padding-bottom: 15px; }
.article-area h3 {
  font-size: 1.4em;
  border-left: solid 4px #f89922;
  padding-left: 10px;
  margin: 40px 0 15px; }
.article-area h4 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 20px 0 5px; }
.article-area p,
.article-area ul,
.article-area ol {
  margin-bottom: 20px; }
.article-area dl {
  margin-bottom: 40px; }
.article-area dt {
  margin: 0 0 5px; }
.article-area dd {
  margin: 0 0 20px; }
.article-area li {
  position: relative;
  padding-left: 15px; }
  .article-area li:before {
    content: "-";
    position: absolute;
    left: 0; }

/* topページ
---------------------------------------------------------------------------*/
.top-page .top-mv {
  background: url(img/top_mvbg.jpg) center;
  background-size: cover;
  padding: 250px 0 100px;
  min-height: 100vh; }

  @media (max-width: 599px) {
    .top-page .top-mv {
      padding: 140px 0 60px; } }
  .top-page .top-mv .copy-main {
    padding: 0 10px 100px; }
    @media (max-width: 599px) {
      .top-page .top-mv .copy-main {
        padding: 0 5px 60px; } }
  .top-page .top-mv .copy-sub {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 2.5; }
    @media (max-width: 599px) {
      .top-page .top-mv .copy-sub {
        font-size: 14px; } }
  .top-page .top-mv .top-bnr{
    margin-top: 60px;
    text-align: center; }
@media (min-width: 600px) {
  .top-page .top-about .inner {
    margin: 80px 0 0 60px;
    height: 700px; } }
@media (max-width: 599px) {
  .top-page .top-about .inner {
    margin: 40px 0; } }
.top-page .top-about .inner h2 {
  font-size: 100px;
  margin-bottom: 20px;
  margin-top: 80px; }
  @media (max-width: 599px) {
    .top-page .top-about .inner h2 {
      font-size: 50px;
      margin-bottom: 20px;
      margin-top: 0; } }
.top-page .top-about .inner .about-image {
  background: url(img/top_about.jpg) right top;
  background-size: cover; }
  @media (min-width: 600px) {
    .top-page .top-about .inner .about-image {
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      width: 70%;
      height: 700px; } }
  @media (max-width: 599px) {
    .top-page .top-about .inner .about-image {
      margin-top: 40px;
      height: 300px; } }
.top-page .top-service .inner {
  padding: 100px 0; }
  @media (max-width: 599px) {
    .top-page .top-service .inner {
      padding: 40px 0; } }
.top-page .top-service h2 {
  font-size: 80px; }
  @media (max-width: 599px) {
    .top-page .top-service h2 {
      font-size: 50px; } }
.top-page .top-service .service-list li {
  margin-bottom: 80px; }
  @media (max-width: 599px) {
    .top-page .top-service .service-list li {
      margin-bottom: 40px; } }
@media (min-width: 600px) {
  .top-page .top-service .service-list .image img {
    width: 580px; } }
@media (max-width: 599px) {
  .top-page .top-service .service-list .image {
    margin-bottom: 20px; } }
@media (min-width: 600px) {
  .top-page .top-service .service-list .txt-area {
    margin-left: 40px; } }
@media (min-width: 600px) {
  .top-page .top-service .service-list .f-reverse .txt-area {
    margin: 0 40px 0 0; } }
.top-page .top-news h2 {
  font-size: 80px; }
  @media (max-width: 599px) {
    .top-page .top-news h2 {
      font-size: 50px; } }
.top-page .top-news .news-list {
  padding-top: 30px; }
  @media (min-width: 600px) {
    .top-page .top-news .news-list {
      width: 700px; } }
  @media (max-width: 599px) {
    .top-page .top-news .news-list {
      margin-bottom: 40px; } }
  .top-page .top-news .news-list li a {
    border-bottom: solid 1px #FDE2B1;
    padding-bottom: 20px;
    margin-bottom: 25px; }
    .top-page .top-news .news-list li a .date {
      line-height: 1.5;
      margin-right: 20px; }
      @media (max-width: 599px) {
        .top-page .top-news .news-list li a .date {
          min-width: 80px; } }
.top-page .top-message {
  background: url(img/top_message_bg.jpg) center;
  background-size: cover;
  padding: 100px 0;
  margin-top: 80px; }
  @media (max-width: 599px) {
    .top-page .top-message {
      padding: 30px; } }
  .top-page .top-message .inner {
    background: #fff;
    padding: 80px; }
    @media (max-width: 599px) {
      .top-page .top-message .inner {
        padding: 25px; } }
  @media (min-width: 600px) {
    .top-page .top-message .txt {
      max-width: 540px;
      margin-right: 40px; } }
  @media (max-width: 599px) {
    .top-page .top-message .txt {
      margin-bottom: 20px; } }

/* 下層ページ
---------------------------------------------------------------------------*/
.sec-mv {
  background: url(img/top_mvbg.jpg) center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0 80px; }
  @media (max-width: 599px) {
    .sec-mv {
      background: url(img/top_mvbg.jpg) center;
      background-size: cover;
      padding: 100px 0 60px; } }
  .sec-mv h1 {
    font-size: 60px; }
    @media (max-width: 599px) {
      .sec-mv h1 {
        font-size: 40px; } }

.page-about {
  background: url(img/bg_pattern.jpg) no-repeat top 15% center;
  background-size: 100%; }
  @media (max-width: 599px) {
    .page-about {
      background: none; } }
  .page-about .about-h2 {
    font-size: 42px; }
    @media (max-width: 599px) {
      .page-about .about-h2 {
        font-size: 32px; } }
  .page-about .value-list {
    font-size: 20px;
    text-align: left;
    margin: auto;
    border: solid 1px #FDE2B1;
    padding: 30px; }
    @media (min-width: 600px) {
      .page-about .value-list {
        width: 520px; } }
    @media (max-width: 599px) {
      .page-about .value-list {
        font-size: 16px; } }
    .page-about .value-list li {
      padding-left: 20px;
      position: relative; }
      .page-about .value-list li:before {
        content: "-";
        position: absolute;
        left: 0; }
  .page-about .company-profile {
    background: #FFFBF2;
    padding: 100px 0;
    margin-top: 100px; }
    @media (max-width: 599px) {
      .page-about .company-profile {
        padding: 60px 0;
        margin-top: 60px; } }
    .page-about .company-profile .table.profile {
      margin-top: 60px; }
      @media (max-width: 599px) {
        .page-about .company-profile .table.profile {
          margin-top: 40px; } }
      .page-about .company-profile .table.profile .row {
        margin-bottom: 25px;
        padding-bottom: 20px; }
      .page-about .company-profile .table.profile .th {
        font-weight: bold;
        min-width: 150px; }
        @media (max-width: 599px) {
          .page-about .company-profile .table.profile .th {
            min-width: 100px; } }
      .page-about .company-profile .table.profile p {
        line-height: 1.5; }
    .page-about .company-profile .table.timeline {
      background: #fff;
      padding: 30px; }
      .page-about .company-profile .table.timeline .row {
        border: none;
        line-height: 1.5;
        margin-bottom: 15px; }
        @media (min-width: 600px) {
          .page-about .company-profile .table.timeline .row {
            margin-bottom: 25px; } }
      .page-about .company-profile .table.timeline .th {
        color: #f99921;
        font-weight: bold;
        min-width: 110px; }

.page-service {
  background: url(img/bg_pattern.jpg) no-repeat top 80% center;
  background-size: 100%; }
  @media (max-width: 599px) {
    .page-service {
      background: none; } }
  .page-service .service-h2 {
    font-size: 32px;
    line-height: 1.3; }
    @media (max-width: 599px) {
      .page-service .service-h2 {
        font-size: 28px; } }
  .page-service .service-h3 {
    font-size: 50px; }

.page-member .drawing-image {
  margin-right: 30px; }
  @media (max-width: 599px) {
    .page-member .drawing-image {
      margin-right: 15px; } }
  .page-member .drawing-image img {
    width: 250px; }
    @media (max-width: 599px) {
      .page-member .drawing-image img {
        width: 120px; } }
.page-member .f-reverse .drawing-image {
  margin-right: 30px; }
  @media (max-width: 599px) {
    .page-member .f-reverse .drawing-image {
      margin-right: 15px; } }

.page-recruit .recruit-list {
  border-top: solid 1px #FDE2B1; }
  .page-recruit .recruit-list li {
    border-bottom: solid 1px #FDE2B1; }
    .page-recruit .recruit-list li a {
      padding: 20px 0;
      width: 100%; }

.page-recruit-detail .recruit-detail-h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: solid 1px #ddd; }
  @media (max-width: 599px) {
    .page-recruit-detail .recruit-detail-h2 {
      font-size: 14px;
      margin-bottom: 20px;
      padding-bottom: 15px; } }

/* ニュース
---------------------------------------------------------------------------*/
.news-detail_main .news-detail__ttl {
  font-size: 32px; }
  @media (max-width: 599px) {
    .news-detail_main .news-detail__ttl {
      font-size: 24px !important; } }
.news-detail_main #toc_container {
  padding: 30px !important;
  margin: 30px 0 !important; }
  @media (max-width: 599px) {
    .news-detail_main #toc_container {
      padding: 15px !important;
      margin: 20px 0 !important; } }
  .news-detail_main #toc_container .toc_list > li {
    margin-bottom: 15px; }
    @media (max-width: 599px) {
      .news-detail_main #toc_container .toc_list > li {
        margin-bottom: 10px; } }
    .news-detail_main #toc_container .toc_list > li a {
      font-weight: bold; }
    .news-detail_main #toc_container .toc_list > li > ul * {
      font-weight: normal; }
.news-detail_main .news-detail__body {
  font-size: 16px; }
  .news-detail_main .news-detail__body h2 {
    border-bottom: solid 1px #ddd;
    font-size: 1.6em;
    margin: 60px 0 20px;
    padding-bottom: 15px; }
  .news-detail_main .news-detail__body h3 {
    font-size: 1.4em;
    border-left: solid 4px #B8C316;
    padding-left: 10px;
    margin: 40px 0 15px; }
  .news-detail_main .news-detail__body h4 {
    font-weight: bold;
    font-size: 1.2em;
    margin: 20px 0 5px; }
  .news-detail_main .news-detail__body p,
  .news-detail_main .news-detail__body ul,
  .news-detail_main .news-detail__body ol {
    margin-bottom: 20px; }
  .news-detail_main .news-detail__body dl {
    margin-bottom: 40px; }
  .news-detail_main .news-detail__body dt {
    margin: 0 0 5px; }
  .news-detail_main .news-detail__body dd {
    margin: 0 0 20px; }

.news-3clm li .title {
  color: #333;
  line-height: 1.5; }
@media (min-width: 600px) {
  .news-3clm li {
    border: solid 1px #ddd;
    padding: 15px;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%; }
    .news-3clm li:nth-child(3n) {
      margin-right: 0; }
    .news-3clm li .title {
      margin: 10px 0 0; } }
@media (max-width: 599px) {
  .news-3clm li {
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .news-3clm li:last-child {
      border: none; }
    .news-3clm li .thumb {
      margin-right: 10px; }
      .news-3clm li .thumb img {
        width: 140px; } }

.news-all__list li {
  margin-bottom: 40px; }
  @media (max-width: 599px) {
    .news-all__list li {
      margin-bottom: 30px; } }
  .news-all__list li a {
    color: #333; }
  .news-all__list li .thumb {
    margin: 0 20px 0 0; }
    .news-all__list li .thumb img {
      width: 240px; }
      @media (max-width: 599px) {
        .news-all__list li .thumb img {
          width: 150px; } }
  .news-all__list li h2 {
    color: #333;
    font-weight: bold; }

/* 会社概要
---------------------------------------------------------------------------*/
.page-id-19 .company-info .th {
  font-weight: bold;
  width: 25%; }
.page-id-19 .company-info .row:last-child {
  border: none; }

/* お問い合わせ
---------------------------------------------------------------------------*/
.page-id-35 .wpcf7-response-output {
  border: none !important;
  color: #dc3232;
  font-weight: bold;
  text-align: center; }

/* 反社会的勢力に対する基本方針
---------------------------------------------------------------------------*/
.page-antisocial_policy .sec-mv{
  margin-bottom: 60px;
}
.page-antisocial_policy .article-area h2{
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.page-antisocial_policy .article-area h2::before{
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 60px;
  border-bottom: 1px solid #F99921;
}

@media (max-width: 599px) {
  .page-antisocial_policy .article-area{
    padding: 0 15px;
  }
}

/* 創業ストーリー
---------------------------------------------------------------------------*/
.page-story .sec_story{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page-story .sec_story::before{
  content: "";
  border-left: 2px dotted #F99921;
  height: 100%;
  position: absolute;
  top: 100px;
  left: 50px;
}
.page-story .sec_story:last-of-type::before{
  content: none;
}
.page-story .year .circle{
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(#ffe06f 0%, #f89147 100%);
}
.page-story .sec_story .txts{
  width: 400px; 
}
.page-story .sec_story .txts h3{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}
.page-story .sec_story .txts h3::before{
  content: "";
  border-bottom: 2px solid #F99921;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.page-story .sec_story .txts h3 .color{
  color: #F99921;
}
.page-story .sec_story .img{
  width: 380px;
}
.page-story .sec_story .en{
  position: absolute;
  z-index: -1;
  letter-spacing: 5px;
  right: -160px;
  bottom: -110px;
  color: #F7F7F7;
  font-weight: bold;
  font-size: 100px;
  text-transform: uppercase;
}

@media (max-width: 599px) {
  .page-story .sec_story{
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .page-story .sec_story::before{
    top: 55px;
    left: 39px;
  }
  .page-story .sec_story .txts {
    width: 83%;
  }
  .page-story .sec_story .txts h3{
    font-size: 18px;
    margin-bottom: 25px;
  }
  .page-story .sec_story .txts h3::before{
    width: 30px;
    bottom: -10px;
  }
  .page-story .sec_story .img {
    width: 83%;
    margin-top: 20px;
    margin-left: auto;
  }
  .page-story .sec_story .en{
    right: 10px;
    bottom: -45px;
    font-size: 40px;
  }
  .page-story .year .circle{
    font-size: 14px;
    width: 50px;
    height: 50px;
  }
}


/* 共通class
---------------------------------------------------------------------------*/
.visible-xs{
  display: none;
}
@media (max-width: 599px) {
  .visible-xs{
    display: block;
  }
  .hidden-xs{
    display: none;
  }
}

.container{
  width: 100%;
  max-width: 1000px;
}

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