@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");
/* ======= 共通部分 ======= */
/* 全体 */
body {
  font-size: 16px;
  color: #000;
  line-height: 1.8em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  background: url("../image/body-bg.png") center center/100% auto repeat; }

a {
  color: #000;
  text-decoration: none; }

h1, h2, h3, h4, ul, li {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

iframe {
  border: 0; }

section, #google-map {
  padding-top: 60px; }

/* 見出し */
.head-ttl-01, .head-ttl-02 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  padding-top: 65px;
  margin-bottom: 20px; }
  .head-ttl-01::before, .head-ttl-02::before {
    content: '';
    width: 55px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    background: url("../image/head-img-01.png") center center/cover no-repeat;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }

/* 背景 */
.bg-orange {
  background-color: #F38200; }

.bg-black {
  background-color: #000; }

.bg-light-blue {
  background-color: #F5FCFF; }

/* ボタン */
.btn {
  border: none;
  border-radius: 10px;
  padding: 0;
  position: relative; }
  .btn:hover {
    opacity: 0.8; }

.btn-arrow-ctr {
  display: block; }
  .btn-arrow-ctr::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
    font-size: 14px;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%); }
  @media (max-width: 767px) {
    .btn-arrow-ctr::after {
      right: 0.5em; } }

/* #page-header */
#page-header .navbar {
  background-color: rgba(255, 255, 255, 0.9); }

#page-header a {
  color: #222; }
  #page-header a:hover {
    color: #222;
    opacity: 0.7; }

#page-header .header-logo img {
  width: 150px;
  height: 32px; }
  @media (min-width: 768px) {
    #page-header .header-logo img {
      width: 254px;
      height: 55px; } }

#page-header .btn-green {
  background-color: #EA5470; }
  @media (max-width: 1199px) {
    #page-header .btn-green {
      background-color: inherit; } }
  #page-header .btn-green a {
    color: #fff; }
    @media (max-width: 1199px) {
      #page-header .btn-green a {
        color: #EA5470;
        font-weight: bold; } }

#page-header .navbar-nav {
  padding: 1em; }
  @media (min-width: 768px) {
    #page-header .navbar-nav {
      padding: 0; } }

#page-header .nav-link {
  text-align: center;
  padding-left: 0em;
  padding-right: 0em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em; }
  @media (min-width: 992px) {
    #page-header .nav-link {
      font-size: 14px;
      padding-top: 0.6em;
      padding-bottom: 0.6em;
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 1200px) {
    #page-header .nav-link {
      font-size: 18px; } }

#page-header .nav-link.btn {
  color: #fff;
  margin-top: 1em; }
  @media (min-width: 992px) {
    #page-header .nav-link.btn {
      margin-top: 0; } }

#page-header .navbar-toggler {
  border: none;
  padding: 0; }
  #page-header .navbar-toggler .navbar-toggler-icon {
    background-image: url("../image/close.png"); }

#page-header .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("../image/open.png"); }

/* #fixed-footer */
#fixed-footer {
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.4); }
  #fixed-footer .col-4 {
    padding-left: 0;
    padding-right: 0; }
    #fixed-footer .col-4 .btn {
      border-radius: 0;
      font-size: 14px;
      font-weight: bold;
      display: block; }
      @media (max-width: 1199px) {
        #fixed-footer .col-4 .btn {
          padding: 0.7em 1em 0.7em 2em; } }
      @media (max-width: 767px) {
        #fixed-footer .col-4 .btn {
          width: 100%;
          padding-left: 0;
          padding-right: 0; } }
      #fixed-footer .col-4 .btn::after {
        content: none; }
  #fixed-footer .bg-orange .btn, #fixed-footer .bg-black .btn {
    color: #fff;
    display: block;
    font-weight: bold;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }

#page-footer {
  padding: 1.5em 0 40px;
  line-height: 1.4; }
  @media (min-width: 768px) {
    #page-footer {
      padding-bottom: 0; } }

#footer-contact {
  color: #fff;
  background-color: #F38200;
  padding-top: 20px;
  padding-bottom: 20px; }
  #footer-contact i {
    background-color: #fff;
    border-radius: 50%;
    color: #F38200;
    padding: 7px;
    text-align: center; }
  #footer-contact a {
    color: #fff;
    text-decoration: underline; }
  #footer-contact .fc-tel {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-left: 40px; }
    #footer-contact .fc-tel a {
      text-decoration: none; }

#footer-nav {
  padding-top: 30px;
  padding-bottom: 30px; }
  #footer-nav li {
    padding: 0.5em 0; }
  #footer-nav a {
    font-weight: bold; }

.copylight {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #000;
  padding-top: 1em;
  padding-bottom: 1em; }

/* ======= パンくず ======= */
#topicpath {
  margin-top: 20px; }
  @media (min-width: 768px) {
    #topicpath {
      margin-top: 60px; } }

.breadcrumb {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0;
  margin-bottom: 0;
  background-color: inherit; }
  @media (max-width: 767px) {
    .breadcrumb {
      font-size: 12px; } }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\03e"; }
  .breadcrumb .breadcrumb-item.active {
    color: #212529; }

/* ======= おおしろのこだわり ======= */
.commitment-box {
  margin-bottom: 50px;
  position: relative; }

.commitment-img {
  width: 100%; }
  @media (min-width: 992px) {
    .commitment-img {
      width: 60%; } }

.commitment-text {
  width: 100%;
  background-color: #fff;
  padding: 1em; }
  @media (min-width: 992px) {
    .commitment-text {
      width: inherit;
      position: absolute;
      padding: 1em 3em;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%); } }
  .commitment-text h3 {
    font-size: 25px;
    line-height: 1.6em;
    margin-bottom: 0.5em;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600; }
    @media (min-width: 768px) {
      .commitment-text h3 {
        font-size: 35px; } }

@media (min-width: 992px) {
  .cb-L {
    left: 0; } }

@media (min-width: 992px) {
  .cb-R {
    right: 0;
    margin-left: auto; } }

/* ======= 取扱商品ラインナップ ======= */
.lineup-wrap h3 {
  text-align: center;
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600; }

.lineup-img {
  width: 80%;
  height: auto;
  margin: 0 auto 20px; }
  @media (min-width: 768px) {
    .lineup-img {
      width: 100%; } }

/* ======= 会社概要&社歴 ======= */
.brdr-bottom {
  border-bottom: #707070 1px solid;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0; }

.table-head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .table-head {
      margin-bottom: 0; } }

/* ======= 採用情報 ======= */
#recruit p {
  margin-bottom: 400px; }
#recruit th,#recruit td{
	border-bottom:#000 solid 1px;
	padding:15px;
}

/* ======= フォーム ======= */
#form {
  padding-bottom: 60px; }
  #form .bg-white {
    padding-top: 60px;
    padding-bottom: 60px; }
  #form .form-row {
    margin-left: 0;
    margin-right: 0; }
  #form .form-row > .col, #form .form-row > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px; }
  #form label {
    margin: 0; }
  #form .required, #form .any {
    font-size: 13px;
    color: #fff;
    padding: 0.3em 0.5em;
    margin-left: 1em; }
  #form .required {
    background-color: #F01717; }
  #form .any {
    background-color: #F5FCFF; }
  #form .applicant {
    text-align: center;
    font-weight: bold;
    padding-top: 0.6em;
    padding-bottom: 0.4em;
    background-color: #F2F2F2;
    color: #fff; }
  #form .form-head {
    font-weight: bold;
    padding-top: 0.9em;
    padding-bottom: 0.7em; }
  #form .form-detail {
    padding-top: 0.9em;
    padding-bottom: 0.7em; }
  #form textarea {
    height: 150px; }
  #form .item-box {
    padding: 1em 0.5em; }
  #form .btn {
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    padding: 0.5em 3em 0.5em 2em;
    text-align: center; }
    #form .btn:hover {
      color: #fff; }

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