@charset "UTF-8";
@media screen and (min-width:1920px) {
  /* 1680px以下 */
}
@media screen and (max-width:1440px) {
  /* 1440px以下 */
}
@media screen and (max-width: 1280px) {
  /* 1280px以下 */
}
@media screen and (max-width:1080px) {
  /* 1080px以下 */
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  /* 1200x以下 768px以上 */
}
@media screen and (max-width: 1860px) {
  /* 1860px以下 */
}
@media screen and (max-width: 1280px) {
  /* 1280px以下 */
}
@media screen and (max-width: 980px) {
  /* 980px以下 */
}
@media screen and (max-width: 767px) {
  /* 767px以下 */
}
@media screen and (max-width: 460px) {
  /* 460px以下 */
}
@media screen and (max-width: 375px) {
  /* 375px以下 */
}
@media (any-hover:hover) {
  /* hover action */
}
/*! 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 {
  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 */
}

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

/* root
----------------------------------------------- */
:root {
  --color-bg-dark: #001c7b;
  --color-bg-blue: #005ac8;
  --color-bg-white: #FFFFFF;
  --color-font-primary: #3e424f;
  --color-font-white: #FFFFFF;
  --color-font-blue: #005ac8;
  --color-font-skyblue: #66caed;
  --color-border-base: #dbdfed;
  --color-border-blue: #99c6f3;
  --color-border-white: #FFFFFF;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-syne: "Syne", sans-serif;
  --font-en: "Inter", sans-serif;
  --font-base: 500 16px/1.75 var(--font-jp);
  --content-base: 1204px;
}

body {
  color: var(--color-font-primary);
  font: var(--font-base);
  font-optical-sizing: auto;
  letter-spacing: normal;
  font-feature-settings: "palt";
}

/* font
----------------------------------------------- */
.en {
  font-family: var(--font-en);
}

.syne {
  font-family: var(--font-syne);
  font-weight: 700;
}

.-blue {
  color: #0071e2;
}

.-lightblue {
  color: #15bdc1;
}

strong {
  font-weight: 900;
}

/* gradation
----------------------------------------------- */
.grad-blue {
  background-image: linear-gradient(60deg, #005ac8, #00a7e1 50%, #1beaea);
}

.grad-text {
  background-image: linear-gradient(60deg, #005ac8, #00a7e1 70%, #2dcb8b);
  background-clip: text;
  color: transparent;
}

/* indicate
----------------------------------------------- */
.js-indicate.-fade__l2r {
  opacity: 0;
  transform: translateX(-32px);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.js-indicate.-clip__text {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.6s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-indicate-start.-fade__l2r {
  opacity: 1;
  transform: translateX(0%);
}
.js-indicate-start.-clip__text {
  clip-path: inset(0%);
}

/* only
----------------------------------------------- */
.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* bg arrow
----------------------------------------------- */
.bg-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 514px;
  background-image: url("/files/user/meeting-event/assets/images/bg_arrow.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
@media screen and (min-width:1920px) {
  .bg-arrow {
    width: 100vw;
    height: auto;
    aspect-ratio: 960/257;
  }
}

/* marker
----------------------------------------------- */
.-marker {
  position: relative;
}
.-marker::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(1deg, #00a7e1, #15bdc1);
  content: "";
}
.-marker span {
  position: relative;
}

@media screen and (max-width: 767px) {
  .-marker::before {
    height: 6px;
  }
}
.l-wrapper__outer {
  padding: 0 min(110px, 5.7291666667vw);
}
.l-wrapper__inner {
  max-width: var(--content-base);
  margin-inline: auto;
}
.l-wrapper__over {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .l-wrapper__outer {
    padding: 0 14px;
  }
}

.l-container {
  overflow-x: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background-image: linear-gradient(60deg, #001c7b, #005ac8 60%, #00a7e1);
  z-index: 100;
}
.l-header__outer {
  padding: 0 25px;
}
.l-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.l-header__logo figure {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-header__logo figure img {
  width: 65px;
  height: auto;
}
.l-header__logo figure figcaption {
  color: var(--color-font-white);
  font-size: 14px;
  font-weight: 900;
}
.l-header__menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.l-header__nav__menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
.l-header__nav__item {
  position: relative;
  color: var(--color-font-white);
  font-size: 16px;
  line-height: 1.875;
}
.l-header__nav__item__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-bg-white);
  transform: scale(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.3s;
  content: "";
}
.l-header__nav__item__link:hover::after {
  transform: scale(1);
  transform-origin: left;
}
.l-header__btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1280px) {
  .l-header__outer {
    padding: 0 16px;
  }
  .l-header__logo figure {
    gap: 8px;
  }
  .l-header__logo figure img {
    width: 55px;
  }
  .l-header__menu {
    gap: 16px;
  }
  .l-header__nav__menu {
    gap: 16px;
  }
  .l-header__nav__item {
    font-size: 14px;
  }
}
@media screen and (max-width:1080px) {
  .l-header {
    padding: 0;
    background: none;
  }
  .l-header__outer {
    padding: 0;
  }
  .l-header__row {
    position: relative;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 14px;
    background-image: linear-gradient(60deg, #001c7b, #005ac8 60%, #00a7e1);
  }
  .l-header__logo {
    position: relative;
    z-index: 1;
  }
  .l-header__logo figure img {
    width: 50px;
  }
  .l-header__logo figure figcaption {
    font-size: 12px;
  }
  .l-header__menu {
    gap: 6px;
  }
  .l-header__nav {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 21, 92, 0.9);
    transition: height 0.3s;
    overflow: hidden;
  }
  .l-header__nav__menu {
    position: relative;
    padding: 0 16px;
    flex-direction: column;
    gap: 0;
  }
  .l-header__nav__menu::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(-45deg, #6c5945, #d8b18a 40%, #e8d0b9 50%, #d8b18a 60%, #6c5945);
    content: "";
  }
  .l-header__nav__item {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
  }
  .l-header__nav__item__link {
    position: relative;
    width: 100%;
    padding: 22.5px 0;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-header__nav__item__link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(1deg, transparent, rgba(102, 202, 237, 0.2) 20%, #66caed 50%, rgba(102, 202, 237, 0.2) 80%, transparent);
    content: "";
  }
  .l-header__nav__item__link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 9px;
    height: 18px;
    margin: auto;
    background-image: url("/files/user/meeting-event/assets/images/icon_arrow-rich.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px auto;
    transform: scale(1);
    transition: none;
    content: "";
  }
  .l-header__nav__item:last-child .l-header__nav__item__link::before {
    content: none;
  }
  .l-header__btns {
    position: relative;
    gap: 6px;
    z-index: 1;
  }
  .l-header__btns .u-btn > a {
    font-weight: 500;
  }
  .l-header__btns .u-btn.-btn-download > a {
    font-size: 0;
  }
  .l-header__btns .u-btn.-btn-download > a::after {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    margin: 0;
    color: var(--color-font-white);
    font-size: 10px;
    line-height: 1.2;
    background: none;
    content: "資料請求";
  }
}

.l-footer {
  padding: 50px 0 64px;
  background-color: var(--color-bg-dark);
}
.l-footer__logo {
  display: flex;
  justify-content: center;
}
.l-footer__logo img {
  width: 158px;
  height: auto;
}
.l-footer__nav {
  margin-top: 24px;
}
.l-footer__nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.l-footer__nav__item {
  position: relative;
  color: var(--color-font-white);
  font-size: 16px;
  line-height: 1.875;
}
.l-footer__nav__item__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-bg-white);
  transform: scale(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.3s;
  content: "";
}
.l-footer__nav__item__link:hover::after {
  transform: scale(1);
  transform-origin: left;
}
.l-footer__btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.l-footer__btn .u-btn > a {
  width: 300px;
  min-height: 48px;
  clip-path: none;
  background-image: linear-gradient(125deg, #001c7b, #005ac8 60%, #00a7e1);
  border: solid 1px var(--color-border-blue);
}
.l-footer__btn .u-btn > a::before {
  content: none;
}
.l-footer__social {
  margin-top: 30px;
}
.l-footer__social__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
.l-footer__social__item {
  color: var(--color-font-white);
  font-size: 14px;
}
.l-footer__social__item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: opacity 0.3s;
}
.l-footer__social__item__link:hover {
  opacity: 0.6;
}
.l-footer__social__icon {
  background-repeat: no-repeat;
  background-position: top left;
}
.l-footer__social__icon.-fb {
  width: 33px;
  height: 33px;
  background-image: url("/files/user/meeting-event/assets/images/icon_fb.svg");
  background-size: 33px auto;
}
.l-footer__social__icon.-youtube {
  width: 36px;
  height: 25px;
  background-image: url("/files/user/meeting-event/assets/images/icon_youtube.svg");
  background-size: 36px auto;
}
.l-footer__copyright {
  margin-top: 50px;
  color: var(--color-font-white);
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 34px 0 38px;
  }
  .l-footer__logo img {
    width: 120px;
  }
  .l-footer__nav {
    margin-top: 24px;
  }
  .l-footer__nav__menu {
    flex-wrap: wrap;
    gap: 12px 24px;
  }
  .l-footer__nav__item {
    font-size: 14px;
  }
  .l-footer__nav__item__link::after {
    content: none;
  }
  .l-footer__btn {
    margin-top: 20px;
  }
  .l-footer__social__menu {
    flex-direction: column;
    gap: 16px;
  }
  .l-footer__social__item__link:hover {
    opacity: 1;
  }
  .l-footer__social__icon.-fb {
    width: 25px;
    height: 25px;
    background-size: 25px auto;
  }
  .l-footer__social__icon.-youtube {
    width: 28px;
    height: 19px;
    background-size: 28px auto;
  }
  .l-footer__copyright {
    margin-top: 24px;
  }
}

.c-box {
  filter: drop-shadow(8px 16px 20px rgba(0, 90, 200, 0.15));
}
.c-box__inner {
  position: relative;
  width: 100%;
  min-height: 256px;
  padding: 16px;
  background-image: url("/files/user/meeting-event/assets/images/bg_box.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  display: flex;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}
.c-box__row {
  max-width: 1150px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-box__img {
  width: 30.6956521739%;
}
.c-box__img img {
  width: 100%;
  height: auto;
}
.c-box__body {
  width: 66.5217391304%;
}
.c-box__summary {
  color: var(--color-font-white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.c-box__summary a {
  color: #66caed;
  text-decoration: underline;
}
.c-box__btn {
  margin-top: 26px;
}
.c-box__card {
  position: relative;
  min-height: 465px;
  height: 100%;
  padding: 1px;
  display: flex;
}
.c-box__card__inner {
  width: 100%;
}
.c-box__card::before, .c-box__card::after {
  position: absolute;
  pointer-events: none;
  content: "";
}
.c-box__card::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(0, 113, 226, 0), rgba(102, 202, 237, 0.85) 43%, rgba(208, 242, 243, 0.85) 74%, #005ac8);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}
.c-box__card::after {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-image: linear-gradient(125deg, #005ac8, #001c7b 50%, #001c7b 80%, #005ac8);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}
.c-box__card .c-box__content {
  position: relative;
  padding: 16.5px min(30px, 1.5625vw) 28px;
  z-index: 1;
}
.c-box__count {
  position: absolute;
  top: -39px;
  right: 0;
}
.c-box__count__label {
  color: #00a7e1;
  font-size: 48px;
  line-height: 1;
}
.c-box__title {
  color: var(--color-font-white);
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
.c-box__pictset {
  margin-top: 13px;
}
.c-box__pictset__body {
  position: relative;
  margin-top: 17px;
  padding-bottom: 16.5px;
}
.c-box__pictset__body::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(1deg, transparent, rgba(102, 202, 237, 0.2) 20%, #66caed 50%, rgba(102, 202, 237, 0.2) 80%, transparent);
  content: "";
}
.c-box__pictset__elem {
  width: 123px;
  height: 123px;
  padding: 2px;
  margin: 0 auto;
  background-image: linear-gradient(-45deg, rgba(0, 113, 226, 0), rgba(102, 202, 237, 0.85) 43%, rgba(208, 242, 243, 0.85) 74%, #005ac8);
  border-radius: 50%;
}
.c-box__pictset__elem__inner {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, #005ac8, #001c7b 50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-box__pictset__elem__inner img {
  height: auto;
}
.c-box__pictset__elem.-step01 img {
  width: 55px;
}
.c-box__pictset__elem.-step02 img {
  width: 54px;
}
.c-box__pictset__elem.-step03 img {
  width: 55px;
}
.c-box__pictset__label {
  color: #15bdc1;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.c-box__text {
  margin-top: 18px;
  color: var(--color-font-white);
  line-height: 2;
  text-align: center;
}
.c-box__lead {
  margin-top: 32px;
  color: #15bdc1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-box__inner {
    min-height: 217px;
    padding: 28px 20px 100px;
    background-image: url("/files/user/meeting-event/assets/images/bg_box_sp.png");
  }
  .c-box__row {
    align-items: flex-start;
  }
  .c-box__img {
    width: 36.4820846906%;
  }
  .c-box__body {
    width: 59.2833876221%;
  }
  .c-box__summary {
    font-size: 16px;
  }
  .c-box__card {
    min-height: 377px;
  }
  .c-box__card .c-box__content {
    padding: 24px 20px 36px;
  }
  .c-box__title {
    font-size: 24px;
  }
  .c-box__pictset {
    margin-top: 14px;
  }
  .c-box__pictset__row {
    position: relative;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-box__pictset__row::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(1deg, transparent, rgba(102, 202, 237, 0.2) 20%, #66caed 50%, rgba(102, 202, 237, 0.2) 80%, transparent);
    content: "";
  }
  .c-box__pictset__head {
    width: 84px;
    flex-shrink: 0;
  }
  .c-box__pictset__body {
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
  }
  .c-box__pictset__body::after {
    content: none;
  }
  .c-box__pictset__elem {
    width: 84px;
    height: 84px;
  }
  .c-box__pictset__elem.-step01 img {
    width: 36px;
  }
  .c-box__pictset__elem.-step02 img {
    width: 36px;
  }
  .c-box__pictset__elem.-step03 img {
    width: 36px;
  }
  .c-box__pictset__label {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
  }
  .c-box__text {
    margin-top: 20px;
    font-size: 14px;
  }
  .c-box__lead {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }
}

.c-card__wrap {
  position: relative;
  min-height: 354px;
  height: 100%;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(5px 5px 20px rgba(0, 90, 200, 0.1));
  transition: opacity 0.3s;
}
.c-card__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-white);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
  pointer-events: none;
  content: "";
}
.c-card__wrap:hover {
  opacity: 0.6;
}
.c-card__head {
  position: relative;
  width: 100%;
  aspect-ratio: 19/10;
  overflow: hidden;
}
.c-card__head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card__body {
  position: relative;
  padding: 17.5px min(35px, 10.9375%) 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.c-card__title {
  padding-bottom: 8px;
  color: #001c7b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.c-card__link {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-card__wrap {
    min-height: 310px;
  }
  .c-card__wrap:hover {
    opacity: 1;
  }
  .c-card__head {
    aspect-ratio: 181/95;
  }
  .c-card__body {
    padding: 16px 16px 20px;
  }
  .c-card__title {
    font-size: 16px;
    line-height: 1.5;
  }
  .c-card__summary {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-hero {
  position: relative;
  min-height: 740px;
  height: 100vh;
  height: calc(var(--vh) * 100);
  background-image: url("/files/user/meeting-event/assets/images/bg_hero.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 72px;
}
.p-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.9), transparent);
  pointer-events: none;
  content: "";
}
.p-hero .l-wrapper__outer {
  position: relative;
  height: 100%;
  padding-right: 700px;
  padding-left: min(100px, 5.2083333333vw);
  z-index: 4;
}
.p-hero__inner {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-hero__foot {
  margin-top: auto;
}
.p-hero__label {
  color: var(--color-font-skyblue);
  font-size: 18px;
  line-height: 1.2;
  display: block;
}
.p-hero__label span {
  position: relative;
  padding-bottom: 30px;
  display: inline-block;
}
.p-hero__label span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #66caed, transparent);
  content: "";
}
.p-hero__copy {
  margin-top: -5px;
  margin-left: -22px;
  display: block;
}
.p-hero__copy img {
  max-width: 826px;
  width: 100%;
  height: auto;
}
.p-hero__summary {
  margin-top: 10px;
  color: var(--color-font-white);
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.9;
}
.p-hero__btn {
  margin-top: 40px;
}
.p-hero__leaf {
  position: relative;
  width: 349.5px;
  height: 109px;
  margin-top: 40px;
  padding: 4px 30px;
  background-image: url("/files/user/meeting-event/assets/images/bg_leaf.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-hero__leaf__title {
  position: relative;
  padding-bottom: 5px;
  color: var(--color-font-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.p-hero__leaf__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(1deg, transparent, rgba(102, 202, 237, 0.2) 20%, #66caed 50%, rgba(102, 202, 237, 0.2) 80%, transparent);
  content: "";
}
.p-hero__leaf__label {
  color: var(--color-font-white);
  font-size: 16px;
  line-height: 1;
}
.p-hero__leaf__label .en {
  font-size: 48px;
  font-style: italic;
}
@media screen and (max-width:1440px) {
  .p-hero .l-wrapper__outer {
    padding-right: 36.4583333333vw;
  }
  .p-hero__summary {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-hero {
    min-height: 760px;
    background-image: url("/files/user/meeting-event/assets/images/bg_hero_sp.png");
    background-position: bottom left;
  }
  .p-hero .l-wrapper__outer {
    padding-right: 14px;
    padding-left: 14px;
  }
  .p-hero__foot {
    margin-top: 0;
  }
  .p-hero__inner {
    padding-top: 16px;
    padding-bottom: 30px;
    justify-content: flex-end;
  }
  .p-hero__label {
    font-size: 12px;
  }
  .p-hero__label span {
    padding-bottom: 20px;
  }
  .p-hero__copy {
    margin-top: 0;
    margin-left: -10px;
  }
  .p-hero__copy img {
    max-width: 375px;
  }
  .p-hero__summary {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.75;
  }
  .p-hero__btn {
    margin-top: 15px;
  }
  .p-hero__btn .u-btn > a {
    max-width: 250px;
  }
  .p-hero__leaf {
    width: 259px;
    height: 81px;
    margin-top: 58px;
    padding: 4px 20px;
    background-image: url("/files/user/meeting-event/assets/images/bg_leaf_sp.png");
  }
  .p-hero__leaf__title {
    font-size: 14px;
  }
  .p-hero__leaf__label {
    font-size: 12px;
  }
  .p-hero__leaf__label .en {
    font-size: 36px;
  }
}

.p-intro {
  position: relative;
  padding-top: 30px;
}
.p-intro__logos {
  overflow-x: auto;
}
.p-intro__logos figure {
  width: 1445px;
  margin-inline: auto;
}
.p-intro__logos img {
  width: 100%;
  height: auto;
}
.p-intro__content {
  margin-top: 38px;
  padding-top: 95px;
  padding-bottom: 90px;
  background-image: url("/files/user/meeting-event/assets/images/bg_intro.png");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 100% 100%;
}
.p-intro__point {
  position: relative;
  margin-top: 30px;
  z-index: 1;
}
.p-intro__point__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 32px;
}
.p-intro__point__item {
  width: calc(33.3333333333% - 32px + 10.6666666667px);
  display: flex;
  flex-direction: column;
}
.p-intro__point__item__num {
  margin-bottom: -8px;
  color: var(--color-font-blue);
  font-size: 48px;
  line-height: 1;
}
.p-intro__point__item__title {
  padding: 3px 4px;
  color: var(--color-font-white);
  font-size: 22px;
  font-weight: 700;
  background-color: #00155c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-intro__point__item__body {
  padding: 24px 16px;
  text-align: center;
  background-color: var(--color-bg-white);
  flex: auto;
}
.p-intro__point__item__summary {
  font-size: 18px;
  line-height: 1.45;
}
.p-intro__point__item__summary .-blue {
  color: #005ac8;
}
.p-intro__msg {
  position: relative;
  max-width: 988px;
  margin: 50px auto 0;
}
.p-intro__msg .bg-arrow {
  margin-top: -60px;
}
.p-intro__msg__human {
  position: absolute;
  top: -196px;
  background-repeat: no-repeat;
  background-position: top left;
  pointer-events: none;
  z-index: 1;
}
.p-intro__msg__human.-man {
  left: 0;
  width: 68px;
  height: 296px;
  background-image: url("/files/user/meeting-event/assets/images/man.png");
  background-size: 68px auto;
}
.p-intro__msg__human.-woman {
  right: 0;
  width: 63px;
  height: 313px;
  background-image: url("/files/user/meeting-event/assets/images/woman.png");
  background-size: 63px auto;
}
.p-intro__msg__summary {
  position: relative;
  color: var(--color-font-white);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-intro__box {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding-top: 4px;
  }
  .p-intro__logos figure {
    width: 968px;
  }
  .p-intro__content {
    position: relative;
    margin-top: 8px;
    padding-top: 35px;
    padding-bottom: 56px;
    background-image: url("/files/user/meeting-event/assets/images/bg_intro_sp.png");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: 390px auto;
  }
  .p-intro__content::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 21px);
    background-color: #dbdfed;
    z-index: -1;
    content: "";
  }
  .p-intro__point {
    margin-top: 20px;
  }
  .p-intro__point__row {
    flex-direction: column;
    gap: 10px;
  }
  .p-intro__point__item {
    width: 100%;
  }
  .p-intro__point__item__num {
    margin-bottom: -6px;
    font-size: 32px;
    text-align: center;
  }
  .p-intro__point__item__title {
    font-size: 18px;
  }
  .p-intro__point__item__body {
    padding: 15px 8px;
  }
  .p-intro__point__item__summary {
    font-size: 14px;
    line-height: 1.7;
  }
  .p-intro__msg {
    margin-top: 50px;
  }
  .p-intro__msg .bg-arrow {
    margin-top: -80px;
  }
  .p-intro__msg__human {
    top: -87px;
  }
  .p-intro__msg__human.-man {
    width: 35px;
    height: 152px;
    background-size: 35px auto;
  }
  .p-intro__msg__human.-woman {
    width: 32px;
    height: 157px;
    background-size: 32px auto;
  }
  .p-intro__msg__summary {
    font-size: 18px;
    line-height: 1.8;
  }
  .p-intro__box {
    margin-top: 150px;
  }
  .p-intro__box .c-box__btn {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    width: 320px;
    margin-top: 0;
    margin-inline: auto;
  }
}

.p-concept {
  position: relative;
  padding-top: 60px;
  background-color: #001c7b;
}
.p-concept::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/meeting-event/assets/images/bg_concept.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  content: "";
}
.p-concept__content {
  position: relative;
}
.p-concept__body {
  position: relative;
  margin-top: 54px;
  z-index: 1;
}
.p-concept__body .l-wrapper__outer {
  position: relative;
  z-index: 1;
}
.p-concept__foot {
  position: relative;
  padding-bottom: 120px;
}
.p-concept__foot::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/meeting-event/assets/images/bg_concept_02.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  pointer-events: none;
  content: "";
}
.p-concept__foot::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/meeting-event/assets/images/provenlogic.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 82.1354166667% auto;
  pointer-events: none;
  content: "";
}
.p-concept__foot__content {
  position: relative;
  z-index: 1;
}
.p-concept__lead {
  margin-top: 29px;
  color: var(--color-font-white);
  text-align: center;
}
.p-concept__img img {
  width: 100%;
  height: auto;
}
.p-concept__box {
  position: relative;
  min-height: 223px;
  margin-top: 50px;
  padding: 1px;
  display: flex;
}
.p-concept__box::before, .p-concept__box::after {
  position: absolute;
  pointer-events: none;
  content: "";
}
.p-concept__box::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(0, 113, 226, 0), rgba(102, 202, 237, 0.85) 43%, rgba(208, 242, 243, 0.85) 74%, #005ac8);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}
.p-concept__box::after {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-color: var(--color-bg-dark);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}
.p-concept__box__outer {
  position: relative;
  width: 100%;
  padding: 8px;
  z-index: 1;
}
.p-concept__box__inner {
  max-width: 1140px;
  height: 100%;
  margin-inline: auto;
  background-image: linear-gradient(90deg, rgba(102, 202, 237, 0), rgba(102, 202, 237, 0.2) 20%, rgba(102, 202, 237, 0.3) 50%, rgba(102, 202, 237, 0.2) 80%, rgba(102, 202, 237, 0));
}
.p-concept__box__row {
  max-width: 1076px;
  margin-inline: auto;
  padding: 24px 0 26px;
  display: flex;
  justify-content: space-between;
}
.p-concept__box__img {
  width: 13.1970260223%;
}
.p-concept__box__img img {
  width: 100%;
  height: auto;
  margin-top: -60px;
}
.p-concept__box__txt {
  width: 83.8289962825%;
}
.p-concept__box__title {
  color: var(--color-font-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 14px;
}
.p-concept__box__title .-tag {
  width: 140px;
  height: 38px;
  color: var(--color-font-white);
  font-size: 18px;
  font-weight: 500;
  background-color: var(--color-bg-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-concept__box__title__label span {
  font-size: 24px;
  line-height: 1.2;
}
.p-concept__box__summary {
  margin-top: 20px;
  color: var(--color-font-white);
}
.p-concept__msg {
  margin-top: 57px;
  color: var(--color-font-white);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-concept__point {
  margin-top: 37px;
}
.p-concept__point__body {
  position: relative;
  margin-top: 73px;
}
.p-concept__point__row {
  display: flex;
  gap: 32px;
}
.p-concept__point__item {
  position: relative;
  width: calc(33.3333333333% - 32px + 10.6666666667px);
}
.p-concept__point__item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -22px;
  bottom: 0;
  width: 38px;
  height: 72px;
  margin: auto;
  background-image: url("/files/user/meeting-event/assets/images/step_arrow-r.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 38px auto;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding-top: 70px;
  }
  .p-concept::before {
    background-image: url("/files/user/meeting-event/assets/images/bg_concept_sp.png");
  }
  .p-concept__body {
    margin-top: 35px;
  }
  .p-concept__body .l-wrapper__outer {
    padding-right: 0;
  }
  .p-concept__foot {
    padding-bottom: 56px;
  }
  .p-concept__foot::before {
    background-image: url("/files/user/meeting-event/assets/images/bg_concept_02_sp.png");
  }
  .p-concept__foot::after {
    content: none;
  }
  .p-concept__lead {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-concept__box {
    min-height: 282px;
    margin-top: 58px;
  }
  .p-concept__box__inner {
    padding: 0 22px;
  }
  .p-concept__box__row {
    position: relative;
    padding: 30px 0 150px;
  }
  .p-concept__box__img {
    width: 26.7558528428%;
  }
  .p-concept__box__img img {
    margin-top: -50px;
  }
  .p-concept__box__txt {
    width: 68.2274247492%;
  }
  .p-concept__box__title {
    font-size: 16px;
    line-height: 1.5;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .p-concept__box__title .-tag {
    width: 96px;
    height: 32px;
    font-size: 12px;
  }
  .p-concept__box__title__label span {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-concept__box__summary {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-concept__msg {
    margin-top: 31px;
    font-size: 18px;
    line-height: 1.8;
  }
  .p-concept__point {
    margin-top: 17px;
  }
  .p-concept__point__lead {
    font-size: 18px;
  }
  .p-concept__point__body {
    margin-top: 55px;
  }
  .p-concept__point__row {
    flex-direction: column;
    gap: 44px;
  }
  .p-concept__point__item {
    width: 100%;
  }
  .p-concept__point__item:not(:last-child)::after {
    top: auto;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 48px;
    height: 25px;
    background-image: url("/files/user/meeting-event/assets/images/step_arrow-down.png");
    background-size: 48px auto;
  }
}

.p-strengths {
  position: relative;
  padding: 64px 0 96px;
  background-color: #edeff6;
}
.p-strengths::before, .p-strengths::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  content: "";
}
.p-strengths::before {
  top: 0;
  background-image: url("/files/user/meeting-event/assets/images/deco_strengths_01.png");
  background-position: top right;
}
.p-strengths::after {
  bottom: 0;
  background-image: url("/files/user/meeting-event/assets/images/deco_strengths_02.png");
  background-position: bottom left;
}
.p-strengths__body {
  position: relative;
  margin-top: 66px;
  z-index: 2;
}
.p-strengths__foot {
  position: relative;
  z-index: 1;
}
.p-strengths__elem + .p-strengths__elem {
  margin-top: 33px;
}
.p-strengths__elem:nth-child(even) .p-strengths__elem__head {
  order: 2;
}
.p-strengths__elem:nth-child(even) .p-strengths__elem__body {
  order: 1;
}
.p-strengths__elem:nth-child(even) .p-strengths__elem__body .p-strengths__elem__body__inner {
  margin-right: -190px;
  margin-left: auto;
}
.p-strengths__elem__row {
  display: flex;
}
.p-strengths__elem__head {
  position: relative;
  width: 50%;
  z-index: 1;
}
.p-strengths__elem__head picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.p-strengths__elem__head picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-strengths__elem__body {
  width: 50%;
  display: flex;
  align-items: center;
}
.p-strengths__elem__body__inner {
  max-width: 792px;
  width: calc(100% + 170px);
  margin-left: -190px;
  padding: 46px 0;
}
.p-strengths__elem__body .c-box__card {
  position: relative;
  min-height: 420px;
  z-index: 1;
}
.p-strengths__elem__body .c-box__card::before {
  background-image: url("/files/user/meeting-event/assets/images/bg_strengths_box.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.p-strengths__elem__body .c-box__card::after {
  content: none;
}
.p-strengths__elem__body .c-box__card .c-box__card__inner {
  padding: 4px;
}
.p-strengths__elem__body .c-box__card .c-box__content {
  padding: 40px min(56px, 2.9166666667vw);
}
.p-strengths__elem__body .c-box__card .c-box__count {
  top: -54px;
  right: auto;
  left: 50px;
}
.p-strengths__elem__body .c-box__card .c-box__count__label {
  font-size: 86px;
}
.p-strengths__elem__body .c-box__card .c-box__title {
  position: relative;
  padding-bottom: 20px;
  font-size: 32px;
  text-align: left;
}
.p-strengths__elem__body .c-box__card .c-box__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 420px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(60deg, #66caed, transparent);
  content: "";
}
.p-strengths__elem__body .c-box__card .c-box__text {
  margin-top: 12px;
  line-height: 1.75;
  text-align: left;
}
.p-strengths__elem__body .c-box__card .c-box__text a {
  color: var(--color-font-skyblue);
  text-decoration: underline;
}
.p-strengths__msg {
  position: relative;
  margin-top: 193px;
}
.p-strengths__msg .bg-arrow {
  margin-top: -60px;
}
.p-strengths__msg__summary {
  position: relative;
  color: var(--color-font-white);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-strengths__table {
  margin-top: 170px;
}
.p-strengths__table__content {
  position: relative;
}
.p-strengths__table__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.p-strengths__table__bg span {
  position: relative;
}
.p-strengths__table__bg span:first-child {
  width: 240px;
}
.p-strengths__table__bg span:last-child {
  width: calc(100% - 240px);
}
.p-strengths__table__bg span:last-child::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: calc(100% + 4px);
  background-image: linear-gradient(65deg, #005ec9, #00a7e1 70%, #2dcb8b);
  content: "";
}
.p-strengths__table__item:first-child .p-strengths__table__item__head::after, .p-strengths__table__item:last-child .p-strengths__table__item__head::after {
  content: none;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem::after, .p-strengths__table__item:last-child .p-strengths__table__item__elem::after {
  content: none;
}
.p-strengths__table__item:first-child .p-strengths__table__item__head {
  min-height: auto;
  background-color: transparent;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem {
  min-height: auto;
  background-color: transparent;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem .p-strengths__table__item__elem__inner {
  background-color: transparent;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem:first-child {
  min-height: 74px;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem:first-child .p-strengths__table__item__elem__label {
  margin-top: -8px;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem:last-child {
  padding: 0;
  display: flex;
  align-items: flex-end;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem:last-child .p-strengths__table__item__elem__inner {
  min-height: 48px;
  height: auto;
  width: 100%;
  background-color: var(--color-bg-dark);
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem__inner {
  justify-content: center;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem__label {
  color: var(--color-font-white);
  font-size: 20px;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem__label::before {
  content: none;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem__label.-l {
  font-size: 24px;
}
.p-strengths__table__item__row {
  display: flex;
}
.p-strengths__table__item__head {
  position: relative;
  width: 240px;
  min-height: 65px;
  padding: 0 14px;
  background-color: var(--color-bg-blue);
}
.p-strengths__table__item__head::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 14px);
  height: 1px;
  margin: auto;
  border-bottom: dashed 2px #b8bfda;
  content: "";
}
.p-strengths__table__item__head__inner {
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-strengths__table__item__head__label {
  color: var(--color-font-white);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.p-strengths__table__item__body {
  width: calc(100% - 240px);
}
.p-strengths__table__item__body__row {
  width: 100%;
  height: 100%;
  display: flex;
}
.p-strengths__table__item__elem {
  position: relative;
  width: 50%;
  min-height: 65px;
  padding: 0 14px;
}
.p-strengths__table__item__elem:first-child {
  padding: 0 4px;
}
.p-strengths__table__item__elem:first-child .p-strengths__table__item__elem__inner {
  background-color: var(--color-bg-white);
}
.p-strengths__table__item__elem:last-child {
  background-color: var(--color-bg-white);
}
.p-strengths__table__item__elem::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 14px);
  height: 1px;
  margin: auto;
  border-bottom: dashed 2px #b8bfda;
  content: "";
}
.p-strengths__table__item__elem__inner {
  width: 100%;
  height: 100%;
  padding: 0 min(60px, 15.2284263959%);
  margin-inline: auto;
  display: flex;
  align-items: center;
}
.p-strengths__table__item__elem__label {
  color: #535869;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-strengths__table__item__elem__label.-l {
  color: #362d23;
  font-size: 20px;
}
.p-strengths__table__item__elem__label::before {
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: top left;
  flex-shrink: 0;
  content: "";
}
.p-strengths__table__item__elem__label.-circle::before {
  width: 34px;
  height: 34px;
  background-image: url("/files/user/meeting-event/assets/images/pict_circle.svg");
  background-size: 34px auto;
}
.p-strengths__table__item__elem__label.-triangle::before {
  width: 34px;
  height: 29px;
  background-image: url("/files/user/meeting-event/assets/images/pict_triangle.svg");
  background-size: 34px auto;
}
.p-strengths__btn {
  margin-top: 76px;
}
.p-strengths__btn .u-btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-strengths {
    padding: 38px 0 56px;
  }
  .p-strengths::before {
    content: none;
  }
  .p-strengths::after {
    background-image: url("/files/user/meeting-event/assets/images/deco_strengths_02_sp.png");
  }
  .p-strengths__body {
    margin-top: 30px;
  }
  .p-strengths__elem:nth-child(even) .p-strengths__elem__head {
    order: 1;
  }
  .p-strengths__elem:nth-child(even) .p-strengths__elem__body {
    order: 2;
  }
  .p-strengths__elem:nth-child(even) .p-strengths__elem__body .p-strengths__elem__body__inner {
    margin-right: 0;
    margin-left: 0;
  }
  .p-strengths__elem__row {
    flex-direction: column;
  }
  .p-strengths__elem__head {
    width: 100%;
  }
  .p-strengths__elem__head picture img {
    position: relative;
    height: auto;
  }
  .p-strengths__elem__body {
    width: 100%;
    padding: 0 14px;
  }
  .p-strengths__elem__body__inner {
    margin-top: -75px;
    margin-left: 0;
    padding: 0;
  }
  .p-strengths__elem__body .c-box__card {
    min-height: auto;
  }
  .p-strengths__elem__body .c-box__card::before {
    background-image: url("/files/user/meeting-event/assets/images/bg_strengths_box_sp.png");
    background-position: bottom right;
  }
  .p-strengths__elem__body .c-box__card .c-box__content {
    padding: 30px 15px 15px;
  }
  .p-strengths__elem__body .c-box__card .c-box__count {
    top: -40px;
    left: 20px;
  }
  .p-strengths__elem__body .c-box__card .c-box__count__label {
    font-size: 60px;
  }
  .p-strengths__elem__body .c-box__card .c-box__title {
    padding-bottom: 24px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }
  .p-strengths__elem__body .c-box__card .c-box__title::after {
    right: 0;
    margin: auto;
    background-image: linear-gradient(1deg, transparent, rgba(102, 202, 237, 0.2) 20%, #66caed 50%, rgba(102, 202, 237, 0.2) 80%, transparent);
  }
  .p-strengths__elem__body .c-box__card .c-box__text {
    font-size: 14px;
    line-height: 1.7;
  }
  .p-strengths__msg {
    margin-top: 50px;
  }
  .p-strengths__msg .bg-arrow {
    margin-top: -80px;
  }
  .p-strengths__msg__summary {
    font-size: 18px;
  }
  .p-strengths__table {
    margin-top: 160px;
  }
  .p-strengths__table__bg span:first-child {
    width: 80px;
  }
  .p-strengths__table__bg span:last-child {
    width: calc(100% - 80px);
  }
  .p-strengths__table__bg span:last-child::after {
    top: -8px;
    left: -30px;
    width: 41px;
    height: 64px;
    background-size: 41px auto;
  }
  .p-strengths__table__item:first-child .p-strengths__table__item__elem:first-child {
    min-height: 52px;
  }
  .p-strengths__table__item:first-child .p-strengths__table__item__elem:first-child .p-strengths__table__item__elem__label {
    margin-top: -6px;
  }
  .p-strengths__table__item:first-child .p-strengths__table__item__elem__label {
    font-size: 12px;
  }
  .p-strengths__table__item:first-child .p-strengths__table__item__elem__label.-l {
    font-size: 14px;
  }
  .p-strengths__table__item__head {
    width: 80px;
    min-height: 50px;
    padding: 0 4px;
  }
  .p-strengths__table__item__head__label {
    font-size: 12px;
    line-height: 1.3;
  }
  .p-strengths__table__item__body {
    width: calc(100% - 80px);
  }
  .p-strengths__table__item__elem {
    min-height: 50px;
  }
  .p-strengths__table__item__elem:first-child .p-strengths__table__item__elem__inner {
    position: relative;
    background-color: var(--color-bg-white);
  }
  .p-strengths__table__item__elem:first-child .p-strengths__table__item__elem__inner::after {
    height: 6px;
  }
  .p-strengths__table__item__elem__inner {
    padding: 0 8px;
    justify-content: center;
  }
  .p-strengths__table__item__elem__label {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }
  .p-strengths__table__item__elem__label.-l {
    font-size: 12px;
  }
  .p-strengths__table__item__elem__label::before {
    content: none;
  }
  .p-strengths__btn {
    margin-top: 36px;
  }
  .p-strengths__btn .u-btn > a {
    max-width: 362px;
  }
}

.p-solutions {
  position: relative;
  padding: 68px 0 96px;
  background-color: #00155c;
}
.p-solutions::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/meeting-event/assets/images/bg_solutions.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% auto;
  pointer-events: none;
  content: "";
}
.p-solutions__head {
  position: relative;
}
.p-solutions__body {
  position: relative;
  margin-top: 60px;
}
.p-solutions__foot .u-btn__set {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
}
.p-solutions__foot .u-btn__set::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(1deg, transparent, rgba(102, 202, 237, 0.2) 20%, #66caed 50%, rgba(102, 202, 237, 0.2) 80%, transparent);
  content: "";
}
.p-solutions__row {
  margin-top: 30px;
  display: flex;
}
.p-solutions__item {
  width: 33.3333333333%;
}
.p-solutions__item.-item01 .p-solutions__item__wrap {
  background-image: url("/files/user/meeting-event/assets/images/bg_solutions_item_01.png");
}
.p-solutions__item.-item02 .p-solutions__item__wrap {
  background-image: url("/files/user/meeting-event/assets/images/bg_solutions_item_02.png");
}
.p-solutions__item.-item03 .p-solutions__item__wrap {
  background-image: url("/files/user/meeting-event/assets/images/bg_solutions_item_03.png");
}
.p-solutions__item__wrap {
  min-height: 606px;
  height: 100%;
  padding: 32px min(32px, 1.6666666667vw) 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  transition: opacity 0.3s;
}
.p-solutions__item__wrap:hover {
  opacity: 0.6;
}
.p-solutions__item__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-solutions__item__heading {
  position: relative;
  max-width: 345px;
  width: 100%;
  min-height: 45px;
  margin-inline: auto;
  padding: 4px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-solutions__item__heading::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/meeting-event/assets/images/label.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  content: "";
}
.p-solutions__item__heading__label {
  position: relative;
  color: var(--color-font-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}
.p-solutions__item__img {
  margin-top: 30px;
}
.p-solutions__item__img img {
  width: 100%;
  height: auto;
}
.p-solutions__item__title {
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
  color: var(--color-font-white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.p-solutions__item__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(1deg, transparent, rgba(102, 202, 237, 0.2) 20%, #66caed 50%, rgba(102, 202, 237, 0.2) 80%, transparent);
  content: "";
}
.p-solutions__item__summary {
  margin-top: 12px;
  margin-bottom: 25px;
  color: var(--color-font-white);
  font-size: 14px;
  line-height: 1.7;
}
.p-solutions__item__link {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.p-solutions__item__link__label {
  color: #15bdc1;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
}
.p-solutions__item__link__label::after {
  width: 8px;
  height: 16px;
  margin: auto;
  background-image: url("/files/user/meeting-event/assets/images/icon_arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px auto;
  content: "";
}
.p-solutions__box {
  margin-top: 63px;
}
.p-solutions__box .c-box__inner {
  min-height: 306px;
  padding: 50px 16px 48px;
  background-image: url("/files/user/meeting-event/assets/images/bg_box_02.png");
}
.p-solutions__box .c-box__content {
  max-width: 792px;
  margin-inline: auto;
}
.p-solutions__box .c-box__row {
  align-items: flex-start;
}
.p-solutions__box .c-box__img {
  width: 21.9696969697%;
}
.p-solutions__box .c-box__body {
  width: 74.2424242424%;
}
.p-solutions__box .c-box__text {
  margin-top: 10px;
  color: var(--color-font-white);
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-solutions {
    padding: 40px 0 55px;
  }
  .p-solutions::before {
    background-image: url("/files/user/meeting-event/assets/images/bg_solutions_sp.png");
  }
  .p-solutions__body {
    margin-top: 30px;
  }
  .p-solutions__foot .u-btn__set {
    margin-top: 28px;
    padding-top: 28px;
  }
  .p-solutions__row {
    margin-top: 16px;
    flex-direction: column;
  }
  .p-solutions__item {
    width: 100%;
  }
  .p-solutions__item.-item01 .p-solutions__item__wrap {
    background-image: url("/files/user/meeting-event/assets/images/bg_solutions_item_01_sp.png");
  }
  .p-solutions__item.-item02 .p-solutions__item__wrap {
    background-image: url("/files/user/meeting-event/assets/images/bg_solutions_item_02_sp.png");
  }
  .p-solutions__item.-item03 .p-solutions__item__wrap {
    background-image: url("/files/user/meeting-event/assets/images/bg_solutions_item_03_sp.png");
  }
  .p-solutions__item__wrap {
    min-height: 458px;
    height: 100%;
    padding: 36px 14px 25px;
  }
  .p-solutions__item__wrap:hover {
    opacity: 1;
  }
  .p-solutions__item__heading {
    max-width: 270px;
    min-height: 36px;
  }
  .p-solutions__item__heading__label {
    font-size: 14px;
  }
  .p-solutions__item__img {
    margin-top: 16px;
  }
  .p-solutions__item__title {
    padding-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
  }
  .p-solutions__item__summary {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .p-solutions__item__link__label {
    font-size: 12px;
  }
  .p-solutions__box {
    margin-top: 42px;
  }
  .p-solutions__box .c-box__inner {
    padding: 26px 20px;
    background-image: url("/files/user/meeting-event/assets/images/bg_box_02_sp.png");
  }
  .p-solutions__box .c-box__img {
    width: 36.9636963696%;
  }
  .p-solutions__box .c-box__body {
    width: 59.4059405941%;
  }
  .p-solutions__box .c-box__content {
    position: relative;
    padding-top: 60px;
  }
  .p-solutions__box .c-box__summary {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-solutions__box .c-box__text {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.5;
  }
}

.p-cases {
  position: relative;
  padding: 70px 0 96px;
}
.p-cases::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/meeting-event/assets/images/bg_cases_02.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% auto;
  pointer-events: none;
  content: "";
}
.p-cases .l-wrapper__outer {
  position: relative;
}
.p-cases__body {
  position: relative;
  margin-top: 70px;
}
.p-cases__body::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/meeting-event/assets/images/bg_cases_01.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
  pointer-events: none;
  content: "";
}
.p-cases__foot {
  margin-top: 64px;
}
.p-cases__elem {
  position: relative;
  padding: 52px 0 60px;
}
.p-cases__elem + .p-cases__elem {
  margin-top: 90px;
}
.p-cases__elem:nth-child(odd)::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}
.p-cases__elem:nth-child(odd)::after {
  left: 0;
  background-image: url("/files/user/meeting-event/assets/images/bg_cases_elem_01.png");
  background-position: top left;
}
.p-cases__elem:nth-child(even)::before {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}
.p-cases__elem:nth-child(even)::after {
  right: 0;
  background-image: url("/files/user/meeting-event/assets/images/bg_cases_elem_02.png");
  background-position: top right;
}
.p-cases__elem:nth-child(even) .p-cases__elem__col:first-child {
  order: 2;
}
.p-cases__elem:nth-child(even) .p-cases__elem__col:last-child {
  order: 1;
}
.p-cases__elem:nth-child(even) .p-cases__elem__link::before {
  order: 2;
}
.p-cases__elem:nth-child(even) .p-cases__elem__link .u-link {
  order: 1;
}
.p-cases__elem::before, .p-cases__elem::after {
  position: absolute;
  top: 0;
  max-width: 1626px;
  width: 84.6875vw;
  height: 100%;
  pointer-events: none;
  content: "";
}
.p-cases__elem::before {
  background-image: linear-gradient(125deg, #005ac8, #001c7b 50%, #001c7b 80%, #005ac8);
}
.p-cases__elem::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-cases__elem .l-wrapper__outer {
  position: relative;
  z-index: 1;
}
.p-cases__elem__head {
  position: relative;
}
.p-cases__elem__head__row {
  display: flex;
  flex-direction: column;
}
.p-cases__elem__body {
  margin-top: 38px;
}
.p-cases__elem__num {
  position: absolute;
  top: -110px;
  left: 0;
  color: #00a7e1;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-cases__elem__num__label {
  margin-top: -10px;
  font-size: 24px;
  letter-spacing: 0.2em;
}
.p-cases__elem__num .-val {
  font-size: 100px;
}
.p-cases__elem__title {
  color: var(--color-font-white);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
.p-cases__elem__label {
  margin-top: 8px;
  color: #66caed;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.p-cases__elem__row {
  margin-top: 32px;
  display: flex;
  gap: 32px;
}
.p-cases__elem__col {
  width: calc(50% - 32px + 16px);
}
.p-cases__elem__img + .p-cases__elem__img {
  margin-top: 32px;
}
.p-cases__elem__img img {
  width: 100%;
  height: auto;
}
.p-cases__elem__tag {
  min-height: 36px;
  color: #66caed;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  background-image: linear-gradient(90deg, rgba(0, 90, 200, 0), rgba(0, 90, 200, 0.2) 20%, rgba(0, 90, 200, 0.3) 50%, rgba(0, 90, 200, 0.2) 80%, rgba(0, 90, 200, 0));
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-cases__elem__list {
  margin-top: 16px;
}
.p-cases__elem__list > li {
  position: relative;
  padding-left: 14px;
  color: var(--color-font-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.p-cases__elem__list > li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #00a7e1;
  border-radius: 50%;
  content: "";
}
.p-cases__elem__list > li + li {
  margin-top: 4px;
}
.p-cases__elem__list + .p-cases__elem__tag {
  margin-top: 23px;
}
.p-cases__elem__summary {
  margin-top: 10px;
  color: var(--color-font-white);
  font-weight: 500;
}
.p-cases__elem__link {
  margin-top: 40px;
  display: flex;
  gap: 32px;
}
.p-cases__elem__link::before {
  width: calc(50% - 32px + 16px);
  content: "";
}
.p-cases__elem__link .u-link {
  position: relative;
  width: calc(50% - 32px + 16px);
  padding-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.p-cases__elem__link .u-link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #66caed, transparent);
  content: "";
}
.p-cases__elem__info {
  position: relative;
  margin-bottom: 16px;
}
.p-cases__elem__info::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #66caed, transparent);
  content: "";
}
.p-cases__elem__info__item {
  position: relative;
  min-height: 50px;
  padding: 4px 35px;
  display: flex;
  align-items: center;
}
.p-cases__elem__info__item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #66caed, transparent);
  content: "";
}
.p-cases__elem__info__item dt,
.p-cases__elem__info__item dd {
  font-size: 16px;
  line-height: 1.6;
}
.p-cases__elem__info__item dt {
  width: 70px;
  color: #66caed;
  font-weight: 700;
  text-align: center;
}
.p-cases__elem__info__item dd {
  width: calc(100% - 70px);
  padding-left: 30px;
  color: var(--color-font-white);
  font-weight: 500;
}
.p-cases__btn .u-btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1860px) {
  .p-cases__elem::before {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-cases {
    padding: 40px 0 58px;
  }
  .p-cases::before {
    background-image: url("/files/user/meeting-event/assets/images/bg_cases_02_sp.png");
  }
  .p-cases__head {
    position: relative;
  }
  .p-cases__body {
    margin-top: 46px;
  }
  .p-cases__body::before {
    content: none;
  }
  .p-cases__foot {
    margin-top: 28px;
  }
  .p-cases__elem {
    padding: 31.5px 0 40px;
  }
  .p-cases__elem + .p-cases__elem {
    margin-top: 44px;
  }
  .p-cases__elem:nth-child(odd)::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  }
  .p-cases__elem:nth-child(odd)::after {
    background-image: url("/files/user/meeting-event/assets/images/bg_cases_elem_01_sp.png");
  }
  .p-cases__elem:nth-child(even)::before {
    right: auto;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  }
  .p-cases__elem:nth-child(even)::after {
    background-image: url("/files/user/meeting-event/assets/images/bg_cases_elem_02_sp.png");
  }
  .p-cases__elem:nth-child(even) .p-cases__elem__col:first-child {
    order: 1;
  }
  .p-cases__elem:nth-child(even) .p-cases__elem__col:last-child {
    order: 2;
  }
  .p-cases__elem::before, .p-cases__elem::after {
    width: 100%;
  }
  .p-cases__elem__body {
    margin-top: 30px;
  }
  .p-cases__elem__num {
    top: -58px;
    gap: 4px;
  }
  .p-cases__elem__num__label {
    font-size: 12px;
  }
  .p-cases__elem__num .-val {
    font-size: 48px;
  }
  .p-cases__elem__title {
    font-size: 18px;
  }
  .p-cases__elem__label {
    font-size: 11px;
  }
  .p-cases__elem__row {
    margin-top: 12px;
    flex-direction: column;
    gap: 14px;
  }
  .p-cases__elem__col {
    width: 100%;
  }
  .p-cases__elem__img + .p-cases__elem__img {
    margin-top: 12px;
  }
  .p-cases__elem__tag {
    min-height: 28px;
    font-size: 16px;
  }
  .p-cases__elem__list {
    margin-top: 8px;
  }
  .p-cases__elem__list > li {
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    line-height: 1.4;
  }
  .p-cases__elem__list > li::before {
    width: 5px;
    height: 5px;
  }
  .p-cases__elem__list > li + li {
    margin-top: 6px;
  }
  .p-cases__elem__list + .p-cases__elem__tag {
    margin-top: 16px;
  }
  .p-cases__elem__summary {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.6;
  }
  .p-cases__elem__btn {
    margin-top: 24px;
    display: block;
  }
  .p-cases__elem__btn::before {
    content: none;
  }
  .p-cases__elem__btn .u-link {
    width: 100%;
    justify-content: center;
  }
  .p-cases__elem__btn .u-link > a {
    max-width: 362px;
  }
  .p-cases__elem__link {
    margin-top: 24px;
    display: block;
  }
  .p-cases__elem__link::before {
    content: none;
  }
  .p-cases__elem__link .u-link {
    width: 100%;
    padding-top: 8px;
  }
  .p-cases__elem__info {
    margin-bottom: 30px;
  }
  .p-cases__elem__info__item {
    min-height: 37px;
    padding: 4px 20px;
    display: flex;
    align-items: center;
  }
  .p-cases__elem__info__item dt,
.p-cases__elem__info__item dd {
    font-size: 14px;
  }
  .p-cases__elem__info__item dt {
    width: 60px;
  }
  .p-cases__elem__info__item dd {
    width: calc(100% - 60px);
    padding-left: 15px;
  }
  .p-cases__btn .u-btn > a {
    max-width: 362px;
  }
}

.p-faq {
  padding: 60px 0 96px;
  background-color: var(--color-border-base);
}
.p-faq__body {
  margin-top: 55px;
}
.p-faq__foot {
  margin-top: 46px;
}
.p-faq__elem {
  position: relative;
  filter: drop-shadow(5px 5px 20px rgba(0, 90, 200, 0.2));
}
.p-faq__elem::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-white);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
  pointer-events: none;
  content: "";
}
.p-faq__elem + .p-faq__elem {
  margin-top: 24px;
}
.p-faq__elem__head {
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.p-faq__elem__body {
  position: relative;
  overflow: hidden;
  transition: height 0.3s;
  z-index: 1;
}
.p-faq__elem__body .p-faq__elem__txt {
  padding-right: 30px;
  border-top: solid 1px #cacfe3;
}
.p-faq__elem__row {
  display: flex;
}
.p-faq__elem__qa {
  width: 72px;
  min-height: 72px;
  padding-top: 16px;
  display: flex;
  justify-content: center;
}
.p-faq__elem__qa__label {
  color: var(--color-font-white);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.p-faq__elem__qa.-q {
  padding-top: 0;
  align-items: center;
  background-color: var(--color-bg-dark);
}
.p-faq__elem__qa.-a {
  background-color: var(--color-font-blue);
}
.p-faq__elem__txt {
  position: relative;
  width: calc(100% - 72px);
  padding-top: 22.5px;
  padding-right: 40px;
  padding-bottom: 22.5px;
  padding-left: 25px;
}
.p-faq__elem__title {
  color: #001c7b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.p-faq__elem__summary {
  font-size: 16px;
  line-height: 1.5;
}
.p-faq__elem__summary + .p-faq__elem__summary {
  margin-top: 10px;
}
.p-faq__elem__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-faq__elem__icon span {
  position: relative;
  width: 20px;
  height: 20px;
}
.p-faq__elem__icon span::before, .p-faq__elem__icon span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: var(--color-bg-blue);
  border-radius: 4px;
  transition: opacity 0.3s;
  content: "";
}
.p-faq__elem__icon span::before {
  width: 20px;
  height: 2px;
}
.p-faq__elem__icon span::after {
  width: 2px;
  height: 20px;
}
.p-faq__elem__list {
  margin-top: 6px;
}
.p-faq__elem__list > li {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.5;
}
.p-faq__elem__list > li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #00a7e1;
  border-radius: 50%;
  content: "";
}
.p-faq__elem__list > li + li {
  margin-top: 4px;
}
.p-faq__elem__list + .p-faq__elem__summary {
  margin-top: 10px;
}
.p-faq__elem.isOpen .p-faq__elem__icon span::after {
  opacity: 0;
}
.p-faq__msg {
  color: #3e424f;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 38px 0 54px;
  }
  .p-faq__body {
    margin-top: 43px;
  }
  .p-faq__foot {
    margin-top: 25px;
  }
  .p-faq__elem + .p-faq__elem {
    margin-top: 14px;
  }
  .p-faq__elem__head .p-faq__elem__txt {
    padding-right: 56px;
    display: flex;
    align-items: center;
  }
  .p-faq__elem__body .p-faq__elem__txt {
    padding-right: 24px;
  }
  .p-faq__elem__qa {
    width: 42px;
    padding-top: 16px;
  }
  .p-faq__elem__qa__label {
    font-size: 24px;
  }
  .p-faq__elem__txt {
    width: calc(100% - 42px);
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 14px;
  }
  .p-faq__elem__title {
    font-size: 14px;
    line-height: 1.5;
  }
  .p-faq__elem__summary {
    font-size: 14px;
    line-height: 1.5;
  }
  .p-faq__elem__icon {
    width: 42px;
  }
  .p-faq__elem__icon span::before {
    width: 14px;
  }
  .p-faq__elem__icon span::after {
    height: 14px;
  }
  .p-faq__elem__list {
    margin-top: 8px;
  }
  .p-faq__elem__list > li {
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    line-height: 1.5;
  }
  .p-faq__elem__list > li::before {
    width: 5px;
    height: 5px;
  }
  .p-faq__elem__list > li + li {
    margin-top: 6px;
  }
  .p-faq__elem__list + .p-cases__elem__tag {
    margin-top: 16px;
  }
  .p-faq__msg {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-cta {
  position: relative;
  min-height: 426px;
  padding: 16px 0;
  background-image: url("/files/user/meeting-event/assets/images/bg_cta.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 8px 16px 20px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.p-cta .l-wrapper__outer {
  width: 100%;
}
.p-cta__title {
  color: var(--color-font-white);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.p-cta__summary {
  margin-top: 18px;
  color: var(--color-font-white);
  text-align: center;
}
.p-cta__btns {
  margin-top: 54px;
  display: flex;
  gap: 32px;
}
.p-cta__btns .u-btn {
  width: calc(50% - 32px + 16px);
}
.p-cta__btns .u-btn > a {
  max-width: 100%;
  width: 100%;
  min-height: 96px;
  font-size: 24px;
  text-align: center;
}
.p-cta__btns .u-btn > a > span > span {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-cta {
    min-height: 516px;
    padding: 14px;
    background-image: url("/files/user/meeting-event/assets/images/bg_cta_sp.png");
  }
  .p-cta__title {
    font-size: 20px;
    line-height: 1.4;
  }
  .p-cta__summary {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-cta__btns {
    margin-top: 23px;
    flex-direction: column;
    gap: 14px;
  }
  .p-cta__btns .u-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .p-cta__btns .u-btn > a {
    max-width: 362px;
    min-height: 70px;
    padding: 4px 40px;
    font-size: 18px;
  }
  .p-cta__btns .u-btn > a > span > span {
    font-size: 12px;
  }
  .p-cta__btns .u-btn.-blue.-border > a {
    padding: 0;
  }
  .p-cta__btns .u-btn.-blue.-border > a > span {
    width: 100%;
    padding: 4px 40px;
  }
  .p-cta__btns .u-btn.-blue.-border > a > span::after {
    right: 10px;
  }
}

.p-columns {
  position: relative;
  padding: 60px 0 96px;
  background-color: #edeff6;
}
.p-columns::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/meeting-event/assets/images/bg_columns.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
  pointer-events: none;
  content: "";
}
.p-columns__head {
  position: relative;
  z-index: 1;
}
.p-columns__body {
  position: relative;
  margin-top: 45px;
  z-index: 1;
}
.p-columns__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  z-index: 1;
}
.p-columns .c-card {
  width: calc(33.3333333333% - 32px + 10.6666666667px);
}
.p-columns__btn {
  margin-top: 64px;
}
.p-columns__btn .u-btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-columns {
    padding: 34px 0 40px;
  }
  .p-columns::before {
    background-image: url("/files/user/meeting-event/assets/images/bg_columns_sp.png");
  }
  .p-columns__body {
    margin-top: 27px;
  }
  .p-columns__row {
    flex-direction: column;
    gap: 16px;
  }
  .p-columns .c-card {
    width: 100%;
  }
  .p-columns__btn {
    margin-top: 28px;
  }
  .p-columns__btn .u-btn > a {
    max-width: 362px;
  }
}

.u-btn > a {
  position: relative;
  width: 380px;
  min-height: 64px;
  padding: 4px 40px 4px 30px;
  color: var(--color-font-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 5px 5px 10px rgba(0, 90, 200, 0.15);
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
  background: var(--color-border-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  z-index: 1;
}
.u-btn > a::before {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-image: linear-gradient(125deg, #005ac8, #00a7e1 70%, #3afca8);
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
  z-index: 1;
  content: "";
}
.u-btn > a::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 8px;
  height: 16px;
  margin: auto;
  background-image: url("/files/user/meeting-event/assets/images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px auto;
  z-index: 2;
  content: "";
}
.u-btn > a > span {
  position: relative;
  z-index: 1;
}
.u-btn > a:hover {
  opacity: 0.6;
}
.u-btn.-blue > a {
  background-image: linear-gradient(45deg, #001c7b, #005ac8);
}
.u-btn.-blue > a::before {
  content: none;
}
.u-btn.-blue.-border > a {
  background: none;
}
.u-btn.-blue.-border > a::before, .u-btn.-blue.-border > a::after {
  position: absolute;
  pointer-events: none;
  content: "";
}
.u-btn.-blue.-border > a::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #99c6f3;
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
}
.u-btn.-blue.-border > a::after {
  width: auto;
  height: auto;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: none;
  background-image: linear-gradient(45deg, #001c7b, #005ac8);
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
}
.u-btn.-blue.-border > a > span {
  width: 100%;
  text-align: center;
  z-index: 3;
}
.u-btn.-blue.-border > a > span::after {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 8px;
  height: 16px;
  margin: auto;
  background-image: url("/files/user/meeting-event/assets/images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px auto;
  content: "";
}
.u-btn.-s > a {
  width: 220px;
  min-height: 48px;
  clip-path: none;
  background-image: linear-gradient(125deg, #005ac8, #00a7e1 70%, #3afca8);
  border: solid 1px var(--color-border-blue);
}
.u-btn.-s > a::before, .u-btn.-s > a::after {
  content: none;
}
.u-btn.-s.-blue > a {
  box-shadow: none;
  background-image: linear-gradient(45deg, #001c7b, #005ac8);
}
.u-btn.-pict > a {
  padding: 4px;
  gap: 4px;
}
.u-btn.-pict > a::after {
  content: none;
}
.u-btn.-rich > a {
  min-height: 84px;
  padding: 4px 60px 4px 30px;
  font-size: 22px;
  box-shadow: none;
  clip-path: none;
  background: none;
}
.u-btn.-rich > a::before, .u-btn.-rich > a::after {
  position: absolute;
  pointer-events: none;
  content: "";
}
.u-btn.-rich > a::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(0, 113, 226, 0), rgba(102, 202, 237, 0.85) 43%, rgba(208, 242, 243, 0.85) 74%, #005ac8);
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
}
.u-btn.-rich > a::after {
  width: auto;
  height: auto;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: none;
  background-image: linear-gradient(125deg, #001c7b, #005ac8 30%, #001c7b 60%);
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
}
.u-btn.-rich > a > span {
  width: 100%;
  z-index: 3;
}
.u-btn.-rich > a > span::after {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 16px;
  height: 31px;
  margin: auto;
  background-image: url("/files/user/meeting-event/assets/images/icon_arrow-rich.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
  content: "";
}
@media screen and (max-width: 1280px) {
  .u-btn.-s > a {
    width: 180px;
    min-height: 48px;
    font-size: 14px;
  }
}
@media screen and (max-width:1080px) {
  .u-btn.-s > a {
    width: 64px;
    min-height: 64px;
    font-size: 10px;
  }
  .u-btn.-pict > a {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .u-btn > a {
    position: relative;
    max-width: 320px;
    width: 100%;
    min-height: 52px;
    padding: 4px 20px;
    font-size: 14px;
  }
  .u-btn > a::after {
    right: 10px;
    width: 6px;
    height: 12px;
    background-size: 6px auto;
  }
  .u-btn > a:hover {
    opacity: 1;
  }
  .u-btn.-rich > a {
    max-width: 362px;
    min-height: 56px;
    padding: 4px 40px 4px 20px;
    font-size: 16px;
  }
  .u-btn.-rich > a > span::after {
    right: -24px;
    width: 9px;
    height: 18px;
    background-size: 9px auto;
  }
  .u-btn.-blue.-border > a > span::after {
    right: -6px;
    width: 6px;
    height: 12px;
    background-size: 6px auto;
  }
}

.u-btn__set {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 15px;
}
.u-btn__set .u-btn {
  width: calc(50% - 32px + 16px);
}
.u-btn__set .u-btn > a {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .u-btn__set {
    flex-direction: column;
    gap: 14px;
  }
  .u-btn__set .u-btn {
    width: 100%;
  }
  .u-btn__set .u-btn > a {
    margin-inline: auto;
  }
}

.u-hamburger {
  display: none;
}
@media screen and (max-width:1080px) {
  .u-hamburger {
    width: 52px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .u-hamburger__btn {
    position: relative;
    width: 29px;
    height: 18px;
  }
  .u-hamburger__btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-border-white);
    border-radius: 100px;
    transition: 0.3s;
  }
  .u-hamburger__btn span:nth-child(1) {
    top: 0;
  }
  .u-hamburger__btn span:nth-child(2) {
    top: 8.5px;
  }
  .u-hamburger__btn span:nth-child(3) {
    bottom: 0;
  }
  .u-hamburger__btn.isOpen span:nth-child(1) {
    transform: translateY(8.5px) rotate(-45deg);
  }
  .u-hamburger__btn.isOpen span:nth-child(2) {
    opacity: 0;
  }
  .u-hamburger__btn.isOpen span:nth-child(3) {
    transform: translateY(-8.5px) rotate(45deg);
  }
}

.u-heading__l2 {
  text-align: center;
}
.u-heading__l2__label {
  color: #001c7b;
  font-size: 16px;
  line-height: 1.2;
}
.u-heading__l2__title {
  margin-top: 8px;
  font-size: 96px;
  line-height: 1;
  overflow-wrap: break-word;
}
.u-heading__l2__lead {
  margin-top: 20px;
  color: #2a2c34;
  font-size: 36px;
  line-height: 1.3;
}
.u-heading__l2.-white .u-heading__l2__label {
  color: var(--color-font-white);
}
.u-heading__l2.-white .u-heading__l2__lead {
  color: var(--color-font-white);
}
.u-heading__elem {
  display: flex;
  justify-content: center;
}
.u-heading__elem__tex {
  position: relative;
  min-height: 81.5px;
  padding: 0 82px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.u-heading__elem__tex::before, .u-heading__elem__tex::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 66px;
  height: 81px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 66px auto;
  content: "";
}
.u-heading__elem__tex::before {
  left: 0;
  background-image: url("/files/user/meeting-event/assets/images/heading_elem-l.png");
}
.u-heading__elem__tex::after {
  right: 0;
  background-image: url("/files/user/meeting-event/assets/images/heading_elem-r.png");
}
.u-heading__elem__label {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.u-heading__elem .-s {
  font-size: 24px;
  font-weight: 500;
}
.u-heading__elem .-white {
  color: var(--color-font-white);
}
@media screen and (max-width: 767px) {
  .u-heading__l2__label {
    font-size: 12px;
  }
  .u-heading__l2__title {
    margin-top: 4px;
    font-size: 44px;
  }
  .u-heading__l2__lead {
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.4;
  }
  .u-heading__l2.-dark .u-heading__l2__label {
    color: var(--color-font-white);
  }
  .u-heading__l2.-dark .u-heading__l2__lead {
    color: var(--color-font-gold);
  }
  .u-heading__elem__tex {
    min-height: 38px;
    padding: 0 38px;
  }
  .u-heading__elem__tex::before, .u-heading__elem__tex::after {
    width: 31px;
    height: 38px;
    background-size: 31px auto;
  }
  .u-heading__elem__label {
    font-size: 19px;
    line-height: 1.1;
  }
  .u-heading__elem .-s {
    font-size: 14px;
  }
}

.u-pict {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 32px auto;
}
.u-pict.-download {
  background-image: url("/files/user/meeting-event/assets/images/pict_download.svg");
}
.u-pict.-mail {
  background-image: url("/files/user/meeting-event/assets/images/pict_mail.svg");
}

.u-pagetop {
  position: fixed;
  right: 20px;
  bottom: 35px;
  width: 48px;
  height: 48px;
  background-color: #333;
  background-image: url("/files/user/meeting-event/assets/images/page_top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
  border-radius: 100%;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s, background 0.4s, opacity 0.4s;
  cursor: pointer;
  z-index: 1000;
}
.u-pagetop.is-show {
  opacity: 1;
  pointer-events: auto;
}
@media (any-hover:hover) {
  .u-pagetop:hover {
    background-color: #cc0000;
  }
}
@media screen and (max-width: 767px) {
  .u-pagetop {
    display: none;
  }
}

.u-point {
  position: relative;
  padding: 1px;
}
.u-point::before, .u-point::after {
  position: absolute;
  pointer-events: none;
  content: "";
}
.u-point::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(0, 113, 226, 0.5), rgba(102, 202, 237, 0.85) 43%, rgba(208, 242, 243, 0.85) 74%, #005ac8);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}
.u-point::after {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-image: linear-gradient(85deg, #005ac8, #001c7b 30%, #001c7b 70%, #001c7b);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}
.u-point__inner {
  position: relative;
  padding: 18.5px 30px;
  z-index: 1;
}
.u-point__inner::before {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  width: 128px;
  height: 30px;
  margin: auto;
  background-image: url("/files/user/meeting-event/assets/images/point.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 128px auto;
  pointer-events: none;
  content: "";
}
.u-point__list > li {
  position: relative;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  padding-left: 40px;
  color: var(--color-font-white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.u-point__list > li::before {
  position: absolute;
  left: 0;
  width: 32.5px;
  height: 30.5px;
  background-image: url("/files/user/meeting-event/assets/images/icon_check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32.5px auto;
  content: "";
}
.u-point__list > li + li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(1deg, transparent, rgba(102, 202, 237, 0.2) 20%, #66caed 50%, rgba(102, 202, 237, 0.2) 80%, transparent);
  content: "";
}
@media screen and (max-width: 767px) {
  .u-point::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  }
  .u-point::after {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  }
  .u-point__inner {
    padding: 12px 16px;
  }
  .u-point__inner::before {
    top: -12px;
    width: 99px;
    height: 24px;
    background-size: 99px auto;
  }
  .u-point__list > li {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
  .u-point__list > li::before {
    width: 21.5px;
    height: 20px;
    background-size: 21.5px auto;
  }
}

.u-link {
  display: flex;
  justify-content: flex-end;
}
.u-link__label {
  color: #15bdc1;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
}
.u-link__label::after {
  width: 8px;
  height: 16px;
  margin: auto;
  background-image: url("/files/user/meeting-event/assets/images/icon_arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px auto;
  content: "";
}
.u-link > a.u-link__label {
  transition: opacity 0.3s;
}
.u-link > a.u-link__label:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .u-link__label {
    font-size: 12px;
  }
  .u-link > a.u-link__label:hover {
    opacity: 1;
  }
}

/* Foundation
----------------------------------------------- */
/* Layout
----------------------------------------------- */
/* Object
----------------------------------------------- */
/* component */

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