@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  /* font-size: 1em; */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

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

input, button, textarea, select, option {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

/* a:hover,
a:hover img{
    opacity: 0.80;
    filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
} */
img {
  max-width: 100%;
}

button {
  font-family: inherit;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

table p {
  line-height: 1.5;
}

#__next {
  height: 100%;
}

::-webkit-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

:-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

::-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

::placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

:-ms-input-placeholder {
  color: #9b9b9b;
  /* font-size: 1.4rem; */
}

::-webkit-input-placeholder {
  color: #9b9b9b;
  /* font-size: 1.4rem; */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

button:disabled,
input:disabled,
select:disabled {
  pointer-events: none;
}

* {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
  color: unset;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #212121;
  font-weight: 400;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, a, span, small {
  color: inherit;
  background: none;
  font-family: "Noto Sans JP", sans-serif;
}

button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*=============================================
 Header
==============================================*/
.c-header {
  background-color: rgba(255, 255, 255, 0.95);
}
.c-header__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 12px 24px;
  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;
}
@media (max-width: 1024px) {
  .c-header__inner {
    padding: 8px 16px 4px 14px;
  }
}
.c-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .c-header__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.c-header__logo {
  padding-left: 5px;
}
@media (max-width: 1240px) {
  .c-header__logo {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .c-header__logo {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .c-header__logo {
    padding-left: 0;
  }
}
@media (max-width: 1240px) {
  .c-header__logo img {
    width: 200px;
  }
}
@media (max-width: 1024px) {
  .c-header__logo img {
    width: 146px;
  }
}
@media (max-width: 767px) {
  .c-header__logo img {
    width: 147px;
  }
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger__head {
  display: none;
}
@media (max-width: 1024px) {
  .hamburger__head {
    display: block;
    margin-left: 30px;
    margin-right: 0px;
    position: relative;
    z-index: 999;
  }
}
.hamburger__head .nav-icon {
  width: 56px;
  height: 56px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.hamburger__head .nav-icon .menuStatus {
  font-size: 11px;
  text-transform: uppercase;
  text-align: right;
  padding-top: 5px;
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  color: #0D3078;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.hamburger__head .nav-icon .bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 18px;
  background: #0D3078;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.hamburger__head .nav-icon .bar:nth-child(1) {
  width: 54px;
  top: 14px;
  left: 1px;
}
.hamburger__head .nav-icon .bar:nth-child(2) {
  width: 37px;
  top: 26px;
  right: 1px;
}
.hamburger__head .nav-icon.is-opened .bar:nth-child(1) {
  -webkit-transform: rotate(-26deg);
          transform: rotate(-26deg);
  width: 50px;
  top: 17px;
  left: 3px;
}
.hamburger__head .nav-icon.is-opened .bar:nth-child(2) {
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
  width: 50px;
  top: 17px;
  right: 3px;
}
.hamburger__head .nav-icon.is-opened .menuStatus {
  text-align: center;
}
@media (max-width: 1024px) {
  .hamburger__body {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 68px;
    right: 0px;
    left: 0;
    -webkit-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    background-color: rgba(255, 255, 255, 0.95);
    height: 0px;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    border-top: 2px solid transparent;
  }
  .hamburger__body.is-opened {
    height: auto;
    border-top: 2px solid #0D3078;
    opacity: 1;
  }
}

.c-gnav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .c-gnav {
    display: block;
  }
}
.c-gnav a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 1024px) {
  .c-gnav a {
    display: block;
    padding: 16px 24px;
    border-bottom: 2px solid #EBEBEB;
  }
  .c-gnav a:hover:after {
    display: none;
  }
}
.c-gnav a + a {
  margin-left: 56px;
}
@media (max-width: 1240px) {
  .c-gnav a + a {
    margin-left: 32px;
  }
}
@media (max-width: 1024px) {
  .c-gnav a + a {
    margin-left: 0;
  }
}
.c-gnav a:after {
  content: '';
  display: block;
  width: 0%;
  border-bottom: 2px solid #0D3078;
  position: absolute;
  left: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}
.c-gnav a:hover:after {
  width: 100%;
}
.c-gnav a.btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 344px;
  margin-left: 32px;
  padding: 8px 12px;
  background-color: #0D3078;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
}
.c-gnav a.btn-contact:after {
  display: none;
}
@media (max-width: 1024px) {
  .c-gnav a.btn-contact {
    margin: 16px auto;
    padding: 15px 12px;
    width: 327px;
    max-width: 100%;
  }
}
.c-gnav a.btn-contact span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.c-gnav a.btn-contact:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  position: absolute;
  left: 0;
  background-color: rgba(255, 255, 255, 0.16);
  left: -60%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 1024px) {
  .c-gnav a.btn-contact:before {
    display: none;
  }
}
.c-gnav a.btn-contact:hover:before {
  left: 110%;
}

/*=============================================
 Footer
==============================================*/
.c-footer__top {
  padding: 66px 20px 97px;
  background-color: #0D3078;
}
@media (max-width: 767px) {
  .c-footer__top {
    padding: 56px 24px;
  }
}
.c-footer__top .footer_box {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-footer__top .footer_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 327px;
    gap: 24px;
  }
}
.c-footer__top .footer_box p {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
}
.c-footer__top .footer_box a {
  -webkit-transition: all .6s;
  transition: all .6s;
}
.c-footer__top .footer_box a:hover img {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .c-footer__top .footer_box a:hover img {
    opacity: 1;
  }
}
.c-footer__link {
  margin-top: 23px;
  margin-bottom: 24px;
  padding: 12px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-footer__link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 24px;
    text-align: left;
  }
}
.c-footer__link a {
  font-size: 16px;
  color: #0D3078;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-footer__link a {
    display: block;
    font-size: 12px;
  }
}
.c-footer__link a + a {
  margin-left: 32px;
}
@media (max-width: 767px) {
  .c-footer__link a + a {
    margin-left: 0;
    margin-top: 8px;
  }
}
.c-footer__link a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .c-footer__link a:hover {
    text-decoration: none;
  }
}
.c-footer__logo {
  padding: 24px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-footer__logo {
    padding: 20px 24px 24px;
  }
}
@media (max-width: 767px) {
  .c-footer__logo img {
    width: 230px;
  }
}
.c-footer .copyright {
  padding: 12px 20px;
  font-size: 16px;
  color: #0D3078;
  text-align: center;
  text-transform: uppercase;
}

.l-container {
  width: 100%;
  max-width: 1488px;
  margin: 0 auto;
  padding: 0 24px;
}

/*=============================================
 mainVisual
==============================================*/
.mainVisual {
  background-image: url("images/bg_hero.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -64px;
  padding-top: 293px;
  padding-bottom: 64px;
}
@media (max-width: 1024px) {
  .mainVisual {
    padding-top: 183px;
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .mainVisual {
    padding-top: 140px;
    padding-bottom: 44px;
    margin-top: -68px;
  }
}
.mainVisual p {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 13px;
}
@media (max-width: 1024px) {
  .mainVisual p {
    font-size: 25px;
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .mainVisual p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}
@media (max-width: 360px) {
  .mainVisual p {
    font-size: 16px;
  }
}
.mainVisual h2 {
  font-size: 72px;
  line-height: 1.3;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 1024px) {
  .mainVisual h2 {
    font-size: 54px;
    line-height: 1.33;
  }
}
@media (max-width: 767px) {
  .mainVisual h2 {
    font-size: 28px;
    line-height: 1.45;
  }
}
@media (max-width: 360px) {
  .mainVisual h2 {
    font-size: 22px;
    margin-right: -20px;
  }
}
.mainVisual h2 span {
  font-size: 63px;
}
@media (max-width: 1024px) {
  .mainVisual h2 span {
    font-size: 47px;
  }
}
@media (max-width: 767px) {
  .mainVisual h2 span {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  .mainVisual h2 span {
    font-size: 18px;
  }
}
.mainVisual .btn {
  margin-top: 42px;
}
@media (max-width: 1024px) {
  .mainVisual .btn {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .mainVisual .btn {
    max-width: 327px;
    margin-top: 29px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 452px;
  padding: 15px 24px;
  font-size: 22px;
  color: #0D3078;
  font-weight: bold;
  border-radius: 34px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .btn {
    max-width: 355px;
    padding: 6.5px 24px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
    gap: 16px;
    padding: 8px 24px;
    margin-top: 29px;
    border-radius: 40px;
    line-height: 1.5;
  }
}
.btn:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  position: absolute;
  left: 0;
  background-color: rgba(13, 48, 120, 0.16);
  left: -60%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 1024px) {
  .btn:before {
    display: none;
  }
}
.btn:hover:before {
  left: 110%;
}
.btn--blue:before {
  background-color: rgba(255, 255, 255, 0.16);
}

/*=============================================
 Section - 純水の安定供給を支えるトータルサポート
==============================================*/
.section-support {
  padding: 47px 0 64px;
  background-color: #0D3078;
}
@media (max-width: 767px) {
  .section-support {
    padding: 40px 0;
  }
}
.section-support h2 {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .section-support h2 {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: left;
  }
}
.section-support__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1195px) {
  .section-support__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .section-support__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 360px) {
  .section-support__cont {
    font-size: 16px;
  }
}
.section-support .support-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
@media (max-width: 767px) {
  .section-support .support-steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    max-width: 328px;
  }
}
.section-support .support-steps div {
  width: 166px;
  padding: 10px 0 12px;
  border-top: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  background: rgba(38, 69, 134, 0.5);
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .section-support .support-steps div {
    width: 155px;
  }
}
@media (max-width: 767px) {
  .section-support .support-steps div {
    width: 140px;
    padding: 9px 0 12px;
  }
}
@media (max-width: 360px) {
  .section-support .support-steps div {
    width: 124px;
  }
}
.section-support .support-steps div:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -33px;
  width: 33px;
  height: 100%;
  background: url("images/ic_support_arrow.svg") no-repeat center;
}
@media (max-width: 767px) {
  .section-support .support-steps div:after {
    background-size: 17px auto;
    right: -24px;
    width: 24px;
  }
}
.section-support .support-steps div:last-child:after {
  display: none;
}
.section-support .support-steps h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 4px;
  color: #fff;
}
@media (max-width: 767px) {
  .section-support .support-steps h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-support .support-steps img {
    width: 48px;
  }
}
.section-support .support-desc {
  font-size: 20px;
  line-height: 1.65;
  color: #fff;
}
@media (max-width: 1390px) {
  .section-support .support-desc {
    font-size: 16px;
  }
}
@media (max-width: 1195px) {
  .section-support .support-desc {
    max-width: 763px;
  }
}
@media (max-width: 1024px) {
  .section-support .support-desc {
    max-width: 719px;
  }
}
@media (max-width: 767px) {
  .section-support .support-desc {
    font-size: 14px;
  }
}

/*=============================================
 Section - 事業分野
==============================================*/
.section-business {
  padding: 120px 0 150px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .section-business {
    padding: 40px 0;
  }
}
.section-business h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-business h2 {
    font-size: 24px;
    margin-bottom: 16px;
    padding: 2px 0;
  }
  .section-business h2 img {
    width: 32px;
  }
}

/*=============================================
 Section - 製品
==============================================*/
.section-products {
  padding: 103px 0 150px;
  background-color: #0D3078;
}
@media (max-width: 767px) {
  .section-products {
    padding: 40px 0;
  }
}
.section-products h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .section-products h2 {
    font-size: 24px;
    margin-bottom: 16px;
    padding: 2px 0;
  }
  .section-products h2 img {
    width: 32px;
  }
}
.section-products .product-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}
@media (max-width: 767px) {
  .section-products .product-card {
    padding: 5px 16px 28px;
  }
}
.section-products .product-card + .product-card {
  margin-top: 40px;
}
.section-products .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .section-products .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-products .product__info {
    max-width: 400px;
    margin: 0 auto;
  }
}
.section-products .product__label {
  font-size: 16px;
  font-weight: bold;
  color: #0D3078;
}
@media (max-width: 767px) {
  .section-products .product__label {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
.section-products .product__name {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-products .product__name {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.section-products .product__desc {
  font-size: 20px;
  line-height: 1.75;
  max-width: 656px;
}
@media (max-width: 767px) {
  .section-products .product__desc {
    font-size: 14px;
    line-height: 1.6;
  }
}
.section-products .product__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.6%;
          flex: 0 0 46.6%;
  text-align: center;
}
@media (max-width: 1024px) {
  .section-products .product__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media (max-width: 767px) {
  .section-products .product__thumb {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .section-products .related {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section-products .related {
    margin-top: 0px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-products .related__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section-products .related__heading {
    font-size: 16px;
  }
  .section-products .related__heading img {
    width: 24px;
  }
}
.section-products .related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .section-products .related__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-products .related__list li {
  -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
  padding-top: 12px;
  padding-left: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .section-products .related__list li {
    -ms-flex-preferred-size: 1;
        flex-basis: 1;
  }
}
.section-products .related__list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  background-color: #0D3078;
  border-radius: 8px;
  z-index: 1;
}
.section-products .related__product {
  display: grid;
  grid-template-columns: 158px 1fr;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 7px 24px 6px 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .section-products .related__product {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .section-products .related__product {
    grid-template-columns: 1fr;
    padding: 8px 16px 16px;
    gap: 0;
  }
}
.section-products .related__product figure {
  text-align: center;
}
@media (max-width: 767px) {
  .section-products .related__product figure {
    max-width: 316px;
    margin: 0 auto 16px;
  }
}
@media (max-width: 375px) {
  .section-products .related__product figure {
    max-width: 158px;
  }
}
@media (max-width: 767px) {
  .section-products .related__product .info {
    max-width: 316px;
    margin: 0 auto;
  }
}
@media (max-width: 375px) {
  .section-products .related__product .info {
    max-width: 251px;
  }
}
.section-products .related__product h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .section-products .related__product h3 {
    font-size: 20px;
  }
}
.section-products .related__product p {
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .section-products .related__product p {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .product_img_1 {
    width: 400px;
  }
}
@media (max-width: 375px) {
  .product_img_1 {
    max-width: 215px;
  }
}

@media (max-width: 767px) {
  .product_img_2 {
    width: 400px;
  }
}
@media (max-width: 375px) {
  .product_img_2 {
    max-width: 247px;
  }
}

/*=============================================
 Section - サービス
==============================================*/
.section-services {
  padding: 120px 0 119px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .section-services {
    padding: 40px 0;
  }
}
.section-services h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-services h2 {
    font-size: 24px;
    margin-bottom: 16px;
    padding: 2px 0;
  }
  .section-services h2 img {
    width: 32px;
  }
}

.service {
  position: relative;
}
@media (max-width: 767px) {
  .service {
    margin: 0 auto;
  }
}
.service + .service {
  margin-top: 63px;
}
@media (max-width: 767px) {
  .service + .service {
    margin-top: 24px;
  }
}
.service:nth-child(2n) .service__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .service:nth-child(2n) .service__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
.service:nth-child(2n) .service__thumb {
  padding-left: 0;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .service:nth-child(2n) .service__thumb {
    padding-right: 0;
    padding-left: 11px;
  }
}
.service:nth-child(2n) .service__thumb::before {
  right: 0;
  left: unset;
}
@media (max-width: 767px) {
  .service:nth-child(2n) .service__thumb::before {
    left: 0;
    right: unset;
  }
}
.service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .service__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.service__label {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #0D3078;
}
@media (max-width: 767px) {
  .service__label {
    font-size: 14px;
  }
}
.service__name {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .service__name {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
.service__desc {
  font-size: 16px;
  line-height: 1.65;
  max-width: 711px;
}
@media (max-width: 767px) {
  .service__desc {
    font-size: 14px;
    line-height: 1.6;
  }
}
.service__thumb {
  padding-top: 24px;
  padding-left: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .service__thumb {
    padding-top: 11px;
    padding-left: 11px;
  }
}
.service__thumb:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #0D3078;
  border-radius: 8px;
  z-index: 1;
}
@media (max-width: 767px) {
  .service__thumb:before {
    width: 56px;
    height: 56px;
  }
}
.service__thumb img {
  position: relative;
  z-index: 2;
}

/*=============================================
 Contact
==============================================*/
.section-contact {
  padding: 80px 0;
  background-color: #0D3078;
}
@media (max-width: 767px) {
  .section-contact {
    padding: 40px 0;
  }
}
.section-contact h2 {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .section-contact h2 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
  }
}
@media (max-width: 360px) {
  .section-contact h2 {
    font-size: 20px;
  }
}
.section-contact p {
  font-size: 16px;
  line-height: 1.65;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .section-contact p {
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .section-contact p br {
    display: none;
  }
}
@media (max-width: 375px) {
  .section-contact p {
    max-width: 327px;
  }
}
.section-contact .btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 344px;
  margin-top: 24px;
  padding: 12px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 8px;
}
@media (max-width: 767px) {
  .section-contact .btn {
    margin-top: 32px;
    gap: 16px;
    padding: 8px 24px;
    max-width: 327px;
  }
}
.section-contact .btn span {
  font-size: 16px;
}
.section-contact .btn img {
  width: 24px;
}
@media (max-width: 767px) {
  .section-contact .btn img {
    width: 32px;
  }
}

/*=============================================
 取得認証・基準 + パートナー企業
==============================================*/
.section-certifications-partner {
  padding: 124px 0;
}
@media (max-width: 767px) {
  .section-certifications-partner {
    padding: 40px 0;
  }
}
.section-certifications-partner__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 992px) {
  .section-certifications-partner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
@media (max-width: 767px) {
  .section-certifications-partner__inner {
    gap: 24px;
  }
}
.section-certifications-partner .cert-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media (max-width: 767px) {
  .section-certifications-partner .cert-partner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.section-certifications-partner .cert-partner .cert {
  min-width: 169px;
}
@media (max-width: 767px) {
  .section-certifications-partner .cert-partner .cert img {
    width: 105px;
  }
}
.section-certifications-partner .cert-partner .partner {
  min-width: 247px;
}
@media (max-width: 767px) {
  .section-certifications-partner .cert-partner .partner img {
    width: 206px;
  }
}
.section-certifications-partner h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section-certifications-partner h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.section-certifications-partner p {
  font-size: 16px;
  line-height: 1.65;
  padding-left: 40px;
  border-left: 2px solid #F5F5F5;
}
@media (max-width: 992px) {
  .section-certifications-partner p {
    border-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .section-certifications-partner p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
}

/*=============================================
 よくあるご質問
==============================================*/
.section-faq {
  padding: 120px 0 80px;
  background-color: #F5F5F5;
}
@media (max-width: 767px) {
  .section-faq {
    padding: 40px 0;
  }
}
.section-faq h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0;
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-faq h2 {
    font-size: 24px;
    margin-bottom: 16px;
    padding: 2px 0;
  }
  .section-faq h2 img {
    width: 32px;
  }
}
.section-faq .subtitle {
  margin-bottom: 28px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .section-faq .subtitle {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.section-faq article {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .section-faq article {
    padding: 16px;
  }
}
.section-faq article + article {
  margin-top: 16px;
}
.section-faq article .q {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 40px;
  padding-right: 56px;
  padding-left: 56px;
  background: url("images/ic_q.svg") no-repeat left center;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.3125;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .section-faq article .q {
    padding-left: 44px;
    background-size: 32px;
    background-position: top left;
    padding-right: 44px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.section-faq article .q:after {
  content: '';
  display: block;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  background: url("images/ic_plus.png") no-repeat center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .section-faq article .q:after {
    width: 32px;
    background-position: top;
  }
}
.section-faq article .a {
  padding-top: 16px;
  border-top: 1px solid #F5F5F5;
}
.section-faq article .a p {
  padding-left: 56px;
  background: url("images/ic_a.svg") no-repeat left center;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-faq article .a p {
    padding-left: 44px;
    font-size: 14px;
    line-height: 1.6;
    background-size: 32px;
    background-position: top left;
  }
}
.section-faq .uk-accordion-title::before {
  display: none;
}
.section-faq .uk-open > .uk-accordion-title::before {
  display: none;
}
.section-faq .uk-accordion-title:hover {
  color: #212121;
}
.section-faq .uk-open .q:after {
  background: url("images/ic_minus.svg") no-repeat center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .section-faq .uk-open .q:after {
    width: 32px;
    background-position: top;
  }
}
.section-faq .bottom-text {
  margin-top: 48px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .section-faq .bottom-text {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.section-faq .btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 344px;
  margin-top: 24px;
  padding: 12px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 8px;
  background-color: #0D3078;
}
@media (max-width: 767px) {
  .section-faq .btn {
    margin-top: 32px;
    gap: 16px;
    padding: 8px 24px;
    max-width: 327px;
  }
}
.section-faq .btn span {
  font-size: 16px;
  color: #fff;
}
.section-faq .btn img {
  width: 24px;
}
@media (max-width: 767px) {
  .section-faq .btn img {
    width: 32px;
  }
}

/*=============================================
 Responsive class
==============================================*/
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.ipad {
  display: none;
}
@media (max-width: 1024px) {
  .ipad {
    display: block;
  }
}
@media (max-width: 767px) {
  .ipad {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.ipad-sp {
  display: none;
}
@media (max-width: 1024px) {
  .ipad-sp {
    display: block;
  }
}

.uk-modal {
  background-color: rgba(33, 33, 33, 0.8);
}

.uk-close {
  right: 0px;
  top: -44px;
  padding: 0;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 960px) {
  .uk-close {
    -webkit-transform: none;
            transform: none;
  }
}
.uk-close svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}
