/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

:root {
  --width-pc-body: 1080px;
  --font-family-ja: "Zen Kaku Gothic New", sans-serif;
  --font-family-en: "Jost", sans-serif;
  --font-weight-medium: 500;
  --font-size: 17px;
  --color-theme-blue: #0098D8;
  --color-theme-green: #59B55B;
  --color-warning: #FF8533;
  --color-danger: #ff0000;
  --color-text: #000;
  --color-text-light: #969696;
  --color-text-lightest: #f0f0f0;
  --color-background-gray: #f5f5f5;
  --color-border: #969696;
  --color-border-light: #dbdbdb;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  color: var(--color-text);
  font-family: var(--font-family-ja);
  font-weight: var(--font-weight-medium);
  font-style: normal;
  font-size: var(--font-size);
}

main {
  padding-bottom: 40px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

p, th, td, li {
  line-height: 1.5;
}

img {
  max-width: 100%;
}

input, textarea {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
}

.gradientHeadline--color {
  background: linear-gradient(to right, var(--color-theme-blue), var(--color-theme-green));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradientHeadline--back {
  background: linear-gradient(to right, var(--color-theme-blue), var(--color-theme-green));
  color: white;
}

h2.withEn {
  margin-bottom: 30px;
  font-size: 25px;
  text-align: center;
}
h2.withEn.withEn__about_us {
  padding-top: 72px;
  background: url("../img/headline_en_about_us.svg") no-repeat left top;
  background-size: auto 67px;
  text-align: left;
}
h2.withEn.withEn__service {
  padding-top: 69px;
  background: url("../img/headline_en_service.svg") no-repeat center top;
  background-size: auto 64px;
}
h2.withEn.withEn__company {
  padding-top: 82px;
  background: url("../img/headline_en_company.svg") no-repeat center top;
  background-size: auto 82px;
}
h2.gradientHeadline--color {
  font-size: 24px;
}
h2.gradientHeadline--back {
  font-size: 20px;
}

h3.gradientHeadline--back {
  padding: 10px;
  font-size: 16px;
}

span.mustLabel {
  display: inline-block;
  width: 45px;
  height: 23px;
  margin-right: 1em;
  background: var(--color-warning);
  color: white;
  line-height: 23px;
  font-size: 13px;
  text-align: center;
}

.companyTable {
  margin: 0 auto 60px;
  padding: 0 20px;
}
.companyTable table {
  width: 100%;
}
.companyTable table th, .companyTable table td {
  padding: 20px 10px;
}
.companyTable table th:after, .companyTable table td:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
}
.companyTable table th {
  position: relative;
  text-align: left;
}
.companyTable table th:after {
  background: linear-gradient(to right, var(--color-theme-blue), var(--color-theme-green));
}
.companyTable table td {
  position: relative;
}
.companyTable table td:after {
  background: var(--color-text-lightest);
}

.companyMap__iframe {
  width: 100%;
  height: 250px;
}

.pageCover {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: 40px;
  background-position: center;
  background-size: cover;
  color: white;
  font-size: 36px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.pageCover__lead {
  padding: 0 20px;
  font-size: 14px;
}

@media (min-width: 768px) {
  main {
    padding-bottom: 80px;
  }
  h2.withEn {
    margin-bottom: 40px;
  }
  h2.withEn:before {
    margin-bottom: 10px;
    font-size: 60px;
  }
  h2.gradientHeadline--color {
    font-size: 32px;
  }
  h2.gradientHeadline--back {
    font-size: 24px;
  }
  h3.gradientHeadline--back {
    font-size: 20px;
  }
  .companyTable {
    margin-bottom: 80px;
  }
  .companyTable table th, .companyTable table td {
    padding: 30px 10px 20px;
  }
  .companyMap__iframe {
    height: 300px;
  }
  .pageCover {
    gap: 15px;
    height: 300px;
    margin-bottom: 60px;
    font-size: 42px;
  }
  .pageCover__lead {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  main {
    padding-bottom: 120px;
  }
  h2 .withEn {
    margin-bottom: 50px;
  }
  h2 .withEn:before {
    margin-bottom: 15px;
    font-size: 80px;
  }
  h2.gradientHeadline--color {
    font-size: 40px;
  }
  h2.gradientHeadline--back {
    font-size: 28px;
  }
  h3.gradientHeadline--back {
    font-size: 23px;
  }
  .companyTable {
    width: 845px;
  }
  .companyTable table th, .companyTable table td {
    padding: 40px 10px 25px;
  }
  .companyMap__iframe {
    height: 350px;
  }
  .pageCover {
    gap: 20px;
    height: 400px;
    margin-bottom: 80px;
    font-size: 45px;
  }
  .pageCover__lead {
    font-size: 20px;
  }
}
.header {
  padding: 0 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background-color:#fff;
}
.header__toggle {
  display: none;
}
.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.header__logo {
  height: 40px;
}
.header__logo img {
  height: 100%;
}
.header__links {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
.header__spMenu {
  order: 1;
  display: block;
  width: 36px;
  height: 36px;
  padding: 5px;
  border: solid 1px var(--color-theme-green);
  border-radius: 4px;
}
.header__spMenu span {
  font-size: 24px;
  color: var(--color-theme-green);
}
.header__spMenu--close {
  display: none;
}
.header__menu a {
  color: var(--color-text);
  text-decoration: none;
}
.header__menu a:hover {
  text-decoration: underline;
}
.header__contact {
  display: inline-block;
  width: 120px;
  height: 36px;
  border-radius: 36px;
  background: linear-gradient(to right, #0098D8 20%, #59B55B 80%);
  color: white;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}
.header__contact:hover {
  background: linear-gradient(to left, #0098D8 20%, #59B55B 80%);
}

@media (max-width: 767px) {
  .header__menu {
    position: absolute;
    top: 60px;
    left: 0%;
    width: 100%;
    overflow: hidden;
  }
  .header__menu li {
    position: relative;
    left: 100%;
    transition: left 0.5s ease;
  }
  .header__menu li a {
    display: block;
    padding: 10px;
    border-top: solid 1px var(--color-border);
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    line-height: 20px;
  }
  .header__toggle:checked + .header__body .header__spMenu--open {
    display: none;
  }
  .header__toggle:checked + .header__body .header__spMenu--close {
    display: block;
  }
  .header__toggle:checked + .header__body .header__menu li {
    left: 0;
  }
}
@media (min-width: 768px) {
  .header {
    padding: 0 20px;
  }
  .header__body {
    height: 80px;
  }
  .header__logo {
    height: 50px;
  }
  .header__links {
    gap: 20px;
  }
  .header__spMenu {
    display: none;
  }
  .header__menu {
    display: flex;
    gap: 15px;
  }
  .header__contact {
    width: 140px;
  }
}
@media (min-width: 1024px) {
  .header__body {
    width: 1080px;
    margin: 0 auto;
  }
  .header__links {
    gap: 40px;
    font-size: var(--font-size);
  }
  .header__menu {
    gap: 30px;
  }
  .header__contact {
    width: 185px;
    height: 48px;
    border-radius: 48px;
    font-size: 18px;
    line-height: 48px;
  }
}
.footer {
  padding: 20px 10px;
  background: url("../img/footer_back.svg") no-repeat center;
  background-size: cover;
  color: white;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
.footer__logo {
  order: 1;
  width: 80px;
}
.footer__links {
  order: 3;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer__links a {
  display: inline-block;
  padding-left: 20px;
  background: url("../img/footer_arrow.svg") no-repeat left center;
  background-size: 14px;
  line-height: 28px;
  font-size: 15px;
}
.footer__links a:hover {
  text-decoration: underline;
}
.footer__menu {
  padding-top: 28px;
}
.footer__service h2 {
  line-height: 28px;
  font-size: 15px;
}
.footer__contact {
  order: 2;
  display: block;
  width: 200px;
  height: 60px;
  border: solid 1px white;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
}
.footer__copyright {
  padding-top: 30px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .footer {
    padding: 30px 20px;
  }
  .footer__logo {
    width: 120px;
  }
  .footer__links {
    order: 2;
    gap: 40px;
    width: auto;
  }
  .footer__contact {
    order: 3;
  }
}
@media (min-width: 1024px) {
  .footer__body {
    width: 1080px;
    margin: 0 auto;
  }
  .footer__logo {
    width: 160px;
  }
  .footer__service ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
  .footer__copyright {
    width: 1080px;
    margin: 0 auto;
  }
}
.indexSection {
  padding-top: 40px;
}

.indexCover {
  background: url("../img/top_cover_back.jpg") no-repeat center;
  background-size: cover;
}
.indexCover__body {
  height: 400px;
  padding: 0 10px;
}
.indexCover__body h1 {
  position: relative;
  top: 50%;
  font-size: 24px;
}
.indexCover__body h1 span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
  background: white;
  line-height: 40px;
}

.indexAbout {
  /* display: flex; */
  /* align-items: center; */
  /* min-height: 500px; */
  /* background: url("../img/top_about_back.jpg") no-repeat center; */
  /* background-size: cover; */
  color: white;
}
.indexAbout h2.withEn {
  text-align: left;
}
.indexAbout h2.withEn:before {
  color: rgba(240, 240, 240, 0.3);
}
.indexAbout h3 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 30px;
}
.indexAbout__body {
  display:none;
  flex-direction: column;
  gap: 40px;
  padding: 50px 10px;
  position: relative;
  z-index:10;
}
.indexAbout__image {
  padding: 0 10px;
}
.indexAbout__image img {
  width: 100%;
}

.indexService__body {
  padding: 0 20px;
}

.indexServiceCards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.indexServiceCards__card {
  background-position: center;
  background-size: cover;
}
.indexServiceCards__card a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 250px;
  padding: 15px;
  color: white;
  text-decoration: none;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.indexServiceCards__card h3 {
  margin-bottom: 10px;
  font-size: 30px;
}
.indexServiceCards__card p {
  font-size: 12px;
}
.indexServiceCards__en {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 20px;
  font-style: italic;
}
.indexServiceCards__arrow {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: linear-gradient(to right, var(--color-theme-blue), var(--color-theme-green));
}
.indexServiceCards__arrow img {
  width: 20px;
}

.indexRecruitBanner {
  margin-top: 60px;
  padding: 0 20px;
}
.indexRecruitBanner a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  background: url("../img/banner_recruit.jpg") no-repeat center;
  background-size: cover;
  color: white;
  text-decoration: none;
}
.indexRecruitBanner a h2 {
  font-size: 25px;
  text-align: center;
}
.indexRecruitBanner a span {
  display: block;
  margin-top: 10px;
  padding: 10px 20px 0;
  border-top: solid 1px white;
  font-size: 18px;
}

@media (min-width: 768px) {
  .indexSection {
    padding-top: 80px;
  }
  .indexCover__body {
    height: 600px;
    padding: 0 20px;
  }
  .indexCover__body h1 {
    top: 50%;
    font-size: 40px;
  }
  .indexCover__body h1 span {
    margin-bottom: 15px;
    padding: 0 20px;
    line-height: 65px;
  }
  .indexAbout__body {
    flex-direction: row;
    gap: 50px;
    padding: 100px 20px;
  }
  .indexAbout__image {
    flex-shrink: 0;
    width: 320px;
    padding: 0;
  }
  .indexService__body {
    padding: 0 30px;
  }
  .indexServiceCards__arrow {
    top: auto;
    right: 20px;
    bottom: 20px;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    background: linear-gradient(to right, var(--color-theme-blue), var(--color-theme-green));
  }
  .indexServiceCards__arrow a {
    padding: 20px;
  }
  .indexServiceCards__arrow img {
    width: 27px;
  }
  .indexRecruitBanner {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  .indexSection {
    padding-top: 120px;
  }
  .indexCover__body {
    height: 700px;
    width: 1080px;
    margin: 0 auto;
  }
  .indexAbout {
    height: 700px;
  }
  .indexAbout h3 {
    margin-bottom: 25px;
    font-size: 40px;
  }
  .indexAbout__body {
    gap: 100px;
    width: 1080px;
    margin: 0 auto;
    padding: 150px 20px;
  }
  .indexAbout__image {
    width: 480px;
  }
  .indexService__body {
    padding: 0 100px;
  }
  .indexServiceCards {
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
  }
  .indexServiceCards__card {
    flex-shrink: 0;
  }
  .indexServiceCards__card a {
    width: 525px;
    height: 400px;
    padding: 25px;
  }
  .indexServiceCards__arrow {
    right: 25px;
    bottom: 25px;
  }
  .indexRecruitBanner {
    justify-content: flex-start;
    margin-top: 120px;
  }
  .indexRecruitBanner a {
    justify-content: flex-start;
    width: 1080px;
    margin: auto;
  }
  .indexRecruitBanner a h2 {
    margin-left: 120px;
  }
}
.businessArticle__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.businessArticle__image img {
  width: 100%;
}
.businessArticle:nth-child(even) {
  background: var(--color-background-gray);
}
.businessArticle__headline {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--color-text);
  font-size: 20px;
}
.businessArticle__lead {
  margin-bottom: 1em;
  font-size: 16px;
}
.businessArticle__body {
  font-size: 14px;
}

@media (min-width: 768px) {
  .businessArticle__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 40px;
  }
  .businessArticle__image {
    order: 2;
    flex: 1;
  }
  .businessArticle__texts {
    order: 1;
    flex: 1;
  }
  .businessArticle__headline {
    font-size: 30px;
  }
  .businessArticle__lead {
    font-size: 20px;
  }
  .businessArticle__body {
    font-size: 15px;
  }
  .businessArticle:nth-child(even) .businessArticle__wrapper {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .businessArticle__wrapper {
    gap: 60px;
    width: 1050px;
    margin: auto;
  }
  .businessArticle__headline {
    font-size: 35px;
  }
  .businessArticle__lead {
    font-size: 20px;
  }
}
.evArticles__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.evArticle__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.evArticle__image {
  text-align: center;
}
.evArticle__headline {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--color-text);
  font-size: 20px;
  text-align: center;
}
.evArticle__body {
  font-size: 14px;
}

.evMerit {
  padding: 0 20px 20px;
}
.evMerit__headline {
  margin-bottom: 20px;
  text-align: center;
}
.evMerit__headline h2 {
  display: inline-block;
}

.evTypes {
  padding: 20px;
  background: var(--color-background-gray);
}
.evTypes__headline {
  margin-bottom: 30px;
}
.evTypes__headline h2 {
  line-height: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .evArticle__body {
    font-size: 15px;
  }
  .evMerit {
    padding: 0px 40px 40px;
  }
  .evMerit__headline {
    margin-bottom: 30px;
  }
  .evMerit .evArticles__wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
  .evMerit .evArticle__text, .evMerit .evArticle__image {
    flex: 1;
  }
  .evTypes {
    padding: 40px;
  }
  .evTypes__headline {
    margin-bottom: 40px;
  }
  .evTypes__headline h2 {
    line-height: 50px;
  }
  .evTypes .evArticle__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 50px;
  }
  .evTypes .evArticle__texts {
    order: 1;
    flex: 1;
  }
  .evTypes .evArticle__image {
    order: 2;
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .evMerit {
    padding: 0px 80px 80px;
  }
  .evMerit__headline {
    margin-bottom: 40px;
  }
  .evMerit .evArticles {
    width: 1020px;
    margin: auto;
  }
  .evMerit .evArticle {
    width: 320px;
  }
  .evMerit .evArticle__headline {
    font-size: 21px;
  }
  .evTypes {
    padding: 80px;
  }
  .evTypes__headline {
    width: 1020px;
    margin: 0 auto 60px;
  }
  .evTypes__headline h2 {
    line-height: 60px;
  }
  .evTypes .evArticles {
    width: 920px;
    margin: auto;
  }
  .evTypes .evArticle__headline {
    font-size: 25px;
  }
}
.wpLead {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 20px;
  text-align: center;
}

.wpNeeds {
  margin: 0 auto 40px;
  padding: 0 20px;
}
.wpNeeds__image {
  margin-bottom: 20px;
}
.wpNeeds__image img {
  width: 100%;
}
.wpNeeds__headline {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.wpArticles {
  margin-bottom: 40px;
  padding: 20px;
}
.wpArticles__wrapper {
  display: grid;
  gap: 30px;
}

.wpArticle__image {
  margin-bottom: 20px;
  text-align: center;
}
.wpArticle__headline {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--color-text);
  font-size: 20px;
  text-align: center;
}
.wpArticle__body {
  font-size: 14px;
}

.wpPoster {
  padding: 40px 20px;
  background: black;
  text-align: center;
}

.wpCarbon {
  padding: 40px 20px;
}
.wpCarbon__headline h2 {
  font-size: 16px;
  text-align: center;
}
.wpCarbon__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wpCarbon__texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wpCarbon__headline {
  margin-bottom: 10px;
}
.wpCarbon__lead {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--color-text);
  font-size: 16px;
}
.wpCarbon__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
}

.wpBrand {
  background: var(--color-background-gray);
}
.wpBrand__wrapper {
  padding: 40px 20px 0;
}
.wpBrand .wpLead {
  margin-bottom: 20px;
}
.wpBrand__message {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
}
.wpBrand__flows {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}
.wpBrand__flow {
  border-bottom: solid 1px var(--color-text);
}
.wpBrand__flowNumber {
  margin-bottom: 20px;
  color: var(--color-border-light);
  font-size: 40px;
  text-align: center;
}
.wpBrand__flowText {
  height: 50px;
  font-size: 20px;
  text-align: center;
}
.wpBrand__flowText span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.wpBrand__images {
  display: flex;
}
.wpBrand__image {
  flex-grow: 1;
  flex-shrink: 1;
}
.wpBrand__image img {
  width: 100%;
}

.wpBareWater__image {
  max-width: 100%;
  padding: 40px 20px;
  text-align: center;
}

.wpSpecs {
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.wpSpec__label {
  padding: 5px 10px;
  border-bottom: solid 1px var(--color-text);
  color: #FFB806;
  font-size: 16px;
}
.wpSpec__body {
  padding: 10px;
  font-size: 16px;
}

.wpWsl {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0 20px;
}
.wpWsl__mark {
  flex-shrink: 0;
  width: 60px;
}
.wpWsl__headline {
  margin-bottom: 5px;
  font-size: 16px;
}
.wpWsl__note {
  font-size: 12px;
}

.wpQualityTest {
  padding: 40px 20px;
  background: var(--color-background-gray);
}
.wpQualityTest .wpLead {
  margin-bottom: 20px;
}
.wpQualityTest__headline {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
.wpQualityTest__table {
  width: 100%;
}
.wpQualityTest__table th, .wpQualityTest__table td {
  padding: 5px;
  border: solid 1px var(--color-text);
  font-size: 14px;
  text-align: center;
}
.wpQualityTest__table th:first-child {
  border-left: none;
}
.wpQualityTest__table td:last-child {
  border-right: none;
}
.wpQualityTest__table--basic {
  margin-bottom: 40px;
}
.wpQualityTest__table--basic thead th, .wpQualityTest__table--basic thead td {
  border-top-width: 3px;
  border-bottom-width: 3px;
}
.wpQualityTest__table--basic tbody th {
  text-align: left;
}
.wpQualityTest__table--basic td:last-child {
  background: #FFFCCC;
}
.wpQualityTest__table--sub thead th, .wpQualityTest__table--sub thead td {
  border-top-width: 3px;
}
.wpQualityTest__table--sub tbody tr:last-child th, .wpQualityTest__table--sub tbody tr:last-child td {
  border-bottom-width: 3px;
}
.wpQualityTest__table--sub tbody tr:last-child td {
  background: #FFFCCC;
}

.wpJisTest {
  padding: 40px 20px;
}
.wpJisTest__wrapper {
  display: grid;
  gap: 30px;
}
.wpJisTest__headline {
  margin-bottom: 5px;
  padding: 0 5px 5px;
  border-bottom: solid 1px var(--color-text);
  font-size: 20px;
}
.wpJisTest__item {
  padding: 0 5px;
  font-size: 12px;
}
.wpJisTest__resultWrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
}
.wpJisTest__resultIcon {
  flex-grow: 0;
  width: 40px;
  height: 40px;
}
.wpJisTest__resultText {
  flex-grow: 1;
  font-size: 16px;
}
.wpJisTest__resultText span {
  display: block;
}
.wpJisTest__result {
  color: #ff0000;
}
.wpJisTest__number {
  padding: 0 5px;
  font-size: 12px;
}

.wpCartridge {
  padding: 40px 20px;
  background: var(--color-background-gray);
}
.wpCartridge .wpLead {
  margin-bottom: 20px;
}
.wpCartridge__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.wpCartridge__items {
  order: 2;
  display: grid;
  gap: 10px;
}
.wpCartridge__items h3 {
  padding: 5px;
  border-bottom: solid 1px var(--color-text);
  font-size: 14px;
}
.wpCartridge__items p {
  padding: 5px;
  font-size: 14px;
}
.wpCartridge__image {
  order: 1;
}
.wpCartridge__caution {
  padding: 20px;
  background: rgba(255, 0, 0, 0.1);
}
.wpCartridge__caution h3 {
  margin-bottom: 10px;
  color: var(--color-danger);
  font-size: 16px;
  text-align: center;
}
.wpCartridge__caution ol {
  list-style: decimal;
  padding-left: 1em;
}
.wpCartridge__caution li {
  margin-bottom: 5px;
  font-size: 14px;
}

.wpTrusts {
  padding: 40px 20px;
}
.wpTrusts__wrapper {
  display: flex;
  flex-direction: column;
}
.wpTrusts .wpTrust {
  padding: 20px 0;
}
.wpTrusts .wpTrust__headline {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
}
.wpTrusts .wpTrust__body {
  font-size: 14px;
  text-align: center;
}
.wpTrusts .wpTrust:first-child {
  border-bottom: solid 1px var(--color-text);
}

.wpCaution {
  padding: 40px 20px;
  background: var(--color-background-gray);
}
.wpCaution__headline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.wpCaution__headline img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.wpCaution__headline h2 {
  font-size: 20px;
  text-align: center;
}
.wpCaution__body {
  font-size: 14px;
}

.wpVoices {
  padding: 40px 20px;
}
.wpVoices .wpLead {
  margin-bottom: 20px;
}
.wpVoices__wrapper {
  display: grid;
  gap: 20px;
}
.wpVoices .wpVoice {
  padding-top: 25px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100px auto;
}
.wpVoices .wpVoice--50 {
  background-image: url(../img/star_50.svg);
}
.wpVoices .wpVoice--45 {
  background-image: url(../img/star_45.svg);
}
.wpVoices .wpVoice--40 {
  background-image: url(../img/star_40.svg);
}
.wpVoices .wpVoice__user {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px var(--color-text);
  font-size: 16px;
}
.wpVoices .wpVoice__voice {
  font-size: 14px;
}

@media (min-width: 768px) {
  .wpLead {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .wpNeeds {
    margin-bottom: 50px;
  }
  .wpNeeds__headline {
    font-size: 32px;
  }
  .wpArticles {
    margin-bottom: 50px;
  }
  .wpArticles__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .wpArticles__body {
    font-size: 15px;
  }
  .wpPoster {
    padding: 60px 30px;
  }
  .wpCarbon__wrapper {
    flex-direction: row;
    gap: 40px;
  }
  .wpCarbon__image {
    flex: 1;
  }
  .wpCarbon__texts {
    flex: 1;
  }
  .wpCarbon__lead {
    font-size: 20px;
  }
  .wpCarbon__body {
    font-size: 15px;
  }
  .wpBrand .wpLead {
    margin-bottom: 30px;
  }
  .wpBrand__message {
    margin-bottom: 60px;
  }
  .wpBrand__flows {
    gap: 40px 10px;
    grid-template-columns: repeat(5, 1fr);
  }
  .wpBareWater__image {
    padding: 60px 20px;
  }
  .wpSpecs {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
  }
  .wpWsl {
    gap: 30px;
    margin-bottom: 80px;
  }
  .wpWsl__mark {
    width: 80px;
  }
  .wpWsl__headline {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .wpWsl__note {
    font-size: 15px;
  }
  .wpQualityTest {
    padding: 80px 20px;
  }
  .wpQualityTest .wpLead {
    margin-bottom: 30px;
  }
  .wpQualityTest__table th, .wpQualityTest__table td {
    padding: 10px;
    font-size: 16px;
  }
  .wpQualityTest__table--basic {
    margin-bottom: 50px;
  }
  .wpJisTest {
    padding: 80px 20px;
  }
  .wpJisTest__wrapper {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .wpJisTest__headline {
    margin-bottom: 10px;
    padding: 0 10px 10px;
    font-size: 24px;
  }
  .wpJisTest__item {
    padding: 0 10px;
    font-size: 14px;
  }
  .wpJisTest__resultWrapper {
    gap: 10px;
    padding: 10px;
  }
  .wpJisTest__resultIcon {
    width: 60px;
    height: 60px;
  }
  .wpJisTest__resultText {
    font-size: 20px;
  }
  .wpJisTest__number {
    padding: 0 10px;
    font-size: 14px;
  }
  .wpCartridge {
    padding: 60px 20px;
  }
  .wpCartridge .wpLead {
    margin-bottom: 30px;
  }
  .wpCartridge__wrapper {
    flex-direction: row;
    gap: 30px;
    margin-bottom: 30px;
  }
  .wpCartridge__items {
    order: 1;
    gap: 20px;
  }
  .wpCartridge__items h3 {
    padding: 5px 10px;
    font-size: 15px;
  }
  .wpCartridge__items p {
    padding: 5px 10px;
    font-size: 15px;
  }
  .wpCartridge__image {
    order: 2;
    flex-grow: 0;
    flex-shrink: 0;
    width: 50%;
  }
  .wpCartridge__caution {
    padding: 30px 50px;
  }
  .wpCartridge__caution h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .wpCartridge__caution li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .wpTrusts {
    padding: 60px 20px;
  }
  .wpTrusts__wrapper {
    flex-direction: row;
    justify-content: center;
  }
  .wpTrusts .wpTrust {
    padding: 30px;
  }
  .wpTrusts .wpTrust__headline {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .wpTrusts .wpTrust__body {
    font-size: 15px;
  }
  .wpTrusts .wpTrust:first-child {
    border-right: solid 1px var(--color-text);
    border-bottom: none;
  }
  .wpCaution {
    padding: 60px 20px;
  }
  .wpCaution__headline {
    margin-bottom: 20px;
  }
  .wpCaution__headline h2 {
    font-size: 23px;
  }
  .wpCaution__body {
    font-size: 15px;
  }
  .wpVoices {
    padding: 60px 20px;
  }
  .wpVoices .wpLead {
    margin-bottom: 30px;
  }
  .wpVoices__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .wpVoices .wpVoice {
    padding-top: 40px;
    background-position: top center;
    background-size: 150px auto;
  }
  .wpVoices .wpVoice__user {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
  }
  .wpVoices .wpVoice__voice {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .wpLead {
    margin-bottom: 60px;
    font-size: 30px;
  }
  .wpNeeds {
    width: 1000px;
    margin-bottom: 60px;
  }
  .wpNeeds__headline {
    font-size: 40px;
  }
  .wpArticles {
    width: 900px;
    margin: auto;
    margin-bottom: 60px;
  }
  .wpArticle {
    width: 420px;
  }
  .wpArticle__headline {
    font-size: 23px;
  }
  .wpPoster {
    padding: 90px 30px;
  }
  .wpCarbon {
    padding: 120px 0;
  }
  .wpCarbon__wrapper {
    grid: 80px;
    width: 960px;
    margin: auto;
  }
  .wpCarbon__image {
    flex: auto;
  }
  .wpCarbon__texts {
    flex: initial;
    width: 420px;
  }
  .wpCarbon__lead {
    font-size: 23px;
  }
  .wpBrand__wrapper {
    padding: 120px 0 0;
  }
  .wpBrand .wpLead {
    margin-bottom: 40px;
  }
  .wpBrand__message {
    margin-bottom: 80px;
    font-size: 15px;
  }
  .wpBrand__flows {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 120px;
  }
  .wpBrand__flowText {
    height: 60px;
    font-size: 23px;
  }
  .wpBrand__flowText span {
    font-size: 15px;
  }
  .wpBareWater__image {
    width: 1000px;
    margin: 0 auto;
    padding: 120px 0;
  }
  .wpSpecs {
    width: 1000px;
    margin: 0 auto;
    gap: 50px;
    margin-bottom: 80px;
  }
  .wpSpec__label, .wpSpec__body {
    font-size: 18px;
  }
  .wpWsl {
    gap: 40px;
    margin-bottom: 120px;
  }
  .wpWsl__mark {
    width: 80px;
  }
  .wpWsl__headline {
    font-size: 28px;
  }
  .wpQualityTest {
    padding: 120px 0;
  }
  .wpQualityTest .wpLead {
    margin-bottom: 40px;
  }
  .wpQualityTest__headline {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .wpQualityTest__table {
    width: 1000px;
    margin: 0 auto;
  }
  .wpQualityTest__table th, .wpQualityTest__table td {
    padding: 20px;
    font-size: 18px;
  }
  .wpQualityTest__table--basic {
    margin-bottom: 60px;
  }
  .wpJisTest {
    padding: 120px 0;
  }
  .wpJisTest__wrapper {
    width: 1000px;
    margin: 0 auto;
    gap: 50px;
  }
  .wpJisTest__headline {
    font-size: 30px;
  }
  .wpJisTest__headline {
    margin-bottom: 10px;
    padding: 0 15px 10px;
    font-size: 30px;
  }
  .wpJisTest__item {
    padding: 0 15px;
  }
  .wpJisTest__resultWrapper {
    gap: 15px;
    padding: 15px;
  }
  .wpJisTest__resultIcon {
    width: 80px;
    height: 80px;
  }
  .wpJisTest__resultText {
    font-size: 24px;
  }
  .wpJisTest__number {
    padding: 0 15px;
    font-size: 15px;
  }
  .wpCartridge {
    padding: 80px 0;
  }
  .wpCartridge .wpLead {
    margin-bottom: 40px;
  }
  .wpCartridge__wrapper {
    width: 1000px;
    margin: 0 auto;
    gap: 40px;
    margin-bottom: 40px;
  }
  .wpCartridge__items h3 {
    padding: 5px 15px;
  }
  .wpCartridge__items p {
    padding: 5px 15px;
  }
  .wpCartridge__image {
    width: 588px;
  }
  .wpCartridge__caution {
    width: 1000px;
    margin: 0 auto;
    padding: 35px 55px;
  }
  .wpCartridge__caution h3 {
    font-size: 23px;
  }
  .wpCartridge__caution li {
    font-size: var(--font-size);
  }
  .wpTrusts {
    padding: 80px 0;
  }
  .wpTrusts .wpTrust {
    width: 520px;
    padding: 45px 50px;
  }
  .wpTrusts .wpTrust__headline {
    font-size: 23px;
  }
  .wpCaution {
    padding: 80px 0;
  }
  .wpCaution__wrapper {
    width: 1000px;
    margin: 0 auto;
  }
  .wpVoices {
    padding: 80px 0;
  }
  .wpVoices .wpLead {
    margin-bottom: 40px;
  }
  .wpVoices__wrapper {
    width: 1000px;
    margin: 0 auto;
    grid-template-columns: repeat(4, 220px);
    gap: initial;
    justify-content: space-between;
  }
  .wpVoices .wpVoice {
    padding-top: 60px;
    background-size: 200px auto;
  }
  .wpVoices .wpVoice__user {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 25px;
  }
  .wpVoices .wpVoice__voice {
    font-size: 18px;
  }
}
.companyProfile h2 {
  margin-bottom: 15px;
  font-size: 25px;
  text-align: center;
}

@media (min-width: 768px) {
  .companyProfile h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .companyProfile h2 {
    margin-bottom: 25px;
  }
}
.contactForm {
  padding: 0 10px;
}
.contactForm h2 {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
.contactForm input, .contactForm textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 5px;
  border: solid 2px;
  border-image-source: linear-gradient(to right, var(--color-theme-green), var(--color-theme-blue));
  border-image-slice: 1;
}
.contactForm__row {
  width: 100%;
  padding: 5px;
  border-bottom: solid 1px var(--color-border);
}
.contactForm__row:last-of-type {
  border-bottom: none;
}
.contactForm__label {
  position: relative;
  padding: 5px 5px 5px 60px;
  line-height: 23px;
}
.contactForm__label .mustLabel {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
}
.contactForm__inputs {
  padding: 5px;
}
.contactForm__names {
  display: grid;
  gap: 10px;
}
.contactForm__name {
  display: flex;
  align-items: center;
}
.contactForm__name span {
  display: block;
  width: 3em;
  text-align: center;
}
.contactForm__name input {
  flex-grow: 1;
}
.contactForm__action {
  margin-top: 20px;
  text-align: center;
}
.contactForm__button {
  width: 200px;
  height: 40px;
  border: none;
  background: linear-gradient(to right, var(--color-theme-green), var(--color-theme-blue));
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.contactForm__button:hover {
  background: linear-gradient(to right, var(--color-theme-blue), var(--color-theme-green));
}

@media (min-width: 768px) {
  .contactForm {
    padding: 0 20px;
  }
  .contactForm h2 {
    margin-bottom: 30px;
  }
  .contactForm__row {
    display: flex;
    align-items: flex-start;
  }
  .contactForm__label {
    flex-shrink: 0;
    width: 30%;
    padding: 17px 10px 17px 60px;
  }
  .contactForm__inputs {
    flex-grow: 1;
    padding: 10px;
  }
  .contactForm__names {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .contactForm__action {
    margin-top: 40px;
  }
  .contactForm__button {
    width: 220px;
    height: 50px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .contactForm {
    width: 1080px;
    margin: 0 auto;
  }
  .contactForm h2 {
    margin-bottom: 40px;
  }
  .contactForm__row {
    padding: 10px;
  }
}
.privacyDoc {
  padding: 0 10px;
}
.privacyDoc h2 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px var(--color-border);
  font-size: 25px;
  text-align: center;
}
.privacyDoc section {
  margin-bottom: 60px;
  padding: 0 30px;
}
.privacyDoc h3 {
  margin-bottom: 20px;
  font-size: 25px;
}
.privacyDoc p {
  margin-bottom: 1em;
  font-size: 16px;
}
.privacyDoc p:last-child {
  margin-bottom: 0;
}
.privacyDoc__notice {
  padding: 10px 20px;
  background: url("../img/back_text_gradient.svg") no-repeat center;
  background-size: cover;
}

@media (min-width: 768px) {
  .privacyDoc {
    padding: 0 20px;
  }
  .privacyDoc h2 {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .privacyDoc section {
    margin-bottom: 70px;
  }
  .privacyDoc h3 {
    margin-bottom: 25px;
  }
  .privacyDoc__notice {
    padding: 15px 25px;
  }
}
@media (min-width: 1024px) {
  .privacyDoc {
    width: 1080px;
    margin: 0 auto;
  }
  .privacyDoc h2 {
    margin-bottom: 40px;
    padding-bottom: 25px;
    font-size: 30px;
  }
  .privacyDoc section {
    margin-bottom: 80px;
    padding: 0 60px;
  }
  .privacyDoc h3 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .privacyDoc p {
    font-size: 20px;
  }
  .privacyDoc__notice {
    padding: 20px 30px;
  }
}
.qaLinks {
  padding: 0 10px;
}
.qaLinks ul {
  display: grid;
  gap: 20px;
}
.qaLinks ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  background-position: center;
  background-size: cover;
}
.qaLinks ul li a {
  display: block;
  padding-right: 36px;
  background: url("../img/q_a_link_arrow.svg") no-repeat right center;
  background-size: 24px;
  color: white;
  line-height: 30px;
  font-size: 25px;
  text-decoration: none;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.qaList {
  margin-top: 80px;
  padding: 0 10px;
}
.qaList h2 {
  padding-bottom: 25px;
  border-bottom: solid 1px var(--color-border);
  font-size: 25px;
  text-align: center;
}
.qaList__item {
  padding: 15px;
  border-bottom: solid 1px var(--color-border);
}
.qaList__question {
  position: relative;
  padding: 0 30px;
  background: url("../img/q_a_icon_q.svg") no-repeat left top;
  background-size: 24px auto;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
}
.qaList__answer {
  display: none;
  margin-top: 15px;
  margin-left: 30px;
  padding: 20px;
  background: url("../img/back_text_gradient.svg") no-repeat center;
  background-size: cover;
  font-size: 16px;
}
.qaList__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.qaList__icon--close {
  display: none;
}
.qaList__icon span.material-symbols-outlined {
  background: linear-gradient(to right, var(--color-theme-blue), var(--color-theme-green));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .qaLinks {
    padding: 0 20px;
  }
  .qaLinks ul {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .qaList {
    margin-top: 100px;
    padding: 0 20px;
  }
  .qaList h2 {
    padding-bottom: 30px;
  }
  .qaList__item {
    padding: 20px;
  }
  .qaList__question {
    padding-left: 40px;
    background-size: 30px auto;
    line-height: 40px;
    font-size: 20px;
  }
  .qaList__answer {
    margin-top: 20px;
    margin-left: 40px;
    padding: 25px;
    font-size: 16px;
  }
  .qaList__icon {
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .qaLinks {
    width: 1080px;
    margin: 0 auto;
  }
  .qaList {
    width: 1080px;
    margin: 0 auto;
    margin-top: 120px;
  }
  .qaList h2 {
    padding-bottom: 35px;
    font-size: 30px;
  }
  .qaList__item {
    padding: 25px;
  }
  .qaList__question {
    padding-left: 60px;
    background-size: 44px auto;
    line-height: 50px;
    font-size: 22px;
  }
  .qaList__answer {
    margin-top: 25px;
    margin-left: 60px;
    padding: 30px;
    font-size: 22px;
  }
  .qaList__icon {
    height: 60px;
  }
}

.top{ width:100%;height:300vh; }
.cont_wrap{ width:100%;height:100vh;position:sticky;top:0;left:0; }
.cont_wrap .conts{ width:100%;height:100vh;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:50%;transform:translateY(-50%);background:url(../img/top_cover_back.jpg) no-repeat center center/cover;z-index:-1; }
.cont_wrap .cont{ width:40%;background-color:blue;height:50vh;display:none;position:relative;z-index:3; }
.cont_wrap .cont.bg{ width:100%;position:absolute;left:0;top:0;height:100%;background:url(../img/grad_bg.webp) no-repeat center center/cover;z-index:1; }
.section{ width:100%;height:100vh;background-color:saddlebrown; }
.top .note_jp_wrap{position:absolute;top:49%;left:0;width: 44.1%;max-width:450px;display:block;transform: translateY(-50%);z-index:100; }
.top .note_jp_wrap .inner{ position:relative; }
.top .note_jp_wrap .note{transition:all .6s cubic-bezier(.01,.67,.56,.98);transform:translate(-200%, -50%);position:absolute;top: 100%;left: 50%;z-index:100;width: 100%;display: block;}
.top .note_jp_wrap .note_bg{ transition:all .6s cubic-bezier(.01,.67,.56,.98);transform:translate(-100%, 50%);transition-delay:.3s; }
.top .note_jp_wrap.on .note{transform:translate(-50%, -50%);transition-delay:0.6s; }
.top .note_jp_wrap.on .note_bg{ transform:translate(0, 50%); }
@media screen and (max-width:767px){
  .top .note_jp_wrap{ width:74%; }
  .indexAbout__image{ width:61%;margin-left: auto;margin-right: auto;max-width:44vh; }
  .indexAbout__body{ gap:16px; }
  .indexAbout h3{ line-height:1.3; }
  h2.withEn{ margin-bottom:12px; }
}
@media screen and (max-width:575px){
  p, th, td, li{ font-size:14px; }
  .indexAbout h3{ font-size:26px;margin-bottom:11px; }
  h2.withEn.withEn__about_us{ background-size:auto 52px;padding-top:54px; }
  .indexAbout__body{ padding:10px;margin-top:auto;margin-bottom:10px;padding-bottom:15px; }
  .indexAbout__image{ width:81%; }
  h2.withEn.withEn__about_us{ font-size:116%; }
  /* .cont_wrap .conts{ background-position:61% center; } */
  .top .note_jp_wrap{ top:62%; }
  .pageCover{ padding-top:40px; }
}