@charset "UTF-8";
/* grid_sp */
@media (min-width: 767px) {
  .row {
    display: flex;
    justify-content: space-between; }

  .column {
    margin-left: 4%; }

  .column:first-child {
    margin-left: 0; }

  .one.column {
    width: 4.66666666667%; }

  .two.column {
    width: 13.3333333333%; }

  .three.column {
    width: 22%; }

  .four.column {
    width: 30.6666666667%; }

  .five.column {
    width: 39.3333333333%; }

  .six.column {
    width: 48%; }

  .seven.column {
    width: 56.6666666667%; }

  .eight.column {
    width: 65.3333333333%; }

  .nine.column {
    width: 74.0%; }

  .ten.column {
    width: 82.6666666667%; }

  .eleven.column {
    width: 91.3333333333%; }

  .twelve.column {
    width: 100%; } }
@media (max-width: 480px) {
  .row .column + .column {
    margin-top: 2em; } }
body {
  font-size: 1.6rem; }

#wrap {
  padding-top: 72px; }

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

/*----------------------------------------------

  header

----------------------------------------------*/
.site_header_nav {
  display: none !important; }

.site_header {
  position: absolute;
  height: 72px;
  padding: .5em .5em .5em; }
  .site_header .site_header_wrap {
    flex-direction: row;
    justify-content: flex-start; }
  .site_header .site_header_logo {
    max-width: 220px;
    width: calc(100% - 100px);
    margin: .2em 0 0; }
    .site_header .site_header_logo img {
      vertical-align: middle; }
      @media (min-width: 767px) {
        .site_header .site_header_logo img {
          width: 240px; } }

.site_header.chg {
  position: fixed;
  top: -2px; }

.site_header .call_nav {
  top: 1.6rem; }

.site_header.chg .call_nav {
  top: 1.2rem; }

/*----------------------------------------------

  call_nav / #drawer

----------------------------------------------*/
.call_nav {
  position: absolute;
  right: 10px;
  top: 2em;
  z-index: 9990;
  display: inline-block;
  background: #004EA2;
  border: 1px solid #004EA2;
  padding: .8em .8em;
  font-size: 1.5rem;
  margin-top: 0px;
  color: #fff;
  font-weight: 600;
  letter-spacing: .06em;
  border-radius: 0.2em;
  line-height: 1.2; }
  .call_nav:hover {
    cursor: pointer;
    background: #fff; }
  .call_nav i {
    margin-right: .3em;
    color: #FFF; }
  .call_nav:hover, .call_nav:hover i {
    color: #004EA2;
    transition: all 0.5s ease;
    zoom: 1; }

#drawer {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  background: #fafafa;
  color: #004EA2;
  z-index: 9999; }
  #drawer.open {
    -webkit-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4); }

.lte-ie9 #wrap.open {
  right: 0; }

#drawer nav a {
  display: block;
  color: #004EA2;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 52px;
  padding-left: 1.5em; }
  #drawer nav a:hover {
    color: #202020;
    background: #ffd326;
    transition: all 0.5s ease;
    zoom: 1; }
#drawer nav ul {
  list-style: none;
  margin: 2.4em auto 1.2em;
  padding: .5em 0; }
  #drawer nav ul li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #ccc; }
    #drawer nav ul li:hover {
      background: rgba(255, 255, 255, 0.5); }
    #drawer nav ul li:first-child {
      border-top: 1px solid #ccc; }

.drawer-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  line-height: 1;
  width: 1em;
  font-size: 24px;
  text-align: right;
  cursor: pointer;
  font-weight: 600;
  color: #004EA2; }

#drawer ul.bn_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 84%; }
  #drawer ul.bn_list li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 0 .5em;
    padding: 0;
    flex: 0 0 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%; }
    #drawer ul.bn_list li img {
      width: 100%; }

#drawer nav a span {
  font-size: 1.1rem;
  margin-left: .5em; }
  #drawer nav a span::before {
    content: " - "; }

/*----------------------------------------------

  footer

----------------------------------------------*/
.site_footer .site_footer_wrap {
  padding-bottom: 60px; }

/*----------------------------------------------

  layout

----------------------------------------------*/
.stack_box .stack_doc_wrap {
  padding: 0 0 0; }
  @media (min-width: 767px) {
    .stack_box .stack_doc_wrap {
      padding: 1em 1em 2em; } }
  .stack_box .stack_doc_wrap .stack_doc {
    padding: 1.2em 1.2em; }
    @media (min-width: 767px) {
      .stack_box .stack_doc_wrap .stack_doc {
        padding: 0 0; } }
.stack_box .column {
  margin-left: 0 !important; }
  .stack_box .column + .column {
    margin-top: 0 !important; }

@media (min-width: 767px) {
  .stack_box .stack_doc_wrap.five.column {
    margin-right: 0;
    width: 43.3333333333% !important; }
  .stack_box .stack_doc_wrap.five.column {
    margin-left: 0;
    width: 43.3333333333% !important; } }
@media (max-width: 767px) {
  .txt_center_sp {
    text-align: center; } }

@media (max-width: 767px) {
  .txt_left_sp {
    text-align: left; } }

.sp_big {
  font-size: 120%; }

.sp_big_s {
  font-size: 110%; }

.sp_big_m {
  font-size: 140%; }

.sp_big_l {
  font-size: 180%;
  margin: 0; }

@media (max-width: 767px) {
  .sp_img_s {
    width: 50%;
    margin: 0 auto 1em; } }

@media (max-width: 767px) {
  .sp_img_m {
    width: 75%;
    margin: 0 auto 1em; } }

.bg_slider li span {
  background-size: cover; }

@media (min-width: 767px) {
  .bg_slider, .bg_slider:after {
    height: 85vh; } }
@media (max-width: 767px) {
  .row.sp_revs {
    display: flex;
    flex-direction: column-reverse; } }
.sp_none {
  display: none !important; }

/*----------------------------------------------

  section

----------------------------------------------*/
section {
  padding: 1.2em 0;
  margin-top: 0; }

/*----------------------------------------------

  container

----------------------------------------------*/
.container {
  padding: 0 1em; }

/*----------------------------------------------

  article

----------------------------------------------*/
/*----------------------------------------------

  asset

----------------------------------------------*/
.page_title {
  font-size: 2.1rem; }

.sec_title {
  font-size: 2.4rem;
  margin: 1.2em auto; }

.sub_title {
  font-size: 1.8rem; }

.sec_copy {
  font-size: 1.8rem; }
  @media screen and (max-width: 480px) {
    .sec_copy {
      font-size: 1.6rem; }
      .sec_copy br {
        display: none; } }

@media (max-width: 767px) {
  .sp_img_md {
    display: block;
    width: 72%;
    max-width: 360px;
    margin: 0 auto; }

  .sp_img_sm {
    display: block;
    width: 48%;
    max-width: 360px;
    margin: 0 auto; } }
.ribbon_wrap .ribbon_bg::before {
  border-width: 18px 10px 18px; }
.ribbon_wrap .ribbon_bg::after {
  border-width: 18px 10px 18px; }
.ribbon_wrap .ribbon_bg .ribbon_title {
  line-height: 36px;
  width: 100%;
  min-width: 200px;
  font-size: 1.6rem; }

ul.tag_list li {
  font-size: 66%;
  padding: .6em .3em !important; }

.lower_page_list {
  font-size: 84%; }

.page_link_list {
  font-size: 84%; }

.summary_table tr td {
  padding-left: 1em !important; }
@media (max-width: 480px) {
  .summary_table {
    margin: 0 auto 2em;
    text-align: left; }
    .summary_table tr th, .summary_table tr td {
      padding: .5em 0;
      font-size: 1.4rem;
      line-height: 1.4; }
    .summary_table tr th {
      width: 7em; } }

.body_index .site_header:not(.chg) .call_nav {
  background: transparent;
  color: #FFF;
  border: solid 1px; }
  .body_index .site_header:not(.chg) .call_nav i {
    color: #FFF; }
  .body_index .site_header:not(.chg) .call_nav:hover, .body_index .site_header:not(.chg) .call_nav:hover i {
    color: #004EA2; }

.offset_wrap .offset_doc {
  width: 96%;
  padding: 1.2em 1.2em;
  margin: -2em auto 2em; }

/*----------------------------------------------

HOME

----------------------------------------------*/
.index_slider_wrapper .index_slider_catch small {
  font-size: 100%; }
  @media (min-width: 1199px) {
    .index_slider_wrapper .index_slider_catch small {
      font-size: 120%; } }
.index_slider_wrapper .index_slider_catch span {
  font-size: 100%; }
  .index_slider_wrapper .index_slider_catch span strong {
    font-size: 150%; }
  @media (min-width: 480px) {
    .index_slider_wrapper .index_slider_catch span {
      font-size: 180%; } }
  @media (min-width: 767px) {
    .index_slider_wrapper .index_slider_catch span {
      font-size: 200%; } }

/* NEWS */
.news_doc .category {
  min-width: 10em;
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  flex: 0 0 25%;
  flex-basis: 25%; }
.news_doc time {
  flex: 0 0 25%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%; }
.news_doc p {
  flex: 0 0 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  max-width: 100%; }

.relation_bnr_wrap.item_list ul li {
  flex: 0 0 46%;
  flex-basis: 46%;
  max-width: 46%; }
  @media (min-width: 767px) {
    .relation_bnr_wrap.item_list ul li {
      flex: 0 0 21% !important;
      flex-basis: 21% !important;
      max-width: 21% !important; } }

/*----------------------------------------------

製品紹介

----------------------------------------------*/
/* 製品一覧 */
.product_list.item_list {
  margin-top: 3.6em; }
  @media (min-width: 767px) {
    .product_list.item_list ul li {
      flex: 0 0 29.33333% !important;
      flex-basis: 29.33333% !important;
      max-width: 29.33333% !important; } }

/*----------------------------------------------

ブランド紹介

----------------------------------------------*/
.brand_character_doc .stack_box .stack_photo img {
  max-width: 240px;
  margin: 0 auto; }

/*----------------------------------------------

会社概要

----------------------------------------------*/
.company_history_sec .company_history_doc .history_timeline > li .date {
  font-size: 90%;
  width: 36%; }
  .company_history_sec .company_history_doc .history_timeline > li .date span {
    display: block; }
.company_history_sec .company_history_doc .history_timeline > li .content {
  width: 64%;
  padding-left: 18px; }
  .company_history_sec .company_history_doc .history_timeline > li .content::before {
    left: calc(36% - 5px); }
  .company_history_sec .company_history_doc .history_timeline > li .content .certificate,
  .company_history_sec .company_history_doc .history_timeline > li .content .photo {
    display: block;
    width: 90%; }
  .company_history_sec .company_history_doc .history_timeline > li .content p {
    margin: 1.4em 0 2.2em; }
@media (min-width: 767px) {
  .company_history_sec .company_history_doc .history_timeline > li .date {
    width: 16%; }
  .company_history_sec .company_history_doc .history_timeline > li .content {
    width: 84%;
    padding-left: 24px; }
    .company_history_sec .company_history_doc .history_timeline > li .content::before {
      left: calc(16% - 5px); }
    .company_history_sec .company_history_doc .history_timeline > li .content .history_img .certificate {
      width: 30%; }
    .company_history_sec .company_history_doc .history_timeline > li .content .history_img .photo {
      width: 60%; } }

/*----------------------------------------------

工場紹介

----------------------------------------------*/
/*----------------------------------------------

よくあるご質問

----------------------------------------------*/
.faq_doc .row_table_sp tbody tr th, .faq_doc .row_table_sp tbody tr td {
  display: block; }
.faq_doc .row_table_sp tbody tr th {
  font-weight: 600;
  border-bottom: none; }

/*----------------------------------------------

採用情報

----------------------------------------------*/
@media (min-width: 767px) {
  .recruit_message_doc .stack_box .stack_doc_wrap .stack_doc .comment:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 20px;
    margin-top: -20px; }
  .recruit_message_doc .stack_box .stack_doc_wrap .stack_doc .comment.arrow_left:after {
    right: 100%;
    top: 50px;
    border-right-color: #FFF; }
  .recruit_message_doc .stack_box .stack_doc_wrap .stack_doc .comment.arrow_right:after {
    left: 100%;
    top: 50px;
    border-left-color: #FFF; } }

/*----------------------------------------------

お問合わせ

----------------------------------------------*/
/*----------------------------------------------

プライバシーポリシー

----------------------------------------------*/
/*----------------------------------------------

お問合わせフォーム

----------------------------------------------*/
/*----------------------------------------------

サイトマップ

----------------------------------------------*/
.sitemap_list dl dt {
  flex: 0 0 100%;
  flex-basis: 100%;
  max-width: 100%; }
.sitemap_list dl dd {
  flex: 0 0 100%;
  flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 767px) {
    .sitemap_list dl dd {
      flex: 0 0 50%;
      flex-basis: 50%;
      max-width: 50%; } }

/*----------------------------------------------

  ページ

----------------------------------------------*/
.top_img {
  padding: 2.4em .5em; }
  @media (min-width: 767px) {
    .top_img {
      padding: 4.8em .5em; } }

.page_header .page_title {
  font-size: 2.8rem; }

@media (max-width: 480px) {
  .gmap iframe {
    height: 250px; } }

/* item_list */
.item_list ul li, .item_list ol li {
  flex: 0 0 96%;
  flex-basis: 96%;
  max-width: 96%;
  margin: 1%; }
  @media (min-width: 767px) {
    .item_list ul li, .item_list ol li {
      margin: 1%;
      margin-top: 0; } }

.item_list.col_2_sp ul li, .item_list.col_2_sp ol li {
  flex: 0 0 46%;
  flex-basis: 46%;
  max-width: 46%; }

.item_list.col_3_sp ul li, .item_list.col_3_sp ol li {
  flex: 0 0 29.33333%;
  flex-basis: 29.33333%;
  max-width: 29.33333%; }

@media (min-width: 767px) {
  .item_list.col_2_pc ul li, .item_list.col_2_pc ol li {
    flex: 0 0 46%;
    flex-basis: 46%;
    max-width: 46%; } }

@media (min-width: 767px) {
  .item_list.col_3_pc ul li, .item_list.col_3_pc ol li {
    flex: 0 0 29.33333%;
    flex-basis: 29.33333%;
    max-width: 29.33333%; } }

.contact_info ul li {
  flex: 0 0 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%; }
  .contact_info ul li a {
    padding: 1.8em 1em; }
  @media (min-width: 767px) {
    .contact_info ul li {
      flex: 0 0 50%;
      flex-basis: 50%;
      max-width: 50%;
      width: 50%; }
      .contact_info ul li a {
        padding: 3.6em 1em; } }

/*----------------------------------------------

  フォーム

----------------------------------------------*/
.form_wrap th, .form_wrap td {
  display: block; }
.form_wrap th {
  padding-bottom: 0 !important;
  border-bottom: none !important; }
.form_wrap td input, .form_wrap td textarea, .form_wrap td select {
  width: 100%; }
