@charset "utf-8";
/*--------------------------------------------------------
★レスポンシブ■タブレット対応
--------------------------------------------------------*/
@media screen and (max-width: 1280px) {
  /* layout */
  html {
    width: 1280px;
  }
  body {
    width: 1280px;
  }
  .wrapper {
    position: relative;
    width: 1250px;
    margin: auto;
  }
  header .pc_menu{
    width: auto;
  }
}

/*--------------------------------------------------------
★レスポンシブ■スマホ表示切替ボタン
--------------------------------------------------------*/
@media screen and (max-width: 640px) {
  #switch {
    z-index: 6;
    position: relative;
  }
  a#btnSP {
    display: none;
  }
  a#btnPC {
    position: fixed;
    display: block;
    width: auto;
    height: auto;
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 2px solid #00619c;
    background-color: #fff;
    text-align: center;
    color: #00619c;
    text-decoration: none;
    line-height: 1em;
    margin-top: 4px;
    left: 10px;
    bottom: 20px;
    z-index: 2;
  }
}
@media screen and (min-width: 641px) {
  #switch {
    display: none;
    height: 0;
  }
  a#btnSP {
    display: none;
  }
  a#btnPC {
    display: none;
  }
}

@media screen and (min-width: 1021px) {
  #switch {
    display: block;
    height: auto;
  }
  a#btnPC {
    display: none;
  }
  a#btnSP {
    position: fixed;
    display: block !important;
    width: 300px;
    height: auto;
    z-index: 100;
    font-size: 24px;
    padding: 8px;
    text-align: center;
    border-radius: 22px;
    background-color: #00619c;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none;
    bottom: 40px;
    left: 15px;
    z-index: 99999999 !important;
  }
}
@media screen and (min-width: 1023px) {
  #switch {
    display: none;
    height: 0;
  }
  a#btnSP {
    display: none;
  }
  a#btnPC {
    display: none;
  }
}
/*--------------------------------------------------------
★レスポンシブ■ヘッダ部分
--------------------------------------------------------*/
@media screen and (min-width: 641px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .sp_none {
    display: none !important;
  }
  /* スマホ用メニュー */
  .index #wrapper {
    overflow: hidden;
    min-width: 20pc;
    height: auto;
    height: auto;
    padding: 0;
  }
  .drawer .contents {
    transition: transform 0.6s;
  }
  .drawer #navTgl:checked ~ .contents {
    transform: translateX(-250px);
  }
  .index #navTgl {
    display: none;
    overflow: hidden;
  }
  .drawer label.pc_none {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.6s;
    font-weight: 500;
    background: #00619c;
    color: #fff;
    font-size: 3.4rem;
    width: 50px;
    height: 50px;
  }
  .drawer .open {
    z-index: 10;
    width: 50px;
    height: 50px;
    color: #00619c;
    font-size: 1.9em;
    line-height: 39px;
    text-align: center;
    position: relative;
  }
  .drawer .open span {
    position: absolute;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 5px;
    color: #fff;
  }
  .drawer .close {
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: background-color 0.6s;
  }
  .index #navTgl:checked + .open {
    transform: translateX(-250px);
  }
  .drawer #navTgl:checked ~ .close {
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 4;
  }
  .menu {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    padding: 10px;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.6s;
    box-sizing: border-box;
    z-index: 10;
  }
  .index #navTgl:checked ~ .menu {
    transform: translateX(0);
  }
  .menu li a {
    position: relative;
    color: #333;
  }
  .menu li a.arrow_d:after {
    content: "＞";
    position: absolute;
    display: block;
    font-size: 10px;
    height: 10px;
    top: 0;
    right: 1.5em;
    bottom: 0;
    margin: auto 0;
    transform: rotate(90deg);
  }
  .menu ul {
    padding: 0;
  }
  .menu li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 0.9em;
    line-height: 1.4;
  }
  .menu li a {
    display: block;
    padding: 1em 2em 0.9em;
    text-decoration: none;
    transition: background-color 0.6s;
  }
  .menu .gsst_a {
    padding: 0 !important;
  }
  .menu li a .en {
    position: relative;
    display: block;
    font-size: 0.5em;
  }
  .menu li a:hover {
    background-color: #00619c;
    color: #fff;
  }
  .menu li ul {
    background: #def8fc;
  }
  .menu li ul li:last-child {
    border-bottom: 0;
  }
  #sp_tel {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 10;
    background: #008fe8 url(../images/tel_w.svg) no-repeat top 8px center/15px
      auto;
    right: 100px;
  }
  #sp_mail {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 10;
    background: #48b6d2 url(../images/mail_w.svg) no-repeat top 15px center/20px
      auto;
    right: 50px;
  }
  #sp_tel span,
  #sp_mail span {
    bottom: 4px;
    color: #fff;
  }
  /* Header
    ------------------------------ */
  header {
    padding-top: 50px;
  }
  header .read,
  header #gnav,
  header .top_contact {
    display: none;
  }
  header .pc_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 8;
    background: #fff;
    box-shadow: hsla(192, 61%, 55%, 0.3) 0 0 3px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header .pc_menu > .wrapper {
    padding-left: 2%;
  }
  header #header_logo {
    width: 66%;
    max-width: 300px;
  }
  header #header_logo a {
    background: url(../images/logo_sp.svg) no-repeat left center/contain;
    height: 40px;
  }
  /* slider
    ------------------------------ */
  #index #top_slider .wrapper .text1 {
    font-size: 2.4rem;
    text-shadow: 0 0 3px #fff;
  }
  #index #top_slider .wrapper .thick_w {
    font-size: 3rem;
  }
  #index #top_slider .wrapper .bg_b {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  #index #top_slider .wrapper .box {
    padding-top: 20px;
  }
  #index .slick-dots {
    bottom: 4%;
  }
}
/*--------------------------------------------------------
★レスポンシブ■コンテンツ部分
--------------------------------------------------------*/
@media screen and (max-width: 640px) {
  html {
    max-width: 640px;
    width: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    letter-spacing: 0.06em;
    line-height: 1.7;
  }
  /* layout
    ------------------------------ */
  .wrapper {
    max-width: 640px;
    width: 90% !important;
    padding: 0 5%;
  }
  .contents {
    padding-top: 50px;
  }
  #sub01_sanitation02::before,
  #cleanliness #cleanliness03::before,
  #cleanliness #cleanliness04::before{
    content: "";
    display: block;
    padding-top: 50px;
    margin-top: -50px;
  }
  /* Common
    ------------------------------ */
  .fl_l,
  .fl_r {
    float: none;
  }
  .float::before,
  .float::after {
    content: " ";
    display: block;
    clear: both;
  }
  .sp_line {
    display: inline-block;
  }
  .btn_b,
  .btn_sky {
    max-width: 300px;
    width: auto;
    padding: 17px 44px 17px 18px;
  }
  .btn_b::before,
  .btn_sky::before {
    width: 18px;
    height: 18px;
  }
  .btn_b::after,
  .btn_sky::after {
    width: 5px;
    height: 5px;
  }
  .btn_sky::before,
  .btn_b::before {
    right: 15px;
  }
  .btn_sky::after,
  .btn_b::after {
    right: 24px;
  }
  .btn_sky:hover::before,
  .btn_b:hover::before {
    right: 12px;
  }
  .btn_sky:hover::after,
  .btn_b:hover::after {
    right: 21px;
  }
  /* index common 
    ------------------------------ */
  #index #index_business .btn_list,
  #index #index_facilities .btn_list {
    margin-top: 6%;
  }
  #index #index_business .btn_list .btn .title,
  #index #index_facilities .btn_list .btn .title {
    font-size: 1.8rem;
  }
  #index #index_business .btn_list .btn .en,
  #index #index_facilities .btn_list .btn .en {
    font-size: 1.4rem;
  }
  #index #index_business .btn_list .btn,
  #index #index_facilities .btn_list .btn {
    display: block;
    max-width: 300px;
    margin: auto;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 1px 0px;
    margin-bottom: 2%;
  }
  #index #index_business .btn_list .btn:last-of-type,
  #index #index_facilities .btn_list .btn:last-of-type {
    margin-bottom: 0;
  }
  #index #index_business .btn_list .btn a,
  #index #index_facilities .btn_list .btn a {
    padding: 24px 5% 14px;
    text-align: left;
  }
  #index #index_business .btn_list .btn::before,
  #index #index_facilities .btn_list .btn::before {
    width: 20px;
    height: 20px;
    left: auto;
    top: 0;
    bottom: 0;
    right: 20px;
  }
  #index #index_business .btn_list .btn::after,
  #index #index_facilities .btn_list .btn::after {
    left: auto;
    top: 0;
    bottom: 0;
    right: 29px;
    width: 6px;
    height: 6px;
  }
  .main_contents .title_en {
    font-size: 2.8rem;
  }
  .main_contents .title_en + .en {
    font-size: 1.4rem;
  }
  /* index 
    ------------------------------ */
  #index #index_business,
  #index #index_factory {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  #index #index_facilities {
    padding-top: 15%;
  }
  #index #index_business .bg_w,
  #index #index_facilities .bg_w {
    background: #fff;
    border-radius: 6px;
    padding: 6% 5%;
    margin-top: 4%;
  }
  #index #index_company .text p {
    padding-top: 1em;
  }
  #index #index_company .bg_y {
    right: 5%;
    bottom: -36px;
  }
  #index #index_company .bg_y a {
    width: 160px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 40px 0 48px;
    margin-left: auto;
  }
  #index #index_company .bg_y a::before {
    width: 20px;
    height: 20px;
    bottom: 13px;
  }
  #index #index_company .bg_y a::after {
    width: 6px;
    height: 6px;
    bottom: 20px;
    right: 4px;
  }
  #index #index_company .btn_b {
    margin-top: 8%;
    margin-bottom: 40px;
  }
  #index #index_business .btn_sky,
  #index #index_facilities .btn_b {
    margin: 10% auto 0;
  }
  #index #index_factory h2 {
    font-size: 2.2rem;
    margin-bottom: 6%;
  }
  #index #index_facilities .title_en + .en {
    margin-bottom: 8%;
  }
  #index #index_company .bg {
    padding-top: 15%;
    background-size: contain;
  }
  #index #index_company .bg::after,
  #index footer .bg::after {
    height: 100px;
  }
  #index #index_company .pict {
    width: 50%;
  }
  #index #index_company .pict:first-of-type,
  footer .pict_list .pict:nth-of-type(2) {
    width: 120px;
  }
  #index #index_company .pict:nth-of-type(2),
  footer .pict_list .pict:first-of-type {
    width: 80px;
  }
  /* sub common
  ------------------------------ */
  .sub #main_title {
    padding-top: 100px;
  }
  .sub #main_title h2 {
    font-size: 2.5rem;
  }
  .sub #top_catch h2 {
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .sub #top_catch .text {
    text-align: left;
  }
  .sub #top_catch .text::after {
    top: auto;
    right: 15px;
    bottom: -91px;
    width: 68px;
    height: 77px;
  }
  .sub h2.wave {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .sub .beam .text {
    padding: 0 30px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .sub .beam .text::before,
  .sub .beam .text::after {
    width: 26px;
  }
  /* cleanliness
  ------------------------------ */
  #cleanliness01 .bg_w,
  #cleanliness02 .bg_w,
  #sanitation01 .bg_w {
    padding: 6% 5%;
  }
  #cleanliness01 .bg_w > p,
  #cleanliness02 .bg_w > p,
  #sanitation01 .bg_w > p {
    text-align: left;
  }
  #cleanliness01 .bg_w h3.blue,
  #cleanliness02 .bg_w h3.blue,
  #sanitation01 .bg_w h3.blue,
  #sanitation02 .bg_w h3.blue {
    font-size: 2.2rem;
    margin-bottom: 4%;
    line-height: 1.5;
  }
  #cleanliness01 .bg_ice,
  #sanitation01 .bg_ice,
  #company_contact .bg_ice {
    padding-top: 60px;
    padding-bottom: 15%;
  }
  #cleanliness01 .bg_w .list > .box,
  #sanitation01 .bg_w .list > .box {
    margin: 0 auto 4%;
  }
  #sub01_cleanliness01,
  #sub01_cleanliness02,
  #sub01_cleanliness03 {
    margin-bottom: 10%;
  }
  #sub01_cleanliness01 .br_b {
    padding: 6% 4%;
  }
  #sub01_cleanliness01 .br_b .fl_r {
    margin-bottom: 8%;
  }
  #sub01_cleanliness01 .br_b li .title {
    font-size: 1.7rem;
    margin-bottom: 6px;
  }
  #sub01_cleanliness01 .br_b li p {
    line-height: 1.7;
  }
  #sub01_cleanliness01 .br_b .fl_l .point {
    text-align: left;
  }
  #cleanliness03 .list li {
    margin-bottom: 4%;
  }
  #cleanliness03 .list li p {
    line-height: 1.6;
  }
  #cleanliness03 .list li h3 {
    font-size: 1.8rem;
    margin-bottom: 4px;
  }
  #cleanliness01 .btn_list {
    margin-top: 8%;
  }
  #cleanliness01 .btn_list a,
  #cleanliness03 .btn_list a {
    margin: 0 auto 2%;
  }
  #cleanliness01 .btn_list a:last-of-type,
  #cleanliness03 .btn_list a:last-of-type {
    margin-bottom: 0;
  }
  #cleanliness01 .bg_w .list h4,
  #sanitation01 .bg_w .list h4 {
    font-size: 1.8rem;
  }
  #cleanliness02 .bg_sky {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  #cleanliness02 .flex {
    margin-top: 10%;
  }
  #cleanliness02 .flex_l {
    margin-bottom: 15%;
  }
  #cleanliness02 .flex_l,
  #cleanliness02 .flex_r {
    display: block;
  }
  #cleanliness02 .beam {
    margin-bottom: 6%;
  }
  #cleanliness02 .beam .pict {
    max-width: 300px;
    margin: auto;
  }
  #cleanliness03 .bg,
  #cleanliness04 .bg_gr {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  #sub02_cleanliness02 .bg_gr {
    margin-right: 0;
  }
  #sub02_cleanliness02 .flex_l {
    position: relative;
  }
  #sub02_cleanliness02 .flex_l .pict {
    max-width: 100px;
    margin-top: 4%;
  }
  #cleanliness02 .flex p {
    margin-top: 14px;
  }
  #cleanliness04 .list {
    margin-top: 6%;
  }
  #cleanliness04 .list > li {
    padding: 31px 5% 15px;
    width: 100%;
  }
  #cleanliness04 .list > li::before {
    top: -44px;
    width: 80px;
    height: 80px;
    background-size: auto 36px;
  }
  #cleanliness04 .list > li h3 {
    margin-bottom: 4%;
  }
  #cleanliness04 .list > li .btn_b {
    margin-left: auto;
    margin-right: auto;
  }
  /* sanitation
  ------------------------------ */
  #sanitation01 .bg_gr,
  #sanitation01 .bg_w,
  #sub01_sanitation02 .fl_r .pict {
    border-radius: 14px;
  }
  #sanitation01 .bg_gr {
    padding: 50px 5% 6%;
  }
  #sanitation01 .bg_w .list .bg_gr {
    padding: 6% 5%;
  }
  #sub01_sanitation02 .round {
    font-size: 1.4rem;
    width: 101px;
    top: -50px;
    left: -10px;
  }
  #sanitation01 .plus_s .blue {
    margin-bottom: 40px;
  }
  #sanitation01 .plus_s .blue::before,
  #sanitation01 .plus_s .blue::after {
    left: 0;
    right: 0;
    bottom: -22px;
    width: 30px;
  }
  #sub01_sanitation01 .place_list > li::before {
    width: 100px;
    height: 100px;
    background-size: auto 46px;
  }
  #sub01_sanitation01 .place_list > li {
    margin-bottom: 4%;
  }
  #sub01_sanitation01 .btn_b {
    margin-top: 6%;
  }
  #sanitation01 .plus::before,
  #sanitation01 .plus::after {
    width: 30px;
    height: 5px;
    top: -30px;
  }
  #sanitation01 .plus {
    margin-top: 60px;
    font-size: 2rem;
    margin-bottom: 4%;
  }
  #sub01_sanitation02 .float {
    margin-bottom: 60px;
  }
  #sub01_sanitation02 .fl_r {
    margin-bottom: 6%;
  }
  #sub01_sanitation02 .fl_l p {
    margin-bottom: 1em;
  }
  #sanitation01 .logo {
    margin-bottom: 6%;
  }
  #sub01_sanitation02 .text {
    line-height: 1.7;
  }
  #sanitation01 .plus_s {
    margin-top: 6%;
    margin-bottom: 10%;
  }
  #sanitation01 .point_list li {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    padding: 26px 5% 5% 5%;
  }
  #sanitation01 .point_list li .num {
    font-size: 2rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #00619c;
    color: #fff;
    border-radius: 0 0 10px 0;
    padding: 2px 10px;
    line-height: 1;
    width: 10%;
  }
  #sanitation01 .point_list li h4 {
    font-size: 1.8rem;
  }
  #sanitation01 .bg_gr .caution_list {
    text-align: left;
  }
  #sanitation01 .btn_list {
    margin-top: 4%;
  }
  #sanitation01 .btn_list a {
    margin: 0 auto 2%;
  }
  #sanitation01 .btn_list a:last-of-type {
    margin-bottom: 0;
  }
  /* flow
  ------------------------------ */
  #flow01 .bg_ice {
    padding-top: 60px;
    padding-bottom: 10%;
  }
  #flow01 .flow_list {
    margin-top: 6%;
  }
  #flow01 .flow_list li {
    padding: 6% 5%;
    border-radius: 10px;
  }
  #flow01 .flow_list li .pict {
    border-radius: 10px;
  }
  #flow01 .flow_list li .fl_r {
    margin: 0 auto 6%;
  }
  #flow01 .flow_list li h3{
    font-size: 2.2rem;
    line-height: 1.5;
  }
  #flow01 .flow_list li .num{
    font-size: 2rem;
    margin-right: 2px;
  }
  #flow01 .flow_list li .btn_sky {
    margin: 6% auto 0;
  }
  #flow01 .flow_list li {
    margin-bottom: 60px;
  }
  #flow01 .flow_list li::after {
    bottom: -45px;
  }
  #flow01 .flow_list li .text .caution {
    margin-top: 1em;
  }
  /* sub common
  ------------------------------ */
  #company_contact .flex {
    margin-bottom: 4%;
  }
  #company_contact .flex_l,
  #company_contact .flex_r {
    width: 49%;
  }
  #company_contact .flex_l {
    margin-right: 2%;
  }
  #company_contact .bg_w {
    margin-top: 6%;
    padding: 6% 5%;
    border-radius: 10px;
  }
  #company_contact .table_b th,
  #company_contact .table_b td {
    display: block;
    width: 100%;
  }
  #company_contact .table_b th {
    padding: 2% 4%;
  }
  #company_contact .table_b td {
    padding: 4%;
  }
  /* contact
  ------------------------------ */
  #company .btn_list {
    margin-top: 6%;
  }
  #company .btn_list a {
    margin: 0 auto 2%;
  }
  #company .btn_list a:last-of-type {
    margin-bottom: 0;
  }
  #contact .bg,
  #contact #sub02_contact {
    padding-top: 15%;
  }
  #contact h2.wave {
    margin-bottom: 6%;
  }
  #contact .tel_icon {
    padding-left: 44px;
  }
  #contact .tel_icon::before {
    width: 34px;
    height: 34px;
  }
  #contact .bg_gr {
    padding: 20px 5% 18px;
  }
  #contact h3.title {
    font-size: 2.2rem;
    margin-bottom: 6%;
  }
  #contact .tel_icon .tel {
    font-size: 3.4rem;
  }
  #contact h4 {
    font-size: 1.8rem;
    margin-bottom: 2%;
  }
  #contact .bg,
  #contact #sub02_contact .text {
    margin-bottom: 10%;
  }
  #contact #privacy {
    padding: 5%;
    margin-bottom: 6%;
  }
  #contact #privacy h2 {
    font-size: 2rem;
    margin-bottom: 4%;
  }
  #contact .bg button{
    width: 100%;
  }
  #company_contact footer .bg {
    padding-top: 20px;
  }
  #company_contact footer .bg::after {
    height: 500px;
  }
  /* thanks
  ------------------------------ */

  /* Footer
  ------------------------------ */
  .sub footer .bg {
    padding-top: 10%;
  }
  #index footer .bg {
    padding-top: 120px;
  }
  footer .bg {
    padding-bottom: 10%;
  }
  footer #bottom_contact {
    margin-bottom: 10%;
  }
  footer .pict_list {
    top: -160px;
  }
  footer .bg_w {
    padding: 6% 5%;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 4%) 0 2px 2px;
  }
  footer .logo {
    margin-bottom: 10px;
  }
  footer .logo a {
    background-image: url(../images/logo_sp.svg);
  }
  footer .info {
    text-align: left;
    display: inline-block;
  }
  footer .info .address {
    line-height: 1.4;
    margin-bottom: 4px;
  }
  footer .info .address .num {
    display: block;
  }
  .title_br_b {
    font-size: 2.3rem;
    line-height: 1.5;
  }
  footer #bottom_contact .flex {
    margin-top: 2%;
  }
  footer .bg_w .title_br_b::after {
    margin-top: 14px;
  }
  footer #bottom_contact .flex_r {
    display: block;
    margin: auto;
  }
  footer #bottom_contact a {
    margin: 4% auto 0;
    max-width: 300px;
    width: auto;
    padding: 14px 0;
  }
  footer .list {
    display: none;
  }
  footer #copyright {
    padding-bottom: 80px;
  }
  /* breadcrumb
  ------------------------------ */
  .sub .breadcrumb {
    margin-bottom: 60px;
  }
  /* Page Top
    ------------------------------ */
  .pagetop {
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 460px) and (max-width: 640px) {
  #sub01_sanitation01 .place_list {
    max-width: 400px;
    margin: auto;
  }
  #sub01_sanitation01 .place_list > li {
    width: 32%;
    margin-right: 1%;
  }
  #sub01_sanitation01 .place_list > li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 459px) {
  #sub01_sanitation01 .place_list > li {
    width: 49%;
    margin-right: 2%;
  }
  #sub01_sanitation01 .place_list > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 640px) {
  #cleanliness01 .bg_w .list > .box,
  #cleanliness03 .list li {
    width: 49%;
    margin-left: 0;
  }
  #cleanliness01 .bg_w .list > .box:nth-of-type(2n),
  #cleanliness03 .list li:nth-of-type(2n) {
    margin-left: 2%;
  }
  #cleanliness01 .bg_w .list h4 {
    font-size: 1.6rem;
  }
  #cleanliness01 .bg_w .list .bg_gr {
    padding: 10px 16px;
  }
  #cleanliness03 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #cleanliness03 .list li p {
    text-align: left;
  }
}
@media screen and (max-width: 440px) {
  #index #index_company .pict:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  #index #top_slider .wrapper .thick_w {
    font-size: 2.4rem;
  }
  #index #top_slider .wrapper .text1 {
    font-size: 2rem;
  }
  #index #top_slider .wrapper .bg_b {
    font-size: 1.4rem;
    margin-top: 7px;
    padding: 1px 20px 1px;
  }
}
@media screen and (max-width: 360px) {
  .tel_icon {
    padding-left: 0;
  }
  .tel_icon::before {
    position: initial;
    width: 34px;
    height: 34px;
    margin: 0 auto 4px;
  }
  #contact .tel_icon {
    padding-left: 0;
  }
  #flow01 .flow_list li h3{
    max-width: 80%;
  }
  #cleanliness #top_catch h2 .sp_line{
    display: inline;
  }
}
