@charset "UTF-8";
body {
  background-color: #FFF;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans Japanese", Lato, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333333;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
  text-align: justify;
  line-height: 2rem; }

/*
section{
	min-width: $g-width;
	overflow: hidden;
}
@media screen and (max-width: 640px){
	section{
		min-width: inherit;
	}
}
*/
/* - - - - - - - - - - - - - - - - - - - -
フォントサイズや色に関する設定
- - - - - - - - - - - - - - - - - - - - */
html {
  font-size: 13px;
  color: #333333; }

@media screen and (max-width: 600px) {
  html {
    font-size: 11px; } }

/* - - - - - - - - - - - - - - - - - - - -
カスタマイズ
- - - - - - - - - - - - - - - - - - - - */
::-moz-selection {
  background: #b4b3b1;
  color: #333333;
  text-shadow: none; }

::selection {
  background: #b4b3b1;
  color: #333333;
  text-shadow: none; }

.uk-container {
  max-width: 960px; }

/*
.uk-container{
	width: $g-width;
	min-width: $g-width;
}
@media screen and (max-width: 640px){
	.uk-container{
		width: inherit;
		min-width: inherit;
	}

}
*/
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans Japanese", Lato, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "heisei-mincho-std-n7", "heisei-mincho-std";
  font-weight: 700;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.2em; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: normal;
    letter-spacing: 0; }

.uk-offcanvas-close {
  background-color: #736357;
  top: 0;
  right: 0;
  padding: 10px; }
  .uk-offcanvas-close svg {
    width: 26px;
    height: 26px;
    color: #FFF; }

.uk-offcanvas-bar {
  background: #FFF; }

.uk-navbar-toggle {
  color: transparent;
  background-color: #736357;
  height: auto;
  padding: 15px; }
  .uk-navbar-toggle img {
    width: 32px;
    height: 34px; }
  .uk-navbar-toggle svg {
    display: none; }

.uk-table th {
  font-size: 1rem;
  vertical-align: top;
  font-weight: normal;
  color: #333333; }

.uk-input, .uk-select, .uk-textarea {
  border: solid 2px #bfdbcd; }

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
  background-color: #006837;
  border-color: transparent; }

.uk-button-default[type="reset"] {
  background-color: #FFF;
  color: #006837;
  border: 1px solid #006837;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold; }

.uk-button-default[type="submit"] {
  background-color: #006837;
  color: #FFF;
  border: 1px solid #006837;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold; }

.uk-form-label {
  color: #333333;
  font-size: 1.1rem;
  position: relative; }

.uk-padding-large {
  padding: 50px; }

@media screen and (max-width: 640px) {
  .uk-button-default[type="submit"], .uk-button-default[type="reset"] {
    width: 100%; } }

/* - - - - - - - - - - - - - - - - - - - -
汎用CSS
- - - - - - - - - - - - - - - - - - - - */
/* テキスト */
.font-mincho {
  font-family: "heisei-mincho-std-n3", "heisei-mincho-std";
  font-weight: 300;
  font-style: normal; }

.color_white {
  color: #FFF !important; }

.color_green {
  color: #009245 !important; }

.color_brown {
  color: #534741 !important; }

/* 背景・ボーダー */
.bg_white {
  background-color: #FFF; }

.bg_green {
  background-color: #006e37; }

.bg_green2 {
  background-color: #197c4b; }

.bg_beige {
  background-color: #f1efee; }

.bg_beige2 {
  background-color: #eae7e4; }

.bg_lightyellow {
  background-color: #faffe5; }

.bg_m_green {
  background-color: #8cc63f; }

.bg_illust1 {
  background: url(../images/bg_illust1.jpg) no-repeat center bottom;
  position: relative;
  height: 750px; }

.bg_footer {
  background: url(../images/bg_footer.gif) bottom center no-repeat;
  padding-bottom: 392px; }

@media screen and (max-width: 640px) {
  .bg_illust1 {
    background-size: 130%;
    height: auto; }
  .bg_footer {
    background-size: 380%;
    padding-bottom: 192px; } }

.bg_news {
  background-color: #e5e1dc;
  background-image: url(../images/bg_line_brush2.png), url(../images/bg_line_brush3.png);
  background-position: bottom,top;
  background-repeat: repeat-x,repeat-x; }

.bd_white3 {
  border: 3px solid #FFF; }

.bd_brush {
  -moz-border-image: url("../images/bd_brush.png") 7 round;
  -webkit-border-image: url("../images/bd_brush.png") 7 round;
  -o-border-image: url("../images/bd_brush.png") 7 round;
  -ms-border-image: url("../images/bd_brush.png") 7 round;
  border-style: solid;
  border-width: 5px; }

.bd_brush2 {
  -moz-border-image: url("../images/bd_brush2.png") 7 round;
  -webkit-border-image: url("../images/bd_brush2.png") 7 round;
  -o-border-image: url("../images/bd_brush2.png") 7 round;
  -ms-border-image: url("../images/bd_brush2.png") 7 round;
  border-style: solid;
  border-width: 5px; }

.hr_line_brush {
  height: 18px;
  margin: 0;
  padding: 0;
  background: url(../images/bg_line_brush1.png) repeat-x;
  border: 0px none; }

/* テーブル 
table{
	tr th{
	}
	tr td{
	}
}
@media screen and (max-width: 900px){
	table{
		}
	}
}
*/
/*リスト*/
ul.marknumber {
  padding-left: 30px; }
  ul.marknumber li:before {
    content: '一、';
    margin-left: -30px;
    display: inline; }

ul.markthunder li {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1.2em;
  padding-left: 21px; }

ul.markthunder li:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 34px;
  margin-left: -21px;
  margin-bottom: -15px;
  background: url(../images/ico_inazuma.png) no-repeat 50% 50%; }

dl.news_list {
  display: table;
  margin: 20px 0; }
  dl.news_list dt {
    display: table-cell;
    border-bottom: 1px dotted #c2cbc0;
    width: 20%; }
  dl.news_list dd {
    display: table-cell;
    padding-bottom: 20px;
    border-bottom: 1px dotted #c2cbc0;
    width: 70%; }

/* - - - - - - - - - - - - - - - - - - - -
サイト内スタイル
- - - - - - - - - - - - - - - - - - - - */
.title {
  position: relative;
  height: 500px;
  text-align: center;
  padding: 12px;
  color: #FFF; }
  .title h2 {
    font-size: 3.5em !important;
    color: #FFF;
    letter-spacing: 0.2em; }
    .title h2 span {
      font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans Japanese", Lato, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      display: block;
      font-size: 0.3em; }

.contact_head, .recruit_head, .production_head, .concept_head {
  background-repeat: repeat-x;
  background-position: bottom center;
  padding-bottom: 126px; }
  .contact_head > div.uk-container, .recruit_head > div.uk-container, .production_head > div.uk-container, .concept_head > div.uk-container {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding-bottom: 100px;
    bottom: -10px; }
    .contact_head > div.uk-container h1, .recruit_head > div.uk-container h1, .production_head > div.uk-container h1, .concept_head > div.uk-container h1 {
      padding: 50px;
      font-size: 3em; }
    .contact_head > div.uk-container p, .recruit_head > div.uk-container p, .production_head > div.uk-container p, .concept_head > div.uk-container p {
      line-height: 2.5em; }

.concept_head {
  background-image: url(../images/concept_head.png); }
  .concept_head > div.uk-container {
    background-image: url(../images/concept_head_img.gif); }
    .concept_head > div.uk-container h2, .concept_head > div.uk-container p {
      color: #534741; }

.production_head {
  background-image: url(../images/production_head.png); }
  .production_head > div.uk-container {
    background-image: url(../images/production_head_img.gif); }
    .production_head > div.uk-container h2, .production_head > div.uk-container p {
      color: #197c4b; }

.recruit_head {
  background-image: url(../images/recruit_head.png); }
  .recruit_head > div.uk-container {
    background-image: url(../images/recruit_head_img.gif); }
    .recruit_head > div.uk-container h1 {
      color: #534741; }

.contact_head {
  background-image: url(../images/contact_head.png); }
  .contact_head > div.uk-container {
    background-image: url(../images/contact_head_img.gif); }
    .contact_head > div.uk-container h1 {
      color: #197c4b; }

/* ------------------------------
ヘッダーメニュー
------------------------------ */
header p {
  color: #534741; }

.uk-navbar-nav {
  width: 100%;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between; }

.sp_nav li {
  padding: 30px 0 30px 20px;
  border-bottom: 1px solid #736357;
  line-height: 1.5; }
  .sp_nav li:last-child {
    border-bottom: none; }
  .sp_nav li a {
    color: #736357 !important;
    font-size: 1.3em; }
    .sp_nav li a img {
      float: left;
      padding-right: 20px; }
    .sp_nav li a span {
      font-size: 0.5em;
      font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans Japanese", Lato, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      display: block; }

/* ------------------------------
フッターメニュー
------------------------------ */
footer .uk-nav > li > a {
  color: #FFF;
  padding: 7px 0;
  line-height: 1.5; }
  footer .uk-nav > li > a:hover {
    color: #FFF;
    text-decoration: underline; }

footer .uk-nav-header {
  padding: 0 0;
  font-size: 1.1rem;
  position: relative; }
  footer .uk-nav-header:before {
    display: block;
    content: '';
    position: absolute;
    top: 0.9em;
    left: -1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* - - - - - - - - - - - - - - - - - - - -
ページトップに戻るボタン
- - - - - - - - - - - - - - - - - - - - */
a#go_to_top {
  padding: 0; }
  a#go_to_top img {
    width: 178px; }
  a#go_to_top svg {
    display: none; }

@media screen and (max-width: 640px) {
  a#go_to_top img {
    width: 88px; } }

/* - - - - - - - - - - - - - - - - - - - -
index.html
- - - - - - - - - - - - - - - - - - - - */
.index_bnr_vj {
  position: absolute;
  bottom: 105px; }

.index_copy {
  padding: 50px 40px; }
  .index_copy p {
    line-height: 2.5em !important; }

.index_fp {
  position: absolute;
  right: 0;
  top: -30px; }

.index_news h2 {
  background: url(../images/index_bg_blog.png) left bottom no-repeat;
  padding-left: 130px;
  min-height: 65px;
  line-height: 65px;
  color: #534741;
  position: relative; }
  .index_news h2 span {
    display: inline-block;
    right: 0;
    position: absolute; }
    .index_news h2 span a {
      font-size: 0.5em;
      position: relative;
      padding: 0 7px;
      color: #534741; }
      .index_news h2 span a:after, .index_news h2 span a:before {
        display: block;
        content: '';
        position: absolute; }
      .index_news h2 span a:after {
        top: 0;
        right: -1.2em;
        width: 14px;
        height: 14px;
        background-color: #534741;
        border-radius: 100%; }
      .index_news h2 span a:before {
        z-index: 2;
        top: .3em;
        right: -.772em;
        width: 4px;
        height: 4px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.index_news ul {
  padding-left: 130px; }
  .index_news ul li {
    margin-top: 5px; }
    .index_news ul li a {
      color: #666666; }

.bg_recruit {
  background-image: url(../images/index_head_img.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  bottom: -55px;
  padding-bottom: 180px; }

.index_recruit {
  background-image: url(../images/index_head.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-color: #eeece9;
  padding-top: 60px; }
  .index_recruit > div.uk-container {
    background: url(../images/index_bg_recruit.png) bottom left no-repeat; }
  .index_recruit .index_card {
    color: #534741; }
    .index_recruit .index_card h3 {
      color: #534741; }

.index_recruit_s img {
  border: 3px solid #FFF;
  border-radius: 55% 10% 55% 10%;
  max-width: 110%; }

.index_recruit_s a {
  font-family: "heisei-kaku-gothic-std";
  font-weight: 600;
  font-style: normal;
  color: #FFF; }
  .index_recruit_s a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    font-size: 16px;
    font-size: 17px;
    letter-spacing: 1px; }

a.index_bnr_recruit:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7; }

.index_card {
  text-align: center;
  padding: 12px;
  color: #FFF; }
  .index_card h3 {
    font-size: 3em;
    color: #FFF;
    letter-spacing: 0.2em; }
    .index_card h3 span {
      font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans Japanese", Lato, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      display: block;
      font-size: 0.3em; }
  .index_card .uk-button {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.65);
    font-size: 1.1em;
    color: #42210b;
    font-weight: bold; }
    .index_card .uk-button:hover {
      background-color: white; }

@media screen and (max-width: 640px) {
  .index_bnr_vj {
    position: static;
    padding: 0 20px 100px 0;
    text-align: right; }
    .index_bnr_vj img {
      width: 100px; }
  .index_news h2 {
    background-size: 130%;
    padding-left: 0;
    text-align: center;
    min-height: 65px;
    line-height: 65px;
    padding-top: 5px;
    font-size: 1.5em; }
  .index_news ul {
    padding-left: 10px; }
  .index_news .uk-button {
    font-family: "heisei-mincho-std-n3", "heisei-mincho-std";
    font-weight: 300;
    font-style: normal;
    font-size: 1.3em;
    color: #42210b;
    font-weight: bold;
    border: 1px solid #736357;
    position: relative;
    padding: 0 45px 0 30px; }
    .index_news .uk-button:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .index_news .uk-button:after, .index_news .uk-button:before {
      display: block;
      content: '';
      position: absolute; }
    .index_news .uk-button:after {
      top: 11px;
      right: 5px;
      width: 14px;
      height: 14px;
      background-color: #534741;
      border-radius: 100%; }
    .index_news .uk-button:before {
      z-index: 2;
      top: 15px;
      right: 11px;
      width: 4px;
      height: 4px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .bg_recruit {
    background-position: bottom right;
    background-size: 130%;
    bottom: -35px;
    padding-bottom: 100px; }
  .index_recruit > div.uk-container {
    background: none; } }

/* - - - - - - - - - - - - - - - - - - - -
concept.html
- - - - - - - - - - - - - - - - - - - - */
.concept h2 {
  font-size: 3em;
  margin-top: 10px; }

.concept_about {
  color: #FFF; }
  .concept_about h2 {
    color: #FFF; }
  .concept_about table tr > th {
    color: #FFF !important;
    border-right: 1px solid #FFF; }
  .concept_about tr > td a {
    color: #FFF; }

.concept_spot {
  border: 2px solid #009245;
  padding-top: 20px;
  text-align: left;
  padding: 20px 80px 0; }
  .concept_spot a {
    color: #011111; }

@media screen and (max-width: 640px) {
  .concept h2 {
    font-size: 2em;
    margin-top: 50px; }
  .concept_history table tr > th {
    font-weight: bold;
    text-align: center;
    display: block;
    padding-bottom: 0; }
  .concept_history tr > td {
    display: block;
    border-bottom: 1px solid #b4b3b1;
    padding-top: 0; }
  .concept_spot {
    padding: 20px 20px 0; } }

/* - - - - - - - - - - - - - - - - - - - -
production.html
- - - - - - - - - - - - - - - - - - - - */
.production h2 {
  font-size: 3em; }

.production_ao h2 {
  background: url(../images/ico_aomono.png) left center no-repeat;
  padding: 7px 56px;
  min-height: 56px;
  line-height: 56px; }

@media screen and (max-width: 640px) {
  .production h2 {
    font-size: 2em; } }

/* - - - - - - - - - - - - - - - - - - - -
recruit.html
- - - - - - - - - - - - - - - - - - - - */
.recruit h2 {
  font-size: 3em; }

.recruit_info {
  color: #FFF; }
  .recruit_info h2 {
    color: #FFF; }
  .recruit_info h3 {
    font-family: "heisei-kaku-gothic-std";
    font-weight: 300;
    font-style: normal;
    color: #FFF;
    background: url(../images/bg_title_sub.png) center no-repeat;
    min-height: 43px;
    padding-right: 70px;
    margin-bottom: 40px; }
  .recruit_info table {
    margin-bottom: 50px; }
    .recruit_info table tr > th {
      color: #FFF !important;
      border-right: 1px solid #FFF;
      text-align: left; }
    .recruit_info table tr > td {
      text-align: left; }
      .recruit_info table tr > td a {
        color: #FFF; }

.recruit_interview_copy {
  font-family: "heisei-kaku-gothic-std";
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  line-height: 1.5em;
  color: #006837;
  padding-top: 30px; }

.recruit_interview {
  background: url(../images/ico_hutaba.png) right bottom no-repeat;
  padding: 10px;
  text-align: left; }
  .recruit_interview h3 {
    font-family: "heisei-kaku-gothic-std";
    font-weight: 700;
    font-style: normal;
    color: #006837;
    font-size: 1.8em;
    margin-bottom: 5px; }
  .recruit_interview dl {
    margin: 0; }
    .recruit_interview dl dt {
      width: 50px;
      float: left;
      clear: both;
      position: relative; }
      .recruit_interview dl dt:after {
        content: ":";
        position: absolute;
        right: 0; }
    .recruit_interview dl dd {
      padding: 0;
      margin-left: 60px; }

.recruit_faq h2 {
  display: inline-block;
  text-align: center;
  position: relative;
  background-image: url(../images/tit_que.png), url(../images/tit_ans.png);
  background-position: left center,right center;
  background-repeat: no-repeat;
  padding-right: 75px;
  padding-left: 85px;
  min-height: 64px;
  line-height: 64px; }

.recruit_faq h3 {
  font-family: "heisei-kaku-gothic-std";
  font-weight: 300;
  font-style: normal;
  font-size: 2em;
  letter-spacing: 0.08em;
  background: url(../images/bg_line_brush4.png) bottom no-repeat;
  padding: 10px 0;
  margin-top: 80px;
  color: #534741; }
  .recruit_faq h3 img {
    margin-top: -80px;
    padding-right: 25px; }

.recruit_faq div.uk-flex {
  margin-bottom: 100px; }

.recruit_photo {
  padding-bottom: 80px; }

@media screen and (max-width: 640px) {
  .recruit h2 {
    font-size: 2em; }
  .recruit_interview_copy {
    font-size: 1.8em; }
  .recruit_faq h2 {
    font-size: 2em; }
  .recruit_faq h3 {
    font-size: 1.8em; } }

/* - - - - - - - - - - - - - - - - - - - -
contact.html
- - - - - - - - - - - - - - - - - - - - */
.contact_tit {
  font-size: 3em;
  color: #006837; }

.ico_required:after {
  content: "必須";
  background-color: #006837;
  color: #FFF;
  line-height: 1em;
  font-weight: bold;
  font-size: 0.7rem;
  margin-left: 5px;
  margin-top: 5px;
  padding: 2px 7px;
  position: absolute;
  right: 10px; }

@media screen and (max-width: 640px) {
  .contact_tit {
    font-size: 2em; } }

.slider .slide {
  height: 660px; }
  .slider .slide h1 img {
    display: block;
    margin: auto; }
  .slider .slide h1 span {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    color: #FFF;
    font-size: 1.5em;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 5px; }

.slick-dots {
  bottom: 20px; }
  .slick-dots li button:before {
    color: #f5f4f4; }
  .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #f5f4f4; }

.slick-arrow {
  display: none !important; }

@media screen and (max-width: 640px) {
  .slider .slide {
    height: 420px; }
    .slider .slide h1 img {
      width: 150px;
      margin-bottom: 35px; }
    .slider .slide h1 span {
      letter-spacing: 3px;
      font-size: 0.9em; } }

/* - - - - - - - - - - - - - - - - - - - -
show only...
スクリーンの幅に応じて、表示・非表示を切り替え
- - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 750px) {
  .show_only_pc {
    display: none !important; } }

@media screen and (min-width: 751px) {
  .show_only_sp {
    display: none !important; } }

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