@charset "UTF-8";
.main_mv {
  background: url("../images/bg_main.png") no-repeat;
  background-size: cover;
  padding: 30% 0 5%;
  z-index: 2; }
  .main_mv .main_txt {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 30px;
    letter-spacing: 3px; }
    .main_mv .main_txt span {
      background: #fff;
      display: inline-block;
      padding: 0 10px; }
    .main_mv .main_txt i {
      font-size: 30px;
      display: inline-block;
      background: #fff;
      line-height: 1.3; }
  .main_mv p {
    background: #fff;
    display: inline-block;
    font-size: 25px;
    color: #333;
    font-style: italic;
    text-transform: uppercase;
    padding: 0 10px 3px;
    font-weight: 600;
    line-height: 1.2; }
    .main_mv p i {
      color: #ff6464; }
    .main_mv p span {
      font-size: 50%;
      display: inline-block;
      margin-left: 10px;
      font-family: "Noto Sans Japanese","游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif; }

.strength_inner {
  padding: 30px 0; }
  .strength_inner .container {
    background: url("../images/strength.png") bottom left no-repeat;
    background-size: 80%;
    padding-bottom: 20px; }
  .strength_inner .list_str {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .strength_inner .list_str li {
      position: relative;
      width: 48%;
      background: #f9f9f9;
      padding: 5% 2% 30px;
      margin-bottom: 5%;
      margin-right: 4px;
      box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.5); }
      .strength_inner .list_str li:after, .strength_inner .list_str li:before {
        background: #000;
        display: inline-block;
        position: absolute;
        content: '';
        transition: all 0.5s;
        -webkit-transition: all 0.5s; }
      .strength_inner .list_str li:before {
        width: 2px;
        height: 12px;
        right: 15px;
        bottom: 10px; }
      .strength_inner .list_str li:after {
        width: 12px;
        height: 2px;
        right: 10px;
        bottom: 15px; }
      .strength_inner .list_str li a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 4; }
        .strength_inner .list_str li a:after {
          position: absolute;
          content: "";
          background: #000;
          width: 1px;
          height: 40px;
          right: 25px;
          bottom: 5px;
          transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg); }
      .strength_inner .list_str li figure {
        text-align: center;
        margin-bottom: 20px; }
        .strength_inner .list_str li figure img {
          height: 60px; }
      .strength_inner .list_str li h3 {
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 15px; }
        .strength_inner .list_str li h3:after {
          position: absolute;
          content: "";
          background: #9e9e9e;
          height: 2px;
          width: 35px;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
      .strength_inner .list_str li p {
        font-weight: bold;
        text-align: center; }

.service_inner {
  background: #fcfcfc;
  padding: 30px 0; }
  .service_inner .box01 {
    padding: 0 2%; }
    .service_inner .box01 .infor {
      background: url("../images/service.png") bottom 10px right no-repeat;
      background-size: 70%;
      padding-bottom: 30px; }
  .service_inner .box02 {
    padding: 25px 0; }
    .service_inner .box02 ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .service_inner .box02 ul li {
        width: 49%;
        height: 80px;
        margin-bottom: 2%;
        position: relative;
        z-index: 2;
        overflow: hidden; }
        .service_inner .box02 ul li:nth-child(1) {
          background: url("../images/ser_gr1.jpg") no-repeat center;
          background-size: cover; }
        .service_inner .box02 ul li:nth-child(2) {
          background: url("../images/ser_gr3.jpg") no-repeat center;
          background-size: cover; }
        .service_inner .box02 ul li:nth-child(3) {
          background: url("../images/ser_gr6.jpg") no-repeat center;
          background-size: cover; }
        .service_inner .box02 ul li:nth-child(4) {
          background: url("../images/ser_gr7.jpg") no-repeat center;
          background-size: cover; }
        .service_inner .box02 ul li:nth-child(5) {
          background: url("../images/ser_gr2.jpg") no-repeat center;
          background-size: cover; }
        .service_inner .box02 ul li:nth-child(6) {
          background: url("../images/ser_gr5.jpg") no-repeat center;
          background-size: cover; }
        .service_inner .box02 ul li:nth-child(7) {
          background: url("../images/ser_gr4.jpg") no-repeat center;
          background-size: cover; }
        .service_inner .box02 ul li:nth-child(8) {
          background: url("../images/ser_gr8.jpg") no-repeat center;
          background-size: cover; }
        .service_inner .box02 ul li a {
          background: rgba(38, 38, 38, 0.5);
          width: 100%;
          height: 100%;
          text-align: center;
          text-decoration: none;
          display: flex;
          justify-content: center;
          align-items: center; }
        .service_inner .box02 ul li span {
          color: #fff;
          font-size: 15px;
          font-weight: bold;
          z-index: 9;
          letter-spacing: 2px; }
  .service_inner .box03 {
    width: 98%;
    margin-left: 2%;
    padding: 5% 0;
    position: relative;
    background: url("../images/ser_bg1.jpg") no-repeat center right 20%;
    background-size: cover; }
    .service_inner .box03 .box03_in {
      background: #fff;
      padding: 3% 4%;
      width: 60%;
      margin: 0 3%; }
    .service_inner .box03 .cm_button {
      text-align: right;
      margin-top: 15px; }
    .service_inner .box03.box03_02 {
      background: url("../images/ser_bg2.jpg") no-repeat center right 20%;
      background-size: cover; }
      .service_inner .box03.box03_02 .box03_in {
        float: right; }

.warehousers_inner {
  padding: 30px 0;
  background: #262626; }
  .warehousers_inner .txt01 {
    background: url("../images/warehouses.png") bottom left no-repeat;
    background-size: 98%;
    text-align: center;
    color: #fff;
    padding-bottom: 7%; }
  .warehousers_inner ul li {
    position: relative;
    padding: 7%;
    margin: 0 2% 5%; }
    .warehousers_inner ul li:nth-child(1) {
      background: url("../images/vare_bg1.jpg") top center no-repeat;
      background-size: cover; }
    .warehousers_inner ul li:nth-child(2) {
      background: url("../images/vare_bg2.jpg") top center no-repeat;
      background-size: cover; }
    .warehousers_inner ul li .cm_button {
      text-align: left; }
    .warehousers_inner ul li .cm_tt2 {
      font-size: 20px;
      margin-bottom: 0; }
    .warehousers_inner ul li .link1 {
      display: block;
      text-decoration: none; }
      .warehousers_inner ul li .link1:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 9; }

.company_news {
  padding: 30px 0; }
  .company_news .company {
    background: url("../images/company_bg.jpg") top center no-repeat;
    background-size: cover;
    padding: 6%; }
    .company_news .company .cm_tt2 {
      font-size: 20px;
      text-align: center; }
    .company_news .company p {
      color: #fff; }
    .company_news .company .cm_button {
      margin-top: 10px; }
  .company_news .news {
    margin-top: 30px; }
    .company_news .news .cm_tt2 {
      position: relative;
      font-size: 20px;
      letter-spacing: 2px; }
    .company_news .news .news_links {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 14px;
      font-weight: bold; }
    .company_news .news .content {
      height: 175px;
      overflow-y: scroll; }
      .company_news .news .content a {
        display: inline-block;
        padding: 10px 0;
        text-decoration: none; }
        .company_news .news .content a span {
          display: block;
          color: #969696;
          font-size: 15px;
          margin-bottom: 10px; }

@media print, screen and (max-width: 414px) {
  .main_mv .main_txt {
    font-size: 16px;
    margin-bottom: 20px; }
    .main_mv .main_txt i {
      font-size: 24px; }
  .main_mv p {
    font-size: 20px; } }
@media print, screen and (max-width: 375px) {
  .service_inner .box03 {
    background: url("../images/ser_bg1.jpg") no-repeat center right 35%;
    background-size: cover; }
    .service_inner .box03 .box03_in {
      width: 70%; } }
@media print, screen and (max-width: 320px) {
  .main_mv .main_txt {
    font-size: 15px; }
    .main_mv .main_txt i {
      font-size: 22px; }
  .main_mv p {
    font-size: 18px; } }

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