@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;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  :target:before {
    content: "";
    display: block;
    height: 0px;
    margin: 0px 0 0;
  }
  #map_canvas {
    height: 350px;
  }
  .top__contact {
    background: url("../img/contact__bg.jpg") no-repeat 0px 0px;
    background-size: cover;
    max-width: 2000px;
    height: 400px;
    margin-top: 40px;
  }
  .top__contact .copy {
    color: #FFF;
    font-size: 134%;
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .case__block .outer {
    padding: 20px;
  }
  .case__block .outer .sub_ttl {
    font-size: 134%;
    margin-bottom: 15px;
    color: #2693FF;
  }
  .case__block .outer .btn__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .case__block .outer .btn__box div {
    width: 100%;
  }
  .case__block .outer .btn__box div:first-child {
    margin-bottom: 15px;
  }
  .case__block .box ul .pic {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
  }
  .case__block .box ul .box {
    width: 100%;
  }
  /*/////////// footer ////////////*/
  footer {
    padding: 30px 0px 0px;
    color: #FFF;
  }
  footer .copy {
    text-align: center;
    padding: 30px 0px 30px;
    width: 100%;
    font-size: 94%;
  }
  footer .sub_ttl {
    font-size: 114%;
    margin-bottom: 20px;
  }
  footer .link {
    flex-wrap: wrap;
  }
  footer .link div {
    padding-left: 20px;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 30px;
  }
  footer .link div:first-child {
    width: 100%;
  }
  footer .link div:first-child p {
    font-size: 100%;
    line-height: 1.3;
    padding-top: 20px;
  }
  footer .link div a {
    color: #FFF;
    text-decoration: none;
  }
  footer .link div ul {
    padding-left: 10px;
  }
  footer .link div ul li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
  }
  footer .link div ul li a {
    color: #FFF;
    font-size: 90%;
  }
  header .tagline {
    width: 100%;
    background: #FFF;
  }
  header .tagline .box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: auto;
  }
  header .tagline .logo {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
  }
  header .tagline .nav__block {
    width: 75%;
  }
  .top__app {
    background-position: top right,left 200px;
    width: 100%;
    background-size: 80%, 90%;
    min-height: auto;
  }
  .top__app .box {
    width: 100%;
    padding-left: 2rem;
  }
  .top__app .box .inner {
    width: 60%;
    max-width: 1000px;
    min-height: 100%;
    padding: 40px;
  }
  .top__app .box .inner .sub_ttl {
    font-size: 254%;
  }
  .top__product {
    padding: 70px 0px;
  }
  .top__product .main {
    width: 100%;
    min-height: 500px;
    max-height: 600px;
    background-repeat: no-repeat,no-repeat;
    background-position: left 10px,300px 220px;
    background-size: 80%, 90%;
  }
  .top__product .main .box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 2rem;
    box-sizing: border-box;
  }
  .top__product .main .box .inner {
    background: #FFF;
    width: 60%;
    max-width: 1000px;
    min-height: auto;
    box-sizing: border-box;
    padding: 40px;
  }
  .top__product .main .box .inner p {
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .common_btn {
    background: #2693FF;
    width: 285px;
    display: block;
    margin: 0px auto;
    color: #fff;
    padding: 15px 0px 15px 0px;
    text-align: center;
    line-height: 1.0;
    box-sizing: border-box;
    text-decoration: none;
    transition: .5s all;
    position: relative;
  }
  .common_btn:before {
    content: "";
    position: absolute;
    top: 22px;
    left: -10px;
    height: 1px;
    background: #FFF;
    width: 32px;
    transition: .5s all;
  }
  .common_btn:hover:before {
    left: -30px;
  }
  .common_btn:hover {
    background: #2693FF;
  }
  .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: #2693FF;
    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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .message ul .pic {
    width: 300px;
    margin: 0px auto 40px;
  }
  .message ul .txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
  .message ul .txt .sub_ttl {
    font-size: 124%;
    margin-bottom: 20px;
  }
  .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 {
    color: #FFF;
    z-index: 3;
    width: 100%;
  }
  .second_main_img .outer h2 {
    font-size: 184%;
  }
  .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: 30px;
  }
  /*/////////// 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;
  }
  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: #2693FF;
    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 #2693FF;
    border-bottom: 1px solid #2693FF;
  }
  header nav ul li ul li:last-child {
    border-bottom: none;
    border-right: 1px solid #2693FF;
  }
  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;
  }
  .access__block ul {
    flex-wrap: wrap;
  }
  .access__block ul li {
    width: 100%;
    height: auto;
    display: table;
  }
  .access__block ul li img {
    margin-bottom: 20px;
  }
  .access__block ul li .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .access__block ul li .inner .sub_ttl {
    color: #2693FF;
    font-size: 144%;
    margin-bottom: 15px;
  }
  .access__block ul li .inner .txt {
    line-height: 1.8;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  #page-top {
    font-size: 200%;
  }
  #page-top a {
    padding: 0px 5px;
    line-height: 0;
  }
  .img__ttl_list li {
    width: 48%;
  }
  .img__ttl_list li .img_wrap {
    margin-bottom: 15px;
    width: 100%;
  }
  .img__ttl_list li .img_wrap img {
    width: 100%;
  }
  .img__ttl_list li .copy {
    font-size: 100%;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
  }
  .middle_ttl {
    font-size: 140%;
  }
  .top__contact {
    background: url("../img/contact__bg.jpg") no-repeat 0px 0px;
    background-size: cover;
    max-width: 2000px;
    height: 350px;
    margin-top: 40px;
  }
  .top__contact .copy {
    color: #FFF;
    font-size: 114%;
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .top__app {
    background-position: top right,left 200px;
    width: 100%;
    background-size: 80%, 90%;
    min-height: auto;
  }
  .top__app .box {
    width: 100%;
    padding-left: 2rem;
  }
  .top__app .box .inner {
    width: 60%;
    max-width: 1000px;
    min-height: 100%;
    padding: 20px;
  }
  .top__app .box .inner .sub_ttl {
    font-size: 194%;
  }
  .top__product {
    padding: 50px 0px;
  }
  .top__product .main {
    width: 100%;
    min-height: auto;
    max-height: auto;
    background-repeat: no-repeat,no-repeat;
    background-position: left 10px,300px 220px;
    background-size: 80%, 90%;
  }
  .top__product .main .box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 2rem;
    box-sizing: border-box;
  }
  .top__product .main .box .inner {
    background: #FFF;
    width: 60%;
    max-width: 1000px;
    min-height: auto;
    box-sizing: border-box;
    padding: 20px;
  }
  .top__product .main .box .inner .sub_ttl {
    font-size: 204%;
  }
  .top__product .main .box .inner p {
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .slide_wrapper {
    position: relative;
  }
  .slide_wrapper .copy {
    position: absolute;
    font-family: 'Century Gothic','Futura',san-serif;
    color: #FFF;
    font-size: 244%;
    line-height: 1.3;
    z-index: 1;
    left: 5%;
    top: 5%;
  }
  .slide_wrapper .copy span {
    font-size: 50%;
    font-weight: normal;
  }
  /*/////////// お問い合わせ ////////////*/
  .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%;
  }
  /*/////////// プライバシーポリシー ////////////*/
  .privacy .sub_ttl {
    font-size: 140%;
  }
  .product .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product .main .left {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .product .main .right {
    width: 100%;
    text-align: left;
  }
  .product .main .right p {
    font-size: 104%;
    line-height: 1.5;
    margin-bottom: 35px;
  }
  .product table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    box-sizing: border-box;
  }
  .product table tr {
    width: 100%;
    border: 1px solid #CCC;
  }
  .product table th, .product table td {
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    border: none;
    font-size: 100%;
    display: block;
  }
  .product table thead {
    display: none;
  }
  .product table tbody {
    text-align: left;
  }
  .product table tbody th {
    background: #F5F5F5;
    color: #000;
    text-align: left;
    width: 100%;
  }
  .product table tbody td {
    background: white;
  }
}

@media screen and (max-width: 480px) {
  .img__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .img__list li {
    width: 100%;
	padding:10px;
  }
	
  .img__list li:first-child {
    text-align: center;
    margin-bottom: 25px;
  }
  .img__list li:last-child {
    text-align: center;
  }
  .second_main_img {
    background: url("../img/second_bg.jpg") no-repeat right 0px;
  }
  .second_main_img .outer {
    color: #FFF;
    padding: 40px 0px 0px 10px;
  }
  .second_main_img .outer h2 {
    font-size: 164%;
    color: #FFF;
  }
  .second_main_img .outer h2:before {
    content: "";
    height: 5px;
    width: 200px;
    position: absolute;
    bottom: -10px;
    left: 0px;
    background: #2693FF;
  }
  .br-sp {
    display: none;
  }
  .map {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
  .img__ttl_list li {
    width: 100%;
  }
  .img__ttl_list li .img_wrap {
    margin-bottom: 15px;
    width: 100%;
  }
  .img__ttl_list li .img_wrap img {
    width: 100%;
  }
  .img__ttl_list li .copy {
    font-size: 100%;
    margin-bottom: 40px;
  }
  .top__contact {
    background: url("../img/contact__bg.jpg") no-repeat 0px 0px;
    background-size: cover;
    max-width: 2000px;
    height: 300px;
    margin-top: 40px;
  }
  .top__contact .copy {
    color: #FFF;
    font-size: 104%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top__app {
    background-position: top right,left 200px;
    width: 100%;
    background-size: 100%, 0%;
    min-height: auto;
  }
  .top__app .box {
    width: 100%;
    padding: 200px 0px 0px 0px;
  }
  .top__app .box .inner {
    background: #FFF;
    margin: 0px auto;
    width: 90%;
    max-width: 90%;
    min-height: auto;
    box-sizing: border-box;
    padding: 20px;
  }
  .top__app .box .inner .sub_ttl {
    font-size: 194%;
  }
  .top__app .box .inner .btn {
    margin: 0px auto;
  }
  .top__product {
    padding: 50px 0px;
  }
  .top__product .main {
    width: 100%;
    min-height: 350px;
    max-height: auto;
    background-repeat: no-repeat,no-repeat;
    background-position: left 10px,0px 220px;
    background-size: 100%, 0%;
  }
  .top__product .main .box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 200px 0px 0px 0px;
    box-sizing: border-box;
  }
  .top__product .main .box .inner {
    background: #FFF;
    margin: 0px auto;
    width: 90%;
    max-width: 90%;
    min-height: auto;
    box-sizing: border-box;
    padding: 20px;
  }
  .top__product .main .box .inner .sub_ttl {
    font-size: 204%;
  }
  .top__product .main .box .inner p {
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .top__product .main .box .inner .btn {
    margin: 0px auto;
  }
  header .tagline {
    width: 100%;
  }
  header .tagline .logo {
    width: 40%;
  }
  .slide_wrapper .copy {
    color: #FFF;
    font-size: 164%;
    line-height: 1.3;
    left: 5%;
    top: 5%;
  }
  .slide_wrapper .copy span {
    font-size: 50%;
  }
  .content_block__bottom {
    padding: 0px 0px 15px;
  }
  /*/////////// footer ////////////*/
  footer {
    padding: 30px 0px 0px;
    color: #FFF;
  }
  footer .copy {
    text-align: center;
    padding: 0px 0px 30px;
    width: 100%;
    font-size: 94%;
  }
  footer .sub_ttl {
    font-size: 114%;
    margin-bottom: 20px;
  }
  footer .link {
    flex-wrap: wrap;
  }
  footer .link div {
    padding-left: 0px;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 30px;
  }
  footer .link div:first-child {
    width: 100%;
  }
  footer .link div:first-child p {
    font-size: 84%;
    line-height: 1.3;
    padding-top: 20px;
  }
  footer .link div a {
    color: #FFF;
    text-decoration: none;
  }
  footer .link div ul {
    padding-left: 0px;
  }
  footer .link div ul li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
  }
  footer .link div ul li a {
    color: #FFF;
    font-size: 84%;
  }
}
