@charset "UTF-8";
/*-- globalフォルダの直下の_index.scss --*/
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP&#038;subset=japanese&#038;ver=6.9'");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
img,
object {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
  cursor: default;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden],
template {
  display: none;
}

*:focus {
  outline: none;
}

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

/*wordpress関連*/
.page-content,
.entry-content,
.entry-summary {
  margin-top: 0;
}

.post,
.page {
  margin: 0;
}

dd {
  padding-left: 0;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body,
a:link,
a:active,
a:hover,
a:visited,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
ul,
li,
dl,
dd,
dt,
table th,
.wp-block-table th {
  font-family:
    "Noto Sans JP", "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体",
    YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
ul,
li,
dl,
dd,
dt {
  line-height: 1.6;
}

.main-vi-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
.main-vi-wrap .swiper,
.main-vi-wrap .header-wrapper {
  width: 100%;
}
.main-vi-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #00635b;
  width: 100%;
  z-index: -1;
}
.main-vi-wrap .header-wrapper {
  position: relative;
}

.home .main-vi-wrap::before {
  height: 126%;
}

.main-vi-wrap::before {
  height: 100%;
}

.site-header-igk {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  padding: clamp(0.625rem, 0.416rem + 1.05vw, 1.2rem) 0 0
    clamp(0.938rem, 0.597rem + 1.7vw, 1.875rem);
}
.site-header-igk .site-logo-igk {
  width: 100%; /*12:12*/
}
.site-header-igk .site-logo-igk .site-logo-txt {
  font-size: clamp(0.75rem, 0.375rem + 0.67vw, 0.875rem); /*12~14px*/
  display: block;
  margin-bottom: 5px;
}
.site-header-igk .site-logo-igk a {
  display: inline-block;
}
.site-header-igk .site-logo-igk a img {
  max-width: 378px;
  width: 70%;
}

.head-nav-wrap p.text-right {
  font-size: clamp(0.75rem, 0.375rem + 0.67vw, 0.875rem); /*12~14px*/
  padding-right: clamp(0.938rem, 0.597rem + 1.7vw, 1.875rem);
}

.mainvi-contact-wrap {
  position: absolute;
  bottom: 3%;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mainvi-contact-wrap .mainvi-contact-tel {
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*10~20px*/
}
.mainvi-contact-wrap .mainvi-contact-tel p {
  font-weight: 600;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #00635b;
  width: fit-content;
  letter-spacing: 0.08em;
}
.mainvi-contact-wrap .mainvi-contact-tel p a {
  font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem); /*18~26px*/
}
.mainvi-contact-wrap .mainvi-contact-tel p a:link,
.mainvi-contact-wrap .mainvi-contact-tel p a:visited,
.mainvi-contact-wrap .mainvi-contact-tel p a:hover,
.mainvi-contact-wrap .mainvi-contact-tel p a:active {
  color: #fff;
}
.mainvi-contact-wrap .mainvi-contact-tel p a i {
  color: #00635b;
  padding-right: 0.6rem;
}
.mainvi-contact-wrap .mainvi-contact-mail {
  display: inline-block;
}
.mainvi-contact-wrap .mainvi-contact-mail .mainvi-contact-maillink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00635b;
  padding: clamp(1rem, 0.782rem + 1.09vw, 1.6rem) clamp(2rem, 1.273rem + 3.64vw, 4rem);
}
.mainvi-contact-wrap .mainvi-contact-mail .mainvi-contact-maillink img {
  width: 32px;
  height: auto;
  margin-right: 0.6rem;
}
.mainvi-contact-wrap .mainvi-contact-mail .mainvi-contact-maillink p {
  color: #fff;
  font-size: clamp(1.063rem, 0.903rem + 0.8vw, 1.5rem); /*17~24px*/
  font-weight: 600;
  letter-spacing: 0.08em;
}

@media print, screen and (min-width: 900px) {
  .site-header-igk {
    width: 95%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .site-header-igk .site-logo-igk {
    width: 31.605562579%; /*12:4*/
  }
  .site-header-igk .site-logo-igk a img {
    width: 100%;
    height: auto;
  }
  .main-vi-wrap .swiper,
  .main-vi-wrap .header-wrapper {
    width: 95%;
  }
  .home .main-vi-wrap .index-scroll-dawn::after {
    content: url(../images/scrolldown_icon.png);
    position: absolute;
    bottom: 10%;
    left: 0;
    transform: translateX(1.5vw);
    width: 28px;
    height: 145px;
  }
}
@media screen and (max-width: 899px) {
  .site-header-igk {
    padding-bottom: 15px;
  }
}
body {
  background: inherit;
  position: relative;
}
body a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body a:hover {
  opacity: 0.85;
}
body a:hover img {
  filter: alpha(opacity=85);
  opacity: 0.85;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.index-whatnew-wrap {
  position: relative;
  display: grid;
  grid-gap: 0 30px;
  grid-template-columns: repeat(13, 1fr);
  grid-template-areas: "h h h h h h h h h h h h h" "c c c c c c c c c c c c c" "f f f f f f f f f f f f f";
}
.index-whatnew-wrap .header-g,
.index-whatnew-wrap .content-g,
.index-whatnew-wrap .footer-g {
  padding-left: 15px;
  padding-right: 15px;
}
.index-whatnew-wrap .header-g {
  margin-bottom: 30px;
}

.index-whatnew-box {
  background-color: #fff;
  border: 1px solid #00635b;
  padding: 10px;
  margin-bottom: 20px;
}
.index-whatnew-box .index-whatnew-li {
  background-color: #e6f2f1;
  padding: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*10~20px*/
  margin-bottom: 1px;
}
.index-whatnew-box .index-whatnew-li:last-child {
  margin-bottom: 0;
}
.index-whatnew-box .index-whatnew-li a {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem); /*14~16px*/
}
.index-whatnew-box .index-whatnew-li .index-whatnew-li-L {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.index-whatnew-box .index-whatnew-li .index-whatnew-li-L .index-whatnew-li-date {
  padding-right: clamp(0.6rem, 0.164rem + 2.18vw, 1.8rem);
}

.index-com-wrap {
  display: grid;
  grid-gap: 0 30px;
  grid-template-columns: repeat(13, 1fr);
  grid-template-areas: "c c c c c c c c c c c c c" "f f f f f f f f f f f f f";
  background: no-repeat center 10%/80%;
  background-image: url("../images/mono_logo.png?20260109_1");
}
.index-com-wrap .content-g {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.index-com-wrap .footer-g img {
  display: block;
  margin: 0 auto;
}
.index-com-wrap .index-com-box .common-btn01 {
  margin: 0 auto;
}
.index-com-wrap .index-com-h2 {
  font-size: clamp(1.5rem, -1.217rem + 4.35vw, 2.75rem); /*24~44px*/
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.index-com-wrap .index-com-txt {
  font-size: clamp(1.063rem, 1.04rem + 0.11vw, 1.125rem); /*17~18px*/
  line-height: 2;
}

#index-prod-bg {
  position: relative;
  background: url(../images/index_txtimg_p.png) no-repeat 2% 10%/20% auto;
  overflow: hidden;
}
#index-prod-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38vh;
  background-color: #ddedec;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.2s ease-out;
  z-index: -1;
}
#index-prod-bg.is-show::before {
  transform: scaleX(1);
}
#index-prod-bg .inner {
  padding-top: clamp(3rem, 2.273rem + 3.64vw, 5rem);
}

/* 下の2コンテンツ共通 */
.index-equip-box,
.index-strg-box {
  position: relative;
  overflow: hidden;
  /* 中身 */
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.index-equip-box::before,
.index-strg-box::before {
  content: "";
  position: absolute;
  inset: 0;
  /* ★ ここが重要：ページ背景色 */
  background-color: white;
  transform: scaleX(1);
  transition: transform 1.5s ease-out;
  z-index: 2;
  pointer-events: none;
}
.index-equip-box.is-show,
.index-strg-box.is-show {
  opacity: 1;
  transform: translateY(0);
}
.index-equip-box.is-show::before,
.index-strg-box.is-show::before {
  transform: scaleX(0);
}

/* 左 → 右 */
.curtain-left::before {
  transform-origin: left;
}

.curtain-left.is-show::before {
  transform-origin: right;
}

/* 右 → 左 */
.curtain-right::before {
  transform-origin: right;
}

.curtain-right.is-show::before {
  transform-origin: left;
}

.index-prod-wrap {
  padding: clamp(0.8rem, 0.364rem + 2.18vw, 2rem) clamp(0.8rem, 0.364rem + 2.18vw, 2rem)
    clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  border: 1px solid #00635b;
  background-color: rgba(255, 255, 255, 0.6);
}

.index-prod-ul .index-prod-li {
  margin-bottom: 50px;
}
.index-prod-ul .index-prod-li:last-child {
  margin-bottom: 0;
}
.index-prod-ul .index-prod-li {
  position: relative;
}
.index-prod-ul .index-prod-li img {
  display: block;
  margin: 0 auto;
}
.index-prod-ul .index-prod-li .index-prod-txt {
  padding-bottom: clamp(5rem, 4.636rem + 1.82vw, 6rem);
}
.index-prod-ul .index-prod-li .common-btn01 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#index-equip-bg {
  background: url(../images/index_txtimg_e.png) no-repeat top right 2%/20%;
  z-index: -1;
}

.index-equip-wrap .index-equip-box {
  margin-bottom: 30px;
}
.index-equip-wrap .index-equip-img {
  padding-left: 0;
  padding-right: 0;
}
.index-equip-wrap .index-equip-img img {
  display: block;
  width: 100%;
}

.index-strg-wrap {
  background: no-repeat 4% top/100% url("../images/index_txtimg_f.png");
  padding-top: clamp(0.7rem, 0.409rem + 1.45vw, 1.5rem);
}

.index-strg-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 clamp(0.938rem, 0.597rem + 1.7vw, 1.875rem); /*15~30px*/
}
.index-strg-box .index-strg-in {
  width: 50%;
  border-right: 2px solid #fff;
  position: relative;
}
.index-strg-box .index-strg-in:nth-child(2n) {
  border-right: 0;
}
.index-strg-box .index-strg-in img {
  width: 100%;
  height: auto;
}
.index-strg-box .index-strg-in .index-strg-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(43, 45, 44, 0.7);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1rem, 0.886rem + 0.57vw, 1.313rem); /*16~21px*/
  padding: 0.5rem clamp(0.7rem, 0.409rem + 1.45vw, 1.5rem);
}

/*見出し、ボタン等*/
.index-whatnew-lbl {
  color: #a8f6f0;
}
.index-whatnew-lbl span {
  font-size: clamp(1.375rem, 0.098rem + 2.62vw, 2.063rem); /*22~33px*/
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.index-whatnew-lbl span::after {
  content: "";
  border-bottom: 2px solid #fff;
  display: block;
  padding-top: 10px;
}

.category-name {
  background-color: #2b2d2c;
  font-size: clamp(0.688rem, 0.125rem + 1vw, 0.875rem); /*11~14px*/
  color: #a8f6f0;
  padding: clamp(0.3rem, 0.227rem + 0.36vw, 0.5rem) clamp(0.8rem, 0.727rem + 0.36vw, 1rem);
}

.common-btn01 {
  width: max-content;
  border-bottom: 5px solid #00635b;
}
.common-btn01 a {
  display: flex;
  padding: clamp(0.7rem, 0.591rem + 0.55vw, 1rem) 0.8rem;
  width: 100%;
  justify-content: space-between;
}
.common-btn01 a::after {
  content: "\f054";
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  padding-left: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
}

.common-lbl01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem); /*20px~30px*/
}
.common-lbl01::after {
  content: "";
  border: 1px solid #00635b;
  width: clamp(2rem, 1.091rem + 4.55vw, 4.5rem);
  margin-left: 20px;
}
.common-lbl01 span {
  font-size: clamp(1.375rem, 1.011rem + 1.82vw, 2.375rem); /*22~38px*/
  font-weight: 600;
  letter-spacing: 0.03em;
}

.common-lbl-line {
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.438rem); /*18~23px*/
  margin-bottom: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem); /*20px~30px*/
}
.common-lbl-line span {
  font-weight: 500;
  padding-left: 0.5em;
  padding-right: 0.5em;
  display: inline;
  background: linear-gradient(transparent 60%, #ddedec 60%);
}

.other-lbl-line {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*16~18px*/
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*10px~20px*/
}

.italic-num {
  font-size: clamp(1.5rem, 1.045rem + 2.27vw, 2.75rem); /*24px~44px*/
  font-style: italic;
  font-weight: 900;
}

/*汎用*/
.common-half-flex .common-half-inner {
  margin: 0 auto 20px;
  display: block;
}
.common-half-flex .common-half-inner:last-child {
  margin-bottom: 0;
}
.common-half-flex img {
  margin: 0 auto 30px;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .common-half-flex {
    display: flex;
    justify-content: space-between;
  }
  .common-half-flex .common-half-inner {
    width: 49.115913556%;
    margin-bottom: 0;
  }
  .common-half-flex img {
    margin-bottom: 0;
    margin-left: inherit;
    margin-right: inherit;
    width: 48.309178744%; /*12:5.8*/
  }
}
.order {
  order: 2;
}

/*到達時点で背景フワッと*/
/*display grid*/
.header-g {
  grid-area: h;
}

.content-g {
  grid-area: c;
}

.footer-g {
  grid-area: f;
}

@media print, screen and (min-width: 768px) {
  .index-whatnew-wrap {
    grid-template-areas: ". h h h . c c c c c c c c" ". f f f f . . . . . . . .";
  }
  .index-whatnew-wrap .header-g {
    margin-bottom: 0;
  }
  .index-whatnew-wrap .footer-g {
    position: absolute;
    width: 100%;
    bottom: 0;
    justify-content: flex-start;
  }
  .index-whatnew-wrap .footer-g .common-btn01 {
    display: block;
  }
  .index-whatnew-box {
    background-color: #fff;
    padding: 10px !important;
    margin-bottom: 0;
  }
  .index-whatnew-box .index-whatnew-li a {
    display: flex;
    justify-content: space-between;
  }
  .index-whatnew-box .index-whatnew-li a .index-whatnew-li-L {
    width: 31.605562579%; /*12:3.8*/
    display: block;
    margin-bottom: 0;
  }
  .index-whatnew-box .index-whatnew-li a .index-whatnew-li-R {
    width: 64.1025641026%; /*12:7.7*/
    padding-left: 0.6rem;
  }
  .index-com-wrap {
    position: relative;
    grid-template-areas: ". c c c c c c c . f f f f";
    background: no-repeat 5% center/33% url("../images/mono_logo.png?20260109_1");
  }
  .index-com-wrap .content-g {
    margin-bottom: 0;
  }
  .index-com-wrap .footer-g img {
    margin-right: 0;
  }
  .index-com-wrap .index-com-box {
    display: flex;
    flex-direction: column;
    align-self: center;
  }
  .index-com-wrap .index-com-box .common-btn01 {
    width: fit-content;
    margin-right: 0;
  }
  .index-prod-wrap {
    background-color: white;
  }
  .index-prod-wrap .index-prod-ul {
    display: flex;
    justify-content: space-between;
  }
  .index-prod-wrap .index-prod-ul .index-prod-li {
    width: 30.8071472582%; /*12:3.7*/
    margin-bottom: 0;
  }
  #index-prod-bg {
    background-size: inherit;
    background-position: 2% 22%;
  }
  #index-equip-bg {
    background-size: inherit;
  }
  .index-strg-wrap {
    background-size: 55%;
  }
  .index-strg-box .index-strg-in {
    width: 25%;
  }
  .index-strg-box .index-strg-in:nth-child(2) {
    border-right: 2px solid #fff;
  }
}
@media print, screen and (min-width: 900px) {
  .index-whatnew-wrap {
    grid-template-areas: ". h h h c c c c c c c c c" ". f f f . . . . . . . . .";
  }
  .index-whatnew-wrap .header-g,
  .index-whatnew-wrap .footer-g {
    padding-left: clamp(0rem, -5.625rem + 10vw, 1.875rem); /*0~30px*/
    padding-right: 0;
  }
  .index-whatnew-box .index-whatnew-li a .index-whatnew-li-L {
    display: flex;
    justify-content: flex-start;
  }
  .index-whatnew-box .index-whatnew-li a .index-whatnew-li-L .index-whatnew-li-date {
    width: 50%; /*12:6*/
    font-size: 14px;
  }
  .index-whatnew-box .index-whatnew-li a .index-whatnew-li-L .index-whatnew-cate {
    width: 48.309178744%; /*12:5.8*/
  }
  .index-whatnew-box .index-whatnew-li a .index-whatnew-li-L .index-whatnew-cate .category-name {
    width: fit-content;
  }
  .index-whatnew-box .index-whatnew-li a .index-whatnew-li-R {
    padding-left: 0;
    width: 66.6222518321%; /*12:8*/
  }
  .index-com-wrap {
    grid-template-areas: ". c c c c c c c . f f f f";
  }
  .index-com-wrap .content-g {
    padding-left: clamp(0rem, -5.625rem + 10vw, 1.875rem); /*0~30px*/
    padding-right: 0;
  }
  .index-equip-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .index-equip-wrap .index-equip-img {
    margin-left: calc(50% - 50vw);
    width: 47vw;
    flex-shrink: 0;
  }
  .index-equip-wrap .index-equip-img img {
    display: block;
    width: 90%;
    height: auto;
  }
  .index-equip-wrap .index-equip-box {
    width: 50%; /*12:6*/
    margin-bottom: 0;
  }
}
.inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.narrow-inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 15px;
}

#foo-contact-bg {
  position: relative;
}
#foo-contact-bg::after {
  content: "";
  background-color: #00635b;
  height: 65%;
  width: 100%;
  position: absolute;
  top: 35%;
  z-index: -1;
}

.foo-contact-wrap {
  border: 1px solid #00635b;
  padding: clamp(0.8rem, 0.364rem + 2.18vw, 2rem) clamp(0.8rem, 0.364rem + 2.18vw, 2rem)
    clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  background-color: #fff;
}
.foo-contact-wrap .common-half-flex .contents-center {
  margin-bottom: 30px;
}
.foo-contact-wrap .common-half-flex .contents-center:last-child {
  margin-bottom: 0;
}
.foo-contact-wrap .foo-tel-box a {
  display: block;
  font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem); /*18~26px*/
  font-weight: 600;
  border-bottom: 2px solid #00635b;
  width: fit-content;
  letter-spacing: 0.08em;
}
.foo-contact-wrap .foo-tel-box a i {
  color: #00635b;
  padding-right: 0.6rem;
}
.foo-contact-wrap .foo-tel-box span {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem); /*12~14px*/
  color: #dd9177;
  margin-bottom: 10px;
}

.foo-contact-img {
  padding: clamp(1rem, 0.636rem + 1.82vw, 2rem) 0;
  margin: auto;
  width: 85%;
}

.foo-logoarea-wrap .foo-logoarea-img {
  margin-bottom: 30px;
}
.foo-logoarea-wrap .foo-logoarea-txt p {
  margin-bottom: 10px;
}
.foo-logoarea-wrap .foo-logoarea-txt p:last-child {
  margin-bottom: 0;
}

.foo-nav-wrap {
  background-color: #ddedec;
  border-top: 1px solid #00635b;
  border-bottom: 1px solid #00635b;
  padding: 1rem 0;
}
.foo-nav-wrap .foo-nav-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foo-nav-wrap .foo-nav-ul li {
  width: 49.115913556%;
  text-align: center;
}
.foo-nav-wrap .foo-nav-ul li a {
  padding: 0.5rem 0;
  display: inline-block;
  font-size: 15px;
}

.foo-copy-box {
  font-size: 14px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

/*ページ先頭へ戻るボタン*/
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 9%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem); /*min30px~max50px*/
  height: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem); /*""*/
  border-radius: 0;
  transition: 0.3s;
  background: #ddedec;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem); /*min18px~max24px*/
  color: #00635b;
  /*   デフォルトは非表示 */
  opacity: 0;
  z-index: 3;
}
.pagetop:hover {
  box-shadow: 0 0 10px #1f2724;
}

@media print, screen and (min-width: 768px) {
  .foo-contact-wrap .common-half-flex {
    justify-content: space-evenly;
    align-items: center;
  }
  .foo-contact-wrap .common-half-flex .contents-center {
    margin-bottom: 0;
  }
  .foo-contact-img {
    display: flex;
    justify-content: flex-end;
    width: inherit;
  }
  .foo-logoarea-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .foo-logoarea-wrap .foo-logoarea-img {
    width: 62.5%; /*12:7.5*/
    margin-bottom: 0;
  }
  .foo-logoarea-wrap .foo-logoarea-img img {
    max-width: 463px;
  }
  .foo-logoarea-wrap .foo-logoarea-txt {
    width: 33.3000333%; /*12:4*/
  }
}
@media print, screen and (min-width: 900px) {
  .foo-nav-wrap {
    background-color: #fff;
  }
  .foo-nav-wrap .foo-nav-ul li {
    width: auto;
  }
  .foo-nav-wrap .foo-nav-ul li a {
    padding: 0.3rem;
  }
}
.flex-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex: 1 0 auto;
}

.flex-wrap {
  flex-wrap: wrap;
}

.hidden-md,
.hidden-lg,
.hidden-xsm {
  display: none;
}

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

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

.text-right {
  text-align: right;
}

.f18 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*16~18px*/
}

.red {
  color: #d11111;
  font-size: 14px;
}

/*隙*/
.cont-box-bt1 {
  margin-bottom: clamp(6.25rem, 5.795rem + 2.27vw, 7.5rem); /*100px~120px*/
}

.cont-box-bt2 {
  margin-bottom: clamp(5rem, 4.545rem + 2.27vw, 6.25rem); /*80px~100px*/
}

.cont-box-bt3 {
  margin-bottom: clamp(4.375rem, 4.148rem + 1.14vw, 5rem); /*70px~80px*/
}

.cont-box-bt4 {
  margin-bottom: clamp(3.125rem, 2.898rem + 1.14vw, 3.75rem); /*50px~60px*/
}

.cont-box-bt5 {
  margin-bottom: clamp(2.5rem, 2.273rem + 1.14vw, 3.125rem); /*40px~50px*/
}

.cont-box-bt6 {
  margin-bottom: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem); /*30px~40px*/
}

.cont-box-bt7 {
  margin-bottom: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem); /*20px~30px*/
}

.cont-box-bt8 {
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*10px~20px*/
}

.cont-box-bt9 {
  margin-bottom: clamp(0.313rem, 0.199rem + 0.57vw, 0.625rem); /*5px~10px*/
}

.cont-end-bt {
  margin-bottom: clamp(7.5rem, 6.818rem + 3.41vw, 9.375rem); /*120px~150px*/
}

/*要素真ん中*/
.contents-center {
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 900px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
@media print, screen and (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}
@media screen and (max-width: 899px) {
  .hidden-xsm {
    display: none !important;
  }
  .visible-xsm {
    display: block !important;
  }
}
.mainvi-common {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 73vh;
}

.mainvi-company {
  background-image: url(../images/mainvi_com.png);
}

.mainvi-product {
  background-image: url(../images/mainvi_prod.png);
}

.mainvi-equ {
  background-image: url(../images/mainvi_equ.png?20260120_1);
}

.mainvi-strengths {
  background-image: url(../images/mainvi_streng.png);
}

.mainvi-news {
  background-image: url(../images/mainvi_news.png);
}

.mainvi-contact {
  background-image: url(../images/mainvi_contact.png);
}

.mainvi-other {
  background-image: url(../images/mainvi_other.png);
}

.other-maintxt-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 1;
}
.other-maintxt-wrap .other-maintxt-h2 {
  font-size: clamp(1.5rem, 0.705rem + 3.98vw, 3.688rem); /*24~59px*/
  font-weight: 600;
  font-family: inherit;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
}

.topicpass {
  background-color: #00635b;
  padding-top: clamp(0.8rem, 0.436rem + 1.82vw, 1.8rem);
  padding-bottom: clamp(0.8rem, 0.436rem + 1.82vw, 1.8rem);
  color: #fff;
}
.topicpass span {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem); /*12~14px*/
  padding: 0 0.3rem;
}
.topicpass span a {
  font-size: inherit;
}
.topicpass span a:link,
.topicpass span a:visited,
.topicpass span a:hover,
.topicpass span a:active {
  color: #a8f6f0;
}

.com-rinen-bg {
  padding-bottom: clamp(4.375rem, 4.148rem + 1.14vw, 5rem); /*70px~80px*/
  position: relative;
}
.com-rinen-bg::after {
  content: "";
  background-color: #ddedec;
  height: 73%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.com-rinen-wrap .com-rinen-box {
  margin-bottom: 30px;
}
.com-rinen-wrap .com-rinen-box .com-rinen-txt {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*16~18px*/
  line-height: 2;
}
.com-rinen-wrap .com-rinen-img img {
  box-shadow: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem)
    clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem) 0 0 rgb(255, 255, 255);
}

.com-greeting-wrap .com-greeting-txt {
  margin-bottom: 30px;
}
.com-greeting-wrap .com-greeting-img {
  max-width: fit-content;
}
.com-greeting-wrap .com-greeting-img figcaption {
  text-align: right;
}

.com-list-wrap {
  border: 1px solid #00635b;
}
.com-list-wrap li {
  text-align: center;
}
.com-list-wrap li a {
  padding: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  display: inline-block;
}
.com-list-wrap li a i {
  padding-left: 0.5rem;
}

.page-id-32 .com-list-li1,
.page-id-34 .com-list-li2,
.page-id-36 .com-list-li3 {
  display: none;
}

.access-map-box .google-maps {
  padding-bottom: clamp(16.25rem, 10.893rem + 26.79vw, 23.75rem); /*260~380px*/
  position: relative;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.access-map-box .google-maps iframe {
  width: 100%;
}
.access-map-box .access-map-txt {
  position: relative;
}
.access-map-box .access-map-txt p {
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*10px~20px*/
}
.access-map-box .access-map-txt p:last-child {
  margin-bottom: 0;
}
.access-map-box .access-map-txt .common-btn01 {
  position: absolute;
  right: 0;
}

.font-ch-css p {
  font-family: "Noto Sans SC", sans-serif;
}

.abusolte-height::before {
  content: "";
  display: block;
  padding-top: 20%;
}

.prod-handling-wrap .prod-handling-box {
  margin-bottom: 30px;
}
.prod-handling-wrap .prod-handling-img {
  max-width: 445px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.detail-anchor-wrap li {
  border: 1px solid #00635b;
  margin-bottom: 20px;
  text-align: center;
}
.detail-anchor-wrap li:last-child {
  margin-bottom: 0;
}
.detail-anchor-wrap li a {
  display: inline-block;
  width: 100%;
  padding: clamp(1rem, 0.636rem + 1.82vw, 2rem) 0 clamp(1.8rem, 1.727rem + 0.36vw, 2rem);
  position: relative;
}
.detail-anchor-wrap li a::after {
  content: "\f107";
  font-weight: 600;
  font-family: "Font Awesome 7 Free";
  background-color: #ddedec;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20%;
}

.detail-gomu-bg::before,
.detail-jyushi-bg::before {
  content: "";
  width: 100%;
  height: 251px;
  display: inline-block;
}

.detail-gomu-bg::before {
  background: url(../images/product/pro_detail_bg1.png) no-repeat center top/cover;
}

.detail-jyushi-bg::before {
  background: url(../images/product/pro_detail_bg2.png) no-repeat center top/cover;
}

.detail-read-wrap {
  margin-top: -30%;
  z-index: 1;
  position: relative;
}
.detail-read-wrap .detail-read-box {
  border: 1px solid #00635b;
  padding: clamp(1.8rem, 1.364rem + 2.18vw, 3rem) 1rem;
  background-color: #fff;
}

.detail-area-ul li {
  margin-bottom: 5px;
}
.detail-area-ul li:last-child {
  margin-bottom: 0;
}

.detail-area-wrap .detail-area-box {
  margin-bottom: 30px;
}
.detail-area-wrap .detail-area-imgbox .detail-area-images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: baseline;
  margin-bottom: 1rem;
}
.detail-area-wrap .detail-area-imgbox .detail-area-images li {
  width: 30.0030003%; /*12:3.6*/
  margin-bottom: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem); /*20px~30px*/
}
.detail-area-wrap .detail-area-imgbox .detail-area-images li:nth-child(n + 4) {
  margin-bottom: 0;
}
.detail-area-wrap .detail-area-imgbox .detail-area-images li img {
  object-fit: cover;
  width: 100%;
  height: clamp(6.25rem, 5.341rem + 4.55vw, 8.75rem); /*100~140px*/
}

.equi-half-wrap .equi-half-L {
  margin-bottom: 30px;
}
.equi-half-wrap .equi-half-R .equi-half-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.equi-half-wrap .equi-half-R .equi-half-img li {
  width: 47.5059382423%; /*12:5.7*/
}
.equi-half-wrap .equi-half-R .equi-half-img li img {
  object-fit: cover;
  width: 100%;
  height: 170px;
}
.equi-half-wrap .equi-half-R figcaption {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem); /*12~14px*/
  text-align: left;
}

/* Lightbox 元サイズ表示*/
.glightbox-container .gslide-image img {
  width: auto !important;
  height: auto !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  min-width: auto;
}

.glightbox-container .ginner-container {
  overflow: auto;
}

/*tuika*/
.gslide-media {
  max-width: max-content !important;
}

/*Lightbox END*/
#streng-pillar-bg {
  background-color: #ddedec;
  padding: clamp(2rem, 1.273rem + 3.64vw, 4rem) 0;
}

.streng-pillar-strg1::before {
  background-image: url(../images/streng_img01.png);
}

.streng-pillar-strg2::before {
  background-image: url(../images/streng_img02.png);
}

.streng-pillar-strg3::before {
  background-image: url(../images/streng_img04.png);
}

.streng-pillar-strg4::before {
  background-image: url(../images/streng_img03.png);
}

.streng-pillar-wrap1,
.streng-pillar-wrap2 {
  position: relative;
}
.streng-pillar-wrap1::before,
.streng-pillar-wrap2::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0%);
  width: 90vw;
  height: 40%;
}
.streng-pillar-wrap1,
.streng-pillar-wrap2 {
  display: flex;
  justify-content: flex-end;
}
.streng-pillar-wrap1 .inner,
.streng-pillar-wrap2 .inner {
  display: flex;
}
.streng-pillar-wrap1 .streng-pillar-box,
.streng-pillar-wrap2 .streng-pillar-box {
  background: #fff;
  border: 1px solid #00635b;
  padding: clamp(2rem, 6.6vw, 8rem);
  z-index: 1;
  position: relative;
  margin: 13rem 0 0; /* ← 高さはココで作る */
}

.streng-pillar-wrap1 .inner {
  justify-content: right;
}

.streng-pillar-wrap2::before {
  right: 0;
  left: auto;
}
.streng-pillar-wrap2 .inner {
  justify-content: left;
}

.flow-area-wrap .flow-area-li {
  border: 7px solid #eaeaea;
  padding: clamp(1rem, 0.636rem + 1.82vw, 2rem);
  margin-bottom: 30px;
}
.flow-area-wrap .flow-area-li:last-child {
  margin-bottom: 0;
}

/*google recaptcha*/
.grecaptcha-badge {
  z-index: 1;
}

/*ポリシー*/
.policy-area-wrap div {
  margin-bottom: clamp(3.125rem, 2.898rem + 1.14vw, 3.75rem); /*min50px～max60px*/
}

.policy-area-wrap div:last-child {
  margin-bottom: 0;
}

.policy-area-wrap .policy-li-style1 ol {
  list-style-position: inside;
  padding: 0.8em 0 0 2em;
}

.policy-area-wrap .policy-li-style1 ol li {
  list-style: decimal;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

/*サイトマップ*/
.sitemap-box .menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sitemap-box .menu li {
  width: 48.309178744%; /*12:5.8*/
}
.sitemap-box .menu li a {
  display: inline-block;
  padding: 1rem 0.5rem;
  font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem); /*15~20px*/
  width: 100%;
}
.sitemap-box .menu li a::after {
  content: "\f105";
  font-weight: 600;
  font-family: "Font Awesome 7 Free";
  padding-left: 0.7rem;
}
.sitemap-box .menu li .sub-menu li {
  width: 100%;
}
.sitemap-box .menu li .sub-menu li a {
  padding: 0 1rem;
  text-align: left;
  background-color: inherit;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem); /*14~16px*/
}

/*見出し等*/
.other-lbl01 {
  background-color: #ddedec;
  padding: 0.5rem 1rem;
  text-align: center;
  color: #00635b;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*16~18px*/
  margin-bottom: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem); /*20px~30px*/
  width: fit-content;
}

.other-lbl02 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*16~18px*/
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*10px~20px*/
  color: #00635b;
}
.other-lbl02 i {
  padding-right: 0.5rem;
}

.other-lbl03 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*16~18px*/
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem); /*20px~30px*/
}

.product-btn {
  border: 1px solid #e67159;
  background-color: #faf0ee;
  width: fit-content;
  /* box-shadow */
  box-shadow: 0px 5px 20px 0px rgba(149, 149, 149, 0.4);
}
.product-btn a {
  display: inline-block;
  padding: clamp(1rem, 0.455rem + 2.73vw, 2.5rem) clamp(2rem, 0.545rem + 7.27vw, 6rem);
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem); /*18~24px*/
}
.product-btn a i {
  padding-left: 0.5rem;
}

.num-lbl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*16~18px*/
  margin-bottom: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem); /*20px~30px*/
}
.num-lbl .num {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0.7rem;
  width: 40px;
  height: 40px;
  min-width: 40px; /* ← 念のため */
  min-height: 40px;
  border-radius: 50%;
  background-color: #00635b;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .com-rinen-wrap {
    display: flex;
    justify-content: space-between;
  }
  .com-rinen-wrap .com-rinen-box {
    width: 41.6146483562%; /*12:5*/
    margin-bottom: 0;
  }
  .com-rinen-wrap .com-rinen-img {
    width: 50%; /*12:6*/
    max-width: fit-content;
  }
  .com-rinen-bg::after {
    height: 53%;
  }
  .com-greeting-wrap {
    display: flex;
    justify-content: space-between;
  }
  .com-greeting-wrap .com-greeting-txt {
    width: 65.8327847268%; /*12:7.9*/
    margin-bottom: 0;
  }
  .com-greeting-wrap .com-greeting-img {
    width: 31.605562579%; /*12:3.8*/
  }
  .com-list-wrap {
    display: flex;
    justify-content: space-between;
  }
  .com-list-wrap li {
    width: 50%;
  }
  .access-map-box {
    display: flex;
    justify-content: space-between;
  }
  .access-map-box .google-maps {
    padding-bottom: 35%;
    width: 50%; /*12:6*/
    margin-bottom: 0;
  }
  .access-map-box .access-map-txt {
    width: 41.6146483562%; /*12:6*/
  }
  .abusolte-height::before {
    padding-top: 0;
  }
  .prod-handling-wrap {
    display: flex;
    justify-content: space-between;
  }
  .prod-handling-wrap .prod-handling-box {
    margin-bottom: 0;
    width: 56.6251415629%; /*12:6.8*/
  }
  .prod-handling-wrap .prod-handling-img {
    width: 40.8163265306%; /*12:4.9*/
    margin: inherit;
  }
  .prod-handling-wrap .order {
    position: relative;
  }
  .prod-handling-wrap .order .common-btn01 {
    position: absolute;
    right: 0;
  }
  .detail-anchor-wrap {
    display: flex;
    justify-content: space-between;
  }
  .detail-anchor-wrap li {
    width: 31.605562579%; /*12:3.8*/
    margin-bottom: 0;
  }
  .detail-read-wrap {
    margin-top: -10%;
  }
  .detail-area-wrap {
    display: flex;
    justify-content: space-between;
  }
  .detail-area-wrap .detail-area-box {
    width: 48.309178744%; /*12:5.8*/
    margin-bottom: 0;
  }
  .detail-area-wrap .detail-area-imgbox {
    width: 48.309178744%; /*12:5.8*/
  }
  .equi-half-wrap {
    display: flex;
    justify-content: space-between;
  }
  .equi-half-wrap .equi-half-L,
  .equi-half-wrap .equi-half-R {
    width: 48.309178744%; /*12:5.8*/
  }
  .equi-half-wrap .equi-half-L {
    margin-bottom: 0;
  }
  .flow-area-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flow-area-wrap .flow-area-li {
    width: 31.605562579%;
    margin-bottom: 0;
  }
  .flow-area-wrap .flow-area-li:nth-child(-n + 3) {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .streng-pillar-wrap1::before,
  .streng-pillar-wrap2::before {
    width: 44vw;
    max-width: inherit;
    height: 85%;
  }
  .streng-pillar-wrap1 .streng-pillar-box,
  .streng-pillar-wrap2 .streng-pillar-box {
    width: 66.6222518321%; /*12:5.8*/
    margin: 6rem 0 0; /* ← 高さはココで作る */
  }
}
/*20260312追加-----------------------------*/
/*会社沿革　改行対策*/
html body br.pc_only {
  display: block !important;
}

@media print, screen and (max-width: 899px) {
  html body br.pc_only {
    display: none !important;
  }
}
/*製品情報　画像部分非表示*/
.detail-area-imgbox {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .detail-area-wrap .detail-area-box {
    width: 100% !important;
    margin-bottom: 0;
  }
}
/*.tbl-scroll {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}*/
.cont-tbl1,
.cont-tbl-equi {
  border: 0;
  background-color: #fff;
  width: 100%;
}

.cont-tbl1 th,
.cont-tbl1 td {
  border: none;
  padding: clamp(0.8rem, 0.655rem + 0.73vw, 1.2rem);
  vertical-align: middle;
  width: 100%;
}
.cont-tbl1 th {
  font-weight: normal;
  display: block;
  background-color: #ddedec;
}
.cont-tbl1 td {
  display: block;
}

.cont-tbl-equi tr {
  border-top: 1px solid #ccc;
}
.cont-tbl-equi tr:first-child {
  border-top: none;
}
.cont-tbl-equi tr:last-child {
  border-bottom: none;
}
.cont-tbl-equi th,
.cont-tbl-equi td {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem); /*15~16px*/
  border: none;
  padding: 0.5rem;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.cont-tbl-equi th {
  width: 70%;
  font-weight: normal;
  background-color: #ddedec;
}
.cont-tbl-equi td {
  width: 30%;
}

@media print, screen and (min-width: 768px) {
  .cont-tbl1 tr {
    border-top: 1px solid #ccc;
  }
  .cont-tbl1 tr:first-child {
    border-top: none;
  }
  .cont-tbl1 tr:last-child {
    border-bottom: none;
  }
  .cont-tbl1 th,
  .cont-tbl1 td {
    /*padding: 0 20px;*/
    display: table-cell;
  }
  .cont-tbl1 th {
    width: 25%;
    text-align: center;
  }
  .cont-tbl1 td {
    width: 73%;
    padding-left: 2rem;
  }
}
.swiper {
  margin-left: inherit;
  margin-right: inherit;
  height: 85vh;
  position: relative;
}

.mainvi-img1 {
  background: url(../images/main_vi1.png) no-repeat center top/cover;
}

.mainvi-img2 {
  background: url(../images/main_vi2.png) no-repeat center top/cover;
}

.mainvi-img3 {
  background: url(../images/main_vi3.png) no-repeat center top/cover;
}

/*Start*/
/*End*/
.swiper-txt-h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 2;
  font-size: clamp(1.875rem, 1.034rem + 4.2vw, 4.188rem); /*30~67px*/
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #d5fdfa;
  mix-blend-mode: color-dodge;
}
.swiper-txt-h2 span {
  font-size: clamp(1.75rem, 1.023rem + 3.64vw, 3.75rem); /*28~60px*/
  mix-blend-mode: normal;
  color: #fff;
}
.swiper-txt-h2 .swiper-txt-spc {
  padding-left: 1rem;
}

/*最新製品情報 swiper*/
.mySwiper {
  height: auto;
}

.swiper-slide .img-responsive {
  width: 100%;
  height: 270px !important;
  object-fit: cover;
}

@media print, screen and (min-width: 768px) {
  .swiper {
    height: 870px;
  }
  .mySwiper {
    height: inherit;
  }
}
@media (orientation: landscape) and (max-height: 450px) {
  /* ここに横向きのデバイスに適用するスタイルを書く */
  .swiper {
    height: 120vh;
  }
  .swiper-slide .img-responsive {
    height: 100%;
  }
  .index-item-slide .swiper {
    height: 100%;
  }
  .index-item-slide .swiper-wrapper {
    align-self: stretch;
  }
  .index-item-slide .swiper-slide .img-responsive {
    height: 270px;
  }
}
/*wordpress button削除*/
.sub-menu-toggle {
  display: none;
}

/* =========================
共通
========================= */
a {
  text-decoration: none;
}

.header-nav {
  position: relative;
  z-index: -1;
}

/* =========================
ハンバーガー（SP）
========================= */
.hamburger {
  position: absolute;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1000;
  background-color: #00635b !important;
}
.hamburger:focus,
.hamburger:active,
.hamburgerf:focus-visible {
  background-color: #00635b;
}

/*wordpress*/
.site .button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus {
  outline: none;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 5px 0;
  transition:
    transform 0.3s ease,
    opacity 0.2s ease;
}

/* × 変形 */
.hamburger.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* メニュー（SP 初期状態） */
.header-list {
  display: none;
  flex-direction: column;
  max-height: 0;
  opacity: 0;
  height: calc(100vh - 60px);
  overflow-y: auto;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease;
}

.header-list.is-open {
  display: flex;
  max-height: 100vh;
  opacity: 1;
}

.header-list li a {
  padding: 15px;
  display: block;
}

/* SP：メガメニューは常に表示（縦） */
.megaMenu {
  display: block;
}

.sub-menu li {
  list-style: none;
}

.sub-menu li a {
  padding-left: 30px;
  font-size: 0.9rem;
}

/* =========================
SP メニュー開閉アニメーション
========================= */
.header-list {
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease;
}

.header-list.is-open {
  height: 100vh; /* 十分大きな値 */
  opacity: 1;
  background-color: rgba(230, 242, 241, 0.9);
  padding: 4rem 0;
}
.header-list.is-open li {
  border-bottom: 1px solid #00635b;
  padding: 0 1rem;
}
.header-list.is-open li .megaMenu li {
  border-bottom: 0;
}

.hamburger span {
  transition:
    transform 0.3s ease,
    opacity 0.2s ease;
}

.hamburger:active span:nth-child(1) {
  transform: translateY(2px);
}

.hamburger:active span:nth-child(3) {
  transform: translateY(-2px);
}

.header-nav a {
  touch-action: manipulation;
}

@media print, screen and (min-width: 900px) {
  /* ハンバーガー非表示 */
  .hamburger {
    display: none;
  }
  .header-nav {
    display: flex;
    justify-content: center;
    position: static;
    z-index: 0;
  }
  .header-list {
    display: flex; /* ← 必須 */
    flex-direction: row;
    max-height: none;
    opacity: 1;
    overflow: visible;
    height: auto;
  }
  .header-list.is-open {
    max-height: none;
  }
  .header-list > li {
    position: relative;
  }
  .header-list > li > a {
    padding: clamp(0.938rem, 0.597rem + 1.7vw, 1.875rem) clamp(0.75rem, -0.05rem + 1.6vw, 1.25rem); /*15~30px 12~20px*/
    font-size: clamp(0.75rem, 1.33vw, 1rem); /*12~16px*/
  }
  /* PC用 メガメニュー */
  .megaMenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
  }
  .has-mega:hover .megaMenu {
    opacity: 1;
    visibility: visible;
  }
  .sub-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .sub-menu li {
    margin-bottom: 3px;
  }
  .sub-menu li:last-child {
    margin-bottom: 0;
  }
  .sub-menu li a {
    padding: 15px 40px;
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #ddedec;
  }
  /*wordpress 現在位置*/
  .header-list .current-menu-item a,
  .header-list .current_page_parent a,
  .header-list .current-post-ancestor a,
  .header-list .current-menu-ancestor a,
  .header-list .current-category-ancestor a {
    position: relative;
  }
  .header-list .current-menu-item a::after,
  .header-list .current_page_parent a::after,
  .header-list .current-post-ancestor a::after,
  .header-list .current-menu-ancestor a::after,
  .header-list .current-category-ancestor a::after {
    content: "";
    border: 2px solid #00635b;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  .megaMenu .sub-menu li a::after {
    border: 0;
  }
}
@media screen and (max-width: 899px) {
  .head-nav-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .header-nav {
    width: 100vw;
  }
  .header-list li a {
    transition:
      background-color 0.25s ease,
      transform 0.15s ease;
  }
  /* タップ中 */
  .header-list li a:active {
    background-color: rgba(255, 255, 255, 0.1);
    transform: scale(0.97);
  }
  .megaMenu {
    transition: background-color 0.3s ease;
  }
  .has-mega > a:active + .megaMenu {
    background-color: #30304a;
  }
}
.archive-area-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(3.125rem, 2.898rem + 1.14vw, 3.75rem); /*50px~60px*/
}
.archive-area-wrap .archive-area-thumbnail {
  width: 25%; /*12:3*/
}
.archive-area-wrap .archive-area-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: clamp(5.625rem, 3.58rem + 10.23vw, 11.25rem) !important; /*90~180px*/
  border: 1px solid #ccc;
}
.archive-area-wrap .archive-area-box {
  width: 69.1085003455%; /*12:8.3*/
}
.archive-area-wrap .archive-area-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: clamp(0.2rem, 0.127rem + 0.36vw, 0.4rem);
}
.archive-area-wrap .archive-area-box a:hover {
  background-color: rgba(230, 242, 241, 0.7);
  transition: 0.2s;
}
.archive-area-wrap .archive-area-header .category-name a {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem); /*12~14px*/
}
.archive-area-wrap .archive-area-header .archive-head-h2 {
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*10px~20px*/
  color: #00635b;
}
.archive-area-wrap .archive-area-cont p {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem); /*15~16px*/
}

.news-date-cate-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*10px~20px*/
}

.product-cate-wrap {
  color: #00635b;
  margin-bottom: clamp(0.313rem, 0.199rem + 0.57vw, 0.625rem); /*5px~10px*/
}
.product-cate-wrap span {
  color: #333;
  display: block;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem); /*12~14px*/
}
.product-cate-wrap .product-cate-txt {
  margin-bottom: 10px;
}

.news-sidebar-dt {
  background-color: #ddedec;
  padding: clamp(0.8rem, 0.655rem + 0.73vw, 1.2rem) clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-weight: 600;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*16~18px*/
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*10px~20px*/
}

.news-sidebar-widget a {
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #00635b;
  padding: clamp(0.5rem, 0.318rem + 0.91vw, 1rem) 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-sidebar-widget a::after {
  content: "\f054";
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
}

/*ページネーション*/
.pagination {
  width: auto;
  position: relative;
  margin: 0 auto clamp(4.375rem, 4.148rem + 1.14vw, 5rem);
  overflow: hidden;
  display: table;
  border-top: none;
}

.pagination .page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-decoration: none;
  line-height: 1;
}

.pagination .page-numbers li {
  margin: 0 10px 0 0;
}

.pagination span,
.pagination a {
  padding: 0.8rem;
  background: #ddedec;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem) !important; /*14~16px*/
}

.pagination a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.pagination .current {
  padding: 0.8rem;
  background-color: #00635b;
  color: #fff !important;
  text-decoration: none !important;
  margin-right: 0;
  margin-left: 0;
}

/*singe*/
.news-single-title {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem); /*18~20px*/
  border-bottom: 2px solid #00635b;
  padding: 0 1rem 1rem;
  margin-bottom: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem); /*20px~30px*/
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
  margin: 0;
  width: fit-content;
}

.post-navigation .nav-next {
  text-align: right;
}

.post-navigation .nav-previous {
  text-align: left;
}

.nav-previous,
.nav-next {
  max-width: 100% !important;
  width: 49%;
}

.navigation a:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .news-content-wrap {
    display: flex;
    justify-content: space-between;
  }
  .news-content-wrap .news-content-box {
    width: 67.521944632%; /*12:8.1*/
  }
  .news-content-wrap .news-sidebar-wrap {
    width: 24.1021932996%; /*12:2.9*/
  }
  .product-cate-wrap {
    display: flex;
    justify-content: flex-start;
  }
  .product-cate-wrap .product-cate-txt {
    width: 24.1021932996%; /*12:2.9*/
    margin-bottom: 0;
  }
  .product-cate-wrap .product-head-h2 {
    width: 67.521944632%; /*12:8.1*/
    padding-left: 1rem;
  }
  .pagination {
    margin-bottom: 0;
  }
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

.form .required {
  color: #fff;
  background: #ff0000;
  padding: 2px 4px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  margin-left: 10px;
}
.form span.error {
  display: inline-block;
  color: #ff0000;
  font-size: 14px;
  margin-bottom: 10px;
}

input,
select {
  cursor: pointer;
}

input[type="text"],
input[type="checkbox"],
input[type="radio"],
input[type="tel"],
input[type="submit"],
input[type="email"] {
  line-height: 1;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  font-size: 18px;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

textarea {
  font-size: 18px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px;
}

input[type="radio"],
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: static;
  display: inline-block;
}

.radio_wrap {
  display: block;
}
.radio_wrap label {
  position: relative;
  line-height: 1;
  font-size: 18px;
  width: 100%;
  display: block;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}
.radio_wrap label span {
  width: 100%;
}
.radio_wrap label span::before {
  content: "";
  border: 1px solid #888;
  border-radius: 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: static;
  left: 0.5em;
  top: 0.7em;
  vertical-align: middle;
  margin-right: 1em;
}

.radio_wrap > span {
  width: 100%;
  position: relative;
  margin: 0 20px 8px 0 !important;
}

.select_wrap {
  position: relative;
}
.select_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 1em;
  width: 12px;
  height: 12px;
  border-left: 2px solid #888;
  border-bottom: 2px solid #888;
  transform: rotate(-45deg);
}
.select_wrap select {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px 10px;
}

.contact-policy-wrap {
  padding-top: clamp(2rem, 1.636rem + 1.82vw, 3rem);
}

.form_content .item_wrap {
  margin: 0 auto 20px;
  background-color: #ddedec;
}
.form_content dl {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.form_content dt {
  margin-bottom: 8px;
  font-weight: normal;
}
.form_content dd {
  margin-left: 0;
  margin-right: 0;
  background-color: #fff !important;
}
.form_content dd input {
  border: 1px solid #ccc;
}
.form_content dd select {
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
}

.form_content dt,
.form_content dd {
  padding: clamp(0.7rem, 0.409rem + 1.45vw, 1.5rem);
}

.form_content dd.select-area1 {
  display: block;
}

.form_content dd.select-area1 .select-area1-in1,
.form_content dd.select-area1 .select-area1-in2 {
  width: 100%;
}

.form_content dd.select-area1 .select-area1-in1 input {
  margin-bottom: 1em;
}

.form_content dd.select-area1 .select-area1-in2 {
  display: flex;
  align-items: center;
}

.form_content dd.select-area1 .select-area1-in2 span {
  font-size: 110%;
  font-weight: bold;
}

.form_content dd.select-area1 .select-area1-in2 select {
  padding: 0.9em 1em;
  margin-left: 1em;
}

.form_content .btn_wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-top: clamp(2rem, 1.636rem + 1.82vw, 3rem);
}
.form_content .btn_wrap input {
  background-color: #00635b !important;
  color: #fff !important;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*16~18px*/
  font-weight: bold;
  padding: 30px 10px;
  letter-spacing: 2px;
  width: -webkit-fill-available;
}
.form_content .btn_wrap input:hover {
  background-color: #00635b;
  color: #a8f6f0 !important;
}
.form_content .btn_wrap .next_btn {
  margin: 0 2%;
  transition: 0.2s;
  background: #a8f6f0;
  color: #fff !important;
}
.form_content .btn_wrap .back_btn {
  width: 20%;
  margin: 0 2%;
  transition: 0.2s;
  background: #00635b;
  color: #fff !important;
}
.form_content .mwform-radio-field label {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0.6em 1em;
  width: auto;
  text-align: center;
}
.form_content .mwform-radio-field input {
  width: 29%;
}

input[type="radio"] {
  display: none;
}

.page-read-text-privacy a {
  text-decoration: underline;
}

.wpcf7 form .wpcf7-response-output {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto clamp(8.125rem, 7.216rem + 4.55vw, 10.625rem);
  padding: 10px 20px;
}

@media print, screen and (min-width: 768px) {
  input[type="text"],
  input[type="checkbox"],
  input[type="radio"],
  input[type="tel"],
  input[type="submit"],
  input[type="email"],
  textarea {
    width: auto;
  }
  .radio_wrap label span::before {
    position: absolute;
    left: 0.5em;
    top: 0.7em;
  }
  .form_content .item_wrap {
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid #ccc;
  }
  .form_content .item_wrap-bt-no {
    border-bottom: 1px solid #ccc;
  }
  .form_content dl {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .form_content dt {
    width: 300px;
  }
  .form_content dd {
    width: calc(100% - 300px);
  }
  .form_content dt,
  .form_content dd {
    margin-bottom: 0;
  }
  .form_content dd.select-area1 {
    display: flex;
    justify-content: space-between;
  }
  .form_content dd.select-area1 .select-area1-in1,
  .form_content dd.select-area1 .select-area1-in2 {
    width: 48%;
  }
  .form_content dd.select-area1 .select-area1-in1 input {
    width: 80%;
  }
  .form_content .mwform-radio-field label {
    width: 30%;
  }
  .form_content dd.select-area1 .select-area1-in1 input {
    margin-bottom: 0;
  }
  .btn_wrap input.next_btn {
    width: 40%;
  }
}
@media screen and (max-width: 899px) {
  .btn_wrap {
    display: block !important;
  }
  .btn_wrap input.next_btn,
  .btn_wrap input.back_btn {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .btn_wrap input.back_btn {
    margin-bottom: 0.5em !important;
  }
} /*# sourceMappingURL=style.css.map */

/*20260330荒木様変更分*/
p.ara_center {
  text-align: center !important;
}
