
@charset "UTF-8";
/*---------------------------
/setting/size参照
---------------------------*/
/* min-width
-------------------------------------------------------------------------- */
/* max-width
-------------------------------------------------------------------------- */
/*黒：font*/
/*鮮やかな青：ベース*/
/*濃紺：リンク他*/
/*エメラルド：装飾他*/
/*赤：装飾他*/
/*bg：背景*/
/*グラデーション*/
/*文字グラデーション*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.c_grad_font {
  background: -webkit-linear-gradient(0deg, #0768d4, #4fc8dc);
  color: #4ac2db;
}

em.c_grad_font {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p.c_grad_font {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ja
-------------------------------------------------------------------------- */
/* en
-------------------------------------------------------------------------- */
.ff-en {
  font-family: "Oswald", sans-serif;
}

.ff-raj {
  font-family: "Rajdhani", sans-serif;
}

#space {
  height: 1300px;
  background-color: blanchedalmond;
}

/*     フェードイン    */
.fadeIn {
  opacity: 0;
  transition-delay: 250ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
}

.mv_fadein-wrap {
  overflow: hidden;
}

.mv_fadein1 {
  margin-bottom: 27px;
  transform: translate(0, 100px);
  opacity: 0;
  transition-delay: 150ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
}

.mv_fadein2 {
  transform: translate(0, 100px);
  opacity: 0;
  transition-delay: 500ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
}

.mv_fadein3 {
  transform: translate(0, 100px);
  opacity: 0;
  transition-delay: 1000ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
}

.fadeIn-up {
  transform: translate(0, 50px);
}

.fadeIn-down {
  transform: translate(0, -80px);
}

.fadeIn-left {
  transform: translate(-50px, 0);
}

.fadeIn-right {
  transform: translate(50px, 0);
}

.scroll-in {
  transform: translate(0);
  opacity: 1;
}

/*     スライドイン    */
.slideIn {
  opacity: 0;
  transition-delay: 0ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
}

.slideIn-up {
  transform: translate(0, 80px);
  opacity: 1;
}

.slideIn-down {
  transform: translate(0, -80px);
  opacity: 1;
}

.slideIn-left {
  transform: translate(-80px, 0);
  opacity: 1;
}

.slideIn-right {
  transform: translate(80px, 0);
  opacity: 1;
}

.scroll-in {
  transform: translate(0);
  opacity: 1;
}

.is-fadein-active {
  visibility: visible !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.fadein {
  visibility: hidden;
  transform: translateY(3rem);
  opacity: 0;
  transition: 1s;
}

/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* 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;
  margin: 0;
  clear: both;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  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 {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  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 {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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 {
  min-width: 0;
  margin: 0;
  padding: 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 {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #111b37;
  background-image: url(/DC/pics/cgcw2025_body_bg.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
body.is-menu-open {
  overflow: hidden;
  width: 100%;
}
body .p-bg-color {
  background-image: none;
  position: fixed;
  z-index: -1;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
}

em {
  font-style: initial;
}

/*各html要素*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h2 {
  margin-bottom: 6.8814vw;
  font-size: clamp(18px, 1.046vw, 20px);
}

h3 {
  font-size: clamp(18px, 1.25vw, 24px);
}

.l-container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.l-container {
  padding: 0 60px;
}

.l_footer {
  visibility: hidden;
  padding: 2rem 0;
  transform: translateY(3rem);
  background: #000000;
  color: #FFF;
  opacity: 0;
  transition: 1s;
}

.cgcw2025 .l-header {
  display: flex;
  z-index: 9999;
  position: fixed;
  top: 0;
  align-items: normal;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  gap: 0;
  background: #001b43;
  transition: 0.5s;
}
@media screen and (max-width: 1220px) {
  .cgcw2025 .l-header {
    justify-content: flex-start;
  }
}

.c-arrow--center-bottom {
  width: 0;
  height: 0;
  margin: 4rem auto 0;
  border-width: 7rem 10rem 0 10rem;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
}

.c-bg--gr {
  background: #f5f8fc;
}

.c-bg--triangle {
  background: #deecf6;
  background-image: url("/assets/img/service_bg.png");
  background-repeat: repeat;
  background-attachment: fixed;
}

.c-bg--inbound {
  background: rgba(52, 165, 182, 0.1);
}

.c-bg--inbound .p-service-archive__text h3,
.c-bg--inbound .p-service-archive__text h2 {
  color: #34a5b6;
}

.c-bg--inbound .p-service-archive__text:after {
  color: #34a5b6;
}

.c-bg--inbound .p-service-archive__text:before {
  border-color: #34a5b6;
}

.c-bg--outbound {
  background: rgba(5, 102, 212, 0.1);
}

.c-bg--outbound .p-service-archive__text h3,
.c-bg--outbound .p-service-archive__text h2 {
  color: #0566d4;
}

.c-bg--construction {
  background: rgba(225, 176, 4, 0.1);
}

.c-bg--construction .p-service-archive__text h3,
.c-bg--construction .p-service-archive__text h2 {
  color: #e1b004;
}

.c-bg--construction .p-service-archive__text:after {
  color: #e1b004;
}

.c-bg--construction .p-service-archive__text:before {
  border-color: #e1b004;
}

.c-text-link--arrow-right a::before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-color: #ccc;
  content: "";
  vertical-align: middle;
}

.c-btn--grad {
  display: block;
  z-index: 0;
  position: relative;
  max-width: 460px;
  width: 100%;
  padding: 9.5px 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #fff;
  background: linear-gradient(90deg, rgb(126, 255, 0) 0%, rgb(241, 255, 23) 56%, rgb(255, 198, 0) 100%);
  color: #1e2038;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  transition: all 0.6s;
  /* ホバー時にグラデーション1を透明にする */
}

.c-btn--grad::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  width: 41px;
  height: 20px;
  background: url(/DC/pics/cgcw2025_ico_arrow_001.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.c-btn--grad::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 198, 0) 0%, rgb(241, 255, 23) 56%, rgb(126, 255, 0) 100%);
  content: "";
  transition: all 0.2s;
}

.c-btn--grad:hover {
  opacity: 1;
}

.c-btn--grad:hover::before {
  left: 0;
}

.c-btn--blue {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  position: relative;
  width: 100%;
  padding: 11px 27px 11px 30px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 0.4rem;
  background: linear-gradient(90deg, rgb(164, 239, 255) 0%, rgb(255, 255, 255) 100%);
  color: #111b37;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-btn--blue {
    font-size: 20px;
    padding: 24px 16px;
    line-height: 1;
  }
}
.c-btn--blue._btn01 {
  width: 108%;
  margin-left: -10px;
  color: #fff;
  background: linear-gradient(90deg, rgb(35, 165, 194) 0%, rgb(47, 110, 172) 100%);
  border: none;
}
@media screen and (max-width: 768px) {
  .c-btn--blue._btn01 {
    width: 104%;
    margin-left: -5px;
  }
}
.c-btn--blue._btn01::before {
  background: linear-gradient(90deg, rgb(47, 110, 172) 0%, rgb(35, 165, 194) 100%);
}
.c-btn--blue._btn01::after {
  background: url(/DC/pics/cgcw2025_ico_arrow_005.svg);
  background-size: contain;
  width: 42px;
  height: 20px;
}
.c-btn--blue._btn02 {
  background: linear-gradient(90deg, rgb(58, 179, 176) 0%, rgb(85, 54, 125) 100%);
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-btn--blue._btn02 {
    padding: 22px 16px;
  }
}
.c-btn--blue._btn02::before {
  background: linear-gradient(90deg, rgb(85, 54, 125) 0%, rgb(58, 179, 176) 100%);
}
.c-btn--blue._btn02::after {
  background: url(/DC/pics/cgcw2025_ico_arrow_002.svg);
  background-size: contain;
  width: 42px;
  height: 20px;
}
.c-btn--blue._btn03 {
  width: 404px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(164, 239, 255) 100%);
  color: #001b43;
  text-align: left;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-btn--blue._btn03 {
    width: 90.76923077%;
    padding: 14px 16px;
    line-height: 1.25;
  }
}
.c-btn--blue._btn03::before {
  background: linear-gradient(90deg, rgb(164, 239, 255) 0%, rgb(255, 255, 255) 100%);
}

.p-home-realevent-box__btn,
.c-list-session__btn._information {
  background: #001b43;
  border-radius: 0.5rem;
  width: 304px;
}
@media screen and (max-width: 768px) {
  .p-home-realevent-box__btn,
  .c-list-session__btn._information {
    width: 100%;
  }
}

.c-list-session__btn._information {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-list-session__btn._information {
    width: 90.76923077%;
    margin: 0 auto;
    line-height: 1.25;
  }
}

.c-btn--blue::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(164, 239, 255) 100%);
  content: "";
  opacity: 1;
  transition: all 0.2s;
}

.c-btn--blue::after {
  display: inline-block;
  width: 41px;
  height: 20px;
  background: url(/DC/pics/cgcw2025_ico_arrow_001.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  margin-left: 20px;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .c-btn--blue::after {
    width: 46px;
    height: 22px;
    right: 16px;
  }
}

.c-btn--blue._btn03::after {
  display: inline-block;
  width: 41px;
  height: 20px;
  background: url(/DC/pics/cgcw2025_ico_arrow_001.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  margin-left: 20px;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .c-btn--blue._btn03::after {
    width: 46px;
    height: 22px;
    right: 16px;
  }
}

.c-btn--blue:hover {
  opacity: 1;
}

.c-btn--blue:hover::before {
  left: 0;
}

.c-btn--blue2 {
  display: block;
  z-index: 0;
  position: relative;
  width: 100%;
  padding: 14px 0;
  overflow: hidden;
  border: 2px solid rgba(0, 171, 255, 0.68);
  border-radius: 10rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

.c-btn--blue2::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0f8bc9 0%, #0f66c9 100%);
  content: "";
  opacity: 1;
  transition: all 0.2s;
}

.c-btn--blue2:hover {
  opacity: 1;
}

.c-btn--blue2:hover::before {
  left: 0;
}

.c-btn--blue2:hover::after {
  background: url(/DC/pics/cgcw2025_ico_arrow_004-wh.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.c-btn--gray {
  display: block;
  z-index: 0;
  position: relative;
  width: 100%;
  padding: 14px 0;
  border: 2px solid rgba(0, 171, 255, 0.68);
  border-radius: 100vh;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
  text-align: center;
  transition: all 0.6s;
}

a {
  transition: 0.5s;
}

a:hover {
  opacity: 0.6;
}

.c-figure {
  margin: 6rem 0 0;
  text-align: center;
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}

.c-flex-48 {
  width: 48%;
}

*[class^=c-img-box] {
  margin-bottom: 4rem;
  overflow: hidden;
}

*[class^=c-img-box] img {
  max-width: 44%;
}

*[class^=c-img-box] + * {
  overflow: hidden;
}

.c-img-box--l__item, .c-img-box--l img {
  max-width: 44%;
  margin-right: 4rem;
  float: left;
}

.c-img-box--r__item, .c-img-box--r img {
  max-width: 44%;
  margin-left: 4rem;
  float: right;
}

.c-img-box--half {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: space-between;
  gap: 8%;
}

.c-img-box--half__item {
  width: 46%;
  max-width: 46%;
  text-align: center;
}

.c-img-box--half__item img {
  display: block;
  max-width: 100%;
  margin: 0 auto 0.5rem;
}

.c-list-session {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: no-wrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 2%;
  padding-bottom: 21rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-list-session {
    padding-bottom: 12rem;
  }
}

.c-list-session > li {
  width: 31.85185185%;
  margin-bottom: 3.5%;
  background: #000;
}
@media screen and (max-width: 768px) {
  .c-list-session > li {
    margin-bottom: 1.5rem;
  }
}

.c-list-session__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.3rem 3rem 2rem;
  background: #000;
}
@media screen and (max-width: 768px) {
  .c-list-session__wrap {
    padding: 2.5rem 2.5rem 1.7rem;
  }
}

.c-list-session__wrap__inner {
  margin-top: auto;
}

.c-list-session__h4 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-weight: 600;
  font-size: clamp(14px, 1.1713vw, 16px);
  line-height: 1.56;
}
@media screen and (max-width: 768px) {
  .c-list-session__h4 {
    margin-bottom: 1.8rem;
    padding-bottom: 1.95rem;
    font-size: 20px;
    line-height: 1.25;
  }
}

.c-list-session__h4::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  opacity: 0.5;
}

.c-list-session__company {
  font-size: 14px;
  line-height: 1.4;
}

.c-list-session__name {
  font-size: clamp(14px, 1.1713vw, 16px);
  font-weight: 600;
  margin-top: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-list-session__name {
    font-size: 19px;
  }
}

.c-list-session__name_s {
  padding-right: 1rem;
  font-size: 18px !important;
}

.c-list-session__name_s span {
  padding-left: 4px;
  font-size: 12px;
}

.c-list-session__job {
  margin-top: 0.2em;
  font-size: 14px;
  line-height: 1;
}

.c-list-session__text {
  padding: 1rem 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-list-session__text {
    padding: 1.2rem 0 0.5rem;
  }
}

.c-list-session__btn {
  padding: 2rem 0 0 0;
}

.c-list-session__btn a {
  padding: 10px 30px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c-list-session__btn a {
    padding: 22px 20px;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 500;
  }
}

.c-list-session__date {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  font-size: clamp(24px, 1.666vw, 32px);
  font-family: "Oswald", sans-serif;
}

.c-list-session__date__txt span {
  font-size: 20px;
}

.c-list-session__dateicon {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 100vh;
  background: #0FB0FF;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c-list-session__dateicon--ja {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.c-list-contents {
  padding-left: 2.3rem;
  list-style: square;
}

.c-list-contents li {
  font-size: clamp(14px, 1.172vw, 16px);
}

.c-list-contents li ul {
  padding-left: 4rem;
  list-style: disc;
}

.c-list-contents li ul li::marker {
  font-size: 16px;
}

.c-list-contents.large li {
  font-weight: 600;
  font-size: clamp(18px, 1.354vw, 26px);
}

.c-list-contents.large li:not(:first-of-type) {
  margin-top: 2rem;
}

.c-list-prof {
  padding-left: 3rem;
  list-style: square;
}

.c-list-prof li {
  margin-bottom: 0.5rem;
  font-size: 16px;
}

.c-page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.c-page-top a {
  display: block;
  position: relative;
  width: 55px;
  height: 55px;
  padding-top: 23px;
  border: 1px solid #6780b6;
  background-color: #001b43;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  transition: 0.3s all;
}

.c-page-top a::before {
  display: block;
  position: absolute;
  top: 10px;
  left: calc(50% - 7.5px);
  width: 15px;
  height: 15px;
  background: url(/DC/pics/cgcw2025_ico_arrow_003.svg) no-repeat center center;
  background-size: contain;
  content: "";
}

.c-page-top a:focus:focus {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .c-page-top a {
    width: 60px;
    height: 60px;
    padding-top: 30px;
    font-size: 14px;
  }
  .c-page-top a::before {
    top: 15px;
    left: calc(50% - 8.5px);
    width: 17px;
    height: 17px;
    content: "";
  }
  .c-page-top a:focus:focus {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }
}
.c-table-point {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.c-table-point::before {
  content: "";
  position: absolute;
  background-image: url(/DC/pics/cgcw2025_bg_sec01_ball04.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -32px;
  right: 47px;
  width: 106px;
  height: 94px;
}
@media screen and (max-width: 768px) {
  .c-table-point::before {
    bottom: -35%;
    right: 17px;
    width: 20%;
  }
}

.c-table-point th {
  width: 15%;
  background-color: #3485af;
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  line-height: 1.59;
}
@media screen and (max-width: 768px) {
  .c-table-point th {
    font-size: 16px;
    padding: 7px 0;
  }
}

.c-table-point td {
  padding: 4rem 8rem 4rem 5rem;
  background-color: #FFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(114, 181, 187, 0.4) 100%);
}

.c-table-point td ul li {
  position: relative;
  padding-left: 1em;
  color: #2a3790;
  font-weight: 500;
  font-size: clamp(18px, 1.537vw, 21px);
  text-indent: -1.4em;
}
@media screen and (max-width: 768px) {
  .c-table-point td ul li {
    padding-left: 20px;
    text-indent: -1em;
  }
}

.c-table-point td ul li::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 21px;
  background-color: #2a3790;
  content: "";
  vertical-align: 0.1em;
}

.c-text-link--arrow-right a, .c-text-link a {
  text-decoration: underline;
}

@includer hover {
  .c-text-link--arrow-right a, .c-text-link a {
    text-decoration: none;
  }
}
.c-text-link a {
  transition: 0.3s all;
}

.c-text-link--arrow-right {
  text-align: right;
}

.c-text-link--arrow-right a {
  position: relative;
}

.c-text-link--arrow-right a::before {
  left: -2rem;
  border-color: #0566d4;
}

.c-text-link--underline {
  text-decoration: underline;
}

.c-text-link--underline:focus {
  text-decoration: none;
}

.c-text-link--out {
  text-decoration: underline;
}

.c-title-settion__h2 {
  position: relative;
  line-height: 1;
  text-align: left;
  width: 100%;
}

.c-title-settion__h2__en {
  color: #fff;
  font-weight: 600;
  font-size: clamp(39px, 5.5vw, 75px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.c-title-settion__h2__ja {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 5px;
  margin-top: -0.9em;
}

.c-title-settion__h2__ja2 {
  display: inline-block;
  padding: 20px 0 0 0;
  color: #FFF;
  font-weight: bold;
  font-size: clamp(28px, 2.083vw, 40px);
}

.c-title-sec__h2 {
  letter-spacing: 0.2em;
  font-size: clamp(25px, 2.6354vw, 36px);
  font-weight: 300;
  text-align: center;
}

.c-title-contents__h3 {
  margin: -4.5rem 0 10rem 0;
  font-weight: bold;
  font-size: clamp(18px, 1.684vw, 23px);
  color: #a4efff;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .c-title-contents__h3 {
    margin-top: 2.4rem;
    margin-bottom: 1.7rem;
  }
}

/* 詳細ページ、視聴ページのグロナビ下の余白調整箇所 ここから */
.cgcw2025 .c-titlearea {
  margin-top: 5rem;
  padding: 8.8rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .c-titlearea {
    margin-top: 4.5rem;
    padding: 4rem 0 0 0;
  }
}

/* 詳細ページ、視聴ページのグロナビ下の余白調整箇所 ここまで */
.cgcw2025 .c-titlearea .c-title-settion__h2 {
  margin-bottom: 3.3rem;
}

.cgcw2025 .c-titlearea .c-title-settion__h2__en {
  font-size: clamp(20px, 2.635vw, 36px);
}

.cgcw2025 .c-titlearea .c-title-settion__h2__ja {
  font-size: 12px;
}

.cgcw2025 .c-titlearea figure {
  z-index: 1;
  position: relative;
  margin-bottom: 8.5rem;
}

.cgcw2025 .c-titlearea-event {
  margin-top: 90px;
  padding: 10rem 0 10rem 0;
  background: url(/DC/pics/cgcw2025_bg_sec01.png) no-repeat 0 center;
  background-size: cover;
  text-align: center;
}

.cgcw2025 .c-titlearea-event h1 {
  width: 100%;
  max-width: 580px;
  margin: auto auto 2rem auto;
}

.cgcw2025 .c-titlearea-event__lead {
  color: #FFF;
  font-weight: 500;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.9166666667;
  letter-spacing: 0.05em;
  text-align: center;
}

.cgcw2025 .c-titlearea-event__note {
  display: inline-block;
  margin-top: 4rem;
  color: #FFF;
}

.cgcw2025 .c-titlearea-event__note p {
  padding-left: 1em;
  font-size: 14px;
  text-align: left;
  text-indent: -1rem;
}

.p-channel--about {
  background-color: #16161a;
  color: #FFF;
}

.p-channel__title {
  text-align: center;
}

.p-channel__copy {
  line-height: 1.5625;
}

.p-channel__list__copy {
  line-height: 1.5714285714;
}

.p-channel__btn {
  margin: 0 auto;
}

.p-channel__btn02 {
  margin: 0 auto;
}

.p-channel--about .p-contents-cta {
  margin: 4rem auto 1px auto !important;
}

.cgcw2025 .p-anchor-link {
  background: rgba(0, 0, 0, 0.63);
}

.cgcw2025 .p-anchor-link.detail-page {
  padding-top: 11rem;
}

.cgcw2025 .p-anchor-link ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 56px;
  padding-bottom: 13px;
  border-bottom: 1px solid #888d9b;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-anchor-link ul {
    border-bottom: none;
  }
}

.cgcw2025 .p-anchor-link ul li a {
  display: block;
  font-weight: 400;
  font-size: 18px;
}

.cgcw2025 .p-anchor-link ul li a span {
  display: block;
  position: relative;
  padding-right: 3.2rem;
  overflow: hidden;
}

.cgcw2025 .p-anchor-link ul li a span::before {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: -120%;
  right: 0;
  width: 24px;
  height: 32px;
  background-image: url(/DC/pics/cgcw2025_ico_arrow_007.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  opacity: 1;
  transition: all 0.2s ease-out;
}

.cgcw2025 .p-anchor-link ul li a span::after {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 24px;
  height: 32px;
  background-image: url(/DC/pics/cgcw2025_ico_arrow_006.png);
  background-size: contain;
  background-position: center 5px;
  background-repeat: no-repeat;
  content: "";
  transition: all 0.2s ease-out;
}

.cgcw2025 .p-anchor-link ul li a:hover {
  opacity: 1;
}

.cgcw2025 .p-anchor-link ul li a:hover span::before {
  transform: translateY(130%);
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-anchor-link ul li a:hover span::before {
    transform: translateY(115%);
  }
}

.cgcw2025 .p-anchor-link ul li a:hover span::after {
  transform: translateY(146%);
}
@keyframes transformtopdown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes transformtopdown2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.cgcw2025 .p-contents__h2 {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: clamp(28px, 2.083vw, 40px);
}

.cgcw2025 .p-contents .c-title-sec__h2 {
  margin-top: 8rem;
}

.cgcw2025 .p-contents-info {
  padding: 5rem 0 2rem 0;
}

.cgcw2025 .p-contents-info__btn {
  max-width: 380px;
  margin: auto auto 3rem auto;
}

.cgcw2025 .p-contents-info__btn a {
  font-size: clamp(18px, 1.25vw, 24px);
}

.cgcw2025 .p-contents-info__btntext {
  text-align: center;
}

.cgcw2025 .p-contents-info__icon {
  padding: 4rem 0 3rem 0;
}

.cgcw2025 .p-contents-lead {
  font-size: clamp(14px, 1.172vw, 16px);
  line-height: 2;
  max-width: 1080px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-contents-lead {
    font-size: 14px;
    line-height: 1.8;
    padding: 0 0px;
    text-align: justify;
  }
}
.cgcw2025 .p-contents-lead:has(+ .c-flex) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-contents-lead:has(+ .c-flex) {
    margin-bottom: 4rem;
  }
}
.cgcw2025 .p-contents-lead + .c-flex {
  max-width: 1080px;
  width: 100%;
  padding: 0 50px;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-contents-lead + .c-flex {
    flex-direction: column;
    align-items: center;
    padding: 0 17.5px;
    gap: 12px;
    text-align: center;
  }
}
.cgcw2025 .p-contents-lead + .c-flex .c-flex-48 {
  width: calc((100% - 18px) / 2);
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-contents-lead + .c-flex .c-flex-48 {
    width: 100%;
    margin: 0 auto;
  }
}

.cgcw2025 .p-contents-lead-center {
  text-align: center;
}

.cgcw2025 .p-contents__date {
  padding-bottom: 3rem;
  font-weight: 500;
  font-size: clamp(32px, 2.5vw, 48px);
  line-height: 1;
  font-family: "Oswald", sans-serif;
  text-align: center;
}

.cgcw2025 .p-contents__date span {
  font-size: clamp(24px, 1.562vw, 30px);
}

.cgcw2025 .p-contents__dateicon {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  padding: 5px 15px !important;
  border-radius: 20px;
  background: #0FB0FF;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

.cgcw2025 .p-contents-company {
  margin-bottom: 8rem;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-contents-company {
    margin-bottom: 0rem;
  }
}

.cgcw2025 .p-contents-company ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-contents-company ul {
    justify-content: center;
    gap: 30px;
  }
}

.cgcw2025 .p-contents-company ul li {
  margin: auto 0;
  overflow: hidden;
  max-width: calc((100% - 20px) / 2);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-contents-company ul li {
    max-width: 100%;
  }
}

.cgcw2025 .p-contents-company ul li:first-child {
  text-align: center;
}

.cgcw2025 .p-contents-company ul li a {
  color: #FFF;
  font-weight: 300;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-contents-company ul li a {
    font-size: 14px;
  }
}

.cgcw2025 .p-contents-company__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-contents-company__wrap {
    align-items: center;
  }
}

.cgcw2025 .p-contents-company__wrap a.u-sp {
  display: none !important;
}

.cgcw2025 .p-contents-company__wrap2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}

.cgcw2025 .p-contents-company__logo {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  max-width: 480px;
  width: 100%;
  min-height: 100px;
  gap: 0;
  background-color: #FFF;
  padding: 0 20px;
}

.cgcw2025 .p-contents-company__logo img {
  -o-object-fit: contain;
  display: block;
  width: auto;
  max-height: 100px;
  margin: auto;
  object-fit: contain;
}

.cgcw2025 .p-contents-prof__wrap {
  position: relative;
  margin: 4rem 0 8rem 0;
  padding: 3rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-contents-prof__wrap {
    margin-top: 0;
  }
}

.cgcw2025 .p-contents-prof__wrapl {
  z-index: 1;
  width: 250px;
  text-align: center;
}

.cgcw2025 .p-contents-prof__wrapl figure img {
  -o-object-fit: contain;
  -o-object-position: bottom;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.cgcw2025 .p-contents-prof__wrapl_in {
  display: flex;
  position: relative;
  align-items: stretch;
  top: -100px;
}

.cgcw2025 .p-contents-prof__wrapl_in_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cgcw2025 .p-contents-prof__namewrap {
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.cgcw2025 .p-contents-prof__wrapr {
  z-index: 0;
  position: relative;
  width: 100%;
  min-height: 46rem;
  padding: 7rem 50px 8rem 50px;
  background-color: rgba(0, 0, 0, 0.4);
}

.cgcw2025 .p-contents-prof__wrapr p {
  line-height: 2;
}

.cgcw2025 .p-contents-prof__h3 {
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
}

.p-prof__potision {
  font-size: 16px;
  font-weight: 600;
}

.p-contents-prof__name {
  font-size: 34px;
  line-height: 1.1;
  font-weight: 500;
}

.p-contentsTop {
  display: flex;
  gap: 50px;
}

.p-contentsBottom {
  padding: 0 50px;
  margin-top: -30px;
}
.p-contentsBottom .c-link--blank {
  text-decoration: underline;
}
.p-contentsBottom .c-link--blank:hover {
  text-decoration: none;
}
.p-contentsBottom .c-link--blank:after {
  content: "";
  margin-left: 8px;
  width: 11px;
  height: 11px;
  background-image: url(/DC/pics/cgcw2025_link_blank.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center;
}
.p-contentsBottom .bold {
  font-weight: 600;
}
.p-contentsBottom ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.62;
  padding-bottom: 1.6rem;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-contentsBottom ul li {
    padding-bottom: 0.9rem;
    font-size: 13px;
  }
}
.p-contentsBottom ul li:last-child {
  padding-bottom: 0;
}

.cgcw2025 .p-contents-prof__h4 {
  margin: 2rem 0;
  font-weight: bold;
}

.cgcw2025 .p-contents-prof__name1 {
  color: #111;
  font-size: 15px;
  text-align: center;
}

.cgcw2025 .p-contents-prof__name2 {
  display: inline-block;
  border-bottom: 3px solid #0195DD;
  color: #111;
  font-weight: 500;
  font-size: clamp(24px, 1.77vw, 34px);
  text-align: center;
}

.cgcw2025 .p-contents-prof__name2 span {
  padding-left: 5px;
  font-size: clamp(18px, 1.146vw, 22px);
}

.cgcw2025 .p-contents-cta {
  margin: -3rem auto 1.5rem auto;
}

.cgcw2025 .p-contents-cta__btn {
  max-width: 404px;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.cgcw2025 .p-contents-cta__btn a.c-btn--grad {
  font-size: 24px;
}

.cgcw2025 .p-contents-cta__btn.u-mt-3 {
  margin-top: 4rem;
}

.cgcw2025 .p-contents-time {
  font-size: clamp(18px, 1.4641vw, 20px);
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-contents-time {
    font-size: 15px;
  }
}

.cgcw2025 .p-contents-time em {
  padding: 0 5px;
  font-weight: 400;
  font-size: clamp(30px, 2.7086vw, 37px);
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-contents-time em {
    font-size: 28.5px;
  }
}

.cgcw2025 .p-contents-box__lead {
  font-size: clamp(18px, 1.046vw, 20px);
}

.p-event-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 8rem;
  gap: 0;
}

.p-event-box figure {
  width: 60%;
  max-width: 720px;
}

.p-event-box__wrap {
  width: 34%;
  max-width: 400px;
}

.p-event-box__h2 {
  position: relative;
  margin-bottom: 3rem;
  padding: 4rem 0;
  font-weight: 500;
  font-size: clamp(18px, 1.354vw, 26px);
  line-height: 1.2;
  text-align: center;
}

.p-event-box__h2::before {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #2BC5DE 0%, #0183D3 100%);
  content: "";
  opacity: 0.79;
}

.p-event-box__h2::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #2BC5DE 0%, #0183D3 100%);
  content: "";
  opacity: 0.79;
}

.p-event-box p {
  font-size: 18px;
  line-height: 2;
}

.p-event-box.img-left figure {
  order: 1;
}

.p-event-box.img-left .p-event-box__wrap {
  order: 2;
}

.p-event__p {
  margin-bottom: 1em;
  font-size: clamp(18px, 1.046vw, 20px);
}

.p-event__img {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 4rem auto;
}

.p-event-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 2rem;
  gap: 0;
}

.p-event-list li {
  position: relative;
  width: 32%;
  padding: 0 0 2rem 0;
  font-size: clamp(18px, 1.046vw, 20px);
}

.p-event-list li em {
  padding: 0 1rem;
  color: #AFAFAF;
}

.p-event-list li span {
  font-size: clamp(12px, 0.729vw, 14px);
}

.p-event-list li::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #2BC5DE 0%, #0183D3 100%);
  content: "";
  opacity: 0.79;
}

.p-event .p-contents-cta {
  margin-top: 6rem;
}

.p-footer-navi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2%;
}
@media screen and (max-width: 410px) {
  .p-footer-navi {
    flex-direction: column;
  }
}

.p-footer-navi li {
  position: relative;
  padding-right: 3rem;
}
@media screen and (max-width: 410px) {
  .p-footer-navi li {
    padding-right: 1rem;
  }
}

.p-footer-navi li a {
  font-size: 12px;
}

.p-footer-navi li::after {
  position: absolute;
  right: 0;
  content: "／";
}
@media screen and (max-width: 410px) {
  .p-footer-navi li::after {
    display: none;
  }
}

.p-footer-navi li:last-child::after {
  display: none;
}

.p-footer-copy {
  margin-top: 2rem;
  color: #ABABAB;
  font-size: 10px;
  text-align: center;
}

.cgcw2025 .p-header-logo__daikin {
  height: 100%;
  width: 16.1%;
}

.cgcw2025 .p-header-logo__daikin a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.2rem 3rem 1rem;
  background-color: #F9F9F9;
}

.cgcw2025 .p-header-logo__daikin a:hover {
  opacity: 0.7;
}

.cgcw2025 .p-header-logo__daikin a img {
  -o-object-fit: contain;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.cgcw2025 .p-header-logo__autodesk {
  width: 15.878%;
  height: 100%;
  background-color: #000024;
  display: flex;
  align-self: center;
}
@media screen and (max-width: 1220px) {
  .cgcw2025 .p-header-logo__autodesk {
    width: 203px;
  }
}

.cgcw2025 .p-header-logo__autodesk img {
  width: 100%;
  height: auto;
}

.cgcw2025 .p-header-inner {
  display: flex;
  align-items: normal;
  justify-content: space-between;
  gap: 0;
  flex-grow: 1;
}
@media screen and (max-width: 1220px) {
  .cgcw2025 .p-header-inner {
    justify-content: space-between;
    width: 83%;
    position: relative;
    z-index: 999;
  }
}

.cgcw2025 .p-header-btn {
  width: 260px;
}

.p-header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
}
@media screen and (max-width: 1350px) {
  .p-header-nav {
    gap: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .p-header-nav {
    position: absolute;
    display: none;
    visibility: hidden;
    background-color: #020223;
    width: 100%;
    height: 100vh;
    top: 70px;
    left: 0;
  }
  .p-header-nav.is-active {
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .p-header-nav {
    top: 60px;
    width: 100vw;
    position: absolute;
    left: -45%;
  }
}
.p-header-nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: 3rem;
  margin-right: 3rem;
}
@media screen and (max-width: 1350px) {
  .p-header-nav ul {
    gap: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .p-header-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    background-color: #020223;
    padding: 3rem 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-header-nav ul {
    gap: 0;
    padding: 0 0 2rem;
  }
}
.p-header-nav ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 1220px) {
  .p-header-nav ul li {
    font-size: 40px;
    font-family: "Rajdhani", sans-serif;
    border-bottom: 1px solid #fff;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-header-nav ul li {
    font-size: 29.5px;
    line-height: 1;
    padding: 3.6rem 0 1.9rem 0;
  }
}
.p-header-nav ul li a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1220px) {
  .p-header-nav ul li a {
    padding: 0 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header-nav ul li a {
    padding: 0 1.85rem;
  }
}
.p-header-nav .p-header-btn {
  min-width: 205px;
  width: 100%;
  max-width: 205px;
}
@media screen and (max-width: 1350px) {
  .p-header-nav .p-header-btn {
    min-width: 175px;
  }
}
@media screen and (max-width: 1220px) {
  .p-header-nav .p-header-btn {
    width: 90%;
    margin: 0 auto;
    max-width: none;
  }
}
.p-header-nav .p-header-btn .c-btn--grad {
  padding: 21px 0;
  font-size: clamp(12px, 1.318vw, 16px);
  border-radius: 0;
  border: none;
}
@media screen and (max-width: 1220px) {
  .p-header-nav .p-header-btn .c-btn--grad {
    font-size: 24px;
    border-radius: 4px;
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-header-nav .p-header-btn .c-btn--grad {
    padding: 11px 21px;
    font-size: 18px;
  }
}
.p-header-nav .p-header-btn .c-btn--grad::after {
  display: none;
}
@media screen and (max-width: 1220px) {
  .p-header-nav .p-header-btn .c-btn--grad::after {
    display: block;
    width: 62px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-header-nav .p-header-btn .c-btn--grad::after {
    width: 46px;
    height: 22px;
  }
}

.p-header-hamburger {
  display: none;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .p-header-hamburger {
    display: block;
    width: 90px;
    height: 70px;
  }
  .p-header-hamburger span {
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
  }
  .p-header-hamburger span::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    top: -10px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
  }
  .p-header-hamburger span::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    top: 10px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .p-header-hamburger {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin-right: 7px;
  }
  .p-header-hamburger span {
    width: 35px;
    height: 2px;
  }
  .p-header-hamburger span::before {
    width: 35px;
  }
  .p-header-hamburger span::after {
    width: 35px;
  }
}
.p-header-hamburger.is-active span {
  background-color: transparent;
}
.p-header-hamburger.is-active span::before {
  transform: rotate(45deg);
  top: 0;
}
.p-header-hamburger.is-active span::after {
  transform: rotate(-45deg);
  top: 0;
}

.cgcw2025 main {
  color: #FFF;
}

.cgcw2025 .p-home {
  background-color: #111b37;
}

.cgcw2025 .p-home-lead {
  margin-bottom: 4rem;
  font-size: clamp(16px, 0.9375vw, 18px);
}

.cgcw2025 .p-home-sec01 {
  text-align: center;
  background-color: #000024;
  padding-bottom: 15.6rem;
  position: relative;
  z-index: 1;
  background-image: url(/DC/pics/cgcw2025_bg_sec01.png);
  background-size: cover;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-sec01 {
    padding-bottom: 7.5rem;
  }
}
.cgcw2025 .p-home-sec01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  background-image: url(/DC/pics/cgcw2025_bg_sec01_ball01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-sec01::before {
    background-image: url(/DC/pics/cgcw2025_bg_sec01_ball01-sp.png);
  }
}

.cgcw2025 .p-home-sec01 .l-container {
  padding-top: 10rem;
  padding-bottom: 9.6rem;
}

.cgcw2025 .p-home-sec01__h2 {
  display: inline-block;
  margin-bottom: 4.7rem;
  font-weight: 700;
  font-size: clamp(34px, 3.36vw, 46px);
  color: #fff;
  line-height: 1.4;
}

.cgcw2025 .p-home-sec01__lead {
  padding-bottom: 8.5rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 2.44;
  position: relative;
}

.cgcw2025 .p-home-sec01__calender {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.cgcw2025 .p-home-sec01__h3 {
  -webkit-clip-path: polygon(13px 0, 100% 0%, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%, 0 13px);
  display: inline-block;
  padding: 2rem 5rem;
  background: linear-gradient(to right, #16b9f6 0%, #0b91e9 100%);
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
  clip-path: polygon(13px 0, 100% 0%, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%, 0 13px);
}

.cgcw2025 .p-home-sec01__btn {
  width: 100%;
  max-width: 378px;
  margin: 4rem auto 0 auto;
}

.cgcw2025 .p-home-object01 {
  position: absolute;
  margin-top: -40rem;
  max-width: 258px;
  left: 0;
  width: 13.4375%;
  z-index: 5;
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 1470px) {
  .cgcw2025 .p-home-object01 {
    margin-top: -30rem;
  }
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-object01 {
    display: none;
  }
}

.cgcw2025 .p-home-object02 {
  position: absolute;
  margin-top: -166px;
  max-width: 224px;
  margin-left: 390px;
  left: 50%;
  transform: translateX(-50%);
  width: 11.66666667%;
  z-index: 5;
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-object02 {
    margin-top: -7rem;
    max-width: 91px;
    margin-left: 11rem;
    width: 100%;
  }
}

.cgcw2025 .p-home-object03 {
  position: absolute;
  margin-top: -100px;
  max-width: 316px;
  margin-left: 40px;
  width: 11.66666667%;
  z-index: 5;
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-object03 {
    margin-top: -5rem;
    max-width: 114px;
    margin-left: 2rem;
    width: 100%;
  }
}

.cgcw2025 .p-home-object04 {
  position: absolute;
  margin-top: -90px;
  max-width: 210px;
  margin-left: 143px;
  width: 11.66666667%;
  z-index: 5;
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-object04 {
    margin-top: -4rem;
    max-width: 114px;
    margin-left: 2rem;
    width: 100%;
  }
}

.cgcw2025 .p-home-object05 {
  position: absolute;
  margin-top: -130px;
  max-width: 316px;
  margin-left: 40px;
  width: 21.666667%;
  z-index: 5;
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-object05 {
    margin-top: -4rem;
    max-width: 114px;
    margin-left: 2rem;
    width: 100%;
  }
}

.cgcw2025 .p-home-livesession {
  margin-top: -11rem;
  padding-top: 17rem;
  position: relative;
  z-index: 2;
  background-image: url(/DC/pics/cgcw2025_bg_livesession.png);
  -webkit-mask-image: url(/DC/pics/cgcw2025_bg_livesession.png);
          mask-image: url(/DC/pics/cgcw2025_bg_livesession.png);
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-livesession {
    -webkit-mask-image: url(/DC/pics/cgcw2025_bg_livesession-sp.png);
            mask-image: url(/DC/pics/cgcw2025_bg_livesession-sp.png);
    background-image: url(/DC/pics/cgcw2025_bg_livesession-sp.png);
    background-repeat: repeat;
    background-size: 100%;
    background-position: 0% 0%;
    margin-top: -6rem;
    padding-top: 9rem;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
.cgcw2025 .p-home-livesession::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  background-image: url(/DC/pics/cgcw2025_p-home-livesession_bg_05.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-livesession::before {
    background-image: url(/DC/pics/cgcw2025_p-home-livesession_bg_05-sp.png);
  }
}

.cgcw2025 .p-home-livesession-box {
  position: relative;
  padding-bottom: 11.3rem;
}

.cgcw2025 .p-home-livesession-box__wrap {
  width: 49.075%;
}

.cgcw2025 .p-home-livesession-box__date {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.cgcw2025 .p-home-livesession-box__date p {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1.833;
}

.cgcw2025 .p-home-livesession-box__ico {
  display: inline-block;
  padding: 0 10px;
  padding: 5px 10px !important;
  background: linear-gradient(to right, #3EE4FF 0%, #2D80EE 100%);
  font-size: clamp(24px, 1.562vw, 30px);
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.cgcw2025 .p-home-livesession-box__ico--ja {
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.cgcw2025 .p-home-livesession-box__txt {
  font-size: clamp(28px, 2.083vw, 40px);
}

.cgcw2025 .p-home-livesession-box__h3 {
  font-size: clamp(24px, 2.34vw, 32px);
  line-height: 1.8;
  font-weight: 500;
  color: #1d2741;
  padding-bottom: 17px;
}
.cgcw2025 .p-home-livesession-box__h3 span {
  display: inline;
  background-color: #fff;
  padding: 0 5px;
}

.cgcw2025 .p-home-livesession-box__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 15px;
}

.cgcw2025 .p-home-livesession-box__company {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  vertical-align: baseline;
  padding-bottom: 7px;
}

.cgcw2025 .p-home-livesession-box__text {
  padding: 0.6rem 0 1.4rem;
}

.cgcw2025 .p-home-livesession-box__text p {
  line-height: 1.75;
}

.cgcw2025 .p-home-livesession-box__btn {
  width: 100%;
  max-width: 304px;
  margin-top: 2rem;
  background: #001b43;
}

.cgcw2025 .p-home-livesession-box figure {
  width: 54.445%;
  margin-left: -85px;
}

.cgcw2025 .p-home-livesession-box figure img {
  z-index: 1;
  position: relative;
}

.cgcw2025 .p-home-daikinroom {
  padding: 8rem 0;
}

.cgcw2025 .p-home-daikinroom-box {
  -webkit-clip-path: polygon(29px 0, 100% 0%, 100% calc(100% - 29px), calc(100% - 29px) 100%, 0 100%, 0 29px);
  padding: 2px;
  background-color: #FFF;
  clip-path: polygon(29px 0, 100% 0%, 100% calc(100% - 29px), calc(100% - 29px) 100%, 0 100%, 0 29px);
}

.cgcw2025 .p-home-daikinroom-box__in {
  -webkit-clip-path: polygon(29px 0, 100% 0%, 100% calc(100% - 29px), calc(100% - 29px) 100%, 0 100%, 0 29px);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 5rem 6rem;
  gap: 0;
  background: url(/DC/pics/cgcw2025-bg-daikinroom-box.png) no-repeat right bottom #0E1923;
  background-size: contain;
  clip-path: polygon(29px 0, 100% 0%, 100% calc(100% - 29px), calc(100% - 29px) 100%, 0 100%, 0 29px);
}

.cgcw2025 .p-home-daikinroom-box__wrap {
  width: 40%;
}

.cgcw2025 .p-home-daikinroom-box figure {
  width: 50%;
  text-align: center;
}

.cgcw2025 .p-home-daikinroom-box__h2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
  background: linear-gradient(to right, #16ADF6 0%, #0B91E9 100%);
  background-clip: text;
  font-weight: bold;
  font-size: clamp(34px, 2.5vw, 50px);
  font-family: "Oswald", sans-serif;
}

.cgcw2025 .p-home-daikinroom-box p {
  font-weight: 500;
  font-size: 18px;
}

.cgcw2025 .p-home-daikinroom-box__btn {
  max-width: 378px;
  margin-top: 3rem;
}

.cgcw2025 .p-home-daikinroom-box__btn a {
  padding: 10px 0;
}

.cgcw2025 .p-live {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-live {
    margin-top: 4.5rem;
  }
}

.cgcw2025 .p-live .l-container {
  width: 100%;
  padding: 5.4rem 0 7.1rem 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-live .l-container {
    padding: 4.1rem 0 4rem 0;
  }
}

.cgcw2025 .p-live__date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: clamp(32px, 2.5vw, 48px);
}
@media screen and (max-width: 410px) {
  .cgcw2025 .p-live__date {
    gap: 10px;
  }
}

.cgcw2025 .p-live__date__txt {
  font-family: "Roboto", sans-serif;
  font-size: clamp(24px, 3.367vw, 46px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-live__date__txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 470px) {
  .cgcw2025 .p-live__date__txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 410px) {
  .cgcw2025 .p-live__date__txt {
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 370px) {
  .cgcw2025 .p-live__date__txt {
    font-size: 16px;
  }
}

.cgcw2025 .p-live__date__txt span {
  font-size: clamp(24px, 2.196vw, 30px);
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-live__date__txt span {
    font-size: 17px;
  }
}

.cgcw2025 .p-live__dateicon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 26px;
  background: linear-gradient(90deg, rgba(193, 75, 225, 0.4) 0%, rgb(140, 63, 255) 50%, rgba(20, 119, 185, 0.4) 100%);
  font-size: 45.6px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  max-width: 232px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-live__dateicon {
    padding: 0px 15px;
  }
}

.cgcw2025 .p-live-lead {
  margin-top: 0.8rem;
  color: #8f96ab;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-live-lead {
    font-size: 14px;
    line-height: 1.71;
    margin-top: 0.7rem;
  }
}

.cgcw2025 .p-live-lead p {
  line-height: 2;
}

.cgcw2025 .p-mv {
  position: relative;
  height: calc(100vh - 90px);
  margin-top: 70px;
  overflow: hidden;
  text-align: center;
}

.cgcw2025 .p-mv-center {
  position: relative;
  width: 100%;
  height: 100%;
}

.cgcw2025 .p-mv .l-container {
  height: 100%;
}

.cgcw2025 .p-mv-ov {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.13);
}

.cgcw2025 .p-mv-movie {
  position: absolute;
  top: 0;
  /* fixed の場合。absolute でも同じ */
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.cgcw2025 .p-mv-movie iframe {
  -o-object-fit: cover;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200vh;
  min-width: 100%;
  height: 200vw;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.cgcw2025 .p-mv-date {
  padding-top: 4px;
}

.cgcw2025 .p-mv-btn {
  width: 530px;
  margin: 5rem auto 0 auto;
}

.cgcw2025 .p-mv-btn a {
  font-size: clamp(18px, 1.61vw, 22px);
}

.cgcw2025 .p-mv-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.u-mt--10 {
  margin-top: 1rem;
}

.u-mb--10 {
  margin-bottom: 1rem;
}

.u-mr--10 {
  margin-right: 1rem;
}

.u-ml--10 {
  margin-left: 1rem;
}

.u-mt--20 {
  margin-top: 2rem;
}

.u-mb--20 {
  margin-bottom: 2rem;
}

.u-mr--20 {
  margin-right: 2rem;
}

.u-ml--20 {
  margin-left: 2rem;
}

.u-mt--30 {
  margin-top: 3rem;
}

.u-mb--30 {
  margin-bottom: 3rem;
}

.u-mr--30 {
  margin-right: 3rem;
}

.u-ml--30 {
  margin-left: 3rem;
}

.u-mt--40 {
  margin-top: 4rem;
}

.u-mb--40 {
  margin-bottom: 4rem;
}

.u-mr--40 {
  margin-right: 4rem;
}

.u-ml--40 {
  margin-left: 4rem;
}

.u-mt--50 {
  margin-top: 5rem;
}

.u-mb--50 {
  margin-bottom: 5rem;
}

.u-mr--50 {
  margin-right: 5rem;
}

.u-ml--50 {
  margin-left: 5rem;
}

.u-mt--60 {
  margin-top: 6rem;
}

.u-mb--60 {
  margin-bottom: 6rem;
}

.u-mr--60 {
  margin-right: 6rem;
}

.u-ml--60 {
  margin-left: 6rem;
}

.u-mt--70 {
  margin-top: 7rem;
}

.u-mb--70 {
  margin-bottom: 7rem;
}

.u-mr--70 {
  margin-right: 7rem;
}

.u-ml--70 {
  margin-left: 7rem;
}

.u-mt--80 {
  margin-top: 8rem;
}

.u-mb--80 {
  margin-bottom: 8rem;
}

.u-mr--80 {
  margin-right: 8rem;
}

.u-ml--80 {
  margin-left: 8rem;
}

.u-mt--90 {
  margin-top: 9rem;
}

.u-mb--90 {
  margin-bottom: 9rem;
}

.u-mr--90 {
  margin-right: 9rem;
}

.u-ml--90 {
  margin-left: 9rem;
}

.u-mt--100 {
  margin-top: 10rem;
}

.u-mb--100 {
  margin-bottom: 10rem;
}

.u-mr--100 {
  margin-right: 10rem;
}

.u-ml--100 {
  margin-left: 10rem;
}

.u-mt--110 {
  margin-top: 11rem;
}

.u-mb--110 {
  margin-bottom: 11rem;
}

.u-mr--110 {
  margin-right: 11rem;
}

.u-ml--110 {
  margin-left: 11rem;
}

.u-mt--120 {
  margin-top: 12rem;
}

.u-mb--120 {
  margin-bottom: 12rem;
}

.u-mr--120 {
  margin-right: 12rem;
}

.u-ml--120 {
  margin-left: 12rem;
}

.u-mt--10 {
  margin-top: 1rem;
}

.u-mb--10 {
  margin-bottom: 1rem;
}

.u-mr--10 {
  margin-right: 1rem;
}

.u-ml--10 {
  margin-left: 1rem;
}

.u-mt--20 {
  margin-top: 2rem;
}

.u-mb--20 {
  margin-bottom: 2rem;
}

.u-mr--20 {
  margin-right: 2rem;
}

.u-ml--20 {
  margin-left: 2rem;
}

.u-mt--30 {
  margin-top: 3rem;
}

.u-mb--30 {
  margin-bottom: 3rem;
}

.u-mr--30 {
  margin-right: 3rem;
}

.u-ml--30 {
  margin-left: 3rem;
}

.u-mt--40 {
  margin-top: 4rem;
}

.u-mb--40 {
  margin-bottom: 4rem;
}

.u-mr--40 {
  margin-right: 4rem;
}

.u-ml--40 {
  margin-left: 4rem;
}

.u-mt--50 {
  margin-top: 5rem;
}

.u-mb--50 {
  margin-bottom: 5rem;
}

.u-mr--50 {
  margin-right: 5rem;
}

.u-ml--50 {
  margin-left: 5rem;
}

.u-mt--60 {
  margin-top: 6rem;
}

.u-mb--60 {
  margin-bottom: 6rem;
}

.u-mr--60 {
  margin-right: 6rem;
}

.u-ml--60 {
  margin-left: 6rem;
}

.u-mt--70 {
  margin-top: 7rem;
}

.u-mb--70 {
  margin-bottom: 7rem;
}

.u-mr--70 {
  margin-right: 7rem;
}

.u-ml--70 {
  margin-left: 7rem;
}

.u-mt--80 {
  margin-top: 8rem;
}

.u-mb--80 {
  margin-bottom: 8rem;
}

.u-mr--80 {
  margin-right: 8rem;
}

.u-ml--80 {
  margin-left: 8rem;
}

.u-mt--90 {
  margin-top: 9rem;
}

.u-mb--90 {
  margin-bottom: 9rem;
}

.u-mr--90 {
  margin-right: 9rem;
}

.u-ml--90 {
  margin-left: 9rem;
}

.u-mt--100 {
  margin-top: 10rem;
}

.u-mb--100 {
  margin-bottom: 10rem;
}

.u-mr--100 {
  margin-right: 10rem;
}

.u-ml--100 {
  margin-left: 10rem;
}

.u-mt--110 {
  margin-top: 11rem;
}

.u-mb--110 {
  margin-bottom: 11rem;
}

.u-mr--110 {
  margin-right: 11rem;
}

.u-ml--110 {
  margin-left: 11rem;
}

.u-mt--120 {
  margin-top: 12rem;
}

.u-mb--120 {
  margin-bottom: 12rem;
}

.u-mr--120 {
  margin-right: 12rem;
}

.u-ml--120 {
  margin-left: 12rem;
}

.u-margin--auto {
  margin-right: auto;
  margin-left: auto;
}

.u-text--center {
  text-align: center;
}

.u-text--left {
  text-align: left;
}

.u-text--right {
  text-align: right;
}

.u-sp {
  display: none;
}

.u-sp {
  display: none;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none !important;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none !important;
  text-align: center;
}

.lity-wrap:before {
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  content: "";
  vertical-align: middle;
}

.lity-loader {
  z-index: 9991;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -0.8em;
  color: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  display: inline-block;
  z-index: 9992;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: "";
}

.lity-close {
  -webkit-appearance: none;
  z-index: 9994;
  position: fixed;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  box-shadow: none;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  font-family: Arial, Baskerville, monospace;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.lity-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  box-shadow: none;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  font-family: Arial, Baskerville, monospace;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  display: block;
  max-width: 100%;
  border: 0;
  line-height: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  transform: translateZ(0);
  pointer-events: auto;
}

.lity-iframe-container iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-hide {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts//img/slick.woff") format("woff"), url("./fonts//img/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-family: "slick";
}
/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 20px;
  line-height: 1;
  font-family: "slick";
  opacity: 1;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: 30px;*/
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  color: black;
  font-size: 6px;
  line-height: 20px;
  font-family: "slick";
  text-align: center;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.js-slide {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.js-slide.slick-initialized {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  a:hover, a:active {
    text-decoration: none;
  }
  .p-channel--about {
    padding: 77px 0 56px 0;
  }
  .p-channel__title {
    margin: 0 0 22px 0;
    font-size: 30px;
  }
  .p-channel__copy {
    margin: 0 0 43px 0;
    font-size: 16px;
    text-align: center;
  }
  .p-channel__list {
    display: flex;
    justify-content: space-between;
  }
  .p-channel__list__item {
    width: 23.5849056604%;
  }
  .p-channel__list__img {
    margin: 0 0 16px 0;
  }
  .p-channel__list__copy {
    font-size: 14px;
  }
  .p-channel__btn {
    width: 374px;
    margin-top: 56px;
  }
  .p-channel__btn .is-text {
    font-size: 26px;
  }
  .p-channel__btn02 {
    width: 374px;
    margin-bottom: 52px;
  }
  .p-channel__btn02 .is-text {
    font-size: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .l-container {
    width: 100%;
  }
  .l-container {
    box-sizing: border-box;
    padding: 0 5.3333333333vw;
  }
  .cgcw2025 .p-contents-company ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  .cgcw2025 .p-contents-company__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .cgcw2025 .p-contents-company__wrap2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }
  .cgcw2025 main {
    overflow: hidden;
  }
  .cgcw2025 .p-home-meeting-box__time {
    font-size: clamp(18px, 1.458vw, 28px);
  }
  .cgcw2025 .p-home-meeting-box__time span {
    padding-right: 0;
  }
  .cgcw2025 .p-home-meeting-box__time br {
    display: none;
  }
  .cgcw2025 .p-home-meeting-box__speaker-company {
    font-size: clamp(13px, 0.78vw, 15px);
  }
  .cgcw2025 .p-home-meeting-box__speaker-name {
    font-size: clamp(18px, 1.354vw, 26px);
  }
  .cgcw2025 .p-home-meeting-box__speaker-name span {
    font-size: clamp(18px, 1.046vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .cgcw2025 .l-header {
    height: 6rem;
  }
  .c-btn--grad {
    font-size: 18px !important;
  }
  .c-btn--grad:after {
    width: 46px;
    height: 22px;
    right: 21px;
  }
  .c-btn--gray {
    font-size: 16px;
  }
  .c-flex-48 {
    width: 100%;
    margin-bottom: 2rem;
  }
  *[class^=c-img-box] img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2rem;
    float: none;
  }
  .c-img-box--l__item, .c-img-box--l img {
    width: 100%;
    max-width: initial;
    margin-right: 0;
  }
  .c-img-box--r__item, .c-img-box--r img {
    width: 100%;
    max-width: initial;
    margin-right: 0;
  }
  .c-img-box--half__item {
    width: 100%;
    max-width: initial;
    margin-right: 0;
  }
  .c-list-session > li {
    width: 100%;
  }
  .c-list-contents {
    padding-left: 3rem;
  }
  .c-list-contents li {
    font-size: 16px;
  }
  .c-list-contents.large li {
    font-size: 18px;
  }
  .c-list-contents.large li:not(:first-of-type) {
    margin-top: 1rem;
  }
  .c-table-point tr,
  .c-table-point th,
  .c-table-point td {
    display: block;
    width: 100%;
  }
  .c-table-point th br {
    display: none;
  }
  .c-table-point td {
    padding: 2rem;
  }
  .c-table-point td ul li {
    font-size: 15px;
  }
  .c-table-point td ul li::before {
    margin-right: 10px;
  }
  .c-title-settion__h2 {
    margin-bottom: 3.6rem;
  }
  .c-title-settion__h2__en {
    font-size: clamp(37.5px, 10vw, 75px);
  }
  .c-title-settion__h2__ja {
    font-size: 9px;
  }
  .c-title-settion__h2__ja2 {
    padding: 12px 0 0 0;
    font-size: 22px;
  }
  .c-title-sec__h2 {
    font-size: 26px;
  }
  .c-title-contents__h3 {
    font-size: 16px;
  }
  .cgcw2025 .c-titlearea figure {
    margin-bottom: 0rem;
  }
  .cgcw2025 .c-titlearea-event {
    margin-top: 4rem;
    background: url(/DC/pics/cgcw2025_bg_sec01.png) no-repeat 0 0;
    background-size: contain;
  }
  .cgcw2025 .c-titlearea-event__lead {
    font-size: 16px;
  }
  .cgcw2025 .c-titlearea-event__note p {
    font-size: 12px;
  }
  .p-channel--about {
    padding: 36px 0;
  }
  .p-channel__title {
    margin: 0 0 6.9333333333vw 0;
    font-size: 5.8666666667vw;
  }
  .p-channel__copy {
    width: 81.8666666667vw;
    margin: 0 auto 8.5333333333vw auto;
    font-size: 3.4666666667vw;
  }
  .p-channel__list {
    width: 81.8666666667vw;
    margin: 0 auto;
  }
  .p-channel__list__item {
    margin: 0 0 12.8vw 0;
  }
  .p-channel__list__item:last-child {
    margin: 0;
  }
  .p-channel__list__img {
    width: 64.5333333333vw;
    margin: 0 auto 6.4vw auto;
  }
  .p-channel__list__copy {
    font-size: 3.4666666667vw;
  }
  .p-channel__btn {
    width: 81.8666666667vw;
    margin-top: 14.9333333333vw;
  }
  .p-channel__btn .is-text {
    font-size: 5.8666666667vw;
  }
  .p-channel__btn02 {
    width: 81.8666666667vw;
    margin-bottom: 13.8666666667vw;
  }
  .p-channel__btn02 .is-text {
    font-size: 5.8666666667vw;
  }
  .cgcw2025 .p-anchor-link.detail-page {
    padding-top: 6rem;
  }
  .cgcw2025 .p-anchor-link ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 3.4rem 0 1.5rem;
    gap: 0;
  }
  .cgcw2025 .p-anchor-link ul li {
    width: 45%;
  }
  .cgcw2025 .p-anchor-link ul li a span::before {
    width: 17px;
    height: 30px;
    background-position: center 6px;
  }
  .cgcw2025 .p-anchor-link ul li a span::after {
    width: 17px;
    height: 30px;
    background-position: center 6px;
  }
  .cgcw2025 .p-anchor-link ul li a {
    display: inline-block;
    padding: 0rem 0rem 1.5rem 0;
    font-size: 15px;
  }
  .cgcw2025 .p-anchor-link ul li a span {
    padding-right: 32px;
  }
  .cgcw2025 .p-contents__h2 {
    font-size: 20px;
  }
  .cgcw2025 .p-contents-lead {
    font-size: 16px;
  }
  .cgcw2025 .p-contents-lead-center {
    text-align: left;
  }
  .cgcw2025 .p-contents__date span {
    font-size: 18px;
  }
  .cgcw2025 .p-contents__dateicon {
    font-size: 20px;
  }
  .cgcw2025 .p-contents-company ul {
    gap: 20px;
  }
  .cgcw2025 .p-contents-company ul li a {
    display: inline-block;
    width: 100%;
  }
  .cgcw2025 .p-contents-company__wrap a.u-sp {
    display: block !important;
  }
  .cgcw2025 .p-contents-company__wrap2.u-pc {
    display: none !important;
  }
  .p-contentsTop__right {
    width: calc(100% - 125px);
  }
  .cgcw2025 .p-contents-prof__wrapl {
    width: 125px;
  }
  .p-contentsTop {
    gap: 20px;
  }
  .cgcw2025 .p-contents-prof__wrapl figure {
    height: 100%;
    padding-top: 0;
  }
  .cgcw2025 .p-contents-prof__wrapl_in_inner {
    flex-direction: row;
    align-items: center;
  }
  .cgcw2025 .p-contents-prof__namewrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cgcw2025 .p-contents-prof__wrapr {
    width: 100%;
    min-height: inherit;
    padding: 2rem 2rem 4rem 2rem;
  }
  .p-contents-prof__potision {
    font-size: 12px;
  }
  .p-contentsBottom {
    padding: 0;
  }
  .cgcw2025 .p-contents-prof__wrapr p {
    font-size: 13px;
  }
  .cgcw2025 .p-contents-prof__h3 {
    margin-bottom: -4px;
    vertical-align: middle;
    margin-top: -10%;
  }
  .p-contents-prof__name {
    font-size: 20px;
  }
  .p-contentsBottom {
    margin-top: 3%;
  }
  .cgcw2025 .p-contents-prof__wrapl_in {
    top: -3rem;
  }
  .cgcw2025 .p-contents-prof__name2 {
    font-size: clamp(24px, 1.562vw, 30px);
  }
  .cgcw2025 .p-contents-prof__name2 span {
    font-size: 16px;
  }
  .cgcw2025 .p-contents-box__lead {
    font-size: 16px;
  }
  .p-event-box figure {
    width: 100%;
    max-width: 100%;
    margin-top: 5rem;
  }
  .p-event-box__wrap {
    width: 100%;
    max-width: 100%;
  }
  .p-event-box__h2 {
    padding: 3rem 0;
  }
  .p-event-box p {
    font-size: 16px;
  }
  .p-event-box.img-left figure {
    order: 2;
  }
  .p-event-box.img-left .p-event-box__wrap {
    order: 1;
  }
  .p-event__p {
    font-size: 16px;
  }
  .p-event-list li {
    width: 100%;
    padding: 1.5rem 0;
  }
  .p-event .p-contents-cta {
    margin-top: 4rem;
  }
  .cgcw2025 .p-header-logo__daikin a {
    padding: 10px 10px;
  }
  .cgcw2025 .p-header-inner {
    width: 68.933%;
  }
  .cgcw2025 .p-home-sec01 .l-container {
    padding-top: 7rem;
    padding-bottom: 2.6rem;
  }
  .cgcw2025 .p-home-sec01__h2 {
    font-size: 23px;
    line-height: 1.61;
    margin-bottom: 4.4rem;
  }
  .cgcw2025 .p-home-sec01__lead {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 5.6rem;
  }
  .cgcw2025 .p-home-sec01__calender {
    max-width: 98.577%;
  }
  .cgcw2025 .p-home-sec01__calender::before {
    width: 92px;
    height: 72px;
    right: 25px;
    bottom: -100px;
  }
  .cgcw2025 .p-home-sec01__h3 {
    padding: 2rem;
    font-size: 18px;
  }
  .cgcw2025 .p-home-sec01__calender {
    max-width: 98.577%;
  }
  .cgcw2025 .p-home-sec01__bg {
    background-image: url(/DC/pics/cgcw2025_bg_sec01_bottom-sp.png);
    background-repeat: contain;
    background-size: contain;
    bottom: -17.3333333333vw;
    -webkit-mask-image: none;
            mask-image: none;
    background-color: transparent;
  }
  .cgcw2025 .p-home-livesession-box {
    padding-bottom: 12.4rem;
  }
  .cgcw2025 .p-home-livesession-box__wrap {
    width: 100%;
  }
  .cgcw2025 .p-home-livesession-box__ico {
    font-size: 18px;
  }
  .cgcw2025 .p-home-livesession-box__txt {
    font-size: 22px;
  }
  .cgcw2025 .p-home-livesession-box__h3 {
    font-size: 25px;
    padding-bottom: 2.5rem;
  }
  .cgcw2025 .p-home-livesession-box__name {
    font-size: 20px;
    padding-bottom: 1.2rem;
  }
  .cgcw2025 .p-home-livesession-box__company {
    font-size: 13px;
  }
  .cgcw2025 .p-home-livesession-box figure {
    width: 100%;
    margin-left: 0;
    padding-bottom: 2.4rem;
  }
  .cgcw2025 .p-home-livesession-box__date p {
    font-size: 22px;
  }
  .cgcw2025 .p-home-livesession-box__text {
    line-height: 1.69;
    padding: 2.5rem 0 1rem;
  }
  .cgcw2025 .p-home-livesession-box__btn {
    max-width: 100%;
  }
  .cgcw2025 .p-home-livesession-box__btn .c-btn--blue {
    padding: 18px 27px;
    font-size: 20px;
  }
  .cgcw2025 .p-home-livesession-box__btn .c-btn--blue::after {
    width: 46px;
    height: 22px;
    right: 21px;
  }
  .cgcw2025 .p-home-meeting-box__date {
    width: 100%;
    max-width: 100%;
    padding: 1rem 0;
  }
  .cgcw2025 .p-home-meeting-box__date1 {
    display: inline-block;
    font-size: 30px;
  }
  .cgcw2025 .p-home-meeting-box__date2 {
    display: inline-block;
    font-size: 18px;
  }
  .cgcw2025 .p-home-meeting-box__wrapr {
    width: 100%;
    max-width: 100%;
  }
  .cgcw2025 .p-home-meeting-box__time {
    width: 100%;
    max-width: 100%;
    padding: 1rem 0;
    text-align: center;
  }
  .cgcw2025 .p-home-meeting-box__speaker {
    width: 78%;
  }
  .cgcw2025 .p-home-meeting-box__speaker figure {
    margin-top: inherit;
  }
  .cgcw2025 .p-home-meeting-box__speaker figure img {
    -o-object-position: center;
    object-position: center;
  }
  .cgcw2025 .p-home-meeting-box__speakerwrap {
    width: 78%;
  }
  .cgcw2025 .p-home-meeting__btn {
    margin: 5rem auto 0 auto;
  }
  .cgcw2025 .p-home-daikinroom-box__in {
    padding: 3rem 3rem;
  }
  .cgcw2025 .p-home-daikinroom-box__wrap {
    width: 100%;
  }
  .cgcw2025 .p-home-daikinroom-box figure {
    width: 100%;
    margin: 2rem auto 0 auto;
  }
  .cgcw2025 .p-home-daikinroom-box__h2 {
    font-size: 30px;
    text-align: center;
  }
  .cgcw2025 .p-home-daikinroom-box__btn {
    margin: 2rem auto;
  }
  .cgcw2025 .p-live__date__txt span {
    font-size: 16px;
  }
  .cgcw2025 .p-live__dateicon {
    font-size: 26px;
  }
  .cgcw2025 .p-mv {
    margin-top: 6rem;
  }
  .cgcw2025 .p-mv h1 > div:first-child {
    width: 87%;
    margin: 0 auto;
  }
  .cgcw2025 .p-mv h1 > div:last-child {
    width: 100%;
  }
  .cgcw2025 .p-mv h1 .mv_fadein1 {
    margin-bottom: 1.1rem;
  }
  .cgcw2025 .p-mv-date {
    width: 47.76119403%;
    margin: 0 auto;
  }
  .cgcw2025 .p-mv-btn {
    width: 100%;
    margin-top: 2.7rem;
  }
  .cgcw2025 .p-mv-btn a {
    padding: 1.1rem 2.2rem;
    font-size: 18px;
    text-align: left;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  br.u-sp {
    display: inline;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  br.u-sp {
    display: inline;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .c-list-session > li {
    width: 48%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-page-top a:focus:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }
  .c-page-top a:hover:focus {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }
  .c-text-link--underline:hover {
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .c-page-top a:hover:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .cgcw2025 .p-anchor-link ul li {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .cgcw2025 .p-contents-company__logo {
    width: 72%;
    height: auto;
    padding: 0 15px;
  }
  .cgcw2025 .p-header-logo__daikin {
    width: 31.067%;
  }
  .cgcw2025 .p-header-logo__autodesk {
    order: 1;
    width: 47.2%;
    margin: auto 0;
  }
  .cgcw2025 .p-header-btn {
    order: 2;
    width: 89.33%;
    margin: 0 auto;
  }
  .cgcw2025 .p-header-btn a {
    font-size: 18px !important;
    text-align: left;
  }
  .cgcw2025 .p-header-btn a::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .cgcw2025 .p-contents-prof__name1 {
    font-size: 12px;
  }
  .cgcw2025 .p-contents-prof__name2 {
    font-size: clamp(18px, 1.25vw, 24px);
  }
  .cgcw2025 .p-contents-prof__name2 span {
    font-size: 15px;
  }
  .cgcw2025 .p-home-meeting-box__wrap {
    flex-direction: column;
  }
  .cgcw2025 .p-home-meeting-box__logo {
    width: 100%;
    max-width: 100%;
    height: 70px;
  }
  .cgcw2025 .p-home-meeting-box__logo img:not(.sp) {
    display: none;
  }
  .cgcw2025 .p-home-meeting-box__logo img.sp {
    -o-object-fit: contain;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .cgcw2025 .p-home-meeting-box__speaker {
    width: 100%;
  }
  .cgcw2025 .p-home-meeting-box__speaker-namewrap {
    padding: 1rem 1rem 1rem 0;
  }
  .cgcw2025 .p-home-meeting-box__speakerwrap {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) and (max-width: 480px) {
  .cgcw2025 .p-home-meeting-box__speaker-company {
    margin-top: 0rem;
    font-size: 14px;
  }
  .cgcw2025 .p-home-meeting-box__speaker-name {
    font-size: 18px;
  }
  .cgcw2025 .p-home-meeting-box__speaker-name span {
    font-size: 12px;
  }
}
.floating_btn {
  position: fixed;
  bottom: 68px;
  right: 12px;
  z-index: 100;
  max-width: 146px;
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .floating_btn {
    max-width: 100%;
    bottom: 0;
    right: 0;
  }
}
.floating_btn .p-mv-btn {
  width: 100%;
}
.floating_btn .c-btn--grad {
  display: block;
  font-size: 17px !important;
  line-height: 1.5;
  padding: 13.5px 0;
}
@media screen and (max-width: 768px) {
  .floating_btn .c-btn--grad {
    border-radius: 0px;
    border: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16.5px !important;
  }
}
.floating_btn .c-btn--grad .small {
  font-size: 16px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .floating_btn .c-btn--grad .small {
    font-size: 16.5px !important;
    letter-spacing: 0;
  }
}
.floating_btn .c-btn--grad .arrow {
  margin-left: 5px;
}
.floating_btn .c-btn--grad .arrow img {
  max-width: 36px;
  width: 100%;
  height: 17px;
}
@media screen and (max-width: 768px) {
  .floating_btn .c-btn--grad .arrow {
    margin-left: 15px;
  }
}
.floating_btn .c-btn--grad::after {
  display: none;
}
.floating_btn.is-hidden {
  display: none !important;
  opacity: 0;
  pointer-events: none;
}

.c-table-overview {
  width: 100%;
}
.c-table-overview tr:last-child th, .c-table-overview tr:last-child td {
  border-bottom: none;
}
.c-table-overview th, .c-table-overview td {
  border-bottom: 1px solid rgba(136, 141, 155, 0.5);
  font-size: clamp(12px, 1.1713vw, 16px);
}
.c-table-overview th {
  width: 270px;
  padding: 2rem 0 2rem 5rem;
  font-weight: 500;
}
.c-table-overview td {
  padding: 2rem 5rem 2rem 0;
}
.c-table-overview td dl {
  display: flex;
}
.c-table-overview td dl + dl {
  margin-top: 5px;
}
.c-table-overview td dt {
  width: 220px;
  font-weight: 300;
}

.c-list-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.c-list-product__ttl {
  padding-top: 1.8rem;
  position: relative;
}
.c-list-product__ttl::after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 24px;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 44px auto;
  background-image: url(/DC/pics/cgcw2025_ico_arrow_004.png);
  transition: background-position 0.2s ease-out;
}

.c-list-product__ttls {
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}

.c-list-product__h3 {
  font-size: clamp(18px, 1.5373vw, 21px);
}

@media screen and (max-width: 768px) {
  .c-list-product__ttl {
    padding-top: 2.2rem;
  }
  .c-list-product__ttl::after {
    width: 44px;
    height: 44px;
    top: 20px;
    background-size: 44px auto;
  }
  .c-list-product__h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-table-overview th {
    font-size: 15px;
    width: 25%;
    padding: 1.5rem 0 1.8rem 0;
    flex-shrink: 0;
  }
  .c-table-overview td {
    width: 75%;
    letter-spacing: 0.02em;
    font-size: 14px;
    padding: 1.5rem 0 1.8rem 0;
  }
  .c-table-overview td dl {
    flex-direction: column;
  }
  .c-table-overview td dl + dl {
    margin-top: 1rem;
  }
  .c-table-overview td dt {
    width: 100%;
    font-weight: 300;
  }
  .c-table-overview td p:has(.mark) {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.cgcw2025 {
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
}
.cgcw2025 .p-home-realevent {
  color: #111b37;
  margin-top: -11rem;
  padding: 17rem 0 20rem;
  position: relative;
  z-index: 2;
  background-image: url(/DC/pics/cgcw2025_bg_realevent.png);
  -webkit-mask-image: url(/DC/pics/cgcw2025_bg_realevent.png);
          mask-image: url(/DC/pics/cgcw2025_bg_realevent.png);
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-realevent {
    -webkit-mask-image: url(/DC/pics/cgcw2025_bg_realevent-sp.png);
            mask-image: url(/DC/pics/cgcw2025_bg_realevent-sp.png);
    margin-top: -6rem;
    padding-top: 9rem;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
.cgcw2025 .p-home-realevent::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  top: 30%;
  left: 5%;
  background-image: url(/DC/pics/cgcw2025-meeting-box_bg1.png);
  background-repeat: no-repeat;
  background-size: 80%;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-realevent::before {
    display: none;
  }
}
.cgcw2025 .p-home-realevent .c-title-settion__h2 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-realevent .c-title-settion__h2 {
    margin-bottom: 3rem;
  }
}
.cgcw2025 .p-home-realevent .c-title-settion__h2__en {
  color: #111b37;
}
.cgcw2025 .p-home-realevent .c-title-settion__h2__ja {
  color: #111b37;
  border-top: 1px solid #111b37;
}
.cgcw2025 .c-title-settion__h2__ja {
  margin-top: -0.6em;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .c-title-settion__h2__ja {
    margin-top: -0.3em;
  }
}
.cgcw2025 .p-home-realevent__h3 {
  text-align: center;
  font-size: clamp(18px, 1.7569vw, 24px);
  font-weight: 700;
  padding-bottom: 0.8rem;
}
.cgcw2025 .p-home-realevent__h3 strong {
  font-size: clamp(24px, 2.489vw, 34px);
}
.cgcw2025 .p-home-realevent__h3 small {
  font-size: clamp(18px, 1.6105vw, 22px);
}
.cgcw2025 .p-home-realevent__lead {
  line-height: 1.8334;
  text-align: center;
  font-weight: 500;
  padding-bottom: 4rem;
  font-size: clamp(16px, 1.3177vw, 18px);
}
.cgcw2025 .p-home-realevent__note {
  color: #006caa;
  font-size: clamp(18px, 1.4641vw, 20px);
  line-height: 1.65;
  text-align: center;
  font-weight: 700;
}
.cgcw2025 .p-home-realevent-box {
  padding-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-realevent-box {
    padding-top: 0rem;
  }
}
.cgcw2025 .p-home-realevent-box__wrap {
  width: 44.44445%;
}
.cgcw2025 .p-home-realevent-box__img {
  margin-left: -33px;
}
.cgcw2025 .p-home-realevent-box__date {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.cgcw2025 .p-home-realevent-box__num {
  display: inline-block;
  background-color: #fff;
  padding: 5px 8px;
  line-height: 1;
  border: 1px solid #111b37;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-top: 4px;
  font-size: clamp(18px, 1.6105vw, 22px);
}
.cgcw2025 .p-home-realevent-box__time {
  font-weight: 300;
  font-size: clamp(18px, 1.7569vw, 24px);
}
.cgcw2025 .p-home-realevent-box__h3 {
  text-align: justify;
  padding-bottom: 1.5rem;
}
.cgcw2025 .p-home-realevent-box__h3 span {
  line-height: 2;
  display: inline;
  background-color: #111b37;
  letter-spacing: 0.01em;
  color: #ffffff;
  font-weight: 500;
  font-size: clamp(18px, 1.6105vw, 22px);
}
.cgcw2025 .p-home-realevent-box__name {
  font-size: clamp(18px, 1.7569vw, 24px);
  font-weight: 500;
  padding-bottom: 1.3rem;
}
.cgcw2025 .p-home-realevent-box__name span {
  display: block;
  font-size: clamp(12px, 1.0248vw, 14px);
  font-weight: 300;
  line-height: 1.2857;
}
.cgcw2025 .p-home-realevent-box__text {
  line-height: 1.75;
  font-size: clamp(12px, 1.1713vw, 16px);
  letter-spacing: 0.01em;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-realevent {
    background-image: none, url(/DC/pics/cgcw2025_bg_realevent-sp.png);
    background-repeat: no-repeat, repeat;
    background-size: 100%;
    background-position: 50% 50%, 0% 0%;
    background-attachment: scroll;
    margin-top: -3rem;
    padding: 9.5rem 0 6rem;
  }
  .cgcw2025 .p-home-realevent__h3 {
    text-align: left;
    font-size: 15px;
    padding-bottom: 2.3rem;
    line-height: 1.5;
  }
  .cgcw2025 .p-home-realevent__h3 strong {
    font-size: 25px;
    line-height: 1;
    letter-spacing: -0.03em;
  }
  .cgcw2025 .p-home-realevent__h3 small {
    font-size: 16px;
  }
  .cgcw2025 .p-home-realevent__lead {
    line-height: 1.78125;
    text-align: left;
    padding-bottom: 2.5rem;
    font-size: 16px;
  }
  .cgcw2025 .p-home-realevent__note {
    font-size: 18px;
    padding-bottom: 2.5rem;
    text-align: left;
  }
  .cgcw2025 .p-home-realevent-box__wrap {
    width: 100%;
  }
  .cgcw2025 .p-home-realevent-box__wrap + .p-home-realevent-box__wrap {
    margin-top: 4rem;
  }
  .cgcw2025 .p-home-realevent-box__img {
    margin-right: auto;
    margin-left: auto;
  }
  .cgcw2025 .p-home-realevent-box__date {
    padding-bottom: 6px;
  }
  .cgcw2025 .p-home-realevent-box__num {
    padding: 3px 7px;
    margin-top: 0;
    font-size: 20px;
  }
  .cgcw2025 .p-home-realevent-box__time {
    font-size: 22px;
  }
  .cgcw2025 .p-home-realevent-box__h3 {
    padding-bottom: 2.4rem;
    line-height: 2.3;
  }
  .cgcw2025 .p-home-realevent-box__h3 span {
    letter-spacing: 0.01em;
    font-size: 22px;
  }
  .cgcw2025 .p-home-realevent-box__name {
    font-size: 20px;
    padding-bottom: 2rem;
  }
  .cgcw2025 .p-home-realevent-box__name span {
    line-height: 1.4615;
    font-size: 13px;
  }
  .cgcw2025 .p-home-realevent-box__text {
    line-height: 1.6875;
    font-size: 16px;
    padding-bottom: 2.4rem;
    text-align: justify;
  }
}
.cgcw2025 .p-home-meeting {
  position: relative;
  padding: 15rem 0 10rem;
}
.cgcw2025 .p-home-meeting::before {
  background-image: url(/DC/pics/cgcw2025-meeting-box_figure2.png);
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 195px;
  height: 201px;
  bottom: 0;
  left: 50%;
  margin-left: 58rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 1280px) {
  .cgcw2025 .p-home-meeting::before {
    width: 20%;
    height: 30%;
    left: auto;
    margin-left: auto;
    transform: translateX(0);
    right: -3rem;
  }
}
.cgcw2025 .p-home-meeting-box {
  background-color: #fff;
  padding: 50px 4.63%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #2a3790;
}
.cgcw2025 .p-home-meeting-box h2 {
  margin-bottom: 0;
}
.cgcw2025 .p-home-meeting-box__wrap {
  width: 46.01227%;
}
.cgcw2025 .p-home-meeting-box__wrap p {
  font-size: clamp(12px, 1.1713vw, 16px);
  line-height: 1.75;
}
.cgcw2025 .p-home-meeting-box__h2 {
  font-weight: 700;
  font-size: clamp(24px, 2.4158vw, 33px);
  padding-bottom: 2rem;
}
.cgcw2025 .p-home-meeting-box__h2 span {
  font-weight: 300;
  font-size: clamp(18px, 1.7569vw, 24px);
}
.cgcw2025 .p-home-meeting-box__img {
  max-width: 500px;
  width: 51.124745%;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-meeting {
    background-image: none;
    padding: 5.5rem 0 4rem;
  }
  .cgcw2025 .p-home-meeting::before {
    content: none;
  }
  .cgcw2025 .p-home-meeting-box {
    background-color: #fff;
    padding: 10px 8.06% 25px;
    flex-direction: column;
    gap: 3rem;
  }
  .cgcw2025 .p-home-meeting-box h2 {
    margin-bottom: 8px;
  }
  .cgcw2025 .p-home-meeting-box__wrap {
    width: 100%;
  }
  .cgcw2025 .p-home-meeting-box__wrap p {
    line-height: 1.6875;
    font-size: 16px;
  }
  .cgcw2025 .p-home-meeting-box__h2 {
    font-size: 25px;
    padding-bottom: 0;
  }
  .cgcw2025 .p-home-meeting-box__h2 span {
    font-size: 17px;
  }
  .cgcw2025 .p-home-meeting-box__img {
    max-width: 100%;
    width: 100%;
  }
}
.cgcw2025 .p-home-conference__h2 {
  position: relative;
  margin-bottom: 1rem;
}
.cgcw2025 .p-home-conference__h2::before {
  display: block;
  width: 58%;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #888d9b;
  z-index: -1;
  content: "";
}
.cgcw2025 .p-home-conference__h2 span {
  font-size: clamp(18px, 1.68374vw, 23px);
}
.cgcw2025 .p-home-conference__map {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 30rem;
}
.cgcw2025 .p-home-conference__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-conference__h2 {
    margin-bottom: 8px;
  }
  .cgcw2025 .p-home-conference__h2::before {
    content: none;
  }
  .cgcw2025 .p-home-conference__h2 span {
    font-size: 15px;
  }
  .cgcw2025 .p-home-conference__map {
    padding-top: 18.5rem;
  }
}
.cgcw2025 .p-home-overview {
  background-color: #000;
  padding: 6rem 0 5rem;
  position: relative;
  z-index: 2;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.cgcw2025 .p-home-overview::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  background-image: url(/DC/pics/cgcw2025-bg-home-overview.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-overview::before {
    background-image: url(/DC/pics/cgcw2025-bg-home-overview-sp.jpg);
  }
}
.cgcw2025 .p-home-overview .l-container {
  position: relative;
}
.cgcw2025 .p-home-overview .c-title-sec__h2 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-overview {
    padding: 6rem 0;
    background: url(/DC/pics/cgcw2025-bg-home-overview-sp.jpg) no-repeat center 0;
    background-size: cover;
    background-attachment: scroll;
  }
  .cgcw2025 .p-home-overview .l-container {
    padding: 0 17px;
  }
  .cgcw2025 .p-home-overview .l-container::before {
    width: 107px;
    height: 87px;
    top: -9.5rem;
    left: 2.7rem;
    background-image: url(/DC/pics/cgcw2025-overview-box_figure-sp.png);
  }
  .cgcw2025 .p-home-overview .c-title-sec__h2 {
    margin-bottom: 5rem;
  }
}
.cgcw2025 .p-home-product {
  padding: 10rem 0 13rem;
  background-color: #111b37;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.cgcw2025 .p-home-product::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  background-image: url(/DC/pics/cgcw2025-bg-products-bottom.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-product::before {
    display: none;
  }
}
.cgcw2025 .p-home-product .p-list-autodesk {
  gap: 43px 4.32098765%;
  padding-bottom: 13rem;
}
.cgcw2025 .p-home-product .p-list-autodesk li {
  border: 1px solid #666666;
  width: 21.75925926%;
}
.cgcw2025 .p-home-product .p-list-hardware {
  gap: 9rem 3.47222222%;
  padding-bottom: 0;
}
.cgcw2025 .p-home-product .p-list-hardware li {
  width: 31.01851852%;
}
@media screen and (min-width: 769px) {
  .cgcw2025 .p-home-product .p-list-hardware a:hover .c-list-product__ttl::after {
    background-position: 50% 100%;
  }
}
.cgcw2025 .p-home-product__h3 {
  text-align: center;
  margin-bottom: 6rem;
  font-size: clamp(18px, 1.6105vw, 22px);
  padding: 1rem 0;
  font-weight: 500;
  background-image: url(/DC/pics/cgcw2025-bg-purchase-box_h3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 100%;
}
.cgcw2025 .p-home-purchase-box {
  background-image: url(/DC/pics/cgcw2025-bg-home-purchase.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 6rem 2rem 9rem;
  position: relative;
  margin-bottom: 8.4rem;
}
.cgcw2025 .p-home-purchase-box::before {
  content: "";
  display: block;
  width: 170px;
  height: 152px;
  position: absolute;
  top: -6rem;
  right: -7rem;
  background-image: url(/DC/pics/cgcw2025-purchase-box_figure.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.cgcw2025 .p-home-purchase-box .c-list-session__btn {
  padding-top: 4rem;
}
.cgcw2025 .p-home-purchase-box__h2 {
  font-size: clamp(24px, 2.489vw, 34px);
  font-weight: 400;
  margin-bottom: 7rem;
}
.cgcw2025 .p-home-purchase-reason {
  border: 1px solid #c5c4ad;
  border-top: none;
  position: relative;
  background-image: url(/DC/pics/cgcw2025-bg-purchase-box.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 100%;
  max-width: 960px;
  width: 100%;
  padding-bottom: 1.6rem;
  margin: 0 auto 3.6rem;
}
.cgcw2025 .p-home-purchase-reason::before, .cgcw2025 .p-home-purchase-reason::after {
  content: "";
  display: block;
  width: calc((100% - 300px) / 2);
  height: 1px;
  background-color: #c5c4ad;
  position: absolute;
  top: 0;
}
.cgcw2025 .p-home-purchase-reason::before {
  left: 0;
}
.cgcw2025 .p-home-purchase-reason::after {
  right: 0;
}
.cgcw2025 .p-home-purchase-reason dt {
  position: relative;
  top: -3.7rem;
  color: #fffa90;
  font-size: clamp(18px, 1.7569vw, 24px);
  line-height: 1;
  display: inline-block;
  padding: 0 1.5rem;
}
.cgcw2025 .p-home-purchase-reason dt span {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 1;
}
.cgcw2025 .p-home-purchase-reason__list {
  display: flex;
}
.cgcw2025 .p-home-purchase-reason__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 1.1713vw, 16px);
  line-height: 1.5;
  position: relative;
  padding: 3px 0 10px;
  min-height: 85px;
  width: 25%;
  border-right: 1px solid rgba(197, 196, 173, 0.5);
}
.cgcw2025 .p-home-purchase-reason__list li:last-child {
  border-right: none;
}
.cgcw2025 .p-home-purchase-box__h3 {
  padding-bottom: 4px;
  font-size: clamp(18px, 1.8301vw, 25px);
}
.cgcw2025 .p-home-purchase-box__h3 span {
  width: 16px;
  display: inline-block;
  margin: 0 1rem;
}
.cgcw2025 .p-home-purchase-box__h3 span img {
  vertical-align: baseline;
}
.cgcw2025 .p-home-purchase-box__lead {
  font-size: clamp(12px, 1.2445vw, 17px);
  line-height: 1.647;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-product {
    background-image: none;
    padding: 4rem 0 4.5rem;
  }
  .cgcw2025 .p-home-product .c-title-sec__h2 {
    margin-bottom: 3rem;
  }
  .cgcw2025 .p-home-product .p-list-autodesk {
    gap: 20px 7.46268657%;
    padding-bottom: 7rem;
  }
  .cgcw2025 .p-home-product .p-list-autodesk li {
    width: 46.268656715%;
  }
  .cgcw2025 .p-home-product .p-list-hardware {
    gap: 3.8rem 0;
    padding-bottom: 0;
  }
  .cgcw2025 .p-home-product .p-list-hardware li {
    width: 100%;
  }
  .cgcw2025 .p-home-product__h3 {
    margin-bottom: 4rem;
    padding: 6px 0;
    font-size: 21px;
    line-height: 1.5238;
    background-image: url(/DC/pics/cgcw2025-bg-purchase-box_h3-sp.png);
  }
  .cgcw2025 .p-home-purchase-box {
    background-image: url(/DC/pics/cgcw2025-bg-home-purchase-sp.jpg);
    padding: 3rem 2.5rem 4rem;
    margin: 0 -2rem 3.5rem;
  }
  .cgcw2025 .p-home-purchase-box::before {
    content: "";
    display: block;
    width: 85px;
    height: 76px;
    top: -4.5rem;
    right: 2.2rem;
  }
  .cgcw2025 .p-home-purchase-box .c-list-session__btn {
    padding-top: 2.5rem;
  }
  .cgcw2025 .p-home-purchase-box__h2 {
    font-size: 21px;
    margin-bottom: 5rem;
  }
  .cgcw2025 .p-home-purchase-reason {
    background-image: url(/DC/pics/cgcw2025-bg-purchase-box-sp.png);
    background-size: cover;
    max-width: 100%;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
  }
  .cgcw2025 .p-home-purchase-reason::before, .cgcw2025 .p-home-purchase-reason::after {
    width: calc((100% - 60.8vw) / 2);
  }
  .cgcw2025 .p-home-purchase-reason dt {
    font-size: 19px;
    padding: 0 1rem;
    top: -2.5rem;
  }
  .cgcw2025 .p-home-purchase-reason dt span {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .cgcw2025 .p-home-purchase-reason__list {
    flex-direction: column;
  }
  .cgcw2025 .p-home-purchase-reason__list li {
    width: 77%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.321;
    padding: 1.8rem 0;
    min-height: initial;
    border-right: none;
    border-bottom: 1px solid rgba(197, 196, 173, 0.5);
  }
  .cgcw2025 .p-home-purchase-reason__list li:last-child {
    border-bottom: none;
  }
  .cgcw2025 .p-home-purchase-box__h3 {
    padding-bottom: 1rem;
    font-size: 18px;
  }
  .cgcw2025 .p-home-purchase-box__h3 span {
    width: 12px;
    margin: 0 0.9rem;
  }
  .cgcw2025 .p-home-purchase-box__lead {
    font-size: 14px;
    line-height: 1.714;
    padding-bottom: 1.2rem;
  }
}
.cgcw2025 .p-home-information {
  background-image: url(/DC/pics/cgcw2025_bg_realevent.jpg);
  background-repeat: repeat;
  background-size: 50px 50px;
  padding: 10rem 0 11rem;
  color: #111b37;
}
.cgcw2025 .p-home-information figure {
  width: 46.297%;
}
.cgcw2025 .p-home-information figure img {
  width: 100%;
}
.cgcw2025 .p-home-information .c-list-session__btn {
  margin-top: 3rem;
}
.cgcw2025 .p-home-information__h2 {
  font-size: clamp(40px, 4.6852vw, 64px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 4rem;
}
.cgcw2025 .p-home-information__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.cgcw2025 .p-home-information__text {
  width: 45.69%;
}
.cgcw2025 .p-home-information__text__ttl {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: clamp(18px, 1.6105vw, 22px);
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-information__text__ttl {
    font-size: 18.5px;
    line-height: 1.56;
    margin-bottom: 1.9rem;
  }
}
.cgcw2025 .p-home-information__text__ttl + p {
  line-height: 1.75;
  letter-spacing: 0.01em;
  font-size: clamp(12px, 1.1713vw, 16px);
}
.cgcw2025 .p-home-information__text__ttl .small {
  font-size: clamp(12px, 1.1713vw, 16px);
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-information__text__ttl .small {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .cgcw2025 .p-home-information {
    background-size: 30px 30px;
    padding: 9rem 0 8.5rem;
  }
  .cgcw2025 .p-home-information figure {
    width: 100%;
  }
  .cgcw2025 .p-home-information .c-list-session__btn {
    margin-top: 4.5rem;
  }
  .cgcw2025 .p-home-information__h2 {
    font-size: 38px;
    margin-bottom: 4.6rem;
  }
  .cgcw2025 .p-home-information__wrap {
    flex-direction: column;
    gap: 3rem;
  }
  .cgcw2025 .p-home-information__text {
    width: 100%;
  }
  .cgcw2025 .p-home-information__text__ttl {
    font-size: 18.5px;
  }
  .cgcw2025 .p-home-information__text__ttl + p {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}

.page_view.cgcw2025 .p-header-inner {
  justify-content: space-between;
  flex-grow: 1;
}
.page_view.cgcw2025 .p-header-inner .p-header-nav {
  margin-left: 3rem;
}
@media screen and (max-width: 1220px) {
  .page_view.cgcw2025 .p-header-inner .p-header-nav {
    margin-left: 0;
  }
}
.page_view .p-home-sec01 .p-home-sec01__lead {
  padding-bottom: 6.9rem;
}
@media screen and (max-width: 768px) {
  .page_view .p-home-sec01 .p-home-sec01__lead {
    padding-bottom: 5.7rem;
  }
}
.page_view .p-home-sec01 .l-container {
  padding-bottom: 7.1rem;
}
.page_view .p-home-sec01 .l-container._video {
  padding-top: 0;
  padding-bottom: 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .page_view .p-home-sec01 .l-container._video {
    width: 100%;
    padding: 0;
  }
}
.page_view .p-home-sec01::after {
  content: "";
  position: absolute;
  background-image: url(/DC/pics/cgcw2025_bg_sec01_ball03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 258px;
  height: 370px;
  bottom: 350px;
  left: 0px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page_view .p-home-sec01::after {
    display: none;
  }
}
.page_view .p-home-livesession:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .page_view .p-home-livesession .c-title-contents__h3 {
    padding-left: 1em;
    text-indent: -0.8em;
  }
}
.page_view .p-home-livesession .l-container._ondemand .c-title-contents__h3 {
  margin-top: -2.8rem;
  margin-bottom: 7.4rem;
}
@media screen and (max-width: 768px) {
  .page_view .p-home-livesession .l-container._ondemand .c-title-contents__h3 {
    margin-top: 2.1rem;
    margin-bottom: 2.9rem;
  }
}
.page_view .p-home-product {
  position: relative;
  z-index: 3;
}

.page_end .p-header-inner {
  justify-content: space-between;
  flex-grow: 1;
}
.page_end .p-header-inner .p-header-nav {
  margin-left: 3rem;
  flex-grow: 1;
}
@media screen and (max-width: 1220px) {
  .page_end .p-header-inner .p-header-nav {
    margin-left: 0;
  }
}
.page_end .p-header-inner .p-header-nav .c-btn--grad {
  max-width: 205px;
  margin-right: 0;
}
@media screen and (max-width: 1220px) {
  .page_end .p-header-inner .p-header-nav .c-btn--grad {
    max-width: 100%;
  }
}
.page_end .c-btn--grad {
  background: #494949;
  color: #fff;
  border-radius: 0;
  border: none;
  cursor: default;
}
.page_end .c-btn--grad::before {
  display: none;
}
.page_end .c-btn--grad::after {
  display: none;
}
.page_end .p-header-nav .p-header-btn .c-btn--grad:after {
  display: none;
}

.page_event .p-header-inner {
  justify-content: space-between;
  flex-grow: 1;
}
.page_event .p-header-inner .p-header-nav {
  margin-left: 3rem;
  flex-grow: 1;
}
@media screen and (max-width: 1220px) {
  .page_event .p-header-inner .p-header-nav {
    margin-left: 0;
  }
}
.page_event .p-header-inner .p-header-nav .c-btn--grad {
  max-width: 205px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page_event .p-header-inner .p-header-nav .c-btn--grad {
    max-width: 100%;
  }
}
.page_event .c-btn--grad {
  background: rgba(28, 32, 55, 0.5);
  color: #fff;
  cursor: default;
}
.page_event .c-btn--grad::before {
  display: none;
}
.page_event .c-btn--grad::after {
  display: none;
}
.page_event .p-header-nav .p-header-btn .c-btn--grad:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .page_event.cgcw2025 .p-mv-btn a {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .page_event.cgcw2025 .p-home-sec01 {
    padding-bottom: 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page_event.cgcw2025 .p-home-livesession::before {
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
}
.page_event.cgcw2025 .p-home-livesession::after {
  top: -350px;
}

#flipdesk_root {
  display: none !important;
}

.page_session.cgcw2025 .p-home {
  background-color: transparent;
}
.page_session.cgcw2025 .p-anchor-link {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .page_session.cgcw2025 .p-anchor-link .l-container {
    border-bottom: 1px solid #888d9b;
  }
}
.page_session.cgcw2025 .p-mv-btn a .c-btn--grad._questionnaire {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .page_session.cgcw2025 .p-mv-btn a .c-btn--grad._questionnaire {
    font-size: 20px;
  }
}
.page_session .p-mv-btn {
  margin-top: 3.5rem;
  max-width: 535px;
  width: 100%;
  margin-top: 8.7rem;
}
@media screen and (max-width: 768px) {
  .page_session .p-mv-btn {
    margin-top: 4rem;
    max-width: 335px;
  }
}
.page_session .c-title-area-video {
  margin-top: 8.5rem;
}
@media screen and (max-width: 768px) {
  .page_session .c-title-area-video {
    margin-top: 0rem;
  }
}
.page_session .c-btn--grad::after {
  display: none;
}
.page_session .c-btn--grad._questionnaire {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  max-width: 535px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page_session .c-btn--grad._questionnaire {
    max-width: 335px;
  }
}
.page_session .p-live .c-title-contents__h3 {
  font-size: 23px;
  line-height: 1.913;
  text-align: center;
  margin-top: 7rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .page_session .p-live .c-title-contents__h3 {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 2.4rem;
    margin-bottom: 4.8rem;
  }
}
.page_session .p-session__ttl {
  font-size: clamp(24px, 2.635vw, 36px);
  font-weight: 500;
  text-align: center;
  line-height: 1.333;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .page_session .p-session__ttl {
    font-size: 22px;
    padding-bottom: 4rem;
  }
}
.page_session .p-session-video-box {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .page_session .p-session-video-box {
    gap: 5rem;
    margin-bottom: 4rem;
  }
}
.page_session .p-session-video-box__item {
  display: flex;
  gap: 3rem;
  border-bottom: 1px solid rgba(136, 141, 155, 0.5);
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .page_session .p-session-video-box__item {
    flex-direction: column;
    gap: 2.5rem;
    padding-bottom: 4rem;
  }
}
.page_session .p-session-video-box__item .p-session-video {
  max-width: 530px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page_session .p-session-video-box__item .p-session-video {
    max-width: 100%;
  }
}
.page_session .p-session-video-box__item .p-session-video__txt {
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page_session .p-session-video-box__item .p-session-video__txt {
    max-width: 100%;
    border-top: none;
  }
}
.page_session .p-session-video-box__item .p-session-video__txt .p-session-video__category {
  display: flex;
  align-items: center;
  margin-top: 3.9rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 768px) {
  .page_session .p-session-video-box__item .p-session-video__txt .p-session-video__category {
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
}
.page_session .p-session-video-box__item .p-session-video__txt .p-session-video__category .part {
  font-size: 16px;
  line-height: 1;
  border: 1px solid #fff;
  padding: 2px 6px;
}
@media screen and (max-width: 768px) {
  .page_session .p-session-video-box__item .p-session-video__txt .p-session-video__category .part {
    font-size: 14px;
    padding: 2px 5px;
  }
}
.page_session .p-session-video-box__item .p-session-video__txt .p-session-video__category .time {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .page_session .p-session-video-box__item .p-session-video__txt .p-session-video__category .time {
    font-size: 13px;
  }
}
.page_session .p-session-video-box__item .p-session-video__txt .p-session-video__ttl {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page_session .p-session-video-box__item .p-session-video__txt .p-session-video__ttl {
    font-size: 18px;
  }
}
.page_session .p-session-video-box__item .p-session-video__txt .c-list-session__btn {
  padding-top: 3rem;
}
.page_session .p-session-video-box__item .p-session-video__txt .c-list-session__btn .c-btn--blue._btn01 {
  max-width: 304px;
  width: 100%;
  border: 1px solid #fff;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .page_session .p-session-video-box__item .p-session-video__txt .c-list-session__btn .c-btn--blue._btn01 {
    max-width: 100%;
  }
}
.page_session .c-title-sec__h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(90deg, rgba(6, 15, 38, 0) 0%, rgb(6, 15, 38) 50%, rgba(6, 15, 38, 0) 100%);
  padding: 17.5px 0;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, rgba(229, 71, 241, 0) 0%, rgb(229, 71, 241) 30%, rgb(48, 112, 240) 60%, rgba(48, 112, 240, 0) 100%);
     border-image: linear-gradient(90deg, rgba(229, 71, 241, 0) 0%, rgb(229, 71, 241) 30%, rgb(48, 112, 240) 60%, rgba(48, 112, 240, 0) 100%);
  border-image-slice: 1;
  margin-bottom: 7.3rem;
}
@media screen and (max-width: 768px) {
  .page_session .c-title-sec__h2 {
    font-size: 20px;
    padding: 1.5rem 0;
    margin-bottom: 2.9rem;
  }
}
.page_session .p-contents .c-title-sec__h2 {
  margin-top: 10rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .page_session .p-contents .c-title-sec__h2 {
    margin-top: 6.5rem;
    margin-bottom: 3.5rem;
  }
}
.page_session .p-contents .c-title-sec__h2:first-of-type {
  margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  .page_session .p-contents .c-title-sec__h2:first-of-type {
    margin-top: 6rem;
  }
}
.page_session .p-contents .p-contents-box {
  max-width: 1080px;
  width: 100%;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .page_session .p-contents .p-contents-box {
    padding: 0 0px;
  }
}
.page_session .p-contents .p-contents-box + .p-contents-box {
  padding-top: 28px;
}
@media screen and (max-width: 768px) {
  .page_session .p-contents .p-contents-box + .p-contents-box {
    padding-top: 25px;
  }
}
.page_session .p-contents .c-title-contents__h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.27;
}
@media screen and (max-width: 768px) {
  .page_session .p-contents .c-title-contents__h3 {
    font-size: 18px;
  }
}
.page_session .p-contents .c-title-contents__h3 + ul {
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page_session .p-contents .c-title-contents__h3 + ul {
    margin-top: 1.5rem;
    padding-left: 1.7rem;
  }
}
.page_session .p-contents .c-title-contents__h3._dots::before {
  content: "・";
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.page_session .p-contents .c-list-contents li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .page_session .p-contents .c-list-contents > li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}
.page_session .p-contents .c-list-contents > li::before {
  content: "ー";
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-right: 1rem;
}
.page_session .p-contents .c-list-contents > li:has(ul)::before {
  content: none;
}
.page_session .p-contents .c-list-contents > li:has(ul) ul {
  padding-left: 2.2rem;
}
.page_session .p-contents .c-list-contents > li li::before {
  content: "・";
}
.page_session .p-contents .c-list-contents > li li:has(ul)::before {
  content: none;
}
.page_session .p-contents .c-list-contents > li li ul {
  padding-left: 1.2rem;
}
.page_session .p-contents .c-list-contents._dots > li::before {
  content: "・";
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page_session .p-contents .c-list-contents._dots > li {
    padding-left: 0.6em;
    text-indent: -1em;
  }
}
.page_session .p-contents .c-list-contents._dots > li:has(ul)::before {
  content: none;
}
.page_session .p-contents .c-list-contents._dots > li:has(ul) ul {
  padding-left: 1.2rem;
}
.page_session .p-contents .c-list-contents__soft {
  font-size: 18px;
  line-height: 2.56;
}
@media screen and (max-width: 768px) {
  .page_session .p-contents .c-list-contents__soft {
    font-size: 14px;
    line-height: 2.14285714;
  }
}
.page_session .p-contents .c-list-contents__soft .soft-name {
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .page_session .p-contents .c-list-contents__soft .soft-name:hover {
    border-bottom: 1px solid transparent;
  }
}
.page_session .p-contents .c-list-contents__soft .window {
  margin-left: 8px;
}
.page_session .p-contents .p-contents-company__wrap2 {
  font-size: 15px;
}
.page_session .p-contents .p-contents-company__wrap2 .window {
  margin-left: 8px;
}
.page_session .p-home-product {
  background-image: none;
  padding-bottom: 5.4rem;
}
@media screen and (max-width: 768px) {
  .page_session .p-home-product {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page_session .p-home-purchase-box {
    margin-bottom: 0;
  }
}
.page_session .adj {
  display: none;
}
@media screen and (max-width: 900px) {
  .page_session .adj {
    display: block;
  }
}
.page_session .p-anchor-link .p-mv-btn {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .page_session .p-anchor-link .p-mv-btn {
    margin-bottom: 3rem;
  }
}
.page_session #session-contents + .p-contents-lead {
  font-size: clamp(14px, 1.3177vw, 18px);
}
@media screen and (max-width: 768px) {
  .page_session .floating_btn .p-mv-btn {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page_session .p-contents-cta__btn {
    max-width: 300px;
  }
  .page_session .p-contents-cta__btn .c-btn--blue {
    font-size: 18px;
  }
  .page_session .p-contents-cta__btn .c-btn--blue._btn02 {
    padding: 15px 16px;
  }
}



