@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 {
  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;
  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: 1400;
  --max: 1px;
}

:root {
  --colorBlack: #222;
  --colorBg: #fff;
  --colorCurrent: #c7c7c7;
  --colorNavy: #172658;
  --colorBlue: #266ed3;
  --colorLightBlue: #3caeff;
  --colorBlueBg: #e7f6fd;
  --colorFeatureBg: #edf8fd;
}

: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;
  --fontNumber: 'Oswald', 'Noto Sans JP', 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;
}

:root {
  --board: 1400;
  --max: 1px;
}
html {
  font-size: clamp(1.5625%, 0.0714285714vw, 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;
  font-feature-settings: var(--kerning);
}

@keyframes name {}
a {
  transition: color 0.4s;
}
a:focus {
  text-decoration: none;
}
a img {
  transition: opacity 0.4s;
}
a[href^="tel:"] {
  color: inherit;
}

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

.nav {
  position: fixed;
  top: clamp(0px, 10vw / var(--board) * 10 * 110, var(--max) * 110);
  right: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
.nav__inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  height: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  color: var(--colorNavy);
}
.nav__logo {
  width: clamp(0px, 10vw / var(--board) * 10 * 207, var(--max) * 207);
}
.nav__logo a {
  pointer-events: none;
}
.nav__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.nav__list {
  display: flex;
  gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  margin: 0;
  margin-left: auto;
  padding: 0;
  list-style: none;
}
.nav__item a {
  position: relative;
  display: block;
  color: var(--colorNavy);
  text-decoration: none;
  font-weight: normal;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  transition: color 0.3s;
}
.nav__item--close {
  display: none;
}
.nav__item.is-current a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--colorNavy);
}
.nav__buttons {
  display: flex;
  align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
}
.nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  height: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.5;
  transition: opacity var(--speed);
}
.nav__button--primary {
  background-color: #e57c00;
  color: #fff;
}
.nav__button--outline {
  border: 1px solid #dadada;
  background-color: #fff;
  color: #545454;
}
.nav__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 88, var(--max) * 88);
  height: clamp(0px, 10vw / var(--board) * 10 * 26, var(--max) * 26);
  border: none;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  background-color: #dcdfe3;
  color: #2a3054;
  font-weight: bold;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}
.nav__toggle {
  display: none;
  padding: 0;
  border: none;
  background-color: transparent;
  color: var(--colorNavy);
  cursor: pointer;
}
.nav__inner.is-active {
  position: relative;
}

.cbt {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.mv {
  position: relative;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 170, var(--max) * 170);
}
.mv__visual {
  position: relative;
  overflow: hidden;
  height: clamp(0px, 10vw / var(--board) * 10 * 458, var(--max) * 458);
  background: linear-gradient(13.5deg, #3caeff 18%, #266ed3 71%);
}
.mv__visual > picture {
  display: block;
}
.mv__visual > picture img {
  display: block;
  margin: 0 auto;
  max-width: clamp(0px, 10vw / var(--board) * 10 * 1638, var(--max) * 1638);
  width: 100%;
  height: auto;
  height: clamp(0px, 10vw / var(--board) * 10 * 458, var(--max) * 458);
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__copy {
  position: absolute;
  top: 64.192139738%;
  left: 50%;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 75px;
  transform: translateX(-50%);
}
.mv__copy img {
  display: block;
  width: auto;
  height: 100%;
}
.mv__note {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  width: clamp(0px, 10vw / var(--board) * 10 * 1400, var(--max) * 1400);
  color: var(--colorNavy);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  line-height: 1.5;
  transform: translateY(100%) translateX(-50%);
}
.mv__info {
  position: absolute;
  right: 0;
  bottom: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
  z-index: 1;
  padding: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40) clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) clamp(0px, 10vw / var(--board) * 10 * 44, var(--max) * 44);
  width: clamp(0px, 10vw / var(--board) * 10 * 532, var(--max) * 532);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100) 0 0 clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  background: linear-gradient(to bottom, #ffd500, #ffea00);
  text-align: right;
  transition: filter 0.3s;
  transform: translateY(50%);
}
.mv__info-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  color: var(--colorNavy);
  white-space: nowrap;
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1;
}
.mv__info-logo {
  display: inline-block;
  margin-right: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  width: clamp(0px, 10vw / var(--board) * 10 * 149, var(--max) * 149);
  height: auto;
  vertical-align: middle;
}
.mv__info-link {
  display: block;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  color: var(--colorBlue);
  text-decoration: none;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}

.intro {
  padding: clamp(0px, 10vw / var(--board) * 10 * 106, var(--max) * 106) 0 clamp(0px, 10vw / var(--board) * 10 * 104, var(--max) * 104);
}
.intro__inner {
  display: flex;
  align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 87, var(--max) * 87);
  margin: 0 auto;
  max-width: clamp(0px, 10vw / var(--board) * 10 * 960, var(--max) * 960);
}
.intro__visual {
  flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 480, var(--max) * 480);
}
.intro__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.intro__body {
  flex: 1;
}
.intro__text {
  color: var(--colorBlue);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 2.2;
}

.feature {
  position: relative;
  overflow: hidden;
  padding: clamp(0px, 10vw / var(--board) * 10 * 84, var(--max) * 84) 0 clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  background-color: var(--colorFeatureBg);
}
.feature::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 1920, var(--max) * 1920);
  height: 100%;
  background: url("/cbt/assets/image/bg_feature_wave.svg") top center/clamp(0px, 10vw / var(--board) * 10 * 1920, var(--max) * 1920) no-repeat;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.feature__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: clamp(0px, 10vw / var(--board) * 10 * 960, var(--max) * 960);
}
.feature__heading {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
}
.feature__heading-frame {
  position: relative;
  margin: 0 auto;
  padding: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32) clamp(0px, 10vw / var(--board) * 10 * 163, var(--max) * 163);
  max-width: clamp(0px, 10vw / var(--board) * 10 * 957, var(--max) * 957);
  text-align: center;
}
.feature__heading-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("/cbt/assets/image/bg_feature_heading.svg") center/100% 100% no-repeat;
}
.feature__heading-main {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}
.feature__heading-icon {
  flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  height: clamp(0px, 10vw / var(--board) * 10 * 42, var(--max) * 42);
}
.feature__heading-title {
  color: var(--colorBlue);
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 42, var(--max) * 42);
  line-height: 1;
}
.feature__heading-sub {
  position: relative;
  z-index: 1;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  color: var(--colorBlue);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1.8;
}
.feature__block {
  display: flex;
  gap: clamp(0px, 10vw / var(--board) * 10 * 80, var(--max) * 80);
}
.feature__block + .feature__block {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
}
.feature__block-illust {
  position: relative;
  flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 300, var(--max) * 300);
}
.feature__block-illust::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  height: 100%;
  background-color: var(--colorBlue);
  transform: translateX(-50%);
}
.feature__block-circle {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 300, var(--max) * 300);
  height: clamp(0px, 10vw / var(--board) * 10 * 300, var(--max) * 300);
  border: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10) solid var(--colorBlue);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10) rgba(0, 0, 0, 0.1);
}
.feature__block-circle img {
  display: block;
  max-width: 80%;
  height: auto;
}
.feature__block:nth-of-type(4) .feature__block-circle img {
  position: relative;
  top: clamp(var(--max) * -18, 10vw / var(--board) * 10 * -18, 0px);
}
.feature__block-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 66, var(--max) * 66);
  height: clamp(0px, 10vw / var(--board) * 10 * 66, var(--max) * 66);
  border-radius: 50%;
  background-color: var(--colorBlue);
  box-shadow: 0 0 clamp(0px, 10vw / var(--board) * 10 * 15, var(--max) * 15) rgba(0, 0, 0, 0.15);
  color: #fff;
  letter-spacing: 0;
  font-weight: var(--weightLight);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  font-family: var(--fontNumber);
  line-height: 1;
}
.feature__block-body {
  flex: 1;
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 104, var(--max) * 104);
  min-width: 0;
}
.feature__block:last-of-type .feature__block-body {
  padding-bottom: 0;
}
.feature__block-title {
  color: var(--colorBlue);
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 28, var(--max) * 28);
  line-height: 1.5;
}
.feature__block-text {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  color: var(--colorNavy);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.8;
}
.feature__block-text a {
  color: var(--colorBlue);
  text-decoration: underline;
}
.feature__block-text sup {
  font-size: 65%;
}
.feature__block-note {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  color: var(--colorNavy);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  line-height: 1.5;
}
.feature__card {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  padding: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24) clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32) clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  background-color: #fff;
}
.feature__card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  border-bottom: 1px solid var(--colorNavy);
}
.feature__card-header img {
  flex-shrink: 0;
}
.feature__card-title {
  color: var(--colorNavy);
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1.5;
}
.feature__card-grid {
  display: flex;
  gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
}
.feature__card-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  min-width: 0;
}
.feature__card-thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
}
.feature__card-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.feature__card-thumb.js-modal-trigger {
  cursor: pointer;
}
.feature__card-thumb.js-modal-trigger::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background: url("/cbt/assets/image/icon_expand.svg") center/contain no-repeat;
  pointer-events: none;
}
.feature__card-caption {
  color: var(--colorNavy);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.5;
}

.design {
  padding: clamp(0px, 10vw / var(--board) * 10 * 104, var(--max) * 104) 0 clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
}
.design__inner {
  margin-right: auto;
  margin-left: auto;
  width: clamp(0px, 10vw / var(--board) * 10 * 960, var(--max) * 960);
}
.design__heading {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  text-align: center;
}
.design__heading-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}
.design__heading-icon {
  flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  height: clamp(0px, 10vw / var(--board) * 10 * 42, var(--max) * 42);
}
.design__heading-title {
  color: var(--colorNavy);
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 42, var(--max) * 42);
  line-height: 1;
}
.design__lead {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  color: var(--colorNavy);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1.8;
}
.design__point {
  padding: clamp(0px, 10vw / var(--board) * 10 * 56, var(--max) * 56);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  background-color: var(--colorBlueBg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.design__point + .design__point {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
}
.design__point-header {
  display: flex;
  align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
}
.design__point-label {
  flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 157, var(--max) * 157);
  height: clamp(0px, 10vw / var(--board) * 10 * 72, var(--max) * 72);
}
.design__point-title {
  color: var(--colorBlue);
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  line-height: 1;
}
.design__point-text {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  color: var(--colorNavy);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.8;
}
.design__point-grid {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 52, var(--max) * 52);
}
.design__point-item {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  width: clamp(0px, 10vw / var(--board) * 10 * 260, var(--max) * 260);
}
.design__point-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  height: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
  background-color: var(--colorBlue);
  color: #fff;
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.5;
}
.design__point-item-label img {
  width: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
  height: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
}
.design__point-item-thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
}
.design__point-item-thumb.js-modal-trigger {
  cursor: pointer;
}
.design__point-item-thumb.js-modal-trigger::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  height: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background: url("/cbt/assets/image/icon_expand.svg") center/contain no-repeat;
  pointer-events: none;
}
.design__point-item-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.design__point-item-text {
  color: var(--colorNavy);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  line-height: 1.8;
}
.design__point-item-note {
  color: var(--colorNavy);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  line-height: 1.5;
}
.design__point-visual {
  overflow: hidden;
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 52, var(--max) * 52);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
}
.design__point-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.faq {
  padding: clamp(0px, 10vw / var(--board) * 10 * 104, var(--max) * 104) 0 clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
  background-color: var(--colorBlueBg);
}
.faq__inner {
  margin: 0 auto;
  max-width: clamp(0px, 10vw / var(--board) * 10 * 960, var(--max) * 960);
}
.faq__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
}
.faq__heading-icon {
  flex-shrink: 0;
  width: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  height: clamp(0px, 10vw / var(--board) * 10 * 42, var(--max) * 42);
}
.faq__heading-title {
  color: var(--colorNavy);
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 42, var(--max) * 42);
  line-height: 1;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
}
.faq__item {
  padding: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  background-color: #fff;
}
.faq__question {
  display: flex;
  align-items: center;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
}
.faq__question-badge {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  height: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  border-radius: 50%;
  background-color: var(--colorBlue);
  color: #fff;
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  font-family: var(--fontNumber);
  line-height: 1;
}
.faq__question-text {
  color: var(--colorNavy);
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  line-height: 1.8;
}
.faq__answer {
  display: flex;
  align-items: flex-start;
  gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
}
.faq__answer-badge {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  height: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  border: 1px solid var(--colorBlue);
  border-radius: 50%;
  background-color: #fff;
  color: var(--colorBlue);
  font-weight: var(--weightBold);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  font-family: var(--fontNumber);
  line-height: 1;
}
.faq__answer-body {
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
}
.faq__answer-text {
  color: var(--colorNavy);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  line-height: 1.75;
}
.faq__answer-text a {
  color: var(--colorBlue);
  text-decoration: underline;
}
.faq__answer-text sup {
  font-size: 65%;
}
.faq__answer-note {
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  color: var(--colorNavy);
  font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  line-height: 1.5;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal.is-open {
  visibility: visible;
  opacity: 1;
}
.modal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.5);
  cursor: pointer;
}
.modal__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  width: 100%;
}
.modal__image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d9d9d9;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
}
.modal__close {
  position: fixed;
  top: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  right: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  height: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  border: none;
  background: none;
  color: #fff;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.3s;
}
.modal__close:hover {
  opacity: 0.7;
}
@media (min-width: 769px){
  .pc-none {
    display: none !important;
  }
}
@media (min-width: 1920px){
  .feature::before {
    width: 100%;
    background-size: cover;
  }
}
@media (max-width: 1400px){
  .mv__copy {
    height: clamp(0px, 10vw / var(--board) * 10 * 75, var(--max) * 75);
  }
}
@media (max-width: 768px){
  :root {
    --board: 390;
    --max: 9999px;
  }
  :root {
    --board: 390;
    --max: 9999px;
  }
  html {
    font-size: 0.0714285714vw;
  }
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
  .nav {
    top: clamp(0px, 10vw / var(--board) * 10 * 105, var(--max) * 105);
  }
  .nav__inner {
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    height: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  }
  .nav__logo {
    width: clamp(0px, 10vw / var(--board) * 10 * 168, var(--max) * 168);
  }
  .nav__list {
    display: none;
    align-items: center;
    flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    padding: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    width: clamp(0px, 10vw / var(--board) * 10 * 160, var(--max) * 160);
  }
  .nav__item {
    width: 100%;
  }
  .nav__item a {
    display: inline-flex;
    justify-content: center;
    margin: auto;
    width: 100%;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
  .nav__item--close {
    display: block;
  }
  .nav__item.is-current a::after {
    bottom: clamp(var(--max) * -4, 10vw / var(--board) * 10 * -4, 0px);
    left: 50%;
    transform: translateX(-50%);
  }
  .nav__buttons {
    display: none;
  }
  .nav__toggle {
    position: relative;
    display: block;
    margin-left: auto;
    width: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    height: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  }
  .nav__toggle span {
    position: absolute;
    top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    border: none;
    background: #000;
    transition: 0.3s;
    transform-origin: 0 50%;
  }
  .nav__toggle span:nth-of-type(2) {
    top: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
  .nav__toggle span:nth-of-type(3) {
    top: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }
  .nav__inner.is-active .nav__toggle span:first-of-type {
    right: clamp(var(--max) * -2, 10vw / var(--board) * 10 * -2, 0px);
    width: 96%;
    transform: rotate(45deg);
  }
  .nav__inner.is-active .nav__toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .nav__inner.is-active .nav__toggle span:nth-of-type(3) {
    right: clamp(var(--max) * -2, 10vw / var(--board) * 10 * -2, 0px);
    width: 96%;
    transform: rotate(-45deg);
  }
  .nav__inner.is-active .nav__list {
    position: absolute;
    top: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
    right: 0;
    z-index: 2;
    display: flex;
    margin: 0;
    border-radius: 0 0 0 clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    background-color: rgba(255, 255, 255, 0.9);
  }
  .mv {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 153, var(--max) * 153);
  }
  .mv__visual {
    height: clamp(0px, 10vw / var(--board) * 10 * 638, var(--max) * 638);
  }
  .mv__visual > picture img {
    max-width: 100%;
  }
  .mv__visual > picture img {
    height: clamp(0px, 10vw / var(--board) * 10 * 638, var(--max) * 638);
  }
  .mv__copy {
    top: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
    right: auto;
    bottom: auto;
    left: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
    width: clamp(0px, 10vw / var(--board) * 10 * 116, var(--max) * 116);
    height: auto;
    transform: none;
  }
  .mv__copy img {
    width: 100%;
    height: auto;
  }
  .mv__note {
    width: 100%;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
  }
  .mv__info {
    position: static;
    display: flex;
    flex-direction: column;
    margin: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) 0;
    padding: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16) clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
    width: auto;
    border-radius: clamp(0px, 10vw / var(--board) * 10 * 100, var(--max) * 100);
    text-align: center;
    transform: none;
  }
  .mv__info-text {
    flex-wrap: wrap;
    white-space: normal;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  }
  .mv__info-logo {
    width: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  }
  .mv__info-link {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 13, var(--max) * 13);
  }
  .intro {
    padding: clamp(0px, 10vw / var(--board) * 10 * 70, var(--max) * 70) clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20) clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .intro__inner {
    flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
  .intro__visual {
    width: 100%;
  }
  .intro__text {
    text-align: center;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
  .feature {
    padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) 0 clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  }
  .feature__inner {
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .feature__heading {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  }
  .feature__heading-frame {
    padding: 0;
  }
  .feature__heading-frame::before {
    display: none;
  }
  .feature__heading-main {
    flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }
  .feature__heading-icon {
    width: clamp(0px, 10vw / var(--board) * 10 * 70, var(--max) * 70);
    height: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  }
  .feature__heading-title {
    text-align: center;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
    line-height: 1.25;
  }
  .feature__heading-sub {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
  .feature__block {
    flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
  .feature__block-illust {
    margin: 0 auto;
    width: clamp(0px, 10vw / var(--board) * 10 * 300, var(--max) * 300);
  }
  .feature__block-circle {
    width: clamp(0px, 10vw / var(--board) * 10 * 300, var(--max) * 300);
    height: clamp(0px, 10vw / var(--board) * 10 * 300, var(--max) * 300);
  }
  .feature__block-badge {
    width: clamp(0px, 10vw / var(--board) * 10 * 66, var(--max) * 66);
    height: clamp(0px, 10vw / var(--board) * 10 * 66, var(--max) * 66);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }
  .feature__block-body {
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  }
  .feature__block-title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
  .feature__block-text {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
  .feature__block-note {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 12, var(--max) * 12);
  }
  .feature__card {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
    padding: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24) clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32) clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }
  .feature__card-header {
    flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
    padding-bottom: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
  .feature__card-header img {
    width: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
    height: clamp(0px, 10vw / var(--board) * 10 * 35, var(--max) * 35);
  }
  .feature__card-title {
    text-align: center;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 18, var(--max) * 18);
  }
  .feature__card-grid {
    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);
  }
  .feature__card-grid--3col {
    flex-direction: column;
  }
  .design {
    padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) 0 clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  }
  .design__inner {
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .design__heading {
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }
  .design__heading-main {
    flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }
  .design__heading-icon {
    width: clamp(0px, 10vw / var(--board) * 10 * 70, var(--max) * 70);
    height: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  }
  .design__heading-title {
    text-align: center;
    font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
    line-height: 1.25;
  }
  .design__lead {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
  .design__point {
    padding: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }
  .design__point + .design__point {
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }
  .design__point-header {
    flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
  .design__point-title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 22, var(--max) * 22);
    line-height: 1.5;
  }
  .design__point-grid {
    flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    margin-top: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  }
  .design__point-item {
    width: 100%;
  }
  .design__point-visual {
    border-radius: clamp(0px, 10vw / var(--board) * 10 * 8, var(--max) * 8);
  }
  .faq {
    padding: clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50) 0 clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  }
  .faq__inner {
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }
  .faq__heading {
    flex-direction: column;
    gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  }
  .faq__heading-icon {
    width: clamp(0px, 10vw / var(--board) * 10 * 70, var(--max) * 70);
    height: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48);
  }
  .faq__heading-title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
    line-height: 1;
  }
  .faq__list {
    gap: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
  }
  .faq__question {
    align-items: flex-start;
  }
  .modal__content {
    max-width: calc(100% - 40px);
  }
  .modal__close {
    top: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    right: clamp(0px, 10vw / var(--board) * 10 * 16, var(--max) * 16);
    width: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    height: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
    font-size: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  }
  .sp-none {
    display: none !important;
  }
}
@media (hover: hover){
  a:hover {
    opacity: 0.6;
  }
  .nav__item a:hover {
    color: var(--colorBlue);
    opacity: 1;
  }
  .nav__button:hover {
    opacity: 0.7;
  }
  .mv__info:hover {
    opacity: 1;
    filter: brightness(1.1);
  }
  .feature__block-text a:hover {
    text-decoration: none;
  }
  .feature__card-thumb.js-modal-trigger:hover {
    opacity: 0.8;
  }
  .design__point-item-thumb.js-modal-trigger:hover {
    opacity: 0.8;
  }
  .faq__answer-text a:hover {
    text-decoration: none;
  }
}
