@charset "UTF-8";


/* ==========================================================================
   Foundation
   ========================================================================== */

/* Reset
   ----------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/
02
v2.0 | 20110126
03
License: none (public domain)
04
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
   display: block;
}
body {
   line-height: 1;
}
ol, ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
input[type="submit"]{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Base
   ----------------------------------------------------------------- */
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('../font/NotoSansCJKjp-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansCJKjp-Bold.woff') format('woff');        
}

body {
   font-family: 'Noto Sans Japanese';
   font-weight: 400;
   font-size: 14px;
   line-height: 24px;
}
th{
  text-align: left;
}
a{
   text-decoration: none;
}
.topSlide,
.topSlide img{
  width: 100%;
}
.gNavi a.gNavi__notReady{
  color: #909090;
}

@media print, screen and (min-width: 829px){
/*パンくずリスト*/
  .breadCrumbBox{
    border-bottom: 1px solid #000;
  }
  .breadCrumb{
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
  }
  .breadCrumb li{
    margin-left: 35px;
  }
  .breadCrumb li:first-child{
    margin-left: 0;
  }
  .breadCrumb li span{
    position: relative;
  }
  .breadCrumb li span:before{
    content: ">";
    position: absolute;
    left: -20px;
  }
  .breadCrumb a{
    color: #1c4685;
  }
  .breadCrumb a:hover{
    opacity: 0.6;
    transition: 0.8s;
  }

/* Header
   ----------------------------------------------------------------- */
  #header{
    position: relative;
    z-index: 2000;
  }
  .header_upside{
    display: flex;
    width: 100%;
    min-width: 1100px;
  }
  .header_upside__left{
    margin: 25px 0 0 20px;
  }
  .header_upside__right{
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%
  }
  .header_upside__right:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #1c4685;
    transform: scaleY(1.3) perspective(10em) rotateX(5deg);
    transform-origin: bottom right;
    border-radius: 0px 0px 0 0;
  }
  .header_upside__right__Inner{
    padding: 10px 30px 10px 0;
    text-align: right;
  }
  .header_downside{
    display: block;
  }
  .header_sub{
    color: #fff;
    font-size: 12px;
  }
  .header_sub__follow{
    margin-left: 15px;
  }
  .header_upside__img{
    margin-top: 10px;
  }
  .header_upside__img__follow{
    margin-left: 15px;
  }
  .gNavi{
    width: 100%;
    min-width: 1100px;
    height: 50px;
    display: flex;
    background: #000;
    text-align: center;
    padding: 0 20px;
  }
  .gNavi a{
    color: #fff;
  }
  .gNavi li.current{
    background: #1c4685;
  }
  .gNavi > li{
    -webkit-transform: skewX(155deg);
    -moz-transform: skewX(155deg);
    transform: skewX(155deg);
    border-right: 1px solid #fff;
  }
  .gNavi > li a{
    display:block;
    transform: skewX(-155deg);
    padding: 12px 0;
  }
  .gNavi > li:nth-child(1){
    width: 8%;
  }
  .gNavi > li:nth-child(2){
    width: 14%;
    position: relative;
  }
  .gNavi > li:nth-child(3){
    width: 10%;
    position: relative;
  }
  .gNavi > li:nth-child(4){
    width: 12%;
  }
  .gNavi > li:nth-child(5){
    width: 17%;
  }
  .gNavi > li:nth-child(6){
    width: 12%;
    position: relative;
  }
  .gNavi > li:nth-child(7){
    width: 15%;
  }
  .gNavi > li:nth-child(8){
    width: 8%;
    border-right: none;
    position: relative;
  }
  .gNavi__under{
    background: #000;
    padding: 10px 15px;
    line-height: 18px;
    transform: skewX(-155deg);
    text-align: left;
    padding: 10px 15px;
    display: none;
  }
  .gNavi__under li{
    transform: skewX(155deg);
  }
  .gNavi__under li a:hover{
    text-decoration: underline;
  }
  .gNavi__under__collator{
    width: 160px;
    position: absolute;
    left: 70px;
  }
  .gNavi__under__packing{
    width: 120px;
    position: absolute;
    left: 20px;
  }
  .gNavi__under__ozone{
    width: 130px;
    position: absolute;
    left: 23px;
  }
  .gNavi__under__company{
    width: 130px;
    position: absolute;
    left: 20px;
  }

/* ページトップ
   ----------------------------------------------------------------- */
  .btn_toTop{
    margin: 50px 0 30px;
    text-align: right;
  }

/* Footer
   ----------------------------------------------------------------- */
   #footer{
    background: #000;
    color: #fff;
  }
   #footer a{
    color: #fff;
  }
  .footerInner,
  .footer_right{
    display: flex;
    justify-content: space-between;
  }
  .footerInner{
    padding: 30px 0 35px;
  }
  .footer__left{
    width: 420px;
  }
  .footer__left__name{
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 20px;
  }
  .footer__left__facebook{
    display: inline-block;
    margin: 20px 0;
  }
  .footer__left__maruyama{
    display: block;
    margin-top: 20px;
  }
  .footer_right{
    width: 640px;
  }
  .footer_right__sitemap{
    width: 200px;
  }
  .footer_right__sitemap > li{
    margin-bottom: 30px;
  }
  .footer_right__sitemap > li:last-child{
    margin-bottom: none;
  }
  .footer_right__sitemapTTl{
    /*font-size: 20px;*/
    line-height: 26px;
    font-weight: 400;
  }
  .footer_right__sitemap__under{
    margin-top: 10px;
  }
  .footer__copyright{
    width: 100%;
    background: #1c4685;
    text-align: center;
    padding: 10px 0;
  }

}

/** SP画面 **/
@media screen and (max-width: 828px) { /*-----769-----*/
  body {
   font-size: 24px;
   line-height: 34px;
}

/* Header
   ----------------------------------------------------------------- */
  header{
    background: #000;
  }
  .header_upside{
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #000;
    padding: 30px 0;
  }
  .header_upside__left{
    margin: 18px 0 0 20px;
  }
  .header_upside__right{
    margin-right: 30px;
  }
  .header_downside{
    display: none;
  }
  .gNavi li a{
    display: block;
    padding: 25px 0 25px 5%;
    color: #FFF;
    background: #000;
    border-bottom: 1px solid #FFF;
    position: relative;
    font-size: 30px;
    line-height: 42px;
  }
  .js-gNavi:after{
    content: url(../../assets/img/common/arrow.png);
    position: absolute;
    right: 5%;
    top: 32%;
  }
  .gNavi__under{
    display: none;
  }
  .gNavi__under li a{
    background: #1c4685;
  }
  .header_sub_sp{
    display: flex;
    flex-wrap: wrap;
    margin: 0 5%;
    padding: 30px 0;
  }
  .header_sub_sp li{
    margin-left: 60px;
  }
  .header_sub_sp li:first-child{
    margin-left: 0;
  }
  .header_sub_sp a{
    color: #fff;
    font-size: 22px;
  }

  .js-gNavi.active:after{
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

/* ページトップ
   ----------------------------------------------------------------- */
  .btn_toTop{
    margin: 50px 0 30px;
    text-align: right;
  }

/* Footer
   ----------------------------------------------------------------- */
   #footer{
    background: #000;
    color: #fff;
    text-align: center;
  }
   #footer a{
    color: #fff;
  }
  .footer__left{
    margin-bottom: 45px;
  }
  .footer__left__name{
    font-size: 48px;
    padding: 40px 0 35px;
  }
  .footer__left__facebook{
    display: inline-block;
    margin: 25px 0 45px;
  }
  .footer__left__maruyama{
    display: block;
    margin-top: 45px;
  }
  .footer_right{
    text-align: left;
  }
  .footer_right__sitemap > li{
    margin-bottom: 50px;
  }
  .footer_right__sitemap--last{
    margin-bottom: 0;
  }
  .footer_right__sitemapTTl{
    font-size: 28px;
  }
  .footer_right__sitemap__under{
    margin-top: 20px;
  }
  .footer_right__sitemap__under li{
    margin-bottom: 10px;
  }

  .footer__copyright{
    width: 100%;
    background: #1c4685;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
  }

}

