@charset "UTF-8";
/*
Theme Name: Yambe Farm 1.0
Theme URI: https://yambefarm.com
Version: 1.0
Description: This theme is exclusively for Yambe Farm.
Author: Malk LLC.
Author URI: https://malkinc.com
License: GNU Gneral Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yambefarm
*/
html, body {
  margin: 0;
  padding: 0; }

body {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 500;
  font-size: 16px; }
  body .body-container {
    margin: 0 auto; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

html, body,
div, p, span, blockquote,
strong, h1, h2, h3, h4, h5,
ul, ol, dl, li, dt, dd,
table, tr, td, th,
main, aside, section, nav, header, footer {
  margin: 0;
  padding: 0;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
  color: #333333; }

ul, li {
  list-style-type: none; }

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

a.no-border {
  text-decoration: none; }
  a.no-border:hover {
    opacity: 0.8; }

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

hr {
  margin: 30px auto;
  width: 90%;
  height: 1px;
  border: none;
  border-bottom: 1px solid #f3f1ee; }

#toggle {
  background: #f3f1ee;
  color: #275D4E;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  text-align: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between; }
  @media (min-width: 768px) {
    #toggle {
      display: none; } }
  #toggle .trigger {
    position: relative;
    width: 28px;
    height: 19px;
    margin: 0 auto;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s; }
    #toggle .trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #275D4E;
      border-radius: 4px;
      display: inline-block;
      -webkit-transition: all .4s;
      transition: all .4s; }
      #toggle .trigger span:nth-of-type(1) {
        top: 0; }
      #toggle .trigger span:nth-of-type(2) {
        top: 8px; }
        #toggle .trigger span:nth-of-type(2)::after {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 3px;
          background-color: #275D4E;
          border-radius: 4px;
          -webkit-transition: all .4s;
          transition: all .4s; }
      #toggle .trigger span:nth-of-type(3) {
        bottom: 0; }
  #toggle .trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) scale(0);
    transform: translateY(8px) scale(0); }
  #toggle .trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    #toggle .trigger.active span:nth-of-type(2)::after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  #toggle .trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) scale(0);
    transform: translateY(-8px) scale(0); }

section.mainVisual {
  position: relative;
  background-image: url(../images/front/front-mainvisual.png);
  background-size: cover;
  background-position: center; }
  section.mainVisual .mainVisual-container {
    position: relative;
    width: 100%;
    height: 250px; }
    @media (min-width: 768px) {
      section.mainVisual .mainVisual-container {
        height: 400px; } }
    @media (min-width: 1280px) {
      section.mainVisual .mainVisual-container {
        height: 460px; } }
    @media (min-width: 1440px) {
      section.mainVisual .mainVisual-container {
        height: 520px; } }
    @media (min-width: 2560px) {
      section.mainVisual .mainVisual-container {
        height: 640px; } }
  section.mainVisual.mainVisual-front .mainVisual-heading {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 144, 100, 0.4);
    padding: 16px 18px; }
    section.mainVisual.mainVisual-front .mainVisual-heading h2.mainVisual-heading-main {
      color: #ffffff;
      font-size: 18px;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7); }
    section.mainVisual.mainVisual-front .mainVisual-heading p.mainVisual-heading-sub {
      color: #ffffff; }
  section.mainVisual.mainVisual-page {
    z-index: 0; }
    section.mainVisual.mainVisual-page::before {
      position: absolute;
      display: block;
      content: '';
      background-color: rgba(0, 144, 100, 0.2);
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
    section.mainVisual.mainVisual-page .mainVisual-container {
      position: relative;
      z-index: 1; }
      section.mainVisual.mainVisual-page .mainVisual-container .mainVisual-heading {
        position: absolute;
        width: 100%;
        padding-left: 20px;
        bottom: 20px; }
        @media (min-width: 768px) {
          section.mainVisual.mainVisual-page .mainVisual-container .mainVisual-heading {
            top: 30%;
            right: 0;
            left: 0;
            width: 100%;
            margin: 0 auto; } }
        section.mainVisual.mainVisual-page .mainVisual-container .mainVisual-heading .mainVisual-heading-sub {
          font-size: 30px;
          text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
          color: #ffffff;
          font-family: "house-script", sans-serif; }
        section.mainVisual.mainVisual-page .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
          font-size: 18px;
          text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
          color: #ffffff; }
  section.mainVisual.mainVisual-page-jponly .mainVisual-container {
    position: relative;
    z-index: 1; }
    section.mainVisual.mainVisual-page-jponly .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
      font-size: 18px;
      text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
      color: #ffffff; }
      @media (min-width: 768px) {
        section.mainVisual.mainVisual-page-jponly .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
          font-size: 30px;
          margin-top: 60px;
          text-align: center; } }
      @media (min-width: 1024px) {
        section.mainVisual.mainVisual-page-jponly .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
          margin-top: 80px;
          font-size: 60px; } }
  section.mainVisual.mainVisual-recruit {
    background-image: url(../images/front/front-mainvisual.png);
    z-index: 0; }
    section.mainVisual.mainVisual-recruit::before {
      position: absolute;
      display: block;
      content: '';
      background-color: rgba(0, 144, 100, 0.2);
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
    section.mainVisual.mainVisual-recruit .mainVisual-container {
      position: relative;
      z-index: 1; }
      section.mainVisual.mainVisual-recruit .mainVisual-container .mainVisual-heading {
        position: absolute;
        width: 100%;
        padding-left: 20px;
        bottom: 20px; }
        @media (min-width: 768px) {
          section.mainVisual.mainVisual-recruit .mainVisual-container .mainVisual-heading {
            top: 30%;
            right: 0;
            left: 0;
            width: 100%;
            margin: 0 auto; } }
        section.mainVisual.mainVisual-recruit .mainVisual-container .mainVisual-heading .mainVisual-heading-sub {
          font-size: 30px;
          text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
          color: #ffffff;
          font-family: "house-script", sans-serif; }
          @media (min-width: 768px) {
            section.mainVisual.mainVisual-recruit .mainVisual-container .mainVisual-heading .mainVisual-heading-sub {
              font-size: 80px;
              text-align: center; } }
        section.mainVisual.mainVisual-recruit .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
          font-size: 18px;
          text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
          color: #ffffff; }
          @media (min-width: 768px) {
            section.mainVisual.mainVisual-recruit .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
              text-align: center;
              font-size: 30px; } }
  section.mainVisual.mainVisual-workstyle {
    background-image: url(../images/front/front-mainvisual.png);
    z-index: 0; }
    section.mainVisual.mainVisual-workstyle::before {
      position: absolute;
      display: block;
      content: '';
      background-color: rgba(0, 144, 100, 0.2);
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
    section.mainVisual.mainVisual-workstyle .mainVisual-container {
      position: relative;
      z-index: 1; }
      section.mainVisual.mainVisual-workstyle .mainVisual-container .mainVisual-heading {
        position: absolute;
        width: 100%;
        padding-left: 20px;
        bottom: 20px; }
        @media (min-width: 768px) {
          section.mainVisual.mainVisual-workstyle .mainVisual-container .mainVisual-heading {
            top: 30%;
            right: 0;
            left: 0;
            width: 100%;
            margin: 0 auto; } }
        section.mainVisual.mainVisual-workstyle .mainVisual-container .mainVisual-heading .mainVisual-heading-sub {
          font-size: 30px;
          text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
          color: #ffffff;
          font-family: "house-script", sans-serif; }
          @media (min-width: 768px) {
            section.mainVisual.mainVisual-workstyle .mainVisual-container .mainVisual-heading .mainVisual-heading-sub {
              font-size: 60px;
              text-align: center; } }
        section.mainVisual.mainVisual-workstyle .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
          font-size: 18px;
          text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
          color: #ffffff; }
          @media (min-width: 768px) {
            section.mainVisual.mainVisual-workstyle .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
              font-size: 30px;
              text-align: center; } }
  section.mainVisual.mainVisual-blog {
    background-image: url(../images/front/front-mainvisual.png);
    z-index: 0; }
    section.mainVisual.mainVisual-blog::before {
      position: absolute;
      display: block;
      content: '';
      background-color: rgba(0, 144, 100, 0.2);
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
    section.mainVisual.mainVisual-blog .mainVisual-container {
      position: relative;
      z-index: 1; }
      section.mainVisual.mainVisual-blog .mainVisual-container .mainVisual-heading {
        position: absolute;
        width: 100%;
        padding-left: 20px;
        bottom: 20px; }
        @media (min-width: 768px) {
          section.mainVisual.mainVisual-blog .mainVisual-container .mainVisual-heading {
            top: 30%;
            right: 0;
            left: 0;
            width: 100%;
            margin: 0 auto; } }
        section.mainVisual.mainVisual-blog .mainVisual-container .mainVisual-heading .mainVisual-heading-sub {
          font-size: 30px;
          text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
          color: #ffffff;
          font-family: "house-script", sans-serif; }
          @media (min-width: 768px) {
            section.mainVisual.mainVisual-blog .mainVisual-container .mainVisual-heading .mainVisual-heading-sub {
              font-size: 60px;
              text-align: center; } }
          section.mainVisual.mainVisual-blog .mainVisual-container .mainVisual-heading .mainVisual-heading-sub-jp {
            font-size: 21px;
            color: #ffffff;
            font-weight: 600; }
            @media (min-width: 768px) {
              section.mainVisual.mainVisual-blog .mainVisual-container .mainVisual-heading .mainVisual-heading-sub-jp {
                font-size: 40px; } }
        section.mainVisual.mainVisual-blog .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
          font-size: 18px;
          text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
          color: #ffffff; }
          @media (min-width: 768px) {
            section.mainVisual.mainVisual-blog .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
              font-size: 30px;
              text-align: center; } }

div.wpcf7 {
  max-width: 700px;
  margin: 0 auto; }
  div.wpcf7 label {
    width: 100%; }
    div.wpcf7 label input {
      margin-bottom: 10px; }
    div.wpcf7 label input[type="text"],
    div.wpcf7 label input[type="email"],
    div.wpcf7 label textarea {
      width: 100%;
      border: none;
      border: none; }
  div.wpcf7 input[type="submit"] {
    margin: 0 auto;
    display: block;
    width: 180px;
    text-align: center;
    color: #ffffff;
    background-color: #009064;
    padding: 8px 16px;
    border: 1px solid #009064;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    div.wpcf7 input[type="submit"]:hover {
      box-shadow: none;
      background-color: transparent;
      color: #009064;
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }

html, body {
  margin: 0;
  padding: 0; }

body {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 500;
  font-size: 16px; }
  body .body-container {
    margin: 0 auto; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

html, body,
div, p, span, blockquote,
strong, h1, h2, h3, h4, h5,
ul, ol, dl, li, dt, dd,
table, tr, td, th,
main, aside, section, nav, header, footer {
  margin: 0;
  padding: 0;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
  color: #333333; }

ul, li {
  list-style-type: none; }

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

a.no-border {
  text-decoration: none; }
  a.no-border:hover {
    opacity: 0.8; }

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

hr {
  margin: 30px auto;
  width: 90%;
  height: 1px;
  border: none;
  border-bottom: 1px solid #f3f1ee; }

html, body {
  margin: 0;
  padding: 0; }

body {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 500;
  font-size: 16px; }
  body .body-container {
    margin: 0 auto; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

html, body,
div, p, span, blockquote,
strong, h1, h2, h3, h4, h5,
ul, ol, dl, li, dt, dd,
table, tr, td, th,
main, aside, section, nav, header, footer {
  margin: 0;
  padding: 0;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
  color: #333333; }

ul, li {
  list-style-type: none; }

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

a.no-border {
  text-decoration: none; }
  a.no-border:hover {
    opacity: 0.8; }

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

hr {
  margin: 30px auto;
  width: 90%;
  height: 1px;
  border: none;
  border-bottom: 1px solid #f3f1ee; }

#toggle {
  background: #f3f1ee;
  color: #275D4E;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  text-align: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
  -js-display: flex;
  /*--- IE8, 9---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: space-between;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between; }
  @media (min-width: 768px) {
    #toggle {
      display: none; } }
  #toggle .trigger {
    position: relative;
    width: 28px;
    height: 19px;
    margin: 0 auto;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s; }
    #toggle .trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #275D4E;
      border-radius: 4px;
      display: inline-block;
      -webkit-transition: all .4s;
      transition: all .4s; }
      #toggle .trigger span:nth-of-type(1) {
        top: 0; }
      #toggle .trigger span:nth-of-type(2) {
        top: 8px; }
        #toggle .trigger span:nth-of-type(2)::after {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 3px;
          background-color: #275D4E;
          border-radius: 4px;
          -webkit-transition: all .4s;
          transition: all .4s; }
      #toggle .trigger span:nth-of-type(3) {
        bottom: 0; }
  #toggle .trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) scale(0);
    transform: translateY(8px) scale(0); }
  #toggle .trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    #toggle .trigger.active span:nth-of-type(2)::after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  #toggle .trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) scale(0);
    transform: translateY(-8px) scale(0); }

section.mainVisual {
  position: relative;
  background-image: url(../images/front/front-mainvisual.png);
  background-size: cover;
  background-position: center; }
  section.mainVisual .mainVisual-container {
    position: relative;
    width: 100%;
    height: 250px; }
    @media (min-width: 768px) {
      section.mainVisual .mainVisual-container {
        height: 400px; } }
    @media (min-width: 1280px) {
      section.mainVisual .mainVisual-container {
        height: 460px; } }
    @media (min-width: 1440px) {
      section.mainVisual .mainVisual-container {
        height: 520px; } }
    @media (min-width: 2560px) {
      section.mainVisual .mainVisual-container {
        height: 640px; } }
  section.mainVisual.mainVisual-front .mainVisual-heading {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 144, 100, 0.4);
    padding: 16px 18px; }
    section.mainVisual.mainVisual-front .mainVisual-heading h2.mainVisual-heading-main {
      color: #ffffff;
      font-size: 18px;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7); }
    section.mainVisual.mainVisual-front .mainVisual-heading p.mainVisual-heading-sub {
      color: #ffffff; }
  section.mainVisual.mainVisual-page {
    z-index: 0; }
    section.mainVisual.mainVisual-page::before {
      position: absolute;
      display: block;
      content: '';
      background-color: rgba(0, 144, 100, 0.2);
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
    section.mainVisual.mainVisual-page .mainVisual-container {
      position: relative;
      z-index: 1; }
      section.mainVisual.mainVisual-page .mainVisual-container .mainVisual-heading {
        position: absolute;
        width: 100%;
        padding-left: 20px;
        bottom: 20px; }
        @media (min-width: 768px) {
          section.mainVisual.mainVisual-page .mainVisual-container .mainVisual-heading {
            top: 30%;
            right: 0;
            left: 0;
            width: 100%;
            margin: 0 auto; } }
        section.mainVisual.mainVisual-page .mainVisual-container .mainVisual-heading .mainVisual-heading-sub {
          font-size: 30px;
          text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
          color: #ffffff;
          font-family: "house-script", sans-serif; }
        section.mainVisual.mainVisual-page .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
          font-size: 18px;
          text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
          color: #ffffff; }
  section.mainVisual.mainVisual-page-jponly .mainVisual-container {
    position: relative;
    z-index: 1; }
    section.mainVisual.mainVisual-page-jponly .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
      font-size: 18px;
      text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
      color: #ffffff; }
      @media (min-width: 768px) {
        section.mainVisual.mainVisual-page-jponly .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
          font-size: 30px;
          margin-top: 60px;
          text-align: center; } }
      @media (min-width: 1024px) {
        section.mainVisual.mainVisual-page-jponly .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
          margin-top: 80px;
          font-size: 60px; } }
  section.mainVisual.mainVisual-recruit {
    background-image: url(../images/front/front-mainvisual.png);
    z-index: 0; }
    section.mainVisual.mainVisual-recruit::before {
      position: absolute;
      display: block;
      content: '';
      background-color: rgba(0, 144, 100, 0.2);
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
    section.mainVisual.mainVisual-recruit .mainVisual-container {
      position: relative;
      z-index: 1; }
      section.mainVisual.mainVisual-recruit .mainVisual-container .mainVisual-heading {
        position: absolute;
        width: 100%;
        padding-left: 20px;
        bottom: 20px; }
        @media (min-width: 768px) {
          section.mainVisual.mainVisual-recruit .mainVisual-container .mainVisual-heading {
            top: 30%;
            right: 0;
            left: 0;
            width: 100%;
            margin: 0 auto; } }
        section.mainVisual.mainVisual-recruit .mainVisual-container .mainVisual-heading .mainVisual-heading-sub {
          font-size: 30px;
          text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
          color: #ffffff;
          font-family: "house-script", sans-serif; }
          @media (min-width: 768px) {
            section.mainVisual.mainVisual-recruit .mainVisual-container .mainVisual-heading .mainVisual-heading-sub {
              font-size: 80px;
              text-align: center; } }
        section.mainVisual.mainVisual-recruit .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
          font-size: 18px;
          text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
          color: #ffffff; }
          @media (min-width: 768px) {
            section.mainVisual.mainVisual-recruit .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
              text-align: center;
              font-size: 30px; } }
  section.mainVisual.mainVisual-workstyle {
    background-image: url(../images/front/front-mainvisual.png);
    z-index: 0; }
    section.mainVisual.mainVisual-workstyle::before {
      position: absolute;
      display: block;
      content: '';
      background-color: rgba(0, 144, 100, 0.2);
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
    section.mainVisual.mainVisual-workstyle .mainVisual-container {
      position: relative;
      z-index: 1; }
      section.mainVisual.mainVisual-workstyle .mainVisual-container .mainVisual-heading {
        position: absolute;
        width: 100%;
        padding-left: 20px;
        bottom: 20px; }
        @media (min-width: 768px) {
          section.mainVisual.mainVisual-workstyle .mainVisual-container .mainVisual-heading {
            top: 30%;
            right: 0;
            left: 0;
            width: 100%;
            margin: 0 auto; } }
        section.mainVisual.mainVisual-workstyle .mainVisual-container .mainVisual-heading .mainVisual-heading-sub {
          font-size: 30px;
          text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
          color: #ffffff;
          font-family: "house-script", sans-serif; }
          @media (min-width: 768px) {
            section.mainVisual.mainVisual-workstyle .mainVisual-container .mainVisual-heading .mainVisual-heading-sub {
              font-size: 60px;
              text-align: center; } }
        section.mainVisual.mainVisual-workstyle .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
          font-size: 18px;
          text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
          color: #ffffff; }
          @media (min-width: 768px) {
            section.mainVisual.mainVisual-workstyle .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
              font-size: 30px;
              text-align: center; } }
  section.mainVisual.mainVisual-blog {
    background-image: url(../images/front/front-mainvisual.png);
    z-index: 0; }
    section.mainVisual.mainVisual-blog::before {
      position: absolute;
      display: block;
      content: '';
      background-color: rgba(0, 144, 100, 0.2);
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
    section.mainVisual.mainVisual-blog .mainVisual-container {
      position: relative;
      z-index: 1; }
      section.mainVisual.mainVisual-blog .mainVisual-container .mainVisual-heading {
        position: absolute;
        width: 100%;
        padding-left: 20px;
        bottom: 20px; }
        @media (min-width: 768px) {
          section.mainVisual.mainVisual-blog .mainVisual-container .mainVisual-heading {
            top: 30%;
            right: 0;
            left: 0;
            width: 100%;
            margin: 0 auto; } }
        section.mainVisual.mainVisual-blog .mainVisual-container .mainVisual-heading .mainVisual-heading-sub {
          font-size: 30px;
          text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
          color: #ffffff;
          font-family: "house-script", sans-serif; }
          @media (min-width: 768px) {
            section.mainVisual.mainVisual-blog .mainVisual-container .mainVisual-heading .mainVisual-heading-sub {
              font-size: 60px;
              text-align: center; } }
          section.mainVisual.mainVisual-blog .mainVisual-container .mainVisual-heading .mainVisual-heading-sub-jp {
            font-size: 21px;
            color: #ffffff;
            font-weight: 600; }
            @media (min-width: 768px) {
              section.mainVisual.mainVisual-blog .mainVisual-container .mainVisual-heading .mainVisual-heading-sub-jp {
                font-size: 40px; } }
        section.mainVisual.mainVisual-blog .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
          font-size: 18px;
          text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
          color: #ffffff; }
          @media (min-width: 768px) {
            section.mainVisual.mainVisual-blog .mainVisual-container .mainVisual-heading .mainVisual-heading-main {
              font-size: 30px;
              text-align: center; } }

div.wpcf7 {
  max-width: 700px;
  margin: 0 auto; }
  div.wpcf7 label {
    width: 100%; }
    div.wpcf7 label input {
      margin-bottom: 10px; }
    div.wpcf7 label input[type="text"],
    div.wpcf7 label input[type="email"],
    div.wpcf7 label textarea {
      width: 100%;
      border: none;
      border: none; }
  div.wpcf7 input[type="submit"] {
    margin: 0 auto;
    display: block;
    width: 180px;
    text-align: center;
    color: #ffffff;
    background-color: #009064;
    padding: 8px 16px;
    border: 1px solid #009064;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    div.wpcf7 input[type="submit"]:hover {
      box-shadow: none;
      background-color: transparent;
      color: #009064;
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }

html, body {
  margin: 0;
  padding: 0; }

body {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 500;
  font-size: 16px; }
  body .body-container {
    margin: 0 auto; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

html, body,
div, p, span, blockquote,
strong, h1, h2, h3, h4, h5,
ul, ol, dl, li, dt, dd,
table, tr, td, th,
main, aside, section, nav, header, footer {
  margin: 0;
  padding: 0;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
  color: #333333; }

ul, li {
  list-style-type: none; }

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

a.no-border {
  text-decoration: none; }
  a.no-border:hover {
    opacity: 0.8; }

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

hr {
  margin: 30px auto;
  width: 90%;
  height: 1px;
  border: none;
  border-bottom: 1px solid #f3f1ee; }

/* メニューを閉じる時のスタイル
display:none; を使用せず、opacityを使うとfadeっぽくなる */
.hide {
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  @media (min-width: 768px) {
    .hide {
      opacity: 1;
      visibility: visible; } }

/* アニメーションはメニューの開閉時のみでいいので
.toggleWrapに書かず、別にclassを用意 */
.animation {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }
  @media (min-width: 768px) {
    .animation {
      -webkit-transition: none;
      transition: none; } }

/* メニューオープン時のみ、メニューの後ろのコンテンツをスクロールさせない
iOS safariには別途対応が必要（jQueryに記述）*/
.no-scroll {
  overflow: hidden; }

/* スマホでメニューを開いた際に背景色が画面全体にかかるようにと
フルスクリーンで固定したいので、position: fixed; top: 0; left: 0; を指定 */
.header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%; }
  @media (min-width: 768px) {
    .header {
      background: none;
      height: auto;
      position: static;
      padding: 0;
      margin-bottom: 20px; } }

@media (min-width: 768px) {
  .header-nav {
    -js-display: flex;
    /*--- IE8, 9---*/
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-align: center;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: center;
    /*--- IE10 ---*/
    -webkit-align-items: center;
    /*--- safari（PC）用 ---*/
    align-items: center;
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: space-between;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    max-width: 670px;
    margin: 0 auto; } }
.header-nav li {
  list-style-type: none; }

/* ================================================ */
/* header styling */
/* ================================================ */
.header {
  border-top: 10px solid #009064;
  padding: 0;
  z-index: 1; }
  @media (min-width: 768px) {
    .header {
      border-top: none;
      border-right: 2px solid #009064;
      margin-bottom: 0; } }
  .header .header-container section.header-logo {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (min-width: 375px) {
      .header .header-container section.header-logo {
        padding-top: 15px;
        padding-bottom: 15px; } }
    .header .header-container section.header-logo a {
      text-align: center; }
      .header .header-container section.header-logo a img {
        display: block;
        max-width: 110px;
        margin: 0 auto; }
    .header .header-container section.header-logo .header-logo-desc {
      display: none; }
      @media (min-width: 768px) {
        .header .header-container section.header-logo .header-logo-desc {
          display: block;
          text-align: center;
          font-size: 12px;
          width: 90%;
          margin: 10px auto; } }
      @media (min-width: 1024px) {
        .header .header-container section.header-logo .header-logo-desc {
          font-size: 16px;
          margin-top: 20px;
          margin-bottom: 20px; } }
  .header .header-container section.header-nav {
    background-color: #009064; }
    @media (min-width: 768px) {
      .header .header-container section.header-nav {
        background-color: transparent;
        border-top: 2px solid #009064; } }
    @media (min-width: 768px) {
      .header .header-container section.header-nav .header-nav-container {
        width: 100%; } }
    .header .header-container section.header-nav ul.header-nav-menu li a {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
      font-size: 14px;
      color: #ffffff;
      text-decoration: none;
      line-height: 1;
      width: 100%;
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
      @media (min-width: 375px) {
        .header .header-container section.header-nav ul.header-nav-menu li a {
          font-size: 16px;
          padding-top: 10px;
          padding-bottom: 10px; } }
      @media (min-width: 768px) {
        .header .header-container section.header-nav ul.header-nav-menu li a {
          color: #009064;
          font-weight: 600; }
          .header .header-container section.header-nav ul.header-nav-menu li a:hover {
            background-color: #009064;
            color: #ffffff; } }
      .header .header-container section.header-nav ul.header-nav-menu li a:hover {
        background-color: #275D4E;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease; }
        @media (min-width: 768px) {
          .header .header-container section.header-nav ul.header-nav-menu li a:hover {
            background-color: #009064; } }
      .header .header-container section.header-nav ul.header-nav-menu li a span.hw {
        font-family: "house-script", sans-serif;
        color: #ffffff;
        font-size: 11px; }
        @media (min-width: 768px) {
          .header .header-container section.header-nav ul.header-nav-menu li a span.hw {
            color: #CFEBE3; }
            .header .header-container section.header-nav ul.header-nav-menu li a span.hw:hover {
              color: #ffffff; } }
  .header .header-container section.header-sub .header-sub-container {
    -js-display: flex;
    /*--- IE8, 9---*/
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-align: center;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: center;
    /*--- IE10 ---*/
    -webkit-align-items: center;
    /*--- safari（PC）用 ---*/
    align-items: center;
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: space-between;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    padding-top: 20px; }
    .header .header-container section.header-sub .header-sub-container a.header-recruitlink {
      color: #FB6167;
      font-size: 16px;
      line-height: 1.0;
      border: 1px solid #FB6167;
      border-radius: 8px;
      display: block;
      width: 220px;
      margin: 0 auto;
      text-align: center;
      text-decoration: none;
      padding: 8px 0;
      -webkit-order: 1;
      order: 1;
      margin-bottom: 20px;
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
      .header .header-container section.header-sub .header-sub-container a.header-recruitlink:hover {
        color: #ffffff;
        background-color: #FB6167;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease; }
        .header .header-container section.header-sub .header-sub-container a.header-recruitlink:hover span.hw {
          -webkit-transition: all .25s ease;
          -moz-transition: all .25s ease;
          -ms-transition: all .25s ease;
          -o-transition: all .25s ease;
          transition: all .25s ease;
          color: #ffffff; }
      .header .header-container section.header-sub .header-sub-container a.header-recruitlink span.hw {
        color: #FB6167;
        font-family: "house-script", sans-serif;
        font-size: 11px;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease; }
      @media (min-width: 768px) {
        .header .header-container section.header-sub .header-sub-container a.header-recruitlink {
          width: 100px; } }
      @media (min-width: 1024px) {
        .header .header-container section.header-sub .header-sub-container a.header-recruitlink {
          width: 160px; } }
    .header .header-container section.header-sub .header-sub-container .header-sub-icons {
      -webkit-order: 3;
      order: 3;
      width: 100%;
      margin: 0 auto;
      text-align: center;
      padding-bottom: 20px; }
      @media (min-width: 375px) {
        .header .header-container section.header-sub .header-sub-container .header-sub-icons {
          padding: 10px;
          padding-bottom: 20px; } }
      @media (min-width: 768px) {
        .header .header-container section.header-sub .header-sub-container .header-sub-icons {
          -webkit-order: 2;
          order: 2;
          border-top: 2px solid #009064; } }
      .header .header-container section.header-sub .header-sub-container .header-sub-icons a {
        display: inline-block;
        margin: 0 20px;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease; }
        .header .header-container section.header-sub .header-sub-container .header-sub-icons a:hover {
          -webkit-transition: all .25s ease;
          -moz-transition: all .25s ease;
          -ms-transition: all .25s ease;
          -o-transition: all .25s ease;
          transition: all .25s ease;
          opacity: 0.7; }
        @media (min-width: 768px) {
          .header .header-container section.header-sub .header-sub-container .header-sub-icons a {
            margin: 0 5px; } }
        .header .header-container section.header-sub .header-sub-container .header-sub-icons a img {
          width: 42px; }
          @media (min-width: 768px) {
            .header .header-container section.header-sub .header-sub-container .header-sub-icons a img {
              width: 40px; } }
    .header .header-container section.header-sub .header-sub-container ul.header-sub-menu {
      -webkit-order: 2;
      order: 2;
      -js-display: flex;
      /*--- IE8, 9---*/
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-align: center;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-align: center;
      /*--- IE10 ---*/
      -webkit-align-items: center;
      /*--- safari（PC）用 ---*/
      align-items: center;
      -webkit-flex-wrap: wrap;
      /*--- safari（PC）用 ---*/
      flex-wrap: wrap;
      -webkit-box-pack: space-between;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: space-between;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between;
      width: 95%;
      margin: 0 auto 20px; }
      @media (min-width: 768px) {
        .header .header-container section.header-sub .header-sub-container ul.header-sub-menu {
          -webkit-order: 3;
          order: 3; } }
      .header .header-container section.header-sub .header-sub-container ul.header-sub-menu li {
        width: 33%;
        text-align: center;
        line-height: 1; }
        @media (min-width: 768px) {
          .header .header-container section.header-sub .header-sub-container ul.header-sub-menu li {
            width: 100%;
            margin-bottom: 10px; } }
        .header .header-container section.header-sub .header-sub-container ul.header-sub-menu li a {
          text-align: center;
          text-decoration: none;
          color: #BABABA;
          font-size: 10px; }

footer.footer {
  background-color: #333333;
  width: 100%; }
  footer.footer .footer-container {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0; }
    footer.footer .footer-container p {
      font-size: 11px;
      color: #ffffff;
      text-align: center; }

main.main-front {
  padding: 0;
  border-top: 10px solid #009064; }

/* ==========================================================================
 front-photoMenu
========================================================================== */
section.front-photoMenu {
  background: #f3f1ee; }
  section.front-photoMenu .front-photoMenu-container {
    width: 95%;
    padding-top: 30px;
    margin: 0 auto; }
    section.front-photoMenu .front-photoMenu-container .front-photoMenu-item {
      margin-bottom: 20px; }
    section.front-photoMenu .front-photoMenu-container .front-photoMenu-item-img__link {
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
      section.front-photoMenu .front-photoMenu-container .front-photoMenu-item-img__link:hover {
        opacity: 0.7;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease; }
    section.front-photoMenu .front-photoMenu-container .front-photoMenu-item-content .front-photoMenu-item-content-heading__link {
      color: #009064;
      font-size: 18px;
      font-weight: 600;
      text-decoration: none; }
      section.front-photoMenu .front-photoMenu-container .front-photoMenu-item-content .front-photoMenu-item-content-heading__link:hover {
        text-decoration: none; }
      @media (min-width: 768px) {
        section.front-photoMenu .front-photoMenu-container .front-photoMenu-item-content .front-photoMenu-item-content-heading__link {
          font-size: 16px;
          display: inline-block;
          padding: 4px 0; } }
    section.front-photoMenu .front-photoMenu-container .front-photoMenu-item-content .front-photoMenu-item-content-desc {
      color: #333333;
      font-size: 14px; }
      section.front-photoMenu .front-photoMenu-container .front-photoMenu-item-content .front-photoMenu-item-content-desc__link {
        color: #333333;
        text-decoration: none; }
        section.front-photoMenu .front-photoMenu-container .front-photoMenu-item-content .front-photoMenu-item-content-desc__link:hover {
          text-decoration: none; }

/* ==========================================================================
 front-blog
========================================================================== */
section.front-blog {
  margin-bottom: 40px; }
  section.front-blog .front-blog-container {
    width: 95%;
    margin: 0 auto;
    padding-top: 30px; }
    section.front-blog .front-blog-container .heading-bar {
      width: 100%;
      border-left: 10px solid #009064;
      padding-left: 10px;
      font-size: 18px;
      font-weight: 600;
      padding-top: 4px; }
    section.front-blog .front-blog-container a.btn-red {
      background-color: #FB6167;
      text-decoration: none;
      border: none;
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
      section.front-blog .front-blog-container a.btn-red:hover {
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        opacity: 0.7; }
    section.front-blog .front-blog-container span.linkArrow {
      display: inline-block;
      padding-top: 10px;
      color: #009064; }
    section.front-blog .front-blog-container .front-articleLink {
      text-decoration: none;
      padding-left: 0;
      padding-right: 0;
      border-right: none;
      border-left: none;
      border-radius: 0;
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
      section.front-blog .front-blog-container .front-articleLink:hover {
        background: #f3f1ee;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease; }
      section.front-blog .front-blog-container .front-articleLink p {
        width: 90%; }
      section.front-blog .front-blog-container .front-articleLink__date {
        font-size: 11px; }
      section.front-blog .front-blog-container .front-articleLink__title {
        font-size: 14px; }
  section.front-blog .front-news {
    padding-bottom: 30px; }
    section.front-blog .front-news .front-news-heading {
      margin-bottom: 10px; }
      section.front-blog .front-news .front-news-heading .btn {
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
        section.front-blog .front-news .front-news-heading .btn:hover {
          -webkit-transition: all .25s ease;
          -moz-transition: all .25s ease;
          -ms-transition: all .25s ease;
          -o-transition: all .25s ease;
          transition: all .25s ease;
          box-shadow: none; }
  section.front-blog .front-newArticle .front-newArticle-heading {
    margin-bottom: 10px; }
    section.front-blog .front-newArticle .front-newArticle-heading .btn {
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
      section.front-blog .front-newArticle .front-newArticle-heading .btn:hover {
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        box-shadow: none; }

section.recruitBanner {
  width: 100%;
  background-color: #f3f1ee;
  padding: 20px 0; }
  section.recruitBanner .recruitBanner-container {
    background-color: #009064;
    max-width: 740px;
    margin: 0 auto;
    padding: 20px 0; }
    @media (min-width: 768px) {
      section.recruitBanner .recruitBanner-container {
        margin: 20px auto; } }
  section.recruitBanner .recruitBanner-heading__sub {
    color: #ffffff;
    font-size: 16px;
    text-align: center; }
  section.recruitBanner .recruitBanner-heading__main {
    color: #ffffff;
    font-size: 38px;
    font-family: 'Open Sans', sans-serif;
    text-align: center; }
  section.recruitBanner .recruitBanner-btn {
    display: block;
    width: 90%;
    color: #009064;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    max-width: 340px;
    text-decoration: none;
    margin: 10px auto;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    section.recruitBanner .recruitBanner-btn:hover {
      background-color: transparent;
      color: #ffffff;
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }

section.bannerMenu {
  background-color: #f3f1ee; }
  section.bannerMenu .bannerMenu-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0; }
    section.bannerMenu .bannerMenu-container .bannerMenu-img {
      margin: 0 auto 10px; }
      section.bannerMenu .bannerMenu-container .bannerMenu-img__item {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        background-position: center;
        background-size: cover;
        z-index: 0; }
        section.bannerMenu .bannerMenu-container .bannerMenu-img__item::after {
          display: block;
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: rgba(0, 144, 100, 0.2);
          z-index: 1; }
        @media (min-width: 768px) {
          section.bannerMenu .bannerMenu-container .bannerMenu-img__item {
            max-width: 48%;
            margin: 0 auto;
            height: 120px; } }
        @media (min-width: 1440px) {
          section.bannerMenu .bannerMenu-container .bannerMenu-img__item {
            max-width: 500px;
            height: 180px;
            padding-top: 40px; } }
      section.bannerMenu .bannerMenu-container .bannerMenu-img__recruit {
        background-image: url(../images/bannerMenu/recruit.png); }
      section.bannerMenu .bannerMenu-container .bannerMenu-img__blog {
        background-image: url(../images/bannerMenu/blog.png); }
      section.bannerMenu .bannerMenu-container .bannerMenu-img a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        color: #ffffff;
        text-align: center;
        padding-top: 40px;
        font-size: 30px;
        text-decoration: none;
        font-family: "house-script", sans-serif;
        z-index: 3;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease; }
        section.bannerMenu .bannerMenu-container .bannerMenu-img a:hover {
          opacity: 0.7;
          -webkit-transition: all .25s ease;
          -moz-transition: all .25s ease;
          -ms-transition: all .25s ease;
          -o-transition: all .25s ease;
          transition: all .25s ease; }
        @media (min-width: 768px) {
          section.bannerMenu .bannerMenu-container .bannerMenu-img a {
            font-size: 36px; } }
    section.bannerMenu .bannerMenu-container .bannerMenu-desc {
      width: 100%;
      margin: 0 auto; }
      @media (min-width: 768px) {
        section.bannerMenu .bannerMenu-container .bannerMenu-desc__item {
          max-width: 49%; } }
      @media (min-width: 1440px) {
        section.bannerMenu .bannerMenu-container .bannerMenu-desc__item {
          max-width: 500px;
          margin: 0 auto; } }
      section.bannerMenu .bannerMenu-container .bannerMenu-desc .bannerMenu-desc-heading {
        font-size: 18px;
        font-weight: 600; }

section.bottomMenu .bottomMenu-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0; }
  section.bottomMenu .bottomMenu-container .bottomMenu-item {
    margin-bottom: 50px;
    text-align: center; }
    section.bottomMenu .bottomMenu-container .bottomMenu-item.bottomMenu-chienowa {
      border-bottom: 1px solid #f3f1ee;
      padding-bottom: 50px; }
      @media (min-width: 768px) {
        section.bottomMenu .bottomMenu-container .bottomMenu-item.bottomMenu-chienowa {
          border-bottom: none;
          border-right: 1px solid #f3f1ee; } }
  section.bottomMenu .bottomMenu-container .bottomMenu-heading {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #009064;
    text-align: center; }
  section.bottomMenu .bottomMenu-container .bottomMenu-desc {
    width: 80%;
    margin: 0 auto 10px;
    text-align: center;
    max-width: 300px; }
  section.bottomMenu .bottomMenu-container .bottomMenu-btn {
    margin: 0 auto;
    background-color: #009064;
    border: none;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    section.bottomMenu .bottomMenu-container .bottomMenu-btn:hover {
      opacity: 0.7;
      box-shadow: 0 0px 0px rgba(0, 0, 0, 0.4);
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }

section.newPosts {
  width: 100%; }
  @media (min-width: 768px) {
    section.newPosts .newPosts-container {
      padding: 50px 0; } }
  section.newPosts .newPosts-heading__main {
    color: #275D4E;
    font-size: 24px;
    text-align: center; }
  section.newPosts .newPosts-heading__sub {
    color: #009064;
    font-family: "house-script", sans-serif;
    font-size: 16px;
    text-align: center; }
  @media (min-width: 768px) {
    section.newPosts .newPosts-posts {
      padding: 20px 0; } }
  section.newPosts .newPosts-posts .newPosts-posts-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #BABABA;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      section.newPosts .newPosts-posts .newPosts-posts-container {
        border-top: none;
        padding-top: 20px; } }
  section.newPosts .newPosts-posts .newPosts-post {
    border-bottom: 1px solid #BABABA;
    padding-bottom: 10px;
    margin-top: 10px; }
    @media (min-width: 768px) {
      section.newPosts .newPosts-posts .newPosts-post {
        max-width: 31%;
        margin: 0 auto;
        border-bottom: none; } }
    section.newPosts .newPosts-posts .newPosts-post__thumbnail {
      width: 100%;
      height: 80px;
      background-size: cover;
      background-position: center; }
    section.newPosts .newPosts-posts .newPosts-post__content__category li {
      display: inline-block;
      margin-right: 10px; }
      section.newPosts .newPosts-posts .newPosts-post__content__category li a {
        text-decoration: none;
        color: #009064;
        font-weight: 600; }
    section.newPosts .newPosts-posts .newPosts-post__content__title {
      font-size: 18px;
      font-weight: 600;
      display: inline-block; }
    section.newPosts .newPosts-posts .newPosts-post__content__btn {
      background-color: transparent;
      border-color: #009064;
      color: #009064;
      padding: 4px 8px;
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
      @media (min-width: 768px) {
        section.newPosts .newPosts-posts .newPosts-post__content__btn {
          display: block;
          width: 120px;
          margin-top: 20px; } }
      section.newPosts .newPosts-posts .newPosts-post__content__btn:hover {
        background-color: #009064;
        color: #ffffff;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease; }

/* =========================== */
.outside .outside-container {
  position: relative;
  width: 90%;
  padding-top: 30px;
  margin-top: 60px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 60px;
  min-height: 400px; }
.outside__img {
  position: absolute;
  width: 80%;
  height: 400px;
  content: '';
  background-image: url(../images/front/outside.png);
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  z-index: 0; }
.outside__content {
  position: absolute;
  width: 65%;
  bottom: 20px;
  left: 0;
  background: -moz-linear-gradient(45deg, rgba(0, 144, 100, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 144, 100, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(45deg, rgba(0, 144, 100, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33009064', endColorstr='#33ffffff',GradientType=1 ); }
  .outside__content-container {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px; }
  .outside__content__heading-main {
    font-family: "house-script", sans-serif;
    font-size: 60px;
    line-height: 1.6;
    font-weight: 600;
    color: #009064; }
  .outside__content__heading-sub {
    font-size: 28px;
    font-weight: 600;
    color: #009064;
    margin-bottom: 30px; }
  .outside__content__desc {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px; }
  .outside__content__btn {
    color: #ffffff;
    background-color: #009064;
    border-color: #009064;
    font-weight: 600;
    display: block;
    width: 200px;
    text-align: center;
    padding: 8px 16px;
    margin-bottom: 30px; }

main.main-page {
  width: 100%;
  padding: 0;
  border-top: 10px solid #009064;
  background-color: #f3f1ee; }

.page-content .page-content-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 30px;
  padding-bottom: 30px; }

.about-concept {
  padding: 30px 0; }
  .about-concept__catch {
    text-align: center; }

@media (min-width: 768px) {
  .about-desc {
    background-color: #CFEBE3; } }
.about-desc .about-desc-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .about-desc .about-desc-container {
      margin-top: 50px;
      padding-bottom: 30px; } }
.about-desc__img {
  width: 100%;
  height: 180px;
  background-image: url(../images/about/second-message.png);
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .about-desc__img {
      position: relative;
      top: -30px;
      width: 80%;
      height: 300px;
      margin: 0 auto; } }
.about-desc__heading {
  position: relative;
  background-color: #009064;
  color: #ffffff;
  width: 90%;
  margin: 0 auto;
  top: -20px;
  padding: 10px;
  font-size: 18px; }
  @media (min-width: 768px) {
    .about-desc__heading {
      display: block;
      position: relative;
      width: 60%;
      top: -50px; } }
.about-desc__desc {
  width: 90%;
  margin: 0 auto 40px;
  padding-bottom: 30px;
  border-bottom: 10px solid #009064; }
  @media (min-width: 768px) {
    .about-desc__desc {
      border-bottom: none;
      width: 60%; } }

.about-mobileBanner {
  position: relative;
  width: 90%;
  height: 100px;
  padding: 20px;
  margin: 30px auto;
  background-image: url(../images/about/banner.png);
  background-size: cover;
  background-position: center;
  z-index: 0; }
  .about-mobileBanner::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    content: '';
    display: block; }
  .about-mobileBanner .about-mobileBanner-container {
    position: relative;
    z-index: 1; }
  .about-mobileBanner__main {
    color: #009064;
    text-align: center;
    font-family: "house-script", sans-serif;
    font-weight: 600;
    font-size: 24px; }
  .about-mobileBanner__sub {
    color: #009064;
    text-align: center;
    font-weight: 600; }

.about__info {
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .about__info {
      -js-display: flex;
      /*--- IE8, 9---*/
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-align: center;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-align: center;
      /*--- IE10 ---*/
      -webkit-align-items: center;
      /*--- safari（PC）用 ---*/
      align-items: center;
      -webkit-flex-wrap: wrap;
      /*--- safari（PC）用 ---*/
      flex-wrap: wrap;
      -webkit-box-pack: space-between;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: space-between;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-image: url("../images/about/banner2.png"); }
      .about__info h3 {
        width: 80%;
        margin: 40px auto 0 auto;
        font-weight: 900;
        font-size: 38px;
        color: #ffffff; }
      .about__info h4 {
        width: 80%;
        margin: 0 auto 0 auto;
        font-size: 19px;
        color: #ffffff; } }

.about-info__heading {
  padding: 20px 0;
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 2; }
  .about-info__heading__main {
    color: #ffffff;
    font-size: 48px;
    font-family: "house-script", sans-serif;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); }
    @media (min-width: 1440px) {
      .about-info__heading__main {
        font-size: 80px;
        margin-bottom: 10px; } }
  .about-info__heading__sub {
    color: #ffffff;
    font-size: 18px;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    margin-left: 0; }
    @media (min-width: 1440px) {
      .about-info__heading__sub {
        font-size: 20px;
        margin-top: 10px; } }

.about-info__content {
  margin: 0 auto;
  max-width: 1200px; }

.about__info__container {
  display: none;
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/about/hokkaido.png"); }
  @media (min-width: 768px) {
    .about__info__container {
      display: block; } }

ul.about__info__detail {
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.7); }
  ul.about__info__detail li {
    padding: 20px 0;
    border-bottom: 1px solid #f3f1ee; }
  ul.about__info__detail h5 {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 19px;
    font-weight: 700;
    border-left: 5px solid #009064; }
  @media (max-width: 767px) {
    ul.about__info__detail {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right center;
      background-image: url("../images/about/hokkaido2.png"); } }
  @media (min-width: 768px) {
    ul.about__info__detail {
      -js-display: flex;
      /*--- IE8, 9---*/
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-align: flex-start;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-align: flex-start;
      /*--- IE10 ---*/
      -webkit-align-items: flex-start;
      /*--- safari（PC）用 ---*/
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      /*--- safari（PC）用 ---*/
      flex-wrap: wrap;
      -webkit-box-pack: space-between;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: space-between;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between;
      width: 100%;
      margin: 40px auto; }
      ul.about__info__detail div {
        width: 48%; }
      ul.about__info__detail li:last-child {
        border-bottom: none; }
      ul.about__info__detail h5 {
        width: 100%; } }

.about__info__detail__staff {
  padding-bottom: 0;
  border-bottom: none !important; }
  .about__info__detail__staff p {
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .about__info__detail__staff {
      width: 48%; } }

.about__steps {
  margin: 20px 20px;
  border: 2px dashed #009064; }
  @media (min-width: 768px) {
    .about__steps {
      width: 65%;
      margin: 20px auto;
      padding: 20px;
      max-width: 1200px; } }
  .about__steps h3 {
    padding: 20px 0 10px 0;
    font-size: 19px;
    text-align: center;
    border-bottom: 1px solid #009064; }
    @media (min-width: 768px) {
      .about__steps h3 {
        margin: 0 auto;
        padding: 0 0 10px 0;
        width: 95%; } }

table.about__steps__detail {
  margin: 5px 15px 0 15px; }
  @media (min-width: 768px) {
    table.about__steps__detail {
      margin: 15px auto 0 auto;
      width: 95%; } }
  table.about__steps__detail tr {
    border-bottom: 1px solid #f3f1ee; }
    table.about__steps__detail tr:last-child {
      border-bottom: none; }
    @media (max-width: 768px) {
      table.about__steps__detail tr {
        -js-display: flex;
        /*--- IE8, 9---*/
        display: -webkit-box;
        /*--- Androidブラウザ用 ---*/
        display: -ms-flexbox;
        /*--- IE10 ---*/
        display: -webkit-flex;
        /*--- safari（PC）用 ---*/
        display: flex;
        -webkit-box-align: center;
        /*--- Androidブラウザ用 ---*/
        -ms-flex-align: center;
        /*--- IE10 ---*/
        -webkit-align-items: center;
        /*--- safari（PC）用 ---*/
        align-items: center;
        -webkit-flex-wrap: wrap;
        /*--- safari（PC）用 ---*/
        flex-wrap: wrap;
        -webkit-box-pack: space-between;
        /*--- Androidブラウザ用 ---*/
        -ms-flex-pack: space-between;
        /*--- IE10 ---*/
        -webkit-justify-content: space-between;
        /*--- safari（PC）用 ---*/
        justify-content: space-between; } }
  table.about__steps__detail th {
    padding-top: 10px;
    width: 100%;
    color: #5b5b5b; }
    @media (min-width: 768px) {
      table.about__steps__detail th {
        padding: 10px 0;
        width: 100px;
        vertical-align: top; } }
  table.about__steps__detail td {
    padding-bottom: 10px;
    font-size: 17px; }
    @media (min-width: 768px) {
      table.about__steps__detail td {
        padding: 10px 0;
        vertical-align: top; } }
  table.about__steps__detail .arrow {
    display: block;
    text-align: center; }
    @media (min-width: 768px) {
      table.about__steps__detail .arrow {
        text-align: left; } }

.about-greetings {
  margin-top: 40px;
  margin-bottom: 40px; }
  .about-greetings .about-greetings-container {
    padding: 20px 0;
    border-top: 1px solid #009064;
    border-bottom: 1px solid #009064;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }
  .about-greetings__heading {
    text-align: center;
    font-size: 18px;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .about-greetings__heading {
        width: 100%;
        font-size: 30px;
        font-weight: 600; } }
  .about-greetings .about-greetings__photo {
    width: 180px;
    height: 180px;
    border: 5px solid #009064;
    border-radius: 50%;
    background-image: url("../images/about/photo.png");
    background-size: cover;
    background-position: center;
    margin: 20px auto; }
    @media (min-width: 768px) {
      .about-greetings .about-greetings__photo {
        width: 120px;
        height: 120px;
        margin: 0 auto 10px; } }

.about-greetings {
  text-align: center; }
  .about-greetings__companyname {
    text-align: center;
    font-size: 11px; }
  .about-greetings__title {
    text-align: center; }
    @media (min-width: 768px) {
      .about-greetings__title {
        font-size: 11px;
        margin-bottom: 10px; } }
  .about-greetings__hiragana {
    text-align: center;
    font-size: 16px;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .about-greetings__hiragana {
        font-size: 11px; } }
  .about-greetings__name {
    text-align: center;
    font-size: 24px; }
    @media (min-width: 768px) {
      .about-greetings__name {
        font-size: 21px;
        text-align: center; } }
  .about-greetings__text {
    margin-top: 10px;
    font-size: 16px; }
    @media (min-width: 768px) {
      .about-greetings__text {
        margin-top: 20px; } }

.about_btn {
  display: block;
  width: 180px;
  margin: 20px auto;
  background-color: #009064;
  text-decoration: none;
  text-align: center;
  padding: 8px 16px;
  border-radius: 4px; }

main.main-dairy {
  padding: 0;
  border-top: 10px solid #009064; }
  main.main-dairy section.dairy-heading {
    width: 90%;
    margin: 0 auto; }
    main.main-dairy section.dairy-heading .dairy-heading__main {
      font-family: "house-script", sans-serif;
      font-size: 50px;
      font-weight: 600; }
    main.main-dairy section.dairy-heading .dairy-heading__sub {
      font-size: 12px;
      font-weight: 600; }
  main.main-dairy section.dairy-cards {
    padding: 0 25px;
    background-color: #CFEBE3; }
    @media (min-width: 768px) {
      main.main-dairy section.dairy-cards {
        width: 80%;
        margin-right: 0;
        margin-left: auto; } }
    main.main-dairy section.dairy-cards .dairy-cards-container {
      padding: 50px 0; }
    main.main-dairy section.dairy-cards .card {
      background: transparent;
      border: none;
      border-bottom: 1px solid #ffffff;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        main.main-dairy section.dairy-cards .card {
          left: -20%;
          margin-bottom: 100px;
          padding-bottom: 100px; } }
      main.main-dairy section.dairy-cards .card .card-body {
        position: relative; }
        main.main-dairy section.dairy-cards .card .card-body .card-heading {
          position: absolute;
          top: -25px;
          left: -25px; }
          main.main-dairy section.dairy-cards .card .card-body .card-heading .card-title span {
            background: #009064;
            color: #ffffff;
            display: inline-block; }
            main.main-dairy section.dairy-cards .card .card-body .card-heading .card-title span.card-title-inside-en {
              font-family: "house-script", sans-serif;
              padding: 4px 16px;
              font-size: 34px; }
            main.main-dairy section.dairy-cards .card .card-body .card-heading .card-title span.card-title-inside-jp {
              font-size: 12px;
              padding: 4px 16px; }
        main.main-dairy section.dairy-cards .card .card-body .card-text {
          margin-top: 50px; }

main.main-recruit {
  width: 100%;
  padding: 0; }

section.recruit-concept {
  background-color: #009064;
  position: relative; }
  section.recruit-concept .recruit-concept-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative; }
    @media (min-width: 768px) {
      section.recruit-concept .recruit-concept-container {
        min-height: 400px;
        padding: 80px 0; } }
    @media (min-width: 1280px) {
      section.recruit-concept .recruit-concept-container {
        min-height: 600px; } }
    section.recruit-concept .recruit-concept-container .recruit-concept-content {
      position: relative; }
      section.recruit-concept .recruit-concept-container .recruit-concept-content .recruit-concept-heading__main {
        position: relative;
        color: #ffffff;
        font-family: 'Open Sans', sans-serif;
        font-size: 36px;
        font-weight: 600;
        line-height: 1.2;
        width: 90%;
        margin-bottom: 10px;
        z-index: 2; }
        @media (min-width: 375px) {
          section.recruit-concept .recruit-concept-container .recruit-concept-content .recruit-concept-heading__main {
            width: 70%; } }
        @media (min-width: 1280px) {
          section.recruit-concept .recruit-concept-container .recruit-concept-content .recruit-concept-heading__main {
            font-size: 60px; } }
      section.recruit-concept .recruit-concept-container .recruit-concept-content .recruit-concept-heading__sub {
        position: relative;
        color: #ffffff;
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 20px;
        z-index: 2; }
        @media (min-width: 1280px) {
          section.recruit-concept .recruit-concept-container .recruit-concept-content .recruit-concept-heading__sub {
            font-size: 32px; } }
      section.recruit-concept .recruit-concept-container .recruit-concept-content .recruit-concept-eyeCatch {
        width: 100%; }
        @media (min-width: 768px) {
          section.recruit-concept .recruit-concept-container .recruit-concept-content .recruit-concept-eyeCatch {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
            max-width: 600px;
            width: 60%; } }
      section.recruit-concept .recruit-concept-container .recruit-concept-content .recruit-concept-desc {
        position: relative;
        color: #ffffff;
        font-size: 16px;
        line-height: 1.8;
        margin: 20px auto;
        z-index: 2; }
        @media (min-width: 768px) {
          section.recruit-concept .recruit-concept-container .recruit-concept-content .recruit-concept-desc {
            width: 60%;
            max-width: 500px;
            margin-top: 60px;
            margin-left: 0; } }
        @media (min-width: 1280px) {
          section.recruit-concept .recruit-concept-container .recruit-concept-content .recruit-concept-desc {
            font-size: 24px; } }
  @media (min-width: 768px) {
    section.recruit-concept .recruit-concept-hiddenheading {
      color: #ffffff;
      opacity: .3;
      font-size: 66px;
      font-weight: 700;
      font-family: 'Open Sans', sans-serif;
      position: absolute;
      right: 0;
      bottom: -20px;
      width: 60%;
      max-width: 400px;
      line-height: 1.2; } }
  @media (min-width: 1280px) {
    section.recruit-concept .recruit-concept-hiddenheading {
      font-size: 120px;
      max-width: 800px;
      bottom: -30px;
      line-height: 1.0;
      z-index: 0; } }

section.recruit-table {
  background-color: #f3f1ee; }
  section.recruit-table .recruit-table-container {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 0; }
    section.recruit-table .recruit-table-container .recruit-table__heading {
      text-align: center;
      color: #009064;
      font-size: 21px;
      font-weight: 600;
      margin: 30px 0; }
    section.recruit-table .recruit-table-container .recruit-table__table .ta_right {
      text-align: right;
      font-weight: 600;
      font-size: 16px; }
    section.recruit-table .recruit-table-container .recruit-table__table td {
      font-size: 14px; }
    section.recruit-table .recruit-table-container a.recruit-table__btn {
      display: block;
      max-width: 180px;
      margin: 0 auto;
      text-decoration: none;
      background-color: #009064;
      color: #ffffff;
      border: none;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
      section.recruit-table .recruit-table-container a.recruit-table__btn:hover {
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        box-shadow: none; }

main.main-workstyle {
  width: 100%;
  padding: 0;
  border-top: 10px solid #009064; }

section.workstyle-concept {
  background-color: #f3f1ee; }
  @media (min-width: 768px) {
    section.workstyle-concept {
      padding: 30px 0; } }
  section.workstyle-concept .workstyle-concept-container {
    background-color: #009064;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0; }
    @media (min-width: 768px) {
      section.workstyle-concept .workstyle-concept-container {
        width: 80%;
        margin: 30px auto;
        max-width: 1200px;
        padding: 40px 0; } }
    section.workstyle-concept .workstyle-concept-container p.workstyle-concept-desc {
      color: #ffffff;
      line-height: 1.8;
      text-align: center;
      width: 80%;
      max-width: 600px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        section.workstyle-concept .workstyle-concept-container p.workstyle-concept-desc {
          width: 80%; } }

section.workstyle-abstract {
  background-color: #f3f1ee; }
  @media (min-width: 768px) {
    section.workstyle-abstract {
      min-height: 340px; } }
  section.workstyle-abstract .workstyle-abstract-container {
    position: relative; }
    @media (min-width: 768px) {
      section.workstyle-abstract .workstyle-abstract-container {
        width: 90%;
        margin: 0 auto;
        max-width: 1200px; } }
  section.workstyle-abstract .workstyle-abstract-img {
    background-image: url(../images/workstyle/workstyle-1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 280px; }
    @media (min-width: 768px) {
      section.workstyle-abstract .workstyle-abstract-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
        max-width: 900px; } }
  section.workstyle-abstract .workstyle-abstract-desc {
    position: relative;
    width: 90%;
    margin: 0 auto;
    top: -60px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px; }
    @media (min-width: 768px) {
      section.workstyle-abstract .workstyle-abstract-desc {
        position: absolute;
        top: 0;
        right: 0;
        width: 60%;
        max-width: 600px;
        top: 50px; } }
    section.workstyle-abstract .workstyle-abstract-desc__heading {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 24px;
      color: #009064; }
    section.workstyle-abstract .workstyle-abstract-desc__content {
      color: #333333; }

section.workstyle-points {
  background-color: #f3f1ee; }
  @media (min-width: 768px) {
    section.workstyle-points .workstyle-points-container {
      width: 90%;
      margin: 0 auto;
      max-width: 1200px;
      padding-bottom: 30px; } }
  @media (min-width: 768px) {
    section.workstyle-points .workstyle-points-container .workstyle-point {
      border-top: 1px solid #BABABA;
      margin-bottom: 30px;
      padding-bottom: 30px; }
      section.workstyle-points .workstyle-points-container .workstyle-point:last-child {
        border-bottom: 1px solid #BABABA; } }
  section.workstyle-points .workstyle-points-container .workstyle-point__img {
    width: 100%;
    height: 140px;
    background-image: url(../images/workstyle/workstyle-2.jpg);
    background-size: cover;
    background-position: center; }
    section.workstyle-points .workstyle-points-container .workstyle-point__img-1 {
      background-image: url(../images/workstyle/workstyle-1.jpg); }
    section.workstyle-points .workstyle-points-container .workstyle-point__img-2 {
      background-image: url(../images/workstyle/workstyle-2.jpg); }
    section.workstyle-points .workstyle-points-container .workstyle-point__img-3 {
      background-image: url(../images/workstyle/workstyle-3.jpg); }
    @media (min-width: 768px) {
      section.workstyle-points .workstyle-points-container .workstyle-point__img {
        height: 260px;
        margin-top: 30px; } }
  section.workstyle-points .workstyle-points-container .workstyle-point__content {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      section.workstyle-points .workstyle-points-container .workstyle-point__content {
        padding-right: 5%; } }
    section.workstyle-points .workstyle-points-container .workstyle-point__content__heading {
      padding-top: 20px;
      margin-bottom: 10px; }
      section.workstyle-points .workstyle-points-container .workstyle-point__content__heading img {
        display: inline-block;
        margin-right: 10px; }
      section.workstyle-points .workstyle-points-container .workstyle-point__content__heading h3 {
        color: #009064;
        font-size: 21px;
        font-weight: 600; }
    section.workstyle-points .workstyle-points-container .workstyle-point__content__desc {
      padding-bottom: 20px;
      border-bottom: 1px solid #BABABA;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        section.workstyle-points .workstyle-points-container .workstyle-point__content__desc {
          border-bottom: none; } }

main.main-blog {
  width: 100%;
  padding: 0;
  border-top: 10px solid #009064; }

article.article .article-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #BABABA;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px; }
article.article .article-meta .article-category .post-categories li {
  display: inline-block;
  margin-right: 10px; }
  article.article .article-meta .article-category .post-categories li a {
    display: inline-block; }
article.article .article-content__thumbnail {
  width: 100%; }
article.article .article-content__date {
  margin-top: 10px;
  margin-right: 10px; }
article.article .article-content__category {
  margin-top: 10px; }
  article.article .article-content__category li {
    display: inline-block;
    margin-right: 10px; }
    article.article .article-content__category li a {
      color: #009064;
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
      article.article .article-content__category li a:hover {
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        text-decoration: none;
        opacity: 0.7; }
article.article .article-content__tag {
  margin-top: 10px;
  margin-bottom: 20px; }
  article.article .article-content__tag li {
    display: inline-block;
    margin-right: 10px; }
    article.article .article-content__tag li a {
      text-decoration: none;
      color: #BABABA;
      padding: 4px 8px;
      border: 1px solid #BABABA;
      border-radius: 4px;
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
      article.article .article-content__tag li a:hover {
        background-color: #BABABA;
        color: #333333;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease; }
article.article .article-content__title {
  margin-bottom: 10px;
  color: #009064;
  font-size: 21px; }
article.article .article-content__excerpt {
  font-size: 16px;
  margin-bottom: 10px; }
article.article .article-content__btn {
  background-color: transparent;
  color: #009064;
  text-decoration: none;
  border: 1px solid #009064;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }
  article.article .article-content__btn:hover {
    background-color: #009064;
    color: #ffffff;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }

main.main-single {
  border-top: 10px solid #009064;
  padding: 0; }
  main.main-single .main-single-container {
    padding-top: 10px;
    width: 100%; }

article.single .single-container {
  width: 90%;
  margin: 0 auto; }
article.single .single-content__eyeCatch {
  width: 100%;
  height: 160px;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    article.single .single-content__eyeCatch {
      height: 360px;
      max-width: 1200px;
      margin: 0 auto 30px; } }
  @media (min-width: 1440px) {
    article.single .single-content__eyeCatch {
      height: 480px; } }
article.single .single-content__category {
  margin: 10px auto; }
  @media (min-width: 768px) {
    article.single .single-content__category {
      max-width: 900px;
      margin-bottom: 10px; } }
  article.single .single-content__category li {
    display: inline-block;
    margin-right: 10px; }
    article.single .single-content__category li a {
      color: #009064;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600; }
      @media (min-width: 768px) {
        article.single .single-content__category li a {
          font-size: 18px; } }
article.single .single-content__title {
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    article.single .single-content__title {
      max-width: 900px;
      margin: 0 auto;
      margin-bottom: 20px; } }
  article.single .single-content__title-heading {
    font-weight: 600;
    font-size: 18px;
    color: #333333; }
    @media (min-width: 768px) {
      article.single .single-content__title-heading {
        font-size: 24px; } }
article.single .single-content__date {
  margin-bottom: 4px; }
  @media (min-width: 768px) {
    article.single .single-content__date {
      max-width: 900px;
      margin: 0 auto;
      margin-bottom: 10px; } }
  article.single .single-content__date span {
    color: #BABABA; }
    @media (min-width: 768px) {
      article.single .single-content__date span {
        font-size: 18px; } }
article.single .single-content__tag {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    article.single .single-content__tag {
      max-width: 900px;
      margin: 0 auto; } }
  article.single .single-content__tag li {
    display: inline-block;
    margin-right: 5px; }
    article.single .single-content__tag li a {
      text-decoration: none;
      padding: 4px 8px;
      color: #BABABA;
      border: 1px solid #BABABA;
      border-radius: 4px;
      font-size: 14px; }
      @media (min-width: 768px) {
        article.single .single-content__tag li a {
          font-size: 18px; } }
article.single .single-share__heading {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
  padding: 10px; }
  article.single .single-share__heading-link {
    color: #BABABA;
    text-decoration: none; }
    article.single .single-share__heading-link img {
      display: inline-block;
      width: 40px; }
article.single .single-body {
  margin-top: 20px; }
  @media (min-width: 768px) {
    article.single .single-body {
      border-top: 1px solid #BABABA;
      padding-top: 30px;
      max-width: 900px;
      margin: 40px auto; } }

section.single-pagination .single-pagination-container {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  border-top: 1px solid #BABABA;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px; }
  @media (min-width: 768px) {
    section.single-pagination .single-pagination-container {
      max-width: 900px;
      margin: 20px auto; } }
  section.single-pagination .single-pagination-container .nav-previous {
    display: inline-block; }
  section.single-pagination .single-pagination-container .nav-next {
    display: inline-block;
    float: right; }
  section.single-pagination .single-pagination-container a {
    color: #009064;
    font-weight: 600;
    display: inline-block; }

section.share__fb {
  background-color: #f3f1ee;
  padding: 30px; }
  section.share__fb .share__fb-container {
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
    padding: 10px; }
    @media (min-width: 768px) {
      section.share__fb .share__fb-container {
        width: 100%;
        max-width: 900px; } }
    section.share__fb .share__fb-container p {
      text-align: center;
      color: #BABABA;
      margin-bottom: 15px; }
    section.share__fb .share__fb-container-link {
      color: #BABABA;
      text-decoration: none; }
      section.share__fb .share__fb-container-link img {
        display: inline-block;
        width: 40px; }

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