@charset "UTF-8";
/* Theme base styles */
/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/
/* Generic
This is where reset, normalize & box-sizing styles go.
*/
/* CSS variables */
:root {
  --cl-blue: #147be9;
  --cl-blue-light1: #f0f6fe;
  --cl-blue-light2: #e7f1fc;
  --cl-blue-light3: #cde1fe;
  --cl-blue-light4: #b3d0ff;
  --cl-blue-mid1: #77bafa;
  --cl-blue-mid2: #3ca4f5;
  --cl-blue-mid3: #008ef0;
  --cl-blue-dark1: #1068c7;
  --cl-blue-dark2: #0c56a5;
  --cl-orange: #ff9100;
  --cl-error: #cc0000;
  --cl-white: #fff;
  --cl-text-black: #222;
  --cl-text-gray-dark: #555;
  --cl-text-gray: #777;
  --cl-text-gray-light: #999;
  --cl-bg-gray: #f2f2f2;
  --cl-border-light: #f0f0f0;
  --cl-border-mid: #ddd;
  --cl-border-gray: #ccc;
  --img-icon-arrow: url('https://242143593.fs1.hubspotusercontent-na2.net/hubfs/242143593/raw_assets/public/kyujinbox_btob_theme/images/icon_arrow.svg');
  --img-icon-check: url('https://242143593.fs1.hubspotusercontent-na2.net/hubfs/242143593/raw_assets/public/kyujinbox_btob_theme/images/icon_check.svg');
  --img-icon-plus: url('https://242143593.fs1.hubspotusercontent-na2.net/hubfs/242143593/raw_assets/public/kyujinbox_btob_theme/images/icon_plus.svg');
  --img-icon-q: url('https://242143593.fs1.hubspotusercontent-na2.net/hubfs/242143593/raw_assets/public/kyujinbox_btob_theme/images/icon_q.svg');
  --img-bg-mainvisual: url('https://242143593.fs1.hubspotusercontent-na2.net/hubfs/242143593/raw_assets/public/kyujinbox_btob_theme/images/top/bg_mainvisual.svg');
}

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct box sizing in Firefox.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  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: 1em; /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
}

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

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/
/* CSS variables */
:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */
.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid .span1 {
  min-height: 1px;
  width: 100%;
}

.row-fluid .span2 {
  min-height: 1px;
  width: 100%;
}

.row-fluid .span3 {
  min-height: 1px;
  width: 100%;
}

.row-fluid .span4 {
  min-height: 1px;
  width: 100%;
}

.row-fluid .span5 {
  min-height: 1px;
  width: 100%;
}

.row-fluid .span6 {
  min-height: 1px;
  width: 100%;
}

.row-fluid .span7 {
  min-height: 1px;
  width: 100%;
}

.row-fluid .span8 {
  min-height: 1px;
  width: 100%;
}

.row-fluid .span9 {
  min-height: 1px;
  width: 100%;
}

.row-fluid .span10 {
  min-height: 1px;
  width: 100%;
}

.row-fluid .span11 {
  min-height: 1px;
  width: 100%;
}

.row-fluid .span12 {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */
@media (min-width: 768px) {
  .row-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row-fluid .span1 {
    width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * 11 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span2 {
    width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * 10 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span3 {
    width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * 9 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span4 {
    width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * 8 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span5 {
    width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * 7 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span6 {
    width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * 6 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span7 {
    width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * 5 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span8 {
    width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * 4 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span9 {
    width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * 3 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span10 {
    width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * 2 * var(--column-width-multiplier) / 100);
  }
  .row-fluid .span11 {
    width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * 1 * var(--column-width-multiplier) / 100);
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}

/* Elements
Base HTML elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/
/* Root font size（btob_mock/css/common.css より移設） */
html {
  font-size: 62.5%;
}

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */
body {
  margin: 0;
  overflow-wrap: break-word;
  color: var(--cl-text-black);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */
html[lang^=ja] body,
html[lang^=zh] body,
html[lang^=ko] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */
p {
  font-size: 1.6rem;
}

p,
dl,
dd {
  margin: 0;
}

/* Anchors */
a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

/* Code blocks */
pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */
hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Images */
img {
  max-width: 100%;
  vertical-align: middle;
  font-size: 0.8rem;
  word-break: normal;
}

button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */
.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}

/* Fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */
form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */
form legend {
  font-size: 0.875rem;
}

/* Inputs */
form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */
.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "📅";
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */
form input[type=file] {
  background-color: rgba(0, 0, 0, 0);
  border: initial;
  padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */
.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}

/* Table */
table {
  border-collapse: collapse;
  overflow-wrap: break-word;
}

/* Table cells */
td,
th {
  vertical-align: top;
}

/* Table header */
thead th {
  vertical-align: bottom;
}

/* Layout
FLOCSS layout (l-)
*/
.l-container-wrap {
  padding: 5rem 2rem;
  background: var(--cl-white);
}
.l-container-wrap--white {
  background: var(--cl-white);
}
.l-container-wrap--blue {
  background: var(--cl-blue-light1);
}

.l-container {
  max-width: 1080px;
  margin: 0 auto;
}
.l-container > * {
  margin-bottom: 3rem;
}
.l-container > *:last-child {
  margin-bottom: 0;
}

.l-container--featured {
  max-width: 1560px;
  margin: 0 auto;
}

:has(> .l-header) {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 200;
}

.l-header {
  position: relative;
  border-bottom: 1px solid var(--cl-border-light);
  background: var(--cl-white);
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.5rem;
  max-width: 1560px;
  margin: 0 auto;
  padding: 1.6rem 2rem;
}

.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.l-header__logo {
  width: 5rem;
  height: 5rem;
}
.l-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__nav-link {
  padding: 1.2rem 2rem;
  font-weight: 700;
  font-size: 1.6rem;
  white-space: nowrap;
}
.l-header__nav-link:hover {
  background: var(--cl-blue-light1);
}

.l-header__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-header__hamburger {
  display: none;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.4rem;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.l-header__hamburger-line {
  display: block;
  width: 2rem;
  height: 2px;
  background: var(--cl-text-black);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.l-header__hamburger.is-open .l-header__hamburger-line:nth-child(1) {
  -webkit-transform: translateY(0.6rem) rotate(45deg);
  transform: translateY(0.6rem) rotate(45deg);
}

.l-header__hamburger.is-open .l-header__hamburger-line:nth-child(2) {
  opacity: 0;
}

.l-header__hamburger.is-open .l-header__hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-0.6rem) rotate(-45deg);
  transform: translateY(-0.6rem) rotate(-45deg);
}

/* ★header drawer（SPハンバーガーメニュー） */
.l-header__drawer {
  display: none;
}

.l-header__drawer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-header__drawer-link {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid var(--cl-border-light);
  font-weight: 700;
  font-size: 1.6rem;
}

.l-header__drawer-btn-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: 1.2rem;
  padding: 2rem;
}

body.is-nav-open {
  overflow: hidden;
}

/* mediaqueries */
@media (max-width: 768px) {
  .l-header__inner {
    padding: 1.25rem;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__btn-area .c-btn {
    display: none;
  }
  .l-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header__drawer {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    overflow-y: auto;
    max-height: 0;
    width: 100%;
    background: var(--cl-white);
    border-bottom: 1px solid var(--cl-border-light);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    z-index: 100;
  }
  .l-header__drawer.is-open {
    max-height: calc(100vh - 6.5rem);
  }
}
.l-cta {
  padding: 5rem 2rem;
  background: var(--cl-blue-dark1);
  color: var(--cl-white);
}

.l-cta--cast .l-cta__inner {
  padding-left: 24rem;
}
.l-cta--cast .l-cta__content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.l-cta--cast .l-cta__btn-area {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.l-cta__inner {
  position: relative;
}

.l-cta__cast {
  position: absolute;
  bottom: -5rem;
  left: 0;
  width: 20.6rem;
  height: auto;
  margin-bottom: 0;
}

.l-cta__content {
  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: 1rem;
  margin-bottom: 3rem;
}

.l-cta__title {
  font-weight: 700;
  font-size: 3.2rem;
}

.l-cta__lead {
  font-weight: 700;
  font-size: 1.2rem;
}

.l-cta__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-fixed-cta {
  display: none;
}

/* mediaqueries */
@media (max-width: 768px) {
  .l-fixed-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 150;
    gap: 1rem;
    padding: 1.2rem 1.6rem calc(1.2rem + env(safe-area-inset-bottom));
    background: var(--cl-white);
    -webkit-box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    pointer-events: none;
  }
  .l-fixed-cta .l-fixed-cta__btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    height: 4.8rem;
    padding: 0 3.2rem 0 1.2rem;
    font-size: 1.4rem;
  }
  .l-fixed-cta.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }
  .l-fixed-cta__btn::after {
    right: 0.6rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  body.is-nav-open .l-fixed-cta {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    pointer-events: none;
  }
  .l-cta--cast .l-cta__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-cta--cast .l-cta__btn-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-cta__inner {
    text-align: center;
  }
  .l-cta--cast .l-cta__inner {
    padding-left: 0;
  }
  .l-cta__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .l-cta__cast {
    position: static;
    margin: 0 auto 2rem;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #000), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, #000 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #000), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, #000 80%, rgba(0, 0, 0, 0) 100%);
  }
  .l-cta__btn-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-footer {
  padding: 5rem 2rem;
  background: var(--cl-white);
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.l-footer__nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem 5rem;
}
.l-footer__nav-group a:hover {
  text-decoration: underline;
}

.l-footer__copyright {
  text-align: center;
  font-size: 1.2rem;
}

/* mediaqueries */
@media (max-width: 768px) {
  .l-footer__nav-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-page-header {
  padding: 3rem 2rem;
  background: linear-gradient(35deg, var(--cl-blue-light2) 0%, var(--cl-blue-light1) 50%, var(--cl-blue-light2) 100%);
}

.l-page-header--detail .l-page-header__content {
  text-align: left;
}
.l-page-header--detail .l-page-header__tags {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.l-page-header--detail .l-page-header__tags .c-tag-meta {
  color: var(--cl-text-black);
}

.l-page-header__inner {
  max-width: 1560px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}

.l-page-header__content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  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;
}

.l-page-header__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}

.l-page-header__title {
  color: var(--cl-blue);
  font-weight: 500;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.l-page-header__lead {
  font-weight: 700;
  font-size: 1.4rem;
}

/* mediaqueries */
@media (max-width: 768px) {
  .l-page-header__title {
    font-size: 2.8rem;
  }
  .l-page-header__lead {
    font-size: 1.2rem;
  }
}
.l-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-detail__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 999;
  -ms-flex: 999 1 480px;
  flex: 999 1 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  min-width: 0;
  max-width: 100%;
}

.l-detail__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 490px;
  flex: 1 0 490px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  max-width: 100%;
  padding: 4rem;
  background: #f9f9f9;
}

.l-detail__aside--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
}

.l-detail--single {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 5rem;
}
.l-detail--single .l-detail__aside {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 4rem;
  width: 100%;
}
.l-detail--single .l-detail__aside .c-data-table {
  max-width: 36rem;
}
.l-detail--single .l-detail__aside .p-article__result {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.l-detail--single .p-article__result-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-detail--single .p-article__result-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 14rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-detail--single .l-detail__main {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}
.l-detail--single .p-article__text {
  line-height: 2;
}

/* mediaqueries */
@media (max-width: 768px) {
  .l-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 3rem;
  }
  .l-detail__main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
  .l-detail__aside {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding: 2rem;
  }
  .l-detail__aside--sticky {
    position: static;
  }
  .l-detail--single {
    gap: 3rem;
  }
  .l-detail--single .l-detail__aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
  .l-detail--single .l-detail__aside .c-data-table {
    max-width: none;
  }
  .l-detail--single .p-article__result-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-breadcrumb {
  padding: 2rem;
  border-bottom: 1px solid var(--cl-border-light);
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
FLOCSS component (c-)
*/
.c-annotation {
  color: var(--cl-text-gray-dark);
  font-size: 1.2rem;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem 2rem;
  font-size: 1.2rem;
}

.c-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.c-breadcrumb__item:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1.5px solid var(--cl-text-gray);
  border-right: 1.5px solid var(--cl-text-gray);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-breadcrumb__item .c-breadcrumb__link {
  text-decoration: underline;
  color: var(--cl-text-black);
}
.c-breadcrumb__item .c-breadcrumb__link:hover {
  opacity: 0.7;
}

.c-breadcrumb__current {
  color: var(--cl-text-gray);
}

.c-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.c-btn::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--cl-white);
  -webkit-mask-image: var(--img-icon-arrow);
  mask-image: var(--img-icon-arrow);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  right: 0.8rem;
}
.c-btn:hover {
  opacity: 0.8;
}

.c-btn--primary {
  border: 1px solid var(--cl-orange);
  background: var(--cl-orange);
  color: var(--cl-white);
}

.c-btn--secondary {
  border: 1px solid var(--cl-orange);
  background: var(--cl-white);
  color: var(--cl-orange);
}
.c-btn--secondary::after {
  background-color: var(--cl-orange);
}

.c-btn--outline {
  border: 1px solid var(--cl-border-gray);
  background: var(--cl-white);
  color: var(--cl-text-black);
  font-weight: 500;
}
.c-btn--outline::after {
  background-color: var(--cl-blue);
}

.c-btn--lg {
  width: 34rem;
  height: 6rem;
  padding: 0 4.8rem 0 2.8rem;
  font-size: 2rem;
}

.c-btn--sm {
  height: 4rem;
  padding: 0 4rem 0 2rem;
  font-size: 1.6rem;
}

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

/* mediaqueries */
@media (max-width: 768px) {
  .c-btn--lg {
    width: 100%;
    max-width: 34rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.c-card-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  max-width: 886px;
  margin-right: auto;
  margin-left: auto;
}

.c-card-list--featured {
  max-width: 1309px;
}

.c-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border-radius: 10px;
  background: var(--cl-white);
  -webkit-box-shadow: 0 3px 16px 0 rgba(15, 26, 51, 0.09);
  box-shadow: 0 3px 16px 0 rgba(15, 26, 51, 0.09);
}

.c-card--featured .c-card__title {
  font-size: 2rem;
}

.c-card__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.91/1;
}

.c-card__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-card__result {
  position: relative;
  z-index: 1;
  width: calc(100% - 4rem);
  margin-top: -2rem;
  padding: 1.5rem 2rem;
  border-radius: 0 1rem 1rem 0;
  background: var(--cl-blue-light2);
}

.c-card__result-label {
  color: var(--cl-text-gray-dark);
  font-size: 1.4rem;
  line-height: 1.2;
}

.c-card__result-value {
  color: var(--cl-blue);
  font-weight: 700;
  font-size: 1.4rem;
  word-break: break-all;
}

.c-card__body {
  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;
  padding: 1.5rem 2rem 1.8rem 2rem;
}

.c-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem 1rem;
}

.c-card__title {
  font-weight: 700;
  font-size: 1.4rem;
}

.c-card__text {
  font-size: 1.4rem;
}

.c-card__date {
  color: var(--cl-text-gray-light);
  font-size: 1.2rem;
}

.c-card__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  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;
  min-width: 2.4rem;
  min-height: 2.4rem;
  padding: 0.5rem;
  background-color: var(--cl-blue);
  color: var(--cl-white);
  font-size: 1.4rem;
}
.c-card__arrow:after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--cl-white);
  -webkit-mask-image: var(--img-icon-arrow);
  mask-image: var(--img-icon-arrow);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.c-card__arrow .c-card__arrow-text {
  padding: 0 0.5rem;
}
.c-card__arrow:has(.c-card__arrow-text):after {
  display: none;
}

.c-card__link {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-color: var(--cl-blue-light4);
}
.c-card__link:hover {
  opacity: 0.2;
}

/* mediaqueries */
@media (max-width: 768px) {
  .c-card-list {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .c-card {
    width: 100%;
    max-width: 282px;
  }
  .c-card--featured {
    max-width: 423px;
  }
}
.c-faq {
  border-bottom: 1px solid var(--cl-border-mid);
}

.c-faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 3rem 0;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.c-faq__q:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--cl-blue);
  -webkit-mask-image: var(--img-icon-q);
  mask-image: var(--img-icon-q);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.c-faq__q-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--cl-text-black);
  font-weight: 700;
  font-size: 2rem;
}

.c-faq__toggle {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
}

.c-faq__toggle::before,
.c-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background: var(--cl-blue);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-faq__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.c-faq__a {
  display: none;
  padding: 0 0 3rem 34px;
  color: var(--cl-text-gray);
  font-size: 1.8rem;
}

.c-faq.is-open .c-faq__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.c-faq.is-open .c-faq__a {
  display: block;
}

/* mediaqueries */
@media (max-width: 768px) {
  .c-faq__q {
    padding: 1.5rem 0;
  }
  .c-faq__q-text {
    font-size: 1.6rem;
  }
  .c-faq__a {
    font-size: 1.4rem;
    padding: 0 0 1.5rem 34px;
  }
}
.c-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: 1.5rem;
  text-align: center;
}
.c-heading .c-heading__title {
  color: var(--cl-blue);
  font-weight: 700;
  font-size: 2.8rem;
}
.c-heading .c-heading__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.c-heading .c-heading__dots span {
  width: 0.8rem;
  height: 0.8rem;
  background: var(--cl-blue-light3);
}

.c-sub-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  color: var(--cl-blue);
  font-weight: 700;
  font-size: 2.4rem;
}
.c-sub-heading::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: var(--cl-blue-light4);
}

.c-small-heading {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
}

.c-description {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* mediaqueries */
@media (max-width: 768px) {
  .c-heading .c-heading__title {
    font-size: 2.4rem;
  }
  .c-sub-heading {
    font-size: 2rem;
  }
}
.c-list {
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-list ul {
  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;
  width: 100%;
}
.c-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-list ul li::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 10px;
  height: 2px;
  background: var(--cl-blue);
}

.c-list--check ul li::before {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: var(--cl-blue);
  -webkit-mask-image: var(--img-icon-check);
  mask-image: var(--img-icon-check);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.c-profile-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 3rem;
  background: #f9f9f9;
}

.c-profile-card__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 10px solid var(--cl-white);
  border-radius: 50%;
}
.c-profile-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-profile-card__body {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-profile-card__name {
  color: var(--cl-blue);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-profile-card__comment {
  color: var(--cl-text-gray);
  font-size: 1.4rem;
  line-height: 1.8;
}

/* mediaqueries */
@media (max-width: 768px) {
  .c-profile-card {
    -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;
    padding: 2rem;
  }
}
.c-table-scroll {
  position: relative;
}

.c-table-wrap {
  overflow-x: auto;
  background: var(--cl-white);
}

/* 横スクロールヒント */
.c-table-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.c-table-hint__icon {
  width: 9.4rem;
  height: 9.7rem;
}

.c-table-hint__text {
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
  color: var(--cl-white);
  white-space: nowrap;
}

.c-table-scroll.is-hint-hidden .c-table-hint {
  opacity: 0;
}

.c-table {
  min-width: 90rem;
  margin: 1rem;
}

.c-table th,
.c-table td {
  height: 5.5rem;
  padding: 0.5rem 2rem;
  border-right: 1px solid var(--cl-white);
  border-left: 1px solid var(--cl-white);
  text-align: center;
  vertical-align: middle;
}

.c-table__th {
  padding: 1.5rem 2rem;
  background: var(--cl-bg-gray);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
  width: 222px;
}

.c-table__th--tag {
  background: #cedcea;
  font-size: 1.4rem;
  width: 168px;
}

.c-table__th--free {
  background: var(--cl-blue-dark1);
  color: var(--cl-white);
}

.c-table__th--paid {
  background: var(--cl-blue-dark2);
  color: var(--cl-white);
}

.c-table__tag {
  background: #dde5ee;
  font-weight: 400;
  font-size: 1.4rem;
}

.c-table__free {
  background: var(--cl-blue);
  color: var(--cl-white);
  font-weight: 700;
  font-size: 1.8rem;
}

.c-table__paid {
  background: var(--cl-blue-dark1);
  color: var(--cl-white);
  font-weight: 700;
  font-size: 1.8rem;
}

.c-data-table {
  width: 100%;
  border-collapse: collapse;
}

.c-data-table tr {
  border-bottom: 1px solid var(--cl-border-mid);
}

.c-data-table__th,
.c-data-table__td {
  padding: 1rem 0;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.c-data-table__th {
  width: 12rem;
  color: var(--cl-text-gray);
  font-weight: 700;
  white-space: nowrap;
}

.c-data-table__td {
  color: var(--cl-text-black);
  font-weight: 400;
}

/* mediaqueries */
@media (max-width: 768px) {
  .c-table {
    min-width: 80rem;
  }
  .c-table th, .c-table td {
    padding: 0.5rem 1rem;
  }
  .c-table__th--tag {
    width: 108px;
  }
  .c-table__th,
  .c-table__th--tag,
  .c-table__free,
  .c-table__paid {
    font-size: 1.4rem;
  }
  .c-table__th--tag,
  .c-table__tag {
    position: -webkit-sticky;
    position: sticky;
    left: -1px;
    z-index: 1;
  }
}
.c-tag {
  padding: 0.3rem 0.8rem;
  border-radius: 5px;
  background: var(--cl-blue-light2);
  color: var(--cl-blue);
  font-size: 1.2rem;
  line-height: 1.2;
}

.c-tag--white {
  background: var(--cl-white);
}

.c-tag--fill {
  background: var(--cl-blue);
  color: var(--cl-white);
}

.c-tag--outline {
  border: 1px solid var(--cl-blue);
  background: var(--cl-white);
  color: var(--cl-blue);
}

.c-tag--lg {
  padding: 0.6rem 1.5rem;
  font-size: 1.4rem;
}

.c-tag-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  color: var(--cl-text-gray-light);
  font-size: 1.2rem;
  line-height: 1.2;
}

.c-tag-meta__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.c-tag-meta__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.9rem;
  background: var(--cl-text-gray-light);
}

/* Project
FLOCSS project (p-)
*/
.p-article__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.p-article__section--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-article__section-body {
  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;
  gap: 1.5rem;
  min-width: 0;
}

.p-article__img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 580/320;
}
.p-article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-article__section .p-article__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.p-article__text {
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-article__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: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-article__result {
  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;
  width: 100%;
}

.p-article__result-title {
  color: var(--cl-blue);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-article__result-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: 1px;
  width: 100%;
}

.p-article__result-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;
  padding: 2rem;
  background: var(--cl-blue-light2);
}

.p-article__result-label {
  color: var(--cl-text-gray);
  font-size: 1.4rem;
}

.p-article__result-value {
  color: var(--cl-blue);
  font-weight: 700;
  font-size: 1.8rem;
}

.p-article__form-container {
  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: 0.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 3rem 2rem 0;
  text-align: center;
}

.p-article__form-eyebrow {
  max-width: 80%;
  color: var(--cl-white);
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  position: absolute;
  top: -15px;
  padding: 2px 10px 4px;
  background: var(--cl-blue-mid2);
}
.p-article__form-eyebrow::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0;
  border-color: var(--cl-blue-mid2) transparent transparent;
}

.p-article__form-title {
  color: var(--cl-text-black);
  font-weight: 700;
  font-size: 2.4rem;
}

.p-article__form-lead {
  color: var(--cl-text-gray);
  font-size: 1.4rem;
}

.p-article__form-empty {
  margin: 0;
  color: var(--cl-text-gray);
  font-size: 1.4rem;
  text-align: center;
}

/* mediaqueries */
@media (max-width: 768px) {
  .p-article__section,
  .p-article__section--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
  .p-article__text {
    font-size: 1.4rem;
  }
}
.p-contact {
  background: var(--cl-white);
}
.p-contact .hs-form-field {
  margin-bottom: 2.4rem;
}
.p-contact form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.8rem;
  color: var(--cl-text-black) !important;
  font-size: 1.4rem !important;
}
.p-contact .hsfc-FieldDescription {
  color: var(--cl-text-gray) !important;
  font-size: 1.2rem !important;
}
.p-contact .hsfc-DropdownOptions__List__ListItem {
  background: var(--cl-white) !important;
}
.p-contact .hsfc-FieldLabel__RequiredIndicator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 0.5rem;
  padding: 0.2rem 0.6rem;
  background: var(--cl-error);
  color: var(--cl-white) !important;
  font-size: 0 !important;
  vertical-align: middle;
}
.p-contact .hsfc-FieldLabel__RequiredIndicator::after {
  content: "必須";
  font-size: 1rem;
}
.p-contact form input[type=text],
.p-contact form input[type=search],
.p-contact form input[type=email],
.p-contact form input[type=password],
.p-contact form input[type=tel],
.p-contact form input[type=number],
.p-contact form select,
.p-contact form textarea,
.p-contact .hs-input,
.p-contact .hsfc-DropdownOptions {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 4.8rem;
  padding: 0 1.6rem;
  border: 1px solid var(--cl-border-mid);
  border-radius: 0.8rem;
  background-color: var(--cl-blue-light1);
  color: var(--cl-text-black);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-contact form textarea.hs-input,
.p-contact form textarea {
  height: auto;
  min-height: 12rem;
  padding: 1.2rem 1.6rem;
  resize: vertical;
}
.p-contact form select.hs-input,
.p-contact form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23808080' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  background-size: 1.2rem 0.8rem;
  padding-right: 4rem;
}
.p-contact form input::-webkit-input-placeholder, .p-contact form textarea::-webkit-input-placeholder {
  color: var(--cl-text-gray-light);
}
.p-contact form input::-moz-placeholder, .p-contact form textarea::-moz-placeholder {
  color: var(--cl-text-gray-light);
}
.p-contact form input:-ms-input-placeholder, .p-contact form textarea:-ms-input-placeholder {
  color: var(--cl-text-gray-light);
}
.p-contact form input::-ms-input-placeholder, .p-contact form textarea::-ms-input-placeholder {
  color: var(--cl-text-gray-light);
}
.p-contact form input::placeholder,
.p-contact form textarea::placeholder {
  color: var(--cl-text-gray-light);
}
.p-contact form input:focus,
.p-contact form select:focus,
.p-contact form textarea:focus,
.p-contact .hs-input:focus {
  outline: none;
  border-color: var(--cl-blue-mid3);
}
.p-contact form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-contact form .inputs-list > li {
  display: block;
  margin: 0 0 0.8rem;
}
.p-contact form .inputs-list > li:last-child {
  margin-bottom: 0;
}
.p-contact .hs-form-radio .hs-form-radio-display,
.p-contact .hs-form-booleancheckbox .hs-form-booleancheckbox-display,
.p-contact form .inputs-list > li > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 4.8rem;
  margin: 0;
  padding: 1.2rem 1.6rem;
  border: 1px solid var(--cl-border-mid);
  border-radius: 0.8rem;
  background: var(--cl-white);
  color: var(--cl-text-black);
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
}
.p-contact form input[type=radio],
.p-contact form input[type=checkbox] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  accent-color: var(--cl-blue);
}
.p-contact fieldset.form-columns-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  max-width: 100% !important;
}
.p-contact fieldset.form-columns-2 .hs-form-field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.p-contact [data-hsfc-id=Renderer] .hsfc-DropdownOptions {
  border: 1px solid var(--cl-border-mid);
  border-radius: 0.8rem;
  background: var(--cl-white);
}
.p-contact [data-hsfc-id=Renderer] .hsfc-TextareaInput {
  border: 1px solid var(--cl-border-mid);
  border-radius: 0.8rem;
  background: var(--cl-blue-light1);
}
.p-contact [data-hsfc-id=Renderer] .hsfc-TextField > *:not(:last-child),
.p-contact [data-hsfc-id=Renderer] .hsfc-DropdownField > *:not(:last-child),
.p-contact [data-hsfc-id=Renderer] .hsfc-TextareaField > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.p-contact [data-hsfc-id=Renderer] .hsfc-RichText p {
  color: var(--cl-text-black);
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-contact [data-hsfc-id=Renderer] .hsfc-RichText p + p {
  margin-top: 1.6rem;
}
.p-contact [data-hsfc-id=Renderer] .hsfc-Button:not([disabled]):hover {
  -webkit-transform: none;
  transform: none;
  background: var(--cl-orange);
  border-color: var(--cl-orange);
  color: var(--cl-white);
}
.p-contact [data-hsfc-id=Renderer] .hsfc-RadioFieldGroup__Options label > span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-contact .hsfc-Button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.8rem;
}
.p-contact form input[type=submit],
.p-contact form .hsfc-Button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32rem;
  max-width: 100%;
  height: 5.6rem;
  padding: 0 2.4rem;
  border: 1px solid var(--cl-orange);
  border-radius: 1rem;
  background: var(--cl-orange);
  color: var(--cl-white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.p-contact form input[type=submit]:hover,
.p-contact form .hsfc-Button:hover {
  opacity: 0.8;
}
.p-contact [data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons:has(> *:only-child) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-contact .hs-input.invalid.error {
  border-color: var(--cl-error);
}
.p-contact .hs-error-msgs {
  margin: 0.4rem 0 0;
  padding: 0;
  list-style: none;
}
.p-contact .hs-error-msg {
  color: var(--cl-error);
  font-size: 1.2rem;
  font-weight: 400;
}
.p-contact--thanks {
  padding: 4.8rem 2.4rem;
  text-align: center;
}

.p-contact__thanks-message {
  margin-bottom: 3.2rem;
  color: var(--cl-text-black);
  font-size: 1.6rem;
  line-height: 1.8;
}

/* mediaqueries */
@media (max-width: 768px) {
  .p-contact fieldset.form-columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .p-contact form input[type=submit],
  .p-contact form .hs-button {
    width: 100%;
  }
}
/* ★mainvisual */
.p-index-mv {
  position: relative;
  background: var(--cl-blue) var(--img-bg-mainvisual) no-repeat center center;
  color: var(--cl-white);
  overflow: hidden;
}

.p-index-mv__cast {
  position: absolute;
  bottom: 0;
  right: calc(50% - 620px);
  max-width: none;
}

.p-index-mv__inner {
  position: relative;
  z-index: 1;
  padding: 6rem 6rem 4rem;
  max-width: 1080px;
  margin: 0 auto;
}

.p-index-mv__catch {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 5.2rem;
  line-height: 1.3;
}

.p-index-mv__lead {
  margin-bottom: 3rem;
  font-size: 1.4rem;
}

.p-index-mv__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  width: 100%;
}

/* ★point */
.p-top-point {
  padding: 2rem;
}

.p-top-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.p-top-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  height: 4rem;
  padding: 0 1.5rem;
  border-radius: 20px;
  background: var(--cl-blue);
  color: var(--cl-white);
  font-size: 2rem;
}
.p-top-point__item::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: var(--cl-white);
  -webkit-mask-image: var(--img-icon-check);
  mask-image: var(--img-icon-check);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* ★worry */
.p-worry-box {
  padding: 3rem;
  background: var(--cl-blue-light2);
}

.p-worry-box__subtitle {
  color: var(--cl-blue);
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

.p-worry-box__title {
  margin-bottom: 1rem;
  color: var(--cl-blue);
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
}

.p-worry-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.p-worry-card {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding: 2rem 3rem 4rem;
  border-bottom: 5px solid var(--cl-blue);
  background: var(--cl-white);
}

.p-worry-card__num {
  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: 1rem;
  width: 100%;
  color: var(--cl-blue);
  font-weight: 700;
  font-size: 2rem;
}

.p-worry-card__num::before,
.p-worry-card__num::after {
  content: "";
  width: 30%;
  height: 1px;
  background: var(--cl-border-mid);
}

.p-worry-card__title {
  color: var(--cl-blue);
  font-weight: 700;
  font-size: 1.8rem;
}

.p-worry-card__text {
  color: var(--cl-text-black);
  font-size: 1.4rem;
}

/* ★pricing */
.p-pricing-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}

.p-pricing-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 32rem;
  background: var(--cl-white);
}

.p-pricing-card__tag {
  padding: 1rem 1.5rem;
  background: #cedcea;
  color: var(--cl-text-gray-dark);
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}

.p-pricing-card__body {
  padding: 2.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-pricing-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 1rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #cedcea;
}

.p-pricing-card__name {
  color: var(--cl-text-gray-dark);
  font-weight: 700;
  font-size: 2.4rem;
}

.p-pricing-card__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  margin-bottom: 3rem;
}

.p-pricing-card__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  color: var(--cl-text-gray-dark);
  font-size: 1.6rem;
}
.p-pricing-card__list-item::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-mask-image: var(--img-icon-check);
  mask-image: var(--img-icon-check);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #cedcea;
}

.p-pricing-card__list-item--plus {
  color: var(--cl-blue) !important;
  font-weight: 700;
}
.p-pricing-card__list-item--plus::before {
  -webkit-mask-image: var(--img-icon-plus);
  mask-image: var(--img-icon-plus);
  background-color: var(--cl-blue);
}

.p-pricing-card__btn {
  width: 100%;
  max-width: 42rem;
  margin: 0 auto;
}

.p-pricing-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--cl-blue-light2);
  padding: 0 2rem;
}

.p-pricing-desc__item {
  padding: 2rem 0;
  border-bottom: 1px solid var(--cl-blue-light4);
}

.p-pricing-desc__item:last-child {
  border-bottom: none;
}

.p-pricing-desc__item-title {
  margin-bottom: 1rem;
  color: var(--cl-blue);
  font-weight: 700;
}

.p-pricing-desc__item-text {
  color: var(--cl-text-gray-dark);
}

.p-pricing-card--paid .p-pricing-card__name {
  color: var(--cl-blue);
}
.p-pricing-card--paid .p-pricing-card__sub {
  color: var(--cl-blue);
  font-weight: 500;
  font-size: 1.6rem;
}
.p-pricing-card--paid .p-pricing-card__body {
  border: 6px solid var(--cl-blue);
  border-top: none;
}
.p-pricing-card--paid .p-pricing-card__tag {
  background: var(--cl-blue);
  color: var(--cl-white);
}
.p-pricing-card--paid .p-pricing-card__head {
  border-bottom-color: var(--cl-blue-light4);
}

/* ★reason */
.p-reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
}

.p-reason-card {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 40rem;
  background: var(--cl-white);
  border: 1rem solid;
  -o-border-image: linear-gradient(220deg, var(--cl-blue-light1), var(--cl-blue-light3)) 1;
  border-image: linear-gradient(220deg, var(--cl-blue-light1), var(--cl-blue-light3)) 1;
}

.p-reason-card__no {
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: 1;
  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: 4rem;
  height: 4rem;
  background: var(--cl-blue-light2);
  color: var(--cl-blue);
  font-weight: 700;
  font-size: 1.8rem;
}

.p-reason-card__img {
  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;
  height: 20rem;
  -webkit-box-shadow: 0 0 25px 0 var(--cl-blue-light1);
  box-shadow: 0 0 25px 0 var(--cl-blue-light1);
}
.p-reason-card__img .p-reason-card__img-inner {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-reason-card__body {
  padding: 2rem 4rem;
}

.p-reason-card__title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

.p-reason-card__text {
  color: var(--cl-text-gray-dark);
  font-size: 1.4rem;
  line-height: 1.8;
}

/* mediaqueries */
@media (max-width: 768px) {
  .p-index-mv__cast {
    position: relative;
    margin-bottom: 1rem;
    width: 320px;
    height: auto;
    right: 14px;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #000), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, #000 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #000), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, #000 80%, rgba(0, 0, 0, 0) 100%);
  }
  .p-index-mv__inner {
    width: 365px;
    padding: 2rem 3rem 5rem;
  }
  .p-index-mv__catch {
    font-size: 3.2rem;
    margin-bottom: -10px;
  }
  .p-index-mv__lead {
    width: 30rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  .p-index-mv__btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-top-point__item {
    gap: 0.5rem;
    font-size: 1.4rem;
  }
  .p-worry-box {
    padding: 2rem;
  }
  .p-worry-box__title {
    font-size: 2.2rem;
  }
  .p-worry-box__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-pricing-card__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .p-pricing-card__name {
    font-size: 2rem;
  }
  .p-pricing-card__list {
    gap: 1rem;
  }
  .p-reason-card__title {
    font-size: 2rem;
  }
  .p-reason-card__body {
    padding: 1.5rem 2rem;
  }
  .p-worry-card,
  .p-reason-card,
  .p-pricing-card {
    min-width: 100%;
  }
}
/* Utilities
Helper classes with ability to override anything that comes before it
*/
/* For content that needs to be visually hidden but stay visible for screenreaders */
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.u-fw-bold {
  font-weight: 700 !important;
}

.u-fs-12 {
  font-size: 1.2rem !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

/* mediaqueries */
@media (max-width: 768px) {
  .u-hidden-sp {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .u-hidden-pc {
    display: none !important;
  }
}