@charset "UTF-8";
@media screen and (max-width: 500px) {
  .indent_content {
    padding: 30px 16px;
  }
  .indent_content02 {
    margin-top: 40px;
  }
  .sp-none02 {
    display: none;
  }
  .page_thumb {
    height: 150px;
  }
  .page_thumb .img {
    width: 100%;
    height: 100%;
    left: 0;
    margin-left: 0;
    background-size: cover;
  }
  .page_thumb .txt01 {
    font-size: 6vw;
    text-align: center;
  }
  .page_thumb .txt02 {
    font-size: 3.5vw;
    text-align: center;
    margin-top: 10px;
  }
  .page_title {
    font-size: 5vw;
  }
  .min_title {
    font-size: 3.5vw;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 1.3;
    text-align: center;
  }
  .min_title::before, .min_title::after {
    display: none;
  }
  .pan {
    padding: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 3vw;
  }
  .pan .single_pan {
    margin-top: 10px;
  }
  .single_page {
    padding: 30px 0;
  }
  header {
    height: 60px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .nav {
    display: none;
  }
  header .inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .logo {
    width: 65%;
  }
  .op_box .logo {
    width: 25%;
  }
  .op_box .op_txt01 {
    margin: 30px auto 16px;
    width: 80%;
  }
  .op_box .m_text02 {
    width: 60%;
    margin: auto;
  }
  .op_box .op_txt02 span {
    margin-left: 2.5%;
  }
  .op_box .op_txt02 span:nth-child(6), .op_box .op_txt02 span:nth-child(9) {
    margin-left: 5%;
  }
  .op_box .shape {
    bottom: -20%;
    width: 80%;
  }
  .op_box .shape .icon01 {
    width: 5%;
  }
  /*ハンバーガー*/
  #nav-toggle {
    position: relative;
    right: 0;
    width: 25px;
    height: 20px;
    cursor: pointer;
    font-size: 2.5vw;
    color: #000;
    z-index: 1000;
  }
  #nav-toggle > div {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    right: 0;
    display: block;
    background: #000;
    position: absolute;
    -webkit-transition: top 0.5s ease, -webkit-transform 0.3s ease-in-out;
    transition: top 0.5s ease, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.5s ease;
    transition: transform 0.3s ease-in-out, top 0.5s ease, -webkit-transform 0.3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
  }
  #nav-toggle span:nth-child(3) {
    top: inherit;
    bottom: 0;
    width: 19px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 10px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 100%;
  }
  #container {
    z-index: 900;
  }
  #gloval-nav nav {
    z-index: 999;
    width: 100%;
  }
  #gloval-nav {
    position: fixed;
    background: url("img/sp/header/nav_bg.svg") center center no-repeat;
    background-size: cover;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.2vw;
    padding-left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #gloval-nav .logo {
    width: 30%;
    margin: 0 auto 15px;
    margin-right: 36%;
  }
  .open #gloval-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #gloval-nav a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
    font-size: 3.5vw;
    color: #000;
    width: 100%;
  }
  #gloval-nav ul {
    list-style: none;
    padding: 0 16px;
    letter-spacing: 3px;
  }
  #gloval-nav ul li {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #000;
    padding: 10px 0;
  }
  .nav-bg {
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .nav-bg.active {
    opacity: 1;
  }
  #gloval-nav .nav_logo {
    width: 80%;
    margin-bottom: 30px;
  }
  .front_main_box .logo {
    width: 25%;
  }
  .front_main_box h1 {
    width: 80%;
    margin: auto;
  }
  .front_main_box .text01 {
    margin: 30px auto 16px;
  }
  .front_main_box .text02 {
    width: 60%;
  }
  .front_main_box .nav_box {
    display: none;
  }
  .front_main_box .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: inherit;
    bottom: 50px;
  }
  .front_main_box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2) {
    margin: 0 16px;
  }
  #index .sec_title {
    font-size: 6vw;
    margin-bottom: 30px;
  }
  #index .sec_title::before, #index .sec_title::after {
    height: 2px;
  }
  #index .sec_title::before {
    margin-right: 30px;
  }
  #index .sec_title::after {
    margin-left: 30px;
  }
  #index .sec_title .min {
    font-size: 3.5vw;
    margin-top: 10px;
  }
  #index .box03 .item {
    width: 100%;
    border-right: inherit;
    padding: 0;
  }
  #index .box03 .item .over {
    width: 100%;
  }
  #index .box03 .item .img_box {
    width: 70%;
  }
  #index .box03 .item h3 {
    font-size: 4vw;
    margin: 10px 0;
  }
  #index .box03 .item .time {
    font-size: 3.5vw;
  }
  #index .box03 .item .text {
    font-size: 3.5vw;
  }
  #index .box03 .item .more_btn {
    right: 0;
    width: 35%;
    font-size: 3.5vw;
  }
  #index .box03 .inner .item:nth-child(1) {
    border-left: inherit;
  }
  #index .box03 .inner .item:nth-child(n+2) {
    margin-top: 30px;
  }
  #index .box03 .btn {
    width: 100%;
    height: auto;
    padding: 16px 0;
    font-size: 4vw;
    margin: 40px auto 0;
  }
  #index .box01 {
    padding: 30px 16px 0;
  }
  #index .box01 .bdr_box {
    display: none;
  }
  #index .box01 h2 {
    font-size: 3.7vw;
    text-align: center;
  }
  #index .box01 .txt01 {
    font-size: 3.3vw;
    line-height: 2;
    margin-top: 16px;
  }
  #index .box01 .under {
    padding-top: 15%;
  }
  #index .box01 .under .wave {
    display: none;
  }
  #index .box01 .under .icon {
    left: 0;
    top: 7%;
  }
  #index .box01 .under .txt02 {
    display: none;
  }
  #index .box01 .under .logo {
    width: 65%;
    bottom: 5%;
  }
  #index .box02 {
    padding-top: 30px;
  }
  #index .box02 .con {
    padding: 30px 26px;
  }
  #index .box02 .con::before {
    border: 10px solid #fff;
  }
  #index .box02 .txt_box {
    width: 100%;
  }
  #index .box02 .txt01 {
    font-size: 4vw;
  }
  #index .box02 h3 {
    font-size: 7vw;
    margin: 10px auto 20px;
    letter-spacing: 3px;
  }
  #index .box02 .txt02 {
    font-size: 3.5vw;
    margin-bottom: 20px;
  }
  #index .box02 .btn {
    width: 100%;
    height: auto;
    font-size: 3.5vw;
    padding: 16px 0;
  }
  #index .box02 .btn:nth-child(n+2) {
    margin-top: 20px;
  }
  #index .box02 .btn::after {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    border-radius: 0;
  }
  #index .box02 .arrow {
    width: 2%;
    right: 16px;
  }
  #index .box02 .con:hover .bg {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #index .box02 .inner {
    display: block;
  }
  #index .box02 .con02 {
    width: 100%;
  }
  #index .box02 .con02 a {
    width: 100%;
    height: 100%;
  }
  #index .c_img_box {
    display: none;
  }
  #index .box04 {
    padding: 60px 16px;
  }
  #index .box04 .box {
    padding: 60px 0;
  }
  #index .box04 .logo {
    width: 80%;
  }
  #index .box04 .shape01 {
    left: 0;
  }
  #index .box04 .shape02 {
    right: 0;
  }
  #index .box05 {
    padding: 0 16px;
    display: block;
  }
  #index .box05 .txt_box {
    left: 16px;
    top: 16px;
    color: #fff;
  }
  #index .box05 h2 {
    font-size: 5vw;
    margin-bottom: 5px;
  }
  #index .box05 .min {
    font-size: 3.5vw;
    letter-spacing: 1px;
  }
  #index .box05 .img {
    opacity: 0.5;
  }
  #index .box05 .con:nth-child(2) {
    margin: 30px auto 0;
  }
  #index .box05 .con:nth-child(2) .txt_box {
    bottom: inherit;
    left: 16px;
    right: inherit;
    top: 16px;
    text-align: left;
  }
  .contact_banner .box06 {
    padding: 30px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact_banner .box06 .con {
    width: 100%;
    border-radius: 10px;
  }
  .contact_banner .box06 .con .txt_box {
    left: 16px;
    top: 16px;
    color: #fff;
  }
  .contact_banner .box06 .con h2 {
    font-size: 5vw;
    margin-bottom: 5px;
  }
  .contact_banner .box06 .con .min {
    font-size: 3.5vw;
    letter-spacing: 1px;
  }
  .contact_banner .box06 .con .min span {
    display: none;
  }
  .contact_banner .box06 .con .img {
    opacity: 0.5;
  }
  .contact_banner .link_box {
    margin-top: 30px;
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
  }
  .contact_banner .link_box .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_banner .link_box .inner a {
    width: 48%;
  }
  .contact_banner .link_box .inner a:nth-child(2n) {
    margin-left: 0;
  }
  footer {
    padding-top: 60px;
  }
  footer .home_link {
    width: 70%;
  }
  footer .inner {
    display: none;
  }
  footer .copy {
    margin-top: 60px;
    font-size: 3vw;
  }
  .sp_pop_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    background: #5dc700;
    padding: 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sp_pop_inner .tel {
    width: 49%;
  }
  .sp_pop_inner .mail {
    width: 49%;
  }
  .sp_pop_inner a img {
    width: 100%;
  }
  /*about*/
  .about .main {
    display: none;
  }
  .about .link_box {
    padding: 0;
    width: 100%;
    margin-top: 30px;
    padding: 0 16px;
  }
  .about .link_box a {
    width: 48%;
  }
  .about .link_box a:nth-child(2n) {
    margin-left: 0;
  }
  .about .link_box a:nth-child(n+3) {
    margin-top: 4%;
  }
  .about .box01 h2 {
    font-size: 6vw;
    padding: 12px 0;
    margin-bottom: 20px;
  }
  .about .box01 .inner {
    display: block;
  }
  .about .box01 .sub_text {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .about .box01 .con01 .inner {
    display: block;
  }
  .about .box01 .con01 .left_box {
    min-width: inherit;
    margin-right: 0;
    margin-top: 30px;
  }
  .about .box01 .con01 .subimage {
    margin-top: 4%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about .box01 .con01 .subimage li {
    width: 48%;
  }
  .about .box01 .con01 .subimage li p {
    font-size: 3.5vw;
    line-height: 1.3;
  }
  .about .box01 .con01 .subimage li:nth-child(n+2) {
    margin-left: 4%;
  }
  .about .box01 .con01 .subimage li:nth-child(3) {
    margin-left: 0;
  }
  .about .box01 .con01 .subimage li:nth-child(n+3) {
    margin-top: 4%;
  }
  .about .box01 .con01 .right_box {
    margin-top: 30px;
  }
  .about .box01 .con01 .right_box h3 {
    font-size: 5vw;
    text-align: center;
  }
  .about .box01 .con01 .right_box .icon_text {
    font-size: 6vw;
    letter-spacing: 3px;
    left: 0;
    margin: auto;
    text-align: center;
    top: -30px;
  }
  .about .box01 .con01 .right_box .right_box_txt02 {
    font-size: 4vw;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #5dc700;
    text-align: center;
  }
  .about .box01 .con01 .table_title {
    font-size: 4.5vw;
    padding: 15px 0;
    margin-top: 30px;
  }
  .about .box01 .con01 .table01 {
    border: 2px solid #5dc700;
  }
  .about .box01 .con01 .table01 th {
    font-size: 3vw;
    border-bottom: 2px solid #5dc700;
    border-right: 2px solid #5dc700;
  }
  .about .box01 .con01 .table01 td {
    font-size: 3vw;
    border-bottom: 2px solid #5dc700;
  }
  .about .box01 .con01 .under {
    margin-top: 30px;
  }
  .about .box01 .con01 .under .under_text01 {
    font-size: 4.5vw;
    text-align: center;
  }
  .about .box01 .con01 .under .under_text02 {
    font-size: 3.5vw;
    margin: 10px auto 16px;
    text-align: center;
  }
  .about .box01 .con01 .under .under_text03 {
    font-size: 3.4vw;
    line-height: 2;
    padding: 0 16px;
  }
  .about .box01 .con01 .table_u_text01 {
    font-size: 3.5vw;
    padding: 0 16px;
    margin-top: 16px;
    line-height: 1.7;
  }
  .about .box01 .con01 .table03_title {
    font-size: 4vw;
    padding: 16px 0;
  }
  .about .box01 .con01 .table03 th, .about .box01 .con01 .table03 td {
    font-size: 3vw;
    padding: 10px;
  }
  .about .box01 .con01 .table03 th {
    border-right: 2px solid #fff;
  }
  .about .box01 .con01 .table03 .th01 {
    font-size: 4vw;
    padding: 15px 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    line-height: 1;
  }
  .about .box01 .con01 .table03 .td01 {
    font-size: 4vw;
    border-bottom: 2px solid #fff;
    padding: 15px 0;
    line-height: 1;
  }
  .about .box01 .con01 .table03_one {
    font-size: 3vw;
    border-top: 2px solid #fff;
    padding: 10px;
    text-align: left;
    line-height: 1.5;
  }
  .about .box01 .con01 .one_table {
    font-size: 3vw;
    border: 2px solid #5dc700;
  }
  .about .box01 .con01 .table02 {
    border: none;
    background: none;
  }
  .about .box01 .con01 .table02 .tr {
    display: block;
    border: 2px solid #5dc700;
    margin-top: 30px;
  }
  .about .box01 .con01 .table02 .th {
    font-size: 3vw;
    min-width: inherit;
    border-right: none;
    line-height: 1.7;
    padding: 10px;
    background: #e8e5e5;
  }
  .about .box01 .con01 .table02 .td {
    display: none;
  }
  .about .box01 .con01 .table02 .sp_td {
    display: block;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 2px solid #5dc700;
    font-size: 3vw;
  }
  .about .box01 .table04 {
    display: none;
  }
  .about .box01 .sp_table04 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #5dc700;
    border-top: none;
    border-bottom: none;
    background: #fff;
    margin-top: 30px;
  }
  .about .box01 .sp_table04 .sp_table_title {
    background: #5dc700;
    font-size: 4vw;
    text-align: center;
    color: #fff;
    padding: 10px 0;
  }
  .about .box01 .sp_table04 .th, .about .box01 .sp_table04 .td {
    font-size: 3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 2px solid #5dc700;
    padding: 10px;
    width: 50%;
  }
  .about .box01 .sp_table04 .th {
    border-right: 2px solid #5dc700;
  }
  .about #air_cleaner, .about #aromatic, .about #extermination, .about #household, .about #hygiene, .about #mop, .about #toilet, .about #mat {
    padding-top: 80px;
    margin-top: -80px;
  }
  #living .link_box {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #living .link_box a:nth-child(2) {
    margin: 0;
  }
  #living .link_box a:nth-child(n+3), #living .link_box a:nth-child(n+4) {
    margin-top: 4%;
  }
  #living .link_box a:nth-child(4) {
    margin-left: 0;
    margin-right: 0;
    margin-top: 4%;
  }
  /*company*/
  #company table {
    width: 100%;
  }
  #company th, #company td {
    width: 100%;
    display: block;
    font-size: 4vw;
    padding: 16px;
  }
  #company th {
    width: 100%;
    font-weight: 500;
  }
  #company iframe {
    width: 100%;
    height: 350px;
    border: none;
  }
  #company a {
    margin: 20px 0 0;
    width: 70%;
  }
  /*news*/
  #news .inner {
    display: block;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #news .item {
    width: 100%;
    border-right: inherit;
    padding: 0;
  }
  #news .item .over {
    width: 100%;
  }
  #news .item .img_box {
    width: 70%;
  }
  #news .item .more_btn {
    right: 0;
    width: 35%;
    font-size: 3.5vw;
  }
  #news .item .time {
    font-size: 3.5vw;
  }
  #news .item h2 {
    font-size: 4vw;
    margin: 10px 0;
    -webkit-transition-delay: inherit;
            transition-delay: inherit;
  }
  #news .item .text {
    font-size: 3.5vw;
  }
  #news .inner .item:nth-child(1) {
    border-left: inherit;
    -webkit-transition-delay: inherit;
            transition-delay: inherit;
  }
  #news .inner .item:nth-child(2) {
    -webkit-transition-delay: inherit;
            transition-delay: inherit;
  }
  #news .inner .item:nth-child(3) {
    -webkit-transition-delay: inherit;
            transition-delay: inherit;
  }
  #news .inner .item:nth-child(n+2) {
    margin-top: 30px;
  }
  .nav_over {
    display: none;
  }
  .nav_under {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 30px;
  }
  .nav_under .nav_btn {
    width: 48%;
  }
  .nav_under .next-entries, .nav_under .previous-entries, .nav_under .nav_archive_btn {
    font-size: 3.5vw;
    padding: 10px 0;
    width: 48%;
    height: auto;
  }
  .nav_under .previous-entries {
    margin-right: 0;
  }
  #single_news .box01 {
    padding: 30px 16px;
    border: none;
  }
  #single_news h1 {
    font-size: 4vw;
    line-height: 1.8;
    margin-bottom: 16px;
  }
  #single_news .text {
    font-size: 3.5vw;
  }
  .ziaco_logo {
    margin: auto;
    width: 40%;
  }
  /*contact*/
  #contact .txt01 {
    margin-top: 30px;
    font-size: 3.5vw;
  }
  #contact .tel {
    font-size: 7vw;
    margin: 10px auto 30px;
  }
  #contact .tel span {
    font-size: 10vw;
  }
  #contact table {
    width: 100%;
  }
  #contact table th, #contact table td {
    width: 100%;
    display: block;
    padding: 20px 16px;
    font-size: 16px;
  }
  #contact table th {
    width: 100%;
    font-size: 16px;
  }
  #contact table td {
    padding-right: 16px;
  }
  #contact table input, #contact table textarea {
    height: auto;
    font-size: 16px;
    padding: 10px;
  }
  #contact .form_btn {
    width: calc(100% - 32px);
    height: auto;
    padding: 15px 0;
    font-size: 4vw;
    margin: 30px auto 0;
  }
  #contact .thanks {
    width: 100%;
    font-size: 3.5vw;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contact .cautionary_txt {
    font-size: 3.2vw;
  }
  #contact .cautionary_txt.cautionary_txt01 {
    margin-bottom: 40px;
  }
  /*building*/
  #building .right_box_txt02 {
    font-size: 3.4vw;
    line-height: 2;
    padding: 20px 16px 0;
    text-align: left;
  }
  #building .right_box_sub {
    padding: 0 16px;
  }
  #building .right_box_sub p {
    font-size: 4vw;
    margin-top: 20px;
  }
  #building .right_box_sub ul {
    font-size: 3.5vw;
    line-height: 2;
    margin-top: 10px;
  }
}