@charset "UTF-8";
/*=================================================================================

　変数定義

=================================================================================*/
/*—————————————————————————————————————————————————————
　横幅／高さ／余白設定
—————————————————————————————————————————————————————*/
:root {
  /* 横幅【PC幅のみ】 */
  --width-contents_max_s: 1000px;
  --width-contents_max_sm: 1100px;
  --width-contents_max_m: 1200px;
  --width-contents_max_l: 1260px;
  --width-modal_max: 900px;
  /* 高さ【ヘッダのみ】 */
  --height-header: 139px;
  --height-header--l: 80px;
}

/*—————————————————————————————————————————————————————
　カラー設定
—————————————————————————————————————————————————————*/
:root {
  --color-key: #0f3990;
  --color-key_l: #007fff;
  --color-key_d: #041260;
  --color-body_bg: #ebf4ff;
  --color-head_bg: #cee8ff;
  --color-head_bg_l: rgba(206, 232, 255, 0.7019607843);
  /* テキスト */
  --color-txt: #000000;
  --color-txt_l: #ffffff;
  --color-txt_a: #002f91;
  --color-txt_b: #002f80;
  --color-txt_c: #bababa;
  --color-txt_d: #d74141;
  --color-txt_e: #103990;
  /* リンク */
  --color-link: #0f3990;
  /* 画像のMIX */
  --color-img_mix: #91c2ea;
  /* 罫線 */
  --color-border: #0f3990;
  --color-border_l: #707070;
  --color-border_a: #0e3a90;
  --color-border_b: #bdbdbd;
  --color-border_c: #727272;
  --color-border_d: #d5dbea;
  --color-border_e: #d6d6d6;
  /* 背景色 */
  --color-background_a: #011c55;
  --color-background_b: #dd1f1f;
  --color-background_c: #efefef;
  /* ボタンやアラートなどエレメントカラー */
  --color-default: #ffffff;
  --color-primary: #0f3990;
  --color-disable: #888888;
  /* ヘッダーメガメニュー */
  --color-header_menu: #1d71c6;
  /* テーブル */
  --color-table_border: #7c7c7c;
  --color-table_border_tr: #cccccc;
  --color-table_thead_bg: #1d71c6;
  --color-table_txt: #333333;
  /* オーバーレイ（モーダルやドロワーの背景） */
  --color-overlay-bg: rgba(0, 0, 0, 0.8);
  --color-overlay-bg_l: rgba(0, 0, 0, 0.4);
  /* モーダルウィンドウのコンテンツ背景 */
  --color-modal-bg: #ffffff;
  /* その他ベーシックな色 */
  --color_black: #000000;
  --color_white: #ffffff;
  --color_darkgray: #333333;
  --color_gray: #969696;
  --color_red: #eb2d2d;
  --color_blue: #0059ff;
  --color_box_shadow: 3px 3px 8px rgba(0, 0, 0, 0.1607843137);
  /* グラデーション */
  --color-main-visual: linear-gradient(135deg, #8ac7f0 0%, #3a9bdd 38%, #0062b0 100%);
  --color-gradation-header: linear-gradient(90deg, #1785d0 0%, #1786d0 9%, #1786d0 20%, #1889d0 31%, #198dcf 41%, #1b99cb 51%, #1ea3c9 61%, #21b5c4 72%, #23bec2 83%, #24c1c1 92%, #24c1c1 100%);
  --color-gradation-btn: linear-gradient(136deg, #388fd5 0%, #0062b0 47%, #002e80 100%);
  --color-gradation-btn_l: linear-gradient(136deg, #38bff7 0%, #1d98dc 47%, #087bca 100%);
  --color-gradation-btn_s: linear-gradient(146deg, #91c2ea 0%, #4189d3 47%, #0062b0 100%);
  --color-gradation-type_a: linear-gradient(90deg, #002f91 0%, #00baff 100%);
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.lang-en {
  word-break: break-word;
}

html,
body {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

:root {
  --txt-color: ;
  --main-color: ;
  --sub-color: ;
  --main--bg: ;
  --white: ;
}

address {
  font-style: normal;
}

body {
  overflow-x: hidden;
  color: var(--color-txt);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-family: "Noto Sans Jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.05625em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.lang-en {
  font-family: "Noto Sans Jp", sans-serif;
  word-break: break-word;
}
body.lang-zh {
  font-family: "Noto Sans SC", sans-serif;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (hover: hover) {
  a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}
a:focus:not(:focus-visible) {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

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

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 4px 6px;
  vertical-align: top;
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

form {
  margin: 0;
  padding: 0;
}

form button {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #2281b8;
  background-image: none;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.6;
}

form button ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input,
textarea {
  padding: 0.5625rem 1rem;
  width: 100%;
  border: 1px solid var(--color-table_border_tr);
  border-radius: 0.3125rem;
  background-image: none;
  background-color: #FFF;
  font-size: 1em;
  font-family: inherit;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::placeholder,
textarea::placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
@media screen and (max-width: 600px) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 0.875rem;
  }
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input::-webkit-input-placeholder {
  color: #848484;
}

input::-moz-placeholder {
  color: #848484;
}

input::-ms-input-placeholder {
  color: #848484;
}

input:-ms-input-placeholder {
  color: #848484;
}

input::placeholder {
  color: #848484;
}

input:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=submit],
input[type=button] {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #2281b8;
  background-image: none;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  outline: none;
}

input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.6;
}

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

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

input[type=radio] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
}

input[type=radio] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-table_border_tr);
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=radio]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 2px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-key);
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-table_border_tr);
  border-radius: 3px;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=checkbox]:checked + span::before {
  background: var(--color-key);
}

input[type=checkbox]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 2px;
  display: block;
  margin-top: -0.2em;
  width: 15px;
  height: 10px;
  border-bottom: 2px solid var(--color_white);
  border-left: 2px solid var(--color_white);
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

select {
  padding: 0.625rem 2.4375rem 0.625rem 0.75rem;
  border: 1px solid var(--color-key);
  border-radius: 5px;
  background-image: url(../img/common/select-arrow.svg);
  background-position: right 11px top 55%;
  background-size: 13px;
  background-repeat: no-repeat;
  background-color: #FFF;
  color: var(--color-txt);
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select:focus {
  outline: none;
  border-color: var(--color-txt);
  -webkit-box-shadow: none;
          box-shadow: none;
}

option {
  color: var(--color-txt);
}

.grecaptcha-badge {
  display: none;
}

@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansJP-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Oswald-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Oswald-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ShipporiMincho-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ShipporiMincho-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ShipporiMincho-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BarlowCondensed";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/BarlowCondensed-ThinItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BarlowCondensed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/BarlowCondensed-LightItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "tahoma";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/tahoma-3.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "tahoma";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/tahoma-bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Roboto-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
}
.p-editorContents {
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .p-editorContents {
    margin-top: 2.5rem;
  }
}
.p-editorContents a {
  color: var(--color-key_l);
}
.p-editorContents h2.wp-block-heading {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-editorContents h3.wp-block-heading {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}
.p-editorContents * + * {
  margin-top: 16px;
}
.p-editorContents * + h2.wp-block-heading {
  margin-top: 96px;
}
.p-editorContents * + h3.wp-block-heading {
  margin-top: 56px;
}
.p-editorContents * + p {
  margin-top: 16px;
}
.p-editorContents * + .wp-block-image {
  margin-top: 32px;
}
.p-editorContents ul,
.p-editorContents ol {
  padding-left: 32px;
}
.p-editorContents * + ul,
.p-editorContents * + ol {
  margin-top: 32px;
}
.p-editorContents ul {
  list-style: disc;
}
.p-editorContents ol {
  list-style: trad-chinese-informal;
}
.p-editorContents li {
  position: relative;
}
.p-editorContents * + li {
  margin-top: 16px;
}
.p-editorContents * + .wp-block-table {
  margin-top: 16px;
}
.p-editorContents figcaption {
  font-size: 0.75rem;
  color: #787878;
  margin-top: 16px;
}
.p-editorContents .wp-block-table table th {
  border: unset;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 21%;
}
.p-editorContents .wp-block-table table td {
  border: unset;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 79%;
}

.attachment-post-thumbnail {
  width: 100%;
  aspect-ratio: 332/187;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-pagePostTitle {
  font-size: 2rem;
  font-weight: 700;
}

.wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
@media screen and (max-width: 600px) {
  .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.wp-block-gallery {
  width: 100% !important;
}
.wp-block-gallery .wp-block-image {
  aspect-ratio: 1/1;
  width: 100% !important;
}

body:has(#wpadminbar) .l-header {
  top: 2rem;
}
@media screen and (max-width: 768px) {
  body:has(#wpadminbar) .l-header {
    top: 2.875rem;
  }
}

.l-header {
  width: 100%;
  height: var(--height-header);
  background-color: var(--color_white);
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  z-index: 20;
  padding: 1.6875rem clamp(1rem, -19.4375rem + 22.7083333333vw, 7.8125rem) 2rem;
}
@media screen and (max-width: 1366px) {
  .l-header {
    height: var(--height-header--l);
    padding: 0 clamp(1rem, -5rem + 9.375vw, 6.25rem) 0 clamp(1rem, 0.5752427184rem + 1.8122977346vw, 2.75rem);
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: clamp(1rem, -0.5410649819rem + 1.8050541516vw, 1.625rem);
}
@media screen and (max-width: 600px) {
  .l-header__logo a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    margin-top: 0.375rem;
  }
  .l-header__logo a img {
    width: 15.625rem;
  }
}
.l-header__logo a span {
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  line-height: 1.45;
  letter-spacing: 0;
  color: var(--color-key);
  font-weight: 600;
  padding: 0.1875rem 0.6875rem;
  border-left: 1px solid var(--color-key);
  border-right: 1px solid var(--color-key);
  margin-bottom: -0.375rem;
}
@media screen and (max-width: 600px) {
  .l-header__logo a span {
    font-size: 0.625rem;
  }
}

.l-header__logo-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 19.75rem;
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .l-header__logo-lower {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .l-header__logo-lower {
    aspect-ratio: 300/203;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: clamp(0.5rem, 0.1814320388rem + 1.359223301vw, 1.8125rem) clamp(1rem, 0.4387135922rem + 2.3948220065vw, 3.3125rem);
    background-color: var(--color_white);
    border-radius: 0 0 1.25rem 0;
    position: relative;
    z-index: 1001;
    width: 9.625rem;
  }
}

.l-header__nav {
  position: relative;
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1rem, -1.4285714286rem + 3.7946428571vw, 3.125rem);
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .l-header__nav-list {
    display: none;
  }
}

.l-header__nav-item {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  height: 100%;
}
.l-header__nav-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  cursor: default;
}
.l-header__nav-item__link.is_link {
  cursor: pointer;
}

.l-header__nav-item-btn {
  min-width: 11.25rem;
  border-radius: 1.1875rem;
  font-size: clamp(0.8125rem, 0.7821601942rem + 0.1294498382vw, 0.9375rem);
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 600;
}
.l-header__nav-item-btn--catalog {
  padding: 0.4375rem 1.5rem;
  border: 1px solid var(--color-key_l);
  background-color: var(--color-key_l);
  color: var(--color_white);
}
.l-header__nav-item-btn--contact {
  padding: 0.4375rem 2.75rem;
  background-color: var(--color_white);
  border: 1px solid var(--color-key);
  color: var(--color-key);
  margin-left: 1rem;
}

.l-header__megaMenu {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 3;
}
.l-header__megaMenu:focus-within {
  opacity: 1;
  visibility: visible;
}

.l-header__megaMenu-top {
  height: 8.3125rem;
  background-color: var(--color-key);
}
.l-header__megaMenu-top.sustainability {
  background: transparent var(--color-gradation-header) 0% 0% no-repeat padding-box;
}

.l-header__megaMenu-topWrap {
  width: 90%;
  height: 100%;
  max-width: var(--width-contents_max_l);
  margin: 0 auto;
  padding: 0 clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  color: var(--color_white);
  margin-left: clamp(6.25rem, -9.4642857143rem + 24.5535714286vw, 20rem);
}

.l-header__megaMenu-top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: var(--color_white);
}
.l-header__megaMenu-top__link-jp {
  font-size: clamp(1.125rem, 1.0643203883rem + 0.2588996764vw, 1.375rem);
  line-height: 1.4545454545;
  letter-spacing: 0;
}
.l-header__megaMenu-top__link-en {
  font-size: clamp(1.375rem, 1.192961165rem + 0.7766990291vw, 2.125rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Oswald";
}

.l-header__megaMenu-top__link-circle {
  background-color: var(--color_white);
  border-radius: 50%;
  width: 1.75rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__megaMenu-top__link-circle::before {
  content: "▶︎";
  color: var(--color-key);
  font-size: 0.625rem;
}
.l-header__megaMenu-top__link-circle.noLink {
  display: none;
}

.l-header__megaMenu-bottom {
  background-color: rgba(255, 255, 255, 0.9490196078);
}

.l-header__megaMenu-bottomWrap {
  width: 90%;
  height: 100%;
  max-width: var(--width-contents_max_l);
  margin: 0 auto;
  padding: 2.375rem clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem) 3.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2rem;
}

.l-header__megaMenu-list, .l-header__megaMenu-list-column, .l-header__megaMenu-list-evenly {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1.5rem 7.5rem;
}
.l-header__megaMenu-list-evenly {
  grid-template-columns: repeat(3, 1fr);
}
.l-header__megaMenu-list-column {
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.6875rem;
}
.l-header__megaMenu-list-column .l-header__megaMenu-item__link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0;
}
.l-header__megaMenu-list-column .l-header__megaMenu-item__link::after {
  content: none;
}
.l-header__megaMenu-list-column .l-header__megaMenu-item__link::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid var(--color-header_menu);
  border-right: 0;
  margin-right: 1rem;
}

.l-header__megaMenu-item {
  text-align: left;
}

.l-header__megaMenu-item__subTitle {
  margin-top: 1rem;
  font-size: clamp(1.25rem, 1.2196601942rem + 0.1294498382vw, 1.375rem);
  line-height: 1.4545454545;
  letter-spacing: 0;
}

.l-header__megaMenu-item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0;
  color: var(--color-txt);
}
.l-header__megaMenu-item__link::after {
  content: "＞";
  color: var(--color-header_menu);
}
.l-header__megaMenu-item__link span {
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  line-height: 1.4285714286;
  letter-spacing: 0;
  margin-left: 1rem;
  margin-right: auto;
}

.l-header__megaMenu-item__banner {
  width: 20.625rem;
}
.l-header__megaMenu-item__banner .c-special_contents {
  display: block;
  width: 100%;
  margin-top: clamp(1rem, 0.5752427184rem + 1.8122977346vw, 2.75rem);
}
.l-header__megaMenu-item__banner .c-special_contents .c-special_contents__inner {
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color_white);
  background: transparent -webkit-gradient(linear, left top, right top, from(#388fd5), color-stop(29%, #0062b0), color-stop(71%, #0062b0), to(#3a9bdd)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #388fd5 0%, #0062b0 29%, #0062b0 71%, #3a9bdd 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
.l-header__megaMenu-item__banner .c-special_contents .c-special_contents__inner::after {
  content: "";
  background-image: url(../img/common/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30%;
  right: 3%;
  aspect-ratio: 334/50;
  width: 3rem;
  height: 1.0625rem;
}
.l-header__megaMenu-item__banner .c-special_contents .c-special_contents__inner-en {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-family: "Oswald";
}
.l-header__megaMenu-item__banner .c-special_contents .c-special_contents__inner-ja {
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "ShipporiMincho";
}

.l-header__nav-function {
  position: absolute;
  top: -50px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: clamp(0.5rem, 0.2572815534rem + 1.0355987055vw, 1.5rem);
}
@media screen and (max-width: 1366px) {
  .l-header__nav-function {
    display: none;
  }
}

.l-header__nav-function-corporate {
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  line-height: 1.4285714286;
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.l-header__nav-function-corporate::after {
  content: "";
  width: 1.25rem;
  aspect-ratio: 1/1;
  background-image: url(../img/icon/icon_btn_window-wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.l-header__nav-function-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: clamp(0.625rem, 0.5946601942rem + 0.1294498382vw, 0.75rem);
  line-height: 1.4166666667;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .l-header__nav-function-switch {
    font-size: 1.1875rem;
    line-height: 1.4210526316;
    width: 100%;
  }
}

.l-header__nav-function-switch-btn {
  width: 3.75rem;
  height: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color_white);
  color: var(--color-key);
  border-top: 1px solid var(--color-key);
  border-bottom: 1px solid var(--color-key);
  cursor: pointer;
}
.l-header__nav-function-switch-btn:first-child {
  border: 1px solid var(--color-key);
  border-radius: 0.75rem 0 0 0.75rem;
}
.l-header__nav-function-switch-btn:last-child {
  border: 1px solid var(--color-key);
  border-radius: 0 0.75rem 0.75rem 0;
}
.l-header__nav-function-switch-btn.is_active {
  color: var(--color_white);
  background-color: var(--color-key);
  pointer-events: none;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
@media screen and (max-width: 1366px) {
  .l-header__nav-function-switch-btn {
    height: 2.3125rem;
  }
  .l-header__nav-function-switch-btn:first-child {
    border-radius: 1.1875rem 0 0 1.1875rem;
  }
  .l-header__nav-function-switch-btn:last-child {
    border-radius: 0 1.1875rem 1.1875rem 0;
  }
}

.l-header__nav-item__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .l-header__nav-item__search {
    width: 100%;
  }
}
.l-header__nav-item__search.is_none {
  display: none;
}
.l-header__nav-item__search input[type=text] {
  width: 12.75rem;
  padding: 0.4375rem 0.75rem;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  line-height: 1.4285714286;
  letter-spacing: 0;
  background-color: var(--color-head_bg);
  border-radius: 0.3125rem;
  border: none;
}
.l-header__nav-item__search input[type=text]::-webkit-input-placeholder {
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  line-height: 1.4285714286;
  letter-spacing: 0;
  color: var(--color_gray);
}
@media screen and (max-width: 1280px) {
  .l-header__nav-item__search input[type=text] {
    width: 9.375rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav-item__search input[type=text] {
    background-color: var(--color_white);
    max-width: 18.75rem;
    width: 100%;
    padding: 0.6875rem 1.0625rem;
  }
}
.l-header__nav-item__search button {
  background-color: transparent;
  background-image: url(../img/common/icon_search-wh.svg);
  background-size: cover;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 0;
  width: 1.5625rem;
  height: 1.625rem;
  border: none;
  border-radius: 0;
}
.is_lower .l-header__nav-item__search button, .is_scroll .l-header__nav-item__search button, .is_open .l-header__nav-item__search button {
  background-image: url(../img/common/icon_search.svg);
}

.l-header__navSp {
  position: fixed;
  top: 5rem;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 1000;
  background-color: var(--color-head_bg);
}
.l-header__navSp .p-header__logo {
  padding: 21px 10px;
}
@media screen and (max-width: 1366px) {
  .l-header__navSp.is_active {
    display: block;
  }
}

.l-header__navSp-inner {
  width: 90%;
  max-width: 30rem;
  margin: 0 1rem 0 auto;
  padding: 3.75rem 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .l-header__navSp-inner {
    margin: 0 auto;
  }
}

.l-header__navSp-function {
  display: none;
}
@media screen and (max-width: 1366px) {
  .l-header__navSp-function {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    gap: clamp(0.5rem, 0.2572815534rem + 1.0355987055vw, 1.5rem);
  }
}

.l-header__navSp-list {
  padding: 2.1875rem 0;
  width: 100%;
  margin: 0 auto;
}

.l-header__navSp-item {
  position: relative;
  border-bottom: 1px solid var(--color-border_l);
}

.l-header__navSp-item-link {
  padding: 0.875rem 0;
  display: block;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1366px) {
  body.is_fixed {
    overflow: hidden;
  }
}
.l-header__navSp-itemChild .l-header__navSp-item-link {
  position: relative;
  padding-left: 1.5em;
}
.l-header__navSp-itemChild .l-header__navSp-item-link::before {
  position: absolute;
  content: "";
  background-color: var(--main-color);
  height: 1px;
  width: 0.5rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.l-header__navSp-itemChild:not(:last-child) {
  border-bottom: 1px solid #333;
}

.l-header__navSp-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background-color: transparent;
  border: none;
  width: 100%;
  color: inherit;
}
.lang-zh .l-header__navSp-item-inner {
  font-family: "Noto Sans SC", sans-serif;
}

.l-header__navSp-item-accordion {
  display: block;
  position: relative;
  width: 1rem;
  aspect-ratio: 1/1;
}
.l-header__navSp-item-accordion::before, .l-header__navSp-item-accordion::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1rem;
  height: 0.0625rem;
  background-color: var(--color-key_l);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left center 0;
          transform-origin: left center 0;
}
.l-header__navSp-item-accordion::after {
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotate(90deg) translate(-50%, -50%);
}
.l-header__navSp-item.is_active .l-header__navSp-item-accordion::after {
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
          transform: rotate(0deg) translate(-50%, -50%);
}

.l-header__navSp-list-child {
  padding-bottom: 0.875rem;
  display: none;
}

.l-header__navSp-item-child:nth-child(n+2) {
  margin-top: 0.5rem;
}

.l-header__navSp-item-child-link {
  padding-left: 0.6875rem;
  font-size: clamp(0.8125rem, 0.7821601942rem + 0.1294498382vw, 0.9375rem);
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  color: var(--color-txt) !important;
  position: relative;
}
.l-header__navSp-item-child-link:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
}

.l-footer__floating {
  position: fixed;
  bottom: 0.625rem;
  right: 0.625rem;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: transparent var(--color-gradation-btn) 0% 0% no-repeat padding-box;
}
.l-footer__floating.is_active {
  opacity: 1;
}

.l-footer__floating-inner {
  display: block;
  width: clamp(2.5rem, 2.1966019417rem + 1.2944983819vw, 3.75rem);
  aspect-ratio: 1/1;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-image: url(../img/icon/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.l-footer__floating-inner:hover {
  opacity: 0.7;
}

.l-footer {
  background: var(--color-key);
  padding: 2.625rem 0 2rem;
  color: var(--color_white);
}

.l-footer__wrap {
  width: 90%;
  max-width: var(--width-contents_max_m);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}

.l-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 18.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__left {
    margin: 0 auto;
  }
}

.l-footer__left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.l-footer__left-top-img {
  aspect-ratio: 296/220;
  width: 100%;
  background-color: var(--color_white);
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__left-top-img img {
  width: 12.25rem;
}

.l-footer__left-top-text {
  color: var(--color_white);
  text-align: center;
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0;
}

.l-footer__left-bottom {
  margin-top: 4.375rem;
  color: var(--color_white);
}
@media screen and (max-width: 767px) {
  .l-footer__left-bottom {
    margin-top: 2rem;
  }
}

.l-footer__left-bottom-text {
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0;
}

.l-footer__left-bottom-box {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.375rem;
}

.l-footer__left-bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4375rem;
}

.l-footer__left-bottom-item-title {
  font-size: clamp(0.6875rem, 0.6571601942rem + 0.1294498382vw, 0.8125rem);
  font-weight: 500;
  line-height: 1.4615384615;
  letter-spacing: 0;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid var(--color_white);
}

.l-footer__left-bottom-item-text {
  font-size: clamp(0.625rem, 0.5946601942rem + 0.1294498382vw, 0.75rem);
  font-weight: 500;
  line-height: 1.4166666667;
  letter-spacing: 0;
}

.l-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer__right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 0.3325242718rem + 2.8478964401vw, 3.75rem);
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 767px) {
  .l-footer__right-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .l-footer__right-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 18.75rem;
    margin: 0 auto;
  }
}

.l-footer__right-item {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05625em;
}

.l-footer__right-list-child {
  width: 10.3125rem;
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px solid var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 600px) {
  .l-footer__right-list-child {
    width: 100%;
  }
}

.l-footer__right-item-child {
  padding-left: 0.625rem;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0;
  position: relative;
}
.l-footer__right-item-child:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
}

.l-footer__right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__right-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer__right-bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 0.5145631068rem + 2.071197411vw, 3rem);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 600px) {
  .l-footer__right-bottom-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer__right-bottom-privacy {
  text-decoration: underline;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0;
}

.l-footer__right-bottom-corporate {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__right-bottom-corporate::after {
  content: "";
  width: 1.625rem;
  aspect-ratio: 1/1;
  background-image: url(../img/icon/icon_btn_window.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.l-footer__bottom {
  width: 90%;
  max-width: var(--width-contents_max_m);
  margin: 1.875rem auto 0;
  text-align: right;
  color: var(--color_white);
  font-size: clamp(0.625rem, 0.5946601942rem + 0.1294498382vw, 0.75rem);
  font-weight: 500;
  line-height: 1.4166666667;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    text-align: center;
  }
}

.cookie-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  min-height: 5rem;
  bottom: 0;
  width: 100%;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  color: var(--color_white);
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  font-family: "Noto Sans JP";
  z-index: 11;
}

.cookie-consent.is-show {
  visibility: visible;
}

.cookie-consent a {
  color: #00adef !important;
}

.cookie-agree {
  color: var(--color-txt);
  background: var(--color_white);
  padding: 0.5em 1.5em;
  text-align: center;
  width: 15rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cookie-agree:hover {
  cursor: pointer;
  opacity: 0.7;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  -webkit-animation: hide 1s linear 0s;
          animation: hide 1s linear 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
  .cookie-consent a {
    margin-right: auto;
  }
}
.c-hamburger__BtnWrap {
  display: none;
  position: relative;
  z-index: 9999;
  font-family: "Oswald";
}
@media screen and (max-width: 1366px) {
  .c-hamburger__BtnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.1875rem;
    background: transparent;
    border: none;
  }
  .c-hamburger__BtnWrap span {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: var(--color-key);
  }
  .is_open .c-hamburger__BtnWrap span {
    color: var(--color-key);
  }
  .is_scroll .c-hamburger__BtnWrap span {
    color: var(--color-key);
  }
  .is_lower .c-hamburger__BtnWrap span {
    color: var(--color-key);
  }
}

.c-hamburger__Btn {
  width: 2.75rem;
  height: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.c-hamburger__Btn span {
  background: var(--color-key);
  width: 2.75rem;
  height: 0.125rem;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left center 0;
          transform-origin: left center 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.is_open .c-hamburger__Btn span {
  background: var(--color-key);
}
.is_scroll .c-hamburger__Btn span {
  background: var(--color-key);
}
.is_lower .c-hamburger__Btn span {
  background: var(--color-key);
}
.c-hamburger__Btn.is_active span:first-child {
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}
.c-hamburger__Btn.is_active span:nth-child(2) {
  opacity: 0;
}
.c-hamburger__Btn.is_active span:last-child {
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}

.l-section {
  position: relative;
  padding: clamp(4rem, 3.2111650485rem + 3.3656957929vw, 7.25rem) 0;
}
.l-section--bg {
  background-color: var(--color-body_bg);
}

.l-inner {
  margin: 0 auto;
  width: 90%;
  max-width: var(--width-contents_max_s);
}
@media screen and (max-width: 600px) {
  .l-inner {
    width: 100%;
    padding: 0 0.625rem;
  }
}
.lower-page .l-inner {
  max-width: var(--width-contents_max_s);
}
.lower-page .l-inner--sm {
  max-width: var(--width-contents_max_sm);
}
.lower-page .l-inner--m {
  max-width: var(--width-contents_max_m);
}
.l-inner--sm {
  max-width: var(--width-contents_max_sm);
}
.l-inner--m {
  max-width: var(--width-contents_max_m);
}

.l-inner--full {
  width: 100%;
}

.l-contents {
  margin: 0 auto;
  width: 100%;
  max-width: var(--width-contents_max_s);
}

.c-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.5145631068rem + 2.071197411vw, 3rem);
  width: 100%;
}

.c-accordion__box {
  border-top: 2px solid var(--color-border_l);
  border-bottom: 1px solid var(--color-border_l);
  background-color: var(--color_white);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-accordion__title {
  position: relative;
  display: grid;
  grid-template-columns: clamp(6.25rem, 5.2184466019rem + 4.4012944984vw, 10.5rem) auto 3.25rem;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem) 0 clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem) clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
@media screen and (max-width: 480px) {
  .c-accordion__title {
    grid-template-columns: 5rem auto 3.25rem;
    gap: 0.5rem;
  }
}
.c-accordion__title p {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
.c-accordion__title p span {
  color: #E83820;
  margin-left: clamp(1.5rem, 1.1359223301rem + 1.5533980583vw, 3rem);
}

.c-accordion__text {
  display: none;
  line-height: 1.8125;
}
.c-accordion__text p + p {
  margin-top: 1rem;
}
.c-accordion__text a {
  color: var(--color-key);
}

.c-accordion__text-row {
  display: grid;
  grid-template-columns: clamp(6.25rem, 5.2184466019rem + 4.4012944984vw, 10.5rem) auto;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  padding: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem) 0 clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem) clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
.c-accordion__text-row:nth-child(2n+1) {
  background-color: #F7F7F7;
}
@media screen and (max-width: 480px) {
  .c-accordion__text-row {
    grid-template-columns: 1fr;
  }
}

.c-accordion__btn {
  display: block;
  position: relative;
  width: 2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-key);
}
.c-accordion__btn::before, .c-accordion__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1rem;
  height: 0.125rem;
  background-color: var(--color_white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-accordion__btn::after {
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotate(90deg) translate(-50%, -50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.c-accordion__btn.is_open::after {
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
          transform: rotate(0deg) translate(-50%, -50%);
}

/* details/summaryのデフォルト三角を消す */
.c-accordion__box > summary {
  list-style: none;
}

.c-accordion__box > summary::-webkit-details-marker {
  display: none;
}

/* クリック面は summary のみ。box 全体の pointer は外す */
.c-accordion__box {
  cursor: default;
}

/* 既存の pointer を打ち消し */
.c-accordion__title {
  cursor: pointer;
}

/* クリック手に戻す */
/* 閉じている時は .c-accordion__text を非表示、open時のみ表示 */
.c-accordion__text {
  display: none;
}

/* 既存と同じ指定でOK */
.c-accordion__box[open] .c-accordion__text {
  display: block;
}

/* フォーカスリングを summary(.c-accordion__title) で見やすく */
.c-accordion__title:focus-visible {
  outline: 2px solid var(--color-key);
  outline-offset: 2px;
}

/* プラス → マイナス化を open 属性で制御（is_openクラス不要） */
.c-accordion__box[open] .c-accordion__btn::after {
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
          transform: rotate(0deg) translate(-50%, -50%);
}

/* （任意）スムース開閉：gridトリック
   ─ 使うなら block 表示の代わりに下2つに差し替え ─ */
.c-accordion__text {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.26s ease;
  transition: grid-template-rows 0.26s ease;
  transition: grid-template-rows 0.26s ease, -ms-grid-rows 0.26s ease;
}

.c-accordion__box[open] .c-accordion__text {
  grid-template-rows: 1fr;
}

.c-accordion__text > * {
  overflow: hidden;
}

.c-archive__post {
  margin-top: clamp(2.8125rem, 0.901092233rem + 8.1553398058vw, 10.6875rem);
}

.c-archive__post__post-container {
  margin-inline: auto;
  max-width: 60.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.c-archive__post__post-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2.25rem, 2.0983009709rem + 0.6472491909vw, 2.875rem);
}

.c-archive__post__non-post-text {
  text-align: center;
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}

.c-archive__contact-wrap {
  margin-top: clamp(5.375rem, 4.9047330097rem + 2.0064724919vw, 7.3125rem);
}
.c-archive__contact-wrap.has-pagination {
  margin-top: clamp(4.25rem, 3.5066747573rem + 3.1715210356vw, 7.3125rem);
}

.c-breadcrumb {
  padding-block: clamp(0.875rem, -1.7195945946rem + 5.4054054054vw, 1.625rem);
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-breadcrumb .l-inner--m {
    padding: 0 2rem;
  }
}
.c-breadcrumb::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 93%;
  height: auto;
  aspect-ratio: 1795/210;
  background-color: var(--color-key_d);
}
@media screen and (min-width: 1921px) {
  .c-breadcrumb::before {
    height: 13.125rem;
  }
}
@media screen and (max-width: 1440px) {
  .c-breadcrumb::before {
    width: 98%;
    height: clamp(7.3125rem, 0.4178337306rem + 18.3551847437vw, 16.9375rem);
  }
}
@media screen and (max-width: 600px) {
  .c-breadcrumb::before {
    height: 9.375rem;
  }
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(0.375rem, 0.2839805825rem + 0.3883495146vw, 0.75rem) clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
}

.c-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  line-height: 1.4285714286;
  letter-spacing: 0;
  color: var(--color_white);
}
.c-breadcrumb__item::after {
  content: "＞";
  font-size: clamp(0.625rem, 0.5946601942rem + 0.1294498382vw, 0.75rem);
}
.c-breadcrumb__item:last-child::after {
  content: none;
}

.c-btn {
  width: 100%;
  max-width: 18.1875rem;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  padding: 1.28125rem 1.75rem 1.28125rem 2rem;
  color: var(--color--txt);
  background-color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem);
  border-radius: 0.25rem;
  border: 2px solid var(--color-key);
}
.c-btn::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 1.1875rem;
  aspect-ratio: 21/13;
  background: url(../img/icon/icon_arrow_bl.svg) no-repeat 50% 50%/contain;
}

.c-btn--border-none {
  border: none;
  padding: 1.40625rem 1.875rem 1.40625rem 2.125rem;
}

.c-btn__small {
  width: 100%;
  max-width: 15.3125rem;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  padding: clamp(0.8125rem, 0.7821601942rem + 0.1294498382vw, 0.9375rem) 1.625rem clamp(0.8125rem, 0.7821601942rem + 0.1294498382vw, 0.9375rem) 2.1875rem;
  color: var(--color--txt);
  background-color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem);
  border-radius: 0.25rem;
  border: 2px solid var(--color-border_a);
}
.c-btn__small::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 1.1875rem;
  aspect-ratio: 21/13;
  background: url(../img/icon/icon_arrow_bl.svg) no-repeat 50% 50%/contain;
}

.c-btn__square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  aspect-ratio: 1/1;
  background: transparent var(--color-gradation-btn_s) 0% 0% no-repeat padding-box;
  color: var(--color_white);
}

.c-btn__default {
  width: 17.4375rem;
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.8888888889;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 1.0625rem clamp(0.5rem, 0.4393203883rem + 0.2588996764vw, 0.75rem);
  color: var(--color-key);
  border: 1px solid var(--color-key);
  background-color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.1875rem;
}

.c-contact {
  border-top: 1px solid var(--color-border_l);
  position: relative;
  overflow: hidden;
}
.c-contact:before {
  content: "";
  position: absolute;
  bottom: clamp(-13.75rem, -7.1480582524rem - 5.501618123vw, -8.4375rem);
  left: clamp(-11.875rem, -1.9332524272rem - 8.284789644vw, -3.875rem);
  width: clamp(15.625rem, 10.8009708738rem + 20.5825242718vw, 35.5rem);
  aspect-ratio: 679/842;
  background: url(../img/home/trapezoid-background.svg) no-repeat 50% 50%/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-contact:before {
    bottom: clamp(-12.1875rem, -4.850127551rem - 15.306122449vw, -8.4375rem);
    left: clamp(-6.25rem, -1.608778626rem - 9.6692111959vw, -3.875rem);
  }
}
@media screen and (max-width: 600px) {
  .c-contact:before {
    bottom: -8.4375rem;
    left: -3.875rem;
  }
}

.c-contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2rem, -0.3816747573rem + 10.1618122977vw, 11.8125rem);
}
@media screen and (max-width: 767px) {
  .c-contact__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(2rem, 1.7572815534rem + 1.0355987055vw, 3rem);
  }
}

.c-contact__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 1.0297330097rem + 2.0064724919vw, 3.4375rem);
}

.c-contact__left-text {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-contact__left-text {
    white-space: wrap;
  }
  .c-contact__left-text br {
    display: none;
  }
}
.lang-en .c-contact__left-text, .lang-zh .c-contact__left-text {
  white-space: wrap;
}

.c-contact__right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.8027912621rem + 0.8414239482vw, 1.8125rem);
}
@media screen and (max-width: 767px) {
  .c-contact__right-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .c-contact__right-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .c-contact__right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-contact__right-item-upper {
  font-weight: 500;
}

.c-contact__right-item-tel {
  font-family: "Roboto";
  font-weight: 700;
  font-size: clamp(1.125rem, 0.942961165rem + 0.7766990291vw, 1.875rem);
  line-height: 1.1666666667;
  letter-spacing: 0.04em;
}

.c-contact__right-item-contact {
  font-size: clamp(0.875rem, 0.7839805825rem + 0.3883495146vw, 1.25rem);
  line-height: 1.7;
  letter-spacing: 0.056em;
}

.c-contact__right-item-lower {
  text-align: center;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
}

.c-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.c-form--en {
  word-break: keep-all;
}
.c-form--en .c-form__label--required::after {
  content: "Required";
  width: 4.375rem;
}

.c-form__text {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.0561111111em;
}
.c-form__text .c-form__label--required {
  margin-right: 0.1875rem;
}

.c-form__box--confirm .c-form__input-area {
  gap: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
}
.c-form__box--confirm .c-form__input-area .c-form__wrap:not(:last-child) {
  padding-bottom: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
}
.c-form__box--confirm .c-form__wrap {
  display: grid;
  grid-template-columns: 4fr 6fr;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .c-form__box--confirm .c-form__wrap {
    grid-template-columns: 1fr;
  }
}
.c-form__box--confirm .c-form__btn-wrap {
  margin-top: clamp(3.125rem, 3.0643203883rem + 0.2588996764vw, 3.375rem);
}
.c-form__box input[type=submit],
.c-form__box input[type=button] {
  max-width: 19.4375rem;
  width: 100%;
  height: clamp(3.625rem, 3.5036407767rem + 0.5177993528vw, 4.125rem);
  background: var(--color-border_a);
  border-radius: 0.25rem;
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
.c-form__box input[type=button] {
  background: transparent 0% 0% no-repeat padding-box;
  border: 1px solid var(--color-border_a);
  color: var(--color-border_a);
}

.c-form__input-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
}

.c-form__input-text {
  margin-bottom: clamp(1.5rem, 1.3786407767rem + 0.5177993528vw, 2rem);
}

.c-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.5rem, 0.4393203883rem + 0.2588996764vw, 0.75rem);
  color: var(--color_darkgray);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.c-form__wrap input,
.c-form__wrap textarea {
  padding: 0.46875rem 0.75rem;
  border: 1px solid var(--color-border_l);
  border-radius: 0.25rem;
}
.c-form__wrap input::-webkit-input-placeholder, .c-form__wrap textarea::-webkit-input-placeholder {
  color: var(--color-txt_c);
  font-weight: 400;
}
.c-form__wrap input::-moz-placeholder, .c-form__wrap textarea::-moz-placeholder {
  color: var(--color-txt_c);
  font-weight: 400;
}
.c-form__wrap input:-ms-input-placeholder, .c-form__wrap textarea:-ms-input-placeholder {
  color: var(--color-txt_c);
  font-weight: 400;
}
.c-form__wrap input::-ms-input-placeholder, .c-form__wrap textarea::-ms-input-placeholder {
  color: var(--color-txt_c);
  font-weight: 400;
}
.c-form__wrap input::placeholder,
.c-form__wrap textarea::placeholder {
  color: var(--color-txt_c);
  font-weight: 400;
}
.c-form__wrap textarea {
  display: block;
  height: clamp(11.25rem, 10.4156553398rem + 3.5598705502vw, 14.6875rem);
  resize: vertical;
}
.c-form__wrap .wpcf7-list-item {
  margin: 0;
}
.c-form__wrap .wpcf7-list-item input[type=checkbox] + span {
  margin: 0;
  padding-left: clamp(1.875rem, 1.7839805825rem + 0.3883495146vw, 2.25rem);
}
.c-form__wrap .wpcf7-list-item input[type=checkbox] + span:before {
  width: 1rem;
  height: auto;
  aspect-ratio: 1/1;
}
.c-form__wrap .wpcf7-list-item input[type=checkbox]:checked + span::before {
  background: var(--color_white);
}
.c-form__wrap .wpcf7-list-item input[type=checkbox]:checked + span::after {
  width: 0.9375rem;
  height: auto;
  aspect-ratio: 15/9;
  border-bottom: 3px solid var(--color-border_a);
  border-left: 3px solid var(--color-border_a);
}
.c-form__wrap .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(0.625rem, 0.5643203883rem + 0.2588996764vw, 0.875rem) clamp(2.5rem, 2.1966019417rem + 1.2944983819vw, 3.75rem);
}
.c-form__wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.c-form__wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] + span {
  margin: 0;
  padding-left: clamp(1.6875rem, 1.6571601942rem + 0.1294498382vw, 1.8125rem);
}
.c-form__wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] + span:before {
  width: clamp(1.125rem, 1.0946601942rem + 0.1294498382vw, 1.25rem);
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-border_l);
}
.c-form__wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] + span:after {
  left: 0.0625rem;
  width: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--color-border_a);
}

@media screen and (max-width: 480px) {
  body:not(.lang-en) .c-form__wrap .wpcf7-form-control.wpcf7-radio {
    display: grid;
    grid-template-columns: -webkit-max-content minmax(0, 1fr);
    grid-template-columns: max-content minmax(0, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-form__wrap--radio .wpcf7-form-control-wrap {
  padding-left: clamp(0.625rem, 0.5794902913rem + 0.1941747573vw, 0.8125rem);
}

.c-form__wrap--center {
  margin-top: clamp(1.375rem, 1.2233009709rem + 0.6472491909vw, 2rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: var(--color_darkgray);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
.c-form__label--required {
  display: inline-block;
}
.c-form__label--required::after {
  content: "必須";
  width: 2.75rem;
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color_white);
  background-color: var(--color-background_b);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .c-form__label--note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0.375rem;
  }
}
.c-form__label--note span {
  font-weight: 400;
  color: var(--color-disable);
}

.c-form__privacy {
  margin-top: clamp(1.5625rem, 1.5018203883rem + 0.2588996764vw, 1.8125rem);
}
.mw_wp_form_confirm .c-form__privacy {
  display: none;
}
.c-form__privacy a {
  text-decoration: underline;
  color: var(--color-key);
}

.c-form__privacy-text-wrap {
  margin-top: clamp(0.375rem, 0.3446601942rem + 0.1294498382vw, 0.5rem);
  padding: clamp(0.625rem, 0.4126213592rem + 0.9061488673vw, 1.5rem) clamp(0.375rem, 0.1171116505rem + 1.1003236246vw, 1.4375rem);
  max-height: clamp(9.375rem, 8.9199029126rem + 1.9417475728vw, 11.25rem);
  border-radius: 0.25rem;
  border: 1px solid var(--color-border_l);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}

.c-form__privacy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-form__privacy-list {
    gap: 0.25rem;
  }
}

.c-form__privacy-list-item {
  padding-left: 1em;
  position: relative;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-weight: 600;
  line-height: 2.4285714286;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-form__privacy-list-item {
    line-height: 2;
  }
}
@media screen and (max-width: 600px) {
  .c-form__privacy-list-item {
    line-height: 1.9;
  }
}
.c-form__privacy-list-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
}

.c-form__btn-wrap {
  margin: clamp(1.5625rem, 1.5321601942rem + 0.1294498382vw, 1.6875rem) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
.c-form__btn-wrap .wpcf7-spinner {
  display: none;
}

.c-form__wrap input.wpcf7-not-valid,
.c-form__wrap textarea.wpcf7-not-valid,
.c-form__wrap select.wpcf7-not-valid {
  background-color: #fbebeb;
  border: 1px solid #eebbbc;
}

.wpcf7-not-valid input[type=radio] + span::before,
.wpcf7-not-valid input[type=checkbox] + span::before {
  border: 2px solid #eebbbc;
}

.wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  padding-left: 0.5em;
  color: var(--color-txt_d);
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 1.125rem;
  text-align: center;
  border: 1px solid #eebbbc !important;
  background-color: #fbebeb;
  border-radius: 0.3125rem;
  color: var(--color-txt_d);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 600;
  line-height: 1.4444444444;
  letter-spacing: 0;
  padding: 0.625rem;
  font-weight: 400;
  margin: 0;
}

[data-class=wpcf7cf_group] .c-form__wrap {
  margin-top: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
}
[data-class=wpcf7cf_group] .c-form__wrap:first-child {
  margin-top: 0;
}

[data-id=form-corporation] .c-form__wrap {
  margin-top: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem) !important;
}

input.wpcf7-form-control.wpcf7-text.inquiry-details,
input.wpcf7-form-control.wpcf7-text.customer-type {
  position: absolute;
  top: 0;
  left: -50vw;
}

.page-template-page-magazine-cancel .grecaptcha-badge,
.page-template-page-contact .grecaptcha-badge,
.page-template-page-contact-en .grecaptcha-badge {
  display: block;
  bottom: clamp(4rem, 3.6966019417rem + 1.2944983819vw, 5.25rem) !important;
}

.c-floating {
  position: fixed;
  bottom: 2rem;
  right: clamp(2rem, 0.6650485437rem + 5.6957928803vw, 7.5rem);
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  background-color: var(--color-key_l);
  width: clamp(8.75rem, 7.6881067961rem + 4.5307443366vw, 13.125rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  visibility: hidden;
}
.c-floating.is_active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .c-floating {
    width: 5rem;
    bottom: 4rem;
    right: 0.625rem;
  }
}

.c-floating__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.375rem, 0.2839805825rem + 0.3883495146vw, 0.75rem);
  height: 100%;
}
.c-floating__inner p {
  color: var(--color_white);
  font-size: clamp(0.875rem, 0.7839805825rem + 0.3883495146vw, 1.25rem);
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-floating__inner p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 600px) {
  .c-floating__inner img:not(.c-floating__img) {
    width: 1.25rem;
  }
}

.c-floating__img {
  width: clamp(1.25rem, 1.1286407767rem + 0.5177993528vw, 1.75rem);
  aspect-ratio: 28/36;
}

.c-introduction__list .swiper-slide {
  height: auto;
}

.c-introduction__item--archive {
  display: contents;
}

.c-introduction__item-link {
  height: 100%;
  background-color: var(--color_white);
  -webkit-box-shadow: var(--color_box_shadow);
          box-shadow: var(--color_box_shadow);
  padding: 0.9375rem 0.9375rem 1.4375rem;
}

.c-introduction__item-link--home {
  display: block;
}

.c-introduction__item-link--archive {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}

.c-introduction__item-img {
  display: block;
  aspect-ratio: 273/191;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-introduction__item-date {
  display: block;
  margin-top: clamp(1rem, 0.817961165rem + 0.7766990291vw, 1.75rem);
  font-family: "Roboto";
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  line-height: 1.1428571429;
  letter-spacing: 0.04em;
}

.c-introduction__item-title-wrap {
  margin-top: clamp(0.5rem, 0.4696601942rem + 0.1294498382vw, 0.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-introduction__item-title-wrap--home {
  height: 3em;
}

.c-introduction__item-title {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← 2行 */
  overflow: hidden;
}

.c-introduction__item-category-list {
  margin-top: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem 0.5rem;
}

.c-introduction__item-category-item {
  padding: 0.125rem clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  background-color: var(--color-key_l);
  color: var(--color_white);
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0;
}

.c-introduction__not-post-text {
  text-align: center;
  font-size: clamp(0.875rem, 0.7839805825rem + 0.3883495146vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.c-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c-link::before {
  content: "";
  width: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  aspect-ratio: 1/1;
  background-image: url(../img/icon/icon_btn-circle-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-link--inversion {
  color: var(--color_white);
}
.c-link--inversion::before {
  background-image: url(../img/icon/icon_btn-circle-wh.svg);
}

.c-links__box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.5rem, 0.1662621359rem + 1.4239482201vw, 1.875rem) clamp(0.5rem, -0.1371359223rem + 2.7184466019vw, 3.125rem);
}
@media screen and (max-width: 768px) {
  .c-links__box-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-links__box-item-link {
  padding: clamp(1rem, 0.8634708738rem + 0.5825242718vw, 1.5625rem) clamp(0.5rem, 0.2876213592rem + 0.9061488673vw, 1.375rem);
  background-color: var(--color_white);
  border-left: 4px solid var(--color-key);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem);
}
.c-links__box-item-link::after {
  content: "";
  width: clamp(1.25rem, 1.1589805825rem + 0.3883495146vw, 1.625rem);
  aspect-ratio: 1/1;
  background-image: url(../img/icon/icon_btn_window-wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-links__box-item-link-text {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0rem, -0.0606796117rem + 0.2588996764vw, 0.25rem);
}
.c-links__box-item-link-text span {
  font-family: "tahoma";
  font-size: clamp(0.625rem, 0.5946601942rem + 0.1294498382vw, 0.75rem);
  line-height: 1.1666666667;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: var(--color-key);
}

/* モーダル */
.modal-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(1, 1, 1, 0.7);
  z-index: 100;
}

.modal-container {
  max-height: 80vh;
  max-width: var(--width-contents_max_s);
  width: 100%;
  position: relative;
  background-color: #fff;
  margin: 0.625rem;
  overflow: auto;
}

.modal-container--backgroundColorPt1 {
  background-color: #fff;
}

.modal-container--backgroundColorPt2 {
  background-color: rgba(255, 255, 255, 0.9);
}

.modal-close {
  margin: 1rem 1rem 1rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(2rem, 1.8027912621rem + 0.8414239482vw, 2.8125rem);
  aspect-ratio: 1/1;
  background-color: #EEEEEE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}
@media (hover: hover) {
  .modal-close:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}
.modal-close:before {
  content: "✕";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
  line-height: 1;
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.c-modal {
  padding: 0 clamp(1rem, 0.0594660194rem + 4.0129449838vw, 4.875rem) clamp(1rem, 0.0594660194rem + 4.0129449838vw, 4.875rem);
  max-height: 45.3125rem;
}

.c-modal__box {
  font-family: "Noto Sans JP";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-modal__title {
  width: 100%;
  text-align: center;
  font-size: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  line-height: 1.45;
  letter-spacing: 0;
  color: var(--color_white);
  font-weight: 600;
  padding: 0.375rem;
  background: transparent linear-gradient(97deg, #388FD5 0%, #0062B0 47%, #002E80 100%) 0% 0% no-repeat padding-box;
}

.c-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 0.4235436893rem + 2.4595469256vw, 3.375rem);
  margin-top: clamp(1.25rem, 0.8859223301rem + 1.5533980583vw, 2.75rem);
}
.c-modal__inner .c-modal__img {
  max-width: 26.4375rem;
  max-height: 20.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 600px) {
  .c-modal__inner .c-modal__img {
    width: 100%;
  }
}
.c-modal__inner .c-modal__explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
}
.c-modal__inner .c-modal__explanation .c-modal__explanation--title {
  color: var(--color-key);
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  line-height: 1.4583333333;
  letter-spacing: 0;
  font-weight: 600;
}
.c-modal__inner .c-modal__explanation .c-modal__explanation--text {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 2.1111111111;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-modal__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-modal__link {
  color: var(--color_white);
  background-color: var(--color-key);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem) clamp(1rem, 0.817961165rem + 0.7766990291vw, 1.75rem);
  margin: 0 auto;
  margin-top: clamp(1.5rem, 0.8932038835rem + 2.5889967638vw, 4rem);
  min-width: 19.75rem;
  border-radius: 2.75rem;
  position: relative;
}
.c-modal__link::after {
  content: "＞";
}

.c-news__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-news__item--home:not(:first-child) {
  border-top: 1px solid var(--color-border_l);
}

.c-news__item--archive {
  border-bottom: 1px solid var(--color-border_l);
}

.c-news__item-link {
  padding: clamp(0.9375rem, 0.8009708738rem + 0.5825242718vw, 1.5rem) clamp(0.625rem, 0.4126213592rem + 0.9061488673vw, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .c-news__item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.c-news__item-heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.75rem, 0.6589805825rem + 0.3883495146vw, 1.125rem);
}

.c-news__item-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--color-background_a);
  font-family: "tahoma";
  font-size: clamp(0.75rem, 0.7348300971rem + 0.0647249191vw, 0.8125rem);
  font-weight: 700;
  line-height: 1.2307692308;
  letter-spacing: 0.04em;
}

.c-news__item-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-news__item-category-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-news__item-category-list-item {
  white-space: nowrap;
  min-width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-key_l);
  color: var(--color_white);
  padding: clamp(0.125rem, 0.1098300971rem + 0.0647249191vw, 0.1875rem) 0.625rem;
  font-size: clamp(0.6875rem, 0.6723300971rem + 0.0647249191vw, 0.75rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.c-news__item-title {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-news__item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.c-news__not-post-text {
  text-align: center;
  font-size: clamp(0.875rem, 0.7839805825rem + 0.3883495146vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.c-page-head {
  margin-top: var(--height-header);
  position: relative;
}
@media screen and (max-width: 1366px) {
  .c-page-head {
    margin-top: var(--height-header--l);
  }
}

.c-page-head__wrap {
  margin: 0 auto;
  width: 90%;
  max-width: var(--width-contents_max_m);
}
@media screen and (max-width: 600px) {
  .c-page-head__wrap {
    width: 100%;
    padding: 0 2rem;
  }
}

.c-page-head__bg {
  margin-left: calc(50% - 50vw);
  max-width: 91.25rem;
  aspect-ratio: 1460/300;
  background-image: url(../img/common/webp/page-head.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1921px) {
  .c-page-head__bg {
    width: 76.0416666667vw;
    height: 18.75rem;
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .c-page-head__bg {
    min-height: 9.375rem;
    width: 98vw;
  }
}

.c-page-head__title-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem);
  padding-right: clamp(7.1875rem, -47.3151408451rem + 68.0751173709vw, 34.375rem);
}
@media screen and (min-width: 1921px) {
  .c-page-head__title-wrap {
    padding-right: 28.6458333333%;
  }
}
@media screen and (max-width: 1280px) {
  .c-page-head__title-wrap {
    padding-right: clamp(3.4375rem, 1.8836325967rem + 6.6298342541vw, 7.1875rem);
  }
}
@media screen and (max-width: 600px) {
  .c-page-head__title-wrap {
    padding-right: 2rem;
  }
}

.c-page-head__title {
  font-size: clamp(1.5rem, 1.1662621359rem + 1.4239482201vw, 2.875rem);
  line-height: 1.4347826087;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--color_white);
  text-transform: uppercase;
}
.lang-en .c-page-head__title {
  letter-spacing: 0.05em;
  text-transform: none;
}

.c-page-head__title-sub {
  font-family: "tahoma";
  font-size: clamp(0.75rem, 0.6286407767rem + 0.5177993528vw, 1.25rem);
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: var(--color_white);
  text-transform: uppercase;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(2.375rem, 2.2839805825rem + 0.3883495146vw, 2.75rem);
  aspect-ratio: 1/1;
  color: var(--color-background_a);
  border: 1px solid var(--color-background_a);
  background-color: transparent;
  border-radius: 0.25rem;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.0346153846em;
}
.page-numbers.current {
  color: var(--color_white);
  background-color: var(--color-background_a);
}

.prev.page-numbers,
.next.page-numbers {
  width: clamp(3.6875rem, 3.5509708738rem + 0.5825242718vw, 4.25rem);
  height: clamp(2.375rem, 2.2839805825rem + 0.3883495146vw, 2.75rem);
  max-width: 100%;
}

.page-numbers.dots {
  font-weight: 700;
}

.c-product-search__wrap {
  margin-top: clamp(1.5rem, 1.4696601942rem + 0.1294498382vw, 1.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 1.3786407767rem + 0.5177993528vw, 2rem);
}

.c-product-search__inner {
  background-color: var(--color_white);
  padding: clamp(1rem, 0.6055825243rem + 1.6828478964vw, 2.625rem) clamp(1rem, 0.484223301rem + 2.2006472492vw, 3.125rem);
}

.c-product-search__item-title {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  line-height: 1.4583333333;
  letter-spacing: 0.03em;
  color: var(--color-key);
}

.c-product-search__box--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.75rem, 0.3859223301rem + 1.5533980583vw, 2.25rem);
}
@media screen and (max-width: 768px) {
  .c-product-search__box--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-product-search__spacer {
  width: 0.0625rem;
  height: 100%;
  background-color: var(--color-border_l);
}

.c-product-search__item {
  width: 100%;
}

.c-product-search__item-list {
  margin-top: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem) clamp(1rem, 0.4235436893rem + 2.4595469256vw, 3.375rem);
}
@media screen and (max-width: 600px) {
  .c-product-search__item-list {
    grid-template-columns: 1fr;
  }
}

.c-product-search__item-link {
  background-color: var(--color_white);
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1607843137);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.875rem;
  padding-left: 0;
}
.c-product-search__item-link::after {
  content: "";
  width: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  aspect-ratio: 24/14;
  background-image: url(../img/icon/icon_arrow_bl.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
}
.c-product-search__item-link picture {
  width: clamp(5rem, 4.6359223301rem + 1.5533980583vw, 6.5rem);
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-product-search__item-link picture {
    width: 5.625rem;
  }
}
.c-product-search__item-link picture::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.0625rem;
  height: 3.875rem;
  background-color: var(--color-border_l);
}
.c-product-search__item-link picture img {
  margin: 0 auto;
}
.c-product-search__item-link span {
  padding-left: clamp(0.75rem, 0.5072815534rem + 1.0355987055vw, 1.75rem);
  padding-right: 0.75rem;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.7536407767rem + 0.5177993528vw, 1.375rem);
  line-height: 1.4545454545;
  letter-spacing: 0.03em;
}

.c-product-search__form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
}

.c-product-search__form__form-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .c-product-search__form__form-box {
    grid-template-columns: 1fr;
    gap: clamp(1.3125rem, 1.1335877863rem + 0.7633587786vw, 1.5rem);
  }
}

.c-product-search__form__form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  padding-bottom: clamp(0.3125rem, 0.2289856646rem + 0.1737619461vw, 0.4375rem);
}
@media screen and (max-width: 768px) {
  .c-product-search__form__form-block {
    padding-bottom: 0;
  }
}

.c-product-search__form__form-block--left {
  padding-right: clamp(1.125rem, 0.3733709818rem + 1.5638575152vw, 2.25rem);
  border-right: 1px solid var(--color-border_l);
}
@media screen and (max-width: 768px) {
  .c-product-search__form__form-block--left {
    padding-right: 0;
    border-right: none;
  }
}

.c-product-search__form__form-block--right {
  padding-left: clamp(1.125rem, 0.3733709818rem + 1.5638575152vw, 2.25rem);
}
@media screen and (max-width: 768px) {
  .c-product-search__form__form-block--right {
    padding-left: 0;
  }
}

.c-product-search__form__block-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-product-search__form__block-contents select,
.c-product-search__form__block-contents input[type=text] {
  border: 1px solid var(--color-border_l);
  border-radius: 0.25rem;
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
}
.c-product-search__form__block-contents select {
  padding: clamp(0.5625rem, 0.5245752427rem + 0.1618122977vw, 0.71875rem) 1.75rem clamp(0.5625rem, 0.5245752427rem + 0.1618122977vw, 0.71875rem) clamp(1.125rem, 1.0946601942rem + 0.1294498382vw, 1.25rem);
  background-image: url(../img/icon/icon_select_arrow.svg);
  background-position: right 0.6875rem top 55%;
  background-size: 0.8125rem;
}
.c-product-search__form__block-contents input[type=text] {
  padding: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem) clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem) clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem) clamp(3.125rem, 2.9733009709rem + 0.6472491909vw, 3.75rem);
  background-image: url("../img/icon/icon_serch_gray-1-1.svg");
  background-repeat: no-repeat;
  background-position: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem) 55%;
  background-size: clamp(1.3125rem, 1.2669902913rem + 0.1941747573vw, 1.5rem);
}
.c-product-search__form__block-contents input[type=text]::-webkit-input-placeholder {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
}
.c-product-search__form__block-contents input[type=text]::-moz-placeholder {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
}
.c-product-search__form__block-contents input[type=text]:-ms-input-placeholder {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
}
.c-product-search__form__block-contents input[type=text]::-ms-input-placeholder {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
}
.c-product-search__form__block-contents input[type=text]::placeholder {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
}

.c-product-search__form__block-contents--category {
  gap: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
}

.c-product-search__form__block-contents--keyword {
  gap: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
}

.c-product-search__form__option-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.9375rem, 0.8919902913rem + 0.1941747573vw, 1.125rem);
}

.c-product-search__form__radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, -0.4615008688rem + 3.0408340573vw, 3.1875rem);
}
@media screen and (max-width: 768px) {
  .c-product-search__form__radio-container {
    gap: clamp(1.3125rem, 0.4775763359rem + 3.5623409669vw, 2.1875rem);
  }
}

.c-product-search__form__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
}

.c-product-search__radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.375rem, 1.1777912621rem + 0.8414239482vw, 2.1875rem);
}
.c-product-search__radio-wrap .c-product-search__label:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-product-search__label {
  font-size: clamp(0.8125rem, 0.7669902913rem + 0.1941747573vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.c-product-search__label input[type=radio] + span,
.c-product-search__label input[type=checkbox] + span {
  margin: 0;
  padding-left: clamp(1.6875rem, 1.6116504854rem + 0.3236245955vw, 2rem);
}
.c-product-search__label input[type=radio] + span::before {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--color-border_l);
}
.c-product-search__label input[type=radio] + span::after {
  left: 0.3125rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--color-border_a);
}
.c-product-search__label input[type=radio]:checked + span::after {
  opacity: 1;
}
.c-product-search__label input[type=checkbox] + span:before {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--color-border_l);
  border-radius: 0.25rem;
}

.c-product-search__form__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-product-search__btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: clamp(0.8125rem, 0.7669902913rem + 0.1941747573vw, 1rem) 0.875rem;
  max-width: 18.8125rem;
  width: 100%;
  border-radius: 0.25rem;
  background-color: var(--color-border_a);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color_white);
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.c-single__post {
  margin-top: clamp(3.375rem, 1.7063106796rem + 7.1197411003vw, 10.25rem);
}

.c-single__post__thumbnail img {
  width: 100%;
  aspect-ratio: 1000/667;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-single__post__detail {
  margin-top: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
}
.c-single__post__detail > * + * {
  margin-top: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
}
.c-single__post__detail .p-editorContents:first-child {
  margin-top: 0;
}
.c-single__post__detail .p-editorContents * + p {
  margin-top: clamp(1.5rem, 1.4089805825rem + 0.3883495146vw, 1.875rem);
}
.c-single__post__detail .p-editorContents * + .wp-block-image {
  margin-top: clamp(1.25rem, 1.1741504854rem + 0.3236245955vw, 1.5625rem);
}
.c-single__post__detail .p-editorContents p {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.c-single__contact-wrap {
  margin-top: clamp(4.25rem, 4.0072815534rem + 1.0355987055vw, 5.25rem);
}

.c-support {
  position: relative;
  overflow: hidden;
}
.c-support:before {
  content: "";
  position: absolute;
  top: clamp(-6.625rem, -0.7220873786rem - 4.9190938511vw, -1.875rem);
  right: clamp(-5rem, -1.8932038835rem - 2.5889967638vw, -2.5rem);
  width: clamp(14.0625rem, 7.1753640777rem + 29.3851132686vw, 42.4375rem);
  aspect-ratio: 679/842;
  background: url(../img/home/trapezoid-background.svg) no-repeat 50% 50%/cover;
  z-index: -1;
}

.c-support__box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.5rem, -0.0612864078rem + 2.3948220065vw, 2.8125rem) clamp(0.5rem, -0.197815534rem + 2.9773462783vw, 3.375rem);
  background-color: var(--color_white);
}
@media screen and (max-width: 768px) {
  .c-support__box-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-support__box-item {
  background-color: var(--color_white);
}

.c-support__box-item-link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-support__box-item-link picture img {
  width: 100%;
}
.c-support__box-item-link h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid var(--color-key);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.875rem 0;
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 500;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .c-support__box-item-link h3 {
    padding: 0.5rem 0;
  }
}
.c-support__box-item-link h3::after {
  content: "";
  width: clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  aspect-ratio: 21/12;
  background-image: url(../img/icon/icon_arrow_bl.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-support__banner {
  display: block;
  margin-top: clamp(2.5rem, 1.8932038835rem + 2.5889967638vw, 5rem);
}

.c-tab {
  margin-top: clamp(2rem, 1.6359223301rem + 1.5533980583vw, 3.5rem);
}

.c-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-tab__list::before {
  content: "";
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-border_l);
}
@media screen and (max-width: 768px) {
  .c-tab__list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 2rem;
    overflow-x: auto;
  }
  .c-tab__list::before {
    content: "";
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 0.0625rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--color-border_l);
  }
}

@media screen and (max-width: 768px) {
  .c-tab__list-large {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 2rem;
    overflow-x: auto;
  }
  .c-tab__list-large .c-tab__list {
    overflow-x: unset;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .c-tab__list-large .c-tab__list::before {
    width: 100%;
    margin: 0;
  }
}

.c-tab__item {
  padding: 0.75rem clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem) 1.125rem;
  min-width: clamp(6.25rem, 4.7936893204rem + 6.213592233vw, 12.25rem);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.5;
  color: var(--color-txt_sub);
  text-align: center;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.c-tab__item.is_active {
  font-weight: bold;
  color: var(--color-txt);
}
.c-tab__item.is_active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--color-txt);
}
@media screen and (max-width: 600px) {
  .c-tab__item {
    min-width: 3.75rem;
  }
}

.c-tab__box {
  margin-top: 2rem;
}

.c-tab__body {
  display: none;
}
.c-tab__body.is_active {
  display: block;
}

.c-tab__body-note {
  margin-top: 1.25rem;
  font-size: clamp(0.6875rem, 0.6723300971rem + 0.0647249191vw, 0.75rem);
  line-height: 1.4166666667;
  padding-left: 1.2em;
  text-indent: -1.3em;
}
.c-tab__body-note + .c-tab__body-note {
  margin-top: 0;
}

.c-tab__body-text {
  font-size: clamp(0.8125rem, 0.7821601942rem + 0.1294498382vw, 0.9375rem);
  line-height: 1.8;
}
.c-heading-circle + .c-tab__body-text {
  margin-top: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
}

.c-tab__body-item {
  margin-top: 2rem;
}

.c-tab__body-list {
  margin-top: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  gap: 0.75rem 0.625rem;
  border: 1px solid var(--color-table_border);
  padding: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  border-radius: 0.25rem;
}
@media screen and (max-width: 768px) {
  .c-tab__body-list {
    grid-auto-flow: row;
  }
}
.c-tab__body-list.column-1 {
  grid-auto-flow: row;
  grid-template-rows: auto;
}

.c-tab__body-list-item {
  display: grid;
  grid-template-columns: clamp(2rem, 1.8786407767rem + 0.5177993528vw, 2.5rem) auto;
  padding-bottom: clamp(0.625rem, 0.5643203883rem + 0.2588996764vw, 0.875rem);
  border-bottom: 1px dashed var(--color-table_border);
  font-size: clamp(0.8125rem, 0.7973300971rem + 0.0647249191vw, 0.875rem);
  line-height: 1.4285714286;
}
.c-tab__body-list-item.border-none {
  border-bottom: none;
  padding-bottom: 0;
}
.c-tab__body-list-item.border-none--sp {
  border-bottom: 1px dashed var(--color-table_border);
}
@media screen and (max-width: 768px) {
  .c-tab__body-list-item.border-none--sp {
    border-bottom: none;
  }
}
.c-tab__body-list-item.border-none--pc {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .c-tab__body-list-item.border-none--pc {
    padding-bottom: clamp(0.625rem, 0.5643203883rem + 0.2588996764vw, 0.875rem);
    border-bottom: 1px dashed var(--color-table_border);
  }
}
.no_number .c-tab__body-list-item {
  grid-template-columns: 1.25rem auto;
}
.no_number .c-tab__body-list-item span {
  color: var(--color-key);
}

.c-tab__body-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem clamp(0.6875rem, 0.5509708738rem + 0.5825242718vw, 1.25rem);
  margin-top: clamp(2rem, 1.7572815534rem + 1.0355987055vw, 3rem);
}
@media screen and (max-width: 600px) {
  .c-tab__body-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-tab__body-gallery.column-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 1.4848300971rem + 0.0647249191vw, 1.5625rem);
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .c-tab__body-gallery.column-3 {
    grid-template-columns: 1fr;
  }
}
.c-tab__body-gallery.column-3 .c-tab__body-gallery-item p {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-tab__body-gallery.column-3 .c-tab__body-gallery-item p span {
  margin-top: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: bold;
}
.c-tab__body-gallery img {
  width: 100%;
}

.c-tab__body-gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.c-tab__body-gallery-item p {
  font-size: clamp(0.625rem, 0.5946601942rem + 0.1294498382vw, 0.75rem);
  line-height: 1.4166666667;
}

.c-tab__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: clamp(1.125rem, 0.942961165rem + 0.7766990291vw, 1.875rem);
}
@media screen and (max-width: 600px) {
  .c-tab__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-tab__flex div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-size: clamp(0.8125rem, 0.7821601942rem + 0.1294498382vw, 0.9375rem);
  line-height: 1.8;
  letter-spacing: 0;
  width: 100%;
  max-width: 46.875rem;
}
@media screen and (max-width: 600px) {
  .c-tab__flex div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-tab__flex div a {
  color: var(--color-key);
}
.c-tab__flex div .p-products__note {
  margin-top: 0.25rem;
}
@media screen and (max-width: 600px) {
  .c-tab__flex div .p-products__note {
    margin-right: auto;
  }
}

.c-table {
  border: 1px solid var(--color-table_border);
  font-family: "Noto Sans JP";
}
.c-table tr {
  border-bottom: 1px solid var(--color-table_border_tr);
}
@media screen and (max-width: 768px) {
  .c-table tr {
    border: none;
  }
}
.c-table tr:last-child {
  border: none;
}
.c-table tr th, .c-table tr td {
  padding: clamp(0.75rem, 0.567961165rem + 0.7766990291vw, 1.5rem);
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-table tr th, .c-table tr td {
    display: block;
    width: 100% !important;
  }
}
.c-table tr th {
  background-color: var(--color-table_thead_bg);
  color: var(--color_white);
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0;
  width: 15.625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-table tr th {
    text-align: left;
  }
}
.c-table tr td {
  padding-left: clamp(0.75rem, 0.2038834951rem + 2.3300970874vw, 3rem);
}
.c-table--th__left tr th {
  text-align: left;
}
.c-table--en {
  font-family: "Oswald", "Noto Sans JP";
}

.c-table__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .c-table__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0.5rem;
  }
}

.c-table__box--archiveYear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.c-table__box--archiveCate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem);
}

.c-table__box--text {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-table_txt);
}
@media screen and (max-width: 768px) {
  .c-table__box--text {
    font-weight: 400;
  }
}

.c-table__box--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 480px) {
  .c-table__box--link {
    margin-left: auto;
  }
}

.c-title {
  width: 100%;
  margin-bottom: clamp(1.5rem, 1.1055825243rem + 1.6828478964vw, 3.125rem);
}

.c-title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.1875rem, 0.0964805825rem + 0.3883495146vw, 0.5625rem);
}

.c-title__en {
  color: var(--color-key);
  font-family: "tahoma";
  font-size: clamp(0.875rem, 0.7233009709rem + 0.6472491909vw, 1.5rem);
  line-height: 1.2083333333;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding-left: 0.875rem;
  position: relative;
}
.c-title__en::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.25rem;
  height: clamp(1rem, 0.8483009709rem + 0.6472491909vw, 1.625rem);
  background-color: var(--color-key);
  z-index: 1;
}

.c-title__ja {
  font-size: clamp(1.5rem, 1.317961165rem + 0.7766990291vw, 2.25rem);
  line-height: 1.4444444444;
  letter-spacing: 0.01em;
  font-weight: 700;
}

.c-lowers-page-section-title {
  padding-bottom: clamp(0.875rem, 0.6474514563rem + 0.9708737864vw, 1.8125rem);
  color: var(--color-key);
  font-size: clamp(1.25rem, 1.0072815534rem + 1.0355987055vw, 2.25rem);
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.01em;
  position: relative;
}
.c-lowers-page-section-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(2.625rem, 2.3519417476rem + 1.1650485437vw, 3.75rem);
  height: clamp(0.125rem, 0.0946601942rem + 0.1294498382vw, 0.25rem);
  background: var(--color-key);
}

.c-lowers-page-section-title--small {
  padding-bottom: clamp(0.875rem, 0.6626213592rem + 0.9061488673vw, 1.75rem);
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}

.c-anchor-link-list {
  display: grid;
}

.c-anchor-link-list--product-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.9375rem, 0.9071601942rem + 0.1294498382vw, 1.0625rem) clamp(1rem, 0.6582638362rem + 0.9097801365vw, 1.75rem);
}
@media screen and (max-width: 600px) {
  .c-anchor-link-list--product-info {
    grid-template-columns: 1fr;
  }
}

.c-anchor-link-list--faq {
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.625rem, 0.3367718447rem + 1.2297734628vw, 1.8125rem) clamp(0.625rem, 0.4884708738rem + 0.5825242718vw, 1.1875rem);
}
@media screen and (max-width: 1024px) {
  .c-anchor-link-list--faq {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .c-anchor-link-list--faq {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-anchor-link-list--catalog {
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.625rem, 0.5036407767rem + 0.5177993528vw, 1.125rem) clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
}
@media screen and (max-width: 1024px) {
  .c-anchor-link-list--catalog {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .c-anchor-link-list--catalog {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-anchor-link-list--category {
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.625rem, 0.5188106796rem + 0.4530744337vw, 1.0625rem) clamp(0.625rem, 0.3519417476rem + 1.1650485437vw, 1.75rem);
}

@media (hover: hover) {
  .c-anchor-link-list__list-item a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 1;
  }
}

.c-anchor-link-list__item-link {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr clamp(0.8125rem, 0.7518203883rem + 0.2588996764vw, 1.0625rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, 0.4393203883rem + 0.2588996764vw, 0.75rem);
  border: 1px solid var(--color-border_c);
  background-color: var(--color_white);
  border-radius: 0.25rem;
  font-size: clamp(0.8125rem, 0.7669902913rem + 0.1941747573vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05625em;
}
.c-anchor-link-list__item-link:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 17/10;
  background: url(../img/icon/icon_angle-arrow_bl--17-10.svg) no-repeat 50% 50%/contain;
  -webkit-transform: translateY(clamp(0.0625rem, 0.0473300971rem + 0.0647249191vw, 0.125rem));
          transform: translateY(clamp(0.0625rem, 0.0473300971rem + 0.0647249191vw, 0.125rem));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-anchor-link-list__item-link:where(:-webkit-any-link, :enabled, summary):hover {
    border: 1px solid var(--color-background_a);
    background-color: var(--color-background_a);
    color: var(--color_white);
  }
  .c-anchor-link-list__item-link:where(:-webkit-any-link, :enabled, summary):hover:after {
    background: url(../img/icon/icon_angle-arrow_wh--17-10.svg) no-repeat 50% 50%/contain;
  }
}

.c-anchor-link-list__item-link--product-info {
  padding: 0.125rem clamp(1.375rem, 1.208131068rem + 0.71197411vw, 2.0625rem) 0.125rem clamp(1.25rem, 1.0983009709rem + 0.6472491909vw, 1.875rem);
  min-height: clamp(3.25rem, 3.1645659591rem + 0.2274450341vw, 3.4375rem);
}
@media screen and (max-width: 600px) {
  .c-anchor-link-list__item-link--product-info {
    padding: clamp(0.8125rem, 0.7821601942rem + 0.1294498382vw, 0.9375rem) clamp(1.25rem, 1.0983009709rem + 0.6472491909vw, 1.875rem) clamp(0.8125rem, 0.7821601942rem + 0.1294498382vw, 0.9375rem) clamp(1.375rem, 1.208131068rem + 0.71197411vw, 2.0625rem);
    min-height: auto;
  }
}

.c-anchor-link-list__item-link--faq {
  padding: 0.125rem clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  min-height: clamp(3.125rem, 2.9126213592rem + 0.9061488673vw, 4rem);
}

.c-anchor-link-list__item-link--catalog {
  padding: 0.125rem clamp(0.625rem, 0.4884708738rem + 0.5825242718vw, 1.1875rem);
  min-height: clamp(3.125rem, 2.8974514563rem + 0.9708737864vw, 4.0625rem);
}

.c-anchor-link-list__item-link--category {
  padding: 0.125rem clamp(0.9375rem, 0.1858709818rem + 1.5638575152vw, 2.0625rem);
  min-height: clamp(3rem, 2.8938106796rem + 0.4530744337vw, 3.4375rem);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .c-anchor-link-list__item-link--category {
    padding-inline: clamp(0.625rem, -0.7466603053rem + 5.8524173028vw, 2.0625rem);
  }
}

.c-anchor-link-list__item-link--font-small {
  font-size: clamp(0.75rem, 0.7044902913rem + 0.1941747573vw, 0.9375rem);
  line-height: 1.4;
  letter-spacing: 0.056em;
}

.c-faq-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
}

.c-faq-accordion--single-page {
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}

.c-faq-accordion__box {
  background-color: var(--color_white);
  border: 1px solid var(--color-border_l);
  border-radius: 0.25rem;
  cursor: pointer;
}
.c-faq-accordion__box summary {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-faq-accordion__box summary:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}

.c-faq-accordion__title,
.c-faq-accordion__text-container {
  padding-inline: clamp(0.5rem, 0.2572815534rem + 1.0355987055vw, 1.5rem);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.05625em;
}

.c-faq-accordion__title {
  padding-block: clamp(0.75rem, 0.6741504854rem + 0.3236245955vw, 1.0625rem);
  color: var(--color_darkgray);
  font-weight: 700;
}

.c-faq-accordion__title-inner {
  padding-left: clamp(0.375rem, 0.2839805825rem + 0.3883495146vw, 0.75rem);
  display: grid;
  grid-template-columns: clamp(1.4375rem, 1.3919902913rem + 0.1941747573vw, 1.625rem) 1fr clamp(0.8125rem, 0.7518203883rem + 0.2588996764vw, 1.0625rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-faq-accordion__text-inner {
  padding: clamp(1rem, 0.9544902913rem + 0.1941747573vw, 1.1875rem) clamp(0.375rem, 0.2839805825rem + 0.3883495146vw, 0.75rem);
  display: grid;
  grid-template-columns: clamp(1.4375rem, 1.3919902913rem + 0.1941747573vw, 1.625rem) 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid var(--color-border_d);
}

.c-faq-accordion__title-text {
  margin-inline: clamp(0.375rem, 0.3294902913rem + 0.1941747573vw, 0.5625rem) clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
}

.c-faq-accordion__text {
  margin-left: clamp(0.375rem, 0.3294902913rem + 0.1941747573vw, 0.5625rem);
}
.c-faq-accordion__text a {
  color: var(--color_black);
  font-weight: 700;
  text-decoration: underline;
}

.c-faq-accordion__title-label,
.c-faq-accordion__text-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.125rem, 1.0794902913rem + 0.1941747573vw, 1.3125rem);
  font-weight: 700;
  line-height: 1.1428571429;
  letter-spacing: 0.0561904762em;
}

.c-faq-accordion__title-label {
  -webkit-transform: translateY(-0.0625rem);
          transform: translateY(-0.0625rem);
}

.c-faq-accordion__text-label {
  color: var(--color-txt_a);
}

.c-faq-accordion__btn {
  width: 100%;
  aspect-ratio: 17/10;
  background: url(../img/icon/icon_angle-arrow_bl--17-10.svg) no-repeat 50% 50%/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-faq-accordion__box[open] .c-faq-accordion__btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* details/summaryのデフォルト三角を消す */
.c-faq-accordion__box > summary {
  list-style: none;
}

.c-faq-accordion__box > summary::-webkit-details-marker {
  display: none;
}

/* クリック面は summary のみ。box 全体の pointer は外す */
.c-faq-accordion__box {
  cursor: default;
}

/* 既存の pointer を打ち消し */
.c-faq-accordion__title {
  cursor: pointer;
}

/* クリック手に戻す */
/* 閉じている時は .c-faq-accordion__text を非表示、open時のみ表示 */
.c-faq-accordion__text {
  display: none;
}

/* 既存と同じ指定でOK */
.c-faq-accordion__box[open] .c-faq-accordion__text {
  display: block;
}

/* フォーカスリングを summary(.c-faq-accordion__title) で見やすく */
.c-faq-accordion__title:focus-visible {
  outline: 2px solid var(--color-key);
  outline-offset: 2px;
}

/* （任意）スムース開閉：gridトリック
   ─ 使うなら block 表示の代わりに下2つに差し替え ─ */
.c-faq-accordion__text {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.26s ease;
  transition: grid-template-rows 0.26s ease;
  transition: grid-template-rows 0.26s ease, -ms-grid-rows 0.26s ease;
}

.c-faq-accordion__box[open] .c-faq-accordion__text {
  grid-template-rows: 1fr;
}

.c-faq-accordion__text > * {
  overflow: hidden;
}

.c-taxonomy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem) clamp(1.125rem, 1.0643203883rem + 0.2588996764vw, 1.375rem);
}

.c-taxonomy-list__item-link {
  min-width: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--color-txt_a);
  border-radius: 0.25rem;
  padding: clamp(0.3125rem, 0.2821601942rem + 0.1294498382vw, 0.4375rem) 0.5rem;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
}
.c-taxonomy-list__item-link.is-current {
  background-color: var(--color-background_a);
  font-weight: 700;
  color: var(--color_white);
}

.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.5rem, 0.2572815534rem + 1.0355987055vw, 1.5rem);
  margin-top: clamp(4rem, 3.7724514563rem + 0.9708737864vw, 4.9375rem);
}
.post-navigation > div {
  width: 14.5625rem;
  max-width: 100%;
  text-align: center;
}
.post-navigation > div a {
  display: block;
  padding: clamp(0.6875rem, 0.5964805825rem + 0.3883495146vw, 1.0625rem) 0.625rem;
  border-radius: 0.25rem;
  font-size: clamp(0.8125rem, 0.7518203883rem + 0.2588996764vw, 1.0625rem);
  font-weight: 700;
  line-height: 1.4117647059;
  letter-spacing: 0.03em;
}
.lang-en .post-navigation > div a {
  letter-spacing: normal;
}
.post-navigation .previous-post a {
  color: var(--color-background_a);
  background-color: var(--color-border_d);
  border: 1px solid var(--color-border_d);
}
.post-navigation .toArchive a {
  color: var(--color-background_a);
  border: 1px solid var(--color-background_a);
}
.post-navigation .next-post a {
  color: var(--color_white);
  background-color: var(--color-background_a);
  border: 1px solid var(--color-background_a);
}

.c-single-post-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.75rem, 0.6286407767rem + 0.5177993528vw, 1.25rem);
  padding-bottom: clamp(0.9375rem, 0.8009708738rem + 0.5825242718vw, 1.5rem);
  border-bottom: 1px solid var(--color-border_l);
}

.c-single-post-heading__title {
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4583333333;
  letter-spacing: 0.04em;
}

.c-single-post-heading__bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem clamp(0.75rem, 0.7044902913rem + 0.1941747573vw, 0.9375rem);
}

.c-single-post-heading__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(0.375rem, 0.3446601942rem + 0.1294498382vw, 0.5rem);
}

.c-single-post-heading__category-list-item {
  padding: clamp(0.1875rem, 0.1571601942rem + 0.1294498382vw, 0.3125rem) 0.625rem;
  background-color: var(--color-key_l);
  min-width: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color_white);
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
}

.c-single-post-heading__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(0.6875rem, 0.6571601942rem + 0.1294498382vw, 0.8125rem);
  line-height: 1.4615384615;
  letter-spacing: 0.04em;
}

.c-quotation-banner {
  display: block;
}

.c-quotation-banner__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-catalog-archive__download {
  margin-top: clamp(3.25rem, 2.2336165049rem + 4.3365695793vw, 7.4375rem);
}

.c-catalog-archive__download__guidance-wrap {
  margin-top: clamp(1.625rem, 1.2154126214rem + 1.7475728155vw, 3.3125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 1.5145631068rem + 2.071197411vw, 4rem);
}

.c-catalog-archive__download__guidance-text {
  font-size: clamp(0.8125rem, 0.7669902913rem + 0.1941747573vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.05625em;
}

.c-catalog-archive__download__guidance-link-wrap {
  padding: clamp(1.125rem, 0.7912621359rem + 1.4239482201vw, 2.5rem) clamp(1.6875rem, 0.9755496588rem + 1.8953752843vw, 3.25rem) clamp(1.125rem, 0.7912621359rem + 1.4239482201vw, 2.5rem) clamp(1.375rem, 0.7769617134rem + 1.5921152388vw, 2.6875rem);
  border: 2px solid var(--color-key);
  border-radius: 0.25rem;
  display: grid;
  grid-template-columns: 1fr clamp(12.1875rem, 7.7474881797rem + 11.8203309693vw, 15.3125rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
}
@media screen and (max-width: 600px) {
  .c-catalog-archive__download__guidance-link-wrap {
    grid-template-columns: 1fr;
    padding-inline: 1.125rem;
  }
}

.c-catalog-archive__download__guidance-link-text {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.0561111111em;
}
@media screen and (max-width: 600px) {
  .c-catalog-archive__download__guidance-link-text {
    text-align: center;
  }
}

.c-catalog-archive__download__guidance-link-btn-wrap {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .c-catalog-archive__download__guidance-link-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-catalog-archive__download__anchor-list-wrap {
  margin-top: clamp(2rem, 1.5145631068rem + 2.071197411vw, 4rem);
}

.c-catalog-archive__download__target-wrap {
  margin-top: clamp(2rem, 1.5145631068rem + 2.071197411vw, 4rem);
}

.c-catalog-archive__contact-wrap {
  margin-top: clamp(5.375rem, 4.9047330097rem + 2.0064724919vw, 7.3125rem);
}

.c-catalog-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 1.5145631068rem + 2.071197411vw, 4rem);
}

.c-catalog-archive__download__target-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.5625rem, 0.4411407767rem + 0.5177993528vw, 1.0625rem);
}

.c-catalog-archive__download__target-group-name {
  font-size: clamp(1.125rem, 0.9733009709rem + 0.6472491909vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0;
}

.c-catalog-accordion__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.c-catalog-accordion__box {
  cursor: pointer;
}
.c-catalog-accordion__box summary {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-catalog-accordion__box summary:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}

.c-catalog-accordion__title {
  padding: 0.53125rem clamp(0.75rem, 0.583131068rem + 0.71197411vw, 1.4375rem);
  display: grid;
  grid-template-columns: 1fr clamp(7.5rem, 6.9993932039rem + 2.1359223301vw, 9.5625rem) clamp(0.8125rem, 0.7518203883rem + 0.2588996764vw, 1.0625rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.8125rem, 0.1905339806rem + 2.6537216828vw, 3.375rem);
  background-color: #041360;
  border-radius: 0.1875rem;
  color: var(--color_white);
}

.c-catalog-accordion__name {
  font-size: clamp(0.8125rem, 0.7669902913rem + 0.1941747573vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05625em;
}

.c-catalog-accordion__presence-or-absence-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, 0.4393203883rem + 0.2588996764vw, 0.75rem);
}

.c-catalog-accordion__presence-or-absence-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.125rem, 0.0946601942rem + 0.1294498382vw, 0.25rem);
  font-size: clamp(0.5625rem, 0.5321601942rem + 0.1294498382vw, 0.6875rem);
  font-weight: 500;
  line-height: 1.4545454545;
  letter-spacing: 0.0563636364em;
}

.c-catalog-archive__btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-catalog-accordion__detail-box {
  padding: 0.9375rem 1rem 0.9375rem clamp(1rem, -0.8795489007rem + 5.0037907506vw, 5.125rem);
  display: grid;
  grid-template-columns: clamp(10.3125rem, 9.3157695224rem + 2.653525398vw, 12.5rem) 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0.9375rem, -1.3122630781rem + 5.9893858984vw, 5.875rem);
  border: 1px solid var(--color-border_l);
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
}
@media screen and (max-width: 600px) {
  .c-catalog-accordion__detail-box {
    grid-template-columns: 1fr;
    padding-inline: clamp(0.625rem, 0rem + 2.6666666667vw, 1rem);
    gap: clamp(1.125rem, 0.5rem + 2.6666666667vw, 1.5rem);
  }
}

.c-catalog-accordion__detail-img-wrap {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 600px) {
  .c-catalog-accordion__detail-img-wrap {
    margin-inline: auto;
    max-width: 12.5rem;
  }
}

.c-catalog-accordion__detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--color-border_l);
}

.c-catalog-accordion__detail-list-item {
  display: grid;
  grid-template-columns: clamp(5.625rem, 5.2305825243rem + 1.6828478964vw, 7.25rem) 1fr;
}
.c-catalog-accordion__detail-list-item:not(:last-child) {
  border-bottom: 1px solid var(--color-border_l);
}

.c-catalog-accordion__detail-item-title {
  padding: clamp(0.8125rem, 0.7973300971rem + 0.0647249191vw, 0.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-key_d);
  color: var(--color_white);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.c-catalog-accordion__download-wrap {
  padding: 0.6875rem clamp(0.4375rem, 0.3616504854rem + 0.3236245955vw, 0.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-catalog-accordion__download-wrap--3d {
  display: block;
}
.c-catalog-accordion__download-wrap--3d p {
  margin-top: 0.5rem;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-weight: 400;
  line-height: 1.3571428571;
  letter-spacing: 0;
}

.c-catalog-accordion__link-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 1.4393203883rem + 0.2588996764vw, 1.75rem);
}

.c-catalog-accordion__link-group-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.625rem, 0.5946601942rem + 0.1294498382vw, 0.75rem);
}

.c-catalog-accordion__link-group-item-title {
  padding-bottom: 0.4375rem;
  color: var(--color_darkgray);
  font-size: clamp(0.8125rem, 0.7973300971rem + 0.0647249191vw, 0.875rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0557142857em;
  border-bottom: 1px solid var(--color-border_d);
}

.c-catalog-accordion__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(0.4375rem, 0.4223300971rem + 0.0647249191vw, 0.5rem) clamp(0.4375rem, 0.3009708738rem + 0.5825242718vw, 1rem);
}

.c-catalog-accordion__link {
  font-family: "Noto Sans Jp";
  padding: 0.25rem 0.375rem;
  width: clamp(4.125rem, 3.9126213592rem + 0.9061488673vw, 5rem);
  background-color: var(--color-key_l);
  border-radius: 0.25rem;
  display: grid;
  grid-template-columns: 1fr clamp(0.6875rem, 0.6419902913rem + 0.1941747573vw, 0.875rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  color: var(--color_white);
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.0557142857em;
}
.c-catalog-accordion__link:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_download_wh--1-1.svg) no-repeat 50% 50%/contain;
}
.c-catalog-accordion__link.is_window::after {
  background: url(../img/icon/icon_lin-btn-wh--1-1.svg) no-repeat 50% 50%/contain;
}

.c-catalog-accordion__link--3d {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-catalog-accordion__link--3d:after {
  background: url(../img/icon/icon_lin-btn-wh--1-1.svg) no-repeat 50% 50%/contain;
}
.c-catalog-accordion__link--3d.is_download::after {
  background: url(../img/icon/icon_download_wh--1-1.svg) no-repeat 50% 50%/contain;
}

.c-catalog-accordion__box[open] .c-catalog-archive__btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* details/summaryのデフォルト三角を消す */
.c-catalog-accordion__box > summary {
  list-style: none;
}

.c-catalog-accordion__box > summary::-webkit-details-marker {
  display: none;
}

/* クリック面は summary のみ。box 全体の pointer は外す */
.c-catalog-accordion__box {
  cursor: default;
}

/* 既存の pointer を打ち消し */
.c-catalog-accordion__title {
  cursor: pointer;
}

/* クリック手に戻す */
/* 閉じている時は .c-catalog-accordion__detail-box を非表示、open時のみ表示 */
.c-catalog-accordion__detail-box {
  display: none;
}

/* 既存と同じ指定でOK */
.c-catalog-accordion__box[open] .c-catalog-accordion__detail-box {
  display: grid;
}

.c-catalog-accordion__box[open] .c-catalog-accordion__title {
  border-radius: 0.1875rem 0.1875rem 0 0;
}

/* フォーカスリングを summary(.c-catalog-accordion__title) で見やすく */
.c-catalog-accordion__title:focus-visible {
  outline: 2px solid var(--color-key);
  outline-offset: 2px;
}

/* （任意）スムース開閉：gridトリック
   ─ 使うなら block 表示の代わりに下2つに差し替え ─ */
.c-catalog-accordion__detail-box > * {
  overflow: hidden;
}

.c-product-archive__about__top-contents {
  padding: clamp(3.25rem, 2.2184466019rem + 4.4012944984vw, 7.5rem) 0 clamp(2.625rem, 2.276092233rem + 1.4886731392vw, 4.0625rem);
  position: relative;
  overflow: hidden;
}
.c-product-archive__about__top-contents:before {
  content: "";
  position: absolute;
  top: clamp(-5rem, -4.3009708738rem - 0.5825242718vw, -4.4375rem);
  right: clamp(-5rem, -0.3398058252rem - 3.8834951456vw, -1.25rem);
  width: clamp(15rem, 8.3404126214rem + 28.4142394822vw, 42.4375rem);
  aspect-ratio: 679/842;
  background: url(../img/product-info/about-top-contents-background.svg) no-repeat 50% 50%/cover;
  z-index: -1;
}

.c-product-archive__about__anchor-list-wrap {
  margin-top: clamp(2.1875rem, 1.8689320388rem + 1.359223301vw, 3.5rem);
}
@media screen and (max-width: 600px) {
  .c-product-archive__about__anchor-list-wrap {
    margin-inline: auto;
    max-width: 25.625rem;
  }
}

.c-product-archive__about__anchor-target-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-product-archive__about__anchor-target-list-item {
  padding: clamp(2.625rem, 1.7451456311rem + 3.7540453074vw, 6.25rem) 0;
}
.c-product-archive__about__anchor-target-list-item:nth-of-type(odd) {
  background-color: var(--color-body_bg);
}

.c-product-archive__about__anchor-target-item-title {
  color: var(--color-key);
  font-size: clamp(1.125rem, 0.942961165rem + 0.7766990291vw, 1.875rem);
  font-weight: 700;
  line-height: 1.4666666667;
  letter-spacing: 0.01em;
}

.c-product-archive__about__item-list {
  margin-top: clamp(0.9375rem, 0.7251213592rem + 0.9061488673vw, 1.8125rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.9375rem, 0.7251213592rem + 0.9061488673vw, 1.8125rem) clamp(0.75rem, 0.1519617134rem + 1.5921152388vw, 2.0625rem);
  gap: clamp(0.9375rem, 0.7251213592rem + 0.9061488673vw, 1.8125rem) clamp(0.75rem, -0.1269005213rem + 1.8245004344vw, 2.0625rem);
}
@media screen and (max-width: 768px) {
  .c-product-archive__about__item-list {
    grid-template-columns: 1fr;
  }
}

.c-product-archive__about__item-link {
  height: 100%;
  padding: clamp(0.625rem, 0.5036407767rem + 0.5177993528vw, 1.125rem) clamp(1.0625rem, 0.8501213592rem + 0.9061488673vw, 1.9375rem) clamp(0.625rem, 0.5036407767rem + 0.5177993528vw, 1.125rem) clamp(0.6875rem, 0.5509708738rem + 0.5825242718vw, 1.25rem);
  border: 1px solid var(--color-key);
  border-radius: 0.25rem;
  display: grid;
  grid-template-columns: clamp(4.75rem, 4.3252427184rem + 1.8122977346vw, 6.5rem) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 0.9544902913rem + 0.1941747573vw, 1.1875rem);
  background-color: var(--color_white);
}

.c-product-archive__about__item-img-wrap {
  width: 100%;
}

.c-product-archive__about__item-img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-product-archive__about__item-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.6875rem, 0.6571601942rem + 0.1294498382vw, 0.8125rem);
}

.c-product-archive__about__item-number {
  padding-bottom: clamp(0.5rem, 0.4696601942rem + 0.1294498382vw, 0.625rem);
  font-family: "Roboto";
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  position: relative;
}
.c-product-archive__about__item-number:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(2.375rem, 2.2688106796rem + 0.4530744337vw, 2.8125rem);
  height: 0.125rem;
  background-color: var(--color-key);
}

.c-product-archive__about__item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  font-weight: 500;
  line-height: 1.3888888889;
  letter-spacing: 0.01em;
}
.c-product-archive__about__item-name:after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  aspect-ratio: 5/3;
  background: url(../img/icon/icon_arrow_bl.svg) no-repeat 50% 50%/contain;
}

.c-introduction-archive__post {
  margin-top: clamp(2.8125rem, 0.901092233rem + 8.1553398058vw, 10.6875rem);
}

.c-introduction-archive__post__post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.6875rem, 1.2930825243rem + 1.6828478964vw, 3.3125rem);
}

.c-introduction-archive__post__post-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.75rem, 1.567961165rem + 0.7766990291vw, 2.5rem);
}

.c-introduction-archive__post-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 clamp(1.125rem, 0.5818276581rem + 1.8068102849vw, 2.75rem);
}
@media screen and (max-width: 768px) {
  .c-introduction-archive__post-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .c-introduction-archive__post-list {
    grid-template-columns: 1fr;
  }
}
.c-introduction-archive__post-list .c-introduction__item-link--archive {
  margin-bottom: clamp(1.5rem, 1.1966019417rem + 1.2944983819vw, 2.75rem);
}

.c-introduction-archive__post__non-post-text {
  text-align: center;
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}

.c-introduction-archive__search-wrap {
  margin-top: clamp(2.1875rem, 1.7324029126rem + 1.9417475728vw, 4.0625rem);
}

.c-introduction-archive__search-wrap--include-search-result-btn {
  margin-top: clamp(3.75rem, 3.1432038835rem + 2.5889967638vw, 6.25rem);
}

.c-introduction-archive__search-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.1875rem, 0.1419902913rem + 0.1941747573vw, 0.375rem);
}

.c-introduction-archive__search-title {
  text-align: center;
  font-size: clamp(1.125rem, 0.8519417476rem + 1.1650485437vw, 2.25rem);
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.0561111111em;
}

.c-introduction-archive__search-count {
  font-size: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem);
  font-weight: 500;
  line-height: 1.8125;
  letter-spacing: 0.05625em;
}

.c-introduction-archive__search-result-btn-wrap {
  margin-top: clamp(2.25rem, 1.9466019417rem + 1.2944983819vw, 3.5rem);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-introduction-archive__recommend {
  margin-top: clamp(2.1875rem, 2.1116504854rem + 0.3236245955vw, 2.5rem);
}

.c-introduction-archive__recommend__post-list-wrap {
  margin-top: clamp(1.75rem, 1.5983009709rem + 0.6472491909vw, 2.375rem);
}

.c-introduction-archive__archive-filter {
  margin-top: clamp(0.1875rem, 1.3525485437rem - 0.9708737864vw, 1.125rem);
}

.c-introduction-archive__archive-filter__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
}

.c-introduction-archive__contact-wrap {
  margin-top: clamp(3.25rem, 2.7645631068rem + 2.071197411vw, 5.25rem);
}

.c-introduction-single__post {
  margin-top: clamp(3.375rem, 1.7063106796rem + 7.1197411003vw, 10.25rem);
}
.c-introduction-single__post .c-product-category__card-list {
  margin-top: clamp(1.5rem, 0.984223301rem + 2.2006472492vw, 3.625rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 clamp(0.9375rem, -0.2734578627rem + 2.5195482189vw, 2.75rem);
}
@media screen and (max-width: 768px) {
  .c-introduction-single__post .c-product-category__card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 clamp(1.5rem, 0.6002994012rem + 2.3952095808vw, 1.75rem);
  }
}
@media screen and (max-width: 600px) {
  .c-introduction-single__post .c-product-category__card-list {
    margin-inline: auto;
    max-width: 18.9375rem;
    grid-template-columns: 1fr;
  }
}
.c-introduction-single__post .wp-block-table {
  margin: clamp(0.5rem, 0.2572815534rem + 1.0355987055vw, 1.5rem) 0;
}
.c-introduction-single__post .wp-block-embed {
  margin: 1.5rem 0;
}
.c-introduction-single__post .wp-block-embed iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.c-introduction-single__post .wp-block-image {
  margin: 1.5rem 0;
}
.c-introduction-single__post a {
  color: var(--color-key);
}
.c-introduction-single__post table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-border_e);
}
.c-introduction-single__post table thead {
  border-bottom: 1px solid var(--color-border_e);
}
.c-introduction-single__post table thead th {
  border-right: 1px solid var(--color-border_e);
}
.c-introduction-single__post table thead + tbody tr th {
  background-color: var(--color-background_c);
  color: inherit;
}
.c-introduction-single__post table thead + tbody tr td {
  text-align: center;
}
.c-introduction-single__post table tr {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05625em;
}
.c-introduction-single__post table tr:not(:last-child) {
  border-bottom: 1px solid var(--color-border_e);
}
.c-introduction-single__post table th {
  width: clamp(7.1875rem, 6.2014563107rem + 4.2071197411vw, 11.25rem);
  background-color: var(--color-border_a);
  padding: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem) 0.625rem;
  color: var(--color_white);
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border: none;
}
.c-introduction-single__post table td {
  padding: clamp(0.75rem, 0.7044902913rem + 0.1941747573vw, 0.9375rem) clamp(0.75rem, 0.6286407767rem + 0.5177993528vw, 1.25rem) clamp(0.75rem, 0.7044902913rem + 0.1941747573vw, 0.9375rem) clamp(0.75rem, 0.2493932039rem + 2.1359223301vw, 2.8125rem);
  border: none;
}
.c-introduction-single__post table td a {
  color: var(--color-key);
}
.c-introduction-single__post p {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  color: var(--color_darkgray);
  line-height: 2;
  letter-spacing: 0;
}
.c-introduction-single__post p:empty {
  margin: 1rem 0;
}

.c-introduction-single__post__detail {
  margin-top: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
}
.c-introduction-single__post__detail > * + * {
  margin-top: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
}
.c-introduction-single__post__detail .p-editorContents:first-child {
  margin-top: 0;
}

.c-introduction-single__post__toc {
  margin-top: clamp(1.3125rem, 0.9939320388rem + 1.359223301vw, 2.625rem);
  padding: clamp(1.5rem, 1.3786407767rem + 0.5177993528vw, 2rem) clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  background-color: var(--color-body_bg);
}

.c-introduction-single__post__toc-heading {
  padding-bottom: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  border-bottom: 1px solid var(--color-border_l);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5625rem, 0.5473300971rem + 0.0647249191vw, 0.625rem);
  color: var(--color-key);
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0;
}
.c-introduction-single__post__toc-heading:before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: clamp(1.875rem, 1.7839805825rem + 0.3883495146vw, 2.25rem);
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_toc_bl-1-1.svg) no-repeat 50% 50%/contain;
}

.c-introduction-single__post__toc-list {
  margin-top: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.25rem, 0.1893203883rem + 0.2588996764vw, 0.5rem);
  counter-reset: toc-counter;
}

.c-introduction-single__post__toc-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (hover: hover) {
  .c-introduction-single__post__toc-list-item a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 1;
  }
}

.c-introduction-single__post__toc-item-link {
  padding-left: 1.25rem;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  counter-increment: toc-counter;
}
.c-introduction-single__post__toc-item-link:before {
  content: counter(toc-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.c-introduction-single__post__toc-item-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-introduction-single__post__toc-item-link:where(:-webkit-any-link, :enabled, summary):hover {
    color: var(--color-txt_e);
  }
  .c-introduction-single__post__toc-item-link:where(:-webkit-any-link, :enabled, summary):hover:after {
    background-color: var(--color-txt_e);
  }
}

.c-introduction-single__post h2,
.c-introduction-single__post__block-title {
  margin-top: clamp(2rem, 1.5145631068rem + 2.071197411vw, 4rem);
  margin-bottom: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  padding-bottom: clamp(0.875rem, 0.6626213592rem + 0.9061488673vw, 1.75rem);
  color: var(--color-key);
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  position: relative;
}
.c-introduction-single__post h2:before,
.c-introduction-single__post__block-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(2.625rem, 2.3519417476rem + 1.1650485437vw, 3.75rem);
  height: 0.125rem;
  background: var(--color-key);
}

.c-introduction-single__post__block-title--border-none {
  text-align: center;
  padding-bottom: 0;
}
.c-introduction-single__post__block-title--border-none:before {
  display: none;
}

.c-introduction-single__post h3,
.c-introduction-single__post__block-sub-title {
  margin-top: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  margin-bottom: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
  padding-left: 0.75rem;
  color: var(--color-background_a);
  font-size: clamp(1.0625rem, 1.0018203883rem + 0.2588996764vw, 1.3125rem);
  font-weight: 700;
  line-height: 1.5238095238;
  letter-spacing: 0.05em;
  position: relative;
}
.c-introduction-single__post h3:before,
.c-introduction-single__post__block-sub-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(0.1875rem, 0.1723300971rem + 0.0647249191vw, 0.25rem);
  height: 81.25%;
  background-color: var(--color-key);
}

.c-introduction-single__post h4,
.c-introduction-single__post__sub-title {
  margin-top: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  margin-bottom: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
  color: var(--color-key);
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}

.c-introduction-single__post__text {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-introduction-single__post__text strong {
  display: inline-block;
  padding-inline: 0.25em;
  font-weight: 700;
  background-color: var(--color-body_bg);
}

.c-introduction-single__post__text--color {
  color: var(--color_darkgray);
  line-height: 2;
  letter-spacing: 0;
}

.c-introduction-single__post .wp-block-button__link,
.c-introduction-single__post__btn {
  width: 100%;
  min-width: 18.9375rem;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  padding: 0.875rem 1.5rem;
  color: var(--color--txt);
  background-color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem);
  border-radius: 0.25rem;
  border: 2px solid var(--color-border_a);
}
.c-introduction-single__post .wp-block-button__link::after,
.c-introduction-single__post__btn::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 1.1875rem;
  aspect-ratio: 21/13;
  background: url(../img/icon/icon_arrow_bl.svg) no-repeat 50% 50%/contain;
}
.c-introduction-single__post .wp-block-button__link:hover,
.c-introduction-single__post__btn:hover {
  opacity: 0.5;
}

.c-introduction-single__post__point-list {
  margin: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
}

.c-introduction-single__post__point-list-item {
  border: 1px solid var(--color-border_l);
  border-radius: 0.5rem;
  overflow: hidden;
}

.c-introduction-single__post__point-list-wrap {
  display: grid;
  grid-template-columns: clamp(13.4375rem, 9.5929681577rem + 10.2350265353vw, 21.875rem) 1fr;
  gap: clamp(1.125rem, 0.7912621359rem + 1.4239482201vw, 2.5rem);
  padding: clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem);
}
@media screen and (max-width: 600px) {
  .c-introduction-single__post__point-list-wrap {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  .c-introduction-single__post__point-item-img-wrap {
    margin-inline: auto;
    max-width: 21.875rem;
  }
}

.c-introduction-single__post__point-item-img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

.c-introduction-single__post__point-item-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem);
}

.c-introduction-single__post__point-item-title {
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem) !important;
  font-weight: 500;
  line-height: 1.45 !important;
  letter-spacing: 0.01em !important;
  background: var(--color-key);
  color: var(--color_white) !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0 0 0.5rem 0;
  padding: 0.5rem;
}

.c-introduction-single__post__media-list {
  margin-top: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
}

.c-introduction-single__post__media-list-item {
  display: grid;
  grid-template-columns: clamp(13.4375rem, 9.5929681577rem + 10.2350265353vw, 21.875rem) 1fr;
  gap: clamp(1.125rem, 0.7912621359rem + 1.4239482201vw, 2.5rem);
}
@media screen and (max-width: 600px) {
  .c-introduction-single__post__media-list-item {
    grid-template-columns: 1fr;
  }
}
.c-introduction-single__post__media-list-item:not(:first-child) {
  border-top: 1px solid var(--color-border_l);
  padding-top: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
}

@media screen and (max-width: 600px) {
  .c-introduction-single__post__media-item-img-wrap {
    margin-inline: auto;
    max-width: 21.875rem;
  }
}

.c-introduction-single__post__media-item-img {
  display: block;
  width: 100%;
  aspect-ratio: 350/262;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-introduction-single__post__media-item-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem);
}

.c-introduction-single__post__media-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, 0.3634708738rem + 0.5825242718vw, 1.0625rem);
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem) !important;
  font-weight: 700;
  line-height: 1.45 !important;
  letter-spacing: 0.01em !important;
}

.c-introduction-single__post__media-item-title--num {
  width: clamp(1.625rem, 1.5643203883rem + 0.2588996764vw, 1.875rem);
  aspect-ratio: 1/1;
  background-color: var(--color-background_a);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color_white);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.c-introduction-single__post__table-wrap {
  margin-top: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
}
.c-introduction-single__post__table-wrap table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-border_e);
}
.c-introduction-single__post__table-wrap table tr {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05625em;
}
.c-introduction-single__post__table-wrap table tr:not(:last-child) {
  border-bottom: 1px solid var(--color-border_e);
}
.c-introduction-single__post__table-wrap table th {
  width: clamp(7.1875rem, 6.2014563107rem + 4.2071197411vw, 11.25rem);
  background-color: var(--color-border_a);
  padding: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem) 0.625rem;
  color: var(--color_white);
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.c-introduction-single__post__table-wrap table td {
  padding: clamp(0.75rem, 0.7044902913rem + 0.1941747573vw, 0.9375rem) clamp(0.75rem, 0.6286407767rem + 0.5177993528vw, 1.25rem) clamp(0.75rem, 0.7044902913rem + 0.1941747573vw, 0.9375rem) clamp(0.75rem, 0.2493932039rem + 2.1359223301vw, 2.8125rem);
}
.c-introduction-single__post__table-wrap table td a {
  color: var(--color-key);
}

.c-introduction-single__post__equipment-media {
  padding: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem) clamp(0.75rem, 0.4082638362rem + 0.9097801365vw, 1.5rem);
  border: 1px solid var(--color-border_l);
  background-color: var(--color_white);
}
@media screen and (max-width: 600px) {
  .c-introduction-single__post__equipment-media {
    padding-inline: clamp(0.625rem, -0.8333333333rem + 6.2222222222vw, 1.5rem);
  }
}

.c-introduction-single__post__equipment-media-title {
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.c-introduction-single__post__equipment-media-detail {
  margin-top: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  display: grid;
  grid-template-columns: clamp(12.5rem, 8.7978582259rem + 9.8559514784vw, 20.625rem) 1fr;
  gap: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
}
@media screen and (max-width: 600px) {
  .c-introduction-single__post__equipment-media-detail {
    grid-template-columns: 1fr;
  }
}

.c-introduction-single__post__equipment-media-img {
  display: block;
  width: 100%;
  aspect-ratio: 330/247;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .c-introduction-single__post__equipment-media-img {
    height: clamp(15rem, 3.5416666667rem + 48.8888888889vw, 21.875rem);
  }
}

.c-introduction-single__post__equipment-media-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.c-introduction-single__post__equipment-media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem);
}

.c-introduction-single__post__equipment-media-list-item {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1.4375rem;
}
.c-introduction-single__post__equipment-media-list-item:not(:first-child) {
  padding-top: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem);
  border-top: 1px dashed var(--color-border_l);
}
.c-introduction-single__post__equipment-media-list-item p {
  font-size: 0.875rem !important;
  line-height: 1.4285714286 !important;
}

.c-introduction-single__post__equipment-media-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.4375rem, 0.4071601942rem + 0.1294498382vw, 0.5625rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c-introduction-single__post__equipment-media-item-label:before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 1.0625rem;
  aspect-ratio: 1/1;
  background: url(../img/icon/webp/icon_circle_bl-grad--1-1.webp) no-repeat 50% 50%/contain;
  -webkit-transform: translateY(0.0625rem);
          transform: translateY(0.0625rem);
}

.c-introduction-single__post__equipment-media-item-text {
  line-height: 1.4285714286;
  letter-spacing: 0.0557142857em;
}

.c-introduction-single__post__requirements-list {
  margin-inline: auto;
  margin-top: clamp(0.5rem, 0.2572815534rem + 1.0355987055vw, 1.5rem);
  margin-bottom: clamp(0.5rem, 0.2572815534rem + 1.0355987055vw, 1.5rem);
  max-width: 59.5rem;
  width: 100%;
  padding: clamp(1.125rem, 0.9126213592rem + 0.9061488673vw, 2rem) clamp(0.625rem, 0.1699029126rem + 1.9417475728vw, 2.5rem);
  background-color: var(--color_white);
  border: 1px solid var(--color-border_d);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4375rem;
}
.c-introduction-single__post__requirements-list li {
  padding-left: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
}
.c-introduction-single__post__requirements-list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
}

.c-introduction-single__post__block {
  margin-top: clamp(2rem, 1.5145631068rem + 2.071197411vw, 4rem);
}

.c-introduction-single__post__full-img-wrap {
  margin-top: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
}
.c-introduction-single__post__full-img-wrap .c-introduction-single__post__img {
  width: 100%;
}

.c-introduction-single__post__sub-title-wrap {
  margin-top: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
}

.c-introduction-single__post__text-wrap {
  margin-top: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
}

.c-introduction-single__post__text-wrap--margin-large {
  margin-top: clamp(1.125rem, 1.0188106796rem + 0.4530744337vw, 1.5625rem);
}

.c-introduction-single__post__text-wrap--margin-2xl {
  margin-top: clamp(2.1875rem, 1.5655339806rem + 2.6537216828vw, 4.75rem);
}

.c-introduction-single__post__text-wrap--margin-extra-large {
  margin-top: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
}

.c-introduction-single__post .wp-block-buttons,
.c-introduction-single__post__btn-wrap {
  margin-top: clamp(2rem, 1.8786407767rem + 0.5177993528vw, 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-introduction-single__post__block-sub-title-wrap {
  margin-top: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
}

.c-introduction-single__post__block-sub-title-wrap--margin-large {
  margin-top: clamp(1.875rem, 1.4199029126rem + 1.9417475728vw, 3.75rem);
}

.c-introduction-single__post__table-wrap--margin-small {
  margin-top: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
}

.c-introduction-single__post__equipment-media-wrap {
  margin-top: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
}

.c-introduction-single__post__faq-wrap {
  margin-top: clamp(1.3125rem, 1.145631068rem + 0.71197411vw, 2rem);
}

.c-introduction-single__post__requirements-list-wrap {
  margin-top: clamp(0.5rem, 0.2572815534rem + 1.0355987055vw, 1.5rem);
}

.c-introduction-single__post__requirements-list-wrap--margin-large {
  margin-top: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
}

.c-introduction-single__post__relate-wrap {
  margin-top: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  padding: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem) clamp(0.75rem, 0.3252427184rem + 1.8122977346vw, 2.5rem);
  background-color: var(--color-body_bg);
  display: grid;
  grid-template-columns: 6.25rem auto;
  gap: 1rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 600px) {
  .c-introduction-single__post__relate-wrap {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.c-introduction-single__post__relate-text {
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem) !important;
  font-weight: 500;
}

.c-introduction-single__post__relate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.25rem, 0.1893203883rem + 0.2588996764vw, 0.5rem);
}

.c-introduction-single__post__relate-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-introduction-single__post__check-text-wrap {
  margin-top: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  padding: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem) clamp(0.75rem, 0.3252427184rem + 1.8122977346vw, 2.5rem);
  background-color: var(--color-body_bg);
}

.c-introduction-single__post__check-text {
  padding-left: clamp(2.375rem, 2.1019417476rem + 1.1650485437vw, 3.5rem);
  color: var(--color_darkgray);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 2;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-introduction-single__post__check-text {
    line-height: 1.7;
  }
}
.c-introduction-single__post__check-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(1.75rem, 1.6286407767rem + 0.5177993528vw, 2.25rem);
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_check-mark_bl--1-1.svg) no-repeat 50% 50%/contain;
}

.c-introduction-single__post__requirements-wrap {
  margin-top: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
}

.c-introduction-single__post h5,
.c-introduction-single__post__requirements-heading {
  margin: clamp(0.5rem, 0.2572815534rem + 1.0355987055vw, 1.5rem) 0;
  color: var(--color-background_a);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0;
}

.c-introduction-single__contact-wrap {
  margin-top: clamp(4.25rem, 4.0072815534rem + 1.0355987055vw, 5.25rem);
}

.c-introduction-search__form {
  padding: clamp(1.625rem, 1.5946601942rem + 0.1294498382vw, 1.75rem) clamp(1.125rem, 0.9733009709rem + 0.6472491909vw, 1.75rem);
  background-color: var(--color-background_c);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1.125rem, 0.9733009709rem + 0.6472491909vw, 1.75rem);
}
@media screen and (max-width: 600px) {
  .c-introduction-search__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-introduction-search__form input[type=text] {
  max-width: 25.8125rem;
  width: 100%;
  border: 1px solid var(--color-border_l);
  border-radius: 0.25rem;
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  padding: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem) clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem) clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem) clamp(3.125rem, 2.9733009709rem + 0.6472491909vw, 3.75rem);
  background-image: url("../img/icon/icon_serch_gray-1-1.svg");
  background-repeat: no-repeat;
  background-position: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem) 55%;
  background-size: clamp(1.3125rem, 1.2669902913rem + 0.1941747573vw, 1.5rem);
}
.c-introduction-search__form input[type=text]::-webkit-input-placeholder {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
}
.c-introduction-search__form input[type=text]::-moz-placeholder {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
}
.c-introduction-search__form input[type=text]:-ms-input-placeholder {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
}
.c-introduction-search__form input[type=text]::-ms-input-placeholder {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
}
.c-introduction-search__form input[type=text]::placeholder {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
}

.c-introduction-search__submit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem) 0.875rem;
  max-width: 9.3125rem;
  width: 100%;
  border-radius: 0.25rem;
  background-color: var(--color-border_a);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color_white);
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.c-archive-filter {
  padding: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem) clamp(0.75rem, -0.0995145631rem + 3.6245954693vw, 4.25rem);
  background-color: var(--color-background_c);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.c-archive-filter__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.c-archive-filter__title {
  padding-bottom: clamp(0.3125rem, 0.2669902913rem + 0.1941747573vw, 0.5rem);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05625em;
  position: relative;
}
.c-archive-filter__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(2.5rem, 2.4241504854rem + 0.3236245955vw, 2.8125rem);
  height: 0.125rem;
  background: var(--color-key);
}

.c-archive-filter__all-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-inline: 1em;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.0085714286em;
  position: relative;
}
.c-archive-filter__all-link:before, .c-archive-filter__all-link:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.0625rem;
  height: 53.3333333333%;
  background-color: var(--color-key);
}
.c-archive-filter__all-link:before {
  left: 0;
}
.c-archive-filter__all-link:after {
  right: 0;
}

.c-archive-filter__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem clamp(0.75rem, 0.567961165rem + 0.7766990291vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .c-archive-filter__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .c-archive-filter__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-archive-filter__item-link {
  height: 100%;
  padding: 0.5rem;
  background-color: var(--color_white);
  border-radius: 0.25rem;
  display: grid;
  grid-template-columns: 1fr 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5833333333;
  letter-spacing: 0.01em;
}
.c-archive-filter__item-link::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 100%;
  aspect-ratio: 19/11;
  background: url(../img/icon/icon_arrow_bl.svg) no-repeat 50% 50%/contain;
}
.c-archive-filter__item-link.is-current {
  background-color: var(--color-key_d);
  color: var(--color_white);
}
.c-archive-filter__item-link.is-current::after {
  background: url(../img/icon/icon_arrow_wh--arrow-only.svg) no-repeat 50% 50%/contain;
}

.c-product-single__post__heading {
  padding: clamp(3.25rem, 2.7797330097rem + 2.0064724919vw, 5.1875rem) 0 clamp(2.375rem, 2.0412621359rem + 1.4239482201vw, 3.75rem);
  position: relative;
  overflow: hidden;
}
.c-product-single__post__heading:before {
  content: "";
  position: absolute;
  bottom: clamp(12.5rem, 10.160180681rem + 7.7831827658vw, 19.5rem);
  left: clamp(-9.6875rem, -47.6514084507rem + 47.4178403756vw, 9.25rem);
  width: clamp(15.625rem, 9.1171116505rem + 27.7669902913vw, 42.4375rem);
  aspect-ratio: 679/842;
  background: url(../img/product-info/single-heading-background.svg) no-repeat 50% 50%/cover;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .c-product-single__post__heading:before {
    left: clamp(-9.6875rem, -4.9816176471rem - 5.8823529412vw, -6.75rem);
  }
}
@media screen and (max-width: 480px) {
  .c-product-single__post__heading:before {
    left: auto;
    bottom: auto;
    top: clamp(-14.5rem, -4.5rem - 33.3333333333vw, -12.3125rem);
    right: -2.375rem;
  }
}
.c-product-single__post__heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 51.0676156584%;
  background-color: var(--color-body_bg);
  z-index: -2;
}

.c-product-single__post__heading-contents {
  display: grid;
  grid-template-columns: 1fr clamp(11.875rem, 5.3535348749rem + 17.3616376042vw, 26.1875rem);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
}
@media screen and (max-width: 480px) {
  .c-product-single__post__heading-contents {
    grid-template-columns: 1fr;
  }
}

.c-product-single__post__heading-text-wrap {
  padding-bottom: clamp(0.75rem, 0.234223301rem + 2.2006472492vw, 2.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-product-single__post__heading-title {
  font-size: clamp(1.25rem, 1.1589805825rem + 0.3883495146vw, 1.625rem);
  font-weight: 600;
  line-height: 1.4230769231;
  letter-spacing: 0.0561538462em;
}
.lang-en .c-product-single__post__heading-title {
  letter-spacing: 0.01em;
}

.c-product-single__post__heading-market-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.c-product-single__post__heading-market-tag {
  margin-top: clamp(0.5625rem, 0.5321601942rem + 0.1294498382vw, 0.6875rem);
  display: inline-block;
  padding: 0.125rem 0.625rem;
  background-color: var(--color-key_l);
  min-width: clamp(6.25rem, 5.9162621359rem + 1.4239482201vw, 7.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color_white);
  font-size: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
.lang-en .c-product-single__post__heading-market-tag {
  letter-spacing: 0.01em;
}

.c-product-single__post__heading-outline-text {
  margin-top: clamp(0.625rem, 0.4733009709rem + 0.6472491909vw, 1.25rem);
  font-size: clamp(0.8125rem, 0.7366504854rem + 0.3236245955vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.0561111111em;
}
.lang-en .c-product-single__post__heading-outline-text {
  letter-spacing: 0.01em;
}

.c-product-single__post__thumbnail-img-wrap {
  width: 100%;
}

.c-product-single__post__thumbnail-img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .c-product-single__post__thumbnail-img {
    height: 18.75rem;
  }
}

.c-product-single__post__detail {
  margin-top: clamp(2rem, 1.5145631068rem + 2.071197411vw, 4rem);
  padding-bottom: clamp(3.75rem, 3.1280339806rem + 2.6537216828vw, 6.3125rem);
}
.lang-en .c-product-single__post__detail p {
  letter-spacing: 0.01em;
}
.c-product-single__post__detail h2 {
  margin-bottom: clamp(0.9375rem, 0.7858009709rem + 0.6472491909vw, 1.5625rem);
  padding-bottom: clamp(0.75rem, 0.6589805825rem + 0.3883495146vw, 1.125rem);
  border-bottom: 1px solid var(--color-border_l);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5625rem, 0.5321601942rem + 0.1294498382vw, 0.6875rem);
  color: var(--color-key);
  font-size: clamp(1.375rem, 1.2536407767rem + 0.5177993528vw, 1.875rem);
  font-weight: 700;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
}
.lang-en .c-product-single__post__detail h2 {
  letter-spacing: 0.01em;
}
.c-product-single__post__detail h2:before {
  content: "";
  display: block;
  width: clamp(0.9375rem, 0.9071601942rem + 0.1294498382vw, 1.0625rem);
  aspect-ratio: 1/1;
  background: url(../img/icon/webp/icon_circle_bl-grad--1-1.webp) no-repeat 50% 50%/contain;
  -webkit-transform: translateY(clamp(0rem, -0.0303398058rem + 0.1294498382vw, 0.125rem));
          transform: translateY(clamp(0rem, -0.0303398058rem + 0.1294498382vw, 0.125rem));
}
.c-product-single__post__detail h2 ~ h2 {
  margin-top: clamp(2.5rem, 1.8932038835rem + 2.5889967638vw, 5rem);
}
.c-product-single__post__detail h4 {
  margin: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem) 0;
  padding-bottom: clamp(0.3125rem, 0.2669902913rem + 0.1941747573vw, 0.5rem);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05625em;
  position: relative;
}
.lang-en .c-product-single__post__detail h4 {
  letter-spacing: 0.01em;
}
.c-product-single__post__detail h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(2.5rem, 2.4241504854rem + 0.3236245955vw, 2.8125rem);
  height: 0.125rem;
  background-color: var(--color-key);
}
.c-product-single__post__detail table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-table_border);
}
.c-product-single__post__detail table thead {
  border-bottom: none;
}
.c-product-single__post__detail table thead tr {
  border: 1px solid var(--color-table_border);
}
.c-product-single__post__detail table thead th {
  border: 1px solid var(--color-table_border);
}
.c-product-single__post__detail table tr {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05625em;
}
.lang-en .c-product-single__post__detail table tr {
  letter-spacing: 0.01em;
}
.c-product-single__post__detail table tr:not(:last-child) {
  border-bottom: 1px solid var(--color-table_border);
}
.c-product-single__post__detail table th {
  width: clamp(7.1875rem, 5.5946601942rem + 6.7961165049vw, 13.75rem);
  background-color: #dee5f0;
  padding: clamp(0.8125rem, 0.7518203883rem + 0.2588996764vw, 1.0625rem) 0.625rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border: none;
}
.c-product-single__post__detail table td {
  color: var(--color_darkgray);
  padding: clamp(0.8125rem, 0.7518203883rem + 0.2588996764vw, 1.0625rem) clamp(0.875rem, 0.7839805825rem + 0.3883495146vw, 1.25rem);
  text-align: center;
  border: 1px solid var(--color-table_border);
  vertical-align: middle;
}
.c-product-single__post__detail .c-product-single__post__text-list li {
  padding-left: 1em;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.875;
  letter-spacing: 0.05625em;
  position: relative;
}
.lang-en .c-product-single__post__detail .c-product-single__post__text-list li {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 480px) {
  .c-product-single__post__detail .c-product-single__post__text-list li {
    line-height: 1.7142857143;
  }
}
.c-product-single__post__detail .c-product-single__post__text-list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-product-single__post__detail .c-product-single__post__purpose-list-wrap {
  margin-top: 0.75rem;
  padding: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem) clamp(0.75rem, -0.0995145631rem + 3.6245954693vw, 4.25rem);
  background-color: var(--color-background_c);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.c-product-single__post__detail .c-product-single__post__purpose-list-wrap .c-product-single__post__purpose-list-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.c-product-single__post__detail .c-product-single__post__purpose-list-wrap .c-product-single__post__purpose-list-heading a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-inline: 0.875rem;
  color: var(--color-key);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4166666667;
  letter-spacing: 0.0475em;
  position: relative;
}
.lang-en .c-product-single__post__detail .c-product-single__post__purpose-list-wrap .c-product-single__post__purpose-list-heading a {
  letter-spacing: 0.01em;
}
.c-product-single__post__detail .c-product-single__post__purpose-list-wrap .c-product-single__post__purpose-list-heading a:before, .c-product-single__post__detail .c-product-single__post__purpose-list-wrap .c-product-single__post__purpose-list-heading a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.0625rem;
  height: 94.1176470588%;
  background-color: var(--color-key);
}
.c-product-single__post__detail .c-product-single__post__purpose-list-wrap .c-product-single__post__purpose-list-heading a:before {
  left: 0;
}
.c-product-single__post__detail .c-product-single__post__purpose-list-wrap .c-product-single__post__purpose-list-heading a:after {
  right: 0;
}
.c-product-single__post__detail .c-product-single__post__purpose-list-wrap .c-product-single__post__purpose-list-heading h4 {
  margin: 0;
}
.c-product-single__post__detail .c-product-single__post__purpose-list-wrap ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem clamp(0.5rem, 0.2572815534rem + 1.0355987055vw, 1.5rem);
}
@media screen and (max-width: 1024px) {
  .c-product-single__post__detail .c-product-single__post__purpose-list-wrap ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .c-product-single__post__detail .c-product-single__post__purpose-list-wrap ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-product-single__post__detail .c-product-single__post__purpose-list-wrap ul li a {
  height: 100%;
  padding: 0.5rem;
  background-color: var(--color_white);
  border-radius: 0.25rem;
  display: grid;
  grid-template-columns: 1fr clamp(0.8125rem, 0.7669902913rem + 0.1941747573vw, 1rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.6875rem, 0.6723300971rem + 0.0647249191vw, 0.75rem);
  font-weight: 500;
  line-height: 1.5833333333;
  letter-spacing: 0.01em;
}
.lang-en .c-product-single__post__detail .c-product-single__post__purpose-list-wrap ul li a {
  letter-spacing: 0.01em;
}
.c-product-single__post__detail .c-product-single__post__purpose-list-wrap ul li a:after {
  content: "";
  display: inline-block;
  width: 100%;
  aspect-ratio: 18/11;
  background: url(../img/icon/icon_arrow_bl.svg) no-repeat 50% 50%/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-product-single__post__detail .c-product-single__post__purpose-list-wrap ul li a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 1;
    background-color: var(--color-key_d);
    color: var(--color_white);
  }
  .c-product-single__post__detail .c-product-single__post__purpose-list-wrap ul li a:where(:-webkit-any-link, :enabled, summary):hover:after {
    background: url(../img/icon/icon_arrow_wh--arrow-only.svg) no-repeat 50% 50%/contain;
  }
}
@media screen and (max-width: 600px) {
  .c-product-single__post__detail .is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.c-product-single__product {
  padding: clamp(2.5rem, 1.8932038835rem + 2.5889967638vw, 5rem) 0 clamp(0.9375rem, 0.4824029126rem + 1.9417475728vw, 2.8125rem);
  background-color: var(--color-body_bg);
}

.c-product-single__product__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 clamp(0.9375rem, -0.2734578627rem + 2.5195482189vw, 2.75rem);
}
@media screen and (max-width: 768px) {
  .c-product-single__product__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 clamp(1.5rem, 0.6002994012rem + 2.3952095808vw, 1.75rem);
  }
}
@media screen and (max-width: 600px) {
  .c-product-single__product__list {
    margin-inline: auto;
    max-width: 18.9375rem;
    grid-template-columns: 1fr;
  }
}

.c-product-item {
  display: contents;
}

.c-product-item__link {
  padding: 1.0625rem clamp(0.625rem, 0.4162141616rem + 0.4344048653vw, 0.9375rem) 1.25rem;
  background-color: var(--color_white);
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: clamp(2rem, 1.7572815534rem + 1.0355987055vw, 3rem);
}
@media screen and (max-width: 768px) {
  .c-product-item__link {
    padding-inline: 0.9375rem;
  }
}

.c-product-item__img-wrap {
  width: 100%;
}

.c-product-item__img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-product-item__title {
  margin-top: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem);
  font-size: clamp(1.125rem, 1.0794902913rem + 0.1941747573vw, 1.3125rem);
  font-weight: 600;
  line-height: 1.4285714286;
  letter-spacing: 0.0561904762em;
}
.lang-en .c-product-item__title {
  letter-spacing: 0.01em;
}

.c-product-item__market-list {
  margin-top: clamp(0.375rem, 0.3446601942rem + 0.1294498382vw, 0.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem 0.5rem;
}

.c-product-item__market-list-item {
  min-width: 6rem;
  padding: 0.125rem 0.625rem;
  background-color: var(--color-key_l);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color_white);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
.lang-en .c-product-item__market-list-item {
  letter-spacing: 0.01em;
}

.c-product-item__text {
  margin-top: clamp(0.375rem, 0.3446601942rem + 0.1294498382vw, 0.5rem);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.p-home__main-visual {
  padding: 0;
}

.p-home__main-visual-wrap {
  position: relative;
  height: 52.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 0 auto;
  width: 90%;
  max-width: 85.5rem;
}
@media screen and (max-width: 1024px) {
  .p-home__main-visual-wrap {
    height: clamp(37.5rem, 16.5389150943rem + 55.8962264151vw, 52.3125rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home__main-visual-wrap {
    height: clamp(31.25rem, 20.8333333333rem + 44.4444444444vw, 37.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .lang-en .p-home__main-visual-wrap {
    height: clamp(38.75rem, 26.8326271186rem + 50.8474576271vw, 59.375rem);
  }
}

.p-home__main-visual-bg {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.p-home__main-visual-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-home__main-visual-inner {
  padding: 0.625rem 0 clamp(6.9375rem, 2.1417597765rem + 7.4860335196vw, 11.125rem);
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-home__main-visual-inner {
    padding: 4.75rem 0 clamp(5.125rem, -0.3409313725rem + 11.3725490196vw, 6.9375rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home__main-visual-inner {
    padding-bottom: 4.75rem 0 clamp(4.75rem, 3.4004491018rem + 3.5928143713vw, 5.125rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home__main-visual-inner {
    padding-bottom: clamp(4.75rem, 6.4166666667rem - 4.4444444444vw, 5.375rem);
  }
}
.p-home__main-visual-inner:before {
  content: "";
  position: absolute;
  bottom: clamp(2.0625rem, 0.9888268156rem + 1.6759776536vw, 3rem);
  left: 0;
  width: 100%;
  aspect-ratio: 2735/202;
  background: url(../img/home/kv-text-background.png) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 1024px) {
  .p-home__main-visual-inner:before {
    bottom: clamp(1.25rem, -0.6348039216rem + 3.9215686275vw, 1.875rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home__main-visual-inner:before {
    bottom: clamp(1.25rem, 4.124251497rem - 5.9880239521vw, 1.875rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home__main-visual-inner:before {
    bottom: clamp(1.875rem, 5.2083333333rem - 8.8888888889vw, 3.125rem);
  }
}
.p-home__main-visual-inner h1 {
  color: var(--color_white);
  font-weight: 700;
  font-size: clamp(1.5rem, 1.1359223301rem + 1.5533980583vw, 3rem);
  line-height: 1.4583333333;
  letter-spacing: 0.056em;
}
.p-home__main-visual-inner h1 span {
  margin-top: 0.625rem;
  display: inline-block;
  font-size: clamp(0.875rem, 0.7233009709rem + 0.6472491909vw, 1.5rem);
  line-height: 1.4583333333;
}

.p-home__main-visual-inner-bg {
  background: #007fff 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.lang-en .p-home__main-visual-inner-bg {
  background: #011c55 0% 0% no-repeat padding-box;
}
.lang-zh .p-home__main-visual-inner-bg {
  background: #7FBFFF 0% 0% no-repeat padding-box;
}

.p-home__main-visual-content {
  position: absolute !important;
  top: 55% !important;
  right: 0 !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  width: 100%;
  max-width: 47.625rem;
}
@media screen and (max-width: 1366px) {
  .p-home__main-visual-content {
    top: 45% !important;
  }
}

.p-home__main-visual-content-list {
  background-color: var(--color_white);
}

.p-home__main-visual-content-item {
  background-color: var(--color_white);
}
.p-home__main-visual-content-item:nth-child(2) {
  background-color: var(--color_white);
}
.p-home__main-visual-content-item:nth-child(3) {
  background-color: var(--color_white);
}

.p-home__main-visual-content--pagination {
  position: static !important;
  margin-top: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  text-align: right !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
}
.p-home__main-visual-content--pagination .swiper-pagination-bullet {
  width: 0.875rem !important;
  height: 0.875rem !important;
  border: 1px solid var(--color_white);
  background: transparent;
  opacity: 1 !important;
  margin: 0 !important;
}
.p-home__main-visual-content--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color_white);
}

.p-home__about {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.p-home__about:before {
  content: "";
  position: absolute;
  top: clamp(-5.9375rem, -0.8889563107rem - 4.2071197411vw, -1.875rem);
  right: clamp(-4.6875rem, -1.9690533981rem - 2.2653721683vw, -2.5rem);
  width: clamp(14.0625rem, 7.1753640777rem + 29.3851132686vw, 42.4375rem);
  aspect-ratio: 679/842;
  background: url(../img/home/trapezoid-background.svg) no-repeat 50% 50%/cover;
  z-index: -1;
}

.p-home__about-wrap {
  margin-top: 8.25rem;
}
@media screen and (max-width: 991px) {
  .p-home__about-wrap {
    margin-top: 5rem;
  }
}

.p-home__about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2rem, 1.5297330097rem + 2.0064724919vw, 3.9375rem);
}
@media screen and (max-width: 991px) {
  .p-home__about-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(5rem, -6.1928251121rem + 23.3183856502vw, 8.25rem);
  }
}
@media screen and (max-width: 480px) {
  .p-home__about-inner {
    gap: 4rem;
  }
}

.p-home__about-img {
  width: 100%;
  position: relative;
}
.p-home__about-img:after {
  content: "";
  width: 51.3125rem;
  height: 21.3125rem;
  background-color: var(--color-key);
  position: absolute;
  top: 0;
  right: 6.25rem;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .p-home__about-img:after {
    right: 1.5625rem;
    height: clamp(15.625rem, -1.1160714286rem + 71.4285714286vw, 20.3125rem);
  }
}
.p-home__about-img picture {
  display: block;
  margin-top: -5rem;
}
@media screen and (max-width: 991px) {
  .p-home__about-img picture {
    margin-top: -2.5rem;
  }
  .p-home__about-img picture img {
    margin-left: auto;
  }
}

.p-home__about-box {
  width: 100%;
}

.p-home__about-box-title {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.0036407767rem + 0.5177993528vw, 1.625rem);
  line-height: 1.9230769231;
  letter-spacing: 0.06em;
}

.p-home__about-box-text {
  line-height: 2.125;
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.5177993528vw, 2rem);
}

.p-home__about-separate {
  margin: clamp(4rem, 3.2111650485rem + 3.3656957929vw, 7.25rem) calc(50% - 50vw) 0;
}

.p-home__product-info-wrap {
  margin-top: clamp(1.5rem, 1.4696601942rem + 0.1294498382vw, 1.625rem);
}

.p-home__product-info-inner {
  margin: 0 calc(50% - 50vw);
}

.p-home__product-info-list li {
  border: 1px solid var(--color-key);
  border-left: none;
  width: 20%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .p-home__product-info-list li {
    width: 100%;
    max-width: clamp(13.75rem, 12.9730662983rem + 3.3149171271vw, 15.625rem);
  }
}
.p-home__product-info-list li:last-child {
  border-right: none;
}

.p-home__product-info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.3173543689rem + 2.9126213592vw, 3.8125rem);
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .p-home__product-info-link {
    min-width: clamp(13.75rem, 12.9730662983rem + 3.3149171271vw, 15.625rem);
  }
}
.p-home__product-info-link picture {
  padding: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem) clamp(1rem, 0.7117718447rem + 1.2297734628vw, 2.1875rem) 0;
}
.p-home__product-info-link picture img {
  margin: 0 auto;
}

.p-home__product-info-link-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5rem clamp(0.875rem, -0.625rem + 1.875vw, 1.625rem) 0.5rem clamp(0.875rem, -1.75rem + 3.28125vw, 2.1875rem);
  min-height: clamp(3.5rem, 2.6808252427rem + 3.4951456311vw, 6.875rem);
  border-radius: 0 1.25rem 0 0;
  width: 90%;
  display: grid;
  grid-template-columns: 1fr clamp(2rem, 1.5600728155rem + 1.8770226537vw, 3.8125rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  color: var(--color_white);
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.01em;
  background: transparent -webkit-gradient(linear, left top, right top, from(#002f91), to(#00baff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #002f91 0%, #00baff 100%) 0% 0% no-repeat padding-box;
}
.p-home__product-info-link-title::after {
  content: "";
  width: 100%;
  aspect-ratio: 61/35;
  background-image: url(../img/icon/icon_arrow_wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-home__product-info-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
}

.p-home__product-info-scroll {
  display: none;
}
@media screen and (max-width: 1280px) {
  .p-home__product-info-scroll {
    display: block;
    width: 100% !important;
    left: 0 !important;
    height: 0.0625rem;
    background-color: var(--color-txt);
    position: relative !important;
    margin-top: clamp(1.5rem, 1.0145631068rem + 2.071197411vw, 3.5rem);
    z-index: 1 !important;
  }
}

.p-home__news-wrap {
  margin-top: clamp(1.5rem, 1.4696601942rem + 0.1294498382vw, 1.625rem);
  background-color: var(--color_white);
  padding: clamp(1.375rem, 1.208131068rem + 0.71197411vw, 2.0625rem) clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem) clamp(1.1875rem, 1.0509708738rem + 0.5825242718vw, 1.75rem);
}

.p-home__news-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
}

.p-home__introduction {
  position: relative;
  overflow: hidden;
}
.p-home__introduction:before {
  content: "";
  position: absolute;
  bottom: clamp(-14.5625rem, -20.3435367703rem + 15.3904473086vw, -1.875rem);
  left: clamp(-16.75rem, -1.0108036391rem - 13.1159969674vw, -5.9375rem);
  width: clamp(18.75rem, 13.0006067961rem + 24.5307443366vw, 42.4375rem);
  aspect-ratio: 679/842;
  background: url(../img/product-info/about-top-contents-background.svg) no-repeat 50% 50%/cover;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .p-home__introduction:before {
    bottom: clamp(-14.5625rem, -11.3958333333rem - 8.4444444444vw, -13.375rem);
    left: clamp(-5.9375rem, -2.2708333333rem - 9.7777777778vw, -4.5625rem);
  }
}

.p-home__introduction-wrap {
  background-color: var(--color_white);
  padding: 0.5rem !important;
}

.p-home__introduction-pagination {
  position: static !important;
  margin-top: clamp(1rem, 0.5449029126rem + 1.9417475728vw, 2.875rem);
}
.p-home__introduction-pagination .swiper-pagination-bullet {
  width: 0.875rem !important;
  height: 0.875rem !important;
  border: 1px solid var(--color-key);
  background: var(--color_white);
  opacity: 1 !important;
  margin: 0 0.6875rem !important;
}
.p-home__introduction-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-key);
}

.p-home__introduction-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
}

.p-company__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__about {
  margin-top: clamp(3.25rem, 1.854368932rem + 5.9546925566vw, 9rem);
}

.p-company__about__media {
  display: grid;
  grid-template-columns: 1fr clamp(17.5rem, 11.2348369977rem + 16.6793025019vw, 31.25rem);
  gap: clamp(1.5rem, 0.9538834951rem + 2.3300970874vw, 3.75rem);
}
@media screen and (max-width: 600px) {
  .p-company__about__media {
    grid-template-columns: 1fr;
  }
}

.p-company__about__media-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.1875rem, 1.9296116505rem + 1.1003236246vw, 3.25rem);
}

.p-company__about__media-text {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 2.125;
  letter-spacing: 0.05625em;
}
@media screen and (max-width: 600px) {
  .p-company__about__media-text {
    line-height: 2;
  }
}

.p-company__about__media-img-wrap {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-company__about__media-img-wrap {
    height: clamp(17.8125rem, 14.1666666667rem + 15.5555555556vw, 20rem);
  }
}

.p-company__about__media-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__about__bottom-contents {
  margin-top: clamp(2.375rem, 1.8137135922rem + 2.3948220065vw, 4.6875rem);
  padding-bottom: clamp(3.625rem, 2.760315534rem + 3.6893203883vw, 7.1875rem);
  position: relative;
}
.p-company__about__bottom-contents:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + clamp(4.375rem, 1.6126326763rem + 7.3540561031vw, 10.4375rem));
  background: url(../img/company/webp/about-bottom-contents-background.webp) no-repeat 50% 50%/cover;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .p-company__about__bottom-contents:before {
    height: calc(100% + 6.25rem);
  }
}

.p-company__about__detail {
  margin-inline: auto;
  max-width: 44.0625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.625rem, 1.2305825243rem + 1.6828478964vw, 3.25rem);
}

.p-company__about__detail-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.375rem, 1.0564320388rem + 1.359223301vw, 2.6875rem);
  color: var(--color_white);
}

.p-company__about__detail-title {
  font-size: clamp(1.25rem, 1.0072815534rem + 1.0355987055vw, 2.25rem);
  font-weight: 700;
  line-height: 1.9444444444;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 600px) {
  .p-company__about__detail-title {
    line-height: 1.7;
  }
}

.p-company__about__detail-text {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 2.125;
  letter-spacing: 0.05625em;
}
@media screen and (max-width: 600px) {
  .p-company__about__detail-text {
    line-height: 2;
  }
}

.p-company__about__detail-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .p-company__about__detail-btn-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-company__youtube {
  margin-top: clamp(4.75rem, 3.6122572816rem + 4.854368932vw, 9.4375rem);
}

.p-company__youtube__video-wrap {
  margin-inline: auto;
  max-width: 59.375rem;
  width: 100%;
  aspect-ratio: 940/626;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-company__youtube__video-wrap {
    aspect-ratio: 16/9;
  }
}
.p-company__youtube__video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-company__strengths {
  margin-top: clamp(5.25rem, 3.9908980583rem + 5.3721682848vw, 10.4375rem);
  padding: clamp(3.375rem, 1.7063106796rem + 7.1197411003vw, 10.25rem) 0;
  background-color: var(--color-body_bg);
}

.p-company__strengths__list {
  margin-top: clamp(2.1875rem, 1.8537621359rem + 1.4239482201vw, 3.5625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.625rem, 2.5395659591rem + 0.2274450341vw, 2.8125rem);
}
@media screen and (max-width: 600px) {
  .p-company__strengths__list {
    gap: clamp(1.3125rem, 0.8958333333rem + 1.7777777778vw, 1.5625rem);
  }
}

.p-company__strengths__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.5rem, 1.3786407767rem + 0.5177993528vw, 2rem);
}
@media screen and (max-width: 600px) {
  .p-company__strengths__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-company__strengths__item-img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: clamp(9.375rem, 7.7802312358rem + 4.2456406368vw, 12.875rem);
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-company__strengths__item-img-wrap {
    max-width: clamp(9.0625rem, 7.5rem + 6.6666666667vw, 10rem);
  }
}

.p-company__strengths__item-text-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.125rem, 1.0491504854rem + 0.3236245955vw, 1.4375rem);
}

.p-company__strengths__item-title-wrap {
  padding-bottom: clamp(0.75rem, 0.6589805825rem + 0.3883495146vw, 1.125rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 0.7421116505rem + 1.1003236246vw, 2.0625rem);
}
.p-company__strengths__item-title-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: var(--color-gradation-type_a);
}

.p-company__strengths__item-title-number {
  font-family: "Roboto";
  font-size: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
  font-weight: 500;
  line-height: 1.3636363636;
  letter-spacing: 0.05em;
}

.p-company__strengths__item-title {
  font-size: clamp(1.125rem, 1.0036407767rem + 0.5177993528vw, 1.625rem);
  font-weight: 600;
  line-height: 1.4230769231;
  letter-spacing: 0;
}

.p-company__strengths__item-text {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.05625em;
}

.p-company__flow {
  margin: clamp(3.75rem, 2.1875rem + 6.6666666667vw, 10.1875rem) 0;
}

.p-company__flow__tab-contents {
  margin-top: clamp(3rem, 2.7876213592rem + 0.9061488673vw, 3.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(3.5625rem, 2.697815534rem + 3.6893203883vw, 7.125rem);
}

.p-company__flow__tab-wrap {
  width: 100%;
  border-bottom: 2px solid var(--color-border_a);
}

.p-company__flow__tab-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-company__flow__tab-list .is_active .p-company__flow__tab-button {
  background-color: var(--color-border_a);
  color: var(--color_white);
}

.p-company__flow__tab-button {
  padding-block: 0;
  padding-inline: 0;
  background-color: transparent;
  width: clamp(8.75rem, 6.4593446602rem + 9.7734627832vw, 18.1875rem);
  padding: clamp(0.625rem, 0.5036407767rem + 0.5177993528vw, 1.125rem) clamp(0.625rem, 0.5643203883rem + 0.2588996764vw, 0.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-txt);
  font-size: clamp(0.8125rem, 0.7063106796rem + 0.4530744337vw, 1.25rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.03em;
  border: 2px solid var(--color-border_a);
  border-bottom: none;
  cursor: pointer;
}
.lang-zh .p-company__flow__tab-button {
  font-family: "Noto Sans SC", sans-serif;
}

.p-company__flow__tab-detail {
  width: 100%;
  display: none;
  padding-bottom: clamp(3.875rem, 3.6474514563rem + 0.9708737864vw, 4.8125rem);
  border-bottom: 2px solid var(--color-border_a);
}
@media screen and (max-width: 600px) {
  .p-company__flow__tab-detail {
    padding-inline: clamp(0.625rem, -0.4166666667rem + 4.4444444444vw, 1.25rem);
  }
}

.p-company__flow__detail-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(3rem, 2.0887035633rem + 2.4260803639vw, 5rem) 0;
}
@media screen and (max-width: 1024px) {
  .p-company__flow__detail-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .p-company__flow__detail-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.p-company__flow__detail-list-item {
  padding-right: clamp(3rem, 2.4304397271rem + 1.5163002274vw, 4.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.125rem, 1.0946601942rem + 0.1294498382vw, 1.25rem);
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-company__flow__detail-list-item {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-company__flow__detail-list-item:not(:last-child) {
    padding-bottom: clamp(3.625rem, 2.375rem + 5.3333333333vw, 4.375rem);
  }
}
.p-company__flow__detail-list-item:not(:last-child):before, .p-company__flow__detail-list-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: clamp(6.125rem, 5.7263078089rem + 1.0614101592vw, 7rem);
  width: 0.625rem;
  aspect-ratio: 10/21;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 600px) {
  .p-company__flow__detail-list-item:not(:last-child):before, .p-company__flow__detail-list-item:not(:last-child):after {
    top: auto;
    width: 1.3125rem;
    aspect-ratio: 21/10;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
.p-company__flow__detail-list-item:not(:last-child):before {
  right: clamp(1.1875rem, 0.9027198635rem + 0.7581501137vw, 1.8125rem);
  background: var(--color-border_a);
}
@media screen and (max-width: 600px) {
  .p-company__flow__detail-list-item:not(:last-child):before {
    bottom: clamp(1.625rem, 1rem + 2.6666666667vw, 2rem);
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-company__flow__detail-list-item:not(:last-child):after {
  right: clamp(1.375rem, 1.0902198635rem + 0.7581501137vw, 2rem);
  background: var(--color_white);
}
@media screen and (max-width: 600px) {
  .p-company__flow__detail-list-item:not(:last-child):after {
    bottom: clamp(1.8125rem, 1.1875rem + 2.6666666667vw, 2.1875rem);
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-company__flow__detail-item-number {
  padding: clamp(0.5rem, 0.4848300971rem + 0.0647249191vw, 0.5625rem) 1.125rem;
  background: var(--color-gradation-type_a);
  color: var(--color_white);
  font-family: "Roboto";
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  font-weight: 600;
  line-height: 1.125;
  letter-spacing: 0;
}

.p-company__flow__detail-item-number--label {
  margin-right: clamp(0.3125rem, 0.2973300971rem + 0.0647249191vw, 0.375rem);
  display: inline-block;
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  line-height: 1.1;
}

.p-company__flow__detail-item-title {
  padding-bottom: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  border-bottom: 1px solid var(--color-border_a);
  color: var(--color-key);
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.p-company__flow__detail-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.625;
  letter-spacing: 0.028125em;
}

.p-company__overview {
  margin-top: clamp(4rem, 2.5133495146rem + 6.3430420712vw, 10.125rem);
  padding: clamp(3.375rem, 1.7366504854rem + 6.9902912621vw, 10.125rem) 0;
  background-color: var(--color-body_bg);
}

.p-company__overview__list {
  margin-top: clamp(2.1875rem, 1.8234223301rem + 1.5533980583vw, 3.6875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.375rem, 1.0867718447rem + 1.2297734628vw, 2.5625rem);
}

.p-company__overview__list-item {
  padding-bottom: clamp(1.375rem, 1.0867718447rem + 1.2297734628vw, 2.5625rem);
  display: grid;
  grid-template-columns: clamp(9.0625rem, 8.2081595906rem + 2.2744503412vw, 10.9375rem) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.75rem, 0.3100728155rem + 1.8770226537vw, 2.5625rem);
  border-bottom: 1px solid var(--color-border_b);
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-company__overview__list-item {
    grid-template-columns: 1fr;
  }
}
.p-company__overview__list-item:before {
  content: "";
  position: absolute;
  top: calc(100% - 0.0625rem);
  left: 0;
  width: clamp(9.0625rem, 8.2081595906rem + 2.2744503412vw, 10.9375rem);
  height: 0.125rem;
  background-color: var(--color-key);
}
@media screen and (max-width: 600px) {
  .p-company__overview__list-item:before {
    width: clamp(6.5625rem, 6.0416666667rem + 2.2222222222vw, 6.875rem);
  }
}

@media screen and (max-width: 600px) {
  .p-company__overview__item-title,
  .p-company__overview__item-text {
    padding-inline: clamp(0.875rem, 0.5867718447rem + 1.2297734628vw, 2.0625rem);
  }
}

.p-company__overview__item-title {
  padding-left: clamp(0.875rem, 0.5867718447rem + 1.2297734628vw, 2.0625rem);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-company__overview__item-title--letter-spacing-big {
  letter-spacing: 0.35em;
}

.p-company__overview__item-text {
  padding-right: clamp(1.5rem, 0.3324014405rem + 3.1084154663vw, 4.0625rem);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  word-break: break-word;
}

.p-support__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-support__support {
  padding-top: clamp(3rem, 1.5588592233rem + 6.1488673139vw, 8.9375rem);
  position: relative;
  overflow: hidden;
}
.p-support__support::before {
  content: "";
  position: absolute;
  top: clamp(-8.4375rem, -9.8329226687rem + 3.7149355572vw, -5.375rem);
  right: clamp(-1.875rem, -2.3300970874rem + 1.9417475728vw, 0rem);
  width: clamp(15rem, 8.3404126214rem + 28.4142394822vw, 42.4375rem);
  aspect-ratio: 679/842;
  background: url(../img/support/support-background.svg) no-repeat 50% 50%/cover;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .p-support__support::before {
    top: -3.125rem;
  }
}

.p-support__support__heading-text {
  margin-top: clamp(2.1875rem, 1.9599514563rem + 0.9708737864vw, 3.125rem);
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.0561111111em;
}

.p-support__support__list {
  margin-top: clamp(2.1875rem, 1.6413834951rem + 2.3300970874vw, 4.4375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.1875rem, 2.1419902913rem + 0.1941747573vw, 2.375rem);
}

.p-support__support__list-item {
  display: grid;
  grid-template-columns: clamp(12.8125rem, 9.7083965125rem + 8.2638362396vw, 19.625rem) 1fr;
  gap: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
}
@media screen and (max-width: 600px) {
  .p-support__support__list-item {
    grid-template-columns: 1fr;
  }
}

.p-support__support__item-img-wrap {
  width: 100%;
  height: clamp(11.875rem, 10.9637035633rem + 2.4260803639vw, 13.875rem);
}
@media screen and (max-width: 600px) {
  .p-support__support__item-img-wrap {
    height: clamp(14.375rem, 7.0833333333rem + 31.1111111111vw, 18.75rem);
  }
}

.p-support__support__item-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-support__support__item-text-box {
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.875rem, 0.8294902913rem + 0.1941747573vw, 1.0625rem);
}
@media screen and (max-width: 600px) {
  .p-support__support__item-text-box {
    margin-top: 0;
    gap: clamp(1.25rem, 0.8333333333rem + 1.7777777778vw, 1.5rem);
  }
}

.p-support__support__item-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.9544902913rem + 0.1941747573vw, 1.1875rem);
}

.p-support__support__item-title {
  color: var(--color-txt_a);
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4583333333;
  letter-spacing: 0.0558333333em;
}

.p-support__support__item-text {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05625em;
}

.p-support__support__item-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .p-support__support__item-btn-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-support__contact-wrap {
  margin-top: clamp(3rem, 2.4538834951rem + 2.3300970874vw, 5.25rem);
}

.p-faq__anchor {
  margin-top: clamp(3.375rem, 1.6759708738rem + 7.2491909385vw, 10.375rem);
}

.p-faq__anchor__target-list {
  margin-top: clamp(4rem, 3.3628640777rem + 2.7184466019vw, 6.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(3.375rem, 2.3737864078rem + 4.2718446602vw, 7.5rem);
}

.p-faq__anchor__target-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
}

.p-faq__anchor__target-item-title {
  text-align: center;
  color: var(--color-txt_a);
  font-size: clamp(1.125rem, 0.9733009709rem + 0.6472491909vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.0560714286em;
}

.p-faq__contact-wrap {
  margin-top: clamp(3.875rem, 3.4654126214rem + 1.7475728155vw, 5.5625rem);
}

.p-distributor__distributor {
  margin-top: clamp(3rem, 1.5588592233rem + 6.1488673139vw, 8.9375rem);
}

.p-distributor__distributor__heading-text {
  margin-top: clamp(2.1875rem, 1.9599514563rem + 0.9708737864vw, 3.125rem);
  color: var(--color_darkgray);
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0.0561111111em;
}

.p-distributor__distributor__list {
  margin-top: clamp(2.1875rem, 1.9902912621rem + 0.8414239482vw, 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid var(--color-border_a);
}

.p-distributor__distributor__list-item {
  display: grid;
  grid-template-columns: clamp(7.1875rem, 5.336429113rem + 4.9279757392vw, 11.25rem) 1fr;
}
@media screen and (max-width: 600px) {
  .p-distributor__distributor__list-item {
    grid-template-columns: 1fr;
  }
}
.p-distributor__distributor__list-item:not(:last-child) {
  border-bottom: 2px solid var(--color-border_e);
}
@media screen and (max-width: 600px) {
  .p-distributor__distributor__list-item:not(:last-child) {
    border-bottom: none;
  }
}

.p-distributor__distributor__item-title {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-border_a);
  color: var(--color_white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05625em;
}
@media screen and (max-width: 600px) {
  .p-distributor__distributor__item-title {
    padding: clamp(0.8125rem, 0.6041666667rem + 0.8888888889vw, 0.9375rem) 1rem;
  }
}

.p-distributor__distributor__detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-distributor__distributor__detail-list-item {
  padding: clamp(0.875rem, 0.7839805825rem + 0.3883495146vw, 1.25rem) clamp(0.75rem, 0.2373957544rem + 1.3646702047vw, 1.875rem) clamp(0.875rem, 0.7839805825rem + 0.3883495146vw, 1.25rem) clamp(0.875rem, 0.0206595906rem + 2.2744503412vw, 2.75rem);
  display: grid;
  grid-template-columns: 1fr clamp(7.4375rem, 6.9818517817rem + 1.213040182vw, 8.4375rem);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
}
.lang-en .p-distributor__distributor__detail-list-item, .lang-zh .p-distributor__distributor__detail-list-item {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 600px) {
  .p-distributor__distributor__detail-list-item {
    padding-inline: clamp(0.875rem, 0.4583333333rem + 1.7777777778vw, 1.125rem);
    grid-template-columns: 1fr;
    gap: clamp(0.75rem, 0.5416666667rem + 0.8888888889vw, 0.875rem);
  }
}
.p-distributor__distributor__detail-list-item:not(:last-child) {
  border-bottom: 2px solid var(--color-border_e);
}

.p-distributor__distributor__detail-item-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.p-distributor__distributor__detail-item-title {
  color: var(--color-txt_b);
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.0561111111em;
}

.p-distributor__distributor__detail-item-text {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05625em;
  word-break: break-word;
}

.p-distributor__distributor__detail-item-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  grid-template-columns: 1fr clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: flex-end;
  gap: 0.25rem;
  color: var(--color-txt_b);
  font-size: clamp(0.8125rem, 0.7821601942rem + 0.1294498382vw, 0.9375rem);
  line-height: 1.4;
  letter-spacing: 0.0525em;
}
.p-distributor__distributor__detail-item-link::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_link_bl--1-1.svg) no-repeat 50% 50%/contain;
}

.p-distributor__contact-wrap {
  margin-top: clamp(3.875rem, 3.1468446602rem + 3.1067961165vw, 6.875rem);
}

.p-sitemap__map {
  margin-top: clamp(3rem, 1.5588592233rem + 6.1488673139vw, 8.9375rem);
}

.p-sitemap__map__language-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2.625rem, 2.5036407767rem + 0.5177993528vw, 3.125rem) clamp(2.25rem, 2.0376213592rem + 0.9061488673vw, 3.125rem);
}
@media screen and (max-width: 600px) {
  .p-sitemap__map__language-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-sitemap__map__language-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.9375rem, 0.8919902913rem + 0.1941747573vw, 1.125rem);
}

.p-sitemap__map__language-item-text,
.p-sitemap__map__link-item-link {
  font-size: clamp(0.8125rem, 0.7669902913rem + 0.1941747573vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.05625em;
  word-break: break-word;
}

.p-sitemap__map__language-item-text {
  color: var(--color-txt_a);
  font-weight: 700;
}

.p-sitemap__map__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.375rem, 0.3446601942rem + 0.1294498382vw, 0.5rem);
}

.p-sitemap__map__link-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sitemap__map__link-item-link {
  display: inline-block;
  color: var(--color_darkgray);
}

.p-sitemap__map__mail-magazine-wrap {
  margin-top: clamp(2.625rem, 2.5036407767rem + 0.5177993528vw, 3.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .p-sitemap__map__mail-magazine-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-sitemap__contact-wrap {
  margin-top: clamp(3.875rem, 3.2985436893rem + 2.4595469256vw, 6.25rem);
}

.p-contact__contact {
  margin-top: clamp(3rem, 1.5588592233rem + 6.1488673139vw, 8.9375rem);
}

.p-contact__contact__heading-text {
  margin-top: clamp(2rem, 1.7269417476rem + 1.1650485437vw, 3.125rem);
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.625;
  letter-spacing: 0.063125em;
}

.p-contact__contact__banner-wrap {
  margin-top: clamp(1.125rem, 1.0643203883rem + 0.2588996764vw, 1.375rem);
}

.p-contact__contact__form-wrap {
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.5177993528vw, 2rem);
  margin-inline: auto;
  max-width: 60rem;
}

.p-contact__contact__form-wrap--sub {
  margin-top: clamp(2.8125rem, 2.7366504854rem + 0.3236245955vw, 3.125rem);
}

.p-contact__thanks__contents {
  margin-top: clamp(2.1875rem, 1.6868932039rem + 2.1359223301vw, 4.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, 1.9089805825rem + 0.3883495146vw, 2.375rem);
}

.p-contact__thanks-text {
  text-align: center;
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.0561111111em;
}

.p-contact__thanks__btn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-category__anchor {
  margin-top: clamp(3.375rem, 3.1777912621rem + 0.8414239482vw, 4.1875rem);
}

.p-category__category-list {
  margin-top: clamp(2.25rem, 1.901092233rem + 1.4886731392vw, 3.6875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(3rem, 0.7700242718rem + 9.5145631068vw, 12.1875rem);
}

.p-category__section__section-title {
  padding-left: clamp(1.375rem, 1.2384708738rem + 0.5825242718vw, 1.9375rem);
  font-size: clamp(1.4375rem, 1.088592233rem + 1.4886731392vw, 2.875rem);
  color: var(--color-background_a);
  font-weight: 700;
  line-height: 1.4347826087;
  letter-spacing: 0.01em;
  position: relative;
}
.p-category__section__section-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(0.3125rem, 0.2973300971rem + 0.0647249191vw, 0.375rem);
  height: 78.7878787879%;
  background-color: var(--color-background_a);
}

.p-category__section__list {
  margin-top: clamp(1.5625rem, 1.0315533981rem + 2.2653721683vw, 3.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.8125rem, 2.1298543689rem + 2.9126213592vw, 5.625rem);
}

.p-category__section__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.125rem, 0.942961165rem + 0.7766990291vw, 1.875rem);
}

.p-category__section__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.75rem, 0.6286407767rem + 0.5177993528vw, 1.25rem);
}

.p-category__section__item-heading-title {
  padding: clamp(0.5rem, 0.4696601942rem + 0.1294498382vw, 0.625rem) clamp(1.0625rem, 0.8046116505rem + 1.1003236246vw, 2.125rem);
  background-color: var(--color-background_a);
  color: var(--color_white);
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.p-category__section__item-heading-img-wrap {
  width: 100%;
}

.p-category__section__item-heading-img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-category__section__product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.125rem, 0.942961165rem + 0.7766990291vw, 1.875rem);
}

.p-category__section__product-list-item {
  padding: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem) clamp(1rem, 0.6055825243rem + 1.6828478964vw, 2.625rem) clamp(2.0625rem, 1.8197815534rem + 1.0355987055vw, 3.0625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.9375rem, 0.6341019417rem + 1.2944983819vw, 2.1875rem);
  border: 1px solid var(--color-border_l);
}

.p-category__section__product-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.625rem, 0.5188106796rem + 0.4530744337vw, 1.0625rem);
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.p-category__section__product-item-title-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(1.625rem, 1.5643203883rem + 0.2588996764vw, 1.875rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-background_a);
  color: var(--color_white);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.p-category__section__product-item-detail {
  display: grid;
  grid-template-columns: clamp(12.5rem, 11.2184893859rem + 3.4116755118vw, 15.3125rem) 1fr;
  gap: clamp(1.5625rem, 1.0498957544rem + 1.3646702047vw, 2.6875rem);
}
@media screen and (max-width: 600px) {
  .p-category__section__product-item-detail {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.p-category__section__product-item-left-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.625rem;
}
@media screen and (max-width: 600px) {
  .p-category__section__product-item-left-items {
    display: contents;
  }
}

.p-category__section__product-item-img-wrap {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-category__section__product-item-img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-inline: auto;
    max-width: clamp(13.75rem, 12.7083333333rem + 4.4444444444vw, 14.375rem);
  }
}

.p-category__section__product-item-img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 600px) {
  .p-category__section__product-item-btn-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: clamp(1.75rem, 1.5416666667rem + 0.8888888889vw, 1.875rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-category__section__product-text-wrap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.0625rem, 0.8046116505rem + 1.1003236246vw, 2.125rem);
}
@media screen and (max-width: 600px) {
  .p-category__section__product-text-wrap-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: clamp(1rem, 0.7916666667rem + 0.8888888889vw, 1.125rem);
  }
}

.p-category__section__product-text-wrap-list-item {
  padding-inline: clamp(0.625rem, 0.499728497rem + 0.2606429192vw, 0.8125rem) clamp(0.625rem, -0.1266290182rem + 1.5638575152vw, 1.75rem);
  display: grid;
  grid-template-columns: clamp(7rem, 6.6659426586rem + 0.6950477845vw, 7.5rem) 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0.9375rem, 0.2276281494rem + 1.4769765421vw, 2rem);
}
.lang-en .p-category__section__product-text-wrap-list-item {
  grid-template-columns: clamp(8.75rem, 8.3324283232rem + 0.8688097307vw, 9.375rem) 1fr;
}
@media screen and (max-width: 768px) {
  .p-category__section__product-text-wrap-list-item {
    grid-template-columns: 1fr !important;
    gap: 0.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-category__section__product-text-wrap-list-item {
    padding-inline: clamp(0.75rem, 0.125rem + 2.6666666667vw, 1.125rem);
  }
}
.p-category__section__product-text-wrap-list-item:not(:first-child) {
  padding-top: clamp(1.0625rem, 0.8046116505rem + 1.1003236246vw, 2.125rem);
  border-top: 1px dashed var(--color-border_l);
}

.p-category__section__product-text-item-title {
  padding-left: clamp(1.375rem, 1.3143203883rem + 0.2588996764vw, 1.625rem);
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  position: relative;
}
.p-category__section__product-text-item-title:before {
  content: "";
  position: absolute;
  top: calc(50% + clamp(0rem, -0.0151699029rem + 0.0647249191vw, 0.0625rem));
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: clamp(0.9375rem, 0.9071601942rem + 0.1294498382vw, 1.0625rem);
  aspect-ratio: 1/1;
  background: url(../img/icon/webp/icon_circle_bl-grad--1-1.webp) no-repeat 50% 50%/cover;
}

.p-category__section__product-text-item-text,
.p-category__section__product-text-item-detail-item,
.p-category__section__product-text-item-detail-item-link {
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  line-height: 1.7142857143;
  letter-spacing: 0.0557142857em;
}

.p-category__section__product-text-item-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-category__section__product-text-item-detail-item {
  position: relative;
  padding-left: 1em;
}
.p-category__section__product-text-item-detail-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
}

.p-category__section__product-text-item-detail-item-link {
  display: inline-block;
  color: var(--color-background_a);
  text-decoration: underline;
}

.p-category__contact-wrap {
  margin-top: clamp(5.125rem, 3.8810679612rem + 5.3074433657vw, 10.25rem);
}

.p-category__purpose {
  margin-top: clamp(3rem, 1.3009708738rem + 7.2491909385vw, 10rem);
}

.p-category__purpose__anchor-link-list-wrap {
  margin: clamp(2.375rem, 1.9805825243rem + 1.6828478964vw, 4rem) auto 0;
  max-width: 62.5rem;
}

.p-category__purpose__group-list {
  margin-top: clamp(2.375rem, 1.9805825243rem + 1.6828478964vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.375rem, 1.9805825243rem + 1.6828478964vw, 4rem);
}

.p-category__purpose__group-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-category__purpose__sub-group-list {
  margin-top: clamp(1.75rem, 1.5376213592rem + 0.9061488673vw, 2.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.75rem, 1.5376213592rem + 0.9061488673vw, 2.625rem);
}

.p-category__purpose__sub-group-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.75rem, 0.567961165rem + 0.7766990291vw, 1.5rem);
}

.p-category__purpose__sub-group-item-heading {
  padding-left: clamp(0.625rem, 0.5946601942rem + 0.1294498382vw, 0.75rem);
  color: var(--color-background_a);
  font-size: clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  font-weight: 700;
  line-height: 1.5238095238;
  letter-spacing: 0.05em;
  position: relative;
}
.p-category__purpose__sub-group-item-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(0.1875rem, 0.1723300971rem + 0.0647249191vw, 0.25rem);
  height: 81.25%;
  background: var(--color-key);
}

.p-category__purpose__item-media {
  display: grid;
  grid-template-columns: clamp(16.5rem, 13.2535064443rem + 8.6429112964vw, 23.625rem) 1fr;
  gap: clamp(0.625rem, 0.4126213592rem + 0.9061488673vw, 1.5rem);
}
@media screen and (max-width: 600px) {
  .p-category__purpose__item-media {
    grid-template-columns: 1fr;
  }
}

.p-category__purpose__item-media-img-wrap {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-category__purpose__item-media-img-wrap {
    max-width: 24.0625rem;
  }
}

.p-category__purpose__item-media-img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-category__purpose__item-media-text-wrap {
  color: var(--color_darkgray);
}

.p-category__purpose__item-media-text {
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  line-height: 1.7142857143;
  letter-spacing: 0;
}

.p-category__purpose__item-media-text--note {
  margin-top: clamp(0.625rem, 0.5946601942rem + 0.1294498382vw, 0.75rem);
  padding-left: 1em;
  position: relative;
}
.p-category__purpose__item-media-text--note::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
}

.p-category__purpose__item-usage-list {
  margin-top: clamp(0.75rem, 0.567961165rem + 0.7766990291vw, 1.5rem);
  padding: clamp(1.125rem, 0.958131068rem + 0.71197411vw, 1.8125rem) clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  border: 1px solid var(--color-border_d);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.5rem, 0.4393203883rem + 0.2588996764vw, 0.75rem);
}

.p-category__purpose__item-usage-list-item,
.p-category__purpose__item-legend-list-item,
.p-category__purpose__others-list-item {
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  line-height: 1.5;
  letter-spacing: 0;
}

.p-category__purpose__item-usage-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 700;
}
.p-category__purpose__item-usage-list-item::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: clamp(0.9375rem, 0.9071601942rem + 0.1294498382vw, 1.0625rem);
  aspect-ratio: 1/1;
  background: url(../img/icon/webp/icon_circle_bl-grad--1-1.webp) no-repeat 50% 50%/contain;
  -webkit-transform: translateY(clamp(0rem, -0.0075849515rem + 0.0323624595vw, 0.03125rem));
          transform: translateY(clamp(0rem, -0.0075849515rem + 0.0323624595vw, 0.03125rem));
}

.p-category__purpose__item-legend-list {
  margin-top: clamp(0.625rem, 0.4733009709rem + 0.6472491909vw, 1.25rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.375rem, 0.2839805825rem + 0.3883495146vw, 0.75rem) clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
}
@media screen and (max-width: 768px) {
  .p-category__purpose__item-legend-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .p-category__purpose__item-legend-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .p-category__purpose__item-legend-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-category__purpose__item-legend-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.p-category__purpose__item-legend-list-item::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 0.5rem;
  aspect-ratio: 1/1;
  background-color: var(--color-key);
}

.p-category__purpose__others-list {
  margin-top: clamp(2rem, 1.6662621359rem + 1.4239482201vw, 3.375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.5rem, 0.4696601942rem + 0.1294498382vw, 0.625rem);
}

.p-category__purpose__others-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.p-category__purpose__others-list-item::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 0.5rem;
  aspect-ratio: 1/1;
  background-color: var(--color-key);
}

.p-product-info-result__result__top-contents {
  padding: clamp(2.8125rem, 2.6152912621rem + 0.8414239482vw, 3.625rem) 0 clamp(3.125rem, 2.8974514563rem + 0.9708737864vw, 4.0625rem);
  border-bottom: 1px solid var(--color-border_l);
  position: relative;
  overflow: hidden;
}
.p-product-info-result__result__top-contents:before {
  content: "";
  position: absolute;
  top: clamp(-5rem, -4.3009708738rem - 0.5825242718vw, -4.4375rem);
  right: clamp(-5rem, -1.1165048544rem - 3.2362459547vw, -1.875rem);
  width: clamp(15rem, 8.3404126214rem + 28.4142394822vw, 42.4375rem);
  aspect-ratio: 679/842;
  background: url(../img/product-info/about-top-contents-background.svg) no-repeat 50% 50%/cover;
  z-index: -1;
}

.p-product-info-result__result__title {
  font-size: clamp(1.25rem, 1.0072815534rem + 1.0355987055vw, 2.25rem);
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.0561111111em;
  word-break: auto-phrase;
}
.lang-en .p-product-info-result__result__title {
  letter-spacing: 0.01em;
}

.p-product-info-result__result__title--not-top-contents {
  margin-bottom: clamp(1.75rem, 1.5983009709rem + 0.6472491909vw, 2.375rem);
}

.p-product-info-result__result__detail-box {
  margin-top: clamp(1.75rem, 1.1583737864rem + 2.5242718447vw, 4.1875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.9375rem, 0.8919902913rem + 0.1941747573vw, 1.125rem);
}

.p-product-info-result__result__detail-img-wrap {
  max-width: clamp(10.625rem, 7.8944174757rem + 11.6504854369vw, 21.875rem);
}

.p-product-info-result__result__detail-text-wrap {
  max-width: 62.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.25rem, 0.8100728155rem + 1.8770226537vw, 3.0625rem);
  text-align: center;
}

.p-product-info-result__result__detail-text-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.75rem, 0.6589805825rem + 0.3883495146vw, 1.125rem);
}

.p-product-info-result__result__detail-number {
  padding-bottom: clamp(0.3125rem, 0.2366504854rem + 0.3236245955vw, 0.625rem);
  font-family: "Roboto";
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  position: relative;
}
.p-product-info-result__result__detail-number:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 182%;
  height: 0.125rem;
  background-color: var(--color-key);
}

.p-product-info-result__result__detail-child-category-name {
  color: var(--color-key);
  font-size: clamp(1.125rem, 0.8519417476rem + 1.1650485437vw, 2.25rem);
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.01em;
}

.p-product-info-result__result__detail-overview {
  width: 100%;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05625em;
}
.lang-en .p-product-info-result__result__detail-overview {
  letter-spacing: 0.01em;
}
.p-product-info-result__result__detail-overview a {
  color: var(--color-txt_a);
}

.p-product-info-result__result__bottom-contents {
  margin-top: clamp(2.5rem, 1.8932038835rem + 2.5889967638vw, 5rem);
  padding-bottom: clamp(1.625rem, 1.3367718447rem + 1.2297734628vw, 2.8125rem);
}

.p-product-info-result__result__items-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem clamp(4.6875rem, 4.4311978772rem + 0.6823351024vw, 5.25rem);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05625em;
}
.lang-en .p-product-info-result__result__items-header {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 600px) {
  .p-product-info-result__result__items-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-product-info-result__result__items-sort-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-product-info-result__result__items-sort-change-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

.p-product-info-result__result__items-sort-change-link {
  font-weight: 700;
  text-decoration: underline;
}

.p-product-info-result__result__card-list {
  margin-top: clamp(1.5rem, 0.984223301rem + 2.2006472492vw, 3.625rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 clamp(0.9375rem, -0.2734578627rem + 2.5195482189vw, 2.75rem);
}
@media screen and (max-width: 768px) {
  .p-product-info-result__result__card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 clamp(1.5rem, 0.6002994012rem + 2.3952095808vw, 1.75rem);
  }
}
@media screen and (max-width: 600px) {
  .p-product-info-result__result__card-list {
    margin-inline: auto;
    max-width: 18.9375rem;
    grid-template-columns: 1fr;
  }
}

.p-product-info-result__result__non-post-text {
  padding-bottom: clamp(0.875rem, 0.5564320388rem + 1.359223301vw, 2.1875rem);
  text-align: center;
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}

.p-product-info-result__result__non-post-text-link {
  color: var(--color-key);
}

.p-product-info-result__search {
  padding: clamp(2.375rem, 2.0564320388rem + 1.359223301vw, 3.6875rem) 0 clamp(0rem, -1.9417475728rem + 8.284789644vw, 8rem);
  background-color: var(--color-body_bg);
}

.p-product-info-result__search-form-wrap {
  margin-top: clamp(2rem, 1.4690533981rem + 2.2653721683vw, 4.1875rem);
}

.p-privacy-policy {
  margin-top: clamp(3.375rem, 1.6759708738rem + 7.2491909385vw, 10.375rem);
}
.p-privacy-policy .c-lowers-page-section-title {
  margin: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem) 0;
}
.p-privacy-policy ul {
  margin: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem) 0;
  list-style-position: inside;
}
.p-privacy-policy ul li {
  list-style-type: decimal;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-grid {
  display: grid;
}

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

.u-capitalize {
  text-transform: capitalize;
}

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

.u-bold {
  font-weight: bold;
}

.u-justify-center.u-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-link--icon {
  font-family: "Oswald";
  color: var(--color-key);
}
.u-link--icon::after {
  content: "";
  width: 1.25rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/common/icon_link.svg);
          mask-image: url(../img/common/icon_link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: currentColor;
}

.u-marginTop--m {
  margin-top: clamp(5.375rem, 4.4951456311rem + 3.7540453074vw, 9rem);
}

.is-underSsmNotOnly {
  display: block;
}
@media screen and (max-width: 440px) {
  .is-underSsmNotOnly {
    display: none;
  }
}

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

@media screen and (max-width: 600px) {
  .is-pcOnly {
    display: none;
  }
}

.is-spOnly {
  display: none;
}
@media screen and (max-width: 600px) {
  .is-spOnly {
    display: block;
  }
}

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

@media screen and (max-width: 1366px) {
  .is-overPc {
    display: none;
  }
}

.is-underPc {
  display: none;
}
@media screen and (max-width: 1366px) {
  .is-underPc {
    display: block;
  }
}

@media screen and (max-width: 1480px) {
  .is-overLpc {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .is-overXxl {
    display: none;
  }
}

.is-underXxl {
  display: none;
}
@media screen and (max-width: 1280px) {
  .is-underXxl {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .is-overXl {
    display: none;
  }
}

.is-underXl {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-underXl {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .is-overLg {
    display: none;
  }
}

.is-underLg {
  display: none;
}
@media screen and (max-width: 991px) {
  .is-underLg {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .is-overMd {
    display: none;
  }
}

.is-underMd {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-underMd {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .is-over375 {
    display: none;
  }
}

.is-fixed {
  overflow: hidden !important;
}

body.preload .wow.fadeIn,
body.preload .wow.fadeInUp {
  opacity: 0 !important;
}

@media screen and (max-width: 700px) {
  .customBr--01 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .customBr--01 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .customBr--01 {
    display: none;
  }
}

@media screen and (max-width: 685px) {
  .customBr--02 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .customBr--02 {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .customBr--02 {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */