@charset "UTF-8";
/************************************************
    Reset
*************************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  min-height: 0;
  min-width: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, figure, figcaption, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  border: 0;
  margin: 0; }

i {
  font-style: inherit; }

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif; }

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

table, caption, th, td {
  font-weight: normal;
  text-align: left;
  empty-cells: show;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0; }

a img, iframe {
  border: none; }

a {
  color: inherit; }

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

input, textarea, select, button {
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  margin: 0; }

input[type="text"],
textarea {
  width: 100%; }

address {
  font-style: normal; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

br {
  opacity: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none; }

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

/************************************************
    共通設定
*************************************************/
* {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

html {
  font-size: 62.5%;
  display: block; }

body {
  font-size: 1rem;
  line-height: 1;
  position: relative;
  font-weight: 500;
  display: block; }

a:hover {
  opacity: 0.8; }

/*
@font-face {
    font-family: '';
    src: url('.eot');
    src: local('Neue Haas Grotesk Display Pro 96 Black Italic'), local('NeueHaasDisplay-BlackItalic'),
    url('.eot?#iefix') format('embedded-opentype'),
    url('.woff') format('woff'),
    url('.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
*/
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
.l-header {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  height: 90px;
  text-decoration: none;
  background-color: #fff; }
  .l-header a {
    text-decoration: none; }
  .l-header_inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative; }
    .l-header_inner:after {
      content: "";
      clear: both;
      display: block; }
  .l-header_logo {
    display: block;
    padding-top: 10px;
    margin-left: 20px; }
    .l-header_logo img {
      width: 70px;
      height: 70px; }

.l-header_nav-list {
  position: absolute;
  right: 50%;
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
  top: 50%;
  list-style: none;
  font-size: 14px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 480px) {
    .l-header_nav-list {
      display: block;
      margin-right: 0px; } }
  .l-header_nav-list li {
    padding: 20px 10px; }
    .l-header_nav-list li:last-child {
      border-right: none; }
    @media (max-width: 768px) {
      .l-header_nav-list li {
        border-right: none; } }
    .l-header_nav-list li a {
      padding: 0 5px;
      padding: 2px;
      -webkit-transition: all .6s ease 0s;
      -o-transition: all .6s ease 0s;
      transition: all .6s ease 0s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-weight: bold; }
      .l-header_nav-list li a:hover {
        color: #8D121B; }

.l-header_nav-sns {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .l-header_nav-sns-label {
    font-size: 1.2rem;
    letter-spacing: .2em;
    color: #555555;
    text-align: right; }
  .l-header_nav-sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px; }
    .l-header_nav-sns-list li {
      margin-left: 15px; }

/* Fixed */
.l-header.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 70px;
  -webkit-transition: top 0.65s ease-in;
  -o-transition: top 0.65s ease-in;
  transition: top 0.65s ease-in;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 9999; }
  .l-header.fixed .l-header_logo img {
    height: 50px;
    width: 50px; }
  .l-header.fixed .l-header_nav .l-header_nav-list li a {
    color: #333;
    padding: 0 15px; }

/* Toggle Button */
.l-header_toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101; }
  .l-header_toggle div {
    position: relative; }

@media (max-width: 768px) {
  .l-header {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    height: 56px;
    padding: 0;
    /* Fixed reset */ }
    .l-header_inner {
      width: 100%;
      padding: 0; }
    .l-header .fixed {
      padding-top: 0;
      background: transparent; }
  .l-header_always {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative; }
  .l-header.fixed .l-header_logo,
  .l-header .l-header_logo {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 8px;
    margin-left: 12px; }
    .l-header.fixed .l-header_logo img,
    .l-header .l-header_logo img {
      width: 40px;
      height: 40px; }
  .l-header_nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    padding-bottom: 30px; }
    .l-header_nav-list {
      display: block;
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 20px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .l-header_nav-list li {
        float: none;
        position: static;
        padding: 0; }
    .l-header_nav-sns {
      position: static;
      width: 100%;
      padding-top: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-top: solid 1px #ccc;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .l-header_nav-sns-label {
        text-align: center; }
      .l-header_nav-sns-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .l-header_nav-sns-list li {
          margin-left: 10px;
          margin-right: 10px; }
  .l-header .l-header_nav .l-header_nav-list li a,
  .l-header.fixed .l-header_nav .l-header_nav-list li a {
    width: 100%;
    display: block;
    padding: 20px 10px; }
  .l-header_toggle {
    display: block; }
  /* #navToggle 切り替えアニメーション */
  .l-header_toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
    .l-header_toggle span:nth-child(1) {
      top: 0; }
    .l-header_toggle span:nth-child(2) {
      top: 11px; }
    .l-header_toggle span:nth-child(3) {
      top: 22px; }
  .open .l-header_toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg); }
  .open .l-header_toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open .l-header_toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg); }
  /* #globalNav スライドアニメーション */
  .open .l-header_nav {
    /* #globalNavsiera top + #mobileHead height */
    -webkit-transform: translateY(556px);
    -ms-transform: translateY(556px);
    transform: translateY(556px); } }

.l-wrap {
  position: relative;
  width: 100%;
  overflow: hidden; }

.l-contents {
  position: relative;
  width: 100%;
  padding-top: 90px; }

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 768px) {
  .l-contents {
    padding-top: 56px; }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px; } }

.l-footer {
  background-color: #8D121B;
  padding-top: 60px;
  color: #ffffff;
  text-align: center; }
  .l-footer_nav {
    position: relative;
    margin-bottom: 40px; }
    .l-footer_nav-list {
      position: relative;
      list-style: none;
      font-size: 1.6rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 30px; }
      .l-footer_nav-list li {
        padding: 20px 10px; }
    .l-footer_nav-sns {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .l-footer_nav-sns-label {
        font-size: 1.2rem;
        letter-spacing: .2em;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .l-footer_nav-sns-label::after {
          content: '';
          display: block;
          width: 40px;
          height: 1px;
          background-color: #ffffff;
          margin-left: 15px;
          margin-right: 15px; }
      .l-footer_nav-sns-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .l-footer_nav-sns-list li:not(:last-of-type) {
          margin-right: 15px; }
  .l-footer_logo {
    position: relative;
    width: 100%;
    margin-bottom: 40px; }
    .l-footer_logo-mark {
      position: relative;
      width: 130px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px; }
    .l-footer_logo-caption {
      font-size: 1.4rem;
      letter-spacing: .1em;
      font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif; }
  .l-footer_copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
    width: 100%; }
    .l-footer_copyright small {
      font-size: 1.2rem;
      letter-spacing: .2em; }

@media (max-width: 768px) {
  .l-footer_nav-list {
    font-size: 1.4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .l-footer_nav-list li {
      padding: 10px 10px; }
      .l-footer_nav-list li a {
        padding: 0 5px;
        padding: 2px;
        -webkit-transition: all .6s ease 0s;
        -o-transition: all .6s ease 0s;
        transition: all .6s ease 0s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: bold;
        letter-spacing: .1em; }
        .l-footer_nav-list li a:hover {
          color: #8D121B; }
  .l-footer_nav-sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .l-footer_nav-sns-label {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .l-footer_nav-sns-label::after {
        width: 1px;
        height: 20px;
        margin-top: 10px;
        margin-left: auto;
        margin-bottom: 10px;
        margin-right: auto; }
    .l-footer_nav-sns-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .l-footer_nav-sns-list li:not(:last-of-type) {
        margin-right: 15px; } }

.p-kv {
  display: block;
  width: 100%;
  max-height: calc(100vh - 90px);
  overflow: hidden;
  position: relative; }
  .p-kv_slider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .p-kv_slider-item {
      position: relative;
      width: 100%;
      height: 100%; }
      .p-kv_slider-item img {
        position: relative;
        width: 100%;
        height: 100%;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover; }
  .p-kv_copy {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
    .p-kv_copy-text {
      position: relative;
      font-size: 6rem;
      letter-spacing: .5em;
      line-height: 1.5em;
      font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
      color: #fff;
      font-weight: 600; }
  .p-kv::after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-top: 8%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
    background: -o-linear-gradient(rgba(255, 255, 255, 0), white);
    background: linear-gradient(rgba(255, 255, 255, 0), white);
    position: absolute;
    bottom: 0;
    z-index: 3; }

@media (max-width: 768px) {
  .p-kv {
    max-height: calc(100vh - 56px);
    height: 0;
    padding-top: 80%; }
    .p-kv_slider {
      position: absolute !important;
      top: 0;
      left: 0; }
      .p-kv_slider .slick-list {
        height: 100%; }
        .p-kv_slider .slick-list .slick-track {
          height: 100%; }
    .p-kv_copy-text {
      font-size: 3rem; } }

.p-about {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff; }
  .p-about_block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .p-about_logo {
    position: relative;
    width: 40%;
    padding: 0 30px;
    text-align: center; }
  .p-about_contents {
    position: relative;
    width: 60%; }
    .p-about_contents-title {
      position: relative;
      font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
      font-size: 3.4rem;
      letter-spacing: .2em;
      font-weight: 600;
      line-height: 1.75em;
      margin-bottom: 30px; }
      .p-about_contents-title span {
        display: inline-block; }
    .p-about_contents-descriptions {
      position: relative;
      font-size: 1.6rem;
      letter-spacing: .1em;
      line-height: 2em;
      text-align: justify; }
      .p-about_contents-descriptions p:not(:last-of-type) {
        margin-bottom: 1rem; }

@media (max-width: 768px) {
  .p-about {
    padding: 60px 0; }
    .p-about_block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .p-about_logo {
      width: 60%;
      max-width: 240px;
      margin-top: 30px; }
    .p-about_contents {
      width: 100%; }
      .p-about_contents-title {
        font-size: 2.4rem; }
      .p-about_contents-descriptions p br {
        display: none; } }

.p-foodloss {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background-color: #fafafa;
  overflow: hidden; }
  .p-foodloss_block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .p-foodloss_imgs {
    position: relative;
    width: 40%;
    padding: 0 30px;
    text-align: center; }
    .p-foodloss_imgs-item01 {
      position: relative;
      width: 75%;
      height: auto;
      z-index: 6;
      left: 10%; }
    .p-foodloss_imgs-item02 {
      position: relative;
      width: 125%;
      height: auto;
      left: 40%;
      top: -50px;
      z-index: 5; }
  .p-foodloss_contents {
    position: relative;
    width: 60%; }
    .p-foodloss_contents-title {
      position: relative;
      font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
      font-size: 3.4rem;
      letter-spacing: .2em;
      font-weight: 600;
      line-height: 1.75em;
      margin-bottom: 30px; }
      .p-foodloss_contents-title span {
        display: inline-block; }
    .p-foodloss_contents-descriptions {
      position: relative;
      font-size: 1.6rem;
      letter-spacing: .1em;
      line-height: 2em;
      text-align: justify; }
      .p-foodloss_contents-descriptions p:not(:last-of-type) {
        margin-bottom: 1rem; }
      .p-foodloss_contents-descriptions p span {
        font-size: 0.85em;
        line-height: 1em;
        color: #999999; }

@media (max-width: 768px) {
  .p-foodloss {
    padding: 120px 0; }
    .p-foodloss_block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .p-foodloss_imgs {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      opacity: .8; }
      .p-foodloss_imgs-item01 {
        position: absolute;
        left: -5%;
        top: -80px;
        width: 60%; }
      .p-foodloss_imgs-item02 {
        position: absolute;
        width: 100%;
        left: 30%;
        top: auto;
        bottom: -80px; }
    .p-foodloss_contents {
      position: relative;
      width: 100%;
      z-index: 1;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 30px 20px; }
      .p-foodloss_contents-title {
        font-size: 2.4rem; }
      .p-foodloss_contents-descriptions p br {
        display: none; } }

.p-products {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff; }
  .p-products_bg {
    position: absolute;
    z-index: 1; }
    .p-products_bg.bg01 {
      top: 0;
      left: 50%;
      max-width: 676px;
      width: 50%;
      height: auto;
      -webkit-transform: translate3d(-140%, -25%, 0);
      transform: translate3d(-140%, -25%, 0); }
    .p-products_bg.bg02 {
      top: 5%;
      left: 50%;
      max-width: 457px;
      width: 40%;
      height: auto;
      -webkit-transform: translate3d(70%, 0, 0);
      transform: translate3d(70%, 0, 0); }
    .p-products_bg.bg03 {
      top: 50%;
      left: 40%;
      max-width: 457px;
      width: 40%;
      height: auto;
      -webkit-transform: translate3d(-140%, -10%, 0);
      transform: translate3d(-140%, -10%, 0); }
    .p-products_bg.bg04 {
      bottom: 0;
      right: 0;
      max-width: 770px;
      width: 40%;
      height: auto;
      -webkit-transform: translate3d(20%, 25%, 0);
      transform: translate3d(20%, 25%, 0); }
  .p-products_title {
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 3.4rem;
    letter-spacing: .2em;
    font-weight: 600;
    position: relative;
    margin-bottom: 60px;
    z-index: 2; }
  .p-products_contents {
    position: relative;
    width: 100%;
    z-index: 2; }
  .p-products .p-product-block {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1024px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 50px 50px;
    margin-left: auto;
    margin-right: auto; }
    .p-products .p-product-block.engelgyoza {
      background-color: rgba(204, 11, 31, 0.9); }
    .p-products .p-product-block_contents {
      position: relative;
      width: 100%; }
    .p-products .p-product-block_img {
      position: absolute;
      width: 60%;
      top: 50%;
      left: 60%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      pointer-events: none; }
    .p-products .p-product-block_title {
      position: relative;
      text-align: center;
      margin-bottom: 40px; }
    .p-products .p-product-block_descriptions {
      font-size: 1.6rem;
      letter-spacing: .1em;
      line-height: 2em;
      color: #fff;
      position: relative;
      width: 60%;
      margin-left: 0;
      margin-right: auto;
      text-align: justify;
      margin-bottom: 20px; }
      .p-products .p-product-block_descriptions p:not(:last-of-type) {
        margin-bottom: 1rem; }
    .p-products .p-product-block_btn {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #2B2B2B;
      color: #fff;
      height: 54px;
      width: 100%;
      max-width: 330px;
      font-size: 1.8rem;
      letter-spacing: .1em;
      margin-top: 30px; }
      .p-products .p-product-block_btn-arw {
        position: relative;
        width: 14px;
        height: 12px;
        margin-right: 10px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        fill: #ffffff;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      .p-products .p-product-block_btn:hover {
        color: #2B2B2B;
        background-color: #ffffff;
        opacity: 1; }
        .p-products .p-product-block_btn:hover .p-product-block_btn-arw {
          fill: #2B2B2B; }

@media (max-width: 768px) {
  .p-products {
    padding: 60px 0; }
    .p-products_bg.bg01 {
      top: 10%;
      left: 50%;
      width: 80%;
      -webkit-transform: translate3d(-110%, -25%, 0);
      transform: translate3d(-110%, -25%, 0); }
    .p-products_bg.bg02 {
      top: 20%;
      width: 50%;
      -webkit-transform: translate3d(40%, 0, 0);
      transform: translate3d(40%, 0, 0); }
    .p-products_bg.bg03 {
      width: 60%;
      -webkit-transform: translate3d(-100%, -10%, 0);
      transform: translate3d(-100%, -10%, 0); }
    .p-products_bg.bg04 {
      width: 80%;
      -webkit-transform: translate3d(30%, 25%, 0);
      transform: translate3d(30%, 25%, 0); }
    .p-products_title {
      font-size: 2.4rem;
      margin-bottom: 50px; }
    .p-products .p-product-block {
      padding: 40px 30px;
      margin-bottom: 15vw; }
      .p-products .p-product-block_contents {
        position: relative;
        width: 100%; }
      .p-products .p-product-block_img {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: -10%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -30vw; }
      .p-products .p-product-block_descriptions {
        width: 100%; }
      .p-products .p-product-block_btn {
        height: 40px;
        font-size: 1.6rem;
        margin-left: auto;
        margin-right: auto; } }

.p-company {
  position: relative;
  width: 100%;
  padding: 100px 0 80px;
  background-color: #2B2B2B;
  background-image: url("../img/bg-company.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff; }
  .p-company_title {
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 3.4rem;
    letter-spacing: .2em;
    font-weight: 600;
    position: relative;
    margin-bottom: 60px;
    z-index: 2; }
  .p-company_table {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    letter-spacing: .1em;
    line-height: 1.75em; }
    .p-company_table tr {
      border-bottom: solid 1px #707070; }
      .p-company_table tr th {
        width: 180px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
        vertical-align: top; }
      .p-company_table tr td {
        width: calc(100% - 180px);
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
        vertical-align: top; }
        .p-company_table tr td span {
          font-size: .75em;
          display: inline-block; }

@media (max-width: 768px) {
  .p-company {
    padding: 60px 0; }
    .p-company_title {
      font-size: 2.4rem;
      margin-bottom: 40px; }
    .p-company_table {
      font-size: 1.6rem; }
      .p-company_table tr th {
        width: 90px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 10px; }
      .p-company_table tr td {
        width: calc(100% - 90px);
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 0; } }

.u-bold {
  font-weight: bold; }
