@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

.inner-block02 {
  margin: 0 auto;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  src: url(../font/NotoSansJP-Regular.woff) format("woff"), url(../font/NotoSansJP-Regular.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Medium.woff) format("woff"), url(../font/NotoSansJP-Medium.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Bold.woff) format("woff"), url(../font/NotoSansJP-Bold.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.c-btn01 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
  padding-right: 52px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn01::before {
  background: #333;
  content: "";
  -webkit-mask-image: url(../img/common/ico-arrow.svg);
          mask-image: url(../img/common/ico-arrow.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 7px;
  width: 41px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01.white {
  color: #fff;
}
.c-btn01.white::before {
  background: #fff;
}

.c-btn02 {
  padding: 21px 20px 23px;
  display: block;
  max-width: 308px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #0F9ED5;
  border-radius: 60px;
  background-color: #0F9ED5;
}
.c-btn02.black {
  background-color: #555;
}

.c-btn-wrap01 {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.c-contact-step {
  margin-top: 45px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.c-contact-step li {
  z-index: 1;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 80px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #CCC;
  border-radius: 90px;
  background-color: #fff;
}
.c-contact-step li.active {
  color: #fff;
  border: none;
  background-color: #0F9ED5;
}
.c-contact-step::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 400px;
  height: 3px;
  background-color: #CCC;
}

footer {
  position: relative;
}

.c-footer {
  background: #F4F4F4;
  border-top: 1px solid #ccc;
}
.c-footer .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 98px;
  padding-bottom: 100px;
}
.c-footer .logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
}
.c-footer .logo .txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.c-footer .logo .txt .small {
  font-size: 14px;
}
.c-footer .c-menu {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 38px;
}
.c-footer a {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.c-footer .sub-link {
  margin-top: 21px;
}
.c-footer .sub-link li + li {
  margin-top: 16px;
}
.c-footer .sub-link a {
  font-size: 14px;
  font-weight: 500;
}
.c-footer .copyright {
  font-size: 14px;
  font-weight: 400;
  margin-top: 141px;
  margin-right: 13px;
  text-align: right;
}
.c-footer .info-wrap {
  margin-top: 76px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-footer .info-wrap .inn {
  font-size: 14px;
  line-height: 2;
}
.c-footer .info-wrap .inn.bold {
  font-weight: bold;
}
.c-footer .info-wrap .inn.mt-10 {
  margin-top: 13px;
}
.c-footer .info-wrap .l-flex {
  display: grid;
  grid-template-columns: repeat(2, auto);
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 99;
}
#pagetop a {
  background: #0F9ED5;
  border: 2px solid #0F9ED5;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 80px;
  width: 80px;
  position: relative;
  padding: 35px 0 0;
  text-align: center;
}
#pagetop a::before {
  background: #fff;
  -webkit-mask-image: url(../img/common/ico-pagetop.svg);
          mask-image: url(../img/common/ico-pagetop.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
  width: 11px;
}

/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 990;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .inner-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  padding: 0 0 0 50px;
}
.c-header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.c-header .logo img {
  max-width: 107px;
}
.c-header .logo .txt {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
.c-header .c-menu-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-header .c-menu-wrap .c-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px;
  margin-right: 60px;
}
.c-header .c-menu-wrap .c-menu a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.c-header .mail-btn {
  background: #0F9ED5;
  border: 2px solid #0F9ED5;
  padding: 20px 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .mail-btn .inn {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-top: 31px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .mail-btn .inn::before {
  background: #fff;
  content: "";
  -webkit-mask-image: url(../img/common/ico-mail.svg);
          mask-image: url(../img/common/ico-mail.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 19px;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .language-btn-list {
  background: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
  padding: 38px 20px 37px;
}
.c-header .language-btn-list li + li {
  border-left: 1px solid #fff;
}
.c-header .language-btn-list li:nth-child(1) a {
  padding-left: 0;
}
.c-header .language-btn-list li:nth-child(3) a {
  padding-right: 0;
}
.c-header .language-btn-list a {
  color: #999;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px;
}
.c-header .language-btn-list a.current {
  color: #fff;
}
.c-header.is-collar {
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header.is-collar .c-menu-wrap .c-menu a {
  color: #333;
}

.btn-menu {
  width: 30px;
  height: 14px;
  z-index: 999;
  position: relative;
}
.btn-menu .inn {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 14px;
}
.btn-menu .line:nth-of-type(2)::after {
  top: 0;
  content: "";
}
.btn-menu .line,
.btn-menu .line:nth-of-type(2)::after {
  border-radius: 3px;
  background: #0F9ED5;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.btn-menu .line:nth-of-type(1) {
  top: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.btn-menu .line:nth-of-type(3) {
  bottom: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.btn-menu .line:nth-of-type(2) {
  top: 11px;
}
.btn-menu .line:nth-of-type(1),
.btn-menu .line:nth-of-type(3) {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.btn-menu.is-open .line:nth-of-type(1), .btn-menu.is-open .line:nth-of-type(3) {
  -webkit-transform: scaleX(0) translate3d(0, 0, 0);
          transform: scaleX(0) translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.btn-menu.is-open .line:nth-of-type(2), .btn-menu.is-open .line:nth-of-type(2)::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.btn-menu.is-open .line:nth-of-type(2) {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
}
.btn-menu.is-open .line:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
          transform: rotate(90deg) translate3d(0, 0, 0);
}

.c-kv-section {
  background: url(../img/company/kv.jpg.webp) no-repeat center center/cover;
}
.c-kv-section .inner-block {
  padding-top: 293px;
  padding-bottom: 190px;
}
.c-kv-section .kv-ttl {
  color: #fff;
  margin-bottom: 50px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}
.c-kv-section .kv-ttl .ja {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}
.c-kv-section .c-crumb {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
}
.c-kv-section .c-crumb .arrow {
  position: relative;
  display: inline-block;
  width: 5.9px;
  height: 10.9px;
}
.c-kv-section .c-crumb .arrow::before, .c-kv-section .c-crumb .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.c-kv-section .c-crumb .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-kv-section .c-crumb .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-kv-section .c-crumb a:hover {
  color: #0F9ED5;
}

.c-deco-block {
  position: relative;
}
.c-deco-block::before {
  content: "";
  position: absolute;
  height: 250px;
  width: 250px;
}
.c-deco-block::before {
  background: url(../img/common/deco-ttl.svg) no-repeat center center/contain;
  content: "";
  top: 0;
  left: 0;
}

.c-scroll {
  position: absolute;
  bottom: 47px;
  left: 49px;
  animation: scroll 3.8s infinite;
  -webkit-animation: scroll 3.8s infinite;
}
.c-scroll img {
  height: 182px;
  width: 11px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.c-ttl-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 120px;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1200px;
}
.c-ttl-wrap .txt {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.c-ttl-wrap .txt.white {
  color: #fff;
}
.c-ttl-wrap .c-btn01 {
  margin-top: 48px;
}
.c-ttl-wrap .l-right {
  padding-top: 10px;
}

.c-ttl01 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.c-ttl01.white {
  color: #fff;
}
.c-ttl01 .br-en {
  display: none;
}

.c-ttl02 {
  font-size: 40px;
  letter-spacing: 0.08em;
  text-align: center;
}

.not-find-wrap .c-header .c-menu li {
  text-shadow: none !important;
}
.not-find-wrap .c-header .c-menu li a {
  color: #333 !important;
}

.not-find-section .c-kv-section {
  background: #F4F4F4;
  color: #333;
  text-align: center;
}
.not-find-section .c-kv-section .kv-ttl {
  font-size: 40px;
  margin-left: 0;
  text-shadow: none;
  color: #333;
}
.not-find-section .c-kv-section .c-btn02 {
  background-color: #fff;
  color: #0F9ED5;
  border: #0F9ED5;
}
.not-find-section .c-kv-section .c-btn02:hover {
  background-color: #0F9ED5;
  color: #fff;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
main.cn-font {
  font-family: "Noto Sans SC", sans-serif;
}
main .cn-font {
  font-family: "Noto Sans SC", sans-serif;
}

footer .cn-font {
  font-family: "Noto Sans SC", sans-serif;
}

.home .mv-section {
  background: url(../img/home/mv-img.jpg.webp) no-repeat center center/cover;
}
.home .mv-section .inner-block {
  padding-top: 400px;
  padding-bottom: 140px;
}
.home .mv-section .mv-ttl {
  color: #fff;
}
.home .mv-section .mv-ttl .ja, .home .mv-section .mv-ttl .main-copy {
  display: block;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.5;
}
.home .mv-section .mv-ttl .small {
  font-size: 75px;
}
.home .mv-section .mv-ttl .en, .home .mv-section .mv-ttl .sub-copy {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-top: 45px;
}
.home .service-section {
  position: relative;
}
.home .service-section::before, .home .service-section::after {
  content: "";
  position: absolute;
}
.home .service-section::before {
  background: url(../img/home/deco-block01.svg) no-repeat center center/contain;
  height: 540px;
  width: 360px;
  top: 0;
  left: 0;
}
.home .service-section::after {
  background: url(../img/home/deco-block02.svg) no-repeat center center/contain;
  height: 360px;
  width: 720px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.home .service-section .inner-block {
  padding-top: 110px;
  z-index: 5;
}
.home .service-section .service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 116px;
}
.home .service-section .service-list .service {
  display: block;
  position: relative;
}
.home .service-section .service-list .service::before {
  background: transparent;
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.home .service-section .service-list .service .img {
  overflow: hidden;
}
.home .service-section .service-list .service .img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .service-section .service-list .ttl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 35px 40px 40px;
  z-index: 2;
}
.home .service-section .service-list .wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  height: 100%;
}
.home .service-section .service-list .ttl {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.home .service-section .service-list .num {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  top: -8px;
}
.home .service-section .service-list .c-btn01 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.home .about-section {
  background: #F4F4F4;
  margin-top: -96px;
  position: relative;
}
.home .about-section::before, .home .about-section::after {
  content: "";
  position: absolute;
}
.home .about-section::before {
  background: url(../img/home/deco-block03.svg) no-repeat center center/contain;
  height: 360px;
  width: 900px;
  bottom: 0;
  left: 0;
}
.home .about-section::after {
  background: url(../img/home/deco-block04.svg) no-repeat center center/contain;
  height: 903px;
  width: 840px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.home .about-section .inner-block {
  padding-top: 217px;
  padding-bottom: 120px;
  z-index: 2;
}
.home .about-section .txt-wrap {
  background: #fff;
  max-width: 900px;
  padding: 69px 80px 80px;
  position: relative;
  z-index: 2;
}
.home .about-section .txt-wrap .txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 44px 0 47px;
}
.home .about-section .img {
  max-width: 960px;
  margin-left: auto;
  margin-top: -355px;
}
.home .certification-section {
  position: relative;
}
.home .certification-section::before, .home .certification-section::after {
  content: "";
  position: absolute;
}
.home .certification-section::before {
  background: url(../img/home/deco-block05.svg) no-repeat center center/contain;
  height: 180px;
  width: 180px;
  top: 0;
  left: 0;
}
.home .certification-section::after {
  background: url(../img/home/deco-block06.svg) no-repeat center center/contain;
  height: 384px;
  width: 360px;
  top: 0;
  right: 0;
}
.home .certification-section .inner-block {
  padding-bottom: 120px;
  z-index: 2;
}
.home .certification-section .box-wrap {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(19, 133, 215)), to(rgb(15, 158, 213)));
  background: linear-gradient(0deg, rgb(19, 133, 215) 0%, rgb(15, 158, 213) 100%);
  padding: 111px 180px 113px;
}
.home .certification-section .box-wrap .c-ttl-wrap {
  max-width: 100%;
  width: 100%;
}

/* -----------------------------------------------
* company Module
* companyページ用
-------------------------------------------------- */
.company .about-section .inner-block02 {
  padding-top: 110px;
  padding-bottom: 120px;
  z-index: 5;
}
.company .about-section .c-ttl-wrap {
  display: block;
  max-width: inherit;
  margin: 0;
}
.company .about-section .c-ttl-wrap .l-right {
  padding-top: 43px;
}
.company .about-section .c-ttl-wrap .l-right .txt {
  line-height: 1.5;
}
.company .about-section .about-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 60px;
}
.company .about-section .about-list li {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.company .about-section .about-list li .ttl {
  min-width: 130px;
  font-weight: bold;
}
.company .about-section .about-list li .link:hover {
  color: #0F9ED5;
}
.company .about-section .about-list li .border {
  border-bottom: 1px solid #333;
}
.company .about-section .about-list li .border:hover {
  border-bottom: 1px solid #0F9ED5;
}
.company .about-section .about-list li .icon {
  width: 15px;
  margin-left: 10px;
}
.company .map-section .map {
  width: 100%;
  height: 469px;
  vertical-align: bottom;
}
.company .message-section {
  background-color: #F4F4F4;
  position: relative;
}
.company .message-section::before {
  content: "";
  background: url(../img/company/deco-block01.svg) no-repeat center center/contain;
  height: 360px;
  width: 360px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.company .message-section .inner-block02 {
  padding-top: 110px;
  padding-bottom: 120px;
  z-index: 5;
}
.company .message-section .c-ttl-wrap {
  position: relative;
  z-index: 2;
  gap: 138px;
  margin-left: 100px;
}
.company .message-section .c-ttl-wrap .main {
  color: #0F9ED5;
}
.company .message-section .c-ttl-wrap .main .jp {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1;
}
.company .message-section .c-ttl-wrap .main .en {
  margin-top: 10px;
  letter-spacing: 0.2rem;
}
.company .message-section .c-ttl-wrap .txt {
  margin-top: 50px;
}
.company .certification-section {
  padding: 120px 0;
}
.company .certification-section .inner-block02 {
  max-width: 1560px;
  padding: 110px 80px 120px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(19, 133, 215)), to(rgb(15, 158, 213)));
  background: linear-gradient(0deg, rgb(19, 133, 215) 0%, rgb(15, 158, 213) 100%);
}
.company .certification-section .cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  color: #fff;
}
.company .certification-section .cont-wrap .l-wrap {
  width: calc(100% - 250px - 72px - 120px);
}
.company .certification-section .cont-wrap .l-wrap .txt-wrap {
  margin-top: 40px;
}
.company .certification-section .cont-wrap .l-wrap .txt-wrap p + p {
  margin-top: 20px;
}
.company .certification-section .cont-wrap .r-wrap {
  width: 250px;
  margin-right: 72px;
}
.company .certification-section .cont-wrap .r-wrap img {
  display: block;
  width: 100%;
  cursor: pointer;
}
.company .certification-section .cont-wrap .r-wrap p {
  margin-top: 20px;
}
.company .certification-section .cont-wrap .modal {
  display: none; /* 初期は非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company .certification-section .cont-wrap .modal-content {
  max-width: 500px;
  width: 100%;
  padding: 20px;
}
.company .certification-section .cont-wrap .modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.company .mt0 {
  margin-top: 0 !important;
}

/* -----------------------------------------------
* contact Module
* contact ページ用
-------------------------------------------------- */
.contact .back-btn {
  background-color: #fff !important;
  color: #0F9ED5 !important;
  border: 1px solid #0F9ED5 !important;
}
.contact .wpcf7-form-control-wrap .wpcf7-text {
  padding: 16px 18px;
  width: 450px;
  color: #333;
  font-size: 16px;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #f8f8f8;
}
.contact .wpcf7-form-control-wrap .wpcf7-textarea {
  padding: 16px 18px;
  width: 450px;
  color: #333;
  font-size: 16px;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #f8f8f8;
}
.contact .c-kv-section {
  background: url(../img/contact/kv.jpg.webp) no-repeat center center/cover;
}
.contact .contact-section .inner-block {
  padding-top: 110px;
  padding-bottom: 120px;
}
.contact .contact-section .c-ttl-wrap {
  display: block;
  text-align: center;
}
.contact .contact-section .contact-wrap {
  margin: 0 auto;
  max-width: 900px;
}
.contact .contact-section .contact-txt {
  margin-top: 50px;
  text-align: center;
}
.contact .contact-section .contact-txt .small {
  display: none;
}
.contact .contact-section .contact-form {
  margin-top: 32px;
}
.contact .contact-section .contact-form input[type=text],
.contact .contact-section .contact-form input[type=tel],
.contact .contact-section .contact-form input[type=email],
.contact .contact-section .contact-form textarea {
  padding: 16px 18px;
  width: 500px;
  color: #333;
  font-size: 16px;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #f8f8f8;
}
.contact .contact-section .contact-form textarea {
  height: 250px;
  font-size: 16px;
}
.contact .contact-section .q-wrap {
  padding: 19px 0 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-bottom: 1px solid #CCC;
}
.contact .contact-section .label-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 248px;
}
.contact .contact-section .contact-label {
  font-size: 18px;
  font-weight: bold;
}
.contact .contact-section .required-txt {
  padding: 1px 11px 3px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  background-color: #333;
}
.contact .contact-section .required-txt.hide {
  display: none;
}
.contact .contact-section .radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px 21px;
  height: 100%;
}
.contact .contact-section .radio-group label {
  position: relative;
  padding-left: 30px;
  line-height: 1;
}
.contact .contact-section .radio-group label::before, .contact .contact-section .radio-group label::after {
  content: "";
  position: absolute;
}
.contact .contact-section .radio-group label::before {
  top: -3px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #CCC;
  border-radius: 15px;
  background-color: #F4F4F4;
}
.contact .contact-section .radio-group label::after {
  top: 1px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 15px;
  background-color: #0F9ED5;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.contact .contact-section .radio-group label:has(input:checked)::after {
  opacity: 1;
}
.contact .contact-section .radio-group + .error-txt {
  margin-top: 8px;
}
.contact .contact-section .error-txt {
  margin-top: 4px;
  color: #0F9ED5;
  font-size: 14px;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

/* -----------------------------------------------
* blog detail Module
* blog detail ページ用
-------------------------------------------------- */
/* -----------------------------------------------
* service Module
* serviceページ用
-------------------------------------------------- */
.service .c-kv-section {
  background: url(../img/service/product/kv.jpg.webp) no-repeat center center/cover;
}
.service .about-section .inner-block02 {
  padding-top: 117px;
  padding-bottom: 120px;
  max-width: 1040px;
  z-index: 5;
}
.service .about-section .c-ttl02 {
  margin: 0 auto;
}
.service .about-section .txt-wrap {
  margin-top: 36px;
}
.service .about-section .txt-wrap p + p {
  margin-top: 22px;
}
.service .about-section .rare-box {
  margin-top: 50px;
  border: 1px solid #CCC;
  padding: 30px;
  position: relative;
}
.service .about-section .rare-box::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #0F9ED5;
  position: absolute;
  left: 30px;
  top: 0;
}
.service .about-section .rare-box .ttl {
  font-size: 24px;
  color: #0F9ED5;
}
.service .about-section .rare-box .ttl + p {
  margin-top: 10px;
}
.service .product-section {
  background-color: #F4F4F4;
  position: relative;
}
.service .product-section::before {
  content: "";
  background: url(../img/company/deco-block01.svg) no-repeat center center/contain;
  height: 360px;
  width: 360px;
  position: absolute;
  top: 0;
  right: 0;
}
.service .product-section .inner-block02 {
  padding-top: 110px;
  padding-bottom: 172px;
  position: relative;
  z-index: 5;
}
.service .product-section .c-ttl-wrap {
  margin-left: 0;
  gap: 117px;
}
.service .product-section .c-ttl-wrap .l-right p {
  letter-spacing: 0.1em;
  font-size: 18px;
}
.service .product-section .c-ttl-wrap .c-btn01 {
  margin-top: 50px;
}
.service .product-section .link-wrap {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  position: absolute;
  bottom: -38px;
  right: 0;
  left: 0;
  gap: 2px;
}
.service .product-section .link-wrap a {
  background-color: #0F9ED5;
  display: block;
  width: 100%;
  color: #fff;
  padding: 24px 30px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  border: 1px solid #0F9ED5;
}
.service .product-section .link-wrap a .arrrow {
  position: relative;
  display: inline-block;
  width: 19.6px;
  height: 11.8px;
  margin-left: 10px;
}
.service .product-section .link-wrap a .arrrow::before, .service .product-section .link-wrap a .arrrow::after {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform-origin: 50% calc(100% - 1px);
          transform-origin: 50% calc(100% - 1px);
}
.service .product-section .link-wrap a .arrrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.service .product-section .link-wrap a .arrrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.service .equipment-section {
  padding-top: 150px;
}
.service .equipment-section .c-ttl-wrap {
  margin-left: 0;
}
.service .equipment-section .l-right p {
  letter-spacing: 0.08em;
  font-size: 18px;
}
.service .equipment-section .equipment-img-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 120px;
}
.service .equipment-section .equipment-img-wrap .cont {
  position: relative;
  width: 100%;
  height: 100%;
}
.service .equipment-section .equipment-img-wrap .cont .img-wrap {
  position: relative;
  height: 100%;
}
.service .equipment-section .equipment-img-wrap .cont .img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #333;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.service .equipment-section .equipment-img-wrap .cont .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.service .equipment-section .equipment-img-wrap .cont .txt-wrap {
  position: absolute;
  bottom: 28px;
  left: 30px;
  color: #fff;
}
.service .equipment-section .equipment-img-wrap .cont .txt-wrap .main {
  font-size: 20px;
  font-weight: bold;
}
.service .equipment-section .equipment-img-wrap .cont .txt-wrap .main + p {
  line-height: 1.3;
}
.service .flow-section .inner-block02 {
  padding-top: 110px;
  padding-bottom: 120px;
  position: relative;
  z-index: 5;
}
.service .flow-section .c-ttl01 {
  margin-bottom: 45px;
}
.service .flow-section .flow-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.service .flow-section .flow-wrap .cont .tag {
  background-color: #0F9ED5;
  width: calc(100% - 30px);
  position: relative;
  font-size: 24px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.service .flow-section .flow-wrap .cont .tag::before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 30px solid #0F9ED5;
  border-right: 0;
}
.service .flow-section .flow-wrap .cont .tag p + p {
  width: 100%;
  display: block;
  text-align: center;
}
.service .flow-section .flow-wrap .cont .img-wrap {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.service .flow-section .flow-wrap .cont .img-wrap img {
  display: block;
  width: 100%;
}
.service .flow-section .flow-wrap .cont .img-wrap + p {
  margin-top: 20px;
  width: 100%;
}
.service .flow-section .flow-wrap .cont > p {
  text-indent: -1em;
  padding-left: 1em;
}

/* -----------------------------------------------
* service product Module
* service product ページ用
-------------------------------------------------- */
.product .c-kv-section {
  background: url(../img/service/product/kv.jpg.webp) no-repeat center center/cover;
}
.product .product-section .inner-block {
  padding-top: 120px;
  padding-bottom: 120px;
}
.product .product-section .c-ttl-wrap {
  display: block;
  text-align: center;
}
.product .product-section .br-custom {
  display: none;
}
.product .product-section .product-list {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 60px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.product .product-section .product-wrap {
  width: calc(33.3333333333% - 40px);
  max-width: 480px;
  min-width: 250px;
}
.product .product-section .product-wrap.no-img {
  width: 100%;
  max-width: none;
}
.product .product-section .img-wrap {
  margin-bottom: 20px;
  border: 1px solid #CCC;
}
.product .product-section .swiper {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 480/340;
  margin: auto;
  overflow: hidden;
}
.product .product-section .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.product .product-section .swiper-slide {
  width: 100%;
  height: 100%;
}
.product .product-section .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.product .product-section .swiper-button {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.product .product-section .swiper-button button {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
}
.product .product-section .swiper-button button img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.product .product-section .swiper-prev {
  border-radius: 0 10px 10px 0;
}
.product .product-section .swiper-next {
  border-radius: 10px 0 0 10px;
}
.product .product-section .swiper-pagination {
  bottom: 0;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 4px 14px 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-size: 14px;
  color: #CCC;
  border-radius: 16px;
  background-color: rgba(51, 51, 51, 0.8);
}
.product .product-section .product-ttl {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 1;
  border-left: 4px solid #0F9ED5;
  background-color: #F4F4F4;
}
.product .product-section .product-txt {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  main {
    margin-top: 54px;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .inner-block02 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-btn01 {
    font-size: 14px;
  }
  .c-btn02 {
    padding: 20px 60px;
  }
  .c-btn-wrap01 {
    margin-top: 40px;
  }
  .c-contact-step {
    margin-top: 30px;
  }
  .c-contact-step li {
    width: 180px;
    height: 60px;
    font-size: 16px;
  }
  .c-footer .inner-block {
    gap: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .c-footer .logo {
    gap: 10px;
  }
  .c-footer .logo .txt {
    font-size: 14px;
  }
  .c-footer .logo .txt .small {
    font-size: 10px;
  }
  .c-footer .logo img {
    max-width: 70px;
  }
  .c-footer .c-menu {
    grid-template-columns: repeat(2, auto);
    gap: 30px;
  }
  .c-footer a {
    font-size: 14px;
  }
  .c-footer .sub-link {
    margin-top: 15px;
  }
  .c-footer .sub-link li + li {
    margin-top: 10px;
  }
  .c-footer .sub-link a {
    font-size: 12px;
  }
  .c-footer .copyright {
    font-size: 12px;
    margin-top: 30px;
    text-align: center;
  }
  .c-footer .info-wrap {
    margin-top: 30px;
  }
  .c-footer .info-wrap .inn {
    font-size: 12px;
  }
  .c-footer .info-wrap .l-flex {
    grid-template-columns: 1fr;
  }
  .c-footer .logo-wrap, .c-footer .l-right {
    width: 100%;
  }
  #pagetop {
    bottom: 20px;
    right: 20px;
  }
  #pagetop a::before {
    top: 5px;
    height: 16px;
    width: 7px;
  }
  #pagetop a {
    font-size: 14px;
    height: 50px;
    width: 50px;
    padding: 20px 0 0;
  }
  .c-header {
    background: #fff;
  }
  .c-header .inner-block {
    padding: 15px;
  }
  .c-header .logo {
    gap: 10px;
  }
  .c-header .logo img {
    max-width: 60px;
  }
  .c-header .logo .txt {
    font-size: 10px;
    line-height: 1.2;
  }
  .c-header .c-menu-wrap {
    background: #fff;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 50px 15px 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .c-menu-wrap.is-open {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .c-menu-wrap .c-menu {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c-header .c-menu-wrap .c-menu li {
    border-bottom: 1px solid #eee;
  }
  .c-header .c-menu-wrap .c-menu a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 15px 0;
  }
  .c-header .mail-btn .inn::before {
    height: 15px;
    width: 20px;
    right: inherit;
    bottom: 0;
  }
  .c-header .mail-btn .inn {
    padding-top: 0;
    padding-left: 30px;
  }
  .c-header .mail-btn {
    padding: 15px 15px;
    width: 100%;
    margin: auto;
  }
  .c-header .language-btn-list {
    background: transparent;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    padding: 0;
    width: 100%;
    margin: 20px auto 0;
  }
  .c-header .language-btn-list li + li {
    border-color: #333;
  }
  .c-header .language-btn-list a.current {
    color: #0F9ED5;
  }
  .c-kv-section .inner-block {
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .c-kv-section .kv-ttl .ja {
    font-size: 30px;
  }
  .c-deco-block::before {
    height: 120px;
    width: 120px;
  }
  .c-scroll img {
    height: 120px;
    width: 8px;
  }
  .c-scroll {
    left: 20px;
  }
  .c-ttl-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .c-ttl-wrap .txt {
    font-size: 14px;
  }
  .c-ttl-wrap .c-btn01 {
    margin-top: 30px;
  }
  .c-ttl01 {
    font-size: 20px;
  }
  .c-ttl02 {
    font-size: 20px;
  }
  .not-find-section .c-kv-section .kv-ttl {
    font-size: 30px;
  }
  .not-find-section .c-kv-section .txt {
    font-size: 14px;
  }
  .home .mv-section .inner-block {
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .home .mv-section .mv-ttl .ja, .home .mv-section .mv-ttl .main-copy {
    font-size: 30px;
  }
  .home .mv-section .mv-ttl .small {
    font-size: 25px;
  }
  .home .mv-section .mv-ttl .en, .home .mv-section .mv-ttl .sub-copy {
    font-size: 12px;
    margin-top: 15px;
  }
  .home .service-section::before {
    height: 300px;
    width: 120px;
  }
  .home .service-section::after {
    height: 120px;
    width: 480px;
  }
  .home .service-section .inner-block {
    padding-top: 80px;
  }
  .home .service-section .service-list {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .home .service-section .service-list .ttl-wrap {
    padding: 20px;
  }
  .home .service-section .service-list .ttl {
    font-size: 18px;
  }
  .home .service-section .service-list .num {
    font-size: 45px;
  }
  .home .about-section {
    margin-top: -30px;
  }
  .home .about-section::before {
    height: 120px;
    width: 660px;
  }
  .home .about-section::after {
    height: 663px;
    width: 600px;
  }
  .home .about-section .inner-block {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .home .about-section .txt-wrap {
    padding: 25px;
  }
  .home .about-section .txt-wrap .txt {
    font-size: 14px;
    margin: 30px 0;
  }
  .home .about-section .img {
    margin-top: 0;
  }
  .home .certification-section::before {
    height: 120px;
    width: 120px;
  }
  .home .certification-section::after {
    height: 144px;
    width: 120px;
  }
  .home .certification-section .inner-block {
    padding-bottom: 80px;
  }
  .home .certification-section .box-wrap {
    padding: 50px 20px;
  }
  .company .about-section .inner-block02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .company .about-section .c-ttl-wrap .l-right {
    padding-top: 30px;
  }
  .company .about-section .about-list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .company .about-section .about-list li {
    gap: 20px;
  }
  .company .about-section .about-list li .ttl {
    width: 80px;
    min-width: 80px;
    display: block;
  }
  .company .message-section::before {
    height: 200px;
    width: 200px;
  }
  .company .message-section .inner-block02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .company .message-section .c-ttl-wrap {
    gap: 30px;
    margin-left: 0;
  }
  .company .message-section .c-ttl-wrap .main .jp {
    font-size: 18px;
    letter-spacing: 0.1rem;
    line-height: 1.6;
  }
  .company .message-section .c-ttl-wrap .main .en {
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
  .company .message-section .c-ttl-wrap .txt {
    margin-top: 30px;
  }
  .company .certification-section {
    padding: 0;
  }
  .company .certification-section .inner-block02 {
    padding: 80px 20px;
  }
  .company .certification-section .cont-wrap {
    display: block;
  }
  .company .certification-section .cont-wrap .l-wrap {
    width: 100%;
  }
  .company .certification-section .cont-wrap .l-wrap .txt-wrap {
    margin-top: 30px;
  }
  .company .certification-section .cont-wrap .r-wrap {
    width: 60%;
    margin: 20px auto 0;
  }
  .contact .c-btn-wrap01 {
    display: block;
    width: 100%;
  }
  .contact .c-btn-wrap01 .c-btn02 {
    max-width: 400px;
    margin: 40px auto 0;
    width: 100%;
  }
  .contact .c-btn-wrap01 .c-btn02 + .c-btn02 {
    margin-top: 20px;
  }
  .contact .wpcf7-form-control-wrap .wpcf7-text {
    width: 100%;
  }
  .contact .wpcf7-form-control-wrap .wpcf7-textarea {
    width: 100%;
  }
  .contact .contact-section .inner-block {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .contact .contact-section .contact-txt {
    margin-top: 20px;
  }
  .contact .contact-section .contact-form {
    margin-top: 25px;
  }
  .contact .contact-section .contact-form input[type=text],
  .contact .contact-section .contact-form input[type=tel],
  .contact .contact-section .contact-form input[type=email],
  .contact .contact-section .contact-form textarea {
    width: 100%;
  }
  .contact .contact-section .q-wrap {
    padding: 25px 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .contact .contact-section .label-area {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 10px;
    width: 100%;
  }
  .contact .contact-section .input-area {
    width: 100%;
  }
  .contact .contact-section .contact-label {
    font-size: 16px;
  }
  .service .about-section .inner-block02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .service .about-section .txt-wrap {
    margin-top: 30px;
  }
  .service .about-section .txt-wrap p + p {
    margin-top: 10px;
  }
  .service .about-section .rare-box {
    margin-top: 30px;
  }
  .service .about-section .rare-box .ttl {
    font-size: 16px;
  }
  .service .product-section::before {
    height: 200px;
    width: 200px;
    top: auto;
    bottom: 0;
  }
  .service .product-section .inner-block02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .service .product-section .c-ttl-wrap {
    margin: 0;
    gap: 20px;
  }
  .service .product-section .c-ttl-wrap .l-right p {
    font-size: 16px;
  }
  .service .product-section .c-ttl-wrap .c-btn01 {
    margin-top: 20px;
  }
  .service .product-section .link-wrap a {
    font-size: 16px;
    padding: 20px;
  }
  .service .equipment-section {
    padding-top: 120px;
  }
  .service .equipment-section .l-right p {
    font-size: 16px;
  }
  .service .equipment-section .equipment-img-wrap {
    margin-top: 30px;
  }
  .service .equipment-section .equipment-img-wrap .cont .txt-wrap {
    bottom: 20px;
    left: 20px;
  }
  .service .equipment-section .equipment-img-wrap .cont .txt-wrap .main {
    font-size: 16px;
  }
  .service .flow-section .inner-block02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .service .flow-section .c-ttl01 {
    margin-bottom: 30px;
  }
  .service .flow-section .flow-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .service .flow-section .flow-wrap .cont .tag {
    width: calc(100% - 20px);
  }
  .service .flow-section .flow-wrap .cont .tag::before {
    right: -20px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #0F9ED5;
  }
  .service .flow-section .flow-wrap .cont .tag {
    font-size: 16px;
    height: 50px;
    padding: 10px;
  }
  .service .flow-section .flow-wrap .cont .img-wrap {
    width: 100%;
    max-width: inherit;
  }
  .service .flow-section .flow-wrap .cont .img-wrap + p {
    width: 100%;
    margin-top: 10px;
    max-width: inherit;
  }
  .product .product-section .inner-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .product .product-section .br-custom {
    display: none;
  }
  .product .product-section .product-list {
    gap: 30px;
  }
  .product .product-section .product-wrap {
    width: calc(50% - 15px);
  }
  .product .product-section .product-ttl {
    padding: 8px 20px 12px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1640px;
  }
  .inner-block02 {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1480px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-btn01:hover::before {
    right: -10px;
  }
  .c-btn02:hover {
    color: #0F9ED5;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-footer .c-menu .menu:not(:last-child) {
    min-width: 180px;
  }
  .c-footer a:hover {
    color: #0F9ED5;
  }
  #pagetop a:hover {
    background: #fff;
    color: #0F9ED5;
  }
  #pagetop a:hover::before {
    background: #0F9ED5;
  }
  .c-header .logo .txt {
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
    paint-order: stroke;
  }
  .c-header .c-menu-wrap .c-menu li {
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
  }
  .c-header .c-menu-wrap .c-menu a:hover {
    color: #0F9ED5;
  }
  .c-header .mail-btn:hover {
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .mail-btn:hover .inn {
    color: #0F9ED5;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .mail-btn:hover .inn::before {
    background: #0F9ED5;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .language-btn-list a:hover {
    color: #fff;
  }
  .c-header.is-collar .c-menu-wrap .c-menu li {
    text-shadow: none;
  }
  .btn-menu {
    display: none;
  }
  .c-kv-section .kv-ttl {
    margin-left: 75px;
  }
  .c-kv-section .c-crumb {
    margin-left: 75px;
  }
  .c-ttl-wrap.en {
    gap: 80px;
  }
  .home .mv-section .mv-ttl {
    margin-left: 75px;
  }
  .home .mv-section .mv-ttl .main-copy {
    padding-right: 150px;
  }
  .home .service-section .service-list .service:hover::before {
    background: #0F9ED5;
  }
  .home .service-section .service-list .service:hover .c-btn01::before {
    right: -10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .service-section .service-list .service:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .company .message-section .c-ttl-wrap.en {
    gap: 80px;
  }
  .contact .back-btn:hover {
    background-color: #0F9ED5 !important;
    color: #fff !important;
  }
  .contact .contact-section .contact-label {
    max-width: 150px;
  }
  .service .product-section .c-ttl-wrap.en {
    gap: 80px;
  }
  .service .product-section .link-wrap a:hover {
    color: #0F9ED5;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #0F9ED5;
  }
  .service .product-section .link-wrap a:hover .arrrow::before, .service .product-section .link-wrap a:hover .arrrow::after {
    background-color: #0F9ED5;
  }
  .service .flow-section .flow-wrap .cont .img-wrap {
    max-width: 250px;
    margin-top: 10px;
  }
  .service .flow-section .flow-wrap .cont .img-wrap + p {
    max-width: 240px;
  }
  .product .product-section .swiper-prev:hover img {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .product .product-section .swiper-next:hover img {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 651px) {
  .c-contact-step {
    gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .c-contact-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .c-contact-step li {
    width: 100%;
  }
  .c-contact-step::before {
    width: 3px;
    height: 100px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .c-contact-step li {
    width: 210px;
    height: 70px;
  }
  .contact .contact-section .contact-form input[type=text],
  .contact .contact-section .contact-form input[type=tel],
  .contact .contact-section .contact-form input[type=email],
  .contact .contact-section .contact-form textarea {
    width: 430px;
  }
  .contact .contact-section .label-area {
    width: 210px;
  }
  .contact .contact-section .radio-group {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .c-footer .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .c-footer .info-wrap {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1320px) {
  .c-footer .logo .txt {
    font-size: 16px;
  }
  .c-footer .logo .txt .small {
    font-size: 12px;
  }
  .c-footer .logo img {
    max-width: 100px;
  }
  .c-footer .c-menu {
    gap: 10px;
  }
  .c-footer .c-menu .menu:not(:last-child) {
    min-width: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1350px) {
  .c-footer .c-menu.en {
    gap: 20px;
  }
  .c-footer .c-menu .menu.en:not(:last-child) {
    min-width: 150px;
  }
  .c-footer .c-menu .menu.en:first-child {
    min-width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .c-header .inner-block {
    padding: 0 0 0 20px;
  }
  .c-header .logo img {
    max-width: 90px;
  }
  .c-header .c-menu-wrap .c-menu {
    margin-right: 30px;
    gap: 20px;
  }
  .c-header .c-menu-wrap .c-menu a {
    font-size: 14px;
  }
  .c-header .mail-btn .inn {
    font-size: 14px;
  }
  .c-header .mail-btn {
    padding: 12px 12px;
  }
  .c-header .language-btn-list {
    padding: 27px 12px 28px;
  }
  .company .certification-section .cont-wrap {
    gap: 50px;
  }
  .company .certification-section .cont-wrap .l-wrap {
    width: calc(100% - 250px - 50px);
  }
  .company .certification-section .cont-wrap .r-wrap {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1800px) {
  .c-kv-section .kv-ttl {
    margin-left: 220px;
  }
  .c-kv-section .c-crumb {
    margin-left: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .c-kv-section .kv-ttl {
    margin-left: 160px;
  }
  .c-kv-section .c-crumb {
    margin-left: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .c-deco-block::before {
    height: 200px;
    width: 200px;
  }
  .home .mv-section .mv-ttl .ja, .home .mv-section .mv-ttl .main-copy {
    font-size: 50px;
  }
  .home .mv-section .mv-ttl .small {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .c-ttl01 .br-en {
    display: inline;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-ttl01.en {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home .mv-section .mv-ttl .en, .home .mv-section .mv-ttl .sub-copy {
    padding-right: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .home .service-section .service-list {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) {
  .home .about-section .img {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1270px) {
  .home .certification-section .box-wrap {
    padding: 80px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .company .about-section .about-list {
    grid-gap: 0 30px;
  }
  .company .about-section .about-list li .ttl {
    min-width: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact .contact-section .contact-wrap {
    max-width: 700px;
  }
}
@media only screen and (max-width: 420px) {
  .contact .contact-section .contact-txt .small {
    display: inline;
  }
}
@media only screen and (max-width: 540px) {
  .contact .contact-section .contact-form input[type=text],
  .contact .contact-section .contact-form input[type=tel],
  .contact .contact-section .contact-form input[type=email],
  .contact .contact-section .contact-form textarea {
    padding: 16px 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 525px) {
  .contact .contact-section .radio-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .contact .contact-section .radio-group {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 1400px) {
  .service .equipment-section .equipment-img-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .service .flow-section .flow-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .service .flow-section .flow-wrap .cont .img-wrap {
    width: 100%;
    max-width: inherit;
  }
  .service .flow-section .flow-wrap .cont .img-wrap + p {
    width: 100%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  .product .product-section .br-custom {
    display: inline;
  }
}
@media only screen and (max-width: 520px) {
  .product .product-section .br-custom {
    display: inline;
  }
}
@media only screen and (max-width: 570px) {
  .product .product-section .product-list {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product .product-section .product-wrap {
    width: auto;
  }
}
@media only screen and (max-width: 1040px) and (min-width: 768px) {
  .product .product-section .product-wrap {
    width: calc(50% - 30px);
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */