@charset "UTF-8";
img {
  width: 100%;
  height: auto; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: initial; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0; }

.MojiScroll {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 14px; }
  .MojiScroll .slideshow {
    display: flex;
    animation: Moji-loop 250s infinite linear 1s both; }
    .MojiScroll .slideshow img {
      width: auto;
      height: 430px; }
      @media (min-width: 768px) {
        .MojiScroll .slideshow img {
          height: 430px; } }
@keyframes Moji-loop {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.AllView {
  margin: 6px 20px 0 0; }
  .AllView p {
    margin-top: -5px; }
    @media (min-width: 768px) {
      .AllView p {
        margin-top: -2px; } }
    .AllView p a {
      font-size: 0.75em;
      color: #9EF1FF;
      font-weight: bold; }
  .AllView img {
    width: 14px;
    height: auto;
    margin-top: 0.5px;
    display: none; }
    @media (min-width: 768px) {
      .AllView img {
        display: initial; } }

.LineLink a {
  position: relative;
  display: inline-block; }
  .LineLink a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #9EF1FF;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s; }
  .LineLink a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1); }

.YouTubeArea {
  position: relative;
  width: 100%; }
  .YouTubeArea a {
    width: 100%;
    height: auto;
    display: block;
    position: relative; }
    .YouTubeArea a .iCatch {
      overflow: hidden;
      position: relative; }
      .YouTubeArea a .iCatch img {
        display: block;
        width: 100%;
        height: auto;
        transition: .5s; }
        .YouTubeArea a .iCatch img:hover {
          opacity: 0.8; }
    .YouTubeArea a .video-Arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 46px;
      text-align: center;
      margin: auto;
      transition: .5s;
      transform: scale(1); }
      @media (min-width: 768px) {
        .YouTubeArea a .video-Arrow {
          height: 56px; } }
      .YouTubeArea a .video-Arrow img {
        width: 46px;
        height: auto; }
        @media (min-width: 768px) {
          .YouTubeArea a .video-Arrow img {
            width: 56px; } }
      .YouTubeArea a .video-Arrow:hover {
        transform: scale(1.05); }

.Download a {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 50px;
  transition: .5s;
  background: linear-gradient(90deg, #F98924, #FF14A4);
  width: 160px;
  height: 39px;
  line-height: 39px;
  position: relative; }
  .Download a::after {
    position: absolute;
    top: 50%;
    content: '';
    margin: -3.5px 0 0 6px;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: .5s; }
  .Download a:hover::after {
    margin: -1px 0 0 6px; }

#PageMenu {
  display: none;
  background: linear-gradient(90deg, #00A4E3, #007DB9);
  height: 55px;
  margin-top: 60px;
  position: relative; }
  @media (min-width: 1024px) {
    #PageMenu {
      display: inherit; } }
  #PageMenu nav {
    padding-left: 2%;
    width: 768px; }
    #PageMenu nav ul {
      padding-top: 14px; }
      #PageMenu nav ul li {
        margin-right: 25px;
        display: inline-block; }
        #PageMenu nav ul li a {
          font-size: 0.9em;
          font-weight: bold;
          position: relative;
          display: inline-block; }
          #PageMenu nav ul li a:hover {
            color: #fff; }
          #PageMenu nav ul li a::after {
            position: absolute;
            bottom: -1px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #fff;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          #PageMenu nav ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
  #PageMenu .RightMenu {
    position: absolute;
    top: 0;
    right: 6%;
    display: none; }
    @media (min-width: 1250px) {
      #PageMenu .RightMenu {
        display: inherit; } }
    #PageMenu .RightMenu ul {
      display: flex; }
      #PageMenu .RightMenu ul li {
        margin: 14px 0px 0 15px; }
        #PageMenu .RightMenu ul li a {
          font-size: 0.9em;
          font-weight: bold;
          position: relative;
          display: inline-block; }
          #PageMenu .RightMenu ul li a::after {
            position: absolute;
            bottom: -1px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #fff;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          #PageMenu .RightMenu ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
      #PageMenu .RightMenu ul .Download {
        margin: 8px 0px 0 15px; }

#FloaterMenu {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  transition: all 0.65s; }
  #FloaterMenu .FloaterMenuIn {
    display: flex;
    width: 300px;
    height: 54px;
    background: linear-gradient(90deg, #24F9C0, #B714FF);
    border-top-left-radius: 10px;
    padding: 0 0 0 25px;
    position: relative; }
    #FloaterMenu .FloaterMenuIn h3 {
      font-size: 0.9em;
      font-weight: bold;
      color: #fff;
      margin-top: 17px; }
      #FloaterMenu .FloaterMenuIn h3 a:hover {
        color: #fff; }
      #FloaterMenu .FloaterMenuIn h3 a::after {
        background: #fff; }
    #FloaterMenu .FloaterMenuIn .Download {
      margin: 7.5px 0px 0 0px;
      position: absolute;
      right: 15px; }

/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#LiveDelivery {
  position: relative;
  padding-top: 30px;
  margin-top: 50px; }
  @media (min-width: 1024px) {
    #LiveDelivery {
      margin-top: 0px; } }
  #LiveDelivery .YokoScroll {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 14px; }
    #LiveDelivery .YokoScroll .slideshow {
      display: flex; }
      #LiveDelivery .YokoScroll .slideshow.show1 {
        animation: loop-slide 60s infinite linear 1s both; }
      #LiveDelivery .YokoScroll .slideshow.show2 {
        animation: loop-slide 40s infinite linear 1s both; }
      #LiveDelivery .YokoScroll .slideshow.show3 {
        animation: loop-slide 50s infinite linear 1s both; }
      #LiveDelivery .YokoScroll .slideshow img {
        width: 230px;
        height: auto;
        border-radius: 5px;
        margin: 0 15px 0 0; }
        @media (min-width: 768px) {
          #LiveDelivery .YokoScroll .slideshow img {
            border-radius: 10px;
            width: 330px; } }
        @media (min-width: 1200px) {
          #LiveDelivery .YokoScroll .slideshow img {
            border-radius: 10px;
            width: 360px; } }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
  #LiveDelivery::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #000000, #ffffff);
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 10; }
  #LiveDelivery .MvTitle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    z-index: 10;
    margin: auto;
    height: 340px;
    color: #fff; }
    @media (min-width: 1024px) {
      #LiveDelivery .MvTitle {
        height: 400px; } }
    #LiveDelivery .MvTitle h1 {
      font-size: 2.2em;
      line-height: 1.2em;
      font-weight: bold; }
      @media (min-width: 1024px) {
        #LiveDelivery .MvTitle h1 {
          font-size: 4.0em; } }
    #LiveDelivery .MvTitle .TitleText {
      padding-right: 30%; }
      @media (min-width: 1024px) {
        #LiveDelivery .MvTitle .TitleText {
          padding-right: 0; } }
      #LiveDelivery .MvTitle .TitleText p, #LiveDelivery .MvTitle .TitleText h3 {
        font-size: 0.9em; }
        @media (min-width: 1024px) {
          #LiveDelivery .MvTitle .TitleText p, #LiveDelivery .MvTitle .TitleText h3 {
            font-size: 1.125em; } }
      #LiveDelivery .MvTitle .TitleText p {
        line-height: 1.8em;
        margin-top: 20px; }
        @media (min-width: 1024px) {
          #LiveDelivery .MvTitle .TitleText p {
            margin-top: 30px; } }
      #LiveDelivery .MvTitle .TitleText h3 {
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #LiveDelivery .MvTitle .TitleText h3 {
            margin-top: 20px; } }
    #LiveDelivery .MvTitle #DownloadBtn {
      opacity: 0; }
      #LiveDelivery .MvTitle #DownloadBtn .Download {
        margin-top: 20px; }
        @media (min-width: 1024px) {
          #LiveDelivery .MvTitle #DownloadBtn .Download {
            margin-top: 40px; } }
        #LiveDelivery .MvTitle #DownloadBtn .Download a {
          width: 220px;
          height: 40px;
          line-height: 40px; }
          @media (min-width: 1024px) {
            #LiveDelivery .MvTitle #DownloadBtn .Download a {
              width: 260px;
              height: 48px;
              line-height: 48px; } }
    #LiveDelivery .MvTitle .Open {
      animation: fadeIn 1.0s linear;
      animation-fill-mode: both; }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#KnowMovie {
  position: relative;
  margin: 20px 0 40px; }
  @media (min-width: 1024px) {
    #KnowMovie {
      margin: 80px 0 100px; } }
  #KnowMovie a {
    transition: .5s; }
    #KnowMovie a img {
      width: 100%;
      height: auto; }
    #KnowMovie a:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #cbcbcb;
      height: 100%;
      mix-blend-mode: multiply;
      z-index: 1; }
    #KnowMovie a:hover {
      opacity: 0.8; }
    #KnowMovie a .video-Arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 42px;
      text-align: center;
      margin: auto;
      transition: .5s;
      transform: scale(1);
      z-index: 10; }
      @media (min-width: 768px) {
        #KnowMovie a .video-Arrow {
          height: 58px; } }
      #KnowMovie a .video-Arrow img {
        width: 24px;
        height: auto; }
        @media (min-width: 768px) {
          #KnowMovie a .video-Arrow img {
            width: 34px; } }
      #KnowMovie a .video-Arrow:hover {
        transform: scale(1.05); }
    #KnowMovie a h6 {
      position: absolute;
      top: 50px;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      margin: auto;
      height: 20px;
      color: #fff;
      font-size: 0.9em;
      font-weight: bold;
      z-index: 10; }

/*
---------------------------------------------------------------------------------------------------------------------
WHAT
---------------------------------------------------------------------------------------------------------------------
*/
#About {
  position: relative;
  padding: 20px 0; }
  @media (min-width: 1024px) {
    #About {
      padding: 100px 0; } }
  #About .AboutCopy {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 430px;
    color: #fff;
    padding: 0 5%;
    z-index: 10; }
    @media (min-width: 768px) {
      #About .AboutCopy {
        height: 380px; } }
    #About .AboutCopy .Copy {
      margin-bottom: 30px; }
      #About .AboutCopy .Copy h2 {
        font-size: 1.6em;
        line-height: 1.5em;
        text-align: center;
        font-feature-settings: "palt";
        letter-spacing: 0.08em; }
        @media (min-width: 768px) {
          #About .AboutCopy .Copy h2 {
            font-size: 2.6em; } }
        @media (min-width: 1024px) {
          #About .AboutCopy .Copy h2 {
            font-size: 3.0em; } }
    #About .AboutCopy p {
      font-size: 0.9em;
      font-weight: bold;
      line-height: 2em;
      text-align: center; }
      @media (min-width: 768px) {
        #About .AboutCopy p {
          font-size: 1.0em; } }

/*
---------------------------------------------------------------------------------------------------------------------
ステップ
---------------------------------------------------------------------------------------------------------------------
*/
#Step {
  padding: 100px 0 50px 0; }
  #Step .StepLinePc {
    position: relative;
    z-index: 10;
    text-align: center;
    display: none; }
    @media (min-width: 1024px) {
      #Step .StepLinePc {
        display: inherit; } }
    #Step .StepLinePc img {
      width: 180px;
      height: auto; }
  #Step .StepBox {
    margin: 0px 0; }
    @media (min-width: 1024px) {
      #Step .StepBox {
        margin: -30px 0;
        display: flex; } }
    #Step .StepBox .StepImg {
      overflow: hidden;
      position: relative;
      width: 95%; }
      @media (min-width: 1024px) {
        #Step .StepBox .StepImg {
          width: 55%; } }
      @media (min-width: 1250px) {
        #Step .StepBox .StepImg {
          width: 60%; } }
      #Step .StepBox .StepImg.Left {
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px; }
      #Step .StepBox .StepImg.Right {
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px;
        margin-left: 5%; }
        @media (min-width: 1024px) {
          #Step .StepBox .StepImg.Right {
            margin-left: 0%; } }
      #Step .StepBox .StepImg img {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        filter: blur(4px); }
      #Step .StepBox .StepImg .video1 {
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        #Step .StepBox .StepImg .video1 #video {
          width: 80%;
          border-radius: 20px;
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25); }
      #Step .StepBox .StepImg .video2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 32%; }
        #Step .StepBox .StepImg .video2 #video {
          width: 100%; }
      #Step .StepBox .StepImg .MovieImage {
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        #Step .StepBox .StepImg .MovieImage img {
          width: 100%;
          height: auto; }
    #Step .StepBox .StepImg2 {
      width: 95%; }
      @media (min-width: 1024px) {
        #Step .StepBox .StepImg2 {
          width: 55%; } }
      @media (min-width: 1250px) {
        #Step .StepBox .StepImg2 {
          width: 60%; } }
      #Step .StepBox .StepImg2 img {
        width: 100%;
        height: auto;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px; }
    #Step .StepBox .StepText {
      position: relative; }
      #Step .StepBox .StepText.First {
        padding-left: 30px; }
        @media (min-width: 768px) {
          #Step .StepBox .StepText.First {
            padding-left: 100px; } }
        @media (min-width: 1024px) {
          #Step .StepBox .StepText.First {
            padding-left: 0px; } }
      #Step .StepBox .StepText.Second {
        padding-right: 30px; }
        @media (min-width: 768px) {
          #Step .StepBox .StepText.Second {
            padding-right: 100px; } }
        @media (min-width: 1024px) {
          #Step .StepBox .StepText.Second {
            padding-right: 0px; } }
      @media (min-width: 1024px) {
        #Step .StepBox .StepText {
          width: 45%; } }
      @media (min-width: 1250px) {
        #Step .StepBox .StepText {
          width: 40%; } }
      #Step .StepBox .StepText .StepTextIn {
        margin: 20px auto 60px;
        width: 90%; }
        @media (min-width: 1024px) {
          #Step .StepBox .StepText .StepTextIn {
            padding: 0 30px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            height: 230px;
            width: initial; } }
        @media (min-width: 1250px) {
          #Step .StepBox .StepText .StepTextIn {
            padding: 0 60px; } }
        #Step .StepBox .StepText .StepTextIn .No {
          display: flex;
          color: #999999; }
          #Step .StepBox .StepText .StepTextIn .No h4 {
            font-size: 0.8em;
            font-weight: lighter;
            margin: 4px 8px 0 0; }
          #Step .StepBox .StepText .StepTextIn .No h5 {
            font-size: 1.2em;
            font-weight: lighter; }
        #Step .StepBox .StepText .StepTextIn .StepTitle {
          margin-top: 10px; }
          @media (min-width: 768px) {
            #Step .StepBox .StepText .StepTextIn .StepTitle {
              margin-top: 20px; } }
          #Step .StepBox .StepText .StepTextIn .StepTitle h2 {
            font-size: 1.35em;
            line-height: 1.3em;
            letter-spacing: 0.05em;
            color: #fff; }
            @media (min-width: 768px) {
              #Step .StepBox .StepText .StepTextIn .StepTitle h2 {
                font-size: 1.65em; } }
            @media (min-width: 1250px) {
              #Step .StepBox .StepText .StepTextIn .StepTitle h2 {
                font-size: 1.85em; } }
        #Step .StepBox .StepText .StepTextIn p {
          font-size: 0.8em;
          line-height: 1.7em;
          text-align: justify;
          color: #D3D3D3;
          margin-top: 20px; }
          @media (min-width: 768px) {
            #Step .StepBox .StepText .StepTextIn p {
              font-size: 0.9em;
              margin-top: 30px; } }
      #Step .StepBox .StepText .StepLineSp {
        z-index: 10;
        position: absolute; }
        #Step .StepBox .StepText .StepLineSp.Left {
          left: 25px;
          top: -40px; }
          @media (min-width: 768px) {
            #Step .StepBox .StepText .StepLineSp.Left {
              left: 65px; } }
        #Step .StepBox .StepText .StepLineSp.Right {
          right: 25px;
          top: -20px; }
          @media (min-width: 768px) {
            #Step .StepBox .StepText .StepLineSp.Right {
              right: 65px; } }
        @media (min-width: 1024px) {
          #Step .StepBox .StepText .StepLineSp {
            display: none; } }
        #Step .StepBox .StepText .StepLineSp img {
          width: 20px;
          height: auto; }

/*
---------------------------------------------------------------------------------------------------------------------
リクライブが選ばれる理由
---------------------------------------------------------------------------------------------------------------------
*/
#Cause {
  position: relative;
  padding: 200px 0; }
  @media (min-width: 768px) {
    #Cause {
      padding: 150px 0; } }
  @media (min-width: 1024px) {
    #Cause {
      padding: 100px 0; } }
  #Cause .CauseIn {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10; }
    @media (min-width: 1024px) {
      #Cause .CauseIn {
        height: 390px; } }
    @media (min-width: 1180px) {
      #Cause .CauseIn {
        height: 370px; } }
    #Cause .CauseIn .Copy {
      margin-bottom: 30px;
      text-align: center; }
      #Cause .CauseIn .Copy h2 {
        font-size: 1.6em;
        line-height: 1.2em;
        font-feature-settings: "palt";
        letter-spacing: 0.08em; }
        @media (min-width: 768px) {
          #Cause .CauseIn .Copy h2 {
            font-size: 2.6em; } }
        @media (min-width: 1024px) {
          #Cause .CauseIn .Copy h2 {
            font-size: 3.0em; } }
      #Cause .CauseIn .Copy h3 {
        font-size: 1.0em;
        line-height: 1.6em;
        color: #fff;
        margin-top: 14px; }
        @media (min-width: 768px) {
          #Cause .CauseIn .Copy h3 {
            font-size: 1.5em; } }
      #Cause .CauseIn .Copy p {
        font-size: 0.6em;
        color: #666666;
        line-height: 1.6em;
        margin-top: 10px; }
    #Cause .CauseIn .CauseBox {
      color: #fff;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        #Cause .CauseIn .CauseBox {
          display: flex;
          margin-bottom: 40px; } }
      @media (min-width: 1024px) {
        #Cause .CauseIn .CauseBox {
          display: inherit;
          margin-bottom: 0px; } }
      #Cause .CauseIn .CauseBox .CauseNo {
        display: flex; }
        @media (min-width: 768px) {
          #Cause .CauseIn .CauseBox .CauseNo {
            width: 40%; } }
        @media (min-width: 1024px) {
          #Cause .CauseIn .CauseBox .CauseNo {
            width: inherit; } }
        #Cause .CauseIn .CauseBox .CauseNo img {
          width: 20px;
          height: auto; }
          @media (min-width: 768px) {
            #Cause .CauseIn .CauseBox .CauseNo img {
              width: 23px; } }
        #Cause .CauseIn .CauseBox .CauseNo h4 {
          font-size: 5.0em;
          line-height: 1.0em;
          font-family: 'Roboto', sans-serif;
          font-weight: 500;
          letter-spacing: -0.03em;
          margin-left: 5px;
          margin: 2px 0 0 5px; }
          @media (min-width: 768px) {
            #Cause .CauseIn .CauseBox .CauseNo h4 {
              font-size: 6.0em;
              margin: 8px 0 0 5px; } }
          @media (min-width: 1024px) {
            #Cause .CauseIn .CauseBox .CauseNo h4 {
              margin: 0px 0 0 5px; } }
        #Cause .CauseIn .CauseBox .CauseNo h5 {
          font-size: 1.5em;
          margin: 42px 0 0 8px;
          font-weight: bold; }
          @media (min-width: 768px) {
            #Cause .CauseIn .CauseBox .CauseNo h5 {
              margin: 64px 0 0 8px; } }
          @media (min-width: 1024px) {
            #Cause .CauseIn .CauseBox .CauseNo h5 {
              margin: 55px 0 0 8px; } }
      #Cause .CauseIn .CauseBox .CauseText {
        margin-top: 10px; }
        @media (min-width: 768px) {
          #Cause .CauseIn .CauseBox .CauseText {
            margin-top: 14px;
            width: 60%; } }
        @media (min-width: 1024px) {
          #Cause .CauseIn .CauseBox .CauseText {
            width: inherit;
            margin-top: 20px; } }
        #Cause .CauseIn .CauseBox .CauseText h3 {
          font-size: 1.0em; }
        #Cause .CauseIn .CauseBox .CauseText p {
          font-size: 0.8em;
          line-height: 1.8em;
          color: #999999;
          margin-top: 10px; }
          @media (min-width: 768px) {
            #Cause .CauseIn .CauseBox .CauseText p {
              font-size: 0.9em; } }
          @media (min-width: 1024px) {
            #Cause .CauseIn .CauseBox .CauseText p {
              margin-top: 20px; } }
    @media only screen and (min-width: 1024px) {
      #Cause .CauseIn .o-4column .col-xl-4 {
        padding: 0 20px; }
      #Cause .CauseIn .o-4column {
        margin: 0 -20px; } }
    @media only screen and (min-width: 1250px) {
      #Cause .CauseIn .o-4column .col-xl-4 {
        padding: 0 60px; }
      #Cause .CauseIn .o-4column {
        margin: 0 -60px; } }

/*
---------------------------------------------------------------------------------------------------------------------
ユーザーボイス
---------------------------------------------------------------------------------------------------------------------
*/
#UserVoiceTitle {
  display: flex;
  margin-left: calc( 5% + 0px );
  margin-bottom: -2px; }
  @media (min-width: 768px) {
    #UserVoiceTitle {
      margin-left: calc( 5% + 10px );
      margin-bottom: -4px; } }
  @media (min-width: 1024px) {
    #UserVoiceTitle {
      margin-bottom: -4px;
      margin-left: calc( 5% + 40px ); } }
  #UserVoiceTitle p {
    font-size: 2.0em;
    line-height: 0.8em;
    font-weight: bold;
    color: #2C24F9; }
    @media (min-width: 768px) {
      #UserVoiceTitle p {
        font-size: 4.0em; } }
  #UserVoiceTitle h2 {
    font-size: 0.9em;
    color: #331DBE;
    margin: 0px 0 0 20px; }
    @media (min-width: 768px) {
      #UserVoiceTitle h2 {
        font-size: 1.0em;
        margin: 13px 0 0 20px; } }
    @media (min-width: 1024px) {
      #UserVoiceTitle h2 {
        margin: 13px 0 0 20px; } }

#UserVoice {
  margin: auto;
  width: 92%;
  background: linear-gradient(-45deg, #B70063, #2C24F9);
  border-radius: 15px; }
  @media (min-width: 768px) {
    #UserVoice {
      border-radius: 20px; } }
  @media (min-width: 1024px) {
    #UserVoice {
      border-radius: 30px; } }
  #UserVoice .UserVoiceIn {
    margin: auto;
    padding: 25px 20px 0; }
    @media (min-width: 768px) {
      #UserVoice .UserVoiceIn {
        padding: 30px 40px 0; } }
    @media (min-width: 1024px) {
      #UserVoice .UserVoiceIn {
        padding: 40px; } }
    @media (min-width: 1450px) {
      #UserVoice .UserVoiceIn {
        margin: auto 6%;
        padding: 80px 0; } }
    #UserVoice .UserVoiceIn .UserVoiceLine {
      border-top: 1px solid #fff;
      padding-bottom: 60px; }
      @media (min-width: 1024px) {
        #UserVoice .UserVoiceIn .UserVoiceLine {
          display: flex; } }
      #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox {
        margin-bottom: 40px;
        width: 100%; }
        @media (min-width: 1024px) {
          #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox {
            width: 60%;
            padding-right: 6%; } }
        #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox h6 {
          font-size: 1.25em;
          color: #fff;
          margin-top: 30px; }
        #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox .VoiceTitle {
          position: relative; }
          #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox .VoiceTitle h2 {
            font-size: 1.8em;
            line-height: 1.4em;
            text-align: justify;
            color: #fff;
            padding: 20px 10px 25px;
            position: relative;
            z-index: 10; }
            @media (min-width: 768px) {
              #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox .VoiceTitle h2 {
                font-size: 2.4em; } }
            @media (min-width: 1250px) {
              #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox .VoiceTitle h2 {
                font-size: 3.0em;
                padding: 40px 40px 25px; } }
          #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox .VoiceTitle .ten1 {
            position: absolute;
            top: 0;
            left: 0; }
          #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox .VoiceTitle .ten2 {
            position: absolute;
            bottom: 0;
            right: 0; }
          #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox .VoiceTitle img {
            width: 40px;
            height: auto; }
            @media (min-width: 768px) {
              #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox .VoiceTitle img {
                width: 70px; } }
            @media (min-width: 1250px) {
              #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox .VoiceTitle img {
                width: 100px; } }
        #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox .VoiceText {
          margin-top: 10px;
          padding: 0 10px; }
          @media (min-width: 1250px) {
            #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox .VoiceText {
              padding: 0 40px; } }
          #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox .VoiceText h4 {
            font-size: 0.95em;
            color: #D3D3D3;
            font-weight: lighter; }
          #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox .VoiceText h5 {
            font-size: 0.95em;
            color: #fff;
            font-weight: lighter;
            margin-top: 10px; }
          #UserVoice .UserVoiceIn .UserVoiceLine .VoiceBox .VoiceText p {
            font-size: 0.95em;
            line-height: 1.6em;
            text-align: justify;
            color: #D3D3D3;
            margin-top: 40px; }
      @media (min-width: 768px) {
        #UserVoice .UserVoiceIn .UserVoiceLine .YouTubeArea {
          width: 90%;
          margin: 100px auto 0; } }
      @media (min-width: 1024px) {
        #UserVoice .UserVoiceIn .UserVoiceLine .YouTubeArea {
          width: 40%;
          margin-top: 50px; } }
      #UserVoice .UserVoiceIn .UserVoiceLine .YouTubeArea a .iCatch {
        background-color: #111111;
        border-radius: 20px; }
        @media (min-width: 1250px) {
          #UserVoice .UserVoiceIn .UserVoiceLine .YouTubeArea a .iCatch {
            border-radius: 40px; } }
        #UserVoice .UserVoiceIn .UserVoiceLine .YouTubeArea a .iCatch img {
          border-radius: 20px;
          transition: .5s; }
          @media (min-width: 1250px) {
            #UserVoice .UserVoiceIn .UserVoiceLine .YouTubeArea a .iCatch img {
              border-radius: 40px; } }
          #UserVoice .UserVoiceIn .UserVoiceLine .YouTubeArea a .iCatch img:hover {
            opacity: 0.8; }
      #UserVoice .UserVoiceIn .UserVoiceLine .YouTubeArea .iCatch img {
        border-radius: 20px; }
        @media (min-width: 1250px) {
          #UserVoice .UserVoiceIn .UserVoiceLine .YouTubeArea .iCatch img {
            border-radius: 40px; } }
      #UserVoice .UserVoiceIn .UserVoiceLine .YouTubeArea p {
        font-size: 1.0em;
        font-weight: bold;
        line-height: 1.6em;
        text-align: justify;
        color: #fff;
        margin-top: 20px; }

/*
---------------------------------------------------------------------------------------------------------------------
制作事例
---------------------------------------------------------------------------------------------------------------------
*/
#Example {
  padding: 50px 0 70px 4%; }
  @media (min-width: 1024px) {
    #Example {
      padding: 100px 0 140px 4%; } }
  #Example .Title {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      #Example .Title {
        display: flex; } }
    #Example .Title h2 {
      font-size: 1.2em;
      font-weight: bold;
      color: #9EF1FF; }
      @media (min-width: 768px) {
        #Example .Title h2 {
          font-size: 1.5em; } }
    #Example .Title p {
      font-size: 0.9em;
      margin: 10px 0 0 0px;
      color: #fff;
      align-items: center;
      padding-right: 4%; }
      @media (min-width: 768px) {
        #Example .Title p {
          display: flex;
          padding-right: 0%; }
          #Example .Title p:before {
            border-top: 1px solid;
            content: "";
            width: 4em;
            margin: 0 1em 0 0em; } }
      @media (min-width: 1024px) {
        #Example .Title p {
          margin: 1px 0 0 15px; } }
  #Example .Example {
    overflow-x: scroll;
    padding: 0 0px 20px 0; }
    #Example .Example .ExampleIn {
      display: flex; }
      #Example .Example .ExampleIn .VideoBox .YouTubeArea {
        margin-right: 25px; }
        #Example .Example .ExampleIn .VideoBox .YouTubeArea a .iCatch img {
          width: 280px;
          border-radius: 5px;
          transition: .5s; }
          @media (min-width: 768px) {
            #Example .Example .ExampleIn .VideoBox .YouTubeArea a .iCatch img {
              width: 360px; } }
          @media (min-width: 1250px) {
            #Example .Example .ExampleIn .VideoBox .YouTubeArea a .iCatch img {
              border-radius: 10px; } }
          #Example .Example .ExampleIn .VideoBox .YouTubeArea a .iCatch img:hover {
            opacity: 0.8; }
      #Example .Example .ExampleIn .VideoBox .VideoText {
        margin-top: 10px;
        width: 280px; }
        @media (min-width: 768px) {
          #Example .Example .ExampleIn .VideoBox .VideoText {
            width: 360px; } }
        #Example .Example .ExampleIn .VideoBox .VideoText h3 {
          font-size: 0.8em;
          line-height: 1.6em;
          color: #fff; }
  @media (min-width: 768px) {
    #Example ::-webkit-scrollbar-track {
      background-color: rgba(255, 255, 255, 0.02); }
    #Example ::-webkit-scrollbar {
      height: 8px; }
    #Example ::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background-color: rgba(255, 255, 255, 0.04); } }

/*
---------------------------------------------------------------------------------------------------------------------
応募者に採用動画が届くまでタイトル
---------------------------------------------------------------------------------------------------------------------
*/
.ArrivesCommon {
  position: relative;
  background-color: #000000;
  border-radius: 30px;
  margin: auto;
  width: 92%;
  padding-bottom: 35px; }
  .ArrivesCommon .ArrivesNo {
    position: absolute;
    top: 40px;
    left: -9px;
    display: flex; }
    .ArrivesCommon .ArrivesNo .Text {
      margin-right: 30px; }
      .ArrivesCommon .ArrivesNo .Text img {
        width: 18px;
        height: auto; }
    .ArrivesCommon .ArrivesNo .No img {
      width: auto;
      height: 44px; }

.ArrivesTitle {
  text-align: center;
  padding: 120px 5% 60px; }
  @media (min-width: 768px) {
    .ArrivesTitle {
      padding: 100px 5% 80px; } }
  .ArrivesTitle p {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: bold;
    color: #00A4E3; }
    @media (min-width: 768px) {
      .ArrivesTitle p {
        font-size: 1.5em; } }
  .ArrivesTitle h2 {
    font-size: 1.9em;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    color: #fff;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .ArrivesTitle h2 {
        font-size: 3.0em;
        letter-spacing: 0.05em; } }
    .ArrivesTitle h2 .Number {
      font-size: 1.4em;
      margin: 0 5px; }

/*
---------------------------------------------------------------------------------------------------------------------
HOW 応募者に採用動画が届くまで
---------------------------------------------------------------------------------------------------------------------
*/
#Arrives {
  position: relative;
  margin-bottom: -7px; }
  #Arrives .ArrivesIn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    height: 190px; }
    #Arrives .ArrivesIn .ArrivesTitle {
      padding: 0px 5% 0px; }
      #Arrives .ArrivesIn .ArrivesTitle h2 {
        margin-top: 0px; }
      #Arrives .ArrivesIn .ArrivesTitle p {
        font-size: 1.0em;
        font-weight: lighter;
        color: #999999;
        text-align: center;
        margin-top: 20px; }
        @media (min-width: 768px) {
          #Arrives .ArrivesIn .ArrivesTitle p {
            font-size: 1.125em; } }

/*
---------------------------------------------------------------------------------------------------------------------
1 課題や目的に合わせて14の企画から選ぶ
---------------------------------------------------------------------------------------------------------------------
*/
#Arrives1 {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    #Arrives1 {
      padding-bottom: 100px; } }
  #Arrives1 .Arrives1List {
    max-width: 820px;
    width: 90%;
    margin: 0px auto 40px; }
    @media (min-width: 768px) {
      #Arrives1 .Arrives1List {
        display: flex;
        margin: 80px auto 80px; } }
    #Arrives1 .Arrives1List .ListBox {
      border-radius: 10px;
      padding: 20px 20px 10px 20px; }
      @media (min-width: 768px) {
        #Arrives1 .Arrives1List .ListBox {
          width: 46.5%;
          padding: 20px 30px 10px 30px; } }
      #Arrives1 .Arrives1List .ListBox.Task {
        border: 1px solid #707070; }
      #Arrives1 .Arrives1List .ListBox.Effect {
        background: linear-gradient(90deg, #24F9C0, #B714FF);
        border-radius: 10px;
        padding: 6px; }
      #Arrives1 .Arrives1List .ListBox .child {
        background-color: #000;
        border-radius: 7px;
        height: 100%;
        padding: 17px 27px 7px 27px; }
      #Arrives1 .Arrives1List .ListBox h3 {
        font-size: 1.2em;
        line-height: 1.4em;
        font-weight: bold;
        text-align: center;
        padding-bottom: 20px; }
        #Arrives1 .Arrives1List .ListBox h3.Task {
          color: #fff;
          border-bottom: 1px solid #707070; }
        #Arrives1 .Arrives1List .ListBox h3.Effect {
          color: #9EF1FF;
          border-bottom: 1px solid #9EF1FF; }
      #Arrives1 .Arrives1List .ListBox ul {
        margin-top: 30px; }
        #Arrives1 .Arrives1List .ListBox ul li {
          font-size: 1.0em;
          font-weight: bold;
          color: #fff;
          margin-bottom: 20px; }
          @media (min-width: 1024px) {
            #Arrives1 .Arrives1List .ListBox ul li {
              font-size: 1.125em; } }
          #Arrives1 .Arrives1List .ListBox ul li img {
            width: 15px;
            height: auto;
            margin-right: 10px; }
    #Arrives1 .Arrives1List .Triangle {
      width: 7%;
      margin: auto; }
      #Arrives1 .Arrives1List .Triangle img {
        width: 16px;
        height: auto;
        margin-left: calc( 50% - 8px );
        transform: rotate(90deg); }
        @media (min-width: 768px) {
          #Arrives1 .Arrives1List .Triangle img {
            transform: rotate(0deg); } }
  #Arrives1 .Choose {
    overflow-x: scroll;
    padding-left: 4%; }
    @media (min-width: 1024px) {
      #Arrives1 .Choose {
        overflow-x: inherit;
        padding: 0; } }
    #Arrives1 .Choose .ChooseInPc {
      display: none; }
      @media (min-width: 1024px) {
        #Arrives1 .Choose .ChooseInPc {
          display: inherit;
          margin: auto;
          position: relative;
          width: 900px; } }
      @media (min-width: 1180px) {
        #Arrives1 .Choose .ChooseInPc {
          width: 1050px; } }
      #Arrives1 .Choose .ChooseInPc .iCatchImg img {
        position: absolute;
        top: 0; }
    #Arrives1 .Choose .ChooseInSp {
      width: 900px;
      margin: auto;
      position: relative; }
      @media (min-width: 1024px) {
        #Arrives1 .Choose .ChooseInSp {
          display: none; } }
      #Arrives1 .Choose .ChooseInSp .iCatchImg img {
        position: absolute;
        top: 0; }
    @media (min-width: 768px) {
      #Arrives1 .Choose ::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0); }
      #Arrives1 .Choose ::-webkit-scrollbar {
        height: 8px; }
      #Arrives1 .Choose ::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: rgba(0, 0, 0, 0); } }

/*
---------------------------------------------------------------------------------------------------------------------
2 採用動画をライブ収録
---------------------------------------------------------------------------------------------------------------------
*/
#Arrives2 {
  margin-bottom: 40px;
  padding-bottom: 80px; }
  #Arrives2 .Arrives2-1 {
    width: 95%;
    margin: auto; }
    #Arrives2 .Arrives2-1 .Arrives2-1Pc {
      display: none;
      position: relative;
      width: 900px; }
      @media (min-width: 1024px) {
        #Arrives2 .Arrives2-1 .Arrives2-1Pc {
          width: 95%;
          margin: auto;
          display: inherit; } }
      #Arrives2 .Arrives2-1 .Arrives2-1Pc .min60 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10; }
      #Arrives2 .Arrives2-1 .Arrives2-1Pc .TextPc {
        position: relative;
        z-index: 10; }
      #Arrives2 .Arrives2-1 .Arrives2-1Pc .Photo img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      #Arrives2 .Arrives2-1 .Arrives2-1Pc h6 {
        font-size: 0.65em;
        color: #999999;
        float: right;
        margin-top: -10px; }
    #Arrives2 .Arrives2-1 .Arrives2-1Sp {
      position: relative;
      width: 100%; }
      @media (min-width: 1024px) {
        #Arrives2 .Arrives2-1 .Arrives2-1Sp {
          display: none; } }
      #Arrives2 .Arrives2-1 .Arrives2-1Sp .Text {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10; }
  #Arrives2 .Arrives2-2 {
    width: 90%;
    margin: 50px auto 0; }
    @media (min-width: 1024px) {
      #Arrives2 .Arrives2-2 {
        display: flex; } }
    #Arrives2 .Arrives2-2 .Member {
      position: relative; }
      @media (min-width: 1024px) {
        #Arrives2 .Arrives2-2 .Member {
          width: 50%; } }
      #Arrives2 .Arrives2-2 .Member .Mc {
        padding: 0; }
        #Arrives2 .Arrives2-2 .Member .Mc .Back {
          position: absolute;
          top: 20%; }
          #Arrives2 .Arrives2-2 .Member .Mc .Back h3 {
            font-size: 1.0em;
            line-height: 1.0em;
            color: #fff;
            z-index: 100;
            position: absolute;
            margin: 7px 0 0 7px; }
            @media (min-width: 768px) {
              #Arrives2 .Arrives2-2 .Member .Mc .Back h3 {
                margin: 15px 0 0 15px; } }
          #Arrives2 .Arrives2-2 .Member .Mc .Back img {
            border-radius: 10px; }
            @media (min-width: 768px) {
              #Arrives2 .Arrives2-2 .Member .Mc .Back img {
                border-radius: 20px; } }
        #Arrives2 .Arrives2-2 .Member .Mc .McPh {
          position: relative;
          z-index: 1; }
        #Arrives2 .Arrives2-2 .Member .Mc .McBtn img {
          width: 20px;
          height: auto; }
          @media (min-width: 768px) {
            #Arrives2 .Arrives2-2 .Member .Mc .McBtn img {
              width: 26px; } }
        #Arrives2 .Arrives2-2 .Member .Mc .McBtn.Btn1 {
          position: absolute;
          top: 35%;
          left: 10%; }
        #Arrives2 .Arrives2-2 .Member .Mc .McBtn.Btn2 {
          position: absolute;
          top: 15%;
          left: 30%; }
        #Arrives2 .Arrives2-2 .Member .Mc .McBtn.Btn3 {
          position: absolute;
          top: 15%;
          left: 60%; }
        #Arrives2 .Arrives2-2 .Member .Mc .McBtn.Btn4 {
          position: absolute;
          top: 35%;
          left: 75%; }
        #Arrives2 .Arrives2-2 .Member .Mc .McBtn.Btn5 {
          position: absolute;
          top: 15%;
          left: 92%; }
    #Arrives2 .Arrives2-2 .RText {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 1024px) {
        #Arrives2 .Arrives2-2 .RText {
          width: 50%;
          padding-left: 60px; } }
      #Arrives2 .Arrives2-2 .RText .RTextIn {
        margin-top: 20px; }
        @media (min-width: 1024px) {
          #Arrives2 .Arrives2-2 .RText .RTextIn {
            margin-top: 0px; } }
        #Arrives2 .Arrives2-2 .RText .RTextIn .H3Title h3 {
          font-size: 1.2em;
          line-height: 1.45em;
          color: #fff; }
          @media (min-width: 1024px) {
            #Arrives2 .Arrives2-2 .RText .RTextIn .H3Title h3 {
              font-size: 1.5em; } }
        #Arrives2 .Arrives2-2 .RText .RTextIn p {
          font-size: 0.85em;
          line-height: 1.6em;
          text-align: justify;
          color: #D3D3D3;
          margin-top: 25px; }
          @media (min-width: 1024px) {
            #Arrives2 .Arrives2-2 .RText .RTextIn p {
              font-size: 0.95em; } }

/*
---------------------------------------------------------------------------------------------------------------------
3 ライブ収録後は選べる編集納品
---------------------------------------------------------------------------------------------------------------------
*/
#Arrives3 {
  margin-bottom: 40px; }
  #Arrives3 .Arrives3 {
    overflow-x: scroll;
    padding: 0 0px 20px 0; }
    #Arrives3 .Arrives3 .Arrives3In {
      width: 1200px;
      display: flex;
      margin: auto; }
      @media (min-width: 1024px) {
        #Arrives3 .Arrives3 .Arrives3In {
          width: 1280px; } }
      #Arrives3 .Arrives3 .Arrives3In .Arrives3Box {
        width: 280px;
        margin: 0 10px; }
        @media (min-width: 1024px) {
          #Arrives3 .Arrives3 .Arrives3In .Arrives3Box {
            margin: 0 20px; } }
        #Arrives3 .Arrives3 .Arrives3In .Arrives3Box .iCatch img {
          border-radius: 10px; }
        #Arrives3 .Arrives3 .Arrives3In .Arrives3Box .video-Arrow {
          height: 36px; }
          @media (min-width: 768px) {
            #Arrives3 .Arrives3 .Arrives3In .Arrives3Box .video-Arrow {
              height: 46px; } }
          #Arrives3 .Arrives3 .Arrives3In .Arrives3Box .video-Arrow img {
            width: 36px;
            height: auto; }
            @media (min-width: 768px) {
              #Arrives3 .Arrives3 .Arrives3In .Arrives3Box .video-Arrow img {
                width: 46px; } }
        #Arrives3 .Arrives3 .Arrives3In .Arrives3Box h3 {
          font-size: 1.125em;
          line-height: 1.2em;
          color: #fff;
          margin-top: 20px; }
        #Arrives3 .Arrives3 .Arrives3In .Arrives3Box p {
          font-size: 1.0em;
          line-height: 1.8em;
          color: #999;
          margin-top: 20px; }
        #Arrives3 .Arrives3 .Arrives3In .Arrives3Box table {
          margin-top: 20px; }
          #Arrives3 .Arrives3 .Arrives3In .Arrives3Box table tr th {
            font-size: 0.8em;
            font-weight: lighter;
            text-align: left;
            color: #fff;
            width: 80px; }
          #Arrives3 .Arrives3 .Arrives3In .Arrives3Box table tr td {
            font-size: 0.8em;
            font-weight: lighter;
            color: #fff; }
  @media (min-width: 768px) {
    #Arrives3 ::-webkit-scrollbar-track {
      background-color: rgba(0, 0, 0, 0); }
    #Arrives3 ::-webkit-scrollbar {
      height: 8px; }
    #Arrives3 ::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background-color: rgba(0, 0, 0, 0); } }

/*
---------------------------------------------------------------------------------------------------------------------
4 動画を求職者に届ける
---------------------------------------------------------------------------------------------------------------------
*/
#Arrives4 .Arrives4 {
  overflow-x: scroll;
  padding: 0 0px 20px 0; }
  #Arrives4 .Arrives4 .Arrives4In {
    width: 1300px;
    display: flex;
    margin-left: 15px; }
    @media (min-width: 1024px) {
      #Arrives4 .Arrives4 .Arrives4In {
        width: 1540px;
        margin-left: 35px; } }
    @media (min-width: 1540px) {
      #Arrives4 .Arrives4 .Arrives4In {
        margin: auto; } }
    #Arrives4 .Arrives4 .Arrives4In .Arrives4Box {
      width: 230px;
      margin-right: 30px; }
      @media (min-width: 1024px) {
        #Arrives4 .Arrives4 .Arrives4In .Arrives4Box {
          width: 280px; } }
      @media (min-width: 1540px) {
        #Arrives4 .Arrives4 .Arrives4In .Arrives4Box {
          margin: 0 15px; } }
      #Arrives4 .Arrives4 .Arrives4In .Arrives4Box .Image {
        background: linear-gradient(-30deg, #B714FF, #24F9C0);
        border-radius: 20px; }
      #Arrives4 .Arrives4 .Arrives4In .Arrives4Box h3 {
        font-size: 1.125em;
        line-height: 1.6em;
        color: #fff;
        margin-top: 20px; }
      #Arrives4 .Arrives4 .Arrives4In .Arrives4Box p {
        font-size: 1.0em;
        line-height: 1.6em;
        color: #999999;
        margin-top: 10px; }
@media (min-width: 768px) {
  #Arrives4 ::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.02); }
  #Arrives4 ::-webkit-scrollbar {
    height: 8px; }
  #Arrives4 ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.04); } }

/*
---------------------------------------------------------------------------------------------------------------------
導入の流れ
---------------------------------------------------------------------------------------------------------------------
*/
#Flow {
  padding: 80px 0 40px;
  max-width: 1180px;
  margin-left: 4%; }
  @media (min-width: 1024px) {
    #Flow {
      padding: 80px 0; } }
  @media (min-width: 1250px) {
    #Flow {
      margin: auto; } }
  #Flow .FlowTitle {
    margin-bottom: 50px;
    margin-right: 4%; }
    @media (min-width: 1024px) {
      #Flow .FlowTitle {
        display: flex; } }
    #Flow .FlowTitle h2 {
      font-size: 1.5em;
      color: #fff;
      margin: 6px 40px 20px 0; }
    #Flow .FlowTitle p {
      font-size: 0.85em;
      line-height: 1.8em;
      color: #D3D3D3; }
      @media (min-width: 1024px) {
        #Flow .FlowTitle p {
          font-size: 0.95em; } }
  #Flow .FlowChart {
    overflow-x: scroll;
    padding: 0 40px 20px 0; }
    #Flow .FlowChart .FlowChartIn {
      width: 1070px;
      display: flex; }
      @media (min-width: 1024px) {
        #Flow .FlowChart .FlowChartIn {
          width: 1170px; } }
    #Flow .FlowChart .FlowBox {
      border: 1px solid #FC0478;
      border-radius: 40px;
      width: 230px;
      height: 320px;
      margin: 0 -10px 0 0;
      color: #fff;
      padding: 30px 0px 0 30px; }
      @media (min-width: 1024px) {
        #Flow .FlowChart .FlowBox {
          width: 250px;
          height: 340px; } }
      #Flow .FlowChart .FlowBox.BackPink {
        background: linear-gradient(-180deg, rgba(249, 137, 36, 0.4), rgba(255, 20, 164, 0.3)); }
      #Flow .FlowChart .FlowBox img {
        width: auto;
        height: 40px; }
      #Flow .FlowChart .FlowBox h3 {
        font-size: 1.8em;
        line-height: 1.2em;
        font-weight: bold;
        margin-top: 30px; }
      #Flow .FlowChart .FlowBox ul {
        margin-top: 40px; }
        #Flow .FlowChart .FlowBox ul li {
          font-size: 1.0em;
          line-height: 1.4em;
          margin-bottom: 8px; }
          #Flow .FlowChart .FlowBox ul li.pink {
            color: #FC0478; }
  #Flow h6 {
    font-size: 0.7em;
    font-weight: bold;
    text-align: right;
    color: #FC0478;
    padding-right: 4%; }
    @media (min-width: 1250px) {
      #Flow h6 {
        padding-right: 0%; } }
  @media (min-width: 768px) {
    #Flow ::-webkit-scrollbar-track {
      background-color: rgba(0, 0, 0, 0); }
    #Flow ::-webkit-scrollbar {
      height: 8px; }
    #Flow ::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background-color: rgba(0, 0, 0, 0); } }

/*
---------------------------------------------------------------------------------------------------------------------
お気軽にお電話ください。
---------------------------------------------------------------------------------------------------------------------
*/
#Contact {
  background-image: url("../img/LP3/Contact_back.webp");
  background-position: center;
  background-size: cover;
  height: 760px;
  position: relative;
  margin: 50px 4% 50px;
  border-radius: 20px; }
  @media (min-width: 768px) {
    #Contact {
      height: 450px; } }
  @media (min-width: 1024px) {
    #Contact {
      height: 600px;
      margin: 50px 4% 100px;
      border-radius: 30px; } }
  @media (min-width: 1250px) {
    #Contact {
      height: 760px; } }
  #Contact .ContactIn .iphone {
    position: absolute;
    bottom: 0;
    text-align: center; }
    @media (min-width: 768px) {
      #Contact .ContactIn .iphone {
        width: 50%; } }
    #Contact .ContactIn .iphone img {
      width: 70%;
      height: auto; }
      @media (min-width: 1024px) {
        #Contact .ContactIn .iphone img {
          width: auto;
          height: 440px; } }
      @media (min-width: 1250px) {
        #Contact .ContactIn .iphone img {
          width: auto;
          height: 600px; } }
  #Contact .ContactIn .ContacText {
    color: #fff;
    width: 90%;
    margin: 50px auto 0; }
    @media (min-width: 768px) {
      #Contact .ContactIn .ContacText {
        width: 50%;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        height: 400px;
        margin: auto; } }
    #Contact .ContactIn .ContacText h3 {
      font-size: 1.2em;
      line-height: 1.6em;
      text-align: center; }
      @media (min-width: 768px) {
        #Contact .ContactIn .ContacText h3 {
          text-align: left;
          padding-right: 10%; } }
      @media (min-width: 1024px) {
        #Contact .ContactIn .ContacText h3 {
          font-size: 1.5em; } }
    #Contact .ContactIn .ContacText .Download {
      margin-top: 40px; }
      @media (min-width: 1024px) {
        #Contact .ContactIn .ContacText .Download {
          margin-top: 60px; } }
      #Contact .ContactIn .ContacText .Download a {
        font-size: 1.125em;
        font-weight: bold;
        width: 100%;
        height: inherit;
        padding: 10px 0 12px;
        line-height: 1.3em; }
        @media (min-width: 768px) {
          #Contact .ContactIn .ContacText .Download a {
            width: 300px; } }
        @media (min-width: 1250px) {
          #Contact .ContactIn .ContacText .Download a {
            width: 570px;
            font-size: 1.3em;
            padding: 25px 0; } }
        #Contact .ContactIn .ContacText .Download a::after {
          right: 1.2em;
          content: '';
          margin-top: -3px; }
        #Contact .ContactIn .ContacText .Download a:hover::after {
          right: -.0003em;
          margin-right: 10px; }
    #Contact .ContactIn .ContacText .Tel {
      margin-top: 35px;
      text-align: center; }
      @media (min-width: 768px) {
        #Contact .ContactIn .ContacText .Tel {
          text-align: left; } }
      #Contact .ContactIn .ContacText .Tel h4 {
        font-size: 1.125em;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: 0.08em;
        margin-bottom: 10px; }
      #Contact .ContactIn .ContacText .Tel a {
        font-size: 1.6em;
        font-weight: bold;
        line-height: 1.4em; }
      #Contact .ContactIn .ContacText .Tel p {
        font-size: 0.9em; }
      #Contact .ContactIn .ContacText .Tel .Foam {
        margin-top: 30px; }
        #Contact .ContactIn .ContacText .Tel .Foam a {
          font-size: 0.9em;
          font-weight: bold;
          line-height: 1.4em;
          color: #9EF1FF;
          position: relative;
          display: inline-block; }
          #Contact .ContactIn .ContacText .Tel .Foam a::after {
            position: absolute;
            bottom: -1px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #9EF1FF;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          #Contact .ContactIn .ContacText .Tel .Foam a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
        #Contact .ContactIn .ContacText .Tel .Foam img {
          width: 14px;
          height: auto;
          margin-left: 10px; }

/*
---------------------------------------------------------------------------------------------------------------------
ABOUT US
---------------------------------------------------------------------------------------------------------------------
*/
#Aboutus {
  background-image: url("../img/LP3/ABOUTUS_Sp.webp");
  background-position: center;
  background-size: cover;
  height: 400px;
  position: relative;
  margin: 50px 4% 195px;
  border-radius: 20px; }
  @media (min-width: 1024px) {
    #Aboutus {
      background-image: url("../img/LP3/ABOUTUS_Pc.webp");
      border-radius: 30px; } }
  @media (min-width: 2000px) {
    #Aboutus {
      height: 500px; } }
  @media (min-width: 2300px) {
    #Aboutus {
      height: 700px; } }
  #Aboutus:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(237, 237, 237, 0.3), rgba(0, 0, 0, 0.3));
    height: 100%;
    mix-blend-mode: multiply;
    border-radius: 20px; }
    @media (min-width: 1024px) {
      #Aboutus:before {
        border-radius: 30px; } }
  #Aboutus .AboutusText {
    position: absolute;
    bottom: -110px;
    color: #fff;
    margin-left: 10px; }
    @media (min-width: 768px) {
      #Aboutus .AboutusText {
        margin-left: 30px; } }
    #Aboutus .AboutusText h2 {
      font-size: 3.0em;
      line-height: 1.0em; }
      @media (min-width: 768px) {
        #Aboutus .AboutusText h2 {
          font-size: 3.4em; } }
    #Aboutus .AboutusText p {
      font-size: 0.9em;
      font-weight: bold;
      line-height: 1.6em;
      font-feature-settings: "palt";
      letter-spacing: 0.08em;
      margin-top: 20px; }
    #Aboutus .AboutusText ul {
      margin-top: 20px; }
      #Aboutus .AboutusText ul li {
        display: inline-block; }
        #Aboutus .AboutusText ul li:first-child {
          margin-right: 20px; }
          @media (min-width: 768px) {
            #Aboutus .AboutusText ul li:first-child {
              margin-right: 40px; } }
        #Aboutus .AboutusText ul li a {
          font-size: 0.9em;
          font-weight: bold;
          line-height: 1.4em;
          color: #9EF1FF;
          position: relative;
          display: inline-block; }
          #Aboutus .AboutusText ul li a::after {
            position: absolute;
            bottom: -1px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #9EF1FF;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          #Aboutus .AboutusText ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
        #Aboutus .AboutusText ul li img {
          width: 14px;
          height: auto;
          margin-left: 10px; }

.ThanksPage {
  width: 90%;
  margin: 50px auto 100px; }
  @media (min-width: 1024px) {
    .ThanksPage {
      margin: 50px auto 200px; } }
  .ThanksPage .ThanksCommon {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    margin-bottom: 40px;
    border-radius: 20px;
    position: relative; }
    @media (min-width: 1024px) {
      .ThanksPage .ThanksCommon {
        border-radius: 30px; } }
    @media (min-width: 2000px) {
      .ThanksPage .ThanksCommon {
        height: 500px; } }
    @media (min-width: 2300px) {
      .ThanksPage .ThanksCommon {
        height: 700px; } }
    .ThanksPage .ThanksCommon:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(112, 112, 112, 0.5);
      background: linear-gradient(to right, #111111, #EDEDED);
      height: 100%;
      mix-blend-mode: multiply;
      border-radius: 19px; }
      @media (min-width: 1024px) {
        .ThanksPage .ThanksCommon:after {
          border-radius: 29px; } }
    .ThanksPage .ThanksCommon .ThanksBox {
      display: flex;
      align-items: center;
      height: 100%;
      width: 100%; }
      .ThanksPage .ThanksCommon .ThanksBox .ThanksBox {
        position: relative;
        z-index: 100; }
        .ThanksPage .ThanksCommon .ThanksBox .ThanksBox .Text {
          padding: 0 5%;
          z-index: 100; }
          @media (min-width: 768px) {
            .ThanksPage .ThanksCommon .ThanksBox .ThanksBox .Text {
              padding: 0 3%; } }
          .ThanksPage .ThanksCommon .ThanksBox .ThanksBox .Text h2 {
            font-size: 2.2em;
            line-height: 1.1em;
            letter-spacing: 0.12em;
            color: #fff; }
            @media (min-width: 768px) {
              .ThanksPage .ThanksCommon .ThanksBox .ThanksBox .Text h2 {
                font-size: 3.35em; } }
          .ThanksPage .ThanksCommon .ThanksBox .ThanksBox .Text h3 {
            font-size: 0.9em;
            line-height: 1.4em;
            color: #fff;
            margin-top: 20px; }
          .ThanksPage .ThanksCommon .ThanksBox .ThanksBox .Text ul {
            margin-top: 20px; }
            .ThanksPage .ThanksCommon .ThanksBox .ThanksBox .Text ul li {
              font-size: 0.9em;
              line-height: 1.4em;
              display: inline-block; }
              .ThanksPage .ThanksCommon .ThanksBox .ThanksBox .Text ul li:first-child {
                margin-right: 30px; }
              .ThanksPage .ThanksCommon .ThanksBox .ThanksBox .Text ul li a {
                font-weight: bold;
                color: #9EF1FF;
                font-feature-settings: "palt";
                letter-spacing: 0.05em; }
                .ThanksPage .ThanksCommon .ThanksBox .ThanksBox .Text ul li a:hover {
                  color: #9EF1FF; }
              .ThanksPage .ThanksCommon .ThanksBox .ThanksBox .Text ul li img {
                width: 14px;
                height: auto;
                margin: -3px 0 0 6px; }
        .ThanksPage .ThanksCommon .ThanksBox .ThanksBox .Customers {
          position: absolute;
          bottom: 0;
          right: 3%; }
          @media (min-width: 768px) {
            .ThanksPage .ThanksCommon .ThanksBox .ThanksBox .Customers {
              right: 10%; } }
          .ThanksPage .ThanksCommon .ThanksBox .ThanksBox .Customers img {
            width: 170px;
            height: auto; }
            @media (min-width: 768px) {
              .ThanksPage .ThanksCommon .ThanksBox .ThanksBox .Customers img {
                width: 300px; } }
  .ThanksPage #About {
    background-image: url("../img/LP3/ABOUTUS_Sp.webp"); }
    @media (min-width: 1024px) {
      .ThanksPage #About {
        background-image: url("../img/LP3/ABOUTUS_Pc.webp"); } }
  .ThanksPage #Case {
    background-image: url("../img/thanks/Back3_sp.webp"); }
    @media (min-width: 1024px) {
      .ThanksPage #Case {
        background-image: url("../img/thanks/Back3_pc.webp"); } }
