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

img {
  width: 100%;
  height: auto; }

/*
---------------------------------------------------------------------------------------------------------------------
共通部分
---------------------------------------------------------------------------------------------------------------------
*/
.common-title {
  position: relative; }
  .common-title h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 10.0vw;
    line-height: 1.1em; }
    @media (min-width: 1024px) {
      .common-title h2 {
        font-size: min(6vw, 8em); } }
    @media (min-width: 1024px) {
      .common-title h2 .sptxt {
        display: none; } }
    .common-title h2 .pctxt {
      display: none; }
      @media (min-width: 1024px) {
        .common-title h2 .pctxt {
          display: block; } }
  .common-title .common-maru {
    position: absolute;
    right: 40px;
    bottom: 20px; }
    @media (min-width: 768px) {
      .common-title .common-maru {
        right: 110px;
        bottom: 50px; } }
    @media (min-width: 1024px) {
      .common-title .common-maru {
        right: -7%;
        bottom: 60px; } }

.common-fuidashi h3 {
  line-height: 1.35em;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 40px;
  padding: 10px 20px;
  position: relative;
  margin: 0; }
  @media (min-width: 1024px) {
    .common-fuidashi h3 {
      padding: 15px 25px; } }
  .common-fuidashi h3.small {
    font-size: 0.85em; }
    @media (min-width: 1250px) {
      .common-fuidashi h3.small {
        font-size: 1.0em; } }
  .common-fuidashi h3.large {
    font-size: 1.125em; }
    @media (min-width: 1250px) {
      .common-fuidashi h3.large {
        font-size: 1.5em; } }
  .common-fuidashi h3::after {
    position: absolute;
    bottom: -13.5px;
    width: 20px;
    height: 14px;
    content: "";
    clip-path: path("M6.78,12.21c.36.65.9,1.19,1.55,1.55,1.93,1.07,4.37.38,5.44-1.55L20.55,0H0l6.78,12.21Z"); }

.common-maru {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1.25em;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(-45deg, #B714FF, #24F9C0); }
  @media (min-width: 1024px) {
    .common-maru {
      font-size: 1.5em;
      height: 50px;
      width: 50px;
      line-height: 50px; } }

@media (min-width: 1024px) {
  .h2_Title_v10 {
    display: flex; } }
.h2_Title_v10 .TitleIn {
  display: flex; }
.h2_Title_v10 h2 {
  font-size: 1.2em;
  color: #fff; }
  @media (min-width: 1024px) {
    .h2_Title_v10 h2 {
      font-size: 1.5em; } }
.h2_Title_v10 h4 {
  font-size: 0.7em;
  line-height: 1.4em;
  color: #999999;
  padding-right: 5%; }
  @media (min-width: 1024px) {
    .h2_Title_v10 h4 {
      font-size: 0.9em;
      margin: 6px 0 0 20px; } }
.h2_Title_v10 .AllView {
  margin: 0px 0 0 15px; }
  @media (min-width: 768px) {
    .h2_Title_v10 .AllView {
      margin: 3.5px 0 0 15px; } }

.opendisplay {
  animation: fadeIn 1s linear;
  animation-fill-mode: both;
  animation-delay: 0.5s; }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.card-common {
  overflow: hidden;
  position: relative;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */ }
  .card-common .swiper {
    overflow: visible;
    padding-left: 5%; }
    @media (min-width: 1024px) {
      .card-common .swiper {
        padding-left: 2%; } }
  .card-common .swiper-button-next {
    right: 12px; }
  .card-common .swiper-button-prev {
    left: 12px; }
  .card-common .swiper-button-prev::after {
    background-image: url("../img/_parts/slide-btn-L.svg"); }
  .card-common .swiper-button-next::after {
    background-image: url("../img/_parts/slide-btn-R.svg"); }
  .card-common .swiper-slide img {
    height: auto;
    width: 100%; }
  .card-common .swiper-button-prev,
  .card-common .swiper-button-next {
    height: 30px;
    width: 30px; }
    @media (min-width: 1250px) {
      .card-common .swiper-button-prev,
      .card-common .swiper-button-next {
        height: 45px;
        width: 45px; } }
  .card-common .swiper-button-prev::after,
  .card-common .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    height: 30px;
    width: 30px; }
    @media (min-width: 1250px) {
      .card-common .swiper-button-prev::after,
      .card-common .swiper-button-next::after {
        height: 45px;
        width: 45px; } }

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.0; }

/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル〜 ループテキスト・メインタイトル・スライダー
---------------------------------------------------------------------------------------------------------------------
*/
#top-mv-r3 {
  padding: 50px 0 0;
  /*エリアの表示非表示と形状*/
  /*areaにis-activeというクラスがついた時の形状*/ }
  @media (min-width: 1024px) {
    #top-mv-r3 {
      padding: 70px 0 0; } }
  #top-mv-r3 .ytp-gradient-top {
    opacity: 0 !important; }
  #top-mv-r3 .ytp-chrome-top {
    opacity: 0 !important; }
  #top-mv-r3 .title-copy {
    width: 90%;
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      #top-mv-r3 .title-copy {
        display: flex;
        margin: 0 auto 30px; } }
    @media (min-width: 1024px) {
      #top-mv-r3 .title-copy {
        width: 95%; } }
    #top-mv-r3 .title-copy .sub {
      width: 60.0%;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        #top-mv-r3 .title-copy .sub {
          width: 11.3%;
          margin-bottom: 0; } }
      #top-mv-r3 .title-copy .sub img {
        width: 100%;
        height: auto; }
    #top-mv-r3 .title-copy .main {
      width: 100%; }
      @media (min-width: 768px) {
        #top-mv-r3 .title-copy .main {
          margin-left: 10px;
          width: 88%; } }
      #top-mv-r3 .title-copy .main img {
        width: 100%;
        height: auto; }
  #top-mv-r3 .main-video {
    max-width: 90%;
    margin: auto; }
    @media (min-width: 1024px) {
      #top-mv-r3 .main-video {
        display: flex;
        max-width: 95%; } }
    #top-mv-r3 .main-video .iframe-wrapper {
      position: relative;
      height: 0;
      overflow: hidden;
      width: 100%;
      padding-bottom: 55.5%; }
      @media (min-width: 1024px) {
        #top-mv-r3 .main-video .iframe-wrapper {
          width: 60%;
          padding-bottom: 33.7%; } }
      #top-mv-r3 .main-video .iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px; }
        @media (min-width: 768px) {
          #top-mv-r3 .main-video .iframe-wrapper iframe {
            border-radius: 20px; } }
    @media (min-width: 1024px) {
      #top-mv-r3 .main-video .txt {
        margin-top: 5%; } }
    @media (min-width: 1200px) {
      #top-mv-r3 .main-video .txt {
        margin-top: 10%; } }
    #top-mv-r3 .main-video .txt .txt-in {
      display: none; }
      @media (min-width: 1024px) {
        #top-mv-r3 .main-video .txt .txt-in {
          display: block; } }
    #top-mv-r3 .main-video .txt img {
      margin-bottom: 20px; }
      #top-mv-r3 .main-video .txt img.size1 {
        width: auto;
        height: 75px; }
      #top-mv-r3 .main-video .txt img.size2 {
        width: auto;
        height: 35px; }
      @media (min-width: 1200px) {
        #top-mv-r3 .main-video .txt img {
          margin-bottom: 40px; } }
    #top-mv-r3 .main-video .txt h3 {
      font-size: 1.5em;
      line-height: 1.4em;
      margin-bottom: 20px; }
      @media (min-width: 1600px) {
        #top-mv-r3 .main-video .txt h3 {
          font-size: 2.5em; } }
    #top-mv-r3 .main-video .txt p {
      font-size: 0.9em;
      line-height: 1.8em;
      margin: 0; }
      @media (min-width: 1600px) {
        #top-mv-r3 .main-video .txt p {
          font-size: 1.125em; } }
    #top-mv-r3 .main-video .txt .video-btn {
      width: 200px;
      position: relative;
      border-bottom: 1px solid #9EF1FF;
      margin: 30px auto 0; }
      @media (min-width: 1024px) {
        #top-mv-r3 .main-video .txt .video-btn {
          margin: 30px 0 0 0; } }
      #top-mv-r3 .main-video .txt .video-btn a {
        display: flex;
        padding-right: 10px;
        transition: .5s; }
        #top-mv-r3 .main-video .txt .video-btn a:hover {
          padding-right: 0; }
        #top-mv-r3 .main-video .txt .video-btn a p {
          font-size: 1.125em;
          font-weight: bold;
          color: #9EF1FF;
          line-height: 1.0em;
          margin: 0 0 14px 0; }
        #top-mv-r3 .main-video .txt .video-btn a img {
          width: 20px;
          height: auto;
          margin: 0 0 14px auto; }
  #top-mv-r3 .subwindow-wrap {
    display: flex;
    margin-top: 20px;
    overflow: auto;
    padding-left: 5%;
    padding-bottom: 10px; }
    @media (min-width: 1024px) {
      #top-mv-r3 .subwindow-wrap {
        padding-left: 2.5%; } }
    #top-mv-r3 .subwindow-wrap li {
      margin-right: 10px; }
      @media (min-width: 1024px) {
        #top-mv-r3 .subwindow-wrap li {
          margin-right: 15px; } }
    #top-mv-r3 .subwindow-wrap br {
      display: none; }
    #top-mv-r3 .subwindow-wrap img {
      width: 160px;
      height: auto;
      border-radius: 5px; }
      @media (min-width: 1024px) {
        #top-mv-r3 .subwindow-wrap img {
          width: 180px; } }
  #top-mv-r3 .tab li a {
    display: block;
    opacity: 0.35; }
  #top-mv-r3 .tab li.active a {
    opacity: 1; }
  #top-mv-r3 .area {
    display: none;
    /*はじめは非表示*/
    opacity: 0;
    /*透過0*/
    width: 100%; }
    @media (min-width: 1024px) {
      #top-mv-r3 .area {
        width: 40%;
        padding-left: 2%; } }
  #top-mv-r3 .area.is-active {
    display: block;
    /*表示*/
    animation-name: displayAnime;
    /*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards; }
@keyframes displayAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  @media (min-width: 1180px) {
    #top-mv-r3 ::-webkit-scrollbar-track {
      background-color: rgba(255, 255, 255, 0.02); }
    #top-mv-r3 ::-webkit-scrollbar {
      height: 8px; }
    #top-mv-r3 ::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background-color: rgba(255, 255, 255, 0.08); } }

/*
---------------------------------------------------------------------------------------------------------------------
リクライブとは
---------------------------------------------------------------------------------------------------------------------
*/
#about {
  background: linear-gradient(to right, #B714FF, #24F9C0);
  width: 90%;
  height: auto;
  position: relative;
  margin-left: 10%;
  border-bottom-left-radius: 30px; }
  #about .midashi {
    position: absolute;
    bottom: 10%;
    left: -35px; }
    @media (min-width: 1024px) {
      #about .midashi {
        left: -90px; } }
    #about .midashi img {
      width: 35px; }
      @media (min-width: 1024px) {
        #about .midashi img {
          width: 90px; } }
  #about .about-in {
    position: relative; }
    #about .about-in .contents {
      padding: 16px 10px 0 16px; }
      @media (min-width: 768px) {
        #about .about-in .contents {
          padding: 25px 0 40px 25px; } }
      @media (min-width: 1024px) {
        #about .about-in .contents {
          padding: 50px 0 80px 50px; } }
      #about .about-in .contents .title h2 {
        font-size: 1.40em;
        line-height: 1.2em;
        position: relative;
        z-index: 10; }
        @media (min-width: 768px) {
          #about .about-in .contents .title h2 {
            font-size: 1.80em; } }
        @media (min-width: 1024px) {
          #about .about-in .contents .title h2 {
            font-size: min(2.75vw, 3.3em); } }
        #about .about-in .contents .title h2 div {
          margin-bottom: 10px; }
          #about .about-in .contents .title h2 div:last-child {
            margin-bottom: 0px; }
      #about .about-in .contents .txt {
        margin-top: 10px;
        width: 90%; }
        @media (min-width: 768px) {
          #about .about-in .contents .txt {
            margin-top: 20px;
            width: 50%; } }
        @media (min-width: 1250px) {
          #about .about-in .contents .txt {
            margin-top: 50px;
            width: 40%; } }
        #about .about-in .contents .txt p {
          font-size: 0.9em;
          font-weight: 500;
          line-height: 1.8em;
          font-feature-settings: "palt";
          letter-spacing: 0.05em;
          text-align: justify;
          margin: 0; }
          @media (min-width: 1250px) {
            #about .about-in .contents .txt p {
              font-size: 1.25em; } }
    #about .about-in .ninoph {
      width: 65%;
      margin: 0 5% 0 auto; }
      @media (min-width: 768px) {
        #about .about-in .ninoph {
          width: 40%;
          position: absolute;
          right: 3%;
          bottom: 0;
          margin: 0; } }
      #about .about-in .ninoph .name {
        width: 50px;
        position: absolute;
        bottom: 10%;
        left: 15%; }
        @media (min-width: 768px) {
          #about .about-in .ninoph .name {
            width: 60px;
            bottom: 20%;
            left: 0; } }
        @media (min-width: 1250px) {
          #about .about-in .ninoph .name {
            left: 10%;
            bottom: 10%; } }
      #about .about-in .ninoph .photo img {
        vertical-align: bottom; }
  #about .white-btn {
    position: absolute;
    bottom: -27px;
    left: 5%; }

/*
---------------------------------------------------------------------------------------------------------------------
まんが
---------------------------------------------------------------------------------------------------------------------
*/
.modaal-container {
  border-radius: 30px; }

.modaal-outer-wrapper {
  background-color: rgba(0, 0, 0, 0.85); }

.modaal-content-container {
  padding: 0px; }

.modaal-close {
  left: 20px; }

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #fff; }

.modaal-wrapper .modaal-close {
  background: #fff; }
  .modaal-wrapper .modaal-close:hover {
    background: #111; }

.modaal-close:after, .modaal-close:before {
  background: #000; }

.manga-popup {
  padding: 30px;
  background-color: #fff; }

#manga {
  width: 80%;
  margin: 20px 4% 100px auto;
  padding: 0;
  position: relative; }
  @media (min-width: 768px) {
    #manga {
      width: 50%;
      margin: -40px 4% 60px auto; } }
  @media (min-width: 1024px) {
    #manga {
      width: 30%;
      margin: -40px 4% 80px auto; } }
  #manga a.inline .manga-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
    transition: 0.5s; }
    #manga a.inline .manga-btn h3 {
      font-size: 1.0em;
      line-height: 1.4em;
      color: #9EF1FF;
      margin: 0 5px 0 0;
      z-index: 10; }
      @media (min-width: 1024px) {
        #manga a.inline .manga-btn h3 {
          font-size: 1.6em; } }
    #manga a.inline .manga-btn img {
      width: 20px;
      height: auto;
      z-index: 100; }
      @media (min-width: 1024px) {
        #manga a.inline .manga-btn img {
          width: 26px; } }
  #manga a.inline .manga-img img {
    transition: 0.5s; }
  #manga a.inline:hover .manga-btn {
    opacity: 1; }
    #manga a.inline:hover .manga-btn::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
      height: 100%;
      mix-blend-mode: multiply;
      z-index: 10; }
  #manga a.inline:hover .manga-img > img {
    opacity: 1; }
  #manga .komento {
    position: absolute;
    bottom: -55px;
    left: -30px;
    z-index: 100; }
    @media (min-width: 768px) {
      #manga .komento {
        bottom: 20%;
        left: -290px; } }
    @media (min-width: 1250px) {
      #manga .komento {
        left: -365px; } }
    #manga .komento .common-fuidashi h3 {
      background-color: #00A4E3;
      position: relative; }
      #manga .komento .common-fuidashi h3::after {
        top: -14.0px;
        left: 10%;
        background-color: #00A4E3;
        transform: rotate(180deg); }
        @media (min-width: 768px) {
          #manga .komento .common-fuidashi h3::after {
            top: 0;
            bottom: 0;
            left: inherit;
            right: -14px;
            margin: auto;
            transform: rotate(-90deg); } }

/*
---------------------------------------------------------------------------------------------------------------------
アワード2024
---------------------------------------------------------------------------------------------------------------------
*/
#award {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto 60px; }
  @media (min-width: 1024px) {
    #award {
      width: 95%;
      margin: 0 auto 140px; } }
  #award .back {
    opacity: 0.5; }
    #award .back img {
      border-radius: 30px; }
  #award .award-in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 90%;
    margin: auto; }
    @media (min-width: 768px) {
      #award .award-in .award-inner {
        display: flex;
        align-items: center; } }
    #award .award-in .award-inner .award-L {
      width: 90%;
      margin: auto; }
      @media (min-width: 768px) {
        #award .award-in .award-inner .award-L {
          width: 50%;
          padding-right: 5%; } }
      @media (min-width: 1024px) {
        #award .award-in .award-inner .award-L {
          width: 60%; } }
      @media (min-width: 1250px) {
        #award .award-in .award-inner .award-L {
          width: 75%; } }
    @media (min-width: 768px) {
      #award .award-in .award-inner .award-R {
        width: 50%; } }
    @media (min-width: 1024px) {
      #award .award-in .award-inner .award-R {
        width: 40%; } }
    @media (min-width: 1250px) {
      #award .award-in .award-inner .award-R {
        width: 25%; } }
    #award .award-in .award-inner .award-R .gazou {
      width: 100%;
      margin: 20px auto 0; }
      @media (min-width: 1250px) {
        #award .award-in .award-inner .award-R .gazou {
          margin: 0 auto 0; } }
      @media (min-width: 1250px) {
        #award .award-in .award-inner .award-R .gazou .title-sp {
          display: none; } }
      #award .award-in .award-inner .award-R .gazou .title-pc {
        display: none; }
        @media (min-width: 1250px) {
          #award .award-in .award-inner .award-R .gazou .title-pc {
            display: block; } }
      #award .award-in .award-inner .award-R .gazou .copy {
        margin-top: 20px; }
    #award .award-in .award-inner .award-R p {
      font-size: 0.9em;
      text-align: justify;
      line-height: 1.6em;
      margin: 20px 0 0 0; }
      @media (min-width: 1024px) {
        #award .award-in .award-inner .award-R p {
          font-size: 1.125em; } }
    #award .award-in .award-inner .award-R .white-btn {
      margin: 20px 0 0 0; }

/*
---------------------------------------------------------------------------------------------------------------------
採用動画　企画
---------------------------------------------------------------------------------------------------------------------
*/
#plan {
  background: linear-gradient(150deg, rgba(36, 249, 192, 0.7) 15%, rgba(183, 20, 255, 0.7));
  height: auto;
  position: relative;
  padding: 10px 0;
  margin: 40px auto 140px; }
  @media (min-width: 1024px) {
    #plan {
      margin: 60px auto 200px; } }
  #plan .midashi-waku {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 60px;
    background-color: #111;
    border-bottom-left-radius: 30px; }
    @media (min-width: 1250px) {
      #plan .midashi-waku {
        height: 200px;
        width: 25%; } }
    #plan .midashi-waku::before {
      position: absolute;
      top: 0;
      left: -29.8px;
      width: 30px;
      height: 30px;
      background-color: #111111;
      content: "";
      clip-path: path("M0,0c16.57,0,30,13.43,30,30V0H0Z"); }
    #plan .midashi-waku img {
      width: 65%;
      position: absolute;
      bottom: 0;
      right: 10%; }
      @media (min-width: 1024px) {
        #plan .midashi-waku img {
          width: 60%; } }
  #plan .white-btn {
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    text-align: center; }
  #plan .komento {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 140px); }
    @media (min-width: 1024px) {
      #plan .komento {
        left: calc(50% - 180px); } }
    #plan .komento .common-fuidashi h3 {
      background-color: #00A4E3;
      position: relative; }
      #plan .komento .common-fuidashi h3::after {
        bottom: -13.5px;
        right: 25px;
        background-color: #00A4E3; }
  #plan .plan-title {
    padding: 16px 0 0px 5%; }
    @media (min-width: 768px) {
      #plan .plan-title {
        display: flex;
        align-items: flex-end;
        padding: 60px 0 30px 3%; } }
    @media (min-width: 1250px) {
      #plan .plan-title {
        padding: 60px 0 60px 3%; } }
    #plan .plan-title .main-title {
      position: relative; }
      @media (min-width: 768px) {
        #plan .plan-title .main-title {
          margin-right: 8%; } }
      @media (min-width: 1024px) {
        #plan .plan-title .main-title {
          margin-right: 5%; } }
      #plan .plan-title .main-title .title-in {
        display: flex; }
        #plan .plan-title .main-title .title-in h2, #plan .plan-title .main-title .title-in h3, #plan .plan-title .main-title .title-in h4 {
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 900;
          font-style: normal; }
        #plan .plan-title .main-title .title-in .title1 h3 {
          font-size: 0.65em;
          line-height: 1.2em;
          margin: 0; }
          @media (min-width: 768px) {
            #plan .plan-title .main-title .title-in .title1 h3 {
              font-size: 0.8em; } }
          @media (min-width: 1024px) {
            #plan .plan-title .main-title .title-in .title1 h3 {
              font-size: 1.125em; } }
        #plan .plan-title .main-title .title-in .title1 h4 {
          font-size: 2.0em;
          line-height: 1.10em;
          margin: 0; }
          @media (min-width: 768px) {
            #plan .plan-title .main-title .title-in .title1 h4 {
              font-size: 2.4em; } }
          @media (min-width: 1024px) {
            #plan .plan-title .main-title .title-in .title1 h4 {
              font-size: 3.4em; } }
        #plan .plan-title .main-title .title-in .title2 h2 {
          font-size: 5.1em;
          line-height: 1.0em;
          margin: 0; }
          @media (min-width: 768px) {
            #plan .plan-title .main-title .title-in .title2 h2 {
              font-size: 6.1em; } }
          @media (min-width: 1024px) {
            #plan .plan-title .main-title .title-in .title2 h2 {
              font-size: 8.8em; } }
      #plan .plan-title .main-title .common-maru {
        position: absolute;
        top: 0;
        left: 210px; }
        @media (min-width: 768px) {
          #plan .plan-title .main-title .common-maru {
            left: inherit;
            right: -20px; } }
        @media (min-width: 1024px) {
          #plan .plan-title .main-title .common-maru {
            right: -30px; } }
    #plan .plan-title .plan-copy {
      margin-top: 20px;
      max-width: 320px; }
      @media (min-width: 1024px) {
        #plan .plan-title .plan-copy {
          margin: auto 0 8px 0;
          max-width: inherit; } }
      #plan .plan-title .plan-copy .common-fuidashi h3 {
        background-color: #00A4E3;
        position: relative; }
        #plan .plan-title .plan-copy .common-fuidashi h3::after {
          left: 35px;
          background-color: #00A4E3; }
      #plan .plan-title .plan-copy .more-plan {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #9EF1FF;
        margin: 25px auto 0; }
        @media (min-width: 1024px) {
          #plan .plan-title .plan-copy .more-plan {
            margin: 30px 0 0 0; } }
        #plan .plan-title .plan-copy .more-plan a {
          display: flex;
          padding-right: 10px;
          transition: .5s; }
          #plan .plan-title .plan-copy .more-plan a:hover {
            padding-right: 0; }
          #plan .plan-title .plan-copy .more-plan a p {
            font-size: 1.125em;
            font-weight: bold;
            color: #9EF1FF;
            line-height: 1.0em;
            margin: 0 0 14px 0; }
          #plan .plan-title .plan-copy .more-plan a img {
            width: 20px;
            height: auto;
            margin: 0 0 14px auto; }
  #plan .plan-picup {
    overflow: hidden;
    margin: 0 0 80px;
    padding-top: 40px; }
    @media (min-width: 768px) {
      #plan .plan-picup {
        margin: 0 0 60px; } }
    @media (min-width: 1250px) {
      #plan .plan-picup {
        margin: 0 0 80px;
        padding-top: 60px; } }
    #plan .plan-picup .plan-list {
      margin-bottom: 100px;
      position: relative; }
      @media (min-width: 768px) {
        #plan .plan-picup .plan-list {
          display: flex;
          margin-bottom: 80px; } }
      @media (min-width: 1024px) {
        #plan .plan-picup .plan-list {
          margin-bottom: 100px; } }
      #plan .plan-picup .plan-list .plan-name {
        text-align: center;
        display: flex;
        margin-left: 2%; }
        @media (min-width: 768px) {
          #plan .plan-picup .plan-list .plan-name {
            width: 25%;
            position: relative;
            top: -30px;
            display: block;
            margin-left: 0; }
            #plan .plan-picup .plan-list .plan-name.right {
              right: -1.5%; }
            #plan .plan-picup .plan-list .plan-name.left {
              left: -3%; } }
        #plan .plan-picup .plan-list .plan-name .copy-fukidashi {
          width: 40%; }
          @media (min-width: 768px) {
            #plan .plan-picup .plan-list .plan-name .copy-fukidashi {
              width: auto; } }
          @media (min-width: 768px) {
            #plan .plan-picup .plan-list .plan-name .copy-fukidashi.hanten img {
              transform: scale(-1, 1); } }
          #plan .plan-picup .plan-list .plan-name .copy-fukidashi .moji {
            position: relative; }
            #plan .plan-picup .plan-list .plan-name .copy-fukidashi .moji h2 {
              font-size: 4.5vw;
              font-weight: bold;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              line-height: 1.2;
              color: #000;
              display: flex;
              justify-content: center;
              align-items: center; }
              @media (min-width: 768px) {
                #plan .plan-picup .plan-list .plan-name .copy-fukidashi .moji h2 {
                  font-size: 2.6vw; } }
              @media (min-width: 1024px) {
                #plan .plan-picup .plan-list .plan-name .copy-fukidashi .moji h2 {
                  top: -5px; } }
              #plan .plan-picup .plan-list .plan-name .copy-fukidashi .moji h2.small {
                font-size: 3.4vw; }
                @media (min-width: 768px) {
                  #plan .plan-picup .plan-list .plan-name .copy-fukidashi .moji h2.small {
                    font-size: 2.0vw; } }
        #plan .plan-picup .plan-list .plan-name .planlogo {
          margin: auto 0 15px 1%; }
          @media (min-width: 768px) {
            #plan .plan-picup .plan-list .plan-name .planlogo {
              margin: 10px auto 0; } }
          #plan .plan-picup .plan-list .plan-name .planlogo.type1 {
            width: 45%; }
            @media (min-width: 768px) {
              #plan .plan-picup .plan-list .plan-name .planlogo.type1 {
                width: 75%; } }
          #plan .plan-picup .plan-list .plan-name .planlogo.type2 {
            width: 40%;
            margin-left: 5%; }
            @media (min-width: 768px) {
              #plan .plan-picup .plan-list .plan-name .planlogo.type2 {
                width: 80%;
                margin-left: 15%; } }
            @media (min-width: 1024px) {
              #plan .plan-picup .plan-list .plan-name .planlogo.type2 {
                width: 60%; } }
          #plan .plan-picup .plan-list .plan-name .planlogo.type3 {
            width: 45%; }
            @media (min-width: 768px) {
              #plan .plan-picup .plan-list .plan-name .planlogo.type3 {
                width: 80%; } }
            @media (min-width: 1024px) {
              #plan .plan-picup .plan-list .plan-name .planlogo.type3 {
                width: 70%; } }
          #plan .plan-picup .plan-list .plan-name .planlogo.type4 {
            width: 40%;
            margin-left: 5%; }
            @media (min-width: 768px) {
              #plan .plan-picup .plan-list .plan-name .planlogo.type4 {
                width: 80%;
                margin-left: 15%; } }
            @media (min-width: 1024px) {
              #plan .plan-picup .plan-list .plan-name .planlogo.type4 {
                width: 60%; } }
          #plan .plan-picup .plan-list .plan-name .planlogo.type5 {
            width: 45%; }
            @media (min-width: 768px) {
              #plan .plan-picup .plan-list .plan-name .planlogo.type5 {
                width: 80%;
                margin: 15px 0 0 10px; } }
            @media (min-width: 1024px) {
              #plan .plan-picup .plan-list .plan-name .planlogo.type5 {
                width: 75%;
                margin: 25px 0 0 10px; } }
            @media (min-width: 1250px) {
              #plan .plan-picup .plan-list .plan-name .planlogo.type5 {
                margin: 25px 0 0 10%; } }
      #plan .plan-picup .plan-list .plan-slide {
        position: relative;
        z-index: 1; }
        @media (min-width: 768px) {
          #plan .plan-picup .plan-list .plan-slide {
            width: 75%; } }
        #plan .plan-picup .plan-list .plan-slide .swiper-button-prev,
        #plan .plan-picup .plan-list .plan-slide .swiper-button-next {
          top: 82px; }
          @media (min-width: 1024px) {
            #plan .plan-picup .plan-list .plan-slide .swiper-button-prev,
            #plan .plan-picup .plan-list .plan-slide .swiper-button-next {
              top: 94px; } }
          @media (min-width: 1250px) {
            #plan .plan-picup .plan-list .plan-slide .swiper-button-prev,
            #plan .plan-picup .plan-list .plan-slide .swiper-button-next {
              top: 120px; } }
        #plan .plan-picup .plan-list .plan-slide .card02 .swiper-button-next {
          left: calc(100% - 42px); }
          @media (min-width: 1024px) {
            #plan .plan-picup .plan-list .plan-slide .card02 .swiper-button-next {
              left: calc(100% - 57px); } }
        #plan .plan-picup .plan-list .plan-slide .swiper {
          padding-left: 0; }
          #plan .plan-picup .plan-list .plan-slide .swiper .swiper-wrapper {
            padding-left: 5%; }
            @media (min-width: 768px) {
              #plan .plan-picup .plan-list .plan-slide .swiper .swiper-wrapper {
                padding-left: 0; } }
            #plan .plan-picup .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide {
              width: 260px;
              margin-right: 15px; }
              @media (min-width: 1024px) {
                #plan .plan-picup .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide {
                  width: 300px;
                  margin-right: 20px; } }
              @media (min-width: 1250px) {
                #plan .plan-picup .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide {
                  width: 400px;
                  margin-right: 30px; } }
              #plan .plan-picup .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a:hover .slide-media > img {
                transform: scale(1.04); }
              #plan .plan-picup .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a:hover .movie-info > h4 {
                color: #033528; }
              #plan .plan-picup .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a article .slide-media {
                position: relative;
                border-radius: 20px;
                overflow: hidden;
                display: block;
                z-index: 1; }
                #plan .plan-picup .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a article .slide-media img {
                  width: 100%;
                  height: auto;
                  display: block;
                  transition-duration: 0.8s;
                  transform: scale(1);
                  border-radius: 20px; }
              #plan .plan-picup .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a article .movie-info {
                margin-top: 10px; }
                #plan .plan-picup .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a article .movie-info h3 {
                  font-size: 0.7em;
                  font-weight: 300;
                  line-height: 1.2em;
                  color: #fff; }
                  @media (min-width: 1024px) {
                    #plan .plan-picup .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a article .movie-info h3 {
                      font-size: 0.8em; } }
                #plan .plan-picup .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a article .movie-info .data p {
                  font-size: 0.70em;
                  line-height: 1.2em;
                  color: #E6E6E6; }
                  @media (min-width: 1024px) {
                    #plan .plan-picup .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a article .movie-info .data p {
                      font-size: 0.75em; } }
                #plan .plan-picup .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a article .movie-info h4 {
                  font-size: 1.0em;
                  line-height: 1.4em;
                  color: #fff;
                  margin: 10px 0 0 0;
                  transition: .5s; }
                  @media (min-width: 1024px) {
                    #plan .plan-picup .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a article .movie-info h4 {
                      font-size: 1.125em; } }
      #plan .plan-picup .plan-list .archive-btn {
        position: absolute;
        bottom: -40px; }
        #plan .plan-picup .plan-list .archive-btn.left {
          right: 5%; }
          @media (min-width: 768px) {
            #plan .plan-picup .plan-list .archive-btn.left {
              left: 5%;
              right: inherit;
              bottom: 25%; } }
          @media (min-width: 1600px) {
            #plan .plan-picup .plan-list .archive-btn.left {
              bottom: 0; } }
        #plan .plan-picup .plan-list .archive-btn.right {
          right: 5%; }
          @media (min-width: 768px) {
            #plan .plan-picup .plan-list .archive-btn.right {
              right: 8%;
              bottom: 10%; } }
          @media (min-width: 1600px) {
            #plan .plan-picup .plan-list .archive-btn.right {
              bottom: -10px; } }
        #plan .plan-picup .plan-list .archive-btn a {
          display: flex;
          align-items: center; }
          #plan .plan-picup .plan-list .archive-btn a:hover p {
            color: #fff; }
          #plan .plan-picup .plan-list .archive-btn a p {
            font-size: 1.0em;
            line-height: 1.2em;
            margin: 0 0 2px 0;
            position: relative; }
            #plan .plan-picup .plan-list .archive-btn a p::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; }
            #plan .plan-picup .plan-list .archive-btn a p:hover::after {
              transform-origin: left top;
              transform: scale(1, 1); }
          #plan .plan-picup .plan-list .archive-btn a img {
            width: 20px;
            margin-left: 5px; }

/*
---------------------------------------------------------------------------------------------------------------------
最近収録したもの
---------------------------------------------------------------------------------------------------------------------
*/
#recording {
  background: linear-gradient(120deg, rgba(44, 36, 249, 0.7), rgba(183, 0, 99, 0.7));
  height: auto;
  width: 97%;
  margin-left: 3%;
  padding: 30px 0 20px;
  position: relative;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; }
  @media (min-width: 1024px) {
    #recording {
      padding: 60px 0 60px; } }
  #recording .white-btn {
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    text-align: center; }
  #recording .midashi-waku {
    position: absolute;
    top: -49px;
    left: 4%; }
    @media (min-width: 1024px) {
      #recording .midashi-waku {
        top: -69px; } }
    #recording .midashi-waku img {
      width: auto;
      height: 50px;
      vertical-align: bottom; }
      @media (min-width: 1024px) {
        #recording .midashi-waku img {
          height: 70px; } }
  #recording .recording-title {
    max-width: 2000px;
    margin: 0 auto 20px;
    width: 90%; }
    @media (min-width: 1024px) {
      #recording .recording-title {
        display: flex;
        margin: 0 auto 40px;
        width: 94%; } }
    #recording .recording-title .title-l {
      margin: 0 5% 0 0; }
      #recording .recording-title .title-l .common-title {
        margin-bottom: 20px; }
        @media (min-width: 1024px) {
          #recording .recording-title .title-l .common-title {
            margin-bottom: 0; } }
    #recording .recording-title .title-r {
      margin: auto 0 14px 0; }
      #recording .recording-title .title-r .common-fuidashi h3 {
        background-color: #00A4E3;
        position: relative; }
        #recording .recording-title .title-r .common-fuidashi h3::after {
          left: 35px;
          background-color: #00A4E3; }
      #recording .recording-title .title-r h6 {
        font-size: 1.125em;
        line-height: 1.2em;
        margin: 30px 0 0 0; }
        @media (min-width: 1024px) {
          #recording .recording-title .title-r h6 {
            font-size: 1.5em; } }
  #recording .swiper .swiper-button-prev,
  #recording .swiper .swiper-button-next {
    top: 75px; }
    @media (min-width: 1024px) {
      #recording .swiper .swiper-button-prev,
      #recording .swiper .swiper-button-next {
        top: 85px; } }
    @media (min-width: 1250px) {
      #recording .swiper .swiper-button-prev,
      #recording .swiper .swiper-button-next {
        top: 105px; } }
  #recording .swiper .swiper-wrapper .swiper-slide {
    width: 260px;
    margin-right: 15px; }
    @media (min-width: 1024px) {
      #recording .swiper .swiper-wrapper .swiper-slide {
        width: 300px;
        margin-right: 20px; } }
    @media (min-width: 1250px) {
      #recording .swiper .swiper-wrapper .swiper-slide {
        width: 400px;
        margin-right: 30px; } }
    #recording .swiper .swiper-wrapper .swiper-slide article {
      margin-bottom: 40px; }
      #recording .swiper .swiper-wrapper .swiper-slide article .new-video {
        position: relative; }
        #recording .swiper .swiper-wrapper .swiper-slide article .new-video a {
          position: relative;
          border-radius: 10px;
          overflow: hidden;
          display: block;
          z-index: 1; }
          #recording .swiper .swiper-wrapper .swiper-slide article .new-video a img {
            width: 100%;
            height: auto;
            display: block;
            transition-duration: 0.8s;
            transform: scale(1); }
            #recording .swiper .swiper-wrapper .swiper-slide article .new-video a img:hover {
              transform: scale(1.04); }
        #recording .swiper .swiper-wrapper .swiper-slide article .new-video:hover .ChipBtn > img {
          opacity: 1; }
        #recording .swiper .swiper-wrapper .swiper-slide article .new-video:hover .OpenChipBtn > img {
          opacity: 1; }
        #recording .swiper .swiper-wrapper .swiper-slide article .new-video .ChipBtn {
          position: absolute;
          bottom: -20px;
          right: 5px;
          z-index: 10;
          border-radius: 0px; }
          #recording .swiper .swiper-wrapper .swiper-slide article .new-video .ChipBtn img {
            width: 30px;
            height: auto;
            border-radius: 0px; }
        #recording .swiper .swiper-wrapper .swiper-slide article .new-video .OpenChipPanel {
          background: linear-gradient(to right, #FF14A4, #F98924);
          padding: 5px 10px;
          position: absolute;
          bottom: 15px;
          right: 2%;
          border-radius: 10px;
          margin-left: 40px;
          opacity: 0;
          z-index: -10; }
          @media (min-width: 1024px) {
            #recording .swiper .swiper-wrapper .swiper-slide article .new-video .OpenChipPanel {
              padding: 10px; } }
          #recording .swiper .swiper-wrapper .swiper-slide article .new-video .OpenChipPanel p {
            font-size: 0.9em;
            font-weight: bold;
            margin: 0; }
            @media (min-width: 1024px) {
              #recording .swiper .swiper-wrapper .swiper-slide article .new-video .OpenChipPanel p {
                font-size: 1.0em; } }
          #recording .swiper .swiper-wrapper .swiper-slide article .new-video .OpenChipPanel .OpenChipBtn {
            position: absolute;
            top: -14px;
            left: -14px; }
            #recording .swiper .swiper-wrapper .swiper-slide article .new-video .OpenChipPanel .OpenChipBtn img {
              width: 28px;
              height: auto; }
        #recording .swiper .swiper-wrapper .swiper-slide article .new-video .OpenChipAnime {
          animation: fadeInToolchip 0.5s ease forwards;
          animation-delay: 0s;
          z-index: 100; }
@keyframes fadeInToolchip {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
      #recording .swiper .swiper-wrapper .swiper-slide article h3 {
        font-size: 0.9em;
        font-weight: bold;
        line-height: 1.4em;
        margin-top: 10px;
        transition: .5s; }
        @media (min-width: 1024px) {
          #recording .swiper .swiper-wrapper .swiper-slide article h3 {
            font-size: 1.125em; } }
        #recording .swiper .swiper-wrapper .swiper-slide article h3:hover {
          color: #00A4E3; }
      #recording .swiper .swiper-wrapper .swiper-slide article h4 {
        font-size: 0.7em;
        font-weight: 200;
        line-height: 1.2em;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #recording .swiper .swiper-wrapper .swiper-slide article h4 {
            font-size: 0.8em; } }
      #recording .swiper .swiper-wrapper .swiper-slide article 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) {
          #recording .swiper .swiper-wrapper .swiper-slide article p {
            font-size: 0.75em; } }
      #recording .swiper .swiper-wrapper .swiper-slide article .content h3 {
        font-size: 0.7em;
        font-weight: normal;
        color: #999999;
        margin: 10px 0 0 0; }
        @media (min-width: 1024px) {
          #recording .swiper .swiper-wrapper .swiper-slide article .content h3 {
            font-size: 0.8em; } }
      #recording .swiper .swiper-wrapper .swiper-slide article .content h4 {
        font-size: 1.0em;
        font-weight: bold;
        line-height: 1.6em;
        margin: 5px 0 0 0; }
        @media (min-width: 1024px) {
          #recording .swiper .swiper-wrapper .swiper-slide article .content h4 {
            font-size: 1.125em; } }
        #recording .swiper .swiper-wrapper .swiper-slide article .content h4 a {
          transition: .5s; }
          #recording .swiper .swiper-wrapper .swiper-slide article .content h4 a:hover {
            color: #00A4E3; }
      #recording .swiper .swiper-wrapper .swiper-slide article .content ul {
        margin: 2px 0 0 0; }
        @media (min-width: 1024px) {
          #recording .swiper .swiper-wrapper .swiper-slide article .content ul {
            margin: 5px 0 0 0; } }
        #recording .swiper .swiper-wrapper .swiper-slide article .content ul li {
          margin: 0;
          display: inline-block; }
          #recording .swiper .swiper-wrapper .swiper-slide article .content ul li a {
            font-size: 0.70em;
            color: #E6E6E6;
            transition: .5s; }
            @media (min-width: 1024px) {
              #recording .swiper .swiper-wrapper .swiper-slide article .content ul li a {
                font-size: 0.75em; } }
            #recording .swiper .swiper-wrapper .swiper-slide article .content ul li a:hover {
              color: #00A4E3; }
      #recording .swiper .swiper-wrapper .swiper-slide article .content ol {
        display: flex;
        margin: 2px 0 0 0; }
        @media (min-width: 1024px) {
          #recording .swiper .swiper-wrapper .swiper-slide article .content ol {
            margin: 5px 0 0 0; } }
        #recording .swiper .swiper-wrapper .swiper-slide article .content ol li {
          font-size: 0.8em;
          font-family: 'Montserrat', sans-serif;
          margin-right: 5px; }
          @media (min-width: 1024px) {
            #recording .swiper .swiper-wrapper .swiper-slide article .content ol li {
              font-size: 0.9em; } }
  #recording .komento {
    position: absolute;
    bottom: -80px; }
    @media (min-width: 768px) {
      #recording .komento {
        left: calc(50% - 240px); } }
    @media (min-width: 1024px) {
      #recording .komento {
        left: calc(50% - 300px); } }
    @media (min-width: 1250px) {
      #recording .komento {
        left: calc(50% - 340px); } }
    #recording .komento .common-fuidashi h3 {
      background-color: #00A4E3;
      position: relative; }
      #recording .komento .common-fuidashi h3::after {
        top: 5px;
        right: -10px;
        background-color: #00A4E3;
        transform: rotate(-0.34turn); }

/*
---------------------------------------------------------------------------------------------------------------------
リクライブラジオ
---------------------------------------------------------------------------------------------------------------------
*/
#whats {
  position: relative;
  margin-top: 120px;
  padding: 0 0 40px 0; }
  @media (min-width: 1024px) {
    #whats {
      height: 100vh;
      margin-top: 200px;
      padding: 0; } }
  #whats::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 0; }
  #whats #video-area {
    position: absolute;
    z-index: -1;
    /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden; }
    #whats #video-area #video {
      position: absolute;
      z-index: -1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 177.77777778vh;
      height: 56.25vw;
      min-height: 100%;
      min-width: 100%; }
  #whats .txt-area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%; }
    @media (min-width: 768px) {
      #whats .txt-area {
        margin: auto; } }
    @media (min-width: 1024px) {
      #whats .txt-area {
        position: absolute;
        width: 50%;
        z-index: 10; } }
    #whats .txt-area .txt-area-in {
      color: #fff;
      width: 90%;
      margin: 30px auto 0; }
      @media (min-width: 1024px) {
        #whats .txt-area .txt-area-in {
          padding-left: 2%;
          margin: 0; } }
      #whats .txt-area .txt-area-in .logoradio {
        width: 80%; }
        @media (min-width: 1250px) {
          #whats .txt-area .txt-area-in .logoradio {
            width: 100%; } }
      #whats .txt-area .txt-area-in .common-title {
        margin-top: 20px; }
      #whats .txt-area .txt-area-in p {
        font-size: 1.0em;
        font-weight: bold;
        line-height: 1.4em;
        margin: 0; }
        @media (min-width: 768px) {
          #whats .txt-area .txt-area-in p {
            font-size: 1.4em; } }
        @media (min-width: 1250px) {
          #whats .txt-area .txt-area-in p {
            font-size: 1.8em; } }
      #whats .txt-area .txt-area-in .white-btn {
        margin-top: 20px; }
        @media (min-width: 768px) {
          #whats .txt-area .txt-area-in .white-btn {
            margin-top: 40px; } }
      #whats .txt-area .txt-area-in .komento {
        margin-top: 24px; }
        #whats .txt-area .txt-area-in .komento .common-fuidashi h3 {
          background-color: #00A4E3;
          position: relative; }
          #whats .txt-area .txt-area-in .komento .common-fuidashi h3::after {
            top: -14px;
            left: 60px;
            background-color: #00A4E3;
            transform: rotate(180deg); }
  #whats .Slide {
    display: flex;
    justify-content: flex-end;
    padding: 0 2.5%;
    width: 100%; }
    @media (min-width: 1024px) {
      #whats .Slide {
        padding: 0 2.5% 0 0; } }
    #whats .Slide .line-box {
      width: 50%;
      padding-right: 10px; }
      @media (min-width: 1024px) {
        #whats .Slide .line-box {
          width: 16%;
          padding-right: 20px; } }
      @media (min-width: 1600px) {
        #whats .Slide .line-box {
          width: 16%;
          padding-right: 25px; } }
      #whats .Slide .line-box:last-child {
        padding-right: 0; }
      #whats .Slide .line-box .line-wrap {
        overflow: hidden;
        height: 50vh; }
        @media (min-width: 1024px) {
          #whats .Slide .line-box .line-wrap {
            height: 100vh; } }
        #whats .Slide .line-box .line-wrap ul {
          margin: 0; }
          #whats .Slide .line-box .line-wrap ul li {
            margin-bottom: 10px; }
            @media (min-width: 1024px) {
              #whats .Slide .line-box .line-wrap ul li {
                margin-bottom: 20px; } }
            @media (min-width: 1600px) {
              #whats .Slide .line-box .line-wrap ul li {
                margin-bottom: 25px; } }
            #whats .Slide .line-box .line-wrap ul li img {
              border-radius: 10px; }
              @media (min-width: 1250px) {
                #whats .Slide .line-box .line-wrap ul li img {
                  border-radius: 18px; } }
        #whats .Slide .line-box .line-wrap ul.line-type1 {
          animation: infinity-scroll-left1 100s infinite linear 0.5s both; }
        #whats .Slide .line-box .line-wrap ul.line-type2 {
          animation: infinity-scroll-left2 100s infinite linear 0.5s both; }
        #whats .Slide .line-box .line-wrap ul.line-type3 {
          animation: infinity-scroll-left3 60s infinite linear 0.5s both; }
@keyframes infinity-scroll-left1 {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-100%); } }
@keyframes infinity-scroll-left2 {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }
@keyframes infinity-scroll-left3 {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-100%); } }
/*
---------------------------------------------------------------------------------------------------------------------
採用動画を導入してみて
---------------------------------------------------------------------------------------------------------------------
*/
#voice-title {
  position: relative;
  z-index: 1;
  max-width: 2000px;
  width: 90%;
  margin: 40px auto -50px; }
  @media (min-width: 1024px) {
    #voice-title {
      display: flex;
      margin: 120px auto -100px;
      width: 94%; } }
  @media (min-width: 1250px) {
    #voice-title {
      margin: 160px auto -120px; } }
  #voice-title .voice-copy {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      #voice-title .voice-copy {
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      #voice-title .voice-copy .common-fuidashi {
        position: absolute;
        top: -30px; } }
    #voice-title .voice-copy .common-fuidashi h3 {
      background-color: #00A4E3;
      position: relative; }
      #voice-title .voice-copy .common-fuidashi h3::after {
        left: 35px;
        background-color: #00A4E3; }
    #voice-title .voice-copy .common-title {
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #voice-title .voice-copy .common-title {
          margin-top: 50px; } }
      #voice-title .voice-copy .common-title .common-maru {
        right: 85px; }
        @media (min-width: 768px) {
          #voice-title .voice-copy .common-title .common-maru {
            right: 205px;
            bottom: 50px; } }
        @media (min-width: 1024px) {
          #voice-title .voice-copy .common-title .common-maru {
            right: -7%;
            bottom: 60px; } }
    #voice-title .voice-copy h6 {
      font-size: 1.125em;
      line-height: 1.2em;
      margin: 5px 0 0 0; }
      @media (min-width: 1024px) {
        #voice-title .voice-copy h6 {
          font-size: 1.5em;
          margin: 20px 0 0 0; } }
  #voice-title .movie {
    position: relative;
    width: 65%;
    margin-left: auto; }
    @media (min-width: 1024px) {
      #voice-title .movie {
        width: 50%; } }
    #voice-title .movie .MVVideo-in {
      position: relative; }
      #voice-title .movie .MVVideo-in video {
        width: 100%;
        border-radius: 10px; }
        @media (min-width: 1024px) {
          #voice-title .movie .MVVideo-in video {
            border-radius: 20px; } }

#voice-slidearea {
  background: linear-gradient(to left, rgba(249, 137, 36, 0.7), rgba(255, 20, 164, 0.7));
  height: auto;
  width: 100%;
  padding: 100px 0 50px;
  position: relative; }
  @media (min-width: 1024px) {
    #voice-slidearea {
      padding: 200px 0 80px; } }
  #voice-slidearea .midashi-waku {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 60px;
    background-color: #111;
    border-bottom-right-radius: 30px; }
    @media (min-width: 1024px) {
      #voice-slidearea .midashi-waku {
        height: 150px; } }
    #voice-slidearea .midashi-waku::before {
      position: absolute;
      top: 0;
      right: -30px;
      width: 30px;
      height: 30px;
      background-color: #111111;
      content: "";
      clip-path: path("M0,0v30C0,13.4,13.4,0,30,0H0Z"); }
    #voice-slidearea .midashi-waku img {
      width: 70%;
      position: absolute;
      bottom: 0;
      left: 10%; }
      @media (min-width: 1024px) {
        #voice-slidearea .midashi-waku img {
          width: 45%; } }
  #voice-slidearea .white-btn {
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    text-align: center; }
  #voice-slidearea .swiper .swiper-button-prev,
  #voice-slidearea .swiper .swiper-button-next {
    top: 94px; }
    @media (min-width: 1024px) {
      #voice-slidearea .swiper .swiper-button-prev,
      #voice-slidearea .swiper .swiper-button-next {
        top: 120px; } }
    @media (min-width: 1250px) {
      #voice-slidearea .swiper .swiper-button-prev,
      #voice-slidearea .swiper .swiper-button-next {
        top: 130px; } }
  #voice-slidearea .swiper .swiper-wrapper .swiper-slide {
    width: 300px;
    margin-right: 15px; }
    @media (min-width: 1024px) {
      #voice-slidearea .swiper .swiper-wrapper .swiper-slide {
        width: 400px;
        margin-right: 20px; } }
    @media (min-width: 1250px) {
      #voice-slidearea .swiper .swiper-wrapper .swiper-slide {
        width: 480px;
        margin-right: 36px; } }
    #voice-slidearea .swiper .swiper-wrapper .swiper-slide a:hover .slide-media > img {
      transform: scale(1.04); }
    #voice-slidearea .swiper .swiper-wrapper .swiper-slide a:hover .movie-info > h4 {
      color: #00A4E3; }
    #voice-slidearea .swiper .swiper-wrapper .swiper-slide a article .slide-media {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      display: block;
      z-index: 1; }
      #voice-slidearea .swiper .swiper-wrapper .swiper-slide a article .slide-media img {
        width: 100%;
        height: auto;
        display: block;
        transition-duration: 0.8s;
        transform: scale(1);
        border-radius: 20px; }
    #voice-slidearea .swiper .swiper-wrapper .swiper-slide a article .movie-info {
      margin-top: 10px; }
      #voice-slidearea .swiper .swiper-wrapper .swiper-slide a article .movie-info h3 {
        font-size: 0.8em;
        font-weight: 300;
        line-height: 1.2em;
        color: #D3D3D3; }
        @media (min-width: 1024px) {
          #voice-slidearea .swiper .swiper-wrapper .swiper-slide a article .movie-info h3 {
            font-size: 0.9em; } }
      #voice-slidearea .swiper .swiper-wrapper .swiper-slide a article .movie-info h4 {
        font-size: 1.0em;
        line-height: 1.4em;
        color: #fff;
        margin-top: 10px;
        transition: .5s; }
        @media (min-width: 1024px) {
          #voice-slidearea .swiper .swiper-wrapper .swiper-slide a article .movie-info h4 {
            font-size: 1.25em; } }

/*
---------------------------------------------------------------------------------------------------------------------
導入企業一覧・サクセス支援一覧
---------------------------------------------------------------------------------------------------------------------
*/
#bringing {
  padding-top: 100px;
  margin-bottom: 80px;
  /* 前へ次への矢印カスタマイズ */ }
  @media (min-width: 1024px) {
    #bringing {
      margin-bottom: 120px; } }
  #bringing .h2_Title_v10 {
    width: 90%;
    margin: 0 auto 0px; }
  #bringing .swiper-button-prev,
  #bringing .swiper-button-next {
    top: 98px; }
  #bringing .swiper-slide {
    width: 160px;
    padding: 0; }
    @media (min-width: 1250px) {
      #bringing .swiper-slide {
        width: 180px; } }
    #bringing .swiper-slide .slide {
      margin-right: 10px;
      transition: .5s;
      padding-top: 16px; }
      @media (min-width: 1250px) {
        #bringing .swiper-slide .slide {
          margin-right: 20px; } }
      #bringing .swiper-slide .slide .slide-media {
        position: relative; }
        #bringing .swiper-slide .slide .slide-media img {
          border-radius: 10px;
          transition: .5s; }
        #bringing .swiper-slide .slide .slide-media:hover img {
          opacity: 0.8; }
      #bringing .swiper-slide .slide:hover {
        margin-top: -16px; }
    #bringing .swiper-slide .bringing-text {
      margin: 12px 0 15px; }
      #bringing .swiper-slide .bringing-text h3 {
        font-size: 0.6em;
        font-weight: lighter;
        line-height: 1.2em;
        color: #999;
        margin: 0 0 5px 0; }
      #bringing .swiper-slide .bringing-text h4 {
        font-size: 0.8em;
        font-weight: lighter;
        line-height: 1.4em;
        color: #fff; }

/*
---------------------------------------------------------------------------------------------------------------------
採用動画をウェブサイトで
---------------------------------------------------------------------------------------------------------------------
*/
#web-work-back {
  background: linear-gradient(110deg, rgba(255, 101, 249, 0.7), rgba(252, 148, 148, 0.7) 30%, rgba(95, 200, 255, 0.7));
  height: auto;
  position: relative;
  padding: 10px 0;
  margin: 40px auto 100px; }
  #web-work-back .midashi-waku {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 60px;
    background-color: #111;
    border-bottom-left-radius: 30px; }
    @media (min-width: 1024px) {
      #web-work-back .midashi-waku {
        height: 120px; } }
    @media (min-width: 1250px) {
      #web-work-back .midashi-waku {
        height: 150px; } }
    #web-work-back .midashi-waku::before {
      position: absolute;
      top: 0;
      left: -30px;
      width: 30px;
      height: 30px;
      background-color: #111111;
      content: "";
      clip-path: path("M0,0c16.57,0,30,13.43,30,30V0H0Z"); }
    #web-work-back .midashi-waku img {
      width: 70%;
      position: absolute;
      bottom: 0;
      right: 10%; }
      @media (min-width: 1024px) {
        #web-work-back .midashi-waku img {
          width: 45%; } }
  #web-work-back .web-title {
    margin: 0 auto 30px;
    width: 90%; }
    @media (min-width: 1024px) {
      #web-work-back .web-title {
        display: flex;
        margin: 0 auto 50px;
        width: 94%; } }
    #web-work-back .web-title .title-in {
      margin-right: 2%; }
      #web-work-back .web-title .title-in .common-fuidashi {
        position: absolute;
        top: -30px; }
        #web-work-back .web-title .title-in .common-fuidashi h3 {
          background-color: #FC0478;
          position: relative; }
          #web-work-back .web-title .title-in .common-fuidashi h3::after {
            left: 35px;
            background-color: #FC0478; }
      #web-work-back .web-title .title-in .common-title {
        margin-top: 35px; }
    #web-work-back .web-title .web-copy {
      margin: auto 0 0 0; }
      #web-work-back .web-title .web-copy p {
        font-size: 1.125em;
        font-weight: bold;
        line-height: 1.2em; }
        @media (min-width: 1024px) {
          #web-work-back .web-title .web-copy p {
            font-size: 1.5em; } }
  #web-work-back #web-work {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      #web-work-back #web-work {
        margin-bottom: 80px; } }
  #web-work-back #web-work .card08 a.swiper-slide .work-box .txt h4 {
    color: #fff; }
  #web-work-back #web-work .card08 a.swiper-slide .work-box ul li {
    color: #fff;
    border: 1px solid #fff; }
  #web-work-back .white-btn {
    text-align: center;
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0; }

/*
---------------------------------------------------------------------------------------------------------------------
ラジオ
---------------------------------------------------------------------------------------------------------------------
*/
#radio {
  opacity: 0;
  padding: 20px 0 40px;
  border-radius: 30px;
  background-color: #F2BA00;
  width: 90%;
  margin: auto;
  position: relative; }
  @media (min-width: 1024px) {
    #radio {
      padding: 80px 0 60px;
      width: 94%; } }
  #radio .radioin {
    width: 94%;
    margin: 0 auto 0; }
    #radio .radioin .radio-title {
      margin: 0 auto 60px;
      width: 94%; }
      @media (min-width: 1024px) {
        #radio .radioin .radio-title {
          display: flex; } }
      #radio .radioin .radio-title .common-title h2 {
        color: #000; }
      #radio .radioin .radio-title .logo-copy {
        margin-top: 20px; }
        @media (min-width: 1024px) {
          #radio .radioin .radio-title .logo-copy {
            margin: auto 0 10px 5%; } }
        @media (min-width: 1400px) {
          #radio .radioin .radio-title .logo-copy {
            margin: auto 0 10px 10%; } }
        #radio .radioin .radio-title .logo-copy .common-fuidashi h3 {
          background-color: #FC0478;
          position: relative; }
          #radio .radioin .radio-title .logo-copy .common-fuidashi h3::after {
            right: 35px;
            background-color: #FC0478; }
        #radio .radioin .radio-title .logo-copy .logoradio {
          margin-top: 30px; }
          #radio .radioin .radio-title .logo-copy .logoradio img {
            max-width: 350px; }
            @media (min-width: 1250px) {
              #radio .radioin .radio-title .logo-copy .logoradio img {
                max-width: 450px; } }
        #radio .radioin .radio-title .logo-copy p {
          font-size: 1.0em;
          font-weight: bold;
          line-height: 1.2em;
          color: #000;
          margin: 15px 0 0; }
          @media (min-width: 1024px) {
            #radio .radioin .radio-title .logo-copy p {
              font-size: 1.25em; } }
          @media (min-width: 1250px) {
            #radio .radioin .radio-title .logo-copy p {
              font-size: 1.5em; } }
    #radio .radioin .radio-box {
      margin-bottom: 20px;
      border-bottom: 1px solid #707070;
      padding-bottom: 20px; }
      #radio .radioin .radio-box a {
        display: flex;
        align-items: center;
        position: relative; }
        #radio .radioin .radio-box a img {
          width: 60px;
          height: 60px;
          border-radius: 5px; }
        #radio .radioin .radio-box a .text {
          margin-left: 10px;
          color: #000; }
          #radio .radioin .radio-box a .text h4 {
            font-size: 0.80em;
            font-weight: 700;
            margin: 0;
            transition: .5s; }
            @media (min-width: 1024px) {
              #radio .radioin .radio-box a .text h4 {
                font-size: 0.875em; } }
          #radio .radioin .radio-box a .text .title {
            display: flex; }
          #radio .radioin .radio-box a .text h5 {
            font-size: 1.3em;
            font-weight: 700;
            font-feature-settings: "palt";
            letter-spacing: 0.05em;
            margin: 6px 0 0 0;
            word-break: break-all;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            transition: .5s; }
            @media (min-width: 1024px) {
              #radio .radioin .radio-box a .text h5 {
                font-size: 1.5em; } }
        #radio .radioin .radio-box a .OutLink {
          position: absolute;
          right: 2px;
          top: 15px;
          transition: .5s; }
          @media (min-width: 1024px) {
            #radio .radioin .radio-box a .OutLink {
              right: 12px; } }
          #radio .radioin .radio-box a .OutLink img {
            width: 13px;
            height: auto;
            border-radius: 0; }
            #radio .radioin .radio-box a .OutLink img:first-child {
              position: absolute;
              top: 0;
              right: 5%; }
              @media (min-width: 1024px) {
                #radio .radioin .radio-box a .OutLink img:first-child {
                  left: 0;
                  right: inherit; } }
            #radio .radioin .radio-box a .OutLink img:last-child {
              position: absolute;
              top: 0;
              right: 5%;
              z-index: -10; }
              @media (min-width: 1024px) {
                #radio .radioin .radio-box a .OutLink img:last-child {
                  left: 0;
                  right: inherit; } }
        #radio .radioin .radio-box a:hover .text > h4, #radio .radioin .radio-box a:hover h5 {
          color: #fff; }
        #radio .radioin .radio-box a:hover .text .title .OutLink > img:last-child {
          z-index: 0; }
    #radio .radioin .white-btn {
      text-align: center;
      position: absolute;
      bottom: -27px;
      left: 0;
      right: 0; }
    @media only screen and (min-width: 768px) {
      #radio .radioin .o-6column .col-xl-6 {
        padding: 0 10px; }
      #radio .radioin .o-6column {
        margin: 0 -10px; } }
    @media only screen and (min-width: 1024px) {
      #radio .radioin .o-6column .col-xl-6 {
        padding: 0 20px; }
      #radio .radioin .o-6column {
        margin: 0 -20px; } }
  #radio .komento {
    position: absolute;
    bottom: -85px;
    left: 0;
    right: 0;
    text-align: center; }
    @media (min-width: 1024px) {
      #radio .komento {
        bottom: -80px;
        left: calc(50% - 400px);
        right: inherit; } }
    @media (min-width: 1250px) {
      #radio .komento {
        left: calc(50% - 460px); } }
    #radio .komento .common-fuidashi h3 {
      background-color: #00A4E3;
      position: relative; }
      #radio .komento .common-fuidashi h3::after {
        top: -13.5px;
        right: 50%;
        background-color: #00A4E3;
        transform: rotate(180deg); }
        @media (min-width: 1024px) {
          #radio .komento .common-fuidashi h3::after {
            top: 5px;
            right: -10px;
            transform: rotate(-0.34turn); } }

/*
---------------------------------------------------------------------------------------------------------------------
Culture
---------------------------------------------------------------------------------------------------------------------
*/
#culture {
  width: 90%;
  margin: 160px auto 80px;
  position: relative; }
  @media (min-width: 1024px) {
    #culture {
      width: 94%; } }
  #culture .culture-title {
    position: absolute;
    top: 10px;
    left: 3%;
    z-index: 10; }
    @media (min-width: 1024px) {
      #culture .culture-title {
        top: 30px; } }
    #culture .culture-title h2 {
      font-size: 3em;
      color: #fff;
      line-height: 1.0em;
      margin: 0; }
      @media (min-width: 768px) {
        #culture .culture-title h2 {
          font-size: 4em; } }
      @media (min-width: 1024px) {
        #culture .culture-title h2 {
          font-size: 6.25em; } }
    #culture .culture-title .logo {
      margin: 0; }
      #culture .culture-title .logo img {
        width: 100px;
        height: auto; }
        @media (min-width: 1024px) {
          #culture .culture-title .logo img {
            width: 140px; } }
  #culture .Visual {
    text-align: center;
    margin: auto;
    position: relative; }
    #culture .Visual img {
      width: 100%;
      height: auto;
      border-radius: 20px; }
      @media (min-width: 1024px) {
        #culture .Visual img {
          border-radius: 30px; } }
  #culture .culture-copy {
    position: absolute;
    bottom: 20px;
    left: 3%; }
    @media (min-width: 768px) {
      #culture .culture-copy {
        bottom: 30px; } }
    #culture .culture-copy h3 {
      font-size: 1.2em;
      line-height: 1.4em;
      margin: 0; }
      @media (min-width: 768px) {
        #culture .culture-copy h3 {
          font-size: 1.6em; } }
      @media (min-width: 1024px) {
        #culture .culture-copy h3 {
          font-size: 2.0em; } }
    #culture .culture-copy .AllView {
      margin-top: 5px; }
      @media (min-width: 768px) {
        #culture .culture-copy .AllView {
          margin-top: 20px; } }
      #culture .culture-copy .AllView p {
        display: inline-block;
        margin-right: 10px; }
        #culture .culture-copy .AllView p a {
          color: #fff; }
          #culture .culture-copy .AllView p a::after {
            background: #fff; }

/*
---------------------------------------------------------------------------------------------------------------------
リクルート
---------------------------------------------------------------------------------------------------------------------
*/
#recruit {
  margin: 0 auto 100px; }
  @media (min-width: 1024px) {
    #recruit {
      margin: 0 auto 200px; } }
  #recruit .recruit-in {
    max-width: 2000px;
    width: 90%;
    margin: auto; }
    @media (min-width: 768px) {
      #recruit .recruit-in {
        display: flex;
        width: 94%; } }
    @media (min-width: 768px) {
      #recruit .recruit-in .recruit-l {
        width: 50%; } }
    #recruit .recruit-in .recruit-l img {
      border-radius: 30px;
      vertical-align: bottom; }
    #recruit .recruit-in .recruit-r {
      position: relative;
      margin-top: 20px; }
      @media (min-width: 768px) {
        #recruit .recruit-in .recruit-r {
          width: 50%;
          margin-top: 0;
          padding-left: 5%; } }
      @media (min-width: 1600px) {
        #recruit .recruit-in .recruit-r {
          padding-top: 5%; } }
      #recruit .recruit-in .recruit-r .txt h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size: 4.0em;
        line-height: 1.0em;
        margin: 0; }
        @media (min-width: 1250px) {
          #recruit .recruit-in .recruit-r .txt h2 {
            font-size: 6.25em; } }
      #recruit .recruit-in .recruit-r .txt h3 {
        font-size: 1.5em;
        line-height: 1.4em;
        margin: 10px 0 0 0; }
        @media (min-width: 1250px) {
          #recruit .recruit-in .recruit-r .txt h3 {
            font-size: 2.1em;
            margin: 20px 0 0 0; } }
      #recruit .recruit-in .recruit-r .white-btn {
        margin-top: 30px; }
        @media (min-width: 1250px) {
          #recruit .recruit-in .recruit-r .white-btn {
            margin-top: 40px; } }
      #recruit .recruit-in .recruit-r .common-fuidashi {
        margin-top: 30px;
        text-align: center; }
        @media (min-width: 1024px) {
          #recruit .recruit-in .recruit-r .common-fuidashi {
            position: absolute;
            bottom: 70px;
            left: 0;
            right: 0; } }
        #recruit .recruit-in .recruit-r .common-fuidashi h3 {
          background-color: #FC0478;
          position: relative; }
          #recruit .recruit-in .recruit-r .common-fuidashi h3::after {
            right: 35%;
            background-color: #FC0478; }
  #recruit .card01 {
    margin-top: 20px; }
    @media (min-width: 1024px) {
      #recruit .card01 {
        margin-top: -40px; } }
    #recruit .card01 .swiper-button-prev,
    #recruit .card01 .swiper-button-next {
      top: 125px; }
      @media (min-width: 1250px) {
        #recruit .card01 .swiper-button-prev,
        #recruit .card01 .swiper-button-next {
          top: 120px; } }
    #recruit .card01 .swiper .swiper-wrapper .swiper-slide {
      width: 95%;
      max-width: 400px;
      margin-right: 20px; }
      @media (min-width: 1024px) {
        #recruit .card01 .swiper .swiper-wrapper .swiper-slide {
          margin-right: 30px; } }
      #recruit .card01 .swiper .swiper-wrapper .swiper-slide article iframe {
        height: 300px; }
      #recruit .card01 .swiper .swiper-wrapper .swiper-slide article h3 {
        font-size: 1.0em;
        line-height: 1.4em;
        margin-top: -50px; }
  #recruit .Podcast-btn {
    text-align: center;
    margin-top: 60px; }

/*
---------------------------------------------------------------------------------------------------------------------
気になったらまずは無料相談！
---------------------------------------------------------------------------------------------------------------------
*/
#consultation {
  background: linear-gradient(to right, #B70063, #2C24F9);
  height: 400px;
  width: 90%;
  margin: auto;
  border-radius: 20px;
  position: relative; }
  @media (min-width: 768px) {
    #consultation {
      height: 300px; } }
  @media (min-width: 1024px) {
    #consultation {
      height: 400px;
      border-radius: 30px; } }
  #consultation .consultation-in {
    position: relative;
    max-width: 1100px;
    margin: auto;
    height: 400px;
    z-index: 10; }
    @media (min-width: 768px) {
      #consultation .consultation-in {
        height: 300px; } }
    @media (min-width: 1024px) {
      #consultation .consultation-in {
        height: 400px; } }
    #consultation .consultation-in .consultation-text {
      display: flex;
      justify-content: center;
      padding-top: 20px; }
      @media (min-width: 768px) {
        #consultation .consultation-in .consultation-text {
          align-items: center;
          justify-content: flex-start;
          height: 300px;
          padding: 0 0 0 5%; } }
      @media (min-width: 1024px) {
        #consultation .consultation-in .consultation-text {
          height: 400px; } }
      #consultation .consultation-in .consultation-text .consultation-text-in h2 {
        font-size: 2.0em;
        font-weight: bold;
        line-height: 1.4em; }
        @media (min-width: 1024px) {
          #consultation .consultation-in .consultation-text .consultation-text-in h2 {
            font-size: 2.5em; } }
      #consultation .consultation-in .consultation-text .consultation-text-in h3 {
        font-size: 0.9em;
        font-weight: lighter;
        margin-top: 10px; }
      #consultation .consultation-in .consultation-text .consultation-text-in .TalkBtn {
        margin-top: 15px; }
        @media (min-width: 1024px) {
          #consultation .consultation-in .consultation-text .consultation-text-in .TalkBtn {
            margin-top: 30px; } }
        #consultation .consultation-in .consultation-text .consultation-text-in .TalkBtn a {
          color: #fff;
          display: inline-block;
          text-align: center;
          font-size: 1.0em;
          font-weight: bold;
          border-radius: 50px;
          transition: .5s;
          background: linear-gradient(90deg, #F98924, #FF14A4);
          width: 250px;
          height: 66px;
          line-height: 66px;
          position: relative; }
          @media (min-width: 1024px) {
            #consultation .consultation-in .consultation-text .consultation-text-in .TalkBtn a {
              font-size: 1.2em;
              width: 300px;
              height: 76px;
              line-height: 76px; } }
          #consultation .consultation-in .consultation-text .consultation-text-in .TalkBtn a::after {
            position: absolute;
            top: 50%;
            content: '';
            margin: -2.5px 0 0 45px;
            width: 8px;
            height: 8px;
            border: 0px;
            border-top: solid 1px #fff;
            border-right: solid 1px #fff;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            transition: .5s; }
            @media (min-width: 1024px) {
              #consultation .consultation-in .consultation-text .consultation-text-in .TalkBtn a::after {
                margin: -2.5px 0 0 55px; } }
          #consultation .consultation-in .consultation-text .consultation-text-in .TalkBtn a:hover::after {
            margin: -2.5px 0 0 50px; }
            @media (min-width: 1024px) {
              #consultation .consultation-in .consultation-text .consultation-text-in .TalkBtn a:hover::after {
                margin: -2.5px 0 0 60px; } }
    #consultation .consultation-in .editor-chief {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center; }
      @media (min-width: 768px) {
        #consultation .consultation-in .editor-chief {
          left: inherit;
          right: 5%; } }
      #consultation .consultation-in .editor-chief img {
        width: 170px; }
        @media (min-width: 768px) {
          #consultation .consultation-in .editor-chief img {
            width: 270px; } }
        @media (min-width: 1024px) {
          #consultation .consultation-in .editor-chief img {
            width: 480px; } }
    #consultation .consultation-in .chief-name {
      position: absolute;
      bottom: 20px;
      right: 5%; }
      #consultation .consultation-in .chief-name a {
        display: flex; }
        #consultation .consultation-in .chief-name a p {
          font-size: 0.9em;
          font-weight: bold;
          color: #9EF1FF;
          margin: 0;
          position: relative;
          display: inline-block; }
          #consultation .consultation-in .chief-name a p::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; }
          #consultation .consultation-in .chief-name a p:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
        #consultation .consultation-in .chief-name a img {
          width: 16px;
          margin-left: 5px; }

.reclive-loop {
  overflow: hidden;
  width: 90%;
  position: relative;
  height: 400px;
  margin: -400px auto 0; }
  @media (min-width: 768px) {
    .reclive-loop {
      height: 300px;
      margin: -300px auto 0; } }
  @media (min-width: 1024px) {
    .reclive-loop {
      height: 400px;
      margin: -400px auto 0; } }
  .reclive-loop .loop-in {
    display: flex;
    align-items: center;
    height: 400px;
    animation: loop-slide 400s infinite linear 1s both;
    position: absolute;
    top: 0; }
    @media (min-width: 768px) {
      .reclive-loop .loop-in {
        height: 300px; } }
    @media (min-width: 1024px) {
      .reclive-loop .loop-in {
        height: 400px; } }
    .reclive-loop .loop-in img {
      width: 3200px;
      height: auto; }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
/*
---------------------------------------------------------------------------------------------------------------------
グッズ
---------------------------------------------------------------------------------------------------------------------
*/
#goods {
  padding: 60px 0 40px; }
  @media (min-width: 768px) {
    #goods {
      padding: 80px 0 40px; } }
  #goods .h2_Title_v10 {
    width: 90%;
    margin: 0 auto 10px; }
  #goods .swiper-button-prev,
  #goods .swiper-button-next {
    top: 105px; }
    @media (min-width: 1250px) {
      #goods .swiper-button-prev,
      #goods .swiper-button-next {
        top: 110px; } }
  #goods .swiper-slide {
    width: 200px;
    padding: 0; }
    @media (min-width: 1250px) {
      #goods .swiper-slide {
        width: 240px; } }
    #goods .swiper-slide .slide {
      margin-right: 10px; }
      @media (min-width: 1250px) {
        #goods .swiper-slide .slide {
          margin-right: 20px; } }
      #goods .swiper-slide .slide .slide-media {
        position: relative;
        overflow: hidden;
        z-index: 1;
        border-radius: 10px; }
        #goods .swiper-slide .slide .slide-media img {
          width: 100%;
          height: auto;
          display: block;
          transition-duration: 0.8s;
          transform: scale(1);
          border-radius: 10px; }
          #goods .swiper-slide .slide .slide-media img:hover {
            transform: scale(1.04); }
      #goods .swiper-slide .slide .GoodsText {
        margin: 12px 0 15px; }
        #goods .swiper-slide .slide .GoodsText h4 {
          font-size: 1.0em;
          line-height: 1.3em;
          color: #fff; }
          @media (min-width: 1250px) {
            #goods .swiper-slide .slide .GoodsText h4 {
              font-size: 1.10em; } }
        #goods .swiper-slide .slide .GoodsText h5 {
          font-size: 0.7em;
          line-height: 1.2em;
          color: #999; }
          @media (min-width: 1250px) {
            #goods .swiper-slide .slide .GoodsText h5 {
              font-size: 0.8em; } }

/*
---------------------------------------------------------------------------------------------------------------------
お知らせ
---------------------------------------------------------------------------------------------------------------------
*/
#notice {
  padding: 40px 0; }
  @media (min-width: 1024px) {
    #notice {
      padding: 80px 0; } }
  #notice .notice-in {
    width: 90%;
    margin: auto; }
    @media (min-width: 1024px) {
      #notice .notice-in {
        display: flex; } }
    #notice .notice-in .notice-title {
      margin-bottom: 20px;
      display: flex; }
      @media (min-width: 1024px) {
        #notice .notice-in .notice-title {
          width: 240px;
          display: block; } }
      #notice .notice-in .notice-title h2, #notice .notice-in .notice-title h3 {
        color: #fff;
        font-size: 1.2em;
        font-weight: bold;
        margin: 0 10px 0 0; }
        @media (min-width: 1024px) {
          #notice .notice-in .notice-title h2, #notice .notice-in .notice-title h3 {
            font-size: 1.5em;
            margin: 0 0 20px 0; } }
    @media (min-width: 1024px) {
      #notice .notice-in .notice-list {
        width: calc(100% - 240px); } }
    #notice .notice-in .notice-list .notice-box {
      padding: 13px 0 15px;
      border-bottom: 1px dotted #707070; }
      #notice .notice-in .notice-list .notice-box:first-child {
        border-top: 1px dotted #707070; }
      @media (min-width: 768px) {
        #notice .notice-in .notice-list .notice-box {
          padding: 28px 0 30px; } }
      @media (min-width: 1024px) {
        #notice .notice-in .notice-list .notice-box a {
          display: flex;
          align-items: center; } }
      #notice .notice-in .notice-list .notice-box a p {
        color: #D3D3D3;
        font-size: 0.8em;
        line-height: 1.4em;
        margin: 0;
        transition: .5s; }
        @media (min-width: 1024px) {
          #notice .notice-in .notice-list .notice-box a p {
            width: 130px;
            font-size: 0.9em; } }
        #notice .notice-in .notice-list .notice-box a p:hover {
          color: #00A4E3; }
      #notice .notice-in .notice-list .notice-box a h3 {
        color: #fff;
        font-size: 0.9em;
        font-feature-settings: "palt";
        letter-spacing: 0.05em;
        line-height: 1.4em;
        transition: .5s;
        margin: 5px 0 0 0; }
        @media (min-width: 768px) {
          #notice .notice-in .notice-list .notice-box a h3 {
            font-size: 1.125em; } }
        @media (min-width: 1024px) {
          #notice .notice-in .notice-list .notice-box a h3 {
            width: calc(100% - 100px);
            margin: 0 0 0 0; } }
        #notice .notice-in .notice-list .notice-box a h3:hover {
          color: #00A4E3; }

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