@charset "UTF-8";
/*
Getup.css is released under the Open Source MIT license.
http://www.opensource.org/licenses/mit-license.php

Getup.css is inspired by OOCSS, inuit.css, Twitter Bootstrap, HTML5 Boilerplate, PocketGrid

LICENSE
https://github.com/nibushibu/getup-css/blob/master/LICENSE
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Oswald:wght@200..700&family=Sawarabi+Mincho&family=Sawarabi+Gothic&display=swap");
@import url("https://use.fontawesome.com/releases/v6.2.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  width: 15px;
  height: 15px;
  margin-bottom: 0.3rem;
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

:root {
  /* タイポグラフィスケール */
  --font-size-xs: clamp(1.2rem, 0.5vw + 1.1rem, 1.4rem); /* 12px〜14px */
  --font-size-sm: clamp(1.3rem, 0.5vw + 1.3rem, 1.5rem); /* 14px〜16px */
  --font-size-base: clamp(1.5rem, 0.25vw + 1.55rem, 1.6rem); /* 16px固定 */
  --font-size-lg: clamp(1.8rem, 0.75vw + 1.65rem, 2rem); /* 18px〜20px */
  --font-size-xl: clamp(2.4rem, 1.5vw + 2.1rem, 3rem); /* 24px〜30px */
  --font-size-2xl: clamp(3.2rem, 2.5vw + 2.7rem, 4rem); /* 32px〜40px */
  --font-size-3xl: clamp(4rem, 4vw + 3rem, 5.6rem); /* 40px〜56px */
  /* スペーシングシステム */
  --space-xs: clamp(0.25rem, 0.5vw, 0.5rem);
  --space-sm: clamp(0.5rem, 1vw, 1rem);
  --space-md: clamp(1rem, 2vw, 1.5rem);
  --space-lg: clamp(1.5rem, 3vw, 2.5rem);
  --space-xl: clamp(2rem, 4vw, 4rem);
  --space-2xl: clamp(3rem, 6vw, 6rem);
  /* カラーシステム */
  --color-primary: #1083a7;
  --color-text: #1f2937;
  --color-background: #f1f1f1;
  --bg-bogo-default: #e8e8e8;
  --bg-bogo-current: #d2dce9;
  --white: #fff;
  --blue: #4f87b0;
  --light-blue: #dcebf5;
  --light-navy: #eaeff4;
  --mega-blue: #3e699e;
  /* opacity */
  --op-hover: 0.8;
  /* transition */
  --trans-default: 0.3s;
  /* スペーシング（8の倍数ベース） */
  --space-unit: 0.8rem; /* 8px */
  --space-xs: clamp(0.4rem, 1vw + 0.2rem, 0.8rem); /* 4px〜8px */
  --space-sm: clamp(0.8rem, 2vw + 0.4rem, 1.6rem); /* 8px〜16px */
  --space-md: clamp(1.6rem, 3vw + 1rem, 3.2rem); /* 16px〜32px */
  --space-lg: clamp(2.4rem, 4vw + 1.6rem, 4.8rem); /* 24px〜48px */
  --space-xl: clamp(3.2rem, 5vw + 2rem, 6.4rem); /* 32px〜64px */
  --space-2xl: clamp(4rem, 6vw + 2.5rem, 8rem); /* 40px〜80px */
  --space-3xl: clamp(4.8rem, 8vw + 3rem, 9.6rem); /* 48px〜96px */
  /* レイアウト */
  --container-width: min(90%, 1200px);
  --content-width: min(85%, 800px);
  --sidebar-width: clamp(200px, 25%, 300px);
  --header-height-desktop: 148px;
  --header-height-tablet: 100px;
  --header-height-mobile: 70px;
  /* ボーダー・角丸 */
  --border-radius-sm: 0.25rem;
  --border-radius-md: 0.5rem;
  --border-radius-lg: 1rem;
  /* シャドウ */
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

h1 {
  font-size: var(--font-size-3xl);
}

h2 {
  font-size: var(--font-size-2xl);
}

h3 {
  font-size: var(--font-size-xl);
}

p {
  font-size: var(--font-size-base);
}

small {
  font-size: var(--font-size-sm);
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100.01%;
  text-align: left;
  color: #111;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
}

/* 横スクロールバー非表示 */
html,
body {
  font-size: 10px;
  line-height: 1.6;
  background: #fff;
}

body {
  overflow-x: hidden;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
img {
  vertical-align: bottom;
  border: 0;
}

/* 各種タイトルの文字サイズ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

/** body **/
body {
  height: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #4f87b0;
  font-weight: 400;
}
body p {
  line-height: 1.8;
  font-weight: 400;
  color: #000;
}
body strong {
  font-weight: 700;
}
body .anchor {
  padding-top: 70px;
  margin-top: -70px;
}

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

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

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

span, i {
  color: inherit;
}

sup {
  line-height: 1em;
  vertical-align: 0;
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
  margin: 0 0.1em;
}

sub {
  line-height: 1em;
  vertical-align: 0;
  font-size: 0.8em;
  position: relative;
  top: 0.1em;
  margin: 0 0.1em;
}

.floatR {
  float: right;
  display: inline;
}

.floatL {
  float: left;
  display: inline;
}

/* リスト表示 */
ul li {
  font-size: 16px;
  line-height: 1.4;
}

ul.decimal {
  margin: 0;
  padding: 0;
}

ul.decimal li {
  padding-left: 1em;
  text-indent: -1em;
}

ul.circle {
  padding: 0;
  margin-left: 2em;
}
ul.circle li {
  list-style-type: disc;
}
ul.circle li + li {
  margin-top: var(--space-unit);
}

/* dl.dt.dd リスト表示 */
/* hr 要素は不可視で使う */
hr {
  border: 0;
  clear: both;
  display: block;
}

.pc {
  display: inherit;
  color: inherit;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
  color: inherit;
}
@media screen and (max-width: 640px) {
  .sp {
    display: inherit;
  }
}

/** form **/
input,
select {
  vertical-align: middle;
}

/** link **/
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #4091cd;
  text-decoration: none;
  transition: all 0.6s ease-in;
}
a:hover {
  transition: all 0.2s ease-in;
}

p a:link, p a:visited,
li a:link,
li a:visited,
td a:link,
td a:visited,
th a:link,
th a:visited {
  color: #000;
}
p a:hover,
li a:hover,
td a:hover,
th a:hover {
  color: #4091cd;
}

br.brsp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.brsp {
    display: inherit;
  }
}

.header__clm {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  top: 0;
  display: flex;
  align-items: center;
  height: var(--header-height-desktop);
  padding: 0 60px 0 70px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1440px) {
  .header__clm {
    padding: 0 50px 0 60px;
  }
}
@media screen and (max-width: 1280px) {
  .header__clm {
    height: var(--header-height-tablet);
    padding: 0 2.5%;
  }
}
@media screen and (max-width: 640px) {
  .header__clm {
    height: var(--header-height-mobile);
    padding: 0 16px 0 24px;
  }
}
.admin-bar .header__clm {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header__clm {
    top: 46px;
  }
}
.header__logo {
  flex: 0 1 200px;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .header__logo {
    flex: 0 1 200px;
  }
}
@media screen and (max-width: 1280px) {
  .header__logo {
    flex: 0 1 200px;
  }
}
@media screen and (max-width: 640px) {
  .header__logo {
    flex: 0 1 134px;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__sp-contact {
  display: none;
}
@media screen and (max-width: 980px) {
  .header__sp-contact {
    display: block;
    width: 32px;
    height: 24px;
  }
}
.header__sp-contact img {
  width: 100%;
  height: auto;
}
.header__nav {
  position: static;
}
@media screen and (max-width: 980px) {
  .header__nav {
    position: fixed;
    left: 0;
    inset: 0;
    top: var(--header-height-tablet);
    background: var(--blue);
    color: var(--white);
    transform: translateX(100%);
    transition: transform 0.25s ease;
    z-index: 998;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header__nav.is-open {
    transform: translateX(0);
  }
}
@media screen and (max-width: 640px) {
  .header__nav {
    top: var(--header-height-mobile);
  }
}
.header__bogo {
  border-radius: 100px;
  overflow: hidden;
  flex: 0 0 auto;
  margin-left: 60px;
}
@media screen and (max-width: 1440px) {
  .header__bogo {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .header__bogo {
    margin-left: 32px;
  }
}
@media screen and (max-width: 640px) {
  .header__bogo {
    border-radius: 0 100px 100px 0;
    margin-left: 20px;
  }
}
.header__ham {
  width: 20px;
  height: 15px;
  display: none;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .header__ham {
    display: block;
    position: relative;
    cursor: pointer;
    margin-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .header__ham {
    margin-left: 20px;
  }
}
.header__ham[aria-expanded=true] .header__ham-line:first-child, .header__ham[aria-expanded=true] .header__ham-line:last-child {
  top: calc(50% - 0.5px);
}
.header__ham[aria-expanded=true] .header__ham-line:first-child {
  transform: rotate(45deg);
}
.header__ham[aria-expanded=true] .header__ham-line:nth-child(2) {
  opacity: 0;
  transform: translateX(50%);
}
.header__ham[aria-expanded=true] .header__ham-line:last-child {
  transform: rotate(-45deg);
}
.header__ham-line {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background: var(--blue);
  transition: all var(--trans-default) ease;
}
.header__ham-line:first-child {
  top: 0;
}
.header__ham-line:nth-child(2) {
  top: calc(50% - 0.5px);
}
.header__ham-line:last-child {
  bottom: 0;
}

.bogo-language-switcher {
  display: flex;
}
.bogo-language-switcher li:first-child .bogo-language-name span {
  transform: translate(-3px, -1px);
}
@media screen and (max-width: 640px) {
  .bogo-language-switcher li:first-child .bogo-language-name span {
    transform: translateX(-2px);
  }
}
.bogo-language-switcher li:last-child .bogo-language-name span {
  transform: translate(3px, -1px);
}
@media screen and (max-width: 640px) {
  .bogo-language-switcher li:last-child .bogo-language-name span {
    transform: translateX(-2px);
  }
}
@media screen and (max-width: 640px) {
  .bogo-language-switcher .current {
    display: none;
  }
}
.bogo-language-switcher .current a {
  background: var(--bg-bogo-current);
  text-decoration: underline;
}
.bogo-language-switcher .en-US {
  order: 1;
}
.bogo-language-switcher .bogo-language-name {
  width: 44px;
  height: 38px;
  background: var(--bg-bogo-default);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .bogo-language-switcher .bogo-language-name {
    width: 33px;
    height: 28px;
  }
}
.bogo-language-switcher a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-underline-offset: 4px;
  transition: opacity var(--trans-default) !important;
}
.bogo-language-switcher a:hover {
  opacity: var(--op-hover);
  transition: opacity var(--trans-default);
}
.bogo-language-switcher a.current {
  pointer-events: none;
}
.bogo-language-switcher .is-disabled a {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}
.bogo-language-switcher .is-disabled .bogo-language-name {
  cursor: not-allowed;
  opacity: 0.4;
}

#drawerContents {
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 640px) {
  #drawerContents {
    display: inherit;
    padding-top: 6em;
  }
}
#drawerContents.drawer__active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#drawerContents .btn__close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  font-size: 15px;
  z-index: 1001;
}
#drawerContents .btn__close a {
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 20px;
  cursor: pointer;
}
#drawerContents .btn__close a:link, #drawerContents .btn__close a:visited {
  color: #111;
  transition: all 0.6s ease-in;
}
#drawerContents .btn__close a:hover {
  background-color: #ffe400;
  color: #111;
  transition: all 0.2s ease-in;
}
#drawerContents .drawer__wrapper {
  position: relative;
  z-index: 1000;
  background: transparent;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 15px;
  box-sizing: border-box;
}
#drawerContents .drawer__wrapper .search {
  display: none;
}
@media screen and (max-width: 640px) {
  #drawerContents .drawer__wrapper .search {
    display: inherit;
  }
}
#drawerContents .drawer__wrapper .search + hr {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #drawerContents .drawer__wrapper .search + hr {
    margin-top: 10px;
  }
}
#drawerContents .drawer__wrapper h2 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
}
#drawerContents .drawer__wrapper h2 .link_btn a {
  background-color: #f1f1f1;
  font-size: var(--font-size-xs);
  font-weight: 400;
  color: #333;
  border-radius: 15px;
  margin-left: var(--space-unit);
  padding: 0.1em 1.2em 0.2em;
  transition: all 0.6s ease-in;
}
#drawerContents .drawer__wrapper h2 .link_btn a:hover {
  background: #ffe400;
  color: #111;
  transition: all 0.2s ease-in;
}
#drawerContents .drawer__wrapper h2 + .drawer__list {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  #drawerContents .drawer__wrapper h2 + .drawer__list {
    margin-top: 8px;
  }
}
#drawerContents .drawer__wrapper h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffe400;
}
#drawerContents .drawer__wrapper h3 + .drawer__list__child {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #drawerContents .drawer__wrapper h3 + .drawer__list__child {
    margin-top: 5px;
  }
}
#drawerContents .drawer__wrapper h4 {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  color: #999;
}
#drawerContents .drawer__wrapper h4::before {
  content: "●";
  margin-right: 0.2em;
}
#drawerContents .drawer__wrapper h4 + .pagelink__list {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #drawerContents .drawer__wrapper h4 + .pagelink__list {
    margin-top: 5px;
  }
}
#drawerContents .drawer__wrapper .drawer__list {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 640px) {
  #drawerContents .drawer__wrapper .drawer__list {
    grid-template-columns: 1fr;
  }
}
#drawerContents .drawer__wrapper .drawer__list__child {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
#drawerContents .drawer__wrapper .drawer__list__child.heatCountermeasures {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 640px) {
  #drawerContents .drawer__wrapper .drawer__list__child.heatCountermeasures {
    grid-template-columns: 1fr;
  }
}
#drawerContents .drawer__wrapper .drawer__list.infoList {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 640px) {
  #drawerContents .drawer__wrapper .drawer__list.infoList {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
#drawerContents .drawer__wrapper .pagelink + hr {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #drawerContents .drawer__wrapper .pagelink + hr {
    margin-top: 10px;
  }
}
#drawerContents .drawer__wrapper .pagelink__list {
  margin-left: 0;
  padding-left: 0;
}
#drawerContents .drawer__wrapper .pagelink__list li {
  font-size: 13px;
  line-height: 1.6;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#drawerContents .drawer__wrapper .pagelink__list li a {
  display: block;
  box-sizing: border-box;
  padding: 2px 10px;
  border-radius: 5px;
}
#drawerContents .drawer__wrapper .pagelink__list li a span {
  color: inherit;
}
#drawerContents .drawer__wrapper .pagelink__list li a:link, #drawerContents .drawer__wrapper .pagelink__list li a:visited {
  color: #fff;
  transition: all 0.6s ease-in;
}
#drawerContents .drawer__wrapper .pagelink__list li a:hover {
  color: #111;
  background-color: #ffe400;
  transition: all 0.2s ease-in;
}
#drawerContents .drawer__wrapper .pagelink__list li + li {
  margin-top: 0.2em;
}
#drawerContents .drawer__wrapper .pagelink__list + hr {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #drawerContents .drawer__wrapper .pagelink__list + hr {
    margin-top: 10px;
  }
}
#drawerContents .drawer__wrapper .pagelink__list + h4 {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #drawerContents .drawer__wrapper .pagelink__list + h4 {
    margin-top: 10px;
  }
}
#drawerContents .drawer__wrapper hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#drawerContents .drawer__wrapper hr + .pagelink {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #drawerContents .drawer__wrapper hr + .pagelink {
    margin-top: 10px;
  }
}

.drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 900;
}

body.drawer-open {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

body.drawer-open .drawer__overlay {
  opacity: 1;
  pointer-events: auto;
}

footer {
  background-color: #f5f8fa;
  padding-bottom: 40px;
}
footer .footer__area {
  padding: 60px 0;
  box-sizing: border-box;
  color: #4f87b0;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 980px) {
  footer .footer__area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    width: 80%;
    padding: var(--space-lg) 0;
  }
}
footer .footer__area div.footer__clm {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 980px) {
  footer .footer__area div.footer__clm._order1 {
    order: 1;
  }
  footer .footer__area div.footer__clm._order2 {
    order: 2;
  }
  footer .footer__area div.footer__clm._order3 {
    order: 3;
  }
  footer .footer__area div.footer__clm._order4 {
    order: 4;
  }
  footer .footer__area div.footer__clm._order5 {
    order: 5;
  }
}
footer .footer__area div.footer__clm .footer__title {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  color: var(--mega-blue);
}
footer .footer__area div.footer__clm .footer__title a:link, footer .footer__area div.footer__clm .footer__title a:visited {
  color: var(--mega-blue);
}
footer .footer__area div.footer__clm .footer__title a:hover {
  filter: brightness(1.5);
}
footer .footer__area div.footer__clm p.normal__text {
  color: var(--mega-blue);
  font-size: 14px;
  font-weight: 400;
}
footer .footer__area div.footer__clm p.normal__text a {
  color: var(--mega-blue);
}
footer .footer__area ul.footer__list {
  list-style: none;
  padding-left: 1.5em;
  border-left: 1px var(--mega-blue) solid;
}
footer .footer__area ul.footer__list li a {
  display: block;
  text-decoration: none;
  color: var(--mega-blue);
  font-size: 14px;
  letter-spacing: 0.1em;
}
footer .footer__area ul.footer__list li a:hover {
  filter: brightness(1.5);
}
footer .footer__area ul.footer__list li + li {
  margin-top: 0.2em;
}
footer p.footer__copy {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--mega-blue);
}

@media screen and (max-width: 980px) {
  .mega-nav {
    flex-direction: column;
    gap: 0;
  }
}
.mega-nav a {
  display: block;
}
.mega-nav button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.mega-nav.lvl-1 {
  display: flex;
  gap: 5px;
  list-style: none;
}
@media screen and (max-width: 980px) {
  .mega-nav.lvl-1 {
    padding: 80px 36px;
    flex-direction: column;
    gap: 0;
  }
}
.mega-nav.lvl-1 li {
  display: flex;
  align-items: center;
}
.mega-nav.lvl-1 li.is-contact {
  padding-left: 2em;
}
@media screen and (max-width: 640px) {
  .mega-nav.lvl-1 li.is-contact {
    padding-left: 0;
  }
}
@media screen and (max-width: 980px) {
  .mega-nav.lvl-1 li {
    width: 100%;
  }
}
.mega-nav.lvl-1 li:not(.is-contact) .menu-link {
  color: var(--mega-blue);
  transition: background-color var(--trans-default) ease;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .mega-nav.lvl-1 li:not(.is-contact) .menu-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .mega-nav.lvl-1 li:not(.is-contact) .menu-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
  .mega-nav.lvl-1 li:not(.is-contact) .menu-link {
    color: var(--white);
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid var(--white);
    font-size: 1.8rem;
    letter-spacing: 0.34em;
    position: relative;
  }
}
.mega-nav.lvl-1 li:not(.is-contact) .menu-link.has-children::before {
  display: none;
}
@media screen and (max-width: 980px) {
  .mega-nav.lvl-1 li:not(.is-contact) .menu-link.has-children::before {
    display: block;
    content: "";
    position: absolute;
    right: 8px;
    width: 21px;
    height: 9px;
    background-image: url("../images/icon/sp-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
  }
}
.mega-nav.lvl-1 li:not(.is-contact) .menu-link.is-active, .mega-nav.lvl-1 li:not(.is-contact) .menu-link:hover {
  background-color: var(--light-blue);
}
@media screen and (max-width: 980px) {
  .mega-nav.lvl-1 li:not(.is-contact) .menu-link.is-active, .mega-nav.lvl-1 li:not(.is-contact) .menu-link:hover {
    background: unset;
  }
}
.mega-nav.lvl-1 li.menu-item-home-top {
  display: none;
}
@media screen and (max-width: 980px) {
  .mega-nav.lvl-1 li.menu-item-home-top {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .mega-nav.lvl-1 li.is-contact {
    margin-top: 60px;
  }
}
.mega-nav.lvl-1 li.is-contact .menu-link {
  background-color: var(--blue);
  color: var(--white);
  padding: 8px 26px;
  border-radius: 0;
  transition: opacity var(--trans-default) ease;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  .mega-nav.lvl-1 li.is-contact .menu-link {
    font-size: 1.5rem;
    padding: 6px 20px;
  }
}
@media screen and (max-width: 1280px) {
  .mega-nav.lvl-1 li.is-contact .menu-link {
    font-size: 1.5rem;
    padding: 6px 16px;
  }
}
@media screen and (max-width: 980px) {
  .mega-nav.lvl-1 li.is-contact .menu-link {
    background-color: var(--white);
    color: var(--blue);
    border-radius: 0;
    padding: 14px 0;
    width: 100%;
    text-align: center;
    font-size: 2rem;
  }
}
.mega-nav.lvl-1 li.is-contact .menu-link:hover {
  opacity: 0.8;
}
.mega-nav.lvl-1 .sub-menu {
  display: none;
}
.mega-nav.lvl-1 .menu-link {
  padding: 18px 24px;
  border-radius: 10px;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .mega-nav.lvl-1 .menu-link {
    padding: 14px 18px;
  }
}
@media screen and (max-width: 980px) {
  .mega-nav.lvl-1 .menu-link {
    padding: 16px 10px;
  }
}

.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--trans-default) ease, transform var(--trans-default) ease;
  z-index: 900;
}
.megamenu.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 980px) {
  .megamenu {
    position: fixed;
    inset: 0;
    background: #ffffff;
    padding: 80px 36px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform var(--trans-default) ease;
    z-index: 999;
  }
  .megamenu.is-mobile {
    opacity: 1;
  }
  .megamenu.is-open.is-mobile {
    transform: translateX(0);
    background: inherit;
  }
  .megamenu.is-mobile.is-closing {
    transform: translateX(100%);
    pointer-events: none;
  }
}
.megamenu .mega .lvl-2 {
  position: relative;
  min-height: 100%;
}
.megamenu .mega-panel {
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 980px) {
  .megamenu .mega-panel {
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    min-height: 100%;
    transform: translateX(0);
    transition: transform var(--trans-default) ease;
    padding: 80px 36px;
    background: var(--blue);
    z-index: 1;
  }
  .megamenu .mega-panel.is-enter-forward {
    transform: translateX(100%);
    z-index: 2;
  }
  .megamenu .mega-panel.is-enter-back {
    transform: translateX(0%);
  }
  .megamenu .mega-panel.is-leave-forward {
    transform: translateX(0%);
  }
  .megamenu .mega-panel.is-leave-back {
    transform: translateX(100%);
    z-index: 3;
  }
}
.megamenu .mega-panel .mega-heading {
  color: var(--white);
  font-size: 2rem;
  letter-spacing: 0.34em;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 18px;
  padding: 0 8px;
}
.megamenu .mega-grid {
  position: relative;
  display: flex;
  opacity: 1;
  transform: translateX(0);
  transition: opacity var(--trans-default) ease, transform var(--trans-default) ease;
}
.megamenu .mega-grid.is-enter {
  opacity: 0;
  transform: translateX(20px);
}
.megamenu .mega-grid.is-leaving {
  opacity: 0;
  transform: translateX(-20px);
}
.megamenu .mega-grid.is-entered {
  opacity: 1;
  transform: translateX(0);
}
.megamenu .mega-grid.is-enter, .megamenu .mega-grid.is-leaving {
  position: absolute;
  inset: 0;
  width: 100%;
}
.megamenu .mega-col {
  flex: 0 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 1440px) {
  .megamenu .mega-col {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1280px) {
  .megamenu .mega-col {
    padding: 48px 0;
  }
}
.megamenu .mega-col-heading {
  width: 40.625%;
  background: var(--blue);
  padding-right: 80px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1440px) {
  .megamenu .mega-col-heading {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .megamenu .mega-col-heading {
    width: 30%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.megamenu .mega-col:not(.mega-col-heading) {
  width: 19.7916666667%;
}
@media screen and (max-width: 1280px) {
  .megamenu .mega-col:not(.mega-col-heading) {
    width: 23.3333333333%;
  }
}
.megamenu .mega-col:not(.mega-col-heading) .mega-text {
  color: var(--mega-blue);
}
.megamenu .mega-col-2 {
  background: var(--white);
}
.megamenu .mega-col-2 .mega-item {
  transition: background-color var(--trans-default) ease;
}
.megamenu .mega-col-2 .mega-item span {
  position: relative;
  display: block;
  padding-right: 14px;
}
.megamenu .mega-col-2 .mega-item span::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 14px;
  background-image: url("../images/icon/w-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.megamenu .mega-col-2 .mega-item:hover, .megamenu .mega-col-2 .mega-item.is-active {
  background: var(--light-blue);
}
.megamenu .mega-col-3, .megamenu .mega-col-4 {
  transition: background-color var(--trans-default) ease;
}
.megamenu .mega-col-3 .mega-list, .megamenu .mega-col-4 .mega-list {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity var(--trans-default) ease, transform var(--trans-default) ease;
}
.megamenu .mega-col-3.is-active .mega-list, .megamenu .mega-col-4.is-active .mega-list {
  opacity: 1;
  transform: translateX(0);
}
.megamenu .mega-col-3 .mega-item span, .megamenu .mega-col-4 .mega-item span {
  position: relative;
  display: block;
}
.megamenu .mega-col-3 .mega-item span::before, .megamenu .mega-col-4 .mega-item span::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -15px;
  bottom: -15px;
  right: -20px;
  border-radius: 10px;
  z-index: -1;
  transition: background-color var(--trans-default) ease;
}
@media screen and (max-width: 1440px) {
  .megamenu .mega-col-3 .mega-item span::before, .megamenu .mega-col-4 .mega-item span::before {
    left: -12px;
    top: -10px;
    bottom: -10px;
    right: -8px;
  }
}
.megamenu .mega-col-3 .mega-item:hover span::before, .megamenu .mega-col-3 .mega-item.is-active span::before, .megamenu .mega-col-4 .mega-item:hover span::before, .megamenu .mega-col-4 .mega-item.is-active span::before {
  background: var(--white);
}
.megamenu .mega-col-3.is-active {
  background: var(--light-blue);
}
.megamenu .mega-col-4.is-active {
  background: var(--light-navy);
}
.megamenu .mega-col .mega-heading-block {
  min-width: 351px;
}
@media screen and (max-width: 1440px) {
  .megamenu .mega-col .mega-heading-block {
    min-width: 263px;
  }
}
@media screen and (max-width: 1280px) {
  .megamenu .mega-col .mega-heading-block {
    min-width: 228px;
  }
}
.megamenu .mega-col .mega-heading-link, .megamenu .mega-col .mega-heading-desc {
  color: var(--white);
}
.megamenu .mega-col .mega-heading-link {
  font-size: 2.6rem;
  letter-spacing: 0.34em;
  font-weight: 400;
  position: relative;
  padding-bottom: 4px;
}
@media screen and (max-width: 1440px) {
  .megamenu .mega-col .mega-heading-link {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .megamenu .mega-col .mega-heading-link {
    font-size: 2.6rem;
  }
}
.megamenu .mega-col .mega-heading-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--white);
  opacity: 0;
  transition: all 0.3s ease;
}
.megamenu .mega-col .mega-heading-link:hover::before {
  opacity: 1;
  width: 95%;
}
.megamenu .mega-col .mega-heading-desc {
  margin-top: 20px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.megamenu .mega-list {
  list-style: none;
}
@media screen and (max-width: 980px) {
  .megamenu .mega-list-item:first-child .mega-item {
    border-top: 1px solid var(--white);
  }
}
.megamenu .mega-item {
  padding: 16px 40px;
  display: block;
  width: 100%;
  color: var(--mega-blue);
  border: 0;
  background: none;
}
@media screen and (max-width: 1440px) {
  .megamenu .mega-item {
    padding: 16px 28px;
  }
}
@media screen and (max-width: 1280px) {
  .megamenu .mega-item {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 980px) {
  .megamenu .mega-item {
    padding: 16px 39px 16px 8px;
    border-bottom: 1px solid var(--white);
  }
}
@media screen and (max-width: 980px) {
  .megamenu .mega-item.has-children {
    position: relative;
  }
  .megamenu .mega-item.has-children::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 9px;
    background-image: url("../images/icon/sp-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.megamenu .mega-text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  .megamenu .mega-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .megamenu .mega-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
  .megamenu .mega-text {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    color: var(--white);
  }
}
.megamenu .mega-back {
  justify-self: flex-start;
  background: none;
  border: 0;
  color: var(--white);
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}

@media screen and (max-width: 980px) {
  body.nav-open {
    overflow: hidden;
  }
}
.contents__block {
  background-color: #fff;
  overflow-x: hidden;
  padding-top: var(--header-height-desktop);
}
@media screen and (max-width: 1280px) {
  .contents__block {
    margin-top: var(--header-height-tablet);
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .contents__block {
    margin-top: var(--header-height-mobile);
  }
}

.img__block {
  text-align: center;
}

section.entryContents {
  border: green 1px solid;
}

.pagination {
  margin-top: var(--space-lg);
  margin-inline: auto;
  text-align: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination ul li {
  margin: 0;
}
.pagination ul li a,
.pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  font-size: var(--font-size-md);
  transition: all 0.3s ease;
}
.pagination ul li a:hover,
.pagination ul li span:hover {
  background-color: #f5f5f5;
  border-color: #999;
}
.pagination ul li .current {
  background-color: #333;
  color: #fff;
  border-color: #333;
  font-weight: bold;
  pointer-events: none;
}
.pagination ul li .pagination__prev,
.pagination ul li .pagination__next {
  font-weight: 500;
  border: 0;
  background-color: transparent;
}
.pagination ul li .pagination__prev:hover,
.pagination ul li .pagination__next:hover {
  background-color: transparent;
  border: 0;
}
.pagination ul li .dots {
  border: none;
  background: none;
  pointer-events: none;
  min-width: auto;
}
.pagination ul li .dots:hover {
  background: none;
  border: none;
}

@media (max-width: 768px) {
  .pagination a,
  .pagination span {
    min-width: 40px;
    height: 40px;
    padding: 0 8px;
  }
  .pagination ul {
    gap: 4px;
  }
}
p + figure {
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  p + figure {
    margin-top: 35px;
  }
}
p + .wp-block-preformatted, p + .wp-block-heading, p + .wp-block-columns, p + .wp-block-list, p + .wp-block-buttons, p + iframe {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  p + .wp-block-preformatted, p + .wp-block-heading, p + .wp-block-columns, p + .wp-block-list, p + .wp-block-buttons, p + iframe {
    margin-top: 30px;
  }
}
p + p {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  p + p {
    margin-top: 10px;
  }
}

.wp-block-preformatted {
  background-color: #eaeff4;
  padding: 40px 30px;
  font-size: 16px;
}
.wp-block-preformatted + p, .wp-block-preformatted + figure, .wp-block-preformatted + .wp-block-columns, .wp-block-preformatted + ul.wp-block-list, .wp-block-preformatted + .wp-block-buttons {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .wp-block-preformatted + p, .wp-block-preformatted + figure, .wp-block-preformatted + .wp-block-columns, .wp-block-preformatted + ul.wp-block-list, .wp-block-preformatted + .wp-block-buttons {
    margin-top: 30px;
  }
}

h2.wp-block-heading {
  text-align: left;
  margin-top: 50px;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  text-indent: -1px;
  color: #000;
}
@media screen and (max-width: 640px) {
  h2.wp-block-heading {
    margin-top: 30px;
  }
}
h2.wp-block-heading + p, h2.wp-block-heading + figure, h2.wp-block-heading + .wp-block-columns, h2.wp-block-heading + .wp-block-buttons {
  margin-top: 15px;
  padding-top: 15px;
  border-top: #4f87b0 2px solid;
}
@media screen and (max-width: 640px) {
  h2.wp-block-heading + p, h2.wp-block-heading + figure, h2.wp-block-heading + .wp-block-columns, h2.wp-block-heading + .wp-block-buttons {
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  h2.wp-block-heading + p, h2.wp-block-heading + figure, h2.wp-block-heading + .wp-block-columns, h2.wp-block-heading + .wp-block-buttons {
    padding-top: 8px;
  }
}
h2.wp-block-heading + h3.wp-block-heading, h2.wp-block-heading + h4.wp-block-heading {
  margin-top: 15px;
  padding-top: 50px;
  border-top: #4f87b0 2px solid;
}
@media screen and (max-width: 640px) {
  h2.wp-block-heading + h3.wp-block-heading, h2.wp-block-heading + h4.wp-block-heading {
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  h2.wp-block-heading + h3.wp-block-heading, h2.wp-block-heading + h4.wp-block-heading {
    padding-top: 30px;
  }
}
h2.wp-block-heading + .wp-block-list {
  margin-top: 15px;
  padding-top: 20px;
  border-top: #4f87b0 2px solid;
}
@media screen and (max-width: 640px) {
  h2.wp-block-heading + .wp-block-list {
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  h2.wp-block-heading + .wp-block-list {
    padding-top: 10px;
  }
}

h3.wp-block-heading {
  text-align: left;
  margin-top: 50px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-indent: -1px;
  color: #000;
}
@media screen and (max-width: 640px) {
  h3.wp-block-heading {
    margin-top: 30px;
  }
}
h3.wp-block-heading + p, h3.wp-block-heading + figure, h3.wp-block-heading + .wp-block-columns, h3.wp-block-heading + .wp-block-buttons {
  margin-top: 10px;
  padding-top: 10px;
  border-top: #c7cbd1 1px solid;
}
@media screen and (max-width: 640px) {
  h3.wp-block-heading + p, h3.wp-block-heading + figure, h3.wp-block-heading + .wp-block-columns, h3.wp-block-heading + .wp-block-buttons {
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  h3.wp-block-heading + p, h3.wp-block-heading + figure, h3.wp-block-heading + .wp-block-columns, h3.wp-block-heading + .wp-block-buttons {
    padding-top: 5px;
  }
}
h3.wp-block-heading + .wp-block-list {
  margin-top: 10px;
  padding-top: 20px;
  border-top: #c7cbd1 1px solid;
}
@media screen and (max-width: 640px) {
  h3.wp-block-heading + .wp-block-list {
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  h3.wp-block-heading + .wp-block-list {
    padding-top: 10px;
  }
}

h4.wp-block-heading {
  text-align: left;
  margin-top: 50px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: -1px;
  color: #444444;
}
@media screen and (max-width: 640px) {
  h4.wp-block-heading {
    margin-top: 30px;
  }
}
h4.wp-block-heading + p, h4.wp-block-heading + figure, h4.wp-block-heading + .wp-block-columns, h4.wp-block-heading + .wp-block-buttons {
  margin-top: 10px;
  padding-top: 10px;
  border-top: #c7cbd1 1px solid;
}
@media screen and (max-width: 640px) {
  h4.wp-block-heading + p, h4.wp-block-heading + figure, h4.wp-block-heading + .wp-block-columns, h4.wp-block-heading + .wp-block-buttons {
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  h4.wp-block-heading + p, h4.wp-block-heading + figure, h4.wp-block-heading + .wp-block-columns, h4.wp-block-heading + .wp-block-buttons {
    padding-top: 5px;
  }
}
h4.wp-block-heading + .wp-block-list {
  margin-top: 10px;
  padding-top: 20px;
  border-top: #c7cbd1 1px solid;
}
@media screen and (max-width: 640px) {
  h4.wp-block-heading + .wp-block-list {
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  h4.wp-block-heading + .wp-block-list {
    padding-top: 10px;
  }
}

figure {
  margin: 0;
}
figure.wp-block-image + p {
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  figure.wp-block-image + p {
    margin-top: 35px;
  }
}
figure.wp-block-image + .wp-block-heading, figure.wp-block-image + .wp-block-preformatted, figure.wp-block-image + .wp-block-image, figure.wp-block-image + .wp-block-gallery, figure.wp-block-image + .wp-block-columns, figure.wp-block-image + .wp-block-list, figure.wp-block-image + .wp-block-buttons {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  figure.wp-block-image + .wp-block-heading, figure.wp-block-image + .wp-block-preformatted, figure.wp-block-image + .wp-block-image, figure.wp-block-image + .wp-block-gallery, figure.wp-block-image + .wp-block-columns, figure.wp-block-image + .wp-block-list, figure.wp-block-image + .wp-block-buttons {
    margin-top: 30px;
  }
}
figure.wp-block-image img {
  width: 100%;
}
figure.wp-block-gallery + p {
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  figure.wp-block-gallery + p {
    margin-top: 35px;
  }
}
figure.wp-block-gallery + .wp-block-heading, figure.wp-block-gallery + .wp-block-image, figure.wp-block-gallery + .wp-block-gallery, figure.wp-block-gallery + .wp-block-columns, figure.wp-block-gallery + .wp-block-list, figure.wp-block-gallery + .wp-block-buttons {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  figure.wp-block-gallery + .wp-block-heading, figure.wp-block-gallery + .wp-block-image, figure.wp-block-gallery + .wp-block-gallery, figure.wp-block-gallery + .wp-block-columns, figure.wp-block-gallery + .wp-block-list, figure.wp-block-gallery + .wp-block-buttons {
    margin-top: 30px;
  }
}
figure.wp-block-gallery img {
  width: 100%;
}

.wp-block-columns {
  margin: 0;
}
.wp-block-columns + figure, .wp-block-columns + .wp-block-preformatted, .wp-block-columns + .wp-block-columns, .wp-block-columns + .wp-block-heading {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .wp-block-columns + figure, .wp-block-columns + .wp-block-preformatted, .wp-block-columns + .wp-block-columns, .wp-block-columns + .wp-block-heading {
    margin-top: 30px;
  }
}
.wp-block-columns + p {
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .wp-block-columns + p {
    margin-top: 35px;
  }
}
.wp-block-columns h4.wp-block-heading {
  margin: 0;
}
.wp-block-columns .wp-block-column figure.wp-block-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.wp-block-columns .wp-block-column figure.wp-block-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

ul.wp-block-list {
  padding-left: 24px;
}
ul.wp-block-list + p, ul.wp-block-list + .wp-block-preformatted, ul.wp-block-list + figure {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  ul.wp-block-list + p, ul.wp-block-list + .wp-block-preformatted, ul.wp-block-list + figure {
    margin-top: 30px;
  }
}

.wp-block-buttons a {
  background-color: #4f87b0;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 16px;
}
.wp-block-buttons + p, .wp-block-buttons + figure, .wp-block-buttons + .wp-block-heading, .wp-block-buttons + .wp-block-columns {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .wp-block-buttons + p, .wp-block-buttons + figure, .wp-block-buttons + .wp-block-heading, .wp-block-buttons + .wp-block-columns {
    margin-top: 30px;
  }
}

.lity-container .lity-content {
  box-sizing: border-box;
  padding: 2em;
  background-color: #fff;
  border-radius: 8px;
}
.lity-container .lity-content::after {
  box-shadow: none;
}

#entryContents {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #entryContents {
    margin-top: 30px;
  }
}
#entryContents .secIn .post__date {
  text-align: right;
  font-size: var(--font-size-base);
}
#entryContents .secIn .post__date + .post__body {
  margin-top: var(--space-lg);
}
#entryContents .secIn .post__body p + p {
  margin-top: var(--space-unit);
}

.section__product {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.section__product div.container-home ul.latest__posts {
  width: 100%;
  list-style-type: none;
  margin-top: 30px;
  border-bottom: 1px #ccc solid;
}
@media screen and (max-width: 640px) {
  .section__product div.container-home ul.latest__posts {
    margin-top: 15px;
  }
}
.section__product div.container-home ul.latest__posts:hover {
  color: #00ccff;
}
.section__product div.container-home ul.latest__posts li {
  border-top: 1px #ccc solid;
}
@media screen and (max-width: 640px) {
  .section__product div.container-home ul.latest__posts li {
    grid-template-columns: 1fr;
  }
}
.section__product div.container-home ul.latest__posts li a.latest__posts__link {
  display: grid;
  grid-template-columns: 1fr 7fr;
  color: #000;
  padding: 1.5em 2em;
}
@media screen and (max-width: 640px) {
  .section__product div.container-home ul.latest__posts li a.latest__posts__link {
    grid-template-columns: 1fr;
    padding: 1em 1.3em;
  }
}
.section__product div.container-home ul.latest__posts li a.latest__posts__link:hover p {
  color: #00ccff;
}
.section__product div.container-home ul.latest__posts li a.latest__posts__link .latest__posts__date {
  font-weight: 400;
}
.section__product div.container-home ul.latest__posts li a.latest__posts__link .latest__posts__title {
  font-weight: 400;
  margin: 0;
}
.section__product div.container-home .news__next {
  text-align: right;
  font-size: 15px;
  transition: 0.3s;
  margin-top: var(--space-sm);
}
.section__product div.container-home .news__next i {
  margin-left: 0.3em;
}
.section__product div.container-home .news__next a {
  transition: 0.3s;
  color: var(--blue);
}
.section__product div.container-home .news__next a:hover {
  filter: brightness(1.5);
  transition: 0.3s;
}
.section__product div.container-home .update__area {
  width: 100vw;
  margin: 70px 0 0 calc(50% - 50vw);
  background-color: #f5f8fa;
  padding: 40px 0 0;
}
.section__product div.container-home .update__area .update__info {
  margin-top: var(--space-md);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-unit);
}
@media screen and (max-width: 640px) {
  .section__product div.container-home .update__area .update__info {
    margin-top: var(--space-lg);
    grid-template-columns: 1fr 1.5fr;
  }
}
.section__product div.container-home .update__area .update__info + .update__list__image {
  margin-top: var(--space-md);
}
.section__product div.container-home .update__area .update__list {
  width: 100%;
  max-width: 1200px;
  margin-top: var(--space-lg);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .section__product div.container-home .update__area .update__list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: var(--space-md);
  }
}
.section__product div.container-home .update__area .update__list .update__list-item {
  display: grid;
}
.section__product div.container-home .update__area .update__list .update__list-item a.update__list__link {
  display: grid;
  text-decoration: none;
  height: 100%;
  font-size: 24px;
  font-weight: 400;
  transition: background-color 0.3s;
  padding: 30px 20px;
  /* ▼ SPでは hover を無効化 */
}
.section__product div.container-home .update__area .update__list .update__list-item a.update__list__link:hover {
  background-color: var(--blue);
  transition: 0.3s;
}
.section__product div.container-home .update__area .update__list .update__list-item a.update__list__link:hover .update__list__title,
.section__product div.container-home .update__area .update__list .update__list-item a.update__list__link:hover .update__list__date,
.section__product div.container-home .update__area .update__list .update__list-item a.update__list__link:hover .update__list__taxonomy {
  color: #fff;
}
.section__product div.container-home .update__area .update__list .update__list-item a.update__list__link:hover .update__list__title:after {
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .section__product div.container-home .update__area .update__list .update__list-item a.update__list__link:hover {
    background-color: transparent;
  }
  .section__product div.container-home .update__area .update__list .update__list-item a.update__list__link:hover .update__list__title,
  .section__product div.container-home .update__area .update__list .update__list-item a.update__list__link:hover .update__list__date,
  .section__product div.container-home .update__area .update__list .update__list-item a.update__list__link:hover .update__list__taxonomy {
    color: inherit;
  }
  .section__product div.container-home .update__area .update__list .update__list-item a.update__list__link:hover .update__list__title:after {
    background-color: currentColor;
  }
}
.section__product div.container-home .update__area .update__list .update__list-item a.update__list__link .update__list__taxonomy {
  font-size: var(--font-size-base);
  font-weight: 400;
}
.section__product div.container-home .update__area .update__list .update__list-item a.update__list__link .update__list__taxonomy + .update__list__taxonomy::before {
  content: "／";
  margin-right: 0.2em;
  color: #ccc;
}
.section__product div.container-home .update__area .update__list .update__list-item a.update__list__link p.update__list__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--blue);
  position: relative;
}
.section__product div.container-home .update__area .update__list .update__list-item a.update__list__link p.update__list__title:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--blue);
  position: absolute;
  bottom: -13px;
  left: 0;
}
.section__product div.container-home .update__area .update__list .update__list-item a.update__list__link p.update__list__date {
  position: relative;
  font-weight: 400;
  font-size: var(--font-size-base);
  line-height: 1.2;
}
.section__product div.container-home .update__area .update__list .update__list-item a.update__list__link p.update__taxonomy__area {
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .section__product div.container-home .update__area .update__list .update__list-item a.update__list__link p.update__taxonomy__area {
    text-align: right;
  }
}
.section__product div.container-home .update__area .update__list .update__list-item a.update__list__link .update__list__image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__product div.container-home .update__area .update__list .update__list-item a.update__list__link .update__list__image img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
.section__product div.container-home .cp__area {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.section__product div.container-home .cp__area.en-bg {
  position: relative;
  padding-top: calc(var(--space-sm) * 6);
}
.section__product div.container-home .cp__area.en-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f5f8fa;
  padding-bottom: calc(var(--space-sm) * 6);
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .section__product div.container-home .cp__area {
    grid-template-columns: 1fr;
    gap: var(--space-md);
    width: 95%;
    margin-inline: auto;
  }
}
.section__product div.container-home .cp__area .cp__text__area {
  display: flex;
  justify-content: flex-end;
}
.section__product div.container-home .cp__area .cp__text__area .area__inner {
  width: fit-content;
  box-sizing: border-box;
  z-index: 1;
}
.section__product div.container-home .cp__area .cp__text__area .cp__title {
  font-size: var(--font-size-lg);
  line-height: 1.6;
  font-weight: 400;
  color: var(--blue);
  margin-top: var(--space-sm);
}
.section__product div.container-home .cp__area .cp__text__area .cp__text {
  font-size: var(--font-size-sm);
  font-weight: 400;
  color: var(--blue);
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .section__product div.container-home .cp__area .cp__text__area .cp__text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .section__product div.container-home .cp__area .cp__text__area .cp__text br {
    display: none;
  }
}
.section__product div.container-home .cp__area .cp__text__area div.cp__next {
  margin-top: 20px;
  font-size: var(--font-size-sm);
  font-weight: 400;
  color: var(--blue);
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .section__product div.container-home .cp__area .cp__text__area div.cp__next {
    margin-top: 10px;
  }
}
.section__product div.container-home .cp__area .cp__text__area div.cp__next a i {
  margin-left: 0.3em;
}
.section__product div.container-home .cp__area .cp__text__area div.cp__next a:link, .section__product div.container-home .cp__area .cp__text__area div.cp__next a:visited {
  color: var(--blue);
  transition: 0.6s;
}
.section__product div.container-home .cp__area .cp__text__area div.cp__next a:hover {
  filter: brightness(1.5);
  transition: 0.3s;
}
.section__product div.container-home .cp__area .cp__img__area {
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .section__product div.container-home .cp__area .cp__img__area {
    padding: 0;
  }
}
.section__product div.container-home .cp__area .cp__img__area img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.section__product div.container-home h2.top__contents__title {
  font-size: 24px;
  text-align: center;
}
.section__product div.container-home h2.top__news__title {
  font-size: 24px;
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .section__product div.container-home h2.top__news__title {
    margin-top: 35px;
  }
}
.section__product div.container-home .top__company__sub {
  font-size: 18px;
  position: relative;
  color: var(--blue);
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}
.section__product div.container-home .top__company__sub::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* 正確に中央に */
  width: 2vw;
  height: 1px;
  background-color: var(--blue);
  left: calc(-2vw - 0.3em);
}
@media screen and (max-width: 980px) {
  .section__product div.container-home .top__company__sub::before {
    display: none;
  }
}
.section__product .cnt__area {
  width: 100vw;
  margin: 80px 0 0 calc(50% - 50vw);
  padding: 90px calc(50vw - 50% + 0px);
  background-color: var(--blue);
}
@media screen and (max-width: 980px) {
  .section__product .cnt__area {
    margin-top: var(--space-2xl);
    padding: var(--font-size-2xl) 0;
  }
}
.section__product .cnt__area .area__wrapper {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  margin-inline: auto;
  width: fit-content;
}
@media screen and (max-width: 980px) {
  .section__product .cnt__area .area__wrapper {
    grid-template-columns: 1fr;
    gap: var(--space-md);
    width: 90%;
  }
}
.section__product .cnt__area .cnt__area__l {
  display: flex;
  align-items: center;
}
.section__product .cnt__area .cnt__area__l h3.cnt__title {
  color: #fff;
  font-size: 24px;
}
.section__product .cnt__area .cnt__area__l h3.cnt__title + p {
  margin-top: 0.5em;
}
.section__product .cnt__area .cnt__area__l p.cnt__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.section__product .cnt__area .cnt__area__r a.cnt__btn {
  background-color: #fff;
  color: var(--blue);
  text-align: center;
  font-size: var(--font-size-lg);
  font-weight: 400;
  width: 450px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 980px) {
  .section__product .cnt__area .cnt__area__r a.cnt__btn {
    width: 100%;
    min-height: 50px;
  }
}
.section__product .cnt__area .cnt__area__r a.cnt__btn:hover {
  color: #fff;
  background-color: var(--blue);
  border: 2px #fff solid;
  transition: 0.3s;
}

.top__recommend {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 640px) {
  .top__recommend {
    grid-template-columns: 1fr;
  }
}
.top__recommend .recommend__article {
  box-sizing: border-box;
}
.top__recommend .recommend__article:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
.top__recommend .recommend__article:hover .txt__name {
  color: #7eceff;
  transition: all 0.2s ease-in-out;
}
.top__recommend .recommend__article:hover .txt__copy {
  color: #7eceff;
  transition: all 0.2s ease-in-out;
}
.top__recommend .recommend__article:hover .txt__link {
  color: #7eceff;
  transition: all 0.2s ease-in-out;
}
.top__recommend .recommend__article article {
  position: relative;
}
@media screen and (max-width: 640px) {
  .top__recommend .recommend__article article {
    height: 220px;
    overflow: hidden;
  }
}
.top__recommend .recommend__article--img img {
  width: 100%;
  height: auto;
  transition: all 0.8s ease-in-out;
}
.top__recommend .recommend__article--txt {
  position: absolute;
  bottom: 0;
  padding: 4em 1.5em 2.5em 1.5em;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 640px) {
  .top__recommend .recommend__article--txt {
    padding: 3em 1.5em 1.5em 1.5em;
  }
}
.top__recommend .recommend__article--txt p.txt__pickup {
  color: #fff;
  font-size: var(--font-size-xs);
  font-family: "Roboto", sans-serif;
}
.top__recommend .recommend__article--txt p.txt__pickup i {
  color: inherit;
  margin-right: 0.3em;
}
.top__recommend .recommend__article--txt p.txt__pickup > span {
  background-color: #4091cd;
  padding: 0.1em 1em;
  color: inherit;
}
.top__recommend .recommend__article--txt p.txt__pickup > span .italic {
  font-style: italic;
}
.top__recommend .recommend__article--txt p.txt__name {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 3px;
  transition: all 0.8s ease-in-out;
}
@media screen and (max-width: 640px) {
  .top__recommend .recommend__article--txt p.txt__name {
    font-size: var(--font-size-lg);
  }
}
.top__recommend .recommend__article--txt p.txt__copy {
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .top__recommend .recommend__article--txt p.txt__copy {
    font-size: var(--font-size-sm);
  }
}
.top__recommend .recommend__article--txt p.txt__link {
  font-size: 13px;
  color: #fff;
  text-align: right;
  margin-top: 5px;
  transition: all 0.8s ease-in-out;
}
.top__recommend .recommend__article--txt p.txt__link i {
  color: inherit;
  margin-right: 0.3em;
}
.top__news {
  max-width: 1060px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .top__news {
    width: 95%;
  }
}
.top__news + .top__companyinfo {
  padding-top: calc(var(--space-md) * 2.5);
}
.top__companyinfo {
  box-sizing: border-box;
  padding-top: var(--space-md);
}

#common section {
  width: 100%;
}
#common section p + .wpcf7-mail-sent-ok {
  margin-top: 2rem;
}
#common section .wpcf7-mail-sent-ok {
  font-size: 1.4rem;
  text-align: center;
  padding: 2rem 0;
}
#common section .secIn {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
#common section i.fa-heart {
  font-size: 3rem;
  color: rgba(232, 79, 150, 0.3);
  margin: 2.5rem 0;
}
#common section#goods-list {
  margin-top: var(--space-md);
}
#common section#goods-list .secIn {
  width: 90%;
  max-width: 1029px;
  margin-inline: auto;
}
#common section#goods-list dl.goods-list-Btn {
  display: grid;
  flex-wrap: wrap;
  /* 子要素が親要素の幅を超えた場合に折り返し表示させる */
  grid-template-columns: repeat(3, 1fr);
  /* 3つの列を均等に配置 */
  gap: 30px;
  /* 要素間の間隔を設定 */
}
#common section#goods-list dl.goods-list-Btn dd.goods-list-next {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  /* 要素内のアイテム（子要素）を中央揃えにする */
  box-sizing: border-box;
  line-height: 1.6;
  flex-direction: column;
  /* 要素を縦方向に配置 */
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
  /* 水平距離.垂直距離.ぼかし距離.広がり距離 */
  overflow: hidden;
  /* 要素からはみ出た部分を非表示にする */
  position: relative;
}
@media screen and (max-width: 640px) {
  #common section#goods-list dl.goods-list-Btn dd.goods-list-next {
    width: 24.5%;
  }
}
#common section#goods-list dl.goods-list-Btn dd.goods-list-next p {
  color: #4f87b0;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
  line-height: 1.2;
  display: -webkit-box;
  line-clamp: 2;
  /* 表示する行数を指定 */
  -webkit-box-orient: vertical;
  /* ボックス向きを縦方向に設定 */
  overflow: hidden;
  /* 超過分を隠す */
  text-overflow: ellipsis;
  /* 超過分を省略記号(...)で表示 */
}
@media screen and (max-width: 640px) {
  #common section#goods-list dl.goods-list-Btn dd.goods-list-next p {
    font-size: 1.5rem;
  }
}
#common section#goods-list dl.goods-list-Btn dd.goods-list-next p.goods__list__sub {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 2rem;
}
#common section#goods-list dl.goods-list-Btn dd.goods-list-next p.goods__list__sub + p {
  margin-top: var(--space-unit);
}
#common section#goods-list dl.goods-list-Btn dd.goods-list-next p.goods__list__title {
  font-size: 1.8rem;
  font-weight: 700;
}
#common section#goods-list dl.goods-list-Btn dd.goods-list-next p.goods__list__text {
  margin: 1rem 3rem 3rem;
  line-height: 1.6;
}
#common section#goods-list dl.goods-list-Btn dd.goods-list-next a {
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  background: radial-gradient(circle, white 20%, #7897A6 100%);
  aspect-ratio: 3/2.3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  #common section#goods-list dl.goods-list-Btn dd.goods-list-next a {
    font-size: 1.4rem;
  }
}
#common section#goods-list dl.goods-list-Btn dd.goods-list-next a img {
  width: 95%;
  transition: transform 0.3s ease;
  /* ホバー時のアニメーション設定 */
}
#common section#goods-list dl.goods-list-Btn dd.goods-list-next a img:hover {
  transform: scale(1.1);
  /* ホバー時に1.1倍に拡大 */
}
#common section#goods-list dl.goods-list-Btn dd.goods-list-next a p {
  position: absolute;
  top: 1%;
  left: 4%;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
  /* 水平距離.垂直距離.ぼかし距離.広がり距離 */
}
#common section#goods-list dl.goods-list-Btn dd.goods-list-next .icon-area {
  /* 製品の種類アイコンcss */
  display: flex;
  justify-content: space-around;
  margin: 1.5rem 0 3rem;
}
#common section#goods-list dl.goods-list-Btn dd.goods-list-next .icon-area .icon {
  width: 34px;
  height: 34px;
  margin: 0 4px;
}
#common section#goods-list .goods__btn__area {
  width: 100%;
  max-width: 440px;
  margin-inline: auto;
  /* 要素の左右のマージンが同等になる */
  margin-top: 5rem;
}
@media screen and (max-width: 640px) {
  #common section#goods-list .goods__btn__area {
    max-width: 240px;
    margin-top: 3rem;
  }
}
#common section#goods-list .goods__btn__area .btn__gb {
  background-color: #1083a7;
  color: #fff;
  text-align: center;
  display: block;
  padding: 14px 0;
  font-size: 2rem;
  font-weight: 400;
  background-image: url("../images/icon-btn-goods.svg");
  background-repeat: no-repeat;
  background-position: 5% 50%;
}
#common section#goods-list .goods__btn__area .btn__gb:hover {
  background-color: #006a8a;
}
#common section#goods-list .secIn {
  text-align: center;
  font-size: 0;
}
#common section#goods-list .secIn ul {
  width: 100%;
  text-align: center;
  font-size: 0;
}
#common section#goods-list .secIn ul li {
  font-size: 1.5rem;
  line-height: 1;
  width: 15.5%;
  margin-right: 1.4%;
  display: inline-block;
  border-radius: 6px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #common section#goods-list .secIn ul li {
    width: 30%;
    font-size: 1.25rem;
    margin-right: 1.6%;
    margin-left: 1.6%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 980px) {
  #common section#goods-list .secIn ul li {
    font-size: 1.25rem;
  }
}
#common section#goods-list .secIn ul li a {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  display: block;
  text-align: center;
}
#common section#goods-list .secIn ul li a img {
  width: 85%;
  margin-bottom: 0.5rem;
}
#common section#goods-list .secIn ul li a:not(:hover) {
  color: #fff;
}
#common section#goods-list .secIn ul li a:hover {
  color: #fff;
}
#common section#goods-list .secIn ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #common section#goods-list .secIn ul li:last-child {
    margin-right: 0.8%;
    margin-left: 0.8%;
  }
}
#common section#goods-list .secIn ul li font font {
  color: #fff;
}
#common .tabs {
  width: 100%;
  margin-top: var(--space-xl);
}
#common .tabs__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  max-width: 1029px;
  margin-inline: auto;
}
#common .tabs input[type=radio] {
  display: none;
}
#common dl.product__area {
  width: 100%;
  max-width: 1029px;
  display: grid;
  position: relative;
  margin: 0 auto;
  margin-top: var(--space-md);
}
#common dl.product__area .area__numbre {
  color: rgba(0, 0, 0, 0.1);
  font-family: "Oswald", sans-serif;
  font-size: 92px;
  font-weight: 400;
  text-align: left;
}
#common dl.product__area .area__title {
  color: #4f87b0;
  font-size: var(--font-size-xl);
  font-weight: 900;
  text-align: center;
  margin-top: -8rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
#common dl.product__area__plus {
  width: 100%;
  max-width: 990px;
  display: grid;
  position: relative;
  margin: 0 auto;
  margin-top: 5rem;
}
#common dl.product__area__plus .area__numbre {
  color: rgba(0, 0, 0, 0.1);
  font-family: "Oswald", sans-serif;
  font-size: 92px;
  font-weight: 400;
  text-align: left;
}
#common dl.product__area__plus .area__title {
  color: #4f87b0;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-top: -8rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
#common section.section__product {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#common section.section__product .breadcrumbs {
  font-size: 15px;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  #common section.section__product .breadcrumbs {
    padding-top: 5px;
  }
}
#common section.section__product .breadcrumbs span {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  #common section.section__product .breadcrumbs {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  #common section.section__product .breadcrumbs {
    margin-top: 15px;
  }
}
#common section.section__product .archive__title .archive__title__inner {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.06em;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #common section.section__product .archive__title .archive__title__inner {
    margin-top: 30px;
  }
}
#common section.section__product .archive__title .archive__title__inner + .archive__title__copy {
  margin-top: 0.5em;
}
#common section.section__product .archive__title .archive__title__copy {
  width: 100%;
  max-width: 730px;
  font-weight: 400;
}
#common section.section__product div.com-con {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #common section.section__product div.com-con {
    margin-top: 30px;
  }
}
@media screen and (max-width: 980px) {
  #common section.section__product div.com-con {
    display: block;
  }
}
#common section.section__product div.com-con .single__article-product .single__h1, #common section.section__product div.com-con .single__article-technology .single__h1 {
  font-size: 30px;
  font-weight: 400;
  color: #000;
}
#common section.section__product div.com-con .single__article-product .single__h1 + .single__image-product, #common section.section__product div.com-con .single__article-technology .single__h1 + .single__image-product {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #common section.section__product div.com-con .single__article-product .single__h1 + .single__image-product, #common section.section__product div.com-con .single__article-technology .single__h1 + .single__image-product {
    margin-top: 15px;
  }
}
#common section.section__product div.com-con .single__article-product + .post__body, #common section.section__product div.com-con .single__article-technology + .post__body {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #common section.section__product div.com-con .single__article-product + .post__body, #common section.section__product div.com-con .single__article-technology + .post__body {
    margin-top: 15px;
  }
}
#common section.section__product div.com-con .single__article-product .single__article-tc + .single__image-technology, #common section.section__product div.com-con .single__article-technology .single__article-tc + .single__image-technology {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #common section.section__product div.com-con .single__article-product .single__article-tc + .single__image-technology, #common section.section__product div.com-con .single__article-technology .single__article-tc + .single__image-technology {
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  #common section.section__product div.com-con .single__article-product .single__article-tc + .single__image-technology, #common section.section__product div.com-con .single__article-technology .single__article-tc + .single__image-technology {
    margin-top: 0;
  }
}
#common section.section__product div.com-con .single__article-product + h2, #common section.section__product div.com-con .single__article-product + p, #common section.section__product div.com-con .single__article-product + figure, #common section.section__product div.com-con .single__article-product + .wp-block-columns, #common section.section__product div.com-con .single__article-product + .wp-block-list, #common section.section__product div.com-con .single__article-product + .wp-block-buttons, #common section.section__product div.com-con .single__article-technology + h2, #common section.section__product div.com-con .single__article-technology + p, #common section.section__product div.com-con .single__article-technology + figure, #common section.section__product div.com-con .single__article-technology + .wp-block-columns, #common section.section__product div.com-con .single__article-technology + .wp-block-list, #common section.section__product div.com-con .single__article-technology + .wp-block-buttons {
  margin-top: 15px;
  padding-top: 70px;
  border-top: #4f87b0 2px solid;
}
@media screen and (max-width: 640px) {
  #common section.section__product div.com-con .single__article-product + h2, #common section.section__product div.com-con .single__article-product + p, #common section.section__product div.com-con .single__article-product + figure, #common section.section__product div.com-con .single__article-product + .wp-block-columns, #common section.section__product div.com-con .single__article-product + .wp-block-list, #common section.section__product div.com-con .single__article-product + .wp-block-buttons, #common section.section__product div.com-con .single__article-technology + h2, #common section.section__product div.com-con .single__article-technology + p, #common section.section__product div.com-con .single__article-technology + figure, #common section.section__product div.com-con .single__article-technology + .wp-block-columns, #common section.section__product div.com-con .single__article-technology + .wp-block-list, #common section.section__product div.com-con .single__article-technology + .wp-block-buttons {
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  #common section.section__product div.com-con .single__article-product + h2, #common section.section__product div.com-con .single__article-product + p, #common section.section__product div.com-con .single__article-product + figure, #common section.section__product div.com-con .single__article-product + .wp-block-columns, #common section.section__product div.com-con .single__article-product + .wp-block-list, #common section.section__product div.com-con .single__article-product + .wp-block-buttons, #common section.section__product div.com-con .single__article-technology + h2, #common section.section__product div.com-con .single__article-technology + p, #common section.section__product div.com-con .single__article-technology + figure, #common section.section__product div.com-con .single__article-technology + .wp-block-columns, #common section.section__product div.com-con .single__article-technology + .wp-block-list, #common section.section__product div.com-con .single__article-technology + .wp-block-buttons {
    padding-top: 35px;
  }
}
#common section.section__product div.com-con .post__body .post__body-update {
  display: none;
}
#common section.section__product div.com-con .post__body .post__body-update + p {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #common section.section__product div.com-con .post__body .post__body-update + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  #common section.section__product div.com-con .post__body .post__body-update {
    display: flex;
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  #common section.section__product div.com-con .post__body .post__body-update {
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  #common section.section__product div.com-con .post__body .post__body-update p + p {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 640px) {
  #common section.section__product div.com-con .post__body .single__article__img-ex {
    position: relative;
    width: 100vw;
    margin-left: -5.5%;
    margin-right: -5%;
    top: -15px;
    margin-bottom: -15px;
  }
}
#common .post-type-archive-product .product__date-copy {
  display: none;
}
#common div.container-product {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: clamp(50px, 6vw, 80px);
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #common div.container-product {
    margin-top: 30px;
  }
}
@media screen and (max-width: 980px) {
  #common div.container-product {
    grid-template-columns: 1fr 260px;
    gap: 40px;
  }
}
@media screen and (max-width: 640px) {
  #common div.container-product {
    display: block;
  }
}
#common div.container-product .archive__main-product {
  flex: 1; /* メインコンテンツを可変幅に */
  display: grid;
  margin: -20px 0 0 -20px;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  height: fit-content;
}
@media screen and (max-width: 980px) {
  #common div.container-product .archive__main-product {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-md);
    margin-inline: auto;
    margin: 0;
  }
}
#common div.container-product .archive__main-product .product__img {
  width: 100%;
  max-width: 355px;
  max-height: 242px;
  aspect-ratio: 355/242; /* 比率固定でレスポンシブ対応 */
}
@media screen and (max-width: 980px) {
  #common div.container-product .archive__main-product .product__img {
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  #common div.container-product .archive__main-product .product__img {
    max-width: 490px;
    max-height: 300px;
    margin: 0 auto;
  }
}
#common div.container-product .archive__main-product .product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #eeeeee;
  border-radius: 10px;
}
#common div.container-product .archive__main-product .product__name {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #common div.container-product .archive__main-product .product__name {
    margin-top: 5px;
  }
}
#common div.container-product .archive__main-product .product__date-copy {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box; /* FlexboxではなくBoxで表示 */
  -webkit-box-orient: vertical; /* 縦方向にボックスを配置 */
  -webkit-line-clamp: 2; /* 表示する行数を指定 */
  overflow: hidden; /* はみ出した部分を隠す */
  text-overflow: ellipsis; /* 省略記号を表示 */
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #common div.container-product .archive__main-product .product__date-copy {
    margin-top: 5px;
  }
}
@media screen and (max-width: 980px) {
  #common div.container-product .archive__main-product .product__date-copy {
    margin-top: 10px;
  }
}
@media screen and (max-width: 980px) and (max-width: 640px) {
  #common div.container-product .archive__main-product .product__date-copy {
    margin-top: 5px;
  }
}
#common div.container-product .archive__main-product dd.product__clm__area {
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  transition: background-color 0.3s;
}
@media screen and (max-width: 980px) {
  #common div.container-product .archive__main-product dd.product__clm__area {
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  #common div.container-product .archive__main-product dd.product__clm__area {
    height: auto;
    padding: 0;
  }
}
#common div.container-product .archive__main-product dd.product__clm__area:hover {
  background-color: #4f87b0;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  #common div.container-product .archive__main-product dd.product__clm__area:hover {
    background-color: #fff;
  }
}
#common div.container-product .archive__main-product dd.product__clm__area:hover .product__name, #common div.container-product .archive__main-product dd.product__clm__area:hover .product__desc, #common div.container-product .archive__main-product dd.product__clm__area:hover .product__date-copy {
  color: #fff;
}
@media screen and (max-width: 640px) {
  #common div.container-product .archive__main-product dd.product__clm__area:hover .product__name, #common div.container-product .archive__main-product dd.product__clm__area:hover .product__desc, #common div.container-product .archive__main-product dd.product__clm__area:hover .product__date-copy {
    color: inherit;
  }
}
#common div.container-product .archive__sidebar-product {
  width: clamp(260px, 26.7vw, 320px);
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  #common div.container-product .archive__sidebar-product {
    margin-top: 35px;
  }
}
@media screen and (max-width: 640px) {
  #common div.container-product .archive__sidebar-product {
    display: none;
  }
}
#common div.container-product .archive__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li::marker {
  content: none;
}
#common div.container-product .archive__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item {
  margin-bottom: 10px;
}
#common div.container-product .archive__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item.is-open > a {
  background-color: #4f87b0;
  color: #fff;
}
#common div.container-product .archive__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item.is-open > a + .sub-menu {
  display: block;
}
#common div.container-product .archive__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item a {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 20px;
  background-color: #eaeff4;
  transition: background-color 0.3s;
}
#common div.container-product .archive__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item a:hover {
  background-color: #4f87b0;
  transition: background-color 0.3s;
  color: #fff;
}
#common div.container-product .archive__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item ul.sub-menu {
  display: none;
}
#common div.container-product .archive__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item ul.sub-menu li.is-open > a {
  color: #000;
}
#common div.container-product .archive__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item ul.sub-menu li a {
  padding: 0 0 0 15px;
  margin: 15px 0 15px 25px;
  font-size: 15px;
  background-color: transparent;
}
#common div.container-product .archive__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item ul.sub-menu li a::before {
  content: "\f105"; /* fa-angle-right */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
#common div.container-product .archive__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item ul.sub-menu li a:hover {
  color: #4f87b0;
}
#common div.container-product .archive__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item ul.sub-menu li ul.sub-menu li a {
  margin-left: 60px;
  background-color: transparent;
}
#common div.container-product .archive__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item ul.sub-menu li ul.sub-menu li a:hover {
  color: #4f87b0;
}
#common div.container-product .top-ex {
  margin: 0;
}
#common div.container-product .single__main-product {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #common div.container-product .single__main-product .single__article-product {
    display: block;
    position: relative;
    width: 100vw;
    padding: 20px;
    box-sizing: border-box;
    background-color: #4f87b0;
    margin-left: -5.5%;
    margin-right: -5%;
  }
}
#common div.container-product .single__main-product .single__article-product .single__article-tc {
  display: grid;
  grid-template-columns: 1fr 220px;
  position: relative;
}
#common div.container-product .single__main-product .single__article-product .single__article-tc .post__date {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 20px;
}
#common div.container-product .single__main-product .single__article-product .single__technology-h1 {
  font-size: 30px;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 640px) {
  #common div.container-product .single__main-product .single__article-product .single__technology-h1 {
    font-size: 26px;
    color: #fff;
  }
}
#common div.container-product .single__main-product .single__article-product .single__technology-h1 + .post__body {
  margin-top: 0;
}
#common div.container-product .single__main-product .single__article-product .single__image-product {
  width: 100%;
  height: 181px;
  overflow: hidden;
}
#common div.container-product .single__main-product .single__article-product .single__image-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#common div.container-product .single__sidebar-product {
  width: 320px;
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  #common div.container-product .single__sidebar-product {
    margin-top: 35px;
  }
}
@media screen and (max-width: 640px) {
  #common div.container-product .single__sidebar-product {
    display: none;
  }
}
#common div.container-product .single__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li::marker {
  content: none;
}
#common div.container-product .single__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item {
  margin-bottom: 10px;
}
#common div.container-product .single__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item.is-open > a {
  background-color: #4f87b0;
  color: #fff;
}
#common div.container-product .single__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item a {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 20px;
  background-color: #eaeff4;
  transition: background-color 0.3s;
}
#common div.container-product .single__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item a:hover {
  background-color: #4f87b0;
  transition: background-color 0.3s;
  color: #fff;
}
#common div.container-product .single__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item ul.sub-menu {
  display: none;
}
#common div.container-product .single__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item ul.sub-menu li.is-open > a {
  color: #000;
}
#common div.container-product .single__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item ul.sub-menu li a {
  padding: 0 0 0 15px;
  margin: 15px 0 15px 25px;
  font-size: 15px;
  background-color: transparent;
}
#common div.container-product .single__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item ul.sub-menu li a::before {
  content: "\f105"; /* fa-angle-right */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
#common div.container-product .single__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item ul.sub-menu li a:hover {
  color: #4f87b0;
}
#common div.container-product .single__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item ul.sub-menu li ul.sub-menu li a {
  margin-left: 60px;
  background-color: transparent;
}
#common div.container-product .single__sidebar-product .product-sidebar-nav ul.product-sidebar-menu li.menu-item ul.sub-menu li ul.sub-menu li a:hover {
  color: #4f87b0;
}
#common article.product__single__content {
  width: 100%;
  max-width: 780px;
}
#common article.product__single__content .single__product-image img {
  width: 100%;
  height: auto;
}
#common article.product__single__content .single__product-table {
  width: 100%;
}
#common article.product__single__content .item_title {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #common article.product__single__content .item_title {
    margin-top: 30px;
  }
}
#common article.product__single__content .product_explanation {
  font-weight: 400;
  border-top: #4f87b0 2px solid;
  margin-top: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 640px) {
  #common article.product__single__content .product_explanation {
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  #common article.product__single__content .product_explanation {
    padding-top: 8px;
  }
}
#common article.product__single__content .item_sub {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #common article.product__single__content .item_sub {
    margin-top: 15px;
  }
}
#common article.product__single__content .explanation_sub {
  font-weight: 400;
  border-top: #c7cbd1 1px solid;
  margin-top: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 640px) {
  #common article.product__single__content .explanation_sub {
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  #common article.product__single__content .explanation_sub {
    padding-top: 8px;
  }
}
#common article.product__single__content .product_image_area img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #common article.product__single__content .product_image_area img {
    margin-top: 10px;
  }
}
#common div.container-technology, #common .container-news {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: clamp(50px, 6vw, 80px);
}
@media screen and (max-width: 980px) {
  #common div.container-technology, #common .container-news {
    grid-template-columns: 1fr 260px;
    gap: 40px;
  }
}
@media screen and (max-width: 640px) {
  #common div.container-technology, #common .container-news {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  #common div.container-technology.single__technology-ex, #common .container-news.single__technology-ex {
    display: block;
    grid-template-columns: 1fr 260px;
    gap: 40px;
  }
}
#common div.container-technology .archive__area-technology .archive__main-technology, #common .container-news .archive__area-technology .archive__main-technology {
  display: flex;
  margin: 20px 0 0 -20px;
  padding: 20px;
  border-radius: 10px;
  transition: background-color 0.3s;
  position: relative;
  /* ▼ SPでは hover を無効化 */
}
@media screen and (max-width: 980px) {
  #common div.container-technology .archive__area-technology .archive__main-technology, #common .container-news .archive__area-technology .archive__main-technology {
    width: 100%;
    padding: 20px 50px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 980px) and (max-width: 640px) {
  #common div.container-technology .archive__area-technology .archive__main-technology, #common .container-news .archive__area-technology .archive__main-technology {
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  #common div.container-technology .archive__area-technology .archive__main-technology, #common .container-news .archive__area-technology .archive__main-technology {
    margin: 40px 0;
    padding: 0;
  }
}
#common div.container-technology .archive__area-technology .archive__main-technology::after, #common .container-news .archive__area-technology .archive__main-technology::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 95%;
  height: 1px;
  background: #c7cbd1;
}
@media screen and (max-width: 980px) {
  #common div.container-technology .archive__area-technology .archive__main-technology::after, #common .container-news .archive__area-technology .archive__main-technology::after {
    width: 90%;
    bottom: -5px;
  }
}
@media screen and (max-width: 640px) {
  #common div.container-technology .archive__area-technology .archive__main-technology::after, #common .container-news .archive__area-technology .archive__main-technology::after {
    width: 100%;
    bottom: -20px;
    left: 0;
  }
}
#common div.container-technology .archive__area-technology .archive__main-technology:last-of-type::after, #common .container-news .archive__area-technology .archive__main-technology:last-of-type::after {
  display: none;
}
#common div.container-technology .archive__area-technology .archive__main-technology:hover, #common .container-news .archive__area-technology .archive__main-technology:hover {
  background-color: #4f87b0;
  transition: 0.3s;
}
#common div.container-technology .archive__area-technology .archive__main-technology:hover .tech__right .post__date, #common div.container-technology .archive__area-technology .archive__main-technology:hover .tech__right .tech__terms, #common div.container-technology .archive__area-technology .archive__main-technology:hover .tech__right .post__title, #common div.container-technology .archive__area-technology .archive__main-technology:hover .tech__right p, #common .container-news .archive__area-technology .archive__main-technology:hover .tech__right .post__date, #common .container-news .archive__area-technology .archive__main-technology:hover .tech__right .tech__terms, #common .container-news .archive__area-technology .archive__main-technology:hover .tech__right .post__title, #common .container-news .archive__area-technology .archive__main-technology:hover .tech__right p {
  color: #fff;
}
@media screen and (max-width: 640px) {
  #common div.container-technology .archive__area-technology .archive__main-technology:hover, #common .container-news .archive__area-technology .archive__main-technology:hover {
    background-color: transparent;
  }
  #common div.container-technology .archive__area-technology .archive__main-technology:hover .tech__right .post__date,
  #common div.container-technology .archive__area-technology .archive__main-technology:hover .tech__right .tech__terms,
  #common div.container-technology .archive__area-technology .archive__main-technology:hover .tech__right .post__title,
  #common div.container-technology .archive__area-technology .archive__main-technology:hover .tech__right p, #common .container-news .archive__area-technology .archive__main-technology:hover .tech__right .post__date,
  #common .container-news .archive__area-technology .archive__main-technology:hover .tech__right .tech__terms,
  #common .container-news .archive__area-technology .archive__main-technology:hover .tech__right .post__title,
  #common .container-news .archive__area-technology .archive__main-technology:hover .tech__right p {
    color: inherit;
  }
}
#common div.container-technology .archive__area-technology .archive__main-technology .technology__link, #common .container-news .archive__area-technology .archive__main-technology .technology__link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  #common div.container-technology .archive__area-technology .archive__main-technology .technology__link, #common .container-news .archive__area-technology .archive__main-technology .technology__link {
    display: block;
  }
}
#common div.container-technology .archive__area-technology .archive__main-technology .technology-left, #common .container-news .archive__area-technology .archive__main-technology .technology-left {
  width: 100%;
  max-width: 310px;
  max-height: 228px;
  aspect-ratio: 310/228; /* 比率固定でレスポンシブ対応 */
}
@media screen and (max-width: 980px) {
  #common div.container-technology .archive__area-technology .archive__main-technology .technology-left, #common .container-news .archive__area-technology .archive__main-technology .technology-left {
    max-width: 480px;
    max-height: 300px;
    aspect-ratio: 480/300;
    margin: 0 auto;
  }
}
#common div.container-technology .archive__area-technology .archive__main-technology .technology-left img, #common .container-news .archive__area-technology .archive__main-technology .technology-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#common div.container-technology .archive__area-technology .archive__main-technology .tech__right, #common .container-news .archive__area-technology .archive__main-technology .tech__right {
  width: 100%;
}
@media screen and (max-width: 980px) {
  #common div.container-technology .archive__area-technology .archive__main-technology .tech__right, #common .container-news .archive__area-technology .archive__main-technology .tech__right {
    margin: 10px 0 0 0;
  }
}
#common div.container-technology .archive__area-technology .archive__main-technology .tech__right .tech__right-date, #common .container-news .archive__area-technology .archive__main-technology .tech__right .tech__right-date {
  display: flex;
}
#common div.container-technology .archive__area-technology .archive__main-technology .tech__right .tech__right-date .post__date, #common div.container-technology .archive__area-technology .archive__main-technology .tech__right .tech__right-date .tech__terms, #common .container-news .archive__area-technology .archive__main-technology .tech__right .tech__right-date .post__date, #common .container-news .archive__area-technology .archive__main-technology .tech__right .tech__right-date .tech__terms {
  font-size: 14px;
  font-weight: 400;
}
#common div.container-technology .archive__area-technology .archive__main-technology .tech__right .tech__right-date div, #common .container-news .archive__area-technology .archive__main-technology .tech__right .tech__right-date div {
  display: flex;
}
#common div.container-technology .archive__area-technology .archive__main-technology .tech__right .tech__right-date div .tech__terms, #common .container-news .archive__area-technology .archive__main-technology .tech__right .tech__right-date div .tech__terms {
  margin-left: 15px;
}
#common div.container-technology .archive__area-technology .archive__main-technology .tech__right .tech__right-date div .tech__terms + .tech__terms, #common .container-news .archive__area-technology .archive__main-technology .tech__right .tech__right-date div .tech__terms + .tech__terms {
  margin: 0 15px;
}
#common div.container-technology .archive__area-technology .archive__main-technology .tech__right .post__title, #common .container-news .archive__area-technology .archive__main-technology .tech__right .post__title {
  font-size: clamp(22px, 1.67vw + 0.5rem, 24px);
  font-weight: 400;
  color: #000;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ここで3行に制限 */
  overflow: hidden;
  text-overflow: ellipsis; /* 省略記号を表示 */
}
@media screen and (max-width: 640px) {
  #common div.container-technology .archive__area-technology .archive__main-technology .tech__right .post__title, #common .container-news .archive__area-technology .archive__main-technology .tech__right .post__title {
    margin-top: 5px;
  }
}
#common div.container-technology .archive__area-technology .archive__main-technology .tech__right .post__excerpt, #common .container-news .archive__area-technology .archive__main-technology .tech__right .post__excerpt {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ここで3行に制限 */
  overflow: hidden;
  text-overflow: ellipsis; /* 省略記号を表示 */
}
@media screen and (max-width: 640px) {
  #common div.container-technology .archive__area-technology .archive__main-technology .tech__right .post__excerpt, #common .container-news .archive__area-technology .archive__main-technology .tech__right .post__excerpt {
    margin-top: 10px;
  }
}
#common div.container-technology .archive__area-technology .archive__main-technology .tech__right .post__excerpt .post__excerpt-con, #common .container-news .archive__area-technology .archive__main-technology .tech__right .post__excerpt .post__excerpt-con {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ここで3行に制限 */
  overflow: hidden;
  text-overflow: ellipsis; /* 省略記号を表示 */
}
#common div.container-technology .archive__area-technology .archive__main-technology .tech__right .post__excerpt .read-more, #common .container-news .archive__area-technology .archive__main-technology .tech__right .post__excerpt .read-more {
  display: none;
}
@media screen and (max-width: 640px) {
  #common div.container-technology .archive__area-technology .archive__main-technology .tech__right .post__excerpt .read-more, #common .container-news .archive__area-technology .archive__main-technology .tech__right .post__excerpt .read-more {
    display: block;
    margin-top: 10px;
  }
}
#common div.container-technology .archive__area-technology .archive__main-technology .tech__right .post__excerpt .read-more .fa-solid, #common .container-news .archive__area-technology .archive__main-technology .tech__right .post__excerpt .read-more .fa-solid {
  margin-right: 5px;
}
#common div.container-technology .single__main-technology, #common .container-news .single__main-technology {
  overflow: hidden;
}
#common div.container-technology .single__main-technology .single__article-technology + .post__body, #common .container-news .single__main-technology .single__article-technology + .post__body {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #common div.container-technology .single__main-technology .single__article-technology + .post__body, #common .container-news .single__main-technology .single__article-technology + .post__body {
    margin-top: 30px;
  }
}
#common div.container-technology .single__main-technology .single__article-technology .single__article-tc, #common .container-news .single__main-technology .single__article-technology .single__article-tc {
  display: grid;
  grid-template-columns: 1fr 220px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #common div.container-technology .single__main-technology .single__article-technology .single__article-tc, #common .container-news .single__main-technology .single__article-technology .single__article-tc {
    display: block;
    position: relative;
    width: 100vw;
    padding: 20px;
    box-sizing: border-box;
    background-color: #4f87b0;
    margin-left: -5.5%;
    margin-right: -5%;
  }
  #common div.container-technology .single__main-technology .single__article-technology .single__article-tc + .single__image-technology, #common .container-news .single__main-technology .single__article-technology .single__article-tc + .single__image-technology {
    margin-top: 0;
  }
}
#common div.container-technology .single__main-technology .single__article-technology .single__article-tc .single__technology-h1, #common .container-news .single__main-technology .single__article-technology .single__article-tc .single__technology-h1 {
  font-size: 30px;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 640px) {
  #common div.container-technology .single__main-technology .single__article-technology .single__article-tc .single__technology-h1, #common .container-news .single__main-technology .single__article-technology .single__article-tc .single__technology-h1 {
    font-size: 26px;
    color: #fff;
  }
}
#common div.container-technology .single__main-technology .single__article-technology .single__article-tc .single__technology-h1 + .single__image-product, #common .container-news .single__main-technology .single__article-technology .single__article-tc .single__technology-h1 + .single__image-product {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #common div.container-technology .single__main-technology .single__article-technology .single__article-tc .single__technology-h1 + .single__image-product, #common .container-news .single__main-technology .single__article-technology .single__article-tc .single__technology-h1 + .single__image-product {
    margin-top: 15px;
  }
}
#common div.container-technology .single__main-technology .single__article-technology .single__article-tc .post__date, #common .container-news .single__main-technology .single__article-technology .single__article-tc .post__date {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  #common div.container-technology .single__main-technology .single__article-technology .single__article-tc .post__date, #common .container-news .single__main-technology .single__article-technology .single__article-tc .post__date {
    display: none;
  }
}
#common div.container-technology .single__main-technology .single__article-technology .single__image-technology, #common .container-news .single__main-technology .single__article-technology .single__image-technology {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
#common div.container-technology .single__main-technology .single__article-technology .single__image-technology img, #common .container-news .single__main-technology .single__article-technology .single__image-technology img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 640px) {
  #common div.container-technology .single__main-technology .single__article-technology .single__image-technology, #common .container-news .single__main-technology .single__article-technology .single__image-technology {
    position: relative;
    width: 100vw;
    margin-left: -5.5%;
    margin-right: -5%;
  }
}
#common div.container-technology .archive__sidebar-technology, #common .container-news .archive__sidebar-technology {
  width: clamp(260px, 26.7vw, 320px);
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  #common div.container-technology .archive__sidebar-technology, #common .container-news .archive__sidebar-technology {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  #common div.container-technology .archive__sidebar-technology, #common .container-news .archive__sidebar-technology {
    display: none;
  }
}
#common div.container-technology .archive__sidebar-technology .taxonomy__accordion .accordion__item a, #common .container-news .archive__sidebar-technology .taxonomy__accordion .accordion__item a {
  cursor: pointer;
  padding: 20px;
  background-color: #eaeff4;
  transition: background-color 0.3s;
}
#common div.container-technology .archive__sidebar-technology .taxonomy__accordion .accordion__item a:hover, #common .container-news .archive__sidebar-technology .taxonomy__accordion .accordion__item a:hover {
  background-color: #4f87b0;
  transition: background-color 0.3s;
}
#common div.container-technology .archive__sidebar-technology .taxonomy__accordion .accordion__item a:hover p.accordion__title__text, #common .container-news .archive__sidebar-technology .taxonomy__accordion .accordion__item a:hover p.accordion__title__text {
  color: #fff;
}
#common div.container-technology .archive__sidebar-technology .taxonomy__accordion .accordion__item.accordion__item, #common .container-news .archive__sidebar-technology .taxonomy__accordion .accordion__item.accordion__item {
  margin-bottom: 10px;
}
#common div.container-technology .archive__sidebar-technology .taxonomy__accordion .accordion__item .accordion__title, #common .container-news .archive__sidebar-technology .taxonomy__accordion .accordion__item .accordion__title {
  display: block;
}
#common div.container-technology .archive__sidebar-technology .taxonomy__accordion .accordion__item .accordion__title.active, #common .container-news .archive__sidebar-technology .taxonomy__accordion .accordion__item .accordion__title.active {
  background-color: #4f87b0; /* 好きな点灯カラーに調整 */
}
#common div.container-technology .archive__sidebar-technology .taxonomy__accordion .accordion__item .accordion__title p.accordion__title__text, #common .container-news .archive__sidebar-technology .taxonomy__accordion .accordion__item .accordion__title p.accordion__title__text {
  color: #000;
  font-weight: 400;
}
#common div.container-technology .archive__sidebar-technology .taxonomy__accordion .accordion__item .accordion__title p.accordion__title__text.active, #common .container-news .archive__sidebar-technology .taxonomy__accordion .accordion__item .accordion__title p.accordion__title__text.active {
  color: #fff;
}
#common div.container-technology .single__sidebar-technology, #common .container-news .single__sidebar-technology {
  width: 320px;
  margin-top: 74px;
}
@media screen and (max-width: 980px) {
  #common div.container-technology .single__sidebar-technology, #common .container-news .single__sidebar-technology {
    display: none;
  }
}
#common div.container-technology .single__sidebar-technology .taxonomy__accordion .accordion__item a, #common .container-news .single__sidebar-technology .taxonomy__accordion .accordion__item a {
  display: block;
  cursor: pointer;
  padding: 20px;
}
#common div.container-technology .single__sidebar-technology .taxonomy__accordion .accordion__item.accordion__item, #common .container-news .single__sidebar-technology .taxonomy__accordion .accordion__item.accordion__item {
  margin-bottom: 10px;
}
#common div.container-technology .single__sidebar-technology .taxonomy__accordion .accordion__item .accordion__title, #common .container-news .single__sidebar-technology .taxonomy__accordion .accordion__item .accordion__title {
  background: #eaeff4;
  margin-bottom: 5px;
}
#common div.container-technology .single__sidebar-technology .taxonomy__accordion .accordion__item .accordion__title.active, #common .container-news .single__sidebar-technology .taxonomy__accordion .accordion__item .accordion__title.active {
  background-color: #4f87b0; /* 好きな点灯カラーに調整 */
}
#common div.container-technology .single__sidebar-technology .taxonomy__accordion .accordion__item p.accordion__title__text, #common .container-news .single__sidebar-technology .taxonomy__accordion .accordion__item p.accordion__title__text {
  color: #000;
  font-weight: 400;
}
#common div.container-technology .single__sidebar-technology .taxonomy__accordion .accordion__item p.accordion__title__text.active, #common .container-news .single__sidebar-technology .taxonomy__accordion .accordion__item p.accordion__title__text.active {
  color: #fff;
}
@media screen and (max-width: 980px) {
  #common .single__technology-ex {
    display: block;
    grid-template-columns: 1fr 260px;
    gap: 40px;
  }
}
#common .single__article-technology .single__article-nw {
  display: grid;
  grid-template-columns: 100px 1fr;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #common .single__article-technology .single__article-nw {
    margin-top: 10px;
  }
}
#common .single__article-technology .single__article-nw p {
  font-weight: 300;
}
#common .single__article-technology .single__article-nw p.post__modified {
  margin: 0;
}
#common .cp-ex {
  width: 100%;
  max-width: 780px;
  margin-left: 0;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #common .cp-ex {
    margin-top: 30px;
  }
}
@media screen and (max-width: 980px) {
  #common .cp-ex {
    max-width: none;
    max-width: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #common .cp-ex {
    display: block;
  }
}
#common .cp-ex .single__article-product .single__h1, #common .cp-ex .single__article-technology .single__h1 {
  font-size: 30px;
  font-weight: 400;
  color: #000;
}
#common .cp-ex .single__article-product .single__h1 + .single__image-product, #common .cp-ex .single__article-technology .single__h1 + .single__image-product {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #common .cp-ex .single__article-product .single__h1 + .single__image-product, #common .cp-ex .single__article-technology .single__h1 + .single__image-product {
    margin-top: 15px;
  }
}
#common .cp-ex .single__article-product + h2, #common .cp-ex .single__article-technology + h2 {
  position: relative;
  border-top: 2px solid #c7cbd1;
  margin-top: 15px;
  padding-top: 70px;
}
@media screen and (max-width: 640px) {
  #common .cp-ex .single__article-product + h2, #common .cp-ex .single__article-technology + h2 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  #common .cp-ex .single__article-product + h2, #common .cp-ex .single__article-technology + h2 {
    padding-top: 35px;
  }
}
#common .cp-ex .single__article-product + h2::before, #common .cp-ex .single__article-technology + h2::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #4f87b0;
}
#common .cp-ex h2.wp-block-heading + .wp-block-columns {
  margin-top: 15px;
  padding-top: 30px;
  border-top: #4f87b0 2px solid;
}
@media screen and (max-width: 640px) {
  #common .cp-ex h2.wp-block-heading + .wp-block-columns {
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  #common .cp-ex h2.wp-block-heading + .wp-block-columns {
    padding-top: 15px;
  }
}
#common .cp-ex h2.wp-block-heading + p, #common .cp-ex h2.wp-block-heading + .wp-block-columns, #common .cp-ex h2.wp-block-heading + .wp-block-list, #common .cp-ex h2.wp-block-heading + .wp-block-buttons, #common .cp-ex h2.wp-block-heading + iframe {
  margin-top: 15px;
  padding-top: 15px;
  border-top: #c7cbd1 1px solid;
}
@media screen and (max-width: 640px) {
  #common .cp-ex h2.wp-block-heading + p, #common .cp-ex h2.wp-block-heading + .wp-block-columns, #common .cp-ex h2.wp-block-heading + .wp-block-list, #common .cp-ex h2.wp-block-heading + .wp-block-buttons, #common .cp-ex h2.wp-block-heading + iframe {
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  #common .cp-ex h2.wp-block-heading + p, #common .cp-ex h2.wp-block-heading + .wp-block-columns, #common .cp-ex h2.wp-block-heading + .wp-block-list, #common .cp-ex h2.wp-block-heading + .wp-block-buttons, #common .cp-ex h2.wp-block-heading + iframe {
    padding-top: 8px;
  }
}
#common .cp-ex p.company__mini {
  font-size: 14px;
}
#common .cp-ex .wp-block-columns {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 0;
}
@media screen and (max-width: 640px) {
  #common .cp-ex .wp-block-columns {
    display: block;
  }
}
#common .cp-ex .wp-block-columns + .wp-block-separator {
  border-top: #ccc 1px solid;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #common .cp-ex .wp-block-columns + .wp-block-separator {
    margin-top: 15px;
  }
}
#common .cp-ex .wp-block-columns + h2.wp-block-heading {
  margin-top: 100px;
}
#common .cp-ex .company__columns-ex {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
}
#common .cp-ex .company__columns-ex p {
  color: #646464;
}
#common .cp-ex .company__columns-ex .company__line {
  margin-right: 15px;
}
#common .cp-ex .company__columns-ex .company__line + .wp-block-column {
  border-left: #ccc 1px solid;
  padding-left: 20px;
}
#common .cp-ex .wp-block-separator + .wp-block-columns {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #common .cp-ex .wp-block-separator + .wp-block-columns {
    margin-top: 15px;
  }
}
#common .cp-ex .wp-block-separator + h2.wp-block-heading {
  margin-top: 100px;
}

#page #archive {
  background: hsl(175, 31%, 93%);
}
#page #archive .page_title {
  text-align: center;
  color: #4f87b0;
  padding-bottom: 13rem;
  background-image: url("../images/secBG-white.svg");
  margin: 0;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: auto 140px;
}
@media screen and (max-width: 640px) {
  #page #archive .page_title {
    background-size: auto 60px;
  }
}
#page #archive .page_title .category_title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
}
#page #archive .page_title .category_title + h1 {
  margin-top: 10px;
}
#page #archive .page_title .category_title span {
  background: #4f87b0;
  font-size: 1.5rem;
  border-radius: 30px;
  padding: 2px 15px;
  font-weight: 700;
  color: #fff;
}
#page #archive .page_title h1 {
  width: 95%;
  max-width: 950px;
  color: #4f87b0;
  margin: 0 auto;
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: 100;
}
@media screen and (max-width: 640px) {
  #page #archive .page_title h1 {
    font-size: 30px;
  }
}
#page #archive .page_title h1 span {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-weight: 700;
  font-size: 1.7rem;
  font-family: "Arial";
  text-align: center;
  margin-top: 8px;
}
#page #archive .page_title font font {
  color: #fff;
}
@media screen and (max-width: 640px) {
  #page #archive .page_title {
    font-size: 3.8rem;
    padding: 0 1.5rem 7.5rem;
    line-height: 1.3;
  }
}
#page #archive section .secIn dl {
  width: 100%;
}
#page #archive section .secIn dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  height: 3rem;
}
#page #archive section .secIn dl dd {
  /* width: (90%/4);
  margin-left: (10%/3);
  float: left; */
  width: 100%;
  /* &:nth-child(4n+1) {
  	margin-left: 0;
  	clear: both;
  } */
}
#page #archive section .secIn dl dd a span {
  display: block;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
#page #archive section .secIn dl dd a span:hover {
  background: #e8f3f2;
}
#page #archive section .secIn dl dd .thumb {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
  height: 100%;
  padding: 75% 0 0;
}
#page #archive section .secIn dl dd .thumb .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/thumb-logo.svg") center center no-repeat #fff;
  background-size: 60%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(50, 50, 50, 0.3);
}
#page #archive section .secIn dl dd .thumb .inner img {
  width: 100%;
  height: auto;
}
#page #archive section .secIn dl dd .date {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
  color: #199c93;
  font-weight: 500;
  width: 15%;
  float: left;
  clear: both;
}
@media screen and (max-width: 980px) {
  #page #archive section .secIn dl dd .date {
    font-size: 1.75rem;
    width: 20%;
  }
}
@media screen and (max-width: 640px) {
  #page #archive section .secIn dl dd .date {
    font-size: 1.5rem;
    width: 26%;
  }
}
#page #archive section .secIn dl dd p {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 0;
  margin: 0 0 0 15%;
  width: 85%;
}
@media screen and (max-width: 980px) {
  #page #archive section .secIn dl dd p {
    font-size: 1.75rem;
    margin: 0 0 0 20%;
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  #page #archive section .secIn dl dd p {
    font-size: 1.5rem;
    margin: 0 0 0 26%;
    width: 74%;
  }
}
#page #archive section .secIn .pagination {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
}
#page #archive section .secIn .pagination:first-child {
  margin-bottom: 2rem;
}
#page #archive section .secIn .pagination a,
#page #archive section .secIn .pagination span {
  padding: 0.3rem 1.1rem;
  background: #efefef;
  border-radius: 15px;
  display: inline-block;
}
#page #archive section .secIn .pagination span {
  background: #199c93;
  color: #fff;
}
#page #archive section .secIn .pagination a {
  cursor: pointer;
}
#page #archive section .secIn .pagination a:not(:hover) {
  color: #666;
}
#page #archive section .secIn .pagination a:hover {
  background: #ffd900;
  color: #222;
}
#page #entry {
  background: hsl(175, 31%, 93%);
}
#page #entry .page_title {
  text-align: center;
  color: #4f87b0;
  padding-bottom: 13rem;
  margin: 0;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: auto 140px;
}
@media screen and (max-width: 640px) {
  #page #entry .page_title {
    background-size: auto 60px;
  }
}
#page #entry .page_title .category_title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
}
#page #entry .page_title .category_title + h1 {
  margin-top: 10px;
}
#page #entry .page_title .category_title span {
  background: #4f87b0;
  font-size: 1.5rem;
  border-radius: 30px;
  padding: 2px 15px;
  font-weight: 700;
  color: #fff;
}
#page #entry .page_title h1 {
  width: 95%;
  max-width: 950px;
  color: #4f87b0;
  margin: 0 auto;
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: 100;
}
@media screen and (max-width: 640px) {
  #page #entry .page_title h1 {
    font-size: 2.8rem;
  }
}
#page #entry .page_title h1 span {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Arial";
  text-align: center;
  margin-top: 8px;
}
#page #entry .page_title font font {
  color: #fff;
}
@media screen and (max-width: 640px) {
  #page #entry .page_title {
    font-size: 3.8rem;
    padding: 0 1.5rem 7.5rem;
    line-height: 1.3;
  }
}
#page #entry #entryBody .secIn {
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 640px) {
  #page #entry #entryBody .secIn {
    width: 95%;
  }
}
#page #entry #entryBody .secIn a {
  text-decoration: none;
}
#page #entry #entryBody .secIn a:link {
  color: #1c4b8c;
  text-decoration: none;
}
#page #entry #entryBody .secIn a:visited {
  color: #1d3a7a;
  text-decoration: none;
}
#page #entry #entryBody .secIn a:hover {
  color: #7495dc;
}
#page #entry #entryBody .secIn img + p {
  margin-top: 1.5rem;
}
#page #entry #entryBody .secIn img + img {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #page #entry #entryBody .secIn img + img {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  #page #entry #entryBody .secIn img.size-full {
    width: 100%;
    height: auto;
  }
}
#page #entry #entryBody .secIn p {
  margin-bottom: 2rem;
}
#page #entry #entryBody .secIn p.date {
  text-align: right;
  margin-bottom: 2rem;
}
#page #entry #entryBody .secIn pimg.aligncenter {
  margin: 0 auto;
  display: block;
}
#page #entry #entryBody .secIn p br + img {
  margin-top: 3rem;
}
#page #entry #entryBody .secIn ul li {
  font-size: 1.5rem;
  line-height: 1.6;
}
#page #entry #entryBody .secIn ul li + li {
  margin-top: 0.3rem;
}
#page #entry #entryBody .secIn ul + img {
  margin-top: 3rem;
}
#page #entry #entryBody .secIn .paging {
  margin-top: 3rem;
}
#page #entry #entryBody .secIn .paging:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#page #entry #entryBody .secIn .paging .next,
#page #entry #entryBody .secIn .paging .prev {
  width: 50%;
  float: left;
}
#page #entry #entryBody .secIn .paging .next a,
#page #entry #entryBody .secIn .paging .prev a {
  font-size: 1.6rem;
  padding: 1rem 2rem;
  border: 0;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background: #eee;
  box-shadow: 0 3px 0 rgb(161.5, 161.5, 161.5);
  color: #999;
}
@media screen and (max-width: 640px) {
  #page #entry #entryBody .secIn .paging .next a,
  #page #entry #entryBody .secIn .paging .prev a {
    padding: 1rem;
  }
  #page #entry #entryBody .secIn .paging .next a font font,
  #page #entry #entryBody .secIn .paging .prev a font font {
    font-size: 1rem;
  }
}
#page #entry #entryBody .secIn .paging .next a:hover,
#page #entry #entryBody .secIn .paging .prev a:hover {
  background: #ffa300;
  color: #fff;
  box-shadow: 0 1px 0 rgb(102, 65.2, 0);
  position: relative;
  top: 2px;
}
#page #entry #entryBody .secIn .paging .next a:hover i,
#page #entry #entryBody .secIn .paging .prev a:hover i {
  color: #fff;
}
#page #entry #entryBody .secIn .paging .next a i,
#page #entry #entryBody .secIn .paging .prev a i {
  color: #999;
}
#page #entry #entryBody .secIn .paging .next a i {
  margin-right: 0.5rem;
}
#page #entry #entryBody .secIn .paging .prev {
  text-align: right;
  float: right !important;
}
#page #entry #entryBody .secIn .paging .prev a i {
  margin-left: 0.5rem;
}

#single .contents {
  width: 100%;
  margin: 0 auto;
  /* 製品の特徴 HTML入力 主に活性炭フィルターとLS */
  /* 製品の特徴 HTML入力 主にデスクトップエキストラクター */
  /* 製品の特徴 HTML入力 coolvest */
}
#single .contents h2.area__title {
  color: #4f87b0;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 900;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#single .contents h2.area__title + ul, #single .contents h2.area__title + div, #single .contents h2.area__title + table {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  #single .contents h2.area__title + ul, #single .contents h2.area__title + div, #single .contents h2.area__title + table {
    margin-top: 20px;
  }
}
#single .contents p {
  color: black;
}
#single .contents .featured__image {
  position: absolute;
  transform: translateX(0);
  /* 元の位置を維持 */
  z-index: 10;
  left: 15%;
}
#single .contents .featured__image img {
  width: auto;
  height: 500px;
}
#single .contents .product__title_block {
  background-image: url("../images/product-title_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#single .contents .product__title_block > .wrapper {
  width: 90%;
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
#single .contents .product__title_block > .wrapper .title__ph {
  box-sizing: border-box;
}
#single .contents .product__title_block > .wrapper .title__ph .block__ph img {
  width: 100%;
  height: auto;
}
#single .contents .product__title_block > .wrapper .title__txt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#single .contents .product__title_block > .wrapper .title__txt .txt__wrapper {
  width: 100%;
  display: grid;
  gap: 10px;
}
#single .contents .product__title_block > .wrapper .title__txt .txt__wrapper .product__category p {
  font-size: 2.5em;
  font-weight: 900;
}
#single .contents .product__title_block > .wrapper .title__txt .txt__wrapper .product__name {
  font-size: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.4), 0 0 2px rgba(255, 255, 255, 0.7);
}
#single .contents .product__title_block > .wrapper .title__txt .txt__wrapper .product__name small {
  font-size: 4.5rem;
  color: inherit;
  margin-left: var(--space-unit);
  margin-right: var(--space-unit);
}
#single .contents .product__title_block > .wrapper .title__txt .txt__wrapper .product__copy_short p {
  font-size: 2rem;
  font-weight: 600;
}
#single .contents .product__title_block > .wrapper .title__txt .txt__wrapper .product__copy_long p {
  font-size: 1.6rem;
  font-weight: 400;
}
#single .contents .product__title_block + #product__detail {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #single .contents .product__title_block + #product__detail {
    margin-top: 30px;
  }
}
#single .contents #product__detail {
  width: 90%;
  max-width: 1100px;
  margin-inline: auto;
}
#single .contents .product__memo__red h6 {
  color: #e60000;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
#single .contents .product__memo__red p {
  width: 90%;
  color: #e60000;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 50px;
}
#single .contents .product__memo .product__memo--title {
  font-size: var(--font-size-lg);
  font-weight: 800;
  margin-top: var(--space-md);
}
#single .contents .product__memo p {
  margin-top: var(--space-unit);
}
#single .contents .product__memo p + p {
  margin-top: var(--space-unit);
}
#single .contents .product__memo div.product__memo__temperature {
  border: red 2px solid;
  padding: 2rem 3rem 2rem;
  margin-top: 3em;
}
#single .contents .product__memo div.product__memo__temperature p {
  font-size: 1.6rem;
  font-weight: 400;
}
#single .contents .goods__special {
  margin-inline: auto;
}
#single .contents .goods__special .product__speciality {
  width: 90%;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #single .contents .goods__special .product__speciality {
    margin-top: 10px;
  }
}
#single .contents .goods__special .product__speciality li {
  font-size: var(--font-size-base);
  list-style-type: disc;
  font-weight: 300;
}
#single .contents .goods__special .product__speciality li::marker {
  color: red;
}
#single .contents .goods__special .product__speciality li + li {
  margin-top: var(--space-unit);
}
#single .contents .goods__special__h2 {
  font-size: var(--font-size-lg);
  font-weight: 600;
  margin-top: 1.5rem;
  border-left: #003198 solid 8px;
  padding-left: 10px;
}
#single .contents .goods__special__h2 + .product__speciality__ex {
  margin-top: var(--space-sm);
}
#single .contents .goods__special__h3 {
  background: #003198;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: var(--font-size-base);
  line-height: 1.1;
  font-weight: 500;
  padding: 0.5em 0 0.6em;
  margin-top: var(--space-lg);
}
#single .contents .goods__special__h3 + table {
  margin-top: var(--space-md);
}
#single .contents .goods__special__h3 + p {
  margin-top: var(--space-sm);
}
#single .contents .goods__special__h3 + h4 {
  margin-top: var(--space-sm);
}
#single .contents .goods__special__h4 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: var(--space-md);
}
#single .contents .goods__special__h4 + p {
  margin-top: var(--space-unit);
}
#single .contents .goods__special__text {
  font-size: var(--font-size-base);
  line-height: 1.6;
}
#single .contents .product__speciality__ex {
  width: 90%;
  margin-inline: auto;
}
#single .contents .goods__special__ex,
#single .contents .goods__bh__arie {
  margin-inline: auto;
}
#single .contents .goods__special__ex p.goods__special__bh,
#single .contents .goods__bh__arie p.goods__special__bh {
  font-size: 1.5rem;
  background-color: #dddddd;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #single .contents .goods__special__ex p.goods__special__bh,
  #single .contents .goods__bh__arie p.goods__special__bh {
    margin-top: 10px;
  }
}
#single .contents .goods__special__nx {
  width: 100%;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 30px;
  padding: 5em;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
#single .contents .goods__special__nx .goods__special__h3:first-child {
  margin-top: 0;
}
#single .contents .goods__special__nx .goods__3clm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: var(--space-md);
}
#single .contents .goods__special__nx .goods__3clm dd .goods__special__h4 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #000;
}
#single .contents .wp-block-flexible-table-block-table {
  font-size: 1.3rem;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #single .contents .wp-block-flexible-table-block-table {
    margin-top: 10px;
  }
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout {
  width: 100%;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout thead tr {
  border-collapse: collapse;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout thead tr.bg__black {
  background-color: #111;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout thead tr + tr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout thead tr th {
  color: #fff;
  background-color: #888888;
  text-align: center;
  font-size: 1.4rem;
  border-collapse: collapse;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout thead tr th.bg__black {
  background-color: #111;
  padding: 1.5em 0.5em;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout thead tr th.bg__black--ex {
  background-color: #888888;
  padding: 1.5em 0.5em;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout thead tr th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout thead tr td {
  padding: 1.3em 0.5em;
  text-align: center;
  font-size: 1.3rem;
  border-collapse: collapse;
  box-sizing: border-box;
  background-color: #f1f1f1;
  transition: all 0.6s ease-in;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout thead tr td.type__name {
  width: 150px;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #003198;
  border-collapse: collapse;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout thead tr td.type__name--ex {
  width: auto;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #003198;
  border-collapse: collapse;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout thead tr td.type__name + td {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout thead tr td + td {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr:hover td {
  background-color: #efefef;
  transition: all 0.2s ease-in;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr:hover td:hover {
  background-color: #ffc800;
  transition: all 0.2s ease-in;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr + tr {
  border-top: 1px solid #ccc;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr th {
  color: #fff;
  background-color: #888888;
  text-align: center;
  font-size: 1.4rem;
  border-collapse: collapse;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr th.bg__black {
  background-color: #000;
  padding: 1.5em 0.5em;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr th.left__line {
  border-right: 1px solid #ccc;
  writing-mode: vertical-rl;
  /* 右から左への縦書き（日本語で一般的） */
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr th + th {
  border-left: 1px solid #ccc;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr td {
  text-align: center;
  font-size: 1.3rem;
  border-collapse: collapse;
  box-sizing: border-box;
  background-color: #fff;
  transition: all 0.6s ease-in;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr td.type__name {
  width: 150px;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #003198;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr td div {
  padding: 0 3rem 4rem;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr td div h3.cv__h3 {
  margin-top: 40px;
  background: #003198;
  font-weight: 900;
  font-size: 2rem;
  text-align: center;
  padding: 5px 0;
  border-radius: 30px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr td div h3.cv__h3 {
    margin-top: 20px;
  }
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr td div ul {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr td div ul {
    margin-top: 10px;
  }
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr td div ul li {
  list-style-type: none;
  padding-left: 1.6rem;
  position: relative;
  display: block;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr td div ul li::before {
  content: "▶";
  color: #003198;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr td div ul li + li {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  #single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr td div ul li + li {
    margin-top: 8px;
  }
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout tbody tr sup {
  color: inherit;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout .strong__small {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
}
#single .contents .wp-block-flexible-table-block-table .has-fixed-layout .cv__name {
  color: #003198;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Futura", "Ebrima", "Gisha", "Aharoni";
  text-align: center;
}
#single .contents .goods__bh__arie h4.goods__bh__h4 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-top: 2rem;
  padding-left: 8px;
  position: relative;
  display: block;
}
#single .contents .goods__bh__arie h3.cv__h3 {
  margin-top: 40px;
  background: #003198;
  font-weight: 900;
  font-size: 2rem;
  text-align: center;
  padding: 5px 0;
  border-radius: 30px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #single .contents .goods__bh__arie h3.cv__h3 {
    margin-top: 20px;
  }
}
#single .contents .goods__bh__arie ul {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #single .contents .goods__bh__arie ul {
    margin-top: 10px;
  }
}
#single .contents .goods__bh__arie ul li {
  list-style-type: none;
  padding-left: 1.6rem;
  position: relative;
  display: block;
}
#single .contents .goods__bh__arie ul li::before {
  content: "▶";
  color: #003198;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
}
#single .contents .goods__bh__arie ul li + li {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  #single .contents .goods__bh__arie ul li + li {
    margin-top: 8px;
  }
}
#single .contents .table__ex {
  margin-top: var(--space-sm);
}
#single .contents .table__ex + .table__copy {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #single .contents .table__ex + .table__copy {
    margin-top: 30px;
  }
}
#single .contents .goods__gallery .list__gallery {
  width: 90%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
#single .contents .goods__gallery .list__gallery li {
  list-style-type: none;
  display: block;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#single .contents .goods__gallery .list__gallery li:has(> a):hover {
  transition: all 0.2s ease-in;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}
#single .contents .goods__gallery .list__gallery li a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#single .contents .goods__gallery .list__gallery li a:hover img {
  transform: scale(1.3);
  transition: all 0.2s ease-in;
  opacity: 1;
}
#single .contents .goods__gallery .list__gallery li a img {
  max-width: 150%;
  height: cover;
  transition: all 0.2s ease-in;
  opacity: 0.8;
}
#single .contents .product__movie {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  #single .contents .product__movie {
    margin-top: 20px;
  }
}
#single .contents .product__movie p {
  text-align: center;
}
#single .contents .goods__demo {
  margin-top: 80px;
}
#single .contents .goods__demo a {
  display: block;
  width: 70%;
  text-align: center;
  background-color: #FFE91F;
  box-shadow: 0 3px 0 #D9A900;
  border-radius: 5px;
  padding: 16px 0;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 auto;
}
#single .contents .goods__demo a:hover {
  filter: brightness(0.9);
  transition: all 0.1s ease-in;
  top: 5px;
  box-shadow: none;
  color: #000;
  transform: translateY(2px);
  /* 少し沈む */
}
#single .contents .goods__table .table__copy {
  color: #4f87b0;
  font-size: var(--font-size-lg);
  font-weight: 600;
}
#single .contents .goods__table .table__copy::before {
  content: "●";
  color: #fff;
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  margin-right: 0.5em;
}
#single .contents .goods__table .table__copy + p {
  margin-top: var(--space-unit);
}
#single .contents .goods__table .table__ex p {
  font-size: var(--font-size-base);
}
#single .contents .goods__table .table__ex p.top__mgn__ex {
  font-size: 1.5rem;
  margin-top: var(--space-unit);
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table {
  font-size: 1.3rem;
  margin-top: var(--space-md);
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table + p, #single .contents .goods__table .table__ex .wp-block-flexible-table-block-table + ul, #single .contents .goods__table .table__ex .wp-block-flexible-table-block-table + ol {
  margin-top: var(--space-sm);
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout {
  width: 100%;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout thead.ex__line + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout thead tr {
  border-collapse: collapse;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout thead tr + tr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout thead tr th {
  color: #fff;
  background-color: #888888;
  text-align: center;
  font-size: 1.4rem;
  border-collapse: collapse;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout thead tr th.bg__black {
  background-color: #000;
  padding: 1.5em 0.5em;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout thead tr th.bg__black--ex {
  background-color: #888888;
  padding: 1.5em 0.5em;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout thead tr th.bg__wt {
  background-color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  border-collapse: collapse;
  color: #003198;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout thead tr th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout thead tr th + .bg__wt {
  border-left: none;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout thead tr td {
  padding: 1.3em 0.5em;
  text-align: center;
  font-size: 1.3rem;
  border-collapse: collapse;
  box-sizing: border-box;
  background-color: #f1f1f1;
  transition: all 0.6s ease-in;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout thead tr td.type__name {
  width: 150px;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #003198;
  border-collapse: collapse;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout thead tr td.type__name + td {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout thead tr td + td {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout tbody tr:hover td {
  background-color: #efefef;
  transition: all 0.2s ease-in;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout tbody tr:hover td:hover {
  background-color: #ffc800;
  transition: all 0.2s ease-in;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout tbody tr + tr {
  border-top: 1px solid #ccc;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout tbody tr th {
  color: #fff;
  background-color: #888888;
  text-align: center;
  font-size: 1.4rem;
  border-collapse: collapse;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout tbody tr th.bg__black {
  background-color: #000;
  padding: 1.5em 0.5em;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout tbody tr th.left__line {
  border-right: 1px solid #ccc;
  writing-mode: vertical-rl;
  /* 右から左への縦書き（日本語で一般的） */
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout tbody tr th + th {
  border-left: 1px solid #ccc;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout tbody tr td {
  padding: 1.3em 0.5em;
  text-align: center;
  font-size: 1.3rem;
  border-collapse: collapse;
  box-sizing: border-box;
  background-color: #fff;
  transition: all 0.6s ease-in;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout tbody tr td.type__name {
  width: 150px;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #003198;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout tbody tr sup {
  color: inherit;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout .strong__small {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
}
#single .contents .goods__table .table__ex .wp-block-flexible-table-block-table .has-fixed-layout .cv__name {
  color: #003198;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Futura", "Ebrima", "Gisha", "Aharoni";
  text-align: center;
}
#single .contents .goods__table .sf38__ex {
  margin-top: 2rem;
}
#single .contents .goods__table__glay {
  background-color: #AAB4C9;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 3rem 0;
  margin-top: 5rem;
}
#single .contents .goods__table__glay a.goods__table__btn {
  background-color: #fff;
  font-weight: 600;
  padding: 1.6rem 2.5rem;
  margin: 0 1.4rem;
  border-radius: 0.4em;
  color: var(--color-text);
}
#single .contents .goods__table__glay a.goods__table__btn:hover {
  background-color: var(--color-secondary);
}
#single .contents .goods__cad .table__copy {
  color: #4f87b0;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 5rem;
}
#single .contents .goods__cad .table__copy::before {
  content: "●";
  color: #fff;
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  margin-right: 0.5em;
}
#single .contents .goods__cad .table__copy + p {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #single .contents .goods__cad .table__copy + p {
    margin-top: 5px;
  }
}
#single .contents .goods__cad .cad__text {
  margin-top: 20px;
  margin-left: 2em;
}
@media screen and (max-width: 640px) {
  #single .contents .goods__cad .cad__text {
    margin-top: 10px;
  }
}
#single .contents .goods__cad .cad__text li {
  list-style-type: disc;
  font-size: 1.4rem;
}
#single .contents .goods__cad .cad__text li + li {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #single .contents .goods__cad .cad__text li + li {
    margin-top: 5px;
  }
}
#single .contents .goods__cad .cad__dl_block {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.4);
  padding: 3rem;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  #single .contents .goods__cad .cad__dl_block {
    margin-top: 10px;
  }
}
#single .contents .goods__cad .cad_img-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
#single .contents .goods__cad .cad_img-row div.dl__img {
  width: auto;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
#single .contents .goods__cad .cad_img-row div.dl__img img {
  width: 100%;
  align-items: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
  transition: all 0.6s ease-in;
}
#single .contents .goods__cad .cad_img-row div.dl__img img:hover {
  border: 1px solid #003198;
  transition: all 0.2s ease-in;
}
#single .contents .goods__cad .cad_img-row div.dl__img .dl__btn {
  padding: 6px 0;
  border-radius: 8px;
  background-color: #FFE91F;
  box-shadow: 0 3px 0 #D9A900;
  border-radius: 30px;
  transition: all 0.6s ease-in;
  position: relative;
}
#single .contents .goods__cad .cad_img-row div.dl__img .dl__btn p {
  text-align: center;
  font-size: 1.4rem;
}
#single .contents .goods__cad .cad_img-row div.dl__img .dl__btn:hover {
  filter: brightness(1.4);
  transition: all 0.2s ease-in;
  top: 1px;
  box-shadow: 0 2px 0 #D9A900;
}
#single .contents .goods__cad .cad_img-row div.dl__img p {
  font-size: 2rem;
  font-weight: 600;
}
#single .contents .goods__cad .cad_img-row div.dl__img p.dl__name {
  text-align: center;
  margin-top: 10px;
  font-size: 1.6rem;
  transition: all 0.6s ease-in;
}
@media screen and (max-width: 640px) {
  #single .contents .goods__cad .cad_img-row div.dl__img p.dl__name {
    margin-top: 5px;
  }
}
#single .contents .goods__cad .cad_img-row div.dl__img p.dl__name:hover {
  color: #003198;
  transition: all 0.2s ease-in;
}
#single .contents .goods__cad .cad_img-row div.dl__img p.dl__name + a {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #single .contents .goods__cad .cad_img-row div.dl__img p.dl__name + a {
    margin-top: 5px;
  }
}
#single .contents .relatedItem .table__copy {
  color: #4f87b0;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #single .contents .relatedItem .table__copy {
    margin-top: 10px;
  }
}
#single .contents .relatedItem .table__copy::before {
  content: "●";
  color: #fff;
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  margin-right: 0.5em;
}
#single .contents .relatedItem .relatedItem__list {
  margin-top: var(--space-sm);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
#single .contents .relatedItem .relatedItem__list > a {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease-in;
}
#single .contents .relatedItem .relatedItem__list > a:hover {
  background-color: var(--color-secondary);
  transition: all 0.2s ease-in;
}
#single .contents .relatedItem .relatedItem__list > a:hover dd .item__img img {
  transform: scale(1.15);
  transition: all 0.2s ease-in;
}
#single .contents .relatedItem .relatedItem__list > a dd .item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 3/2.5;
  overflow: hidden;
  background: #dadce6;
  background: radial-gradient(circle, rgb(218, 220, 230) 30%, rgb(177, 180, 189) 80%);
}
#single .contents .relatedItem .relatedItem__list > a dd .item__img img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in;
}
#single .contents .relatedItem .relatedItem__list > a dd .item__text {
  padding: 1rem;
}
#single .contents .relatedItem .relatedItem__list > a dd .item__text__title {
  font-size: var(--font-size-base);
  color: var(--color-text);
  font-weight: 700;
}
#single .contents .relatedItem .relatedItem__list > a dd .item__text__sub {
  font-size: var(--font-size-xs);
}
#single .contents .relatedItem .relatedItem__list > a dd .item__text p {
  text-align: center;
}
#single .contents .relatedItem p.connect__text {
  font-size: 1.6rem;
  margin-top: 3rem;
  padding-left: 0.8em;
}
#single .contents .relatedItem .relatedItem__expnote {
  margin-top: 20px;
  margin-left: 2em;
}
@media screen and (max-width: 640px) {
  #single .contents .relatedItem .relatedItem__expnote {
    margin-top: 10px;
  }
}
#single .contents .relatedItem .relatedItem__expnote li {
  list-style-type: disc;
  font-size: 1.4rem;
}
#single .contents .relatedItem .relatedItem__expnote li + li {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #single .contents .relatedItem .relatedItem__expnote li + li {
    margin-top: 5px;
  }
}
#single .contents .relatedItem + .relatedItem {
  margin-top: var(--space-lg);
}
#single .contents dl.connect_img-row {
  display: grid;
  margin-top: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
}
#single .contents dl.connect_img-row div.connect__img {
  display: flex;
  align-items: center;
  /* 要素内のアイテム（子要素）を中央揃えにする */
  flex-direction: column;
  /* 要素を縦方向に配置 */
  margin: 0 auto;
}
#single .contents dl.connect_img-row div.connect__img p {
  color: #4f87b0;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  #single .contents dl.connect_img-row div.connect__img p {
    font-size: 1.5rem;
  }
}
#single .contents dl.connect_img-row div.connect__img p.connect__list__sub {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 2rem;
}
#single .contents dl.connect_img-row div.connect__img p.connect__list__title {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 2rem;
}
#single .contents dl.connect_img-row div.connect__img a {
  width: 100%;
  text-align: center;
  display: block;
  background: #fff;
}
@media screen and (max-width: 980px) {
  #single .contents dl.connect_img-row div.connect__img a {
    font-size: 1.4rem;
  }
}
#single .contents dl.connect_img-row div.connect__img a img {
  width: 225px;
  transition: transform 0.3s ease;
  /* ホバー時のアニメーション設定 */
}
#single .contents dl.connect_img-row div.connect__img a img:hover {
  transform: scale(1.1);
  /* ホバー時に1.1倍に拡大 */
}
#single .contents .editor__html {
  margin-top: var(--space-lg);
  max-width: 1029px;
  margin-inline: auto;
}
#single .contents .editor__html img {
  width: 100%;
  height: auto;
}
#single .contents .editor__html img.size__middle {
  width: 75%;
  margin-inline: auto;
}
#single .contents .editor__html h3 {
  background-color: #1083a7;
  color: #Fff;
  font-size: var(--font-size-lg);
  text-align: center;
  border-radius: 15px;
  font-weight: 700;
  padding: 0.2em;
}
#single .contents .editor__html h3 + p {
  margin-top: var(--space-sm);
}
#single .contents .editor__html .column__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 640px) {
  .wp-block-spacer {
    height: 50px !important;
  }
}

.wp-block-list li::marker {
  color: var(--blue);
}
.wp-block-list li + li {
  margin-top: var(--space-unit);
}

@media screen and (max-width: 640px) {
  #common div.container-product .single__sidebar-product {
    width: 100% !important;
  }
}

.wp-block-table table tbody th,
.wp-block-table table tbody td {
  font-size: var(--font-size-base);
}
.wp-block-table table thead th,
.wp-block-table table thead td {
  font-size: var(--font-size-base);
  font-weight: 700;
}

.wp-block-file {
  margin-top: var(--space-unit);
}
.wp-block-file object {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
.wp-block-file a {
  font-size: var(--font-size-sm);
}
.wp-block-file__button:link {
  color: #fff;
}

.en-US .breadcrumbs a span {
  text-transform: lowercase;
  display: inline-block;
}
.en-US .breadcrumbs a span::first-letter {
  text-transform: uppercase;
}

.breadcrumbs {
  box-sizing: border-box;
  font-size: 0;
}
.breadcrumbs > * {
  font-size: 14px;
}
.breadcrumbs i {
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #bbb;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
  color: #111 !important;
}
.breadcrumbs a:hover {
  color: var(--blue) !important;
}
@media screen and (max-width: 640px) {
  .breadcrumbs {
    position: relative;
    width: 100vw;
    margin-left: -5.5%;
    margin-right: -5%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

@media screen and (max-width: 640px) {
  #common .cp-ex .wp-block-columns:not(.company__columns-ex) {
    display: grid !important;
    grid-template-columns: 1fr;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.wp-block-file__button {
  padding: 0.3em 1em;
  font-size: 0 !important;
  transform: translateX(10px);
}
.wp-block-file__button:before {
  font-size: 12px;
  content: "DOWNLOAD";
  padding: 0.3em 1em;
  border-radius: 15px;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .body404 .page_title {
    padding-top: var(--space-2xl);
  }
}
.body404 .page_title h1 {
  text-align: center;
  color: var(--color-primary);
  opacity: 0.2;
  font-size: 300px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 0.9;
}
@media screen and (max-width: 640px) {
  .body404 .page_title h1 {
    font-size: 150px;
  }
}
.body404 .page_title h1 p {
  text-align: center;
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
}
@media screen and (max-width: 640px) {
  .body404 .page_title h1 p {
    font-size: 30px;
  }
}
.body404 .page_title + .secIn {
  margin-top: var(--space-xl) !important;
}
.body404 .page_title + .secIn p {
  color: var(--color-primary);
  font-size: var(--font-size-base);
}
@media screen and (max-width: 640px) {
  .body404 .page_title + .secIn p {
    text-align: left;
  }
  .body404 .page_title + .secIn p br {
    display: none;
  }
}

body.ja {
  /* 問い合わせ部分文言置き換えSPのみ適用 */
}
@media screen and (max-width: 980px) {
  body.ja .cnt__text {
    visibility: hidden; /* 元のテキストは非表示に */
    position: relative;
  }
  body.ja .cnt__text::after {
    content: "お問い合わせは、下記フォームからお願いいたします。";
    visibility: visible;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

body.en-US {
  /* 問い合わせ部分文言置き換えSPのみ適用 */
}
@media screen and (max-width: 980px) {
  body.en-US .cnt__text {
    visibility: hidden; /* 元のテキストは非表示に */
    position: relative;
  }
  body.en-US .cnt__text::after {
    content: "Please use the form below for inquiries.";
    visibility: visible;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.about__history {
  width: 100%;
  border-top: #c7cbd1 1px solid !important;
}
.about__history table {
  width: 100%;
  border: 0;
}
.about__history table tbody tr td {
  border: 0;
  box-sizing: border-box;
  vertical-align: top;
}
.about__history table tbody tr td:nth-child(1) {
  width: 10%;
  white-space: nowrap;
  text-align: right;
  font-weight: 700;
}
.about__history table tbody tr td:nth-child(2) {
  width: 7%;
  white-space: nowrap;
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .about__history table tbody tr td:nth-child(2) {
    width: 5%;
  }
}
.about__history table tbody tr td:nth-of-type(3) {
  text-align: left;
  padding-left: 2em;
}
@media screen and (max-width: 640px) {
  .about__history table tbody tr td:nth-of-type(3) {
    padding-left: 1em;
  }
}

body {
  /**
    * 特定のページでBogo言語切替を無効化
    */
}
body.post-type-archive-technology .en-US .bogo-language-name, body.term-technical-information .en-US .bogo-language-name {
  cursor: not-allowed;
  opacity: 0.4;
}
body.post-type-archive-technology .en-US .bogo-language-name a, body.term-technical-information .en-US .bogo-language-name a {
  pointer-events: none;
}/*# sourceMappingURL=main.css.map */