@charset "utf-8";
/* -------------------------------------------------
Common
----------------------------------------------------*/
* {
  font-weight: 500;
  font-style: normal;
  font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
}
html {
  height: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%; /* 横向きの文字サイズ調整 */
  -ms-text-size-adjust: 100%; /* 横向きの文字サイズ調整 */
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6; /* 行間を調整する */
  letter-spacing: 0rem; /* 文字間を広げる */
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #00ac69;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
a:link {
  text-decoration: none;
  color: #333;
}
a:visited {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #1d9add;
  opacity: 0.6;
}
a:active {
  text-decoration: none;
  color: #00ac69;
}


/*========================================================
wrap
========================================================*/
#wrap {
    max-width: 100%;
    margin: 0 auto;
}
.glb_width_l {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 4vw !important;
    padding-right: 4vw !important;
    max-width: 1200px !important;
}
.glb_width_m {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 4vw !important;
    padding-right: 4vw !important;
    max-width: 1000px !important;
}
.glb_width_s {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 4vw !important;
    padding-right: 4vw !important;
    max-width: 800px !important;
}
section {
    position: relative;
}

/* header */
/* -------------------------------------------------- */
header {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.fix-header {
  width: 100%;
  height: 60px;
  padding: 12px 2%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.fix_header_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#head_logo {
  width: 120px;
  float: left;
}
nav#sub_nav {
  padding-top: 3px;
  float: right;
}
nav#sub_nav ul li {
  display: inline-block;
  font-size: 1.4rem;
}
nav#sub_nav ul li:not(:last-of-type) {
  margin-right: 16px;
}
@media screen and (max-width: 1023px) {
  nav#sub_nav {
    padding-top: 0;
    float: right;
  }
  nav#sub_nav ul li {
    display: inline-block;
    font-size: 1.2rem;
  }
  nav#sub_nav ul li:not(:last-of-type) {
    margin-right: 14px;
  }
}
nav#sub_nav ul li a {
  display: block;
}
nav#sub_nav ul li#sub_nav_works img {
  width: 32%;
  margin-bottom: 3px;
}
nav#sub_nav ul li#sub_nav_document img {
  width: 12%;
  margin-bottom: 4px;
}
nav#sub_nav ul li#sub_nav_contact img {
  width: 11%;
  margin-bottom: 4px;
}
@media screen and (min-width: 560px) {
  .sp {
    display: none !important;
  }
}


/* footer */
/* -------------------------------------------------- */
footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 93px;
  border-top: 1px solid #ccc;
}
.footer_left {
  width: 30%;
  float: left;
}
.foot_logo01 {
  margin-bottom: 12px;
}
.foot_logo_area {
  max-width: 230px;
  margin-bottom: 24px;
}
.address {
  font-size: 1.2rem;
  letter-spacing: 1.2px;
}
.footer_right {
  width: 60%;
  min-width: 560px;
  float: right;
}
.footer_page {
  border-bottom: 1px solid #ccc;
  padding: 0 0 8px 0;
  margin-bottom: 8px;
  font-size: 1.4rem;
}
ul.footer_sitemap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}
ul.footer_sitemap:last-child {
  margin-right: 0;
}
ul.footer_sitemap li {
  padding-left: 12px;
  margin: 8px 0;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
}
ul.footer_sitemap li::before {
  content: "›";
  position: absolute;
  left: 0;
}
#cr {
  width: 100%;
  padding: 8px 0;
  color: #fff;
  background: #333;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .footer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 0 3%;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .footer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 0 3%;
  }
  .footer_right {
    width: 70%;
    float: right;
  }
  ul.footer_sitemap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
  }
  ul.footer_sitemap li a {
    letter-spacing: 0.4px;
  }
}
@media screen and (max-width: 559px) {
  footer {
    padding-top: 60px;
    border-top: 1px solid #ccc;
  }
  .footer {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 3%;
  }
  .footer_left {
    width: 80%;
    margin: 0 auto 40px;
    float: none;
  }
  .foot_logo01 {
    margin-bottom: 12px;
  }
  .foot_logo_area {
    margin: 0 auto 24px;
  }
  .address {
    text-align: center;
    margin-bottom: 24px;
  }
  .footer_right {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .footer_page {
    border-bottom: 1px solid #ccc;
    padding: 0 0 8px 0;
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  ul.footer_sitemap {
    width: 100%;
    margin-right: 0;
  }
  ul.footer_sitemap li {
    padding-bottom: 8px;
    padding-left: 24px;
    margin: 8px 0;
    border-bottom: 1px solid #ccc;
  }
  ul.footer_sitemap li::before {
    content: "›";
    position: absolute;
    left: 10px;
  }
}
@media screen and (max-width: 899px) {
  /*　899px以上　*/
  .nav_logo {
    width: 200px;
  }
  .global-nav ul li a {
    position: relative;
    display: block;
  }
  .global-nav ul li a img.tb_svg {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 4px;
    background: #fff;
  }
  .global-nav ul li img {
    border: 1px solid #dcdcdc;
  }
  .global-nav ul li img#logp_sp {
    border: none;
    padding: 4px 4px 0 4px;
  }
  .global-nav ul li img.tb_svg {
    border: none;
    padding: 4px 4px 0 4px;
  }
  .main_txt_area h1 {
    font-size: 2.4rem;
  }
  .flow_left {
    width: 100%;
    height: auto;
    float: none;
    padding: 40px;
  }
  .flow_right {
    width: 100%;
    height: auto;
    float: right;
    padding: 40px;
  }
  /* サイドメニュー */
  ul.side_list {
    padding-top: 16px;
  }
  ul.side_list li {
    margin: 16px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  ul.side_list li > span, ul.side_list li > span > span {
    width: 100%;
  }
  ul.side_list li a {
    display: block;
    padding: 16px 0 16px 16px;
    padding-top: 0;
  }
}
.telLink {
  color: #f3b900 !important;
  font-family: 'Oswald', sans-serif;
}
@media screen and (min-width: 960px) {
  #floating_area {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background: #0E4097;
  }
  .floating_box {
    width: 900px;
    margin: 0 auto;
  }
  .floating_ttl {
    margin-bottom: 8px;
    text-align: center;
    color: #fff;
  }
  .floating_bottom {
    display: flex;
    justify-content: space-between;
  }
  .floating_tel {
    font-size: 4.6rem;
    line-height: 0.8;
  }
  .floating_tel i {
    display: inline-block;
    width: 30px;
  }
  .floating_tel i img {
    width: 100%;
    height: auto;
  }
  .floating_time {
    margin-right: 3%;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
  .floating_time span {
    display: inline-block;
    padding: 0px 15px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #fff;
    color: #fff;
  }
  .floating_link {
    width: 42%;
    color: #fff;
  }
  .floating_link a {
    display: block;
    padding: 5px 0;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
  }
  .floating_link a:hover {
    opacity: 0.9;
    background: #fff;
    color: #02482d;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  #floating_area {
    width: 100%;
    height: 93px;
    padding: 1% 3%;
    color: #fff;
    background: #0E4097;
  }
  .floating_box {
    width: 100%;
    margin: 0 auto;
  }
  .floating_ttl {
    margin-bottom: 8px;
    text-align: center;
    color: #fff;
  }
  .floating_bottom {
    display: flex;
    justify-content: space-between;
  }
  .floating_tel {
    color: #fff;
    font-size: 3.8rem;
    line-height: 0.8;
    font-family: 'Oswald', sans-serif;
  }
  .floating_tel i {
    display: inline-block;
    width: 22px;
    margin-right: 4px;
  }
  .floating_tel i img {
    width: 100%;
    height: auto;
  }
  .floating_time {
    margin-right: 0%;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
  .floating_time span {
    display: inline-block;
    padding: 0px 15px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #fff;
    color: #fff;
  }
  .floating_link {
    width: 40%;
    color: #fff;
  }
  .floating_link a {
    display: block;
    padding: 5px 0;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
  }
  .floating_link a:hover {
    opacity: 0.9;
    background: #fff;
    color: #02482d;
  }
}
@media screen and (max-width: 559px) {
  #floating_area {
    width: 100%;
    padding: 4% 2% 6%;
    background: #0E4097;
  }
  .floating_box {
    text-align: center;
  }
  .floating_ttl {
    margin-bottom: 8px;
    font-size: 1.0rem;
    line-height: 1.3;
    text-align: center;
    color: #fff;
  }
  .floating_bottom {
    display: flex;
    justify-content: space-between;
  }
  .floating_tel {
    display: block;
    width: 54%;
    padding: 0;
    color: #fff;
    font-size: 2.4rem;
    line-height: 0.8;
  }
  .floating_tel i {
    display: inline-block;
    width: 1.4rem;
    padding-top: 5%;
  }
  .floating_tel i img {
    width: 100%;
    height: auto;
  }
  .telLink a {
    color: #f3b900 !important;
    font-family: 'Oswald', sans-serif;
  }
  .telLink[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
  /* .floating_time {
        width: 15%;
        color: #fff;
        font-size: 1.2rem;
        letter-spacing: 1.2px;
    }
    .floating_time span {
        display: inline-block;
        padding: 0px 15px;
        text-align: center;
        font-size: 1.2rem;
        border: 1px solid #fff;
        color: #fff;
    } */
  .floating_link {
    width: 45%;
    color: #fff;
  }
  .floating_link a {
    display: block;
    padding: 5% 0;
    font-size: 1.1rem;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 24px;
  }
}
@media screen and (min-width: 960px) {
  .sptb {
    display: none !important;
  }
}
@media screen and (min-width: 560px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 560px) {
  .pctb {
    display: none !important;
  }
  /* footer */
  #foot_logo img {
    width: 50%;
  }
}
#floating_area {
  position: fixed;
  bottom: 0;
  z-index: 2;
}


/* 機能包材ラインナップ */
/* -------------------------------------------------- */
@media screen and (min-width: 960px) {
  .packag_area {
    padding: 120px 0 160px;
  }
  .packag_ttl {
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  .packag_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .packag_list li {
    width: 24%;
    text-align: center;
    border-bottom: 1px solid #088051;
  }
  .packag_list li a {
    display: block;
    padding: 16px 0;
    color: #088051;
    font-size: 1.4rem;
    letter-spacing: 0.1px;
  }
  .packag_list li a:hover {
    background: #088051;
    color: #fff;
    opacity: 1;
  }
  /* 吸湿くん機能包材ラインナップ */
  .kyushitsukun_packag_list li {
    border-bottom: 1px solid #1d9add;
  }
  .kyushitsukun_packag_list li a {
    color: #1d9add;
  }
  .kyushitsukun_packag_list li a:hover {
    background: #1d9add;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .packag_area {
    padding: 120px 0 160px;
  }
  .packag_ttl {
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  .packag_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .packag_list li {
    width: 24%;
    text-align: center;
    border-bottom: 1px solid #088051;
  }
  .packag_list li a {
    display: block;
    padding: 16px 0;
    color: #088051;
    font-size: 1.4rem;
    letter-spacing: 0.1px;
  }
  .packag_list li a:hover {
    background: #088051;
    color: #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 559px) {
  .packag_area {
    padding: 60px 0 80px;
  }
  .packag_ttl {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .packag_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .packag_list li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #088051;
  }
  .packag_list li a {
    display: block;
    padding: 8px;
    color: #088051;
    letter-spacing: 0.1px;
  }
}