@charset "UTF-8";
@media screen and (max-width: 767px) {
  /* ------------------------------------------------
  _development.scss 商品開発
  */
  .dev_about_section .about_headline {
    font-size: 2rem;
    white-space: normal;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .dev_about_section .text_block {
    width: 100%;
  }
  .dev_about_section .text_block p {
    margin-top: 20px;
  }
  .recommend_benefit_block {
    display: block;
  }
  .recommend_benefit_block::after {
    display: none;
  }
  .dev_flow_section .flow_list .flow_title {
    font-size: 2rem;
  }
  .dev_flow_section {
    padding: 50px 0 140px;
  }
  .dev_flow_section .flow_list .flow_img img {
    width: 190px;
  }
  .dev_case_section {
    padding: 70px 0 80px;
    background-color: #fff;
    border-radius: 50px 50px 0 0;
  }
  .common_slide_wrap .swiper-button-prev {
    left: -15px;
  }
  .common_slide_wrap .swiper-button-next {
    right: -15px;
  }
  /* ------------------------------------------------
  _technique.scss 加工・カット技術
  */
  .tech_features_section .c_panel_wrap .text_block .marker_headline {
    font-size: 2.4rem;
  }
  .tech_features_section {
    overflow: hidden !important;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tech_point_section {
    padding-block: 0px;
  }
  .tech_point_wrap .title_block {
    margin-bottom: 0px;
  }
  .tech_point_wrap .title_block .sub_title,
  .tech_point_wrap .text_block .sub_title {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  .tech_point_wrap .tech_point_flex._full .desc_text {
    max-width: 100%;
  }
  .other_page_link_area .page_link_text {
    padding: 65px 65px 65px 30px;
  }
  .other_page_link_area .page_link_text::before {
    width: 60px;
    right: 25px;
    background: url(../images/common/arrow_white.svg) center/20px 20px no-repeat #D12D26;
  }
  /* ------------------------------------------------
  _quality.scss 品質へのこだわり
  */
  .quality_about_section {
    padding-block: 60px 60px;
    overflow-x: hidden !important;
  }
  .quality_about_section .c_panel_wrap:not(:last-child) {
    margin-bottom: 100px;
  }
  .quality_about_section .c_panel_wrap .text_block .marker_headline {
    font-size: 2.4rem;
    margin-right: 0;
    margin-bottom: 20px;
    white-space: normal;
  }
  .fssc_wrap {
    margin-bottom: 80px;
  }
  .fssc_wrap .fssc_box {
    background-color: #D12D26;
    border-radius: 40px;
    color: #fff;
    display: block;
    justify-content: space-between;
    padding: 8.069% 8.069%;
    position: relative;
    z-index: 1;
  }
  .fssc_wrap .fssc_box .text_block {
    flex: 1;
    padding-right: 0;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .fssc_wrap .fssc_box .image_block {
    width: 100%;
  }
  .commit_content dl {
    display: block;
    align-items: top;
    position: relative;
    padding: 35px 0;
    font-weight: 500;
  }
  .commit_content dl dt {
    width: 100%;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .commit_content dl dd {
    margin-left: 0px;
  }
  .commit_content dl::before {
    content: "";
    position: absolute;
    top: 52px;
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../images/common/icon_check.svg) center/contain no-repeat;
  }
  .fssc_wrap .fssc_box .simple_headline {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=add.css.map */