p, h1, h2, h3, h4, h5 {
  border: none;
  margin: 0;
  padding: 0;
}

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  /* -webkit-appearance: none;
  appearance: none; */
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

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

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

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

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

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

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

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

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
html,
body {
  font-size: 62.5%;
  color: #ffffff;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: auto;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

html {
  background-color: #242424;
  margin: 0 !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75 !important;
  font-size: 1.6rem;
  letter-spacing: 0.75px;
  color: #ffffff;
  font-weight: 500;
}

/*img reset*/
img, video, svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

input, textarea, select {
  background-color: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 15px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  transition: all 0.3s ease;
}
input.active, textarea.active, select.active {
  border-color: #ff9300;
  outline: 2px solid #ff9300;
}
input.checked, textarea.checked, select.checked {
  border-color: #ff9300;
  outline: 2px solid #ff9300;
}
input:focus, textarea:focus, select:focus {
  border-color: #ff9300;
  outline: 2px solid #ff9300;
}

input {
  border-radius: 5px;
}

* {
  box-sizing: border-box;
}

/*-----------------------------------------------------*/
/*hdBl*/
.hdBl {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #000000;
}
.hdBl--top {
  background: none;
  backdrop-filter: blur(3px);
}
.hdBl__inner {
  position: relative;
  width: 100%;
  max-width: 1140px;
  padding: 15px 20px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hdBl__logo {
  display: flex;
  align-items: center;
}
.hdBl__logo__ti {
  position: relative;
  max-width: 230px;
  display: inline-block;
}
.hdBl__logo__tx {
  max-width: 102px;
  margin-left: 30px;
  display: inline-block;
}
.hdBl__right {
  position: relative;
  display: flex;
  align-items: center;
}
/*ftBl*/
.ftBl {
  position: relative;
  width: 100%;
  padding: 15px 0;
  background-color: #FFFFFF;
  margin-top: 100px;
}
.ftBl--teaser {
  margin-top: 0px;
}
.ftBl__copyright {
  color: #000000;
  font-size: 1rem;
  margin: 0 auto;
  text-align: center;
}

/*menuBl*/
.menuBl {
  display: flex;
  align-items: center;
  pointer-events: all;
}
.menuBl:hover .menuBl__entryBtn {
  background-color: #ff9300;
}
.menuBl.active .menuBl__entryBtn {
  background-color: #ff9300;
}
.menuBl.active .menuBl__entryBtn__line1 {
  width: 22px;
  left: 20px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.menuBl.active .menuBl__entryBtn__line2 {
  width: 0px;
  transition: all 0.3s ease;
}
.menuBl.active .menuBl__entryBtn__line3 {
  width: 22px;
  left: 20px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.menuBl.active:hover .menuBl__entryBtn {
  background-color: #505050;
}
.menuBl.active:hover .menuBl__entryBtn__line1 {
  background-color: #FFFFFF;
}
.menuBl.active:hover .menuBl__entryBtn__line3 {
  background-color: #FFFFFF;
}
.menuBl__entryTxt {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin-right: 30px;
  transition: all 0.3s ease;
}
.menuBl__entryTxt:hover {
  color: #ff9300;
}
.menuBl__entryTxt2 {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin-right: 30px;
}
.menuBl__entryBtn {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.menuBl__entryBtn__line1 {
  display: block;
  position: absolute;
  top: 18px;
  left: 18px;
  width: 16px;
  height: 2px;
  background-color: #000000;
  transform-origin: 0 0;
  transition: all 0.3s ease;
}
.menuBl__entryBtn__line2 {
  display: block;
  position: absolute;
  top: 26px;
  left: 18px;
  width: 12px;
  height: 2px;
  background-color: #000000;
  transition: all 0.3s ease;
}
.menuBl__entryBtn__line3 {
  display: block;
  position: absolute;
  top: 33px;
  left: 18px;
  width: 18px;
  height: 2px;
  background-color: #000000;
  transform-origin: 0 100%;
  transition: all 0.3s ease;
}

/*navBl*/
.navBl {
  position: fixed;
  width: 100%;
  background-color: #000000;
  padding: 135px 0 60px 0;
  z-index: 900;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
.navBl.showItem {
  transform: translateY(0%);
}
.navBl__inner {
  width: 100%;
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.navBl__leftBl {
  width: 60%;
}
.navBl__rightBl {
  width: 40%;
}

.txLinkItem {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.txLinkItem__list {
  width: 46%;
  margin: 16px 0;
  margin-right: 4%;
}
.txLinkItem__link {
  display: inline-block;
}
.txLinkItem__link--soon {
  opacity: 0.5;
  pointer-events: none;
}
.txLinkItem__link--blank .txLinkItem__link__ti::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url(../img/icn_blankW.png) no-repeat;
  background-size: 15px 14px;
  margin-left: 14px;
}
.txLinkItem__link__tx {
  position: relative;
}
.txLinkItem__link__tx--tx0 {
  width: 160px;
}
.txLinkItem__link__tx--tx1 {
  width: 63px;
}
.txLinkItem__link__tx--tx2 {
  width: 115px;
}
.txLinkItem__link__tx--tx3 {
  width: 63px;
}
.txLinkItem__link__tx--tx4 {
  width: 74px;
}
.txLinkItem__link__tx--tx5 {
  width: 42px;
}
.txLinkItem__link__tx__img {
  position: relative;
}
.txLinkItem__link__tx__img.df {
  display: block;
}
.txLinkItem__link__tx__img.ac {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.txLinkItem__link__ti {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 5px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.txLinkItem__link__sub {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 10px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.txLinkItem__link--blank:hover .txLinkItem__link__ti::after {
  background: url(../img/icn_blankO.png) no-repeat;
  background-size: 15px 14px;
}
.txLinkItem__link:hover .txLinkItem__link__tx__img.ac {
  opacity: 1;
}
.txLinkItem__link:hover .txLinkItem__link__ti {
  color: #ff9300;
}
.txLinkItem__link:hover .txLinkItem__link__sub {
  color: #ff9300;
}

.entryNavBl {
  position: relative;
  margin: 0;
  margin-top: 20px;
}
.entryNavBl__btn {
  position: relative;
  display: block;
  width: 100%;
  height: 151px;
  border-radius: 20px 20px 20px 0;
  background-color: #ff9300;
  transition: all 0.3s ease;
}
.entryNavBl__btn::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 32px;
  border-radius: 0 0 0 20px;
  background-color: #ff9300;
  transition: all 0.3s ease;
}
.entryNavBl__btn__inner {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}
.entryNavBl__btn__tx {
  width: 36px;
  text-align: left;
}
.entryNavBl__btn__ti {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: -3px;
  text-align: left;
  color: #000000;
  transition: all 0.3s ease;
}
.entryNavBl__btn__sub {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 20px;
  text-align: left;
  color: #000000;
  transition: all 0.3s ease;
}
.entryNavBl__btn:hover {
  background-color: #505050;
}
.entryNavBl__btn:hover::after {
  background-color: #505050;
}
.entryNavBl__btn:hover .entryNavBl__btn__ti {
  color: #ff9300;
}
.entryNavBl__btn:hover .entryNavBl__btn__sub {
  color: #FFFFFF;
}
.entryNavBl__btn2 {
  position: relative;
  display: block;
  width: 100%;
  height: 151px;
  border-radius: 20px 20px 20px 0;
  background-color: #ff9300;
  transition: all 0.3s ease;
}
.entryNavBl__btn2::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 32px;
  border-radius: 0 0 0 20px;
  background-color: #ff9300;
  transition: all 0.3s ease;
}
.entryNavBl__btn2__inner {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}
.entryNavBl__btn2__tx {
  width: 36px;
  text-align: left;
}
.entryNavBl__btn2__ti {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: -3px;
  text-align: left;
  color: #000000;
  transition: all 0.3s ease;
}
.entryNavBl__btn2__sub {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 20px;
  text-align: left;
  color: #000000;
  transition: all 0.3s ease;
}
.entryNavBl__sns {
  position: absolute;
  bottom: -70px;
  right: 0;
  background-color: #000000;
  display: flex;
  text-align: center;
  border-radius: 20px 0 0 0;
}
.entryNavBl__sns__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 10px 0;
  margin-left: 12px;
  z-index: 1;
  background-color: #343434;
  transition: all 0.3s ease;
}
.entryNavBl__sns__btn img {
  width: 24px;
  text-align: center;
}
.entryNavBl__sns__btn:hover {
  background-color: #ff9300;
  transition: all 0.3s ease;
}
.entryNavBl__sns__cover {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0px;
  bottom: 38px;
  transform: translateX(-100%);
}
.entryNavBl__sns__cover::before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  border-radius: 50%;
  box-shadow: 10px 10px 0 0 #000000;
  transform: translate(-50%, -50%);
}

/*-----------------------------------------------------*/
/*wrapBl*/
.wrapBl {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wrapBl__inner {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  padding-top: 210px;
}
.wrapBl--top .wrapBl__inner {
  max-width: 1140px;
  padding: 0;
}

.canvasBl {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 800;
  pointer-events: none;
}

/*digitalBl*/
.digitalBl {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.digitalBl__video {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: grayscale(100%);
  object-fit: cover;
}
.digitalBl__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

/*bgBl*/
.bgBl {
  position: absolute;
  top: 160px;
  left: 50%;
  width: 1280px;
  height: 800px;
  transform: translate(-50%, 0);
  background-size: contain;
  transform-origin: 50% 50%;
  z-index: 1;
  opacity: 1;
}
.bgBl__parent {
  position: absolute;
  top: -280px;
  left: 55%;
  perspective: 100px;
  transform: rotate(25deg);
}
.bgBl__inner1 {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 20% 20%;
}
.bgBl__inner2 {
  position: absolute;
  top: 0;
  left: 0;
}

.bgItem {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.bgItem__list {
  position: relative;
  width: 200px;
  overflow: hidden;
  border-radius: 30px;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.bgItem__list.mainItem1 {
  grid-area: 2/1/4/2;
}
.bgItem__list.mainItem2 {
  grid-area: 2/2/4/3;
}
.bgItem__list.mainItem3 {
  grid-area: 4/2/6/3;
}
.bgItem__list.mainItem4 {
  grid-area: 1/3/3/4;
}
.bgItem__list.mainItem5 {
  grid-area: 3/3/5/4;
}
.bgItem__list.mainItem6 {
  grid-area: 6/3/8/4;
}
.bgItem__list.mainItem7 {
  grid-area: 2/4/4/5;
}
.bgItem__list.mainItem8 {
  grid-area: 4/4/6/5;
}
.bgItem__list.mainItem9 {
  grid-area: 6/4/8/5;
}
.bgItem__list.mainItem10 {
  grid-area: 4/5/6/6;
}
.bgItem__list.mainItem11 {
  grid-area: 7/5/9/6;
}
.bgItem__list__card {
  backface-visibility: hidden;
  transition: transform 0.3s;
}
.bgItem__list__card--front {
  transform: none;
}
.bgItem__list__card--back {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}
.bgItem__list.flipped .bgItem__list__card--front {
  transform: rotateY(180deg);
}
.bgItem__list.flipped .bgItem__list__card--back {
  transform: rotateY(360deg);
}
.bgItem__list img, .bgItem__list video {
  aspect-ratio: 30/43;
  object-fit: cover;
  overflow: hidden;
}

/*mainBl*/
.mainBl {
  position: relative;
  padding: 0 20px;
  padding-top: 480px;
  z-index: 100;
}
.mainBl--teaser {
  padding-top: 140px;
  max-width: 980px;
  margin: 0 auto;
}
.mainBl__copy--pc {
  display: block;
}
.mainBl__copy--sp {
  display: none;
}
.mainBl__copy__tx1 {
  display: block;
  text-align: left;
  margin: 40px 0;
  overflow: hidden;
  width: 100%;
  transition: all 0.6s ease;
  transition-delay: 0.5s;
}
.mainBl__copy__tx1 img {
  width: 383px;
  max-width: 383px;
}
.mainBl__copy__tx1.show {
  width: 100%;
}
.mainBl__copy__tx2 {
  display: block;
  text-align: left;
  margin: 40px 0;
  overflow: hidden;
  width: 100%;
  transition: all 0.6s ease;
  transition-delay: 1s;
}
.mainBl__copy__tx2 img {
  width: 635px;
  max-width: 635px;
}
.mainBl__copy__tx2.show {
  width: 100%;
}
.mainBl__copy__tx3 {
  display: block;
  text-align: left;
  margin: 40px 0;
  overflow: hidden;
  width: 100%;
  transition: all 0.6s ease;
  transition-delay: 1s;
}
.mainBl__copy__tx3 img {
  width: 635px;
  max-width: 635px;
}
.mainBl__copy__tx3.show {
  width: 100%;
}
.mainBl__text {
  text-align: left;
  margin-top: 80px;
}
.mainBl__text__tx {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.2;
}
.mainBl__text__bar {
  display: inline-block;
  position: relative;
  color: #000000;
}
.mainBl__text__bar:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 96%;
  height: 70%;
  transform: translate(0, -50%);
  background-color: #ff9300;
  z-index: -1;
}
.mainBl__text__sp {
  display: inline-block;
}
.mainBl__more {
  position: absolute;
  bottom: -7px;
  left: 55%;
}

/*interviewBl*/
.interviewBl {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
  margin: 160px 0 100px;
  z-index: 100;
}
.interviewBl__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
.interviewBl__info {
  position: relative;
  width: 50%;
  margin: 60px 0 100px 0;
}

.interviewBox {
  position: relative;
  backdrop-filter: blur(6px);
  border-radius: 30px;
}
.interviewBox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 85%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #000;
  filter: blur(3em);
}
.interviewBox__txArea {
  position: relative;
  display: block;
  width: 100%;
  height: 380px;
  border-radius: 30px 30px 30px 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.interviewBox__txArea__tiEn {
  position: relative;
  width: 60%;
  max-width: 325px;
  margin: 0 60px;
  padding-top: 60px;
}
.interviewBox__txArea__tiJp {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 3rem;
  font-size: clamp(2.2rem, 2.6vw, 3rem);
  line-height: 1;
  transform: translate(110px, -7px);
}
.interviewBox__txArea__tiJp__sub {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.interviewBox__txArea__tiJp::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #ff9300;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.interviewBox__txArea__tx {
  text-align: left;
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 2;
  margin: 30px 60px 0;
}
.interviewBox__btn {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.interviewBox__btn__left {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 30px 30px;
  padding: 10px 0 0 0;
  width: calc(100% - 290px);
}
.interviewBox__btn__left::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -30px;
  background: url(../img/curve.png) no-repeat;
  background-size: 30px 30px;
  opacity: 0.2;
}
.interviewBox__btn__right {
  position: relative;
  padding: 10px 0 0 0;
  width: 320px;
}

.movBox {
  position: relative;
  display: block;
  transform: translate(-43%, 0);
  width: 100%;
  height: 400px;
}

.moveItem {
  position: absolute;
  top: calc(50% - 175px);
  left: calc(75% - 175px);
  width: 350px;
  transform-origin: center;
  user-select: none;
  transition: all 0.5s ease, opacity 0.6s;
  border-radius: 40px;
  overflow: hidden;
}
.moveItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background-color: black;
  opacity: 0;
  transition: all 0.3s ease;
}
.moveItem.moveItem-1 {
  transform: translate(-220px, 0) scale(0.6);
  opacity: 0;
  z-index: 6;
}
.moveItem.moveItem-1::before {
  opacity: 0;
}
.moveItem.moveItem-2 {
  transform: translate(-130px, 0) scale(1.3);
  opacity: 0;
  z-index: 5;
}
.moveItem.moveItem-2::before {
  opacity: 0;
}
.moveItem.moveItem-3 {
  transform: translate(0px, 0) scale(1);
  opacity: 1;
  z-index: 4;
}
.moveItem.moveItem-3::before {
  opacity: 0;
}
.moveItem.moveItem-4 {
  transform: translate(130px, 0) scale(0.8);
  opacity: 1;
  z-index: 3;
}
.moveItem.moveItem-4::before {
  opacity: 0.4;
}
.moveItem.moveItem-5 {
  transform: translate(220px, 0) scale(0.6);
  opacity: 1;
  z-index: 2;
}
.moveItem.moveItem-5::before {
  opacity: 0.7;
}
.moveItem.moveItem-6 {
  transform: translate(300px, 0) scale(0.4);
  opacity: 1;
  z-index: 1;
}
.moveItem.moveItem-6::before {
  opacity: 0.8;
}
.moveItem.moveItem-7, .moveItem.moveItem-8, .moveItem.moveItem-9, .moveItem.moveItem-10, .moveItem.moveItem-11, .moveItem.moveItem-12, .moveItem.moveItem-13, .moveItem.moveItem-14, .moveItem.moveItem-15, .moveItem.moveItem-16, .moveItem.moveItem-17, .moveItem.moveItem-18, .moveItem.moveItem-19, .moveItem.moveItem-20, .moveItem.moveItem-21, .moveItem.moveItem-22 {
  transform: translate(360px, 0) scale(0.2);
  opacity: 0;
  z-index: 1;
}
.moveItem.moveItem-7::before, .moveItem.moveItem-8::before, .moveItem.moveItem-9::before, .moveItem.moveItem-10::before, .moveItem.moveItem-11::before, .moveItem.moveItem-12::before, .moveItem.moveItem-13::before, .moveItem.moveItem-14::before, .moveItem.moveItem-15::before, .moveItem.moveItem-16::before, .moveItem.moveItem-17::before, .moveItem.moveItem-18::before, .moveItem.moveItem-19::before, .moveItem.moveItem-20::before, .moveItem.moveItem-21::before, .moveItem.moveItem-22::before {
  opacity: 1;
}

/*worksBl*/
.worksBl {
  position: relative;
  z-index: 100;
  width: 100%;
}
.worksBl__ti {
  width: 18.2%;
  max-width: 210px;
  text-align: left;
}
.worksBl__imgArea {
  position: relative;
  margin-top: -4.8%;
}
.worksBl__imgArea__img {
  opacity: 0.6;
}
.worksBl__imgArea__soon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.7rem;
  line-height: 1;
  color: #FFFFFF;
  z-index: 10;
}
.worksBl__infoArea {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 83%;
  border-radius: 20px;
  background-color: rgba(47, 47, 47, 0.8);
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: baseline;
  align-items: center;
  padding: 40px;
  padding-right: 20px;
}
.worksBl__infoArea__tiArea {
  text-align: left;
}
.worksBl__infoArea__txArea {
  text-align: left;
}
.worksBl__infoArea__ti {
  position: relative;
  font-size: 3rem;
  font-size: clamp(2.2rem, 2.6vw, 3rem);
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
}
.worksBl__infoArea__ti__sub {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.worksBl__infoArea__ti::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #ff9300;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.worksBl__infoArea__tx {
  text-align: left;
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 2;
  margin: 0 0 0 30px;
}
.worksBl__btnArea {
  position: absolute;
  top: 82.5%;
  left: 85.5%;
  width: 9.1%;
  max-width: 100px;
}

/*requireBl*/
.requireBl {
  margin: 150px 0 60px;
  display: flex;
  justify-content: space-between;
}
.requireBl__left {
  width: 48%;
  backdrop-filter: blur(6px);
  border-radius: 30px;
}
.requireBl__right {
  width: 48%;
  backdrop-filter: blur(6px);
  border-radius: 30px;
}
.requireBl__box {
  position: relative;
  display: block;
  width: 100%;
  height: 180px;
  padding: 10%;
  border-radius: 30px 30px 30px 0;
}
.requireBl__box--req {
  background-color: rgba(47, 47, 47, 0.6);
}
.requireBl__box--com {
  background-color: rgba(255, 255, 255, 0.2);
}
.requireBl__box__ti {
  text-align: left;
  font-size: clamp(2.2rem, 2.2vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
}
.requireBl__box__tx {
  text-align: left;
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 2;
  margin: 30px 0 0 0;
}
.requireBl__box__sub {
  color: #ff9300;
}
.requireBl__foot {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.requireBl__foot__left {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 30px 30px;
  padding: 8px 0 0 0;
  flex-grow: 1;
}
.requireBl__foot__left::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -30px;
  background: url(../img/curve.png) no-repeat;
  background-size: 30px 30px;
  opacity: 0.2;
}
.requireBl__foot__left--req {
  background-color: rgba(47, 47, 47, 0.6);
}
.requireBl__foot__left--req::before {
  background: url(../img/curve2.png) no-repeat;
  background-size: 30px 30px;
  opacity: 0.6;
}
.requireBl__foot__right {
  position: relative;
  padding: 8px 10px 0 0;
  width: 75px;
  border-radius: 0 0 30px 0;
  transition: all 0.3s ease;
  backdrop-filter: none;
}
.requireBl__foot__right:has(.shortTopBtn:hover) {
  width: 190px;
}

/*entryBl*/
.entryBl {
  position: relative;
  margin: 60px 0 160px 0;
  z-index: 10;
}
.entryBl--teaser {
  margin-top: 120px;
}
.entryBl__box {
  position: relative;
  display: block;
  width: 100%;
  padding: 10%;
  text-align: center;
  border-radius: 30px 30px 0 30px;
  background-color: #ff9300;
}
.entryBl__box__ti {
  max-width: 590px;
  text-align: center;
  margin: 0 auto;
}
.entryBl__box__inner {
  position: absolute;
  bottom: -45px;
  right: 10px;
  z-index: 10;
}
.entryBl__box__inner__end {
  font-size: 1.6rem;
  text-align: left;
}
.entryBl__box__inner2 {
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translate(-50%, 0);
  z-index: 10;
}
.entryBl__box__inner2__end {
  font-size: 2rem;
  text-align: center;
}
.entryBl__foot {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.entryBl__foot__sp {
  display: none;
}
.entryBl__foot__left {
  position: relative;
  padding: 0px 0 0 10px;
  width: 150px;
}
.entryBl__foot__left--teaser {
  width: 150px;
}
.entryBl__foot__right {
  position: relative;
  background-color: #ff9300;
  border-radius: 0 0 30px 30px;
  padding: 0 12px 0 0;
  flex-grow: 1;
}
.entryBl__foot__right::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -30px;
  background: url(../img/curve3.png) no-repeat;
  background-size: 30px 30px;
}
.entryBl__foot__inner {
  display: flex;
  justify-content: end;
  width: 100%;
}
.entryBl__sns {
  display: flex;
  text-align: center;
}
.entryBl__sns__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 10px 0 0;
  margin-left: 12px;
  z-index: 1;
  background-color: #343434;
  transition: all 0.3s ease;
}
.entryBl__sns__btn img {
  width: 24px;
  text-align: center;
}
.entryBl__sns__btn:hover {
  background-color: #ff9300;
  transition: all 0.3s ease;
}

/*----------------------------------------------------------
second
----------------------------------------------------------*/
.secCtsBl {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  margin: 0;
  padding-bottom: 40px;
}
.secCtsBl__top {
  position: relative;
  display: block;
  width: 70%;
  height: 53.5px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: -53.5px;
  left: 0;
}
.secCtsBl__top::after {
  content: "";
  width: 96px;
  height: 53.5px;
  display: block;
  background: url(../img/sec_bg_top.png);
  background-size: 96px 53.5px;
  position: absolute;
  left: 100%;
  opacity: 0.7;
}
.secCtsBl__bot {
  position: relative;
  display: flex;
  justify-content: end;
  width: 30%;
  height: 53.5px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: -53.5px;
  right: 0;
}
.secCtsBl__bot::after {
  content: "";
  width: 96px;
  height: 53.5px;
  display: block;
  background: url(../img/sec_bg_bot.png);
  background-size: 96px 53.5px;
  position: absolute;
  right: 100%;
  opacity: 0.7;
}
.secCtsBl__inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
.secCtsBl__headArea {
  padding: 50px 0;
}
.secCtsBl__headArea__tx {
  font-size: 1.8rem;
  color: #000000;
  text-align: left;
  margin-top: 25px;
}
.secCtsBl__tiArea {
  position: relative;
  display: flex;
  justify-content: baseline;
  align-items: end;
  flex-shrink: 0;
}
.secCtsBl__tiArea::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 600px;
  height: 26px;
  background-color: #ff9300;
}
.secCtsBl__tiArea__ti {
  position: relative;
  z-index: 10;
}
.secCtsBl__tiArea__tx {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  margin-left: 20px;
  z-index: 10;
}
.secCtsBl__tiArea--int::before {
  width: 450px;
}
.secCtsBl__tiArea--int .secCtsBl__tiArea__ti {
  max-width: 340px;
}
.secCtsBl__tiArea--req::before {
  width: 710px;
}
.secCtsBl__tiArea--req .secCtsBl__tiArea__ti {
  max-width: 600px;
}
.secCtsBl__tiArea--abo::before {
  width: 500px;
}
.secCtsBl__tiArea--abo .secCtsBl__tiArea__ti {
  max-width: 336px;
}
.secCtsBl__filter {
  position: relative;
}
.secCtsBl__intArea {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.secCtsBl__ctsArea {
  position: relative;
  background-color: #888888;
  border-radius: 40px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, 18.4%);
  row-gap: 24px;
  column-gap: 2%;
  justify-content: center;
  padding: 40px;
}
.filterIntBl {
  margin-top: 30px;
}
.filterIntBl__inner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.filterIntBl__reset {
  display: block;
}
.filterIntBl__left {
  width: 120px;
  text-align: left;
}
.filterIntBl__left__ti {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 4px;
}
.filterIntBl__right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.secInterviewBox {
  position: relative;
  display: block;
  overflow: hidden;
  width: inherit;
  transition: all 0.3s ease;
}
.secInterviewBox:hover .secInterviewBox__img::before {
  opacity: 1;
}
.secInterviewBox:hover .secInterviewBox__img::after {
  transform: translate(-50%, 100%);
}
.secInterviewBox__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.secInterviewBox__img img {
  aspect-ratio: 9/16;
  object-fit: cover;
  overflow: hidden;
}
.secInterviewBox__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border: 4px solid #ff9300;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.secInterviewBox__img::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/btn_play_on.png);
  background-size: 50px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 500%);
  transition: all 0.3s ease;
}
.secInterviewBox__category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 5px;
}
.secInterviewBox__category__tx {
  font-size: 0.8rem;
  padding: 1px 4px;
  background-color: #242424;
}

.secDetailBl {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 500;
  opacity: 1;
  transition: all 0.3s ease;
  display: none;
}

.dtInterviewMov {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 auto;
  text-align: center;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}
.dtInterviewMov__inner {
  position: relative;
  padding: 0 20px;
}
.dtInterviewMov__item {
  scroll-snap-align: start;
  height: 100vh;
}
.dtInterviewMov__item iframe {
  width: auto;
  height: 80vh;
  aspect-ratio: 9/16;
  object-fit: cover;
  overflow: hidden;
}

/**/
.nextNavBl {
  position: relative;
  width: 100%;
  height: 280px;
  max-width: 1140px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
  display: flex;
}
.nextNavBl__left {
  width: 55%;
  padding-left: 20px;
}
.nextNavBl__right {
  width: 45%;
  padding-right: 20px;
}

/*requireNextBl*/
.requireNextBl {
  position: relative;
}
.requireNextBl__left {
  width: 60%;
  border-radius: 30px;
}
.requireNextBl__right {
  position: absolute;
  top: 75px;
  right: 30px;
  width: 50%;
  border-radius: 30px;
}
.requireNextBl__box {
  position: relative;
  display: block;
  width: 100%;
  padding: 10% 5% 5% 15%;
  padding: 30px 0 0 30px;
  border-radius: 30px 30px 30px 0;
}
.requireNextBl__box--lf {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 50px 0 10px 30px;
}
.requireNextBl__box--rt {
  border-radius: 30px 0 30px 0;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px 0 0 40px;
  height: 70px;
}
.requireNextBl__box__ti {
  text-align: left;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
}
.requireNextBl__box__tx {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 10px 0 0 0;
}
.requireNextBl__box__sub {
  color: #ff9300;
}
.requireNextBl__box--rt .requireNextBl__box__in {
  width: 100%;
}
.requireNextBl__box--rt .requireNextBl__box__tx {
  width: 60%;
}
.requireNextBl__foot {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.requireNextBl__foot__left {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0 0 30px 30px;
  padding: 8px 0 0 0;
  flex-grow: 1;
}
.requireNextBl__foot__left::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -30px;
  background: url(../img/curve.png) no-repeat;
  background-size: 30px 30px;
  opacity: 0.1;
}
.requireNextBl__foot__left--lf {
  background-color: rgba(255, 255, 255, 0.1);
}
.requireNextBl__foot__left--lf::before {
  background: url(../img/curve.png) no-repeat;
  background-size: 30px 30px;
  opacity: 0.1;
}
.requireNextBl__foot__right {
  position: relative;
  padding: 8px 0 0 0;
  border-radius: 0 0 30px 0;
  transition: all 0.3s ease;
  backdrop-filter: none;
}
.requireNextBl__foot__right--lf {
  width: 170px;
}
.requireNextBl__foot__right--rt {
  width: 70px;
}
.requireNextBl__foot__right:has(.shortBtn:hover) {
  width: 230px;
}
.requireNextBl__foot__right:has(.shortBtn2:hover) {
  width: 130px;
}
.requireNextBl__head {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
}
.requireNextBl__head__left {
  position: relative;
  padding: 8px 10px 0 0;
  width: 36%;
  border-radius: 30px 0 0 0;
  transition: all 0.3s ease;
  backdrop-filter: none;
}
.requireNextBl__head__right {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 30px 30px 0 0;
  padding: 8px 0 0 0;
  flex-grow: 1;
}
.requireNextBl__head__right::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: -30px;
  background: url(../img/curve.png) no-repeat;
  background-size: 30px 30px;
  opacity: 0.1;
  transform: rotate(180deg);
}

/*entryNextBl*/
.entryNextBl {
  position: relative;
  z-index: 10;
}
.entryNextBl__box {
  position: relative;
  display: block;
  width: 100%;
  padding: 75px 30px;
  text-align: center;
  border-radius: 30px 30px 0 30px;
  background-color: #ff9300;
}
.entryNextBl__box__ti {
  max-width: 340px;
  text-align: center;
  margin: 0 auto;
}
.entryNextBl__box__inner {
  position: absolute;
  bottom: -45px;
  right: 10px;
  z-index: 10;
}
.entryNextBl__box__end {
  position: absolute;
  bottom: -30px;
  right: 20px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.4;
  z-index: 1;
}
.entryNextBl__foot {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.entryNextBl__foot__sp {
  display: none;
}
.entryNextBl__foot__left {
  position: relative;
  padding: 0px 0 0 10px;
  width: 30%;
  height: 50px;
}
.entryNextBl__foot__right {
  position: relative;
  background-color: #ff9300;
  border-radius: 0 0 30px 30px;
  padding: 0 12px 0 0;
  flex-grow: 1;
}
.entryNextBl__foot__right::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -29px;
  background: url(../img/curve3.png) no-repeat;
  background-size: 30px 30px;
}
.entryNextBl__foot__inner {
  display: flex;
  justify-content: end;
  width: 100%;
}

/**/
.reqInfoArea {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.reqInfoArea__item {
  position: relative;
  display: flex;
  align-items: baseline;
  border-bottom: 2px dotted #ff9300;
  padding: 20px 0;
}
.reqInfoArea__tiArea {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  width: 160px;
}
.reqInfoArea__endArea {
  color: red;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.reqInfoArea__txArea {
  color: #000000;
  text-align: left;
  flex: 1;
}
.reqInfoArea__txArea__info {
  margin-bottom: 15px;
}
.reqInfoArea__txArea__tx1 {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 5px;
}
.reqInfoArea__txArea__tx2 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 3px;
}
.reqInfoArea__txArea__sub {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: 400;
}

.reqStep {
  display: flex;
  align-items: baseline;
  margin: 10px 0;
}
.reqStep__ti {
  width: 220px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
}
.reqStep__ti::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  border-radius: 0 10px 10px 0;
  background-color: #ff9300;
  margin-right: 18px;
}
.reqStep__ti--offer::before {
  background-color: #FFFFFF;
}
.reqStep__tx {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  flex: 1;
}
.reqStep__tx2 {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}

/**/
.sessionBl {
  position: relative;
  margin: 60px 0;
}
.sessionBl__head {
  position: relative;
  background-color: #2f2f2f;
  border-radius: 30px;
  padding: 10px;
}
.sessionBl__tiArea {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 40px;
  text-align: left;
}
.sessionBl__tiArea__ti {
  width: 42%;
  max-width: 392px;
}
.sessionBl__tiArea__tx {
  display: inline-block;
  text-align: left;
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  background-color: #ff9300;
  margin-top: 10px;
}
.sessionBl__foot {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
}
.sessionBl__info {
  position: relative;
  width: 65.5%;
  background-color: #2f2f2f;
  border-radius: 30px;
  margin-top: -126px;
}
.sessionBl__subImg {
  position: relative;
  width: 33.5%;
  margin-top: 10px;
}
.sessionBl__subImg::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: url(../img/curve2.png) no-repeat;
  background-size: 30px 30px;
  transform: rotate(90deg);
}

.briInfoBl {
  padding: 40px;
  text-align: left;
}
.briInfoBl__tiArea {
  position: relative;
  display: flex;
  align-items: baseline;
  padding: 20px 0;
}
.briInfoBl__tiArea__ti {
  width: 140px;
  font-size: 2rem;
  font-weight: 400;
}
.briInfoBl__tiArea__tx {
  flex: 1;
}
.briInfoBl__tiArea__tx2 {
  margin: 4px 0;
}
.briInfoBl__tiArea__sub {
  display: inline-block;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  background-color: #ff9300;
}
.briInfoBl__text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8;
}
.briInfoBl__text2 {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 20px 0 5px;
}
.briInfoBl__text3 {
  color: #ff9300;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 5px 0 20px;
}
.briInfoBl__text4 {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 5px 0 20px;
}
.briInfoBl__roomArea {
  position: relative;
  display: flex;
  align-items: baseline;
  padding: 0;
}
.briInfoBl__roomArea__ti {
  width: 140px;
  font-size: 1.6rem;
  font-weight: 400;
}
.briInfoBl__roomArea__tx {
  flex: 1;
}
.briInfoBl__roomArea__tx2 {
  margin: 4px 0;
  font-size: 1.6rem;
  font-weight: 400;
}
.briInfoBl__roomArea__link {
  display: inline-block;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 4px 0;
  text-decoration: underline;
}

.aboutusBl {
  position: relative;
  margin: 30px auto;
  text-align: left;
}
.aboutusBl__copy {
  text-align: left;
  width: 65%;
  max-width: 590px;
  margin-bottom: 60px;
}
.aboutusBl__text1 {
  position: relative;
  text-align: left;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2;
}
.aboutusBl__text1__sub {
  line-height: 1.4;
  display: inline;
  background-color: #ff9300;
}
.aboutusBl__text2 {
  position: relative;
  display: inline-block;
  text-align: left;
  color: #000000;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.8;
  margin: 40px 0;
}
.aboutusBl__text2__sub {
  position: relative;
  display: inline;
  line-height: 1.8;
  background: rgb(255, 147, 0);
  background: linear-gradient(0deg, rgb(255, 147, 0) 0%, rgb(255, 147, 0) 30%, rgba(255, 147, 0, 0) 31%, rgba(255, 147, 0, 0) 100%);
}

.visionBl {
  position: relative;
  padding: 0 10px;
  display: flex;
  border-radius: 30px;
  background-color: #F0F0F0;
  margin: 30px auto;
}
.visionBl__tiArea {
  width: 286px;
  padding: 20px;
}
.visionBl__tiArea__ti--vi {
  width: 130px;
}
.visionBl__tiArea__ti--ou {
  width: 212px;
}
.visionBl__txArea {
  flex: 1;
  color: #000000;
}
.visionBl__box {
  position: relative;
  text-align: left;
  background-color: #DEDEDE;
  border-radius: 30px;
  padding: 20px 30px;
  margin: 10px 0;
}
.visionBl__box::after {
  content: "";
  width: 153px;
  height: 62px;
  position: absolute;
  top: 0;
  right: 0;
}
.visionBl__box--n1::after {
  background: url(../img/about_us/num1.png) no-repeat;
  background-size: 153px 62px;
}
.visionBl__box--n2::after {
  background: url(../img/about_us/num2.png) no-repeat;
  background-size: 153px 62px;
}
.visionBl__box--n3::after {
  background: url(../img/about_us/num3.png) no-repeat;
  background-size: 153px 62px;
}
.visionBl__box--n4::after {
  background: url(../img/about_us/num4.png) no-repeat;
  background-size: 153px 62px;
}
.visionBl__box--n5::after {
  background: url(../img/about_us/num5.png) no-repeat;
  background-size: 153px 62px;
}
.visionBl__box__ti {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
}
.visionBl__box__tx {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  margin-top: 5px;
}

/*-----------------------------------------------------------
Btn
-----------------------------------------------------------*/
.moreBtn {
  position: relative;
  text-align: left;
  display: inline-block;
  z-index: 1;
}
.moreBtn__inner {
  position: relative;
  display: flex;
  align-items: center;
}
.moreBtn__tx {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 25px;
  color: #FFFFFF;
  width: 230px;
  height: 50px;
  padding-left: 25px;
  transition: all 0.3s ease;
  transition-duration: 0.2s;
}
.moreBtn__tx::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #505050;
  border-radius: 25px;
  z-index: -1;
  transform: translate(0, -50%);
}
.moreBtn__icn {
  position: relative;
  display: flex;
  align-items: center;
  width: 22px;
  height: 12px;
  margin-left: 25px;
}
.moreBtn__icn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #ff9300;
  border-radius: 24px;
  z-index: -1;
  transform: translate(13px, -50%);
  transition: all 0.3s ease;
}
.moreBtn:hover .moreBtn__tx {
  color: #000000;
}
.moreBtn:hover .moreBtn__icn::before {
  width: 290px;
}

.worksPlayBtn {
  position: relative;
  display: block;
  width: 100%;
}
.worksPlayBtn__df {
  display: block;
}
.worksPlayBtn__ac {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.worksPlayBtn:hover .worksPlayBtn__ac {
  opacity: 1;
}

.shortTopBtn {
  position: relative;
  text-align: left;
  display: block;
  overflow: hidden;
}
.shortTopBtn__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 20px;
}
.shortTopBtn__tx {
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
  color: #000000;
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translate(0, -50%);
}
.shortTopBtn__icn {
  position: relative;
  display: flex;
  align-items: center;
  width: 22px;
  height: 12px;
}
.shortTopBtn__icn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #ff9300;
  border-radius: 24px;
  z-index: -1;
  transform: translate(13px, -50%);
  transition: all 0.3s ease;
}
.shortTopBtn:hover .shortTopBtn__icn::before {
  width: 165px;
}

.shortTopEntryBtn {
  text-align: right;
  margin-top: -10px;
  display: inline-block;
}
.shortTopEntryBtn__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 20px;
}
.shortTopEntryBtn__tx {
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  color: #FFFFFF;
  margin-right: 30px;
  z-index: 2;
}
.shortTopEntryBtn__icn {
  position: relative;
  display: flex;
  align-items: center;
  width: 22px;
  height: 12px;
}
.shortTopEntryBtn__icn img {
  position: relative;
  z-index: 1;
}
.shortTopEntryBtn__icn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #000000;
  border-radius: 24px;
  transform: translate(13px, -50%);
  transition: all 0.3s ease;
}
.shortTopEntryBtn:hover .shortTopEntryBtn__icn::before {
  width: 235px;
}

/*second*/
.shortBtn {
  position: relative;
  text-align: left;
  display: block;
  overflow: hidden;
  margin-right: 100px;
}
.shortBtn__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 20px;
}
.shortBtn__tx {
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  color: #000000;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.shortBtn__icn {
  position: relative;
  display: flex;
  align-items: center;
  width: 22px;
  height: 12px;
}
.shortBtn__icn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #ff9300;
  border-radius: 24px;
  z-index: -1;
  transform: translate(13px, -50%);
  transition: all 0.3s ease;
}
.shortBtn:hover .shortBtn__tx {
  opacity: 1;
}
.shortBtn:hover .shortBtn__icn::before {
  width: 110px;
}

.shortBtn2 {
  position: relative;
  text-align: left;
  display: block;
  overflow: hidden;
}
.shortBtn2__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 20px;
}
.shortBtn2__tx {
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  color: #000000;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.shortBtn2__icn {
  position: relative;
  display: flex;
  align-items: center;
  width: 22px;
  height: 12px;
}
.shortBtn2__icn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #ff9300;
  border-radius: 24px;
  z-index: -1;
  transform: translate(13px, -50%);
  transition: all 0.3s ease;
}
.shortBtn2:hover .shortBtn2__tx {
  opacity: 1;
}
.shortBtn2:hover .shortBtn2__icn::before {
  width: 110px;
}

.shortEntryBtn {
  text-align: right;
  margin-top: -10px;
  display: inline-block;
}
.shortEntryBtn__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 23px 15px;
}
.shortEntryBtn__tx {
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  color: #FFFFFF;
  margin-right: 22px;
  z-index: 2;
}
.shortEntryBtn__icn {
  position: relative;
  display: flex;
  align-items: center;
  width: 22px;
  height: 12px;
}
.shortEntryBtn__icn img {
  position: relative;
  z-index: 1;
}
.shortEntryBtn__icn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #000000;
  border-radius: 24px;
  transform: translate(13px, -50%);
  transition: all 0.3s ease;
}
.shortEntryBtn:hover .shortEntryBtn__icn::before {
  width: 210px;
}

.filterResetBtn {
  display: inline-block;
  background-color: #EAE7E7;
  border-radius: 40px;
  padding: 2px 5px;
  transition: all 0.3s ease;
}
.filterResetBtn:hover {
  background-color: #ff9300;
}
.filterResetBtn:hover .filterResetBtn__tx {
  color: #FFFFFF;
}
.filterResetBtn__tx {
  font-size: 1.6rem;
  color: #5F5F5F;
  padding: 5px 50px;
  transition: all 0.3s ease;
}

.filterBtn {
  display: flex;
  align-items: center;
  background-color: #969696;
  border-radius: 40px;
  padding: 2px 5px;
  transition: all 0.3s ease;
}
.filterBtn:hover {
  opacity: 0.8;
}
.filterBtn.ac {
  background-color: #EAE7E7;
}
.filterBtn.ac .filterBtn__icn {
  background-color: #ff9300;
}
.filterBtn.ac .filterBtn__icn::before {
  background-color: #242424;
}
.filterBtn.ac .filterBtn__icn::after {
  background-color: #242424;
  transform: translate(-50%, -50%) rotate(90deg);
}
.filterBtn__icn {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #2f2f2f;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.filterBtn__icn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background-color: #FFFFFF;
  transform-origin: center;
  transition: all 0.3s ease;
}
.filterBtn__icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center;
  transition: all 0.3s ease;
}
.filterBtn__tx {
  font-size: 1.4rem;
  color: #5F5F5F;
  padding: 0 30px 0 15px;
}

.interviewPlayBtn {
  position: absolute;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0);
}
.interviewPlayBtn__df {
  display: block;
}
.interviewPlayBtn__ac {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.interviewPlayBtn:hover .interviewPlayBtn__ac {
  opacity: 1;
}

.detailCloseBtn {
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 190px;
  z-index: 100;
}
.detailCloseBtn__btn {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff9300;
  transition: all 0.3s ease;
}
.detailCloseBtn__btn::before {
  content: "";
  width: 22px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  transition: all 0.3s ease;
}
.detailCloseBtn__btn::after {
  content: "";
  width: 22px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
  transition: all 0.3s ease;
}
.detailCloseBtn__btn:hover::before {
  transform: translate(-50%, 0) rotate(135deg);
}
.detailCloseBtn__btn:hover::after {
  transform: translate(-50%, 0) rotate(45deg);
}

/**/
.noResultsText {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  margin: 40px auto;
  display: none;
}

/**/
.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@media only screen and (max-width: 768px) {
  /*-----------------------------------------------------*/
  /*hdBl*/
  .hdBl__inner {
    width: auto;
    max-width: inherit;
    padding: 20px;
  }
  .hdBl__logo__ti {
    max-width: 200px;
  }
  .hdBl__logo__tx {
    max-width: 92px;
    margin-left: 30px;
  }
  /*ftBl*/
  .ftBl {
    position: relative;
    width: 100%;
    padding: 15px 0;
    background-color: #FFFFFF;
    margin-top: 40px;
  }
  .ftBl__copyright {
    color: #000000;
    font-size: 1rem;
    margin: 0 auto;
    text-align: center;
  }
  /*menuBl*/
  .menuBl:hover .menuBl__entryBtn {
    background-color: #fff;
  }
  .menuBl.active .menuBl__entryBtn {
    background-color: #ff9300;
  }
  .menuBl.active .menuBl__entryBtn__line1 {
    width: 22px;
    left: 20px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
  }
  .menuBl.active .menuBl__entryBtn__line2 {
    width: 0px;
    transition: all 0.3s ease;
  }
  .menuBl.active .menuBl__entryBtn__line3 {
    width: 22px;
    left: 20px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
  }
  .menuBl.active:hover .menuBl__entryBtn {
    background-color: #505050;
  }
  .menuBl.active:hover .menuBl__entryBtn__line1 {
    background-color: #FFFFFF;
  }
  .menuBl.active:hover .menuBl__entryBtn__line3 {
    background-color: #FFFFFF;
  }
  .menuBl__entryTxt {
    display: none;
  }
  .menuBl__entryTxt2 {
    display: none;
  }
  .menuBl__entryBtn {
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    background-color: #fff;
    border-radius: 6px;
    transition: all 0.3s ease;
  }
  .menuBl__entryBtn__line1 {
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
    width: 16px;
    height: 2px;
    background-color: #000000;
    transform-origin: 0 0;
    transition: all 0.3s ease;
  }
  .menuBl__entryBtn__line2 {
    display: block;
    position: absolute;
    top: 26px;
    left: 18px;
    width: 12px;
    height: 2px;
    background-color: #000000;
    transition: all 0.3s ease;
  }
  .menuBl__entryBtn__line3 {
    display: block;
    position: absolute;
    top: 33px;
    left: 18px;
    width: 18px;
    height: 2px;
    background-color: #000000;
    transform-origin: 0 100%;
    transition: all 0.3s ease;
  }
  /*navBl*/
  .navBl {
    position: fixed;
    width: 100%;
    background-color: #000000;
    padding: 100px 0;
    z-index: 900;
    transform: translateY(-100%);
    transition: all 0.3s ease;
  }
  .navBl.showItem {
    transform: translateY(0%);
  }
  .navBl__inner {
    width: 100%;
    max-width: inherit;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .navBl__leftBl {
    width: auto;
  }
  .navBl__rightBl {
    width: auto;
  }
  .txLinkItem {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .txLinkItem__list {
    width: 36%;
    margin: 10px 0;
    margin-right: 4%;
  }
  .txLinkItem__list:nth-child(2n+1) {
    width: 56%;
  }
  .txLinkItem__link {
    display: inline-block;
  }
  .txLinkItem__link--blank .txLinkItem__link__ti::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    background: url(../img/icn_blankW.png) no-repeat;
    background-size: 15px 14px;
    margin-left: 14px;
  }
  .txLinkItem__link__tx {
    position: relative;
  }
  .txLinkItem__link__tx--tx0 {
    width: 160px;
  }
  .txLinkItem__link__tx--tx1 {
    width: 63px;
  }
  .txLinkItem__link__tx--tx2 {
    width: 115px;
  }
  .txLinkItem__link__tx--tx3 {
    width: 63px;
  }
  .txLinkItem__link__tx--tx4 {
    width: 74px;
  }
  .txLinkItem__link__tx--tx5 {
    width: 42px;
  }
  .txLinkItem__link__tx__img {
    position: relative;
  }
  .txLinkItem__link__tx__img.df {
    display: block;
  }
  .txLinkItem__link__tx__img.ac {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .txLinkItem__link__ti {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 5px;
    color: #FFFFFF;
    transition: all 0.3s ease;
  }
  .txLinkItem__link__sub {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 10px;
    color: #FFFFFF;
    transition: all 0.3s ease;
  }
  .txLinkItem__link--blank:hover .txLinkItem__link__ti::after {
    background: url(../img/icn_blankO.png) no-repeat;
    background-size: 15px 14px;
  }
  .txLinkItem__link:hover .txLinkItem__link__tx__img.ac {
    opacity: 1;
  }
  .txLinkItem__link:hover .txLinkItem__link__ti {
    color: #ff9300;
  }
  .txLinkItem__link:hover .txLinkItem__link__sub {
    color: #ff9300;
  }
  .entryNavBl {
    position: relative;
    margin: 0;
    margin-top: 20px;
  }
  .entryNavBl__btn {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-radius: 20px 20px 20px 0;
    background-color: #ff9300;
    transition: all 0.3s ease;
  }
  .entryNavBl__btn::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 32px;
    border-radius: 0 0 0 20px;
    background-color: #ff9300;
    transition: all 0.3s ease;
  }
  .entryNavBl__btn__inner {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
  }
  .entryNavBl__btn__tx {
    width: 36px;
    text-align: left;
  }
  .entryNavBl__btn__ti {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 700;
    margin-top: -3px;
    text-align: left;
    color: #000000;
    transition: all 0.3s ease;
  }
  .entryNavBl__btn__sub {
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    margin-top: 20px;
    text-align: left;
    color: #000000;
    transition: all 0.3s ease;
  }
  .entryNavBl__btn:hover {
    background-color: #505050;
  }
  .entryNavBl__btn:hover::after {
    background-color: #505050;
  }
  .entryNavBl__btn:hover .entryNavBl__btn__ti {
    color: #ff9300;
  }
  .entryNavBl__btn:hover .entryNavBl__btn__sub {
    color: #FFFFFF;
  }
  .entryNavBl__sns {
    position: absolute;
    bottom: -70px;
    right: 0;
    background-color: #000000;
    display: flex;
    text-align: center;
    border-radius: 20px 0 0 0;
  }
  .entryNavBl__sns__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 10px 0;
    margin-left: 12px;
    z-index: 1;
    background-color: #343434;
    transition: all 0.3s ease;
  }
  .entryNavBl__sns__btn img {
    width: 24px;
    text-align: center;
  }
  .entryNavBl__sns__btn:hover {
    background-color: #ff9300;
    transition: all 0.3s ease;
  }
  .entryNavBl__sns__cover {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0px;
    bottom: 38px;
    transform: translateX(-100%);
  }
  .entryNavBl__sns__cover::before {
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    border-radius: 50%;
    box-shadow: 10px 10px 0 0 #000000;
    transform: translate(-50%, -50%);
  }
  /*wrapBl*/
  .wrapBl {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .wrapBl__inner {
    width: auto;
    max-width: inherit;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    padding-top: 160px;
  }
  .wrapBl--teaser {
    background: url(../img/back.png) no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .wrapBl--top .wrapBl__inner {
    padding-top: 0;
  }
  /*digitalBl*/
  .digitalBl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
  }
  .digitalBl__video {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: grayscale(100%);
    object-fit: cover;
  }
  /*bgBl*/
  .bgBl {
    position: absolute;
    top: 160px;
    left: 50%;
    width: 1280px;
    height: 800px;
    transform: translate(-50%, 0);
    background-size: contain;
    transform-origin: 50% 50%;
    z-index: 1;
    opacity: 1;
  }
  .bgBl__parent {
    position: absolute;
    top: -140px;
    left: 53%;
    perspective: 100px;
    transform: rotate(25deg);
  }
  .bgBl__inner1 {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 20% 20%;
  }
  .bgBl__inner2 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .bgItem__list {
    width: 80px;
    margin: 5px 0;
    border-radius: 10px;
  }
  /*mainBl*/
  .mainBl {
    position: relative;
    padding-top: 200px;
    z-index: 100;
  }
  .mainBl--teaser {
    padding-top: 100px;
  }
  .mainBl__copy--pc {
    display: none;
  }
  .mainBl__copy--sp {
    display: block;
  }
  .mainBl__copy__tx1 {
    margin: 25px 0;
    width: 100%;
  }
  .mainBl__copy__tx1 img {
    width: 100%;
    max-width: 320px;
  }
  .mainBl__copy__tx1.show {
    width: 100%;
  }
  .mainBl__copy__tx2 {
    margin: 25px 0;
    width: 100%;
  }
  .mainBl__copy__tx2 img {
    width: 100%;
    max-width: 320px;
  }
  .mainBl__copy__tx2.show {
    width: 100%;
  }
  .mainBl__copy__tx3 {
    margin: 25px 0;
    width: 100%;
  }
  .mainBl__copy__tx3 img {
    width: 100%;
    max-width: 320px;
  }
  .mainBl__copy__tx3.show {
    width: 100%;
  }
  .mainBl__text {
    margin-top: 60px;
  }
  .mainBl__text__tx {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.2;
    margin: 0 0;
  }
  .mainBl__text__bar:after {
    top: 50%;
    height: 55%;
    transform: translate(0, -50%);
  }
  .mainBl__more {
    position: relative;
    bottom: inherit;
    left: inherit;
    text-align: left;
    margin-top: 40px;
  }
  /*interviewBl*/
  .interviewBl {
    display: block;
    margin: 100px 0 100px;
    z-index: 100;
  }
  .interviewBl__item {
    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
    height: 300px;
    padding-left: 20px;
  }
  .interviewBl__info {
    position: relative;
    width: auto;
    margin: 0;
    padding-right: 20px;
  }
  .interviewBox {
    border-radius: 0 30px 30px 0;
  }
  .interviewBox__txArea {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    border-radius: 0 30px 30px 0;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .interviewBox__txArea__tiEn {
    position: relative;
    width: 60%;
    max-width: 325px;
    margin: 0 30px;
    padding-top: 30px;
  }
  .interviewBox__txArea__tiJp {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 3rem;
    font-size: clamp(2.2rem, 2.6vw, 3rem);
    line-height: 1;
    transform: translate(70px, -7px);
  }
  .interviewBox__txArea__tiJp__sub {
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  .interviewBox__txArea__tiJp::after {
    content: "";
    width: 100%;
    height: 8px;
    background-color: #ff9300;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
  }
  .interviewBox__txArea__tx {
    text-align: left;
    font-size: 1.6rem;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    line-height: 2;
    margin: 20px 30px 0;
  }
  .interviewBox__btn {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .interviewBox__btn__left {
    position: relative;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0 0 30px 0;
    padding: 10px 0 0 0;
    width: calc(100% - 290px);
  }
  .interviewBox__btn__left::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -30px;
    background: url(../img/curve.png) no-repeat;
    background-size: 30px 30px;
    opacity: 0.2;
  }
  .interviewBox__btn__right {
    position: relative;
    padding: 10px 0 0 0;
    width: 320px;
  }
  .movBox {
    position: relative;
    display: block;
    transform: translate(0, 0);
    width: 100%;
    height: auto;
  }
  .moveItem {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
  }
  .moveItem.moveItem-1 {
    transform: translate(-140px, 0) scale(0.6);
  }
  .moveItem.moveItem-2 {
    transform: translate(-80px, 0) scale(1.3);
  }
  .moveItem.moveItem-3 {
    transform: translate(0px, 0) scale(1);
  }
  .moveItem.moveItem-4 {
    transform: translate(80px, 0) scale(0.8);
  }
  .moveItem.moveItem-5 {
    transform: translate(140px, 0) scale(0.6);
  }
  .moveItem.moveItem-6 {
    transform: translate(200px, 0) scale(0.4);
  }
  .moveItem.moveItem-7, .moveItem.moveItem-8, .moveItem.moveItem-9, .moveItem.moveItem-10, .moveItem.moveItem-11, .moveItem.moveItem-12, .moveItem.moveItem-13, .moveItem.moveItem-14, .moveItem.moveItem-15, .moveItem.moveItem-16, .moveItem.moveItem-17, .moveItem.moveItem-18, .moveItem.moveItem-19, .moveItem.moveItem-20, .moveItem.moveItem-21, .moveItem.moveItem-22 {
    transform: translate(260px, 0) scale(0.2);
  }
  /*worksBl*/
  .worksBl {
    position: relative;
    z-index: 100;
    width: auto;
    padding-left: 20px;
  }
  .worksBl__ti {
    width: 40%;
    max-width: 210px;
    text-align: left;
    margin-left: 10px;
  }
  .worksBl__imgArea {
    position: relative;
    margin-top: -13%;
  }
  .worksBl__imgArea__soon {
    top: 35%;
  }
  .worksBl__infoArea {
    position: absolute;
    bottom: 10px;
    left: inherit;
    right: 0;
    width: 76%;
    border-radius: 20px 0 0 20px;
    display: block;
    padding: 30px 20px;
  }
  .worksBl__infoArea__tiArea {
    text-align: left;
  }
  .worksBl__infoArea__txArea {
    text-align: left;
  }
  .worksBl__infoArea__tx {
    text-align: left;
    line-height: 1.8;
    margin: 10px 0 0 0;
  }
  .worksBl__btnArea {
    top: inherit;
    bottom: 0;
    left: 0;
    width: 19%;
    max-width: 100px;
  }
  /*requireBl*/
  .requireBl {
    margin: 80px 0 60px;
    display: block;
    padding: 0 20px;
  }
  .requireBl__left {
    width: inherit;
    margin: 40px 0;
  }
  .requireBl__right {
    width: inherit;
    margin: 40px 0;
  }
  .requireBl__box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 30px 0 30px;
    border-radius: 30px 30px 30px 0;
  }
  .requireBl__box__ti {
    font-size: clamp(2.2rem, 2.2vw, 2.4rem);
  }
  .requireBl__box__tx {
    line-height: 1.8;
    margin: 25px 0 0 0;
  }
  .requireBl__box__sub {
    color: #ff9300;
  }
  .requireBl__foot {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .requireBl__foot__left {
    position: relative;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0 0 30px 30px;
    padding: 8px 0 0 0;
    flex-grow: 1;
  }
  .requireBl__foot__left::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -30px;
    background: url(../img/curve.png) no-repeat;
    background-size: 30px 30px;
    opacity: 0.2;
  }
  .requireBl__foot__left--req {
    background-color: rgba(47, 47, 47, 0.6);
  }
  .requireBl__foot__left--req::before {
    background: url(../img/curve2.png) no-repeat;
    background-size: 30px 30px;
    opacity: 0.6;
  }
  .requireBl__foot__right {
    position: relative;
    padding: 8px 10px 0 0;
    width: 75px;
    border-radius: 0 0 30px 0;
    transition: all 0.3s ease;
    backdrop-filter: none;
  }
  .requireBl__foot__right:has(.shortBtn:hover) {
    width: 75px;
  }
  /*entryBl*/
  .entryBl {
    width: auto;
    margin: 60px 0 60px 0;
    padding: 0 20px;
  }
  .entryBl__box {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px 0;
    padding-bottom: 0px;
    text-align: center;
    border-radius: 30px 30px 0 0;
    background-color: #ff9300;
  }
  .entryBl__box__ti {
    max-width: 590px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .entryBl__box__inner {
    position: relative;
    bottom: inherit;
    right: inherit;
    margin-top: 30px;
    z-index: 10;
  }
  .entryBl__box__inner2 {
    position: relative;
    left: inherit;
    bottom: inherit;
    transform: translate(0, 0);
    text-align: center;
    padding: 15px 0;
    z-index: 10;
  }
  .entryBl__box__inner2__end {
    font-size: 1.4rem;
    text-align: center;
  }
  .entryBl__foot {
    position: relative;
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: space-between;
  }
  .entryBl__foot__sp {
    display: block;
    position: relative;
    background-color: #ff9300;
    border-radius: 0 0 15px 30px;
    padding: 0 12px 0 0;
    flex-grow: 1;
  }
  .entryBl__foot__sp::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: -15px;
    background: url(../img/curve4.png) no-repeat;
    background-size: 15px 15px;
  }
  .entryBl__foot__left {
    position: relative;
    padding: 0 10px 0 0;
    width: auto;
  }
  .entryBl__foot__right {
    position: relative;
    background-color: #ff9300;
    border-radius: 0 0 30px 15px;
    padding: 0 12px 0 0;
    flex-grow: 1;
  }
  .entryBl__foot__right::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: -15px;
    background: url(../img/curve3.png) no-repeat;
    background-size: 15px 15px;
  }
  .entryBl__foot__inner {
    display: flex;
    justify-content: end;
    width: 100%;
  }
  .entryBl__sns {
    display: flex;
    text-align: center;
  }
  .entryBl__sns__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 10px 0 0;
    margin-left: 12px;
    z-index: 1;
    background-color: #343434;
    transition: all 0.3s ease;
  }
  .entryBl__sns__btn img {
    width: 24px;
    text-align: center;
  }
  .entryBl__sns__btn:hover {
    background-color: #ff9300;
    transition: all 0.3s ease;
  }
  /*----------------------------------------------------------
  second
  ----------------------------------------------------------*/
  .secCtsBl {
    padding-bottom: 20px;
  }
  .secCtsBl__top {
    position: relative;
    display: block;
    width: 75%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: -40px;
    left: 0;
  }
  .secCtsBl__top::after {
    content: "";
    width: 70px;
    height: 40px;
    display: block;
    background: url(../img/sec_bg_top.png);
    background-size: 70px 40px;
    position: absolute;
    left: 100%;
    opacity: 0.7;
  }
  .secCtsBl__bot {
    position: relative;
    display: flex;
    justify-content: end;
    width: 75%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: -40px;
    right: 0;
  }
  .secCtsBl__bot::after {
    content: "";
    width: 70px;
    height: 40px;
    display: block;
    background: url(../img/sec_bg_bot.png);
    background-size: 70px 40px;
    position: absolute;
    right: 100%;
    opacity: 0.7;
  }
  .secCtsBl__inner {
    position: relative;
    width: auto;
    max-width: inherit;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  .secCtsBl__headArea {
    padding: 20px 20px;
  }
  .secCtsBl__headArea__tx {
    font-size: 1.4rem;
    color: #000000;
    text-align: left;
    margin-top: 25px;
  }
  .secCtsBl__tiArea {
    position: relative;
    display: flex;
    justify-content: baseline;
    align-items: end;
    flex-shrink: 0;
  }
  .secCtsBl__tiArea::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background-color: #ff9300;
  }
  .secCtsBl__tiArea__ti {
    position: relative;
  }
  .secCtsBl__tiArea__tx {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin-left: 15px;
  }
  .secCtsBl__tiArea--int::before {
    width: 100%;
  }
  .secCtsBl__tiArea--int .secCtsBl__tiArea__ti {
    max-width: 234px;
  }
  .secCtsBl__tiArea--req::before {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 18px;
    background-color: #ff9300;
  }
  .secCtsBl__tiArea--req::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 210px;
    height: 18px;
    background-color: #ff9300;
  }
  .secCtsBl__tiArea--req .secCtsBl__tiArea__ti {
    max-width: 600px;
  }
  .secCtsBl__tiArea--req .secCtsBl__tiArea__tx {
    position: absolute;
    bottom: 0;
    left: 120px;
  }
  .secCtsBl__tiArea--abo::before {
    width: 265px;
  }
  .secCtsBl__tiArea--abo .secCtsBl__tiArea__ti {
    max-width: 260px;
  }
  .secCtsBl__tiArea--abo .secCtsBl__tiArea__tx {
    position: absolute;
    bottom: -35px;
    left: -15px;
    padding: 0 2px;
    background-color: #ff9300;
  }
  .secCtsBl__intArea {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
  }
  .secCtsBl__ctsArea {
    background-color: #888888;
    border-radius: 40px;
    margin: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: center;
    padding: 20px;
  }
  .filterIntBl {
    margin-top: 30px;
  }
  .filterIntBl__inner {
    display: block;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .filterIntBl__reset {
    display: block;
  }
  .filterIntBl__left {
    width: auto;
    text-align: left;
    margin-bottom: 10px;
  }
  .filterIntBl__left__ti {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 4px;
  }
  .filterIntBl__right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 10px;
  }
  .secInterviewBox:hover .secInterviewBox__img::before {
    opacity: 0;
  }
  .secInterviewBox:hover .secInterviewBox__img::after {
    transform: translate(0, 0);
  }
  .secInterviewBox__img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }
  .secInterviewBox__img img {
    aspect-ratio: 9/16;
    object-fit: cover;
    overflow: hidden;
  }
  .secInterviewBox__img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border: 4px solid #ff9300;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .secInterviewBox__img::after {
    content: "";
    width: 35px;
    height: 35px;
    background: url(../img/btn_play_on.png);
    background-size: 35px 35px;
    position: absolute;
    top: inherit;
    bottom: 10px;
    left: inherit;
    right: 10px;
    transform: translate(0, 0);
    transition: all 0.3s ease;
  }
  .secInterviewBox__category {
    display: flex;
    gap: 4px;
    margin-top: 5px;
  }
  .secInterviewBox__category__tx {
    font-size: 0.8rem;
    padding: 1px 4px;
    background-color: #242424;
  }
  .secDetailBl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 500;
    opacity: 1;
    transition: all 0.3s ease;
    display: block;
    display: none;
  }
  .dtInterviewMov {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 auto;
    text-align: center;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
  }
  .dtInterviewMov__inner {
    position: relative;
    padding: 0 20px;
  }
  .dtInterviewMov__item {
    scroll-snap-align: start;
    height: 100vh;
  }
  .dtInterviewMov__item iframe {
    width: auto;
    height: 65vh;
    aspect-ratio: 9/16;
    object-fit: cover;
    overflow: hidden;
  }
  /**/
  .nextNavBl {
    position: relative;
    width: auto;
    height: auto;
    max-width: inherit;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
    display: block;
  }
  .nextNavBl__left {
    width: auto;
    padding-left: 0;
  }
  .nextNavBl__right {
    width: auto;
    padding-right: 0;
  }
  /*requireNextBl*/
  .requireNextBl {
    position: relative;
  }
  .requireNextBl__left {
    width: 65%;
    height: 230px;
    border-radius: 20px;
  }
  .requireNextBl__right {
    position: absolute;
    top: 80px;
    right: 0;
    width: 55%;
    border-radius: 20px;
  }
  .requireNextBl__box {
    position: relative;
    display: block;
    width: 100%;
    padding: 10% 5% 5% 15%;
    padding: 30px 0 0 30px;
    border-radius: 20px 20px 20px 0;
  }
  .requireNextBl__box--lf {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 35px 0 15px 30px;
  }
  .requireNextBl__box--rt {
    border-radius: 30px 0 30px 0;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 35px 0 0 30px;
  }
  .requireNextBl__box__ti {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
  }
  .requireNextBl__box__tx {
    text-align: left;
    font-size: 1rem;
    line-height: 1.4;
    margin: 5px 0 0 0;
  }
  .requireNextBl__box__sub {
    color: #ff9300;
  }
  .requireNextBl__box--rt .requireNextBl__box__in {
    width: 100%;
  }
  .requireNextBl__box--rt .requireNextBl__box__tx {
    width: 70%;
  }
  .requireNextBl__foot {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
  }
  .requireNextBl__foot__left {
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0 0 20px 20px;
    padding: 8px 0 0 0;
    flex-grow: 1;
  }
  .requireNextBl__foot__left::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -20px;
    background: url(../img/curve.png) no-repeat;
    background-size: 20px 20px;
    opacity: 0.1;
  }
  .requireNextBl__foot__left--req {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .requireNextBl__foot__left--req::before {
    background: url(../img/curve.png) no-repeat;
    background-size: 20px 20px;
    opacity: 0.1;
  }
  .requireNextBl__foot__right {
    position: relative;
    padding: 0;
    border-radius: 0 0 20px 0;
    transition: all 0.3s ease;
    backdrop-filter: none;
  }
  .requireNextBl__foot__right--lf {
    width: 130px;
  }
  .requireNextBl__foot__right--rt {
    width: 50px;
  }
  .requireNextBl__foot__right:has(.shortBtn:hover) {
    width: 130px;
  }
  .requireNextBl__foot__right:has(.shortBtn2:hover) {
    width: 50px;
  }
  .requireNextBl__head {
    position: relative;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
  }
  .requireNextBl__head__left {
    position: relative;
    padding: 0;
    width: 90px;
    border-radius: 20px 0 0 0;
    transition: all 0.3s ease;
    backdrop-filter: none;
  }
  .requireNextBl__head__right {
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px 20px 0 0;
    padding: 8px 0 0 0;
    flex-grow: 1;
  }
  .requireNextBl__head__right::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: -15px;
    background: url(../img/curve.png) no-repeat;
    background-size: 15px 15px;
    opacity: 0.1;
    transform: rotate(180deg);
  }
  /*entryNextBl*/
  .entryNextBl {
    position: relative;
    z-index: 10;
    margin-top: 10px;
  }
  .entryNextBl__box {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px 30px;
    text-align: center;
    border-radius: 20px 20px 0 20px;
    background-color: #ff9300;
  }
  .entryNextBl__box__ti {
    max-width: 240px;
    text-align: center;
    margin: 0 auto;
  }
  .entryNextBl__box__inner {
    position: absolute;
    bottom: -45px;
    right: 10px;
    z-index: 10;
  }
  .entryNextBl__box__end {
    width: auto;
    position: absolute;
    top: inherit;
    bottom: -30px;
    left: inherit;
    right: 20px;
    text-align: left;
    transform: translate(0, 0);
    font-size: 1.3rem;
    line-height: 1.4;
    z-index: 1;
  }
  .entryNextBl__foot {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .entryNextBl__foot__sp {
    display: none;
  }
  .entryNextBl__foot__left {
    position: relative;
    padding: 0px 0 0 10px;
    width: 30%;
    height: 40px;
  }
  .entryNextBl__foot__right {
    position: relative;
    background-color: #ff9300;
    border-radius: 0 0 20px 20px;
    padding: 0 0 0 0;
    flex-grow: 1;
  }
  .entryNextBl__foot__right::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -19px;
    background: url(../img/curve3.png) no-repeat;
    background-size: 20px 20px;
  }
  .entryNextBl__foot__inner {
    display: flex;
    justify-content: end;
    width: 100%;
  }
  /**/
  .reqInfoArea {
    position: relative;
    width: auto;
    padding: 0 20px;
    margin: 30px auto;
    text-align: center;
  }
  .reqInfoArea__item {
    position: relative;
    display: flex;
    align-items: baseline;
    border-bottom: 2px dotted #ff9300;
    padding: 20px 0;
  }
  .reqInfoArea__item--step {
    display: block;
  }
  .reqInfoArea__tiArea {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    width: 110px;
  }
  .reqInfoArea__txArea {
    color: #000000;
    text-align: left;
    flex: 1;
  }
  .reqInfoArea__txArea__info {
    margin: 15px 0;
  }
  .reqInfoArea__txArea__tx1 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .reqInfoArea__txArea__tx2 {
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 3px;
  }
  .reqInfoArea__txArea__sub {
    display: inline-block;
    margin-left: 0;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 4px;
  }
  .reqStep {
    display: block;
    align-items: baseline;
    margin: 20px 0;
  }
  .reqStep__ti {
    width: auto;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 700;
  }
  .reqStep__ti::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 12px;
    border-radius: 0 10px 10px 0;
    background-color: #ff9300;
    margin-right: 18px;
  }
  .reqStep__ti--offer::before {
    background-color: #FFFFFF;
  }
  .reqStep__tx {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 400;
    flex: 1;
    padding-left: 35px;
  }
  .reqStep__tx2 {
    display: block;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 5px;
  }
  /**/
  .sessionBl {
    position: relative;
    margin: 60px 20px 0;
    background-color: #2f2f2f;
    border-radius: 20px;
  }
  .sessionBl__head {
    position: relative;
    background-color: #2f2f2f;
    border-radius: 20px;
    padding: 30px 10px 0 10px;
  }
  .sessionBl__tiArea {
    position: absolute;
    width: 100%;
    top: 25px;
    left: 20px;
    text-align: left;
  }
  .sessionBl__tiArea__ti {
    width: 62%;
    max-width: 240px;
  }
  .sessionBl__tiArea__tx {
    display: inline-block;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    background-color: #ff9300;
    margin-top: 6px;
  }
  .sessionBl__foot {
    position: relative;
    display: block;
    gap: 0;
  }
  .sessionBl__info {
    position: relative;
    width: auto;
    background-color: #2f2f2f;
    border-radius: 20px;
    margin-top: 0;
  }
  .sessionBl__subImg {
    display: none;
  }
  .briInfoBl {
    padding: 20px;
    padding-top: 80px;
    text-align: left;
  }
  .briInfoBl__tiArea {
    position: absolute;
    top: -60px;
    left: 55%;
    display: block;
    align-items: baseline;
    padding: 0;
  }
  .briInfoBl__tiArea__ti {
    width: auto;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .briInfoBl__tiArea__tx {
    flex: 1;
  }
  .briInfoBl__tiArea__tx2 {
    margin: 0 0;
  }
  .briInfoBl__tiArea__sub {
    display: inline-block;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    background-color: #ff9300;
  }
  .briInfoBl__text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .briInfoBl__text2 {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 20px 0 5px;
  }
  .briInfoBl__text3 {
    color: #ff9300;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 5px 0 20px;
  }
  .briInfoBl__text4 {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 5px 0 20px;
  }
  .briInfoBl__roomArea {
    position: relative;
    display: block;
    align-items: baseline;
    padding: 0;
    margin-bottom: 20px;
  }
  .briInfoBl__roomArea__ti {
    width: auto;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .briInfoBl__roomArea__tx {
    flex: 1;
  }
  .briInfoBl__roomArea__tx2 {
    margin: 4px 0;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .briInfoBl__roomArea__link {
    display: inline-block;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 400;
    margin: 4px 0;
    text-decoration: underline;
  }
  .aboutusBl {
    position: relative;
    margin: 30px 20px;
    text-align: left;
  }
  .aboutusBl__copy {
    text-align: left;
    width: 85%;
    max-width: 280px;
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .aboutusBl__text1 {
    position: relative;
    text-align: left;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.2;
  }
  .aboutusBl__text1__sub {
    line-height: 1.4;
    display: inline;
    background-color: #ff9300;
  }
  .aboutusBl__text2 {
    position: relative;
    display: inline-block;
    text-align: left;
    color: #000000;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.4;
    margin: 40px 0;
  }
  .aboutusBl__text2__sub {
    position: relative;
    display: inline;
    background: rgb(255, 147, 0);
    background: linear-gradient(0deg, rgb(255, 147, 0) 0%, rgb(255, 147, 0) 30%, rgba(255, 147, 0, 0) 31%, rgba(255, 147, 0, 0) 100%);
  }
  .visionBl {
    position: relative;
    padding: 1px 10px;
    display: block;
    border-radius: 20px;
    background-color: #F0F0F0;
    margin: 30px 20px;
  }
  .visionBl__tiArea {
    width: auto;
    padding: 20px 20px 10px;
  }
  .visionBl__tiArea__ti--vi {
    width: 100px;
  }
  .visionBl__tiArea__ti--ou {
    width: 162px;
  }
  .visionBl__txArea {
    flex: 1;
    color: #000000;
  }
  .visionBl__box {
    position: relative;
    text-align: left;
    background-color: #DEDEDE;
    border-radius: 20px;
    padding: 20px 30px;
    margin: 10px 0;
  }
  .visionBl__box::after {
    content: "";
    width: 104px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .visionBl__box--n1::after {
    background: url(../img/about_us/num1.png) no-repeat;
    background-size: 104px 42px;
  }
  .visionBl__box--n2::after {
    background: url(../img/about_us/num2.png) no-repeat;
    background-size: 104px 42px;
  }
  .visionBl__box--n3::after {
    background: url(../img/about_us/num3.png) no-repeat;
    background-size: 104px 42px;
  }
  .visionBl__box--n4::after {
    background: url(../img/about_us/num4.png) no-repeat;
    background-size: 104px 42px;
  }
  .visionBl__box--n5::after {
    background: url(../img/about_us/num5.png) no-repeat;
    background-size: 104px 42px;
  }
  .visionBl__box__ti {
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 700;
  }
  .visionBl__box__tx {
    font-size: 1.3rem;
    line-height: 1.8;
    font-weight: 400;
    margin-top: 5px;
  }
  /*-----------------------------------------------------------
  Btn
  -----------------------------------------------------------*/
  .moreBtn {
    position: relative;
    text-align: left;
    display: inline-block;
    z-index: 1;
  }
  .moreBtn__inner {
    position: relative;
    display: flex;
    align-items: center;
  }
  .moreBtn__tx {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1;
    border-radius: 25px;
    color: #FFFFFF;
    width: 230px;
    height: 50px;
    padding-left: 25px;
    transition: all 0.3s ease;
    transition-duration: 0.2s;
  }
  .moreBtn__tx::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #505050;
    border-radius: 25px;
    z-index: -1;
    transform: translate(0, -50%);
  }
  .moreBtn__icn {
    position: relative;
    display: flex;
    align-items: center;
    width: 22px;
    height: 12px;
    margin-left: 25px;
  }
  .moreBtn__icn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #ff9300;
    border-radius: 24px;
    z-index: -1;
    transform: translate(13px, -50%);
    transition: all 0.3s ease;
  }
  .moreBtn:hover .moreBtn__tx {
    color: #FFFFFF;
  }
  .moreBtn:hover .moreBtn__icn::before {
    width: 50px;
  }
  .worksPlayBtn {
    position: relative;
    display: block;
    width: 100%;
  }
  .worksPlayBtn__df {
    display: block;
    opacity: 0;
  }
  .worksPlayBtn__ac {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 0.3s ease;
  }
  .worksPlayBtn:hover .worksPlayBtn__ac {
    opacity: 1;
  }
  .shortTopBtn {
    position: relative;
    text-align: left;
    display: block;
    overflow: hidden;
  }
  .shortTopBtn__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 20px;
  }
  .shortTopBtn__tx {
    position: relative;
    font-size: 1.5rem;
    line-height: 1;
    color: #000000;
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translate(0, -50%);
  }
  .shortTopBtn__icn {
    position: relative;
    display: flex;
    align-items: center;
    width: 22px;
    height: 12px;
  }
  .shortTopBtn__icn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #ff9300;
    border-radius: 24px;
    z-index: -1;
    transform: translate(13px, -50%);
    transition: all 0.3s ease;
  }
  .shortTopBtn:hover .shortTopBtn__icn::before {
    width: 50px;
  }
  .shortTopEntryBtn {
    text-align: right;
    margin-top: -10px;
    display: inline-block;
  }
  .shortTopEntryBtn__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 20px;
  }
  .shortTopEntryBtn__tx {
    position: relative;
    font-size: 1.4rem;
    line-height: 1;
    color: #FFFFFF;
    margin-right: 30px;
    z-index: 2;
  }
  .shortTopEntryBtn__icn {
    position: relative;
    display: flex;
    align-items: center;
    width: 22px;
    height: 12px;
  }
  .shortTopEntryBtn__icn img {
    position: relative;
    z-index: 1;
  }
  .shortTopEntryBtn__icn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #000000;
    border-radius: 24px;
    transform: translate(13px, -50%);
    transition: all 0.3s ease;
  }
  .shortTopEntryBtn:hover .shortTopEntryBtn__icn::before {
    width: 50px;
  }
  /*second*/
  .shortBtn {
    position: relative;
    text-align: left;
    display: block;
    overflow: hidden;
    margin-right: 80px;
  }
  .shortBtn__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 20px 12px;
  }
  .shortBtn__tx {
    position: relative;
    font-size: 1.4rem;
    line-height: 1;
    color: #000000;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);
    opacity: 0;
    transition: all 0.3s ease;
    display: none;
  }
  .shortBtn__icn {
    position: relative;
    display: flex;
    align-items: center;
    width: 20px;
    height: 10px;
  }
  .shortBtn__icn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #ff9300;
    border-radius: 24px;
    z-index: -1;
    transform: translate(10px, -50%);
    transition: all 0.3s ease;
  }
  .shortBtn:hover .shortBtn__tx {
    opacity: 0;
  }
  .shortBtn:hover .shortBtn__icn::before {
    width: 40px;
  }
  .shortBtn2 {
    position: relative;
    text-align: left;
    display: block;
    overflow: hidden;
  }
  .shortBtn2__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 20px 12px;
  }
  .shortBtn2__tx {
    position: relative;
    font-size: 1.4rem;
    line-height: 1;
    color: #000000;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);
    opacity: 0;
    transition: all 0.3s ease;
    display: none;
  }
  .shortBtn2__icn {
    position: relative;
    display: flex;
    align-items: center;
    width: 20px;
    height: 10px;
  }
  .shortBtn2__icn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #ff9300;
    border-radius: 24px;
    z-index: -1;
    transform: translate(10px, -50%);
    transition: all 0.3s ease;
  }
  .shortBtn2:hover .shortBtn2__tx {
    opacity: 0;
  }
  .shortBtn2:hover .shortBtn2__icn::before {
    width: 40px;
  }
  .shortEntryBtn {
    text-align: right;
    margin-top: -10px;
    display: inline-block;
  }
  .shortEntryBtn__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 23px 5px;
  }
  .shortEntryBtn__tx {
    position: relative;
    font-size: 1.4rem;
    line-height: 1;
    color: #FFFFFF;
    margin-right: 22px;
    z-index: 2;
  }
  .shortEntryBtn__icn {
    position: relative;
    display: flex;
    align-items: center;
    width: 20px;
    height: 10px;
  }
  .shortEntryBtn__icn img {
    position: relative;
    z-index: 1;
  }
  .shortEntryBtn__icn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #000000;
    border-radius: 24px;
    transform: translate(10px, -50%);
    transition: all 0.3s ease;
  }
  .shortEntryBtn:hover .shortEntryBtn__icn::before {
    width: 40px;
  }
  .filterResetBtn {
    display: inline-block;
    background-color: #EAE7E7;
    border-radius: 30px;
    padding: 2px 5px;
    transition: all 0.3s ease;
  }
  .filterResetBtn:hover {
    background-color: #EAE7E7;
  }
  .filterResetBtn:hover .filterResetBtn__tx {
    color: #5F5F5F;
  }
  .filterResetBtn__tx {
    font-size: 1.6rem;
    color: #5F5F5F;
    padding: 5px 50px;
    transition: all 0.3s ease;
  }
  .filterBtn {
    display: flex;
    align-items: center;
    background-color: #969696;
    border-radius: 40px;
    padding: 2px 5px;
    transition: all 0.3s ease;
  }
  .filterBtn:hover {
    opacity: 0.8;
  }
  .filterBtn.ac {
    background-color: #EAE7E7;
  }
  .filterBtn.ac .filterBtn__icn {
    background-color: #ff9300;
  }
  .filterBtn.ac .filterBtn__icn::before {
    background-color: #242424;
  }
  .filterBtn.ac .filterBtn__icn::after {
    background-color: #242424;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .filterBtn__icn {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #2f2f2f;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .filterBtn__icn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 2px;
    background-color: #FFFFFF;
    transform-origin: center;
    transition: all 0.3s ease;
  }
  .filterBtn__icn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background-color: #FFFFFF;
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: center;
    transition: all 0.3s ease;
  }
  .filterBtn__tx {
    font-size: 1.3rem;
    color: #5F5F5F;
    padding: 0 15px 0 10px;
  }
  .interviewPlayBtn {
    position: absolute;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .interviewPlayBtn__df {
    display: block;
  }
  .interviewPlayBtn__ac {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .interviewPlayBtn:hover .interviewPlayBtn__ac {
    opacity: 1;
  }
  .detailCloseBtn {
    position: absolute;
    top: 105px;
    left: auto;
    right: 10px;
    transform: translate(0, 0);
    margin-left: 0;
    z-index: 100;
  }
  .detailCloseBtn__btn {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ff9300;
    transition: all 0.3s ease;
  }
  .detailCloseBtn__btn::before {
    content: "";
    width: 22px;
    height: 3px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    transition: all 0.3s ease;
  }
  .detailCloseBtn__btn::after {
    content: "";
    width: 22px;
    height: 3px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
    transition: all 0.3s ease;
  }
  .detailCloseBtn__btn:hover::before {
    transform: translate(-50%, 0) rotate(135deg);
  }
  .detailCloseBtn__btn:hover::after {
    transform: translate(-50%, 0) rotate(45deg);
  }
  /**/
  .noResultsText {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
    margin: 20px auto;
    display: none;
  }
  /**/
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
