@charset "UTF-8";
/*******************************
Default Mixin
*******************************/
/*----------------------
フォントサイズ「rem」の使用
----------------------*/
/*******************************
Customized Mixin
*******************************/
/*********************************************
RESET
*********************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  overflow-y: scroll;
}

img {
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a {
  text-decoration: none;
}

button {
  border: none;
  background-color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

/*********************************************
DEFAULT
*********************************************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  -webkit-text-size-adjust: 100%;
}

a img {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: .8;
}

iframe[name=google_conversion_frame] {
  position: absolute;
  top: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*********************************************
Customize
*********************************************/
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

a {
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

.m-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px) {
  .m-wrapper {
    max-width: 91.25%;
  }
}

.m-wrapper-min {
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px) {
  .m-wrapper-min {
    max-width: 91.25%;
  }
}

.m-telLink {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .m-telLink {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.mp0 {
  margin: 0px;
  padding: 0px;
}

.p0 {
  padding: 0px !important;
}

.m0 {
  margin: 0px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT60 {
  padding-top: 60px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pB60 {
  padding-bottom: 60px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL50 {
  padding-left: 50px !important;
}

.pL60 {
  padding-left: 60px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR30 {
  padding-right: 35px !important;
}

.pR40 {
  padding-right: 20px !important;
}

.pR50 {
  padding-right: 55px !important;
}

.pR60 {
  padding-right: 55px !important;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.tCenter {
  text-align: center !important;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.fLeft {
  float: left !important;
}

.fRight {
  float: right !important;
}

/*******************************
Style Start
*******************************/
.is-pc-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-pc-hidden {
    display: inline-block;
  }
}

.is-sp-hidden {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .is-sp-hidden {
    display: none;
  }
}

/*******************************
Style
*******************************/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 40px 50px;
  z-index: 5;
}

@media screen and (max-width: 640px) {
  .l-header {
    position: absolute;
    display: block;
    height: 91px;
    padding: 20px 30px 0;
  }
}

@media screen and (max-width: 1366px) {
  .l-header .logo-wrap {
    max-width: 220px;
    width: 20%;
  }
}

@media screen and (max-width: 640px) {
  .l-header .logo-wrap {
    position: relative;
    max-width: 100%;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    z-index: 10;
  }
}

.nav-btn {
  display: none;
  position: fixed;
  right: 20px;
  top: 30px;
  width: 35px;
  height: 35px;
  z-index: 10;
  outline: none;
}

@media screen and (max-width: 640px) {
  .nav-btn {
    display: block;
  }
}

.nav-btn-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.nav-btn::before, .nav-btn::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.nav-btn::before {
  top: 0;
}

.nav-btn::after {
  bottom: 0;
}

.nav-btn.js-open .nav-btn-line {
  opacity: 0;
  left: 100%;
}

.nav-btn.js-open::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-btn.js-open::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 640px) {
  .l-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    padding-top: 141px;
  }
}

.l-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 640px) {
  .l-nav-list {
    display: block;
  }
}

.l-nav-list li {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 1366px) {
  .l-nav-list li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .l-nav-list li {
    text-align: center;
  }
}

.l-nav-list li + li {
  margin-left: 60px;
}

@media screen and (max-width: 1366px) {
  .l-nav-list li + li {
    margin-left: 30px;
  }
}

@media screen and (max-width: 640px) {
  .l-nav-list li + li {
    margin-top: 40px;
    margin-left: 0;
  }
}

.l-nav-list li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #000000;
}

.l-nav-list li a img {
  margin-right: 7px;
  vertical-align: -1px;
}

@media screen and (max-width: 1366px) {
  .l-nav-list li a img {
    width: 90px;
  }
}

.m-heading {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .m-heading {
    margin-bottom: 40px;
  }
}

.m-heading-ja {
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 640px) {
  .m-heading-ja {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.m-heading-img {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .m-heading-en img {
    height: 25px;
  }
}

#first {
  padding-top: 280px;
  padding-bottom: 125px;
  background-image: url(../img/mv-bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  #first {
    padding-top: 140px;
    padding-bottom: 90px;
  }
}

.page-heading {
  margin-bottom: 30px;
  font-size: 109px;
  font-size: 10.9rem;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .page-heading {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1.7;
  }
}

.page-heading span {
  font-size: 58px;
  font-size: 5.8rem;
}

@media screen and (max-width: 640px) {
  .page-heading span {
    display: block;
    margin-bottom: 15px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.page-heading img {
  margin-right: 15px;
  vertical-align: -10px;
}

.about-heading {
  margin-bottom: 30px;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .about-heading {
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}

.about-text {
  margin-bottom: 75px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: -0.7px;
}

@media screen and (max-width: 640px) {
  .about-text {
    margin-bottom: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.efficacy-list li {
  position: relative;
  width: 564px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  padding-bottom: 14px;
  background-image: url(../img/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .efficacy-list li {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 10px;
    background-position: center top;
    background-size: contain;
    font-size: 20px;
    font-size: 2rem;
  }
}

.efficacy-list li + li {
  margin-top: 45px;
}

@media screen and (max-width: 640px) {
  .efficacy-list li + li {
    margin-top: 30px;
  }
}

.line_up {
  padding-top: 50px;
  padding-bottom: 75px;
  background-image: url(../img/line_up-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .product-wrap {
    display: block;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .product-img {
    margin-bottom: 30px;
  }
}

.use-area {
  margin-bottom: 60px;
  padding: 35px 40px;
  border: 1px solid #787878;
}

@media screen and (max-width: 640px) {
  .use-area {
    margin-bottom: 40px;
    padding: 15px;
  }
}

.use-heading {
  margin-bottom: 10px;
  margin-left: -15px;
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 640px) {
  .use-heading {
    font-size: 20px;
    font-size: 2rem;
  }
}

.use-text {
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 1.4em;
  text-indent: -1.4em;
}

@media screen and (max-width: 640px) {
  .use-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.use-text + .use-text {
  margin-top: 20px;
}

.use-text span {
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 640px) {
  .use-text span {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.use-text.num01::before, .use-text.num02::before, .use-text.num03::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 26px;
  margin-right: 5px;
  vertical-align: -2px;
}

@media screen and (max-width: 640px) {
  .use-text.num01::before, .use-text.num02::before, .use-text.num03::before {
    margin-right: 3px;
    vertical-align: -6px;
  }
}

.use-text.num01::before {
  background-image: url(../img/concentration-icon01.png);
}

.use-text.num02::before {
  background-image: url(../img/concentration-icon02.png);
}

.use-text.num03::before {
  background-image: url(../img/concentration-icon03.png);
}

.contact-text {
  margin-bottom: 35px;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .contact-text {
    margin-bottom: 30px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.contact-btn {
  position: relative;
  display: block;
  width: 325px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #6c9bd2;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .contact-btn {
    width: 100%;
  }
}

.contact-btn::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #ffffff;
}

.contact-btn::after {
  content: "＞";
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: rotate(90deg) scaleX(0.7) scaleY(1.5) translateY(50%);
          transform: rotate(90deg) scaleX(0.7) scaleY(1.5) translateY(50%);
  color: #6c9bd2;
}

@media screen and (max-width: 640px) {
  .contact-btn::after {
    left: 53%;
  }
}

.contact-tel {
  margin-bottom: 25px;
  text-align: center;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .contact-tel {
    pointer-events: all;
  }
}

.contact-fax {
  text-align: center;
}

#third {
  padding-top: 130px;
  padding-bottom: 90px;
  background-image: url(../img/bactericidal-bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  #third {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

#third .m-heading {
  margin-bottom: 75px;
}

@media screen and (max-width: 640px) {
  #third .m-heading {
    margin-bottom: 45px;
  }
}

.table-caption {
  margin-bottom: 10px;
  font-size: 17.5px;
  font-size: 1.75rem;
}

@media screen and (max-width: 640px) {
  .scroll-wrap {
    overflow-x: scroll;
  }
}

.scroll-wrap .scroll-hint-icon {
  height: 90px;
}

.diff {
  margin-bottom: 60px;
}

.diff-table {
  width: 1000px;
}

.diff-table tr td, .diff-table tr th {
  width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid #444444;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
}

.diff-table tr .black {
  background-color: #000000;
  color: #ffffff;
}

.diff-table tr .blue {
  background-color: #afcdec;
  font-size: 17px;
  font-size: 1.7rem;
}

.comparison {
  margin-bottom: 20px;
}

.comparison-table {
  width: 1000px;
}

.diff-text {
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .diff-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.l-footer {
  position: relative;
}

.l-footer .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 50px;
  background-color: #000000;
}

@media screen and (max-width: 640px) {
  .l-footer .footer-wrap {
    display: block;
    text-align: center;
    padding: 30px 30px;
  }
}

.l-footer .address-area {
  margin-left: 10px;
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .l-footer .address-area {
    margin-top: 20px;
    margin-left: 0;
  }
}

#pageTop {
  position: fixed;
  right: 30px;
  bottom: 55px;
}

.copyright {
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
}

.copyright small {
  font-size: 15px;
  font-size: 1.5rem;
}
/*# sourceMappingURL=style.css.map */