@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 */
  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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

a:hover {
  color: inherit;
}

body {
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* PC*/
/* TABLET*/
/* SP*/
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
}

body {
  overflow-x: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: max(5.5555555556vw, 80px);
  background-color: #0044CC;
  transition: transform 0.3s ease;
}
.l-header.is-hidden {
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 16.4102564103vw;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 min(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0 6.1538461538vw;
  }
}
.l-header__logo {
  width: clamp(120px, 17.6388888889vw, 254px);
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 50.2564102564vw;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
  gap: clamp(10px, 2.2222222222vw, 32px);
}
.l-header__nav-list li a {
  color: #fff;
  font-size: clamp(14px, 1.0416666667vw, 15px);
  font-weight: bold;
  text-decoration: none;
}
.l-header__nav-list li a:hover {
  opacity: 0.7;
}
.l-header__hamburger {
  position: relative;
  width: 6.1538461538vw;
  height: 4.6153846154vw;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 110;
}
.l-header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
.l-header__hamburger span:nth-child(1) {
  top: 0;
}
.l-header__hamburger span:nth-child(2) {
  top: 2.0512820513vw;
}
.l-header__hamburger span:nth-child(3) {
  bottom: 0;
}
.is-open .l-header__hamburger span:nth-child(1) {
  transform: translateY(2.0512820513vw) rotate(45deg);
}
.is-open .l-header__hamburger span:nth-child(2) {
  opacity: 0;
}
.is-open .l-header__hamburger span:nth-child(3) {
  transform: translateY(-2.0512820513vw) rotate(-45deg);
}

.l-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0044CC;
  z-index: 105;
  padding-top: 25.641025641vw;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  overflow-y: auto;
}
.is-open .l-drawer {
  opacity: 1;
  visibility: visible;
}
.l-drawer__inner {
  padding: 10.2564102564vw 6.1538461538vw;
}
.l-drawer__list {
  margin-bottom: 10.2564102564vw;
}
.l-drawer__list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-drawer__list li a {
  display: block;
  padding: 4.1025641026vw 0;
  color: #fff;
  font-size: 4.6153846154vw;
  font-weight: bold;
  text-decoration: none;
}
.l-drawer__cta .c-button-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14.358974359vw;
  background: #fff;
  color: #0044CC;
  font-weight: bold;
  border-radius: 2.0512820513vw;
  text-decoration: none;
}

.l-footer {
  background-color: #000;
  color: #fff;
  padding: max(2.2222222222vw, 32px) 0;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 8.2051282051vw 0;
  }
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: max(70vw, 1008px);
  margin: 0 auto max(3.3333333333vw, 48px);
}
@media screen and (max-width: 768px) {
  .l-footer__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0vw;
  }
}
.l-footer__info {
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    text-align: center;
  }
}
.l-footer__company {
  font-size: max(1.3888888889vw, 20px);
  font-weight: 700;
  margin-bottom: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .l-footer__company {
    font-size: 5.1282051282vw;
    margin-bottom: 1.2820512821vw;
  }
}
.l-footer__address {
  font-size: max(0.8333333333vw, 12px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    font-size: 3.0769230769vw;
  }
}
.l-footer__nav-list {
  display: flex;
  gap: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .l-footer__nav-list {
    flex-direction: column;
    gap: 6.1538461538vw;
    margin-top: 8.2051282051vw;
  }
}
.l-footer__nav-list li a {
  color: #fff;
  text-decoration: none;
  font-size: max(0.8333333333vw, 12px);
  font-weight: 500;
  transition: opacity 0.3s;
}
.l-footer__nav-list li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-list li a {
    font-size: 3.0769230769vw;
  }
}
.l-footer__bottom {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    padding-top: 8.2051282051vw;
  }
}
.l-footer__copy {
  font-size: max(0.6944444444vw, 10px);
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 2.5641025641vw;
  }
}

.p-contact .l-inner {
  padding-top: max(4.4444444444vw, 64px);
  padding-bottom: max(4.4444444444vw, 64px);
}
@media screen and (max-width: 768px) {
  .p-contact .l-inner {
    padding: 0;
  }
}
.p-contact__card {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contact__card {
    padding: 0 6.1538461538vw;
  }
}
.p-contact__form {
  max-width: max(55.5555555556vw, 800px);
  margin: 0 auto;
}
.p-contact__field {
  margin-bottom: max(1.6666666667vw, 24px);
  text-align: left;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-contact__field {
    margin-bottom: 4.1025641026vw;
  }
}
.p-contact__label {
  display: flex;
  align-items: center;
  gap: max(0.2777777778vw, 4px);
  font-size: max(1.1111111111vw, 16px);
  font-weight: 500;
  margin-bottom: max(0.5555555556vw, 8px);
}
@media screen and (max-width: 768px) {
  .p-contact__label {
    gap: 1.0256410256vw;
    font-size: 4.1025641026vw;
    margin-bottom: 1.5384615385vw;
  }
}
.p-contact__badge {
  color: #CC0000;
  font-size: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-contact__badge {
    font-size: 4.1025641026vw;
  }
}
.p-contact__hint {
  font-size: max(0.9027777778vw, 13px);
  color: #fff;
  margin-bottom: max(0.5555555556vw, 8px);
}
@media screen and (max-width: 768px) {
  .p-contact__hint {
    font-size: 3.3333333333vw;
    margin-bottom: 1.5384615385vw;
  }
}
.p-contact__flex {
  display: flex !important;
  gap: max(0.8333333333vw, 12px);
}
@media screen and (max-width: 768px) {
  .p-contact__flex {
    flex-direction: column;
    gap: 2.0512820513vw;
  }
}
.p-contact__flex .wpcf7-form-control-wrap {
  flex: 1;
}
.p-contact .wpcf7-form-control {
  width: 100%;
  border: 1px solid #0044CC;
  border-radius: max(0.4166666667vw, 6px);
  padding: max(0.9027777778vw, 13px) max(1.1111111111vw, 16px);
  font-size: max(1.0416666667vw, 15px);
  background-color: #fff;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-form-control {
    padding: 4.1025641026vw;
    border-radius: 1.0256410256vw;
    font-size: 4.1025641026vw;
    line-height: 1.5;
  }
}
.p-contact .wpcf7-form-control::placeholder {
  color: #C0C0C0;
}
.p-contact .wpcf7-form-control:focus {
  outline: none;
  border-color: #FF5200;
}
.p-contact .wpcf7-form-control.wpcf7-select {
  position: relative;
}
.p-contact .wpcf7-form-control.wpcf7-select::after {
  background: url(../img/arrow_black_down.svg) no-repeat !important;
  background-size: contain;
  width: max(0.9027777778vw, 13px);
  height: max(0.4861111111vw, 7px);
  position: absolute;
  right: max(1.1111111111vw, 16px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-form-control.wpcf7-select::after {
    width: 3.3333333333vw;
    height: 1.7948717949vw;
  }
}
.p-contact .wpcf7-form-control.wpcf7-select::after::placeholder {
  color: #C0C0C0;
}
.p-contact .wpcf7-textarea {
  height: max(11.1111111111vw, 160px);
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-textarea {
    height: 41.0256410256vw;
  }
}
.p-contact__consent {
  text-align: center;
  margin-top: max(1.6666666667vw, 24px);
  margin-bottom: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-contact__consent {
    margin-top: 4.1025641026vw;
    margin-bottom: 4.1025641026vw;
  }
}
.p-contact__consent-text {
  font-size: max(1.1111111111vw, 16px);
  margin-bottom: max(0.8333333333vw, 12px);
}
@media screen and (max-width: 768px) {
  .p-contact__consent-text {
    font-size: 4.1025641026vw;
    margin-bottom: 3.0769230769vw;
  }
}
.p-contact__consent-text a {
  text-decoration: underline;
}
.p-contact__consent label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: max(0.5555555556vw, 8px);
  color: #000;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contact__consent label {
    gap: 2.0512820513vw;
  }
}
.p-contact__consent .wpcf7-form-control {
  padding: unset !important;
  background-color: transparent !important;
  border: none !important;
  width: auto !important;
}
.p-contact__consent input[type=checkbox] {
  appearance: checkbox;
  width: max(1.1111111111vw, 16px) !important;
  height: max(1.1111111111vw, 16px) !important;
  margin: 0 !important;
  padding: 0;
  flex-shrink: 0;
  cursor: pointer;
  color: #000;
  border-radius: max(0.2777777778vw, 4px) !important;
}
@media screen and (max-width: 768px) {
  .p-contact__consent input[type=checkbox] {
    width: 4.1025641026vw !important;
    height: 4.1025641026vw !important;
  }
}
.p-contact__consent .wpcf7-list-item {
  margin: 0 !important;
}
.p-contact__consent-label {
  font-size: max(1.1111111111vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contact__consent-label {
    font-size: 4.1025641026vw;
  }
}
.p-contact .screen-reader-response {
  display: none !important;
}
.p-contact__submit {
  text-align: center;
}
.p-contact__submit .wpcf7-submit {
  background-color: #0044CC;
  color: #fff;
  font-size: max(1.6666666667vw, 24px);
  font-weight: bold;
  padding: max(2.2222222222vw, 32px) max(6.6666666667vw, 96px);
  border-radius: max(6.9444444444vw, 100px);
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
  width: fit-content;
}
.p-contact__submit .wpcf7-submit:hover {
  color: #FF5200;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-contact__submit .wpcf7-submit {
    width: 100%;
    padding: 4.6153846154vw;
    padding: 8.2051282051vw 17.9487179487vw;
    border-radius: 25.641025641vw;
  }
}
.p-contact__submit .wpcf7-submit:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none;
}
.p-contact__submit .wpcf7-spinner {
  display: none !important;
}
.p-contact__btn-note {
  font-size: max(0.9722222222vw, 14px);
  color: #0044CC;
  text-align: center;
  margin-top: max(1.1111111111vw, 16px);
  font-weight: 500;
}

.p-hamburger {
  display: none;
}
@media screen and (max-width: 970px) {
  .p-hamburger {
    display: block;
    width: max(1.7361111111vw, 25px);
    height: max(1.25vw, 18px);
    background: none;
    border: none;
    position: relative;
    z-index: 110;
    cursor: pointer;
  }
  .p-hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: transform 0.3s, opacity 0.3s, top 0.3s, bottom 0.3s;
  }
  .p-hamburger span:nth-child(1) {
    top: 0;
  }
  .p-hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .p-hamburger span:nth-child(3) {
    bottom: 0;
  }
  .p-hamburger.is-open span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .p-hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .p-hamburger.is-open span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .p-hamburger {
    width: 6.4102564103vw;
    height: 4.6153846154vw;
  }
}

.p-pagination {
  margin-top: max(2.2222222222vw, 32px);
}
.p-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(0.8333333333vw, 12px);
}
@media screen and (max-width: 768px) {
  .p-pagination .nav-links {
    gap: 3.0769230769vw;
  }
}
.p-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(2.7777777778vw, 40px);
  height: max(2.7777777778vw, 40px);
  border-radius: 50%;
  text-decoration: none;
  font-weight: 700;
  font-size: max(1.0416666667vw, 15px);
  color: #000;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-pagination .page-numbers {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    font-size: 3.5897435897vw;
  }
}
.p-pagination .page-numbers:hover:not(.current) {
  background-color: #f5f5f5;
}
.p-pagination .page-numbers.current {
  color: #fff;
  background: linear-gradient(135deg, #2E5CF6 0%, #1A3FB5 100%);
  box-shadow: 0 4px 10px rgba(46, 92, 246, 0.3);
}
.p-pagination .page-numbers.next img, .p-pagination .page-numbers.prev img {
  width: max(1.1111111111vw, 16px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-pagination .page-numbers.next img, .p-pagination .page-numbers.prev img {
    width: 3.5897435897vw;
  }
}
.p-pagination .dots {
  border: none;
  background: none;
}

.l-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: max(89.4444444444vw, 1288px);
  margin: 0 auto;
  padding: max(6.6666666667vw, 96px) max(1.3888888889vw, 20px);
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 10.2564102564vw 4.358974359vw;
  }
}

.l-inner.small {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: max(72.7777777778vw, 1048px);
  margin: 0 auto;
  padding: max(6.6666666667vw, 96px) max(1.3888888889vw, 20px);
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-inner.small {
    padding: 16.4102564103vw 6.1538461538vw;
  }
}

.l-inner.-full {
  max-width: max(100vw, 1440px);
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-inner.-full {
    max-width: 100%;
  }
}

.p-hero {
  position: relative;
  width: 100%;
  height: max(44.4444444444vw, 640px);
  min-height: max(44.4444444444vw, 640px);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: max(5.5555555556vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-hero {
    height: auto;
    min-height: 92.3076923077vw;
    padding: 16.4102564103vw 0 0 0;
  }
}
.p-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-hero__inner {
  max-width: max(83.0555555556vw, 1196px);
  margin: 0 auto;
  width: max(83.0555555556vw, 1196px);
  padding: 0 max(1.3888888889vw, 20px);
}
@media screen and (max-width: 768px) {
  .p-hero__inner {
    padding: 10.2564102564vw 4.358974359vw;
    position: relative;
    width: 100%;
  }
}
.p-hero__content {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.p-hero__title {
  font-size: clamp(100px, 11.1111111111vw, 160px);
  line-height: 1.05;
  font-weight: 900;
  margin-bottom: max(1.6666666667vw, 24px);
  color: #0044CC;
}
@media screen and (max-width: 768px) {
  .p-hero__title {
    font-size: 12.8205128205vw;
    margin-bottom: 3.0769230769vw;
  }
}
.p-hero__lead {
  font-size: max(1.6666666667vw, 24px);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: max(1.6666666667vw, 24px);
  color: #0044CC;
}
@media screen and (max-width: 768px) {
  .p-hero__lead {
    font-size: 3.5897435897vw;
    margin-bottom: 8.2051282051vw;
  }
}
.p-hero__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.p-hero__crowns {
  display: flex;
  gap: max(0.3472222222vw, 5px);
}
@media screen and (max-width: 768px) {
  .p-hero__crowns {
    width: 100%;
    justify-content: space-between;
  }
}
.p-hero__crown {
  position: relative;
  width: max(9.375vw, 135px);
}
@media screen and (max-width: 768px) {
  .p-hero__crown {
    width: 29.4871794872vw;
  }
}
.p-hero__crown img {
  width: 100%;
  height: auto;
}

.p-message {
  background-color: #EAF1F9;
  overflow: hidden;
}
.p-message .l-inner {
  padding-top: max(6.6666666667vw, 96px);
  padding-bottom: max(6.6666666667vw, 96px);
  max-width: max(75vw, 1080px);
}
@media screen and (max-width: 768px) {
  .p-message .l-inner {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
.p-message__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-message__flex {
    flex-direction: column;
    gap: 10.2564102564vw;
  }
}
.p-message__img {
  flex: 0 0 max(14.2361111111vw, 205px);
  width: max(14.2361111111vw, 205px);
}
.p-message__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-message__img {
    display: none;
  }
}
.p-message__content {
  flex: 1;
  max-width: max(43.0555555556vw, 620px);
}
.p-message__title {
  font-size: max(3.3333333333vw, 48px);
  font-weight: 700;
  color: #0044CC;
  line-height: 1.2;
  margin-bottom: max(6.6666666667vw, 96px);
}
@media screen and (max-width: 768px) {
  .p-message__title {
    font-size: 8.2051282051vw;
    margin-bottom: 12.3076923077vw;
  }
}
.p-message__body {
  display: flex;
  flex-direction: column;
  gap: max(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .p-message__body {
    gap: 6.1538461538vw;
  }
}
.p-message__text {
  font-size: max(1.3888888889vw, 20px);
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-message__text {
    font-size: 3.8461538462vw;
    line-height: 1.6;
  }
}

.p-service {
  background-color: #0044CC;
  color: #fff;
}
.p-service .l-inner {
  color: #fff;
}
.p-service__head {
  text-align: left;
  margin-bottom: max(8.3333333333vw, 120px);
}
@media screen and (max-width: 768px) {
  .p-service__head {
    margin-bottom: 16.4102564103vw;
  }
}
.p-service__title-en {
  font-size: max(1.3888888889vw, 20px);
  position: relative;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-service__title-en {
    text-align: center;
    font-size: 3.5897435897vw;
  }
}
.p-service__title-en::before {
  content: "";
  background: url(../img/icon_logo_white.svg) no-repeat;
  background-size: contain;
  width: max(2.2222222222vw, 32px);
  height: max(2.8472222222vw, 41px);
  position: absolute;
  left: max(-3.2638888889vw, -47px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-service__title-en::before {
    width: 6.4102564103vw;
    height: 8.2051282051vw;
    left: 20%;
    transform: translate(-50%, -50%);
  }
}
.p-service__title {
  font-size: max(4.4444444444vw, 64px);
  font-weight: 900;
  margin-bottom: max(3.3333333333vw, 48px);
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-service__title {
    font-size: 10.2564102564vw;
    text-align: center;
    margin-bottom: 8.2051282051vw;
  }
}
.p-service__lead {
  font-size: max(1.3888888889vw, 20px);
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-service__lead {
    font-size: 4.1025641026vw;
  }
}
.p-service-item {
  margin-bottom: max(3.3333333333vw, 48px);
  padding-bottom: max(3.3333333333vw, 48px);
  position: relative;
}
.p-service-item::before {
  width: max(33.3333333333vw, 480px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-service-item::before {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-service-item {
    padding-bottom: 12.3076923077vw;
    margin-bottom: 12.3076923077vw;
  }
}
.p-service-item__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: max(3.3333333333vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-service-item__inner {
    flex-direction: column;
    gap: 8.2051282051vw;
  }
}
.p-service-item__content {
  flex: 1;
}
.p-service-item__title {
  font-size: max(1.9444444444vw, 28px);
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: max(3.3333333333vw, 48px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-service-item__title {
    font-size: 6.1538461538vw;
    margin-bottom: 8.2051282051vw;
    text-align: center;
  }
}
.p-service-item__img {
  flex: 0 0 max(33.3333333333vw, 480px);
}
.p-service-item__img img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-service-item__img {
    flex: none;
    width: 100%;
    margin-bottom: 8.2051282051vw;
  }
}
.p-service-item__text {
  font-size: max(1.1111111111vw, 16px);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-service-item__text {
    font-size: 3.8461538462vw;
    padding: 0 4.1025641026vw;
  }
}
.p-service-merit__title {
  font-size: max(2.7777777778vw, 40px);
  font-weight: 900;
  margin-bottom: max(2.7777777778vw, 40px);
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-service-merit__title {
    font-size: 6.1538461538vw;
    margin-bottom: 8.2051282051vw;
  }
}
.p-service-merit__text {
  font-size: max(1.3888888889vw, 20px);
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-service-merit__text {
    font-size: 3.8461538462vw;
  }
}

.p-service-tools {
  margin-top: max(8.3333333333vw, 120px);
  margin-bottom: max(8.3333333333vw, 120px);
}
@media screen and (max-width: 768px) {
  .p-service-tools {
    margin-top: 24.6153846154vw;
    margin-bottom: 0;
  }
}
.p-service-tools__head {
  text-align: center;
  margin-bottom: max(4.4444444444vw, 64px);
}
@media screen and (max-width: 768px) {
  .p-service-tools__head {
    margin-bottom: 8.2051282051vw;
  }
}
.p-service-tools__label {
  display: inline-block;
  background: #fff;
  color: #0044CC;
  font-size: max(1.3888888889vw, 20px);
  font-weight: 700;
  padding: max(0.8333333333vw, 12px) max(1.6666666667vw, 24px);
  line-height: 1;
  margin-bottom: max(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .p-service-tools__label {
    font-size: 5.1282051282vw;
    padding: 2.0512820513vw 6.1538461538vw;
    margin-bottom: 8.2051282051vw;
  }
}
.p-service-tools__title {
  font-size: max(2.7777777778vw, 40px);
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-service-tools__title {
    font-size: 6.1538461538vw;
  }
}
.p-service-tools__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-service-tools__grid {
    grid-template-columns: 1fr;
    gap: 4.1025641026vw;
  }
}
.p-service-tools-card {
  background: #fff;
  border-radius: max(1.1111111111vw, 16px);
  padding: max(3.3333333333vw, 48px) max(2.2222222222vw, 32px) max(2.2222222222vw, 32px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-service-tools-card {
    min-height: auto;
    padding: 8.2051282051vw 8.2051282051vw 6.1538461538vw;
    border-radius: 4.1025641026vw;
  }
}
.p-service-tools-card__logo {
  height: max(4.4444444444vw, 64px);
  width: 100%;
  margin-bottom: max(2.2222222222vw, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-service-tools-card__logo img {
  max-width: 80%;
  max-height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-service-tools-card__logo {
    height: 16.4102564103vw;
    margin-bottom: 4.1025641026vw;
  }
}
.p-service-tools-card__text {
  font-size: max(1.0416666667vw, 15px);
  line-height: 1.4;
  font-weight: 700;
  min-height: max(3.8888888889vw, 56px);
}
@media screen and (max-width: 768px) {
  .p-service-tools-card__text {
    font-size: 3.5897435897vw;
    line-height: 1.3;
  }
}
.p-service-tools__foot {
  margin-top: max(1.6666666667vw, 24px);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-service-tools__foot {
    margin-top: 6.1538461538vw;
  }
}
.p-service-tools__link {
  display: inline-flex;
  align-items: flex-end;
  color: #fff;
  font-size: max(1.3888888889vw, 20px);
  font-weight: 700;
  text-decoration: none;
  gap: max(2.2222222222vw, 32px);
  transition: opacity 0.3s;
}
.p-service-tools__link:hover .icon-arrow {
  transform: translateX(10px);
}
.p-service-tools__link .icon-arrow {
  display: inline-block;
  width: max(1.8402777778vw, 26.5px);
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .p-service-tools__link .icon-arrow {
    width: 6.7948717949vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service-tools__link {
    font-size: 4.1025641026vw;
    gap: 4.1025641026vw;
  }
}

.p-condition {
  background-color: #000;
  color: #fff;
}
.p-condition .l-inner {
  padding-top: 0;
  color: #fff;
}
.p-condition .l-inner.small {
  padding: max(6.6666666667vw, 96px) max(1.3888888889vw, 20px);
}
@media screen and (max-width: 768px) {
  .p-condition .l-inner.small {
    padding: 16.4102564103vw 6.1538461538vw 0;
  }
}
.p-condition__head {
  text-align: left;
  margin-bottom: max(5.5555555556vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-condition__head {
    margin-bottom: 12.3076923077vw;
    text-align: center;
  }
}
.p-condition__title-en {
  font-size: max(1.3888888889vw, 20px);
  position: relative;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-condition__title-en {
    font-size: 4.1025641026vw;
    margin-bottom: 6.6666666667vw;
  }
}
.p-condition__title-en::before {
  content: "";
  background: url(../img/icon_logo.svg) no-repeat;
  background-size: contain;
  width: max(2.2222222222vw, 32px);
  height: max(2.8472222222vw, 41px);
  position: absolute;
  left: max(-3.2638888889vw, -47px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-condition__title-en::before {
    width: 6.4102564103vw;
    height: 8.2051282051vw;
    transform: translate(-50%, -50%);
    left: 5%;
  }
}
.p-condition__title {
  font-size: max(4.4444444444vw, 64px);
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-condition__title {
    font-size: 8.2051282051vw;
  }
}
.p-condition-card {
  position: relative;
  background: url(../img/bg_participation.webp) no-repeat;
  background-size: 100% 100%;
  border-radius: max(1.1111111111vw, 16px);
  padding: max(8.75vw, 126px) max(6.9444444444vw, 100px) max(4.4444444444vw, 64px) max(8.3333333333vw, 120px);
  margin-bottom: max(2.2222222222vw, 32px);
  overflow: hidden;
}
.p-condition-card--second {
  padding: max(9.8611111111vw, 142px) max(8.3333333333vw, 120px) max(4.4444444444vw, 64px) max(4.5138888889vw, 65px);
}
.p-condition-card--second .p-condition-card__img {
  flex: 0 0 max(32.0138888889vw, 461px);
  margin-bottom: max(2.5694444444vw, 37px);
}
@media screen and (max-width: 768px) {
  .p-condition-card--second .p-condition-card__img {
    flex: none;
  }
}
.p-condition-card--second .p-condition-card__inner {
  gap: max(1.7361111111vw, 25px);
}
@media screen and (max-width: 768px) {
  .p-condition-card--second .p-condition-card__inner {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-condition-card {
    padding: 29.4871794872vw 6.1538461538vw 12.3076923077vw;
    margin-bottom: 4.1025641026vw;
  }
}
.p-condition-card__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: max(2.7777777778vw, 40px) max(3.3333333333vw, 48px) max(1.6666666667vw, 24px);
  border-radius: 0 0 max(1.9444444444vw, 28px) max(1.9444444444vw, 28px);
  font-weight: 500;
  font-size: max(1.6666666667vw, 24px);
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  line-height: 1;
}
.p-condition-card__label .txt-gradient {
  background: linear-gradient(to bottom right, #06B6D4, #2563EB, #4C1D95);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  border-bottom: #0044CC 2px solid;
  padding-bottom: max(0.8333333333vw, 12px);
}
@media screen and (max-width: 768px) {
  .p-condition-card__label .txt-gradient {
    padding-bottom: 3.0769230769vw;
  }
}
@media screen and (max-width: 768px) {
  .p-condition-card__label {
    padding: 5.1282051282vw 12.3076923077vw 4.1025641026vw;
    font-size: 5.1282051282vw;
  }
}
.p-condition-card__inner {
  display: flex;
  align-items: flex-end;
  gap: max(4.4444444444vw, 64px);
}
@media screen and (max-width: 768px) {
  .p-condition-card__inner {
    flex-direction: column-reverse;
    gap: 6.1538461538vw;
  }
}
@media screen and (max-width: 768px) {
  .p-condition-card__inner.not-reverse {
    flex-direction: column;
  }
}
.p-condition-card__body {
  flex: 1;
}
.p-condition-card__title {
  font-size: max(2.2222222222vw, 32px);
  font-weight: 700;
  margin-bottom: max(3.3333333333vw, 48px);
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-condition-card__title {
    font-size: 6.1538461538vw;
    margin-bottom: 12.3076923077vw;
  }
}
.p-condition-card__text {
  font-size: max(1.0416666667vw, 15px);
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-condition-card__text {
    font-size: 3.8461538462vw;
  }
}
.p-condition-card__img {
  flex: 0 0 max(35.2083333333vw, 507px);
}
.p-condition-card__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-condition-card__img {
    flex: none;
    width: 100%;
  }
}
.p-condition-sub {
  display: flex;
  gap: max(0.5555555556vw, 8px);
  margin-top: max(3.3333333333vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-condition-sub {
    flex-direction: column;
    margin-top: 12.3076923077vw;
  }
}
.p-condition-sub__item {
  flex: 1;
  background: #fff;
  color: #000;
  padding: max(3.5416666667vw, 51px) max(2.2222222222vw, 32px);
  border-radius: max(0.5555555556vw, 8px);
}
@media screen and (max-width: 768px) {
  .p-condition-sub__item {
    padding: 8.2051282051vw 6.1538461538vw;
    border-radius: 2.0512820513vw;
  }
}
.p-condition-sub__title {
  font-size: max(1.3888888889vw, 20px);
  font-weight: 700;
  color: #0044CC;
  line-height: 1.2;
  margin-bottom: max(2.2222222222vw, 32px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-condition-sub__title {
    font-size: 5.1282051282vw;
    margin-bottom: 8.2051282051vw;
  }
}
.p-condition-sub__text {
  font-size: max(1.0416666667vw, 15px);
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-condition-sub__text {
    font-size: 3.8461538462vw;
  }
}

.p-closing {
  background-color: #0044CC;
  color: #fff;
}
.p-closing__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: max(4.4444444444vw, 64px);
}
@media screen and (max-width: 768px) {
  .p-closing__flex {
    flex-direction: column;
    gap: 12.3076923077vw;
    text-align: center;
  }
}
.p-closing__logo {
  flex: 0 0 max(18.2638888889vw, 263px);
}
.p-closing__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-closing__logo {
    width: 51.2820512821vw;
    flex: none;
  }
}
.p-closing__content {
  flex: 1;
  max-width: max(47.2916666667vw, 681px);
}
.p-closing__title {
  font-size: max(2.5vw, 36px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: max(4.4444444444vw, 64px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-closing__title {
    font-size: 6.1538461538vw;
    margin-bottom: 12.3076923077vw;
    text-align: left;
  }
}
.p-closing__text {
  font-size: max(1.1111111111vw, 16px);
  line-height: 1.8;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-closing__text {
    font-size: 3.8461538462vw;
    line-height: 1.6;
    text-align: left;
  }
}

.p-footer-actions__inner {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-footer-actions__inner {
    flex-direction: column;
  }
}
.p-footer-actions__item {
  flex: 1;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: max(4.4444444444vw, 64px);
  transition: background 0.3s;
  background: linear-gradient(to right, #0044CC 0%, #002266 80%);
}
@media screen and (max-width: 768px) {
  .p-footer-actions__item {
    background: linear-gradient(to bottom, #0044CC 0%, #002266 80%);
    position: relative;
  }
}
.p-footer-actions__item:hover {
  opacity: 0.8;
}
.p-footer-actions__item:hover::before {
  transform: translateX(5px) translateY(-50%);
}
.p-footer-actions__item:hover .icon-arrow {
  transform: translateX(10px);
}
.p-footer-actions__item:hover .p-footer-actions__text, .p-footer-actions__item:hover .p-footer-actions__link {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer-actions__item {
    padding: 8.2051282051vw 21.0256410256vw 8.2051282051vw 6.1538461538vw;
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-actions__item::before {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    background: url(../img/arrow_white.svg) no-repeat;
    width: 6.7948717949vw;
    height: 1.2820512821vw;
    background-size: contain;
    right: 6.1538461538vw;
    content: "";
    transition: all 0.6s;
  }
}
.p-footer-actions__item-inner {
  margin: 0 auto;
}
.p-footer-actions__title {
  font-size: max(2.7777777778vw, 40px);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-footer-actions__title {
    font-size: 8.2051282051vw;
    margin-bottom: 3.0769230769vw;
  }
}
.p-footer-actions__sub {
  font-size: max(1.0416666667vw, 15px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-footer-actions__sub {
    font-size: 3.0769230769vw;
  }
}
.p-footer-actions__text {
  font-size: max(0.9722222222vw, 14px);
  line-height: 1.6;
  margin-bottom: max(4.4444444444vw, 64px);
}
@media screen and (max-width: 768px) {
  .p-footer-actions__text {
    font-size: 3.5897435897vw;
    height: auto;
    margin-bottom: 0;
  }
}
.p-footer-actions__link {
  display: flex;
  align-items: flex-end;
  gap: max(2.2222222222vw, 32px);
  font-size: max(1.3888888889vw, 20px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-footer-actions__link {
    display: none;
  }
}
.p-footer-actions__link .icon-arrow {
  display: inline-block;
  width: max(1.8402777778vw, 26.5px);
  transition: all 0.6s;
}

.p-about {
  padding: max(4.4444444444vw, 64px) 0;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 8.2051282051vw 0;
  }
}
.p-about__inner {
  max-width: max(58.3333333333vw, 840px);
  margin: 0 auto;
  padding: 0 min(1.3888888889vw, 20px);
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    padding: 0 6.1538461538vw;
  }
}
.p-about__list {
  margin-bottom: max(4.4444444444vw, 64px);
}
@media screen and (max-width: 768px) {
  .p-about__list {
    margin-bottom: 16.4102564103vw;
  }
}
.p-about__item {
  display: flex;
  margin-bottom: max(1.6666666667vw, 24px);
  gap: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-about__item {
    gap: 0;
  }
}
.p-about__label {
  flex: 0 0 max(10vw, 144px);
  padding: max(1.6666666667vw, 24px) 0;
  font-weight: 700;
  font-size: max(1.1111111111vw, 16px);
  position: relative;
  border-top: 1px solid #0044CC;
}
@media screen and (max-width: 768px) {
  .p-about__label {
    flex: 0 0 22.5641025641vw;
    padding: 4.1025641026vw 0 3.5897435897vw;
    font-size: 3.5897435897vw;
  }
}
.p-about__data {
  flex: 1;
  padding: max(1.6666666667vw, 24px) 0;
  font-size: max(1.1111111111vw, 16px);
  font-weight: 500;
  line-height: 1.6;
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  .p-about__data {
    padding: 4.1025641026vw 0 3.5897435897vw;
    font-size: 3.5897435897vw;
  }
}
.p-about__map {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-about__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-about__map iframe {
    height: 114.358974359vw;
  }
}

@media screen and (max-width: 768px) {
  .p-news .l-inner {
    padding: 12.3076923077vw 6.1538461538vw;
  }
}

.p-news-item {
  position: relative;
}
.p-news-item__link {
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  transition: 0.3s;
}
.p-news-item__link:hover {
  opacity: 0.6;
}
.p-news-item__link:hover .p-news-item__title {
  color: #0047CC;
}
.p-news-item__date {
  flex: 0 0 max(10vw, 144px);
  font-size: max(1.1111111111vw, 16px);
  font-weight: 500;
  color: #aaa;
  border-bottom: #0044CC solid 1px;
  line-height: 1.6;
  padding: max(2.2222222222vw, 32px) 0;
}
@media screen and (max-width: 768px) {
  .p-news-item__date {
    flex: 0 0 22.5641025641vw;
    font-size: 3.0769230769vw;
    padding: 4.1025641026vw 0;
  }
}
.p-news-item__title {
  flex: 1;
  font-size: max(1.1111111111vw, 16px);
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  border-bottom: 1px solid #aaa;
  padding: max(2.2222222222vw, 32px) 0;
}
@media screen and (max-width: 768px) {
  .p-news-item__title {
    font-size: 3.5897435897vw;
    padding: 4.1025641026vw 0;
  }
}

.p-case .l-inner {
  padding: max(4.4444444444vw, 64px) 0;
}
@media screen and (max-width: 768px) {
  .p-case .l-inner {
    padding: 12.3076923077vw 6.1538461538vw;
  }
}

.p-case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(4.4444444444vw, 64px) max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-case-list {
    grid-template-columns: 1fr;
    gap: 6.1538461538vw;
  }
}

.p-case-item__link {
  display: block;
  text-decoration: none;
  height: 100%;
  transition: 0.3s;
}
.p-case-item__link:hover {
  opacity: 0.7;
}
.p-case-item__link:hover .p-case-item__img img {
  transform: scale(1.05);
}
.p-case-item__img {
  width: 100%;
  aspect-ratio: 1.4/1;
  background-color: #D9D9D9;
  border-radius: max(0.5555555556vw, 8px);
  overflow: hidden;
  margin-bottom: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-case-item__img {
    border-radius: 2.0512820513vw;
    margin-bottom: 4.1025641026vw;
  }
}
.p-case-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.p-case-item__content {
  display: flex;
  flex-direction: column;
  gap: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-case-item__content {
    gap: 4.1025641026vw;
  }
}
.p-case-item__company {
  font-size: max(1.0416666667vw, 15px);
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-case-item__company {
    font-size: 3.8461538462vw;
  }
}
.p-case-item__title {
  font-size: max(1.1111111111vw, 16px);
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-case-item__title {
    font-size: 4.1025641026vw;
  }
}
.p-case-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: max(0.5555555556vw, 8px);
}
@media screen and (max-width: 768px) {
  .p-case-item__tags {
    gap: 2.0512820513vw;
  }
}
.p-case-item__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0044CC;
  color: #fff;
  font-size: max(0.8333333333vw, 12px);
  font-weight: 500;
  padding: max(0.2777777778vw, 4px) max(1.1111111111vw, 16px);
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .p-case-item__tag {
    font-size: 3.0769230769vw;
    padding: 1.0256410256vw 4.1025641026vw;
  }
}

.p-tool .l-inner {
  padding: max(4.4444444444vw, 64px) 0;
}
@media screen and (max-width: 768px) {
  .p-tool .l-inner {
    padding: 12.3076923077vw 6.1538461538vw;
  }
}
.p-tool .c-section-title-bar {
  display: flex;
  align-items: center;
  gap: max(1.6666666667vw, 24px);
  font-size: max(1.6666666667vw, 24px);
  font-weight: 700;
  margin-bottom: max(2.2222222222vw, 32px);
}
.p-tool .c-section-title-bar::before {
  content: "";
  display: block;
  width: 8px;
  height: max(3.4722222222vw, 50px);
  background: linear-gradient(to right bottom, #2E5CF6, #1A3FB5);
}
@media screen and (max-width: 768px) {
  .p-tool .c-section-title-bar::before {
    height: 18.7179487179vw;
    width: 2.0512820513vw;
  }
}
@media screen and (max-width: 768px) {
  .p-tool .c-section-title-bar {
    font-size: 5.1282051282vw;
    margin-bottom: 4.1025641026vw;
    line-height: 1.3;
  }
}

.p-tool-card {
  position: relative;
  background-image: url("../img/bg_bizmaps.webp");
  background-size: cover;
  background-position: center;
  border-radius: max(1.1111111111vw, 16px);
  padding: max(2.2222222222vw, 32px) max(4.8611111111vw, 70px);
  overflow: hidden;
  margin-bottom: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-tool-card {
    padding: 12.3076923077vw 5.1282051282vw 6.1538461538vw;
    border-radius: 4.1025641026vw;
    background-image: url("../img/bg_bizmaps_sp.webp");
    background-size: cover;
  }
}
.p-tool-card__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: max(3.3333333333vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-tool-card__inner {
    flex-direction: column;
    gap: 0;
  }
}
.p-tool-card__left {
  flex: 0 0 max(19.4444444444vw, 280px);
  text-align: left;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-tool-card__left {
    flex: none;
    width: 100%;
  }
}
.p-tool-card__logo {
  width: max(15.5555555556vw, 224px);
  margin: 0 0 max(1.6666666667vw, 24px);
}
.p-tool-card__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-tool-card__logo {
    width: 37.4358974359vw;
    margin: 0 auto 6.1538461538vw;
  }
}
.p-tool-card__text {
  font-size: max(1.3888888889vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin-bottom: max(4.4444444444vw, 64px);
}
@media screen and (max-width: 768px) {
  .p-tool-card__text {
    font-size: 4.1025641026vw;
    margin-bottom: 6.1538461538vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-tool-card__btn-wrap {
    text-align: center;
    margin-top: 6.1538461538vw;
  }
}
.p-tool-card .c-btn-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E82212;
  color: #fff;
  padding: max(1.6666666667vw, 24px) 0;
  border-radius: max(1.1111111111vw, 16px);
  font-size: max(0.9722222222vw, 14px);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  position: relative;
  width: max(16.6666666667vw, 240px);
}
.p-tool-card .c-btn-detail:hover {
  transform: translateY(-2px);
}
.p-tool-card .c-btn-detail .icon {
  width: max(1.4583333333vw, 21px);
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: max(0.8333333333vw, 12px);
}
@media screen and (max-width: 768px) {
  .p-tool-card .c-btn-detail {
    font-size: 3.5897435897vw;
    padding: 6.1538461538vw 17.4358974359vw 6.1538461538vw 15.3846153846vw;
    width: 61.5384615385vw;
    border-radius: 4.1025641026vw;
  }
  .p-tool-card .c-btn-detail .icon {
    width: 5.3846153846vw;
    right: 3.0769230769vw;
  }
}
.p-tool-card__right {
  flex: 1;
  max-width: max(44.4444444444vw, 640px);
}
@media screen and (max-width: 768px) {
  .p-tool-card__right {
    width: 100%;
  }
}
.p-tool-card__video {
  width: 100%;
  aspect-ratio: 540/304;
  overflow: hidden;
}
.p-tool-card__video video {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.p-tool-card__sample-img {
  margin-top: max(1.1111111111vw, 16px);
  width: 100%;
}
.p-tool-card__sample-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-tool-card__sample-img {
    margin-top: 4.1025641026vw;
  }
}
.p-tool-card__features {
  display: flex;
  gap: max(0.5555555556vw, 8px);
  margin-top: max(0.5555555556vw, 8px);
}
@media screen and (max-width: 768px) {
  .p-tool-card__features {
    flex-direction: column;
    gap: 2.0512820513vw;
    margin-top: 2.0512820513vw;
  }
}
.p-tool-card__feature-item {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.75);
  padding: max(1.6666666667vw, 24px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-tool-card__feature-item {
    padding: 6.1538461538vw;
  }
}
.p-tool-card__feature-title {
  color: #E82212;
  font-size: max(0.9722222222vw, 14px);
  font-weight: 500;
  margin-bottom: max(1.1111111111vw, 16px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-tool-card__feature-title {
    font-size: 3.5897435897vw;
    margin-bottom: 4.1025641026vw;
  }
}
.p-tool-card__feature-text {
  font-size: max(0.9722222222vw, 14px);
  line-height: 1.4;
  font-weight: 300;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-tool-card__feature-text {
    font-size: 3.5897435897vw;
  }
}

.p-sales-card {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #00A0E9 0%, #1A3FB5 100%);
  border-radius: max(1.1111111111vw, 16px);
  padding: max(3.3333333333vw, 48px);
  color: #fff;
  overflow: hidden;
  margin-bottom: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-sales-card {
    padding: 8.2051282051vw 6.1538461538vw;
    border-radius: 4.1025641026vw;
  }
}
.p-sales-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: max(2.1527777778vw, 31px);
  margin-bottom: max(3.3333333333vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-sales-card__top {
    flex-direction: column;
    gap: 16.4102564103vw;
    margin-bottom: 0;
  }
}
.p-sales-card__info {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-sales-card__info {
    width: 100%;
  }
}
.p-sales-card__logo {
  width: max(14.0277777778vw, 202px);
  margin-bottom: max(4.8611111111vw, 70px);
}
.p-sales-card__logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-sales-card__logo {
    width: 38.4615384615vw;
    margin-bottom: 6.1538461538vw;
  }
}
.p-sales-card__heading {
  font-size: max(2.2222222222vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-sales-card__heading {
    font-size: 6.1538461538vw;
    margin-top: 6.1538461538vw;
    margin-bottom: 16.4102564103vw;
  }
}
.p-sales-card__video {
  flex: 0 0 max(33.3333333333vw, 480px);
  width: max(33.3333333333vw, 480px);
  height: max(18.75vw, 270px);
}
@media screen and (max-width: 768px) {
  .p-sales-card__video {
    flex: none;
    width: 100%;
    height: 42.3076923077vw;
  }
}
.p-sales-card__video video {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.p-sales-card__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(3.3333333333vw, 48px);
  padding-right: max(12.7777777778vw, 184px);
}
@media screen and (max-width: 768px) {
  .p-sales-card__features {
    grid-template-columns: 1fr;
    gap: 12.3076923077vw;
    padding-right: 0;
  }
}
.p-sales-card__feature-title {
  font-size: max(1.1111111111vw, 16px);
  font-weight: 700;
  margin: 0 0 max(2.2222222222vw, 32px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-sales-card__feature-title {
    font-size: 5.1282051282vw;
    margin-bottom: 6.1538461538vw;
  }
}
.p-sales-card__feature-text {
  font-size: max(1.0416666667vw, 15px);
  line-height: 1.6;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-sales-card__feature-text {
    font-size: 3.8461538462vw;
  }
}
.p-sales-card__btn {
  position: absolute;
  right: max(1.6666666667vw, 24px);
  bottom: max(2.2222222222vw, 32px);
  padding: max(2.0138888889vw, 29px) max(0.7638888889vw, 11px);
  border-radius: max(1.1111111111vw, 16px);
  font-size: max(1.25vw, 18px);
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: max(0.5555555556vw, 8px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  white-space: nowrap;
}
.p-sales-card__btn .txt-blue {
  background: linear-gradient(to bottom, #06B6D4, #2563EB, #4C1D95);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-sales-card__btn:hover {
  transform: translateY(-2px);
}
.p-sales-card__btn-icon {
  width: max(1.4583333333vw, 21px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-sales-card__btn {
    font-size: 3.5897435897vw;
    padding: 6.1538461538vw 17.4358974359vw 6.1538461538vw 15.3846153846vw;
    width: 61.5384615385vw;
    border-radius: 4.1025641026vw;
    position: static;
    color: #fff;
    background-color: #000;
    position: relative;
    right: unset;
    bottom: unset;
    margin: 12.3076923077vw auto 0;
  }
  .p-sales-card__btn-icon {
    width: 5.3846153846vw;
    right: 3.0769230769vw;
    position: absolute;
  }
  .p-sales-card__btn .txt-blue {
    color: #fff;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }
}

.p-cxo-card {
  display: flex;
  width: 100%;
  border-radius: max(1.6666666667vw, 24px);
  overflow: hidden;
  background-color: #8E000B;
  margin-bottom: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-cxo-card {
    flex-direction: column;
    border-radius: 4.1025641026vw;
    margin-bottom: 4.1025641026vw;
  }
}
.p-cxo-card__left {
  flex: 0 0 max(27.7777777778vw, 400px);
  position: relative;
  background-image: url("../img/bg_cxo.webp");
  background-size: cover;
  background-position: center;
  padding: max(5.3472222222vw, 77px) max(5.5555555556vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cxo-card__left {
    flex: none;
    padding: 12.3076923077vw 6.1538461538vw 6.1538461538vw;
    width: 100%;
  }
}
.p-cxo-card__logo-wrap {
  margin-bottom: max(3.3333333333vw, 48px);
  margin-top: max(5.3472222222vw, 77px);
}
@media screen and (max-width: 768px) {
  .p-cxo-card__logo-wrap {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.p-cxo-card__logo {
  width: max(17.5694444444vw, 253px);
  margin: 0 auto max(1.6666666667vw, 24px);
}
.p-cxo-card__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-cxo-card__logo {
    width: 48.2051282051vw;
    margin: 0 auto 6.1538461538vw;
  }
}
.p-cxo-card__logo-text {
  color: #fff;
  font-size: max(1.1111111111vw, 16px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-cxo-card__logo-text {
    font-size: 4.1025641026vw;
    line-height: 1.3;
  }
}
.p-cxo-card__left-btn {
  bottom: max(2.7777777778vw, 40px);
  width: max(16.6666666667vw, 240px);
  height: max(4.0277777778vw, 58px);
  background-color: #FFE8AE;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: max(1.1111111111vw, 16px);
  font-size: max(0.9722222222vw, 14px);
  font-weight: 700;
  transition: 0.3s;
  position: relative;
  margin-top: max(2.7777777778vw, 40px);
}
.p-cxo-card__left-btn:hover {
  transform: translateY(-2px);
}
.p-cxo-card__left-btn .icon {
  width: max(1.4583333333vw, 21px);
  position: absolute;
  right: max(0.8333333333vw, 12px);
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .p-cxo-card__left-btn {
    font-size: 3.5897435897vw;
    padding: 6.1538461538vw 17.4358974359vw 6.1538461538vw 15.3846153846vw;
    width: 61.5384615385vw;
    border-radius: 4.1025641026vw;
    position: relative;
    right: unset;
    bottom: unset;
    height: unset;
    margin: 6.1538461538vw auto 0;
    line-height: 1;
  }
  .p-cxo-card__left-btn .icon {
    width: 5.3846153846vw;
    right: 3.0769230769vw;
    position: absolute;
  }
}
.p-cxo-card__right {
  flex: 1;
  padding: max(3.3333333333vw, 48px) max(4.4444444444vw, 64px) max(2.2222222222vw, 32px) max(3.3333333333vw, 48px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-cxo-card__right {
    padding: 6.1538461538vw;
  }
}
.p-cxo-card__section {
  margin-bottom: max(3.3333333333vw, 48px);
}
.p-cxo-card__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-cxo-card__section {
    margin-bottom: 8.2051282051vw;
  }
}
.p-cxo-card__heading {
  display: flex;
  align-items: center;
  gap: max(1.1111111111vw, 16px);
  font-size: max(1.3888888889vw, 20px);
  font-weight: 700;
  margin-bottom: max(1.6666666667vw, 24px);
}
.p-cxo-card__heading::before {
  content: "";
  width: 2px;
  height: max(2.1527777778vw, 31px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-cxo-card__heading {
    font-size: 4.1025641026vw;
    border-left: 2px solid #fff;
    padding-left: 4.1025641026vw;
  }
  .p-cxo-card__heading::before {
    display: none;
  }
}
.p-cxo-card__text {
  font-size: max(1.0416666667vw, 15px);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-cxo-card__text {
    font-size: 3.8461538462vw;
  }
}
.p-cxo-card__stats {
  display: flex;
  flex-direction: column;
  gap: max(0.8333333333vw, 12px);
}
@media screen and (max-width: 768px) {
  .p-cxo-card__stats {
    gap: 2.0512820513vw;
  }
}
.p-cxo-card__stats-row {
  display: flex;
  gap: max(0.8333333333vw, 12px);
}
.p-cxo-card__stats-row.--top .p-cxo-card__stat-item {
  flex: 1;
}
.p-cxo-card__stats-row.--bottom .p-cxo-card__stat-item {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-cxo-card__stats-row {
    gap: 2.0512820513vw;
  }
}
.p-cxo-card__stat-item {
  background-color: #000;
  padding: max(1.6666666667vw, 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-cxo-card__stat-item {
    padding: 6.1538461538vw 1.7948717949vw;
  }
}
.p-cxo-card__stat-label {
  font-size: max(0.9722222222vw, 14px);
  font-weight: 700;
  margin-bottom: max(0.5555555556vw, 8px);
  color: #FFE8AE;
}
@media screen and (max-width: 768px) {
  .p-cxo-card__stat-label {
    font-size: 3.3333333333vw;
    margin-bottom: 2.0512820513vw;
  }
}
.p-cxo-card__stat-value {
  font-size: max(1.3888888889vw, 20px);
  font-weight: 700;
  color: #FFE8AE;
}
@media screen and (max-width: 768px) {
  .p-cxo-card__stat-value {
    font-size: 5.1282051282vw;
  }
}

.p-tool-row {
  display: flex;
  gap: max(1.6666666667vw, 24px);
  margin-bottom: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-tool-row {
    flex-direction: column;
    gap: 6.1538461538vw;
  }
}

.p-nocel-card {
  flex: 1;
  background-color: #fff;
  border: 1px solid #C4C4C4;
  border-radius: max(1.1111111111vw, 16px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.p-nocel-card__header {
  padding: max(1.6666666667vw, 24px) max(1.1111111111vw, 16px) max(1.1111111111vw, 16px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-nocel-card__header {
    padding: 6.1538461538vw 7.6923076923vw 4.1025641026vw;
  }
}
.p-nocel-card__logo-group {
  display: flex;
  align-items: center;
  gap: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-nocel-card__logo-group {
    gap: 4.1025641026vw;
  }
}
.p-nocel-card__logo {
  width: max(11.5277777778vw, 166px);
}
@media screen and (max-width: 768px) {
  .p-nocel-card__logo {
    width: 42.5641025641vw;
  }
}
.p-nocel-card__logo img {
  width: 100%;
}
.p-nocel-card__logo-sub {
  font-size: max(0.9722222222vw, 14px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-nocel-card__logo-sub {
    font-size: 3.5897435897vw;
  }
}
.p-nocel-card__btn {
  background-color: #000;
  color: #fff;
  padding: max(1.6666666667vw, 24px) max(1.1805555556vw, 17px);
  border-radius: max(1.1111111111vw, 16px);
  font-size: max(0.9722222222vw, 14px);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-nocel-card__btn {
    font-size: 3.5897435897vw;
    padding: 6.1538461538vw 17.4358974359vw 6.1538461538vw 15.3846153846vw;
    width: 61.5384615385vw;
    border-radius: 4.1025641026vw;
    position: relative;
    margin: 8.2051282051vw auto 0;
    line-height: 1;
    background: #BD34C6;
    color: #fff;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-nocel-card__btn .icon {
    width: 5.3846153846vw;
    right: 3.0769230769vw;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
  .p-nocel-card__btn .icon img {
    width: 100%;
  }
}
.p-nocel-card__btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
}
.p-nocel-card__body {
  background: linear-gradient(to bottom, #8345FF 0%, #3F0EA2 100%);
  color: #fff;
  padding: max(2.7777777778vw, 40px) max(3.3333333333vw, 48px) max(3.3333333333vw, 48px);
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-nocel-card__body {
    padding: 8.2051282051vw 7.6923076923vw;
    flex: none;
  }
}
.p-nocel-card__main-visual {
  width: max(22.3611111111vw, 322px);
  margin: 0 auto max(1.6666666667vw, 24px);
}
.p-nocel-card__main-visual img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-nocel-card__main-visual {
    width: 100%;
    margin: 0 auto 6.1538461538vw;
  }
}
.p-nocel-card__heading {
  font-size: max(2.2222222222vw, 32px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: max(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .p-nocel-card__heading {
    font-size: 6.4102564103vw;
    margin-bottom: 8.2051282051vw;
  }
}
.p-nocel-card__text {
  font-size: max(0.9722222222vw, 14px);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-nocel-card__text {
    font-size: 3.5897435897vw;
  }
}

.p-cuepid-card {
  flex: 1;
  background-color: #fff;
  border: 1px solid #E67878;
  border-radius: max(1.1111111111vw, 16px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-cuepid-card {
    border-radius: 4.1025641026vw;
  }
}
.p-cuepid-card__top {
  padding: max(3.3333333333vw, 48px) max(1.6666666667vw, 24px) max(1.6666666667vw, 24px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cuepid-card__top {
    text-align: left;
    display: flex;
    gap: 6.1538461538vw;
    padding: 6.1538461538vw 6.1538461538vw 4.1025641026vw;
    width: 100%;
  }
}
.p-cuepid-card__header {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: max(1.6666666667vw, 24px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-cuepid-card__header {
    margin-bottom: 0;
  }
}
.p-cuepid-card__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max(9.1666666667vw, 132px);
}
@media screen and (max-width: 768px) {
  .p-cuepid-card__logo {
    width: 18.9743589744vw;
    position: static;
    transform: unset;
  }
}
.p-cuepid-card__logo img {
  width: 100%;
}
.p-cuepid-card__btn {
  background-color: #C00E4C;
  color: #fff;
  padding: max(1.6666666667vw, 24px) max(1.1805555556vw, 17px);
  border-radius: max(1.1111111111vw, 16px);
  font-size: max(0.9722222222vw, 14px);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-cuepid-card__btn {
    font-size: 3.5897435897vw;
    padding: 6.1538461538vw 17.4358974359vw 6.1538461538vw 15.3846153846vw;
    width: 61.5384615385vw;
    border-radius: 4.1025641026vw;
    position: relative;
    margin: 8.2051282051vw auto 0;
    line-height: 1;
    background: #C00E4C;
    color: #fff;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-cuepid-card__btn .icon {
    width: 5.3846153846vw;
    right: 3.0769230769vw;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
  .p-cuepid-card__btn .icon img {
    width: 100%;
  }
}
.p-cuepid-card__btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
}
.p-cuepid-card__heading {
  font-size: max(1.1111111111vw, 16px);
  font-weight: 700;
  line-height: 1.3;
  margin-top: max(3.1944444444vw, 46px);
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-cuepid-card__heading {
    color: #C00E4C;
    font-size: 3.0769230769vw;
    line-height: 1.25;
    margin-top: 0;
    width: 45.8974358974vw;
  }
}
.p-cuepid-card__bottom {
  background-color: #E6789D;
  padding: max(2.2222222222vw, 32px) max(1.6666666667vw, 24px) max(2.9166666667vw, 42px);
  flex: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-cuepid-card__bottom {
    padding: 6.1538461538vw;
  }
}
.p-cuepid-card__influencers {
  width: 100%;
  margin-bottom: max(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .p-cuepid-card__influencers {
    margin-bottom: 8.2051282051vw;
  }
}
.p-cuepid-card__feature-row {
  display: flex;
  gap: max(1.6666666667vw, 24px);
  margin-bottom: max(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .p-cuepid-card__feature-row {
    flex-direction: column;
    gap: 8.2051282051vw;
    margin-bottom: 8.2051282051vw;
  }
}
.p-cuepid-card__feature-item {
  flex: 1;
}
.p-cuepid-card__feature-title {
  font-size: max(1.25vw, 18px);
  font-weight: 700;
  margin-bottom: max(1.25vw, 18px);
  padding-bottom: max(0.2777777778vw, 4px);
  border-bottom: 1px solid #fff;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-cuepid-card__feature-title {
    font-size: 5.1282051282vw;
    margin-bottom: 4.1025641026vw;
  }
}
.p-cuepid-card__feature-text {
  font-size: max(0.9722222222vw, 14px);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-cuepid-card__feature-text {
    font-size: 3.5897435897vw;
  }
}

.p-ai-reception-card {
  width: 100%;
  background: linear-gradient(to bottom, #FFDADA 0%, #FFD89A 100%);
  border-radius: max(1.1111111111vw, 16px);
  padding: max(3.3333333333vw, 48px) max(4.6527777778vw, 67px) max(2.2222222222vw, 32px);
  margin-bottom: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-ai-reception-card {
    padding: 8.2051282051vw 1.7948717949vw;
    border-radius: 4.1025641026vw;
    margin-bottom: 4.1025641026vw;
  }
}
.p-ai-reception-card__header {
  display: flex;
  justify-content: center;
  gap: max(3.3333333333vw, 48px);
  align-items: center;
  margin-bottom: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-ai-reception-card__header {
    flex-direction: column;
    gap: 8.2051282051vw;
    text-align: center;
    margin-bottom: 8.2051282051vw;
  }
}
.p-ai-reception-card__logo {
  width: max(21.7361111111vw, 313px);
}
.p-ai-reception-card__logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-ai-reception-card__logo {
    width: 53.3333333333vw;
  }
}
.p-ai-reception-card__tagline {
  font-size: max(1.3888888889vw, 20px);
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-ai-reception-card__tagline {
    font-size: 3.8461538462vw;
  }
}
.p-ai-reception-card__visual {
  width: 100%;
  margin-bottom: max(1.6666666667vw, 24px);
}
.p-ai-reception-card__visual img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-ai-reception-card__visual {
    margin-bottom: 0;
  }
}
.p-ai-reception-card__footer {
  display: flex;
  justify-content: center;
}
.p-ai-reception-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E82212;
  color: #fff;
  padding: max(1.6666666667vw, 24px) max(4.7222222222vw, 68px);
  border-radius: max(1.1111111111vw, 16px);
  font-size: max(0.9722222222vw, 14px);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ai-reception-card__btn {
    font-size: 3.5897435897vw;
    padding: 6.1538461538vw 17.4358974359vw 6.1538461538vw 15.3846153846vw;
    width: 61.5384615385vw;
    border-radius: 4.1025641026vw;
    position: relative;
    margin: 8.2051282051vw auto 0;
    line-height: 1;
    display: block;
    background-color: #CD0000;
  }
}
.p-ai-reception-card__btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
}
.p-ai-reception-card__btn .icon {
  width: max(1.4583333333vw, 21px);
  height: auto;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: max(0.8333333333vw, 12px);
}
@media screen and (max-width: 768px) {
  .p-ai-reception-card__btn .icon {
    width: 5.3846153846vw;
    right: 3.0769230769vw;
  }
}

.p-members-card {
  flex: 1;
  background-color: #fff;
  border: 1px solid #C7C7C7;
  border-radius: max(1.1111111111vw, 16px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-members-card {
    border-radius: 4.1025641026vw;
  }
}
.p-members-card__header {
  padding: max(1.6666666667vw, 24px) max(1.6666666667vw, 24px) max(1.1111111111vw, 16px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-members-card__header {
    padding: 6.1538461538vw 6.1538461538vw 4.1025641026vw;
    justify-content: center;
  }
}
.p-members-card__logo {
  width: max(13.1944444444vw, 190px);
}
.p-members-card__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-members-card__logo {
    width: 35.8974358974vw;
  }
}
.p-members-card__btn {
  background-color: #FFDD00;
  color: #000;
  padding: max(1.6666666667vw, 24px) max(1.1805555556vw, 17px);
  border-radius: max(1.1111111111vw, 16px);
  font-size: max(0.9722222222vw, 14px);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-members-card__btn {
    font-size: 3.5897435897vw;
    padding: 6.1538461538vw 17.4358974359vw 6.1538461538vw 15.3846153846vw;
    width: 61.5384615385vw;
    border-radius: 4.1025641026vw;
    position: relative;
    margin: 8.2051282051vw auto 0;
    line-height: 1;
    background: #000;
    color: #fff;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-members-card__btn .icon {
    width: 5.3846153846vw;
    right: 3.0769230769vw;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
  .p-members-card__btn .icon img {
    width: 100%;
  }
}
.p-members-card__btn:hover {
  transform: translateY(-2px);
}
.p-members-card__body {
  background-color: #FFDD00;
  padding: max(2.7777777778vw, 40px) max(2.2222222222vw, 32px);
  border-radius: 0 max(1.9444444444vw, 28px) 0 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-members-card__body {
    padding: 8.2051282051vw 6.1538461538vw 6.1538461538vw;
    border-radius: 0 7.1794871795vw 0 0;
  }
}
.p-members-card__heading {
  font-size: max(1.875vw, 27px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: max(1.6666666667vw, 24px);
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-members-card__heading {
    font-size: 6.1538461538vw;
  }
}
.p-members-card__features {
  display: flex;
  flex-direction: column;
  gap: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-members-card__features {
    gap: 4.1025641026vw;
  }
}
.p-members-card__feature {
  background-color: #fff;
  padding: max(1.6666666667vw, 24px);
  border-radius: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-members-card__feature {
    padding: 6.1538461538vw;
  }
}
.p-members-card__feature-title {
  font-size: max(1.3888888889vw, 20px);
  font-weight: 700;
  margin-bottom: max(0.5555555556vw, 8px);
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-members-card__feature-title {
    font-size: 5.1282051282vw;
  }
}
.p-members-card__feature-text {
  font-size: max(1.1111111111vw, 16px);
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-members-card__feature-text {
    font-size: 3.8461538462vw;
  }
}

.p-meetin-card {
  flex: 1;
  background-color: #fff;
  border: 1px solid #C7C7C7;
  border-radius: max(1.1111111111vw, 16px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-meetin-card {
    border-radius: 4.1025641026vw;
  }
}
.p-meetin-card__header {
  padding: max(1.6666666667vw, 24px) max(1.1111111111vw, 16px) max(1.1111111111vw, 16px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-meetin-card__header {
    padding: 6.1538461538vw 6.1538461538vw 4.1025641026vw;
    justify-content: center;
  }
}
.p-meetin-card__logo {
  width: max(18.0555555556vw, 260px);
}
.p-meetin-card__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-meetin-card__logo {
    width: 48.7179487179vw;
  }
}
.p-meetin-card__btn {
  background-color: #F49B17;
  color: #fff;
  padding: max(1.6666666667vw, 24px) max(1.1805555556vw, 17px);
  border-radius: max(1.1111111111vw, 16px);
  font-size: max(0.9722222222vw, 14px);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-meetin-card__btn {
    font-size: 3.5897435897vw;
    padding: 6.1538461538vw 17.4358974359vw 6.1538461538vw 15.3846153846vw;
    width: 61.5384615385vw;
    border-radius: 4.1025641026vw;
    position: relative;
    margin: 8.2051282051vw auto 0;
    line-height: 1;
    background: #595A5A;
    color: #fff;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-meetin-card__btn .icon {
    width: 5.3846153846vw;
    right: 3.0769230769vw;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
  .p-meetin-card__btn .icon img {
    width: 100%;
  }
}
.p-meetin-card__btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
}
.p-meetin-card__body {
  background-color: #EFEFEF;
  padding: max(2.2222222222vw, 32px) 0 max(2.5vw, 36px);
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-meetin-card__body {
    padding: 6.1538461538vw 0;
  }
}
.p-meetin-card__heading {
  font-size: max(1.6666666667vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: max(2.2222222222vw, 32px);
  padding: 0 max(3.3333333333vw, 48px);
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-meetin-card__heading {
    font-size: 6.1538461538vw;
    padding: 0 6.1538461538vw;
    margin-bottom: 6.1538461538vw;
  }
}
.p-meetin-card__features {
  display: flex;
  flex-direction: column;
  gap: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-meetin-card__features {
    gap: 4.1025641026vw;
  }
}
.p-meetin-card__feature {
  width: 93.5%;
  background-color: #FFAC32;
  padding: max(1.6666666667vw, 24px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-meetin-card__feature {
    width: 90.6%;
    padding: 6.1538461538vw 8.2051282051vw;
  }
}
.p-meetin-card__feature:nth-child(odd) {
  align-self: flex-start;
  margin-right: auto;
  border-radius: 0 max(1.1111111111vw, 16px) max(1.1111111111vw, 16px) 0;
}
@media screen and (max-width: 768px) {
  .p-meetin-card__feature:nth-child(odd) {
    border-radius: 0 4.1025641026vw 4.1025641026vw 0;
  }
}
.p-meetin-card__feature:nth-child(even) {
  align-self: flex-end;
  margin-left: auto;
  border-radius: max(1.1111111111vw, 16px) 0 0 max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-meetin-card__feature:nth-child(even) {
    border-radius: 4.1025641026vw 0 0 4.1025641026vw;
  }
}
.p-meetin-card__feature-title {
  font-size: max(1.6666666667vw, 24px);
  font-weight: 700;
  margin-bottom: max(0.5555555556vw, 8px);
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-meetin-card__feature-title {
    font-size: 5.1282051282vw;
    margin-bottom: 4.1025641026vw;
  }
}
.p-meetin-card__feature-text {
  font-size: max(1.0416666667vw, 15px);
  line-height: 1.3;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-meetin-card__feature-text {
    font-size: 3.8461538462vw;
  }
}

.p-mitok-card {
  width: 100%;
  position: relative;
  background-image: url("../img/bg_mitok.webp");
  background-size: cover;
  background-position: center;
  border-radius: max(1.1111111111vw, 16px);
  padding: max(3.3333333333vw, 48px) max(3.125vw, 45px) 0;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-mitok-card {
    padding: 8.2051282051vw 2.5641025641vw 6.1538461538vw;
    border-radius: 4.1025641026vw;
  }
}
.p-mitok-card__top {
  display: flex;
  align-items: flex-start;
  gap: max(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .p-mitok-card__top {
    flex-direction: column;
    gap: 3.0769230769vw;
    max-width: 75.3846153846vw;
    margin: 0 auto;
  }
}
.p-mitok-card__tag {
  background-color: #fff;
  padding: max(0.5555555556vw, 8px) max(1.6666666667vw, 24px);
  font-size: max(1.1111111111vw, 16px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-mitok-card__tag {
    font-size: 3.5897435897vw;
    padding: 2.0512820513vw 6.1538461538vw;
  }
}
.p-mitok-card__tag .txt-blue {
  background: linear-gradient(to right, #6366F1, #06B6D4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-mitok-card__title {
  font-size: max(2.2222222222vw, 32px);
  font-weight: 700;
  margin-bottom: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-mitok-card__title {
    font-size: 4.6153846154vw;
    margin-bottom: 4.1025641026vw;
  }
}
.p-mitok-card__caption {
  font-size: max(1.1111111111vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-mitok-card__caption {
    font-size: 3.3333333333vw;
  }
}
.p-mitok-card__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: max(1.1805555556vw, 17px);
}
@media screen and (max-width: 768px) {
  .p-mitok-card__inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
    margin-top: 6.1538461538vw;
  }
}
.p-mitok-card__chars {
  flex: 0 0 max(26.3194444444vw, 379px);
}
.p-mitok-card__chars img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-mitok-card__chars {
    flex: none;
    width: 100%;
  }
}
.p-mitok-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-mitok-card__content {
    align-items: center;
  }
}
.p-mitok-card__chat-visual {
  width: max(36.1111111111vw, 520px);
  margin-bottom: max(5vw, 72px);
}
.p-mitok-card__chat-visual img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-mitok-card__chat-visual {
    width: 100%;
    margin-bottom: 0;
  }
}
.p-mitok-card__logo {
  width: max(11.7361111111vw, 169px);
  padding-right: max(2.2916666667vw, 33px);
  padding-bottom: max(2.5vw, 36px);
}
.p-mitok-card__logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-mitok-card__logo {
    width: 35.8974358974vw;
  }
}
.p-mitok-card__abs-btn {
  position: absolute;
  bottom: max(1.8055555556vw, 26px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: max(2.0138888889vw, 29px) max(2.5694444444vw, 37px) max(2.0138888889vw, 29px) max(1.875vw, 27px);
  border-radius: max(1.1111111111vw, 16px);
  font-size: max(0.9027777778vw, 13px);
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-mitok-card__abs-btn {
    position: static;
    font-size: 3.5897435897vw;
    padding: 6.1538461538vw 17.4358974359vw 6.1538461538vw 15.3846153846vw;
    width: 61.5384615385vw;
    border-radius: 4.1025641026vw;
    position: relative;
    margin: 4.1025641026vw auto 0;
    line-height: 1;
    background: #000;
    color: #fff;
    display: block;
    transform: none;
    bottom: unset;
    left: unset;
  }
}
.p-mitok-card__abs-btn:hover {
  transform: translateX(-50%) translateY(-3px);
}
.p-mitok-card__abs-btn .txt-blue {
  display: inline-block;
  background: linear-gradient(to bottom right, #06B6D4, #2563EB, #4C1D95);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .p-mitok-card__abs-btn .txt-blue {
    color: #fff;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }
}
.p-mitok-card__abs-btn .icon {
  width: max(1.4583333333vw, 21px);
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  right: max(0.5555555556vw, 8px);
}
@media screen and (max-width: 768px) {
  .p-mitok-card__abs-btn .icon {
    width: 5.3846153846vw;
    right: 3.0769230769vw;
  }
}

.c-heading {
  text-align: center;
  position: relative;
  width: 100%;
}
.c-heading__title {
  position: relative;
  display: inline-block;
  font-size: max(2.7777777778vw, 40px);
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  z-index: 1;
  margin-bottom: max(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .c-heading__title {
    font-size: 7.6923076923vw;
  }
}
.c-heading__title::before {
  content: attr(data-en);
  position: absolute;
  top: 0%;
  left: 50%;
  letter-spacing: -0.04em;
  transform: translate(-50%, -70%);
  font-size: max(6.9444444444vw, 100px);
  font-weight: 900;
  color: #BED2C4;
  white-space: nowrap;
  text-align: center;
  z-index: -1;
  pointer-events: none;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-heading__title::before {
    content: attr(data-en-sp);
    white-space: unset;
    font-size: 13.8461538462vw;
    text-align: center;
  }
}

.l-sub-hero {
  background-color: #0044CC;
  padding-top: max(5.5555555556vw, 80px);
  padding-bottom: max(0vw, 0px);
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-sub-hero {
    padding-top: 16.4102564103vw;
  }
}
.l-sub-hero .l-inner {
  padding: 0;
}
.l-sub-hero__content {
  padding: max(4.4444444444vw, 64px) 0 max(3.3333333333vw, 48px);
}
@media screen and (max-width: 768px) {
  .l-sub-hero__content {
    padding: 8.2051282051vw 6.1538461538vw 6.1538461538vw;
  }
}
.l-sub-hero__tag {
  display: flex;
  align-items: center;
  gap: max(1.1111111111vw, 16px);
  margin-bottom: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .l-sub-hero__tag {
    gap: 4.1025641026vw;
    margin-bottom: 4.1025641026vw;
  }
}
.l-sub-hero__tag-text {
  font-size: max(1.3888888889vw, 20px);
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-sub-hero__tag-text {
    font-size: 4.1025641026vw;
  }
}
.l-sub-hero__icon {
  width: max(2.2222222222vw, 32px);
  display: block;
}
.l-sub-hero__icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-sub-hero__icon {
    width: 6.4102564103vw;
  }
}
.l-sub-hero__title {
  font-size: max(4.4444444444vw, 64px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-sub-hero__title {
    font-size: 10.2564102564vw;
  }
}
.l-sub-hero__desc {
  font-size: max(1.1111111111vw, 16px);
  line-height: 1.5;
  font-weight: 500;
  margin-top: max(2.5vw, 36px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-sub-hero__desc {
    font-size: 3.5897435897vw;
    line-height: 1.4;
    margin-top: 8.2051282051vw;
  }
}

.c-button-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0044CC;
  font-weight: 700;
  text-decoration: none;
  width: clamp(130px, 12.9166666667vw, 186px);
  height: max(3.6111111111vw, 52px);
  border-radius: max(0.5555555556vw, 8px);
  font-size: clamp(14px, 1.0416666667vw, 15px);
  transition: 0.3s;
  line-height: 1;
}
.c-button-contact:hover {
  background: rgba(255, 255, 255, 0.9);
}

.c-btn-blue-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0044CC;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: max(2.0833333333vw, 30px);
  border-radius: max(0.5555555556vw, 8px);
  font-size: max(1.1111111111vw, 16px);
  transition: opacity 0.3s;
  line-height: 1;
}
.c-btn-blue-sm:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .c-btn-blue-sm {
    width: 100%;
    font-size: 3.5897435897vw;
  }
}

.c-btn-blue-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0044CC;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: max(27.7777777778vw, 400px);
  height: max(6.6666666667vw, 96px);
  padding: 0 max(2.7083333333vw, 39px);
  border-radius: max(0.5555555556vw, 8px);
  font-size: max(1.6666666667vw, 24px);
  box-shadow: 8px 16px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  position: relative;
}
.c-btn-blue-lg:hover {
  transform: translateY(-2px);
}
.c-btn-blue-lg .icon {
  width: max(2.2222222222vw, 32px);
  height: auto;
  position: absolute;
  right: max(1.1111111111vw, 16px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-btn-blue-lg .icon {
    width: 8.2051282051vw;
    right: 4.1025641026vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-blue-lg {
    width: 75.3846153846vw;
    height: 20.5128205128vw;
    font-size: 6.1538461538vw;
  }
}

.c-btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #0044CC;
  text-decoration: none;
  font-weight: bold;
  width: max(27.7777777778vw, 400px);
  height: max(6.6666666667vw, 96px);
  padding: 0 max(2.7083333333vw, 39px);
  border-radius: max(0.5555555556vw, 8px);
  font-size: max(1.6666666667vw, 24px);
  box-shadow: 8px 16px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  position: relative;
}
.c-btn-white:hover {
  transform: translateY(-2px);
}
.c-btn-white .icon {
  width: max(2.2222222222vw, 32px);
  height: auto;
  position: absolute;
  right: max(1.1111111111vw, 16px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-btn-white {
    width: 82.0512820513vw;
    height: 16.4102564103vw;
    font-size: 4.6153846154vw;
  }
}

.c-btn-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0044CC;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: max(27.7777777778vw, 400px);
  height: max(6.6666666667vw, 96px);
  border-radius: max(0.5555555556vw, 8px);
  font-size: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-btn-blue {
    width: 82.0512820513vw;
    height: 16.4102564103vw;
    font-size: 4.1025641026vw;
  }
}

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