@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333333;
}

body {
  overflow-x: hidden;
}

.wrap {
  position: relative;
  overflow-x: hidden;
}

p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.3rem;
  }
}
section {
  position: relative;
  z-index: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sp_bl {
  display: none;
}

.sp_no {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp_bl {
    display: block;
  }
  .sp_no {
    display: none;
  }
}
.dis_no {
  display: none !important;
}

.out_1 {
  pointer-events: none;
  opacity: 0.5;
}

.back_cl {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.fadein {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.fadein.active {
  opacity: 1;
}

.fadein_t {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fadein_t.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_l {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fadein_l.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_r {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fadein_r.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_b {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fadein_b.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_img {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}
.fadein_img img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.fadein_img.active {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}
.fadein_img.active img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.anime_d_01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.anime_d_01 img {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.anime_d_02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.anime_d_02 img {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.anime_d_03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.anime_d_03 img {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.anime_d_04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.anime_d_04 img {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.anime_d_05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anime_d_05 img {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.anime_d_06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.anime_d_06 img {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.anime_d_07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.anime_d_07 img {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.anime_d_08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.anime_d_08 img {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.anime_d_09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.anime_d_09 img {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.anime_d_10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.anime_d_10 img {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.anime_d_11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.anime_d_11 img {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.anime_d_12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.anime_d_12 img {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.anime_d_13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.anime_d_13 img {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.anime_d_14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.anime_d_14 img {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.anime_d_15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.anime_d_15 img {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.anime_d_16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.anime_d_16 img {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.anime_d_17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.anime_d_17 img {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.anime_d_18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.anime_d_18 img {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.anime_d_19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.anime_d_19 img {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.anime_d_20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.anime_d_20 img {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.footer {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(240, 50, 90)), color-stop(41%, rgb(226, 57, 101)), to(rgb(45, 150, 250)));
  background-image: linear-gradient(90deg, rgb(240, 50, 90), rgb(226, 57, 101) 41%, rgb(45, 150, 250));
  padding: min(7.2rem, 5.270863836vw) 0 min(5.4rem, 3.953147877vw);
}
.footer .archive_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(2rem, 1.4641288433vw) 1fr min(2rem, 1.4641288433vw) 1fr min(2rem, 1.4641288433vw) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: min(2rem, 1.4641288433vw);
}
.footer .archive_list li {
  width: 100%;
}
.footer .archive_list li a {
  display: block;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: min(8rem, 5.8565153734vw);
  border: 1px solid #fff;
}
.footer .archive_list li a .year {
  display: inline-block;
  font-size: clamp(16px, 1.756954612vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(240, 50, 90)), to(rgb(45, 150, 250)));
  background-image: linear-gradient(90deg, rgb(240, 50, 90), rgb(45, 150, 250));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer .archive_list li a.frame_btn {
  background-color: transparent;
  color: #fff;
}
.footer .archive_list li a.frame_btn .archive_btn {
  background: none;
  font-size: min(2.8rem, 2.0497803807vw);
  letter-spacing: 0.14em;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .archive_list li a.frame_btn .archive_btn span {
  display: inline-block;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.footer .archive_list li a.frame_btn .archive_btn span:first-child {
  font-size: min(1.6rem, 1.1713030747vw);
  margin-bottom: 0.2em;
  padding-left: 0.5em;
}
.footer .company_list {
  margin-top: min(6rem, 4.39238653vw);
  padding-top: min(4rem, 2.9282576867vw);
  border-top: 1px solid #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.footer .company_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(2rem, 1.4641288433vw);
}
.footer .company_list li .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  width: min(20.7rem, 15.1537335286vw);
  height: min(12rem, 8.78477306vw);
  padding: min(1rem, 0.7320644217vw);
}
.footer .company_list li .content {
  color: #fff;
}
.footer .company_list li .content .label {
  background-color: #fff;
  display: inline-block;
  color: #f0325a;
  font-size: min(1.4rem, 1.0248901903vw);
  letter-spacing: 0.14em;
  line-height: 1;
  font-weight: 700;
  padding: 0.3em 0.5em;
}
.footer .company_list li .content .name {
  font-size: min(1.6rem, 1.1713030747vw);
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.5;
  margin-top: min(0.8rem, 0.5856515373vw);
}
.footer .company_list li .content .info {
  margin-top: min(1rem, 0.7320644217vw);
}
.footer .company_list li .content .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: min(1rem, 0.7320644217vw);
}
.footer .company_list li .content .info dl:first-child {
  margin-top: 0;
}
.footer .company_list li .content .info dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(1.4rem, 1.0248901903vw);
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.5;
  width: min(6rem, 4.39238653vw);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.footer .company_list li .content .info dl dd {
  font-size: min(1.4rem, 1.0248901903vw);
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.5;
  padding: 0 min(1rem, 0.7320644217vw);
}
.footer .company_list li:nth-child(even) {
  padding-left: min(1rem, 0.7320644217vw);
}

.ft_logo_1 {
  width: min(15rem, 10.980966325vw);
}

.ft_logo_2 {
  width: min(16.8rem, 12.298682284vw);
}

@media screen and (min-width: 769px) {
  .footer .archive_list li a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .footer .archive_list li a.frame_btn {
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
  }
  .footer .archive_list li a.frame_btn:hover, .footer .archive_list li a.frame_btn:focus-visible {
    color: #f0325a;
    background-color: #fff;
    opacity: 1;
  }
  .footer .archive_list li a:hover, .footer .archive_list li a:focus-visible {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 5rem 0;
  }
  .footer .archive_list {
    -ms-grid-columns: 1fr 1.6rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    width: 100%;
    margin: 0 auto;
  }
  .footer .archive_list li a {
    height: auto;
    padding: 1.2em;
    height: 5rem;
  }
  .footer .archive_list li a .year {
    font-size: 1.8rem;
  }
  .footer .archive_list li a.frame_btn .archive_btn {
    font-size: 1.8rem;
  }
  .footer .archive_list li a.frame_btn .archive_btn span:first-child {
    font-size: 1rem;
    margin-bottom: 0.2em;
    padding-left: 0.5em;
  }
  .footer .company_list {
    margin-top: 4rem;
    padding-top: 0;
    border-top: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 100%;
  }
  .footer .company_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6rem;
    width: 100%;
  }
  .footer .company_list li .img_box {
    max-width: 18rem;
    width: 40vw;
    height: 10rem;
    padding: 1rem;
  }
  .footer .company_list li .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer .company_list li .content .label {
    font-size: 1rem;
    line-height: 1.5;
    word-break: break-word;
  }
  .footer .company_list li .content .name {
    font-size: 1.3rem;
    margin-top: 0.5em;
  }
  .footer .company_list li .content .info {
    margin-top: 1rem;
  }
  .footer .company_list li .content .info dl {
    margin-top: 1rem;
  }
  .footer .company_list li .content .info dl dt {
    font-size: 1rem;
    width: 5em;
  }
  .footer .company_list li .content .info dl dd {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .footer .company_list li:nth-child(even) {
    padding-left: 0;
  }
  .ft_logo_1 {
    max-width: 12.5rem;
    width: 100%;
  }
  .ft_logo_2 {
    max-width: 14.3rem;
    width: 100%;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3.2rem;
  z-index: 1000;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.header .logo {
  display: block;
  width: 39rem;
}
.header .logo img {
  width: 100%;
}
.header .menu {
  color: #fff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
.header .menu ul li {
  font-size: 1.6rem;
  white-space: nowrap;
}
.header .menu ul li.menu_logo {
  display: none;
}
.header .menu ul li a .en {
  display: none;
}
.header.active {
  background-color: #fff;
}
.header.active nav {
  color: #333333;
}
.header .menu_btn {
  display: none;
}

@media screen and (min-width: 951px) {
  .header .menu {
    z-index: 1100;
  }
  .header .menu ul li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header .menu ul li a:hover, .header .menu ul li a:focus-visible {
    color: #f0325a;
  }
}
@media screen and (max-width: 950px) {
  .header {
    position: absolute;
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1.5rem;
    z-index: 1000;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .header .logo {
    display: block;
    width: 60vw;
    max-width: 39rem;
  }
  .header .logo img {
    width: 100%;
  }
  .header .menu {
    color: #333333;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    width: 50vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-image: url("../images/menu_bak.webp");
    background-size: cover;
    padding: 0 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(60vw);
            transform: translateX(60vw);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    z-index: 1100;
  }
  .header .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.4rem;
    width: 100%;
  }
  .header .menu ul li {
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #f0325a;
  }
  .header .menu ul li.menu_logo {
    display: block;
    border: none;
  }
  .header .menu ul li.menu_logo a {
    display: block;
    max-width: 22rem;
  }
  .header .menu ul li.menu_logo a img {
    width: 100%;
  }
  .header .menu ul li a {
    display: block;
    padding-bottom: 1rem;
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
  }
  .header .menu ul li a .en {
    display: block;
    color: red;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.14em;
    font-weight: 300;
    margin-bottom: 0.2em;
  }
  .header .menu.on {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header.active {
    background-color: transparent;
  }
  .header.active nav {
    color: #333333;
  }
  .header .menu_btn {
    position: fixed;
    top: 1.6rem;
    right: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1200;
    overflow: hidden;
  }
  .header .menu_btn::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(215deg, rgb(240, 50, 90), rgb(240, 50, 90) 30%, rgb(45, 150, 250) 80%, rgb(45, 150, 250));
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .header .menu_btn .bar_wrap {
    position: relative;
    width: 3.2rem;
    height: 1.7rem;
  }
  .header .menu_btn .bar_wrap span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
  }
  .header .menu_btn .bar_wrap span::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .header .menu_btn .bar_wrap span:nth-child(1) {
    top: 0;
    left: 0;
  }
  .header .menu_btn .bar_wrap span:nth-child(2) {
    top: 0.8rem;
    left: 0;
  }
  .header .menu_btn .bar_wrap span:nth-child(3) {
    top: 1.7rem;
    left: 0;
  }
  .header .menu_btn.on::before {
    opacity: 0;
  }
  .header .menu_btn.on .bar_wrap span::before {
    background-color: #f0325a;
  }
  .header .menu_btn.on .bar_wrap span:nth-child(1) {
    top: 0.8rem;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    -webkit-animation: bar_1 0.5s;
            animation: bar_1 0.5s;
  }
  @-webkit-keyframes bar_1 {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    50% {
      top: 0.8rem;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      top: 0.8rem;
      -webkit-transform: rotate(40deg);
              transform: rotate(40deg);
    }
  }
  @keyframes bar_1 {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    50% {
      top: 0.8rem;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      top: 0.8rem;
      -webkit-transform: rotate(40deg);
              transform: rotate(40deg);
    }
  }
  .header .menu_btn.on .bar_wrap span:nth-child(2) {
    opacity: 0;
    -webkit-animation: bar_2 0.5s;
            animation: bar_2 0.5s;
  }
  @-webkit-keyframes bar_2 {
    0% {
      opacity: 1;
    }
    50%, 100% {
      opacity: 0;
    }
  }
  @keyframes bar_2 {
    0% {
      opacity: 1;
    }
    50%, 100% {
      opacity: 0;
    }
  }
  .header .menu_btn.on .bar_wrap span:nth-child(3) {
    top: 0.8rem;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    -webkit-animation: bar_3 0.5s;
            animation: bar_3 0.5s;
  }
  @-webkit-keyframes bar_3 {
    0% {
      top: 1.7rem;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    50% {
      top: 0.8rem;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      top: 0.8rem;
      -webkit-transform: rotate(-40deg);
              transform: rotate(-40deg);
    }
  }
  @keyframes bar_3 {
    0% {
      top: 1.7rem;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    50% {
      top: 0.8rem;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      top: 0.8rem;
      -webkit-transform: rotate(-40deg);
              transform: rotate(-40deg);
    }
  }
  .header .menu_btn.off .bar_wrap span:nth-child(1) {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation: bar_off_1 0.5s;
            animation: bar_off_1 0.5s;
  }
  @-webkit-keyframes bar_off_1 {
    0% {
      top: 0.8rem;
      -webkit-transform: rotate(40deg);
              transform: rotate(40deg);
    }
    50% {
      top: 0.8rem;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      top: 0;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
  }
  @keyframes bar_off_1 {
    0% {
      top: 0.8rem;
      -webkit-transform: rotate(40deg);
              transform: rotate(40deg);
    }
    50% {
      top: 0.8rem;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      top: 0;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
  }
  .header .menu_btn.off .bar_wrap span:nth-child(2) {
    opacity: 1;
    -webkit-animation: bar_off_2 0.5s;
            animation: bar_off_2 0.5s;
  }
  @-webkit-keyframes bar_off_2 {
    0%, 50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes bar_off_2 {
    0%, 50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .header .menu_btn.off .bar_wrap span:nth-child(3) {
    top: 1.7rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation: bar_off_3 0.5s;
            animation: bar_off_3 0.5s;
  }
  @-webkit-keyframes bar_off_3 {
    0% {
      top: 0.8rem;
      -webkit-transform: rotate(-40deg);
              transform: rotate(-40deg);
    }
    50% {
      top: 0.8rem;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      top: 1.7rem;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
  }
  @keyframes bar_off_3 {
    0% {
      top: 0.8rem;
      -webkit-transform: rotate(-40deg);
              transform: rotate(-40deg);
    }
    50% {
      top: 0.8rem;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      top: 1.7rem;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
  }
}
.cm_btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.8em 1.5em;
  font-size: clamp(16px, 1.317715959vw, 1.8rem);
  letter-spacing: 0.12em;
  line-height: 1.5;
  background-color: #f0325a;
  color: #fff;
  border-radius: 100vw;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 0 min(0.8rem, 0.5856515373vw) 0 #2d96fa;
          box-shadow: 0 min(0.8rem, 0.5856515373vw) 0 #2d96fa;
}
.cm_btn::before {
  position: absolute;
  display: block;
  content: "";
  width: min(3rem, 2.196193265vw);
  height: min(3rem, 2.196193265vw);
  z-index: 1;
  right: min(1.6rem, 1.1713030747vw);
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url("../images/arrow_red.svg");
  background-size: min(1.4rem, 1.0248901903vw) min(1.2rem, 0.878477306vw);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center center;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .cm_btn {
    -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  }
  .cm_btn:hover, .cm_btn:focus-visible {
    -webkit-transform: translateY(min(0.8rem, 0.5856515373vw));
            transform: translateY(min(0.8rem, 0.5856515373vw));
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .cm_btn {
    font-size: 1.4rem;
    -webkit-box-shadow: 0 0.6rem 0 #2d96fa;
            box-shadow: 0 0.6rem 0 #2d96fa;
  }
  .cm_btn::before {
    width: 2.4rem;
    height: 2.4rem;
    right: 1rem;
    background-size: 1.2rem 1rem;
  }
}
.comingsoon_btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.8em 1.5em;
  font-size: clamp(16px, 1.317715959vw, 1.8rem);
  letter-spacing: 0.12em;
  line-height: 1.5;
  background-color: #cccccc;
  color: #fff;
  border-radius: 100vw;
  margin: 0 auto;
  text-align: center;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .comingsoon_btn {
    font-size: 1.4rem;
  }
}
.inner {
  position: relative;
  width: min(110rem, 80.5270863836vw);
  margin: 0 auto;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 90vw;
  }
}
.sl_italic {
  display: inline-block;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.wt_bak {
  position: relative;
  background-color: #fff;
  z-index: 0;
}
.wt_bak::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(31rem, 22.6939970717vw);
  -webkit-transform: translateY(calc(-100% + 1px));
          transform: translateY(calc(-100% + 1px));
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #fff;
  z-index: -2;
}
.wt_bak::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(31rem, 22.6939970717vw);
  -webkit-transform: translateY(calc(100% - 1px));
          transform: translateY(calc(100% - 1px));
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #fff;
  z-index: -2;
}

@media screen and (max-width: 768px) {
  .wt_bak::before {
    height: 25vw;
  }
  .wt_bak::after {
    height: 25vw;
  }
}
.start_ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(7rem, 5.1244509517vw);
  height: min(7rem, 5.1244509517vw);
  border-radius: 50%;
  margin-right: min(2rem, 1.4641288433vw);
  background-image: linear-gradient(125deg, rgba(240, 50, 90, 0.7), rgb(240, 50, 90) 40%, rgba(240, 50, 90, 0.1));
}
.start_ic::before {
  display: block;
  content: "";
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #fff;
  width: min(2.2rem, 1.6105417277vw);
  height: min(2.2rem, 1.6105417277vw);
}

@media screen and (max-width: 768px) {
  .start_ic {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1rem;
  }
  .start_ic::before {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.common_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: max(-2rem, -1.4641288433vw);
}
.common_ttl .en {
  display: inline-block;
  font-size: clamp(16px, 13.17715959vw, 18rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(240, 50, 90)), color-stop(40%, rgb(210, 66, 115)), color-stop(60%, rgb(148, 97, 165)), to(rgb(45, 150, 250)));
  background-image: linear-gradient(90deg, rgb(240, 50, 90), rgb(210, 66, 115) 40%, rgb(148, 97, 165) 60%, rgb(45, 150, 250));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common_ttl .ja {
  display: inline-block;
  font-size: clamp(16px, 4.2459736457vw, 5.8rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  padding-left: 0.4em;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .common_ttl {
    margin-left: -1rem;
  }
  .common_ttl .en {
    font-size: 7.3rem;
  }
  .common_ttl .ja {
    font-size: 2.3rem;
    padding-left: 0.2em;
  }
}
.common_ttl_2 {
  text-align: center;
}
.common_ttl_2 .en {
  font-size: clamp(16px, 3.8067349927vw, 5.2rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(240, 50, 90)), color-stop(20%, rgb(240, 50, 90)), to(rgb(45, 150, 250)));
  background-image: linear-gradient(180deg, rgb(240, 50, 90), rgb(240, 50, 90) 20%, rgb(45, 150, 250));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common_ttl_2 .ja {
  font-size: clamp(16px, 4.2459736457vw, 5.8rem);
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  margin-top: 0.2em;
}

@media screen and (max-width: 768px) {
  .common_ttl_2 .en {
    font-size: 3.2rem;
  }
  .common_ttl_2 .ja {
    font-size: 2.6rem;
  }
}
.italic_ttl {
  display: inline-block;
  font-size: clamp(16px, 2.3426061493vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #fff;
  background-color: #f0325a;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  padding: 0.4em 1em;
}

@media screen and (max-width: 768px) {
  .italic_ttl {
    font-size: 1.9rem;
  }
}
.table_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
}
.table_item dl:first-child {
  border: none;
}
.table_item dl dt {
  width: min(20rem, 14.6412884334vw);
  background-color: #dbdbdb;
  font-size: clamp(16px, 1.317715959vw, 1.8rem);
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: min(2rem, 1.4641288433vw) 0;
}
.table_item dl dd {
  background-color: #f5f5f5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: min(2rem, 1.4641288433vw) min(3rem, 2.196193265vw);
  font-size: clamp(16px, 1.1713030747vw, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 2;
}
.table_item dl dd .up_item {
  display: inline-block;
  color: #fff;
  background-color: #333333;
  padding: 0.25em 5em 0.5em;
}
.table_item dl dd .table_link {
  display: inline-block;
  color: #f0325a;
  border-bottom: 1px solid #f0325a;
  line-height: 1.4;
}
.table_item dl dd .table_link::after {
  display: inline-block;
  content: "";
  width: min(1.4rem, 1.0248901903vw);
  height: min(1.2rem, 0.878477306vw);
  background-image: url(../images/arrow_red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .table_item dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    border-bottom: 4px solid #fff;
  }
  .table_item dl:first-child {
    border-bottom: 4px solid #fff;
  }
  .table_item dl:last-child {
    border: none;
  }
  .table_item dl dt {
    font-size: 1.2rem;
    padding: 1em 0;
    width: 100%;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-align: center;
  }
  .table_item dl dd {
    padding: 1em;
    font-size: 1.2rem;
    text-align: center;
  }
  .table_item dl dd .table_link {
    display: inline-block;
    color: #f0325a;
    border-bottom: 1px solid #f0325a;
    line-height: 1.4;
  }
  .table_item dl dd .table_link::after {
    display: inline-block;
    content: "";
    width: 1rem;
    height: 1rem;
    background-image: url(../images/arrow_red.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 1em;
  }
}
@media screen and (min-width: 769px) {
  .table_item dl dd .table_link {
    -webkit-transition: border-bottom 0.5s, opacity 0.5s;
    transition: border-bottom 0.5s, opacity 0.5s;
  }
  .table_item dl dd .table_link:hover, .table_item dl dd .table_link:focus-visible {
    border-bottom: 1px solid transparent;
    opacity: 0.7;
  }
}
.reset {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.line_ttl {
  font-size: clamp(16px, 2.0497803807vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #f0325a;
  border-left: min(0.6rem, 0.439238653vw) solid #f0325a;
  padding-left: 0.5em;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

@media screen and (max-width: 768px) {
  .line_ttl {
    font-size: 1.8rem;
    border-left: 0.4rem solid #f0325a;
  }
}
.top .kv {
  position: relative;
  clip-path: polygon(0 22%, 64% 0, 100% 0, 100% 64%, 0 100%);
  background-color: #fff;
}
.top .kv .kv_inner {
  position: relative;
  width: 100vw;
  height: 64vw;
  clip-path: polygon(0 23%, 67% 0, 100% 0, 100% 63%, 0 99%);
}
.top .kv .kv_inner .kv_slide {
  top: 0;
  position: absolute;
  width: 0;
  height: 100%;
}
.top .kv .kv_inner .kv_slide_on {
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: kv_on 1s;
          animation: kv_on 1s;
}
@-webkit-keyframes kv_on {
  0% {
    width: 0;
    -webkit-transform: translateX(0) scale(1.1, 1.1);
            transform: translateX(0) scale(1.1, 1.1);
  }
  100% {
    width: 100%;
    -webkit-transform: translateX(0) scale(1, 1);
            transform: translateX(0) scale(1, 1);
  }
}
@keyframes kv_on {
  0% {
    width: 0;
    -webkit-transform: translateX(0) scale(1.1, 1.1);
            transform: translateX(0) scale(1.1, 1.1);
  }
  100% {
    width: 100%;
    -webkit-transform: translateX(0) scale(1, 1);
            transform: translateX(0) scale(1, 1);
  }
}
.top .kv .kv_inner .kv_slide_off {
  top: 0;
  right: auto;
  left: 0;
  position: absolute;
  width: 0;
  height: 100%;
  -webkit-animation: kv_off 1s;
          animation: kv_off 1s;
}
@-webkit-keyframes kv_off {
  0% {
    width: 100%;
    -webkit-transform: translateX(0) scale(1, 1);
            transform: translateX(0) scale(1, 1);
  }
  100% {
    width: 0;
    -webkit-transform: translateX(0) scale(1.1, 1.1);
            transform: translateX(0) scale(1.1, 1.1);
  }
}
@keyframes kv_off {
  0% {
    width: 100%;
    -webkit-transform: translateX(0) scale(1, 1);
            transform: translateX(0) scale(1, 1);
  }
  100% {
    width: 0;
    -webkit-transform: translateX(0) scale(1.1, 1.1);
            transform: translateX(0) scale(1.1, 1.1);
  }
}
.top .kv .kv_inner .slide_img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top .kv .kv_inner .slide_img_1_1 {
  background-image: url("../images/kv_1.webp");
}
.top .kv .kv_inner .slide_img_1_2 {
  background-image: url("../images/kv_2.webp");
}
.top .kv .kv_inner .slide_img_1_3 {
  background-image: url("../images/kv_3.webp");
}
.top .kv::before {
  position: absolute;
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1) 70%, rgba(255, 255, 255, 0));
  z-index: 1;
}
.top .content {
  position: absolute;
  top: 50%;
  left: 8.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top .content .title {
  width: min(94rem, 68.8140556369vw);
  margin-top: min(4rem, 2.9282576867vw);
  -webkit-animation: title 1s ease-in-out forwards;
          animation: title 1s ease-in-out forwards;
}
@-webkit-keyframes title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top .content .title img {
  width: 100%;
}
.top .content p {
  font-size: clamp(16px, 1.756954612vw, 2.4rem);
  font-weight: 500;
  margin-top: 2em;
  line-height: 1;
  letter-spacing: 0.12em;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #333333;
  color: #fff;
  line-height: 2.5;
  padding: 0.1em 0.5em 0.2em;
  -webkit-animation: title_txt 1s ease-in-out forwards;
          animation: title_txt 1s ease-in-out forwards;
}
@-webkit-keyframes title_txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes title_txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .top .kv {
    clip-path: polygon(0 14%, 100% 1%, 100% 86%, 0% 99%);
  }
  .top .kv .kv_inner {
    height: 176.5vw;
    clip-path: polygon(0 15%, 100% 2%, 100% 85%, 0% 98%);
  }
  .top .kv .kv_inner .slide_img_1_1 {
    background-image: url("../images/kv_1_sp.webp");
  }
  .top .kv .kv_inner .slide_img_1_2 {
    background-image: url("../images/kv_2_sp.webp");
  }
  .top .kv .kv_inner .slide_img_1_3 {
    background-image: url("../images/kv_3_sp.webp");
  }
  .top .kv::before {
    display: block;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1) 70%, rgba(255, 255, 255, 0));
  }
  .top .content {
    top: auto;
    left: 1.5rem;
    bottom: 6.5rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .top .content .title {
    width: 31.2rem;
    margin-top: 2rem;
  }
  .top .content p {
    font-size: 1.3rem;
  }
}
.whats {
  padding-bottom: min(45rem, 32.9428989751vw);
}
.whats h2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  font-size: clamp(16px, 7.8330893119vw, 10.7rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  color: #fff;
  -webkit-transform: translateX(-0.2em);
          transform: translateX(-0.2em);
}
.whats h2 img {
  width: 100%;
}
.whats .txt_box {
  width: min(52.8rem, 38.6530014641vw);
}
.whats .txt_box p {
  font-size: 2.1rem;
  font-size: clamp(16px, 1.5373352855vw, 2.1rem);
  line-height: 2.2;
  letter-spacing: 0.14em;
  font-weight: 500;
  margin-top: 2.5em;
}
.whats .content {
  margin-top: min(17rem, 12.4450951684vw);
}
.whats .content h3 {
  display: inline-block;
  padding: 0.4em 1em;
  font-size: clamp(16px, 2.3426061493vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #fff;
  background-color: #f0325a;
}
.whats .whats_img_1 {
  position: absolute;
  top: max(-14rem, -10.2489019034vw);
  right: 0;
  display: block;
  width: min(52rem, 38.0673499268vw);
  clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
}
.whats .whats_img_1 img {
  width: 100%;
}
.whats .whats_img_2 {
  position: absolute;
  top: min(22rem, 16.1054172767vw);
  right: min(6.2rem, 4.5387994143vw);
  display: block;
  width: min(35rem, 25.6222547584vw);
  clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
}
.whats .whats_img_2 img {
  width: 100%;
}

.bn_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: min(4.5rem, 3.2942898975vw);
  gap: min(5.2rem, 3.8067349927vw);
  padding-left: min(2.4rem, 1.756954612vw);
  z-index: 0;
}
.bn_list li {
  position: relative;
  width: 33%;
  height: min(15.4rem, 11.2737920937vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bn_list li p {
  position: relative;
  font-size: clamp(16px, 1.5373352855vw, 2.1rem);
  font-weight: 700;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  color: #f0325a;
  letter-spacing: 0.1em;
  z-index: 1;
}
.bn_list li .bak_main {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.3));
}
.bn_list li .bak_main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
}
.bn_list li .cross_item {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(60%, -50%);
          transform: translate(60%, -50%);
  width: min(9rem, 6.588579795vw);
  z-index: 1;
}
.bn_list li .cross_item img {
  width: 100%;
}
.bn_list li .bak_item {
  display: block;
  position: absolute;
  width: min(19rem, 13.9092240117vw);
  height: min(3.4rem, 2.4890190337vw);
  z-index: -1;
  -webkit-filter: drop-shadow(1px 4px 16px 0px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 4px 16px 0px rgba(0, 0, 0, 0.2));
}
.bn_list li .bak_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(240, 50, 90)), color-stop(90%, rgb(109, 117, 197)), to(rgb(45, 150, 250)));
  background-image: linear-gradient(90deg, rgb(240, 50, 90), rgb(109, 117, 197) 90%, rgb(45, 150, 250));
}
.bn_list li .bak_item.bak_item-l {
  top: max(-1.6rem, -1.1713030747vw);
  left: max(-2rem, -1.4641288433vw);
}
.bn_list li .bak_item.bak_item-r {
  bottom: max(-1.6rem, -1.1713030747vw);
  right: min(2.4rem, 1.756954612vw);
}
.bn_list li .line_item {
  display: block;
  position: absolute;
  height: 1.5px;
  width: min(16rem, 11.7130307467vw);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(240, 50, 90)), color-stop(90%, rgb(109, 117, 197)), to(rgb(45, 150, 250)));
  background-image: linear-gradient(90deg, rgb(240, 50, 90), rgb(109, 117, 197) 90%, rgb(45, 150, 250));
  z-index: -2;
}
.bn_list li .line_item-2 {
  width: min(12rem, 8.78477306vw);
}
.bn_list li .line_item-3 {
  width: min(8rem, 5.8565153734vw);
}
.bn_list li:nth-child(1) .line_item-1 {
  top: max(-2.4rem, -1.756954612vw);
  left: min(8rem, 5.8565153734vw);
}
.bn_list li:nth-child(1) .line_item-2 {
  bottom: max(-2.4rem, -1.756954612vw);
  left: min(2rem, 1.4641288433vw);
}
.bn_list li:nth-child(1) .line_item-3 {
  bottom: max(-1rem, -0.7320644217vw);
  left: min(6rem, 4.39238653vw);
}
.bn_list li:nth-child(2) .line_item-1 {
  top: max(-0.8rem, -0.5856515373vw);
  right: min(1rem, 0.7320644217vw);
}
.bn_list li:nth-child(2) .line_item-2 {
  bottom: max(-2.4rem, -1.756954612vw);
  left: max(-2.4rem, -1.756954612vw);
}
.bn_list li:nth-child(3) .line_item-1 {
  top: max(-2.4rem, -1.756954612vw);
  left: min(8rem, 5.8565153734vw);
}
.bn_list li:nth-child(3) .line_item-2 {
  bottom: max(-1rem, -0.7320644217vw);
  left: min(6rem, 4.39238653vw);
}

@media screen and (max-width: 768px) {
  .whats {
    padding-bottom: 30vw;
  }
  .whats h2 {
    top: 0;
    left: auto;
    right: 0;
    font-size: 5.3rem;
    -webkit-transform: translateX(0.2em);
            transform: translateX(0.2em);
  }
  .whats .txt_box {
    width: 83vw;
  }
  .whats .txt_box p {
    font-size: 1.4rem;
    margin-top: 5.6rem;
  }
  .whats .content {
    margin-top: 4rem;
  }
  .whats .content h3 {
    display: block;
    padding: 0.8em 1em;
    font-size: 2rem;
    text-align: center;
  }
  .whats .whats_img_1 {
    position: relative;
    top: 0;
    right: 0;
    width: 83vw;
    margin-top: 10vw;
  }
  .whats .whats_img_2 {
    position: relative;
    top: 0;
    right: auto;
    left: 5vw;
    width: 50vw;
    clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
    margin-top: 0;
  }
  .bn_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    gap: 5rem;
    padding-left: 0;
    z-index: 0;
    margin: 6.4rem auto 0;
  }
  .bn_list li {
    width: 100%;
    height: 11rem;
  }
  .bn_list li p {
    font-size: 2rem;
  }
  .bn_list li .cross_item {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 85%);
            transform: translate(-50%, 85%);
    width: 9.5rem;
  }
  .bn_list li .bak_item {
    width: 15rem;
    height: 4rem;
  }
  .bn_list li .bak_item.bak_item-l {
    top: -1.6rem;
    left: -1.6rem;
  }
  .bn_list li .bak_item.bak_item-r {
    bottom: -1.6rem;
    right: -1.6rem;
  }
  .bn_list li .line_item {
    height: 1.5px;
    width: 13rem;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(240, 50, 90)), color-stop(90%, rgb(109, 117, 197)), to(rgb(45, 150, 250)));
    background-image: linear-gradient(90deg, rgb(240, 50, 90), rgb(109, 117, 197) 90%, rgb(45, 150, 250));
    z-index: -2;
  }
  .bn_list li .line_item-2 {
    width: 10rem;
  }
  .bn_list li .line_item-3 {
    width: 10rem;
  }
  .bn_list li:nth-child(1) .line_item-1 {
    top: -3rem;
    left: 10rem;
  }
  .bn_list li:nth-child(1) .line_item-2 {
    bottom: -2.4rem;
    left: auto;
    right: 8rem;
  }
  .bn_list li:nth-child(1) .line_item-3 {
    bottom: -1rem;
    left: auto;
    right: 5rem;
  }
  .bn_list li:nth-child(2) .line_item-1 {
    top: -2.4rem;
    left: 3rem;
    right: auto;
  }
  .bn_list li:nth-child(2) .line_item-2 {
    bottom: -2.4rem;
    left: auto;
    right: 10rem;
  }
  .bn_list li:nth-child(3) .line_item-1 {
    top: -2.4rem;
    left: 5rem;
  }
  .bn_list li:nth-child(3) .line_item-2 {
    bottom: -2.4rem;
    left: auto;
    right: 10rem;
  }
}
.programMovie {
  padding-bottom: min(9rem, 6.588579795vw);
}

.video_content .ttl_box .video_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(16px, 4.0995607613vw, 5.6rem);
  font-weight: 700;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  letter-spacing: 0.14em;
}
.video_content .ttl_box p {
  font-size: clamp(16px, 1.317715959vw, 1.8rem);
  margin-top: min(4rem, 2.9282576867vw);
  font-weight: 500;
}
.video_content .content {
  position: relative;
  margin: min(7rem, 5.1244509517vw) auto 0;
  width: min(98rem, 71.7423133236vw);
}
.video_content .content .video-youtube {
  display: block;
  position: relative;
  width: 100%;
}
.video_content .content .video-youtube::before {
  content: "";
  display: block;
  padding-top: 56.5%;
}
.video_content .content .video-youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  border: 1px solid #626773;
}
.video_content .content .video_ttl_en {
  position: absolute;
  bottom: 0;
  right: max(-6.4rem, -4.6852122987vw);
  font-size: clamp(16px, 7.6134699854vw, 10.4rem);
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
  font-style: italic;
  color: #f0325a;
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .programMovie {
    padding: 10vw 0;
  }
  .video_content .ttl_box .video_ttl {
    font-size: 2.8rem;
  }
  .video_content .ttl_box p {
    font-size: 1.4rem;
    margin-top: 1em;
  }
  .video_content .content {
    position: relative;
    margin: 5vw auto 0;
    width: 100%;
    max-width: 34.5rem;
  }
  .video_content .content .video_ttl_en {
    right: 0;
    font-size: 3.6rem;
  }
}
.merit {
  padding-top: min(10rem, 7.3206442167vw);
  padding-bottom: min(42rem, 30.7467057101vw);
}
.merit h2 img {
  width: min(45rem, 32.9428989751vw);
}
.merit .content ul {
  counter-reset: my-counter;
}
.merit .content ul li {
  counter-increment: my-counter;
  position: relative;
  background-color: #fff;
  margin-top: min(12rem, 8.78477306vw);
  padding: min(9rem, 6.588579795vw) 0 min(5.5rem, 4.0263543192vw);
}
.merit .content ul li h3 {
  position: relative;
  font-size: clamp(16px, 2.4890190337vw, 3.4rem);
  color: #f0325a;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}
.merit .content ul li .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: min(4rem, 2.9282576867vw);
}
.merit .content ul li .flex_box .img_box {
  width: min(41.2rem, 30.1610541728vw);
}
.merit .content ul li .flex_box .img_box img {
  width: 100%;
}
.merit .content ul li .flex_box .merit_item_wrap {
  width: min(62rem, 45.3879941435vw);
}
.merit .content ul li .flex_box .merit_item_wrap .merit_item {
  background-color: rgba(240, 50, 90, 0.2);
}
.merit .content ul li .flex_box .merit_item_wrap .merit_item h4 {
  position: relative;
  display: inline-block;
  font-size: clamp(16px, 1.5373352855vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  padding: 0.6em 1.6em;
  background-color: #f0325a;
  color: #fff;
}
.merit .content ul li .flex_box .merit_item_wrap .merit_item h4::after {
  display: block;
  content: "";
  width: min(2.1rem, 1.5373352855vw);
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #f0325a;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(99%);
          transform: translateX(99%);
}
.merit .content ul li .flex_box .merit_item_wrap .merit_item p {
  font-weight: 500;
  padding: min(2.4rem, 1.756954612vw) min(3.2rem, 2.3426061493vw);
  letter-spacing: 0.075em;
}
.merit .content ul li .flex_box .merit_item_wrap .merit_item:nth-child(2) {
  background-color: rgba(45, 150, 250, 0.2);
  margin-top: min(3.2rem, 2.3426061493vw);
}
.merit .content ul li .flex_box .merit_item_wrap .merit_item:nth-child(2) h4 {
  background-color: #2d96fa;
}
.merit .content ul li .flex_box .merit_item_wrap .merit_item:nth-child(2) h4::after {
  background-color: #2d96fa;
}
.merit .content ul li::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(12.7rem, 9.2972181552vw);
  height: min(12.7rem, 9.2972181552vw);
  border-radius: 50%;
  background-image: linear-gradient(125deg, rgb(240, 50, 90), rgb(240, 50, 90) 30%, rgb(45, 150, 250) 80%, rgb(45, 150, 250));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "0" counter(my-counter);
  font-size: clamp(16px, 5.270863836vw, 7.2rem);
  line-height: 1;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .merit {
    padding-top: 7vw;
  }
  .merit .content ul li {
    margin-top: 8rem;
    padding: 5rem 1.5rem 1.5rem;
  }
  .merit .content ul li h3 {
    font-size: 2.1rem;
    line-height: 1.5;
  }
  .merit .content ul li .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2rem;
  }
  .merit .content ul li .flex_box .img_box {
    width: 100%;
    max-width: 25rem;
  }
  .merit .content ul li .flex_box .merit_item_wrap {
    width: 100%;
    margin-top: 1rem;
  }
  .merit .content ul li .flex_box .merit_item_wrap .merit_item h4 {
    font-size: 1.5rem;
    padding: 0.8em 1em;
  }
  .merit .content ul li .flex_box .merit_item_wrap .merit_item h4::after {
    width: 2rem;
  }
  .merit .content ul li .flex_box .merit_item_wrap .merit_item p {
    padding: 0.8em 1em 1em;
  }
  .merit .content ul li .flex_box .merit_item_wrap .merit_item:nth-child(2) {
    margin-top: 1.5rem;
  }
  .merit .content ul li::before {
    width: 8rem;
    height: 8rem;
    font-size: 4rem;
    letter-spacing: 0.04em;
  }
}
.records {
  padding-top: min(10rem, 7.3206442167vw);
  padding-bottom: min(17rem, 12.4450951684vw);
}
.records .ttl_box h2 span {
  display: inline-block;
  font-size: clamp(16px, 3.513909224vw, 4.8rem);
  font-weight: 700;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  letter-spacing: 0.14em;
  margin-bottom: 0.5em;
}
.records .ttl_box h2 img {
  display: block;
  width: min(85rem, 62.2254758419vw);
}
.records .ttl_box p {
  font-size: clamp(16px, 1.317715959vw, 1.8rem);
  margin-top: 3em;
  font-weight: 500;
}
.records .award {
  margin-top: min(4rem, 2.9282576867vw);
}
.records .award ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: min(8rem, 5.8565153734vw);
}
.records .award ul li {
  position: relative;
}
.records .award ul li .lebel_item {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: min(14rem, 10.2489019034vw);
  height: min(14rem, 10.2489019034vw);
  background-color: #fff;
  font-size: clamp(16px, 1.756954612vw, 2.4rem);
  font-weight: 500;
  gap: min(1rem, 0.7320644217vw);
  letter-spacing: 0.12em;
  color: #fff;
  z-index: 1;
}
.records .award ul li .lebel_item span {
  font-size: clamp(14px, 1.1713030747vw, 1.6rem);
  letter-spacing: 0.12em;
}
.records .award ul li:nth-child(1) h3 {
  color: #f0325a;
}
.records .award ul li:nth-child(1) .lebel_item {
  background-image: linear-gradient(125deg, rgba(240, 50, 90, 0.7), rgb(240, 50, 90));
}
.records .award ul li:nth-child(2) {
  margin-top: min(8rem, 5.8565153734vw);
}
.records .award ul li:nth-child(2) h3 {
  color: #2d96fa;
}
.records .award ul li:nth-child(2) .lebel_item {
  background-image: linear-gradient(125deg, rgba(45, 150, 250, 0.7), rgb(45, 150, 250));
}
.records .award ul li figure {
  width: min(55rem, 40.2635431918vw);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.records .award ul li figure img {
  width: 100%;
}
.records .award ul li h3 {
  font-size: clamp(16px, 2.0497803807vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  margin: 0.8em 0;
}
.records .award ul li p {
  font-weight: 500;
  padding-right: min(7rem, 5.1244509517vw);
}
.records .video_content {
  margin-top: min(10rem, 7.3206442167vw);
}

@media screen and (max-width: 768px) {
  .records {
    padding: 10vw 0;
  }
  .records .ttl_box h2 span {
    font-size: 2.6rem;
    margin-bottom: 0.5em;
  }
  .records .ttl_box h2 img {
    width: 24rem;
  }
  .records .ttl_box p {
    font-size: 1.5rem;
    margin-top: 2em;
  }
  .records .award {
    margin-top: 4rem;
  }
  .records .award ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6.4rem;
  }
  .records .award ul li .lebel_item {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    width: 9rem;
    height: 9rem;
    font-size: 1.6rem;
    gap: 0.2em;
  }
  .records .award ul li .lebel_item span {
    font-size: 1.1rem;
  }
  .records .award ul li:nth-child(2) {
    margin-top: 6.4rem;
  }
  .records .award ul li figure {
    width: 100%;
  }
  .records .award ul li h3 {
    font-size: 1.8rem;
    margin: 0.8em 0;
  }
  .records .award ul li p {
    font-size: 1.4rem;
    padding-right: 1em;
  }
  .records .video_content {
    margin-top: 5rem;
  }
}
.overview {
  padding-top: min(10rem, 7.3206442167vw);
  padding-bottom: min(10rem, 7.3206442167vw);
}
.overview .overview_img {
  margin-top: min(8rem, 5.8565153734vw);
}
.overview .overview_img img {
  width: 100%;
}
.overview .content {
  margin-top: min(8rem, 5.8565153734vw);
}
.overview .content .ac_item {
  background-color: #fff;
  margin-top: min(5.6rem, 4.0995607613vw);
}
.overview .content .ac_item:first-child {
  margin-top: 0;
}
.overview .content .ac_item .ac_inner {
  padding: 0 min(5.8rem, 4.2459736457vw);
}
.overview .content .ac_item .ac_item_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: min(3.2rem, 2.3426061493vw) min(5.8rem, 4.2459736457vw);
}
.overview .content .ac_item .ac_item_ttl h3 {
  font-size: clamp(16px, 2.635431918vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #f0325a;
}
.overview .content .ac_item .ac_item_ttl .label {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(240, 50, 90, 0.7)), to(rgba(45, 150, 250, 0.7)));
  background-image: linear-gradient(90deg, rgba(240, 50, 90, 0.7), rgba(45, 150, 250, 0.7));
  font-size: clamp(16px, 1.4641288433vw, 2rem);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.18em;
  padding: 0.5em 0.6em;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  margin-left: 0.5em;
}
.overview .content .ac_item .ac_item_ttl .label small {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 0.5em;
}
.overview .content .ac_item .ac_item_ttl .label_2 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(240, 50, 90, 0.9)), to(rgba(45, 150, 250, 0.9)));
  background-image: linear-gradient(90deg, rgba(240, 50, 90, 0.9), rgba(45, 150, 250, 0.9));
}
.overview .content .ac_item .ac_item_ttl .ac_btn_ic {
  display: block;
  position: absolute;
  right: min(5.8rem, 4.2459736457vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(1.8rem, 1.317715959vw);
  height: min(1.8rem, 1.317715959vw);
}
.overview .content .ac_item .ac_item_ttl .ac_btn_ic::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(0.2rem, 0.1464128843vw);
  height: 100%;
  background-color: #333333;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.overview .content .ac_item .ac_item_ttl .ac_btn_ic::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: min(0.2rem, 0.1464128843vw);
  background-color: #333333;
}
.overview .content .ac_item.active .ac_item_ttl .ac_btn_ic::before {
  height: 0;
}
.overview .content .ac_item .ac_cont {
  display: none;
  padding-bottom: min(5.8rem, 4.2459736457vw);
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.overview .content .ac_item .ac_cont_2 {
  padding-top: min(4rem, 2.9282576867vw);
}
.overview .content .ac_item .ac_cont_3 {
  padding-bottom: 0;
}
.overview .content .ac_item .ac_cont_3 .ac_inner {
  padding-bottom: min(10rem, 7.3206442167vw);
}
.overview .content .ac_item .ac_cont .group {
  margin-top: min(5rem, 3.6603221083vw);
}
.overview .content .ac_item .ac_cont .profile_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(4rem, 2.9282576867vw) 1fr min(4rem, 2.9282576867vw) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: min(6.4rem, 4.6852122987vw) min(4rem, 2.9282576867vw);
}
.overview .content .ac_item .ac_cont .profile_list li {
  position: relative;
}
.overview .content .ac_item .ac_cont .profile_list li .img_box {
  position: relative;
}
.overview .content .ac_item .ac_cont .profile_list li .img_box img {
  width: 100%;
}
.overview .content .ac_item .ac_cont .profile_list li .img_box .label_box {
  position: absolute;
  font-size: clamp(14px, 1.0248901903vw, 1.4rem);
  font-weight: 500;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -1em);
          transform: translate(0, -1em);
}
.overview .content .ac_item .ac_cont .profile_list li .img_box .label_box .label_1 {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding: 0.5em 1em;
  letter-spacing: 0.12em;
  color: #fff;
}
.overview .content .ac_item .ac_cont .profile_list li .img_box .label_box .label_1::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(240, 50, 90)), to(rgb(45, 150, 250)));
  background-image: linear-gradient(90deg, rgb(240, 50, 90), rgb(45, 150, 250));
  z-index: -1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.overview .content .ac_item .ac_cont .profile_list li .img_box .label_box .label_2 {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  display: inline-block;
  white-space: nowrap;
  padding: 0.5em 1em;
  left: 4em;
  letter-spacing: 0.12em;
  color: #f0325a;
}
.overview .content .ac_item .ac_cont .profile_list li .img_box .label_box .label_2::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid;
  -o-border-image: linear-gradient(to right, rgb(240, 50, 90), rgb(45, 150, 250));
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(240, 50, 90)), to(rgb(45, 150, 250)));
     border-image: linear-gradient(to right, rgb(240, 50, 90), rgb(45, 150, 250));
  border-image-slice: 1;
  z-index: -1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.overview .content .ac_item .ac_cont .profile_list li .info {
  color: #f0325a;
  margin-top: min(1.6rem, 1.1713030747vw);
}
.overview .content .ac_item .ac_cont .profile_list li .info h4, .overview .content .ac_item .ac_cont .profile_list li .info h5 {
  font-size: clamp(16px, 1.9033674963vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.14em;
}
.overview .content .ac_item .ac_cont .profile_list li .info p {
  font-size: clamp(16px, 1.1713030747vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  margin: 0;
}
.overview .content .ac_item .ac_cont .profile_list li p {
  line-height: 1.6;
  margin-top: 0.8em;
}
.overview .content .ac_item .ac_cont .nbd_img {
  position: relative;
  margin-top: min(4rem, 2.9282576867vw);
}
.overview .content .ac_item .ac_cont .nbd_img img {
  width: 100%;
}
.overview .content .ac_item .ac_cont .nbd_img h4 {
  display: inline-block;
  color: #fff;
  font-size: clamp(16px, 1.756954612vw, 2.4rem);
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0.18em;
  z-index: 0;
}
.overview .content .ac_item .ac_cont .nbd_img h4 span {
  padding: 0.5em 1em;
  display: inline-block;
}
.overview .content .ac_item .ac_cont .nbd_img h4 span::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(240, 50, 90)), to(rgb(45, 150, 250)));
  background-image: linear-gradient(90deg, rgb(240, 50, 90), rgb(45, 150, 250));
  z-index: -1;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 1rem) 100%, 0% 100%);
}
.overview .content .ac_item .ac_cont .solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: min(8rem, 5.8565153734vw);
}
.overview .content .ac_item .ac_cont .solution .txt_box {
  width: min(48rem, 35.1390922401vw);
}
.overview .content .ac_item .ac_cont .solution .txt_box p {
  line-height: 2;
  letter-spacing: 0.16em;
  margin-top: 2em;
}
.overview .content .ac_item .ac_cont .solution .img_box {
  display: inline-block;
}
.overview .content .ac_item .ac_cont .solution .img_box .solution_img_1 {
  width: min(42rem, 30.7467057101vw);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  margin-right: min(4rem, 2.9282576867vw);
}
.overview .content .ac_item .ac_cont .solution .img_box .solution_img_2 {
  width: min(32rem, 23.4260614934vw);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  margin: max(-2rem, -1.4641288433vw) 0 0 auto;
}
.overview .content .ac_item .ac_cont .solution .img_box img {
  width: 100%;
}
.overview .content .ac_item .ac_cont .nbd_overview h4 {
  font-size: clamp(16px, 2.0497803807vw, 2.8rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
.overview .content .ac_item .ac_cont .nbd_key {
  margin-top: min(10rem, 7.3206442167vw);
  background-image: linear-gradient(125deg, rgba(240, 50, 90, 0.2), rgba(45, 150, 250, 0.2));
  padding: min(4rem, 2.9282576867vw) min(5rem, 3.6603221083vw) min(7.4rem, 5.4172767204vw);
}
.overview .content .ac_item .ac_cont .nbd_key .nbd_key_ttl {
  text-align: center;
}
.overview .content .ac_item .ac_cont .nbd_key .nbd_key_ttl .nbd_key_label {
  display: inline-block;
  background-color: #f0325a;
  color: #fff;
  font-size: clamp(16px, 1.317715959vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  padding: 0.2em 0.5em 0.3em;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.overview .content .ac_item .ac_cont .nbd_key .nbd_key_ttl h4 {
  font-size: clamp(16px, 2.0497803807vw, 2.8rem);
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  color: #f0325a;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-top: 0.5em;
}
.overview .content .ac_item .ac_cont .nbd_key p {
  margin-top: min(4rem, 2.9282576867vw);
  letter-spacing: 0.16em;
}
.overview .content .ac_item .ac_cont .nbd_key .nbd_key_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: min(8rem, 5.8565153734vw);
}
.overview .content .ac_item .ac_cont .nbd_key .nbd_key_cont .nbd_key_img {
  position: relative;
  width: min(32.5rem, 23.7920937042vw);
  -webkit-transform: translateX(min(2rem, 1.4641288433vw));
          transform: translateX(min(2rem, 1.4641288433vw));
}
.overview .content .ac_item .ac_cont .nbd_key .nbd_key_cont .nbd_key_img h5 {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -70%) skewX(-10deg);
          transform: translate(0, -70%) skewX(-10deg);
  font-size: clamp(16px, 1.756954612vw, 2.4rem);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(240, 50, 90)), color-stop(20%, rgb(240, 50, 90)), to(rgb(45, 150, 250)));
  background-image: linear-gradient(90deg, rgb(240, 50, 90), rgb(240, 50, 90) 20%, rgb(45, 150, 250));
  padding: 0.5em 1em;
  color: #fff;
  letter-spacing: 0.14em;
  font-weight: 500;
}
.overview .content .ac_item .ac_cont .nbd_key .nbd_key_cont .nbd_key_img h5 small {
  display: inline-block;
  font-size: 0.6em;
}
.overview .content .ac_item .ac_cont .nbd_key .nbd_key_cont .nbd_key_img img {
  width: 100%;
}
.overview .content .ac_item .ac_cont .nbd_key .nbd_key_cont .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3em 4em;
  background-color: #fff;
  margin-top: min(3rem, 2.196193265vw);
}
.overview .content .ac_item .ac_cont .nbd_key .nbd_key_cont .txt_box p {
  margin: 0;
}
.overview .content .ac_item .ac_cont .nbd_judge {
  margin-top: min(8rem, 5.8565153734vw);
}
.overview .content .ac_item .ac_cont .nbd_judge .judge_list {
  margin-top: min(4rem, 2.9282576867vw);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(2rem, 1.4641288433vw) 1fr min(2rem, 1.4641288433vw) 1fr min(2rem, 1.4641288433vw) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: min(2rem, 1.4641288433vw);
}
.overview .content .ac_item .ac_cont .nbd_judge .judge_list li {
  position: relative;
}
.overview .content .ac_item .ac_cont .nbd_judge .judge_list li .img_box {
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.overview .content .ac_item .ac_cont .nbd_judge .judge_list li .img_box img {
  width: 100%;
}
.overview .content .ac_item .ac_cont .nbd_judge .judge_list li .name {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(240, 50, 90)), color-stop(20%, rgb(240, 50, 90)), to(rgb(45, 150, 250)));
  background-image: linear-gradient(90deg, rgb(240, 50, 90), rgb(240, 50, 90) 20%, rgb(45, 150, 250));
  -webkit-transform: skewX(-10deg) translateY(30%);
          transform: skewX(-10deg) translateY(30%);
  color: #fff;
  padding: 0.5em;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 1em 1.2em;
}
.overview .content .ac_item .ac_cont .nbd_judge .judge_list li .name h5 {
  font-size: clamp(16px, 1.4641288433vw, 2rem);
  letter-spacing: 0.14em;
  font-weight: 500;
}
.overview .content .ac_item .ac_cont .nbd_judge .judge_list li .name p {
  font-size: clamp(14px, 1.0248901903vw, 1.4rem);
  letter-spacing: 0.14em;
  font-weight: 500;
}
.overview .content .ac_item .ac_cont .nbd_sponsorship {
  padding: min(5.8rem, 4.2459736457vw) min(11rem, 8.0527086384vw);
  background-image: linear-gradient(125deg, rgba(240, 50, 90, 0.5), rgba(45, 150, 250, 0.5));
}
.overview .content .ac_item .ac_cont .nbd_sponsorship .ttl_box {
  text-align: center;
}
.overview .content .ac_item .ac_cont .nbd_sponsorship .ttl_box .en {
  display: block;
  font-size: clamp(16px, 2.3426061493vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(240, 50, 90)), color-stop(20%, rgb(240, 50, 90)), color-stop(60%, rgb(148, 97, 165)), to(rgb(45, 150, 250)));
  background-image: linear-gradient(180deg, rgb(240, 50, 90), rgb(240, 50, 90) 20%, rgb(148, 97, 165) 60%, rgb(45, 150, 250));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.overview .content .ac_item .ac_cont .nbd_sponsorship .ttl_box .ja {
  display: inline-block;
  font-size: clamp(16px, 2.0497803807vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  margin-top: 0.5em;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.overview .content .ac_item .ac_cont .nbd_sponsorship .nbd_logo {
  margin-top: min(4rem, 2.9282576867vw);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(4rem, 2.9282576867vw) 1fr min(4rem, 2.9282576867vw) 1fr min(4rem, 2.9282576867vw) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: min(4rem, 2.9282576867vw);
}
.overview .content .ac_item .ac_cont .nbd_sponsorship .nbd_logo li {
  display: block;
  background-color: #fff;
}
.overview .content .ac_item .ac_cont .nbd_sponsorship .nbd_logo li a {
  border: 2px solid transparent;
  -o-border-image: linear-gradient(to right, #f0325a, #2d96fa);
     border-image: -webkit-gradient(linear, left top, right top, from(#f0325a), to(#2d96fa));
     border-image: linear-gradient(to right, #f0325a, #2d96fa);
  display: block;
  border-image-slice: 1;
  padding: min(1.6rem, 1.1713030747vw) min(0.8rem, 0.5856515373vw);
  width: 100%;
}
.overview .content .ac_item .ac_cont .nbd_sponsorship .nbd_logo li a img {
  width: 100%;
}
.overview .content .ac_item .ac_cont .nbd_sponsorship .img_box {
  margin-top: min(11rem, 8.0527086384vw);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(4rem, 2.9282576867vw) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4rem, 2.9282576867vw);
}
.overview .content .ac_item .ac_cont .nbd_sponsorship .img_box .sponsorship_img {
  width: 100%;
}
.overview .content .ac_item .ac_cont .nbd_sponsorship .img_box .sponsorship_img img {
  width: 100%;
}
.overview .content .ac_item .ac_cont .nbd_sponsorship .img_box .sponsorship_img:nth-child(odd) {
  margin-top: max(-6.4rem, -4.6852122987vw);
}
.overview .content .ac_item .ac_in_items {
  margin-top: min(8rem, 5.8565153734vw);
}
.overview .content .ac_item .ac_in_items .ac_in_item {
  margin-top: min(4rem, 2.9282576867vw);
}
.overview .content .ac_item .ac_in_items .ac_in_item:first-child {
  margin-top: 0;
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_item_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #f0325a;
  width: 100%;
  min-height: min(10rem, 7.3206442167vw);
  padding: min(1.6rem, 1.1713030747vw) min(20rem, 1.4641288433vw);
  gap: min(1.2rem, 0.878477306vw);
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_item_ttl h4 {
  font-size: clamp(16px, 1.4641288433vw, 2rem);
  letter-spacing: 0.14em;
  font-weight: 500;
  color: #fff;
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_item_ttl .in_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(16px, 1.1713030747vw, 1.6rem);
  font-weight: 500;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  color: #fff;
  letter-spacing: 0.18em;
  background-color: rgba(255, 255, 255, 0.5);
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_item_ttl .in_label .course {
  display: inline-block;
  background-color: #fff;
  color: #f0325a;
  padding: 0.2em 0.5em;
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_item_ttl .in_label .in_label_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.2em 0.5em;
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_item_ttl .ac_in_btn_ic {
  display: block;
  position: absolute;
  right: min(20rem, 1.4641288433vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(4.6rem, 3.3674963397vw);
  height: min(4.6rem, 3.3674963397vw);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_item_ttl .ac_in_btn_ic::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(0.2rem, 0.1464128843vw);
  height: min(1.8rem, 1.317715959vw);
  background-color: #fff;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_item_ttl .ac_in_btn_ic::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(1.8rem, 1.317715959vw);
  height: min(0.2rem, 0.1464128843vw);
  background-color: #fff;
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_item_ttl.__flex {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview .content .ac_item .ac_in_items .ac_in_item.active .ac_in_item_ttl .ac_in_btn_ic::before {
  height: 0;
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont {
  display: none;
  padding: min(4rem, 2.9282576867vw) min(5rem, 3.6603221083vw) min(6rem, 4.39238653vw);
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont .bn_list {
  margin-top: min(5rem, 3.6603221083vw);
  gap: min(4rem, 2.9282576867vw);
  padding-left: min(3rem, 2.196193265vw);
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont .bn_list li {
  height: min(12rem, 8.78477306vw);
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont .bn_list li p {
  font-size: clamp(16px, 1.5373352855vw, 2.1rem);
  line-height: 1.5;
  text-align: center;
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont .bn_list li .cross_item {
  width: min(7.5rem, 5.4904831625vw);
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont .bn_list li .bak_item {
  width: min(15rem, 10.980966325vw);
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont .bn_list li .line_item {
  width: min(12rem, 8.78477306vw);
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont .bn_list li .line_item-2 {
  width: min(10rem, 7.3206442167vw);
}
.overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont .table_item {
  margin-top: min(8rem, 5.8565153734vw);
}
.overview .content .ac_item .ac_in_items .ac_in_item.__red {
  border: 2px solid #f0325a;
}
.overview .content .ac_item .ac_in_items .ac_in_item.__red .ac_in_item_ttl {
  background-color: #f0325a;
}
.overview .content .ac_item .ac_in_items .ac_in_item.__blue {
  border: 2px solid #2d96fa;
}
.overview .content .ac_item .ac_in_items .ac_in_item.__blue .ac_in_item_ttl {
  background-color: #2d96fa;
}
.overview .content .ac_item .ac_in_items .ac_in_item.__blue .in_label .course {
  color: #2d96fa;
}
.overview .content .ac_item .ac_in_items .ac_in_item.__blue .ac_ttl {
  color: #2d96fa;
}
.overview .content .ac_item .ac_in_items .ac_in_item.__blue .program_info_list dl {
  border-bottom: 1px solid #2d96fa;
}
.overview .content .ac_item .ac_in_items .ac_in_item.__blue .program_info_list dl dt {
  background-color: #2d96fa;
}
.overview .content .ac_item .ac_in_items .ac_in_item.__blue .program_info_list dl dd .label {
  background-color: rgba(45, 150, 250, 0.1);
  color: #2d96fa;
}
.overview .content .ac_item .ac_in_items .ac_in_item.__blue .program_info_list dl dd .cont {
  color: #2d96fa;
}
.overview .content .ac_item .ac_in_items .ac_in_item.__blue .ac_in_cont .bn_list li p {
  color: #2d96fa;
}
.overview .content .ac_item .ac_in_items .ac_in_item.__blue .ac_in_cont .bn_list li .bak_item::before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(45, 150, 250)), to(rgb(240, 50, 90)));
  background-image: linear-gradient(90deg, rgb(45, 150, 250), rgb(240, 50, 90));
}
.overview .content .ac_item .ac_in_items .ac_in_item.__blue .note_list li::before {
  color: #2d96fa;
}
.overview .content .ac_item .ac_in_items .ac_in_item.__grad {
  border: 2px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(240, 50, 90), rgb(45, 150, 250));
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(240, 50, 90)), to(rgb(45, 150, 250)));
     border-image: linear-gradient(90deg, rgb(240, 50, 90), rgb(45, 150, 250));
  border-image-slice: 1;
}
.overview .content .ac_item .ac_in_items .ac_in_item.__grad .ac_in_item_ttl {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(240, 50, 90)), to(rgb(45, 150, 250)));
  background-image: linear-gradient(90deg, rgb(240, 50, 90), rgb(45, 150, 250));
}
.overview .content .ac_item .ac_ttl {
  display: inline-block;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  font-size: clamp(16px, 1.756954612vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #f0325a;
}
.overview .content .ac_item .ct_ttl {
  display: inline-block;
  font-size: clamp(16px, 2.3426061493vw, 3.2rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #f0325a;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.overview .content .ac_item .program_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(4rem, 2.9282576867vw) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: min(6.2rem, 4.5387994143vw) min(4rem, 2.9282576867vw);
  margin-top: min(6.2rem, 4.5387994143vw);
}
.overview .content .ac_item .program_list li {
  position: relative;
  background-image: linear-gradient(145deg, rgba(240, 50, 90, 0.8), rgba(240, 50, 90, 0.1) 35%, rgba(240, 50, 90, 0) 50%, rgba(240, 50, 90, 0.1) 65%, rgba(240, 50, 90, 0.8));
  padding: min(2rem, 1.4641288433vw) min(3rem, 2.196193265vw) min(4rem, 2.9282576867vw);
}
.overview .content .ac_item .program_list li .num {
  position: absolute;
  top: 0;
  left: min(3rem, 2.196193265vw);
  width: min(11rem, 8.0527086384vw);
  text-align: center;
  background-color: #f0325a;
  color: #fff;
  font-size: min(2.1rem, 1.5373352855vw);
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-top: max(-2rem, -1.4641288433vw);
  padding-bottom: 0.3em;
}
.overview .content .ac_item .program_list li .num span {
  font-size: min(4.6rem, 3.3674963397vw);
}
.overview .content .ac_item .program_list li .ttl_box {
  background-color: #fff;
  text-align: center;
  padding: min(2.4rem, 1.756954612vw) 0;
}
.overview .content .ac_item .program_list li .ttl_box h5 {
  font-size: clamp(16px, 2.0497803807vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #f0325a;
}
.overview .content .ac_item .program_list li .ttl_box small {
  font-size: clamp(14px, 1.1713030747vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #f0325a;
  margin-top: 0.5em;
}
.overview .content .ac_item .program_list li p {
  padding: 0 min(2rem, 1.4641288433vw);
  font-size: clamp(14px, 1.0980966325vw, 1.5rem);
  letter-spacing: 0.05em;
  margin-top: min(2rem, 1.4641288433vw);
}
.overview .content .ac_item .program_list li .cm_btn {
  margin-top: min(2.4rem, 1.756954612vw);
  width: min(33rem, 24.1581259151vw);
}
.overview .content .ac_item .program_list li .comingsoon_btn {
  margin-top: min(2.4rem, 1.756954612vw);
  width: min(33rem, 24.1581259151vw);
}
.overview .content .ac_item .program_list li.ct_blue {
  background-image: linear-gradient(145deg, rgba(45, 150, 250, 0.8), rgba(45, 150, 250, 0.1) 35%, rgba(45, 150, 250, 0) 50%, rgba(45, 150, 250, 0.1) 65%, rgba(45, 150, 250, 0.8));
}
.overview .content .ac_item .program_list li.ct_blue .num {
  background-color: #2d96fa;
}
.overview .content .ac_item .program_list li.ct_blue .ttl_box h5 {
  color: #2d96fa;
}
.overview .content .ac_item .program_list li.ct_blue .ttl_box small {
  color: #2d96fa;
}
.overview .content .ac_item .table_item {
  margin-top: min(5.8rem, 4.2459736457vw);
}
.overview .content .ac_item .program_info_list {
  margin-top: min(3rem, 2.196193265vw);
}
.overview .content .ac_item .program_info_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: min(3rem, 2.196193265vw);
  border-bottom: 1px solid #f0325a;
}
.overview .content .ac_item .program_info_list dl dt {
  background-color: #f0325a;
  color: #fff;
  font-size: clamp(16px, 1.1713030747vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  padding: 0.2em 1em 0.4em;
  white-space: nowrap;
}
.overview .content .ac_item .program_info_list dl dt .num {
  display: inline-block;
  font-size: clamp(16px, 3.3674963397vw, 4.6rem);
  letter-spacing: 0.06em;
  margin-right: 0.1em;
}
.overview .content .ac_item .program_info_list dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(1.2rem, 0.878477306vw);
}
.overview .content .ac_item .program_info_list dl dd .label {
  font-size: clamp(16px, 1.1713030747vw, 1.6rem);
  color: #f0325a;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: min(16rem, 11.7130307467vw);
  height: min(4.5rem, 3.2942898975vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(240, 50, 90, 0.1);
}
.overview .content .ac_item .program_info_list dl dd .date {
  margin-left: min(1.4rem, 1.0248901903vw);
  white-space: nowrap;
  font-size: clamp(15px, 1.0980966325vw, 1.5rem);
  letter-spacing: 0.1em;
}
.overview .content .ac_item .program_info_list dl dd .date strong {
  font-size: clamp(18px, 1.317715959vw, 1.8rem);
  font-weight: 500;
}
.overview .content .ac_item .program_info_list dl dd .date small {
  font-size: clamp(14px, 1.0248901903vw, 1.4rem);
  letter-spacing: 0.08em;
}
.overview .content .ac_item .program_info_list dl dd .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: min(1rem, 0.7320644217vw);
  font-size: clamp(18px, 1.756954612vw, 2.4rem);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #f0325a;
  font-weight: 700;
}
.overview .content .ac_item .program_info_list dl.active dt {
  color: #ffd400;
}
.overview .content .ac_item .note_list {
  margin-top: min(4rem, 2.9282576867vw);
}
.overview .content .ac_item .note_list li {
  display: inline;
  font-size: clamp(13px, 0.9516837482vw, 1.3rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.overview .content .ac_item .note_list li::before {
  content: "●";
  display: inline-block;
  color: #f0325a;
}
.overview .content .ac_item .note_list_2 li {
  display: block;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.overview .content .ac_item .note_list_2 li::before {
  content: "";
  display: none;
}
.overview .content .ac_item .cm_btn {
  margin-top: min(7rem, 5.1244509517vw);
  width: min(36rem, 26.3543191801vw);
}
.overview .content .ac_item .comingsoon_btn {
  margin-top: min(7rem, 5.1244509517vw);
  width: min(36rem, 26.3543191801vw);
}
.overview .content .ac_item.no_ac .ac_item_ttl .ac_btn_ic {
  display: none;
}
.overview .content .ac_item.no_ac .ac_cont {
  display: block;
}
.overview .content .ac_item.comingsoon .ac_item_ttl .ac_btn_ic {
  display: inline-block;
  width: initial;
  height: initial;
}
.overview .content .ac_item.comingsoon .ac_item_ttl .ac_btn_ic::before {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  -webkit-transform: translate(-50%, 0) skewX(-10deg);
          transform: translate(-50%, 0) skewX(-10deg);
  display: inline-block;
  width: auto;
  height: auto;
  content: "Coming soon";
  white-space: nowrap;
  background: none;
  color: #999999;
  font-weight: 500;
  font-size: clamp(16px, 2.0497803807vw, 2.8rem);
  letter-spacing: 0.14em;
}
.overview .content .ac_item.comingsoon .ac_item_ttl .ac_btn_ic::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .overview {
    padding: 10vw 0;
  }
  .overview .overview_img {
    margin-top: 5.6rem;
  }
  .overview .content {
    margin-top: 4rem;
  }
  .overview .content .ac_item {
    margin-top: 3.2rem;
  }
  .overview .content .ac_item .ac_inner {
    padding: 0 1.5rem;
  }
  .overview .content .ac_item .ac_item_ttl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.4rem 1.5rem;
  }
  .overview .content .ac_item .ac_item_ttl h3 {
    font-size: 2.3rem;
  }
  .overview .content .ac_item .ac_item_ttl .label {
    font-size: 1.4rem;
    padding: 0.2em 0.6em 0.3em;
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
    margin-left: 0;
    margin-top: 0.5em;
  }
  .overview .content .ac_item .ac_item_ttl .ac_btn_ic {
    top: 3.8rem;
    right: 1.5rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  .overview .content .ac_item .ac_item_ttl .ac_btn_ic::before {
    width: 1px;
  }
  .overview .content .ac_item .ac_item_ttl .ac_btn_ic::after {
    height: 1px;
  }
  .overview .content .ac_item .ac_cont {
    padding-bottom: 3rem;
  }
  .overview .content .ac_item .ac_cont_2 {
    padding-top: 3rem;
  }
  .overview .content .ac_item .ac_cont_3 {
    padding-bottom: 0;
  }
  .overview .content .ac_item .ac_cont_3 .ac_inner {
    padding-bottom: 4rem;
  }
  .overview .content .ac_item .ac_cont .group {
    margin-top: 4rem;
  }
  .overview .content .ac_item .ac_cont .profile_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6.4rem;
  }
  .overview .content .ac_item .ac_cont .profile_list li .img_box .label_box {
    font-size: 1.2rem;
  }
  .overview .content .ac_item .ac_cont .profile_list li .info {
    margin-top: 1.6rem;
  }
  .overview .content .ac_item .ac_cont .profile_list li .info h4, .overview .content .ac_item .ac_cont .profile_list li .info h5 {
    font-size: 1.8rem;
  }
  .overview .content .ac_item .ac_cont .profile_list li .info p {
    font-size: 1.3rem;
    margin-top: 0.5em;
  }
  .overview .content .ac_item .ac_cont .nbd_img {
    margin-top: 4rem;
  }
  .overview .content .ac_item .ac_cont .nbd_img h4 {
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 1em;
  }
  .overview .content .ac_item .ac_cont .nbd_img h4 span {
    padding: 0.25em 1em;
  }
  .overview .content .ac_item .ac_cont .nbd_img h4 span::before {
    clip-path: polygon(0.8rem 0, 100% 0%, calc(100% - 0.8rem) 100%, 0% 100%);
  }
  .overview .content .ac_item .ac_cont .solution {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
  .overview .content .ac_item .ac_cont .solution .txt_box {
    width: 100%;
  }
  .overview .content .ac_item .ac_cont .solution .txt_box p {
    margin-top: 1em;
  }
  .overview .content .ac_item .ac_cont .solution .img_box {
    width: 100%;
    margin-top: 4rem;
  }
  .overview .content .ac_item .ac_cont .solution .img_box .solution_img_1 {
    width: 75vw;
    margin-right: 0;
  }
  .overview .content .ac_item .ac_cont .solution .img_box .solution_img_2 {
    width: 60vw;
    margin: -4vw 0 0 auto;
  }
  .overview .content .ac_item .ac_cont .nbd_overview {
    margin-top: 4rem;
  }
  .overview .content .ac_item .ac_cont .nbd_overview h4 {
    font-size: 1.7rem;
  }
  .overview .content .ac_item .ac_cont .nbd_key {
    margin-top: 3.2rem;
    padding: 4rem 1.5rem 8rem;
  }
  .overview .content .ac_item .ac_cont .nbd_key .nbd_key_ttl .nbd_key_label {
    font-size: 1.2rem;
  }
  .overview .content .ac_item .ac_cont .nbd_key .nbd_key_ttl h4 {
    font-size: 2rem;
    margin-top: 0.5em;
  }
  .overview .content .ac_item .ac_cont .nbd_key p {
    margin-top: 2em;
  }
  .overview .content .ac_item .ac_cont .nbd_key .nbd_key_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8rem;
  }
  .overview .content .ac_item .ac_cont .nbd_key .nbd_key_cont .nbd_key_img {
    width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .overview .content .ac_item .ac_cont .nbd_key .nbd_key_cont .nbd_key_img h5 {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, -70%) skewX(-10deg);
            transform: translate(0, -70%) skewX(-10deg);
    font-size: 1.6rem;
  }
  .overview .content .ac_item .ac_cont .nbd_key .nbd_key_cont .nbd_key_img h5 small {
    display: inline-block;
    font-size: 0.6em;
  }
  .overview .content .ac_item .ac_cont .nbd_key .nbd_key_cont .nbd_key_img img {
    width: 100%;
  }
  .overview .content .ac_item .ac_cont .nbd_key .nbd_key_cont .txt_box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 5em 1.5rem 3em;
    background-color: #fff;
    margin-top: -2rem;
  }
  .overview .content .ac_item .ac_cont .nbd_key .nbd_key_cont .txt_box p {
    margin: 0;
  }
  .overview .content .ac_item .ac_cont .nbd_judge {
    margin-top: 8rem;
  }
  .overview .content .ac_item .ac_cont .nbd_judge .judge_list {
    width: 75vw;
    margin: 8rem auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 7.2rem;
  }
  .overview .content .ac_item .ac_cont .nbd_judge .judge_list li .name {
    -webkit-transform: skewX(-10deg) translateY(-50%);
            transform: skewX(-10deg) translateY(-50%);
    color: #fff;
    padding: 0.5em;
    position: absolute;
    bottom: auto;
    right: auto;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0.8em 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
  }
  .overview .content .ac_item .ac_cont .nbd_judge .judge_list li .name h5 {
    font-size: 1.6rem;
    letter-spacing: 0.14em;
    font-weight: 500;
  }
  .overview .content .ac_item .ac_cont .nbd_judge .judge_list li .name p {
    font-size: 1rem;
    letter-spacing: 0.14em;
    font-weight: 500;
    line-height: 1.2;
  }
  .overview .content .ac_item .ac_cont .nbd_sponsorship {
    padding: 4rem 1.5rem;
  }
  .overview .content .ac_item .ac_cont .nbd_sponsorship .ttl_box .en {
    font-size: 3.2rem;
  }
  .overview .content .ac_item .ac_cont .nbd_sponsorship .ttl_box .ja {
    display: block;
    font-size: 2.3rem;
    text-align: center;
    line-height: 1.5;
  }
  .overview .content .ac_item .ac_cont .nbd_sponsorship .nbd_logo {
    margin: 2.8rem auto 0;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 34.5rem;
    width: 100%;
  }
  .overview .content .ac_item .ac_cont .nbd_sponsorship .nbd_logo li {
    display: block;
  }
  .overview .content .ac_item .ac_cont .nbd_sponsorship .nbd_logo li a {
    border: 2px solid transparent;
    -o-border-image: linear-gradient(to right, #f0325a, #2d96fa);
       border-image: -webkit-gradient(linear, left top, right top, from(#f0325a), to(#2d96fa));
       border-image: linear-gradient(to right, #f0325a, #2d96fa);
    display: block;
    border-image-slice: 1;
    padding: 1.6rem;
    width: 100%;
  }
  .overview .content .ac_item .ac_cont .nbd_sponsorship .img_box {
    margin-top: 8rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .overview .content .ac_item .ac_cont .nbd_sponsorship .img_box .sponsorship_img {
    width: 75vw;
  }
  .overview .content .ac_item .ac_cont .nbd_sponsorship .img_box .sponsorship_img img {
    width: 100%;
  }
  .overview .content .ac_item .ac_cont .nbd_sponsorship .img_box .sponsorship_img:nth-child(odd) {
    margin-top: 0;
  }
  .overview .content .ac_item .ac_cont .nbd_sponsorship .img_box .sponsorship_img:nth-child(even) {
    margin: 0 0 0 auto;
  }
  .overview .content .ac_item .ac_in_items {
    margin-top: min(8rem, 5.8565153734vw);
  }
  .overview .content .ac_item .ac_in_items .ac_in_item {
    margin-top: min(4rem, 2.9282576867vw);
  }
  .overview .content .ac_item .ac_in_items .ac_in_item:first-child {
    margin-top: 0;
  }
  .overview .content .ac_item .ac_in_items .ac_in_item .ac_in_item_ttl {
    min-height: 14rem;
    padding: 1.5rem;
    gap: min(1.2rem, 0.878477306vw);
  }
  .overview .content .ac_item .ac_in_items .ac_in_item .ac_in_item_ttl h4 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 0.5em;
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  .overview .content .ac_item .ac_in_items .ac_in_item .ac_in_item_ttl .in_label {
    font-size: 1.1rem;
  }
  .overview .content .ac_item .ac_in_items .ac_in_item .ac_in_item_ttl .ac_in_btn_ic {
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
  .overview .content .ac_item .ac_in_items .ac_in_item .ac_in_item_ttl .ac_in_btn_ic::before {
    width: 1px;
    height: 1.4rem;
  }
  .overview .content .ac_item .ac_in_items .ac_in_item .ac_in_item_ttl .ac_in_btn_ic::after {
    width: 1.4rem;
    height: 1px;
  }
  .overview .content .ac_item .ac_in_items .ac_in_item .ac_in_item_ttl.__flex {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont {
    display: none;
    padding: 2.4rem 1.5rem 4rem;
  }
  .overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont .bn_list {
    margin-top: 8rem;
    gap: 5.6rem;
    padding-left: min(3rem, 2.196193265vw);
  }
  .overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont .bn_list li {
    height: 12rem;
  }
  .overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont .bn_list li p {
    font-size: 2rem;
  }
  .overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont .bn_list li .cross_item {
    width: 10rem;
  }
  .overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont .bn_list li .bak_item {
    width: 15rem;
  }
  .overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont .bn_list li .line_item {
    width: 12rem;
  }
  .overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont .bn_list li .line_item-2 {
    width: 10rem;
  }
  .overview .content .ac_item .ac_in_items .ac_in_item .ac_in_cont .table_item {
    margin-top: 8rem;
  }
  .overview .content .ac_item .ac_ttl {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
  }
  .overview .content .ac_item .ct_ttl {
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 1.5em;
    display: block;
  }
  .overview .content .ac_item .program_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6.9rem 1.5rem;
    margin-top: 4rem;
  }
  .overview .content .ac_item .program_list li {
    padding: 3rem 1.5rem 4.4rem;
  }
  .overview .content .ac_item .program_list li .num {
    position: absolute;
    top: 0;
    left: 50%;
    width: 8.4rem;
    text-align: center;
    font-size: 1.4rem;
    margin-top: 0;
    padding-bottom: 0.3em;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .overview .content .ac_item .program_list li .num span {
    font-size: 3rem;
  }
  .overview .content .ac_item .program_list li .ttl_box {
    padding: 1.5rem 0;
  }
  .overview .content .ac_item .program_list li .ttl_box h5 {
    font-size: 1.8rem;
  }
  .overview .content .ac_item .program_list li .ttl_box small {
    font-size: 1.5rem;
  }
  .overview .content .ac_item .program_list li p {
    padding: 0;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    margin-top: 1em;
  }
  .overview .content .ac_item .program_list li .cm_btn {
    margin-top: 2.4rem;
    width: 100%;
    max-width: 26rem;
  }
  .overview .content .ac_item .program_list li .comingsoon_btn {
    margin-top: 2.4rem;
    width: 100%;
    max-width: 26rem;
  }
  .overview .content .ac_item .program_list li.ct_red_sp {
    background-image: linear-gradient(145deg, rgba(240, 50, 90, 0.8), rgba(240, 50, 90, 0.1) 35%, rgba(240, 50, 90, 0) 50%, rgba(240, 50, 90, 0.1) 65%, rgba(240, 50, 90, 0.8));
  }
  .overview .content .ac_item .program_list li.ct_red_sp .num {
    background-color: #f0325a;
  }
  .overview .content .ac_item .program_list li.ct_red_sp .ttl_box h5 {
    color: #f0325a;
  }
  .overview .content .ac_item .program_list li.ct_red_sp .ttl_box small {
    color: #f0325a;
  }
  .overview .content .ac_item .program_list li.ct_blue_sp {
    background-image: linear-gradient(145deg, rgba(45, 150, 250, 0.8), rgba(45, 150, 250, 0.1) 35%, rgba(45, 150, 250, 0) 50%, rgba(45, 150, 250, 0.1) 65%, rgba(45, 150, 250, 0.8));
  }
  .overview .content .ac_item .program_list li.ct_blue_sp .num {
    background-color: #2d96fa;
  }
  .overview .content .ac_item .program_list li.ct_blue_sp .ttl_box h5 {
    color: #2d96fa;
  }
  .overview .content .ac_item .program_list li.ct_blue_sp .ttl_box small {
    color: #2d96fa;
  }
  .overview .content .ac_item .table_item {
    margin-top: 3.2rem;
  }
  .overview .content .ac_item .program_info_list {
    margin-top: 4rem;
  }
  .overview .content .ac_item .program_info_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: scenter;
        -ms-flex-pack: scenter;
            justify-content: scenter;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
  .overview .content .ac_item .program_info_list dl dt {
    font-size: 1.1rem;
    padding: 0.2em 2em 0.6em;
  }
  .overview .content .ac_item .program_info_list dl dt .num {
    display: inline-block;
    font-size: 3rem;
    letter-spacing: 0.06em;
    margin-right: 0.1em;
  }
  .overview .content .ac_item .program_info_list dl dd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 1.6rem;
    margin-top: 1em;
    gap: 1rem;
  }
  .overview .content .ac_item .program_info_list dl dd .label {
    font-size: 1.2rem;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0.6em 1em;
  }
  .overview .content .ac_item .program_info_list dl dd .date {
    font-size: 1.5rem;
  }
  .overview .content .ac_item .program_info_list dl dd .date strong {
    font-size: 1.5rem;
  }
  .overview .content .ac_item .program_info_list dl dd .date small {
    font-size: 1.2rem;
  }
  .overview .content .ac_item .program_info_list dl dd .cont {
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-left: 0;
    font-size: 1.7rem;
    text-align: center;
    margin-top: 0;
  }
  .overview .content .ac_item .program_info_list dl.active dt {
    color: #ffd400;
  }
  .overview .content .ac_item .note_list {
    margin-top: 1em;
  }
  .overview .content .ac_item .note_list li {
    font-size: 1.1rem;
  }
  .overview .content .ac_item .cm_btn {
    margin-top: 4rem;
    max-width: 26rem;
    width: 100%;
  }
  .overview .content .ac_item .comingsoon_btn {
    margin-top: 4rem;
    max-width: 26rem;
    width: 100%;
  }
  .overview .content .ac_item.no_ac .ac_item_ttl .ac_btn_ic {
    display: none;
  }
  .overview .content .ac_item.no_ac .ac_cont {
    display: block;
  }
  .overview .content .ac_item.comingsoon .ac_item_ttl .ac_btn_ic {
    display: inline-block;
    width: initial;
    height: initial;
  }
  .overview .content .ac_item.comingsoon .ac_item_ttl .ac_btn_ic::before {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    -webkit-transform: translate(-50%, 0) skewX(-10deg);
            transform: translate(-50%, 0) skewX(-10deg);
    display: inline-block;
    width: auto;
    height: auto;
    content: "Coming soon";
    white-space: nowrap;
    background: none;
    color: #999999;
    font-weight: 500;
    font-size: clamp(16px, 2.0497803807vw, 2.8rem);
    letter-spacing: 0.14em;
  }
  .overview .content .ac_item.comingsoon .ac_item_ttl .ac_btn_ic::after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .nbd_logo li a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .nbd_logo li a:hover, .nbd_logo li a:focus-visible {
    opacity: 0.5;
  }
}
.access {
  padding-top: min(33rem, 24.1581259151vw);
  padding-bottom: min(10rem, 7.3206442167vw);
  z-index: 0;
}
.access .content {
  width: min(99rem, 72.4743777452vw);
  margin: min(4rem, 2.9282576867vw) auto 0;
}
.access .content .map {
  width: 100%;
}
.access .content .map iframe {
  width: 100%;
  height: min(55rem, 40.2635431918vw);
}
.access .content .txt_box {
  margin-top: min(3rem, 2.196193265vw);
}
.access .content .txt_box h3 {
  font-size: clamp(16px, 1.5373352855vw, 2.1rem);
  letter-spacing: 0.16em;
}
.access .content .txt_box p {
  font-size: clamp(16px, 1.1713030747vw, 1.6rem);
  margin-top: 1em;
}
.access::before {
  z-index: -1;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(70%), to(#ccc));
  background: linear-gradient(#fff, 70%, #ccc);
  clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 768px) {
  .access {
    padding: 24vw 0 10vw;
  }
  .access .content {
    width: 100%;
    margin: 3.2rem auto 0;
  }
  .access .content .map {
    width: 100%;
  }
  .access .content .map iframe {
    width: 100%;
    height: 43.5rem;
  }
  .access .content .txt_box {
    margin-top: 2.4rem;
  }
  .access .content .txt_box h3 {
    font-size: 1.4rem;
  }
  .access .content .txt_box p {
    font-size: 1.2rem;
  }
  .access::before {
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.sponsorship {
  padding-top: min(10rem, 7.3206442167vw);
  padding-bottom: min(10rem, 7.3206442167vw);
  background-color: #fff;
}
.sponsorship .content {
  margin: min(6.4rem, 4.6852122987vw) auto 0;
}
.sponsorship .content ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(4rem, 2.9282576867vw) 1fr min(4rem, 2.9282576867vw) 1fr min(4rem, 2.9282576867vw) 1fr min(4rem, 2.9282576867vw) 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: min(4rem, 2.9282576867vw);
}
.sponsorship .content ul li {
  display: block;
}
.sponsorship .content ul li a {
  border: 2px solid transparent;
  -o-border-image: linear-gradient(to right, #f0325a, #2d96fa);
     border-image: -webkit-gradient(linear, left top, right top, from(#f0325a), to(#2d96fa));
     border-image: linear-gradient(to right, #f0325a, #2d96fa);
  display: block;
  border-image-slice: 1;
  padding: min(1.6rem, 1.1713030747vw) min(0.8rem, 0.5856515373vw);
  width: 100%;
  background-color: #fff;
}
.sponsorship .content ul li a img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .sponsorship .content ul li a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .sponsorship .content ul li a:hover, .sponsorship .content ul li a:focus-visible {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .sponsorship {
    padding: 4rem 0 3.2rem;
  }
  .sponsorship .content {
    margin: 4rem auto 0;
  }
  .sponsorship .content ul {
    -ms-grid-columns: 1fr 1.6rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    max-width: 34.5rem;
    width: 100%;
    margin: 0 auto;
  }
  .sponsorship .content ul li {
    display: block;
  }
  .sponsorship .content ul li a {
    padding: 1.6rem 0.8rem;
  }
}
.bo_item {
  position: absolute;
  display: block;
  z-index: -1;
}
.bo_item img {
  width: 100%;
}
.bo_item_1 {
  width: 60rem;
  top: 10%;
}
.bo_item_2 {
  width: 60rem;
  top: 35%;
}
.bo_item_3 {
  width: 60rem;
  top: 60%;
}
.bo_item_4 {
  width: 60rem;
  top: 85%;
}
.bo_item_5 {
  width: 60rem;
  top: 90%;
}

@media screen and (max-width: 768px) {
  .bo_item_1 {
    width: 30rem;
    top: 20%;
  }
  .bo_item_2 {
    width: 30rem;
  }
  .bo_item_3 {
    width: 30rem;
  }
  .bo_item_4 {
    width: 30rem;
  }
  .bo_item_5 {
    width: 30rem;
  }
}

/* 複数ポップアップボタンラップ */
.popup-entry-wrap {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 2000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.popup-entry-wrap.active {
  opacity: 1;
  transform: translateY(0);
}

.popup-entry-btn {
  display: inline-block;
  background: linear-gradient(90deg, #f0325a 0%, #2d96fa 100%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  text-align: center;
  white-space: nowrap;
}

.popup-entry-btn.__seminar {
  background: linear-gradient(90deg, #f0325a, #ff6b6b);
}

.popup-entry-btn.__boost {
  background: linear-gradient(90deg, #2d96fa, #45c4ff);
}

@media screen and (max-width: 768px) {
  .popup-entry-btn {
    font-size: 1.3rem;
    padding: 0.8rem 1.5rem;
  }
  .popup-entry-wrap {
    right: 1rem;
    bottom: 1rem;
    gap: 0.8rem;
  }
}

iframe {
  will-change: transform;
}