@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------------------------------------------------
*/
.favicon-back5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  max-width: 550px;
  z-index: -1; }

#service-header {
  position: relative;
  max-width: 2000px;
  margin: auto;
  padding-left: 5%; }
  #service-header .page-header-in {
    padding-top: 80px; }
    @media (min-width: 768px) {
      #service-header .page-header-in {
        display: flex;
        padding-top: 100px; } }
    @media (min-width: 1200px) {
      #service-header .page-header-in {
        padding-top: 160px; } }
    #service-header .page-header-in .txt-area {
      margin-top: 20px;
      padding-right: 5%; }
      @media (min-width: 768px) {
        #service-header .page-header-in .txt-area {
          width: 50%;
          display: flex;
          align-items: center;
          margin-top: 0; } }
      #service-header .page-header-in .txt-area .txt-area-in .page-title h3 {
        font-size: 0.8em;
        display: inline-block;
        text-align: center;
        padding: 4px 10px;
        border-radius: 50px;
        background-color: #0BB3B1;
        color: #fff; }
        @media (min-width: 1024px) {
          #service-header .page-header-in .txt-area .txt-area-in .page-title h3 {
            font-size: 0.9em; } }
        @media (min-width: 1200px) {
          #service-header .page-header-in .txt-area .txt-area-in .page-title h3 {
            font-size: 1.0em; } }
      #service-header .page-header-in .txt-area .txt-area-in .page-title h2 {
        font-size: 1.6em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #service-header .page-header-in .txt-area .txt-area-in .page-title h2 {
            font-size: 2.6vw; } }
        @media (min-width: 1600px) {
          #service-header .page-header-in .txt-area .txt-area-in .page-title h2 {
            font-size: 2.6em; } }
      #service-header .page-header-in .txt-area .txt-area-in .page-title h4 {
        font-size: 1.125em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        margin-top: 5px; }
        @media (min-width: 1024px) {
          #service-header .page-header-in .txt-area .txt-area-in .page-title h4 {
            font-size: 1.4em; } }
        @media (min-width: 1200px) {
          #service-header .page-header-in .txt-area .txt-area-in .page-title h4 {
            font-size: 1.6em; } }
      #service-header .page-header-in .txt-area .txt-area-in .overview {
        margin-top: 30px; }
        @media (min-width: 768px) {
          #service-header .page-header-in .txt-area .txt-area-in .overview {
            margin-top: 40px; } }
        @media (min-width: 1200px) {
          #service-header .page-header-in .txt-area .txt-area-in .overview {
            margin-top: 60px; } }
        #service-header .page-header-in .txt-area .txt-area-in .overview h3 {
          font-size: 1.125em;
          font-feature-settings: "palt";
          letter-spacing: 0.04em;
          line-height: 1.3em;
          font-weight: 700; }
          @media (min-width: 1024px) {
            #service-header .page-header-in .txt-area .txt-area-in .overview h3 {
              font-size: 1.25em; } }
          @media (min-width: 1200px) {
            #service-header .page-header-in .txt-area .txt-area-in .overview h3 {
              font-size: 1.5em; } }
        #service-header .page-header-in .txt-area .txt-area-in .overview p {
          font-size: 0.85em;
          line-height: 1.6em;
          text-align: justify;
          margin-top: 5px; }
          @media (min-width: 1024px) {
            #service-header .page-header-in .txt-area .txt-area-in .overview p {
              font-size: 0.9em; } }
          @media (min-width: 1200px) {
            #service-header .page-header-in .txt-area .txt-area-in .overview p {
              font-size: 1.0em;
              margin-top: 10px; } }
    @media (min-width: 768px) {
      #service-header .page-header-in .photo {
        width: 50%; } }
    #service-header .page-header-in .photo img {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }
      @media (min-width: 1200px) {
        #service-header .page-header-in .photo img {
          border-top-left-radius: 40px;
          border-bottom-left-radius: 40px; } }

/*
---------------------------------------------------------------------------------------------------------------------
人事制度について相談する
---------------------------------------------------------------------------------------------------------------------
*/
#cta {
  background-color: #E96087;
  border-radius: 10px;
  max-width: 900px;
  width: 90%;
  margin: 40px auto 0;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    #cta {
      padding: 40px 0;
      margin: 40px auto 0; } }
  @media (min-width: 1024px) {
    #cta {
      border-radius: 20px;
      padding: 40px 0;
      margin: 80px auto 0; } }
  @media (min-width: 768px) {
    #cta .cta-in {
      display: flex;
      justify-content: center;
      align-items: center; } }
  #cta .cta-in .cta-L {
    color: #fff;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      #cta .cta-in .cta-L {
        margin: 0 0 0 0; } }
    @media (min-width: 1024px) {
      #cta .cta-in .cta-L {
        margin: 0 40px 0 0; } }
    #cta .cta-in .cta-L h2 {
      font-size: 1.25em; }
      @media (min-width: 768px) {
        #cta .cta-in .cta-L h2 {
          font-size: 1.4em; } }
      @media (min-width: 1200px) {
        #cta .cta-in .cta-L h2 {
          font-size: 1.75em; } }
    #cta .cta-in .cta-L p {
      font-size: 0.8em;
      line-height: 1.8em;
      margin-top: 10px; }
      @media (min-width: 768px) {
        #cta .cta-in .cta-L p {
          font-size: 0.9em; } }
      @media (min-width: 1200px) {
        #cta .cta-in .cta-L p {
          font-size: 1.0em;
          margin-top: 20px; } }

/*
---------------------------------------------------------------------------------------------------------------------
こんなお悩み、ありませんか？
---------------------------------------------------------------------------------------------------------------------
*/
#worries {
  margin-top: 30px;
  padding: 40px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #0BB3B1 50%, #0BB3B1 100%); }
  @media (min-width: 1024px) {
    #worries {
      margin-top: 60px; } }
  #worries .worries-in {
    position: relative;
    background-color: #CDEDED;
    border-radius: 10px;
    max-width: 1200px;
    margin: auto;
    width: 90%;
    padding: 30px 0; }
    @media (min-width: 1024px) {
      #worries .worries-in {
        border-radius: 20px;
        padding: 60px 0; } }
    #worries .worries-in:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -20px;
      left: 0;
      width: 0px;
      height: 0px;
      margin: auto;
      border-style: solid;
      border-color: #CDEDED transparent transparent transparent;
      border-width: 20px 20px 0 20px; }
    #worries .worries-in .titile {
      text-align: center;
      padding: 0 5%; }
      #worries .worries-in .titile h2 {
        position: relative;
        font-size: 1.125em;
        font-weight: 500;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        display: inline-block;
        background-color: #fff;
        padding: 10px 20px;
        color: #0BB3B1; }
        @media (min-width: 768px) {
          #worries .worries-in .titile h2 {
            font-size: 1.5em; } }
        @media (min-width: 1200px) {
          #worries .worries-in .titile h2 {
            font-size: 1.75em;
            padding: 15px 40px; } }
        #worries .worries-in .titile h2::before, #worries .worries-in .titile h2::after {
          content: '';
          position: absolute;
          width: 15px;
          height: 100%; }
        #worries .worries-in .titile h2::before {
          box-sizing: border-box;
          border-left: solid 3px #0BB3B1;
          border-top: solid 3px #0BB3B1;
          top: 0;
          left: 0; }
        #worries .worries-in .titile h2::after {
          box-sizing: border-box;
          border-right: solid 3px #0BB3B1;
          border-bottom: solid 3px #0BB3B1;
          bottom: 0;
          right: 0; }
        #worries .worries-in .titile h2::before {
          border-bottom: solid 3px #0BB3B1; }
        #worries .worries-in .titile h2::after {
          border-top: solid 3px #0BB3B1; }
      #worries .worries-in .titile p {
        font-size: 0.9em;
        line-height: 1.6em;
        text-align: justify;
        margin: 20px auto 0;
        max-width: 825px; }
        @media (min-width: 768px) {
          #worries .worries-in .titile p {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          #worries .worries-in .titile p {
            font-size: 1.125em;
            margin: 60px auto 0; } }
    #worries .worries-in .worries-in2 {
      margin-top: 30px; }
      @media (min-width: 768px) {
        #worries .worries-in .worries-in2 {
          margin-top: 60px; } }
    #worries .worries-in .worries-grid {
      margin: auto;
      width: 90%; }
      #worries .worries-in .worries-grid.type2 {
        max-width: 550px; }
      #worries .worries-in .worries-grid.type3 {
        max-width: 825px; }
      #worries .worries-in .worries-grid.type4 {
        max-width: 1100px; }
    #worries .worries-in .worries-box {
      background-color: #fff;
      margin-bottom: 10px;
      padding: 15px;
      border-radius: 15px; }
      @media (min-width: 768px) {
        #worries .worries-in .worries-box {
          border-radius: 20px;
          padding: 20px; } }
      @media (min-width: 1200px) {
        #worries .worries-in .worries-box {
          font-size: 1.125em; } }
      #worries .worries-in .worries-box p {
        font-size: 0.8em;
        line-height: 1.6em;
        text-align: justify; }
        @media (min-width: 768px) {
          #worries .worries-in .worries-box p {
            font-size: 0.9em; } }
        @media (min-width: 1200px) {
          #worries .worries-in .worries-box p {
            font-size: 1.0em; } }
    #worries .worries-in .end {
      max-width: 825px;
      padding: 0 5%;
      margin: 10px auto 0; }
      @media (min-width: 768px) {
        #worries .worries-in .end {
          margin: 20px auto 0; } }
      #worries .worries-in .end p {
        font-size: 0.85em;
        line-height: 1.6em;
        text-align: justify; }
        @media (min-width: 768px) {
          #worries .worries-in .end p {
            font-size: 0.9em; } }
        @media (min-width: 1200px) {
          #worries .worries-in .end p {
            font-size: 1.0em; } }

/*
---------------------------------------------------------------------------------------------------------------------
貴社のお悩みをエフピオの専門スタッフが解決します
---------------------------------------------------------------------------------------------------------------------
*/
#solution {
  background-color: #0BB3B1;
  padding-bottom: 60px; }
  @media (min-width: 1024px) {
    #solution {
      padding-bottom: 120px; } }
  #solution .solution-title {
    color: #fff;
    max-width: 680px;
    margin: auto;
    width: 90%; }
    #solution .solution-title h2 {
      font-size: 1.6em;
      line-height: 1.4em;
      text-align: center; }
      @media (min-width: 768px) {
        #solution .solution-title h2 {
          font-size: 2.0em; } }
      @media (min-width: 1200px) {
        #solution .solution-title h2 {
          font-size: 2.5em; } }
    #solution .solution-title p {
      font-size: 0.9em;
      line-height: 1.6em;
      text-align: justify;
      margin-top: 15px; }
      @media (min-width: 768px) {
        #solution .solution-title p {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #solution .solution-title p {
          font-size: 1.125em;
          margin-top: 30px; } }
  #solution .solution-card, #solution .consultant-card {
    padding: 60px 0 0 4%;
    position: relative;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 768px) {
      #solution .solution-card, #solution .consultant-card {
        padding: 60px 0 0 5%; } }
    #solution .solution-card .swiper-slide, #solution .consultant-card .swiper-slide {
      width: 300px;
      margin: 0 15px 0 0; }
      @media (min-width: 768px) {
        #solution .solution-card .swiper-slide, #solution .consultant-card .swiper-slide {
          width: 400px;
          margin: 0 20px 0 0; } }
      @media (min-width: 1250px) {
        #solution .solution-card .swiper-slide, #solution .consultant-card .swiper-slide {
          width: 460px;
          margin: 0 30px 0 0; } }
      #solution .solution-card .swiper-slide:last-child, #solution .consultant-card .swiper-slide:last-child {
        margin-right: 3%; }
    #solution .solution-card .swiper-button-prev, #solution .solution-card .swiper-button-next, #solution .consultant-card .swiper-button-prev, #solution .consultant-card .swiper-button-next {
      top: 30px;
      right: 20px; }
    #solution .solution-card .swiper-button-prev, #solution .consultant-card .swiper-button-prev {
      right: 56px;
      left: inherit; }
      @media (min-width: 1024px) {
        #solution .solution-card .swiper-button-prev, #solution .consultant-card .swiper-button-prev {
          right: 70px; } }
  @media (min-width: 1600px) {
    #solution .consultant-card {
      max-width: 1400px;
      padding: 60px 0 0 0;
      width: 90%;
      margin: auto; } }
  #solution .solution-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    height: 250px; }
    @media (min-width: 1024px) {
      #solution .solution-box {
        border-radius: 20px;
        padding: 60px;
        height: 360px; } }
    @media (min-width: 1200px) {
      #solution .solution-box {
        height: 380px; } }
    #solution .solution-box.chingin-consultant {
      height: 420px; }
      @media (min-width: 1024px) {
        #solution .solution-box.chingin-consultant {
          height: 500px; } }
      @media (min-width: 1200px) {
        #solution .solution-box.chingin-consultant {
          height: 550px; } }
    #solution .solution-box h6 {
      font-family: "Outfit", sans-serif;
      font-size: 1.0em;
      color: #0BB3B1; }
      @media (min-width: 1200px) {
        #solution .solution-box h6 {
          font-size: 1.125em; } }
    #solution .solution-box h3 {
      font-size: 1.25em;
      line-height: 1.4em;
      color: #0BB3B1; }
      @media (min-width: 768px) {
        #solution .solution-box h3 {
          font-size: 1.5em; } }
      @media (min-width: 1200px) {
        #solution .solution-box h3 {
          font-size: 1.75em; } }
    #solution .solution-box p {
      font-size: 0.9em;
      line-height: 1.6em;
      text-align: justify;
      margin-top: 20px; }
      @media (min-width: 768px) {
        #solution .solution-box p {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #solution .solution-box p {
          font-size: 1.125em;
          margin-top: 40px; } }

.user-voice {
  background-color: #fff;
  max-width: 1400px;
  margin: 40px auto 0;
  width: 90%;
  border-radius: 10px; }
  @media (min-width: 1024px) {
    .user-voice {
      border-radius: 20px; } }
  @media (min-width: 1200px) {
    .user-voice {
      margin: 100px auto 0; } }
  .user-voice .user-voice-in {
    max-width: 1000px;
    margin: auto;
    width: 90%;
    padding: 40px 0; }
    @media (min-width: 1200px) {
      .user-voice .user-voice-in {
        padding: 80px 0; } }
    .user-voice .user-voice-in .user-voice-title {
      display: flex;
      align-items: center; }
      .user-voice .user-voice-in .user-voice-title h3 {
        position: relative;
        font-family: "Outfit", sans-serif;
        font-size: 0.9em;
        padding-left: 15px;
        margin-right: 10px; }
        @media (min-width: 768px) {
          .user-voice .user-voice-in .user-voice-title h3 {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          .user-voice .user-voice-in .user-voice-title h3 {
            font-size: 1.125em; } }
        .user-voice .user-voice-in .user-voice-title h3::before {
          content: "";
          position: absolute;
          left: 0;
          top: 2px;
          bottom: 0;
          display: flex;
          margin: auto;
          width: 12px;
          height: 12px;
          background-color: #0BB3B1;
          border-radius: 50%;
          transition: .5s; }
      .user-voice .user-voice-in .user-voice-title h2 {
        font-size: 1.5em; }
        @media (min-width: 768px) {
          .user-voice .user-voice-in .user-voice-title h2 {
            font-size: 2.0em; } }
        @media (min-width: 1200px) {
          .user-voice .user-voice-in .user-voice-title h2 {
            font-size: 2.5em; } }
    .user-voice .user-voice-in .story-box {
      position: relative;
      margin: 40px 0 0 0; }
      @media (min-width: 1024px) {
        .user-voice .user-voice-in .story-box {
          display: flex; } }
      .user-voice .user-voice-in .story-box .photo {
        position: relative; }
        @media (min-width: 1024px) {
          .user-voice .user-voice-in .story-box .photo {
            width: 50%; } }
        @media (min-width: 1360px) {
          .user-voice .user-voice-in .story-box .photo {
            width: 45%; } }
        .user-voice .user-voice-in .story-box .photo a:hover .imgWrap > img {
          transform: scale(1.04); }
        .user-voice .user-voice-in .story-box .photo a .imgWrap {
          position: relative;
          border-radius: 15px;
          overflow: hidden;
          z-index: 1; }
          .user-voice .user-voice-in .story-box .photo a .imgWrap img {
            transition-duration: 0.8s;
            transform: scale(1);
            border-radius: 15px; }
      .user-voice .user-voice-in .story-box .project-txt {
        position: relative;
        margin-top: 20px; }
        @media (min-width: 1024px) {
          .user-voice .user-voice-in .story-box .project-txt {
            width: 50%;
            padding-left: 2%;
            margin-top: 0; } }
        @media (min-width: 1360px) {
          .user-voice .user-voice-in .story-box .project-txt {
            width: 55%; } }
        .user-voice .user-voice-in .story-box .project-txt .company-name {
          margin-bottom: 15px; }
          @media (min-width: 1024px) {
            .user-voice .user-voice-in .story-box .project-txt .company-name {
              margin-bottom: 20px; } }
          .user-voice .user-voice-in .story-box .project-txt .company-name h3 {
            font-size: 0.8em; }
            @media (min-width: 768px) {
              .user-voice .user-voice-in .story-box .project-txt .company-name h3 {
                font-size: 0.9em; } }
            @media (min-width: 1200px) {
              .user-voice .user-voice-in .story-box .project-txt .company-name h3 {
                font-size: 1.0em; } }
          .user-voice .user-voice-in .story-box .project-txt .company-name p {
            font-size: 0.9em;
            font-weight: 700;
            line-height: 1.4em;
            color: #0BB3B1;
            margin-top: 3px; }
            @media (min-width: 768px) {
              .user-voice .user-voice-in .story-box .project-txt .company-name p {
                font-size: 1.0em; } }
            @media (min-width: 1200px) {
              .user-voice .user-voice-in .story-box .project-txt .company-name p {
                font-size: 1.125em;
                margin-top: 5px; } }
        .user-voice .user-voice-in .story-box .project-txt .flow {
          display: flex; }
          .user-voice .user-voice-in .story-box .project-txt .flow ul li {
            height: 28px;
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            font-size: 0.9em; }
            @media (min-width: 1024px) {
              .user-voice .user-voice-in .story-box .project-txt .flow ul li {
                font-size: 1.0em; } }
            .user-voice .user-voice-in .story-box .project-txt .flow ul li:last-child {
              margin-bottom: 0; }
          .user-voice .user-voice-in .story-box .project-txt .flow ul.item {
            width: 110px; }
            @media (min-width: 768px) {
              .user-voice .user-voice-in .story-box .project-txt .flow ul.item {
                width: 130px; } }
            .user-voice .user-voice-in .story-box .project-txt .flow ul.item li {
              position: relative;
              display: inline-block;
              width: 100px;
              border-radius: 50px;
              background-color: #0BB3B1;
              text-align: center;
              font-weight: bold;
              display: flex;
              justify-content: center;
              color: #fff; }
              @media (min-width: 1024px) {
                .user-voice .user-voice-in .story-box .project-txt .flow ul.item li {
                  width: 120px; } }
              .user-voice .user-voice-in .story-box .project-txt .flow ul.item li:not(:last-child)::after {
                content: "";
                height: 20px;
                width: 1.5px;
                background-color: #0BB3B1;
                position: absolute;
                bottom: -20px; }
          .user-voice .user-voice-in .story-box .project-txt .flow ul.txt {
            width: calc(100% - 110px); }
            @media (min-width: 768px) {
              .user-voice .user-voice-in .story-box .project-txt .flow ul.txt {
                width: calc(100% - 130px); } }
            .user-voice .user-voice-in .story-box .project-txt .flow ul.txt li {
              color: #000; }
      .user-voice .user-voice-in .story-box .more-view {
        display: flex;
        justify-content: center;
        margin: 30px auto 0; }
        @media (min-width: 768px) {
          .user-voice .user-voice-in .story-box .more-view {
            position: absolute;
            bottom: 0;
            right: 5%;
            margin: 0; } }
        @media (min-width: 1024px) {
          .user-voice .user-voice-in .story-box .more-view {
            left: 52%;
            right: inherit; } }
        @media (min-width: 1360px) {
          .user-voice .user-voice-in .story-box .more-view {
            left: 47%; } }

/*
---------------------------------------------------------------------------------------------------------------------
人事制度づくりの前に、組織の状態を整理します　人事評価制度コンサルタントのみ
---------------------------------------------------------------------------------------------------------------------
*/
#organize {
  background: linear-gradient(180deg, #0BB3B1 0%, #0BB3B1 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  margin-top: -20px; }
  #organize .organize-in {
    background-color: #CDEDED;
    border-radius: 10px;
    padding: 40px 8%;
    max-width: 900px;
    width: 90%;
    margin: auto; }
    @media (min-width: 1024px) {
      #organize .organize-in {
        border-radius: 20px;
        padding: 40px 60px; } }
    @media (min-width: 1200px) {
      #organize .organize-in {
        padding: 80px 100px; } }
    #organize .organize-in .icon {
      width: 70px;
      margin: 0 auto 20px; }
      @media (min-width: 1024px) {
        #organize .organize-in .icon {
          width: 100px;
          margin: 0 auto 40px; } }
    #organize .organize-in h2 {
      font-size: 1.25em;
      line-height: 1.4em; }
      @media (min-width: 768px) {
        #organize .organize-in h2 {
          font-size: 1.5em; } }
      @media (min-width: 1200px) {
        #organize .organize-in h2 {
          font-size: 1.75em; } }
    #organize .organize-in p {
      font-size: 0.9em;
      line-height: 1.8em;
      text-align: justify;
      margin-top: 20px; }
      @media (min-width: 768px) {
        #organize .organize-in p {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #organize .organize-in p {
          font-size: 1.125em;
          margin-top: 40px; } }

/*
---------------------------------------------------------------------------------------------------------------------
共通
---------------------------------------------------------------------------------------------------------------------
*/
.common-width {
  max-width: 900px;
  width: 90%;
  margin: auto; }

.common-title.blanc h6 {
  color: #fff; }
  .common-title.blanc h6::before {
    content: "";
    background-color: #fff; }
.common-title.blanc h2, .common-title.blanc p {
  color: #fff; }
.common-title h6 {
  position: relative;
  font-size: 0.9em;
  padding-left: 14px; }
  @media (min-width: 1200px) {
    .common-title h6 {
      font-size: 1.0em; } }
  .common-title h6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    display: flex;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #0BB3B1;
    border-radius: 50%;
    transition: .5s; }
.common-title h2 {
  font-size: 1.6em;
  margin-top: 5px; }
  @media (min-width: 768px) {
    .common-title h2 {
      font-size: 2.0em; } }
  @media (min-width: 1200px) {
    .common-title h2 {
      font-size: 2.5em;
      margin-top: 10px; } }
.common-title p {
  font-size: 0.9em;
  line-height: 1.8em;
  text-align: justify;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .common-title p {
      font-size: 1.0em; } }
  @media (min-width: 1200px) {
    .common-title p {
      font-size: 1.125em;
      margin-top: 40px; } }

/*
---------------------------------------------------------------------------------------------------------------------
サービス概要
---------------------------------------------------------------------------------------------------------------------
*/
#overview {
  background-color: #F4F4F4;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 60px 0; }
  @media (min-width: 1024px) {
    #overview {
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px;
      padding: 120px 0; } }
  #overview p {
    font-size: 0.9em;
    line-height: 1.6em;
    text-align: justify; }
    @media (min-width: 768px) {
      #overview p {
        font-size: 1.0em; } }
    @media (min-width: 1200px) {
      #overview p {
        font-size: 1.125em; } }
  #overview .overview-flame {
    border: 1px solid #000;
    border-radius: 15px;
    padding: 30px 30px;
    margin-top: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      #overview .overview-flame {
        text-align: left; } }
    @media (min-width: 1024px) {
      #overview .overview-flame {
        border-radius: 30px;
        padding: 40px 80px;
        margin-top: 40px; } }
    @media (min-width: 1200px) {
      #overview .overview-flame {
        padding: 60px 80px; } }
    #overview .overview-flame h2 {
      font-size: 0.9em;
      font-weight: 700;
      display: inline-block;
      color: #fff;
      text-align: center;
      padding: 5px 20px;
      border-radius: 40px;
      background-color: #0BB3B1;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        #overview .overview-flame h2 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #overview .overview-flame h2 {
          font-size: 1.125em;
          margin-bottom: 30px; } }
    #overview .overview-flame table {
      border-collapse: collapse;
      width: 90%; }
      #overview .overview-flame table tr:last-child th, #overview .overview-flame table tr:last-child td {
        border-bottom: none; }
      #overview .overview-flame table tr th, #overview .overview-flame table tr td {
        display: block; }
        @media (min-width: 768px) {
          #overview .overview-flame table tr th, #overview .overview-flame table tr td {
            display: table-cell; } }
      #overview .overview-flame table tr th {
        font-size: 1.0em;
        line-height: 1.4em;
        font-weight: 700;
        text-align: left;
        vertical-align: top;
        width: 100px;
        padding: 10px 0 0 0; }
        @media (min-width: 768px) {
          #overview .overview-flame table tr th {
            font-size: 1.125em;
            width: 200px;
            padding: 10px 0; } }
      #overview .overview-flame table tr td {
        font-size: 0.85em;
        text-align: left;
        line-height: 1.8em;
        padding: 0 0 15px 0;
        color: #000; }
        @media (min-width: 768px) {
          #overview .overview-flame table tr td {
            font-size: 1.0em;
            padding: 10px 0; } }
    #overview .overview-flame .flame-in {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        #overview .overview-flame .flame-in {
          margin-bottom: 40px; } }
      #overview .overview-flame .flame-in:last-child {
        margin-bottom: 0; }
      #overview .overview-flame .flame-in .overview-title {
        display: flex;
        align-items: center; }
        #overview .overview-flame .flame-in .overview-title img {
          width: 30px;
          margin-right: 10px; }
        #overview .overview-flame .flame-in .overview-title h3, #overview .overview-flame .flame-in .overview-title h4 {
          font-size: 0.9em; }
          @media (min-width: 768px) {
            #overview .overview-flame .flame-in .overview-title h3, #overview .overview-flame .flame-in .overview-title h4 {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            #overview .overview-flame .flame-in .overview-title h3, #overview .overview-flame .flame-in .overview-title h4 {
              font-size: 1.125em; } }
        #overview .overview-flame .flame-in .overview-title h4 {
          font-family: "Outfit", sans-serif;
          color: #0BB3B1; }
      #overview .overview-flame .flame-in .txt2 {
        margin-top: 5px; }
        @media (min-width: 768px) {
          #overview .overview-flame .flame-in .txt2 {
            margin-top: 10px; } }
        #overview .overview-flame .flame-in .txt2 h3 {
          font-size: 1.0em;
          font-weight: 700;
          margin-bottom: 5px; }
          @media (min-width: 768px) {
            #overview .overview-flame .flame-in .txt2 h3 {
              font-size: 1.125em;
              margin-bottom: 10px; } }
        #overview .overview-flame .flame-in .txt2 h5 {
          font-size: 0.9em;
          margin-top: 5px; }
          @media (min-width: 768px) {
            #overview .overview-flame .flame-in .txt2 h5 {
              font-size: 1.0em;
              margin-top: 10px; } }
          @media (min-width: 1200px) {
            #overview .overview-flame .flame-in .txt2 h5 {
              font-size: 1.125em; } }
    #overview .overview-flame .flame-in2 h2 {
      margin: 0; }
    #overview .overview-flame .flame-in2 h3 {
      font-size: 0.9em; }
      @media (min-width: 768px) {
        #overview .overview-flame .flame-in2 h3 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #overview .overview-flame .flame-in2 h3 {
          font-size: 1.125em; } }
    #overview .overview-flame .flame-in2 .list {
      margin-top: 20px; }
      @media (min-width: 768px) {
        #overview .overview-flame .flame-in2 .list ul {
          display: flex; }
          #overview .overview-flame .flame-in2 .list ul.between {
            justify-content: space-between; }
          #overview .overview-flame .flame-in2 .list ul.Half {
            justify-content: space-around;
            margin-top: 20px; }
            #overview .overview-flame .flame-in2 .list ul.Half li {
              width: 50%; }
              #overview .overview-flame .flame-in2 .list ul.Half li:first-child {
                margin-right: 10px; }
              #overview .overview-flame .flame-in2 .list ul.Half li:last-child {
                margin-left: 10px; }
          #overview .overview-flame .flame-in2 .list ul.center {
            justify-content: center;
            margin-top: 20px; }
            #overview .overview-flame .flame-in2 .list ul.center li {
              margin-right: 20px; }
              #overview .overview-flame .flame-in2 .list ul.center li:last-child {
                margin-right: 0; } }
      #overview .overview-flame .flame-in2 .list ul li {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-radius: 10px;
        font-size: 0.9em;
        line-height: 1.4em;
        text-align: center;
        padding: 10px 30px;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          #overview .overview-flame .flame-in2 .list ul li {
            font-size: 1.0em;
            margin-bottom: 0; } }
        @media (min-width: 1200px) {
          #overview .overview-flame .flame-in2 .list ul li {
            font-size: 1.125em;
            padding: 10px 30px; } }
        #overview .overview-flame .flame-in2 .list ul li:last-child {
          margin-bottom: 0; }
    #overview .overview-flame .flame-in2 p {
      text-align: end;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      margin-top: 10px; }
      @media (min-width: 768px) {
        #overview .overview-flame .flame-in2 p {
          margin-top: 20px; } }
    #overview .overview-flame .flame-in2 .due-diligence p {
      text-align: justify; }
    #overview .overview-flame .flame-in2 .due-diligence ul {
      margin: 20px 0 20px;
      margin-bottom: 30px; }
      @media (min-width: 1200px) {
        #overview .overview-flame .flame-in2 .due-diligence ul {
          margin: 40px 0 40px; } }
      #overview .overview-flame .flame-in2 .due-diligence ul li {
        margin-bottom: 30px; }
        @media (min-width: 1200px) {
          #overview .overview-flame .flame-in2 .due-diligence ul li {
            margin-bottom: 60px; } }
        #overview .overview-flame .flame-in2 .due-diligence ul li:last-child {
          margin-bottom: 0; }
        #overview .overview-flame .flame-in2 .due-diligence ul li h4 {
          font-size: 0.9em;
          font-weight: 700;
          text-align: justify;
          margin: 0 0 5px 0; }
          @media (min-width: 768px) {
            #overview .overview-flame .flame-in2 .due-diligence ul li h4 {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            #overview .overview-flame .flame-in2 .due-diligence ul li h4 {
              font-size: 1.125em; } }
    #overview .overview-flame .flame-in2 .overview-ul-grid {
      margin: 20px -5px 0; }
      @media (min-width: 768px) {
        #overview .overview-flame .flame-in2 .overview-ul-grid {
          margin: 20px -10px 0;
          display: flex; } }
      #overview .overview-flame .flame-in2 .overview-ul-grid ul {
        display: flex;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          #overview .overview-flame .flame-in2 .overview-ul-grid ul {
            margin-bottom: 0; } }
        #overview .overview-flame .flame-in2 .overview-ul-grid ul li {
          padding: 0 5px; }
          @media (min-width: 768px) {
            #overview .overview-flame .flame-in2 .overview-ul-grid ul li {
              padding: 0 10px; } }
    #overview .overview-flame .case {
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #overview .overview-flame .case {
          margin-top: 40px; } }
      #overview .overview-flame .case ul li {
        margin-bottom: 20px; }
        @media (min-width: 1024px) {
          #overview .overview-flame .case ul li {
            margin-bottom: 40px; } }
        #overview .overview-flame .case ul li:last-child {
          margin-bottom: 0; }
        #overview .overview-flame .case ul li h3 {
          font-size: 0.9em;
          font-weight: 700;
          text-align: left;
          margin-bottom: 5px; }
          @media (min-width: 768px) {
            #overview .overview-flame .case ul li h3 {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            #overview .overview-flame .case ul li h3 {
              font-size: 1.125em;
              margin-bottom: 20px; } }
  #overview .txt {
    margin-top: 20px; }
    @media (min-width: 768px) {
      #overview .txt {
        margin-top: 40px; } }
  #overview .timing {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px; }
    @media (min-width: 1024px) {
      #overview .timing {
        border-radius: 30px;
        padding: 80px;
        margin-top: 60px; } }
    #overview .timing .title h6 {
      font-size: 0.8em;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        #overview .timing .title h6 {
          font-size: 0.9em; } }
      @media (min-width: 1200px) {
        #overview .timing .title h6 {
          font-size: 1.0em; } }
    #overview .timing .title h3 {
      font-size: 1.25em;
      font-weight: bold;
      line-height: 1.4em;
      color: #0BB3B1; }
      @media (min-width: 768px) {
        #overview .timing .title h3 {
          font-size: 1.5em; } }
      @media (min-width: 1200px) {
        #overview .timing .title h3 {
          font-size: 1.75em; } }
    #overview .timing p {
      margin-top: 20px; }
      @media (min-width: 768px) {
        #overview .timing p {
          margin-top: 40px; } }
    #overview .timing .at-times {
      margin-top: 30px; }
      @media (min-width: 768px) {
        #overview .timing .at-times {
          margin-top: 60px; } }
      #overview .timing .at-times h4 {
        font-size: 0.9em;
        font-weight: bold;
        border-bottom: 1px solid #000;
        display: inline-block;
        padding-bottom: 10px; }
        @media (min-width: 768px) {
          #overview .timing .at-times h4 {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          #overview .timing .at-times h4 {
            font-size: 1.125em; } }
      #overview .timing .at-times ul {
        margin-top: 10px; }
        @media (min-width: 768px) {
          #overview .timing .at-times ul {
            margin-top: 20px; } }
        #overview .timing .at-times ul li {
          font-size: 0.8em;
          line-height: 1.4em;
          padding-left: 1em;
          text-indent: -1em;
          margin-bottom: 10px; }
          @media (min-width: 768px) {
            #overview .timing .at-times ul li {
              font-size: 0.9em; } }
          @media (min-width: 1200px) {
            #overview .timing .at-times ul li {
              font-size: 1.0em; } }
          #overview .timing .at-times ul li:last-child {
            margin-bottom: 0; }
    #overview .timing .kisoku {
      display: flex;
      justify-content: space-between;
      margin: 20px 0 40px; }
      @media (min-width: 768px) {
        #overview .timing .kisoku {
          margin: 40px 0 80px; } }
      #overview .timing .kisoku ul li {
        font-size: 0.9em;
        margin-bottom: 5px; }
        @media (min-width: 768px) {
          #overview .timing .kisoku ul li {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          #overview .timing .kisoku ul li {
            font-size: 1.125em;
            margin-bottom: 10px; } }
        #overview .timing .kisoku ul li:last-child {
          margin-bottom: 0; }
      #overview .timing .kisoku ul.Third :nth-child(n+2) {
        color: #8B837F; }
    #overview .timing ul.syorui {
      margin-top: 20px; }
      @media (min-width: 768px) {
        #overview .timing ul.syorui {
          margin-top: 40px; } }
      #overview .timing ul.syorui li {
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          #overview .timing ul.syorui li {
            margin-bottom: 40px; } }
        #overview .timing ul.syorui li h3 {
          font-size: 0.9em;
          font-weight: bold;
          border-left: 5px solid #D2D4D5;
          padding-left: 10px; }
          @media (min-width: 768px) {
            #overview .timing ul.syorui li h3 {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            #overview .timing ul.syorui li h3 {
              font-size: 1.125em; } }
        #overview .timing ul.syorui li p {
          margin-top: 5px; }
          @media (min-width: 768px) {
            #overview .timing ul.syorui li p {
              margin-top: 10px; } }

.back-photo {
  position: relative;
  margin-top: -15px;
  z-index: -1; }
  @media (min-width: 1024px) {
    .back-photo {
      margin-top: -30px; } }

/*
---------------------------------------------------------------------------------------------------------------------
成果につながる、エフピオの強み
---------------------------------------------------------------------------------------------------------------------
*/
#strengths {
  background-color: #0BB3B1;
  border-radius: 15px;
  margin-top: -15px;
  padding: 60px 0; }
  @media (min-width: 1024px) {
    #strengths {
      border-radius: 30px;
      margin-top: -30px;
      padding: 120px 0; } }
  #strengths .strengths-in {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-top: 50px; }
    @media (min-width: 768px) {
      #strengths .strengths-in {
        padding: 50px 30px; } }
    @media (min-width: 1200px) {
      #strengths .strengths-in {
        border-radius: 30px;
        padding: 80px;
        margin-top: 100px; } }
    #strengths .strengths-in li {
      display: flex;
      border-bottom: 1px solid #C1C1C1;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        #strengths .strengths-in li {
          padding-bottom: 40px;
          margin-bottom: 40px; } }
      @media (min-width: 1200px) {
        #strengths .strengths-in li {
          padding-bottom: 50px;
          margin-bottom: 50px; } }
      #strengths .strengths-in li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
      #strengths .strengths-in li .no {
        width: 30px; }
        @media (min-width: 768px) {
          #strengths .strengths-in li .no {
            width: 40px; } }
        @media (min-width: 1200px) {
          #strengths .strengths-in li .no {
            width: 60px; } }
      #strengths .strengths-in li .txt {
        width: calc(100% - 30px);
        padding-left: 5%; }
        @media (min-width: 768px) {
          #strengths .strengths-in li .txt {
            width: calc(100% - 40px);
            margin-top: 10px; } }
        @media (min-width: 1200px) {
          #strengths .strengths-in li .txt {
            width: calc(100% - 60px); } }
        #strengths .strengths-in li .txt h3 {
          font-size: 1.25em;
          font-weight: bold;
          line-height: 1.4em; }
          @media (min-width: 768px) {
            #strengths .strengths-in li .txt h3 {
              font-size: 1.5em; } }
          @media (min-width: 1200px) {
            #strengths .strengths-in li .txt h3 {
              font-size: 1.75em; } }
        #strengths .strengths-in li .txt p {
          font-size: 0.9em;
          line-height: 1.8em;
          text-align: justify;
          margin-top: 15px; }
          @media (min-width: 768px) {
            #strengths .strengths-in li .txt p {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            #strengths .strengths-in li .txt p {
              font-size: 1.125em;
              margin-top: 30px; } }

/*
---------------------------------------------------------------------------------------------------------------------
サービス提供の流れ　ご相談から導入まで
---------------------------------------------------------------------------------------------------------------------
*/
#flow {
  padding: 60px 0 0; }
  @media (min-width: 1024px) {
    #flow {
      padding: 120px 0 0; } }
  #flow #flow-area {
    position: relative;
    margin: 30px 0 0 0; }
    @media (min-width: 1024px) {
      #flow #flow-area {
        margin: 60px 0 0 0; } }
    #flow #flow-area .flow-in {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #flow #flow-area .flow-in .timeline li {
        /*線の起点とするためrelativeを設定*/
        position: relative;
        list-style: none;
        padding-bottom: 30px; }
        @media (min-width: 768px) {
          #flow #flow-area .flow-in .timeline li {
            padding-bottom: 60px; } }
        #flow #flow-area .flow-in .timeline li:last-child {
          padding-bottom: 0; }
        #flow #flow-area .flow-in .timeline li dl {
          margin: 0 0 20px 45px; }
          @media (min-width: 768px) {
            #flow #flow-area .flow-in .timeline li dl {
              margin: 0 0 20px 3em; } }
          #flow #flow-area .flow-in .timeline li dl dt {
            font-size: 1.25em;
            font-weight: bold;
            line-height: 1.4em;
            font-feature-settings: "palt";
            letter-spacing: 0.04em;
            margin-right: 40px; }
            @media (min-width: 768px) {
              #flow #flow-area .flow-in .timeline li dl dt {
                font-size: 1.75em; } }
          #flow #flow-area .flow-in .timeline li dl dd {
            font-size: 0.9em;
            line-height: 1.6em;
            margin-top: 10px; }
            @media (min-width: 768px) {
              #flow #flow-area .flow-in .timeline li dl dd {
                font-size: 1.125em;
                margin-top: 20px; } }
          #flow #flow-area .flow-in .timeline li dl .document {
            background-color: #fff;
            border-radius: 10px;
            padding: 20px;
            margin-top: 20px; }
            @media (min-width: 1024px) {
              #flow #flow-area .flow-in .timeline li dl .document {
                border-radius: 20px;
                padding: 40px; } }
            #flow #flow-area .flow-in .timeline li dl .document h3 {
              font-size: 1.0em;
              margin-bottom: 10px; }
              @media (min-width: 768px) {
                #flow #flow-area .flow-in .timeline li dl .document h3 {
                  font-size: 1.125em; } }
              @media (min-width: 1200px) {
                #flow #flow-area .flow-in .timeline li dl .document h3 {
                  font-size: 1.25em; } }
            #flow #flow-area .flow-in .timeline li dl .document ol li {
              font-size: 0.8em;
              line-height: 1.4em;
              margin-bottom: 5px;
              padding: 0; }
              @media (min-width: 768px) {
                #flow #flow-area .flow-in .timeline li dl .document ol li {
                  font-size: 0.9em; } }
              @media (min-width: 1200px) {
                #flow #flow-area .flow-in .timeline li dl .document ol li {
                  font-size: 1.0em; } }
              #flow #flow-area .flow-in .timeline li dl .document ol li:last-child {
                margin-bottom: 0; }
              #flow #flow-area .flow-in .timeline li dl .document ol li::after {
                content: none; }
        #flow #flow-area .flow-in .timeline li .border-line {
          position: absolute;
          top: 5px;
          left: 17px;
          width: 2px;
          height: 0;
          background: #0BB3B1; }
        #flow #flow-area .flow-in .timeline li:nth-child(1)::after {
          content: "1"; }
        #flow #flow-area .flow-in .timeline li:nth-child(2)::after {
          content: "2"; }
        #flow #flow-area .flow-in .timeline li:nth-child(3)::after {
          content: "3"; }
        #flow #flow-area .flow-in .timeline li:nth-child(4)::after {
          content: "4"; }
        #flow #flow-area .flow-in .timeline li:nth-child(5)::after {
          content: "5"; }
        #flow #flow-area .flow-in .timeline li:nth-child(6)::after {
          content: "6"; }
        #flow #flow-area .flow-in .timeline li:nth-child(7)::after {
          content: "7"; }
        #flow #flow-area .flow-in .timeline li::after {
          font-family: "Outfit", sans-serif;
          font-weight: bold;
          font-size: 1.2em;
          content: '';
          position: absolute;
          top: -5px;
          left: 0;
          width: 36px;
          height: 36px;
          background: #0BB3B1;
          color: #fff;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (min-width: 768px) {
            #flow #flow-area .flow-in .timeline li::after {
              top: 1px; } }

/*
---------------------------------------------------------------------------------------------------------------------
導入後のサポート
---------------------------------------------------------------------------------------------------------------------
*/
#support {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-top: 50px; }
  @media (min-width: 1024px) {
    #support {
      border-radius: 30px;
      padding: 80px;
      margin-top: 100px; } }
  #support p {
    font-size: 0.85em;
    line-height: 1.6em;
    text-align: justify; }
    @media (min-width: 768px) {
      #support p {
        font-size: 0.9em; } }
    @media (min-width: 1200px) {
      #support p {
        font-size: 1.0em; } }
  #support .support-in .support-title h2 {
    font-size: 1.5em;
    line-height: 1.6em;
    text-align: justify;
    color: #0BB3B1; }
    @media (min-width: 768px) {
      #support .support-in .support-title h2 {
        font-size: 2.0em; } }
    @media (min-width: 1200px) {
      #support .support-in .support-title h2 {
        font-size: 2.5em; } }
  #support .support-in .support-title p {
    margin-top: 20px; }
    @media (min-width: 1200px) {
      #support .support-in .support-title p {
        margin-top: 40px; } }
  #support .support-in .support-box {
    margin-top: 20px; }
    @media (min-width: 1200px) {
      #support .support-in .support-box {
        margin-top: 40px; } }
    #support .support-in .support-box ul {
      position: relative;
      display: flex;
      border-bottom: 1px solid #C1C1C1; }
      #support .support-in .support-box ul:last-child {
        border-bottom: none; }
      #support .support-in .support-box ul li {
        border-right: 1px solid #C1C1C1;
        width: 50%; }
        #support .support-in .support-box ul li:first-child {
          padding: 15px 15px 15px 0; }
          @media (min-width: 768px) {
            #support .support-in .support-box ul li:first-child {
              padding: 30px 30px 30px 0; } }
        #support .support-in .support-box ul li:nth-child(2) {
          border-right: none;
          padding: 15px 0 15px 15px; }
          @media (min-width: 768px) {
            #support .support-in .support-box ul li:nth-child(2) {
              padding: 30px 0 30px 30px; } }
        #support .support-in .support-box ul li:last-child {
          border-right: none; }
        #support .support-in .support-box ul li h6 {
          font-size: 1.0em;
          color: #0BB3B1; }
          @media (min-width: 768px) {
            #support .support-in .support-box ul li h6 {
              font-size: 1.125em; } }
          @media (min-width: 1200px) {
            #support .support-in .support-box ul li h6 {
              font-size: 1.25em; } }
        #support .support-in .support-box ul li h3 {
          font-size: 0.9em;
          font-weight: bold;
          line-height: 1.4em;
          margin-top: 5px; }
          @media (min-width: 768px) {
            #support .support-in .support-box ul li h3 {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            #support .support-in .support-box ul li h3 {
              font-size: 1.125em;
              margin-top: 10px; } }
        #support .support-in .support-box ul li p {
          margin-top: 10px; }
          @media (min-width: 1200px) {
            #support .support-in .support-box ul li p {
              margin-top: 20px; } }
        #support .support-in .support-box ul li.maru {
          position: absolute;
          bottom: -10px;
          left: 0;
          right: 0;
          margin: auto;
          background-color: #fff;
          width: 20px;
          height: 20px;
          z-index: 10; }
  #support .support-in .kome {
    margin-top: 40px; }
    @media (min-width: 1200px) {
      #support .support-in .kome {
        margin-top: 80px; } }

/*
---------------------------------------------------------------------------------------------------------------------
よくある質問　導入前の不安・疑問を解消
---------------------------------------------------------------------------------------------------------------------
*/
#question {
  padding: 60px 0; }
  @media (min-width: 1024px) {
    #question {
      padding: 120px 0; } }
  #question .question-in {
    margin-top: 30px; }
    @media (min-width: 1024px) {
      #question .question-in {
        margin-top: 60px; } }
    #question .question-in ul li {
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        #question .question-in ul li {
          margin-bottom: 60px; } }
      #question .question-in ul li:last-child {
        margin-bottom: 0; }
      #question .question-in ul li .question {
        display: flex;
        align-items: center; }
        #question .question-in ul li .question img {
          width: 30px;
          margin-right: 10px; }
        #question .question-in ul li .question h3 {
          font-size: 1.125em;
          line-height: 1.4em;
          color: #0BB3B1; }
          @media (min-width: 768px) {
            #question .question-in ul li .question h3 {
              font-size: 1.25em; } }
      #question .question-in ul li p, #question .question-in ul li a {
        font-size: 0.85em;
        line-height: 1.6em;
        text-align: justify;
        margin: 10px 0 0 40px; }
        @media (min-width: 768px) {
          #question .question-in ul li p, #question .question-in ul li a {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          #question .question-in ul li p, #question .question-in ul li a {
            font-size: 1.125em;
            margin: 20px 0 0 40px; } }
      #question .question-in ul li a {
        color: #0BB3B1;
        position: relative;
        top: 5px;
        margin: 20px 0 0 40px; }
        @media (min-width: 1200px) {
          #question .question-in ul li a {
            margin: 40px 0 0 40px; } }
    #question .question-in h4 {
      font-size: 0.85em;
      line-height: 1.6em;
      margin: 20px 0 0 0;
      padding-top: 20px;
      border-top: 1px solid #C1C1C1; }
      @media (min-width: 768px) {
        #question .question-in h4 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #question .question-in h4 {
          font-size: 1.125em;
          margin: 40px 0 0 0;
          padding-top: 40px; } }

/*
---------------------------------------------------------------------------------------------------------------------
コンサルティング料金　料金について
---------------------------------------------------------------------------------------------------------------------
*/
#fee {
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 0; }
  @media (min-width: 1024px) {
    #fee {
      border-radius: 30px;
      padding: 120px 0; } }
  #fee .fee-in {
    margin-top: 40px;
    padding-bottom: 20px; }
    @media (min-width: 1200px) {
      #fee .fee-in {
        margin-top: 80px;
        padding-bottom: 40px; } }
    #fee .fee-in.border-none {
      border-bottom: none; }
    #fee .fee-in h3 {
      font-size: 1.25em;
      font-weight: bold;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      color: #0BB3B1;
      border-bottom: 1px solid #0BB3B1;
      padding-bottom: 10px; }
      @media (min-width: 768px) {
        #fee .fee-in h3 {
          font-size: 1.5em; } }
      @media (min-width: 1200px) {
        #fee .fee-in h3 {
          font-size: 1.75em; } }
    #fee .fee-in .shuugyo-kisoku {
      margin-top: 20px; }
      @media (min-width: 1200px) {
        #fee .fee-in .shuugyo-kisoku {
          margin-top: 40px; } }
      #fee .fee-in .shuugyo-kisoku h4 {
        font-size: 0.9em;
        line-height: 1.4em;
        margin: 0 0 5px 0; }
        @media (min-width: 768px) {
          #fee .fee-in .shuugyo-kisoku h4 {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          #fee .fee-in .shuugyo-kisoku h4 {
            font-size: 1.125em; } }
      #fee .fee-in .shuugyo-kisoku p {
        font-size: 0.8em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        line-height: 1.6em; }
        @media (min-width: 768px) {
          #fee .fee-in .shuugyo-kisoku p {
            font-size: 0.9em; } }
        @media (min-width: 1200px) {
          #fee .fee-in .shuugyo-kisoku p {
            font-size: 1.0em; } }
    #fee .fee-in ul.shuugyo-kisoku-kome {
      margin-top: 20px; }
      #fee .fee-in ul.shuugyo-kisoku-kome li {
        padding: 0;
        font-size: 0.8em;
        line-height: 1.4em;
        padding-left: 1em;
        text-indent: -1em;
        margin: 0 0 2px 0; }
        @media (min-width: 768px) {
          #fee .fee-in ul.shuugyo-kisoku-kome li {
            font-size: 0.9em; } }
        @media (min-width: 1200px) {
          #fee .fee-in ul.shuugyo-kisoku-kome li {
            font-size: 1.0em; } }
        #fee .fee-in ul.shuugyo-kisoku-kome li:last-child {
          margin: 0; }
    #fee .fee-in ul {
      margin-top: 20px; }
      @media (min-width: 1200px) {
        #fee .fee-in ul {
          margin-top: 40px; } }
      #fee .fee-in ul li {
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          #fee .fee-in ul li {
            display: flex; } }
        @media (min-width: 1200px) {
          #fee .fee-in ul li {
            margin-bottom: 60px; } }
        #fee .fee-in ul li:last-child {
          margin-bottom: 0; }
        #fee .fee-in ul li .title {
          width: 210px;
          margin-bottom: 10px; }
          #fee .fee-in ul li .title.type2 {
            width: 260px; }
          #fee .fee-in ul li .title h4 {
            font-size: 0.9em;
            display: inline-block;
            color: #fff;
            text-align: center;
            padding: 5px 0;
            width: 170px;
            border-radius: 40px;
            background-color: #0BB3B1; }
            @media (min-width: 768px) {
              #fee .fee-in ul li .title h4 {
                font-size: 1.0em; } }
            @media (min-width: 1200px) {
              #fee .fee-in ul li .title h4 {
                font-size: 1.125em; } }
            #fee .fee-in ul li .title h4.type2 {
              width: 230px; }
        @media (min-width: 768px) {
          #fee .fee-in ul li .plan {
            width: calc(100% - 210px); } }
        @media (min-width: 768px) {
          #fee .fee-in ul li .plan.type2 {
            width: calc(100% - 260px); } }
        #fee .fee-in ul li .plan p {
          font-size: 0.9em;
          margin-bottom: 5px; }
          @media (min-width: 768px) {
            #fee .fee-in ul li .plan p {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            #fee .fee-in ul li .plan p {
              font-size: 1.125em;
              margin-bottom: 10px; } }
          #fee .fee-in ul li .plan p.kome {
            margin-top: -10px; }
            @media (min-width: 1200px) {
              #fee .fee-in ul li .plan p.kome {
                margin-top: -20px; } }
        #fee .fee-in ul li .plan .price {
          display: flex;
          align-items: flex-end;
          margin-bottom: 20px; }
          @media (min-width: 1200px) {
            #fee .fee-in ul li .plan .price {
              margin-bottom: 40px; } }
          #fee .fee-in ul li .plan .price:last-child {
            margin-bottom: 0; }
          #fee .fee-in ul li .plan .price p {
            align-items: center;
            margin: 0 10px 5px 0; }
            @media (min-width: 1200px) {
              #fee .fee-in ul li .plan .price p {
                margin: 0 10px 10px 0; } }
            #fee .fee-in ul li .plan .price p.waku {
              font-size: 0.9em;
              display: inline-block;
              color: #fff;
              text-align: center;
              padding: 5px 15px;
              border-radius: 40px;
              background-color: #0BB3B1; }
          #fee .fee-in ul li .plan .price h1 {
            font-size: 1.25em;
            margin-right: 5px; }
            @media (min-width: 768px) {
              #fee .fee-in ul li .plan .price h1 {
                font-size: 1.75em; } }
            @media (min-width: 1200px) {
              #fee .fee-in ul li .plan .price h1 {
                font-size: 2.0em;
                margin-right: 10px; } }
          #fee .fee-in ul li .plan .price h4 {
            font-family: "Outfit", sans-serif;
            font-size: 2.0em;
            line-height: 0.8em; }
            @media (min-width: 768px) {
              #fee .fee-in ul li .plan .price h4 {
                font-size: 3.0em; } }
            @media (min-width: 1200px) {
              #fee .fee-in ul li .plan .price h4 {
                font-size: 3.75em; } }
          #fee .fee-in ul li .plan .price h5 {
            font-size: 1.125em; }
            @media (min-width: 768px) {
              #fee .fee-in ul li .plan .price h5 {
                font-size: 1.5em; } }
            @media (min-width: 1200px) {
              #fee .fee-in ul li .plan .price h5 {
                font-size: 1.875em; } }
          #fee .fee-in ul li .plan .price h6 {
            font-size: 0.9em;
            font-feature-settings: "palt";
            letter-spacing: 0.04em; }
            @media (min-width: 768px) {
              #fee .fee-in ul li .plan .price h6 {
                font-size: 1.0em; } }
            @media (min-width: 1200px) {
              #fee .fee-in ul li .plan .price h6 {
                font-size: 1.125em; } }
    #fee .fee-in ul.fee-in2 {
      display: flex;
      border-left: 1px solid #C1C1C1; }
      #fee .fee-in ul.fee-in2 li {
        border-right: 1px solid #C1C1C1;
        width: 33.333%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 0;
        font-size: 0.8em;
        line-height: 1.6em; }
        @media (min-width: 768px) {
          #fee .fee-in ul.fee-in2 li {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          #fee .fee-in ul.fee-in2 li {
            font-size: 1.125em; } }
    #fee .fee-in .fee-in-end h4, #fee .fee-in .fee-in-end p {
      font-size: 0.80em;
      line-height: 1.6em;
      padding-top: 20px; }
      @media (min-width: 768px) {
        #fee .fee-in .fee-in-end h4, #fee .fee-in .fee-in-end p {
          font-size: 0.9em; } }
      @media (min-width: 1200px) {
        #fee .fee-in .fee-in-end h4, #fee .fee-in .fee-in-end p {
          font-size: 1.0em;
          padding-top: 40px; } }
    #fee .fee-in .kome {
      margin-top: 20px; }
  #fee .document {
    border: 1px solid #000;
    border-radius: 15px;
    padding: 20px 30px;
    margin-top: 20px; }
    @media (min-width: 768px) {
      #fee .document {
        display: flex;
        justify-content: center; } }
    @media (min-width: 1024px) {
      #fee .document {
        border-radius: 30px;
        padding: 30px;
        margin-top: 40px; } }
    @media (min-width: 1200px) {
      #fee .document {
        padding: 40px; } }
    #fee .document h3 {
      font-size: 1.0em;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        #fee .document h3 {
          font-size: 1.125em;
          width: 240px;
          margin-bottom: 0; } }
      @media (min-width: 1200px) {
        #fee .document h3 {
          font-size: 1.25em;
          width: 280px; } }
    #fee .document ul {
      margin-top: 10px; }
      @media (min-width: 768px) {
        #fee .document ul {
          margin-top: 0; } }
      #fee .document ul li {
        font-size: 0.8em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        padding-left: 1em;
        text-indent: -1em;
        line-height: 1.6em;
        margin-bottom: 2px; }
        @media (min-width: 768px) {
          #fee .document ul li {
            font-size: 0.9em; } }
        @media (min-width: 1200px) {
          #fee .document ul li {
            font-size: 1.0em;
            margin-bottom: 5px; } }
        #fee .document ul li:last-child {
          margin-bottom: 0; }
  #fee .layout2 {
    background-color: #F4F4F4;
    border-radius: 15px;
    padding: 20px; }
    @media (min-width: 1024px) {
      #fee .layout2 {
        border-radius: 30px;
        padding: 40px; } }
    @media (min-width: 1200px) {
      #fee .layout2 {
        padding: 60px; } }
    #fee .layout2 h3 {
      font-size: 1.25em;
      font-weight: bold;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      color: #fff;
      background-color: #0BB3B1;
      display: inline-block;
      border-radius: 40px;
      padding: 3px 15px 5px; }
      @media (min-width: 768px) {
        #fee .layout2 h3 {
          font-size: 1.5em; } }
      @media (min-width: 1200px) {
        #fee .layout2 h3 {
          font-size: 1.75em; } }
    #fee .layout2 ul {
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #fee .layout2 ul {
          margin-top: 40px; } }
      #fee .layout2 ul li {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #C1C1C1; }
        @media (min-width: 768px) {
          #fee .layout2 ul li {
            margin-bottom: 40px;
            padding-bottom: 40px;
            display: flex; } }
        #fee .layout2 ul li:last-child {
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; }
        #fee .layout2 ul li h4 {
          font-size: 0.9em;
          font-weight: 700;
          margin-bottom: 5px; }
          @media (min-width: 768px) {
            #fee .layout2 ul li h4 {
              font-size: 1.0em;
              width: 280px;
              margin-bottom: 0; } }
          @media (min-width: 1200px) {
            #fee .layout2 ul li h4 {
              font-size: 1.125em; } }
        #fee .layout2 ul li p {
          font-size: 0.85em;
          line-height: 1.6em;
          text-align: justify; }
          @media (min-width: 768px) {
            #fee .layout2 ul li p {
              font-size: 0.9em;
              width: calc(100% - 280px); } }
          @media (min-width: 1200px) {
            #fee .layout2 ul li p {
              font-size: 1.0em; } }
  #fee .naiyou ul li {
    display: flex; }
  #fee .end h4 {
    font-size: 0.85em;
    line-height: 1.6em;
    padding-top: 20px; }
    @media (min-width: 768px) {
      #fee .end h4 {
        font-size: 1.0em; } }
    @media (min-width: 1200px) {
      #fee .end h4 {
        font-size: 1.125em;
        padding-top: 40px; } }
    #fee .end h4 a {
      position: relative;
      color: #0BB3B1; }
      #fee .end h4 a:hover::after {
        transform-origin: left top;
        transform: scale(1, 1); }
      #fee .end h4 a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #0BB3B1;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s; }
  #fee .dispatch9 {
    margin-top: 20px; }
    @media (min-width: 1200px) {
      #fee .dispatch9 {
        margin-top: 40px; } }
    #fee .dispatch9 ul li {
      font-size: 0.80em;
      line-height: 1.6em; }
      @media (min-width: 768px) {
        #fee .dispatch9 ul li {
          font-size: 0.85em; } }
      @media (min-width: 1200px) {
        #fee .dispatch9 ul li {
          font-size: 0.9em; } }
  #fee .discussion-btn {
    margin-top: 20px; }
    #fee .discussion-btn a {
      display: flex;
      align-items: center;
      justify-content: center; }
      #fee .discussion-btn a:hover svg {
        transform: scale(1.15); }
        #fee .discussion-btn a:hover svg #en {
          fill: #0BB3B1;
          stroke: none; }
        #fee .discussion-btn a:hover svg #ya {
          fill: #fff; }
      #fee .discussion-btn a h6 {
        font-size: 0.9em;
        color: #0BB3B1;
        margin: 0 10px 0 0; }
        @media (min-width: 768px) {
          #fee .discussion-btn a h6 {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          #fee .discussion-btn a h6 {
            font-size: 1.125em; } }
      #fee .discussion-btn a svg {
        width: 30px;
        transition: .5s; }
        @media (min-width: 768px) {
          #fee .discussion-btn a svg {
            width: 34px; } }
        #fee .discussion-btn a svg #en {
          fill: none;
          stroke: #0BB3B1;
          stroke-miterlimit: 4;
          stroke-width: 1px; }
        #fee .discussion-btn a svg #ya {
          fill: #0BB3B1; }

/*
---------------------------------------------------------------------------------------------------------------------
人事制度を“機能させる”ため
---------------------------------------------------------------------------------------------------------------------
*/
#function {
  background-color: #79C8CD;
  border-radius: 15px;
  margin-top: -15px;
  padding: 60px 0; }
  @media (min-width: 1024px) {
    #function {
      border-radius: 30px;
      margin-top: -30px;
      padding: 120px 0; } }
  #function ul {
    margin-top: 30px; }
    @media (min-width: 1024px) {
      #function ul {
        margin-top: 60px; } }
    #function ul li {
      background-color: #fff;
      border-radius: 15px;
      padding: 20px;
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #function ul li {
          border-radius: 30px;
          padding: 40px;
          margin-bottom: 40px; } }
      @media (min-width: 1200px) {
        #function ul li {
          padding: 80px; } }
      #function ul li:last-child {
        margin-bottom: 0; }
      #function ul li p {
        font-size: 0.9em;
        line-height: 1.4em;
        color: #0BB3B1; }
        @media (min-width: 768px) {
          #function ul li p {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          #function ul li p {
            font-size: 1.125em; } }
      #function ul li .title {
        margin-top: 10px; }
        @media (min-width: 768px) {
          #function ul li .title {
            margin-top: 20px; } }
        #function ul li .title a {
          display: flex;
          align-items: center; }
          #function ul li .title a:hover h2 {
            color: #0BB3B1; }
          #function ul li .title a:hover svg {
            transform: scale(1.15); }
            #function ul li .title a:hover svg #en {
              fill: #0BB3B1;
              stroke: none; }
            #function ul li .title a:hover svg #ya {
              fill: #fff; }
          #function ul li .title a h2 {
            font-size: 1.25em;
            margin-right: 5px;
            font-feature-settings: "palt";
            letter-spacing: 0.04em;
            transition: .5s; }
            @media (min-width: 768px) {
              #function ul li .title a h2 {
                font-size: 2.5vw;
                margin-right: 10px; } }
            @media (min-width: 1200px) {
              #function ul li .title a h2 {
                font-size: 2.0vw; } }
            @media (min-width: 1600px) {
              #function ul li .title a h2 {
                font-size: 2.2em; } }
          #function ul li .title a h3 {
            font-size: 0.7em;
            display: inline-block;
            background-color: #707070;
            border-radius: 40px;
            color: #fff;
            text-align: center;
            padding: 4px 10px 5px;
            transition: .5s;
            margin: 4px 5px 0 0; }
            @media (min-width: 768px) {
              #function ul li .title a h3 {
                font-size: 0.9em;
                padding: 4px 15px 6px; } }
            @media (min-width: 1200px) {
              #function ul li .title a h3 {
                font-size: 1.0em;
                margin: 4px 10px 0 0; } }
          #function ul li .title a svg {
            width: 30px;
            transform: scale(1);
            transition: .5s;
            margin-top: 4px; }
            @media (min-width: 1024px) {
              #function ul li .title a svg {
                width: 34px; } }
            #function ul li .title a svg #en {
              fill: none;
              stroke: #222324;
              stroke-miterlimit: 4;
              stroke-width: 1px;
              transition: .5s; }
            #function ul li .title a svg #ya {
              fill: #222324;
              transition: .5s; }

/*
---------------------------------------------------------------------------------------------------------------------
人事制度コンサルティングパンフレット
---------------------------------------------------------------------------------------------------------------------
*/
#pamphlet-btn {
  margin-top: 100px;
  text-align: center; }
  #pamphlet-btn a {
    margin: 0 0 20px 0; }
    @media (min-width: 768px) {
      #pamphlet-btn a {
        margin: 0 20px 0 0; } }
    #pamphlet-btn a:last-child {
      margin: 0; }
    #pamphlet-btn a:hover .pamphlet-btn-in > svg {
      transform: scale(1.15); }
      #pamphlet-btn a:hover .pamphlet-btn-in > svg #en {
        stroke: #fff;
        fill: #fff; }
      #pamphlet-btn a:hover .pamphlet-btn-in > svg #ya {
        fill: #8B837F; }
    #pamphlet-btn a .pamphlet-btn-in {
      position: relative;
      background-color: #8B837F;
      border-radius: 50px;
      max-width: 320px;
      width: 90%;
      margin: auto;
      padding: 15px 30px;
      display: inline-block; }
      @media (min-width: 1024px) {
        #pamphlet-btn a .pamphlet-btn-in {
          max-width: 360px; } }
      #pamphlet-btn a .pamphlet-btn-in.saiyou {
        margin: 0 auto 20px; }
      #pamphlet-btn a .pamphlet-btn-in.due {
        max-width: 380px; }
      #pamphlet-btn a .pamphlet-btn-in.k401 {
        max-width: 500px; }
      #pamphlet-btn a .pamphlet-btn-in.dx {
        max-width: 420px; }
      #pamphlet-btn a .pamphlet-btn-in .txt {
        display: flex;
        align-items: center; }
        #pamphlet-btn a .pamphlet-btn-in .txt img {
          width: 40px;
          margin-right: 15px; }
        #pamphlet-btn a .pamphlet-btn-in .txt h6 {
          font-size: 1.0em;
          line-height: 1.4em;
          font-feature-settings: "palt";
          letter-spacing: 0.04em;
          text-align: left;
          color: #fff; }
          @media (min-width: 1200px) {
            #pamphlet-btn a .pamphlet-btn-in .txt h6 {
              font-size: 1.125em; } }
      #pamphlet-btn a .pamphlet-btn-in svg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        display: flex;
        align-items: center;
        height: 100%;
        width: 30px;
        transition: .5s; }
        @media (min-width: 768px) {
          #pamphlet-btn a .pamphlet-btn-in svg {
            width: 34px; } }
        #pamphlet-btn a .pamphlet-btn-in svg #en {
          fill: none;
          stroke: #fff;
          stroke-miterlimit: 4;
          stroke-width: 1px; }
        #pamphlet-btn a .pamphlet-btn-in svg #ya {
          fill: #fff; }

/*
---------------------------------------------------------------------------------------------------------------------
お問い合わせ
---------------------------------------------------------------------------------------------------------------------
*/
