@charset "UTF-8";
@media only screen and (max-width: 860px) {
  .mincho {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho" serif;
  }
  .sp_none {
    display: none !important;
  }
  .pc_none {
    display: block;
  }
  .sp_mt20 {
    margin-top: 20px;
  }
  .fixed {
    position: static;
  }
  a.anchor {
    display: block;
    padding-top: 0px;
    margin-top: 0px;
  }
  :target:before {
    content: "";
    display: block;
    height: 0px;
    margin: 0px 0 0;
  }
  #map_canvas {
    height: 350px;
  }
  header .tagline {
    width: 100%;
    padding: 0px;
  }
  header .tagline .logo {
    padding-top: 8px;
  }
  .news_box {
    width: 94%;
    margin: 0px auto;
  }
  .news_box dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 0px;
  }
  .news_box dl dt {
    padding: 10px 10px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: none;
    background: #EE5900;
    color: #FFF;
    font-size: 120%;
  }
  .news_box dl dt:first-child {
    border-top: 1px solid #FFF;
  }
  .news_box dl dd {
    color: #000;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
    padding: 10px 10px;
  }
  .news_box dl dd:nth-child(2) {
    border-top: none;
  }
  .news_box dl dd a {
    color: #333333;
    text-decoration: none;
    position: relative;
  }
  /*/////////// 会社概要 ////////////*/
  .message ul {
    flex-wrap: wrap;
  }
  .message ul .pic {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .message ul .pic img {
    width: auto;
  }
  .message ul .txt {
    width: 100%;
  }
  .company_tbl {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    box-sizing: border-box;
  }
  .company_tbl tr {
    width: 100%;
    border: 1px solid #CCC;
  }
  .company_tbl th, .company_tbl td {
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    border: none;
    font-size: 100%;
    display: block;
  }
  .company_tbl tbody {
    text-align: left;
  }
  .company_tbl tbody th {
    background: #F5F5F5;
    color: #000;
    text-align: left;
    width: 100%;
  }
  .company_tbl tbody td {
    background: white;
  }
  .second_main_img {
    padding-top: 0px;
  }
  .second_main_img .outer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #FFF;
    z-index: 3;
    width: 100%;
  }
  .second_main_img .outer h2 {
    font-size: 184%;
    text-align: center;
  }
  .safety__block .primary_box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .safety__block .primary_box .left {
    width: 100%;
    background: #FFF;
    box-sizing: border-box;
    padding: 20px;
  }
  .safety__block .primary_box .left p {
    font-size: 104%;
    line-height: 1.7;
  }
  .safety__block .primary_box .right {
    max-height: 300px;
    overflow: hidden;
    width: 100%;
    padding-top: 0px;
  }
  .safety__block .primary_box .right img {
    font-family: 'object-fit: cover;';
    object-fit: cover;
    width: 100%;
  }
  .organic__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .organic__block .left {
    width: 100%;
    position: relative;
    letter-spacing: .16em;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin-bottom: 15px;
  }
  .organic__block .left .txt {
    position: static;
    top: 12px;
    left: 7.03125vw;
    color: #232323;
    line-height: 1.2;
    font-size: 134%;
  }
  .organic__block .left .txt span {
    font-size: 144%;
    display: inline-block;
    box-shadow: inset 0 -10px 0 #fef85f;
  }
  .organic__block .right {
    width: 100%;
  }
  .organic__block .right p {
    margin-bottom: 20px;
  }
  .organic__block .right .sub_ttl {
    margin-bottom: 20px;
  }
  .works__block .cat__btn {
    display: flex;
    flex-wrap: wrap;
  }
  .works__block .cat__btn li {
    width: 100%;
    margin-bottom: 15px;
  }
  .works__block .cat__btn li:last-child {
    margin-bottom: 0px;
  }
  .order__block .left__pic ul {
    display: flex;
    flex-wrap: wrap;
  }
  .order__block .left__pic ul .pic {
    height: 250px;
  }
  .order__block .left__pic ul li {
    width: 100% !important;
    height: 250px;
  }
  .order__block .left__pic ul li img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .order__block .left__pic ul .box {
    width: 100%;
  }
  .order__block .left__pic ul .box:before {
    display: none;
  }
  .order__block .right__pic ul {
    flex-direction: column-reverse;
  }
  .order__block .right__pic ul .pic {
    height: 250px;
  }
  .order__block .right__pic ul li {
    width: 100% !important;
  }
  .order__block .right__pic ul li img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .order__block .right__pic ul .box {
    width: 100%;
  }
  .order__block .right__pic ul .box:after {
    display: none;
  }
  .reason__block .stopper {
    width: 100%;
  }
  .reason__block .left__pic ul {
    display: flex;
    flex-wrap: wrap;
  }
  .reason__block .left__pic ul .pic {
    padding: 30px 30px 0px 30px;
  }
  .reason__block .left__pic ul li {
    width: 100% !important;
  }
  .reason__block .left__pic ul li img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .reason__block .left__pic ul .box {
    width: 100%;
  }
  .reason__block .left__pic ul .box:before {
    display: none;
  }
  .reason__block .right__pic ul {
    flex-direction: column-reverse;
  }
  .reason__block .right__pic ul .pic {
    padding: 30px 30px 0px 30px;
  }
  .reason__block .right__pic ul li {
    width: 100% !important;
  }
  .reason__block .right__pic ul li img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .reason__block .right__pic ul .box {
    width: 100%;
  }
  .reason__block .right__pic ul .box:before {
    display: none;
  }
  .subwrapper {
    padding: 0px 10px;
    box-sizing: border-box;
  }
  .content {
    padding-top: 10px;
  }
  .slide_wrapper .scroll {
    display: none;
  }
  .slide_wrapper .scroll img {
    margin-top: 10px;
    animation: vertical 1s ease-in-out infinite alternate;
    width: 25px;
  }
  .slide_wrapper .scroll p {
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 84%;
  }
  .slide_wrapper .main_slide li p {
    font-size: 150%;
  }
  /*/////////// header ////////////*/
  .content_block {
    padding: 40px 0px;
  }
  .card__list ul {
    flex-wrap: wrap;
  }
  .card__list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .card__list ul li .cat__box {
    max-height: auto;
    max-height: initial;
  }
  /*/////////// nav ////////////*/
  .nav {
    padding-bottom: 0px;
  }
  .nav .logo {
    max-width: initial;
    width: 100%;
    text-align: center;
  }
  footer {
    background: #DDDDDD;
    padding: 20px 0px;
  }
  footer .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .link div {
    width: 100%;
  }
  footer .link div:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .link div:nth-child(2), footer .link div:last-child {
    width: 49%;
  }
  header .sp_tel {
    position: fixed;
    z-index: 2;
    right: 60px;
    top: 10px;
    font-size: 200%;
    z-index: 100;
    color: #CCC;
  }
  header .sp_tel a {
    color: #CCC;
  }
  header nav {
    padding-top: 0px;
    margin-top: 0px;
  }
  header nav ul {
    flex-direction: column;
  }
  header nav ul .item_hidden:before {
    content: "-";
    position: absolute;
    right: 10px;
    top: 10px;
    padding-top: 3px;
    color: #FFF !important;
    box-sizing: border-box;
    margin: 0;
    width: 30px;
    height: 30px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
  }
  header nav ul .item_active:before {
    content: "+";
    position: absolute;
    right: 10px;
    top: 10px;
    padding-top: 3px;
    color: #FFF !important;
    box-sizing: border-box;
    margin: 0;
    width: 30px;
    height: 30px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
  }
  header nav ul li {
    width: 100%;
    border-bottom: 1px solid #FFF;
    text-align: left;
    color: #000 !important;
    background-color: #EE5900;
    box-sizing: border-box;
    padding-bottom: 0px;
    position: relative;
  }
  header nav ul li ul {
    display: none;
    background-color: #FFF;
  }
  header nav ul li ul li {
    font-size: 80%;
    width: 50%;
    background-color: #FFF;
    float: left;
    border-right: 1px solid #EE5900;
    border-bottom: 1px solid #EE5900;
  }
  header nav ul li ul li:last-child {
    border-bottom: none;
    border-right: 1px solid #EE5900;
  }
  header nav ul li ul li a {
    padding: 10px 10px !important;
    display: block;
    color: #000 !important;
  }
  header nav ul li:after {
    display: none;
  }
  header nav ul li a {
    text-decoration: none;
    color: #FFF;
  }
  header nav ul li a:hover {
    text-decoration: none;
  }
  .organic_card__list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
  }
  .organic_card__list ul li {
    width: 100%;
    padding: 10px;
    margin-right: 0%;
  }
  .organic_card__list ul li:nth-child(3n) {
    margin-right: 0%;
  }
  .organic__description__list {
    width: 100%;
    background-color: #eee;
    border-radius: 4px;
    padding: 10px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .organic__description__list .left {
    width: 100%;
  }
  .organic__description__list .left ul li {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding: 10px;
  }
  .organic__description__list .left ul li .sub_ttl {
    margin-bottom: 7px;
    font-size: 114%;
  }
  .organic__description__list .left ul li .sub_ttl span {
    color: #EE5900;
  }
  .organic__description__list .left ul li p {
    line-height: 1.5;
  }
  .organic__description__list .right {
    width: 100%;
  }
  .organic__description__list .right .img {
    background: #FFF;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
  }
  .organic__description__list .right .img:last-child {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  #page-top {
    font-size: 200%;
  }
  #page-top a {
    padding: 0px 5px;
    line-height: 0;
  }
  .middle_ttl {
    font-size: 140%;
  }
  /*/////////// お問い合わせ ////////////*/
  .contact {
    padding: 10px;
  }
  .contact form table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  .contact form table th, .contact form table td {
    display: block;
    box-sizing: border-box;
    padding: 25px 10px;
  }
  .contact form table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px !important;
  }
  .contact form table td {
    width: 100%;
    padding-top: 0px !important;
  }
  .contact form table .normal_txt {
    width: 100%;
  }
  .contact form table .small_txt {
    width: 50%;
  }
  .organic__block__work .lead {
    padding: 10px;
  }
  .organic__block__work .box {
    padding: 10px;
  }
  .organic__block__work .box ul li:first-child .img_wrap:after {
    font-size: 400%;
    right: -22%;
  }
  .organic__block__work .box ul li .sub_ttl span {
    font-size: 100%;
  }
  /*/////////// プライバシーポリシー ////////////*/
  .privacy .sub_ttl {
    font-size: 140%;
  }
}

@media screen and (max-width: 480px) {
  .br-sp {
    display: none;
  }
  .map {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
  header .tagline {
    width: 100%;
  }
  header .tagline .logo {
    width: 40%;
  }
  footer .link div {
    width: 100%;
  }
  footer .link div:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .link div:nth-child(2), footer .link div:last-child {
    width: 100%;
  }
  footer .link div:last-child {
    padding-top: 10px;
  }
  .slide_wrapper .scroll {
    display: none;
  }
  .slide_wrapper .main_slide li p {
    font-size: 144%;
  }
  .organic__block__work .box ul li:first-child .img_wrap:after {
    font-size: 250%;
    right: -22%;
  }
  .organic__block__work .box ul .sub_ttl span {
    font-size: 100%;
  }
  .second_main_img .outer h2 {
    font-size: 124%;
  }
  .middle_ttl {
    font-size: 114%;
  }
  .middle_ttl span {
    background: none;
    border-bottom: 3px solid #EE5900;
    display: inline-block;
    padding-bottom: 5px;
  }
  .content_block__bottom {
    padding: 0px 0px 15px;
  }
}
