@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.SP共通設定
 * 7.SPレイアウト設定
 * 8.SPテンプレートスタイル
 * 9.SPコンテンツスタイル
 * 10.装飾
 * 11.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
/*!
 YUI 3.18.1 (build f7e7bcb)
 Copyright 2014 Yahoo! Inc. All rights reserved.
 Licensed under the BSD License.
 http://yuilibrary.com/license/
 */
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000; }

body {
  font-size: 1em; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pcNone {
  display: none !important; }

img {
  max-width: 100%;
  vertical-align: bottom; }

.imgCenter {
  display: block;
  margin: 1em auto; }

.imgLeft {
  float: left;
  margin: 0 1em 1em 0; }

.imgRight {
  float: right;
  margin: 0 0 1em 1em; }

input, textarea {
  outline: none; }
  input:focus, textarea:focus {
    outline: none; }

input[type="submit"] {
  -webkit-appearance: none; }

a {
  color: #000000;
  text-decoration: none;
  outline: none; }
  a:focus {
    outline: none; }
  a:hover {
    text-decoration: underline; }
    a:hover img {
      opacity: 0.6; }
  a[href^="tel:"] {
    cursor: default; }
    a[href^="tel:"]:hover {
      text-decoration: none; }
      a[href^="tel:"]:hover img {
        opacity: 1; }
  a img {
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

p {
  margin-bottom: 2em;
  line-height: 200%; }

.inner {
  width: 1120px;
  margin: 0 auto; }

.left {
  float: left; }

.right {
  float: right; }

.cf:before, .cf:after {
  content: " ";
  display: table; }
.cf:after {
  clear: both; }

.anchor {
  width: 0;
  height: 0;
  margin: -100px 0;
  padding: 100px 0;
  font-size: 0;
  line-height: 0;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden; }

.radius {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.content_box {
  padding: 0 135px;
  background-color: #ffffff; }

.panel {
  width: 100%;
  margin-bottom: 100px;
  padding: 60px 115px;
  background-color: #e0ecde; }
  .panel > *:last-child {
    margin-bottom: 0 !important; }

.table01 {
  width: 100%; }
  .table01 tbody tr th {
    width: 250px;
    padding: 20px 20px 20px 60px;
    font-weight: 500;
    vertical-align: top;
    border-bottom: solid 1px #cccccc; }
  .table01 tbody tr td {
    padding: 20px;
    vertical-align: top;
    border-bottom: solid 1px #cccccc; }

/*ブロックグリッド 1～6まで*/
[class*="pc-block-grid-"], [class*="sp-block-grid-"] {
  margin: 0 -10px;
  padding: 0;
  display: block; }
  [class*="pc-block-grid-"]:before, [class*="pc-block-grid-"]:after, [class*="sp-block-grid-"]:before, [class*="sp-block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="pc-block-grid-"]:after, [class*="sp-block-grid-"]:after {
    clear: both; }
  [class*="pc-block-grid-"] > li, [class*="sp-block-grid-"] > li {
    height: auto;
    padding: 0 10px 20px;
    display: block;
    float: left; }
  [class*="pc-block-grid-"].no-padding, [class*="sp-block-grid-"].no-padding {
    margin: 0;
    padding: 0; }
    [class*="pc-block-grid-"].no-padding > li, [class*="sp-block-grid-"].no-padding > li {
      padding: 0; }

.pc-block-grid-1 > li {
  width: 100%; }
  .pc-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .pc-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

.pc-block-grid-2 > li {
  width: 50%; }
  .pc-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .pc-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

.pc-block-grid-3 > li {
  width: 33.33333%; }
  .pc-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .pc-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

.pc-block-grid-4 > li {
  width: 25%; }
  .pc-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .pc-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

.pc-block-grid-5 > li {
  width: 20%; }
  .pc-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .pc-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

.pc-block-grid-6 > li {
  width: 16.66667%; }
  .pc-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .pc-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  min-width: 1120px;
  margin: 0 auto;
  padding: 100px 0 0 0; }
  .container > .containerIn {
    width: 1120px;
    margin: 0 auto; }
  .container .row {
    width: 100%; }
    .container .row:before, .container .row:after {
      content: " ";
      display: table; }
    .container .row:after {
      clear: both; }
    .container .row > .column {
      float: left; }
      .container .row > .column:last-child {
        float: right; }
      .container .row > .column > .colIn {
        padding: 0 10px; }
    .container .row .col_1 {
      width: 8.33333%; }
    .container .row .col_2 {
      width: 16.66667%; }
    .container .row .col_3 {
      width: 25%; }
    .container .row .col_4 {
      width: 33.33333%; }
    .container .row .col_5 {
      width: 41.66667%; }
    .container .row .col_6 {
      width: 50%; }
    .container .row .col_7 {
      width: 58.33333%; }
    .container .row .col_8 {
      width: 66.66667%; }
    .container .row .col_9 {
      width: 75%; }
    .container .row .col_10 {
      width: 83.33333%; }
    .container .row .col_11 {
      width: 91.66667%; }
    .container .row .col_12 {
      width: 100%; }

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  width: 100%;
  min-width: 1120px;
  height: 100px;
  margin: 0 auto;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  #header:before, #header:after {
    content: " ";
    display: table; }
  #header:after {
    clear: both; }
  #header h1 {
    width: 320px;
    height: 100px;
    margin-left: 3%;
    float: left;
    background-image: url("../img/logo01.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 center; }
    #header h1 a {
      width: 100%;
      height: 100%;
      display: block;
      text-indent: 200%;
      white-space: nowrap;
      overflow: hidden; }
  #header .gloval_navi {
    margin-right: 3%;
    float: right; }
    #header .gloval_navi:before, #header .gloval_navi:after {
      content: " ";
      display: table; }
    #header .gloval_navi:after {
      clear: both; }
    #header .gloval_navi ul {
      margin: 0 auto;
      float: left;
      display: table; }
      #header .gloval_navi ul > * {
        display: table-cell; }
      #header .gloval_navi ul li {
        height: 100px;
        vertical-align: middle; }
        #header .gloval_navi ul li a {
          padding: 10px 15px;
          font-weight: 500; }
          #header .gloval_navi ul li a:hover {
            text-decoration: none;
            background-color: #e0ecde; }
        #header .gloval_navi ul li.contact a {
          color: #ffffff;
          background-color: #499149; }
          #header .gloval_navi ul li.contact a:hover {
            background-color: #000000; }
    #header .gloval_navi .sp_navi_close {
      display: none; }
  #header .sp_navi_open {
    display: none; }

/*フッターブロック*/
#footer {
  width: 100%;
  min-width: 1120px;
  margin: 0 auto;
  padding-top: 40px;
  background-color: #ffffff; }
  #footer .footerIn {
    width: 1120px;
    margin: 0 auto 40px auto; }
    #footer .footerIn:before, #footer .footerIn:after {
      content: " ";
      display: table; }
    #footer .footerIn:after {
      clear: both; }
    #footer .footerIn .footer_address {
      width: 50%;
      float: left; }
      #footer .footerIn .footer_address img {
        margin: 0 0 5px 0;
        display: block; }
      #footer .footerIn .footer_address address {
        font-size: 1.125em;
        font-style: normal;
        font-weight: 500; }
    #footer .footerIn .footer_link {
      width: 50%;
      padding-top: 15px;
      float: right;
      letter-spacing: -0.4em; }
      #footer .footerIn .footer_link > * {
        display: inline-block;
        letter-spacing: normal; }
      #footer .footerIn .footer_link ul {
        width: 160px;
        vertical-align: top; }
        #footer .footerIn .footer_link ul li {
          margin-bottom: 1em;
          font-size: 1.125em;
          font-weight: 500; }
          #footer .footerIn .footer_link ul li:last-child {
            margin-bottom: 0; }
  #footer .copyright {
    width: 100%;
    padding: 15px 0;
    font-size: 0.875em;
    text-align: center;
    color: #ffffff;
    background-color: #000000; }

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*Indexページ*/
#index .top_mv {
  width: 100%;
  height: 772px;
  padding-top: 220px;
  color: #ffffff;
  background-image: url("../img/top_mv.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
  #index .top_mv h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 3em;
    font-weight: 700;
    text-indent: -0.5em;
    text-shadow: 0 0 8px #484848;
    display: inline-block;
    border-bottom: solid 2px #ffffff; }
  #index .top_mv p {
    font-size: 1.875em;
    font-weight: 700; }
#index .top_midashi01 {
  margin-bottom: 80px; }
  #index .top_midashi01 span {
    font-size: 3em;
    font-weight: 200;
    display: block; }
#index .top_sec1 {
  padding: 60px 0 90px 0;
  background-image: url("../img/content_bg01.jpg");
  background-position: center 60px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat; }
  #index .top_sec1 .top_midashi01 {
    color: #499149; }
  #index .top_sec1 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #index .top_sec1 ul li {
      width: 310px;
      position: relative; }
      #index .top_sec1 ul li .btn {
        margin-left: -86px;
        position: absolute;
        bottom: -20px;
        left: 50%; }
#index .top_sec2 {
  height: 551px;
  padding-top: 130px;
  background-image: url("../img/top_sec2_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
  #index .top_sec2 .top_midashi01 {
    text-align: center;
    color: #ffffff; }
  #index .top_sec2 .btn {
    text-align: center; }
#index .top_sec3 {
  height: 551px;
  padding-top: 130px;
  background-image: url("../img/top_sec3_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
  #index .top_sec3 .inner {
    position: relative;
    z-index: 10; }
  #index .top_sec3 .top_midashi01 {
    color: #ffffff; }
  #index .top_sec3 .img {
    position: absolute;
    top: -160px;
    right: 30px; }
#index .top_sec4 {
  overflow: hidden; }
  #index .top_sec4 .news {
    width: 60%;
    padding: 80px 0;
    position: relative;
    z-index: 1; }
    #index .top_sec4 .news:before {
      width: 99999999px;
      height: 100%;
      content: '';
      background-color: #e0ecde;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
    #index .top_sec4 .news .top_midashi01 {
      color: #499149; }
    #index .top_sec4 .news .news_list {
      margin-bottom: 50px; }
      #index .top_sec4 .news .news_list li {
        margin-bottom: 1em;
        padding-left: 110px;
        font-size: 1.125em; }
        #index .top_sec4 .news .news_list li:last-child {
          margin-bottom: 0; }
        #index .top_sec4 .news .news_list li .data {
          width: 110px;
          margin-left: -110px;
          display: inline-block; }
  #index .top_sec4 .contact {
    width: 34%;
    padding: 80px 0; }

/*contents*/
#contents {
  padding-bottom: 100px;
  background-image: url("../img/content_bg01.jpg");
  background-position: center bottom;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat; }
  #contents .page_ttl {
    width: 100%;
    min-width: 1120px;
    height: 530px;
    padding-top: 150px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    #contents .page_ttl.company_pagetitle_bg {
      background-image: url("../img/company_pagetitle_bg.jpg"); }
    #contents .page_ttl.business_pagetitle_bg {
      background-image: url("../img/business_pagetitle_bg.jpg"); }
    #contents .page_ttl.recruit_pagetitle_bg {
      background-image: url("../img/recruit_pagetitle_bg.jpg"); }
    #contents .page_ttl.contact_pagetitle_bg {
      background-image: url("../img/contact_pagetitle_bg.jpg"); }
    #contents .page_ttl.privacypolicy_pagetitle_bg {
      background-image: url("../img/privacypolicy_pagetitle_bg.jpg"); }
    #contents .page_ttl.news_pagetitle_bg {
      background-image: url("../img/news_pagetitle_bg.jpg"); }
    #contents .page_ttl h2 {
      width: 1260px;
      max-width: 100%;
      margin: 0 auto;
      font-size: 2em;
      color: #ffffff; }
      #contents .page_ttl h2 span {
        font-size: 2.8333em;
        font-weight: 200;
        text-transform: uppercase;
        display: block; }
    #contents .page_ttl + section, #contents .page_ttl + .content_box {
      padding-top: 100px; }
  #contents .midashi01 {
    margin-bottom: 50px;
    font-size: 1.125em;
    text-align: center;
    color: #499149; }
    #contents .midashi01 span {
      font-size: 2em;
      font-weight: 200;
      display: block; }
  #contents .company_sec1:after {
    width: 400px;
    height: 5px;
    margin: 100px auto;
    content: '';
    background-color: #499149;
    display: block; }
  #contents .company_sec1 .name span {
    font: 1.25em; }
  #contents .company_sec2:after {
    width: 400px;
    height: 5px;
    margin: 100px auto;
    content: '';
    background-color: #499149;
    display: block; }
  #contents .company_sec3 .map {
    width: 1120px;
    height: 500px;
    margin-left: -135px;
    margin-right: -135px; }
    #contents .company_sec3 .map iframe {
      width: 100%;
      height: 100%; }
  #contents .business_sec1 h3 {
    font-size: 1.6252em;
    color: #499149; }
  #contents .business_sec1 dl dt {
    padding: 20px;
    font-size: 1.875em;
    color: #ffffff;
    background-color: #499149; }
  #contents .business_sec1 dl dd {
    padding: 80px 235px;
    background-color: #e0ecde;
    position: relative; }
    #contents .business_sec1 dl dd:after {
      width: 650px;
      height: 1px;
      content: '';
      background-color: #818181;
      position: absolute;
      bottom: 0;
      left: 235px; }
    #contents .business_sec1 dl dd:last-child:after {
      content: none; }
    #contents .business_sec1 dl dd h4 {
      margin-bottom: 50px;
      font-size: 1.25em;
      text-align: center; }
      #contents .business_sec1 dl dd h4 span {
        padding: 10px 30px;
        background-color: #ffffff;
        display: inline-block;
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    #contents .business_sec1 dl dd h5 {
      margin-bottom: 10px;
      font-size: 1.125em;
      font-weight: 500;
      color: #499149; }
      #contents .business_sec1 dl dd h5 span {
        padding: 5px 10px;
        background-color: #ffffff;
        display: inline-block;
        border: solid 1px #499149;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
    #contents .business_sec1 dl dd .kyoka {
      margin: 0 auto; }
      #contents .business_sec1 dl dd .kyoka td {
        padding: 10px; }
        #contents .business_sec1 dl dd .kyoka td:first-child {
          width: 115px; }
  #contents .recruit_sec1 {
    padding-bottom: 80px; }
    #contents .recruit_sec1 h3 {
      margin-bottom: 50px;
      font-size: 1.6252em;
      color: #499149; }
    #contents .recruit_sec1 .youtube {
      width: 754px;
      padding-top: 56.25%;
      margin: 0 auto 100px auto;
      position: relative; }
      #contents .recruit_sec1 .youtube iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    #contents .recruit_sec1 .btn {
      margin-top: 50px;
      text-align: center; }
  #contents .news_sec1 {
    padding-bottom: 80px; }
    #contents .news_sec1 .news_list {
      border-top: solid 1px #cccccc; }
      #contents .news_sec1 .news_list li {
        padding: 1em 0 1em 250px;
        font-size: 1.125em;
        border-bottom: solid 1px #cccccc; }
        #contents .news_sec1 .news_list li:last-child {
          margin-bottom: 0; }
        #contents .news_sec1 .news_list li .data {
          width: 250px;
          margin-left: -250px;
          text-align: center;
          display: inline-block; }
  #contents .privacypolicy_sec1 {
    padding-bottom: 80px; }
    #contents .privacypolicy_sec1 h3 {
      margin-bottom: 10px;
      font-size: 1.6252em;
      color: #499149; }
  #contents .contact_sec1 h3, #contents .contact_sec1 h4 {
    margin-bottom: 50px;
    font-size: 1.6252em;
    color: #499149; }
  #contents .contact_sec1 .panel {
    margin: 100px 0 0 0;
    padding: 100px 210px; }
  #contents .contact_sec1 table {
    width: 100%; }
    #contents .contact_sec1 table tbody tr th {
      width: 210px;
      padding: 15px;
      font-weight: 500;
      vertical-align: top; }
    #contents .contact_sec1 table tbody tr td {
      padding: 15px;
      vertical-align: top; }
  #contents .contact_sec1 .check {
    margin: 60px 0; }
    #contents .contact_sec1 .check.error {
      color: #D00000; }
  #contents .contact_sec1 .submit {
    text-align: center; }
    #contents .contact_sec1 .submit input[type="submit"] {
      width: 177px;
      height: 43px;
      background-image: url("../img/btn_submit.jpg");
      border: none;
      text-indent: 200%;
      white-space: nowrap;
      overflow: hidden;
      -moz-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      #contents .contact_sec1 .submit input[type="submit"]:hover {
        opacity: 0.6; }
  #contents .contact_sec1 input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: solid 1px #707070; }
    #contents .contact_sec1 input[type="text"].p-postal-code {
      width: 175px; }
    #contents .contact_sec1 input[type="text"]:last-child {
      margin-bottom: 0; }
    #contents .contact_sec1 input[type="text"].error {
      border-color: #D00000; }
  #contents .contact_sec1 textarea {
    width: 100%;
    height: 130px;
    padding: 10px;
    border: solid 1px #707070; }
    #contents .contact_sec1 textarea.error {
      border-color: #D00000; }

@media screen and (max-width: 667px) {
  /****************************************************
   * 6.SP共通設定
   ****************************************************/
  html {
    font-size: 13px; }

  html, body {
    height: 100%; }

  body {
    -webkit-text-size-adjust: 100%; }

  .pcNone {
    display: block !important; }

  .spNone {
    display: none !important; }

  .imgCenter, .imgLeft, .imgRight {
    float: none;
    display: block;
    margin: 1em auto; }

  .inner {
    width: 94%;
    margin: 0 3%; }

  .left, .right {
    float: none; }

  .anchor {
    margin: -70px 0;
    padding: 70px 0; }

  .content_box {
    padding: 0 2em; }

  .panel {
    margin-bottom: 2em;
    padding: 2em; }

  .table01 {
    margin-bottom: 2em; }
    .table01 tbody tr th {
      width: 30%;
      padding: 1em; }
    .table01 tbody tr td {
      padding: 1em; }

  /*ブロックグリッド 1～6まで*/
  .sp-block-grid-1 > li {
    width: 100%; }
    .sp-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .sp-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .sp-block-grid-2 > li {
    width: 50%; }
    .sp-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .sp-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .sp-block-grid-3 > li {
    width: 33.33333%; }
    .sp-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .sp-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .sp-block-grid-4 > li {
    width: 25%; }
    .sp-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .sp-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .sp-block-grid-5 > li {
    width: 20% !important; }
    .sp-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .sp-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .sp-block-grid-6 > li {
    width: 16.66667%; }
    .sp-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .sp-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  /****************************************************
   * 7.SPレイアウト設定
   ****************************************************/
  .container {
    min-width: 360px;
    padding-top: 70px; }
    .container > .containerIn {
      width: 100%;
      margin: 0 auto; }
    .container .row > .column > .colIn {
      padding: 0 10%; }
    .container .row .col_1, .container .row .col_2, .container .row .col_3, .container .row .col_4, .container .row .col_5, .container .row .col_6, .container .row .col_7, .container .row .col_8, .container .row .col_9, .container .row .col_10, .container .row .col_11, .container .row .col_12 {
      width: 100%; }

  /****************************************************
   * 8.SPテンプレートスタイル
   ****************************************************/
  /*ヘッダーブロック　SP*/
  #header {
    min-width: 360px;
    height: 70px; }
    #header h1 {
      width: 224px;
      height: 70px; }
    #header .gloval_navi {
      width: 80%;
      height: 100%;
      margin: 0 auto;
      padding: 100px 0 0 0;
      background: none;
      background-color: #499149;
      position: fixed;
      top: 0;
      right: -100%;
      z-index: 9999; }
      #header .gloval_navi ul {
        width: 100%;
        margin: 0 auto;
        display: block;
        border-top: solid 1px #ffffff; }
        #header .gloval_navi ul li {
          width: 100% !important;
          height: auto;
          margin: 0 auto;
          float: none;
          display: block;
          border-bottom: solid 1px #ffffff; }
          #header .gloval_navi ul li:before {
            content: none; }
          #header .gloval_navi ul li a {
            padding: 0.5em 0;
            color: #ffffff;
            text-indent: 1em;
            overflow: visible;
            white-space: normal;
            display: block; }
            #header .gloval_navi ul li a:hover {
              background: none;
              background-color: #000000; }
      #header .gloval_navi .sp_navi_close {
        display: block;
        position: absolute;
        top: 20px;
        right: 3%; }
        #header .gloval_navi .sp_navi_close a img {
          width: 30px;
          height: 30px; }
    #header .sp_navi_open {
      display: block;
      position: absolute;
      top: 20px;
      right: 3%;
      z-index: 9998; }
      #header .sp_navi_open a img {
        width: 30px;
        height: 30px; }

  /*フッターブロック　SP*/
  #footer {
    min-width: 360px;
    padding-top: 20px; }
    #footer .footerIn {
      width: 94%;
      margin-bottom: 20px; }
      #footer .footerIn .footer_address {
        width: 100%;
        margin: 0 0 20px 0;
        float: none;
        text-align: center; }
        #footer .footerIn .footer_address img {
          width: 224px;
          margin: 0 auto 5px auto; }
      #footer .footerIn .footer_link {
        width: 100%;
        padding: 0;
        float: none;
        text-align: center;
        border-top: solid 1px #484848;
        border-bottom: solid 1px #484848; }
        #footer .footerIn .footer_link ul {
          width: auto;
          margin: 0 3%;
          text-align: left; }
          #footer .footerIn .footer_link ul li {
            margin: 1em 0 !important; }

  /****************************************************
   * 9.SPコンテンツスタイル
   ****************************************************/
  /*Indexページ　SP*/
  #index .top_mv {
    width: 100%;
    height: 350px;
    padding-top: 100px; }
    #index .top_mv h2 {
      margin-bottom: 10px;
      padding-bottom: 10px;
      font-size: 1.75em; }
    #index .top_mv p {
      font-size: 1.375em; }
  #index .top_midashi01 {
    margin-bottom: 40px; }
    #index .top_midashi01 span {
      font-size: 1.875em; }
  #index .top_sec1 {
    padding: 40px 0;
    -webkit-background-size: auto;
    background-size: auto; }
    #index .top_sec1 .top_midashi01 {
      text-align: center; }
    #index .top_sec1 ul {
      display: block; }
      #index .top_sec1 ul li {
        width: 310px;
        max-width: 100%;
        margin: 0 auto 30px auto; }
  #index .top_sec2 {
    height: auto;
    padding: 60px 0; }
    #index .top_sec2 .btn img {
      width: 173px; }
  #index .top_sec3 {
    height: auto;
    padding: 60px 0; }
    #index .top_sec3 .top_midashi01 {
      text-align: center; }
    #index .top_sec3 .btn {
      text-align: center; }
      #index .top_sec3 .btn img {
        width: 173px; }
  #index .top_sec4 .news {
    width: 100%;
    padding: 40px 0; }
    #index .top_sec4 .news .top_midashi01 {
      text-align: center; }
    #index .top_sec4 .news .news_list {
      margin-bottom: 30px; }
      #index .top_sec4 .news .news_list li {
        padding-left: 0; }
        #index .top_sec4 .news .news_list li .data {
          width: auto;
          margin: 0 0 5px 0;
          display: block; }
    #index .top_sec4 .news .btn {
      text-align: center; }
  #index .top_sec4 .contact {
    width: 100%;
    padding: 40px 0; }
    #index .top_sec4 .contact .top_midashi01 {
      text-align: center; }
    #index .top_sec4 .contact .btn {
      text-align: center; }
      #index .top_sec4 .contact .btn img {
        width: 173px; }

  /*contents　SP*/
  #contents {
    padding-bottom: 50px;
    -webkit-background-size: auto;
    background-size: auto; }
    #contents .page_ttl {
      min-width: 100%;
      height: auto;
      padding: 50px 0; }
      #contents .page_ttl h2 {
        width: 94%;
        font-size: 1.25em; }
      #contents .page_ttl + section, #contents .page_ttl + .content_box {
        padding-top: 50px; }
    #contents .midashi01 {
      margin-bottom: 30px; }
      #contents .midashi01 span {
        font-size: 1.75em; }
    #contents .company_sec1:after {
      width: 100px;
      margin: 50px auto; }
    #contents .company_sec1 .name span {
      font: 1.25em; }
    #contents .company_sec2:after {
      width: 100px;
      margin: 50px auto; }
    #contents .company_sec3 .map {
      width: calc(100% + 4em);
      height: 300px;
      margin-left: -2em;
      margin-right: -2em; }
    #contents .business_sec1 dl dt {
      padding: 10px; }
    #contents .business_sec1 dl dd {
      padding: 2em; }
      #contents .business_sec1 dl dd:after {
        width: calc(100% - 4em);
        left: 2em; }
      #contents .business_sec1 dl dd h4 {
        margin-bottom: 30px; }
        #contents .business_sec1 dl dd h4 span {
          padding: 10px; }
      #contents .business_sec1 dl dd .kyoka td:first-child {
        width: auto; }
    #contents .recruit_sec1 {
      padding-bottom: 40px; }
      #contents .recruit_sec1 h3 {
        margin-bottom: 30px; }
      #contents .recruit_sec1 .youtube {
        width: 100%;
        margin: 0 auto 50px auto; }
      #contents .recruit_sec1 .btn {
        margin-top: 30px; }
        #contents .recruit_sec1 .btn img {
          width: 200px; }
    #contents .news_sec1 {
      padding-bottom: 40px; }
      #contents .news_sec1 .news_list {
        margin-bottom: 30px; }
        #contents .news_sec1 .news_list li {
          padding-left: 0; }
          #contents .news_sec1 .news_list li .data {
            width: auto;
            margin: 0 0 5px 0;
            text-align: left;
            display: block; }
    #contents .privacypolicy_sec1 {
      padding-bottom: 40px; }
    #contents .contact_sec1 h3, #contents .contact_sec1 h4 {
      margin-bottom: 30px; }
    #contents .contact_sec1 .panel {
      margin: 50px 0 0 0;
      padding: 2em; }
    #contents .contact_sec1 table tbody tr th {
      width: 30%;
      padding: 10px; }
    #contents .contact_sec1 table tbody tr td {
      padding: 10px; }
    #contents .contact_sec1 .check {
      margin: 30px 0; }
    #contents .contact_sec1 input[type="text"].p-postal-code {
      width: 100px; } }
/****************************************************
 * 10.装飾
 ****************************************************/
.underline {
  text-decoration: underline; }

.bold {
  font-weight: 700; }

.colorRed {
  color: #D00000; }

.ta-c {
  text-align: center; }

.ta-r {
  text-align: right; }

.ta-l {
  text-align: left; }

/****************************************************
 * 11.印刷用調整
 ****************************************************/
@media print {
  .container {
    padding: 0; }

  #header {
    position: static; }

  img {
    display: block; } }


  /****************************************************
 * 230510　サイトシール表示調整（トップページのみ）
 ****************************************************/

#footer .footerIn.top_page_only {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .footerIn.top_page_only .footer_address {
  width: 40%;
  float: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#footer .footerIn.top_page_only .digicert {
  width: 15%;
  margin: 0 2.5%;
}

#footer .footerIn.top_page_only .footer_link {
  width: 40%;
  float: none;
}

@media screen and (max-width: 667px) {

  #footer .footerIn.top_page_only {
    width: 100%;
    flex-direction: column;
  }

  #footer .footerIn.top_page_only .footer_address {
    width: 100%;
    align-items: center;
  }

  #footer .footerIn.top_page_only .digicert {
    width: 100%;
    order: 5;
    margin-top: 20px;
  }
  
  #footer .footerIn.top_page_only .footer_link {
    width: 100%;
  }

}


