#header {
  height: 35px;
  padding: 20px 70px 20px 20px;
  margin: 0 auto;
  width: calc(100% - 90px);
  max-width: 1010px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  display: flex;
}
@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    padding: 0;
    margin: 0 !important;
    height: 109px;
    display: inherit;
  }
}

#header .header-ttl {
  float: inherit;
  margin: 0;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .header-ttl {
    padding: 20px;
    height: 35px;
  }
}

#inc_header {
  transition: top 0.5s;
}

@media screen and (max-width: 767px) {
  #global_navi {
    display: none;
  }
  #global_navi + .sns {
    margin-top: 109px;
  }
}
@media screen and (max-height: 768px) and (orientation: landscape) {
  .hide {
    /* .process__header {
      margin-top: 51px;
    } */
  }
  .hide #global_navi {
    top: -51px !important;
  }
}
span {
  vertical-align: baseline;
}

nav ul#vnavi1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
  height: 36px;
  background-color: transparent;
  column-gap: 0.2em;
}
nav ul#vnavi1 li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 14.2857142857%;
  overflow: hidden;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 500;
  color: #fff;
  padding-right: 0.2em;
  padding-bottom: 0.2em;
  position: relative;
  box-sizing: border-box;
  line-height: 1.1;
}
nav ul#vnavi1 li::before {
  content: "";
  width: calc(100% - 1em);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #808080;
  border-right: 0.5px solid #808080;
}
@media screen and (max-width: 767px) {
  nav ul#vnavi1 li::before {
    width: calc(100% - 0.5em);
  }
}
nav ul#vnavi1 li::after {
  content: "";
  width: 1em;
  height: 100%;
  position: absolute;
  left: calc(100% - 1em);
  top: 0;
  background: transparent;
  background-color: #808080;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  nav ul#vnavi1 li::after {
    width: 0.5em;
    left: calc(100% - 0.5em);
  }
}
nav ul#vnavi1 li.on::after, nav ul#vnavi1 li.on::before {
  background-color: #00a9e0;
}
nav ul#vnavi1 li:hover {
  opacity: 0.7;
}
nav ul#vnavi1 li:last-child {
  margin-right: 0;
  padding-right: 0;
}
nav ul#vnavi1 li:last-child::before {
  width: 100%;
}
nav ul#vnavi1 li:last-child::after {
  content: none;
}
nav ul#vnavi1 li p {
  text-align: center;
  position: relative;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  padding-top: 0.15em;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  nav ul#vnavi1 li p {
    font-size: 0.7em;
    padding-top: 0.2em;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  nav ul#vnavi1 {
    position: sticky;
    margin-left: -20px;
    left: -20px;
    width: 50%;
    width: calc(50% + 40px);
    z-index: 2;
    padding: 0.5em 0;
    column-gap: 0;
    background-color: rgb(127.5, 212, 239.5);
    /* &::after {
      content: "";
      position: absolute;
      width: min(calc(var(--progress, 0) * 200%), 100%);
      height: calc(100% - 8px);
      top: 0;
      left: 0;
      background-color: $brd-blue;
      mix-blend-mode: overlay;
      pointer-events: none;
    } */
  }
}

nav ul#vnavi2 {
  display: flex;
  height: 5px;
  width: 100%;
  justify-content: space-between;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  column-gap: 0.2em;
}
@media screen and (max-width: 767px) {
  nav ul#vnavi2 {
    height: 36px;
  }
}
nav ul#vnavi2 li {
  display: flex;
  flex-basis: 14.2857142857%;
  justify-content: space-between;
  flex-grow: 1;
  column-gap: 0.2em;
  position: relative;
  box-sizing: border-box;
}
nav ul#vnavi2 li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  nav ul#vnavi2 li {
    align-items: flex-end;
  }
}
nav ul#vnavi2 li span {
  display: none;
}
@media screen and (max-width: 767px) {
  nav ul#vnavi2 li span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.8em;
    color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 28px;
    text-align: center;
    line-height: 1.4;
    background: #4d4d4d;
  }
}
@media screen and (max-width: 767px) {
  #process-3di nav ul#vnavi2 li:last-child span {
    font-size: 0;
  }
}
nav ul#vnavi2 li p {
  cursor: pointer;
  position: relative;
  user-select: none;
  pointer-events: none;
  flex-grow: 0;
  background-color: #b3b3b3;
  flex-grow: 1;
}
nav ul#vnavi2 li p:hover {
  opacity: 0.8;
}
nav ul#vnavi2 li p::after {
  content: "" !important;
}
@media screen and (max-width: 767px) {
  nav ul#vnavi2 li p {
    height: 6px;
  }
}
nav ul#vnavi2 li::after {
  content: none;
}

.process {
  /* &__main {
    position: sticky;
    top: 131px;
    z-index: 5;

    @include mix.MQ-DOWN(1024) {
      position: initial;
    }

    @include mix.S-M {
      position: sticky;
      top: 100px;
      position: initial;
    }
  } */
}
.process__top {
  color: #2d2d2d;
}
.process__top .inner {
  container-type: inline-size;
}
.process__top-div {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 40.0943396226%;
  padding: 3.6em 0 6em;
  height: 100%;
  /* @container (orientation: portrait) {
    height: 60%;
  } */
}
@media screen and (max-width: 767px) {
  .process__top-div {
    width: 100%;
    padding: calc(109px + 3em) 20px 4em;
    gap: 1em;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), 80%, rgba(255, 255, 255, 0));
  }
}
.process__top-enttl {
  font-family: "Typonine Sans 2";
  font-weight: 400;
  font-size: 3em;
  height: 1ic;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .process__top-enttl {
    font-size: 2em;
  }
}
.process__top-ttl {
  font-size: 5em;
  color: #00a9e0;
  height: 1ic;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .process__top-ttl {
    font-size: 3.2em;
  }
}
.process__top-subttl {
  font-size: 2.3em;
  height: 1ic;
  line-height: 1;
  color: #00a9e0;
  margin-top: -0.25em;
}
@media screen and (max-width: 767px) {
  .process__top-subttl {
    font-size: 1.5em;
    margin-top: 0.25em;
  }
}
.process__top-lead {
  font-size: 1.6em;
  line-height: 1.75;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .process__top-lead {
    font-size: 1.4em;
  }
}
.process__top-space {
  width: 100%;
  flex: 1;
  max-height: 20dvh;
  /* @container (orientation: portrait) {
    max-height: 10%;
  } */
}
.process__top-img {
  position: absolute;
  container-type: size;
  width: 70.5660377358%;
  height: 100%;
  top: 0;
  right: -10.3773584906%;
  z-index: -10;
}
.process__top-img img {
  aspect-ratio: 1024/1240;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 28.1%;
}
@container (orientation: portrait) {
  .process__top-img img {
    width: auto;
    height: 100%;
  }
}
@media screen and (orientation: portrait) {
  .process__top-img {
    width: 80%;
    height: 100%;
    right: inherit;
    left: 20%;
  }
  .process__top-img img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .process__top-img {
    width: 80%;
    width: 100%;
    height: 100%;
    left: 20%;
    right: inherit;
  }
  .process__top-img img {
    width: 100%;
    height: 100%;
  }
}
.process__main {
  font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "palt";
  color: #2d2d2d;
  background-color: #fff;
}
.process__main--top {
  background-color: transparent;
}
.process__main h1,
.process__main h2 {
  font-family: inherit;
}
.process__content {
  height: calc(100dvh - 342px);
  max-height: 60dvh;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  overflow: hidden;
  /* #process-3di &::before{
    background-image: url('../../process/assets/img/bg_last_3di.jpg');
  } */
}
.process__content * {
  box-sizing: border-box;
}
.process__content::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 110%;
  top: 50%;
  left: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../process/assets/img/bg_last_std.jpg");
  filter: blur(20px);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s, filter 1s;
}
@media screen and (max-width: 767px) {
  .process__content::before {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, white 50%), url("../../process/assets/img/bg_last_std.jpg");
  }
}
.process__content.end::before {
  opacity: 0.25;
  filter: blur(0);
}
@media screen and (max-width: 767px) {
  .process__content.end::before {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .process__content {
    max-height: 65dvh;
    height: calc(100dvh - 503px);
  }
}
@media screen and (max-width: 767px) {
  .process__content {
    overflow: clip;
    height: auto;
    max-height: inherit;
  }
}
.process__content-inner {
  height: 100%;
  /* align-items: stretch;
  gap: 20px; */
  container-type: inline-size;
}
@media screen and (max-width: 767px) {
  .process__content-inner {
    container-type: normal;
  }
}
.process__content--top {
  min-height: calc(100dvh - 126.2px);
  max-height: inherit;
}
.process__content--top a {
  text-decoration: none;
  color: inherit;
}
.process__content--top::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .process__content--top {
    height: 100dvh;
  }
}
.process__header {
  font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "palt";
  word-break: break-word;
  color: #2d2d2d;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  z-index: 5;
  padding: 0;
  height: fit-content;
}
.process__header h1,
.process__header h2 {
  font-family: inherit;
}
.process__header a {
  text-decoration: none;
  color: inherit;
}
.process__header a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .process__header {
    padding: 0;
    margin-top: 109px;
    transition: margin-top 1s;
  }
  body.hide .process__header {
    margin-top: 0;
  }
  .process__header::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0), white);
    top: 0;
    left: 0;
    z-index: -5;
  }
}
.process__header .inner {
  background: transparent;
  padding: 0.75em 20px 0.75em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 140px;
  box-sizing: border-box;
  container-type: inline-size;
  position: relative;
}
@media screen and (max-width: 767px) {
  .process__header .inner {
    container-type: normal;
  }
}
@media screen and (max-width: 767px) {
  .process__header .inner {
    padding: 0.5em 20px 0.75em;
    width: 100%;
    height: 100px;
  }
}
.process__header-img {
  position: absolute;
  width: auto;
  height: 100%;
  aspect-ratio: 1024/179;
  top: 0;
  right: -13.1818181818%;
  object-fit: cover;
  z-index: -10;
  background-color: white;
}
.process__header-img--std {
  aspect-ratio: 1024/151;
  right: -12.2727272727%;
}
@media screen and (max-width: 767px) {
  .process__header-img {
    aspect-ratio: inherit;
    width: 100%;
    height: 100%;
    right: 0;
  }
}
.process__heading-menu {
  display: flex;
  gap: 1em;
}
.process__heading-menu li {
  font-size: 1.5em;
  line-height: 1;
  min-height: 2.1333333333em;
  background-color: #f2f2f2;
  min-width: 17.9245283019%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process__heading-menu li span {
  padding-bottom: 0.1em;
}
.process__heading-menu li.on {
  color: #fff;
  background-color: #00a9e0;
}
.process__heading-menu li a {
  padding: 0 0.8em 0 0.3em;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process__heading-menu li a::before {
  content: "";
  display: block;
  width: 0.7em;
  height: 1.5em;
  background-image: url("../../process/assets/img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: 0.2em;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .process__heading-menu li {
    font-size: 1em;
    width: calc((100% - 1em) / 2);
    height: 2.5em;
  }
}
.process__heading-menu--top {
  width: 73.8823529412%;
  flex-direction: column;
}
.process__heading-menu--top li {
  font-size: 1.8em;
  font-weight: 500;
  aspect-ratio: 4.3611111111;
  padding: 0;
}
.process__heading-menu--top li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding-left: 1em;
  background-color: #f2f2f2;
  color: #2d2d2d;
  transition: color 0.5s, background 0.5s;
}
.process__heading-menu--top li a::before {
  position: relative;
  transform: inherit;
  top: inherit;
  left: inherit;
}
.process__heading-menu--top li a:hover {
  background-color: #00a9e0;
  color: #fff;
}
.process__heading-menu--top li a:hover::before {
  background-image: url("../../process/assets/img/arrow-w.svg");
}
@media screen and (max-width: 767px) {
  .process__heading-menu--top li {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .process__heading-menu--top {
    width: 100%;
    gap: 2em;
  }
}
.process__heading-wrapper {
  height: auto;
  font-size: 0.9433962264cqw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .process__heading-wrapper {
    font-size: 2.5641025641cqw;
  }
}
.process__hl2 {
  color: #00a9e0;
  font-size: 2.7em;
  font-weight: 600;
  min-height: 1ic;
}
@media screen and (max-width: 767px) {
  .process__hl2 {
    font-size: 1.8em;
  }
}
.process__lead {
  font-size: 1.4em;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin-top: 0.25em;
  margin-bottom: 1em;
  min-height: 1ic;
}
@media screen and (max-width: 767px) {
  .process__lead {
    font-size: 1.1em;
  }
}
.process__wrapper {
  font-size: 0.9433962264cqw;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .process__wrapper {
    width: 100%;
    font-size: 2.5641025641cqw;
    height: 100%;
  }
}
.process__navi {
  padding: 0 !important;
  height: fit-content !important;
  background: #4d4d4d;
  height: 100%;
  position: relative;
  z-index: 5;
  /* p {
    padding: 0 0 0 1em !important;
  } */
}
.process__navi .inner {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: auto;
  container-type: inline-size;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .process__navi .inner {
    container-type: normal;
    padding: 0 20px;
    background-color: #d3d3d3;
  }
}
@media screen and (max-width: 767px) {
  .process__navi {
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 15;
    background: transparent;
  }
}
.process__navi-inner {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.9433962264cqw;
  padding-bottom: 14px;
  --progress: 0;
}
.process__navi-inner::after {
  content: "";
  position: absolute;
  width: calc(var(--progress, 0) * 100%);
  height: calc(100% - 8px);
  top: 0;
  left: 0;
  background-color: #00a9e0;
  mix-blend-mode: overlay;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .process__navi-inner {
    width: 200%;
    font-size: 2.5641025641cqw;
    padding-bottom: 7px;
  }
  .process__navi-inner::after {
    top: inherit;
    bottom: 0;
    height: 43px;
  }
}
.process__navi-indicator {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(var(--progress, 0) * 100%);
  transform: translateX(-50%);
  z-index: 40;
  overflow: visible;
  cursor: grab;
}
.process__navi-indicator p {
  width: 2px;
  margin: 0 auto;
  height: calc(100% - 6px);
  background-color: #ff6a13;
  position: relative;
}
.process__navi-indicator p::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -4px;
  width: 10px;
  height: 8px;
  background-color: #ff6a13;
  z-index: 25;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .process__navi-indicator {
    top: inherit;
    bottom: 7px;
    height: 36px;
    width: 2px;
    pointer-events: none;
  }
  .process__navi-indicator p {
    height: 100%;
  }
  .process__navi-indicator p::after {
    bottom: -7px;
  }
}
.process__navi-seek-overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  .process__navi-seek-overlay {
    display: block;
    position: sticky;
    left: 0;
    width: 100%;
    height: 43px;
    margin-top: -43px;
    z-index: 35;
    touch-action: none;
    cursor: pointer;
  }
}
.process__sec {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  max-height: 60dvh;
  padding-bottom: 4em;
}
@media screen and (max-height: 768px) and (orientation: landscape) {
  .process__sec {
    max-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .process__sec {
    width: 100%;
    max-height: inherit;
    overflow: clip;
    padding-bottom: 0;
  }
}
.process__bnavi {
  position: absolute;
  width: 100%;
  height: 8em;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, top 0.5s;
  z-index: 20;
}
.process__bnavi-inner {
  width: 50.9433962264%;
  height: 50%;
  background-color: rgba(211, 211, 211, 0.7);
  border-radius: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .process__bnavi-inner {
    width: 100%;
  }
}
.process__bnavi.seek {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.process__bnavi.video {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  top: calc(100% - 4em);
}
@media screen and (max-width: 767px) {
  .process__bnavi {
    position: sticky;
    height: 4em;
    order: 2;
    opacity: 1;
    pointer-events: auto;
    width: 80%;
    top: inherit;
    bottom: 1em;
    left: 0;
    transform: inherit;
    margin: 0 auto;
    z-index: 30;
  }
  .process__bnavi-inner {
    height: 100%;
  }
  .process__bnavi.seek {
    opacity: 1;
  }
  .process__bnavi.video {
    opacity: 1;
    top: inherit;
  }
}
.process__bnavi p {
  height: 100%;
  aspect-ratio: 1/1;
  padding: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process__bnavi-menu {
  display: flex;
  gap: 1em;
  height: 100%;
  padding-right: 6em;
}
.process__bnavi-menu li {
  flex-basis: 1em;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1em;
  height: 100%;
  cursor: pointer;
  touch-action: manipulation;
}
.process__bnavi-menu li img {
  width: 100%;
}
.process__bnavi-menu li:hover {
  opacity: 0.7;
}
.process__button {
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.1s;
}
.process__button img {
  width: 100%;
}
.process__button:active {
  opacity: 0.5;
}
.process__explanation {
  width: 100%;
  padding: 1em 0;
  flex-shrink: 0;
  display: flex;
  opacity: 1;
  transition: opacity 0.5s;
  flex-direction: column;
  justify-content: space-between;
  /* dd {
    width: 100%;
    position: relative;
    z-index: 10;
  } */
}
@media screen and (max-width: 767px) {
  .process__explanation {
    width: 100%;
    margin-right: 0;
    padding: 10px 0 0;
    row-gap: 1em;
    order: 1;
  }
}
.process__end {
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  font-size: 1.35em;
  z-index: 5;
  padding: 1em 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
}
.process__end-description {
  padding: 0;
  width: 68%;
}
@media screen and (max-width: 767px) {
  .process__end-description {
    width: 100%;
  }
}
.process__end-replay {
  background-color: #00a9e0;
  margin-top: 1em;
  color: #fff;
  width: 10em;
  height: 3em;
  padding-left: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.process__end-replay span {
  font-size: 1.2em;
  padding-bottom: 0.1em;
}
.process__end-replay img {
  width: auto;
  height: 80%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .process__end {
    width: 100%;
    padding: 20px 20px 0;
    gap: 0;
  }
  .process__end-replay {
    margin-top: 0;
    margin-inline: auto;
  }
}
.process__ttl {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
}
.process__ttl-dl {
  display: flex;
  color: #00a9e0;
  align-items: center;
  gap: 0.5em;
  line-height: 1.2;
  z-index: 5;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .process__ttl-dl {
    min-height: 5.7em;
    padding: 0 0 0 20px;
  }
}
.process__ttl-en {
  font-size: 1.5em;
  font-weight: bold;
  color: #2d2d2d;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .process__ttl-en {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
.process__ttl-jp {
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .process__ttl-jp {
    margin-top: 0.15em;
  }
}
.process__ttl-no {
  font-family: "Typonine Sans 2";
  font-weight: 400;
  font-size: 5em;
  height: 1ic;
  line-height: 1;
  padding-top: 0.025em;
}
@media screen and (max-width: 767px) {
  .process__ttl-no {
    /* line-height: 1.25;
    margin-top: 0; */
    flex-basis: 12%;
    flex-grow: 0;
    font-size: 5.4em;
  }
}
.process__ttl-description {
  font-size: 1.3em;
  margin-top: 1em;
  line-height: 1.5;
  width: 90%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .process__ttl-description {
    flex-basis: 100%;
    width: 100%;
    margin-top: 0;
    line-height: 1.4;
    min-height: 5.6em;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .process__ttl {
    flex-basis: 88%;
    flex-grow: 0;
  }
}
.process__videosec {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  position: relative;
}
.process__videoback {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -5;
  opacity: 0;
}
.process__videosec-wrapper {
  width: 65%;
  position: absolute;
  height: calc(100% - 8em);
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  height: 100%;
}
.process__videosec-wrapper:hover {
  cursor: pointer;
  /*       .process__bnavi {
    opacity: 0.8;
  } */
}
@media screen and (max-width: 767px) {
  .process__videosec-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    transform: inherit;
    top: inherit;
    z-index: 5;
  }
  .process__videosec-wrapper:hover {
    cursor: initial;
    /*         .process__bnavi {
      opacity: initial;
    } */
  }
}
.process__video {
  width: 100%;
  display: block !important;
  height: auto;
  object-fit: cover;
  margin: 0;
  transition: opacity 0.5s;
  background-color: white;
  box-shadow: 0 0 0 2px white;
}
.process__v-seek {
  position: absolute;
  width: 10%;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 3em;
  opacity: 0;
  color: #333;
}
.process__v-seek-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.process__v-seek-wrapper > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.process__v-seek img {
  width: 100%;
}
.process__machine {
  box-sizing: border-box;
  position: relative;
  transition: opacity 0.5s;
  padding: 1em 0;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  overflow: hidden;
  /*  @include mix.MQ-DOWN(1024) {
    padding-top: 1em;
    height: fit-content;
    max-height: calc(100dvh - (51px + 426px));
  } */
}
.process__machine * {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .process__machine {
    padding: 20px 20px 50px;
    max-height: inherit;
    order: 3;
  }
}
.process__machine h4 {
  height: 1.5em;
  font-size: 1.3em;
  color: #00a9e0;
  font-weight: 700;
}
.process__machine img {
  width: 100%;
  height: auto;
}
.process__machine-list {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 1.5em;
  /* @include mix.MQ-DOWN(1024) {
    // flex-basis: 65%;
    flex-direction: row;
    cursor: initial;
  } */
  /* @include mix.tablet-portrait{
    aspect-ratio: 2 / 1;
  }
  @include mix.S-M {
    // flex-direction: column;
    flex-wrap: wrap;
    aspect-ratio: 2 / 1;
  } */
  /* dl {
    aspect-ratio: 1 /1;
    width: calc(100% / 3);
    position: relative;
    padding: 0.5em;
    background-color: #fff;
    flex-shrink: 0;

    @include mix.tablet-portrait {
      width: calc(100% / 2);
    }

    @include mix.S-M {
      width: calc(100% / 2);
    }

    dd {
      position: absolute;
      top: 0.5em;
      left: 0.5em;

      ul {
        font-size: 0.8em;
        list-style: disc;
        padding-left: 1em;
      }
    }
  } */
}
.process__machine-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.process__machine-list:active {
  cursor: grabbing;
}
.process__machine-list-wrapper {
  display: flex;
  gap: 1em;
  flex-direction: column;
  padding: 0 !important;
  /* @include mix.MQ-DOWN(1024) {
    gap: 20px;
    padding: 0 !important;
    flex-direction: row;
  } */
}
@media screen and (max-width: 767px) {
  .process__machine-list-wrapper {
    flex-direction: column;
  }
}
.process__machine-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 1em;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .process__machine-pagination {
    display: none;
  }
}

.mc {
  flex-basis: 33.3333333333%;
  flex-grow: 0;
  position: relative;
  flex-shrink: 0;
  border-left: 2px solid #00a9e0;
  min-height: 2.4em;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .mc {
    flex-basis: 50%;
  }
}
.mc--noline {
  border-left: none;
}
.mc__type {
  position: absolute;
  top: 0;
  left: 0.5em;
  line-height: 1.2;
}
.mc__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.mc__img a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.7em;
}
.mc__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mc__img--s a {
  padding: 1.9em;
}
.mc__name {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.2;
  color: #00a9e0;
}

.c-padding_adjust {
  box-sizing: border-box;
  padding: 0 20px;
  min-height: inherit !important;
}
@media screen and (max-width: 767px) {
  .c-padding_adjust {
    padding: 0;
  }
}

.u-btn {
  cursor: pointer;
}
.u-btn:hover {
  opacity: 0.7;
}
.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
.u-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.sns {
  margin-top: 0;
}

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