@charset "UTF-8";
body {
  color: #fff; }

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

.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); }

/*
---------------------------------------------------------------------------------------------------------------------
ページ内リンクメニュー
---------------------------------------------------------------------------------------------------------------------
*/
#LP-Pc-Menu {
  display: none; }
  @media (min-width: 820px) {
    #LP-Pc-Menu {
      opacity: 0;
      display: flex;
      position: fixed;
      bottom: 10px;
      left: 0;
      z-index: 1000;
      padding: 10px;
      background-color: #151515;
      border-bottom-right-radius: 50px;
      border-top-right-radius: 50px; } }
  #LP-Pc-Menu ul {
    display: flex;
    align-items: center;
    margin: 0 0 0 10px; }
    #LP-Pc-Menu ul li {
      margin-right: 20px; }
      #LP-Pc-Menu ul li:last-child {
        margin-right: 0px; }
      #LP-Pc-Menu ul li a {
        font-size: 0.75em;
        font-weight: bold;
        line-height: 1.6em;
        display: inline-block;
        position: relative; }
        @media (min-width: 1024px) {
          #LP-Pc-Menu ul li a {
            font-size: 0.9em; } }
        #LP-Pc-Menu ul li a::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #fff;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
        #LP-Pc-Menu ul li a:hover::after {
          transform-origin: left top;
          transform: scale(1, 1); }
        #LP-Pc-Menu ul li a:hover {
          color: #fff; }
  #LP-Pc-Menu .GradationBtn1 {
    margin-left: 10px; }

/*　上に上がる動き　*/
#LP-Pc-Menu.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*　下に下がる動き　*/
#LP-Pc-Menu.DownMove {
  animation: DownAnime1 0.5s forwards; }

@keyframes DownAnime1 {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#MVVideo {
  position: relative;
  color: #fff;
  overflow: hidden; }
  @media (min-width: 1024px) {
    #MVVideo {
      height: 100vh; } }
  #MVVideo #video-area-Sp {
    margin-top: 50px; }
    #MVVideo #video-area-Sp #videoSp {
      width: 100%; }
  #MVVideo #video-area-Pc {
    margin-top: 50px; }
    @media (min-width: 1024px) {
      #MVVideo #video-area-Pc {
        z-index: -1000;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow: hidden; }
        #MVVideo #video-area-Pc::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: rgba(18, 18, 18, 0.5);
          height: 102%;
          mix-blend-mode: multiply;
          z-index: 10; } }
    #MVVideo #video-area-Pc #videoPc {
      width: 100%; }
      @media (min-width: 1024px) {
        #MVVideo #video-area-Pc #videoPc {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 177.77777778vh;
          height: 56.25vw;
          min-height: 100%;
          min-width: 100%; } }
  #MVVideo .MvTitle {
    margin: 20px auto 0;
    color: #fff;
    width: 90%; }
    @media (min-width: 1024px) {
      #MVVideo .MvTitle {
        height: 170px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 5%;
        z-index: 10;
        width: 90%;
        margin: auto; } }
    @media (min-width: 1250px) {
      #MVVideo .MvTitle {
        left: 10%; } }
    #MVVideo .MvTitle h1 {
      font-size: 2.2em;
      line-height: 1.2em;
      font-weight: bold;
      font-feature-settings: "palt"; }
      @media (min-width: 1024px) {
        #MVVideo .MvTitle h1 {
          font-size: 4.5em; } }
    #MVVideo .MvTitle .TitleText {
      margin-top: 10px; }
      #MVVideo .MvTitle .TitleText p {
        font-size: 0.9em;
        line-height: 1.4em;
        margin: 0 0 6px 0; }
        @media (min-width: 1024px) {
          #MVVideo .MvTitle .TitleText p {
            font-size: 1.0em; } }
      #MVVideo .MvTitle .TitleText h2 {
        font-size: 1.2em;
        line-height: 1.4em; }
        @media (min-width: 1024px) {
          #MVVideo .MvTitle .TitleText h2 {
            font-size: 1.375em; } }

/*
---------------------------------------------------------------------------------------------------------------------
スライドショー
---------------------------------------------------------------------------------------------------------------------
*/
@media (min-width: 1024px) {
  #ScrollUP {
    opacity: 0;
    position: relative;
    z-index: 10; }

  /*　上に上がる動き　*/
  #ScrollUP.UpMove {
    animation: UpAnime 0.5s forwards; }

  @keyframes UpAnime {
    from {
      opacity: 0;
      transform: translateY(100px); }
    to {
      opacity: 1;
      transform: translateY(0); } }
  /*　下に下がる動き　*/
  #ScrollUP.DownMove {
    animation: DownAnime1 0.5s forwards; }

  @keyframes DownAnime1 {
    from {
      opacity: 1;
      transform: translateY(0); }
    to {
      opacity: 1;
      transform: translateY(100px); } } }
.LP10swiper {
  overflow: hidden;
  z-index: 10;
  position: relative; }
  @media (min-width: 1024px) {
    .LP10swiper {
      margin-top: -100px; } }
  .LP10swiper .swiper-wrapper {
    align-items: center; }
    .LP10swiper .swiper-wrapper .swiper-slide {
      opacity: 1;
      /* 左右のスライドを薄くする */
      transform: scale(0.85);
      /* 左右のスライドを小さくする */
      transition: 1s;
      /* ゆっくり小さくさせる */ }
      .LP10swiper .swiper-wrapper .swiper-slide .Pickup .Copy {
        margin-bottom: 20px; }
        .LP10swiper .swiper-wrapper .swiper-slide .Pickup .Copy img {
          width: 23px;
          height: auto; }
        .LP10swiper .swiper-wrapper .swiper-slide .Pickup .Copy h2 {
          font-size: 0.7em; }
          @media (min-width: 1024px) {
            .LP10swiper .swiper-wrapper .swiper-slide .Pickup .Copy h2 {
              font-size: 1.0em; } }
      .LP10swiper .swiper-wrapper .swiper-slide .Pickup img {
        height: auto;
        width: 100%; }
    .LP10swiper .swiper-wrapper .swiper-slide-active {
      opacity: 1;
      /* 中央のスライドは薄くしない */
      transform: scale(1);
      /* 中央のスライドは小さくしない */
      z-index: 1;
      /* 中央のスライドを一番上にする */
      margin: 0 15px; }

/*
---------------------------------------------------------------------------------------------------------------------
概要　オンライン完結なので全国対応可
---------------------------------------------------------------------------------------------------------------------
*/
#Overview {
  padding: 60px 0 30px; }
  @media (min-width: 1024px) {
    #Overview {
      padding: 180px 0 30px; } }

.Overview .OverviewPoint {
  width: 95%;
  margin: auto;
  text-align: center; }
  .Overview .OverviewPoint h2 {
    font-size: 0.9em;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    padding: 5px 10px;
    background: linear-gradient(to right, #2C24F9, #B70063); }
    @media (min-width: 1024px) {
      .Overview .OverviewPoint h2 {
        font-size: 1.2em; } }
    @media (min-width: 1250px) {
      .Overview .OverviewPoint h2 {
        font-size: 1.5em; } }
  .Overview .OverviewPoint h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-top: 16px; }
    @media (min-width: 1024px) {
      .Overview .OverviewPoint h3 {
        font-size: 2.5em; } }
    @media (min-width: 1250px) {
      .Overview .OverviewPoint h3 {
        font-size: 3.0em; } }
  .Overview .OverviewPoint h4 {
    font-size: 0.9em;
    line-height: 1.6em;
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .Overview .OverviewPoint h4 {
        font-size: 1.2em;
        line-height: 2em; } }
    @media (min-width: 1250px) {
      .Overview .OverviewPoint h4 {
        font-size: 1.5em; } }
.Overview .OverviewBtn {
  display: flex;
  justify-content: center;
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .Overview .OverviewBtn {
      margin-top: 30px; } }
  .Overview .OverviewBtn a {
    font-size: 0.8em;
    font-weight: bold;
    color: #9EF1FF;
    display: inline-block;
    position: relative; }
    @media (min-width: 1024px) {
      .Overview .OverviewBtn a {
        font-size: 0.9em; } }
    .Overview .OverviewBtn a::after {
      position: absolute;
      bottom: 0px;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #9EF1FF;
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform .3s; }
    .Overview .OverviewBtn a:hover::after {
      transform-origin: left top;
      transform: scale(1, 1); }
  .Overview .OverviewBtn img {
    width: 14px;
    height: auto;
    margin: 1.5px 0 0 10px; }

#OverviewFlow {
  background-color: #111;
  padding: 20px 0 0; }
  @media (min-width: 1024px) {
    #OverviewFlow {
      padding: 60px 0 0; } }
  #OverviewFlow .Recording {
    overflow-x: scroll;
    padding: 0 0 20px 10px; }
    #OverviewFlow .Recording .RecordingIn {
      display: flex;
      margin-left: 15px; }
      @media (min-width: 1024px) {
        #OverviewFlow .Recording .RecordingIn {
          margin-left: 35px; } }
      @media (min-width: 1360px) {
        #OverviewFlow .Recording .RecordingIn {
          margin: auto;
          padding-left: 60px; } }
      #OverviewFlow .Recording .RecordingIn .RecordingBox {
        position: relative;
        display: flex;
        margin-left: 40px;
        color: #fff; }
        #OverviewFlow .Recording .RecordingIn .RecordingBox:first-child {
          margin-left: 0px; }
        @media (min-width: 1024px) {
          #OverviewFlow .Recording .RecordingIn .RecordingBox {
            margin-left: 80px; } }
        #OverviewFlow .Recording .RecordingIn .RecordingBox h4 {
          position: absolute;
          top: 0;
          left: -3%;
          font-size: 2em;
          z-index: 10;
          line-height: 1em; }
          @media (min-width: 1024px) {
            #OverviewFlow .Recording .RecordingIn .RecordingBox h4 {
              font-size: 3.75em; } }
        #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageL {
          position: relative; }
          #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageL .rPhoto {
            position: relative;
            padding: 5% 0 0 0; }
            #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageL .rPhoto .PC {
              display: none; }
              @media (min-width: 1024px) {
                #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageL .rPhoto .PC {
                  display: inherit; } }
            @media (min-width: 1024px) {
              #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageL .rPhoto .SP {
                display: none; } }
            #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageL .rPhoto h2 {
              font-size: 1.2em;
              position: absolute;
              top: 12%;
              left: 6%;
              line-height: 1.2em; }
              @media (min-width: 1024px) {
                #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageL .rPhoto h2 {
                  font-size: 2em;
                  top: 10%;
                  left: 5%;
                  line-height: 1.4em; } }
            #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageL .rPhoto img {
              width: 220px;
              height: auto;
              border-radius: 10px; }
              @media (min-width: 1024px) {
                #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageL .rPhoto img {
                  width: 700px;
                  border-radius: 20px; } }
          #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageL .rArrow {
            position: absolute;
            bottom: 60px;
            right: -16px; }
            @media (min-width: 1024px) {
              #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageL .rArrow {
                bottom: 87px;
                right: -20px; } }
            #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageL .rArrow img {
              width: 30px;
              height: auto; }
              @media (min-width: 1024px) {
                #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageL .rArrow img {
                  width: 40px; } }
        #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageS {
          margin-left: 20px;
          position: relative;
          width: 185px; }
          @media (min-width: 1024px) {
            #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageS {
              width: 300px;
              margin-left: 30px; } }
          #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageS .ImageSIn {
            position: absolute;
            bottom: 0;
            padding-right: 20px; }
            #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageS .ImageSIn img {
              width: 150px;
              height: auto;
              border-radius: 10px; }
              @media (min-width: 1024px) {
                #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageS .ImageSIn img {
                  width: 300px;
                  border-radius: 20px; } }
            #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageS .ImageSIn h3 {
              font-size: 0.9em;
              margin: 5px 0 0; }
              @media (min-width: 1024px) {
                #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageS .ImageSIn h3 {
                  font-size: 1.5em;
                  margin: 20px 0 0; } }
            #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageS .ImageSIn p {
              font-size: 0.8em;
              text-align: justify;
              line-height: 1.4em;
              color: #D3D3D3;
              margin: 5px 0 0; }
              @media (min-width: 1024px) {
                #OverviewFlow .Recording .RecordingIn .RecordingBox .ImageS .ImageSIn p {
                  font-size: 0.9em;
                  margin: 20px 0 0; } }
  @media (min-width: 1180px) {
    #OverviewFlow ::-webkit-scrollbar-track {
      background-color: rgba(255, 255, 255, 0.02); }
    #OverviewFlow ::-webkit-scrollbar {
      height: 8px; }
    #OverviewFlow ::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background-color: rgba(255, 255, 255, 0.08); } }

/*
---------------------------------------------------------------------------------------------------------------------
解決できること　効果検証を続けたからこそ成果が見える
---------------------------------------------------------------------------------------------------------------------
*/
#ResultVoice {
  background-color: #000;
  width: 94%;
  padding-bottom: 20px;
  margin: 100px auto 0;
  border-radius: 30px; }
  @media (min-width: 1024px) {
    #ResultVoice {
      margin: 200px auto 0;
      padding-bottom: 60px; } }
  @media (min-width: 1250px) {
    #ResultVoice {
      width: 90%; } }
  #ResultVoice .Overview {
    padding: 60px 0 30px; }
    @media (min-width: 1024px) {
      #ResultVoice .Overview {
        padding: 120px 0 30px; } }
  #ResultVoice .SettlementIn {
    max-width: 1150px;
    margin: auto;
    padding: 0 10px; }
    @media only screen and (min-width: 1250px) {
      #ResultVoice .SettlementIn .o-6column .col-xl-6 {
        padding: 0 10px; }
      #ResultVoice .SettlementIn .o-6column {
        margin: 0 -10px; } }
  #ResultVoice .SettlementBox {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      #ResultVoice .SettlementBox {
        margin-bottom: 0px; } }
    #ResultVoice .SettlementBox .Worry {
      background-color: #212121;
      border-radius: 25px;
      padding: 20px 10px;
      margin: 0 8%; }
      @media (min-width: 1024px) {
        #ResultVoice .SettlementBox .Worry {
          padding: 30px;
          border-radius: 35px; } }
      #ResultVoice .SettlementBox .Worry .WorryNo {
        display: flex;
        justify-content: center; }
        #ResultVoice .SettlementBox .Worry .WorryNo h4 {
          font-size: 1.0em;
          color: #9EF1FF;
          margin: 8px 10px 0 0; }
          @media (min-width: 1024px) {
            #ResultVoice .SettlementBox .Worry .WorryNo h4 {
              font-size: 1.2em;
              margin: 5px 10px 0 0; } }
          @media (min-width: 1250px) {
            #ResultVoice .SettlementBox .Worry .WorryNo h4 {
              font-size: 1.5em; } }
        #ResultVoice .SettlementBox .Worry .WorryNo p {
          width: 40px;
          height: 40px;
          line-height: 35px;
          border-radius: 50%;
          text-align: center;
          border: 2px solid #9EF1FF;
          margin: 0 0 10px; }
          @media (min-width: 1024px) {
            #ResultVoice .SettlementBox .Worry .WorryNo p {
              width: 45px;
              height: 45px;
              line-height: 40px;
              margin: 0 0 16px; } }
          #ResultVoice .SettlementBox .Worry .WorryNo p span {
            font-size: 1.8em;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            color: #9EF1FF; }
            @media (min-width: 1024px) {
              #ResultVoice .SettlementBox .Worry .WorryNo p span {
                font-size: 2.0em; } }
            @media (min-width: 1250px) {
              #ResultVoice .SettlementBox .Worry .WorryNo p span {
                font-size: 2.3em; } }
      #ResultVoice .SettlementBox .Worry h5 {
        font-size: 1.0em;
        font-weight: bold;
        line-height: 1.6em;
        text-align: center; }
        @media (min-width: 1024px) {
          #ResultVoice .SettlementBox .Worry h5 {
            font-size: 1.2em;
            line-height: 2em; } }
        @media (min-width: 1250px) {
          #ResultVoice .SettlementBox .Worry h5 {
            font-size: 1.5em; } }
    #ResultVoice .SettlementBox .triangle {
      display: flex;
      justify-content: center;
      margin-top: -10px; }
      #ResultVoice .SettlementBox .triangle .triangleIn {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 30px solid #212121; }
    #ResultVoice .SettlementBox .Reason {
      text-align: center;
      position: relative;
      background: linear-gradient(45deg, #F98924, #FF14A4);
      padding: 70px;
      border-radius: 30px;
      width: 94%;
      height: auto;
      margin: 10px auto 0; }
      @media (min-width: 1024px) {
        #ResultVoice .SettlementBox .Reason {
          padding: 100px;
          margin: 20px auto 0; } }
      #ResultVoice .SettlementBox .Reason .ReasonIn {
        background-color: #000;
        border-radius: 28px;
        height: 94%;
        width: 98%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center; }
        #ResultVoice .SettlementBox .Reason .ReasonIn .Text p {
          font-size: 0.9em;
          font-weight: bold;
          line-height: 1.2em;
          margin: 0 0 10px; }
          @media (min-width: 1024px) {
            #ResultVoice .SettlementBox .Reason .ReasonIn .Text p {
              font-size: 1.0em; } }
        #ResultVoice .SettlementBox .Reason .ReasonIn .Text h2 {
          font-size: 1.5em;
          line-height: 1.2em; }
          @media (min-width: 1024px) {
            #ResultVoice .SettlementBox .Reason .ReasonIn .Text h2 {
              font-size: 1.7em; } }
          @media (min-width: 1250px) {
            #ResultVoice .SettlementBox .Reason .ReasonIn .Text h2 {
              font-size: 2.0em; } }
          #ResultVoice .SettlementBox .Reason .ReasonIn .Text h2 .under {
            border-bottom: 4px solid #F98924; }
        #ResultVoice .SettlementBox .Reason .ReasonIn .Text h3 {
          font-size: 1.0em;
          line-height: 1.2em;
          margin-top: 20px; }
          @media (min-width: 1024px) {
            #ResultVoice .SettlementBox .Reason .ReasonIn .Text h3 {
              font-size: 1.2em; } }
          @media (min-width: 1250px) {
            #ResultVoice .SettlementBox .Reason .ReasonIn .Text h3 {
              font-size: 1.5em; } }

#Voice {
  position: relative; }
  #Voice .VoiceTitle {
    display: flex;
    justify-content: center;
    padding: 80px 0 15px; }
    #Voice .VoiceTitle h4 {
      font-size: 1.5em;
      line-height: 2em;
      margin: 0px 10px 0 0; }
    #Voice .VoiceTitle .AllView {
      margin-top: 13px;
      width: 90px; }
      #Voice .VoiceTitle .AllView a {
        font-size: 0.9em;
        font-weight: bold;
        color: #9EF1FF;
        display: inline-block;
        position: relative; }
        #Voice .VoiceTitle .AllView a::after {
          position: absolute;
          bottom: 0px;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #9EF1FF;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
        #Voice .VoiceTitle .AllView a:hover::after {
          transform-origin: left top;
          transform: scale(1, 1); }
      #Voice .VoiceTitle .AllView img {
        width: 14px;
        height: auto;
        margin-top: 6px;
        float: right; }
  #Voice .bbs {
    color: #fff;
    display: flex;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 20px; }
    #Voice .bbs ul {
      font-size: 1.35em;
      font-weight: bold;
      transform: translateX(100%);
      margin: 0;
      padding: 0;
      animation: flowing 90s linear infinite; }
      @media (min-width: 768px) {
        #Voice .bbs ul {
          font-size: 1.85em; } }
      #Voice .bbs ul li {
        display: inline-block;
        padding-right: 10px; }
        #Voice .bbs ul li a {
          color: #999999;
          transition: .5s; }
          #Voice .bbs ul li a:hover {
            color: #fff; }
@keyframes flowing {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
  #Voice #voiceslide {
    opacity: 0; }
  #Voice .opendisplay {
    animation: fadeIn 1s linear;
    animation-fill-mode: both;
    animation-delay: 0.5s; }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  #Voice .slider {
    padding: 0 15px; }
    @media (min-width: 1024px) {
      #Voice .slider {
        padding: 0 20px; } }
    #Voice .slider .slider_item {
      margin: 0 10px; }
      #Voice .slider .slider_item a.VoiceBox {
        transition: .5s; }
        #Voice .slider .slider_item a.VoiceBox .imgWrap {
          position: relative;
          border-radius: 10px;
          overflow: hidden;
          display: block;
          z-index: 1; }
          @media (min-width: 1024px) {
            #Voice .slider .slider_item a.VoiceBox .imgWrap {
              border-radius: 20px; } }
          #Voice .slider .slider_item a.VoiceBox .imgWrap img {
            display: block;
            transition-duration: 0.8s;
            transform: scale(1);
            border-radius: 10px; }
            @media (min-width: 1024px) {
              #Voice .slider .slider_item a.VoiceBox .imgWrap img {
                border-radius: 20px; } }
            #Voice .slider .slider_item a.VoiceBox .imgWrap img:hover {
              transform: scale(1.04); }
        #Voice .slider .slider_item a.VoiceBox h3 {
          font-size: 0.8em;
          font-weight: lighter;
          color: #999999;
          margin-top: 10px; }
        #Voice .slider .slider_item a.VoiceBox h4 {
          font-size: 1.125em;
          line-height: 1.5em;
          color: #fff;
          margin-top: 6px;
          transition: .5s; }
          #Voice .slider .slider_item a.VoiceBox h4:hover {
            color: #00A4E3; }
    #Voice .slider img.slick-arrow {
      width: 20px;
      position: absolute;
      top: 70px;
      z-index: 100; }
      @media (min-width: 768px) {
        #Voice .slider img.slick-arrow {
          top: 65px; } }
      @media (min-width: 1024px) {
        #Voice .slider img.slick-arrow {
          width: 24px;
          top: 50px; } }
      @media (min-width: 1250px) {
        #Voice .slider img.slick-arrow {
          top: 80px; } }
    #Voice .slider img.prev_icon.slick-arrow {
      left: 0; }
    #Voice .slider img.next_icon.slick-arrow {
      right: 0; }

/*
---------------------------------------------------------------------------------------------------------------------
7つの特徴
---------------------------------------------------------------------------------------------------------------------
*/
#Feature-Sp {
  text-align: center;
  width: 90%;
  margin: 120px auto 100px; }
  @media (min-width: 768px) {
    #Feature-Sp {
      display: none; } }

#Feature-Pc {
  display: none; }
  @media (min-width: 768px) {
    #Feature-Pc {
      padding: 200px 0 60px;
      display: flex;
      justify-content: center; } }
  #Feature-Pc .Feature-T {
    position: relative;
    margin: auto; }
    #Feature-Pc .Feature-T .Copy {
      position: absolute;
      top: 25px;
      left: 0; }
      @media (min-width: 1024px) {
        #Feature-Pc .Feature-T .Copy {
          top: 45px; } }
      #Feature-Pc .Feature-T .Copy img {
        width: 400px;
        height: auto; }
        @media (min-width: 1024px) {
          #Feature-Pc .Feature-T .Copy img {
            width: 500px; } }
    #Feature-Pc .Feature-T h2 {
      display: flex;
      font-size: 2.2em;
      line-height: 1.2em;
      padding-top: 60px; }
      @media (min-width: 1024px) {
        #Feature-Pc .Feature-T h2 {
          font-size: 3.0em; } }
      #Feature-Pc .Feature-T h2 .Text {
        margin-top: 35px; }
        @media (min-width: 1024px) {
          #Feature-Pc .Feature-T h2 .Text {
            margin-top: 65px; } }
      #Feature-Pc .Feature-T h2 .No {
        font-size: 2.2em;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        line-height: 1.2em;
        background: linear-gradient(to right, #F98924, #FF14A4);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0 5px 0 10px; }
        @media (min-width: 1024px) {
          #Feature-Pc .Feature-T h2 .No {
            font-size: 2.6em; } }
      #Feature-Pc .Feature-T h2 .Charm {
        position: absolute;
        right: 0;
        top: -20px; }
        @media (min-width: 1250px) {
          #Feature-Pc .Feature-T h2 .Charm {
            position: relative;
            margin: -70px;
            top: 0;
            right: 50px; } }
        #Feature-Pc .Feature-T h2 .Charm img {
          width: 240px;
          height: auto; }
          @media (min-width: 1024px) {
            #Feature-Pc .Feature-T h2 .Charm img {
              width: 300px; } }
          @media (min-width: 1250px) {
            #Feature-Pc .Feature-T h2 .Charm img {
              width: 400px; } }

.FeatureNo {
  position: relative; }
  .FeatureNo .FeatureNoIn {
    border-radius: 30px;
    width: 92%;
    margin-left: 4%;
    position: relative;
    z-index: 10;
    padding: 20px; }
    @media (min-width: 768px) {
      .FeatureNo .FeatureNoIn {
        border-radius: 40px;
        padding: 40px; } }
    @media (min-width: 1024px) {
      .FeatureNo .FeatureNoIn {
        margin-left: 6%; } }
    @media (min-width: 1250px) {
      .FeatureNo .FeatureNoIn {
        padding: 60px; } }
  .FeatureNo .No {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 7em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 0.8em;
    background: linear-gradient(to right, #F98924, #FF14A4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (min-width: 1024px) {
      .FeatureNo .No {
        left: 1%;
        right: inherit;
        font-size: 10em;
        text-align: left; } }
  .FeatureNo .No1 {
    top: -76px; }
    @media (min-width: 1024px) {
      .FeatureNo .No1 {
        top: 0px;
        bottom: 0;
        margin: auto;
        height: 130px; } }
  .FeatureNo .No2 {
    top: 70px; }
    @media (min-width: 1024px) {
      .FeatureNo .No2 {
        top: 80px; } }
  .FeatureNo .Speech {
    display: flex; }
    .FeatureNo .Speech .Speech-0 {
      position: relative;
      margin: -20px 0 0 0; }
      .FeatureNo .Speech .Speech-0 img {
        width: 250px;
        position: absolute;
        animation: wobbling_x1 0.8s ease-in-out infinite alternate, wobbling_y1 1.1s ease-in-out infinite alternate; }
        @media (min-width: 768px) {
          .FeatureNo .Speech .Speech-0 img {
            width: 350px; } }
    .FeatureNo .Speech .Speech-1 {
      position: relative;
      margin: -20px 0 0 0; }
      .FeatureNo .Speech .Speech-1 img {
        width: 200px;
        left: -30px;
        position: absolute;
        animation: wobbling_x1 0.8s ease-in-out infinite alternate, wobbling_y1 1.1s ease-in-out infinite alternate; }
        @media (min-width: 768px) {
          .FeatureNo .Speech .Speech-1 img {
            left: 0px;
            width: 280px; } }
        @media (min-width: 1700px) {
          .FeatureNo .Speech .Speech-1 img {
            width: 380px; } }
    .FeatureNo .Speech .Speech-2 {
      position: relative;
      margin: 40px 0 0 5px;
      z-index: 10; }
      .FeatureNo .Speech .Speech-2 img {
        width: 200px;
        position: absolute;
        top: -20px;
        left: 130px;
        animation: wobbling_x2 0.8s ease-in-out infinite alternate, wobbling_y2 1.1s ease-in-out infinite alternate; }
        @media (min-width: 768px) {
          .FeatureNo .Speech .Speech-2 img {
            top: -10px;
            width: 280px;
            left: 230px; } }
        @media (min-width: 1700px) {
          .FeatureNo .Speech .Speech-2 img {
            width: 380px;
            left: 300px; } }
    .FeatureNo .Speech img {
      height: auto; }
@keyframes wobbling_x1 {
  0% {
    margin-left: 4px; }
  100% {
    margin-left: 0px; } }
@keyframes wobbling_y1 {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: 4px; } }
@keyframes wobbling_x2 {
  0% {
    margin-left: -4px; }
  100% {
    margin-left: 0px; } }
@keyframes wobbling_y2 {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: -4px; } }
  .FeatureNo .FeatureText {
    margin-top: 130px; }
    @media (min-width: 768px) {
      .FeatureNo .FeatureText {
        margin-top: 200px; } }
    @media (min-width: 1700px) {
      .FeatureNo .FeatureText {
        margin-top: 280px; } }
    .FeatureNo .FeatureText h3 {
      font-size: 0.9em;
      line-height: 1.3em; }
      @media (min-width: 768px) {
        .FeatureNo .FeatureText h3 {
          font-size: 1.125em; } }
    .FeatureNo .FeatureText h2 {
      font-size: 1.4em;
      line-height: 1.4em;
      margin-top: 10px; }
      @media (min-width: 768px) {
        .FeatureNo .FeatureText h2 {
          font-size: 1.85em; } }
    .FeatureNo .FeatureText p {
      font-size: 0.8em;
      line-height: 1.8em;
      text-align: justify;
      margin-top: 20px; }
      @media (min-width: 768px) {
        .FeatureNo .FeatureText p {
          font-size: 1.0em; } }

#Feature1 {
  margin-bottom: 120px; }
  @media (min-width: 1024px) {
    #Feature1 {
      margin-bottom: 80px; } }
  #Feature1 .Feature1In {
    background-color: #000;
    padding: 0;
    overflow: hidden;
    position: relative; }
    #Feature1 .Feature1In .Feature1L {
      position: absolute;
      bottom: 5%;
      left: 5%;
      z-index: 100;
      background-color: #fff;
      color: #111;
      width: 90%;
      max-width: 480px;
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 768px) {
        #Feature1 .Feature1In .Feature1L {
          top: 15%;
          bottom: 15%;
          width: 45%;
          padding: 30px; } }
      @media (min-width: 1250px) {
        #Feature1 .Feature1In .Feature1L {
          padding: 60px; } }
      #Feature1 .Feature1In .Feature1L .Text h3 {
        font-size: 0.9em;
        line-height: 1.2em; }
        @media (min-width: 1024px) {
          #Feature1 .Feature1In .Feature1L .Text h3 {
            font-size: 1.125em; } }
      #Feature1 .Feature1In .Feature1L .Text h2 {
        font-size: 1.6em;
        line-height: 1.2em;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #Feature1 .Feature1In .Feature1L .Text h2 {
            font-size: 1.875em;
            margin-top: 15px; } }
      #Feature1 .Feature1In .Feature1L .Text p {
        font-size: 0.8em;
        text-align: justify;
        line-height: 1.6em;
        margin: 25px 0 0 0; }
        @media (min-width: 1024px) {
          #Feature1 .Feature1In .Feature1L .Text p {
            font-size: 1.0em;
            line-height: 1.8em;
            margin: 15px 0 0 0; } }
      #Feature1 .Feature1In .Feature1L .Text .WhiteBtn {
        margin-top: 20px; }
        @media (min-width: 768px) {
          #Feature1 .Feature1In .Feature1L .Text .WhiteBtn {
            margin-top: 40px; } }
    #Feature1 .Feature1In .Feature1R {
      position: absolute;
      top: 10%;
      right: calc(5% + 240px);
      z-index: 100; }
      @media (min-width: 768px) {
        #Feature1 .Feature1In .Feature1R {
          right: calc(5% + 300px); } }
    #Feature1 .Feature1In #LiveDelivery .YokoScroll {
      display: flex;
      overflow: hidden;
      margin: 14px 0; }
      #Feature1 .Feature1In #LiveDelivery .YokoScroll .slideshow {
        display: flex; }
        #Feature1 .Feature1In #LiveDelivery .YokoScroll .slideshow.show1 {
          animation: loop-slide 60s infinite linear 1s both; }
        #Feature1 .Feature1In #LiveDelivery .YokoScroll .slideshow.show2 {
          animation: loop-slide 40s infinite linear 1s both; }
        #Feature1 .Feature1In #LiveDelivery .YokoScroll .slideshow.show3 {
          animation: loop-slide 50s infinite linear 1s both; }
        #Feature1 .Feature1In #LiveDelivery .YokoScroll .slideshow.show4 {
          animation: loop-slide 45s infinite linear 1s both; }
        #Feature1 .Feature1In #LiveDelivery .YokoScroll .slideshow.show5 {
          animation: loop-slide 55s infinite linear 1s both; }
        #Feature1 .Feature1In #LiveDelivery .YokoScroll .slideshow img {
          width: 200px;
          height: auto;
          border-radius: 5px;
          margin: 0 15px 0 0; }
          @media (min-width: 1024px) {
            #Feature1 .Feature1In #LiveDelivery .YokoScroll .slideshow img {
              border-radius: 10px;
              width: 230px; } }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
#MCnino {
  margin-bottom: 120px; }
  @media (min-width: 1024px) {
    #MCnino {
      margin-bottom: 80px; } }
  #MCnino .MCninoIn {
    background-color: #000;
    padding: 0; }
    @media (min-width: 768px) {
      #MCnino .MCninoIn {
        display: flex; } }
    #MCnino .MCninoIn .MCninoL {
      width: 100%;
      margin: auto;
      padding: 0px 20px 0px 20px; }
      @media (min-width: 768px) {
        #MCnino .MCninoIn .MCninoL {
          width: 40%;
          padding: 60px 0 60px 20px; } }
      @media (min-width: 1024px) {
        #MCnino .MCninoIn .MCninoL {
          width: 40%;
          padding: 60px 0 60px 60px; } }
    #MCnino .MCninoIn .MCninoR {
      width: 100%;
      position: relative;
      margin-top: auto; }
      @media (min-width: 768px) {
        #MCnino .MCninoIn .MCninoR {
          width: 60%; } }
      @media (min-width: 1024px) {
        #MCnino .MCninoIn .MCninoR {
          padding-left: 5%; } }
      #MCnino .MCninoIn .MCninoR .MCninoText {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 5%;
        right: 5%; }
        #MCnino .MCninoIn .MCninoR .MCninoText p {
          display: none; }
          @media (min-width: 1024px) {
            #MCnino .MCninoIn .MCninoR .MCninoText p {
              display: block;
              line-height: 1.4em;
              margin: 3px 10px 0 0;
              font-size: 1.0em; } }
        #MCnino .MCninoIn .MCninoR .MCninoText h3 {
          display: none; }
          @media (min-width: 1024px) {
            #MCnino .MCninoIn .MCninoR .MCninoText h3 {
              display: block;
              font-size: 1.5em;
              line-height: 1.4em; } }
        #MCnino .MCninoIn .MCninoR .MCninoText a {
          font-size: 0.7em;
          line-height: 1.4em;
          color: #9EF1FF;
          margin: 0 0 0 10px;
          position: relative;
          display: inline-block; }
          @media (min-width: 768px) {
            #MCnino .MCninoIn .MCninoR .MCninoText a {
              font-size: 0.8em; } }
          #MCnino .MCninoIn .MCninoR .MCninoText a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #9EF1FF;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          #MCnino .MCninoIn .MCninoR .MCninoText a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
    #MCnino .MCninoIn .FeatureText {
      max-width: 100%;
      margin-top: 110px; }
      @media (min-width: 768px) {
        #MCnino .MCninoIn .FeatureText {
          margin-top: 200px; } }
      @media (min-width: 1700px) {
        #MCnino .MCninoIn .FeatureText {
          margin-top: 250px; } }
      #MCnino .MCninoIn .FeatureText p {
        max-width: 390px; }

#Talk {
  margin-bottom: 120px; }
  @media (min-width: 1024px) {
    #Talk {
      margin-bottom: 80px; } }
  #Talk .TalkIn {
    background-color: #000; }
    @media (min-width: 1024px) {
      #Talk .TalkIn {
        display: flex;
        padding: 0 60px; } }
    #Talk .TalkIn .TalkL {
      width: 100%;
      display: flex; }
      @media (min-width: 1024px) {
        #Talk .TalkIn .TalkL {
          width: 40%;
          margin: 40px 0; } }
      @media (min-width: 1250px) {
        #Talk .TalkIn .TalkL {
          width: 60%; } }
      #Talk .TalkIn .TalkL video {
        width: 100%;
        height: auto;
        border-radius: 10px; }
        @media (min-width: 768px) {
          #Talk .TalkIn .TalkL video {
            border-radius: 30px; } }
    #Talk .TalkIn .TalkR {
      width: 100%;
      margin: auto; }
      @media (min-width: 1024px) {
        #Talk .TalkIn .TalkR {
          width: 60%; } }
      @media (min-width: 1250px) {
        #Talk .TalkIn .TalkR {
          width: 35%; } }
    #Talk .TalkIn .Speech {
      margin-left: 0px; }
      @media (min-width: 1024px) {
        #Talk .TalkIn .Speech {
          margin-left: -60px; } }
    #Talk .TalkIn .FeatureText {
      max-width: 100%;
      padding-left: 5%; }

#Info {
  margin-bottom: 120px; }
  @media (min-width: 1024px) {
    #Info {
      margin-bottom: 80px; } }
  #Info .InfoIn {
    background-color: #000; }
    @media (min-width: 1024px) {
      #Info .InfoIn {
        display: flex; } }
    #Info .InfoIn .InfoL {
      width: 100%;
      margin: 180px auto 0; }
      @media (min-width: 768px) {
        #Info .InfoIn .InfoL {
          margin: 350px auto 0; } }
      @media (min-width: 1024px) {
        #Info .InfoIn .InfoL {
          width: 30%;
          margin: auto; } }
    #Info .InfoIn .InfoR {
      width: 100%;
      position: relative; }
      @media (min-width: 1024px) {
        #Info .InfoIn .InfoR {
          display: flex;
          align-items: center;
          width: 70%;
          padding-left: 5%; } }
      #Info .InfoIn .InfoR .image {
        position: absolute;
        width: 95%;
        opacity: 0;
        animation: change-img-anim 20s infinite; }
        #Info .InfoIn .InfoR .image:nth-of-type(1) {
          animation-delay: 0s; }
        #Info .InfoIn .InfoR .image:nth-of-type(2) {
          animation-delay: 5s; }
        #Info .InfoIn .InfoR .image:nth-of-type(3) {
          animation-delay: 10s; }
        #Info .InfoIn .InfoR .image:nth-of-type(4) {
          animation-delay: 15s; }
@keyframes change-img-anim {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  30% {
    opacity: 1; }
  35% {
    opacity: 0; }
  100% {
    opacity: 0; } }
    #Info .InfoIn .Speech {
      margin-left: 0px; }
      @media (min-width: 1024px) {
        #Info .InfoIn .Speech {
          margin-left: -60px; } }
    #Info .InfoIn .FeatureText {
      max-width: 100%; }

#Schedule {
  margin-bottom: 120px; }
  @media (min-width: 1024px) {
    #Schedule {
      margin-bottom: 80px; } }
  #Schedule .ScheduleIn {
    background-color: #000; }
    @media (min-width: 1024px) {
      #Schedule .ScheduleIn {
        display: flex; } }
    #Schedule .ScheduleIn .ScheduleL {
      width: 100%;
      display: flex;
      margin: 20px 0; }
      @media (min-width: 1024px) {
        #Schedule .ScheduleIn .ScheduleL {
          padding-right: 5%;
          width: 40%;
          margin: 0; } }
      @media (min-width: 1250px) {
        #Schedule .ScheduleIn .ScheduleL {
          width: 60%; } }
    #Schedule .ScheduleIn .ScheduleR {
      width: 100%; }
      @media (min-width: 1024px) {
        #Schedule .ScheduleIn .ScheduleR {
          width: 60%; } }
      @media (min-width: 1250px) {
        #Schedule .ScheduleIn .ScheduleR {
          width: 40%; } }
      @media (min-width: 1024px) {
        #Schedule .ScheduleIn .ScheduleR .Speech {
          margin: 0 0 0 -30px; } }
    #Schedule .ScheduleIn .FeatureText {
      max-width: 100%; }

#Follow {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    #Follow {
      margin-bottom: 60px; } }
  #Follow .FollowIn {
    background-color: #000;
    border-radius: 30px; }
    @media (min-width: 1024px) {
      #Follow .FollowIn {
        background-image: url("../img/Feature/6Follow.webp");
        background-position: left center;
        background-size: cover;
        background-repeat: no-repeat; } }
    @media (min-width: 1250px) {
      #Follow .FollowIn {
        background-position: center; } }
    #Follow .FollowIn .SpPh img {
      border-radius: 10px; }
    @media (min-width: 1024px) {
      #Follow .FollowIn .SpPh {
        display: none; } }
    #Follow .FollowIn .FeatureText {
      max-width: 380px; }

#Package {
  padding: 120px 0 0; }
  #Package .Package-T {
    text-align: center;
    margin-top: 40px; }
    @media (min-width: 1024px) {
      #Package .Package-T {
        margin-top: 0px; } }
    #Package .Package-T h3 {
      font-size: 0.9em;
      color: #00A4E3; }
      @media (min-width: 1024px) {
        #Package .Package-T h3 {
          font-size: 1.5em; } }
    #Package .Package-T h2 {
      font-size: 1.8em;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        #Package .Package-T h2 {
          font-size: 3.0em; } }
  #Package .PlanList {
    overflow: scroll; }
    @media (min-width: 821px) {
      #Package .PlanList {
        overflow: inherit; } }
  #Package .PlanListIn {
    display: flex;
    width: 730px;
    margin: 50px auto 0;
    padding: 0 10px; }
    @media (min-width: 768px) {
      #Package .PlanListIn {
        width: 880px; } }
    @media (min-width: 1024px) {
      #Package .PlanListIn {
        width: 1000px;
        padding: 0 20px; } }
    @media (min-width: 1250px) {
      #Package .PlanListIn {
        width: 1200px; } }
    @media (min-width: 1350px) {
      #Package .PlanListIn {
        width: 1320px; } }
    #Package .PlanListIn ::-webkit-scrollbar-track {
      background-color: rgba(255, 255, 255, 0); }
    #Package .PlanListIn ::-webkit-scrollbar {
      height: 8px; }
    #Package .PlanListIn ::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background-color: rgba(255, 255, 255, 0); }
    #Package .PlanListIn .PlanBox {
      line-height: 1.2em;
      background-color: #fff;
      width: 230px;
      margin-right: 10px;
      color: #111;
      text-align: center;
      border-radius: 40px;
      padding: 50px 0 40px; }
      @media (min-width: 768px) {
        #Package .PlanListIn .PlanBox {
          width: 280px;
          border-radius: 60px; } }
      @media (min-width: 1024px) {
        #Package .PlanListIn .PlanBox {
          width: 340px;
          margin-right: 20px; } }
      @media (min-width: 1250px) {
        #Package .PlanListIn .PlanBox {
          width: 380px; } }
      @media (min-width: 1350px) {
        #Package .PlanListIn .PlanBox {
          width: 400px;
          margin-right: 40px; } }
      #Package .PlanListIn .PlanBox:last-child {
        margin-right: 0px; }
      #Package .PlanListIn .PlanBox .R3 {
        color: #14B4BA; }
      #Package .PlanListIn .PlanBox .R6 {
        color: #287AB6; }
      #Package .PlanListIn .PlanBox .R12 {
        color: #FF14A4; }
      #Package .PlanListIn .PlanBox .Plan-T p {
        font-size: 1.4em;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        margin: 0; }
        @media (min-width: 768px) {
          #Package .PlanListIn .PlanBox .Plan-T p {
            font-size: 1.7em; } }
      #Package .PlanListIn .PlanBox .Plan-T h2 {
        font-size: 1.1em;
        margin-top: 15px; }
        @media (min-width: 768px) {
          #Package .PlanListIn .PlanBox .Plan-T h2 {
            font-size: 1.125em; } }
        @media (min-width: 1250px) {
          #Package .PlanListIn .PlanBox .Plan-T h2 {
            font-size: 1.25em; } }
      #Package .PlanListIn .PlanBox .Plan-T h3 {
        font-size: 0.85em;
        font-weight: normal;
        color: #999999;
        margin: 10px 0 0 0; }
        @media (min-width: 768px) {
          #Package .PlanListIn .PlanBox .Plan-T h3 {
            font-size: 1.0em; } }
      #Package .PlanListIn .PlanBox .Plan-K {
        display: flex;
        justify-content: center;
        margin-top: 30px; }
        #Package .PlanListIn .PlanBox .Plan-K .Type {
          margin: 19.5px 5px 0 0;
          text-align: right; }
          @media (min-width: 768px) {
            #Package .PlanListIn .PlanBox .Plan-K .Type {
              margin: 27px 5px 0 0; } }
          #Package .PlanListIn .PlanBox .Plan-K .Type p {
            font-size: 0.65em;
            line-height: 1.0em;
            margin: 0; }
            @media (min-width: 768px) {
              #Package .PlanListIn .PlanBox .Plan-K .Type p {
                font-size: 0.75em; } }
          #Package .PlanListIn .PlanBox .Plan-K .Type h3 {
            font-size: 1.125em;
            font-weight: normal; }
            @media (min-width: 768px) {
              #Package .PlanListIn .PlanBox .Plan-K .Type h3 {
                font-size: 1.25em; } }
        #Package .PlanListIn .PlanBox .Plan-K h2 {
          font-size: 3.5em;
          font-family: 'Roboto', sans-serif;
          font-weight: 700; }
          @media (min-width: 768px) {
            #Package .PlanListIn .PlanBox .Plan-K h2 {
              font-size: 4.3em; } }
        #Package .PlanListIn .PlanBox .Plan-K h4 {
          font-size: 1.0em;
          font-weight: normal;
          margin: 32px 0 0 5px; }
          @media (min-width: 768px) {
            #Package .PlanListIn .PlanBox .Plan-K h4 {
              font-size: 1.25em;
              margin: 38px 0 0 5px; } }
      #Package .PlanListIn .PlanBox h6 {
        font-size: 0.65em;
        color: #666666;
        margin-top: -8px; }
        @media (min-width: 768px) {
          #Package .PlanListIn .PlanBox h6 {
            font-size: 0.75em;
            margin-top: -12px; } }
      #Package .PlanListIn .PlanBox .Plan-P {
        display: flex;
        justify-content: center;
        margin: 40px 0 10px 0; }
        #Package .PlanListIn .PlanBox .Plan-P h3 {
          font-size: 1.6em;
          font-family: 'Roboto', sans-serif;
          font-weight: 700; }
          @media (min-width: 768px) {
            #Package .PlanListIn .PlanBox .Plan-P h3 {
              font-size: 2.0em; } }
        #Package .PlanListIn .PlanBox .Plan-P h4 {
          font-size: 0.7em;
          font-weight: normal;
          margin: 11px 0 0 5px; }
          @media (min-width: 768px) {
            #Package .PlanListIn .PlanBox .Plan-P h4 {
              font-size: 0.8em;
              margin: 14px 0 0 5px; } }
  #Package .Contents {
    max-width: 850px;
    width: 90%;
    margin: 50px auto 40px; }
    #Package .Contents h2 {
      font-size: 1.125em;
      line-height: 1.4em;
      color: #999999;
      text-align: center;
      margin-bottom: 20px; }
    #Package .Contents .ContentsBox {
      display: flex;
      justify-content: center;
      margin-bottom: 30px; }
      #Package .Contents .ContentsBox img {
        width: 20px;
        height: auto;
        margin-top: -36px; }
      #Package .Contents .ContentsBox .Text {
        margin: 0px 0 0 5px; }
        #Package .Contents .ContentsBox .Text h3 {
          font-size: 1.5em; }
        #Package .Contents .ContentsBox .Text p {
          font-size: 0.8em;
          line-height: 1.5em;
          margin: 0; }

/*
---------------------------------------------------------------------------------------------------------------------
採用動画｜新着制作事例
---------------------------------------------------------------------------------------------------------------------
*/
#NewVideo {
  padding: 60px 0 20px;
  margin-top: 60px; }
  @media (min-width: 1024px) {
    #NewVideo {
      padding: 100px 0 40px;
      margin-top: 100px; } }
  #NewVideo .NewVideoIn {
    max-width: 1850px;
    width: 90%;
    margin: auto; }
    #NewVideo .NewVideoIn .NewTitle {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        #NewVideo .NewVideoIn .NewTitle {
          display: flex; } }
      #NewVideo .NewVideoIn .NewTitle h2 {
        font-size: 4em;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        line-height: 0.9em; }
        @media (min-width: 1024px) {
          #NewVideo .NewVideoIn .NewTitle h2 {
            font-size: 6.25em; } }
      #NewVideo .NewVideoIn .NewTitle h3 {
        font-size: 1.3em;
        line-height: 1.2em; }
        @media (min-width: 768px) {
          #NewVideo .NewVideoIn .NewTitle h3 {
            margin: 30px 0 0 20px; } }
        @media (min-width: 1024px) {
          #NewVideo .NewVideoIn .NewTitle h3 {
            margin: 56px 0 0 20px;
            font-size: 1.5em; } }
    #NewVideo .NewVideoIn .delayScroll .box4-12:nth-child(n+7) {
      display: none; }
    @media (min-width: 1200px) {
      #NewVideo .NewVideoIn .delayScroll .box4-12:nth-child(n+7) {
        display: inherit; }
      #NewVideo .NewVideoIn .delayScroll .box4-12:nth-child(n+9) {
        display: none; } }
    @media (min-width: 1600px) {
      #NewVideo .NewVideoIn .delayScroll .box4-12:nth-child(n+9) {
        display: inherit; }
      #NewVideo .NewVideoIn .delayScroll .box4-12:nth-child(n+11) {
        display: none; } }
    #NewVideo .NewVideoIn a .VideoBox {
      margin-bottom: 40px; }
      #NewVideo .NewVideoIn a .VideoBox .imgWrap {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        display: block;
        z-index: 1; }
        #NewVideo .NewVideoIn a .VideoBox .imgWrap img {
          display: block;
          transition-duration: 0.8s;
          transform: scale(1); }
          #NewVideo .NewVideoIn a .VideoBox .imgWrap img:hover {
            transform: scale(1.04); }
      #NewVideo .NewVideoIn a .VideoBox h3 {
        font-size: 0.9em;
        font-weight: bold;
        line-height: 1.4em;
        margin-top: 10px;
        transition: .5s; }
        @media (min-width: 1024px) {
          #NewVideo .NewVideoIn a .VideoBox h3 {
            font-size: 1.125em; } }
        #NewVideo .NewVideoIn a .VideoBox h3:hover {
          color: #00A4E3; }
      #NewVideo .NewVideoIn a .VideoBox h4 {
        font-size: 0.7em;
        font-weight: 200;
        line-height: 1.2em;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #NewVideo .NewVideoIn a .VideoBox h4 {
            font-size: 0.8em; } }
      #NewVideo .NewVideoIn a .VideoBox p {
        font-size: 0.70em;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.2em;
        color: #E6E6E6;
        margin: 10px 0 0 0; }
        @media (min-width: 1024px) {
          #NewVideo .NewVideoIn a .VideoBox p {
            font-size: 0.75em; } }
    #NewVideo .NewVideoIn .NewVideoBtn {
      display: flex;
      justify-content: center;
      margin-top: 30px; }
    @media only screen and (min-width: 1024px) {
      #NewVideo .NewVideoIn .o-3column .col-lg-3 {
        padding: 0 10px; }
      #NewVideo .NewVideoIn .o-3column {
        margin: 0 -10px; } }

/*
---------------------------------------------------------------------------------------------------------------------
リクライブ導入のご相談
---------------------------------------------------------------------------------------------------------------------
*/
#Consultation {
  padding: 120px 0 0px;
  margin-bottom: -100px; }
  @media (min-width: 768px) {
    #Consultation {
      margin-bottom: -50px; } }
  @media (min-width: 1024px) {
    #Consultation {
      margin-bottom: 0px; } }
  #Consultation .ConsultationIn {
    max-width: 950px;
    width: 75%;
    margin: auto; }
    @media (min-width: 768px) {
      #Consultation .ConsultationIn {
        width: 90%; } }
    #Consultation .ConsultationIn .ConsultationBox {
      background-color: #fff;
      text-align: center;
      border-radius: 20px;
      height: 150px;
      position: relative;
      margin-bottom: 140px;
      color: #111; }
      @media (min-width: 1024px) {
        #Consultation .ConsultationIn .ConsultationBox {
          margin-bottom: 40px; } }
      #Consultation .ConsultationIn .ConsultationBox img {
        width: 160px;
        height: auto;
        position: absolute;
        top: -80px;
        left: 0;
        right: 0;
        margin: auto; }
      #Consultation .ConsultationIn .ConsultationBox.nimomiya img {
        width: 120px; }
      #Consultation .ConsultationIn .ConsultationBox .Text {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        #Consultation .ConsultationIn .ConsultationBox .Text .TextIn h3 {
          font-size: 1.25em;
          line-height: 1.2em; }
        #Consultation .ConsultationIn .ConsultationBox .Text .TextIn h4 {
          font-size: 0.85em;
          line-height: 1.2em;
          margin-top: 8px; }
      #Consultation .ConsultationIn .ConsultationBox .BtnLinkBox {
        position: absolute;
        bottom: -27px;
        left: 0;
        right: 0;
        margin: auto; }
  @media only screen and (min-width: 1024px) {
    #Consultation .o-4column .col-xl-4 {
      padding: 0 10px; }
    #Consultation .o-4column {
      margin: 0 -10px; } }
  @media only screen and (min-width: 1250px) {
    #Consultation .o-4column .col-xl-4 {
      padding: 0 20px; }
    #Consultation .o-4column {
      margin: 0 -20px; } }

/*
---------------------------------------------------------------------------------------------------------------------
リンクボタン
---------------------------------------------------------------------------------------------------------------------
*/
.BtnLinkBox a {
  color: #fff;
  display: inline-block;
  width: 220px;
  height: 54px;
  line-height: 53px;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 50px;
  transition: .5s;
  transform: scale(1); }
  .BtnLinkBox a.Gradation {
    position: relative;
    z-index: 0; }
    .BtnLinkBox a.Gradation::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      transition: 0.5s;
      background: -webkit-linear-gradient(45deg, #F98924, #FF14A4);
      border-radius: 50px; }
    .BtnLinkBox a.Gradation::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -2;
      top: 0;
      left: 0;
      transition: 0.5s;
      background: -webkit-linear-gradient(120deg, #F98924, #FF14A4);
      border-radius: 50px; }
    .BtnLinkBox a.Gradation:hover::before {
      opacity: 0; }
  .BtnLinkBox a.Black {
    background-color: #111; }

a {
  position: relative; }
  a .BtnLinkArrow {
    top: 0;
    bottom: 0;
    right: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    transition: .5s;
    border: 1px solid #fff;
    width: 13px;
    height: 13px;
    position: absolute;
    margin: auto; }
    a .BtnLinkArrow p {
      display: block;
      position: absolute;
      top: 45%;
      content: '';
      margin: -2px 0 0 4.5px;
      width: 3px;
      height: 3px;
      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; }
  a:hover .BtnLinkArrow > p {
    margin: 0px 0 0 4.5px; }

/*
---------------------------------------------------------------------------------------------------------------------
リクライブメンバー
---------------------------------------------------------------------------------------------------------------------
*/
#Member {
  position: relative;
  max-width: 1180px;
  width: 90%;
  margin: auto;
  padding: 0 0 0; }
  @media (min-width: 768px) {
    #Member {
      padding: 60px 0 0; } }
  #Member .Mc {
    padding: 0; }
    #Member .Mc .Back {
      position: absolute;
      top: 20%; }
      #Member .Mc .Back h3 {
        font-size: 0.7em;
        line-height: 1.0em;
        color: #fff;
        z-index: 100;
        position: absolute;
        margin: 7px 0 0 7px; }
        @media (min-width: 768px) {
          #Member .Mc .Back h3 {
            font-size: 1.0em;
            margin: 15px 0 0 15px; } }
      #Member .Mc .Back img {
        border-radius: 10px; }
        @media (min-width: 768px) {
          #Member .Mc .Back img {
            border-radius: 20px; } }
    #Member .Mc .McPh {
      position: relative;
      z-index: 1;
      margin: 0 10px; }
      @media (min-width: 768px) {
        #Member .Mc .McPh {
          margin: 0 50px; } }
    #Member .Mc .McBtn img {
      width: 20px;
      height: auto; }
      @media (min-width: 768px) {
        #Member .Mc .McBtn img {
          width: 26px; } }
    #Member .Mc .McBtn.Btn1 {
      position: absolute;
      top: 35%;
      left: 10%; }
    #Member .Mc .McBtn.Btn2 {
      position: absolute;
      top: 15%;
      left: 30%; }
    #Member .Mc .McBtn.Btn3 {
      position: absolute;
      top: 15%;
      left: 60%; }
    #Member .Mc .McBtn.Btn4 {
      position: absolute;
      top: 35%;
      left: 75%; }
    #Member .Mc .McBtn.Btn5 {
      position: absolute;
      top: 15%;
      left: 92%; }

#footer {
  padding: 30px 0 80px; }

#page-top {
  display: none; }

.col-llg-2-4, .col-llg-2 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px; }

@media (min-width: 1600px) {
  .col-llg-2-4, .col-llg-2 {
    float: left; }

  .col-llg-2-4 {
    width: 20%;
    -webkit-flex: 0 0 20%; }

  .col-llg-2 {
    width: 16.66666667%; } }
