@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
  - Fonts
  - Layout

# Common Parts
  - Page navigation
  - Sidebar
  - Breadcrumb

# Pages
  - front page
  - 会社情報
  - SDGsへの取り組み
  - 個人情報の取扱い
  - 404
  - site map
  - contact
  - お知らせ
  - 製品検索
--------------------------------------------------------------*/
/* =====================================================
  Base
===================================================== */
:root {
  --accent-color: #dc000c;
  --base-color: #fff;
  --bg-accordion: #7c7f81;
  --bg-bottom: #2c2d2e;
  --bg-content: #fafafa;
  --bg-light: #f4f6f8;
  --bg-main: #363738;
  --blockquote-color: #033e55;
  --confirm-border: #f4f4f4;
  --gray: #777;
  --header-height: 3rem;
  --heading-gray: #707070;
  --light-color: #fafcfd;
  --light-gray: #c2c9cf;
  --lighter-gray: #dbdbdb;
  --link-color: #034f6d;
  --nav-heading-color: #6f6f6f;
  --navy-color: #2f2e54;
  --pam-bg-blue: #f8fcff;
  --pam-bg-gray: #f9fafc;
  --pam-bg-result: #e0ebf3;
  --pam-menu: #deebf4;
  --test-td: #4d4f50;
  --test-td2: #e4e8eb;
  --text-color: #3d3d3d;
  --vw: 1vw;
}

.wid100vw {
  margin: 0 calc(50% - 50vw);
  width: calc(var(--vw) * 100);
}

.font-size-dummy {
  font-size: 0.6875rem;
  /* 11px */
  font-size: 0.75rem;
  /* 12px */
  font-size: 0.8125rem;
  /* 13px */
  font-size: 0.875rem;
  /* 14px */
  font-size: 0.9375rem;
  /* 15px */
  font-size: 1rem;
  /* 16px */
  font-size: 1.25rem;
  /* 20px */
  font-size: 1.75rem;
  /* 28px */
  font-size: 1.875rem;
  /* 30px */
}

:target {
  scroll-margin-top: var(--header-height) !important;
}

* {
  box-sizing: border-box;
}

body {
  color: var(--text-color);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: unset;
}

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

input[type="email"],
input[type="text"],
textarea {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN W3", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", Osaka,
    sans-serifl;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

input[type="checkbox"] {
  border: none;
  cursor: pointer;
  display: block;
  height: 1.2rem;
  padding-left: 30px;
  position: relative;
  width: 1.2rem;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}

input[type="checkbox"]::before {
  background-color: #fff;
  border: 1px solid var(--gray);
  border-radius: 0;
  height: 0.875rem;
  left: 5px;
  top: calc(50% - 0.5rem);
  width: 0.875rem;
}

input[type="checkbox"]::after {
  border-bottom: 2px solid #666464;
  /*チェックの太さ*/
  border-left: 2px solid #666464;
  height: 0.2rem;
  left: 0.5rem;
  opacity: 0;
  top: 0.4rem;
  transform: rotate(-45deg);
  width: 0.5rem;
}

input[type="checkbox"]:checked::after {
  opacity: 1;
  /*チェック後表示*/
}

address {
  font-style: normal;
}

a:focus {
  outline: none;
}

table {
  font-size: 0.9375rem;
}
@media screen and (max-width: 480px) {
  table {
    font-size: 0.8125rem;
  }
}

th,
td {
  font-weight: 500;
}

p {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 2.286;
}
@media screen and (max-width: 480px) {
  p {
    font-size: 0.8125rem;
    line-height: 2;
  }
}

/* =====================================================
  common
===================================================== */
.entry-content {
  margin-bottom: 4rem;
}
.entry-content .wp-block-cover,
.entry-content .wp-block-columns,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .entry-content .wp-block-cover,
  .entry-content .wp-block-columns,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.entry-content p,
.entry-content figure {
  line-height: 1.6;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.site-content {
  margin-top: 6.25rem;
}
@media screen and (max-width: 960px) {
  .site-content {
    margin-top: 4rem;
  }
}

header#masthead {
  border-top: solid 6px var(--accent-color);
  padding: 0;
  transition: 0.6s;
}
header#masthead.scroll-nav {
  height: 60px;
}
@media screen and (max-width: 960px) {
  header#masthead.scroll-nav {
    padding: 0.625rem 0;
  }
}
header#masthead.scroll-nav .hdarea.cf {
  justify-content: space-between;
}
header#masthead.scroll-nav .nav-menu > li > a {
  font-size: 0.85rem;
  padding: 0.5rem 0;
}
header#masthead.scroll-nav .hdbtmr__label {
  display: none;
}
header#masthead.scroll-nav .header-image {
  transform: scale(0.8);
}
@media screen and (max-width: 960px) {
  header#masthead.scroll-nav .header-image {
    transform: unset;
  }
}
/* header#masthead.scroll-nav .logo_scrolled {
  display: block;
  width: 3.5rem;
} */

.site-header {
  height: 100px;
  transition: top 0.5ms;
}
@media screen and (max-width: 960px) {
  .site-header {
    height: 64px;
  }
}
.site-header .logo_scrolled {
  display: none;
}
.site-header__inner {
  height: 100%;
}

.hdarea.cf {
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .hdarea.cf {
    justify-content: space-between;
  }
}
.hdarea.cf:after {
  display: none;
}

.title {
  margin-right: auto;
  max-width: 250px;
  width: 21.5%;
}
@media screen and (max-width: 960px) {
  .title {
    height: 34px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .title {
    margin-right: 0;
    width: 50%;
    max-width: 175px;
  }
}
.title a {
  display: grid;
  place-items: center;
}

.main-navigation {
  margin-top: 0;
  height: 100%;
}

.menu-header-container {
  height: 100%;
}

.hdbtmr {
  min-width: 420px;
  margin: auto;
  padding-left: 0;
  width: 52%;
  height: 100%;
}
.hdbtmr ul {
  height: 100%;
}
.hdbtmr ul li {
  border: 0;
}
.hdbtmr ul > li {
  width: 20%;
  height: 100%;
}
.hdbtmr ul > li > a {
  align-items: center;
  display: flex;
  line-height: 1.5;
  padding: 16px 0;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.hdbtmr ul > li:first-child a::before {
  content: "";
  top: 15%;
  left: 0;
  height: 77%;
  background: var(--bg-light);
  width: 1px;
  display: block;
  position: absolute;
}
.hdbtmr ul > li:not(.u-arrow_right) > a::after {
  content: "";
  top: 15%;
  right: 0;
  height: 77%;
  background: var(--bg-light);
  width: 1px;
  display: block;
  position: absolute;
}
.hdbtmr__label {
  color: var(--accent-color);
  display: block;
  font-size: 0.5625rem;
  text-transform: uppercase;
  font-family: "Oswald";
}
.hdbtmr ul.sub-menu {
  background: var(--bg-content);
  max-width: 1366px;
  box-shadow: 0 0 0 100vmax var(--bg-content);
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax);
  transition: 0.8s;
}
.hdbtmr ul.sub-menu li {
  border: 0;
  border-right: 1px solid var(--bg-light);
  white-space: nowrap;
  width: fit-content;
  z-index: 100;
}
.hdbtmr ul.sub-menu li:first-child {
  border-left: 1px solid var(--bg-light);
}
.hdbtmr ul.sub-menu li a {
  font-size: 0.8rem;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  line-height: 1;
  padding: 0.25rem 1rem;
}
.hdbtmr ul.sub-menu li.current-menu-item a:before {
  content: none;
}
.hdbtmr .menu-item-has-children:hover .sub-menu {
  flex-wrap: wrap;
  gap: 0.75rem 0;
  height: auto;
  transition: 0.8s;
  padding: 1.5rem 228px;
}
@media (max-width: 1280px) {
  .hdbtmr .menu-item-has-children:hover .sub-menu {
    padding: 1.5rem 6.5rem;
    max-width: 720px;
  }
}
.submenu-label > .sub-menu::before {
  color: var(--accent-color);
  font-family: "Oswald";
  font-size: 0.8125rem;
  font-weight: 400;
  left: 60px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
@media (max-width: 1280px) {
  .submenu-label > .sub-menu::before {
    left: 30px;
  }
}

.submenu-label.submenu-label_product > .sub-menu::before {
  content: "Product";
}
.submenu-label.submenu-label_product > .sub-menu li:last-child {
  border: 0;
  position: absolute;
  right: 2.5rem;
  padding: 0;
}
@media (max-width: 1280px) {
  .submenu-label.submenu-label_product > .sub-menu li:last-child {
    right: 0;
  }
}
.submenu-label.submenu-label_product > .sub-menu li:last-child a {
  display: flex;
  padding: 0;
  flex-direction: row;
  line-height: 1.3;
}

.submenu-label.submenu-label_company > .sub-menu::before {
  content: "Company";
}

.submenu-label.submenu-label_contact > .sub-menu::before {
  content: "Contact";
}

.admin-bar .overlay {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .admin-bar .overlay {
    margin-top: 46px;
  }
}

.overlay {
  background: var(--bg-content);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.6s;
}
.overlay.show {
  opacity: 1;
  overflow: auto;
  pointer-events: auto;
  z-index: 1000;
}

.l-hum-menu {
  margin-left: auto;
}

.hamburger-menu {
  transition: 0.6s;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
  position: relative;
  z-index: 100;
  /* 重なり順を一番上にする */
  height: 32px;
  width: 26px;
}
@media screen and (max-width: 960px) {
  .hamburger-menu {
    height: 26px;
  }
}
/* .hamburger-menu.hide {
  display: none;
} */
.hamburger-menu__line,
.hamburger-menu__line::before,
.hamburger-menu__line::after {
  background: var(--text-color);
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  transition: all 0.3s ease-in-out;
  width: 26px;
}
.hamburger-menu__line {
  top: 7px;
}
@media screen and (max-width: 960px) {
  .hamburger-menu__line {
    top: 6px;
  }
}
.hamburger-menu__line::before {
  bottom: 7px;
}
@media screen and (max-width: 960px) {
  .hamburger-menu__line::before {
    bottom: 6px;
  }
}
.hamburger-menu__line::after {
  top: 7px;
}
@media screen and (max-width: 960px) {
  .hamburger-menu__line::after {
    top: 6px;
  }
}
.hamburger-menu__text {
  font-size: 10px;
  line-height: 1;
  text-align: center;
  font-family: "Oswald";
  bottom: 0;
  position: absolute;
}

.overlay.show .hamburger-menu#close {
  display: flex;
}
.overlay.show .hamburger-menu__line {
  background: transparent;
}
.overlay.show .hamburger-menu__line::before {
  bottom: 0;
  transform: rotate(30deg);
  opacity: 1;
}
.overlay.show .hamburger-menu__line::after {
  top: 0;
  transform: rotate(-30deg);
  opacity: 1;
}

.nav-header {
  background: var(--base-color);
  border-top: solid 6px var(--accent-color);
  height: 99.5px;
  padding: 0.75rem 0;
  width: 100%;
  position: fixed;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .nav-header {
    height: 4rem;
    border-top: solid 6px var(--base-color);
  }
}
.nav-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.l-cont_nav {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin: auto;
  max-width: 930px;
  padding: 11rem 30px 5rem;
}
@media screen and (max-width: 960px) {
  .l-cont_nav {
    padding: 11rem 40px 5rem;
  }
}
@media screen and (max-width: 480px) {
  .l-cont_nav {
    flex-direction: column;
    padding: 6.5rem 5% 5rem;
  }
}

.nav__l {
  width: 51%;
}
@media screen and (max-width: 960px) {
  .nav__l {
    width: 55%;
  }
}
@media screen and (max-width: 480px) {
  .nav__l {
    width: 100%;
  }
}

.nav__menu-wrap {
  width: 170px;
}
@media screen and (max-width: 480px) {
  .nav__menu-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .nav__menu-wrap1 .sub-menu a {
    padding: 0.5rem 1.875rem 0.5rem 0.5rem;
    border-bottom: 1px solid currentColor;
    position: relative;
    display: block;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 480px) {
  .nav__menu-wrap1 .sub-menu a::before {
    position: absolute;
    content: "\f061";
    right: 0.8125rem;
    color: currentColor;
    font-size: 0.5rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    line-height: 2;
  }
}
.nav__menu-wrap .sub-menu a[target="_blank"]::after {
  content: url(../img/icon-newtab.svg);
  line-height: 2;
  margin-left: 0.25rem;
}
@media screen and (max-width: 480px) {
  .nav__menu-wrap2 .sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .nav__menu-wrap2 .menu__cat .sub-menu .menu-item + .menu-item:nth-child(2) {
    margin-top: unset;
  }
}
@media screen and (max-width: 480px) {
  .nav__menu-wrap .product-btn {
    width: calc((100% - 10px) / 2);
    position: relative;
    background: var(--base-color);
    border: 1px solid currentColor;
  }
}
@media screen and (max-width: 480px) {
  .nav__menu-wrap .product-btn::after {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    right: -1px;
    bottom: -1px;
    background: var(--text-color);
    -webkit-clip-path: polygon(0 100%, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 100%, 0 100%, 100% 100%, 100% 0);
  }
}
@media screen and (max-width: 480px) {
  .nav__menu-wrap .product-btn a {
    display: flex;
    padding: 0.75rem 0.125rem;
    font-size: clamp(0.75rem, 2vw, 0.8125rem);
    height: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .nav__menu-wrap .product-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .nav__menu-wrap .product-btn_pump span::before,
  .nav__menu-wrap .product-btn_pam span::before {
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .nav__menu-wrap .product-btn_pump span::before,
  .nav__menu-wrap .product-btn_mixer span::before,
  .nav__menu-wrap .product-btn_pam span::before {
    zoom: 0.9;
  }
}
@media screen and (max-width: 480px) {
  .nav__menu-wrap .product-btn_pump span::before {
    content: url(../img/m-top-product__icon1.svg);
  }
}
@media screen and (max-width: 480px) {
  .nav__menu-wrap .product-btn_mixer span::before {
    content: url(../img/m-top-product__icon2.svg);
  }
}
@media screen and (max-width: 480px) {
  .nav__menu-wrap .product-btn_pam span:not([class])::before {
    content: url(../img/m-top-product__icon3.svg);
  }
}
.nav__menu-wrap .menu__cat > .sub-menu .menu-item + .product-all {
  margin-top: 1.875rem;
}
@media screen and (max-width: 480px) {
  .nav__menu-wrap .menu__cat > .sub-menu .menu-item + .product-all {
    margin-top: auto;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .nav__menu-wrap .product-all a {
    display: block;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.8125rem;
  }
}

.menu__cols {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .menu__cols {
    flex-direction: column;
    gap: 40px;
  }
}

.menu__label {
  color: #dc000c;
  display: block;
  font-family: "Oswald";
  font-size: 0.6875rem;
  font-weight: normal;
  padding-left: 0.125rem;
  text-transform: uppercase;
}

.menu__cat > a {
  border-bottom: 1px solid currentColor;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .menu__cat > a {
    border-bottom: 0;
    margin-bottom: 0.875rem;
    padding-bottom: 0;
  }
}
.menu__cat > .sub-menu .menu-item + .menu-item {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 480px) {
  .menu__cat > .sub-menu .menu-item + .menu-item {
    margin-top: 0.75rem;
  }
}

.nav__r {
  width: 30%;
}
@media screen and (max-width: 480px) {
  .nav__r {
    align-self: center;
    margin-top: 1.75rem;
    width: 95%;
  }
}
.nav__r .nav__co-name {
  margin-bottom: 0.3125rem;
}
.nav__r address {
  font-size: 0.8125rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 480px) {
  .nav__r address {
    margin-bottom: 0.5rem;
  }
}
.nav__r .nav__addr {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 480px) {
  .nav__r .nav__addr {
    gap: 0;
    margin-bottom: 1.75rem;
    padding: 0 10px;
  }
}
.nav__r .nav__tel-link {
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .nav__r .nav__tel-link {
    font-size: 1rem;
  }
}
.nav__r .btn__menu-wrap {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 480px) {
  .nav__r .btn__menu-wrap {
    margin-bottom: 1.25rem;
  }
}
.nav__r .btn__menu-wrap > .menu-item + .menu-item {
  margin-top: 1.25rem;
}
@media screen and (max-width: 480px) {
  .nav__r .btn__menu-wrap > .menu-item + .menu-item {
    margin-top: 0.625rem;
  }
}
.nav__r .btn__menu-wrap > .menu-item > a {
  line-height: 2.5;
  width: 160px;
}
@media screen and (max-width: 480px) {
  .nav__r .btn__menu-wrap > .menu-item > a {
    width: 100%;
    line-height: 3.5714285714;
  }
}
.nav__r .nav__en {
  font-size: 0.8333em;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .nav__r .nav__en {
    font-size: 0.8125rem;
  }
}
.nav__r .nav__en-text {
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 480px) {
  .nav__r .nav__en-text {
    line-height: 1.5;
  }
}

.nav__tel {
  white-space: nowrap;
}

.nav__tel-link {
  align-items: center;
  display: inline-flex;
  font-family: "Oswald";
}
.nav__tel-link .fa-phone-flip {
  font-size: 0.8125rem;
  margin-right: 0.375rem;
}
@media screen and (max-width: 480px) {
  .nav__tel-link .fa-phone-flip {
    font-size: 0.625rem;
  }
}

.nav__represent {
  font-size: 0.6875rem;
  margin-left: 0.25rem;
}

.nav__heading {
  font-size: 1rem;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  font-family: "Oswald";
  color: var(--nav-heading-color);
}
@media screen and (max-width: 480px) {
  .nav__heading {
    margin-bottom: 1.25rem;
  }
}

.nav__addr {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 480px) {
  .nav__addr {
    gap: 0.75rem;
  }
}

.nav__co-name {
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .nav__co-name {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .nav__info {
    width: 90%;
    align-self: center;
    margin-top: 1.75rem;
  }
}

.nav__banner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .nav__banner-list {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .nav__banner-list {
    gap: 10px;
    width: 95%;
    margin: auto;
  }
}

.nav__banner-wrap {
  width: calc((100% - 1.25rem) / 2);
}
@media screen and (max-width: 480px) {
  .nav__banner-wrap {
    width: 100%;
  }
}

.nav__banner {
  display: block;
}

.btn__menu-wrap > .menu-item > a {
  background: var(--base-color);
  border: 1px solid var(--text-color);
  border-radius: 0;
  color: var(--text-color);
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: center;
}

.ftla li:last-child a {
  background: var(--base-color);
}

.ftla a:after {
  display: none;
}

@media screen and (max-width: 960px) {
  div#navwrap {
    background: none;
    border-top: 0;
    box-shadow: none;
    padding: 0;
    position: static;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 960px) {
  .spnavtit {
    padding: 0;
  }
}

@media screen and (max-width: 960px) {
  .spbtnwrap {
    padding-top: 0;
    zoom: 1;
  }
}

@media screen and (max-width: 960px) {
  .center.sptitle {
    background: var(--base-color);
    padding: 1.25rem;
    text-align: left;
  }
}

@media screen and (max-width: 960px) {
  .center.sptitle a {
    max-width: 175px;
    width: 50%;
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .center.sptitle img {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .spinfo {
    background: var(--bg-content);
  }
}

.header {
  background: url(../img/header__bg.jpg) center/cover no-repeat;
  height: 6.25rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .header {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  .header {
    height: 4rem;
    background-position: center left;
  }
}
.header__title {
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Oswald";
  font-size: 1.625rem;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .header__title {
    font-size: 0.875rem;
  }
}
.header__title::first-letter {
  color: var(--accent-color);
}
.header__label,
.header .m-en-heading__label {
  display: block;
  font-size: 0.6875rem;
}

.sidebar__title {
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  font-family: "Oswald";
}
.sidebar__title::first-letter {
  color: var(--accent-color);
}

.sidebar__label {
  display: block;
  font-size: 0.8125rem;
  font-family: "Zen Kaku Gothic New";
}

.sidebar__cont {
  padding-left: 1.25rem;
}
.sidebar__cont + .sidebar__title {
  margin-top: 3.75rem;
}
.sidebar__cont li {
  font-size: 0.8125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar__cont li:before {
  content: url(../img/sidebar__cont_li.svg);
  margin-right: 0.25em;
}
.sidebar__cont li + li {
  margin-top: 0.8125rem;
}

.m-searchform {
  display: flex;
}
.m-searchform__keyword {
  border-radius: 0;
  border-right: 0;
  width: 100%;
}
.m-searchform__btn {
  background: none;
  border-left: 0;
  border-radius: 0;
  line-height: 1;
  padding: 0.6875rem 0.625rem;
}

.bread {
  color: var(--text-color);
  font-size: 0.667rem;
  font-weight: 200;
  margin: 0 auto 4rem;
  max-width: 1046px;
  padding: 0.625rem 1rem;
}
.bread__inner {
  max-width: 400px;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-align: right;
  text-overflow: ellipsis;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .bread {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .bread {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 2.5rem;
  }
}
.bread__inner > span {
  display: inline;
}

.m-breadcrumbs-wrap {
  padding: 0.625rem 1rem;
}
.m-breadcrumbs-wrap .aioseo-breadcrumbs {
  font-size: 0.667rem;
  font-weight: 200;
  text-align: right;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.footer {
  background: var(--bg-main);
  color: var(--base-color);
  padding: 0;
  position: relative;
  z-index: 2;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6.25rem;
  padding-top: 3.75rem;
}
@media screen and (max-width: 960px) {
  .footer__inner {
    padding-bottom: 3rem;
    padding-top: 3rem;
    flex-direction: column;
  }
}
.footer__inner.cf:after {
  display: none;
}
.footer__l {
  width: 36%;
}
@media screen and (max-width: 960px) {
  .footer__l {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.footer__heading {
  font-size: 1.625rem;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}
.footer__heading span {
  font-family: "Oswald";
}
.footer__menu-cols {
  display: flex;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 960px) {
  .footer__menu-cols {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .footer__menu-cols {
    display: none;
  }
}
.footer__menu-wrap {
  width: 170px;
}
@media screen and (max-width: 960px) {
  .footer__menu-wrap {
    width: 47%;
  }
}
.footer .sub-menu {
  font-weight: normal;
}
.footer .sub-menu__privacy {
  display: none;
}
@media screen and (max-width: 480px) {
  .footer__meta {
    width: 95%;
    margin: auto;
  }
}
.footer__logo {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 480px) {
  .footer__logo {
    max-width: 200px;
  }
}
.footer address {
  font-size: 0.867rem;
  font-weight: normal;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 480px) {
  .footer address {
    font-size: 0.8125rem;
  }
}
.footer .nav__tel {
  font-weight: normal;
}
.footer .nav__tel-link {
  font-size: 1.125rem;
}
.footer .nav__tel-link .fa-phone-flip {
  font-size: 0.8125rem;
  margin-right: 0.375rem;
}
.footer__r {
  width: 53%;
}
@media screen and (max-width: 960px) {
  .footer__r {
    width: 100%;
  }
}
.footer__r .btn__menu-wrap {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  margin-bottom: 1.875rem;
  flex-wrap: wrap;
}
.footer__r .btn__menu-wrap .menu-item {
  width: calc((100% - 1.25rem) / 2);
}
.footer__r .btn__menu-wrap > .menu-item > a {
  font-size: 1rem;
  padding: 0.75rem;
  width: 100%;
}
.footer__contact-us {
  margin-bottom: 3.75rem;
}
.footer .footer__heading_contact {
  margin-right: 1.75rem;
}
.footer__privacy {
  font-size: 0.8rem;
  font-weight: normal;
  display: inline-block;
}
.footer .nav__en {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 2;
}
.footer .nav__en-text {
  margin-bottom: 0.375rem;
}
.footer__link-list {
  display: none;
  font-weight: normal;
  font-size: 0.6875rem;
  max-width: 95%;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .footer__link-list {
    display: flex;
  }
}
.footer-sp__menu-wrap {
  display: flex;
}
.footer-sp__menu-wrap li {
  margin-right: 1.25rem;
}
.footer__bottom {
  color: var(--base-color);
  background: var(--bg-bottom);
  font-family: "Oswald";
  font-weight: 200;
  letter-spacing: 0.05em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
@media screen and (max-width: 480px) {
  .footer__copy {
    font-size: 0.625rem;
  }
}

.m-btn-wrap {
  max-width: 330px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m-btn-wrap .m-main-btn .wp-block-button__link {
  font-size: 1rem;
  font-weight: 500;
  padding: 1.5rem !important;
}

.m-btn-wrap__r {
  max-width: 330px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.m-btn-wrap__r .m-main-btn .wp-block-button__link {
  font-size: 1rem;
  font-weight: 500;
  padding: 1.5rem !important;
}

.m-main-btn {
  width: 100%;
}
.m-main-btn .wp-block-button__link {
  background-color: var(--base-color) !important;
  border: 1px solid currentColor;
  border-radius: 0;
  color: var(--text-color);
  display: block;
  width: 100%;
  background-image: none !important;
}

.m-websticker {
  font-size: 0.733rem;
  text-align: center;
}
/* .m-websticker > a:first-of-type {
  display: block;
  width: fit-content;
  margin-inline: auto;
} */
.m-pic-btn {
  margin-top: 1rem;
}
.m-pic-btn a {
  position: relative;
}
.m-pic-btn a::after {
  content: url(../img/m-pic-btn_after.svg);
  position: absolute;
  right: 1.25em;
  top: calc(50% - 8px);
}

.btn-effect a,
.btn-effect .wp-block-button__link {
  position: relative;
  overflow: hidden;
  transition: 1s;
}
.btn-effect a::before,
.btn-effect .wp-block-button__link::before {
  position: absolute;
  top: 0;
  left: -25%;
  width: 200%;
  height: 500%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: var(--text-color);
}
.btn-effect.btn-effect_pam a::before {
  background: var(--navy-color);
}
.btn-effect a:hover,
.btn-effect .wp-block-button__link:hover {
  color: var(--base-color) !important;
  background: var(--text-color) !important;
  opacity: 1;
}
.btn-effect.btn-effect_pam a:hover {
  background: var(--navy-color) !important;
}
.btn-effect a:hover::before,
.btn-effect .wp-block-button__link:hover::before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.btn-effect span {
  position: relative;
  z-index: 2;
}
.btn-effect.u-arrow_right a::after {
  position: relative;
}
.btn-effect.m-angle-btn a:hover::after {
  border-color: transparent transparent var(--base-color) transparent;
}
@media screen and (max-width: 960px) {
  .btn-effect a:hover,
  .btn-effect .wp-block-button__link:hover {
    color: var(--text-color) !important;
    background: var(--base-color) !important;
  }
  .btn-effect a::before,
  .btn-effect .wp-block-button__link::before {
    content: none;
  }
  .btn-effect.btn-effect_pam a:hover {
    color: var(--navy-color) !important;
    background: var(--base-color) !important;
  }
  .btn-effect a:hover::before,
  .btn-effect .wp-block-button__link:hover::before {
    content: none;
  }
  .btn-effect.m-angle-btn a:hover::after {
    border-color: transparent transparent var(--text-color) transparent;
  }
}

/*
  layout
-----------------------------------------------------*/
.pc {
  display: block;
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .tab-only {
    display: block;
  }
}

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

.flex {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
}

.flex__item50 {
  width: 50%;
}

.l-cont_lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .l-cont_lg {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.l-cont_md,
.m-top-product > .wp-block-group__inner-container,
.m-cta .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px !important;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .l-cont_md,
  .m-top-product > .wp-block-group__inner-container,
  .m-cta .wp-block-group__inner-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.l-cont_door {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .l-cont_door {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.l-cont_sm,
.m-pam-case > .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1014px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .l-cont_sm,
  .m-pam-case > .wp-block-group__inner-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.l-cont_xs,
.m-pam-trial > .wp-block-group__inner-container,
.m-pam-spec > .wp-block-group__inner-container,
.m-pam-overview > .wp-block-group__inner-container,
.p-company .l-cont_co-sec {
  margin-left: auto;
  margin-right: auto;
  max-width: 830px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .l-cont_xs,
  .m-pam-trial > .wp-block-group__inner-container,
  .m-pam-spec > .wp-block-group__inner-container,
  .m-pam-overview > .wp-block-group__inner-container,
  .p-company .l-cont_co-sec {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.l-post {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 960px) {
  .l-post {
    flex-direction: column;
    gap: 5rem;
    margin-bottom: 5rem;
  }
}
.l-post_l {
  width: 67%;
}
@media screen and (max-width: 960px) {
  .l-post_l {
    width: 100%;
  }
}
.l-post_r {
  width: 25%;
}
@media screen and (max-width: 960px) {
  .l-post_r {
    width: 100%;
  }
}

/*
  Module
-----------------------------------------------------*/
.m-main-heading {
  font-size: 2.1428571429em;
  font-weight: 500;
  margin: 0 auto 3rem;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .m-main-heading {
    font-size: 1rem;
    margin: 0 auto 1.25rem;
  }
}
.m-main-heading:not(.m-cta__heading) > span:last-child {
  font-size: 0.4em;
  font-family: "Oswald";
  color: var(--accent-color);
  letter-spacing: 0;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .m-main-heading:not(.m-cta__heading) > span:last-child {
    font-size: 0.625em;
    margin-top: 0.125rem;
  }
}

.m-en-heading {
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald";
}
@media screen and (max-width: 960px) {
  .m-en-heading {
    margin-bottom: 2rem;
  }
}
.m-en-heading::first-letter {
  color: var(--accent-color);
}
.m-en-heading__label {
  display: block;
  font-size: 0.867rem;
  font-family: "Zen Kaku Gothic New";
}

.m-post__heading {
  font-size: 1rem;
  font-weight: bold;
  padding-left: 1.25rem;
}
@media screen and (max-width: 960px) {
  .search-no-results .m-post__heading {
    padding-left: 0;
  }
}
.m-post__list-wrap {
  margin: 3.125rem 0;
}
.m-post__item {
  align-items: baseline;
  border-top: 1px dashed var(--light-gray);
  display: flex;
  padding: 1rem;
}
@media screen and (max-width: 480px) {
  .m-post__item {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.m-post__item:last-child {
  border-bottom: 1px dashed var(--light-gray);
}
.m-post__date {
  margin-right: 1.75rem;
  font-size: 0.8rem;
  font-weight: normal;
  width: 3.75rem;
  font-family: "Oswald";
}
@media screen and (max-width: 480px) {
  .m-post__date {
    font-size: 0.6875rem;
    margin-right: 0.5rem;
    width: 3rem;
  }
}
.m-post__title {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 10.25rem);
}
@media screen and (max-width: 480px) {
  .m-post__title {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

.single .post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.m-post__item .post-categories {
  margin-right: 1.75rem;
}
.m-post__item .post-categories li + li {
  margin-top: 2px;
}
.post-categories a {
  background: var(--accent-color);
  color: var(--base-color);
  display: block;
  font-size: 0.733rem;
  font-family: "Oswald";
  font-weight: 200;
  letter-spacing: 0;
  padding: 0.25rem 0.25rem;
  text-align: center;
  width: 5rem;
}
@media screen and (max-width: 480px) {
  .post-categories a {
    font-size: 0.625rem;
    padding: 0 0.25rem;
    width: 4rem;
  }
}

ul.page-numbers {
  align-items: center;
  display: flex;
  justify-content: center;
}
ul.page-numbers .current {
  color: var(--light-gray);
}
ul.page-numbers a.page-numbers,
ul.page-numbers span.page-numbers {
  margin: 0 0.625rem;
}
ul.page-numbers .next {
  background: url(../img/arrow_r.svg) center/cover no-repeat;
  margin: 0 0 0 1.35rem;
}
ul.page-numbers .prev {
  background: url(../img/arrow_l.svg) center/cover no-repeat;
  margin: 0 1.25rem 0 0;
}
ul.page-numbers a.next,
ul.page-numbers a.prev {
  display: block;
  height: 0.875rem;
  text-decoration: none;
  width: 0.875rem;
}

.m-certificate {
  background: var(--bg-main);
  color: var(--base-color);
  padding: 2rem;
  text-align: center;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .m-certificate {
    padding: 2rem 1rem;
  }
}
.m-certificate p {
  line-height: 1.5;
}
.m-certificate p:not([class]) {
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .m-certificate p:not([class]) {
    font-size: 0.8125rem;
  }
}
.m-certificate p + p {
  margin-top: 0.625rem;
}
@media screen and (max-width: 480px) {
  .m-certificate p + p {
    margin-top: 0.5rem;
  }
}
.m-certificate__tel {
  display: inline-block;
  font-size: 1.5rem;
  padding-left: 1.375rem;
  position: relative;
  font-weight: normal;
  font-family: "Oswald";
}
.m-certificate__tel::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-size: 0.875rem;
  font-weight: 900;
  left: 0;
  line-height: 1.3;
  position: absolute;
  top: calc(50% - 7px);
}

.m-complete-contact {
  background: var(--light-color);
  gap: 0;
  margin-bottom: 6.25rem;
  padding: 2.5rem;
}
.m-complete-contact .m-complete-contact__desc {
  font-size: 1.1em;
  line-height: 2.5;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 480px) {
  .m-complete-contact .m-complete-contact__desc {
    font-size: 0.8125rem;
    line-height: 2;
  }
}
.m-complete-contact .m-complete-contact__reception {
  font-size: 1rem;
  line-height: 2;
  margin: 1.875rem auto 0.625rem;
  text-align: center;
}
.m-complete-contact .m-complete-contact__num {
  gap: 0;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .m-complete-contact .m-complete-contact__num {
    flex-direction: column;
  }
}
.m-complete-contact__tel,
.m-complete-contact__fax {
  font-size: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  font-family: "Oswald";
}
.m-complete-contact .m-complete-contact__fax {
  margin-left: 1.875rem;
}
@media screen and (max-width: 480px) {
  .m-complete-contact .m-complete-contact__fax {
    margin-left: 0;
  }
}
.m-complete-contact__tel::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-size: 0.875rem;
  font-weight: 900;
}
.m-complete-contact__fax::before {
  content: url(../img/m-complete-contact__fax.svg);
  line-height: 0;
  width: 0.875rem;
}
.m-complete-contact__tel::before,
.m-complete-contact__fax::before {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.m-check-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 683px;
  width: 100%;
  background: var(--bg-light);
  padding: 40px 6%;
}
.m-check-list li {
  padding-left: 1.5rem;
  position: relative;
  max-width: 530px;
  width: 100%;
  margin: auto;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 2.286;
}
@media screen and (max-width: 480px) {
  .m-check-list li {
    font-size: 0.8125rem;
  }
}
.m-check-list li + li {
  margin-top: 0.8125rem;
}
.m-check-list li::before {
  content: url(../img/m-check-list__li_before.svg);
  left: 0;
  position: absolute;
  position: absolute;
}

.m-angle-btn .wp-block-button__link {
  background: var(--base-color) !important;
  border: 1px solid var(--text-color);
  border-radius: 0;
  color: var(--text-color);
  display: block;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: clamp(0.8125rem, 2 * var(--vw), 1.25rem);
  font-weight: 500;
  justify-content: center;
  padding-bottom: 1.375rem;
  padding-top: 1.375rem;
  position: relative;
}
.m-angle-btn a:after {
  border-color: transparent transparent var(--text-color) transparent;
  border-style: solid;
  border-width: 0 0 10px 10px;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
}
@media screen and (max-width: 480px) {
  .m-angle-btn a:after {
    border-width: 0 0 7px 7px;
  }
}

.m-icon-btn__icon {
  display: block;
  margin: auto;
  padding-left: 1.75rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.m-icon-btn__icon_contact::before,
.m-icon-btn__icon_request::before {
  left: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .m-icon-btn__icon_contact::before,
  .m-icon-btn__icon_request::before {
    transform: translateY(-50%) scale(0.8);
  }
}
.m-icon-btn__icon_contact::before {
  content: url(../img/m-cta__icon_contact.svg);
}
.m-icon-btn__icon_request::before {
  content: url(../img/m-cta__icon_request.svg);
}

.m-cta {
  padding-bottom: 5rem;
  padding-top: 3.125rem;
}
@media screen and (max-width: 480px) {
  .m-cta {
    padding-bottom: 5rem;
    padding-top: 2.5rem;
  }
}
.m-cta__heading {
  margin-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 2.1428571429em;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 480px) {
  .m-cta__heading {
    margin-bottom: 2.5rem;
    font-size: 1rem;
  }
}
.m-cta .m-cta__btns {
  align-items: stretch;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 896px;
}
@media screen and (max-width: 480px) {
  .m-cta .m-cta__btns {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.m-cta .m-angle-btn {
  display: flex;
  width: 46.5%;
}
@media screen and (max-width: 480px) {
  .m-cta .m-angle-btn {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .m-cta .m-angle-btn .wp-block-button__link {
    font-size: 1rem;
    padding: 1rem;
  }
}

.m-catalog_col2 {
  margin: 3.125rem auto;
  max-width: 640px;
  padding: 2.5em 3em 3.5em;
}
@media screen and (max-width: 480px) {
  .m-catalog_col2 {
    padding: 1.5rem;
  }
}
.m-catalog_col2 .m-catalog__title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  text-align: center;
}
.m-catalog_col2 .m-catalog__list {
  max-width: 500px;
}
.m-catalog_col2 .m-catalog__item {
  width: 40%;
}
@media screen and (max-width: 480px) {
  .m-catalog_col2 .m-catalog__item {
    width: 45%;
  }
}
.m-catalog_col2 .m-catalog__item:not(:nth-child(3n + 1)) {
  margin: auto;
}
.m-catalog_col2 .m-catalog__item:nth-child(even) {
  margin-left: 20%;
}
@media screen and (max-width: 480px) {
  .m-catalog_col2 .m-catalog__item:nth-child(even) {
    margin-left: 10%;
  }
}
.m-catalog_col2 .m-catalog__item:nth-child(n + 3) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 480px) {
  .m-catalog_col2 .m-catalog__item:nth-child(n + 3) {
    margin-top: 5rem;
  }
}
.m-catalog_col2.m-catalog-checked .m-catalog__item:not(:nth-child(3n + 1)) {
  margin-bottom: 0;
}

.m-catalog__list-pamConnect {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.m-catalog {
  background: var(--light-color);
  color: var(--text-color);
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
  padding: 2.5rem 7% 3.125rem;
}
.m-catalog__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
}
.m-catalog__item {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  width: 22.3%;
}
@media screen and (max-width: 480px) {
  .m-catalog__item {
    align-items: center;
    max-width: 45%;
    width: 45%;
  }
}
.m-catalog__item:not(:nth-child(3n + 1)) {
  margin-left: 16.55%;
}
@media screen and (max-width: 480px) {
  .m-catalog__item:not(:nth-child(3n + 1)) {
    margin-left: unset;
  }
}
@media screen and (max-width: 480px) {
  .m-catalog__item:nth-child(even) {
    margin-left: 10%;
  }
}
.m-catalog__label-wrap {
  width: 100%;
}
.m-catalog__label-wrap label {
  align-items: flex-start;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  height: 5rem;
  justify-content: flex-start;
  line-height: 1.4;
}
.m-catalog input::before {
  top: 2px;
  left: 2px;
}
@media screen and (max-width: 480px) {
  .m-catalog input::before {
    width: 0.75rem;
    height: 0.75rem;
    top: 3px;
    left: 3px;
  }
}
.m-catalog input::after {
  top: 0.375rem;
  left: 0.3125rem;
}
.m-catalog__caption {
  font-size: 0.867rem;
  font-weight: 100;
  line-height: 1.7;
  margin-top: 0.4rem;
}

/*
  Utility
-----------------------------------------------------*/
.u-arrow_right a::after {
  content: url(../img/u-arrow_right.svg);
  line-height: 1.3;
  margin-left: 0.5em;
  vertical-align: text-top;
}

.u-border_b {
  border-bottom: 1px solid var(--text-color);
}

.u-box-shadow,
.m-catalog__item img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.u-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-color_accent {
  color: var(--accent-color);
}

.u-display_none {
  display: none;
}

.u-font_en {
  font-family: "Oswald";
}

.u-inline-block {
  display: inline-block;
}

.u-input-wid_full {
  width: 100%;
}

.u-input-wid_short {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .u-input-wid_short {
    width: 100%;
  }
}

.u-left {
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  .u-left {
    margin-left: auto;
  }
}

.u-img_left {
  margin-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .u-img_left {
    margin-left: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .u-img_left {
    margin-bottom: 1.25rem;
  }
}

.u-m_0 {
  margin: 0;
}

.u-m_auto {
  margin-left: auto;
  margin-right: auto;
}

.u-mb_xl {
  margin-bottom: 9.375rem !important;
}
@media screen and (max-width: 480px) {
  .u-mb_xl {
    margin-bottom: 6.25rem !important;
  }
}

.u-mb_xxl {
  margin-bottom: 12.5rem !important;
}
@media screen and (max-width: 480px) {
  .u-mb_xxl {
    margin-bottom: 10rem !important;
  }
}

.u-mb_xl {
  margin-bottom: 9.375rem !important;
}

.u-mb_lg {
  margin-bottom: 6.25rem !important;
}

.u-mb_md {
  margin-bottom: 3.125rem !important;
}
@media screen and (max-width: 480px) {
  .u-mb_md {
    margin-bottom: 2.5rem !important;
  }
}

.u-mb_sm {
  margin-bottom: 1.875rem !important;
}

.u-mb_xs {
  margin-bottom: 1.875rem !important;
}
@media screen and (max-width: 480px) {
  .u-mb_xs {
  margin-bottom: 0.875rem !important;
  }
}

.u-mb_0 {
  margin-bottom: 0;
}

.u-mr_0 {
  margin-right: 0 !important;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .u-mr_0 {
    margin-right: auto !important;
  }
}

.u-mt_md {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .u-mt_md {
    margin-top: 40px;
  }
}

.u-mt_sm {
  margin-top: 30px !important;
}

.u-p_0 {
  padding: 0 !important;
}

@media screen and (max-width: 480px) {
  .u-p_sp_0 {
    padding: 0 !important;
  }
}

.u-pb_xl {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 480px) {
  .u-pb_xl {
    padding-bottom: 5rem;
  }
}

.u-pb_lg {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 480px) {
  .u-pb_lg {
    padding-bottom: 6rem;
  }
}

.u-pb_md {
  padding-bottom: 6.25rem;
}

.u-pb_sm {
  padding-bottom: 6.25rem;
}

.u-pb_xs {
  padding-bottom: 3.125rem;
}

.u-pl_10per {
  padding-left: 10%;
}

.u-text_bold {
  font-weight: 700;
}

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

.u-text_hyphen {
  padding-left: 0.75em;
  padding-right: 0.75em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.u-text_hyphen::before,
.u-text_hyphen::after {
  color: currentColor;
  font-size: inherit;
  font-weight: bold;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}
.u-text_hyphen::before {
  content: "-";
  left: 0.375em;
}
.u-text_hyphen::after {
  content: "-";
  right: 0;
}

.u-text_medium {
  font-weight: 500;
}

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

.u-text_transform {
  text-transform: uppercase;
}

.u-text_underline {
  text-decoration: underline;
}

/* =====================================================
  Page
===================================================== */
/*
  front page
-----------------------------------------------------*/
.p-top.site-content {
  margin-top: 0;
}
.p-top .m-en-heading {
  font-size: 2.25rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 480px) {
  .p-top .m-en-heading {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .p-top .m-en-heading .u-text_hyphen {
    font-size: 0.625rem;
  }
}
.p-top section:not(.m-top-video) {
  position: relative;
  z-index: 1;
}

.m-top-video {
  height: 83vh;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .m-top-video {
    height: 40vh;
  }
}
.m-top-video > .wp-block-group__inner-container {
  position: fixed;
  width: calc(100 * var(--vw));
}
.m-top-video__copy {
  color: var(--base-color);
  font-size: 40px;
  font-weight: 500;
  left: 50%;
  letter-spacing: 0.05em;
  position: absolute;
  top: calc(50vh - 80px);
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .m-top-video__copy {
    font-size: 1.3rem;
    top: calc(25vh - 30px);
  }
}

.m-top-video .wp-block-video,
.m-top-video .wp-block-image {
  position: relative;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  height: 100vh;
  margin-bottom: 0;
}
.m-top-video .wp-block-video::after,
.m-top-video .wp-block-image::after {
  position: relative;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../img/m-top-video__bg.png);
  background-repeat: repeat;
  background-color: rgba(19, 35, 77, 0.5);
  display: block;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .m-top-video .wp-block-video::after,
  .m-top-video .wp-block-image::after {
    height: 50vh;
  }
}
.m-top-video video,
.m-top-video img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
  width: calc(100 * var(--vw));
}
@media screen and (max-width: 480px) {
  .m-top-video video,
  .m-top-video img {
    height: 50vh;
  }
}
.m-top-video video {
  z-index: -2;
}
.m-top-video img {
  z-index: -3;
}

.m-top-post {
  background: linear-gradient(
    transparent 0%,
    transparent 35%,
    #fff 35%,
    #fff 100%
  );
  padding-bottom: 1.5rem;
  padding-left: 7rem;
  padding-right: 7rem;
}
@media screen and (max-width: 960px) {
  .m-top-post {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media screen and (max-width: 480px) {
  .m-top-post {
    background: linear-gradient(
      transparent 0%,
      transparent 20%,
      #fff 20%,
      #fff 100%
    );
    padding-left: 5%;
    padding-right: 5%;
  }
}
.m-top-post .wp-block-group__inner-container {
  background: var(--base-color);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 844px;
  padding: 40px 3% 56px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .m-top-post .wp-block-group__inner-container {
    padding: 40px 5% 56px;
  }
}
@media screen and (max-width: 480px) {
  .m-top-post .wp-block-group__inner-container {
    flex-direction: column;
    padding: 1.5rem 1.5rem 3.125rem;
  }
}
.m-top-post__heading {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: left;
}
.m-top-post .m-post__list {
  width: calc(91% - 80px);
}
@media screen and (max-width: 480px) {
  .m-top-post .m-post__list {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .m-top-post .m-post__item {
    flex-wrap: wrap;
    gap: 0.5rem 0;
    padding: 1rem 0;
  }
}
.m-top-post__all {
  bottom: -1.5rem;
  position: absolute;
  right: -100px;
}
@media screen and (max-width: 960px) {
  .m-top-post__all {
    right: -1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .m-top-post__all {
    right: 50%;
    transform: translateX(50%);
    white-space: nowrap;
  }
}
.m-top-post__all a {
  background: var(--base-color);
  border: 1px solid currentColor;
  display: block;
  font-weight: 500;
  padding: 0.625rem 0.875rem;
}
@media screen and (max-width: 480px) {
  .m-top-post__all a {
    line-height: 1.5;
    font-size: 0.8125rem;
  }
}

.m-top-carousel {
  background: var(--base-color);
  padding-block: 6.25rem;
}
@media screen and (max-width: 960px) {
  .m-top-carousel {
    padding-block: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .m-top-carousel {
    padding: 2.5rem 0 4rem;
  }
}
.m-top-carousel > .wp-block-group__inner-container {
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.m-top-carousel .slick-slider .slick-list {
  padding-bottom: 10px;
}
/* Default slide width for 3 slides */
.m-top-carousel .slick-slide {
  width: calc(100% / 3 - 20px) !important;
}

/* Adjust slide width for 2 slides */
@media (max-width: 1024px) {
  .m-top-carousel .slick-slide {
    width: calc(100% / 2 - 20px) !important;
  }
}

/* Adjust slide width for 1 slide */
@media (max-width: 480px) {
  .m-top-carousel .slick-slide {
    width: calc(100% - 20px) !important;
  }
}
.m-top-carousel .slide-items {
  display: flex;
  margin: auto;
  justify-content: center;
}
.m-top-carousel .slide-items li {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-left: 10px;
  margin-right: 10px;
}
.m-top-carousel .slide-items img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.m-top-carousel .slick-arrow:before {
  content: "" !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
.m-top-carousel .slick-next {
  right: -40px;
}
.m-top-carousel .slick-prev {
  left: -40px;
}
.m-top-carousel .slick-next:before {
  background: url(../img/carousel-btn.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.m-top-carousel .slick-prev:before {
  background: url(../img/carousel-btn.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transform: rotate(180deg);
}
.m-top-carousel .slick-dots {
  left: 50%;
  transform: translateX(-50%);
}
.m-top-carousel .slick-dots li {
  box-shadow: none;
  margin-left: 3px !important;
  margin-right: 3px !important;
}
.m-top-carousel .slick-dots li:only-child {
  display: none;
}
.m-top-carousel .slick-dots li button {
  position: relative;
}
.m-top-carousel .slick-dots li button:before {
  border: 1px solid var(--text-color);
  border-radius: 50%;
  color: transparent;
  height: 8px;
  left: calc(50% - 5px);
  opacity: 1;
  top: calc(50% - 5px);
  width: 8px;
}
.m-top-carousel .slick-dots li.slick-active button:before {
  border: 1px solid var(--accent-color);
  border-radius: 50%;
  color: transparent;
  height: 8px;
  left: calc(50% - 5px);
  opacity: 1;
  top: calc(50% - 5px);
  width: 8px;
}

.m-top-product {
  background: var(--bg-light);
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}
@media screen and (max-width: 480px) {
  .m-top-product > .wp-block-group__inner-container {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.m-top-product .u-text_hyphen {
  margin-left: auto;
  margin-right: auto;
}
.m-top-product__btns {
  gap: 1.75rem 0;
  margin-bottom: 3.125rem;
}
body .is-layout-flex.m-top-product__btns {
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .m-top-product__btns {
    gap: 1rem 0;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .m-top-product__btns {
    gap: 0.75rem 0;
  }
}
.m-top-product__btn {
  width: 31.6%;
}
@media screen and (max-width: 960px) {
  .m-top-product__btn {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .m-top-product__btn {
    width: calc((100% - 12px) / 2);
  }
}
.m-top-product__btn:not(:nth-child(3n)) {
  margin-right: 2.6%;
}
@media screen and (max-width: 960px) {
  .m-top-product__btn:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .m-top-product__btn:not(:nth-child(2n)) {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .m-top-product__btn:not(:nth-child(2n)) {
    margin-right: 0.75rem;
  }
}
.m-top-product__btn .wp-block-button__link {
  font-size: clamp(0.75rem, 2 * var(--vw), 1.125rem);
  height: 100%;
  padding: 1rem 0.125rem;
}
.m-top-product__btn:hover .m-top-product__icon1::before {
  content: url(../img/m-top-product__icon1_hover.svg);
}
.m-top-product__btn:hover .m-top-product__icon2::before {
  content: url(../img/m-top-product__icon2_hover.svg);
}
.m-top-product__btn:hover .m-top-product__icon3::before {
  content: url(../img/m-top-product__icon3_hover.svg);
}
.m-top-product__icon {
  margin: auto;
  padding-left: 2.25rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .m-top-product__icon {
    padding-left: 2rem;
  }
  .m-top-product__btn:hover .m-top-product__icon1::before {
    content: url(../img/m-top-product__icon1.svg);
  }
  .m-top-product__btn:hover .m-top-product__icon2::before {
    content: url(../img/m-top-product__icon2.svg);
  }
  .m-top-product__btn:hover .m-top-product__icon3::before {
    content: url(../img/m-top-product__icon3.svg);
  }
}
.m-top-product__icon1::before {
  content: url(../img/m-top-product__icon1.svg);
  left: 0;
  position: absolute;
  top: calc(50% - 0.8125rem);
}
.m-top-product__icon2::before {
  content: url(../img/m-top-product__icon2.svg);
  left: 0;
  position: absolute;
  top: calc(50% - 0.8125rem);
}
.m-top-product__icon3::before {
  content: url(../img/m-top-product__icon3.svg);
  left: 0;
  position: absolute;
  top: calc(50% - 0.8125rem);
}
.m-top-product__link {
  font-size: 1.067rem;
  font-weight: 500;
  text-align: right;
}
.m-top-product .m-view-all {
  font-size: 1.125rem;
}

.m-top-columns {
  background: var(--base-color);
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 480px) {
  .m-top-columns {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.m-top-columns .wp-block-columns.is-not-stacked-on-mobile {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .m-top-columns .wp-block-columns.is-not-stacked-on-mobile {
    flex-direction: column;
    gap: 0;
  }
}
.m-top-columns .wp-block-column:first-child {
  margin-right: calc(6% - 2em);
}
@media screen and (max-width: 480px) {
  .m-top-columns .wp-block-column:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .m-top-columns .wp-block-column + .wp-block-column {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .m-top-columns .u-pl_10per {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .m-top-columns .m-en-heading {
    padding-left: 5%;
  }
}
.m-top-columns .m-sect-img {
  margin-bottom: 1.25rem;
}
.m-top-columns .m-sect-desc {
  font-weight: normal;
  margin-bottom: 1.25rem;
}
.m-top-columns .m-sect-link {
  font-size: 0.933rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .m-top-columns .m-sect-link {
    font-size: 0.8125rem;
    margin-right: 1rem;
  }
}

.m-top-bg {
  height: 30vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 480px) {
  .m-top-bg {
    height: 100vw;
  }
}
.m-top-bg > .wp-block-group__inner-container {
  position: absolute;
  top: -15vw;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .m-top-bg > .wp-block-group__inner-container {
    top: 0;
  }
}
.m-top-bg > .wp-block-group__inner-container::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(00, 00, 00, 0.3);
  display: block;
  z-index: 1;
}
.m-top-bg img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .m-top-bg img {
    height: 75vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.m-top-company__btns {
  margin-top: 3.125rem;
  gap: 0;
}
@media screen and (max-width: 480px) {
  .m-top-company__btns {
    margin-top: 0;
  }
}
.m-top-company__btn {
  width: 100%;
}
.m-top-company__btn + .m-top-company__btn {
  margin-top: 14px;
}
.m-top-company__btn .wp-block-button__link {
  font-size: 0.933rem;
  font-weight: 500;
  padding: 0.9375rem;
}
@media screen and (max-width: 480px) {
  .m-top-company__btn .wp-block-button__link {
    font-size: 0.8125rem;
  }
}

.m-top-cta {
  background: var(--bg-light);
}

/*
  会社情報
-----------------------------------------------------*/
.p-company .m-breadcrumbs-wrap {
  margin-bottom: 3.125rem;
}
.p-company section + section {
  margin-top: 9.375rem;
}
@media screen and (max-width: 480px) {
  .p-company section + section {
    margin-top: 6rem;
  }
}
.p-company .l-co-cont {
  margin-top: 5rem;
}
@media screen and (max-width: 480px) {
  .p-company .l-co-cont {
    margin-top: 3.125rem;
  }
}
.p-company
  .l-co-cont
  > .wp-block-group__inner-container
  > *
  + *:not(.m-co-philosophy__list, .m-co-goals__last-desc) {
  margin-top: 3.125rem;
}
@media screen and (max-width: 480px) {
  .p-company
    .l-co-cont
    > .wp-block-group__inner-container
    > *
    + *:not(.m-co-philosophy__list, .m-co-goals__last-desc) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .p-company .l-cont_co-sec {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.m-co-heading {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .m-co-heading {
    margin-bottom: 2rem;
  }
}

.sub-heading {
  font-size: 1.625rem;
  padding-bottom: 2em;
  font-weight: 500;
  line-height: 1.6923076923;
  margin-bottom: 2em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .sub-heading {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.25rem;
  }
}
.sub-heading::after {
  position: absolute;
  content: "";
  height: 1px;
  background: var(--accent-color);
  width: 24px;
  left: calc(50% - 12px);
  bottom: 0;
}

.m-co-desc {
  line-height: 2.5;
}
@media screen and (max-width: 480px) {
  .m-co-desc {
    line-height: 2;
  }
}
.m-co-desc + .m-co-desc {
  margin-top: 2rem;
}

.m-co-message__bgarea {
  position: relative;
  padding: 0 50px 50px;
}
@media screen and (max-width: 480px) {
  .m-co-message__bgarea {
    padding: 0 20px 50px;
  }
}
.m-co-message__bgarea::before {
  content: "";
  background: var(--bg-light);
  height: 100%;
  left: calc(50% - 50 * var(--vw));
  position: absolute;
  top: 50px;
  width: calc(100 * var(--vw));
  z-index: -1;
}
.m-co-message__bgarea > .wp-block-group__inner-container {
  margin: auto;
  max-width: 806px;
  width: 100%;
}
.m-co-message__desc {
  max-width: 680px;
/*   margin: 50px 0 40px auto; */
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .m-co-message__desc {
/*     margin: 50px auto 40px; */
   	margin: 0 auto;
  }
}
.m-co-message__sign .wp-block-group__inner-container {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.m-co-message__sign p {
  margin-right: 1.25rem;
}
.m-co-message__sign img {
  max-width: 130px;
}

.m-co-philosophy__list {
  background: var(--light-color);
  padding: 8%;
  margin-top: 1.5rem;
  font-size: 1.1em;
  line-height: 2.286;
}
.m-co-philosophy__item + .m-co-philosophy__item {
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .m-co-philosophy__list {
    font-size: 0.8125rem;
    line-height: 2;
  }
  .m-co-philosophy__item + .m-co-philosophy__item {
    margin-top: 1.5rem;
  }
}
.m-co-philosophy__mark {
  border-bottom: 1px solid var(--text-color);
  font-weight: 500;
}
.m-co-philosophy .m-co-goals__last-desc {
  margin-top: 1.5rem;
}

.m-overview-table {
  border-bottom: 0;
  margin-top: 2rem;
}
.m-overview-table td {
  border-top: 0;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 2.286;
}
.m-overview-table td:first-child {
  padding: 0.9375rem 1.5rem 0.9375rem 0;
  white-space: nowrap;
}
.m-overview-table td:nth-child(2) {
  padding: 0.9375rem 0 0.9375rem 1.5rem;
}
.m-overview-table iframe {
  margin-top: 1.875rem;
}
.m-overview-table iframe:nth-of-type(1) {
  margin-bottom: 1.875rem;
}

.m-history-table {
  border: 1px solid var(--light-gray);
  height: 396px;
}
.m-history-table table {
  display: block;
  padding: 0 2.5rem 1.25rem 1.25rem;
}
@media screen and (max-width: 480px) {
  .m-history-table table {
    padding: 0 1.25rem 1.25rem;
  }
}
.m-history-table td {
  border-top: 0;
  padding-top: 1.25rem;
}
.m-history-table td:first-child {
  padding-right: 4rem;
  padding-top: 1.25rem;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .m-history-table td:first-child {
    padding-right: 1rem;
  }
}

.m-co-related__imgwrap {
  background: var(--bg-light);
  margin-bottom: 50px;
  padding: 1rem;
  text-align: center;
}
.m-co-related__imgwrap > img {
  mix-blend-mode: multiply;
}
.m-co-related .m-co-related__cards {
  align-items: stretch;
  gap: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125rem;
  max-width: 886px;
  padding: 0 3.125rem;
}
@media screen and (max-width: 480px) {
  .m-co-related .m-co-related__cards {
    flex-direction: column;
    padding: 0 1.25rem;
  }
}
.m-co-related__card {
  display: flex;
  width: calc((100% - 1.25rem) / 2);
}
@media screen and (max-width: 480px) {
  .m-co-related__card {
    display: flex;
    width: 100%;
  }
}
.m-co-related__card:nth-child(odd) {
  margin-right: 1.25rem;
}
@media screen and (max-width: 480px) {
  .m-co-related__card:nth-child(odd) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .m-co-related .m-co-related__card:nth-child(2) {
    margin-top: 1.25rem;
  }
}
.m-co-related__card:nth-child(n + 3) {
  margin-top: 1.25rem;
}
.m-co-related__card .wp-block-group__inner-container {
  border: 1px solid var(--light-gray);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.875rem;
}
.m-co-related__site {
  margin-bottom: 1.25rem;
}
.m-co-related__site a {
  align-items: center;
  display: flex;
  padding-right: 1.5rem;
  position: relative;
}
.m-co-related__site .m-co-related__logo {
  margin-right: 1.25rem;
}
.m-co-related__site .m-co-related__logo img {
  object-fit: contain;
}
.m-co-related__addr {
  flex-grow: 1;
  line-height: 1.5;
}

/*
  サステイナビリティ
-----------------------------------------------------*/
.p-sdgs > .l-cont_xs > section + section,
.m-pam-trial.p-sdgs > .wp-block-group__inner-container > section + section,
.m-pam-spec.p-sdgs > .wp-block-group__inner-container > section + section,
.m-pam-overview.p-sdgs > .wp-block-group__inner-container > section + section,
.p-company .p-sdgs > .l-cont_co-sec > section + section {
  margin-top: 9.375rem;
}
@media screen and (max-width: 480px) {
  .p-sdgs > .l-cont_xs {
    padding-left: 5%;
    padding-right: 5%;
  }
  .p-sdgs > .l-cont_xs > section + section {
    margin-top: 6rem;
  }
}

.m-sdgs-heading {
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
}

.m-sdgs-desc + .m-sdgs-desc {
  margin-top: 1rem;
}

.m-sdgs-effort > .wp-block-group__inner-container > * + * {
  margin-top: 6.25rem;
}
@media screen and (max-width: 480px) {
  .m-sdgs-effort > .wp-block-group__inner-container > * + * {
    margin-top: 3rem;
  }
}
.m-sdgs-effort
  > .wp-block-group__inner-container
  > .m-sdgs-effort__img
  + .m-sdgs-effort__desc {
  margin-top: 3.5714285714em;
}

.m-sdgs-wrap {
  margin-top: 6.25rem;
}
@media screen and (max-width: 480px) {
  .m-sdgs-wrap {
    margin-top: 5rem;
  }
}
.m-sdgs-wrap > .wp-block-group__inner-container > * + * {
  margin-top: 3.125rem;
}
@media screen and (max-width: 480px) {
  .m-sdgs-wrap > .wp-block-group__inner-container > * + * {
    margin-top: 2rem;
  }
}

.m-sdgs-partner__img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  margin: 0 auto 3.125rem;
  max-width: 200px;
}

.m-sdgs-policy > .wp-block-group__inner-container > * + * {
  margin-top: 3.125rem;
}
.m-sdgs-policy__desc > .wp-block-group__inner-container > * + * {
  margin-top: 3.125rem;
}

.m-sdgs-eco > .wp-block-group__inner-container > * + *:not(.m-sdgs-eco__btn) {
  margin-top: 3.125rem;
}
.m-sdgs-eco__subttl {
  display: block;
  font-size: 1rem;
  margin-top: 0.75rem;
}
.m-sdgs-eco__img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.m-sdgs-eco__btn {
  justify-content: center;
  margin: 5rem auto;
}

/*
  テスト機
-----------------------------------------------------*/
.p-test section {
  margin-top: 6.25rem;
}
@media screen and (max-width: 480px) {
  .p-test section {
    margin-top: 3.125rem;
  }
}
.p-test .m-btn-wrap {
  margin-top: 6.25rem;
}
@media screen and (max-width: 480px) {
  .p-test .m-btn-wrap {
    margin-top: 3.125rem;
  }
}

.m-test-imgwrap {
  background: #eff2f4;
}

.m-test-sub-heading {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.6923076923;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .m-test-sub-heading {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.m-test-sub-heading::first-letter {
  color: var(--accent-color);
}

.m-test-desc {
  line-height: 2;
}

.m-test-menu__area {
  margin-top: 4.75rem;
}
@media screen and (max-width: 480px) {
  .m-test-menu__area {
    margin-top: 2.5rem;
  }
}

.m-test-table {
  overflow: auto;
  border: 0;
}
@media screen and (max-width: 480px) {
  .m-test-table {
    font-size: 0.9375rem;
  }
}
.m-test-table + .m-test-table {
  margin-top: 3.125rem;
}
.m-test-table table {
  width: 99% !important;
  margin-left: auto;
  margin-right: auto;
}
.m-test-table.wp-block-table thead {
  border-bottom: 1px solid var(--base-color);
}
.m-test-table.wp-block-table th {
  background: var(--bg-main);
  color: var(--base-color);
  font-size: 1.067rem;
  font-weight: 500;
  padding: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .m-test-table.wp-block-table th {
    font-size: 0.9375rem;
    padding: 0.75rem;
  }
}
.m-test-table tbody tr:first-child td {
  background: var(--test-td2);
  font-size: 0.95rem;
  padding: 1rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .m-test-table tbody tr:first-child td {
    padding: 0.5rem;
    font-size: 0.875rem;
  }
}
.m-test-table tbody tr:first-child td:not(:last-child) {
  border-right: 1px solid var(--base-color);
}
.m-test-table tbody tr:not(:first-child) td {
  background: var(--bg-content);
  border-bottom: 1px solid var(--base-color);
  border-left: 1px solid var(--base-color);
  padding: 1.25rem;
}
@media screen and (max-width: 480px) {
  .m-test-table tbody tr:not(:first-child) td {
    padding: 0.5rem;
    font-size: 0.8125rem;
  }
}
.m-test-table tbody tr:not(:first-child) td:last-child {
  border-right: 1px solid var(--base-color);
}
@media screen and (max-width: 960px) {
  .m-test-table table {
    width: 700px !important;
  }
}

/*
  PAM connect
-----------------------------------------------------*/
.m-pam-login {
  background: linear-gradient(
      to right,
      rgba(153, 153, 153, 0.3),
      rgb(77, 77, 77)
    ),
    linear-gradient(
      160deg,
      rgba(153, 153, 153, 0.3) 0% 50%,
      transparent 50% 100%
    ),
    #363738;
  bottom: 3.7rem;
  color: var(--base-color);
  font-size: 0.85rem;
  font-weight: bold;
  padding: 1rem;
  position: fixed;
  right: 0.625rem;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .m-pam-login {
    bottom: 1dvh;
  }
}

.m-pam-top {
  background: url(../img/m-pam-top__bg.jpg) center/cover no-repeat;
  padding: 5rem 1rem 3.75rem;
  position: relative;
  z-index: 1;
}
.m-pam-top::after {
  background: var(--base-color);
  background-color: var(--base-color);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.m-pam-top > .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
  position: relative;
  text-align: center;
  z-index: 3;
}
.m-pam-top__trial {
  color: #c62a21;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.m-pam-top__sensor {
  margin: 0 auto 0.625rem;
  max-width: 2rem;
}
.m-pam-top__system {
  background: var(--navy-color);
  color: var(--base-color);
  font-size: 0.875rem;
  margin-bottom: 1rem;
  max-width: 380px;
  padding: 0.25rem;
}
.m-pam-top__logo {
  margin-bottom: 1.15rem;
}
.m-pam-top__desc {
  color: var(--navy-color);
  font-size: 1rem;
  line-height: 2.5;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 480px) {
  .m-pam-top__desc {
    line-height: 2;
  }
}
.m-pam-top__btns {
  justify-content: center;
}
.m-pam-top__btn {
  margin: auto;
  max-width: 200px;
  width: 100%;
}
.m-pam-top__btn .wp-block-button__link {
  border: 1.5px solid var(--navy-color);
  border-radius: 0;
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.9375rem;
}

.m-pam-news {
  padding: 4rem 50px;
}
@media screen and (max-width: 960px) {
  .m-pam-news {
    padding: 2rem 50px 4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-pam-news {
    padding: 2rem 5% 4rem;
  }
}
.m-pam-news > .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.m-pam-news .m-en-heading {
  margin-bottom: 2.5rem;
  font-size: 1.625rem;
}
.m-pam-news .m-en-heading__label {
  font-size: 0.867rem;
  font-weight: 500;
}
.m-pam-news__all {
  text-align: right;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 480px) {
  .m-pam-news__all {
    margin: 1.5rem auto 0;
    text-align: center;
  }
}

.m-anchor-menu__area {
  position: relative;
}

.admin-bar .m-anchor-menu {
  top: calc(3.5rem + 32px);
}
@media screen and (max-width: 960px) {
  .admin-bar .m-anchor-menu {
    top: calc(3.75rem + 46px);
  }
}

.m-anchor-menu {
  background: var(--bg-main);
  border-top: 1px solid var(--base-color);
  height: 60px;
  overflow-x: auto;
  position: sticky;
  top: 3.5rem;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .m-anchor-menu {
    top: 3.75rem;
  }
}
.m-anchor-menu > .wp-block-group__inner-container {
  height: 100%;
  min-width: 600px;
  position: relative;
  width: 100%;
}
.m-anchor-menu__inner {
  gap: 0;
  justify-content: center;
  left: 50%;
  max-width: 1250px;
  padding: 0 1rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.m-anchor-menu__list {
  color: var(--base-color);
  font-size: clamp(10px, 1 * var(--vw), 13px);
  line-height: 1.5;
  max-width: 230px;
  padding: 1rem 0.25rem;
  position: relative;
  text-align: center;
  width: 100%;
  word-break: keep-all;
}
.m-anchor-menu__list::before,
.m-anchor-menu__list:last-child::after {
  background: currentColor;
  content: "";
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.m-anchor-menu__list::before {
  left: 0;
}
.m-anchor-menu__list:last-child::after {
  right: 0;
}
.m-anchor-menu a {
  display: block;
}
.m-anchor-menu a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 0.615em;
  font-weight: 900;
  margin-left: 0.615em;
}
.m-anchor-menu a[href^="#"]::after {
  content: "\f063";
}

.m-pam-menu__area .m-anchor-menu {
  background: var(--navy-color);
}
.m-pam-menu__area > .wp-block-group__inner-container > section {
  padding: 6.25rem 0 3rem;
}
@media screen and (max-width: 960px) {
  .m-pam-menu__area > .wp-block-group__inner-container > section {
    padding: 4rem 0 3rem;
  }
}
@media screen and (max-width: 480px) {
  .m-pam-menu__area > .wp-block-group__inner-container > section {
    padding: 2.5rem 0;
  }
}
.m-pam-menu__area
  > .wp-block-group__inner-container
  > section:nth-of-type(odd) {
  background: var(--pam-bg-blue);
}
.m-pam-menu__area
  > .wp-block-group__inner-container
  > section:nth-of-type(even) {
  background: var(--pam-bg-gray);
}

.m-pam-heading {
  margin-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .m-pam-heading {
    margin-bottom: 2.5rem;
  }
}

.m-pam-overview .m-pam-overview__list {
  align-items: flex-start;
  gap: 3.125rem 0;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 480px) {
  .m-pam-overview .m-pam-overview__list {
    flex-direction: column;
  }
}
.m-pam-overview .m-pam-overview__item {
  width: 47.75%;
}
@media screen and (max-width: 480px) {
  .m-pam-overview .m-pam-overview__item {
    width: 100%;
  }
}
.m-pam-overview__item:nth-child(odd) {
  margin-right: 4.5%;
}
@media screen and (max-width: 480px) {
  .m-pam-overview__item:nth-child(odd) {
    margin-right: 0;
  }
}
.m-pam-overview .m-pam-overview__col {
  align-items: stretch;
  gap: 0;
}
@media screen and (max-width: 480px) {
  .m-pam-overview .m-pam-overview__col {
    align-items: center;
  }
}
.m-pam-overview .m-pam-overview__img {
  margin-right: 4.5%;
  width: 39.5%;
}
.m-pam-overview .m-pam-overview__text {
  flex-grow: 1;
  justify-content: space-between;
  gap: 0;
}
.m-pam-overview .m-pam-overview__desc {
  font-size: clamp(13px, 1.2 * var(--vw), 16px);
  font-weight: 500;
  line-height: 2;
  margin-top: min(3 * var(--vw), 40px);
}
@media screen and (max-width: 480px) {
  .m-pam-overview .m-pam-overview__desc {
    font-size: 0.8125rem;
  }
}
.m-pam-overview .m-pam-overview__function {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: min(1 * var(--vw), 10px);
}
@media screen and (max-width: 480px) {
  .m-pam-overview .m-pam-overview__function {
    margin-bottom: 0.625rem;
  }
}
.m-pam-overview .m-pam-overview__note {
  font-size: 0.82em;
  line-height: 1.8;
}
.m-pam-overview .m-pam-overview__note span {
  margin-right: 0.5em;
}
.m-pam-overview
  .m-pam-overview__item
  > .wp-block-group__inner-container
  > .m-pam-overview__note {
  margin-top: 0.625rem;
}
@media screen and (max-width: 480px) {
  .m-pam-overview
    .m-pam-overview__item
    > .wp-block-group__inner-container
    > .m-pam-overview__note {
    margin-top: 1rem;
    font-size: 0.75rem;
  }
}
.m-pam-overview > .wp-block-group__inner-container > section {
  margin-top: 6.25rem;
}
@media screen and (max-width: 480px) {
  .m-pam-overview > .wp-block-group__inner-container > section {
    margin-top: 2.5rem;
  }
}
.m-pam-overview
  > .wp-block-group__inner-container
  > section
  > .wp-block-group__inner-container
  > *
  + * {
  margin-top: 3.125rem;
}
@media screen and (max-width: 480px) {
  .m-pam-overview
    > .wp-block-group__inner-container
    > section
    > .wp-block-group__inner-container
    > *
    + * {
    margin-top: 2.5rem;
  }
}

.m-pam-system > .wp-block-group__inner-container {
  border: 1px solid var(--text-color);
  padding: clamp(24px, 3 * var(--vw), 50px) min(130px, 9 * var(--vw));
  position: relative;
}
.m-pam-system__title {
  background: var(--pam-bg-blue);
  font-size: 1rem;
  font-weight: 500;
  left: 1.875rem;
  padding: 0 1.25rem;
  position: absolute;
  top: -1.2rem;
}
.m-pam-system__img img {
  mix-blend-mode: multiply;
}
@media screen and (max-width: 480px) {
  .m-pam-system__title {
    font-size: 0.9375rem;
  }
}

.m-pam-merit .m-check-list {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

.m-pam-feature__list {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 480px) {
  .m-pam-feature__list {
    margin-bottom: 2.5rem;
  }
}
.m-pam-feature__item {
  counter-increment: title;
}
.m-pam-feature__item_flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.m-pam-feature__item_l {
  width: 62.5%;
}
.m-pam-feature__item_r {
  width: 29.5%;
}
.m-pam-feature__item_r .wp-block-image {
  margin: 0;
  text-align: center;
}
.m-pam-feature__item + .m-pam-feature__item {
  margin-top: 3.125rem;
}
@media screen and (max-width: 480px) {
  .m-pam-feature__item + .m-pam-feature__item {
    margin-top: 1.25rem;
  }
}
.m-pam-feature__name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.625rem;
  padding-left: 2.25rem;
  padding-top: 0.25rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .m-pam-feature__name {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}
.m-pam-feature__name::before {
  background: var(--text-color);
  border-radius: 2.4em;
  color: var(--base-color);
  content: counter(title);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 400;
  justify-content: center;
  left: 0;
  line-height: 1.875rem;
  position: absolute;
  top: 0;
  width: 1.875rem;
}
.m-pam-feature__desc {
  line-height: 2.5;
}
@media screen and (max-width: 480px) {
  .m-pam-feature__desc {
    line-height: 2;
  }
}

.m-pam-case__heading {
  margin-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
}
.m-pam-case__example {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .m-pam-case__example {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
  }
}
.m-pam-case__pic {
  margin: 0 auto 1.25rem;
  max-width: 280px;
}
@media screen and (max-width: 480px) {
  .m-pam-case__pic {
    margin: 0 auto 0.5rem;
  }
}
.m-pam-case__desc {
  line-height: 2.5;
  margin-bottom: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .m-pam-case__desc {
    margin-bottom: 2.5rem;
    line-height: 2;
  }
}
.m-pam-case__machines {
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 480px) {
  .m-pam-case__machines {
    margin-bottom: 1.25rem;
  }
}
.m-pam-case__machine-wrap {
  border: 1px solid var(--text-color);
  gap: 0;
  margin-bottom: 1.25rem;
}
.m-pam-case__machine-top {
  background: var(--base-color);
  gap: 0;
  padding: clamp(15px, 1.5 * var(--vw), 20px) clamp(21px, 1.9 * var(--vw), 28px)
    clamp(6px, 0.4 * var(--vw), 8px);
}
@media screen and (max-width: 480px) {
  .m-pam-case__machine-top {
    padding: 5%;
  }
}
.m-pam-case__machine-top p {
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .m-pam-case__machine-top p {
    font-size: 0.8125rem;
  }
}
.m-pam-case__machine-bottom {
  background: var(--text-color);
  color: var(--base-color);
  font-size: 0.9rem;
  padding: 0.75rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .m-pam-case__machine-bottom {
    font-size: 0.8125rem;
    padding: 5%;
  }
}
.m-pam-case__machine-change {
  font-size: clamp(15px, 1.5 * var(--vw), 20px);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .m-pam-case__machine-change {
    font-size: 0.8125rem;
  }
}
.m-pam-case__arrow {
  margin: 0 auto 2.25rem;
}
.m-sdgs-cap__arrow {
  margin: auto;
}
.m-pam-case__arrow {
  max-width: 1.625rem;
  text-align: center;
}
.m-sdgs-cap__arrow {
  max-width: 3.5rem;
  transform: rotate(-90deg);
}
@media screen and (max-width: 480px) {
  .m-pam-case__arrow {
    margin: 0 auto 1.25rem;
  }
}
.m-pam-case__result {
  background: var(--pam-bg-result);
}
.m-pam-case__result-flex {
  gap: 0;
  justify-content: center;
}
.m-pam-case__result-logo {
  max-width: 200px;
}
.m-pam-case__result-letter {
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .m-pam-case__result-letter {
    font-size: 0.8125rem;
  }
}
.m-pam-case__result-letter2 {
  font-size: clamp(16px, 1.7 * var(--vw), 22px);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .m-pam-case__result-letter2 {
    font-size: 0.8125rem;
  }
}

.m-pam-spec__heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .m-pam-spec__heading {
    font-size: 0.9375rem;
  }
}
.m-pam-spec__wrap + .m-pam-spec__wrap {
  margin-top: 3.125rem;
}
.m-pam-spec__table {
  border: 0;
  overflow: auto;
}

.m-pam-spec__table tr:not(:first-child) {
  border-top: 1px solid var(--pam-bg-blue);
}
.m-pam-spec__table th {
  background: var(--gray);
  border-right: 1px solid var(--pam-bg-blue);
  color: var(--base-color);
  font-weight: 500;
  padding: 0.75rem 1rem;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .m-pam-spec__table th {
    padding: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .m-pam-spec__table table {
    width: 668px;
  }
}
.m-pam-spec__table td {
  background: var(--base-color);
  border-top: 0;
  padding: 0.75rem 1rem;
  width: 460px;
}
.m-pam-spec__wrap_sensor > .wp-block-group__inner-container {
  position: relative;
}
.m-pam-spec__sensor-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.m-pam-spec .m-pam-spec__report_flex {
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 3.125rem;
  width: 94%;
  margin-inline: auto;
}
.m-pam-spec__report {
  gap: 1rem;
  flex-grow: 1;
}
.m-pam-spec__report_l {
  max-width: 38%;
}
.m-pam-spec__report_r {
  max-width: 52%;
}
.m-pam-spec__report img {
  height: 128px;
  object-fit: contain;
  aspect-ratio: 1/1;
  object-position: left;
}
.m-pam-spec .m-pam-spec__report_flex .m-pam-spec__caption {
  text-align: left;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .m-pam-spec .m-pam-spec__report_flex {
    width: 100%;
  }
  .m-pam-spec__report img {
    height: 160px;
  }
}
.m-pam-spec__caption {
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .m-pam-spec__caption br {
    display: none;
  }
}
.m-pam-spec .m-pam-spec__app_flex {
  max-width: 360px;
  padding-left: 0.5rem;
  align-items: flex-start;
}
.m-pam-spec__app-img {
  text-align: center;
  width: calc((100% - 16px) / 3);
}
.m-pam-spec__app-img img {
  margin-bottom: 0.375rem;
}

.m-pam-trial figure {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 480px) {
  .m-pam-trial figure {
    margin-bottom: 2.5rem;
  }
}
.m-pam-trial__sub-heading {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.6923076923;
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .m-pam-trial__sub-heading {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.m-pam-trial__step > .wp-block-group__inner-container > p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.m-pam-trial__desc {
  line-height: 2.5;
}
@media screen and (max-width: 480px) {
  .m-pam-trial__desc {
    line-height: 2;
  }
}
.m-pam-trial__step-num {
  background: var(--text-color);
  color: var(--base-color);
  font-size: 1rem;
  padding: 0.625rem;
  text-align: center;
  text-transform: uppercase;
  margin: 3.125rem 0 1rem;
}
@media screen and (max-width: 480px) {
  .m-pam-trial__step-num {
    margin-top: 2.5rem;
    font-size: 0.875rem;
  }
}
.m-pam-trial__step-action {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .m-pam-trial__step-action {
    font-size: 0.875rem;
  }
}

.l-pam-trial__inner {
  margin: 3.125rem auto 0;
  max-width: 680px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  .l-pam-trial__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-pam-trial__inner > .wp-block-group__inner-container > * + * {
  margin-top: 3.125rem;
}

/*
  個人情報の取扱い
-----------------------------------------------------*/
.m-privacy-heading {
  margin-bottom: 6.25rem;
}

.m-privacy-list + .m-privacy-list {
  margin-top: 6.25rem;
}

.m-privacy-item {
  counter-increment: title;
  margin-top: 3.125rem;
}
@media screen and (max-width: 480px) {
  .m-privacy-item {
    margin-top: 2.5rem;
  }
}
.m-privacy-item__ttl {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 480px) {
  .m-privacy-item__ttl {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}
.m-privacy-item__ttl::before {
  content: counter(title) ".";
  padding-right: 0.5em;
}
.m-privacy-item__desc {
  font-size: 0.875rem;
  line-height: 2.3;
}
@media screen and (max-width: 480px) {
  .m-privacy-item__desc {
    font-size: 0.8125rem;
    line-height: 2;
  }
}
.m-privacy-item__desc + .m-privacy-item__desc {
  margin-top: 1.25rem;
}
@media screen and (max-width: 480px) {
  .m-privacy-item__desc + .m-privacy-item__desc {
    margin-top: 0.5rem;
  }
}
.m-privacy-item .m-usage-item {
  counter-increment: cnt;
}
.m-privacy-item .m-usage-item + .m-usage-item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 480px) {
  .m-privacy-item .m-usage-item + .m-usage-item {
    margin-top: 1.25rem;
  }
}
.m-privacy-item .m-usage-title {
  font-size: 0.875rem;
  font-weight: 500;
}
.m-privacy-item .m-usage-title::before {
  content: "(" counter(cnt) ")";
  padding-right: 0.5em;
}
.m-privacy-item .m-purpose-list {
  margin-top: 1.25rem;
}
@media screen and (max-width: 480px) {
  .m-privacy-item .m-purpose-list {
    font-size: 0.8125rem;
    margin-top: 0.5rem;
  }
}
.m-privacy-item .m-purpose-item:nth-child(1)::before {
  content: "①";
}
.m-privacy-item .m-purpose-item:nth-child(2)::before {
  content: "②";
}
.m-privacy-item .m-purpose-item:nth-child(3)::before {
  content: "③";
}

/*
  404
-----------------------------------------------------*/
.p-error-404 .contents {
  text-align: center;
}
.p-error-404 .wp-block-button__link {
  margin: auto;
  font-size: 1rem;
  padding: 1.4em;
}
@media screen and (max-width: 480px) {
  .p-error-404 .wp-block-button__link {
    font-size: 0.875rem;
  }
}
.p-error-404 .entry-content {
  margin-bottom: 5.5rem;
}
.p-error-404 .entry-content p {
  font-size: 0.875rem;
  line-height: 2rem;
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .p-error-404 .entry-content p {
    margin-bottom: 2rem;
  }
}
.p-error-404__title {
  position: relative;
  padding-bottom: 6.25rem;
}
.p-error-404__title::after {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 1.5rem;
  height: 1px;
  background-color: var(--accent-color);
}
.p-error-404__title img {
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .p-error-404__title img {
    width: 30%;
  }
}

/*
  site map
-----------------------------------------------------*/
.p-sitemap .u-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-sitemap .u-list {
    justify-content: space-between;
  }
}
.p-sitemap .page_item,
.p-sitemap .u-list__item {
  font-size: 0.9rem;
  line-height: 1.3;
  margin: 1rem;
  text-align: center;
  width: calc(25% - 3rem);
}
@media screen and (max-width: 960px) {
  .p-sitemap .page_item,
  .p-sitemap .u-list__item {
    margin: 0;
    margin-bottom: 1rem;
    width: calc(50% - 1rem);
  }
}
.p-sitemap .page_item a,
.p-sitemap .u-list__item a {
  background-color: #333;
  border-radius: 3px;
  color: #fff;
  display: block;
  padding: 0.5rem 0.5rem;
  width: 100%;
}
.p-sitemap .postlist__item,
.p-sitemap .children .page_item,
.p-sitemap .children .u-list__item {
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.p-sitemap .postlist__item a,
.p-sitemap .children .page_item a,
.p-sitemap .children .u-list__item a {
  background-color: #fff;
  color: inherit;
  padding-left: 1.75rem;
}
.p-sitemap .postlist__item::before,
.p-sitemap .children .page_item::before,
.p-sitemap .children .u-list__item::before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 1rem;
  position: absolute;
  top: 0.75rem;
  width: 6px;
}
.p-sitemap .pagelist__title {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  text-align: center;
}

/*
  contact
-----------------------------------------------------*/
@media screen and (max-width: 480px) {
  .m-contact__heading {
    font-size: 1.375rem;
  }
}

.m-contact__flow {
  display: flex;
  gap: 1rem 0;
  justify-content: center;
  margin-bottom: 3.125rem;
}

.m-contact__stage {
  font-size: clamp(12px, 1.23vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  padding: 0.25rem 0;
  text-align: center;
  width: 6.25rem;
}
.m-contact__stage + .m-contact__stage {
  margin-left: 1.875rem;
  position: relative;
}
.m-contact__stage + .m-contact__stage::before {
  content: url(../img/arrow_r.svg);
  left: -1.375rem;
  position: absolute;
  top: calc(50% - 8px);
  line-height: 1;
}

.u-contact__stage_active {
  background: var(--bg-main);
  color: var(--base-color);
}
.u-contact__stage_inactive {
  background: var(--bg-light);
  color: var(--text-color);
}

.m-contact__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin: 3.125rem auto;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .m-contact__text {
    margin-bottom: 4rem;
  }
}margin: 3.125rem auto;
text-align: center;
width: fit-content;
@media screen and (max-width: 480px) {
  .m-contact__text {
    font-size: 0.8125rem;
  }
}

.m-form__table {
  max-width: 640px;
  margin: 0 auto;
}

.m-form__item {
  display: flex;
  gap: 2.25rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 960px) {
  .m-form__item {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .m-form__item:last-of-type {
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 480px) {
  .m-form__item {
    gap: 1rem;
    flex-direction: column;
  }
}

.m-form__name {
  font-size: 0.8125rem;
  height: 2.75rem;
  line-height: 1.7;
  position: relative;
  vertical-align: top;
  white-space: nowrap;
  width: 5.75rem;
}
@media screen and (max-width: 480px) {
  .m-form__name {
    height: unset;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .m-form__name.u-text_right {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .m-form__name > br {
    display: none;
  }
}

.m-form__require {
  background: var(--accent-color);
  bottom: 0;
  color: var(--base-color);
  display: inline-block;
  font-size: 0.625rem;
  left: 0;
  padding: 2px;
  position: absolute;
}
@media screen and (max-width: 480px) {
  .m-form__require {
    left: 4px;
    position: relative;
  }
}

.m-form__input-wrap {
  width: calc(100% - 8rem);
}
@media screen and (max-width: 480px) {
  .m-form__input-wrap {
    width: 100%;
  }
}

.m-form__input {
  border: 1px solid var(--gray);
  border-radius: 0;
  font-size: 0.8125rem;
  padding: 0.8125rem 0.625rem;
}
.m-form__input::-moz-placeholder {
  font-size: 0.75rem;
  color: var(--lighter-gray);
}
.m-form__input::placeholder {
  color: var(--lighter-gray);
  font-size: 0.75rem;
}
.mwform-checkbox-field label:not(:first-child),
.mwform-radio-field label:not(:first-child) {
  margin-top: 0.625rem;
}

input[type="checkbox"] {
  display: none;
}
.single-product .m-catalog__label-wrap input[type="checkbox"] {
  display: block;
}
.mwform-checkbox-field label::before {
  background: #fff;
  border: 1px solid var(--gray);
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.mwform-checkbox-field label::after {
  border-right: 2px solid var(--gray);
  border-bottom: 2px solid var(--gray);
  content: "";
  display: block;
  height: 10px;
  left: 11px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: 4px;
}
.mw_wp_form_input .m-catalog-checked .mwform-checkbox-field label::before,
.mw_wp_form_input .m-catalog-checked .mwform-checkbox-field label::after {
  top: 1em;
}
.mwform-checkbox-field label:has(input[type="checkbox"]:checked)::before {
  border-color: var(--gray);
}
.mwform-checkbox-field label:has(input[type="checkbox"]:checked)::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1);
}

input[type="radio"] {
  display: none;
}
.mwform-radio-field label,
.mwform-checkbox-field label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 30px;
  position: relative;
  width: auto;
}
.mwform-radio-field label::before {
  background: #fff;
  border: 1px solid var(--gray);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.mwform-radio-field label::after {
  background: var(--gray);
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale3d(0.3, 0.3, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: 10px;
}
.mwform-radio-field label:has(input[type="radio"]:checked)::before {
  border: 1px solid var(--gray);
}
.mwform-radio-field label:has(input[type="radio"]:checked)::after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.mwform-checkbox-field-text {
  font-size: 0.9rem;
  font-weight: normal;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.m-form-info {
  border-top: 1px dashed var(--text-color);
  margin-bottom: 3.125rem;
  padding-top: 3.125rem;
}
.m-form-info__text {
  margin-bottom: 1.5rem;
  text-align: center;
}
.m-form-info__link {
  color: var(--link-color);
  padding: 0 0.4rem;
}
.m-form-info__check {
  font-weight: bold;
}
.m-form-info .m-form-info__check {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .m-form-info__check {
    margin-top: 2rem;
  }
}
.m-form-info .mwform-checkbox-field label {
  width: 1rem;
  height: 1rem;
}
.m-form-info input[type="checkbox"]::before {
  height: 1rem;
  top: 0px;
  width: 1rem;
  left: 0;
}
.m-form-info input[type="checkbox"]::after {
  height: 0.3rem;
  top: 0.2rem;
  width: 0.6rem;
  left: 3px;
}

.m-form-btn__wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto 3.125rem;
  max-width: 100%;
  width: 330px;
}

.m-btn,
input[type="submit"].m-btn {
  cursor: pointer;
  text-align: center;
}

.wp-block-button.m-form-btn {
  width: 100%;
}

.m-form-btn .wp-block-button__link,
input[type="submit"].m-form-btn {
  border-radius: 0;
  font-size: 1.067rem;
  font-weight: 500;
  padding: 1.5rem;
  width: 100%;
}

input[type="submit"].m-form-btn {
  background-color: var(--text-color);
  border: 1px solid var(--text-color);
  color: var(--base-color);
  transition: 0.5s;
}
.input[type="submit"].m-form-btn,
.search-products #search-button,
.search-products input[type="submit"] {
  border: 1px solid var(--text-color);
  transition: 0.5s;
}
input[type="submit"].m-form-btn:hover,
.search-products #search-button:hover,
.search-products input[type="submit"]:hover,
.m-addr-btn:hover {
  background-color: var(--base-color);
  color: var(--text-color);
  opacity: 1;
}
@media screen and (max-width: 960px) {
  input[type="submit"].m-form-btn:hover,
  .search-products #search-button:hover,
  .search-products input[type="submit"]:hover,
  .m-addr-btn:hover {
    background-color: var(--text-color);
    color: var(--base-color);
  }
}
.search-products #search-button,
.search-products input[type="submit"] {
  border: 1px solid var(--text-color);
  transition: 0.5s;
}

.m-addr-btn {
  background-color: var(--text-color);
  border: 1px solid var(--text-color);
  border-radius: 3px;
  color: var(--base-color);
  margin-left: 10px;
  padding: 0.75rem 1.75rem;
  transition: 0.5s;
}
@media screen and (max-width: 480px) {
  .m-addr-btn {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

.mw_wp_form .error {
  /* color: var(--accent-color);
  display: inline-block;
  padding: 0.25rem 0; */
  color: #fff;
  padding: 0.25rem 0.5rem;
  background-color: var(--accent-color);
  display: inline-block;
  margin-right: 0.5rem;
}

.mw_wp_form_confirm .m-addr-btn {
  display: none;
}
#mw_wp_form_mw-wp-form-10988.mw_wp_form_confirm .u-text_right {
  text-align: left;
}

.mw_wp_form_confirm .m-form-btn__wrap {
  gap: 1.875rem;
}
.mw_wp_form_confirm .m-form-info__check {
  padding-left: 2rem;
  position: relative;
  display: flex;
  text-align: left;
  width: fit-content;
  margin-inline: auto;
}
.mw_wp_form_confirm .m-form-info__check::before {
  content: url(../img/m-form-info__check_before.svg);
  left: 0;
  position: absolute;
  top: 0;
}

/* 0913 */
.m-form__table {
  margin-bottom: 2rem;
  width: 96%;
}
.mw_wp_form_confirm .m-form__require,
.mw_wp_form_confirm .m-form-info__text {
  display: none;
}
.mw_wp_form_confirm .m-form__item {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 480px) {
  .mw_wp_form_confirm .m-form__item {
    gap: 0;
    margin-bottom: 2rem;
  }
}

/*
  資料請求
-----------------------------------------------------*/
.p-catalog .m-catalog {
  margin-bottom: 3.125rem;
}

/*
  資料請求（選択・ALL）
-----------------------------------------------------*/
.p-catalog-select .m-breadcrumbs-wrap {
  margin-bottom: 1.6875rem;
}
.p-catalog-select .m-catalog-accordion .ac-title {
  background: var(--bg-accordion);
  color: var(--base-color);
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 0.625rem 4.5rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-catalog-select .m-catalog-accordion .ac-title {
    font-size: 0.9375rem;
  }
}
.p-catalog-select .m-catalog-accordion .ac-title::after {
  content: url(../img/m-catalog-accordion__before.svg);
  line-height: 0;
  position: absolute;
  right: 1.875rem;
  top: calc(50% - 4.365px);
  transform: rotate(90deg);
  transition: 0.5s;
  width: -moz-fit-content;
  width: fit-content;
}
.p-catalog-select .m-catalog-accordion .ac-title.open::after {
  transform: rotate(270deg);
  transition: 0.5s;
}
.p-catalog-select .m-catalog-accordion > .wp-block-group__inner-container {
  margin-bottom: 3.125rem;
}
.p-catalog-select .ac-cont {
  display: none;
  padding: 0;
}
.p-catalog-select .ac-cont > .wp-block-group__inner-container {
  margin: 0 auto 3.125rem;
  background: var(--light-color);
  color: var(--text-color);
  padding: 0 7%;
}
.p-catalog-select .m-catalog__item {
  padding-bottom: 3rem;
  padding-top: 1.875rem;
}
.p-catalog-select .m-catalog-accordion__pam .m-catalog {
  padding: 7.5rem 1.5rem;
}
.p-catalog-select .m-catalog-accordion__pam p {
  font-size: 1rem;
}
.p-catalog-select .m-catalog__label-wrap label {
  font-size: 1rem;
}
.p-catalog-select .m-catalog__label-wrap label input[type="checkbox"] {
  position: relative;
  top: 0.25em;
  display: block;
}
@media screen and (max-width: 960px) {
  .p-catalog-select .m-catalog__label-wrap label {
    font-size: 0.875rem;
  }
  .p-catalog-select .m-catalog__label-wrap label input[type="checkbox"] {
    top: 0;
  }
}

/*
  資料請求（製品詳細ページ経由）
-----------------------------------------------------*/
.p-catalog-product .m-catalog_col2 {
  max-width: 100%;
}

/*
  資料請求（共通・完了画面）
-----------------------------------------------------*/
.p-catalog .mw_wp_form_complete .m-catalog {
  display: none;
}
.p-catalog .mw_wp_form_confirm .m-contact__text1 {
  display: none;
}
.p-catalog .mw_wp_form_confirm .m-contact__text2 {
  display: none;
}

/*
  お知らせ詳細ページ (single.php)
-----------------------------------------------------*/
.p-single .l-post_l {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (max-width: 480px) {
  .p-single .l-post_l {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-single .m-post__title {
  font-size: 1.2rem;
  margin-bottom: 1.25rem;
  overflow: visible;
  white-space: pre-wrap;
  width: 100%;
}
.p-single .m-post__item {
  border-style: solid;
}

.m-post__meta {
  align-items: center;
  border-bottom: 1px solid var(--light-gray);
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.8125rem;
}

.m-post__content {
  border-bottom: 1px solid var(--light-gray);
  margin-bottom: 1.875rem;
  padding-bottom: 7.5rem;
  padding-top: 2.6875rem;
}
.m-post__content > * + *:not(h2) {
  margin-top: 3.125rem;
}
.m-post__content p {
  line-height: 1.8;
  font-weight: normal;
}
.m-post__content a {
  color: var(--link-color);
  text-decoration: underline;
  word-break: break-all;
}
.m-post__content h2 {
  background: linear-gradient(
    90deg,
    var(--accent-color) 0% 10%,
    var(--text-color) 10% 90%
  );
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  font-size: calc(17 / 16 * 1rem);
  font-weight: bold;
  margin-top: 5rem;
  padding: 0 0.625rem 0.625rem;
}
.m-post__content h3 {
  background: var(--bg-main);
  border: var(--heading-gray);
  color: var(--base-color);
  font-size: 1rem;
  padding: 0.9275rem;
}
.m-post__content h4 {
  font-size: 1rem;
  font-weight: bold;
}
.m-post__content h5 {
  font-size: 1.1em;
  font-weight: bold;
}
.m-post__content ul li {
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.8;
  font-weight: normal;
  font-size: 1.1em;
}
@media (max-width: 480px) {
  .m-post__content ul li {
    font-size: 0.8125rem;
  }
}
.m-post__content ul li + li {
  margin-top: 1.25rem;
}
.m-post__content ul li:before {
  color: var(--accent-color);
  content: "●";
  display: inline-block;
  font-size: 7px;
  left: 0;
  position: absolute;
  top: 3px;
}
.m-post__content .wp-block-quote {
  background: var(--light-color);
  padding: 2.5rem 1.8125rem 1.25rem;
  position: relative;
}
.m-post__content .wp-block-quote::before {
  display: inline-block;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../img/wp-block-quote_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.m-post__content .wp-block-quote p {
  color: var(--blockquote-color);
}
.m-post__content .wp-block-quote cite {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: normal;
  margin-top: 1.25rem;
}
.m-post__content .wp-block-image img {
  object-fit: contain;
  max-height: 600px;
  width: fit-content;
}
@media (max-width: 480px) {
  .m-post__content .wp-block-image img {
    max-height: 350px;
  }
}

.m-archive__menu {
  align-items: center;
  display: flex;
  font-family: "Oswald";
  font-size: 0.8rem;
  justify-content: space-between;
  position: relative;
}
.m-archive__menu a[rel="prev"],
.m-archive__menu a[rel="next"] {
  font-weight: 300;
  position: absolute;
  text-transform: uppercase;
  display: flex;
}
.m-archive__menu a[rel="prev"] {
  left: 0;
}
.m-archive__menu a[rel="next"] {
  right: 0;
}
.m-archive__menu a[rel="prev"]:before,
.m-archive__menu a[rel="next"]:after {
  margin-top: 2px;
}
.m-archive__menu a[rel="prev"]:before {
  content: url(../img/arrow_l.svg);
  margin-right: 0.625rem;
}
.m-archive__menu a[rel="next"]:after {
  content: url(../img/arrow_r.svg);
  margin-left: 0.625rem;
}

.m-archive__all {
  color: var(--link-color);
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.m-pagination {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  justify-content: center;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Oswald";
}
.m-pagination .prev,
.m-pagination .next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0.875rem;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  top: calc(50% - 7px);
  width: 0.875rem;
}
.m-pagination .prev {
  background: url(../img/arrow_l.svg);
  left: 0;
}
.m-pagination .next {
  background: url(../img/arrow_r.svg);
  right: 0;
}
.m-pagination .page-numbers {
  margin: 0 0.9375rem;
}
.m-pagination .page-numbers.current {
  color: var(--light-gray);
}

/*
  製品詳細ページ (single-product.php)
-----------------------------------------------------*/
.p-product-single__nocatalog {
  min-height: 5rem;
}
@media screen and (max-width: 480px) {
  .p-product-single__nocatalog {
    min-height: 1rem;
  }
}
.p-product-single article {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .p-product-single .l-cont_md,
  .p-product-single .m-cta .wp-block-group__inner-container,
  .m-cta .p-product-single .wp-block-group__inner-container,
  .p-product-single .m-top-product > .wp-block-group__inner-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.p-product-single section + section:not(.m-product-other) {
  margin-top: 5rem;
}
@media screen and (max-width: 480px) {
  .p-product-single section + section:not(.m-product-other) {
    margin-top: 2.5rem;
  }
}
.p-product-single section + .m-product-other {
  margin-top: 5rem;
}
@media screen and (max-width: 480px) {
  .p-product-single section + .m-product-other {
    margin-top: 3.75rem;
  }
}
.p-product-single .wp-block-button__link {
  font-size: 1rem;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.p-product-single .m-catalog_col2.m-catalog {
  padding: 0;
  background: unset;
}
@media screen and (max-width: 480px) {
  .p-product-single .m-catalog_col2.m-catalog {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.m-product-sec .m-main-heading {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 480px) {
  .m-product-sec .m-main-heading {
    margin-bottom: 1.25rem;
  }
}
.m-product-sec strong {
  margin-bottom: 0.625rem;
  margin-left: -0.625rem;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .m-product-sec strong {
    font-size: 0.8125rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .m-product-sec .m-product-textbox strong {
    margin-left: 0;
  }
}

.m-product-textbox.l-cont_xs,
.p-company .m-product-textbox.l-cont_co-sec,
.m-pam-overview > .m-product-textbox.wp-block-group__inner-container,
.m-pam-spec > .m-product-textbox.wp-block-group__inner-container,
.m-pam-trial > .m-product-textbox.wp-block-group__inner-container {
  width: 72%;
}
@media screen and (max-width: 480px) {
  .m-product-textbox.l-cont_xs,
  .p-company .m-product-textbox.l-cont_co-sec,
  .m-pam-overview > .m-product-textbox.wp-block-group__inner-container,
  .m-pam-spec > .m-product-textbox.wp-block-group__inner-container,
  .m-pam-trial > .m-product-textbox.wp-block-group__inner-container {
    width: 100%;
    padding: 0;
  }
}
.m-product-textbox > * {
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .m-product-textbox > * {
    font-size: 0.8125rem;
  }
}
.m-product-textbox > p {
  line-height: 2;
  padding: 0 0 0 0.625rem;
}
@media screen and (max-width: 480px) {
  .m-product-textbox > p {
    padding: 0 5%;
    position: relative;
  }
}
.m-product-textbox > p:first-child > strong {
  padding-top: 0;
}
.m-product-textbox > p + p {
  margin-top: 1rem;
}
.m-product-textbox > p > img {
  max-width: 483px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .m-product-textbox > p > img {
    display: block;
  }
}
.m-product-textbox > p > a {
  color: var(--link-color);
}
.m-product-textbox > ul {
  list-style-type: "●";
  padding-left: 1rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .m-product-textbox > ul {
    padding: 0 5% 0 7.5%;
    line-height: 1.4615384615;
  }
}
.m-product-textbox li {
  padding-left: 0.625rem;
}
@media screen and (max-width: 480px) {
  .m-product-textbox li {
    padding-left: 0.5rem;
  }
}
.m-product-textbox li + li {
  margin-top: 1.5rem;
}
@media screen and (max-width: 480px) {
  .m-product-textbox li + li {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .m-product-textbox li::marker {
    font-size: 0.5rem;
  }
}

.m-product-heading.sub-heading {
  padding-bottom: 1rem;
  margin-left: 72px;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .m-product-heading.sub-heading {
    margin: 0 5% 2.5rem;
    padding-bottom: 1.5rem;
  }
}
.m-product-heading.sub-heading::after {
  left: 5px;
}
@media screen and (max-width: 480px) {
  .m-product-heading.sub-heading::after {
    left: 0;
  }
}

.m-product-overview__body {
  background: var(--bg-light);
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding: 2.5rem;
}
@media screen and (max-width: 480px) {
  .m-product-overview__body {
    flex-direction: column;
    padding: 1.25rem 1.25rem 2.5rem;
  }
}
.m-product-overview__l {
  width: 48%;
}
@media screen and (max-width: 480px) {
  .m-product-overview__l {
    width: 100%;
  }
}
.m-product-overview__r {
  width: 48%;
}
@media screen and (max-width: 480px) {
  .m-product-overview__r {
    width: 100%;
  }
}
.m-product-overview__item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 1rem;
  line-height: 2;
  padding-left: 0.625rem;
}
.m-product-overview__item + .m-product-overview__item {
  border-top: 1px solid var(--light-gray);
  margin-top: 1.625rem;
  padding-top: 1.875rem;
}
@media screen and (max-width: 480px) {
  .m-product-overview__item + .m-product-overview__item {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .m-product-overview__item:last-of-type {
    border-bottom: 1px solid var(--light-gray);
    padding-bottom: 1rem;
  }
}
.m-product-overview__label {
  line-height: 2;
  margin-bottom: 0.625rem;
}
.m-product-overview__name {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .m-product-overview__name {
    font-size: 1rem;
  }
}
.m-product-overview__desc {
  line-height: 2;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .m-product-overview__desc {
    font-size: 0.8125rem;
  }
}
.m-product-overview__desc:empty::before {
  content: "-";
}
.m-product-overview .slick-list {
  height: 48% !important;
  aspect-ratio: 1;
}
.m-product-overview .slick-track {
  height: 100%;
}
.m-product-overview .slick-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.m-product-overview .slick-dots {
  bottom: -32px;
}
.m-product-overview .slick-dots li {
  margin: 0 1px;
}
.m-product-overview .slick-dots li:only-child {
  display: none;
}
.m-product-overview .slick-dots li button {
  padding: 5px;
}
.m-product-overview .slick-dots li button:before {
  width: 5px;
  height: 5px;
  content: "";
  border: 1.5px solid currentColor;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  opacity: 1;
}
.m-product-overview .slick-dots li.slick-active button:before {
  border: 1.5px solid var(--accent-color);
}
.m-product-overview .slick-next {
  right: 12px;
}
@media screen and (max-width: 480px) {
  .m-product-overview .slick-next {
    right: 0.25rem;
    transform: scale(0.5);
  }
}
.m-product-overview .slick-prev {
  left: 12px;
  z-index: 10;
  transform: scale(-1, 0.1);
}
@media screen and (max-width: 480px) {
  .m-product-overview .slick-prev {
    left: 0.25rem;
    transform: scale(-0.5, 0.5);
  }
}
.m-product-overview .slick-next:before,
.m-product-overview .slick-prev:before {
  content: url(../img/carousel-btn.svg) !important;
  transform: scale(0.8);
}
@media screen and (max-width: 480px) {
  .m-product-overview .m-btn-wrap__r {
    margin-right: auto;
  }
}

.m-product-catalog {
  background: var(--bg-light);
  padding: 2.5rem;
  box-shadow: 0 0 0 100vmax var(--bg-light);
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax);
}
@media screen and (max-width: 480px) {
  .m-product-catalog {
    padding: 2.5rem 5%;
  }
}
.m-product-catalog .m-en-heading {
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 480px) {
  .m-product-catalog .m-en-heading {
    font-size: 1.25rem;
  }
}
.m-product-catalog .m-en-heading span {
  font-size: 0.8125rem;
  display: block;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .m-product-catalog .m-en-heading span {
    font-size: 0.625rem;
  }
}
.m-product-catalog__copy {
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .m-product-catalog__copy {
    text-align: left;
    width: 90%;
    margin: auto;
  }
}

/*
  技術力・事業案内 共通
-----------------------------------------------------*/
.m-top-copy {
  font-weight: normal;
  margin-bottom: 5.7em;
}
@media screen and (max-width: 480px) {
  .m-top-copy {
    margin-bottom: 2.5rem;
  }
}

.u-before-bg_light {
  position: relative;
}
@media screen and (max-width: 960px) {
  .u-before-bg_light {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.u-before-bg_light::before {
  background: var(--bg-light);
  content: "";
  height: 100%;
  left: calc(50% - 50 * var(--vw));
  position: absolute;
  top: 3.4em;
  width: calc(100 * var(--vw));
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .u-before-bg_light::before {
    top: 0.5rem;
  }
}
.m-intro-cols {
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .m-intro-cols:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}
.m-intro-cols:not(:last-child) {
  margin-bottom: 5.7142857143em;
}
@media screen and (max-width: 480px) {
  .m-intro-cols:nth-of-type(even) {
    flex-direction: column;
  }
}
.m-intro-cols:last-child {
  margin-bottom: 0;
}
.m-intro-cols .wp-block-image {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .m-intro-cols__imgcol {
    flex-basis: calc(93% * 0.6) !important;
  }
}
@media screen and (max-width: 960px) {
  .m-intro-cols__textcol {
    flex-basis: calc(93% * 0.4) !important;
  }
}

.m-intro-label {
  font-family: "Oswald";
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .m-intro-label {
    margin-bottom: 0.5rem;
  }
}
.m-intro-label__count {
  font-size: 0.8rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 480px) {
  .m-intro-label__count {
    font-size: 0.625rem;
  }
}
.m-intro-label__en {
  text-transform: uppercase;
  color: var(--light-gray);
  font-size: 1.067rem;
}
@media screen and (max-width: 480px) {
  .m-intro-label__en {
    font-size: 0.8125rem;
  }
}
.m-intro-label__en::first-letter {
  color: var(--accent-color);
}

.m-intro-heading {
  font-size: 1.733rem;
  font-weight: 500;
  line-height: 1.4230769231;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .m-intro-heading {
    margin: 0 auto 1.25rem;
    font-size: 1.125rem;
    width: 90%;
  }
}

.m-intro-desc {
  word-break: break-all;
  font-weight: normal;
  margin-bottom: 2.5rem;
  max-width: 770px;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 480px) {
  .m-intro-desc {
    width: 90%;
    padding: 0;
  }
}
.m-intro-desc p + p {
  margin-top: 1em;
}

body .l-cont_lower-layer {
  padding-top: 4.5714285714em;
  max-width: 1014px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  body .l-cont_lower-layer {
    padding-top: 3.125rem;
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media screen and (max-width: 480px) {
  .u-sp_row {
    flex-direction: row !important;
    gap: 0.875rem !important;
  }
}
.u-sp_row > .wp-block-column:not(:first-child) {
  margin-top: 0 !important;
}

.m-lower-desc {
  max-width: 770px;
  margin-right: 0;
  margin-left: auto;
  line-height: 2.2857142857;
}
@media screen and (max-width: 960px) {
  .m-lower-desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .m-lower-desc {
    width: 90%;
    margin-right: auto;
  }
}
.m-lower-desc p + p {
  margin-top: 1em;
}
.m-lower-desc.u-mb_xl {
  margin-bottom: 2.5rem !important;
}

@media screen and (max-width: 480px) {
  body .m-cols {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  body .m-cols.u-mb_lg {
    margin-bottom: 1.25rem !important;
  }
}
@media screen and (max-width: 480px) {
  body .m-cols > .wp-block-column:not(:first-child) {
    margin-top: 5rem;
  }
}
body .m-cols .wp-block-image {
  margin: 0;
}
body .m-cols .m-intro-desc:last-child {
  margin-bottom: 0;
}

.main-products {
  position: relative;
  background: var(--bg-light);
  padding: 3.5rem 3.8240917782% 3.125rem;
}
@media screen and (max-width: 480px) {
  .main-products {
    margin-top: 2.5rem;
    padding: 2rem 1rem;
  }
}

.main-products__name {
  position: absolute;
  top: -1.5rem;
  left: 7.6481835564%;
  color: var(--base-color);
  background: var(--text-color);
  font-size: 1.375rem;
  padding: 0.25rem 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .main-products__name {
    font-size: 1rem;
    left: 50%;
    top: -1rem;
    transform: translateX(-50%);
  }
}

.main-products__list.wp-block-columns.is-not-stacked-on-mobile {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .main-products__list.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
    gap: 1em;
  }
}

@media screen and (max-width: 480px) {
  .wp-block-columns.is-not-stacked-on-mobile
    > .wp-block-column.main-products__item {
    width: calc((100% - 1em) / 2);
    flex-basis: unset;
    flex-grow: unset;
  }
}

.m-view-all {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .m-view-all {
    margin-right: 1rem;
    font-size: 0.8125rem;
  }
}

.m-desc-cols {
  gap: 8.281573499% !important;
}
@media screen and (max-width: 480px) {
  .m-desc-cols {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .m-desc-cols .m-lower-desc,
  .m-desc-cols .m-intro-desc {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  body .m-cols.m-desc-cols > .wp-block-column:not(:first-child) {
    margin-top: 1.25rem;
  }
}

/*
  BETSY ベッツィー
-----------------------------------------------------*/
.page-id-12572 {
}
.u-bg_betsy {
  position: relative;
}
.u-bg_betsy::before {
  position: absolute;
  background: url(../img/u-bg_betsy.jpg) center/cover no-repeat;
  content: "";
  height: 100%;
  width: calc(100 * var(--vw));
  top: 3.125rem;
  left: calc(50% - 50 * var(--vw));
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .u-bg_betsy::before {
    content: none;
  }
}

.betsy__note {
  font-size: 0.82rem;
}

.m-youtube-cols {
  margin-bottom: 9.375rem;
  gap: 8.281573499% !important;
}
@media screen and (max-width: 480px) {
  .m-youtube-cols {
    flex-direction: column;
    margin-bottom: 5rem;
  }
}
.m-youtube-cols .u-youtube-bgarea {
  background: var(--text-color);
  color: var(--base-color);
  padding: 2.5rem 16.2528216704% 3rem;
  margin-bottom: 1.875rem;
}
.m-youtube-cols .wp-block-heading {
  margin-bottom: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .m-youtube-cols .wp-block-heading {
    font-size: 0.875rem;
  }
}
.m-youtube-cols .m-youtube-link {
  font-size: 1rem;
}

/*
  300℃ジャケット加熱・耐圧ミキサ
-----------------------------------------------------*/
.u-bg_heating {
  position: relative;
}
.u-bg_heating::before {
  position: absolute;
  background: url(../img/u-bg_heating.jpg) center/cover no-repeat;
  content: "";
  height: 100%;
  width: calc(100 * var(--vw));
  top: 3.125rem;
  left: calc(50% - 50 * var(--vw));
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .u-bg_heating::before {
    content: none;
  }
}

.m-heating-list {
  background: var(--light-color);
  padding: 2.5rem 5.8565153734%;
}
.m-heating-list li {
  counter-increment: title;
}
.m-heating-list li + li {
  margin-top: 3.125rem;
}
@media screen and (max-width: 480px) {
  .m-heating-list li + li {
    margin-top: 1.25rem;
  }
}
.m-heating-list h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.625rem;
  padding-left: 2.25rem;
  padding-top: 0.25rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .m-heating-list h4 {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}
.m-heating-list h4::before {
  background: var(--text-color);
  border-radius: 2.4em;
  color: var(--base-color);
  content: counter(title);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 400;
  justify-content: center;
  left: 0;
  line-height: 1.875rem;
  position: absolute;
  top: 0;
  width: 1.875rem;
}
.m-heating-list p {
  line-height: 2.5;
}
@media screen and (max-width: 480px) {
  .m-heating-list p {
    line-height: 2;
  }
}

/*
  深海用水中ポンプ
-----------------------------------------------------*/
.u-bg_underwater {
  position: relative;
}
.u-bg_underwater::before {
  position: absolute;
  background: url(../img/u-bg_underwater.jpg) center/cover no-repeat;
  content: "";
  height: 100%;
  width: calc(100 * var(--vw));
  top: 3.125rem;
  left: calc(50% - 50 * var(--vw));
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .u-bg_underwater::before {
    content: none;
  }
}
@media screen and (max-width: 480px) {
  .u-bg_underwater.u-pb_lg {
    padding-bottom: 1.25rem;
  }
}

.u-bg_underwater2 {
  position: relative;
}
.u-bg_underwater2::before {
  position: absolute;
  background: url(../img/u-bg_underwater2.jpg) center/cover no-repeat;
  content: "";
  height: 100%;
  width: calc(100 * var(--vw));
  top: 3.125rem;
  left: calc(50% - 50 * var(--vw));
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .u-bg_underwater2::before {
    content: none;
  }
}
@media screen and (max-width: 480px) {
  .u-bg_underwater2.u-mb_xxl {
    margin-bottom: 0 !important;
  }
}

.underwater .m-intro-desc-cols {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 480px) {
  .underwater .m-intro-desc-cols {
    margin-bottom: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

/*
  ポンプ分野
-----------------------------------------------------*/
.u-bg_pump {
  position: relative;
}
.u-bg_pump::before {
  position: absolute;
  background: url(../img/u-bg_pump.jpg) center/cover no-repeat;
  content: "";
  height: 100%;
  width: calc(100 * var(--vw));
  top: 3.125rem;
  left: calc(50% - 50 * var(--vw));
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .u-bg_pump::before {
    content: none;
  }
}
@media screen and (max-width: 480px) {
  .u-bg_pump.u-pb_lg {
    padding-bottom: 1.25rem;
  }
}

/*
  粉体機器分野
-----------------------------------------------------*/
.u-bg_powder {
  position: relative;
}
.u-bg_powder::before {
  position: absolute;
  background: url(../img/u-bg_powder.jpg) center/cover no-repeat;
  content: "";
  height: 100%;
  width: calc(100 * var(--vw));
  top: 3.125rem;
  left: calc(50% - 50 * var(--vw));
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .u-bg_powder::before {
    content: none;
  }
}
@media screen and (max-width: 480px) {
  .u-bg_powder.u-pb_lg {
    padding-bottom: 1.25rem;
  }
}

/*
  新機部
-----------------------------------------------------*/
.u-bg_new {
  position: relative;
}
.u-bg_new::before {
  position: absolute;
  background: url(../img/u-bg_new.jpg) center/cover no-repeat;
  content: "";
  height: 100%;
  width: calc(100 * var(--vw));
  top: 3.125rem;
  left: calc(50% - 50 * var(--vw));
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .u-bg_new::before {
    content: none;
  }
}
@media screen and (max-width: 480px) {
  .u-bg_new.u-pb_lg {
    padding-bottom: 1.25rem;
  }
}

/*
  スクロール
-----------------------------------------------------*/
.scrollable-area {
  position: relative;
  overflow-y: scroll;
}

.scrollable-area:hover .scroll-hint_down {
  opacity: 0;
}

.scroll-hint_down {
  opacity: 1;
  transition: opacity 0.5s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  color: #fff;
  padding: 10px 16px;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}

.scroll-hint_down-icon {
  display: block;
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
}

/*
  フェードイン
-----------------------------------------------------*/

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeInTrigger {
  opacity: 0;
}

/* 2023-09-21 nakamura start */
.m-co-iso__imgwrap img {
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
}

/* 2024-05-30 SDGs new section - nakamura start */
.l-cont_xxs {
  margin-left: auto;
  margin-right: auto;
  width: min(567px, 100%);
}
.l-halfmedia + .l-halfmedia {
  margin-top: calc(45 / 16 * 1rem);
}
.l-halfmedia > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 201fr 336fr;
  gap: calc(30 / 16 * 1rem) calc(30 / 567 * 100%);
}
.l-halfmedia__label {
  font-size: 1rem;
  font-weight: 500;
  line-height: calc(24 / 16);
}
.l-halfmedia__label + .l-halfmedia__desc {
  margin-top: 1rem;
}
.l-halfmedia__desc {
  font-size: .875rem;
  line-height: calc(32 / 14);
}
.m-sdgs-action__desc {
  line-height: calc(25 / 15);
}
@media screen and (min-width: 481px) {
  .m-sdgs-effort .m-main-heading {
    margin-bottom: 0;
  }
  .m-sdgs-effort > .wp-block-group__inner-container > .m-sdgs-effort__img {
      margin-top: calc(50 / 16 * 1rem);
  }
  .m-sdgs-wrap > .wp-block-group__inner-container > .m-sdgs-action__btn {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .l-halfmedia + .l-halfmedia {
      margin-top: calc(24 / 16* 1rem);
  }
  .l-halfmedia__label {
    font-size: .875rem;
  }
  .l-halfmedia__label + .l-halfmedia__desc {
    margin-top: .5rem;
  }
  .l-halfmedia__desc {
    font-size: 0.8125rem;
    line-height: 2;
  }
  .m-sdgs-action__desc {
    font-size: 0.8125rem;
    line-height: 2;
  }
}

/* 2024-05-30 SDGs new page - nakamura start */
.m-sdgs-work-top {
  width: min(683px, 100%);
  margin: auto;
}
.m-sdgs-pump {
  width: min(720px, 100%);
  margin-inline: auto;
}
.m-sdgs-cap {
  width: min(720px, 100%);
  margin-inline: auto;
}
.m-sdgs-paper {
  width: min(900px, 100%);
  margin-inline: auto;
}
.m-sdgs-work-sectimg {
  width: min(660px, 100%);
  margin-inline: auto;
}
.m-sdgs-work-desc {
  width: min(568px, 100%);
  margin-inline: auto;
}
.m-sdgs-work-desc mark {
  font-size: calc(15 / 14 * 1em);
}
.m-sdgs-pump-table {
  width: min(568px, 100%);
  margin-inline: auto;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
}
.m-sdgs-pump-table thead {
  border: 0;
}
.m-sdgs-pump-table thead th,
.m-sdgs-pump-table tr:not(:last-child) td {
  border-bottom: 1px solid #cbcbcb;
}
.m-sdgs-pump-table tr > *:first-child {
  min-width: 96px;
}
.m-sdgs-pump-table tr > *:not(:first-child) {
  border-left: 1px solid #cbcbcb;
}
.m-sdgs-pump-table th,
.m-sdgs-pump-table td {
  font-size: .8125rem;
  line-height: 1.5;
  padding: .25rem .8125rem;
}
.m-sdgs-pump-table th {
  background: #e8e8e8;
  padding: .25rem .875rem;
}
.m-sdgs-pump-table th + *,
.m-sdgs-pump-table td + * {
  border-left: 0;
}
.m-heating-list.-col2 {
  background: none;
  display: grid;
  gap: 1rem calc(16 / 720* 100%);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 0;
}
.m-heating-list.-col2 li {
  background: rgb(233 239 245 / .76);
  padding: 1.5rem calc(37 / 352* 100%);
}
.m-heating-list.-col2 li + li {
  margin-top: 0;
}
.m-sdgs-cap__subhead + * {
  margin-top: 1.125rem;
}
.m-sdgs-cap__subhead {
  font-size: 1.25rem;
  font-weight: 500;
}
.m-pam-case__result,
.m-result {
  padding: 2.5rem calc(40 / 720* 100%);
}
.m-result {
  background: var(--pam-bg-result);
} 
.m-result.-lightgray {
  background: #F4F6F8;
}
.m-result__txt {
  font-weight: bold;
  margin: auto;
  width: fit-content;
}
.m-sdgs-cap__cols > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(16 / 720* 100%);
    width: min(568px, 100%);
    margin-inline: auto;
}
.m-sdgs-paper__result {
  margin-top: 6.25rem;
}
.m-sdgs-paper__result {
  margin: 6.25rem auto 0;
  width: min(720px, 100%);
}
.m-sdgs-paper__label {
    font-weight: 500;
    line-height: calc(26 / 18);
}
.m-sdgs-paper__label + .wp-block-table.m-sdgs-paper__table {
  margin-top: 2rem;
}
.wp-block-table.m-sdgs-paper__table {
    border-bottom: 0;
    margin-bottom: 0;
}
.wp-block-table.m-sdgs-paper__table thead {
    border-bottom: 0;
}
.wp-block-table.m-sdgs-paper__table th {
    padding: calc(11 / 16* 1em) 2.5%;
    background: #3D3D3D;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    border: 1px solid #3D3D3D;
    line-height: calc(28 / 16);
}
.wp-block-table.m-sdgs-paper__table td {
    border: 1px solid #3D3D3D;
    font-size: clamp(1.25rem, 28 / 1366 * 100 * var(--vw), 29px);
    line-height: calc(42 / 29);
    padding: 1em 2.5%;
}
.m-sdgs-paper__arrow {
    display: grid;
    place-items: center;
}
@media screen and (min-width: 481px) {
  .m-sdgs-work-top__head {
    margin: 0;
  }
  .m-sdgs-work-top > .wp-block-group__inner-container > .m-sdgs-work-top__img {
      margin-top: calc(50 / 16 * 1rem);
  }
  .m-sdgs-work-desc {
    font-size: .875rem;
  }
  .m-sdgs-wrap > .wp-block-group__inner-container > .m-sdgs-pump-list {
      margin-top: 6.25rem;
  }
  .m-heating-list.m-sdgs-pump-list h4 {
    font-size: 1.25rem;
    margin-bottom: 1.125rem;
    padding-top: 0;
    padding-left: 2.5rem;
  }
  .m-heating-list.m-sdgs-pump-list p {
    line-height: calc(32 / 14);
    font-size: calc(14 / 16 * 1rem);
  }
  .m-result__txt.m-sdgs-cap__result-txt {
    font-size: clamp(1.25rem, 28 / 1366 * 100 * var(--vw), 27px);
    line-height: calc(45 / 28);
  }
  .m-sdgs-cap__sect + .m-sdgs-cap__sect {
    margin-top: 3.5rem;
  }
  .m-result__txt.m-sdgs-paper__result-txt {
      font-size: clamp(1.5rem, 32 / 1366 * 100 * var(--vw) , 2rem);
      line-height: calc(45 / 32);
  }
  .m-sdgs-work-desc + .m-sdgs-cap__sect {
    margin-top: 6.25rem;
  }
  .m-sdgs-wrap > .wp-block-group__inner-container > .m-sdgs-paper__cols {
    margin-top: 3.5rem;
  }
  .m-sdgs-paper__cols > .wp-block-group__inner-container {
      display: grid;
      grid-template-columns: 367fr 53fr 367fr;
      gap: calc(56 / 900* 100%);
  }
  .m-sdgs-paper__label {
      font-size: 1.125rem;
  }
  .m-sdgs-paper__arrow {
      margin: 3.5rem auto 0;
      transform: rotate(-90deg);
  }
}
@media screen and (max-width: 480px) {
  .m-sdgs-work-top > .wp-block-group__inner-container > * + * {
    margin-top: 3rem;
  }
  .m-sdgs-cap__subhead {
    font-size: .875rem;
  }
  .m-pam-case__result, .m-result {
      padding: 5%;
  }
  .m-heating-list.-col2 li {
    padding-inline: 5%;
  }
  .m-sdgs-paper__arrow {
      width: 1.625rem;
      margin: 1.5rem auto 1rem;
  }
  .wp-block-table.m-sdgs-paper__table th {
    font-size: .8125rem;
  }
  .wp-block-table.m-sdgs-paper__table td {
    font-size: .875rem;
  }
  .m-sdgs-paper__label + .wp-block-table.m-sdgs-paper__table {
      margin-top: 1rem;
  }
}