@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#mv-top {
  position: relative;
  overflow: hidden; }
  #mv-top .back .back-in {
    position: relative; }
    @media (min-width: 600px) {
      #mv-top .back .back-in {
        height: 50vh;
        overflow: hidden; } }
    @media (min-width: 1024px) {
      #mv-top .back .back-in {
        width: 100vw;
        height: 100vh;
        max-height: 1000px;
        min-height: 680px; } }
    #mv-top .back .back-in img, #mv-top .back .back-in video {
      width: 100%; }
      @media (min-width: 600px) {
        #mv-top .back .back-in img, #mv-top .back .back-in video {
          height: 50vh;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          min-width: 100%;
          min-height: 100%;
          width: auto; } }
      @media (min-width: 1024px) {
        #mv-top .back .back-in img, #mv-top .back .back-in video {
          height: auto; } }
    #mv-top .back .back-in::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2);
      height: 100%;
      mix-blend-mode: multiply;
      z-index: 10; }
  #mv-top .main-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    z-index: 10; }
    #mv-top .main-title .main-title-in {
      color: #fff;
      text-align: center; }
      #mv-top .main-title .main-title-in h1 {
        opacity: 0;
        font-size: 9.0vw;
        font-feature-settings: "palt";
        letter-spacing: 0.04em; }
        @media (min-width: 768px) {
          #mv-top .main-title .main-title-in h1 {
            font-size: 4em; } }
        @media (min-width: 1250px) {
          #mv-top .main-title .main-title-in h1 {
            font-size: 6em; } }
        #mv-top .main-title .main-title-in h1.titleOpen {
          animation: fadeIn 0.25s linear;
          animation-fill-mode: both; }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      #mv-top .main-title .main-title-in p {
        font-size: 0.9em;
        line-height: 1.8em;
        margin: 15px auto 0;
        text-align: justify;
        width: 90%; }
        @media (min-width: 768px) {
          #mv-top .main-title .main-title-in p {
            font-size: 1.125em;
            text-align: center;
            margin: 30px auto 0;
            width: 100%; } }

/*
---------------------------------------------------------------------------------------------------------------------
共通
---------------------------------------------------------------------------------------------------------------------
*/
.YokoScroll {
  display: flex;
  align-items: center;
  overflow: hidden; }
  .YokoScroll .slideshow {
    display: flex; }
    .YokoScroll .slideshow figure img {
      width: auto;
      height: 50px; }
      @media (min-width: 768px) {
        .YokoScroll .slideshow figure img {
          height: 60px; } }
      @media (min-width: 1024px) {
        .YokoScroll .slideshow figure img {
          height: 80px; } }
      @media (min-width: 1450px) {
        .YokoScroll .slideshow figure img {
          height: 100px; } }
    .YokoScroll .slideshow.show1 {
      animation: loop-slide 300s infinite linear 1s both; }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.common-title {
  position: relative; }
  .common-title .scroll-area {
    text-align: center;
    position: relative; }
    .common-title .scroll-area h3 {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9em;
      font-weight: 500; }
      @media (min-width: 768px) {
        .common-title .scroll-area h3 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        .common-title .scroll-area h3 {
          font-size: 1.125em; } }
  .common-title h2 {
    position: relative;
    font-size: 1.125em;
    line-height: 1.3em;
    text-align: center;
    margin-top: -16px; }
    @media (min-width: 768px) {
      .common-title h2 {
        font-size: 1.5em; } }
    @media (min-width: 1200px) {
      .common-title h2 {
        font-size: 2.25em; } }
  .common-title.noir h3 {
    color: #8B837F; }
  .common-title.blanc h3, .common-title.blanc h2 {
    color: #fff; }

.common-subheading.color-wh h4 {
  color: #fff; }
  .common-subheading.color-wh h4::before {
    background-color: #fff; }
.common-subheading.color-gray h4 {
  color: #8B837F; }
  .common-subheading.color-gray h4::before {
    background-color: #8B837F; }
.common-subheading .tag {
  position: relative; }
  .common-subheading .tag h3 {
    font-size: 0.75em;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #7D7775;
    color: #7D7775;
    padding: 5px 15px; }
    @media (min-width: 1024px) {
      .common-subheading .tag h3 {
        font-size: 0.8em;
        padding: 8px 18px; } }
  .common-subheading .tag img {
    width: 15px;
    position: absolute;
    bottom: -12px;
    left: 30px; }
.common-subheading h4 {
  position: relative;
  font-family: "Outfit", sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  padding-left: 16px;
  margin-top: 18px; }
  @media (min-width: 1024px) {
    .common-subheading h4 {
      font-size: 1.125em;
      margin-top: 24px; } }
  .common-subheading h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    display: flex;
    margin: auto;
    width: 12px;
    height: 12px;
    border-radius: 50%; }

/*
---------------------------------------------------------------------------------------------------------------------
アバウト
---------------------------------------------------------------------------------------------------------------------
*/
#beginning {
  background-color: #fff;
  padding: 0 0 60px; }
  @media (min-width: 768px) {
    #beginning {
      padding: 0 0 100px; } }
  @media (min-width: 1200px) {
    #beginning {
      padding: 0 0 160px; } }
  #beginning .favicon {
    position: relative;
    z-index: 1;
    opacity: 0.2; }

/*
---------------------------------------------------------------------------------------------------------------------
サービス
---------------------------------------------------------------------------------------------------------------------
*/
#service {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #F4F4F4;
  margin-top: -10px;
  z-index: 1; }
  @media (min-width: 1024px) {
    #service {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      margin-top: -20px; } }

/*
---------------------------------------------------------------------------------------------------------------------
プロジェクトストーリー
---------------------------------------------------------------------------------------------------------------------
*/
#project {
  background-color: #0BB3B1;
  border-radius: 10px;
  padding: 60px 0 60px; }
  @media (min-width: 1024px) {
    #project {
      border-radius: 20px;
      padding: 100px 0 120px; } }
  #project .project-new {
    position: relative;
    max-width: 1000px;
    margin: 40px auto 0;
    width: 85%; }
    @media (min-width: 1024px) {
      #project .project-new {
        margin: 100px auto 0; } }
    #project .project-new .story-box {
      position: relative; }
      #project .project-new .story-box .project-txt {
        background-color: #fff;
        border-radius: 10px;
        position: relative;
        left: -5%;
        z-index: 1;
        padding: 25px;
        margin-top: -10%; }
        @media (min-width: 768px) {
          #project .project-new .story-box .project-txt {
            width: 70%; } }
        @media (min-width: 1024px) {
          #project .project-new .story-box .project-txt {
            border-radius: 20px;
            padding: 60px;
            margin-top: -15%; } }
        @media (min-width: 1200px) {
          #project .project-new .story-box .project-txt {
            left: -10%;
            padding: 60px; } }
        #project .project-new .story-box .project-txt h3 {
          font-size: 1.125em;
          text-align: justify;
          line-height: 1.4em; }
          @media (min-width: 768px) {
            #project .project-new .story-box .project-txt h3 {
              font-size: 1.5em; } }
          @media (min-width: 1200px) {
            #project .project-new .story-box .project-txt h3 {
              font-size: 1.75em; } }
        #project .project-new .story-box .project-txt .project-company {
          margin-top: 5px; }
          @media (min-width: 1200px) {
            #project .project-new .story-box .project-txt .project-company {
              margin-top: 10px; } }
          #project .project-new .story-box .project-txt .project-company ul li {
            color: #000; }
        #project .project-new .story-box .project-txt ul.project-category {
          margin-top: 10px; }
          @media (min-width: 1200px) {
            #project .project-new .story-box .project-txt ul.project-category {
              margin-top: 20px; } }
          #project .project-new .story-box .project-txt ul.project-category li {
            display: inline-block;
            margin: 0 5px 0 0; }
            @media (min-width: 768px) {
              #project .project-new .story-box .project-txt ul.project-category li {
                margin: 0 5px 5px 0; } }
            #project .project-new .story-box .project-txt ul.project-category li a {
              color: #7D7775; }
    #project .project-new .more-view {
      display: flex;
      justify-content: center;
      margin: 20px auto 0; }
      @media (min-width: 768px) {
        #project .project-new .more-view {
          position: absolute;
          bottom: 0;
          right: 0; } }
  #project #project-slide {
    margin-top: 0;
    padding-bottom: 0; }

/*
---------------------------------------------------------------------------------------------------------------------
マガジン　お役立ち情報
---------------------------------------------------------------------------------------------------------------------
*/
.magazine-ph {
  position: relative;
  z-index: -1;
  margin-top: -10px; }
  @media (min-width: 1024px) {
    .magazine-ph {
      margin-top: -20px; } }

#magazine {
  background-color: #FFF5F6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 40px 0 100px;
  margin-top: -10px; }
  @media (min-width: 1024px) {
    #magazine {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      padding: 120px 0 200px;
      margin-top: -20px; } }
  #magazine .slideAnimeRightLeft {
    padding-bottom: 24px; }
  #magazine .common-sab-title {
    position: relative;
    text-align: center; }
    #magazine .common-sab-title h2 {
      font-size: 1.6em;
      font-weight: 700; }
      @media (min-width: 768px) {
        #magazine .common-sab-title h2 {
          font-size: 2.2em; } }
      @media (min-width: 1200px) {
        #magazine .common-sab-title h2 {
          font-size: 2.6em; } }
      #magazine .common-sab-title h2.Outfit {
        font-family: "Outfit", sans-serif;
        font-size: 2.2em;
        font-weight: 500; }
        @media (min-width: 768px) {
          #magazine .common-sab-title h2.Outfit {
            font-size: 2.5em; } }
        @media (min-width: 1200px) {
          #magazine .common-sab-title h2.Outfit {
            font-size: 3.0em; } }
    #magazine .common-sab-title p {
      font-size: 0.9em;
      line-height: 1.4em;
      margin-top: 10px; }
      @media (min-width: 768px) {
        #magazine .common-sab-title p {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #magazine .common-sab-title p {
          font-size: 1.125em;
          margin-top: 20px; } }

/*
---------------------------------------------------------------------------------------------------------------------
エフピオ　チャンネル
---------------------------------------------------------------------------------------------------------------------
*/
#channel {
  background-color: #fff;
  position: relative;
  margin: 15px auto 0;
  max-width: 1600px;
  border-radius: 15px;
  width: 95%;
  padding: 50px 0; }
  @media (min-width: 1024px) {
    #channel {
      width: 98%;
      border-radius: 30px; } }
  @media (min-width: 1200px) {
    #channel {
      margin: 60px auto 0;
      padding: 100px 0 50px; } }
  #channel .common-subheading {
    margin-top: 40px;
    padding: 0 5%; }
    @media (min-width: 768px) {
      #channel .common-subheading {
        margin-top: 60px;
        padding: 0 0 0 2.5%; } }
    @media (min-width: 1200px) {
      #channel .common-subheading {
        margin-top: 80px; } }
  #channel .channel-in {
    padding: 0; }
    @media (min-width: 768px) {
      #channel .channel-in {
        display: flex;
        padding: 0 0 0 2.5%;
        margin-top: 20px; } }
    #channel .channel-in .channel-title {
      padding: 0 5%;
      margin-top: 20px; }
      @media (min-width: 768px) {
        #channel .channel-in .channel-title {
          width: 250px;
          padding: 0 20px 0 0;
          margin-top: 0; } }
      @media (min-width: 1200px) {
        #channel .channel-in .channel-title {
          width: 340px;
          padding: 0 40px 0 0; } }
      #channel .channel-in .channel-title .photo {
        width: 80%;
        margin: auto; }
        @media (min-width: 1024px) {
          #channel .channel-in .channel-title .photo {
            width: 100%; } }
      #channel .channel-in .channel-title p {
        font-size: 0.9em;
        line-height: 1.4em;
        margin-top: 10px; }
        @media (min-width: 1200px) {
          #channel .channel-in .channel-title p {
            font-size: 1.0em; } }
    #channel .channel-in .manabo-card {
      position: relative;
      overflow: hidden;
      width: 100%;
      margin-top: 10px;
      padding: 50px 0 0 3%; }
      @media (min-width: 768px) {
        #channel .channel-in .manabo-card {
          width: calc(100% - 240px);
          margin-top: -50px;
          padding: 50px 0 0 0; } }
      @media (min-width: 1200px) {
        #channel .channel-in .manabo-card {
          width: calc(100% - 340px);
          margin-top: -60px;
          padding: 60px 0 0 0; } }
      #channel .channel-in .manabo-card .more-view {
        display: flex;
        justify-content: center;
        padding-right: 2.5%;
        margin-top: 20px; }
        @media (min-width: 1024px) {
          #channel .channel-in .manabo-card .more-view {
            justify-content: end; } }
      #channel .channel-in .manabo-card .swiper-slide {
        width: 180px;
        margin: 0 15px 0 0; }
        @media (min-width: 768px) {
          #channel .channel-in .manabo-card .swiper-slide {
            width: 300px;
            margin: 0 20px 0 0; } }
        @media (min-width: 1200px) {
          #channel .channel-in .manabo-card .swiper-slide {
            width: 330px;
            margin: 0 20px 0 0; } }
        #channel .channel-in .manabo-card .swiper-slide:last-child {
          margin-right: 3%; }
      #channel .channel-in .manabo-card .thumbnail img {
        border-radius: 10px; }
        @media (min-width: 1024px) {
          #channel .channel-in .manabo-card .thumbnail img {
            border-radius: 15px; } }
      #channel .channel-in .manabo-card .swiper-button-prev, #channel .channel-in .manabo-card .swiper-button-next {
        top: 30px;
        right: 20px; }
      #channel .channel-in .manabo-card .swiper-button-prev {
        right: 56px;
        left: inherit; }
        @media (min-width: 1200px) {
          #channel .channel-in .manabo-card .swiper-button-prev {
            right: 70px; } }

/*
---------------------------------------------------------------------------------------------------------------------
お役立ち情報
---------------------------------------------------------------------------------------------------------------------
*/
#helpful {
  background-color: #fff;
  position: relative;
  margin: 15px auto 0;
  max-width: 1600px;
  border-radius: 15px;
  width: 95%;
  padding: 60px 0 1px; }
  @media (min-width: 1024px) {
    #helpful {
      width: 98%;
      border-radius: 30px; } }
  @media (min-width: 1200px) {
    #helpful {
      margin: 30px auto 0; } }
  #helpful .common-sab-title {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      #helpful .common-sab-title {
        margin-bottom: 80px; } }
  #helpful .common-subheading {
    max-width: 1400px;
    margin: 0 auto 40px;
    width: 90%; }
    @media (min-width: 1200px) {
      #helpful .common-subheading {
        margin: 0 auto 60px; } }
    #helpful .common-subheading .topics-pro-title {
      margin-top: 20px; }
      @media (min-width: 768px) {
        #helpful .common-subheading .topics-pro-title {
          display: flex;
          justify-content: space-between;
          align-items: end; } }
      #helpful .common-subheading .topics-pro-title .txt h2 {
        font-size: 1.35em; }
        @media (min-width: 768px) {
          #helpful .common-subheading .topics-pro-title .txt h2 {
            font-size: 1.45em; } }
        @media (min-width: 1200px) {
          #helpful .common-subheading .topics-pro-title .txt h2 {
            font-size: 2.2em; } }
      #helpful .common-subheading .topics-pro-title .txt p {
        font-size: 0.9em;
        line-height: 1.4em;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #helpful .common-subheading .topics-pro-title .txt p {
            font-size: 1.125em;
            margin-top: 20px; } }
      #helpful .common-subheading .topics-pro-title .more-view {
        display: flex;
        justify-content: end;
        display: none; }
        @media (min-width: 1024px) {
          #helpful .common-subheading .topics-pro-title .more-view {
            display: block; } }
        #helpful .common-subheading .topics-pro-title .more-view a {
          display: inline-block; }
  #helpful #explanation-archive .more-view {
    display: flex;
    justify-content: center;
    margin: 20px auto 0; }
    @media (min-width: 768px) {
      #helpful #explanation-archive .more-view {
        margin: 40px auto 0; } }
    @media (min-width: 1024px) {
      #helpful #explanation-archive .more-view {
        display: none; } }

/*
---------------------------------------------------------------------------------------------------------------------
私たちについて
---------------------------------------------------------------------------------------------------------------------
*/
#about {
  position: relative;
  background: linear-gradient(to bottom, #EC7E88, #F3A87B);
  border-radius: 20px;
  padding: 50px 0;
  margin-top: -20px; }
  @media (min-width: 768px) {
    #about {
      padding: 60px 0 40px; } }
  @media (min-width: 1024px) {
    #about {
      border-radius: 40px;
      padding: 80px 0 60px;
      margin-top: -40px; } }
  @media (min-width: 1200px) {
    #about {
      padding: 120px 0 100px; } }
  #about .about-grid {
    position: relative;
    width: 90%;
    max-width: 1400px;
    margin: 30px auto 0; }
    @media (min-width: 768px) {
      #about .about-grid .o-3column .col-xl-3 {
        padding: 10px; }
      #about .about-grid .o-3column {
        margin: 0 -10px; } }
    @media (min-width: 1200px) {
      #about .about-grid {
        margin: 60px auto 0; }
        #about .about-grid .o-3column .col-xl-3 {
          padding: 20px; }
        #about .about-grid .o-3column {
          margin: 0 -20px; } }
    #about .about-grid .col-xl-3 {
      margin-bottom: 10px; }
    #about .about-grid a .about-box {
      background-color: #fff;
      position: relative;
      border-radius: 10px;
      height: 100%;
      padding: 30px 0 40px; }
      @media (min-width: 1024px) {
        #about .about-grid a .about-box {
          border-radius: 15px;
          padding: 40px 0; } }
      #about .about-grid a .about-box .photo {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        #about .about-grid a .about-box .photo.type1 img {
          width: 70%; }
      #about .about-grid a .about-box .common-btn {
        position: absolute;
        left: 10px;
        bottom: 10px; }
        @media (min-width: 1024px) {
          #about .about-grid a .about-box .common-btn {
            left: 20px;
            bottom: 20px; } }

/*
---------------------------------------------------------------------------------------------------------------------
エフピオからのお知らせ
---------------------------------------------------------------------------------------------------------------------
*/
#news {
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 80px 0 60px;
  margin-top: -20px; }
  @media (min-width: 768px) {
    #news {
      padding: 100px 0; } }
  @media (min-width: 1024px) {
    #news {
      border-bottom-left-radius: 40px;
      border-bottom-right-radius: 40px;
      padding: 160px 0 120px;
      margin-top: -40px; } }
  #news .news-in {
    max-width: 1400px;
    width: 90%;
    margin: auto; }
  #news .more-view {
    display: flex;
    justify-content: center;
    margin: 20px 0 0; }

/*
---------------------------------------------------------------------------------------------------------------------
お問い合わせ
---------------------------------------------------------------------------------------------------------------------
*/
#contact {
  margin: 15px auto 0; }
  @media (min-width: 1200px) {
    #contact {
      margin: 30px auto 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
リクルートバナー
---------------------------------------------------------------------------------------------------------------------
*/
#recruit-banner {
  position: relative;
  margin: 15px auto 0;
  max-width: 1600px;
  width: 95%; }
  @media (min-width: 1024px) {
    #recruit-banner {
      width: 98%; } }
  @media (min-width: 1200px) {
    #recruit-banner {
      margin: 30px auto 0; } }
  #recruit-banner a:hover .back > img {
    transform: scale(1.02); }
  #recruit-banner a:hover .txt > .txt-in > .title > svg {
    transform: scale(1.2); }
    #recruit-banner a:hover .txt > .txt-in > .title > svg #en {
      fill: #F43E67; }
    #recruit-banner a:hover .txt > .txt-in > .title > svg #ya {
      fill: #fff; }
  #recruit-banner a .back {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 15px; }
    @media (min-width: 1024px) {
      #recruit-banner a .back {
        border-radius: 30px; } }
    #recruit-banner a .back img {
      border-radius: 15px;
      transition-duration: 0.8s;
      transform: scale(1); }
      @media (min-width: 1024px) {
        #recruit-banner a .back img {
          border-radius: 30px; } }
    #recruit-banner a .back::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3);
      height: 100%;
      mix-blend-mode: multiply;
      z-index: 10; }
  #recruit-banner a .txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10; }
    #recruit-banner a .txt .txt-in .title {
      display: flex;
      align-items: center; }
      #recruit-banner a .txt .txt-in .title h2 {
        font-family: "Outfit", sans-serif;
        font-size: 2.0em;
        font-weight: 500;
        color: #fff;
        margin-right: 5px; }
        @media (min-width: 1024px) {
          #recruit-banner a .txt .txt-in .title h2 {
            font-size: 3.125em; } }
      #recruit-banner a .txt .txt-in .title svg {
        width: 34px;
        transform: scale(1);
        transition: .5s; }
        #recruit-banner a .txt .txt-in .title svg #en {
          fill: #fff;
          stroke: none;
          stroke-miterlimit: 4;
          stroke-width: 1px;
          transition: .5s; }
        #recruit-banner a .txt .txt-in .title svg #ya {
          fill: #222324;
          transition: .5s; }
    #recruit-banner a .txt .txt-in h3 {
      font-size: 1.0em;
      color: #fff;
      text-align: center; }
      @media (min-width: 1024px) {
        #recruit-banner a .txt .txt-in h3 {
          font-size: 1.125em; } }
