/*! 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 {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace; /* 1 */
  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: bold;
}

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

.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}

.basicLightbox--visible {
  opacity: 1;
}

.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}

.basicLightbox__placeholder > iframe:first-child:last-child, .basicLightbox__placeholder > img:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}

.basicLightbox__placeholder > iframe:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  pointer-events: auto;
}

.basicLightbox__placeholder > img:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}

.basicLightbox--iframe .basicLightbox__placeholder, .basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}@charset "UTF-8";
/* ======================================================================
 * setting
====================================================================== */@font-face {
  font-family: "nris";
  font-style: normal;
  font-weight: normal;
  src: url(//242836407.fs1.hubspotusercontent-na2.net/hubfs/242836407/raw_assets/public/uni-id/uniid2025/assets/fonts/icon/fonts/nris.eot);
  src: url(//242836407.fs1.hubspotusercontent-na2.net/hubfs/242836407/raw_assets/public/uni-id/uniid2025/assets/fonts/icon/fonts/nris.eot#iefix) format('embedded-opentype'), url(//242836407.fs1.hubspotusercontent-na2.net/hubfs/242836407/raw_assets/public/uni-id/uniid2025/assets/fonts/icon/fonts/nris.ttf) format('truetype'), url(//242836407.fs1.hubspotusercontent-na2.net/hubfs/242836407/raw_assets/public/uni-id/uniid2025/assets/fonts/icon/fonts/nris.woff) format('woff'), url(//242836407.fs1.hubspotusercontent-na2.net/hubfs/242836407/raw_assets/public/uni-id/uniid2025/assets/fonts/icon/fonts/nris.svg#nris) format('svg');
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "nris" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-a01::before {
  content: "\e900";
}

.icon-a02::before {
  content: "\e902";
}

.icon-a03::before {
  content: "\e903";
}

.icon-a04::before {
  content: "\e904";
}

.icon-a05::before {
  content: "\e905";
}

.icon-a06::before {
  content: "\e906";
}

.icon-b01::before {
  content: "\e907";
}

.icon-b02::before {
  content: "\e908";
}

.icon-b03::before {
  content: "\e909";
}

.icon-b04::before {
  content: "\e90a";
}

.icon-b05::before {
  content: "\e90b";
}

.icon-b06::before {
  content: "\e90c";
}

.icon-b07::before {
  content: "\e90d";
}

.icon-b08::before {
  content: "\e90e";
}

.icon-b09::before {
  content: "\e90f";
}

.icon-b10::before {
  content: "\e910";
}

.icon-b11::before {
  content: "\e911";
}

.icon-b12::before {
  content: "\e912";
}

.icon-b13::before {
  content: "\e913";
}

.icon-b14::before {
  content: "\e914";
}

.icon-b15::before {
  content: "\e915";
}

.icon-b16::before {
  content: "\e916";
}

.icon-b17::before {
  content: "\e917";
}

.icon-b18::before {
  content: "\e918";
}

.icon-b19::before {
  content: "\e919";
}

.icon-b20::before {
  content: "\e91a";
}

.icon-b21::before {
  content: "\e91b";
}

.icon-b22::before {
  content: "\e91c";
}

.icon-b23::before {
  content: "\e91d";
}

.icon-b24::before {
  content: "\e91e";
}

.icon-b25::before {
  content: "\e91f";
}

.icon-b26::before {
  content: "\e920";
}

.icon-b27::before {
  content: "\e921";
}

.icon-b28::before {
  content: "\e922";
}

.icon-b29::before {
  content: "\e923";
}

.icon-c01::before {
  content: "\e924";
}

.icon-c02::before {
  content: "\e925";
}

.icon-c03::before {
  content: "\e926";
}

.icon-c04::before {
  content: "\e927";
}

.icon-c05::before {
  content: "\e928";
}

.icon-c06::before {
  content: "\e929";
}

.icon-c07::before {
  content: "\e92a";
}

.icon-c08::before {
  content: "\e92b";
}

.icon-c09::before {
  content: "\e92c";
}

.icon-c10::before {
  content: "\e92d";
}

.icon-c11::before {
  content: "\e92e";
}

.icon-c12::before {
  content: "\e92f";
}

.icon-c13::before {
  content: "\e930";
}

.icon-c14::before {
  content: "\e931";
}

.icon-c15::before {
  content: "\e932";
}

.icon-c16::before {
  content: "\e933";
}

.icon-c17::before {
  content: "\e934";
}

.icon-c18::before {
  content: "\e935";
}

.icon-c19::before {
  content: "\e936";
}

.icon-c20::before {
  content: "\e937";
}

.icon-c21::before {
  content: "\e938";
}

.icon-c22::before {
  content: "\e939";
}

.icon-c23::before {
  content: "\e93a";
}

.icon-c24::before {
  content: "\e93b";
}

.icon-c25::before {
  content: "\e93c";
}

.icon-c26::before {
  content: "\e93d";
}

.icon-c27::before {
  content: "\e93e";
}

.icon-c28::before {
  content: "\e93f";
}

.icon-c29::before {
  content: "\e940";
}

.icon-c30::before {
  content: "\e941";
}

.icon-c31::before {
  content: "\e942";
}

.icon-c32::before {
  content: "\e943";
}

.icon-c33::before {
  content: "\e944";
}

.icon-c34::before {
  content: "\e945";
}

.icon-c35::before {
  content: "\e946";
}

.icon-c36::before {
  content: "\e947";
}

.icon-c37::before {
  content: "\e948";
}

.icon-c38::before {
  content: "\e949";
}

.icon-c39::before {
  content: "\e94a";
}

.icon-d01::before {
  content: "\e94b";
}

.icon-d02::before {
  content: "\e94c";
}

.icon-d03::before {
  content: "\e94d";
}

.icon-d04::before {
  content: "\e94e";
}

.icon-d05::before {
  content: "\e94f";
}

.icon-d06::before {
  content: "\e950";
}

.icon-d07::before {
  content: "\e951";
}

.icon-d08::before {
  content: "\e952";
}

.icon-d09::before {
  content: "\e953";
}

.icon-d10::before {
  content: "\e954";
}

.icon-d11::before {
  content: "\e955";
}

.icon-d12::before {
  content: "\e956";
}

.icon-d13::before {
  content: "\e957";
}

.icon-d14::before {
  content: "\e958";
}

.icon-d15::before {
  content: "\e959";
}

.icon-d16::before {
  content: "\e95a";
}

.icon-d17::before {
  content: "\e95b";
}

.icon-d18::before {
  content: "\e95c";
}

.icon-d19::before {
  content: "\e95d";
}

.icon-d20::before {
  content: "\e95e";
}

.icon-d21::before {
  content: "\e95f";
}

.icon-d22::before {
  content: "\e960";
}

.icon-d23::before {
  content: "\e961";
}

.icon-d24::before {
  content: "\e962";
}

.icon-d25::before {
  content: "\e963";
}

.icon-d26::before {
  content: "\e964";
}

.icon-e01::before {
  content: "\e965";
}

.icon-e02::before {
  content: "\e966";
}

.icon-e03::before {
  content: "\e967";
}

.icon-e04::before {
  content: "\e968";
}

.icon-e05::before {
  content: "\e969";
}

.icon-e06::before {
  content: "\e96a";
}

.icon-e07::before {
  content: "\e96b";
}

.icon-e08::before {
  content: "\e96c";
}

.icon-e09::before {
  content: "\e96d";
}

.icon-e10::before {
  content: "\e96e";
}

.icon-e11::before {
  content: "\e96f";
}

.icon-e12::before {
  content: "\e970";
}

.icon-e13::before {
  content: "\e971";
}

.icon-e14::before {
  content: "\e972";
}

.icon-e15::before {
  content: "\e973";
}

.icon-e16::before {
  content: "\e974";
}

.icon-e17::before {
  content: "\e975";
}

.icon-e18::before {
  content: "\e976";
}

.icon-e19::before {
  content: "\e977";
}

.icon-e20::before {
  content: "\e978";
}

.icon-e21::before {
  content: "\e979";
}

.icon-e22::before {
  content: "\e97a";
}

.icon-e23::before {
  content: "\e97b";
}

.icon-e24::before {
  content: "\e97c";
}

.icon-e25::before {
  content: "\e97d";
}

.icon-e26::before {
  content: "\e97e";
}

.icon-e27::before {
  content: "\e97f";
}

.icon-e28::before {
  content: "\e980";
}

.icon-e29::before {
  content: "\e981";
}

.icon-e30::before {
  content: "\e982";
}

.icon-e31::before {
  content: "\e983";
}

.icon-e32::before {
  content: "\e984";
}

.icon-e33::before {
  content: "\e985";
}

.icon-e34::before {
  content: "\e986";
}

.icon-e35::before {
  content: "\e987";
}

.icon-e36::before {
  content: "\e988";
}

.icon-e37::before {
  content: "\e989";
}

.icon-e38::before {
  content: "\e98a";
}

.icon-e39::before {
  content: "\e98b";
}

.icon-e40::before {
  content: "\e98c";
}

.icon-e41::before {
  content: "\e98d";
}

.icon-o01::before {
  content: "\e98e";
}

.icon-o02::before {
  content: "\e98f";
}

.icon-o03::before {
  content: "\e990";
}

.icon-o04::before {
  content: "\e991";
}

.icon-o05::before {
  content: "\e992";
}

.icon-o06::before {
  content: "\e993";
}

.icon-o07::before {
  content: "\e994";
}

.icon-o08::before {
  content: "\e995";
}

.icon-o09::before {
  content: "\e996";
}

.icon-o10::before {
  content: "\e997";
}

.icon-o11::before {
  content: "\e998";
}

.icon-o12::before {
  content: "\e999";
}

.icon-o13::before {
  content: "\e99a";
}

.icon-o14::before {
  content: "\e99b";
}

.icon-o15::before {
  content: "\e99c";
}

.icon-o16::before {
  content: "\e99d";
}

.icon-o17::before {
  content: "\e99e";
}

.icon-o18::before {
  content: "\e99f";
}

.icon-o19::before {
  content: "\e9a1";
}

.icon-o20::before {
  content: "\e9a2";
}

.icon-o21::before {
  content: "\e9a3";
}

.icon-o22::before {
  content: "\e9a4";
}

.icon-o23::before {
  content: "\e9a5";
}

.icon-o24::before {
  content: "\e9a6";
}

.icon-o25::before {
  content: "\e9a7";
}

.icon-q01::before {
  content: "\e9a8";
}

.icon-q02::before {
  content: "\e9a9";
}

.icon-q03::before {
  content: "\e9aa";
}

.icon-q04::before {
  content: "\e9ab";
}

.icon-q05::before {
  content: "\e9ac";
}

.icon-q06::before {
  content: "\e9ad";
}

.icon-q07::before {
  content: "\e9ae";
}

.icon-q08::before {
  content: "\e9af";
}

.icon-q09::before {
  content: "\e9b0";
}

.icon-q10::before {
  content: "\e9b1";
}

.icon-q11::before {
  content: "\e9b2";
}

.icon-q12::before {
  content: "\e9b3";
}

.icon-q13::before {
  content: "\e9b4";
}

.icon-pdf::before {
  content: "\e9a0";
}

.icon-blank::before {
  content: "\e901";
}/* ------------------------------------------------------------
 * tag setting
------------------------------------------------------------ */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

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

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

table:not([class]) th,
table:not([class]) td {
  padding: 0.7em 1em;
  text-align: left;
  border: 1px solid #898989;
}
table:not([class]) th {
  background: #f9f9f9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2.5em 0 1em;
  line-height: 1.6;
}
h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + * {
  margin-top: 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

ul:not([class]),
ol:not([class]) {
  padding-left: 1.5em;
}

hr {
  margin: 3em 0;
  border-top: 1px solid #898989;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

blockquote {
  position: relative;
  padding-left: 2.8em;
  margin: 1em 0;
}
blockquote::before {
  position: absolute;
  top: 0;
  left: 1.35em;
  width: 4px;
  height: 100%;
  content: "";
  background: #ddd;
}

code,
pre {
  padding: 1em 1.5em;
  background: #f9f9f9;
}

pre {
  word-break: break-all;
  white-space: pre-wrap;
}

pre > code {
  padding: 0;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  html {
    font-size: min(1.1vw, 10px);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 2.65vw;
  }
}

body {
  color: #222222;
  font-family:  Noto Sans JP , sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #005bac;
  word-break: break-word;
}
@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
}

button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}@charset "UTF-8";
/* ======================================================================
 * デフォルトのモジュールを拡張したい場合など、必要なものは要確認,
====================================================================== */
.buffer-message {
  padding: 1.5rem;
  margin: 2em 0;
  font-weight: 500;
  color: red;
  border: 2px solid red;
}

.no-module-data {
  padding: 1em;
  margin: 2em 0 !important;
}@charset "UTF-8";
/* ======================================================================
 * dndセクション初期設定
====================================================================== */
.dnd-section {
  padding: 120px 20px;
}
@media screen and (max-width: 768px) {
  .dnd-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.dnd-section > .row-fluid:not([class*=adjust-width]) {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .row-fluid {
    flex-direction: column;
  }
}
.row-fluid [class*=span] {
  display: block;
  width: 100%;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 768px) {
  .row-fluid [class*=span] {
    width: auto;
  }
}/* ======================================================================
 * adjust-width
====================================================================== */
.adjust-width {
  width: calc(100% - 40px);
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}
.adjust-width-small {
  width: calc(100% - 40px);
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.adjust-width .adjust-width-small {
  width: 100%;
}

.dnd-section .adjust-width,
.dnd-section .adjust-width-small {
  width: 100%;
}@charset "UTF-8";
/* ======================================================================
 * スライダー
====================================================================== */
/* ------------------------------------------------------------
 * ページネーション
------------------------------------------------------------ */
.splide__pagination {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .splide__pagination {
    gap: 0.4rem;
  }
}

.splide__pagination__page {
  display: block;
  width: 44px;
  height: 9px;
  margin: 2px;
  background: #dcdcdc;
  border: none;
  border-radius: 0;
  outline: none;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .splide__pagination__page {
    width: 32px;
    height: 4px;
  }
}
.splide__pagination__page.is-active {
  background: #222222;
}@charset "UTF-8";
/* ======================================================================
 * ボタンスタイル
====================================================================== */
/* ------------------------------------------------------------
 * c-button
------------------------------------------------------------ */
.c-button {
  position: relative;
  z-index: 0;
  display: flex;
  gap: 0.8rem 2rem;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  background: #005bac;
  border: 2px solid #005bac;
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
  transition: background 0.25s, color 0.25s;
}
.c-button .icon {
  font-size: 3.2rem;
}
.c-button.-arrow::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: border-color 0.25s, right 0.25s;
  transform: rotate(45deg);
}
.c-button.-arrow.-icon-left::after {
  right: auto;
  left: 20px;
  transition: border-color 0.25s, left 0.25s;
  transform: rotate(225deg);
}
.c-button.-arrow.-icon-left:hover::after {
  left: 15px;
}
.c-button:hover {
  color: #005bac;
  background: #fff;
  opacity: 1;
}
.c-button:hover::after {
  right: 15px;
  border-color: #005bac;
}
.c-button.-disabled {
  background: #999;
  border-color: #999;
}
.c-button.-disabled:hover {
  color: #fff;
}
.c-button.-disabled:hover::after {
  border-color: #999;
}
@media screen and (max-width: 768px) {
  .c-button {
    min-height: 6rem;
    font-size: 1.5rem;
  }
  .c-button .icon {
    font-size: 2.5rem;
  }
  .c-button::after {
    right: 12px;
  }
  .c-button:hover::after {
    right: 12px;
  }
  .c-button.-left-arrow::after {
    right: auto;
    left: 12px;
  }
  .c-button.-left-arrow:hover::after {
    left: 12px;
  }
}
.c-button.-white {
  background-color: #fff;
  color: #005bac;
}
.c-button.-white:hover {
  background: #005bac;
  color: #fff;
}
.c-button.-white:hover::after {
  border-color: #fff;
}
.c-button.-navy {
  background: #00196e;
  border-color: #00196e;
}
.c-button.-navy:hover {
  color: #00196e;
  background: #fff;
}
.c-button.-navy:hover::after {
  border-color: #00196e;
}
.c-button.-red {
  background: #d12c2d;
  border-color: #d12c2d;
}
.c-button.-red:hover {
  color: #d12c2d;
  background: #fff;
}
.c-button.-red:hover::after {
  border-color: #d12c2d;
}@charset "UTF-8";
/* ======================================================================
 * hs form
====================================================================== */
form fieldset {
  max-width: 100% !important;
  padding: 0;
}
form label {
  display: block;
}
form.form-columns-1 .input {
  margin-right: 0 !important;
}
form .form-columns-2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  form .form-columns-2 {
    flex-direction: column;
  }
}
form .form-columns-2 .hs-form-field {
  width: 48.5% !important;
}
@media screen and (max-width: 768px) {
  form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
form .form-columns-2 .hs-form-field:nth-child(2n) {
  margin-left: 0;
}
form .form-columns-2 textarea {
  min-height: 5.8em;
}
form .hs-form-field {
  margin-bottom: 1.8rem;
  font-size: 1.4rem;
}
form .hs-form-field > label {
  display: block;
  margin-bottom: 0.2em;
  font-weight: 500;
}
form .hs-form-field .input {
  margin-right: 0 !important;
}
form .form-columns-0 .hs-richtext {
  margin-bottom: 1.8rem;
}
form .hs-richtext {
  margin-bottom: 0.5em;
}
form .hs-richtext img {
  max-width: 100% !important;
  height: auto;
}
form .inputs-list {
  padding: 0;
  list-style: none;
}
form .hs-form-required {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  vertical-align: -2px;
}
form .hs-form-required::before {
  display: block;
  padding: 0.25em 0.4em;
  margin-left: 1em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  white-space: nowrap;
  content: "必須";
  background: #e60012;
}
form .hs-error-msgs {
  margin: 0.2em 0 0;
}
form .hs-error-msg {
  font-size: 1.3rem;
  color: #e60012;
}
@media screen and (max-width: 768px) {
  form .hs-error-msg {
    font-size: 1.2rem;
  }
}
form .hs-field-desc {
  margin-bottom: 0.2em;
  font-size: 1.2rem;
}
form select,
form textarea, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
  width: 100% !important;
  padding: 0.465em 0.9em;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}
form select::placeholder,
form textarea::placeholder, form input[type=text]::placeholder, form input[type=email]::placeholder, form input[type=password]::placeholder, form input[type=tel]::placeholder, form input[type=number]::placeholder, form input[type=file]::placeholder, form input[type=search]::placeholder, form input[type=date]::placeholder {
  color: #ccc;
}
form select:focus::placeholder,
form textarea:focus::placeholder, form input[type=text]:focus::placeholder, form input[type=email]:focus::placeholder, form input[type=password]:focus::placeholder, form input[type=tel]:focus::placeholder, form input[type=number]:focus::placeholder, form input[type=file]:focus::placeholder, form input[type=search]:focus::placeholder, form input[type=date]:focus::placeholder {
  color: transparent;
}
form textarea {
  display: block;
  min-height: 8.8em;
  resize: vertical;
}
form .hs-fieldtype-select .input {
  position: relative;
}
form .hs-fieldtype-select .input::after {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -9px;
  pointer-events: none;
  content: "";
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
  transform: rotate(135deg);
}
form .hs-fieldtype-select .input select {
  padding-right: 40px;
  color: inherit;
  -webkit-appearance: none;
  appearance: none;
  background-color: inherit;
}
form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
form input[type=file] {
  padding: initial;
  cursor: pointer;
  background-color: transparent;
  border: initial;
}
form .fn-date-picker .pika-button {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
form .fn-date-picker .pika-button:hover, form .fn-date-picker .pika-button:focus {
  color: #fff;
  background: #222222 !important;
  border-radius: 0 !important;
}
form .fn-date-picker .is-today .pika-button {
  color: #222222;
}
form .fn-date-picker .is-selected .pika-button {
  background: #222222;
  border-radius: 0 !important;
  box-shadow: none;
}
form .hs-fieldtype-checkbox .multi-container,
form .hs-fieldtype-radio .multi-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 1em;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  line-height: 1.5;
  cursor: pointer;
}
form input[type=checkbox] + span::before, form input[type=checkbox] + span::after {
  position: absolute;
  display: block;
  content: "";
}
form input[type=checkbox] + span::before {
  top: calc(0.75em - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #b5b5b5;
}
form input[type=checkbox] + span::after {
  top: calc(0.75em - 5px);
  left: 4px;
  width: 12px;
  height: 7px;
  border-bottom: 3px solid #222222;
  border-left: 3px solid #222222;
  opacity: 0;
  transition: opacity 0.25s;
  transform: rotate(-45deg);
}
form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
form input[type=radio] {
  display: none;
}
form input[type=radio] a {
  color: inherit;
}
form input[type=radio] + span {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
  cursor: pointer;
}
form input[type=radio] + span::before, form input[type=radio] + span::after {
  box-sizing: border-box;
  display: block;
  content: "";
  border-radius: 50%;
}
form input[type=radio] + span::before {
  flex: 0 0 auto;
  align-self: flex-start;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  background: #fff;
  border: 1px solid #b5b5b5;
}
form input[type=radio] + span::after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #222222;
  opacity: 0;
  transition: opacity 0.25s;
}
form input[type=radio]:checked + span::after {
  opacity: 1;
}
form .legal-consent-container .hs-richtext {
  margin-top: 1.5em;
  font-size: 1.2rem;
}
form .legal-consent-container .hs-form-booleancheckbox-display {
  margin-top: 1.5em;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
form .grecaptcha-badge {
  margin: 30px auto;
}
form .hs-submit {
  position: relative;
  width: 90%;
  max-width: 350px;
  margin: 3em auto 0;
}
form .hs-submit::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: border-color 0.25s, right 0.25s;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  form .hs-submit::after {
    right: 12px;
  }
}
form .hs-submit:hover::after {
  right: 15px;
  border-color: #222222;
}
@media screen and (max-width: 768px) {
  form .hs-submit:hover::after {
    right: 12px;
  }
}
form input[type=submit] {
  display: block;
  width: 100%;
  padding: 1.139em 1em;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  background: #222222;
  border: 2px solid #222222;
  outline: none;
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
  transition: background 0.25s, color 0.25s;
}
@media screen and (max-width: 768px) {
  form input[type=submit] {
    padding: 1.167em 3rem;
    font-size: 1.5rem;
  }
}
form input[type=submit]:hover {
  color: #222222;
  background: #fff;
}

.submitted-message {
  text-align: center;
}@charset "UTF-8";
/* ======================================================================
 * Header
====================================================================== */
.c-container {
  padding-top: 90px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-container {
    padding-top: 50px;
  }
}
.c-container.-simple {
  padding-top: 0;
}

/* ------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------ */
.is-in-editor {
  padding-top: 0;
}
.is-in-editor .c-header .header-main {
  position: static;
}
.is-in-editor .c-header .header-main .navi-mega-menu {
  display: none;
}

/* ------------------------------------------------------------
 * header
------------------------------------------------------------ */
.c-header .header-main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  gap: 1.5rem;
  width: 100%;
  height: 90px;
  padding: 0 3rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-header .header-main {
    height: 50px;
    padding: 0 0 0 2rem;
  }
}
.c-header ul {
  padding-left: 0;
  list-style: none;
}
.c-header .header-logo {
  display: flex;
  flex: 0 0 auto;
  gap: 4rem;
  align-items: center;
  max-width: 30%;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-header .header-logo {
    gap: 3.2rem;
    max-width: 60%;
  }
}
.c-header .header-logo * {
  margin: 0;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .c-header .header-logo .main {
    width: 4.6rem;
  }
}
.c-header .header-logo .sub {
  max-width: 65%;
  padding-top: 2%;
}
@media screen and (max-width: 768px) {
  .c-header .header-logo .sub {
    width: 10rem;
  }
}
.c-header .header-toggle {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 0 0 auto;
  cursor: pointer;
  background: none;
  border: none;
}
.c-header .header-toggle i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 26px;
  height: 1px;
  margin-left: -13px;
  background: #707070;
  transition: transform 0.3s, margin 0.3s;
}
.c-header .header-toggle i:first-child {
  margin-top: -4px;
}
.c-header .header-toggle i:last-child {
  margin-top: 4px;
}
.c-header .header-toggle.-js-opened i:first-child {
  margin-top: 0;
  transform: rotate(45deg);
}
.c-header .header-toggle.-js-opened i:last-child {
  width: 26px;
  margin-top: 0;
  margin-left: -13px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .c-header .header-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .c-header .g-navi {
    display: flex;
    flex: 1 1 auto;
    gap: 0 3.6rem;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1300px) {
  .c-header .g-navi {
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .c-header .g-navi {
    position: fixed;
    top: 50px;
    left: 100%;
    z-index: 99;
    width: 100%;
    max-height: calc(100% - 50px);
    padding: 25px 8vw;
    margin: 0;
    overflow: auto;
    visibility: hidden;
    background: #fff;
    transition: left 0.3s, visibility 0.3s;
  }
  .c-header .g-navi.-js-opened {
    left: 0;
    visibility: visible;
  }
}
.c-header .header-menu {
  margin: 0;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .c-header .header-menu {
    display: flex;
    gap: 3.2rem;
    align-items: flex-start;
  }
}
.c-header .header-menu a[href^="javascript:void(0);"] {
  cursor: default;
}
.c-header .header-menu > li {
  flex: 0 1 auto;
}
@media screen and (max-width: 768px) {
  .c-header .header-menu > li {
    margin-top: 2rem;
  }
}
.c-header .header-menu > li > a {
  display: block;
  text-decoration: none;
  color: #00196e;
}
@media screen and (min-width: 769px) {
  .c-header .header-menu > li > a {
    position: relative;
    padding: 1rem 0;
    font-weight: 500;
  }
  .c-header .header-menu > li > a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-bottom: 2px solid;
    border-color: #005bac;
    transition: width 0.25s ease-out;
  }
}
@media screen and (min-width: 769px) {
  .c-header .header-menu > li > a .en-text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-header .header-menu > li > a .en-text {
    display: block;
    margin-bottom: 0.15em;
    font-size: 2.4rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 769px) {
  .c-header .header-menu > li.current a::before {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .c-header .header-menu > li.has-child-menu {
    position: relative;
  }
  .c-header .header-menu > li.has-child-menu::before {
    position: absolute;
    top: 0;
    left: -25px;
    width: calc(100% + 50px);
    height: 90px;
    content: "";
  }
  .c-header .header-menu > li.has-child-menu:hover .navi-mega-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .c-header .header-menu > li.has-child-menu > a {
    padding-right: 1.1em;
  }
  .c-header .header-menu > li.has-child-menu > a::after {
    position: absolute;
    top: calc(50% - 0.7rem);
    right: 0.1em;
    box-sizing: border-box;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    content: "";
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #00196e;
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 768px) {
  .c-header .header-menu > li.has-child-menu > a {
    display: none;
  }
}
.c-header .header-menu > li:hover a {
  opacity: 1;
}
.c-header .header-menu > li:hover a::before {
  width: 100%;
}
.c-header .header-menu > li:hover a::after {
  border-color: #005bac;
}
@media screen and (min-width: 769px) {
  .c-header .navi-mega-menu {
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 100;
    width: 100%;
    visibility: hidden;
    background-color: #fff;
    border-top: 1px solid #ccc;
    box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.16);
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-header .navi-mega-menu .menu-item {
    display: flex;
  }
}
.c-header .navi-mega-menu .heading {
  color: #00196e;
}
@media screen and (min-width: 769px) {
  .c-header .navi-mega-menu .heading {
    flex: 0 0 auto;
    max-width: 40%;
    padding: 2rem 4rem;
    font-weight: bold;
    border-right: 1px solid #ccc;
  }
}
.c-header .navi-mega-menu .heading .en-text {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-header .navi-mega-menu .heading .en-text {
    margin-bottom: 0.15em;
    font-size: 2.4rem;
    line-height: 1.1;
  }
}
.c-header .navi-mega-menu .child-menu {
  flex: 1 1 auto;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-header .navi-mega-menu .child-menu {
    margin-top: 0.4rem;
  }
}
.c-header .navi-mega-menu .child-menu a {
  display: block;
  padding: 1.6rem 3.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-header .navi-mega-menu .child-menu a {
    padding: 0.8rem 1em;
    font-size: 1.2rem;
  }
}
.c-header .navi-mega-menu .child-menu a:hover {
  color: #fff;
  opacity: 1;
  background-color: #005bac;
}
.c-header .navi-mega-menu .child-menu a .main {
  display: block;
  margin-top: 0.4rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-header .navi-mega-menu .child-menu a .main {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-header .header-button-group {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #71808a;
  }
}
.c-header .header-button-group .cmn02_button {
  gap: 2rem 1rem;
}
@media screen and (min-width: 769px) {
  .c-header .header-button-group .cmn02_button {
    flex-wrap: nowrap;
  }
}
.c-header .header-button-group .c-button {
  column-gap: 0.6rem;
  width: auto;
  min-height: 2.8rem;
  padding: 0.4rem 1.4rem;
  font-size: 1.3rem;
  border-width: 1px;
  border-radius: 3px;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .c-header .header-button-group .c-button {
    flex-direction: row;
    column-gap: 1.5rem;
    width: 100%;
    min-height: 5.5rem;
    font-size: 1.5rem;
    border-radius: 3px;
  }
}
.c-header .header-button-group .c-button .icon {
  font-size: 1.1em;
}
.c-header .header-button-group .c-button .icon svg {
  display: block;
  max-width: 1.5rem;
  max-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-header .header-button-group .c-button .icon svg {
    max-width: 2rem;
    max-height: 2rem;
  }
}

/** 印刷用 **/
@media print {
  .g-header .header-main {
    position: absolute;
  }
  .g-header .header-button-group a .icon {
    display: none;
  }
  .g-header .g-navi .main-menu {
    display: none;
  }
  .g-header .mega-menu-group {
    display: none;
  }
  .bg-text {
    display: none;
  }
}/* ======================================================================
 * footer
====================================================================== */
.pagetop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  margin: 0;
  background-color: #fff;
  border: none;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .pagetop {
    height: 55px;
  }
}
.pagetop .icon {
  position: relative;
  display: block;
  width: 6rem;
}
@media screen and (max-width: 768px) {
  .pagetop .icon {
    width: 4.8rem;
  }
}
.pagetop .icon img {
  display: block;
  transition: opacity 0.25s;
}
.pagetop .icon .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.pagetop:hover .icon .default {
  opacity: 0;
}
.pagetop:hover .icon .hover {
  opacity: 1;
}

.c-footer-cta-container .cmn02_button {
  flex-wrap: nowrap;
  gap: 0 1px;
}
.c-footer-cta-container .cmn02_button .c-button {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 8.334em;
  padding: 5px;
  font-size: 1.8rem;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
  background: #00196e;
}
@media screen and (max-width: 768px) {
  .c-footer-cta-container .cmn02_button .c-button {
    gap: 0.4rem;
    min-height: 6rem;
    font-size: 0.9rem;
  }
}
.c-footer-cta-container .cmn02_button .c-button .icon {
  width: 100%;
  max-width: 3.5rem;
  max-height: 3.5rem;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .c-footer-cta-container .cmn02_button .c-button .icon {
    max-width: 2.2rem;
    max-height: 2.2rem;
    font-size: 2.2rem;
  }
}
.c-footer-cta-container .cmn02_button .c-button .icon svg {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .c-footer-cta-container .cmn02_button .c-button .icon svg {
    max-width: 2.2rem;
    max-height: 2.2rem;
  }
}
.c-footer-cta-container .cmn02_button .c-button:hover {
  color: #fff;
  opacity: 0.7;
  background: #00196e;
}

.c-footer {
  padding: 0 20px;
  background: #f9f9f9;
}
.c-footer .footer-top {
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-top {
    padding: 2.4rem 0;
  }
}
.c-footer .footer-logo {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-logo {
    width: 12rem;
  }
}
.c-footer .footer-logo * {
  margin: 0;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .c-footer .cmn80_footer {
    display: none;
  }
}

.c-footer-bottom {
  padding: 4rem 0;
  font-size: 1rem;
  color: #898989;
  background: #f9f9f9;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .c-footer-bottom {
    padding: 2.5rem 0;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .c-footer-bottom .footer-bottom-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 7rem;
  }
}
.is-in-editor .nris-tec-logo {
  position: absolute !important;
}

@media screen and (min-width: 769px) {
  .c-footer-bottom .nris-tec-logo {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-bottom .nris-tec-logo {
    width: 4rem;
    margin: 0 auto 2.5rem;
  }
}
.c-footer-bottom .footer-support-menu {
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  .c-footer-bottom .footer-support-menu {
    margin-bottom: 3rem;
  }
}
.c-footer-bottom .footer-support-menu a {
  color: inherit;
  text-decoration: none;
}
.c-footer-bottom .footer-support-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-footer-bottom .footer-support-menu ul {
    row-gap: 0.9em;
  }
}
.c-footer-bottom .footer-support-menu .hs-menu-depth-1:not(:first-child) {
  position: relative;
  padding-left: 1em;
  margin-left: 1em;
}
.c-footer-bottom .footer-support-menu .hs-menu-depth-1:not(:first-child)::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  width: 1px;
  height: 1em;
  margin-right: 1em;
  content: "";
  background: #898989;
}@charset "UTF-8";
/* ======================================================================
 * カスタムセクション
====================================================================== */
/* ------------------------------------------------------------
 * CTAエリアセクション
------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  .c-ctaarea-section .cmn03_lead.-size-2 {
    font-size: 1.5rem;
  }
}
.c-ctaarea-section .hs_cos_wrapper_type_rich_text a {
  color: inherit;
}
.c-ctaarea-section .cmn02_button.-w-scale-large.-direction-horizontal .c-button {
  max-width: 48rem;
}/* ======================================================================
 * pager
====================================================================== */
.c-pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  font-weight: 500;
  text-align: center;
}
.c-pagination .number-link,
.c-pagination .prev-link,
.c-pagination .next-link,
.c-pagination .spacer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.6rem;
  height: 3.6rem;
  margin: 0 0.2rem;
  color: #898989;
  text-decoration: none;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}
@media screen and (max-width: 489px) {
  .c-pagination .number-link,
  .c-pagination .prev-link,
  .c-pagination .next-link,
  .c-pagination .spacer {
    min-width: 2.6rem;
    height: 2.6rem;
    font-size: 1.3rem;
  }
}
.c-pagination a:hover {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
  opacity: 1;
}
.c-pagination .prev-link {
  margin-left: 0;
}
.c-pagination .prev-link.-disabled {
  opacity: 0.6;
}
.c-pagination .next-link {
  margin-right: 0;
}
.c-pagination .next-link.-disabled {
  opacity: 0.6;
}
.c-pagination .number-link.-current {
  color: #fff;
  pointer-events: none;
  background-color: #707070;
  border-color: #707070;
}
.c-pagination .spacer {
  border: none;
}
@media screen and (max-width: 489px) {
  .c-pagination .spacer {
    min-width: 2rem;
  }
}@charset "UTF-8";
/* ======================================================================
 * ブログ一覧レイアウト
====================================================================== */
/* ------------------------------------------------------------
 * カード型のブログ記事
------------------------------------------------------------ */
.c-card-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 3.2rem;
}
@media screen and (max-width: 960px) {
  .c-card-listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c-card-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .c-card-listing {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .c-card-listing.-col3 {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4rem;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .c-card-listing.-col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-card-post {
  font-size: 1.4rem;
}
.c-card-post > a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}
.c-card-post a {
  color: inherit;
  text-decoration: none;
  background: #fff;
  transition: color 0.25s, box-shadow 0.25s;
}
.c-card-post a:hover {
  color: inherit;
  opacity: 1;
}
.c-card-post a:hover .thumb img {
  transform: scale(1.05);
}
.c-card-post a:hover .title {
  color: #005bac;
}
.c-card-post a:hover .c-button {
  color: #005bac;
  background: #fff;
}
.c-card-post a:hover .c-button.-navy {
  color: #00196e;
}
.c-card-post a:hover .c-button.-disabled {
  color: #999;
}
.c-card-post .thumb {
  margin: 0;
  overflow: hidden;
  background: #fff;
}
.c-card-post .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  transition: transform 0.25s ease-out;
}
.c-card-post .content {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  padding: 1.6rem;
  letter-spacing: 0.05em;
}
.c-card-post .title {
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  transition: color 0.25s;
}
.c-card-post .sub_title {
  margin-top: -0.5rem;
  color: #888;
}
.c-card-post .date {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  margin: 0 0 0.25em;
  color: #898989;
}
@media screen and (max-width: 768px) {
  .c-card-post .date {
    font-size: 1.2rem;
  }
}
.c-card-post .button {
  margin-top: auto;
}
.c-card-post .c-button {
  justify-content: center;
  width: 100%;
  min-height: 4.8rem;
  margin: 1.6rem 0 0.3rem;
  font-size: 1.6rem;
  box-shadow: none;
}
.c-card-post .c-button::after {
  content: none;
}
.c-card-post.-hover-frame a {
  position: relative;
}
.c-card-post.-hover-frame a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid transparent;
  transition: border 0.25s;
}
.c-card-post.-hover-frame a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.c-card-post.-hover-frame a:hover::after {
  border-color: #005bac;
}
.c-card-post.-hover-frame a:hover .title {
  color: inherit;
}
.c-card-post.case-post .thumb {
  border-bottom: 1px solid #f0f0f0;
}
.c-card-post.case-post .thumb img {
  aspect-ratio: 4/3;
}
.c-card-post.case-post .content {
  align-items: center;
  padding: 1rem;
  transform: translateY(-1px);
}
.c-card-post.case-post .company {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 7.6rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .c-card-post.case-post .company {
    min-height: 8.2rem;
    font-size: 1.6rem;
  }
}
.c-card-post.case-post .logo {
  margin: 0 0 0.5rem;
}
.c-card-post.case-post .logo img {
  display: block;
  flex: 0 1 auto;
  max-height: 4rem;
  object-fit: contain;
}
.c-card-post.case-post .company-name {
  margin: 0;
}
.c-card-post.case-post .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  justify-content: center;
  padding: 0;
  margin: 0 0 0.5em;
  font-size: 1.2rem;
  list-style: none;
}
.c-card-post.case-post .tags > * {
  padding: 2px 1em;
  color: #005bac;
  background: #f2f2f2;
  border-radius: 100vh;
}
.c-card-post.case-post .title {
  margin: 0;
  font-size: 1.4rem;
}
.c-card-post.download-post > a {
  height: auto;
  border: none;
}
.c-card-post.download-post .thumb {
  border: 1px solid #ddd;
}
.c-card-post.download-post .thumb img {
  aspect-ratio: 1/1.42;
}
.c-card-post.download-post .content {
  padding: 1.5rem 0 0;
}

/* ------------------------------------------------------------
 * テキストのみのブログ記事
------------------------------------------------------------ */
.c-post-text {
  border-bottom: 1px solid #ddd;
}
.c-post-text a {
  display: flex;
  align-items: center;
  padding: 25px 4%;
  color: inherit;
  text-decoration: none;
  background: #fff;
  transition: box-shadow 0.25s ease-out;
}
@media screen and (max-width: 768px) {
  .c-post-text a {
    flex-wrap: wrap;
    padding: 15px;
    font-size: 1.4rem;
  }
}
.c-post-text a:hover {
  box-shadow: 0 0 0 2px #005bac inset;
  opacity: 1;
}
.c-post-text a:hover .title {
  color: #005bac;
}
.c-post-text .date {
  flex: 0 0 auto;
  width: 8em;
  margin: 0 1.6% 0 0;
  color: #898989;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-post-text .date {
    width: 8em;
    margin: 0;
  }
}
.c-post-text .c-tag-group {
  flex: 0 0 auto;
  width: 100px;
  margin: 0 3.4% 0 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-post-text .c-tag-group {
    width: calc(100% - 8em);
    margin: 0;
  }
}
.c-post-text .c-tag {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-post-text .c-tag {
    font-size: 1.2rem;
  }
}
.c-post-text .title {
  flex: 1 1 auto;
  margin: 0;
  font-weight: 500;
  transition: color 0.25s ease-out;
}
@media screen and (max-width: 768px) {
  .c-post-text .title {
    width: 100%;
    margin-top: 10px;
  }
}
.c-post-text .title .sub-title {
  display: block;
  margin-top: 0.15em;
  font-size: 0.875em;
  color: #888;
}
.c-post-text .title .icon {
  display: inline-block;
  margin-left: 0.8rem;
  font-size: 2.2rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-post-text .title .icon {
    font-size: 2rem;
  }
}
.c-post-text .title .icon svg {
  display: block;
  width: 1.8rem;
  height: auto;
  fill: currentcolor;
}

/* ------------------------------------------------------------
 * タグ
------------------------------------------------------------ */
.c-tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .c-tag-group {
    gap: 1.4rem;
  }
}
.c-tag-group li a {
  display: block;
  padding: 0.719em 1.08em;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #898989;
  text-decoration: none;
  border: 1px solid #898989;
  transition: background 0.25s, color 0.25s;
}
@media screen and (max-width: 768px) {
  .c-tag-group li a {
    padding: 0.4em 0.6em;
    font-size: 1.4rem;
  }
}
.c-tag-group li a:hover {
  color: #fff;
  background: #898989;
  opacity: 1;
}
.c-tag-group li.-current a {
  color: #fff;
  background: #222222;
  border-color: #222222;
}

.c-tag {
  display: inline-block;
  min-width: 100px;
  padding: 3px 5px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .c-tag {
    min-width: 6.5em;
    padding: 2px 5px;
  }
}

.c-text-tag-group {
  display: flex;
  flex-wrap: wrap;
  color: #898989;
}
.c-text-tag-group > *:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.2em;
  content: "│";
}
.c-text-tag-group a {
  color: inherit;
}
.c-text-tag-group a:hover {
  color: #005bac;
}@charset "UTF-8";
/* ======================================================================
 * ブログ記事レイアウト
====================================================================== */
.col2-container {
  padding: 80px 20px;
}
@media screen and (min-width: 769px) {
  .col2-container {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .col2-container .main-content {
    width: calc(100% - 380px);
  }
}
.col2-container .post-body::after {
  content: " ";
  display: table;
  clear: both;
}
.col2-container .sidebar {
  width: 100%;
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .col2-container .sidebar {
    position: sticky;
    top: 100px;
    width: 330px;
    height: 100%;
    margin-top: 0;
  }
}@charset "UTF-8";
/* ------------------------------------------------------------
 * responsive
------------------------------------------------------------ */
@media screen and (min-width: 769px) {
  /* PC/SP表示切替 */
  .u-sp-only {
    display: none;
  }
  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  /* PC/SP表示切替 */
  .u-pc-only {
    display: none;
  }
}
/* ------------------------------------------------------------
 * margin
 * カスタムモジュールの共通余白設定用
------------------------------------------------------------ */
.u-mt-none {
  margin-top: 0;
}
.u-mt-small {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .u-mt-small {
    margin-top: 30px;
  }
}
.u-mt-default {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .u-mt-default {
    margin-top: 50px;
  }
}
.u-mt-large {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .u-mt-large {
    margin-top: 60px;
  }
}

.u-mb-none {
  margin-bottom: 0;
}
.u-mb-small {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-mb-small {
    margin-bottom: 30px;
  }
}
.u-mb-default {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-mb-default {
    margin-bottom: 50px;
  }
}
.u-mb-large {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-mb-large {
    margin-bottom: 60px;
  }
}

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