<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------- Foundation ----------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements &amp; buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

/* html.wf-active,
html.loading-delay {
    visibility: visible;
} */
body {
  position: relative;
  font-size: 1.3rem;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* reCAPTCHA v3バッジ非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

@font-face {
  font-family: "ニコカv2";
  src: url(../assets/fonts/nicoca_v2.woff);
}
/*---------- font-family ----------*/
/*---------- font-weight ----------*/
/*---------- color ----------*/
/* アニメーション用 */
/*-------- レスポンシブサイズ (pc=1440px) --------*/
/* 316px */
/* 317px */
/* 318px */
/* 319px */
/* 320px */
/* 321px */
/* 322px */
/* 323px */
/* 324px */
/* 325px */
/* 326px */
/* 327px */
/* 328px */
/* 329px */
/* 330px */
/* 331px */
/* 332px */
/* 333px */
/* 334px */
/* 335px */
/* 336px */
/* 337px */
/* 338px */
/* 339px */
/* 340px */
/* 341px */
/* 342px */
/* 343px */
/* 344px */
/* 345px */
/* 346px */
/* 347px */
/* 348px */
/* 349px */
/* 350px */
/* 351px */
/* 352px */
/* 353px */
/* 354px */
/* 355px */
/* 356px */
/* 357px */
/* 358px */
/* 359px */
/* 360px */
/* 361px */
/* 362px */
/* 363px */
/* 364px */
/* 365px */
/* 366px */
/* 367px */
/* 368px */
/* 369px */
/* 370px */
/* 371px */
/* 372px */
/* 373px */
/* 374px */
/* 375px */
/* 376px */
/* 377px */
/* 378px */
/* 379px */
/* 380px */
/* 381px */
/* 382px */
/* 383px */
/* 384px */
/* 385px */
/* 386px */
/* 387px */
/* 388px */
/* 389px */
/* 390px */
/* 391px */
/* 392px */
/* 393px */
/* 394px */
/* 395px */
/* 396px */
/* 397px */
/* 398px */
/* 399px */
/* 400px */
/* 401px */
/* 402px */
/* 403px */
/* 404px */
/* 405px */
/* 406px */
/* 407px */
/* 408px */
/* 409px */
/* 410px */
/* 411px */
/* 412px */
/* 413px */
/* 414px */
/* 415px */
/* 416px */
/* 417px */
/* 418px */
/* 419px */
/* 420px */
/* 421px */
/* 422px */
/* 423px */
/* 424px */
/* 425px */
/* 426px */
/* 427px */
/* 428px */
/* 429px */
/* 430px */
/* 431px */
/* 432px */
/* 433px */
/* 434px */
/* 435px */
/* 436px */
/* 437px */
/* 438px */
/* 439px */
/* 440px */
/* 441px */
/* 442px */
/* 443px */
/* 444px */
/* 445px */
/* 446px */
/* 447px */
/* 448px */
/* 449px */
/* 450px */
/* 451px */
/* 452px */
/* 453px */
/* 454px */
/* 455px */
/* 456px */
/* 457px */
/* 458px */
/* 459px */
/* 460px */
/* 461px */
/* 462px */
/* 463px */
/* 464px */
/* 465px */
/* 466px */
/* 467px */
/* 468px */
/* 469px */
/* 470px */
/* 471px */
/* 472px */
/* 473px */
/* 474px */
/* 475px */
/* 476px */
/* 477px */
/* 478px */
/* 479px */
/* 480px */
/* 481px */
/* 482px */
/* 483px */
/* 484px */
/* 485px */
/* 486px */
/* 487px */
/* 488px */
/* 489px */
/* 490px */
/* 491px */
/* 492px */
/* 493px */
/* 494px */
/* 495px */
/* 496px */
/* 497px */
/* 498px */
/* 499px */
/* 500px */
/* 501px */
/* 502px */
/* 503px */
/* 504px */
/* 505px */
/* 506px */
/* 507px */
/* 508px */
/* 509px */
/* 510px */
/* 511px */
/* 512px */
/* 513px */
/* 514px */
/* 515px */
/* 516px */
/* 517px */
/* 518px */
/* 519px */
/* 520px */
/* 521px */
/* 522px */
/* 523px */
/* 524px */
/* 525px */
/* 526px */
/* 527px */
/* 528px */
/* 529px */
/* 530px */
/* 531px */
/* 532px */
/* 533px */
/* 534px */
/* 535px */
/* 536px */
/* 537px */
/* 538px */
/* 539px */
/* 540px */
/* 541px */
/* 542px */
/* 543px */
/* 544px */
/* 545px */
/* 546px */
/* 547px */
/* 548px */
/* 549px */
/* 550px */
/* 551px */
/* 552px */
/* 553px */
/* 554px */
/* 555px */
/* 556px */
/* 557px */
/* 558px */
/* 559px */
/* 560px */
/* 561px */
/* 562px */
/* 563px */
/* 564px */
/* 565px */
/* 566px */
/* 567px */
/* 568px */
/* 569px */
/* 570px */
/* 571px */
/* 572px */
/* 573px */
/* 574px */
/* 575px */
/* 576px */
/* 577px */
/* 578px */
/* 579px */
/* 580px */
/* 581px */
/* 582px */
/* 583px */
/* 584px */
/* 585px */
/* 586px */
/* 587px */
/* 587px */
/* 588px */
/* 589px */
/* 590px */
/* 591px */
/* 592px */
/* 593px */
/* 594px */
/* 595px */
/* 596px */
/* 597px */
/* 598px */
/* 599px */
/* 600px */
/* 601px */
/* 602px */
/* 603px */
/* 604px */
/* 605px */
/* 606px */
/* 607px */
/* 608px */
/* 609px */
/* 610px */
/* 611px */
/* 612px */
/* 613px */
/* 614px */
/* 615px */
/* 616px */
/* 617px */
/* 618px */
/* 619px */
/* 620px */
/* 621px */
/* 622px */
/* 623px */
/* 624px */
/* 625px */
/* 626px */
/* 627px */
/* 628px */
/* 629px */
/* 630px */
/* 631px */
/* 632px */
/* 633px */
/* 634px */
/* 635px */
/* 636px */
/* 637px */
/* 638px */
/* 639px */
/* 640px */
/* 641px */
/* 642px */
/* 643px */
/* 644px */
/* 645px */
/* 646px */
/* 647px */
/* 648px */
/* 649px */
/* 650px */
/* 651px */
/* 652px */
/* 653px */
/* 654px */
/* 655px */
/* 656px */
/* 657px */
/* 658px */
/* 659px */
/* 660px */
/* 661px */
/* 662px */
/* 663px */
/* 664px */
/* 665px */
/* 666px */
/* 667px */
/* 668px */
/* 669px */
/* 670px */
/* 671px */
/* 672px */
/* 673px */
/* 674px */
/* 675px */
/* 676px */
/* 677px */
/* 678px */
/* 679px */
/* 680px */
/* 681px */
/* 682px */
/* 683px */
/* 684px */
/* 685px */
/* 686px */
/* 687px */
/* 688px */
/* 689px */
/* 690px */
/* 691px */
/* 692px */
/* 693px */
/* 694px */
/* 695px */
/* 696px */
/* 697px */
/* 698px */
/* 699px */
/* 700px */
/* 701px */
/* 702px */
/* 703px */
/* 704px */
/* 705px */
/* 706px */
/* 707px */
/* 708px */
/* 709px */
/* 710px */
/* 711px */
/* 712px */
/* 713px */
/* 714px */
/* 715px */
/* 716px */
/* 717px */
/* 718px */
/* 719px */
/* 720px */
/* 721px */
/* 722px */
/* 723px */
/* 724px */
/* 725px */
/* 726px */
/* 727px */
/* 728px */
/* 729px */
/* 730px */
/* 731px */
/* 732px */
/* 733px */
/* 734px */
/* 735px */
/* 736px */
/* 737px */
/* 738px */
/* 739px */
/* 740px */
/* 741px */
/* 742px */
/* 743px */
/* 744px */
/* 745px */
/* 746px */
/* 747px */
/* 748px */
/* 749px */
/* 750px */
/*------- レスポンシブサイズ (sp=375px) -------*/
/*---------- Layout ----------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 120px;
  padding: 0 6.25vw 0 5.555555vw;
  z-index: 100;
  background-color: #fff;
  transition: background-color 0.35s ease;
}
@media (min-width: 1441px) {
  .l-header {
    padding: 0 90px 0 80px;
  }
}
@media (max-width: 999px) {
  .l-header {
    height: 90px;
  }
}
.l-header .logo {
  position: relative;
  display: block;
  width: 18.75vw;
  margin-right: auto;
  transition: opacity 0.35s ease;
  opacity: 1;
}
@media (min-width: 1441px) {
  .l-header .logo {
    width: 270px;
  }
}
@media (max-width: 768px) {
  .l-header .logo {
    width: 240px;
  }
}
@media (max-width: 599px) {
  .l-header .logo {
    width: 64vw;
  }
}
.l-header .logo:hover {
  opacity: 0.7;
  transition: opacity 0.35s ease;
}
.l-header .logo .black {
  position: relative;
  left: 0;
  opacity: 1;
  transition: opacity 0.35s ease;
}
.l-header .logo .white {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.l-header .logo h1 {
  display: none;
}
.l-header .info {
  margin-right: 1.04167vw;
}
@media (max-width: 768px) {
  .l-header .info {
    display: none;
  }
}
.l-header .info a {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 1.805555vw;
  color: #212121;
  letter-spacing: 0.05em;
}
@media (min-width: 1441px) {
  .l-header .info a {
    font-size: 26px;
  }
}
.l-header .info a span {
  font-size: 1.25vw;
}
@media (min-width: 1441px) {
  .l-header .info a span {
    font-size: 18px;
  }
}
.l-header .info p {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-size: 0.83333vw;
  color: #212121;
}
@media (min-width: 1441px) {
  .l-header .info p {
    font-size: 12px;
  }
}
.l-header .cv-btn__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: fit-content;
  margin-right: 2.777777vw;
}
@media (min-width: 1441px) {
  .l-header .cv-btn__wrap {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .l-header .cv-btn__wrap {
    display: none;
  }
}
.l-header .cv-btn__wrap .cv-btn {
  width: 11.1111vw;
  height: 3.403vw;
}
@media (min-width: 1441px) {
  .l-header .cv-btn__wrap .cv-btn {
    width: 160px;
    height: 49px;
  }
}
.l-header .cv-btn__wrap .cv-btn:nth-of-type(1) {
  background-color: #212121;
  margin-right: 0.69444vw;
}
@media (min-width: 1441px) {
  .l-header .cv-btn__wrap .cv-btn:nth-of-type(1) {
    margin-right: 10px;
  }
}
.l-header .cv-btn__wrap .cv-btn:nth-of-type(2) {
  background-color: #CE0000;
}
.l-header .cv-btn__wrap .cv-btn a {
  justify-content: center;
  font-weight: 500;
  font-size: 0.90278vw;
  color: #fff;
}
.l-header .cv-btn__wrap .cv-btn a::after {
  display: none;
}
@media (min-width: 1441px) {
  .l-header .cv-btn__wrap .cv-btn a {
    font-size: 13px;
  }
}

/* gNav展開時 */
.js-gNav-open {
  background-color: #1a1a1a;
  transition: background-color 0.35s ease;
}
.js-gNav-open .logo .black {
  position: absolute;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.js-gNav-open .logo .white {
  position: relative;
  opacity: 1;
  transition: opacity 0.35s ease;
}
.js-gNav-open .info {
  display: none;
}
.js-gNav-open .cv-btn__wrap {
  display: none;
}

/* headerスクロールアニメーション */
.js-header__up {
  height: 0 !important;
  opacity: 0;
  transform: translateY(-120px);
  transition: all 0.25s linear;
}
@media (max-width: 768px) {
  .js-header__up {
    transform: translateY(-90px);
  }
}

.js-header__down {
  height: 120px;
  opacity: 1;
  transition: all 0.25s linear;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .js-header__down {
    height: 90px;
  }
}

.l-burgerBtn {
  position: relative;
  width: 40px;
  height: 32px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.l-burgerBtn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #212121;
  transition: all 0.25s ease;
}
.l-burgerBtn span:nth-of-type(1) {
  top: 1px;
}
.l-burgerBtn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-burgerBtn span:nth-of-type(3) {
  bottom: 1px;
}

.js-burgerBtn:hover {
  opacity: 0.7;
  transition: all 0.25s ease;
}
.js-burgerBtn span {
  background-color: #fff;
  transition: all 0.25s ease;
}
.js-burgerBtn span:nth-of-type(1) {
  top: 15px;
  transform: rotate(135deg);
}
.js-burgerBtn span:nth-of-type(2) {
  top: 15px;
  transform: rotate(-135deg);
}
.js-burgerBtn span:nth-of-type(3) {
  width: 0;
}

.l-gNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #1A1A1A;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.35s ease;
  overflow-y: scroll;
}
.l-gNav .nav__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 70.8333vw;
  max-width: 1020px;
  padding-top: 6.9444vw;
  margin: 120px auto 4.862vw;
}
@media (min-width: 1441px) {
  .l-gNav .nav__wrap {
    padding-top: 100px;
    margin: 120px auto 70px;
  }
}
@media (max-width: 768px) {
  .l-gNav .nav__wrap {
    flex-direction: column;
    width: 100%;
    padding: 0 40px;
    margin: 133px auto 20px;
  }
}
@media (max-width: 599px) {
  .l-gNav .nav__wrap {
    padding: 0 5.33333vw;
  }
}
.l-gNav .nav__wrap .nav {
  font-family: zen-kaku-gothic-new, sans-serif;
  color: #fff;
}
.l-gNav .nav__wrap .nav .headline {
  display: block;
  margin-bottom: 1.04167vw;
  font-weight: 700;
  font-size: 0.97222vw;
}
@media (min-width: 1441px) {
  .l-gNav .nav__wrap .nav .headline {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .l-gNav .nav__wrap .nav .headline {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #343434;
    transition: all 0.25s linear;
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .l-gNav .nav__wrap .nav .headline {
    padding-bottom: 5.33333vw;
    margin-bottom: 5.33333vw;
    font-size: 3.73333vw;
  }
}
.l-gNav .nav__wrap .nav .sp-open {
  pointer-events: none;
}
@media (max-width: 768px) {
  .l-gNav .nav__wrap .nav .sp-open {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: auto;
  }
  .l-gNav .nav__wrap .nav .sp-open::after {
    display: inline-block;
    content: "";
    width: 11px;
    height: 6px;
    background-image: url(../assets/images/common/arrow-base.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.25s linear;
  }
}
@media (max-width: 768px) {
  .l-gNav .nav__wrap .nav .sp-hide {
    display: none;
  }
}
.l-gNav .nav__wrap .nav .nav__list .nav__item {
  margin-bottom: 1.04167vw;
}
.l-gNav .nav__wrap .nav .nav__list .nav__item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1441px) {
  .l-gNav .nav__wrap .nav .nav__list .nav__item {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .l-gNav .nav__wrap .nav .nav__list .nav__item {
    margin-bottom: 13px;
  }
}
@media (max-width: 599px) {
  .l-gNav .nav__wrap .nav .nav__list .nav__item {
    margin-bottom: 3.46666vw;
  }
}
.l-gNav .nav__wrap .nav .nav__list .nav__item a {
  font-size: 0.90278vw;
  font-weight: 400;
}
@media (min-width: 1441px) {
  .l-gNav .nav__wrap .nav .nav__list .nav__item a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .l-gNav .nav__wrap .nav .nav__list .nav__item a {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .l-gNav .nav__wrap .nav .nav__list .nav__item a {
    font-size: 13px;
  }
}
.l-gNav .nav__wrap .nav__04 .headline:nth-of-type(3) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .l-gNav .nav__wrap .nav__04 .headline:nth-of-type(3) {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .l-gNav .nav__wrap .nav__04 .headline:nth-of-type(3) {
    margin-bottom: 5.33333vw;
  }
}
.l-gNav .nav__wrap .nav__04 .nav__item:last-of-type {
  margin-bottom: 1.04167vw !important;
}
@media (min-width: 1441px) {
  .l-gNav .nav__wrap .nav__04 .nav__item:last-of-type {
    margin-bottom: 15px !important;
  }
}
.l-gNav .cv__wrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-gNav .cv__wrap {
    padding: 0 40px;
    margin-bottom: 35px;
  }
}
@media (max-width: 599px) {
  .l-gNav .cv__wrap {
    padding: 0 5.33333vw;
  }
}
.l-gNav .cv__wrap .cv-btn__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.388888vw;
}
@media (min-width: 1441px) {
  .l-gNav .cv__wrap .cv-btn__wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .l-gNav .cv__wrap .cv-btn__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-gNav .cv__wrap .cv-btn__wrap .cv-btn {
  width: 20.8333vw;
  height: 3.82vw;
  border-radius: 5px;
}
@media (min-width: 1441px) {
  .l-gNav .cv__wrap .cv-btn__wrap .cv-btn {
    width: 300px;
    height: 55px;
  }
}
@media (max-width: 768px) {
  .l-gNav .cv__wrap .cv-btn__wrap .cv-btn {
    width: 300px;
    height: 55px;
  }
}
@media (max-width: 599px) {
  .l-gNav .cv__wrap .cv-btn__wrap .cv-btn {
    width: 100%;
    height: 14.66666vw;
  }
}
.l-gNav .cv__wrap .cv-btn__wrap .cv-btn:nth-of-type(1) {
  margin-right: 0.69444vw;
  background-color: #CE0000;
}
@media (min-width: 1441px) {
  .l-gNav .cv__wrap .cv-btn__wrap .cv-btn:nth-of-type(1) {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .l-gNav .cv__wrap .cv-btn__wrap .cv-btn:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.l-gNav .cv__wrap .cv-btn__wrap .cv-btn:nth-of-type(2) {
  border: 1px solid #fff;
  background-color: #1A1A1A;
}
.l-gNav .cv__wrap .cv-btn__wrap .cv-btn .cv-btn__inner {
  font-size: 0.97222vw;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 1441px) {
  .l-gNav .cv__wrap .cv-btn__wrap .cv-btn .cv-btn__inner {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .l-gNav .cv__wrap .cv-btn__wrap .cv-btn .cv-btn__inner {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .l-gNav .cv__wrap .cv-btn__wrap .cv-btn .cv-btn__inner {
    font-size: 3.46666vw;
  }
}
.l-gNav .cv__wrap .cv-btn__wrap .cv-btn .cv-btn__inner::after {
  display: none;
}
.l-gNav .cv__wrap .info {
  width: fit-content;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 768px) {
  .l-gNav .cv__wrap .info {
    margin: 30px 0 0;
  }
}
.l-gNav .cv__wrap .info a {
  display: block;
  margin-bottom: 5px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 1.666666vw;
  letter-spacing: 0.05em;
}
@media (min-width: 1441px) {
  .l-gNav .cv__wrap .info a {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .l-gNav .cv__wrap .info a {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .l-gNav .cv__wrap .info a {
    font-size: 6.4vw;
  }
}
.l-gNav .cv__wrap .info p {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-size: 0.83333vw;
}
@media (min-width: 1441px) {
  .l-gNav .cv__wrap .info p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .l-gNav .cv__wrap .info p {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  .l-gNav .cv__wrap .info p {
    font-size: 3.2vw;
  }
}

.js-gNav {
  opacity: 1;
  z-index: 90;
  transition: opacity 0.35s ease;
}

.headline.js-open {
  border-bottom: 0px solid transparent !important;
  transition: all 0.25s linear;
}
.headline.js-open::after {
  transition: transform 0.25s linear;
  transform: rotate(180deg);
  background-image: url(../assets/images/icon__minus.svg);
}

@media (max-width: 768px) {
  .sp-hide.js-open-list {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #343434;
  }
}
@media (max-width: 599px) {
  .sp-hide.js-open-list {
    padding-bottom: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.l-cv-sec-ver01 {
  bottom: -1px;
  padding: 8.3333vw 0;
  background-image: url(../assets/images/top/l-cv-background.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 599px) {
  .l-cv-sec-ver01 {
    background-image: url(../assets/images/top/l-cv-background.webp);
    background-size: contain;
  }
}
.l-cv-sec-ver01::before {
  content: "";
  background-color: rgba(33, 33, 33, 0.9);
  background-image: radial-gradient(rgba(255, 255, 255, 0.07) 9%, transparent 10%);
  background-size: 15px 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .l-cv-sec-ver01 {
    padding: 8.3333vw 0;
  }
}
@media (max-width: 599px) {
  .l-cv-sec-ver01 {
    padding: 29.3333vw 5.33333vw 29.3333vw;
  }
}
.l-cv-sec-ver01 .flex__wrap {
  margin: 0 auto;
  position: relative;
}
.l-cv-sec-ver01 .flex__wrap .flex__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .l-cv-sec-ver01 .flex__wrap .flex__item:first-of-type {
    border-bottom: 1px solid #343434;
  }
}
.l-cv-sec-ver01 .flex__wrap .flex__item .headline {
  margin-bottom: 1.7361vw;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  color: #d6b980;
}
.l-cv-sec-ver01 .flex__wrap .flex__item .headline:after {
  content: "";
  display: block;
  width: 2.08333vw;
  height: 0.3472222222vw;
  background-color: #d6b980;
  margin-top: 1.180555vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
  .l-cv-sec-ver01 .flex__wrap .flex__item .headline:after {
    margin-top: 2.6666666667vw;
    margin-bottom: 5.33333vw;
    width: 6.667vw;
    height: 1.3333333333vw;
  }
}
@media (min-width: 1441px) {
  .l-cv-sec-ver01 .flex__wrap .flex__item .headline {
    font-size: 1.11111vw;
  }
}
@media (max-width: 599px) {
  .l-cv-sec-ver01 .flex__wrap .flex__item .headline {
    font-size: 3.73333vw;
  }
}
.l-cv-sec-ver01 .flex__wrap .flex__item .headline span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.11111vw;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .l-cv-sec-ver01 .flex__wrap .flex__item .headline span {
    font-size: 4.26666vw;
  }
}
.l-cv-sec-ver01 .flex__wrap .flex__item .title {
  margin-bottom: 3.47222vw;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.08333vw;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 599px) {
  .l-cv-sec-ver01 .flex__wrap .flex__item .title {
    font-size: 6.1333vw;
    margin-bottom: 10.66666vw;
  }
}
.l-cv-sec-ver01 .flex__wrap .flex__item .desc {
  margin-bottom: 30px;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 400;
  font-size: 0.90278vw;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
@media (max-width: 599px) {
  .l-cv-sec-ver01 .flex__wrap .flex__item .desc {
    font-size: 3.46666vw;
  }
}
.l-cv-sec-ver01 .flex__wrap .flex__item .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 2.08333vw;
  /* ボタン個別 */
}
@media (max-width: 599px) {
  .l-cv-sec-ver01 .flex__wrap .flex__item .btn-wrap {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    gap: 2.6666666667vw;
  }
}
.l-cv-sec-ver01 .flex__wrap .flex__item .btn-wrap .cv-btn {
  width: 28.125vw;
  height: 5.20833vw;
  border-radius: 2.638888vw;
}
@media (max-width: 599px) {
  .l-cv-sec-ver01 .flex__wrap .flex__item .btn-wrap .cv-btn {
    width: 80vw;
    height: 16vw;
    border-radius: 10.133vw;
  }
}
.l-cv-sec-ver01 .flex__wrap .flex__item .btn-wrap .cv-btn:first-child {
  background: #212121;
}
.l-cv-sec-ver01 .flex__wrap .flex__item .btn-wrap .cv-btn .cv-btn__inner {
  font-weight: 700;
  font-size: 1.11111vw;
  color: white;
}
@media (max-width: 599px) {
  .l-cv-sec-ver01 .flex__wrap .flex__item .btn-wrap .cv-btn .cv-btn__inner {
    font-size: 4.26666vw;
  }
}
.l-cv-sec-ver01 .flex__wrap .flex__item .btn-wrap .cv-btn .cv-btn__inner::after {
  background-image: url(../assets/images/common/circle-arrow-base.svg);
}
.l-cv-sec-ver01 .flex__wrap .flex__item .btn-wrap .cv-01 {
  background-color: #ce0000;
}

.event-none {
  pointer-events: none;
}

.l-footer {
  width: 100%;
  padding: 8.3333vw 9.7222vw 8.3333vw 6.9444vw;
  color: #fff;
  background-color: #1D1D1D;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 60px 40px 30px;
  }
}
@media (max-width: 599px) {
  .l-footer {
    padding: 16vw 5.33333vw 8vw;
  }
}
.l-footer .flex-content__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  /* SPのみ START */
  /* SPのみ END */
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap {
    flex-direction: column;
  }
}
.l-footer .flex-content__wrap .flex-content-01 {
  width: 20.8333vw;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .flex-content-01 {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .flex-content-01 {
    display: none;
  }
}
.l-footer .flex-content__wrap .flex-content-01 .logo {
  display: block;
  width: 100%;
  margin-bottom: 65px;
}
.l-footer .flex-content__wrap .flex-content-01 .logo h1 {
  display: none;
}
.l-footer .flex-content__wrap .flex-content-01 .info {
  margin-bottom: 20px;
}
.l-footer .flex-content__wrap .flex-content-01 .info a {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 1.666666vw;
  letter-spacing: 0.05em;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .flex-content-01 .info a {
    font-size: 24px;
  }
}
.l-footer .flex-content__wrap .flex-content-01 .info p {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-size: 0.83333vw;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .flex-content-01 .info p {
    font-size: 12px;
  }
}
.l-footer .flex-content__wrap .flex-content-01 .cv-btn__wrap .cv-01 {
  background-color: #CE0000;
}
.l-footer .flex-content__wrap .flex-content-01 .cv-btn__wrap .cv-btn {
  width: 17.3611vw;
  height: 4.167vw;
  margin-bottom: 10px;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .flex-content-01 .cv-btn__wrap .cv-btn {
    width: 250px;
    height: 60px;
  }
}
.l-footer .flex-content__wrap .flex-content-01 .cv-btn__wrap .cv-btn:nth-of-type(1) {
  background-color: #CE0000;
}
.l-footer .flex-content__wrap .flex-content-01 .cv-btn__wrap .cv-btn:nth-of-type(2) {
  border: 1px solid #fff;
  background-color: transparent;
}
.l-footer .flex-content__wrap .flex-content-01 .cv-btn__wrap .cv-btn .cv-btn__inner {
  font-weight: 700;
  font-size: 0.97222vw;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .flex-content-01 .cv-btn__wrap .cv-btn .cv-btn__inner {
    font-size: 12px;
  }
}
.l-footer .flex-content__wrap .flex-content-01 .cv-btn__wrap .cv-btn .cv-btn__inner::after {
  background-image: url(../assets/images/common/circle-arrow-base.svg);
}
.l-footer .flex-content__wrap .flex-content-01 .address {
  margin: 40px 0 44px;
}
.l-footer .flex-content__wrap .flex-content-01 .address p {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-size: 0.97222vw;
  line-height: 2;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .flex-content-01 .address p {
    font-size: 14px;
  }
}
.l-footer .flex-content__wrap .flex-content-01 .sns__wrap {
  display: flex;
  flex-direction: row;
}
.l-footer .flex-content__wrap .flex-content-01 .sns__wrap .sns__item {
  margin-right: 10px;
}
.l-footer .flex-content__wrap .flex-content-01 .sns__wrap .sns__item:last-of-type {
  margin-right: 0;
}
.l-footer .flex-content__wrap .flex-content-01 .sns__wrap .sns__item a img {
  width: 30px;
  height: 31px;
}
.l-footer .flex-content__wrap .flex-content-02 {
  display: flex;
  flex-direction: column;
  width: 51vw;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .flex-content-02 {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .flex-content-02 {
    display: none;
  }
}
.l-footer .flex-content__wrap .flex-content-02 .nav__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #343434;
}
.l-footer .flex-content__wrap .flex-content-02 .nav__wrap .nav {
  display: flex;
  flex-direction: column;
}
.l-footer .flex-content__wrap .flex-content-02 .nav__wrap .nav .headline {
  margin-bottom: 15px;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 700;
  font-size: 0.90278vw;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .flex-content-02 .nav__wrap .nav .headline {
    font-size: 13px;
  }
}
.l-footer .flex-content__wrap .flex-content-02 .nav__wrap .nav .nav__list .nav__item {
  margin-bottom: 15px;
}
.l-footer .flex-content__wrap .flex-content-02 .nav__wrap .nav .nav__list .nav__item a {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 400;
  font-size: 0.90278vw;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .flex-content-02 .nav__wrap .nav .nav__list .nav__item a {
    font-size: 13px;
  }
}
.l-footer .flex-content__wrap .flex-content-02 .nav__wrap .nav__01 .nav__list .nav__item:last-of-type {
  margin-bottom: 0;
}
.l-footer .flex-content__wrap .flex-content-02 .nav__wrap .nav__02 .nav__list:nth-of-type(2) .nav__item:last-of-type {
  margin-bottom: 0;
}
.l-footer .flex-content__wrap .flex-content-02 .nav__wrap .nav__03 .headline:last-of-type {
  margin-bottom: 0;
}
.l-footer .flex-content__wrap .flex-content-02 .bottom__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.l-footer .flex-content__wrap .flex-content-02 .bottom__wrap .external__wrap {
  display: flex;
  flex-direction: row;
}
.l-footer .flex-content__wrap .flex-content-02 .bottom__wrap .external__wrap li {
  display: inline-flex;
  align-items: center;
  margin-right: 1.7361vw;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .flex-content-02 .bottom__wrap .external__wrap li {
    margin-right: 25px;
  }
}
.l-footer .flex-content__wrap .flex-content-02 .bottom__wrap .external__wrap li:last-of-type {
  margin-right: 0;
}
.l-footer .flex-content__wrap .flex-content-02 .bottom__wrap .external__wrap li::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 14px;
  margin-left: 8px;
  background-image: url(../assets/images/common/icon-external.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.l-footer .flex-content__wrap .flex-content-02 .bottom__wrap .external__wrap li a {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-size: 0.90278vw;
  text-decoration: underline;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .flex-content-02 .bottom__wrap .external__wrap li a {
    font-size: 13px;
  }
}
.l-footer .flex-content__wrap .flex-content-02 .bottom__wrap .copyright {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.90278vw;
  letter-spacing: 0.05em;
  color: #4B4B4B;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .flex-content-02 .bottom__wrap .copyright {
    font-size: 13px;
  }
}
.l-footer .flex-content__wrap .sp-logo__wrap {
  display: none;
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-logo__wrap {
    display: block;
    width: 300px;
    margin-bottom: 50px;
  }
}
@media (max-width: 599px) {
  .l-footer .flex-content__wrap .sp-logo__wrap {
    width: 80vw;
  }
}
.l-footer .flex-content__wrap .sp-logo__wrap a h1 {
  display: none;
}
.l-footer .flex-content__wrap .sp-nav__wrap {
  display: none;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-nav__wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.l-footer .flex-content__wrap .sp-nav__wrap .nav {
  font-family: zen-kaku-gothic-new, sans-serif;
  color: #fff;
}
.l-footer .flex-content__wrap .sp-nav__wrap .nav .headline {
  display: block;
  margin-bottom: 1.04167vw;
  font-weight: 700;
  font-size: 0.97222vw;
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-nav__wrap .nav .headline {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #343434;
    transition: all 0.25s linear;
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .l-footer .flex-content__wrap .sp-nav__wrap .nav .headline {
    padding-bottom: 5.33333vw;
    margin-bottom: 5.33333vw;
    font-size: 3.73333vw;
  }
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-nav__wrap .nav .sp-open {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: auto;
  }
  .l-footer .flex-content__wrap .sp-nav__wrap .nav .sp-open::after {
    display: inline-block;
    content: "";
    width: 11px;
    height: 6px;
    background-image: url(../assets/images/common/arrow-base.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.25s linear;
  }
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-nav__wrap .nav .sp-hide {
    display: none;
  }
}
.l-footer .flex-content__wrap .sp-nav__wrap .nav .nav__list .nav__item {
  margin-bottom: 1.04167vw;
}
.l-footer .flex-content__wrap .sp-nav__wrap .nav .nav__list .nav__item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .sp-nav__wrap .nav .nav__list .nav__item {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-nav__wrap .nav .nav__list .nav__item {
    margin-bottom: 13px;
  }
}
@media (max-width: 599px) {
  .l-footer .flex-content__wrap .sp-nav__wrap .nav .nav__list .nav__item {
    margin-bottom: 3.46666vw;
  }
}
.l-footer .flex-content__wrap .sp-nav__wrap .nav .nav__list .nav__item a {
  font-size: 0.90278vw;
  font-weight: 400;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .sp-nav__wrap .nav .nav__list .nav__item a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-nav__wrap .nav .nav__list .nav__item a {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .l-footer .flex-content__wrap .sp-nav__wrap .nav .nav__list .nav__item a {
    font-size: 13px;
  }
}
.l-footer .flex-content__wrap .sp-cv__wrap {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-cv__wrap {
    display: block;
  }
}
.l-footer .flex-content__wrap .sp-cv__wrap .info {
  width: fit-content;
  color: #fff;
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .info {
    margin: 40px 0 30px;
  }
}
@media (max-width: 599px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .info {
    margin: 10.66666vw 0 8vw;
  }
}
.l-footer .flex-content__wrap .sp-cv__wrap .info a {
  display: block;
  margin-bottom: 5px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 1.666666vw;
  letter-spacing: 0.05em;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .info a {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .info a {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .info a {
    font-size: 6.4vw;
  }
}
.l-footer .flex-content__wrap .sp-cv__wrap .info p {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-size: 0.83333vw;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .info p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .info p {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .info p {
    font-size: 3.2vw;
  }
}
.l-footer .flex-content__wrap .sp-cv__wrap .cv-btn__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .cv-btn__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-footer .flex-content__wrap .sp-cv__wrap .cv-btn__wrap .cv-btn {
  width: 17.3611vw;
  height: 3.82vw;
  border-radius: 5px;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .cv-btn__wrap .cv-btn {
    width: 250px;
    height: 55px;
  }
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .cv-btn__wrap .cv-btn {
    width: 250px;
    height: 55px;
  }
}
@media (max-width: 599px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .cv-btn__wrap .cv-btn {
    width: 66.6667vw;
    height: 14.66666vw;
  }
}
.l-footer .flex-content__wrap .sp-cv__wrap .cv-btn__wrap .cv-btn:nth-of-type(1) {
  margin-right: 0.69444vw;
  background-color: #CE0000;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .cv-btn__wrap .cv-btn:nth-of-type(1) {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .cv-btn__wrap .cv-btn:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.l-footer .flex-content__wrap .sp-cv__wrap .cv-btn__wrap .cv-btn:nth-of-type(2) {
  border: 1px solid #fff;
  background-color: #1A1A1A;
}
.l-footer .flex-content__wrap .sp-cv__wrap .cv-btn__wrap .cv-btn .cv-btn__inner {
  font-size: 0.97222vw;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 1441px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .cv-btn__wrap .cv-btn .cv-btn__inner {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .cv-btn__wrap .cv-btn .cv-btn__inner {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .l-footer .flex-content__wrap .sp-cv__wrap .cv-btn__wrap .cv-btn .cv-btn__inner {
    font-size: 3.46666vw;
  }
}
.l-footer .flex-content__wrap .sp-cv__wrap .cv-btn__wrap .cv-btn .cv-btn__inner::after {
  display: none;
}
.l-footer .flex-content__wrap .sp-address {
  display: none;
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-address {
    display: block;
    margin: 30px 0;
  }
}
@media (max-width: 599px) {
  .l-footer .flex-content__wrap .sp-address {
    margin: 8vw 0;
  }
}
.l-footer .flex-content__wrap .sp-address p {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-address p {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .l-footer .flex-content__wrap .sp-address p {
    font-size: 3.73333vw;
  }
}
.l-footer .flex-content__wrap .sp-sns__wrap {
  display: none;
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-sns__wrap {
    display: flex;
    flex-direction: row;
  }
}
.l-footer .flex-content__wrap .sp-sns__wrap .sns__item:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-sns__wrap .sns__item {
    width: 30px;
    height: 31px;
    margin-right: 10px;
  }
}
@media (max-width: 599px) {
  .l-footer .flex-content__wrap .sp-sns__wrap .sns__item {
    width: 8vw;
    height: 8.267vw;
    margin-right: 2.6666666667vw;
  }
}
.l-footer .flex-content__wrap .sp-bottom__wrap {
  display: none;
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-bottom__wrap {
    display: block;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #343434;
  }
}
@media (max-width: 599px) {
  .l-footer .flex-content__wrap .sp-bottom__wrap {
    padding-top: 5.33333vw;
    margin-top: 8vw;
  }
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-bottom__wrap .external__wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
  }
}
@media (max-width: 599px) {
  .l-footer .flex-content__wrap .sp-bottom__wrap .external__wrap {
    margin-bottom: 18.667vw;
  }
}
.l-footer .flex-content__wrap .sp-bottom__wrap .external__wrap li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.l-footer .flex-content__wrap .sp-bottom__wrap .external__wrap li:last-of-type {
  margin-bottom: 0;
}
.l-footer .flex-content__wrap .sp-bottom__wrap .external__wrap li::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 14px;
  margin-left: 8px;
  background-image: url(../assets/images/common/icon-external.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.l-footer .flex-content__wrap .sp-bottom__wrap .external__wrap li a {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-bottom__wrap .external__wrap li a {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .l-footer .flex-content__wrap .sp-bottom__wrap .external__wrap li a {
    font-size: 3.46666vw;
  }
}
.l-footer .flex-content__wrap .sp-bottom__wrap .copyright {
  width: fit-content;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #4B4B4B;
}
@media (max-width: 768px) {
  .l-footer .flex-content__wrap .sp-bottom__wrap .copyright {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .l-footer .flex-content__wrap .sp-bottom__wrap .copyright {
    font-size: 3.46666vw;
  }
}

.headline.js-open {
  margin-bottom: 0 !important;
  border-bottom: 0px solid transparent !important;
  transition: all 0.25s linear;
}
.headline.js-open::after {
  transition: transform 0.25s linear;
  transform: rotate(180deg);
  background-image: url(../assets/images/icon__minus.svg);
}

@media (max-width: 768px) {
  .sp-hide.js-open-list {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #343434;
  }
}
@media (max-width: 599px) {
  .sp-hide.js-open-list {
    padding-bottom: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

/*---------- Object ----------*/
/*---------- Component ----------*/
.c-breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 0 0 5.555555vw;
  margin-top: 120px;
  background-color: #F7F7F8;
}
@media (min-width: 1441px) {
  .c-breadcrumbs {
    padding: 0 0 0 80px;
  }
}
@media (max-width: 999px) {
  .c-breadcrumbs {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  .c-breadcrumbs {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 599px) {
  .c-breadcrumbs {
    padding: 0 0 0 5.33333vw;
    overflow: scroll;
  }
}
.c-breadcrumbs span {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-size: 0.83333vw;
  color: #9F9F9F;
}
@media (min-width: 1441px) {
  .c-breadcrumbs span {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .c-breadcrumbs span {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  .c-breadcrumbs span {
    font-size: 3.2vw;
    white-space: nowrap;
  }
}
.c-breadcrumbs .top {
  text-decoration: underline;
}
.c-breadcrumbs .sep-arrow {
  flex-shrink: 0;
  display: inline-block;
  width: 7px;
  height: 12px;
  margin: 0 1.04167vw 0;
  background-image: url(../assets/images/common/breadcrumb-sep.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1441px) {
  .c-breadcrumbs .sep-arrow {
    margin: 0 15px 0;
  }
}
@media (max-width: 999px) {
  .c-breadcrumbs .sep-arrow {
    width: 7px;
    height: 12px;
  }
}
@media (max-width: 599px) {
  .c-breadcrumbs .sep-arrow {
    width: 1.867vw;
    height: 3.2vw;
    margin: 0 1.3333333333vw;
    padding-left: 2.133vw;
  }
}

.c-low-title {
  position: relative;
  width: fit-content;
  padding-bottom: 20px;
  margin: 100px auto 0;
  text-align: center;
}
@media (max-width: 599px) {
  .c-low-title {
    padding-bottom: 30px;
    margin: 40px auto;
  }
}
.c-low-title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 4.167vw;
  height: 2px;
  background-color: #CE0000;
}
@media (min-width: 1441px) {
  .c-low-title::after {
    width: 60px;
  }
}
@media (max-width: 599px) {
  .c-low-title::after {
    width: 16vw;
  }
}
.c-low-title .title-en {
  margin-bottom: 20px;
  font-family: lato, sans-serif;
  font-weight: 700;
  font-size: 0.97222vw;
  color: #222222;
  letter-spacing: 0.1em;
}
@media (min-width: 1441px) {
  .c-low-title .title-en {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .c-low-title .title-en {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .c-low-title .title-en {
    font-size: 3.46666vw;
  }
}
.c-low-title .title-ja {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 1.666666vw;
  color: #222222;
}
@media (min-width: 1441px) {
  .c-low-title .title-ja {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .c-low-title .title-ja {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .c-low-title .title-ja {
    font-size: 5.33333vw;
  }
}

.c-button {
  border-radius: 2.08333vw;
  transition: all 0.2s linear;
}
.c-button a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: zen-kaku-gothic-new, sans-serif;
  letter-spacing: 0.05em;
}
.c-button a::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 1.388888vw;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
@media (max-width: 599px) {
  .c-button a::after {
    width: 20px;
    height: 20px;
    margin-left: 5.33333vw;
  }
}

.c-button:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}
.c-button:hover a:after {
  transform: translateX(5px);
  transition: all 0.2s linear;
}

.c-creators {
  position: relative;
  bottom: -1px;
  background-image: url(../assets/images/top/creators-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 599px) {
  .c-creators {
    background-image: url(../assets/images/top/creators-bg-sp.webp);
  }
}
.c-creators .c-creators-content__wrap {
  position: relative;
  width: 43.0556vw;
  padding: 8.4722vw 0 8.3333vw;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .c-creators .c-creators-content__wrap {
    width: 100%;
    padding: 26.667vw 5.33333vw 26.667vw;
  }
}
.c-creators .c-creators-content__wrap::after {
  position: absolute;
  top: 8.3333vw;
  right: -7.2917vw;
  content: "";
  width: 9.0278vw;
  height: 9.0278vw;
  background-image: url(../assets/images/top/creators-emphasis.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 599px) {
  .c-creators .c-creators-content__wrap::after {
    top: -16vw;
    right: 0;
    width: 32vw;
    height: 32vw;
  }
}
.c-creators .c-creators-content__wrap .c-title_wrap {
  position: relative;
  width: fit-content;
  text-align: center;
  margin: 0 auto 4.167vw;
  color: white;
}
@media (max-width: 599px) {
  .c-creators .c-creators-content__wrap .c-title_wrap {
    width: 100%;
    margin: 0 auto 10.66666vw;
  }
}
.c-creators .c-creators-content__wrap .c-title_wrap .title {
  margin-bottom: 1.7361vw;
  color: white;
  font-size: 1.04167vw;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media (max-width: 599px) {
  .c-creators .c-creators-content__wrap .c-title_wrap .title {
    margin-bottom: 5.33333vw;
    font-size: 3.73333vw;
  }
}
.c-creators .c-creators-content__wrap .c-title_wrap .headline-en {
  padding-bottom: 1.388888vw;
  margin-bottom: 1.7361vw;
  border-bottom: 1px solid #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.611vw;
  letter-spacing: 0.03em;
}
@media (max-width: 599px) {
  .c-creators .c-creators-content__wrap .c-title_wrap .headline-en {
    padding-bottom: 4vw;
    margin-bottom: 5.33333vw;
    font-size: 12.267vw;
    line-height: 1;
  }
}
.c-creators .c-creators-content__wrap .c-title_wrap .headline-ja {
  margin-bottom: 1.388888vw;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 700;
  font-size: 1.666666vw;
}
@media (max-width: 599px) {
  .c-creators .c-creators-content__wrap .c-title_wrap .headline-ja {
    font-size: 6.4vw;
    line-height: 1.5;
    text-align: left;
  }
}
.c-creators .c-creators-content__wrap .c-title_wrap .headline-desc {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-size: 0.90278vw;
  line-height: 1.8;
}
@media (max-width: 599px) {
  .c-creators .c-creators-content__wrap .c-title_wrap .headline-desc {
    font-size: 3.46666vw;
    text-align: left;
  }
}
.c-creators .c-creators-content__wrap .creators-btn__wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 599px) {
  .c-creators .c-creators-content__wrap .creators-btn__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.c-creators .c-creators-content__wrap .creators-btn__wrap .creators-btn {
  width: 20.8333vw;
  height: 4.167vw;
  border-radius: 2.08333vw;
}
@media (max-width: 599px) {
  .c-creators .c-creators-content__wrap .creators-btn__wrap .creators-btn {
    width: 80vw;
    height: 16vw;
    border-radius: 8vw;
  }
  .c-creators .c-creators-content__wrap .creators-btn__wrap .creators-btn:first-of-type {
    margin-bottom: 2.6666666667vw;
  }
}
.c-creators .c-creators-content__wrap .creators-btn__wrap .creators-btn .btn__inner {
  font-weight: 700;
  font-size: 0.97222vw;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .c-creators .c-creators-content__wrap .creators-btn__wrap .creators-btn .btn__inner {
    font-size: 3.73333vw;
  }
}
.c-creators .c-creators-content__wrap .creators-btn__wrap .creators-register__link {
  background-color: #fff;
}
.c-creators .c-creators-content__wrap .creators-btn__wrap .creators-register__link a::after {
  background-image: url(../assets/images/common/circle-arrow-black.svg);
}
.c-creators .c-creators-content__wrap .creators-btn__wrap .creators-info__link {
  margin-left: 1.388888vw;
  background: rgb(16, 16, 16);
  background: linear-gradient(135deg, rgb(16, 16, 16) 0%, rgb(47, 47, 47) 100%);
}
@media (max-width: 599px) {
  .c-creators .c-creators-content__wrap .creators-btn__wrap .creators-info__link {
    margin-left: 0;
  }
}
.c-creators .c-creators-content__wrap .creators-btn__wrap .creators-info__link a {
  color: #fff;
}
.c-creators .c-creators-content__wrap .creators-btn__wrap .creators-info__link a::after {
  background-image: url(../assets/images/common/circle-arrow-base.svg);
}

/*---------- Project ----------*/
.p-creators-main {
  padding: 90px 13.1944vw 100px;
  background-color: #FAFAFA;
}
@media (max-width: 599px) {
  .p-creators-main {
    padding: 75px 4.8vw 100px;
  }
}
.p-creators-main .creators-title {
  margin: 0 auto;
}
.p-creators-main .creators-title .title-en {
  color: #CE0000;
}
.p-creators-main .creators-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 73.6111vw;
  max-width: 1060px;
  margin: 40px auto 0;
}
@media (max-width: 599px) {
  .p-creators-main .creators-list {
    width: 100%;
    margin: 30px auto 0;
  }
}
.p-creators-main .creators-list li {
  width: 23.6111vw;
  padding: 1.388888vw 2.08333vw 2.431vw;
  margin-bottom: 20px;
  border: 1px solid #F8F8F8;
  border-radius: 5px;
  box-shadow: 6px 6px 10px rgba(185, 185, 185, 0.1254901961);
}
@media (min-width: 1441px) {
  .p-creators-main .creators-list li {
    width: 340px;
    padding: 20px 30px 35px;
  }
}
@media (max-width: 599px) {
  .p-creators-main .creators-list li {
    width: 100%;
    padding: 5.33333vw;
  }
  .p-creators-main .creators-list li:last-of-type {
    margin-bottom: 0;
  }
}
.p-creators-main .creators-list li .creator-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.p-creators-main .creators-list li .creator-info figure {
  width: 5.555555vw;
  height: 5.555555vw;
  border: 4px solid #CE0000;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 1441px) {
  .p-creators-main .creators-list li .creator-info figure {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 599px) {
  .p-creators-main .creators-list li .creator-info figure {
    width: 21.335vw;
    height: 21.335vw;
    border: 3px solid #CE0000;
  }
}
.p-creators-main .creators-list li .creator-info h3 {
  position: relative;
  padding-bottom: 8px;
  margin-left: 1.388888vw;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.5;
  color: #212121;
}
@media (min-width: 1441px) {
  .p-creators-main .creators-list li .creator-info h3 {
    margin-left: 20px;
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .p-creators-main .creators-list li .creator-info h3 {
    margin-left: 4vw;
    font-size: 4.26666vw;
  }
}
.p-creators-main .creators-list li .creator-info h3::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 2.08333vw;
  height: 2px;
  background-color: #CE0000;
}
@media (min-width: 1441px) {
  .p-creators-main .creators-list li .creator-info h3::before {
    width: 30px;
  }
}
@media (max-width: 599px) {
  .p-creators-main .creators-list li .creator-info h3::before {
    width: 8vw;
  }
}
.p-creators-main .creators-list li .creator-comment {
  margin-top: 20px;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 400;
  font-size: 0.90278vw;
  line-height: 1.8;
  color: #222222;
}
@media (min-width: 1441px) {
  .p-creators-main .creators-list li .creator-comment {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .p-creators-main .creators-list li .creator-comment {
    font-size: 3.2vw;
  }
}
.p-creators-main .creators-list li .creators-worked, .p-creators-main .creators-list li .creators-permit {
  margin-top: 20px;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-size: 0.83333vw;
  line-height: 2;
  color: #222222;
}
@media (min-width: 1441px) {
  .p-creators-main .creators-list li .creators-worked, .p-creators-main .creators-list li .creators-permit {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  .p-creators-main .creators-list li .creators-worked, .p-creators-main .creators-list li .creators-permit {
    font-size: 2.9333333333vw;
  }
}
.p-creators-main .creators-list li .creators-worked span, .p-creators-main .creators-list li .creators-permit span {
  color: #CE0000;
}

/*---------- Utility ----------*/
.u-sp-view {
  display: none !important;
}
@media (max-width: 599px) {
  .u-sp-view {
    display: block !important;
  }
}

.u-pc-view {
  display: block !important;
}
@media (max-width: 599px) {
  .u-pc-view {
    display: none !important;
  }
}

.u-pc-flex {
  display: flex !important;
}
@media (max-width: 599px) {
  .u-pc-flex {
    display: none !important;
  }
}

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

.u-pc-inline-view {
  display: inline-block !important;
}
@media (max-width: 599px) {
  .u-pc-inline-view {
    display: none !important;
  }
}

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

.u-pc-inlineFlex-view {
  display: inline-flex !important;
}
@media (max-width: 599px) {
  .u-pc-inlineFlex-view {
    display: none !important;
  }
}

.u-sp-inlineFlex-view {
  display: none !important;
}
@media (max-width: 599px) {
  .u-sp-inlineFlex-view {
    display: inline-flex !important;
  }
}

.u-pointerEventNone {
  pointer-events: none !important;
}</pre></body></html>