@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&family=Noto+Serif+SC:wght@200..900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}

html {
  box-sizing: border-box;
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #0E207E;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  background: #B6DDF5;
}

body#zh {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a:hover {
  transition: 0.3s;
}

p {
  line-height: 1.6;
}

li {
  margin: 0;
  padding: 0;
  margin-left: 1.5em;
}

.flex {
  display: flex;
  width: 100%;
}

.flex-item2 {
  width: 50%;
}

.header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 15px;
  text-align: left;
  line-height: 1;
  background: #fff;
}

.header h1 {
  font-size: 1rem;
}

.header .btn-qanda {
	text-align: right;
	flex: 1 1 auto;
  padding-right: 0.5em;
}


.header .btn-qanda a {
  display: inline-block;
  width: 110px;
  padding: 8px 20px 10px;
  text-align: center;
  color: #0E207E;
  text-decoration: none;
  line-height: 1;
  border: 2px solid #0E207E;
  border-radius: 50px;
}

.header .btn-qanda a:hover {
  opacity: 0.6;
}

.header .btn-lang {
  flex: 0 0 100px;
  text-align: right;
}

.header .btn-lang a {
  width: 110px;
  display: inline-block;
  padding: 8px 20px 10px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  line-height: 1;
  border: 2px solid #0E207E;
  background: #0E207E;
  border-radius: 50px;
}

.header .btn-lang a:hover {
  opacity: 0.6;
}

.hero {
  position: relative;
  width: 100%;
  background: #80C5DD;
}

.hero__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.hero__bottole {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  max-width: 43%;
  animation-name: fuwafuwa;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -47%);
  }
}

.hero__spray {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 397px;
  z-index: 10;
}

.scroll-down {
  position: relative;
  width: 100%;
  height: 65px;
  margin-bottom: 50px;
  background: url(../img/bg_scroll-down.png) center center repeat-x;
  background-size: auto 65px;
}

.scroll-down .btn-scroll-down {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
}

.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.first {
  padding-top: 70px;
  padding-bottom: 100px;
}

.first-ttl {
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 3.0rem;
  font-weight: 300;
}

.first-btns {
  display: flex;
}

.first-btns__item {
  padding: 0 20px;
}

.first-btns__item a {
  display: block;
  border: 2px solid #B6DDF5;
  background: #fff;
}

.first-btns__item a:hover {
  border: 2px solid #fff;
  transition: 0.3;
  opacity: 0.8;
}

.gel,
.spray {
  padding-bottom: 100px;
  color: #fff;
}

.md-ttl {
  padding: 60px 0 30px;
  color: #fff;
  font-size: 4.4rem;
  font-family: 'Noto JP', serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

body#zh .md-ttl {
  font-family: "Noto Serif SC", serif;
}

.md-ttl small {
  display: block;
  margin-top: 15px;
  font-size: 2.0rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.md-ttl small {
  font-family: "Noto Sans SC", sans-serif;
}

.gel,
.gel-ttl {
  background: #2AA4DD;
}

.spray,
.spray-ttl {
  background: #4EAAB5;
}

.md-lead {
  margin-bottom: 50px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.section-ttl {
  margin-bottom: 40px;
  padding: 10px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  border-radius: 50px;
}

.feature-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
}

.feature {
  margin-bottom: 100px;
}

.feature__item {
  align-self: stretch;
  width: 100%;
  padding: 0 20px;
}

.feature__item-inner {
  height: 100%;
  color: #0E207E;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px -3px rgba(10, 10, 10, 0.1), -50px -50px 0px -50px rgba(10, 10, 10, 0.02);
}

.feature__item-inner-txt {
  padding: 20px;
}

.feature__item-img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.feature__item-ttl {
  margin-bottom: 15px;
  padding: 10px 0;
  font-size: 2.0rem;
  border-top: 1px solid #99AED3;
  border-bottom: 1px solid #4E9EA8;
}

.feature__item-txt {
  text-align: justify;
}

.overcome {
  margin-bottom: 100px;
}

.overcome-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.overcome__item {
  align-self: auto;
  padding: 30px 30px 40px;
  color: #0E207E;
  background: #fff;
  border-radius: 30px;
}

.overcome__item-before {
  padding-bottom: 0;
  background: #E3F2FA;
}

.overcome__item-before-ttl {
  margin-bottom: 30px;
}

.overcome__item-before strong {
  display: block;
  margin-bottom: 10px;
}

.overcome__item-before p {
  margin-bottom: 20px;
}

.overcome__item-arrow {
  background: transparent;
}

.overcome__item-after-ttl {
  margin-bottom: 20px;
  font-size: 2.4rem;
}

.overcome__item-after-ttl-second {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 300;
}

.overcome__item-after-ttl-second span {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
}

.overcome__item-after ul {
  display: inline-block;
}

.overcome__item-after li {
  margin-top: 15px;
  text-align: left;
}

.footer-menu {
  margin-bottom: 50px;
}

.footer-menu a {
  color: #fff;
}

.product-info {
  text-align: left;
}

.product-info__ttl {
  margin-bottom: 15px;
  font-size: 2.2rem;
}

.product-info__ttl-howto {
  margin-bottom: 15px;
  font-size: 2.0rem;
}

.product-info p {
  line-height: 2.0;
}

.product-info li {
  margin-bottom: 0.8em;
  line-height: 1.5;
}

.qanda-ttl, .company-ttl {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
}

.qanda-section,
.company-section {
  padding-bottom: 100px;
}

.qandaPage .header, .companyPage .header {
  margin-bottom: 80px;
}

.qandaPage .container, .companyPage .container {
  width: 900px;
  max-width: 100%;
  text-align: left;
}

.qandaPage .qanda {
  padding: 0 20px 30px;
}

.qandaPage .qanda .qst,
.qandaPage .qanda .asw {
  position: relative;
  padding: 10px 15px 10px 50px;
}

.qandaPage .qanda .qst {
  margin-bottom: 20px;
  background: #fff;
}

.qandaPage .qanda .qst-icon,
.qandaPage .qanda .asw-icon {
  position: absolute;
  left: 15px;
  font-size: 2.2rem;
  font-weight: 300;
  font-style: normal;
}

.qandaPage .qanda .qst-icon {
  color: #3CB5C4;
}

.companyPage .list-company {
  padding: 0 20px 0px;
}

.companyPage .list-company .list-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #0E207E;
}

.companyPage .list-company .list-row .list-head, .companyPage .list-company .list-row .list-content {
  text-align: left;
  line-height: 1.8;
}

.companyPage .list-company .list-row li {
  padding: 5px 0;
}

.companyPage .list-company .list-row:first-child {
  border-top: 2px solid #0E207E;
}

.companyPage .list-company .list-head h4 {
  white-space: nowrap;
  width: 15em;
}

.companyPage .list-company .list-content {
  width: auto;
}

.footer {
  padding: 80px 0;
  color: #fff;
  background: #0E207E;
}

@media screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .container {
    margin: 0 auto;
    padding: 0 20px;
  }
  .flex {
    display: block;
  }
  .flex-item2 {
    width: 100%;
  }
  .header {
    padding: 10px 8px 10px 10px;
  }
  .header h1 img {
    width: 140px;
    height: auto;
  }
  .header .btn-qanda a {
    display: none;
  }
  .header .btn-qanda {
    font-size: 1.4rem;
  }
  .header .btn-qanda a {
    padding: 5px 15px 7px;
  }
  .header .btn-lang {
    font-size: 1.4rem;
  }
  .header .btn-lang a {
    padding: 5px 15px 7px;
  }
  .hero__bottole {
    top: 59%;
    max-width: 80%;
  }
  .scroll-down {
    height: 35px;
    background: url(../img/bg_scroll-down.png) center center repeat-x;
    background-size: auto 35px;
  }
  .scroll-down .btn-scroll-down {
    width: 70px;
  }
  .first {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .first-ttl {
    font-size: 2.0rem;
  }
  .first-btns__item {
    padding: 0 0px;
  }
  .first-btns__item a {
    border: 0;
  }
  .first-btns__item a:hover {
    border: 0;
  }
  .first-btn-gel a,
  .first-btn-gel a:hover {
    border-right: 1px solid #fff;
  }
  .first-btn-spray a,
  .first-btn-spray a:hover {
    border-left: 1px solid #fff;
  }
  .md-lead {
    text-align: left;
    font-size: 1.4rem;
  }
  .section-ttl {
    font-size: 2.0rem;
    border: 1px solid #fff;
  }
  .feature__item {
    margin-bottom: 20px;
    padding: 0 0px;
  }
  .feature-inner {
    display: block;
  }
  .feature__item-ttl {
    font-size: 1.8rem;
  }
  .overcome-inner {
    display: block;
  }
  .overcome__item-before {
    text-align: left;
  }
  .overcome__item-before-ttl {
    text-align: center;
  }
  .overcome__item-arrow img {
    transform: rotateZ(90deg);
  }
  .overcome__item-after-ttl {
    line-height: 1.4;
  }
  .overcome__item-after-ttl-second {
    line-height: 1.4;
  }
  .overcome__item-after li {
    line-height: 1.5;
  }
  .product-info__ttl {
    font-size: 2.0rem;
  }
  .product-info__ttl-howto {
    font-size: 1.8rem;
  }
  .product-info__howto {
    margin-top: 30px;
  }
  .qandaPage .header, .companyPage .header {
    margin-bottom: 50px;
  }
  .qandaPage .container, .companyPage .container {
    padding: 0 0;
  }
  .qanda-ttl, .company-ttl {
    font-size: 2.4rem;
  }
  .qandaPage .qanda-section .qanda {
    padding: 0 0px 40px;
  }
  .qandaPage .qanda-section .qanda .qst {
    margin-bottom: 10px;
    padding: 10px 10px 10px 50px;
  }
  .companyPage .list-company {
    padding: 0 0px 40px;
  }
  .companyPage .list-company .list-row {
    display: block;
  }
  .companyPage .list-company .list-row .list-head {
    margin-bottom: 10px;
  }
  .hidden-xs {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */