@charset "UTF-8";
/*! 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;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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 */ /* stylelint-disable-line */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  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] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
 * 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 */ /* stylelint-disable-line */
  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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
  opacity: 0.7;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #00bfff;
  opacity: 1;
}

.splide__arrow {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  height: 2.5em;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #00bfff;
  height: 2.5em;
  transition: fill 0.2s linear;
  width: 2.5em;
}

.splide__arrow:hover:not(:disabled) svg {
  fill: #66d9ff;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: background-color 0.2s linear, transform 0.2s linear;
  width: 10px;
}

.splide__pagination__page.is-active {
  background: #00bfff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  background: #66d9ff;
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #00bfff;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #00bfff;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #00bfff;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #00bfff;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #00bfff;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #00bfff;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* ------------------------------------------------------------
 * tag setting
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 1em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

p,
ul,
ol,
table {
  margin: 1em 0;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}
p:first-child,
ul:first-child,
ol:first-child,
table:first-child {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
}

body {
  font-family: "Yu Gothic", "游ゴシック", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "MS PGothic", arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #21364d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 769px) {
  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.ff-en {
  font-family: "DIN-2014", sans-serif;
}

/* ======================================================================
 *  メイン横幅調節用
====================================================================== */
.adjust-width {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-right: 3.84vw;
    padding-left: 3.84vw;
  }
}

/* ======================================================================
 *  l-container
====================================================================== */
.l-container {
  padding-top: 0;
}
/* ======================================================================
 * Title
====================================================================== */
.c-title {
  margin-bottom: 4rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  color: #0e56a2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}
.c-title .sub {
  display: block;
  font-family: "DIN-2014", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #00afd7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-title .sub {
    font-size: 1.6rem;
  }
}

/* ======================================================================
 * home
====================================================================== */
.fv-section {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 12rem;
  color: #fff;
  text-align: center;
  background-color: #082073;
}

@media screen and (max-width: 768px) {
  .fv-section {
    padding-bottom: 10.8rem;
    background-color: transparent;
  }
}
.fv-section::after {
  position: absolute;
  inset: 0;
  content: "";
  background: url("https://3926524.fs1.hubspotusercontent-na1.net/hubfs/3926524/raw_assets/public/NRIS/secure-sketch-8th-anniversary/assets/images/home/fv-bg.png") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .fv-section::after {
    background: url("https://3926524.fs1.hubspotusercontent-na1.net/hubfs/3926524/raw_assets/public/NRIS/secure-sketch-8th-anniversary/assets/images/home/fv-bg-sp.png") no-repeat top center/cover;
  }
}
.fv-section .adjust-width {
  position: relative;
  z-index: 1;
  max-width: 710px;
}
@media screen and (max-width: 768px) {
  .fv-section .adjust-width {
    padding-right: 5.33vw;
    padding-left: 5.33vw;
  }
}
@media screen and (max-width: 768px) {
  .fv-section .fv-image {
    width: 303px;
  }
}
.fv-section h1 {
  margin-top: 7.9rem;
  margin-bottom: 4rem;
  font-size: 4rem;
  line-height: 1.38;
}
@media screen and (max-width: 768px) {
  .fv-section h1 {
    margin-top: 4.6rem;
    margin-bottom: 2.4rem;
    font-size: 2rem;
  }
}
.fv-section .text {
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  line-height: 1.68;
}
.fv-section .text p {
  margin: 2.7rem 0;
}
.fv-section .text p:first-child {
  margin-top: 0;
}
.fv-section .text p:last-child {
  margin-bottom: 0;
}

.history-section {
  padding: 80px 0 96px;
  overflow: hidden;
  background: #fff;
  /* tab */
}
.history-section h3,
.history-section p {
  margin: 0;
}
.history-section .year {
  position: relative;
  margin-bottom: 20px;
  font-family: "DIN-2014", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #0e56a2;
}
.history-section .year::after {
  position: absolute;
  top: -12px;
  width: 72px;
  height: 72px;
  content: "";
  background: url("https://3926524.fs1.hubspotusercontent-na1.net/hubfs/3926524/raw_assets/public/NRIS/secure-sketch-8th-anniversary/assets/images/home/history_img_dot.png") no-repeat 0 0;
  background-size: cover;
}
.history-section .year-left {
  text-align: right;
}
.history-section .year-left::after {
  right: -79px;
}
.history-section .year-right::after {
  left: -77px;
}
.history-section .section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -42px;
}
.history-section .section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  content: "";
  background: #0e56a2;
}
.history-section .history-2018_02 {
  margin-top: 100px;
}
.history-section .history-2020_01 {
  margin-bottom: 30px;
}
.history-section .history-2020_02 {
  margin-top: 210px;
}
.history-section .history-2022_02 {
  margin-top: 120px;
}
.history-section .history-2023_02 {
  margin-top: 138px;
}
.history-section .history-2023_03 {
  margin-bottom: 20px;
}
.history-section .section-2018 {
  padding-bottom: 20px;
}
.history-section .section-2018::before {
  top: 24px;
}
.history-section .section-2019 {
  flex-direction: row-reverse;
  padding-bottom: 30px;
}
.history-section .section-2020 {
  padding-bottom: 20px;
}
.history-section .section-2021 {
  flex-direction: row-reverse;
  padding-bottom: 57px;
}
.history-section .section-2022 {
  padding-bottom: 60px;
}
.history-section .section-2023 {
  flex-direction: row-reverse;
  padding-bottom: 52.5px;
}
.history-section .section-2024 {
  padding-bottom: 42px;
}
.history-section .history-2024_02 {
  margin-top: 156px;
}
.history-section .section-2025 {
  flex-direction: row-reverse;
}
.history-section .history-2025_01 {
  margin-top: 126px;
  margin-bottom: 20px;
}
.history-section .history-2025_03 {
  margin-top: 100px;
  margin-bottom: 22px;
}
.history-section .section-2026 {
  padding-top: 158.9px;
  margin: 0;
}
.history-section .section-2026::before {
  height: 130px;
}
.history-section .section-2026 .year {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.history-section .section-2026 .year::after {
  top: -60px;
  left: calc(50% - 35px);
}
.history-section .section-2026 .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 56px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #0e56a2;
  text-align: center;
}
.history-section .section-2026 .catch::before, .history-section .section-2026 .catch::after {
  width: 2px;
  height: 40px;
  content: "";
  background: #0e56a2;
}
.history-section .section-2026 .catch::before {
  margin-right: 20px;
  transform: rotate(-25deg);
}
.history-section .section-2026 .catch::after {
  margin-left: 20px;
  transform: rotate(25deg);
}
.history-section .section-2026 .column {
  position: relative;
  max-width: 920px;
  padding: 30px;
  margin: 0 auto 55.5px;
}
.history-section .section-2026 .column .column-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
.history-section .section-2026 .column .text {
  font-size: 1.5rem;
  line-height: 1.8;
}
.history-section .section-2026 .column .text-link {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0059b2;
  text-decoration: none;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
.history-section .section-2026 .column .text-link:hover {
  text-decoration: underline;
  opacity: 1;
}
.history-section .section-2026 .column .ballon {
  position: absolute;
  right: -93px;
  bottom: -112.5px;
}
@media screen and (max-width: 1150px) {
  .history-section .section-2026 .column .ballon {
    right: -13px;
    bottom: -155.5px;
    width: 180px;
  }
}
.history-section .section-2026 .icon-bottom {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.history-section .column-wrap {
  width: 50%;
  padding: 0 42px;
}
.history-section .column {
  background: linear-gradient(278.84deg, rgba(125, 178, 247, 0.12) 13.99%, rgba(10, 108, 223, 0.12) 95.12%);
  border-radius: 8px;
}
.history-section .column .title-column {
  position: relative;
  display: flex;
  align-items: center;
  padding: 3rem 7rem 3rem 3rem;
  cursor: pointer;
  transition: padding 0.4s ease-in-out;
}
.history-section .column .title-column::before, .history-section .column .title-column::after {
  position: absolute;
  top: 50%;
  right: min(2.3vw, 3.2rem);
  width: 24px;
  height: 2px;
  content: "";
  background: #21364d;
  transform: translateY(-50%);
}
.history-section .column .title-column::after {
  transition: transform 0.4s ease-in-out;
  transform: translateY(-50%) rotate(90deg);
}
.history-section .column .title-column.-js-open::after {
  transform: translateY(-50%) rotate(0);
}
.history-section .column .title-column .title {
  flex: 1;
  line-height: 1;
}
.history-section .column .title-column .month {
  font-size: 1.5rem;
}
.history-section .column .title-column .column-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.history-section .column .title-column .icon {
  box-sizing: content-box;
  width: min(6.2vw, 86px);
  padding-right: 20px;
}
.history-section .column .tab-wrap {
  display: none;
  padding: 0 3rem 3rem;
}
.history-section .column .tab-wrap .text {
  font-size: 1.5rem;
}
.history-section .column > .text {
  line-height: 1.8;
}
.history-section .column .manager-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #0e56a2;
}
.history-section .tab {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 20px;
}
.history-section .tab li {
  padding: 8px 14px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #0e56a2;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border-radius: 50px;
  transition: 0.3s;
}
.history-section .tab li.-js-active {
  color: #fff;
  background: linear-gradient(93.34deg, #0c5cb0 1.16%, #0096d7 98.44%);
}
.history-section .tab li:last-child {
  margin-right: 0;
}
.history-section .tab li br {
  display: none;
}
.history-section .tab-contents {
  display: none;
}
.history-section .tab-contents.-js-show {
  display: block;
}
.history-section .tab-contents .text {
  font-size: 1.5rem;
  line-height: 1.8;
}
.history-section .tab-contents .inner {
  display: flex;
}
.history-section .tab-contents .inner .photo {
  width: 90px;
  padding-top: 10px;
}
.history-section .tab-contents .inner .text {
  flex: 1;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .history-section .tab li {
    width: 33.3333%;
    border-radius: 8px;
  }
  .history-section .tab li br {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .history-section .section {
    margin: 0 -30px;
  }
  .history-section .column-wrap {
    padding: 0 30px;
  }
  .history-section .year-left::after {
    right: -67px;
  }
  .history-section .year-right::after {
    left: -65px;
  }
  .history-section .tab li {
    font-size: 13px;
  }
  .history-section .section-2026 {
    margin: 0;
  }
  .history-section .section-2026 .column {
    width: 100%;
    padding: 30px;
  }
  .history-section .section-2026 .column .column-title {
    text-align: center;
  }
  .history-section .section-2026 .column .ballon {
    position: static;
    width: 100%;
    margin-top: -20px;
    text-align: center;
    transform: translateY(40px);
  }
}
@media screen and (max-width: 912px) {
  .history-section .adjust-width {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .history-section .section {
    display: block;
    padding: 0;
    margin: 0;
  }
  .history-section .section::before {
    content: none;
  }
  .history-section .column-wrap {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .history-section .column-wrap::after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 2px;
    height: 30px;
    content: "";
    background: #0e56a2;
  }
  .history-section .column {
    margin: 0 0 30px;
  }
  .history-section .column .title-column {
    padding: 24px 44px 20px 20px;
  }
  .history-section .column .title-column::after, .history-section .column .title-column::before {
    right: 20px;
    width: 24px;
    height: 2px;
  }
  .history-section .column .title-column .icon {
    width: 72px;
  }
  .history-section .column .tab-wrap {
    padding: 0 20px 24px;
  }
  .history-section .section-2020 {
    display: flex;
    flex-direction: column;
  }
  .history-section .section-2020 .column-wrap {
    display: contents;
  }
  .history-section .section-2020 .column-wrap::after {
    display: none;
  }
  .history-section .section-2020 .year {
    order: 0;
  }
  .history-section .section-2020 .history-2020_01,
  .history-section .section-2020 .history-2020_02 {
    position: relative;
  }
  .history-section .section-2020 .history-2020_01::after,
  .history-section .section-2020 .history-2020_02::after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 2px;
    height: 30px;
    content: "";
    background: #0e56a2;
  }
  .history-section .section-2020 .history-2020_01 {
    order: 1;
  }
  .history-section .section-2020 .history-2020_02 {
    order: 2;
  }
  .history-section .section-2020 .history-2020_03 {
    position: relative;
    order: 3;
  }
  .history-section .history-2023_03 {
    position: relative;
  }
  .history-section .history-2023_03::after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 2px;
    height: 30px;
    content: "";
    background: #0e56a2;
  }
  .history-section .section-2025 {
    display: flex;
    flex-direction: column;
  }
  .history-section .section-2025 .column-wrap {
    display: contents;
  }
  .history-section .section-2025 .column-wrap::after {
    display: none;
  }
  .history-section .section-2025 .year {
    order: 0;
  }
  .history-section .section-2025 .history-2025_03,
  .history-section .section-2025 .history-2025_01,
  .history-section .section-2025 .history-2025_04,
  .history-section .section-2025 .history-2025_02 {
    position: relative;
  }
  .history-section .section-2025 .history-2025_03::after,
  .history-section .section-2025 .history-2025_01::after,
  .history-section .section-2025 .history-2025_04::after,
  .history-section .section-2025 .history-2025_02::after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 2px;
    height: 30px;
    content: "";
    background: #0e56a2;
  }
  .history-section .section-2025 .history-2025_03 {
    order: 1;
  }
  .history-section .section-2025 .history-2025_01 {
    order: 2;
  }
  .history-section .section-2025 .history-2025_04 {
    order: 3;
  }
  .history-section .section-2025 .history-2025_02 {
    position: relative;
    order: 4;
  }
  .history-section .section-2026 {
    padding-top: 30px !important;
  }
  .history-section .section-2026 .year::before {
    content: none;
  }
  .history-section .year {
    z-index: 2;
    margin-bottom: 70px;
    text-align: center;
  }
  .history-section .year::before {
    position: absolute;
    bottom: -70px;
    left: 50%;
    width: 2px;
    height: 40px;
    content: "";
    background: #0e56a2;
  }
  .history-section .year::after {
    top: inherit;
    bottom: -60px;
    left: calc(50% - 35px);
  }
}
@media screen and (max-width: 480px) {
  .history-section {
    padding: 40px 0 80px;
    /* tab */
  }
  .history-section .section-2026 .catch {
    font-size: 20px;
    line-height: 1.4;
  }
  .history-section .section-2026 .catch::before, .history-section .section-2026 .catch::after {
    height: 40px;
  }
  .history-section .section-2026 .column {
    padding: 30px 20px;
  }
  .history-section .section-2026 .column .column-title {
    font-size: 20px;
  }
  .history-section .section-2026 .column .inner {
    display: block;
  }
  .history-section .section-2026 .column .inner .icon {
    margin: 0 auto 25px;
  }
  .history-section .section-2026 .column .inner .exp {
    padding: 0;
  }
  .history-section .section-2026 .column .ballon {
    width: 60%;
    margin: -30px auto 0;
  }
  .history-section .section-2026 .text-link {
    display: block;
  }
  .history-section .year {
    font-size: 32px;
  }
  .history-section .column .title-column .column-title {
    font-size: 16px;
    line-height: 1.6;
  }
  .history-section .column .title-column .month {
    margin-bottom: 8px;
  }
  .history-section .column .manager-title {
    text-align: center;
  }
  .history-section .tab li {
    padding: 8px;
    margin-right: 10px;
  }
  .history-section .tab-contents .inner {
    display: block;
  }
  .history-section .tab-contents .inner .photo {
    padding: 0;
    margin: 0 auto 12px;
  }
  .history-section .tab-contents .inner .text {
    padding: 0;
  }
}

.customer-section {
  padding: 11rem 0 9.6rem;
  background: linear-gradient(to bottom right, #f0f7ff, #fff);
}
@media screen and (max-width: 768px) {
  .customer-section {
    padding: 4rem 0;
  }
}
.customer-section .c-title {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 768px) {
  .customer-section .c-title {
    margin-bottom: 2.4rem;
  }
}
.customer-section .item-group {
  display: flex;
  flex-wrap: wrap;
  gap: 3.9rem;
}
@media screen and (max-width: 768px) {
  .customer-section .item-group {
    display: block;
  }
  .customer-section .item-group .item:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.customer-section .item {
  display: block;
  flex: 0 0 calc((100% - 3.9rem) / 2);
  color: #21364d;
  text-decoration: none;
  border: 1px solid #dddddd;
  border-radius: 1.933rem;
}
.customer-section .item .thumbnail {
  position: relative;
}
.customer-section .item .thumbnail .main-image {
  border-radius: 1.833rem 1.833rem 0 0;
}
@media screen and (max-width: 768px) {
  .customer-section .item .thumbnail .main-image {
    width: 100%;
  }
}
.customer-section .item .thumbnail .logo {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: min(16.8vw, 23rem);
  border-radius: 0 1rem 0 0;
}
@media screen and (max-width: 768px) {
  .customer-section .item .thumbnail .logo {
    width: 14.7rem;
    border-radius: 0 6.18px 0 0;
  }
}
.customer-section .item .content {
  padding: 3.8rem 4.9rem;
  font-size: 1.93rem;
  background-color: #fff;
  border-radius: 0 0 1.933rem 1.933rem;
}
@media screen and (max-width: 768px) {
  .customer-section .item .content {
    padding: 4rem 3.3rem 3.3rem;
    font-size: 1.6rem;
  }
}
.customer-section .item .content .head {
  margin-bottom: 2.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .customer-section .item .content .head {
    margin-bottom: 1.6rem;
    line-height: 1.4;
  }
}
.customer-section .item .content .text {
  font-weight: bold;
  line-height: 1.59;
  color: #0e56a2;
}

.numbers-section {
  padding: 79px 0;
  background: url("https://3926524.fs1.hubspotusercontent-na1.net/hubfs/3926524/raw_assets/public/NRIS/secure-sketch-8th-anniversary/assets/images/home/numbers_bg.png") no-repeat top 0 left 50%;
  background-size: cover;
}
.numbers-section h3 {
  margin: 0;
}
.numbers-section .c-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.numbers-section .c-title br {
  display: none;
}
.numbers-section .c-title::after {
  width: 120px;
  height: 132px;
  margin-left: 20px;
  content: "";
  background: url("https://3926524.fs1.hubspotusercontent-na1.net/hubfs/3926524/raw_assets/public/NRIS/secure-sketch-8th-anniversary/assets/images/home/numbers_img_title.png") no-repeat top 50% right 0;
  background-size: contain;
}
.numbers-section .column-row {
  display: flex;
  margin: 0 -15px;
}
.numbers-section .column-row .column-wrap {
  width: 50%;
  padding: 0 15px;
}
.numbers-section .column {
  position: relative;
  padding: 40px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 32px 0 rgba(139, 182, 246, 0.2);
}
.numbers-section .column .column-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
.numbers-section .column .column-title .sub {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.numbers-section .column .graph {
  text-align: center;
}
.numbers-section .column01 .balloon {
  position: absolute;
  right: -2.4vw;
  bottom: 82px;
}
.numbers-section .column02 .balloon {
  position: absolute;
  right: -20px;
  bottom: 0;
}
.numbers-section .column03 .graph {
  margin-top: -50px;
}
.numbers-section .column04 .graph {
  margin-top: 11px;
}
.numbers-section .column05 .graph {
  margin-top: -14px;
}
.numbers-section .column06 {
  margin-bottom: 0;
}
.numbers-section .column06 .graph {
  padding-left: 3.8rem;
  text-align: left;
}
.numbers-section .column06 .balloon {
  position: absolute;
  right: -20px;
  bottom: 75px;
}
@media screen and (max-width: 1280px) {
  .numbers-section .column01 .balloon {
    width: 20%;
  }
  .numbers-section .column02 .balloon {
    width: 16%;
  }
  .numbers-section .column03 .graph {
    margin-top: 0;
  }
  .numbers-section .column06 .balloon {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .numbers-section .column .column-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .numbers-section .column01 .graph {
    width: 80%;
    margin: 0 auto;
  }
  .numbers-section .column01 .balloon {
    display: none;
  }
  .numbers-section .column02 .graph {
    margin: 0 -40px -40px;
  }
  .numbers-section .column02 .balloon {
    display: none;
  }
  .numbers-section .column06 {
    padding-bottom: 0 !important;
  }
  .numbers-section .column06 .graph {
    width: 80%;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(5px);
  }
  .numbers-section .column06 .balloon {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .numbers-section .column-row {
    display: block;
    margin: 0;
  }
  .numbers-section .column-row .column-wrap {
    width: 100%;
    padding: 0;
  }
  .numbers-section .column01 .graph {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .numbers-section .c-title {
    margin-bottom: 2rem;
    text-align: left;
  }
  .numbers-section .c-title br {
    display: block;
  }
  .numbers-section .c-title::after {
    width: 84px;
    height: 92px;
  }
  .numbers-section .column {
    padding: 30px 20px;
  }
  .numbers-section .column .column-title {
    font-size: 20px;
  }
  .numbers-section .column .column-title .sub {
    font-size: 15px;
    line-height: 1.8;
  }
  .numbers-section .column02 .graph {
    margin: 0 -20px -30px;
  }
}
@media screen and (max-width: 480px) {
  .numbers-section {
    padding: 40px 0 60px;
  }
  .numbers-section .column01 .graph {
    width: 100%;
  }
  .numbers-section .column06 .graph {
    width: 100%;
  }
}

.bottom-section-wrap {
  background: linear-gradient(to top left, #082073 0%, #23a0db 73%, #082073 100%);
}
.bottom-section-wrap p {
  margin: 0;
}
.bottom-section-wrap .future-section {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 26px;
}
.bottom-section-wrap .future-section .c-title {
  margin-bottom: 76.8px;
  color: #fff;
}
.bottom-section-wrap .future-section .c-title .sub {
  color: #fff;
}
.bottom-section-wrap .future-section .value-column {
  padding: 38px 40px 49px;
  margin-bottom: 76.2px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 32px 0 rgba(139, 182, 246, 0.2);
}
.bottom-section-wrap .future-section .value-column .column-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #0e56a2;
  text-align: center;
}
.bottom-section-wrap .future-section .value-column .value-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.bottom-section-wrap .future-section .value-column .value-list li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.bottom-section-wrap .future-section .value-column .value-list .img {
  width: 310px;
  height: 204px;
  margin: 0 auto 20px;
}
.bottom-section-wrap .future-section .value-column .value-list .list-title {
  margin-bottom: 20px;
  text-align: center;
}
.bottom-section-wrap .future-section .value-column .value-list .list-title dt {
  margin-bottom: 7px;
  font-family: arial, "Yu Gothic", "游ゴシック", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #00afd7;
}
.bottom-section-wrap .future-section .value-column .value-list .list-title dd {
  margin-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #0e56a2;
}
.bottom-section-wrap .future-section .value-column .value-list .text {
  font-size: 1.5rem;
  line-height: 1.8;
}
.bottom-section-wrap .future-section .catch-column {
  background: url("https://3926524.fs1.hubspotusercontent-na1.net/hubfs/3926524/raw_assets/public/NRIS/secure-sketch-8th-anniversary/assets/images/home/future_bg_catch.png") no-repeat bottom 0 left 50%;
  background-size: contain;
}
.bottom-section-wrap .future-section .catch-column .head {
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}
.bottom-section-wrap .future-section .catch-column .column-sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
.bottom-section-wrap .future-section .catch-column .column-sub-title::before, .bottom-section-wrap .future-section .catch-column .column-sub-title::after {
  width: 2px;
  height: 52px;
  content: "";
  background: #fff;
}
.bottom-section-wrap .future-section .catch-column .column-sub-title::before {
  margin-right: 20px;
  transform: rotate(-25deg);
}
.bottom-section-wrap .future-section .catch-column .column-sub-title::after {
  margin-left: 20px;
  transform: rotate(25deg);
}
.bottom-section-wrap .future-section .catch-column .column-title {
  margin: 0;
  font-size: 40px;
}
.bottom-section-wrap .future-section .catch-column .catch-icon {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .bottom-section-wrap .future-section .value01 .value-list {
    margin: 0 -20px;
  }
  .bottom-section-wrap .future-section .value01 .value-list li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .bottom-section-wrap .future-section .value01 .value-list .img {
    width: 90%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 912px) {
  .bottom-section-wrap .future-section .value-column .value-list .list-title dd {
    font-size: 18px;
  }
  .bottom-section-wrap .future-section .catch-column .column-title {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .bottom-section-wrap .future-section .value-column .value-list li {
    width: 100%;
  }
  .bottom-section-wrap .future-section .value-column .value-list li:last-child {
    margin-bottom: 0;
  }
  .bottom-section-wrap .future-section .value-column .value-list li .img {
    width: max(260px, 69.3vw);
    height: auto;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .bottom-section-wrap .future-section {
    padding: 32px 0 7px;
  }
  .bottom-section-wrap .future-section .c-title {
    margin-bottom: 30px;
  }
  .bottom-section-wrap .future-section .value-column {
    padding: 30px 20px;
    margin-bottom: 32px;
  }
  .bottom-section-wrap .future-section .value-column .column-title {
    font-size: 20px;
  }
  .bottom-section-wrap .future-section .value-column .value-list .list-title {
    margin-bottom: 10px;
  }
  .bottom-section-wrap .future-section .value-column .value-list .list-title dt {
    font-size: 12px;
  }
  .bottom-section-wrap .future-section .value-column .value-list .list-title dd {
    font-size: 16px;
    line-height: 1.3;
  }
  .bottom-section-wrap .future-section .catch-column {
    background-position: 50% center;
    background-size: contain;
  }
  .bottom-section-wrap .future-section .catch-column .head {
    margin-bottom: 19px;
  }
  .bottom-section-wrap .future-section .catch-column .column-sub-title {
    margin-bottom: 14.3px;
    font-size: 19px;
  }
  .bottom-section-wrap .future-section .catch-column .column-sub-title::before, .bottom-section-wrap .future-section .catch-column .column-sub-title::after {
    height: 60px;
  }
  .bottom-section-wrap .future-section .catch-column .column-sub-title::before {
    margin-right: 35px;
  }
  .bottom-section-wrap .future-section .catch-column .column-sub-title::after {
    margin-left: 35px;
  }
}
.bottom-section-wrap .message-section {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 160px;
}
.bottom-section-wrap .message-section .column {
  padding: 0 40px 113px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px 0 rgba(139, 182, 246, 0.2);
}
.bottom-section-wrap .message-section .column .img-chara {
  margin-bottom: -8px;
  transform: translateY(-40px);
}
.bottom-section-wrap .message-section .column .c-title {
  margin: 0 0 36px;
}
.bottom-section-wrap .message-section .column .text {
  margin-bottom: 37px;
  font-size: 15px;
  line-height: 2.4;
}
.bottom-section-wrap .message-section .column .text-copy {
  margin: 40px 0;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .bottom-section-wrap .message-section .column {
    padding: 0 30px 40px;
  }
  .bottom-section-wrap .message-section .column .text {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .bottom-section-wrap .message-section {
    padding-bottom: 40px;
  }
  .bottom-section-wrap .message-section .column {
    padding: 0 20px 58px;
  }
  .bottom-section-wrap .message-section .column .c-title {
    margin-bottom: 20px;
  }
  .bottom-section-wrap .message-section .column .img-chara {
    width: 64px;
    margin: 0 auto -20px;
  }
  .bottom-section-wrap .message-section .column .text:has(+ :not(.text)) {
    margin-bottom: 0;
  }
  .bottom-section-wrap .message-section .column .text-copy {
    margin-top: 30px;
    text-align: left;
  }
  .bottom-section-wrap .message-section .column .logo {
    width: 120px;
    margin: 0 auto;
  }
}

.contact-section {
  padding-top: 8rem;
  padding-bottom: 7rem;
  color: #012858;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-section {
    padding-top: 4rem;
    padding-bottom: 327px;
  }
}
.contact-section .adjust-width {
  max-width: 1080px;
}
.contact-section h2 {
  display: flex;
  justify-content: center;
  width: fit-content;
  padding: 9px 77px;
  margin: 0 auto 4.8rem;
  font-size: 3.2rem;
  line-height: 1.6;
  background: url("https://3926524.fs1.hubspotusercontent-na1.net/hubfs/3926524/raw_assets/public/NRIS/secure-sketch-8th-anniversary/assets/images/home/title-slash.svg") 0 0 no-repeat, url("https://3926524.fs1.hubspotusercontent-na1.net/hubfs/3926524/raw_assets/public/NRIS/secure-sketch-8th-anniversary/assets/images/home/title-slash.svg") 100% 100% no-repeat;
}
@media screen and (max-width: 768px) {
  .contact-section h2 {
    padding: 10px 32px;
    margin-bottom: 2.4rem;
    font-size: 2rem;
  }
}
.contact-section h2 span {
  display: block;
  flex: 1 1 auto;
  width: 100%;
}
.contact-section .cta {
  position: relative;
  max-width: 930px;
  padding: 70px 390px 62.4px 46px;
  margin: 0 auto 64px;
  background: url("https://3926524.fs1.hubspotusercontent-na1.net/hubfs/3926524/raw_assets/public/NRIS/secure-sketch-8th-anniversary/assets/images/home/cta-bg.png") no-repeat center/cover;
  border-radius: 17.91px;
}
@media screen and (max-width: 768px) {
  .contact-section .cta {
    max-width: 460px;
    padding: 21px 17px 18px 27px;
    margin-bottom: 50px;
    background: url("https://3926524.fs1.hubspotusercontent-na1.net/hubfs/3926524/raw_assets/public/NRIS/secure-sketch-8th-anniversary/assets/images/home/cta-bg.png") no-repeat center/cover;
    border-radius: 6.27px;
  }
}
.contact-section .cta .left {
  font-weight: bold;
  color: #fff;
  text-align: left;
}
.contact-section .cta .left .head {
  margin-bottom: 15px;
  font-size: 33.83px;
  line-height: 1.4;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 768px) {
  .contact-section .cta .left .head {
    margin-bottom: 7px;
    font-size: 1.9rem;
    letter-spacing: 0.11px;
  }
}
.contact-section .cta .left .text {
  margin: 0 0 24px;
  font-size: 17.51px;
  letter-spacing: 1.06px;
}
@media screen and (max-width: 768px) {
  .contact-section .cta .left .text {
    margin-bottom: 9px;
    font-size: 12.13px;
    line-height: 1.4;
    letter-spacing: 0.37px;
  }
}
@media screen and (min-width: 500px) {
  .contact-section .cta .left .text br {
    display: none;
  }
}
.contact-section .cta .left .cta-link {
  position: relative;
  display: inline-block;
  padding: 13px 45.5px;
  font-size: 14.17px;
  color: #012858;
  text-decoration: none;
  letter-spacing: 0.81px;
  background-color: #fff;
  border-radius: 5.06px;
  box-shadow: 0 13.04px 21.05px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .contact-section .cta .left .cta-link {
    padding: 6px 13px;
    font-size: 10.83px;
    letter-spacing: 0.45px;
    border-radius: 2.79px;
  }
}
.contact-section .cta .left .cta-link::after {
  position: absolute;
  top: 0;
  right: 10.54px;
  bottom: 0;
  width: 6px;
  height: 8px;
  margin: auto 0;
  content: "";
  background: url("https://3926524.fs1.hubspotusercontent-na1.net/hubfs/3926524/raw_assets/public/NRIS/secure-sketch-8th-anniversary/assets/images/home/button-arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .contact-section .cta .left .cta-link::after {
    right: 5px;
    width: 3px;
    height: 4px;
  }
}
.contact-section .cta .right {
  position: absolute;
  top: 26px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .contact-section .cta .right {
    top: unset;
    right: 0;
    bottom: 0;
  }
  .contact-section .cta .right img {
    width: 140px;
  }
}
.contact-section .cta .chara {
  position: absolute;
  right: -28px;
  bottom: -13px;
}
@media screen and (max-width: 1100px) {
  .contact-section .cta .chara {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-section .cta .chara {
    right: -9px;
    bottom: -6px;
    width: 38px;
  }
}
.contact-section .archive-slider:not(.is-overflow) ul {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact-section .archive-slider {
    padding-right: 3.84vw;
    padding-left: 3.84vw;
  }
}
.contact-section .archive-slider h3 {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .contact-section .archive-slider h3 {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section .archive-slider .splide__track {
    overflow: visible;
  }
}
.contact-section .archive-slider li {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6.17px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}
.contact-section .archive-slider li:not(:last-child) {
  margin-right: 2.4rem;
}
@media screen and (max-width: 768px) {
  .contact-section .archive-slider li {
    margin: 0;
  }
  .contact-section .archive-slider li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
}
.contact-section .archive-slider li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15.43px;
  font-weight: bold;
  line-height: 1.25;
  color: #012858;
  text-decoration: none;
  letter-spacing: 0.82px;
  border-radius: 6.17px;
}
.contact-section .archive-slider li a::after {
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  width: 6px;
  height: 8px;
  margin: auto 0;
  content: "";
  background: url("https://3926524.fs1.hubspotusercontent-na1.net/hubfs/3926524/raw_assets/public/NRIS/secure-sketch-8th-anniversary/assets/images/home/button-arrow.svg") no-repeat center/contain;
}
.contact-section .archive-slider li .image img {
  border-radius: 6.17px 0 0 6.17px;
}
.contact-section .archive-slider li .content {
  padding: 4.4rem 2.7rem;
  margin: 0;
}
.contact-section .archive-slider .splide__pagination {
  bottom: -15px;
  gap: 1.2rem;
}
.contact-section .archive-slider .splide__pagination li,
.contact-section .archive-slider .splide__pagination button {
  margin: 0;
}
.contact-section .archive-slider .splide__pagination button {
  display: block;
  width: 7px;
  height: 7px;
  background-color: rgba(1, 40, 88, 0.2);
  opacity: 1;
  transition: opacity 0.3s;
}
.contact-section .archive-slider .splide__pagination button.is-active {
  background-color: #012858;
  transform: scale(1);
}
.contact-section .archive-slider .splide__pagination button:hover {
  opacity: 0.6;
}

/* ------------------------------------------------------------
 * PC/SP表示切替
------------------------------------------------------------ */
@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}
/* ------------------------------------------------------------
 * margin
------------------------------------------------------------ */
.u-mt0 {
  margin-top: 0;
}

/* ------------------------------------------------------------
 * 画像
------------------------------------------------------------ */
.u-ofi {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  object-fit: cover;
  object-position: 50% 50%;
}
.u-ofi.-contain {
  font-family: "object-fit: contain; object-position: 50% 50%;";
  object-fit: contain;
}

/* ------------------------------------------------------------
 * サイト内共通 js class
------------------------------------------------------------ */
.-js-slide-toggle-trig,
[data-tab-target],
[data-tab-switch] {
  -webkit-user-select: none;
  user-select: none;
}

.u-tab-switch-target,
.-js-tab-target-hide,
.-js-tab-switch-hide {
  display: none;
}

.-js-tab-target-show,
.-js-tab-switch-show {
  display: block;
  animation: fade-in 0.25s ease-out;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}