@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --board: 1200;
  --max: 1px;
}

:root {
  --colorBlack: #222;
  --colorBg: #fff;
  --colorCurrent: #c7c7c7;
}

:root {
  --fontGothic: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --fontMincho: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --fontEnglish: "Marcellus", serif;
  --fontMaru: "Zen Maru Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

:root {
  --weightLight: 300;
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 16rem;
  --letterSpacing: 0;
  --lineHeight: 1.75;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: .4s;
}

html {
  font-size: clamp(1.5625%, 0.0833333333vw, 6.25%);
}

body {
  background-color: var(--bodyBg);
  color: var(--colorBlack);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: var(--fontSize);
  font-family: var(--fontGothic);
  line-height: var(--lineHeight);
  font-optical-sizing: auto;
  -webkit-font-feature-settings: var(--kerning);
  font-feature-settings: var(--kerning);
}

@-webkit-keyframes name {}

@keyframes name {}

a {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

a:focus {
  text-decoration: none;
}

a img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

a[href^="tel:"] {
  color: inherit;
}

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

.g-footer {
  background-color: #464343;
}

.g-footer_separator {
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 72, var(--max) * 72);
  background-color: #464343;
}

.g-footer_inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  max-width: clamp(0px, 10vw / var(--board) * 10 * 1352, var(--max) * 1352);
}

.g-footer_information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: clamp(0px, 10vw / var(--board) * 10 * 105, var(--max) * 105);
  color: #fff;
}

.g-footer_information_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-footer_information_company .c-img {
  margin-right: clamp(0px, 10vw / var(--board) * 10 * 56, var(--max) * 56);
  margin-left: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  width: clamp(0px, 10vw / var(--board) * 10 * 136, var(--max) * 136);
  height: clamp(0px, 10vw / var(--board) * 10 * 53, var(--max) * 53);
}

.g-footer_information_company .c-img img {
  display: block;
}

.g-footer_information_company p {
  margin-left: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  color: #fff;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.8;
}

.g-footer_information_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-footer_information_link li:not(:last-child) {
  margin-right: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}

.g-footer_information_link li.truste {
  margin-right: clamp(0px, 10vw / var(--board) * 10 * 64, var(--max) * 64);
  width: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
}

.g-footer_information_link li a {
  display: block;
  color: #fff;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}

.g-footer_information_link li a img {
  display: block;
}

.g-footerSubNav {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  border-top: 1px solid #8c8989;
}

.g-footerSubNav:first-child {
  margin-top: 0;
}

.g-footerSubNav_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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: clamp(var(--max) * -16, 10vw / var(--board) * 10 * -16, 0px);
}

.g-footerSubNav_listItem {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.5;
}

.g-footerSubNav_listItem+.g-footerSubNav_listItem {
  margin-left: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}

.g-footerSubNav_listItemLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  color: #fff;
  text-decoration: none;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.5;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}

.g-footerSubNav_listItemLink img {
  width: 1em;
  vertical-align: middle;
  opacity: 0.6;
}

.g-footer_copyright {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  color: #fff;
  text-align: center;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  line-height: 1.5;
}

.g-footer_copyrightText {
  display: inline-block;
}

.np-post {
  position: relative;
  min-height: 100vh;
  background-color: #0a333f;
  color: #333;
}

.np-post>* {
  position: relative;
  z-index: 1;
}

.np-post a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.np-post::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-image: url("../image/bg_body.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.np-post__background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.np-post__background-image {
  position: absolute;
  position: sticky;
  top: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 800, var(--max) * 800);
  background-image: url("../image/bg_hero.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.np-post__background-gradient {
  position: absolute;
  position: sticky;
  top: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 800, var(--max) * 800);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(9, 38, 54)), color-stop(50%, rgba(9, 38, 54, 0.5)), color-stop(75%, rgba(9, 38, 54, 0.25)), to(rgba(9, 38, 54, 0)));
  background: linear-gradient(rgb(9, 38, 54) 0%, rgba(9, 38, 54, 0.5) 50%, rgba(9, 38, 54, 0.25) 75%, rgba(9, 38, 54, 0) 100%);
  mix-blend-mode: multiply;
}

.np-mv {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
}

.np-mv__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
  width: 90%;
}

.np-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: clamp(0px, 10vw / var(--board) * 10 * 84, var(--max) * 84);
  border-bottom: 1px solid #e9e7e7;
  background-color: #fff;
}

.np-header__inner {
  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;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
  width: 90%;
}

.np-header__logo img {
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 190, var(--max) * 190);
  height: clamp(0px, 10vw / var(--board) * 10 * 46, var(--max) * 46);
}

.np-header__button-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  padding: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12) clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  border: 1px solid #2864f0;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 9999, var(--max) * 9999);
  color: #2864f0;
  text-decoration: none;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1;
  -webkit-transition: all var(--speed);
  transition: all var(--speed);
}

.np-header__button-icon {
  display: block;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 1, var(--max) * 1);
  width: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11);
  height: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11);
  background-image: url("../image/icon_arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.np-header__button-text {
  white-space: nowrap;
}

.np-main {
  position: relative;
  z-index: 1;
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
}

.np-title-area {
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
  width: 90%;
}

.np-title-area__date {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  line-height: 1.5;
}

.np-title-area__title {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  width: clamp(0px, 10vw / var(--board) * 10 * 1040, var(--max) * 1040);
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  line-height: 1.5;
}

.np-title-area__author {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.5;
}

.np-sidebar {
  position: sticky;
  top: clamp(0px, 10vw / var(--board) * 10 * 124, var(--max) * 124);
  z-index: 10;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: clamp(0px, 10vw / var(--board) * 10 * 240, var(--max) * 240);
}

.np-sidebar__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.np-sidebar__tab {
  position: relative;
  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(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  padding: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  border-bottom: 2px solid #e9e7e7;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all var(--speed);
  transition: all var(--speed);
}

.np-sidebar__tab--active {
  border-bottom-color: #2864f0;
  background-color: #ebf3ff;
  pointer-events: none;
}

.np-sidebar__tab--active::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  height: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  background-color: #2864f0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.np-sidebar__tab--active .np-sidebar__tab-badge {
  background-color: #2864f0;
}

.np-sidebar__tab--active .np-sidebar__tab-text {
  color: #2864f0;
}

.np-sidebar__tab-badge {
  display: inline-block;
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 9999, var(--max) * 9999);
  background-color: #aaa7a7;
  color: #fff;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  line-height: 1.5;
}

.np-sidebar__tab-text {
  width: clamp(0px, 10vw / var(--board) * 10 * 208, var(--max) * 208);
  color: #aaa7a7;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.5;
}

.np-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
  width: 90%;
}

.np-content {
  position: relative;
  padding: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  min-height: 100vh;
  width: clamp(0px, 10vw / var(--board) * 10 * 700, var(--max) * 700);
  background-color: #fff;
}

.np-lead {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 64, var(--max) * 64);
  padding: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background-color: #f7f5f5;
}

.np-lead__text {
  width: clamp(0px, 10vw / var(--board) * 10 * 572, var(--max) * 572);
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.8;
}

.np-lead__text p {
  margin-bottom: 0;
}

.np-lead__text p+p {
  margin-top: 1.75em;
}

.np-lead__text strong {
  font-weight: var(--weightBold);
}

.np-text--orange {
  color: #fa6414;
}

.np-text--green {
  color: #00963c;
}

.np-text--blue {
  color: #2864f0;
}

.np-section {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
}

.np-section__title {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  width: clamp(0px, 10vw / var(--board) * 10 * 620, var(--max) * 620);
  color: #2864f0;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  line-height: 1.5;
}

.np-section__text {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  width: clamp(0px, 10vw / var(--board) * 10 * 620, var(--max) * 620);
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.8;
}

.np-section__text p {
  margin-bottom: 0;
}

.np-section__text p+p {
  margin-top: 1.75em;
}

.np-section__text strong {
  font-weight: var(--weightBold);
}

.np-section__text strong.np-text--blue {
  color: #2864f0;
}

.np-section__text a {
  color: #2864f0;
  text-decoration: underline;
}

.np-section__note {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  width: clamp(0px, 10vw / var(--board) * 10 * 620, var(--max) * 620);
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.8;
}

.np-quote {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  padding: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) 0 clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  width: clamp(0px, 10vw / var(--board) * 10 * 620, var(--max) * 620);
  border-left: 4px solid #dce8ff;
}

.np-quote>p,
.np-quote>div p {
  margin-bottom: 0;
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.8;
}

.np-quote>p strong,
.np-quote>div p strong {
  font-weight: var(--weightBold);
}

.np-quote>p+p,
.np-quote>div p+p {
  margin-top: 1.75em;
}

.np-image {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  width: clamp(0px, 10vw / var(--board) * 10 * 620, var(--max) * 620);
}

.np-image img {
  display: block;
  width: 100%;
  height: auto;
}

.np-cta {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
}

.np-cta__title {
  position: relative;
  margin: auto;
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  text-align: center;
  font-weight: var(--weightRegular);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1.8;
}

.np-cta__title::before,
.np-cta__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  height: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  background-image: url("../image/icon_arrow_decorative.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.np-cta__title::before {
  left: clamp(var(--max) * -25, 10vw / var(--board) * 10 * -25, 0px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.np-cta__title::after {
  right: clamp(var(--max) * -20, 10vw / var(--board) * 10 * -20, 0px);
  -webkit-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}

.np-cta__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: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}

.np-cta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11);
  background-color: #ebf3ff;
}

.np-cta__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -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;
  padding: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24) clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24) clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}

.np-cta__item-label {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.8;
}

.np-cta__item-title {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  color: #2864f0;
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1.8;
}

.np-cta__item-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  padding: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10) clamp(0px, 10vw / var(--board) * 10 * 44.5, var(--max) * 44.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 30, var(--max) * 30);
  background-color: #2864f0;
  color: #fff;
  text-decoration: none;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  line-height: 1.8;
  -webkit-transition: all var(--speed);
  transition: all var(--speed);
}

.np-cta__item-button::before {
  content: "";
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  height: clamp(0px, 10vw / var(--board) * 10 * 17, var(--max) * 17);
  background-image: url("../image/icon_download.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.np-cta__item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 320, var(--max) * 320);
}

.np-cta__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6) clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6) 0;
}

.np-meta__separator {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  width: 100%;
  height: 1px;
  background-color: #aaa7a7;
}

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

.np-meta__author {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  color: #333;
  font-weight: var(--weightMedium);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.8;
}

.np-meta__author span {
  display: block;
}

.np-meta__author span+span {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
}

.np-meta__note {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.8;
}

.np-meta__copyright {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  line-height: 1.8;
}

.np-meta__copyright:last-child {
  margin-bottom: 0;
}

.np-related {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 72, var(--max) * 72);
  width: 100%;
}

.np-related img {
  display: block;
  width: 100%;
  height: auto;
}

.np-lab {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  padding: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  width: 100%;
  background-color: #f9f9f9;
}

.np-lab__title {
  margin: 0 auto clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  width: clamp(0px, 10vw / var(--board) * 10 * 540, var(--max) * 540);
  border-bottom: 2px solid #ddd;
  color: #333;
  text-align: center;
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1.8;
}

.np-lab__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(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  margin: 0 auto;
  padding: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 540, var(--max) * 540);
  list-style: none;
}

.np-lab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}

.np-lab__vol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  border-right: 1px solid #2864f0;
  color: #2864f0;
  white-space: nowrap;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.8;
}

.np-lab__text {
  color: #333;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.8;
}

.np-lab__link {
  color: #2864f0;
  text-decoration: underline;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.8;
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}

.np-lab__link--mute {
  color: #333;
  text-decoration: none;
}

.is-bold {
  font-weight: var(--weightBold) !important;
}

.np-section__note {
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12) !important;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border-width: 0;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  :root {
    --board: 375;
    --max: 9999px;
  }

  html {
    font-size: 0.2666666667vw;
  }

  *,
  *::before,
  *::after {
    max-width: 100%;
  }

  .g-footer_separator {
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }

  .g-footer_inner {
    padding-right: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
    padding-left: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }

  .g-footer_information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .g-footer_information_company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .g-footer_information_company .c-img {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    margin-right: 0;
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    margin-left: 0;
  }

  .g-footer_information_company p {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    margin-left: 0;
  }

  .g-footer_information_link {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }

  .g-footer_information_link li.truste {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-right: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }

  .g-footerSubNav {
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }

  .g-footerSubNav_list {
    display: -ms-grid;
    display: grid;
    gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) 0;
    margin-bottom: 0;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .g-footerSubNav_listItem {
    width: 50%;
    white-space: nowrap;
  }

  .g-footerSubNav_listItem+.g-footerSubNav_listItem {
    margin-left: 0;
  }

  .g-footer_copyright {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }

  .np-mv {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }

  .np-mv__inner {
    width: 94%;
  }

  .np-mv__inner {
    max-width: none;
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }

  .np-header {
    height: clamp(0px, 10vw / var(--board) * 10 * 63, var(--max) * 63);
  }

  .np-header__inner {
    width: 94%;
  }

  .np-header__inner {
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    max-width: none;
    width: 100%;
  }

  .np-header__logo img {
    width: clamp(0px, 10vw / var(--board) * 10 * 96, var(--max) * 96);
    height: clamp(0px, 10vw / var(--board) * 10 * 23, var(--max) * 23);
  }

  .np-header__button-link {
    gap: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
    padding: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }

  .np-header__button-icon {
    width: clamp(0px, 10vw / var(--board) * 10 * 9, var(--max) * 9);
    height: clamp(0px, 10vw / var(--board) * 10 * 9, var(--max) * 9);
  }

  .np-main {
    padding-top: 0;
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 64, var(--max) * 64);
  }

  .np-title-area {
    width: 94%;
  }

  .np-title-area {
    padding-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    max-width: none;
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }

  .np-title-area__date {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }

  .np-title-area__title {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    width: 100%;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }

  .np-title-area__author {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }

  .np-sidebar {
    top: clamp(0px, 10vw / var(--board) * 10 * 63, var(--max) * 63);
    z-index: 95;
    width: 100%;
    background-color: #fff;
  }

  .np-sidebar__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .np-sidebar__tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12) clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }

  .np-sidebar__tab--active::after {
    content: "";
    position: absolute;
    bottom: clamp(var(--max) * -7, 10vw / var(--board) * 10 * -7, 0px);
    left: 50%;
    width: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    height: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    background-color: #2864f0;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }

  .np-sidebar__tab--active::before {
    display: none;
  }

  .np-sidebar__tab-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .np-inner {
    width: 94%;
  }

  .np-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    max-width: none;
    width: clamp(0px, 10vw / var(--board) * 10 * 335, var(--max) * 335);
  }

  .np-content {
    padding: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24) clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    min-height: auto;
    width: 100%;
  }

  .np-lead {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
    padding: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }

  .np-lead__text {
    width: 100%;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }

  .np-section {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  }

  .np-section+.np-content__footer {
    margin-top: clamp(var(--max) * -36, 10vw / var(--board) * 10 * -36, 0px);
  }

  .np-section__title {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    width: 100%;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  }

  .np-section__text {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    width: 100%;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }

  .np-section__note {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    width: 100%;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }

  .np-quote {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    padding: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) 0 clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    width: 100%;
  }

  .np-quote>p,
  .np-quote>div p {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }

  .np-image {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    width: 100%;
  }

  .np-cta {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 72, var(--max) * 72);
  }

  .np-cta__title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }

  .np-cta__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }

  .np-cta__item-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    text-align: center;
  }

  .np-cta__item-label {
    margin-bottom: 0;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }

  .np-cta__item-title {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 11, var(--max) * 11);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }

  .np-cta__item-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: clamp(0px, 10vw / var(--board) * 10 * 240, var(--max) * 240);
    width: 100%;
    height: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  }

  .np-cta__item-image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    aspect-ratio: 640/320;
  }

  .np-cta__item-image img {
    border-radius: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) 0 0;
  }

  .np-meta__separator {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }

  .np-meta__author {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }

  .np-related {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  }

  .np-lab {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
    padding: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24) clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }

  .np-lab__title {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    padding: 0 0 clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    width: 100%;
    text-align: left;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }

  .np-lab__list {
    gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    width: 100%;
  }

  .np-lab__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  }

  .np-lab__vol {
    padding-right: 0;
    border-right: 0;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }

  .np-lab__text {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }

  .np-lab__link {
    color: inherit;
    text-decoration: none;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }

  .np-section__note {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10) !important;
  }

  .sp-none {
    display: none !important;
  }
}

@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }

  .g-footer_information_link li a:hover {
    opacity: 0.7;
  }

  .g-footerSubNav_listItemLink:hover {
    opacity: 0.7;
  }

  .np-post a:hover {
    opacity: 0.7;
  }

  .np-header__button-link:hover {
    opacity: 0.7;
  }

  .np-sidebar__tab:hover {
    opacity: 1 !important;
  }

  .np-sidebar__tab:hover .np-sidebar__tab-text {
    color: rgba(170, 167, 167, 0.5) !important;
  }

  .np-cta__item-button:hover {
    opacity: 0.7;
  }

  .np-lab__link:hover {
    opacity: 0.7;
  }
}
