@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&family=Zen+Old+Mincho:wght@400;500&display=swap");
html {
  font-family: "noto-sans-cjk-jp-thin", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

[id] {
  scroll-margin-top: 150px;
  /* ヘッダーの高さを設定 */ }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
h1, h2, h3, h4, p {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
div,
summary,
a,
span, ul, li, input, label,
h1, h2, h3, h4 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none; }

figure {
  margin: 0;
  padding: 0; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

a:focus,
button:focus {
  outline: none;
  /* ブラウザのデフォルトの青枠を消す */
  -webkit-box-shadow: none;
  box-shadow: none;
  /* CSSでbox-shadowが当たっている場合も消す */
  border: none;
  /* borderで強調される場合もリセット */ }

.u-sp-none {
  display: block; }
  @media (max-width: 768px) {
    .u-sp-none {
      display: none !important; } }

.u-tab-show {
  display: none; }
  @media (hover: none) and (pointer: coarse) and (max-width: 1200px) and (min-width: 769px) {
    .u-tab-show {
      display: block; } }

.u-tab-none {
  display: none; }
  @media (hover: none) and (pointer: coarse) and (max-width: 1200px) and (min-width: 769px) {
    .u-tab-none {
      display: none !important; } }

.u-pc-none {
  display: none; }
  @media (max-width: 768px) {
    .u-pc-none {
      display: block; } }

@-webkit-keyframes top-about-marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } }

@keyframes top-about-marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } }

.l-header {
  width: 100%;
  padding: 0 30px;
  height: 88px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .l-header#js-loading-header {
    opacity: 0;
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1) 1s, background 1.5s cubic-bezier(0.4, 0.4, 0, 1) 1s, -webkit-transform 1.5s cubic-bezier(0.4, 0.4, 0, 1) 1s;
    transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1) 1s, background 1.5s cubic-bezier(0.4, 0.4, 0, 1) 1s, -webkit-transform 1.5s cubic-bezier(0.4, 0.4, 0, 1) 1s;
    -o-transition: transform 1.5s cubic-bezier(0.4, 0.4, 0, 1) 1s, opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1) 1s, background 1.5s cubic-bezier(0.4, 0.4, 0, 1) 1s;
    transition: transform 1.5s cubic-bezier(0.4, 0.4, 0, 1) 1s, opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1) 1s, background 1.5s cubic-bezier(0.4, 0.4, 0, 1) 1s;
    transition: transform 1.5s cubic-bezier(0.4, 0.4, 0, 1) 1s, opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1) 1s, background 1.5s cubic-bezier(0.4, 0.4, 0, 1) 1s, -webkit-transform 1.5s cubic-bezier(0.4, 0.4, 0, 1) 1s;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    background: transparent; }
  .l-header#js-loading-header.is-show {
    opacity: 1;
    background: #fff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  @media (max-width: 768px) {
    .l-header {
      height: 60px; } }
  .l-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%; }
  .l-header-logo {
    display: block;
    height: clamp(27px, 4vw, 40px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1; }
    .l-header-logo:hover {
      opacity: .35; }
    .l-header-logo img {
      display: block;
      height: 100%; }
  .l-header-nav {
    margin-left: auto; }
    @media (max-width: 768px) {
      .l-header-nav {
        display: none; } }
    @media (hover: none) and (pointer: coarse) and (max-width: 1200px) and (min-width: 769px) {
      .l-header-nav {
        display: none; } }
    .l-header-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 24px; }
    .l-header-nav a {
      position: relative;
      display: block;
      font-size: 12px;
      font-weight: 300;
      line-height: 1;
      color: #000;
      text-decoration: none;
      white-space: nowrap;
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease; }
      .l-header-nav a:hover {
        color: #145aff; }
      .l-header-nav a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 100%;
        height: 1px;
        background: #000;
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease; }
    .l-header-nav.page-compliance .compliance::after,
    .l-header-nav.page-service .service::after,
    .l-header-nav.page-case .case::after,
    .l-header-nav.page-group .group::after,
    .l-header-nav.page-faq .faq::after,
    .l-header-nav.page-contact .contact::after {
      opacity: 1; }
  .l-header-humberger-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    width: 20px;
    height: 15px;
    margin-left: 30px;
    cursor: pointer; }
    .l-header-humberger-wrapper span {
      display: block;
      width: 100%;
      height: 1px;
      background: #000; }

.l-content-sec {
  margin-top: 220px; }
  @media (max-width: 768px) {
    .l-content-sec {
      margin-top: 160px; } }
  .l-content-sec.js-fadein {
    opacity: 0;
    -webkit-transition: opacity 0.75s cubic-bezier(0.4, 0.4, 0, 1), -webkit-transform 0.75s cubic-bezier(0.4, 0.4, 0, 1);
    transition: opacity 0.75s cubic-bezier(0.4, 0.4, 0, 1), -webkit-transform 0.75s cubic-bezier(0.4, 0.4, 0, 1);
    -o-transition: opacity 0.75s cubic-bezier(0.4, 0.4, 0, 1), transform 0.75s cubic-bezier(0.4, 0.4, 0, 1);
    transition: opacity 0.75s cubic-bezier(0.4, 0.4, 0, 1), transform 0.75s cubic-bezier(0.4, 0.4, 0, 1);
    transition: opacity 0.75s cubic-bezier(0.4, 0.4, 0, 1), transform 0.75s cubic-bezier(0.4, 0.4, 0, 1), -webkit-transform 0.75s cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  .l-content-sec.is-show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

.l-footer {
  margin-top: 220px; }
  @media (max-width: 768px) {
    .l-footer {
      margin-top: 160px; } }
  .l-footer.mt-0 {
    margin-top: 0; }
  .l-footer-contact {
    padding: 30px 30px;
    background: #145aff; }
    @media (max-width: 768px) {
      .l-footer-contact {
        padding: 90px 30px 52px; } }
    .l-footer-contact-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      max-width: 1100px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .l-footer-contact-inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          gap: 80px; } }
  .l-footer-tel-wrapper {
    width: 50%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 768px) {
      .l-footer-tel-wrapper {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .l-footer-tel {
    color: #fff;
    text-align: left; }
    .l-footer-tel-label {
      font-size: 22px;
      font-weight: 700;
      line-height: 1; }
    .l-footer-tel-num {
      display: inline-block;
      margin-top: 13px;
      color: #fff;
      text-decoration: none;
      font-family: "Roboto Flex", sans-serif;
      font-weight: 400;
      font-size: 50px;
      line-height: 1; }
    .l-footer-tel-time {
      margin-top: 12px;
      font-size: 14px;
      font-weight: 400;
      line-height: 1; }
  .l-footer-btns {
    width: 50%; }
    @media (max-width: 768px) {
      .l-footer-btns {
        width: 100%; } }
  .l-footer-btn {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.05em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 106px;
    padding: 0 70px 0 40px;
    background: #fff;
    color: #145aff;
    text-decoration: none;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s; }
    @media (hover: none) and (pointer: coarse) and (max-width: 1200px) and (min-width: 769px) {
      .l-footer-btn {
        font-size: clamp(28px, 3vw, 36px); } }
    @media (max-width: 768px) {
      .l-footer-btn {
        padding: 0 25px 0 25px;
        height: 84px;
        font-size: 28px;
        letter-spacing: -0.1em; } }
    .l-footer-btn:hover {
      background-color: #000;
      color: #fff; }
    .l-footer-btn + .l-footer-btn {
      margin-top: 20px; }
    .l-footer-btn:hover::after {
      border-color: #fff; }
    .l-footer-btn::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 34px;
      width: 14px;
      height: 14px;
      border-top: 1px solid #145aff;
      border-right: 1px solid #145aff;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
      @media (max-width: 768px) {
        .l-footer-btn::after {
          right: 14px;
          width: 8px;
          height: 8px; } }
  .l-footer-main {
    padding: 30px 30px 60px;
    background: #000; }
    @media (max-width: 768px) {
      .l-footer-main {
        padding: 20px 20px 36px; } }
    .l-footer-main-inner {
      width: 100%;
      max-width: 1100px;
      margin: 0 auto; }
  .l-footer-logo {
    width: 670px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1; }
    .l-footer-logo:hover {
      opacity: .35; }
    @media (max-width: 768px) {
      .l-footer-logo {
        width: 293px; } }
    .l-footer-logo a {
      display: block; }
    .l-footer-logo img {
      display: block;
      width: 100%;
      height: auto; }
  .l-footer-nav {
    margin-top: 125px; }
    @media (max-width: 768px) {
      .l-footer-nav {
        margin-top: 80px; } }
    .l-footer-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .l-footer-nav li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .l-footer-nav li + li::before {
        content: "";
        display: block;
        width: 1px;
        height: 12px;
        margin: 0 20px;
        background: #fff; }
    .l-footer-nav a {
      color: #fff;
      font-size: 12px;
      font-weight: 400;
      line-height: 1;
      text-decoration: none;
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease; }
      .l-footer-nav a:hover {
        color: #145aff; }
  .l-footer-copy {
    margin-top: 48px;
    color: #fff;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1; }
    @media (max-width: 768px) {
      .l-footer-copy {
        font-size: 11px;
        margin-top: 30px; } }

.common-head {
  position: relative;
  -webkit-transition: opacity 0.75s cubic-bezier(0.4, 0.4, 0, 1), -webkit-transform 0.75s cubic-bezier(0.4, 0.4, 0, 1);
  transition: opacity 0.75s cubic-bezier(0.4, 0.4, 0, 1), -webkit-transform 0.75s cubic-bezier(0.4, 0.4, 0, 1);
  -o-transition: opacity 0.75s cubic-bezier(0.4, 0.4, 0, 1), transform 0.75s cubic-bezier(0.4, 0.4, 0, 1);
  transition: opacity 0.75s cubic-bezier(0.4, 0.4, 0, 1), transform 0.75s cubic-bezier(0.4, 0.4, 0, 1);
  transition: opacity 0.75s cubic-bezier(0.4, 0.4, 0, 1), transform 0.75s cubic-bezier(0.4, 0.4, 0, 1), -webkit-transform 0.75s cubic-bezier(0.4, 0.4, 0, 1); }
  .common-head.js-fadein {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  .common-head.is-show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .common-head-jp {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.5em;
    letter-spacing: -0.03em;
    color: #145aff;
    text-align: center; }
    @media (max-width: 768px) {
      .common-head-jp {
        font-size: 28px; }
        .common-head-jp.sp-small {
          letter-spacing: -0.07em; } }
  .common-head-en {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #145aff;
    padding: 4px;
    margin-top: 12px; }
    @media (max-width: 768px) {
      .common-head-en {
        font-size: 11px; } }

.common-btn {
  background-color: #145aff;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 24px;
  line-height: 1;
  max-width: 300px;
  width: 80%;
  color: #fff;
  margin: 0 auto;
  text-decoration: none;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 768px) {
    .common-btn {
      max-width: 220px;
      height: 44px;
      font-size: 18px; } }
  .common-btn:hover {
    background: #000; }
  .common-btn::before {
    display: block;
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }

.common-fv-scroll {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px; }
  @media (max-width: 768px) {
    .common-fv-scroll {
      display: none; } }
  .common-fv-scroll span {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 700;
    font-size: 6px;
    line-height: 1;
    color: #145aff; }
  .common-fv-scroll i {
    position: relative;
    display: block;
    width: 1px;
    height: 74px;
    overflow: hidden;
    background: rgba(20, 90, 255, 0.2); }
    .common-fv-scroll i::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 0;
      content: "";
      background: #145aff;
      -webkit-animation: scroll-bar-line 2s ease-in-out infinite;
      animation: scroll-bar-line 2s ease-in-out infinite; }

.support-single-slider-nav {
  margin-top: 50px; }
  @media (max-width: 768px) {
    .support-single-slider-nav {
      margin-top: 38px; } }

.support-single-related-nav {
  margin-top: 50px; }
  @media (max-width: 768px) {
    .support-single-related-nav {
      margin-top: 60px; } }

.common-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px; }
  .common-slider-nav-prev, .common-slider-nav-next {
    position: relative;
    width: 14px;
    height: 20px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer; }
    @media (max-width: 768px) {
      .common-slider-nav-prev, .common-slider-nav-next {
        width: 6px;
        height: 10px; } }
    .common-slider-nav-prev::before, .common-slider-nav-next::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 10px;
      border-top: 1px solid #145aff;
      border-right: 1px solid #145aff; }
      @media (max-width: 768px) {
        .common-slider-nav-prev::before, .common-slider-nav-next::before {
          width: 8px;
          height: 8px; } }
  .common-slider-nav-prev::before {
    -webkit-transform: translate(-35%, -50%) rotate(-135deg);
    -ms-transform: translate(-35%, -50%) rotate(-135deg);
    transform: translate(-35%, -50%) rotate(-135deg); }
  .common-slider-nav-next::before {
    -webkit-transform: translate(-65%, -50%) rotate(45deg);
    -ms-transform: translate(-65%, -50%) rotate(45deg);
    transform: translate(-65%, -50%) rotate(45deg); }
  .common-slider-nav-pagination-slider {
    width: 140px;
    overflow: hidden;
    margin: 0 !important; }
    .common-slider-nav-pagination-slider .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 20px;
      height: 20px; }
    .common-slider-nav-pagination-slider button {
      width: 4px;
      height: 4px;
      padding: 0;
      border: 1px solid #145aff;
      background: #fff;
      cursor: pointer; }
    .common-slider-nav-pagination-slider .swiper-slide-active button {
      width: 12px;
      height: 12px;
      background: #707070;
      border-color: #707070; }
    .common-slider-nav-pagination-slider .swiper-slide-prev button,
    .common-slider-nav-pagination-slider .swiper-slide-next button {
      width: 8px;
      height: 8px; }
  .common-slider-nav-pause {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid #145aff;
    margin-left: 22px;
    background: #fff;
    color: #145aff;
    cursor: pointer;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .common-slider-nav-pause:not(.is-pause)::before, .common-slider-nav-pause:not(.is-pause)::after {
      content: "";
      width: 3px;
      height: 50%;
      background-color: #145aff;
      display: block;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute; }
    .common-slider-nav-pause:not(.is-pause)::before {
      left: 10px; }
    .common-slider-nav-pause:not(.is-pause)::after {
      right: 10px; }
    .common-slider-nav-pause.is-pause::before {
      display: none; }
    .common-slider-nav-pause.is-pause::after {
      content: "";
      background-color: #145aff;
      display: block;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-45%, -50%);
      -ms-transform: translate(-45%, -50%);
      transform: translate(-45%, -50%);
      position: absolute;
      width: 35%;
      height: 42%;
      -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
      clip-path: polygon(0 0, 100% 50%, 0 100%); }

.top-fv {
  position: relative;
  width: 100%; }
  @media (max-width: 768px) {
    .top-fv {
      overflow: visible; } }
  .top-fv-bg-wrapper {
    position: relative; }
  .top-fv-bg-slider {
    position: relative;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    min-height: 640px;
    max-height: 720px;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
    opacity: 0; }
    .is-show .top-fv-bg-slider {
      opacity: 1; }
    @media (max-width: 768px) {
      .top-fv-bg-slider {
        height: calc(100svh - 60px);
        min-height: auto;
        max-height: 620px; } }
  .top-fv-bg-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .top-fv-bg-slide-01 {
      background: #fff; }
    .top-fv-bg-slide-02 {
      background-image: url("assets/images/fv-bg-01.jpg"); }
    .top-fv-bg-slide-03 {
      background-image: url("assets/images/fv-bg-02.jpg"); }
  .top-fv-copy-wrapper {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 768px) {
      .top-fv-copy-wrapper {
        -webkit-transform: translate(-50%, -44%);
        -ms-transform: translate(-50%, -44%);
        transform: translate(-50%, -44%); } }
  .top-fv-copy-jp {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000;
    -webkit-transition: 2s ease .5s;
    -o-transition: 2s ease .5s;
    transition: 2s ease .5s;
    opacity: 0; }
    @media (max-width: 768px) {
      .top-fv-copy-jp {
        font-size: 24px; } }
    .is-show .top-fv-copy-jp {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .top-fv-copy-jp span {
      display: block; }
  .top-fv-copy-en {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    width: 540px;
    margin-top: 12px;
    padding: 4px 10px;
    color: #fff;
    text-align: center;
    background: #145aff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 2s ease .5s;
    -o-transition: 2s ease .5s;
    transition: 2s ease .5s;
    opacity: 0; }
    @media (max-width: 768px) {
      .top-fv-copy-en {
        margin-top: 8px;
        font-size: 10px;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        gap: 4px;
        background: transparent; }
        .top-fv-copy-en span {
          padding: 5px 10px;
          background: #145aff; } }
    .is-show .top-fv-copy-en {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
  .top-fv-copy-logo {
    display: block;
    height: 100px;
    margin-top: 62px; }
    @media (max-width: 768px) {
      .top-fv-copy-logo {
        margin-top: 20px;
        height: 46px; } }
  .top-fv-icon-wrapper {
    position: relative;
    margin-top: -110px;
    width: 100%;
    z-index: 3; }
    @media (max-width: 768px) {
      .top-fv-icon-wrapper {
        margin-top: -50px; } }
  .top-fv-copy-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    width: 100%; }
    @media (max-width: 768px) {
      .top-fv-copy-icon {
        gap: 10px; } }
    .top-fv-copy-icon li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 240px;
      height: 240px;
      color: #fff;
      text-align: center;
      background: #145aff;
      border-radius: 50%;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: 1s ease;
      -o-transition: 1s ease;
      transition: 1s ease;
      opacity: 0; }
      @media (max-width: 768px) {
        .top-fv-copy-icon li {
          width: 110px;
          height: 110px; } }
      .is-show .top-fv-copy-icon li {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; }
      .top-fv-copy-icon li:nth-child(1) {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; }
      .top-fv-copy-icon li:nth-child(2) {
        -webkit-transition-delay: 1.25s;
        -o-transition-delay: 1.25s;
        transition-delay: 1.25s; }
      .top-fv-copy-icon li:nth-child(3) {
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s; }
    .top-fv-copy-icon-min {
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-size: 26px;
      line-height: 1; }
      @media (max-width: 768px) {
        .top-fv-copy-icon-min {
          font-size: 14px; } }
    .top-fv-copy-icon-goth {
      margin-top: .27em;
      font-size: 48px;
      line-height: 1;
      font-weight: 500; }
      @media (max-width: 768px) {
        .top-fv-copy-icon-goth {
          font-size: 22px; } }
    .top-fv-copy-icon-en {
      font-family: "Roboto Flex", sans-serif;
      font-weight: 400;
      font-size: 13px;
      line-height: 1;
      margin-top: 1.45em;
      margin-bottom: .92em; }
      @media (max-width: 768px) {
        .top-fv-copy-icon-en {
          font-size: 8px; } }
  .top-fv-scroll {
    position: absolute;
    top: 36px;
    right: 15px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px; }
    @media (max-width: 768px) {
      .top-fv-scroll {
        position: absolute;
        right: 50%;
        display: block;
        top: auto;
        bottom: -30px;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%); } }
    #js-loading-fv .top-fv-scroll {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
      -webkit-transition: 1s ease 1.5s;
      -o-transition: 1s ease 1.5s;
      transition: 1s ease 1.5s;
      opacity: 0; }
      @media (max-width: 768px) {
        #js-loading-fv .top-fv-scroll {
          -webkit-transform: translate(0, calc(100% - 10px));
          -ms-transform: translate(0, calc(100% - 10px));
          transform: translate(0, calc(100% - 10px)); } }
    #js-loading-fv.is-show .top-fv-scroll {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
      @media (max-width: 768px) {
        #js-loading-fv.is-show .top-fv-scroll {
          -webkit-transform: translate(0, 100%);
          -ms-transform: translate(0, 100%);
          transform: translate(0, 100%); } }
    .top-fv-scroll span {
      font-family: "Roboto Flex", sans-serif;
      font-weight: 700;
      font-size: 6px;
      line-height: 1;
      color: #145aff; }
      @media (max-width: 768px) {
        .top-fv-scroll span {
          position: absolute;
          top: 12px;
          right: 50%;
          -webkit-transform: translateX(150%);
          -ms-transform: translateX(150%);
          transform: translateX(150%);
          -webkit-transform-origin: right top;
          -ms-transform-origin: right top;
          transform-origin: right top;
          font-size: 8px; } }
    .top-fv-scroll i {
      position: relative;
      display: block;
      width: 1px;
      height: 142px;
      overflow: hidden;
      background: rgba(20, 90, 255, 0.2); }
      @media (max-width: 768px) {
        .top-fv-scroll i {
          height: 100px; } }
      .top-fv-scroll i::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 0;
        content: "";
        background: #145aff;
        -webkit-animation: scroll-bar-line 2s ease-in-out infinite;
        animation: scroll-bar-line 2s ease-in-out infinite; }

@-webkit-keyframes scroll-bar-line {
  0% {
    top: 0;
    height: 0; }
  45% {
    top: 0;
    height: 100%; }
  100% {
    top: 100%;
    height: 0; } }

@keyframes scroll-bar-line {
  0% {
    top: 0;
    height: 0; }
  45% {
    top: 0;
    height: 100%; }
  100% {
    top: 100%;
    height: 0; } }

.top-section-nav {
  position: fixed;
  top: 50%;
  right: 14px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 1s ease 1.5s;
  -o-transition: 1s ease 1.5s;
  transition: 1s ease 1.5s;
  opacity: 0; }
  @media (max-width: 768px) {
    .top-section-nav {
      display: none; } }
  .top-section-nav.is-show {
    opacity: 1; }
  .top-section-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 14px; }
  .top-section-nav a {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    font-size: 0;
    background: #a0a0a0;
    border-radius: 50%; }
  .top-section-nav a.is-current {
    width: auto;
    height: auto;
    padding-right: 14px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    line-height: 1;
    color: #145aff;
    background: transparent;
    border-radius: 0;
    text-decoration: none; }
    .top-section-nav a.is-current::after {
      position: absolute;
      top: 50%;
      right: -1px;
      width: 5px;
      height: 5px;
      content: "";
      background: #145aff;
      border-radius: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.humberger-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #145aff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow-y: scroll; }
  @media (max-width: 768px) {
    .humberger-menu {
      padding-bottom: 60px; } }
  .humberger-menu.is-open {
    opacity: 1;
    visibility: visible; }
  .humberger-menu-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 88px;
    padding: 0 30px; }
    @media (max-width: 768px) {
      .humberger-menu-head {
        height: 60px; } }
  .humberger-menu-logo {
    display: block;
    height: clamp(27px, 4vw, 40px);
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .humberger-menu-logo img {
      display: block;
      height: 100%; }
  .humberger-menu-close {
    position: relative;
    display: block;
    width: 20px;
    height: 15px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer; }
    .humberger-menu-close span {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 20px;
      height: 1px;
      background: #fff; }
    .humberger-menu-close span:nth-child(1) {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .humberger-menu-close span:nth-child(2) {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
  .humberger-menu-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 924px;
    padding: clamp(20px, 2vw, 20px);
    background: #000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 768px) {
      .humberger-menu-inner {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 auto; } }
  .humberger-menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: clamp(48px, 8vw, 125px);
    padding: clamp(40px, 6vw, 68px) clamp(30px, 4vw, 40px) clamp(40px, 6vw, 66px);
    background: #fff;
    overflow: hidden; }
    @media (max-width: 768px) {
      .humberger-menu-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
  .humberger-menu-nav {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 0; }
    .humberger-menu-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 20px; }
    .humberger-menu-nav a {
      font-size: 15px;
      font-weight: 400;
      line-height: 1;
      color: #000;
      text-decoration: none; }
    .humberger-menu-nav a {
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease; }
    .humberger-menu-nav a:hover {
      color: #145aff; }
  .humberger-menu-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 19px 38px;
    margin-top: 46px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .humberger-menu-sub {
        margin-top: 37px; } }
    .humberger-menu-sub a {
      position: relative;
      font-size: 13px;
      font-weight: 400;
      line-height: 1;
      color: #000;
      white-space: nowrap;
      text-decoration: none; }
      .humberger-menu-sub a:not(:last-child)::before {
        position: absolute;
        top: 50%;
        right: -19px;
        width: 1px;
        height: 14px;
        content: "";
        background: #000;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .humberger-menu-info {
    max-width: 260px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 0;
    color: #145aff; }
  .humberger-menu-tel-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 1; }
    @media (max-width: 768px) {
      .humberger-menu-tel-label {
        font-size: 14px; } }
  .humberger-menu-tel {
    display: block;
    margin-top: 5px;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: clamp(35px, 5vw, 42px);
    line-height: 1;
    color: #145aff;
    text-decoration: none;
    letter-spacing: 0.01em;
    word-break: break-all; }
    @media (max-width: 768px) {
      .humberger-menu-tel {
        margin-top: 7px; } }
  .humberger-menu-time {
    margin-top: 6px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 768px) {
      .humberger-menu-time {
        margin-top: 2px; } }
  .humberger-menu-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    margin-top: 34px; }
    @media (max-width: 768px) {
      .humberger-menu-btn-wrapper {
        margin-top: 16px; } }
  .humberger-menu-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 260px;
    height: 52px;
    padding: 0 46px 0 20px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #fff;
    text-decoration: none;
    background: #145aff;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease; }
    @media (max-width: 768px) {
      .humberger-menu-btn {
        height: 62px;
        padding: 0 23px 0 20px;
        letter-spacing: -0.05em; } }
    .humberger-menu-btn:hover {
      background: #000; }
    .humberger-menu-btn::after {
      position: absolute;
      top: 50%;
      right: 18px;
      width: 7px;
      height: 7px;
      content: "";
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
      @media (max-width: 768px) {
        .humberger-menu-btn::after {
          right: 10px; } }

.reason {
  background: #fff; }
  .reason-inner {
    margin: 0 auto;
    padding: 0 30px; }
  .reason-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    margin-top: 60px; }
    @media (max-width: 768px) {
      .reason-card-wrapper {
        gap: 20px;
        margin-top: 50px; } }
  .reason-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 18px;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(33.33% - 17px);
    text-decoration: none;
    border: 2px solid #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    -o-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    opacity: 0; }
    @media (max-width: 768px) {
      .reason-card {
        width: 100%; } }
    .not-hover .reason-card {
      padding-bottom: 72px; }
    .reason-card-wrapper:not(.not-hover) .reason-card:hover {
      border-color: #145aff; }
    .reason-card.is-show {
      opacity: 1; }
    @media (min-width: 768px) {
      .reason-card:nth-child(1), .reason-card:nth-child(4) {
        -webkit-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0; }
      .reason-card:nth-child(2), .reason-card:nth-child(5) {
        -webkit-transition-delay: .25s;
        -o-transition-delay: .25s;
        transition-delay: .25s; }
      .reason-card:nth-child(3), .reason-card:nth-child(6) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s; } }
  .reason-card-num {
    display: block;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 500;
    font-size: 84px;
    line-height: 1;
    color: #000;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic; }
    @media (max-width: 768px) {
      .reason-card-num {
        font-size: 59px; } }
  .reason-card-sub {
    margin-top: 14px;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 9px;
    line-height: 1.65em;
    color: #000; }
    @media (max-width: 768px) {
      .reason-card-sub {
        margin-top: 6px;
        font-size: 8px; } }
  .reason-card-img {
    width: 100%;
    margin-top: 16px; }
    @media (max-width: 768px) {
      .reason-card-img {
        margin-top: 14px; } }
    .reason-card-img img {
      display: block;
      width: 100%;
      height: auto; }
  .reason-card-title {
    margin-top: 11px;
    font-size: clamp(24px, 2.5vw, 30px);
    font-weight: 600;
    line-height: 1.35em;
    color: #000; }
    @media (max-width: 768px) {
      .reason-card-title {
        margin-top: 14px; } }
  .reason-card-text {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.66em;
    color: #000;
    text-align: justify; }
    @media (max-width: 768px) {
      .reason-card-text {
        font-size: 13px;
        margin-top: 9px; } }
  .reason-card-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 135px;
    height: 30px;
    margin-top: 23px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #145aff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 768px) {
      .reason-card-btn {
        font-size: 10px;
        height: 27px;
        margin-top: 26px;
        width: 115px; } }
  .reason-card:hover .reason-card-btn {
    background: #000; }

.step {
  width: 100%; }
  .step-inner {
    width: 100%;
    margin-top: 80px;
    overflow: hidden;
    padding: 0 30px; }
    @media (max-width: 768px) {
      .step-inner {
        margin-top: 50px;
        padding: 0; } }
  .step-slider {
    max-width: 910px;
    margin: 0 auto;
    overflow: visible; }
    @media (max-width: 768px) {
      .step-slider {
        max-width: none; } }
    .step-slider .swiper-wrapper {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      gap: 80px 50px; }
      @media (max-width: 768px) {
        .step-slider .swiper-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 0; } }
  .step-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 910px;
    margin: 0 auto; }
    .step-list:not(:first-child) {
      margin-top: 80px; }
    .step-list::before {
      position: absolute;
      top: 51px;
      height: 1px;
      content: "";
      background: #145aff;
      width: calc(100% + ((100vw - 100%) / 2 - 16.6%));
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: -webkit-transform 2.5s;
      transition: -webkit-transform 2.5s;
      -o-transition: transform 2.5s;
      transition: transform 2.5s;
      transition: transform 2.5s, -webkit-transform 2.5s;
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left; }
    .step-list.is-show::before {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    .step-list:first-child::before {
      left: 16.6%; }
    .step-list:last-child::before {
      right: 16.6%; }
  .step-item {
    position: relative;
    z-index: 2;
    width: calc(33.333% - 33.333px);
    text-align: center; }
    @media (max-width: 768px) {
      .step-item {
        width: 143px !important; } }
    .js-fadein .step-item {
      -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
      -o-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
      transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
      opacity: 0; }
    .is-show .step-item {
      opacity: 1; }
    .is-show .step-item:nth-child(1),
    .is-show .step-item:nth-child(4) {
      -webkit-transition-delay: 0;
      -o-transition-delay: 0;
      transition-delay: 0; }
    .is-show .step-item:nth-child(2),
    .is-show .step-item:nth-child(5) {
      -webkit-transition-delay: .25s;
      -o-transition-delay: .25s;
      transition-delay: .25s; }
    .is-show .step-item:nth-child(3),
    .is-show .step-item:nth-child(6) {
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s; }
    @media (max-width: 768px) {
      .step-item::before {
        position: absolute;
        top: 51px;
        left: 50%;
        z-index: -1;
        width: calc(100% + 50px);
        height: 1px;
        content: "";
        background: #145aff;
        top: 35px;
        width: 100%; } }
    .step-item:nth-child(3n)::before {
      display: none; }
      @media (max-width: 768px) {
        .step-item:nth-child(3n)::before {
          display: block; } }
    .step-item:last-child::before {
      display: none; }
  .step-num {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    color: #fff;
    background: #145aff;
    border-radius: 50%; }
    @media (max-width: 768px) {
      .step-num {
        width: 74px;
        height: 74px; } }
    .step-num span {
      font-family: "Roboto Flex", sans-serif;
      font-weight: 400;
      font-size: 13px;
      line-height: 1; }
      @media (max-width: 768px) {
        .step-num span {
          font-family: "Roboto Flex", sans-serif;
          font-weight: 400;
          font-size: 8px;
          line-height: 1; } }
    .step-num strong {
      font-family: "Roboto Flex", sans-serif;
      font-weight: 400;
      font-size: 60px;
      line-height: 1;
      margin-top: 0.05em; }
      @media (max-width: 768px) {
        .step-num strong {
          font-family: "Roboto Flex", sans-serif;
          font-weight: 400;
          font-size: 42px;
          line-height: 1; } }
  .step-name {
    margin-top: 29px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #000; }
    @media (max-width: 768px) {
      .step-name {
        margin-top: 18px;
        font-size: 24px; } }
  .step-img {
    width: 100%;
    margin-top: 22px; }
    @media (max-width: 768px) {
      .step-img {
        margin-top: 12px; } }
    .step-img img {
      display: block;
      width: 100%;
      height: auto; }
  .step-nav {
    display: none; }
    @media (max-width: 768px) {
      .step-nav {
        margin-top: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.support-inner {
  margin-top: 60px;
  width: 100%;
  padding: 0 30px; }
  @media (max-width: 768px) {
    .support-inner {
      margin-top: 50px;
      padding: 0; } }

@media (max-width: 768px) {
  .support-desc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    gap: 32px; } }

.support-desc {
  font-size: 16px;
  line-height: 2em;
  font-weight: 400; }
  @media (max-width: 768px) {
    .support-desc {
      padding: 0 30px;
      margin-bottom: 50px; } }
  .support-desc.js-fadein {
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    -o-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    opacity: 0; }
  .support-desc.is-show {
    opacity: 1; }

.support-card-slider {
  -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
  -o-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
  transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
  opacity: 0; }
  .support-card-slider.is-show {
    opacity: 1; }

.support-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 60px 30px;
  margin-top: 60px; }
  @media (max-width: 768px) {
    .support-card-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      margin-top: 50px;
      gap: 60px;
      padding: 0 30px; } }

@media (max-width: 768px) {
  .support-card-wrapper.swiper-wrapper {
    padding: 0;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row !important;
    flex-flow: row !important;
    gap: 0 !important; } }

@media (min-width: 768px) {
  .support .swiper-slide {
    width: calc(50% - 15px) !important; } }

.support-card {
  width: calc(50% - 15px);
  text-decoration: none;
  color: #000; }
  .support-card.js-fadein {
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    -o-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    opacity: 0; }
  .support-card.js-fadein.is-show {
    opacity: 1; }
  @media (max-width: 768px) {
    .support-card {
      width: 100%;
      position: relative; }
      .support-card:not(:last-child)::before {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #f0f0f0; } }

.support-card-img {
  width: 100%;
  padding-top: 38%;
  position: relative;
  overflow: hidden; }
  .support-card-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.support-card-name {
  font-size: 22px;
  font-weight: 700;
  margin-top: 12px; }
  @media (max-width: 768px) {
    .support-card-name {
      margin-top: 8px;
      font-size: 18px; } }

.support-card-area {
  color: #787878;
  font-size: 16px;
  margin-top: 1px; }
  @media (max-width: 768px) {
    .support-card-area {
      font-size: 12px; } }

.support-card-desc {
  font-size: 12px;
  line-height: 1.65em;
  margin-top: 6px;
  height: 5em;
  overflow: hidden; }
  @media (max-width: 768px) {
    .support-card-desc {
      margin-top: 10px;
      font-size: 13px; } }

.support-card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 135px;
  height: 30px;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #145aff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 768px) {
    .support-card-btn {
      width: 118px;
      height: 26px;
      font-size: 10px;
      margin-top: 24px; } }

.support-card:hover .support-card-btn {
  background: #000; }

.support-card-nav {
  display: none; }
  @media (max-width: 768px) {
    .support-card-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 60px; } }

.support-btn-wrapper {
  position: relative;
  margin: 70px auto 0;
  width: 100%; }

.support-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  margin-top: 60px; }
  .support-pager.pager-left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .support-pager.pager-left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0; } }
  .support-pager.pager-absolute {
    position: absolute;
    margin: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 768px) {
      .support-pager.pager-absolute {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin: 70px auto 0; } }
  .support-pager-arrow, .support-pager-current {
    width: 30px;
    height: 30px;
    border: 1px solid #d9d9d9;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .support-pager-arrow {
    position: relative;
    display: block;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    .support-pager-arrow::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 8px;
      height: 8px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      -webkit-transform: translate(-35%, -50%) rotate(-135deg);
      -ms-transform: translate(-35%, -50%) rotate(-135deg);
      transform: translate(-35%, -50%) rotate(-135deg); }
    .support-pager-arrow.is-next::before {
      -webkit-transform: translate(-65%, -50%) rotate(45deg);
      -ms-transform: translate(-65%, -50%) rotate(45deg);
      transform: translate(-65%, -50%) rotate(45deg); }
    .support-pager-arrow.is-disabled {
      pointer-events: none;
      opacity: .35; }
  .support-pager-current {
    padding: 0;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1; }
    .support-pager-current::-webkit-outer-spin-button, .support-pager-current::-webkit-inner-spin-button {
      -webkit-appearance: none;
      appearance: none;
      margin: 0; }
  .support-pager-total {
    margin-left: 10px;
    color: #000;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1; }

.realize {
  width: 100%;
  background: #fff; }
  .realize-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 115px;
    width: 100%;
    padding: 90px 50px 0; }
    @media (max-width: 768px) {
      .realize-inner {
        padding: 50px 30px 0;
        display: block; } }
  .realize-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 416px;
    flex: 1 1 416px;
    max-width: 416px; }
    @media (max-width: 768px) {
      .realize-left {
        max-width: auto;
        width: 100%; } }
  .realize-left-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    -o-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    opacity: 0; }
    .realize-left-sticky.is-show {
      opacity: 1; }
  .realize-img {
    width: 100%; }
    .realize-img img {
      display: block;
      width: 100%;
      height: auto; }
  .realize-right {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 768px) {
      .realize-right {
        margin-top: 40px; } }
  .realize-card.js-fadein {
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    -o-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    opacity: 0; }
  .realize-card.is-show {
    opacity: 1; }
  .realize-card:not(:first-child) {
    margin-top: 60px; }
    @media (max-width: 768px) {
      .realize-card:not(:first-child) {
        margin-top: 0; } }
  .realize-card-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
    color: #000; }
    @media (max-width: 768px) {
      .realize-card-title {
        font-size: 24px; } }
  .realize-card-lead {
    margin-top: 2px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    color: #000; }
    @media (max-width: 768px) {
      .realize-card-lead {
        margin-top: 6px;
        font-size: 18px;
        margin-top: 10px; } }
  .realize-card-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 170px;
    height: 22px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    background: #d77a19; }
    @media (max-width: 768px) {
      .realize-card-label {
        font-size: 11px;
        width: 158px;
        height: 20px; } }
  .realize-card-label-blue {
    background: #145aff; }
  .realize-card-text {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.66em;
    text-align: justify; }
    @media (max-width: 768px) {
      .realize-card-text {
        font-size: 13px; } }
  @media (max-width: 768px) {
    .realize-nav {
      margin-top: 50px; } }

.service {
  width: 100%;
  background: #fff; }
  .service-inner {
    width: 100%;
    padding: 0 30px;
    margin-top: 60px; }
    @media (max-width: 768px) {
      .service-inner {
        padding: 0;
        margin-top: 50px; } }
  .service-box {
    padding: 42px 40px 48px;
    background: #f5f5f5; }
    .service-box:not(:first-child) {
      margin-top: 30px; }
  .service-box-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    -o-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    opacity: 0; }
    @media (max-width: 768px) {
      .service-box-title {
        font-size: 24px; } }
    .service-box-title.is-show {
      opacity: 1; }
  .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 44px;
    row-gap: 30px; }
    @media (max-width: 768px) {
      .service-list {
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
  .service-item {
    text-align: center;
    min-width: 180px;
    width: 20%;
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    -o-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    opacity: 0; }
    @media (hover: none) and (pointer: coarse) and (max-width: 1200px) and (min-width: 769px) {
      .service-item {
        min-width: auto;
        width: 25%; } }
    @media (max-width: 768px) {
      .service-item {
        min-width: auto;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px; } }
    .service-item.is-show {
      opacity: 1; }
  .service-item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%; }
    @media (max-width: 768px) {
      .service-item-icon {
        width: 74px;
        height: 74px;
        margin: 0; } }
    .service-item-icon img {
      display: block;
      width: 100%;
      height: auto; }
  .service-item-icon-blue {
    background: #145aff; }
  @media (max-width: 768px) {
    .service-text-wrapper {
      text-align: left; } }
  .service-item-title {
    margin-top: 2px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35em;
    color: #000; }
    @media (hover: none) and (pointer: coarse) and (max-width: 1200px) and (min-width: 769px) {
      .service-item-title {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .service-item-title {
        margin-top: 0;
        font-size: 18px; } }
    .service-item-title span {
      font-size: 12px; }
      @media (max-width: 768px) {
        .service-item-title span {
          display: inline-block; } }
  .service-item-en {
    margin-top: 4px;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 9px;
    line-height: 1.5em;
    color: #000; }
    @media (max-width: 768px) {
      .service-item-en {
        font-size: 8px; } }

.flow-wrapper {
  margin-top: 60px;
  padding: 0 30px; }
  @media (max-width: 768px) {
    .flow-wrapper {
      margin-top: 50px;
      padding: 0 50px; } }
  .flow-wrapper .js-fadein {
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    -o-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    opacity: 0; }
    .flow-wrapper .js-fadein.is-show {
      opacity: 1; }

.flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  padding: 28px 60px 34px;
  border: 1px solid #707070;
  background: #fff; }
  @media (max-width: 768px) {
    .flow-item {
      gap: 30px;
      padding: 20px 30px 38px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .flow-item.is-active {
    border-color: #145aff; }
    .flow-item.is-active .flow-item-num span,
    .flow-item.is-active .flow-item-num h3,
    .flow-item.is-active .flow-item-num p {
      color: #145aff; }
  .flow-item-num {
    width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .flow-item-num-main {
      font-family: "Roboto Flex", sans-serif;
      font-weight: 500;
      font-size: 84px;
      line-height: 1;
      display: block; }
      @media (max-width: 768px) {
        .flow-item-num-main {
          font-size: 59px; } }
    .flow-item-num h3 {
      font-size: 22px;
      font-weight: 700;
      line-height: 1; }
      @media (max-width: 768px) {
        .flow-item-num h3 {
          font-size: 18px; } }
    .flow-item-num p {
      font-family: "Roboto Flex", sans-serif;
      font-weight: 400;
      font-size: 9px;
      line-height: 1;
      margin-top: 12px; }
      @media (max-width: 768px) {
        .flow-item-num p {
          margin-top: 10px;
          font-size: 8px; } }
  .flow-item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .flow-item-content p {
      font-size: 16px;
      font-weight: 400;
      line-height: 2em;
      letter-spacing: 0.04em; }
      @media (max-width: 768px) {
        .flow-item-content p {
          font-size: 13px;
          line-height: 1.7em; } }

.flow-arrow {
  position: relative;
  width: 36px;
  height: 36px;
  margin: 15px auto 17px; }
  @media (max-width: 768px) {
    .flow-arrow {
      margin: 10px auto 9px; } }
  .flow-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    border-right: 4px solid #c7c7c7;
    border-bottom: 4px solid #c7c7c7;
    -webkit-transform: translate(-50%, -70%) rotate(45deg);
    -ms-transform: translate(-50%, -70%) rotate(45deg);
    transform: translate(-50%, -70%) rotate(45deg); }
    @media (max-width: 768px) {
      .flow-arrow::before {
        border-right: 2px solid #c7c7c7;
        border-bottom: 2px solid #c7c7c7;
        width: 24px;
        height: 24px; } }

.faq-wrapper {
  margin-top: 60px;
  padding: 0 30px; }
  @media (max-width: 768px) {
    .faq-wrapper {
      margin-top: 40px;
      padding: 0; } }
  .faq-wrapper .js-fadein {
    -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    -o-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    opacity: 0; }
    .faq-wrapper .js-fadein.is-show {
      opacity: 1; }

.faq-desc {
  font-size: 16px;
  line-height: 2em;
  font-weight: 400; }
  @media (max-width: 768px) {
    .faq-desc {
      line-height: 1.8125em;
      padding: 0 30px; } }

.faq-index {
  width: 80%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: 50px auto 0; }
  @media (max-width: 768px) {
    .faq-index {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      width: 100%;
      gap: 22px;
      padding: 0 30px;
      margin: 89px auto 0; } }
  .faq-index a {
    color: #145aff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 768px) {
      .faq-index a {
        font-size: 16px; } }

.faq-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s; }
  .faq-item + .faq-item {
    margin-top: 30px; }
    @media (max-width: 768px) {
      .faq-item + .faq-item {
        margin-top: 20px; } }
  .faq-item.is-open {
    border-top: 1px solid #145aff;
    border-bottom: 1px solid #145aff; }
    .faq-item.is-open .faq-question-arrow {
      -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg); }
    .faq-item.is-open .faq-answer {
      display: block; }

.faq-question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 26px 56px 26px 31px;
  background: #f5f5f5;
  border: none;
  color: #145aff;
  text-align: left;
  cursor: pointer; }
  @media (max-width: 768px) {
    .faq-question {
      padding: 26px 50px 26px 26px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .faq-question span {
    margin-right: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1; }
    @media (max-width: 768px) {
      .faq-question span {
        font-size: 14px;
        line-height: 1.6;
        margin-right: 10px; } }
  .faq-question p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6; }
    @media (max-width: 768px) {
      .faq-question p {
        font-size: 14px; } }
  .faq-question-arrow {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #145aff;
    border-right: 1px solid #145aff;
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    @media (max-width: 768px) {
      .faq-question-arrow {
        right: 16px; } }

.faq-answer {
  display: none;
  padding: 26px 34px 28px; }
  @media (max-width: 768px) {
    .faq-answer {
      padding: 26px 50px 26px 26px; } }
  .faq-answer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
    @media (max-width: 768px) {
      .faq-answer-inner {
        gap: 10px; } }
    .faq-answer-inner span {
      font-size: 18px;
      font-weight: 400;
      line-height: 2; }
      @media (max-width: 768px) {
        .faq-answer-inner span {
          font-size: 14px;
          line-height: 1.6; } }
    .faq-answer-inner p {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 16px;
      font-weight: 400;
      line-height: 2;
      letter-spacing: 0.04em; }
      @media (max-width: 768px) {
        .faq-answer-inner p {
          font-size: 13px; } }

.faq-btn {
  margin-top: 60px;
  text-align: center; }
  @media (max-width: 768px) {
    .faq-btn {
      margin-top: 50px; } }

.top-news-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 60px;
  margin-bottom: 80px;
  padding: 0 30px;
  position: relative;
  -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
  -o-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
  transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
  opacity: 0; }
  @media (max-width: 768px) {
    .top-news-wrapper {
      margin-top: 50px;
      margin-bottom: 60px;
      display: block;
      padding: 0 30px; } }
  .top-news-wrapper.is-show {
    opacity: 1; }
  .top-news-wrapper::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #b9b9b9; }
    @media (max-width: 768px) {
      .top-news-wrapper::before {
        display: none; } }

.top-news-tab {
  display: none; }
  @media (max-width: 768px) {
    .top-news-tab {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      margin: 0 auto 44px;
      width: 100%;
      height: 40px; } }
  .top-news-tab-btn {
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer; }
    .top-news-tab-btn.is-active {
      background: rgba(20, 90, 255, 0.3);
      border-color: #145aff; }

@media (max-width: 768px) {
  .top-news-block {
    display: none; }
    .top-news-block.is-active {
      display: block; }
    .top-news-block + .top-news-block {
      padding-left: 0;
      border-left: none; } }

.top-news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px; }
  .top-news-head h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.75em; }
    @media (max-width: 768px) {
      .top-news-head h3 {
        font-size: 18px; } }

.top-news-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 135px;
  height: 30px;
  background: #145aff;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 768px) {
    .top-news-link {
      width: 118px;
      height: 26px;
      font-size: 11px; } }
  .top-news-link:hover {
    background: #000; }

.top-news-list {
  margin-top: 15px; }
  @media (max-width: 768px) {
    .top-news-list {
      margin-top: 8px; } }
  .top-news-list li:not(:first-child) {
    border-top: 1px solid #e5e5e5; }
  .top-news-list a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 88px 1fr;
    grid-template-columns: 88px 1fr;
    gap: 22px;
    padding: 18px 0;
    color: #000;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1; }
    @media (max-width: 768px) {
      .top-news-list a {
        padding: 20px 0 20px;
        display: block; } }
    .top-news-list a:hover {
      opacity: .35; }
  @media (max-width: 768px) {
    .top-news-list div {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 88px 1fr;
      grid-template-columns: 88px 1fr;
      gap: 10px;
      margin-bottom: 8px; } }
  .top-news-list span {
    font-size: 10px;
    color: #145aff;
    width: 100%;
    padding: 4px;
    border: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .top-news-list time {
    color: #828282;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    margin-top: 4px; }
    @media (max-width: 768px) {
      .top-news-list time {
        display: block; } }
  .top-news-list p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.66em;
    text-align: justify;
    height: 3.3em;
    overflow: hidden; }
    @media (max-width: 768px) {
      .top-news-list p {
        font-size: 13px;
        line-height: 1.7;
        max-height: 5em;
        height: auto; } }

.hero-header {
  padding: 30px 30px 45px;
  margin-top: 88px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 768px) {
    .hero-header {
      margin-top: 60px;
      padding: 63px 20px 53px; } }
  .hero-header::before {
    content: "";
    width: 100%;
    height: 70px;
    background-color: #145aff;
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply; }
  .hero-header.header-compliance {
    background-image: url("assets/images/header-compliance-pc.jpg"); }
    @media (max-width: 768px) {
      .hero-header.header-compliance {
        background-image: url("assets/images/header-compliance-sp.jpg"); } }
  .hero-header.header-service {
    background-image: url("assets/images/header-service-pc.jpg"); }
    @media (max-width: 768px) {
      .hero-header.header-service {
        background-image: url("assets/images/header-service-sp.jpg"); } }
  .hero-header.header-case {
    background-image: url("assets/images/header-case-pc.jpg"); }
    @media (max-width: 768px) {
      .hero-header.header-case {
        background-image: url("assets/images/header-case-sp.jpg"); } }
  .hero-header.header-group {
    background-image: url("assets/images/header-group-pc.jpg"); }
    @media (max-width: 768px) {
      .hero-header.header-group {
        background-image: url("assets/images/header-group-sp.jpg"); } }
  .hero-header.header-faq {
    background-image: url("assets/images/header-faq-pc.jpg"); }
    @media (max-width: 768px) {
      .hero-header.header-faq {
        background-image: url("assets/images/header-faq-sp.jpg"); } }
  .hero-header.header-simulation {
    background-image: url("assets/images/header-simulation-pc.jpg"); }
    @media (max-width: 768px) {
      .hero-header.header-simulation {
        background-image: url("assets/images/header-simulation-sp.jpg"); } }
  .hero-header.header-company {
    background-image: url("assets/images/header-company-pc.jpg"); }
    @media (max-width: 768px) {
      .hero-header.header-company {
        background-image: url("assets/images/header-company-sp.jpg"); } }
  .hero-header.header-privacypolicy {
    background-image: url("assets/images/header-privacy-pc.jpg"); }
    @media (max-width: 768px) {
      .hero-header.header-privacypolicy {
        background-image: url("assets/images/header-privacy-sp.jpg"); } }
  .hero-header.header-downloads {
    background-image: url("assets/images/header-downloads-pc.jpg"); }
    @media (max-width: 768px) {
      .hero-header.header-downloads {
        background-image: url("assets/images/header-downloads-sp.jpg"); } }
  .hero-header.header-contact {
    background-image: url("assets/images/header-contact-pc.jpg"); }
    @media (max-width: 768px) {
      .hero-header.header-contact {
        background-image: url("assets/images/header-contact-sp.jpg"); } }
  .hero-header.header-news {
    background-color: #145aff; }
  .hero-header-jp {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
    -webkit-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    -o-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
    @media (max-width: 768px) {
      .hero-header-jp {
        font-size: 16px; } }
    .is-show .hero-header-jp {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
  .hero-header-en {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 500;
    font-size: 100px;
    line-height: 1;
    -webkit-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    -o-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
    @media (max-width: 768px) {
      .hero-header-en {
        font-size: 50px; } }
    .is-show .hero-header-en {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }

.legal-wrapper {
  margin-top: 60px;
  padding: 0 30px; }
  @media (max-width: 768px) {
    .legal-wrapper {
      margin-top: 50px; } }

.legal-intro p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2em; }
  @media (max-width: 768px) {
    .legal-intro p {
      line-height: 1.8125em; } }

.legal-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 58px; }
  @media (max-width: 768px) {
    .legal-list {
      margin-top: 42px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 20px; } }

.legal-item {
  border: 1px solid #707070;
  background: #fff;
  -webkit-transition: 1.5s cubic-bezier(0.4, 0.4, 0, 1);
  -o-transition: 1.5s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 1.5s cubic-bezier(0.4, 0.4, 0, 1);
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }
  .legal-item.is-show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .legal-item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 58px;
    min-height: 165px;
    padding: 18px 28px 28px; }
    @media (max-width: 768px) {
      .legal-item-head {
        padding: 18px 16px 16px;
        display: block; } }

.legal-num {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  text-align: center; }
  .legal-num span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1; }
    @media (max-width: 768px) {
      .legal-num span {
        font-size: 8px; } }
  .legal-num strong {
    display: block;
    margin-top: 4px;
    font-size: 84px;
    font-weight: 500;
    line-height: 0.9; }
    @media (max-width: 768px) {
      .legal-num strong {
        font-size: 59px; } }

.legal-title {
  padding-top: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.02em; }
  @media (max-width: 768px) {
    .legal-title {
      padding-top: 10px;
      font-size: 18px;
      text-align: center; } }

.legal-penalty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 165px;
  padding: 28px;
  background: #000;
  color: #fff;
  text-align: center; }
  @media (hover: none) and (pointer: coarse) and (max-width: 1200px) and (min-width: 769px) {
    .legal-penalty {
      min-height: 205px; } }
  @media (max-width: 768px) {
    .legal-penalty {
      min-height: 190px; } }
  .legal-penalty p {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35; }
    @media (max-width: 768px) {
      .legal-penalty p {
        font-size: 24px; } }

.legal-note {
  margin-top: 16px;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.02em; }
  @media (max-width: 768px) {
    .legal-note {
      text-align: left; } }

.legal-message {
  width: calc(100% - 60px);
  margin: 30px auto 0;
  padding: 96px 30px;
  border: 5px solid #145aff;
  background: rgba(20, 90, 255, 0.1);
  position: relative;
  overflow: hidden;
  -webkit-transition: 1.5s cubic-bezier(0.4, 0.4, 0, 1);
  -o-transition: 1.5s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 1.5s cubic-bezier(0.4, 0.4, 0, 1);
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }
  @media (max-width: 768px) {
    .legal-message {
      width: 100%;
      padding: 108px 0px; } }
  .legal-message.is-show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .legal-message::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("assets/images/bg-logo.jpg") center center/cover no-repeat;
    opacity: 0.08;
    z-index: 0; }
  .legal-message p {
    color: #145aff;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.5em;
    z-index: 1;
    position: relative; }
    @media (max-width: 768px) {
      .legal-message p {
        line-height: 1.5375em;
        font-size: 28px; } }

.legal-case {
  width: 100%;
  margin-top: 30px;
  padding: 0 30px; }
  @media (max-width: 768px) {
    .legal-case {
      padding: 0; } }
  .legal-case-inner {
    width: 100%;
    margin: 0 auto; }
  .legal-case-head {
    padding: 20px 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    background: #000;
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .legal-case-head {
        -webkit-box-shadow: inset 0 0 0 4vpx #fff;
        box-shadow: inset 0 0 0 4vpx #fff;
        padding: 30px 20px;
        font-size: 22px;
        width: calc(100% - 60px);
        margin: 0 auto;
        font-size: 24px; } }
  .legal-case-list {
    margin-top: 22px; }
    @media (max-width: 768px) {
      .legal-case-list {
        margin-top: 30px; } }
  .legal-case-item:not(:first-child) {
    margin-top: 20px; }
  .legal-case-item.is-open .legal-case-arrow::before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg); }
  .legal-case-question {
    border: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 136px 110px 1fr 20px;
    grid-template-columns: 136px 110px 1fr 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 80px;
    padding: 15px 20px 15px 30px;
    text-align: left;
    background: #f5f5f5; }
    @media (max-width: 768px) {
      .legal-case-question {
        position: relative;
        -ms-grid-columns: 116px 1fr 16px;
        grid-template-columns: 116px 1fr 16px;
        gap: 12px;
        min-height: auto;
        padding: 25px 50px 25px 30px; } }
  .legal-case-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 136px;
    height: 48px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff; }
    @media (max-width: 768px) {
      .legal-case-label {
        width: 116px;
        height: 42px;
        font-size: 14px; } }
  .legal-case-date {
    padding-left: 30px;
    color: #000;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1; }
    @media (max-width: 768px) {
      .legal-case-date {
        padding-left: 0;
        font-size: 14px; } }
  .legal-case-title {
    padding-left: 35px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #000; }
    @media (max-width: 768px) {
      .legal-case-title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4;
        padding-left: 0;
        font-size: 14px; } }
  .legal-case-arrow {
    position: relative;
    display: block;
    width: 20px;
    height: 20px; }
    @media (max-width: 768px) {
      .legal-case-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 12px;
        width: 16px;
        height: 16px; } }
    .legal-case-arrow::before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 8px;
      height: 8px;
      content: "";
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      -webkit-transform: translate(-50%, -60%) rotate(45deg);
      -ms-transform: translate(-50%, -60%) rotate(45deg);
      transform: translate(-50%, -60%) rotate(45deg);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
  .legal-case-answer {
    display: none;
    padding: 25px 30px 30px;
    border-bottom: 1px solid #000; }
  .legal-case-answer-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 246px 1fr;
    grid-template-columns: 246px 1fr;
    gap: 35px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 768px) {
      .legal-case-answer-inner {
        gap: 16px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .legal-case-answer-source {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px; }
    @media (max-width: 768px) {
      .legal-case-answer-source {
        -ms-grid-row: 2;
        grid-row: 2; } }
  .legal-case-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 135px;
    height: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #145aff;
    text-decoration: none; }
    @media (max-width: 768px) {
      .legal-case-link {
        width: 118px;
        height: 26px;
        font-size: 10px; } }
  .legal-case-source-head {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #000; }
    @media (max-width: 768px) {
      .legal-case-source-head {
        font-size: 14px;
        line-height: 1.8; } }
  .legal-case-source-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #000; }
    @media (max-width: 768px) {
      .legal-case-source-text {
        font-size: 13px;
        line-height: 1.69em; } }

.legal-system-wrapper {
  margin-top: 60px;
  padding: 0 50px 100px; }
  @media (max-width: 768px) {
    .legal-system-wrapper {
      margin-top: 50px;
      padding: 0 50px 60px; } }

.legal-system-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 50px; }
  @media (max-width: 768px) {
    .legal-system-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 80px; } }

.legal-system-item {
  position: relative; }
  @media (max-width: 768px) {
    .legal-system-item:not(:last-child)::before {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      bottom: -40px;
      left: 50%;
      background-color: #145aff;
      display: block;
      -webkit-transform: translate(-50%, 50%) rotate(45deg);
      -ms-transform: translate(-50%, 50%) rotate(45deg);
      transform: translate(-50%, 50%) rotate(45deg); } }
  .legal-system-item.js-fadein {
    -webkit-transition: 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    -o-transition: 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: 1.5s cubic-bezier(0.4, 0.4, 0, 1);
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  .legal-system-item.is-show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .legal-system-item h3 {
    margin-top: 14px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.37em; }
    @media (max-width: 768px) {
      .legal-system-item h3 {
        font-size: 18px;
        line-height: 1.5em; } }
  .legal-system-item > p {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.65em; }
    @media (max-width: 768px) {
      .legal-system-item > p {
        font-size: 13px;
        line-height: 1.69em; } }

.legal-system-image {
  position: relative; }
  .legal-system-image-wrapper {
    position: relative;
    padding-top: 100%;
    overflow: hidden; }
    .legal-system-image-wrapper img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.legal-system-num {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .legal-system-num::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 180px;
    height: 180px;
    background: rgba(20, 90, 255, 0.95);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: 1; }
    @media (max-width: 768px) {
      .legal-system-num::before {
        width: 62%;
        height: 62%; } }
  .legal-system-num span {
    display: block;
    color: #fff;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 1;
    z-index: 2;
    position: relative; }
    @media (max-width: 768px) {
      .legal-system-num span {
        font-size: 59px; } }
  .legal-system-num p {
    margin-top: 4px;
    color: #fff;
    text-align: center;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 9px;
    line-height: 1.5;
    z-index: 2;
    position: relative; }
    @media (max-width: 768px) {
      .legal-system-num p {
        font-size: 8px; } }

.supportplan {
  background: #000;
  position: relative;
  margin-top: 220px; }
  @media (max-width: 768px) {
    .supportplan {
      margin-top: 0; } }
  .supportplan::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc((100% - 680px) / 2);
    background-color: #145aff;
    display: block; }
    @media (max-width: 768px) {
      .supportplan::before {
        width: 50px; } }
  .supportplan-bg {
    padding: 30px; }
    @media (max-width: 768px) {
      .supportplan-bg {
        position: -webkit-sticky;
        position: sticky;
        top: 60px;
        height: calc(100vh - 60px);
        overflow: hidden;
        padding: 20px; } }
  .supportplan-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 85px 30px 100px;
    background: url("assets/images/support-bg.jpg") center center/cover no-repeat; }
    @media (max-width: 768px) {
      .supportplan-inner {
        height: 100%;
        overflow: hidden;
        padding: 55px 30px 100px; } }
  .supportplan-head {
    text-align: center; }
    @media (max-width: 768px) {
      .supportplan-head {
        position: relative;
        top: 0;
        z-index: 2; } }
    .supportplan-head span {
      display: block;
      width: 680px;
      max-width: 100%;
      margin: 18px auto 0;
      padding: 4px 10px;
      background: #145aff;
      color: #fff;
      font-family: "Roboto Flex", sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 1; }
      @media (max-width: 768px) {
        .supportplan-head span {
          margin: 14px auto 0;
          font-size: 11px; } }
    .supportplan-head h2 {
      margin-top: 30px;
      color: #145aff;
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-size: 40px;
      line-height: 1.45;
      letter-spacing: 0.03em; }
      @media (max-width: 768px) {
        .supportplan-head h2 {
          margin-top: 28px;
          font-size: 28px; } }
  .supportplan-logo {
    width: 300px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .supportplan-logo {
        width: 160px; } }
    .supportplan-logo img {
      display: block;
      width: 100%;
      height: auto; }
  .supportplan-lead {
    width: 680px;
    max-width: 100%;
    margin: 47px auto 0; }
    @media (max-width: 768px) {
      .supportplan-lead {
        margin-top: 35px; } }
    .supportplan-lead p {
      font-size: 16px;
      font-weight: 400;
      line-height: 2; }
      @media (max-width: 768px) {
        .supportplan-lead p {
          line-height: 1.8125em; } }
  .supportplan-bottom-inner {
    margin-top: 50px; }
    @media (max-width: 768px) {
      .supportplan-bottom-inner {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        overflow: hidden;
        padding: 0 30px; } }
  @media (max-width: 768px) {
    .supportplan-bottom-scroll {
      will-change: transform; } }
  .supportplan-list {
    width: 680px;
    max-width: 100%;
    margin: 40px auto 0; }
    @media (max-width: 768px) {
      .supportplan-list {
        margin-top: 40px; } }
    .supportplan-list .js-fadein {
      -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
      -o-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
      transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
      opacity: 0; }
    .supportplan-list .js-fadein.is-show {
      opacity: 1; }
  .supportplan-item {
    padding: 50px 50px 45px;
    border: 10px solid #145aff;
    background: #fff; }
    @media (max-width: 768px) {
      .supportplan-item {
        padding: 16px 20px 20px; } }
    .supportplan-item-head {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 170px 1fr;
      grid-template-columns: 170px 1fr;
      gap: 60px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (max-width: 768px) {
        .supportplan-item-head {
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
          gap: 16px; } }
  .supportplan-num span {
    display: block;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 500;
    font-size: 84px;
    line-height: 0.9; }
    @media (max-width: 768px) {
      .supportplan-num span {
        font-size: 59px; } }
  .supportplan-num h3 {
    margin-top: 6px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1; }
    @media (max-width: 768px) {
      .supportplan-num h3 {
        font-size: 18px;
        margin-top: 4px; } }
  .supportplan-num p {
    margin-top: 13px;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 9px;
    line-height: 1; }
    @media (max-width: 768px) {
      .supportplan-num p {
        margin-top: 7px;
        font-size: 8px; } }
  .supportplan-img {
    position: relative;
    padding-top: 38%;
    overflow: hidden; }
    @media (max-width: 768px) {
      .supportplan-img {
        padding-top: 38%; } }
    .supportplan-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .supportplan-content {
    margin-top: 25px; }
    @media (max-width: 768px) {
      .supportplan-content {
        margin-top: 15px; } }
    .supportplan-content h4 {
      color: #145aff;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.5; }
      @media (max-width: 768px) {
        .supportplan-content h4 {
          font-size: 18px; } }
    .supportplan-content ul {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      margin-top: 10px; }
      @media (max-width: 768px) {
        .supportplan-content ul {
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
          gap: 8px; } }
    .supportplan-content li {
      position: relative;
      padding-left: 20px;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4; }
      @media (max-width: 768px) {
        .supportplan-content li {
          font-size: 14px; } }
      .supportplan-content li::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 10px;
        height: 4px;
        border-left: 1px solid #145aff;
        border-bottom: 1px solid #145aff;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg); }
  .supportplan-arrow {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 22px auto; }
    @media (max-width: 768px) {
      .supportplan-arrow {
        margin: 8px auto; } }
    .supportplan-arrow::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 32px;
      height: 32px;
      border-right: 5px solid #145aff;
      border-bottom: 5px solid #145aff;
      -webkit-transform: translate(-50%, -70%) rotate(45deg);
      -ms-transform: translate(-50%, -70%) rotate(45deg);
      transform: translate(-50%, -70%) rotate(45deg); }
  @media (max-width: 768px) {
    .supportplan + .l-footer {
      margin-top: 0; } }

.support-single {
  position: relative;
  padding: 30px 30px 140px; }
  @media (max-width: 768px) {
    .support-single {
      padding: 20px 0 0px; } }
  .support-single-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 11px; }
    @media (max-width: 768px) {
      .support-single-breadcrumb {
        font-size: 10px;
        padding: 0 20px; } }
    .support-single-breadcrumb a {
      color: #000;
      text-decoration: none; }
    .support-single-breadcrumb span {
      color: #145aff; }
  .support-single-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 28px;
    height: 28px; }
    @media (max-width: 768px) {
      .support-single-close {
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px; } }
    .support-single-close::before, .support-single-close::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 1px;
      background: #000; }
    .support-single-close::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .support-single-close::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
  .support-single-main {
    width: 100%;
    margin: 170px auto 0; }
    @media (max-width: 768px) {
      .support-single-main {
        margin: 120px auto 0; } }
  .support-single-head {
    text-align: center; }
    @media (max-width: 768px) {
      .support-single-head {
        padding: 0 20px; } }
    .support-single-head h2 {
      font-family: "Roboto Flex", sans-serif;
      font-weight: 600;
      font-size: 40px;
      line-height: 1.5em; }
      @media (max-width: 768px) {
        .support-single-head h2 {
          font-size: 28px; } }
    .support-single-head p {
      margin-top: 14px;
      font-size: 13px;
      font-weight: 400;
      line-height: 1; }
      @media (max-width: 768px) {
        .support-single-head p {
          margin-top: 12px;
          font-size: 16px; } }
  .support-single-gallery {
    margin-top: 45px; }
  .support-single-main-img {
    position: relative;
    padding-top: 60%;
    overflow: hidden; }
    .support-single-main-img::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 30px;
      bottom: 0;
      left: 0;
      background-color: #145aff;
      mix-blend-mode: multiply; }
    .support-single-main-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .support-single-caption {
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1; }
  .support-single-thumb-slider {
    margin-top: 10px; }
    @media (max-width: 768px) {
      .support-single-thumb-slider {
        padding-left: 20px !important; } }
    .support-single-thumb-slider .swiper-slide {
      cursor: pointer;
      opacity: .55;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      .support-single-thumb-slider .swiper-slide.is-active-thumb {
        opacity: 1; }
  .support-single-thumb-img {
    position: relative;
    padding-top: 57.5%;
    overflow: hidden; }
    .support-single-thumb-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .support-single-info {
    margin-top: 60px; }
    @media (max-width: 768px) {
      .support-single-info {
        padding: 0px 30px;
        margin-top: 68px; } }
    .support-single-info-block + .support-single-info-block {
      margin-top: 42px; }
      @media (max-width: 768px) {
        .support-single-info-block + .support-single-info-block {
          margin-top: 35px; } }
    .support-single-info-block h3 {
      font-size: 22px;
      font-weight: 700;
      line-height: 1; }
      @media (max-width: 768px) {
        .support-single-info-block h3 {
          font-size: 18px; } }
    .support-single-info-block dl {
      margin-top: 20px; }
      @media (max-width: 768px) {
        .support-single-info-block dl {
          margin-top: 15px; } }
    .support-single-info-block div {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 110px 1fr;
      grid-template-columns: 110px 1fr;
      gap: 20px; }
      @media (max-width: 768px) {
        .support-single-info-block div {
          -ms-grid-columns: 65px 1fr;
          grid-template-columns: 65px 1fr;
          gap: 20px; } }
      .support-single-info-block div + div {
        margin-top: 4px; }
    .support-single-info-block dt,
    .support-single-info-block dd {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.6; }
      @media (max-width: 768px) {
        .support-single-info-block dt,
        .support-single-info-block dd {
          font-size: 13px; } }
    .support-single-info-block dt {
      position: relative; }
      .support-single-info-block dt::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 14px;
        background: #000;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .support-single-desc {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .03em; }
    @media (max-width: 768px) {
      .support-single-desc {
        margin-top: 33px;
        font-size: 13px;
        padding: 0 30px;
        line-height: 1.69em; } }
  .support-single-btn {
    margin-top: 70px;
    text-align: center; }
    @media (max-width: 768px) {
      .support-single-btn {
        margin-top: 85px; } }
  .support-single-related {
    margin-top: 120px; }
    @media (max-width: 768px) {
      .support-single-related {
        margin-top: 160px; } }
    .support-single-related h2 {
      width: 100%;
      margin: 0 auto 30px;
      padding: 0 30px;
      font-size: 22px;
      font-weight: 700;
      line-height: 1; }
      @media (max-width: 768px) {
        .support-single-related h2 {
          font-size: 18px;
          margin: 0 auto 21px; } }
    .support-single-related-slider {
      width: 100%;
      margin: 0 auto;
      overflow: hidden; }
    .support-single-related-card {
      text-decoration: none;
      display: block; }
    .support-single-related-card-img {
      width: 100%;
      padding-top: 38%;
      position: relative;
      overflow: hidden; }
      .support-single-related-card-img img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .support-single-related-card-name {
      font-size: 18px;
      font-weight: 700;
      margin-top: 12px;
      color: #000; }
    .support-single-related-card-area {
      color: #787878;
      font-size: 12px;
      margin-top: 1px; }
    .support-single-related-card-desc {
      font-size: 12px;
      line-height: 1.65em;
      margin-top: 6px;
      height: 3.3em;
      overflow: hidden;
      color: #000; }
      @media (max-width: 768px) {
        .support-single-related-card-desc {
          height: 5em;
          font-size: 13px;
          margin-top: 10px; } }
    .support-single-related-card-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 135px;
      height: 30px;
      margin-top: 18px;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      background: #145aff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 768px) {
        .support-single-related-card-btn {
          width: 118px;
          height: 26px;
          font-size: 10px;
          margin-top: 24px; } }
    .support-single-related-card:hover .support-single-related-card-btn {
      background: #000; }

.collaboration {
  background: #fff; }
  .collaboration-inner {
    margin: 0 auto;
    padding: 0 30px; }
  .collaboration-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    margin-top: 60px; }
    @media (max-width: 768px) {
      .collaboration-card-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 16px;
        margin-top: 50px; } }
  .collaboration-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 20px 18px;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(33.33% - 17px);
    text-decoration: none;
    border: 2px solid #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 768px) {
      .collaboration-card {
        padding: 23px 20px 20px;
        width: 100%; } }
    .collaboration-card.js-fadein {
      -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
      -o-transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
      transition: opacity 1.5s cubic-bezier(0.4, 0.4, 0, 1);
      opacity: 0; }
    .collaboration-card.is-show {
      opacity: 1; }
    @media (min-width: 768px) {
      .collaboration-card.is-show:nth-child(1) {
        -webkit-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0; }
      .collaboration-card.is-show:nth-child(2) {
        -webkit-transition-delay: .25s;
        -o-transition-delay: .25s;
        transition-delay: .25s; }
      .collaboration-card.is-show:nth-child(3) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s; } }
  .collaboration-card-title {
    font-size: clamp(18px, 2.5vw, 22px);
    font-weight: 600;
    line-height: 1.45em;
    color: #000; }
  .collaboration-card-img {
    width: 100%;
    margin-top: 35px; }
    @media (max-width: 768px) {
      .collaboration-card-img {
        margin-top: 23px; } }
    .collaboration-card-img img {
      display: block;
      width: 100%;
      height: auto; }
  .collaboration-card-text {
    margin-top: 17px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8em;
    color: #000;
    text-align: justify; }
    @media (max-width: 768px) {
      .collaboration-card-text {
        font-size: 13px;
        line-height: 1.69em; } }
  .collaboration-card-info {
    background-color: #f5f5f5;
    font-size: 12px;
    font-weight: 500;
    padding: 20px;
    margin-top: 16px; }
    @media (max-width: 768px) {
      .collaboration-card-info {
        font-size: 13px; } }
  .collaboration-card:hover .collaboration-card-btn {
    background: #000; }

.contact-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%;
  gap: 60px;
  width: 100%;
  margin: 50px auto 0;
  padding: 0 30px; }
  .contact-inner.confirm {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 660px; }
  @media (max-width: 768px) {
    .contact-inner {
      display: block;
      margin-top: 40px;
      padding: 0 30px; } }

.contact-progress {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 54px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 63px auto 0; }
  .contact-progress::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #145aff; }

.contact-progress-item {
  position: relative;
  z-index: 1;
  text-align: center; }
  .contact-progress-item span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    border-radius: 50%;
    background: #000; }
  .contact-progress-item p {
    margin-top: 18px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1; }
  .contact-progress-item.is-current span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #145aff;
    background: #fff; }

.confirm .contact-lead {
  text-align: center; }

.contact-lead p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.03em; }
  @media (max-width: 768px) {
    .contact-lead p {
      line-height: 1.8125em; } }
  .contact-lead p + p {
    margin-top: 22px; }
    @media (max-width: 768px) {
      .contact-lead p + p {
        margin-top: 25px; } }

.contact-lead ul {
  width: 100%;
  background-color: #f5f5f5;
  text-align: left;
  padding: 45px 0 45px 50px;
  margin: 24px 0; }
  @media (max-width: 768px) {
    .contact-lead ul {
      padding: 45px 0 45px 40px;
      margin: 45px 0; } }
  .contact-lead ul li {
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    position: relative; }
    .contact-lead ul li + li {
      margin-top: 16px; }
      @media (max-width: 768px) {
        .contact-lead ul li + li {
          margin-top: 24px; } }
    .contact-lead ul li::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg);
      width: 10px;
      height: 4px;
      border-left: 2px solid #145aff;
      border-bottom: 2px solid #145aff; }

.contact-lead-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  margin-top: 35px;
  background: #145aff;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1; }
  @media (max-width: 768px) {
    .contact-lead-btn {
      margin: 45px auto 0; } }

.contact-form-wrapper {
  width: 100%;
  margin-top: 10px; }
  @media (max-width: 768px) {
    .contact-form-wrapper {
      margin-top: 50px;
      padding: 50px 0 0;
      border-top: 1px solid #dcdcdc; } }

.contact-confirm-wrapper {
  margin-top: 50px; }

.contact-form-panel {
  display: none; }
  .contact-form-panel.is-active {
    display: block; }

.contact-tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  width: 300px;
  margin: 0 0 50px; }
  @media (max-width: 768px) {
    .contact-tab {
      width: 100%;
      margin-bottom: 47px; } }
  .contact-tab-btn {
    height: 40px;
    padding: 0;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer; }
    .contact-tab-btn.is-active {
      border-color: #145aff;
      background: rgba(20, 90, 255, 0.3); }

.contact-form-row + .contact-form-row {
  margin-top: 17px; }
  @media (max-width: 768px) {
    .contact-form-row + .contact-form-row {
      margin-top: 18px; } }

.contact-form-row label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-bottom: 4px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4; }
  .contact-form-row label span {
    color: #145aff;
    font-size: 12px;
    font-weight: 700;
    display: inline; }
  .contact-form-row label em {
    color: #145aff;
    font-style: normal; }

.contact-form-row input,
.contact-form-row select,
.contact-form-row textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; }
  .contact-form-row input::-webkit-input-placeholder,
  .contact-form-row select::-webkit-input-placeholder,
  .contact-form-row textarea::-webkit-input-placeholder {
    color: #c9c9c9; }
  .contact-form-row input:-ms-input-placeholder,
  .contact-form-row select:-ms-input-placeholder,
  .contact-form-row textarea:-ms-input-placeholder {
    color: #c9c9c9; }
  .contact-form-row input::-ms-input-placeholder,
  .contact-form-row select::-ms-input-placeholder,
  .contact-form-row textarea::-ms-input-placeholder {
    color: #c9c9c9; }
  .contact-form-row input::placeholder,
  .contact-form-row select::placeholder,
  .contact-form-row textarea::placeholder {
    color: #c9c9c9; }

.contact-form-row input,
.contact-form-row select {
  height: 40px;
  padding: 0 12px; }

.contact-form-row textarea {
  height: 126px;
  padding: 10px 12px;
  resize: vertical; }

.contact-form-submit {
  margin-top: 55px;
  text-align: left; }
  .contact-form-submit button,
  .contact-form-submit input {
    width: 300px;
    height: 60px;
    border: none;
    background: #145aff;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer; }
    @media (max-width: 768px) {
      .contact-form-submit button,
      .contact-form-submit input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 180px;
        height: 40px;
        margin: 50px auto 0;
        font-size: 16px; } }

.contact-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background: #145aff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none; }
  @media (max-width: 768px) {
    .contact-cta {
      margin-top: 40px; } }
  .contact-cta:hover {
    background: #000; }

@media (max-width: 768px) {
  .contact-download {
    margin-top: 40px; } }

.contact-download p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.03em; }
  @media (max-width: 768px) {
    .contact-download p {
      line-height: 1.8125em; } }

.contact-download .download-cta {
  width: 300px;
  margin-top: 15px; }
  @media (max-width: 768px) {
    .contact-download .download-cta {
      margin-top: 15px; } }

.company-inner {
  width: 100%;
  margin: 60px auto 0;
  padding: 0 30px; }
  @media (max-width: 768px) {
    .company-inner {
      margin-top: 40px; } }

.company-message {
  max-width: 800px;
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .company-message {
      width: 100%; } }
  .company-message p {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 2em; }
    @media (max-width: 768px) {
      .company-message p {
        font-size: 16px; } }
    .company-message p + p {
      margin-top: 40px; }
      @media (max-width: 768px) {
        .company-message p + p {
          margin-top: 33px; } }

.company-policy {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 28px; }
  @media (max-width: 768px) {
    .company-policy {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 22px;
      margin-top: 50px; } }

.company-policy-item {
  position: relative;
  min-height: 220px;
  padding: 42px 30px 40px;
  border: 1px solid #145aff;
  text-align: center; }
  @media (max-width: 768px) {
    .company-policy-item {
      min-height: auto;
      padding: 31px 15px 75px; } }
  .company-policy-item h3 {
    margin-top: 55px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.5; }
    @media (max-width: 768px) {
      .company-policy-item h3 {
        font-size: 28px;
        margin-top: 61px; } }
  .company-policy-item p {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2em;
    margin-top: 24px; }
    @media (max-width: 768px) {
      .company-policy-item p {
        font-size: 14px;
        margin-top: 56px; } }

.company-policy-num {
  position: absolute;
  top: 15px;
  left: 22px;
  color: #145aff;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 500;
  font-size: 84px;
  line-height: 1; }
  @media (max-width: 768px) {
    .company-policy-num {
      position: relative;
      font-size: 59px;
      top: 0;
      left: 0; } }

.company-policy-logo {
  width: 200px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .company-policy-logo {
      width: 183px;
      margin: 19px auto 0; } }
  .company-policy-logo img {
    display: block;
    width: 100%;
    height: auto; }

.company-profile {
  max-width: 1100px; }
  .company-profile div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
    gap: 18px; }
    @media (max-width: 768px) {
      .company-profile div {
        -ms-grid-columns: 82px 1fr;
        grid-template-columns: 82px 1fr;
        gap: 14px; } }
    .company-profile div + div {
      margin-top: 8px; }
  .company-profile dt,
  .company-profile dd {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em; }
    @media (max-width: 768px) {
      .company-profile dt,
      .company-profile dd {
        font-size: 13px; } }
  .company-profile dt {
    position: relative; }
    .company-profile dt::after {
      content: "：";
      position: absolute;
      top: 0;
      right: 0; }

.download-inner {
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 0;
  padding: 0 30px; }
  @media (max-width: 768px) {
    .download-inner {
      margin-top: 50px;
      padding: 0 30px; } }

.download-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  text-align: center; }
  @media (max-width: 768px) {
    .download-lead {
      line-height: 1.8125em; } }

.download-bg {
  background: url("assets/images/bg-logo.jpg") center center repeat;
  opacity: 0.07;
  background-size: auto 420px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.download-pickup {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  margin-top: 32px; }
  .download-pickup-inner {
    min-height: 460px;
    position: relative;
    padding: 44px 30px; }
    @media (max-width: 768px) {
      .download-pickup-inner {
        min-height: auto;
        padding: 30px 20px 20px; } }
  .download-pickup-img {
    position: absolute;
    top: 43%;
    left: 50%;
    width: 780px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 768px) {
      .download-pickup-img {
        position: static;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    .download-pickup-img img {
      display: block;
      width: 100%;
      height: auto; }
  .download-pickup-content {
    position: absolute;
    left: 20px;
    bottom: 45px;
    z-index: 1; }
    @media (max-width: 768px) {
      .download-pickup-content {
        position: static;
        margin-top: 28px; } }
    .download-pickup-content h3 {
      font-size: 22px;
      font-weight: 700;
      line-height: 1.4em; }
      @media (max-width: 768px) {
        .download-pickup-content h3 {
          font-size: 18px;
          line-height: 1.5em; } }
    .download-pickup-content p {
      margin-top: 5px;
      font-size: 12px;
      font-weight: 300;
      line-height: 1.8; }
      @media (max-width: 768px) {
        .download-pickup-content p {
          margin-top: 3px;
          font-size: 13px;
          line-height: 1.69em; } }

.download-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  margin-top: 22px;
  padding: 0 40px;
  background: #145aff;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 768px) {
    .download-btn {
      width: 100%;
      font-size: 22px; } }
  .download-btn:hover {
    background: #000; }
  .download-btn img {
    position: absolute;
    width: 10px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 768px) {
      .download-btn img {
        right: 18px; } }

.download-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .download-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 20px; } }

.download-card {
  position: relative;
  background-color: #f5f5f5; }
  .download-card-inner {
    position: relative;
    padding: 30px 20px 20px; }
  .download-card-img {
    width: 91%;
    margin: 0 auto 15px; }
    @media (max-width: 768px) {
      .download-card-img {
        width: 85%; } }
    .download-card-img img {
      display: block;
      width: 100%;
      height: auto; }
  .download-card h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5em; }
    @media (max-width: 768px) {
      .download-card h3 {
        font-size: 18px;
        line-height: 1.5em; } }
  .download-card p {
    margin-top: 1px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.85em; }
    @media (max-width: 768px) {
      .download-card p {
        margin-top: 3px;
        font-size: 13px;
        line-height: 1.69em; } }
  .download-card-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 135px;
    height: 30px;
    margin-top: 22px;
    background: #145aff;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 768px) {
      .download-card-btn {
        width: 118px;
        height: 28px;
        font-size: 10px;
        margin-top: 25px; } }
    .download-card-btn:hover {
      background: #000; }

.download-pickup.is-coming-soon, .download-card.is-coming-soon {
  position: relative;
  pointer-events: none; }
  .download-pickup.is-coming-soon .download-pickup-inner,
  .download-pickup.is-coming-soon .download-card-inner, .download-card.is-coming-soon .download-pickup-inner,
  .download-card.is-coming-soon .download-card-inner {
    position: relative;
    overflow: hidden; }
    .download-pickup.is-coming-soon .download-pickup-inner::before,
    .download-pickup.is-coming-soon .download-card-inner::before, .download-card.is-coming-soon .download-pickup-inner::before,
    .download-card.is-coming-soon .download-card-inner::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 10;
      background: rgba(0, 45, 140, 0.72); }
  .download-pickup.is-coming-soon .download-coming-soon, .download-card.is-coming-soon .download-coming-soon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .04em;
    white-space: nowrap; }

.download-card.is-coming-soon .download-coming-soon {
  font-size: 32px; }

@media (max-width: 768px) {
  .download-pickup.is-coming-soon .download-coming-soon, .download-card.is-coming-soon .download-coming-soon {
    font-size: 28px; }
  .download-card.is-coming-soon .download-coming-soon {
    font-size: 24px; } }

.privacypolicy-inner {
  width: 100%;
  margin: 52px auto 0;
  padding: 0 30px; }
  @media (max-width: 768px) {
    .privacypolicy-inner {
      margin-top: 40px; } }
  @media (max-width: 768px) {
    .privacypolicy-inner.sp-full {
      padding: 0; } }

.privacypolicy-desc {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2; }
  @media (max-width: 768px) {
    .privacypolicy-desc {
      padding: 0 30px;
      line-height: 1.8125em; } }

.privacypolicy-lead {
  padding: 60px;
  background: #f5f5f5;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2em; }
  @media (max-width: 768px) {
    .privacypolicy-lead {
      padding: 40px 30px; } }
  .privacypolicy-lead-name {
    margin-top: 10px;
    text-align: right; }
    @media (max-width: 768px) {
      .privacypolicy-lead-name {
        margin-top: 34px; } }

.privacypolicy-index {
  width: 80%;
  max-width: 680px;
  margin: 105px auto 0; }
  @media (max-width: 768px) {
    .privacypolicy-index {
      width: 85%;
      margin-top: 96px; } }
  .privacypolicy-index h2 {
    color: #145aff;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1; }
  .privacypolicy-index ul {
    display: -ms-grid;
    display: grid;
    gap: 12px;
    margin-top: 34px; }
    @media (max-width: 768px) {
      .privacypolicy-index ul {
        gap: 10px;
        margin-top: 43px; } }
  .privacypolicy-index a {
    position: relative;
    display: block;
    padding-left: 11px;
    color: #145aff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
    padding-left: 2.25em; }
    @media (max-width: 768px) {
      .privacypolicy-index a {
        padding-left: 3em;
        font-size: 14px; } }
    .privacypolicy-index a:hover {
      background-color: rgba(20, 90, 255, 0.3); }
    .privacypolicy-index a::before {
      content: "ー";
      position: absolute;
      top: 0;
      left: 0.75em;
      display: inline-block; }

.privacypolicy-section {
  margin-top: 120px;
  scroll-margin-top: 120px; }
  @media (max-width: 768px) {
    .privacypolicy-section {
      margin-top: 90px; } }

.privacypolicy-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2; }
  @media (max-width: 768px) {
    .privacypolicy-content p {
      line-height: 1.8125em; } }

.privacypolicy-content h3 {
  margin-top: 35px;
  margin-bottom: 4px;
  color: #145aff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6; }
  @media (max-width: 768px) {
    .privacypolicy-content h3 {
      margin-top: 40px;
      font-size: 18px; } }

.privacypolicy-content ol {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  margin-top: 38px;
  counter-reset: privacy-num;
  padding: 0; }

.privacypolicy-content li {
  position: relative;
  padding-left: 30px;
  counter-increment: privacy-num;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.69em; }
  @media (max-width: 768px) {
    .privacypolicy-content li {
      font-size: 13px; } }
  .privacypolicy-content li::before {
    content: counter(privacy-num) ".";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.69em; }
  .privacypolicy-content li strong {
    font-size: 12px;
    font-weight: 300;
    display: block;
    line-height: 2; }
    @media (max-width: 768px) {
      .privacypolicy-content li strong {
        font-size: 13px; } }

.privacypolicy-fixed-index {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 88px;
  border: none;
  background: #145aff;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  cursor: pointer; }
  .privacypolicy-fixed-index.is-show {
    opacity: 1;
    pointer-events: auto; }
  .privacypolicy-fixed-index span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    font-weight: 700;
    line-height: 1; }

.privacypolicy-megamenu {
  position: fixed;
  top: 88px;
  left: 0;
  z-index: 30;
  width: 100%;
  padding: 14px;
  background: #145aff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  height: calc(100% - 88px); }
  @media (max-width: 768px) {
    .privacypolicy-megamenu {
      top: 60px; } }
  .privacypolicy-megamenu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .privacypolicy-megamenu-inner {
    position: relative;
    padding: 70px 30px;
    background: #fff;
    text-align: center;
    height: 100%;
    overflow-y: scroll; }
    @media (max-width: 768px) {
      .privacypolicy-megamenu-inner {
        padding: 64px 24px; } }
    .privacypolicy-megamenu-inner h2 {
      color: #145aff;
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-size: 36px;
      line-height: 1; }
    .privacypolicy-megamenu-inner ul {
      display: -ms-inline-grid;
      display: inline-grid;
      gap: 22px;
      margin-top: 45px;
      text-align: left; }
    .privacypolicy-megamenu-inner a {
      position: relative;
      display: block;
      padding-left: 34px;
      color: #145aff;
      text-decoration: none;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.5; }
      @media (max-width: 768px) {
        .privacypolicy-megamenu-inner a {
          font-size: 15px; } }
      .privacypolicy-megamenu-inner a::before {
        content: "";
        position: absolute;
        top: 0.75em;
        left: 0;
        width: 16px;
        height: 1px;
        background: #145aff; }
  .privacypolicy-megamenu-close {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer; }
    .privacypolicy-megamenu-close::before, .privacypolicy-megamenu-close::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 28px;
      height: 1px;
      background: #145aff; }
    .privacypolicy-megamenu-close::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .privacypolicy-megamenu-close::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }

.cta-area {
  position: relative;
  width: 100%;
  height: 840px;
  padding: 40px 0;
  overflow: hidden;
  background: #fff; }
  @media (max-width: 768px) {
    .cta-area {
      height: 520px;
      padding: 25px 0; } }
  .cta-area-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none; }
  .cta-area-logo {
    position: absolute;
    display: block;
    width: 265px;
    opacity: 0.1;
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    -o-transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease; }
    @media (max-width: 768px) {
      .cta-area-logo {
        width: 184px; } }
    .cta-area-logo img {
      display: block;
      width: 100%;
      height: auto; }
    .cta-area-logo.is-hide {
      -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
      transform: translateX(40px);
      opacity: 0; }
  .cta-area-inner {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center; }
  .cta-area-title {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 1.375em;
    color: #145aff; }
    @media (max-width: 768px) {
      .cta-area-title {
        font-family: "Zen Old Mincho", serif;
        font-weight: 400;
        font-size: 40px;
        line-height: 1.45em; } }
  .cta-area-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 505px;
    height: 154px;
    margin-top: 45px;
    color: #fff;
    gap: 50px;
    text-decoration: none;
    background: #145aff;
    position: relative; }
    .cta-area-btn::before {
      -webkit-transition: opacity 0.35s;
      -o-transition: opacity 0.35s;
      transition: opacity 0.35s;
      content: "";
      position: absolute;
      inset: 0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #145aff), color-stop(30%, #0032c8), color-stop(50%, #001e96), color-stop(70%, #0032c8), color-stop(90%, #145aff));
      background: -webkit-linear-gradient(top, #145aff 10%, #0032c8 30%, #001e96 50%, #0032c8 70%, #145aff 90%);
      background: -o-linear-gradient(top, #145aff 10%, #0032c8 30%, #001e96 50%, #0032c8 70%, #145aff 90%);
      background: linear-gradient(180deg, #145aff 10%, #0032c8 30%, #001e96 50%, #0032c8 70%, #145aff 90%); }
    @media (max-width: 768px) {
      .cta-area-btn {
        width: 275px;
        height: 84px;
        margin-top: 35px; } }
    .cta-area-btn:hover::before {
      opacity: 0; }
    .cta-area-btn img {
      position: relative;
      display: block;
      height: 80px; }
      @media (max-width: 768px) {
        .cta-area-btn img {
          height: 43px; } }
    .cta-area-btn span {
      position: relative;
      font-size: 40px;
      font-weight: 500;
      line-height: 1; }
      @media (max-width: 768px) {
        .cta-area-btn span {
          font-size: 24px; } }

.cta-area + .l-footer {
  margin-top: 40px; }
  @media (max-width: 768px) {
    .cta-area + .l-footer {
      margin-top: 0; } }

.news-archive-inner {
  margin-top: 60px;
  width: 100%;
  padding: 0 30px; }
  @media (max-width: 768px) {
    .news-archive-inner {
      margin-top: 50px;
      padding: 0 30px; } }

.news-archive-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: -1px; }
  @media (max-width: 768px) {
    .news-archive-category {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: -1px;
      max-width: 300px;
      margin: 0 auto; } }
  @media (max-width: 768px) {
    .news-archive-category li {
      width: 100%; } }
  .news-archive-category li.category-end {
    border: 1px solid #dcdcdc;
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 40px; }
    @media (max-width: 768px) {
      .news-archive-category li.category-end {
        width: 100%; } }
    .news-archive-category li.category-end::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      height: 1px;
      width: 150%;
      background: #dcdcdc;
      display: block;
      -webkit-transform: translate(-50%, -50%) rotate(14deg);
      -ms-transform: translate(-50%, -50%) rotate(14deg);
      transform: translate(-50%, -50%) rotate(14deg); }
  .news-archive-category a {
    min-width: 150px;
    white-space: nowrap;
    min-height: 40px;
    padding: 8px;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #145aff;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    text-decoration: none; }
    @media (max-width: 768px) {
      .news-archive-category a {
        width: 100%; } }
    .news-archive-category a.is-active {
      font-weight: 500;
      background-color: rgba(20, 90, 255, 0.3);
      border-color: #145aff;
      color: #000; }

@media (max-width: 768px) {
  .news-archive-desc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    gap: 32px; } }

.news-archive-desc {
  font-size: 16px;
  line-height: 2em;
  font-weight: 400; }
  @media (max-width: 768px) {
    .news-archive-desc {
      margin-bottom: 50px; } }

.news-archive-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 60px 30px;
  margin-top: 60px;
  margin-bottom: 140px; }
  @media (max-width: 768px) {
    .news-archive-card-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      margin-top: 50px;
      margin-bottom: 100px;
      gap: 60px; } }

@media (min-width: 768px) {
  .news-archive .swiper-slide {
    width: calc(50% - 15px) !important; } }

.news-archive-card {
  width: calc(50% - 15px);
  text-decoration: none;
  color: #000; }
  @media (max-width: 768px) {
    .news-archive-card {
      width: 100%;
      position: relative; }
      .news-archive-card:not(:last-child)::before {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #f0f0f0; } }

.news-archive-card-img {
  width: 100%;
  padding-top: 38%;
  position: relative;
  overflow: hidden; }
  .news-archive-card-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.news-archive-card-name {
  font-size: 22px;
  font-weight: 700;
  margin-top: 12px; }
  @media (max-width: 768px) {
    .news-archive-card-name {
      margin-top: 8px;
      font-size: 18px; } }

.news-archive-card-area {
  color: #787878;
  font-size: 16px;
  margin-top: 1px; }
  @media (max-width: 768px) {
    .news-archive-card-area {
      font-size: 12px; } }

.news-archive-card-tag {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 10px;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .news-archive-card-tag span {
    font-size: 10px;
    color: #145aff;
    width: 100%;
    height: 24px;
    padding: 4px;
    border: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .news-archive-card-tag time {
    color: #828282;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    margin-top: 4px; }
    @media (max-width: 768px) {
      .news-archive-card-tag time {
        display: block; } }

.news-archive-card-desc {
  font-size: 16px;
  line-height: 1.625em;
  margin-top: 6px;
  height: 5em;
  overflow: hidden; }
  @media (max-width: 768px) {
    .news-archive-card-desc {
      margin-top: 10px;
      font-size: 13px; } }

.news-archive-card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 135px;
  height: 30px;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #145aff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 768px) {
    .news-archive-card-btn {
      width: 118px;
      height: 26px;
      font-size: 10px;
      margin-top: 24px; } }

.news-archive-card:hover .news-archive-card-btn {
  background: #000; }

.news-archive-card-nav {
  display: none; }
  @media (max-width: 768px) {
    .news-archive-card-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 60px; } }

.news-archive-btn-wrapper {
  position: relative;
  margin: 140px auto 80px;
  width: 100%; }
  @media (max-width: 768px) {
    .news-archive-btn-wrapper {
      margin: 140px auto 70px; } }

.news-archive-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  margin-top: 60px; }
  .news-archive-pager.pager-left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .news-archive-pager.pager-left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 80px; } }
  .news-archive-pager.pager-absolute {
    position: absolute;
    margin: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 768px) {
      .news-archive-pager.pager-absolute {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin: 70px auto 0; } }
  .news-archive-pager-arrow, .news-archive-pager-current {
    width: 30px;
    height: 30px;
    border: 1px solid #d9d9d9;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .news-archive-pager-arrow {
    position: relative;
    display: block;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    .news-archive-pager-arrow::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 8px;
      height: 8px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      -webkit-transform: translate(-35%, -50%) rotate(-135deg);
      -ms-transform: translate(-35%, -50%) rotate(-135deg);
      transform: translate(-35%, -50%) rotate(-135deg); }
    .news-archive-pager-arrow.is-next::before {
      -webkit-transform: translate(-65%, -50%) rotate(45deg);
      -ms-transform: translate(-65%, -50%) rotate(45deg);
      transform: translate(-65%, -50%) rotate(45deg); }
    .news-archive-pager-arrow.is-disabled {
      pointer-events: none;
      opacity: .35; }
  .news-archive-pager-current {
    padding: 0;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1; }
    .news-archive-pager-current::-webkit-outer-spin-button, .news-archive-pager-current::-webkit-inner-spin-button {
      -webkit-appearance: none;
      appearance: none;
      margin: 0; }
  .news-archive-pager-total {
    margin-left: 10px;
    color: #000;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1; }

.news-single {
  position: relative;
  padding: 30px 30px 0; }
  @media (max-width: 768px) {
    .news-single {
      padding: 20px 0 0px; } }
  .news-single-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 11px; }
    @media (max-width: 768px) {
      .news-single-breadcrumb {
        font-size: 10px;
        padding: 0 20px; } }
    .news-single-breadcrumb a {
      color: #000;
      text-decoration: none;
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease; }
      .news-single-breadcrumb a:hover {
        color: #145aff; }
    .news-single-breadcrumb span {
      color: #145aff; }
  .news-single-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 28px;
    height: 28px; }
    @media (max-width: 768px) {
      .news-single-close {
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px; } }
    .news-single-close::before, .news-single-close::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 1px;
      background: #000; }
    .news-single-close::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .news-single-close::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
  .news-single-main {
    width: 100%;
    margin: 170px auto 0; }
    @media (max-width: 768px) {
      .news-single-main {
        margin: 120px auto 0; } }
  .news-single-tag {
    font-size: 14px;
    color: #145aff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 150px;
    padding: 8px;
    border: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto; }
  .news-single-time {
    color: #828282;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    margin: 16px auto 0;
    display: block;
    text-align: center; }
    @media (max-width: 768px) {
      .news-single-time {
        display: block; } }
  .news-single-content {
    margin-top: 44px; }
    .news-single-content h1 {
      padding: 0 120px;
      font-size: 30px;
      line-height: 1.5em;
      font-weight: 600;
      margin-bottom: 50px; }
      @media (max-width: 768px) {
        .news-single-content h1 {
          line-height: 1.666em;
          padding: 0 30px;
          font-size: 18px; } }
    .news-single-content img {
      width: 100%;
      height: auto;
      margin: 50px auto;
      display: block; }
  .news-single-content-inner {
    padding: 0 120px; }
    @media (max-width: 768px) {
      .news-single-content-inner {
        padding: 0 30px; } }
    .news-single-content-inner p {
      font-size: 16px;
      font-weight: 300;
      line-height: 1.875em; }
      @media (max-width: 768px) {
        .news-single-content-inner p {
          line-height: 1.6875em; } }
    .news-single-content-inner h2,
    .news-single-content-inner strong {
      font-size: 17px;
      font-weight: bold;
      line-height: 1.875em;
      margin-top: 36px;
      margin-bottom: 4px;
      display: inline-block; }
      @media (max-width: 768px) {
        .news-single-content-inner h2,
        .news-single-content-inner strong {
          line-height: 1.6875em; } }
    .news-single-content-inner a {
      display: inline-block;
      color: #145aff; }
    .news-single-content-inner ul {
      list-style: disc outside;
      padding-left: 1.5em;
      margin: 1em 0;
      font-size: 16px; }
    .news-single-content-inner li {
      display: list-item;
      list-style: disc outside;
      line-height: 2; }
    .news-single-content-inner ol {
      list-style: decimal outside;
      padding-left: 1.5em; }
  .news-single-btn {
    margin-top: 70px;
    text-align: center; }
    @media (max-width: 768px) {
      .news-single-btn {
        margin-top: 85px; } }
  .news-single-related {
    margin-top: 220px; }
    @media (max-width: 768px) {
      .news-single-related {
        margin-top: 160px; } }
    .news-single-related h2 {
      width: 100%;
      margin: 0 auto 30px;
      padding: 0 30px;
      font-size: 22px;
      font-weight: 700;
      line-height: 1; }
      @media (max-width: 768px) {
        .news-single-related h2 {
          font-size: 18px;
          margin: 0 auto 21px; } }
    .news-single-related-slider {
      width: 100%;
      margin: 0 auto;
      overflow: hidden; }
    .news-single-related-card {
      text-decoration: none;
      display: block; }
    .news-single-related-card-img {
      width: 100%;
      padding-top: 38%;
      position: relative;
      overflow: hidden; }
      .news-single-related-card-img img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .news-single-related-card-name {
      font-size: 18px;
      font-weight: 700;
      margin-top: 12px; }
    .news-single-related-card-area {
      color: #787878;
      font-size: 12px;
      margin-top: 1px; }
    .news-single-related-card-desc {
      font-size: 12px;
      line-height: 1.65em;
      margin-top: 6px;
      height: 3.3em;
      overflow: hidden;
      color: #000; }
      @media (max-width: 768px) {
        .news-single-related-card-desc {
          height: 5em;
          font-size: 13px;
          margin-top: 10px; } }
    .news-single-related-card-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 135px;
      height: 30px;
      margin-top: 18px;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      background: #145aff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 768px) {
        .news-single-related-card-btn {
          width: 118px;
          height: 26px;
          font-size: 10px;
          margin-top: 24px; } }
    .news-single-related-card:hover .news-single-related-card-btn {
      background: #000; }

.contact-confirm-list {
  width: 100%;
  margin-top: 70px; }
  @media (max-width: 768px) {
    .contact-confirm-list {
      margin-top: 100px; } }

.contact-confirm-row + .contact-confirm-row {
  margin-top: 23px; }

@media (max-width: 768px) {
  .contact-confirm-row + .contact-confirm-row {
    margin-top: 24px; } }

.contact-confirm-label {
  color: #145aff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4; }

.contact-confirm-value {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  white-space: pre-wrap; }
  @media (max-width: 768px) {
    .contact-confirm-value {
      font-size: 14px;
      line-height: 1.8; } }

.contact-confirm-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 105px; }
  @media (max-width: 768px) {
    .contact-confirm-submit {
      margin-top: 90px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      gap: 18px;
      width: 100%; } }
  .contact-confirm-submit .wpcf7-spinner {
    width: 0;
    height: 0;
    margin: 0; }
  .contact-confirm-submit input {
    width: 100%;
    height: 60px;
    border: 1px solid #145aff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer; }
    @media (max-width: 768px) {
      .contact-confirm-submit input {
        height: 44px;
        max-width: 220px;
        font-size: 18px; } }
  .contact-confirm-submit input[type="button"],
  .contact-confirm-submit input.wpcf7-previous {
    background: #fff;
    color: #000; }
  .contact-confirm-submit input[type="submit"] {
    background: #145aff;
    color: #fff; }

/*# sourceMappingURL=style.css.map */