@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
オエオエとまなぼ
---------------------------------------------------------------------------------------------------------------------
*/
#manabo-head {
  width: 100%;
  max-width: 1200px;
  padding-top: 50px;
  margin: auto; }
  @media (min-width: 768px) {
    #manabo-head {
      width: 95%; } }
  @media (min-width: 1024px) {
    #manabo-head {
      padding-top: 160px; } }
  @media (min-width: 1200px) {
    #manabo-head {
      padding-top: 200px; } }
  #manabo-head .movie-play {
    position: relative; }
    #manabo-head .movie-play a .thumbnail img {
      border-radius: 15px; }
      @media (min-width: 1024px) {
        #manabo-head .movie-play a .thumbnail img {
          border-radius: 30px; } }

.manabo-content {
  max-width: 960px;
  margin: auto;
  width: 90%;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 40px 0; }
  @media (min-width: 1024px) {
    .manabo-content {
      padding: 120px 0; } }
  .manabo-content .manabo-content-in {
    max-width: 700px;
    width: 90%;
    margin: auto; }
    .manabo-content .manabo-content-in .prologue h1 {
      font-size: 1.5em;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      line-height: 1.4em; }
      @media (min-width: 768px) {
        .manabo-content .manabo-content-in .prologue h1 {
          font-size: 2.0em; } }
      @media (min-width: 1024px) {
        .manabo-content .manabo-content-in .prologue h1 {
          font-size: 2.25em; } }
    .manabo-content .manabo-content-in .prologue .data-txt {
      display: flex;
      align-items: center;
      margin-top: 20px; }
      .manabo-content .manabo-content-in .prologue .data-txt h5 {
        font-size: 0.8em; }
        @media (min-width: 1024px) {
          .manabo-content .manabo-content-in .prologue .data-txt h5 {
            font-size: 0.9em; } }
      .manabo-content .manabo-content-in .prologue .data-txt ul {
        margin-left: 15px; }
        .manabo-content .manabo-content-in .prologue .data-txt ul li {
          font-size: 0.8em;
          color: #7D7775; }
          @media (min-width: 1024px) {
            .manabo-content .manabo-content-in .prologue .data-txt ul li {
              font-size: 0.9em; } }
    .manabo-content .manabo-content-in .prologue p {
      font-size: 0.9em;
      line-height: 2.0em;
      text-align: justify;
      margin-top: 20px; }
      @media (min-width: 1024px) {
        .manabo-content .manabo-content-in .prologue p {
          font-size: 1.125em;
          margin-top: 50px; } }
    .manabo-content .manabo-content-in .profile {
      border-top: 1px solid #C6C6C6;
      border-bottom: 1px solid #C6C6C6;
      margin-top: 40px;
      padding: 0 0; }
      @media (min-width: 1200px) {
        .manabo-content .manabo-content-in .profile {
          margin-top: 100px;
          padding: 0 40px; } }
      .manabo-content .manabo-content-in .profile ul {
        padding: 30px 0; }
        @media (min-width: 768px) {
          .manabo-content .manabo-content-in .profile ul {
            padding: 60px 0; } }
        .manabo-content .manabo-content-in .profile ul li {
          display: flex;
          margin-bottom: 30px; }
          @media (min-width: 768px) {
            .manabo-content .manabo-content-in .profile ul li {
              margin-bottom: 80px; } }
          .manabo-content .manabo-content-in .profile ul li:last-child {
            margin-bottom: 0; }
          .manabo-content .manabo-content-in .profile ul li .icon {
            width: 80px; }
            @media (min-width: 768px) {
              .manabo-content .manabo-content-in .profile ul li .icon {
                width: 120px; } }
            @media (min-width: 1200px) {
              .manabo-content .manabo-content-in .profile ul li .icon {
                width: 160px; } }
            .manabo-content .manabo-content-in .profile ul li .icon img {
              border-radius: 10px; }
          .manabo-content .manabo-content-in .profile ul li .txt {
            width: calc(100% - 80px);
            margin-left: 10px;
            display: flex;
            align-items: center; }
            @media (min-width: 768px) {
              .manabo-content .manabo-content-in .profile ul li .txt {
                width: calc(100% - 120px);
                margin-left: 30px; } }
            @media (min-width: 1200px) {
              .manabo-content .manabo-content-in .profile ul li .txt {
                width: calc(100% - 160px); } }
            .manabo-content .manabo-content-in .profile ul li .txt .txt-in p {
              font-size: 0.8em;
              color: #7D7775; }
              @media (min-width: 768px) {
                .manabo-content .manabo-content-in .profile ul li .txt .txt-in p {
                  font-size: 0.9em; } }
            .manabo-content .manabo-content-in .profile ul li .txt .txt-in h4 {
              font-size: 1.125em;
              font-weight: bold;
              margin-top: 5px; }
              @media (min-width: 768px) {
                .manabo-content .manabo-content-in .profile ul li .txt .txt-in h4 {
                  font-size: 1.25em;
                  margin-top: 10px; } }
            .manabo-content .manabo-content-in .profile ul li .txt .txt-in h5 {
              font-size: 0.9em;
              font-weight: 700;
              margin-top: 5px; }
              @media (min-width: 768px) {
                .manabo-content .manabo-content-in .profile ul li .txt .txt-in h5 {
                  font-size: 1.0em;
                  margin-top: 10px; } }
    .manabo-content .manabo-content-in .talk-area {
      margin-top: 50px; }
      .manabo-content .manabo-content-in .talk-area .talk-box {
        padding-top: 40px; }
        @media (min-width: 768px) {
          .manabo-content .manabo-content-in .talk-area .talk-box {
            padding-top: 80px; } }
        @media (min-width: 1200px) {
          .manabo-content .manabo-content-in .talk-area .talk-box {
            padding-top: 100px; } }
        .manabo-content .manabo-content-in .talk-area .talk-box h2 {
          font-size: 1.4em;
          text-align: center;
          line-height: 1.4em;
          margin-bottom: 20px; }
          @media (min-width: 768px) {
            .manabo-content .manabo-content-in .talk-area .talk-box h2 {
              font-size: 1.75em; } }
          @media (min-width: 1200px) {
            .manabo-content .manabo-content-in .talk-area .talk-box h2 {
              font-size: 2em;
              margin-bottom: 80px; } }
        .manabo-content .manabo-content-in .talk-area .talk-box ul li {
          display: flex;
          margin-bottom: 20px; }
          @media (min-width: 1200px) {
            .manabo-content .manabo-content-in .talk-area .talk-box ul li {
              margin-bottom: 40px; } }
          .manabo-content .manabo-content-in .talk-area .talk-box ul li:last-child {
            margin-bottom: 0; }
          .manabo-content .manabo-content-in .talk-area .talk-box ul li .icon {
            width: 60px;
            display: flex; }
            @media (min-width: 768px) {
              .manabo-content .manabo-content-in .talk-area .talk-box ul li .icon {
                width: 100px; } }
            .manabo-content .manabo-content-in .talk-area .talk-box ul li .icon .icon-in {
              text-align: center; }
              .manabo-content .manabo-content-in .talk-area .talk-box ul li .icon .icon-in img {
                width: 50px;
                border-radius: 50%; }
                @media (min-width: 768px) {
                  .manabo-content .manabo-content-in .talk-area .talk-box ul li .icon .icon-in img {
                    width: 80px; } }
              .manabo-content .manabo-content-in .talk-area .talk-box ul li .icon .icon-in h4, .manabo-content .manabo-content-in .talk-area .talk-box ul li .icon .icon-in h5 {
                font-size: 0.9em;
                font-weight: 700;
                margin-top: 5px;
                color: #E96087; }
                @media (min-width: 1200px) {
                  .manabo-content .manabo-content-in .talk-area .talk-box ul li .icon .icon-in h4, .manabo-content .manabo-content-in .talk-area .talk-box ul li .icon .icon-in h5 {
                    font-size: 1.0em; } }
              .manabo-content .manabo-content-in .talk-area .talk-box ul li .icon .icon-in h5 {
                color: #0BB3B1; }
          .manabo-content .manabo-content-in .talk-area .talk-box ul li .txt {
            width: calc(100% - 60px);
            padding-left: 10px; }
            @media (min-width: 768px) {
              .manabo-content .manabo-content-in .talk-area .talk-box ul li .txt {
                width: calc(100% - 100px);
                padding-left: 20px; } }
            .manabo-content .manabo-content-in .talk-area .talk-box ul li .txt.first {
              display: flex;
              align-items: center; }
            .manabo-content .manabo-content-in .talk-area .talk-box ul li .txt .marker {
              background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, #FFE59B 40%, #FFE59B 95%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%); }
            .manabo-content .manabo-content-in .talk-area .talk-box ul li .txt p {
              font-size: 0.9em;
              line-height: 2em;
              text-align: justify; }
              @media (min-width: 768px) {
                .manabo-content .manabo-content-in .talk-area .talk-box ul li .txt p {
                  font-size: 1.0em; } }
              @media (min-width: 1200px) {
                .manabo-content .manabo-content-in .talk-area .talk-box ul li .txt p {
                  font-size: 1.125em; } }
            .manabo-content .manabo-content-in .talk-area .talk-box ul li .txt ul {
              margin-top: 10px; }
              .manabo-content .manabo-content-in .talk-area .talk-box ul li .txt ul li {
                margin: 0 0 5px; }
                .manabo-content .manabo-content-in .talk-area .talk-box ul li .txt ul li:last-child {
                  margin: 0; }
        .manabo-content .manabo-content-in .talk-area .talk-box .photo img {
          border-radius: 15px; }
          @media (min-width: 1024px) {
            .manabo-content .manabo-content-in .talk-area .talk-box .photo img {
              border-radius: 30px; } }
        .manabo-content .manabo-content-in .talk-area .talk-box .photo p {
          font-size: 0.9em;
          margin-top: 5px; }
          @media (min-width: 1200px) {
            .manabo-content .manabo-content-in .talk-area .talk-box .photo p {
              font-size: 1.125em; } }
    .manabo-content .manabo-content-in .matome {
      background-color: #0BB3B1;
      border-radius: 10px;
      padding: 10px 20px 30px;
      margin-top: 60px; }
      @media (min-width: 1024px) {
        .manabo-content .manabo-content-in .matome {
          border-radius: 20px;
          padding: 40px 80px 60px;
          margin-top: 140px; } }
      .manabo-content .manabo-content-in .matome ul li {
        position: relative;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #fff;
        padding: 15px 30px 15px 0; }
        @media (min-width: 1024px) {
          .manabo-content .manabo-content-in .matome ul li {
            padding: 20px 30px 20px 0; } }
        .manabo-content .manabo-content-in .matome ul li:first-child {
          padding-bottom: 10px;
          color: #fff;
          font-size: 1.125em; }
          @media (min-width: 768px) {
            .manabo-content .manabo-content-in .matome ul li:first-child {
              font-size: 1.25em; } }
        .manabo-content .manabo-content-in .matome ul li img {
          width: 16px;
          margin-right: 10px; }
        .manabo-content .manabo-content-in .matome ul li p {
          position: relative;
          font-size: 0.8em;
          font-weight: 500;
          color: #fff;
          width: calc(100% - 30px);
          padding-left: 20px; }
          @media (min-width: 768px) {
            .manabo-content .manabo-content-in .matome ul li p {
              font-size: 1.0em; } }
          .manabo-content .manabo-content-in .matome ul li p::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.2em;
            width: 16px;
            height: 16px;
            background: url("../../img/parts/check.svg") no-repeat center/contain; }
      .manabo-content .manabo-content-in .matome .oeoe {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px; }
        @media (min-width: 1024px) {
          .manabo-content .manabo-content-in .matome .oeoe {
            margin-top: 40px; } }
        .manabo-content .manabo-content-in .matome .oeoe p {
          font-size: 0.9em;
          font-weight: bold;
          line-height: 1.6em;
          text-align: justify;
          color: #fff;
          width: calc(100% - 100px); }
          @media (min-width: 1024px) {
            .manabo-content .manabo-content-in .matome .oeoe p {
              font-size: 1.125em;
              width: calc(100% - 150px); } }
        .manabo-content .manabo-content-in .matome .oeoe .photo {
          width: 90px; }
          @media (min-width: 1024px) {
            .manabo-content .manabo-content-in .matome .oeoe .photo {
              width: 130px; } }

.story-pager {
  max-width: 960px;
  margin: auto;
  width: 90%; }

/*
---------------------------------------------------------------------------------------------------------------------
オエオエとまなぼ　スライド
---------------------------------------------------------------------------------------------------------------------
*/
#other-slide {
  padding: 80px 0 20px; }
  @media (min-width: 768px) {
    #other-slide {
      padding: 100px 0; } }
  @media (min-width: 1200px) {
    #other-slide {
      padding: 120px 0; } }
  #other-slide .title-area {
    padding: 0 5%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      #other-slide .title-area {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      #other-slide .title-area {
        margin-bottom: 60px; } }
    #other-slide .title-area .title {
      display: flex;
      align-items: center; }
      #other-slide .title-area .title img {
        width: 80px;
        margin-right: 10px; }
      #other-slide .title-area .title h2 {
        font-size: 1.5em;
        font-weight: 700; }
        @media (min-width: 768px) {
          #other-slide .title-area .title h2 {
            font-size: 2.5em; } }
        @media (min-width: 1200px) {
          #other-slide .title-area .title h2 {
            font-size: 1.75em; } }
    #other-slide .title-area .more-view {
      display: flex;
      justify-content: flex-end;
      margin-top: 10px; }
  #other-slide .archive-card {
    padding: 50px 0 0 4%;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: -50px; }
    @media (min-width: 768px) {
      #other-slide .archive-card {
        padding: 50px 0 0 5%;
        margin-top: -20px; } }
    @media (min-width: 1200px) {
      #other-slide .archive-card {
        padding: 60px 0 0 5%;
        margin-top: -40px; } }
    #other-slide .archive-card .swiper-slide {
      width: 260px;
      margin: 0 15px 0 0;
      padding-bottom: 10px; }
      @media (min-width: 768px) {
        #other-slide .archive-card .swiper-slide {
          width: 300px;
          margin: 0 30px 0 0; } }
      @media (min-width: 1250px) {
        #other-slide .archive-card .swiper-slide {
          width: 340px;
          margin: 0 40px 0 0; } }
      #other-slide .archive-card .swiper-slide:last-child {
        margin-right: 3%; }
  #other-slide .swiper-button-prev, #other-slide .swiper-button-next {
    top: 30px;
    left: calc(5% + 40px); }
    @media (min-width: 1200px) {
      #other-slide .swiper-button-prev, #other-slide .swiper-button-next {
        left: calc(5% + 50px); } }
  #other-slide .swiper-button-prev {
    left: 5%; }

/*
---------------------------------------------------------------------------------------------------------------------
ニュース
---------------------------------------------------------------------------------------------------------------------
*/
#news-single {
  max-width: 1200px;
  width: 90%;
  margin: 60px auto 120px; }
  @media (min-width: 1024px) {
    #news-single {
      width: 94%;
      display: flex;
      margin: 100px auto 120px; } }
  @media (min-width: 1024px) {
    #news-single .side-menu {
      width: 280px; } }
  #news-single .side-menu .side-menu-in {
    position: sticky;
    top: 100px; }
    #news-single .side-menu .side-menu-in .new-post {
      margin-bottom: 40px; }
      @media (min-width: 1024px) {
        #news-single .side-menu .side-menu-in .new-post {
          margin-bottom: 60px; } }
      #news-single .side-menu .side-menu-in .new-post h3 {
        font-size: 0.9em;
        font-weight: 700; }
        @media (min-width: 1200px) {
          #news-single .side-menu .side-menu-in .new-post h3 {
            font-size: 1.125em; } }
      #news-single .side-menu .side-menu-in .new-post ul {
        margin-top: 10px;
        border-top: 1px solid #747474; }
        #news-single .side-menu .side-menu-in .new-post ul li {
          border-bottom: 1px solid #747474;
          position: relative; }
          #news-single .side-menu .side-menu-in .new-post ul li a:hover p {
            color: #E96087; }
          #news-single .side-menu .side-menu-in .new-post ul li a:hover::after {
            right: 5px;
            border-top: solid 1px #E96087;
            border-right: solid 1px #E96087; }
          #news-single .side-menu .side-menu-in .new-post ul li a p {
            font-size: 0.8em;
            font-feature-settings: "palt";
            letter-spacing: 0.04em;
            line-height: 1.3em;
            padding: 20px 30px 20px 0;
            transition: .5s; }
            @media (min-width: 1024px) {
              #news-single .side-menu .side-menu-in .new-post ul li a p {
                font-size: 0.9em; } }
          #news-single .side-menu .side-menu-in .new-post ul li a::after {
            position: absolute;
            top: 50%;
            right: 10px;
            content: '';
            margin-top: -3px;
            width: 6px;
            height: 6px;
            border: 0px;
            border-top: solid 1px #000;
            border-right: solid 1px #000;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            transition: .5s; }
    #news-single .side-menu .side-menu-in .select-btn {
      font-size: 0.8em;
      overflow: hidden;
      width: 100%;
      padding: 0 10px;
      position: relative;
      border: 1px solid #747474;
      border-radius: 50px;
      margin-right: 10px; }
      #news-single .side-menu .side-menu-in .select-btn:last-child {
        margin-right: 0; }
      #news-single .side-menu .side-menu-in .select-btn select {
        padding: 15px;
        color: #000;
        width: 100%;
        padding-right: 1em;
        cursor: pointer;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        border: none;
        outline: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none; }
        #news-single .side-menu .side-menu-in .select-btn select::-ms-expand {
          display: none; }
      #news-single .side-menu .side-menu-in .select-btn::before {
        position: absolute;
        top: 17px;
        right: 20px;
        width: 8px;
        height: 8px;
        content: '';
        border-bottom: solid 1px #747474;
        border-right: solid 1px #747474;
        transform: rotate(45deg);
        pointer-events: none; }

#single-L {
  margin-bottom: 80px; }
  @media (min-width: 1024px) {
    #single-L {
      width: calc(100% - 280px);
      padding-right: 5%;
      margin-bottom: 0; } }
  #single-L .post-area .post-contents {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 0; }
    @media (min-width: 1024px) {
      #single-L .post-area .post-contents {
        border-radius: 20px;
        padding: 80px 0; } }
    #single-L .post-area .post-contents .post-contents-in {
      max-width: 660px;
      width: 90%;
      margin: auto; }
      #single-L .post-area .post-contents .post-contents-in img {
        border-radius: 5px; }
        @media (min-width: 1024px) {
          #single-L .post-area .post-contents .post-contents-in img {
            border-radius: 15px; } }
      #single-L .post-area .post-contents .post-contents-in .post-header .date-taxonomy {
        display: flex; }
        #single-L .post-area .post-contents .post-contents-in .post-header .date-taxonomy h5 {
          font-size: 0.8em;
          font-weight: 500;
          line-height: 1.2em; }
          @media (min-width: 1024px) {
            #single-L .post-area .post-contents .post-contents-in .post-header .date-taxonomy h5 {
              font-size: 0.9em; } }
      #single-L .post-area .post-contents .post-contents-in .post-header h1 {
        font-size: 1.25em;
        font-feature-settings: "palt";
        letter-spacing: 0.08em;
        line-height: 1.4em;
        margin-top: 10px;
        border-bottom: 3px solid #E96087;
        padding-bottom: 20px;
        color: #E96087; }
        @media (min-width: 1024px) {
          #single-L .post-area .post-contents .post-contents-in .post-header h1 {
            font-size: 1.4em;
            margin-top: 15px; } }
        @media (min-width: 1200px) {
          #single-L .post-area .post-contents .post-contents-in .post-header h1 {
            font-size: 1.6em; } }
      #single-L .post-area .post-contents .post-contents-in .post-header .data {
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #single-L .post-area .post-contents .post-contents-in .post-header .data {
            display: flex;
            margin-top: 20px; } }
        #single-L .post-area .post-contents .post-contents-in .post-header .data h4 {
          font-size: 0.8em; }
          @media (min-width: 1024px) {
            #single-L .post-area .post-contents .post-contents-in .post-header .data h4 {
              font-size: 1.0em; } }
        #single-L .post-area .post-contents .post-contents-in .post-header .data ul {
          margin-top: 6px; }
          @media (min-width: 1024px) {
            #single-L .post-area .post-contents .post-contents-in .post-header .data ul {
              margin: 0 0 0 15px; } }
          #single-L .post-area .post-contents .post-contents-in .post-header .data ul li {
            display: inline-block;
            font-size: 0.8em; }
            @media (min-width: 1024px) {
              #single-L .post-area .post-contents .post-contents-in .post-header .data ul li {
                font-size: 1.0em; } }
      #single-L .post-area .post-contents .post-contents-in .post-content {
        margin-top: 20px; }
        @media (min-width: 1024px) {
          #single-L .post-area .post-contents .post-contents-in .post-content {
            margin-top: 60px; } }
        #single-L .post-area .post-contents .post-contents-in .post-content h2 {
          font-size: 1.25em;
          margin: 30px 0 10px;
          border-bottom: 1px solid #E96087;
          border-left: 5px solid #E96087;
          padding-left: 10px;
          padding-bottom: 5px;
          color: #E96087; }
          @media (min-width: 1024px) {
            #single-L .post-area .post-contents .post-contents-in .post-content h2 {
              font-size: 1.5em;
              margin: 60px 0 20px; } }
        #single-L .post-area .post-contents .post-contents-in .post-content h3 {
          font-size: 1.125em; }
          @media (min-width: 1024px) {
            #single-L .post-area .post-contents .post-contents-in .post-content h3 {
              font-size: 1.25em; } }
        #single-L .post-area .post-contents .post-contents-in .post-content p {
          font-size: 0.9em;
          line-height: 2.5em;
          text-align: justify; }
          @media (min-width: 1024px) {
            #single-L .post-area .post-contents .post-contents-in .post-content p {
              font-size: 1.0em; } }
          #single-L .post-area .post-contents .post-contents-in .post-content p a {
            color: #E96087; }
        #single-L .post-area .post-contents .post-contents-in .post-content img {
          margin-bottom: 10px; }
          @media (min-width: 1024px) {
            #single-L .post-area .post-contents .post-contents-in .post-content img {
              margin-bottom: 20px; } }
        #single-L .post-area .post-contents .post-contents-in .post-content a {
          overflow-wrap: anywhere;
          word-break: break-word; }

#f-contact .author-blog {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  margin-top: 20px; }
  @media (min-width: 1024px) {
    #f-contact .author-blog {
      border-radius: 20px;
      padding: 40px;
      margin-top: 60px 40px; } }
#f-contact h2 {
  font-size: 1.25em;
  line-height: 1.4em;
  text-align: center; }
  @media (min-width: 768px) {
    #f-contact h2 {
      font-size: 1.35em; } }
  @media (min-width: 1200px) {
    #f-contact h2 {
      font-size: 1.75em; } }
#f-contact .author__wrap {
  margin-top: 20px; }
  @media (min-width: 768px) {
    #f-contact .author__wrap {
      display: flex;
      margin-top: 40px; } }
  #f-contact .author__wrap .author__image {
    width: 60%;
    margin: auto; }
    @media (min-width: 768px) {
      #f-contact .author__wrap .author__image {
        width: 20%;
        padding: 0 30px;
        margin: unset; } }
    #f-contact .author__wrap .author__image img {
      border-radius: 50%; }
      @media (min-width: 768px) {
        #f-contact .author__wrap .author__image img {
          border-radius: 5px; } }
  @media (min-width: 768px) {
    #f-contact .author__wrap .author__detail {
      width: 80%;
      padding-left: 3%; } }
  #f-contact .author__wrap .author__detail .author__name {
    margin-top: 20px; }
    @media (min-width: 768px) {
      #f-contact .author__wrap .author__detail .author__name {
        margin-top: 0; } }
    #f-contact .author__wrap .author__detail .author__name h3 {
      font-size: 1.125em;
      margin: 0 0 5px 0; }
      @media (min-width: 768px) {
        #f-contact .author__wrap .author__detail .author__name h3 {
          font-size: 1.35em; } }
      @media (min-width: 1200px) {
        #f-contact .author__wrap .author__detail .author__name h3 {
          font-size: 1.75em; } }
    #f-contact .author__wrap .author__detail .author__name h4 {
      font-size: 0.8em;
      line-height: 1.4em; }
      @media (min-width: 768px) {
        #f-contact .author__wrap .author__detail .author__name h4 {
          font-size: 0.9em; } }
      @media (min-width: 1200px) {
        #f-contact .author__wrap .author__detail .author__name h4 {
          font-size: 1.0em; } }
  #f-contact .author__wrap .author__detail ul.author__sns {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 0 0; }
    @media (min-width: 768px) {
      #f-contact .author__wrap .author__detail ul.author__sns {
        margin: 10px 0; } }
    #f-contact .author__wrap .author__detail ul.author__sns li {
      width: 25px;
      margin-right: 10px; }
      @media (min-width: 768px) {
        #f-contact .author__wrap .author__detail ul.author__sns li {
          width: 30px; } }
      #f-contact .author__wrap .author__detail ul.author__sns li:last-child {
        margin-right: 0; }
  #f-contact .author__wrap .author__detail .author__text {
    margin-top: 20px; }
    #f-contact .author__wrap .author__detail .author__text h3 {
      font-size: 0.9em;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      margin: 0 0 5px 0; }
      @media (min-width: 768px) {
        #f-contact .author__wrap .author__detail .author__text h3 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #f-contact .author__wrap .author__detail .author__text h3 {
          font-size: 1.125em; } }
    #f-contact .author__wrap .author__detail .author__text p {
      font-size: 0.8em;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      line-height: 1.6em;
      text-align: justify; }
      @media (min-width: 768px) {
        #f-contact .author__wrap .author__detail .author__text p {
          font-size: 0.9em; } }
      @media (min-width: 1200px) {
        #f-contact .author__wrap .author__detail .author__text p {
          font-size: 1.0em; } }

.note {
  margin-top: 20px;
  border: 1px solid #E6E6E6;
  padding: 20px; }
  @media (min-width: 768px) {
    .note {
      margin-top: 40px; } }
  .note p {
    font-size: 0.7em;
    line-height: 1.4em;
    text-align: justify;
    color: #FF0004; }
    @media (min-width: 768px) {
      .note p {
        font-size: 0.8em; } }
    @media (min-width: 1200px) {
      .note p {
        font-size: 0.9em; } }

.seminar-btn {
  margin-top: 40px; }
  .seminar-btn a:hover {
    opacity: 0.8; }
  .seminar-btn a .seminar-btn-in {
    background-color: #E96087;
    border-radius: 60px;
    transition: 0.5s; }
    .seminar-btn a .seminar-btn-in p {
      font-size: 1.0em;
      text-align: center;
      color: #fff;
      padding: 30px 15px; }
      @media (min-width: 1024px) {
        .seminar-btn a .seminar-btn-in p {
          font-size: 1.125em; } }

/*
---------------------------------------------------------------------------------------------------------------------
プロジェクトストーリー
---------------------------------------------------------------------------------------------------------------------
*/
#project-header {
  background-color: #0BB3B1; }
  #project-header .project-header-in {
    padding: 60px 0 40px; }
    @media (min-width: 1024px) {
      #project-header .project-header-in {
        display: flex;
        padding: 140px 0 40px; } }
    @media (min-width: 1200px) {
      #project-header .project-header-in {
        padding: 160px 0 60px; } }
    #project-header .project-header-in .title {
      color: #fff; }
      @media (min-width: 1024px) {
        #project-header .project-header-in .title {
          width: 50%;
          display: flex;
          align-items: center; } }
      #project-header .project-header-in .title .title-in {
        width: 90%;
        margin: 10px auto 0; }
        @media (min-width: 1024px) {
          #project-header .project-header-in .title .title-in {
            width: 80%;
            margin: 0 auto; } }
        #project-header .project-header-in .title .title-in h1 {
          font-size: 1.4em;
          line-height: 1.3em; }
          @media (min-width: 768px) {
            #project-header .project-header-in .title .title-in h1 {
              font-size: 1.75em; } }
          @media (min-width: 1200px) {
            #project-header .project-header-in .title .title-in h1 {
              font-size: 2.25em; } }
        #project-header .project-header-in .title .title-in ul.project-category {
          margin-top: 20px; }
    @media (min-width: 1024px) {
      #project-header .project-header-in .thumbnail {
        width: 50%; }
        #project-header .project-header-in .thumbnail img {
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; } }

#project-content {
  max-width: 960px;
  margin: auto;
  width: 95%;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 60px; }
  @media (min-width: 1024px) {
    #project-content {
      border-radius: 20px;
      padding-bottom: 140px; } }
  #project-content .project-content-in {
    max-width: 600px;
    width: 90%;
    margin: 50px auto 0; }
    @media (min-width: 1024px) {
      #project-content .project-content-in {
        margin: 100px auto 0; } }
    #project-content .project-content-in .prologue {
      padding-top: 60px; }
      @media (min-width: 1024px) {
        #project-content .project-content-in .prologue {
          padding-top: 120px; } }
      #project-content .project-content-in .prologue h2 {
        font-family: "Outfit", sans-serif;
        font-size: 2.0em;
        font-weight: 500;
        text-align: center;
        color: #7D7775; }
        @media (min-width: 768px) {
          #project-content .project-content-in .prologue h2 {
            font-size: 2.2em; } }
        @media (min-width: 1200px) {
          #project-content .project-content-in .prologue h2 {
            font-size: 2.75em; } }
      #project-content .project-content-in .prologue p {
        font-size: 0.9em;
        line-height: 1.8em;
        text-align: justify;
        margin-top: 20px; }
        @media (min-width: 768px) {
          #project-content .project-content-in .prologue p {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          #project-content .project-content-in .prologue p {
            font-size: 1.125em;
            margin-top: 40px; } }
    #project-content .project-content-in .company-data {
      border-top: 1px solid #C6C6C6;
      margin-top: 60px;
      padding-top: 50px; }
      @media (min-width: 768px) {
        #project-content .project-content-in .company-data {
          margin-top: 120px;
          padding-top: 100px; } }
      #project-content .project-content-in .company-data h2 {
        font-size: 1.25em;
        line-height: 1.4em; }
        @media (min-width: 768px) {
          #project-content .project-content-in .company-data h2 {
            font-size: 1.5em; } }
        @media (min-width: 1200px) {
          #project-content .project-content-in .company-data h2 {
            font-size: 1.75em; } }
      #project-content .project-content-in .company-data table {
        border-collapse: collapse;
        margin: 20px auto 0;
        width: 100%; }
        @media (min-width: 768px) {
          #project-content .project-content-in .company-data table {
            margin: 40px auto 0; } }
        #project-content .project-content-in .company-data table tr:last-child th, #project-content .project-content-in .company-data table tr:last-child td {
          border-bottom: none; }
        @media (min-width: 768px) {
          #project-content .project-content-in .company-data table tr th, #project-content .project-content-in .company-data table tr td {
            display: table-cell; } }
        #project-content .project-content-in .company-data table tr th {
          font-size: 1.0em;
          line-height: 1.4em;
          font-weight: 700;
          text-align: left;
          vertical-align: top;
          padding: 10px 0 0 0; }
          @media (min-width: 768px) {
            #project-content .project-content-in .company-data table tr th {
              font-size: 1.125em;
              width: 160px;
              padding: 5px 0; } }
        #project-content .project-content-in .company-data table tr td {
          font-size: 0.85em;
          line-height: 1.8em;
          padding: 10px 0 0 0;
          color: #000; }
          @media (min-width: 768px) {
            #project-content .project-content-in .company-data table tr td {
              font-size: 1.0em;
              padding: 5px 0; } }
      #project-content .project-content-in .company-data p {
        font-size: 0.9em;
        line-height: 1.8em;
        text-align: justify;
        margin-top: 40px; }
        @media (min-width: 768px) {
          #project-content .project-content-in .company-data p {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          #project-content .project-content-in .company-data p {
            font-size: 1.125em; } }
      #project-content .project-content-in .company-data .link {
        display: flex;
        align-items: center;
        margin-top: 20px; }
        #project-content .project-content-in .company-data .link a {
          position: relative;
          font-size: 0.9em;
          color: #0BB3B1; }
          @media (min-width: 1200px) {
            #project-content .project-content-in .company-data .link a {
              font-size: 1.125em; } }
          #project-content .project-content-in .company-data .link a::after {
            position: absolute;
            bottom: -2px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #0BB3B1;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          #project-content .project-content-in .company-data .link a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
      #project-content .project-content-in .company-data .outside {
        background-image: url("../../img/parts/outside.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        width: 12px;
        height: 12px;
        margin: 3px 0 0 5px; }
        @media (min-width: 768px) {
          #project-content .project-content-in .company-data .outside {
            width: 15px;
            height: 15px; } }
    #project-content .project-content-in .profile {
      border-top: 1px solid #C6C6C6;
      margin-top: 40px;
      padding: 0 0; }
      @media (min-width: 1200px) {
        #project-content .project-content-in .profile {
          margin-top: 100px;
          padding: 0 40px; } }
      #project-content .project-content-in .profile ul {
        padding: 30px 0; }
        @media (min-width: 768px) {
          #project-content .project-content-in .profile ul {
            padding: 60px 0; } }
        #project-content .project-content-in .profile ul li {
          display: flex;
          margin-bottom: 30px; }
          @media (min-width: 768px) {
            #project-content .project-content-in .profile ul li {
              margin-bottom: 80px; } }
          #project-content .project-content-in .profile ul li:last-child {
            margin-bottom: 0; }
          #project-content .project-content-in .profile ul li .icon {
            width: 80px; }
            @media (min-width: 768px) {
              #project-content .project-content-in .profile ul li .icon {
                width: 100px; } }
            @media (min-width: 1200px) {
              #project-content .project-content-in .profile ul li .icon {
                width: 120px; } }
            #project-content .project-content-in .profile ul li .icon img {
              border-radius: 50%; }
          #project-content .project-content-in .profile ul li .txt {
            width: calc(100% - 80px);
            margin-left: 10px;
            display: flex;
            align-items: center; }
            @media (min-width: 768px) {
              #project-content .project-content-in .profile ul li .txt {
                width: calc(100% - 100px);
                margin-left: 30px; } }
            @media (min-width: 1200px) {
              #project-content .project-content-in .profile ul li .txt {
                width: calc(100% - 120px); } }
            #project-content .project-content-in .profile ul li .txt .txt-in h4 {
              font-size: 1.125em;
              font-weight: bold; }
              @media (min-width: 768px) {
                #project-content .project-content-in .profile ul li .txt .txt-in h4 {
                  font-size: 1.25em; } }
            #project-content .project-content-in .profile ul li .txt .txt-in h5 {
              font-size: 0.9em;
              font-weight: 700;
              margin-top: 5px; }
              @media (min-width: 768px) {
                #project-content .project-content-in .profile ul li .txt .txt-in h5 {
                  font-size: 1.0em;
                  margin-top: 10px; } }
            #project-content .project-content-in .profile ul li .txt .txt-in p {
              font-size: 0.8em;
              line-height: 1.6em;
              text-align: justify;
              color: #7D7775;
              margin-top: 5px; }
              @media (min-width: 768px) {
                #project-content .project-content-in .profile ul li .txt .txt-in p {
                  font-size: 0.9em;
                  margin-top: 10px; } }
    #project-content .project-content-in .agenda {
      background-color: #F4F2F2;
      border-radius: 10px;
      padding: 40px 20px 45px;
      margin-top: 40px; }
      @media (min-width: 1024px) {
        #project-content .project-content-in .agenda {
          border-radius: 20px;
          padding: 40px 80px 60px;
          margin-top: 100px; } }
      #project-content .project-content-in .agenda ul li {
        position: relative;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #C6C6C6; }
        #project-content .project-content-in .agenda ul li:first-child {
          padding-bottom: 10px;
          font-size: 1.125em;
          color: #000; }
          @media (min-width: 768px) {
            #project-content .project-content-in .agenda ul li:first-child {
              font-size: 1.25em; } }
        #project-content .project-content-in .agenda ul li a {
          position: relative;
          font-size: 0.8em;
          font-weight: 400;
          font-feature-settings: "palt";
          letter-spacing: 0.04em;
          color: #747474;
          width: 100%;
          padding: 15px 20px 15px 0; }
          @media (min-width: 768px) {
            #project-content .project-content-in .agenda ul li a {
              font-size: 1.0em;
              padding: 20px 30px 20px 0; } }
          #project-content .project-content-in .agenda ul li a::after {
            position: absolute;
            top: 50%;
            right: 10px;
            content: '';
            margin-top: -3px;
            width: 6px;
            height: 6px;
            border: 0px;
            border-top: solid 1px #747474;
            border-right: solid 1px #747474;
            -ms-transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            transition: .5s; }
    #project-content .project-content-in #task {
      padding-top: 60px; }
      @media (min-width: 1200px) {
        #project-content .project-content-in #task {
          padding-top: 120px; } }
      #project-content .project-content-in #task ul li {
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          #project-content .project-content-in #task ul li {
            margin-bottom: 60px; } }
        #project-content .project-content-in #task ul li:last-child {
          margin-bottom: 0; }
        #project-content .project-content-in #task ul li h3 {
          font-size: 0.8em;
          font-weight: bold;
          border-bottom: 2px solid #000;
          display: inline-block;
          padding-bottom: 6px; }
          @media (min-width: 1200px) {
            #project-content .project-content-in #task ul li h3 {
              font-size: 1.0em; } }
        #project-content .project-content-in #task ul li h4 {
          font-size: 1.125em;
          font-weight: bold;
          line-height: 1.4em;
          margin-top: 10px; }
          @media (min-width: 768px) {
            #project-content .project-content-in #task ul li h4 {
              font-size: 1.25em; } }
          @media (min-width: 1200px) {
            #project-content .project-content-in #task ul li h4 {
              font-size: 1.75em;
              margin-top: 20px; } }
          #project-content .project-content-in #task ul li h4 u {
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #FFE59B 50%, #FFE59B 85%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
            text-decoration: none; }
        #project-content .project-content-in #task ul li p {
          font-size: 0.9em;
          line-height: 2.2em;
          text-align: justify;
          margin-top: 10px; }
          @media (min-width: 768px) {
            #project-content .project-content-in #task ul li p {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            #project-content .project-content-in #task ul li p {
              font-size: 1.125em;
              margin-top: 20px; } }
    #project-content .project-content-in .talk-area .talk-box {
      padding-top: 60px; }
      @media (min-width: 1200px) {
        #project-content .project-content-in .talk-area .talk-box {
          padding-top: 120px; } }
      #project-content .project-content-in .talk-area .talk-box .photo img {
        border-radius: 10px; }
        @media (min-width: 1024px) {
          #project-content .project-content-in .talk-area .talk-box .photo img {
            border-radius: 20px; } }
      #project-content .project-content-in .talk-area .talk-box h2 {
        font-size: 1.25em;
        line-height: 1.4em; }
        @media (min-width: 768px) {
          #project-content .project-content-in .talk-area .talk-box h2 {
            font-size: 1.6em; } }
        @media (min-width: 1200px) {
          #project-content .project-content-in .talk-area .talk-box h2 {
            font-size: 1.75em; } }
      #project-content .project-content-in .talk-area .talk-box ul {
        margin-top: 40px; }
        @media (min-width: 1024px) {
          #project-content .project-content-in .talk-area .talk-box ul {
            margin-top: 60px; } }
        #project-content .project-content-in .talk-area .talk-box ul li {
          margin-bottom: 40px; }
          @media (min-width: 1024px) {
            #project-content .project-content-in .talk-area .talk-box ul li {
              margin-bottom: 80px; } }
          #project-content .project-content-in .talk-area .talk-box ul li:last-child {
            margin-bottom: 0; }
          #project-content .project-content-in .talk-area .talk-box ul li h3 {
            font-size: 0.9em;
            font-weight: 700;
            line-height: 1.4em; }
            @media (min-width: 768px) {
              #project-content .project-content-in .talk-area .talk-box ul li h3 {
                font-size: 1.0em; } }
            @media (min-width: 1200px) {
              #project-content .project-content-in .talk-area .talk-box ul li h3 {
                font-size: 1.125em; } }
            #project-content .project-content-in .talk-area .talk-box ul li h3.heading {
              align-items: center;
              display: flex; }
              #project-content .project-content-in .talk-area .talk-box ul li h3.heading::before {
                background-color: #000;
                content: "";
                height: 3px;
                width: 40px;
                margin-right: 10px; }
          #project-content .project-content-in .talk-area .talk-box ul li p {
            font-size: 0.9em;
            line-height: 1.8em;
            text-align: justify;
            margin-top: 10px; }
            @media (min-width: 768px) {
              #project-content .project-content-in .talk-area .talk-box ul li p {
                font-size: 1.0em; } }
            @media (min-width: 1200px) {
              #project-content .project-content-in .talk-area .talk-box ul li p {
                font-size: 1.125em;
                margin-top: 20px; } }
            #project-content .project-content-in .talk-area .talk-box ul li p u {
              background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #FFE59B 50%, #FFE59B 85%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
              text-decoration: none; }
    #project-content .project-content-in .talk-area2 .talk-box {
      padding-top: 60px; }
      @media (min-width: 1200px) {
        #project-content .project-content-in .talk-area2 .talk-box {
          padding-top: 120px; } }
      #project-content .project-content-in .talk-area2 .talk-box .photo img {
        border-radius: 10px; }
        @media (min-width: 1024px) {
          #project-content .project-content-in .talk-area2 .talk-box .photo img {
            border-radius: 20px; } }
      #project-content .project-content-in .talk-area2 .talk-box h2 {
        font-size: 1.25em;
        line-height: 1.4em; }
        @media (min-width: 768px) {
          #project-content .project-content-in .talk-area2 .talk-box h2 {
            font-size: 1.6em; } }
        @media (min-width: 1200px) {
          #project-content .project-content-in .talk-area2 .talk-box h2 {
            font-size: 1.75em; } }
      #project-content .project-content-in .talk-area2 .talk-box ul {
        margin-top: 30px; }
        @media (min-width: 1024px) {
          #project-content .project-content-in .talk-area2 .talk-box ul {
            margin-top: 60px; } }
        #project-content .project-content-in .talk-area2 .talk-box ul li {
          margin-bottom: 40px; }
          @media (min-width: 1024px) {
            #project-content .project-content-in .talk-area2 .talk-box ul li {
              margin-bottom: 80px; } }
          #project-content .project-content-in .talk-area2 .talk-box ul li:last-child {
            margin-bottom: 0; }
          #project-content .project-content-in .talk-area2 .talk-box ul li .talk {
            display: flex;
            margin-bottom: 10px; }
            @media (min-width: 1200px) {
              #project-content .project-content-in .talk-area2 .talk-box ul li .talk {
                margin-bottom: 20px; } }
            #project-content .project-content-in .talk-area2 .talk-box ul li .talk:last-child {
              margin-bottom: 0; }
            #project-content .project-content-in .talk-area2 .talk-box ul li .talk .icon {
              text-align: center;
              margin-right: 10px; }
              @media (min-width: 768px) {
                #project-content .project-content-in .talk-area2 .talk-box ul li .talk .icon {
                  margin-right: 15px; } }
              @media (min-width: 1200px) {
                #project-content .project-content-in .talk-area2 .talk-box ul li .talk .icon {
                  margin-right: 20px; } }
              #project-content .project-content-in .talk-area2 .talk-box ul li .talk .icon img {
                width: 45px; }
                @media (min-width: 768px) {
                  #project-content .project-content-in .talk-area2 .talk-box ul li .talk .icon img {
                    width: 50px; } }
                @media (min-width: 1200px) {
                  #project-content .project-content-in .talk-area2 .talk-box ul li .talk .icon img {
                    width: 60px; } }
              #project-content .project-content-in .talk-area2 .talk-box ul li .talk .icon h6 {
                font-size: 0.7em;
                margin-top: 5px; }
                @media (min-width: 768px) {
                  #project-content .project-content-in .talk-area2 .talk-box ul li .talk .icon h6 {
                    font-size: 0.9em; } }
                @media (min-width: 1200px) {
                  #project-content .project-content-in .talk-area2 .talk-box ul li .talk .icon h6 {
                    font-size: 1.0em;
                    margin-top: 10px; } }
            #project-content .project-content-in .talk-area2 .talk-box ul li .talk h3, #project-content .project-content-in .talk-area2 .talk-box ul li .talk p {
              width: calc(100% - 55px); }
              @media (min-width: 768px) {
                #project-content .project-content-in .talk-area2 .talk-box ul li .talk h3, #project-content .project-content-in .talk-area2 .talk-box ul li .talk p {
                  width: calc(100% - 65px); } }
              @media (min-width: 1200px) {
                #project-content .project-content-in .talk-area2 .talk-box ul li .talk h3, #project-content .project-content-in .talk-area2 .talk-box ul li .talk p {
                  width: calc(100% - 80px); } }
            #project-content .project-content-in .talk-area2 .talk-box ul li .talk h3 {
              font-size: 0.9em;
              font-weight: 700;
              line-height: 1.4em; }
              @media (min-width: 768px) {
                #project-content .project-content-in .talk-area2 .talk-box ul li .talk h3 {
                  font-size: 1.0em; } }
              @media (min-width: 1200px) {
                #project-content .project-content-in .talk-area2 .talk-box ul li .talk h3 {
                  font-size: 1.125em; } }
            #project-content .project-content-in .talk-area2 .talk-box ul li .talk p {
              font-size: 0.9em;
              line-height: 1.8em;
              text-align: justify; }
              @media (min-width: 768px) {
                #project-content .project-content-in .talk-area2 .talk-box ul li .talk p {
                  font-size: 1.0em; } }
              @media (min-width: 1200px) {
                #project-content .project-content-in .talk-area2 .talk-box ul li .talk p {
                  font-size: 1.125em; } }
              #project-content .project-content-in .talk-area2 .talk-box ul li .talk p u {
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #FFE59B 50%, #FFE59B 85%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
                text-decoration: none; }

/*
---------------------------------------------------------------------------------------------------------------------
共通ページ送り
---------------------------------------------------------------------------------------------------------------------
*/
#pager-post-navi {
  display: flex;
  position: relative;
  padding-top: 10px; }
  @media (min-width: 1024px) {
    #pager-post-navi {
      padding-top: 40px; } }
  #pager-post-navi a {
    transition: 0.5s; }
    #pager-post-navi a:hover {
      opacity: 0.7; }
  #pager-post-navi a.prev-post {
    width: 46%; }
    @media (min-width: 768px) {
      #pager-post-navi a.prev-post {
        display: flex; } }
  #pager-post-navi a.next-post {
    width: 46%;
    position: absolute;
    right: 0; }
    @media (min-width: 768px) {
      #pager-post-navi a.next-post {
        display: flex; } }
  #pager-post-navi .fa-chevron-left {
    background-image: url("../../img/parts/arrow-slide-co-bl-L.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 0 center;
    height: 24px;
    display: flex;
    align-items: center; }
  #pager-post-navi .fa-chevron-left:before {
    content: ""; }
  #pager-post-navi .fa-chevron-right {
    background-image: url("../../img/parts/arrow-slide-co-bl.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: right center;
    height: 24px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0; }
  #pager-post-navi .fa-chevron-right:before {
    content: ""; }
  #pager-post-navi .next-post-title {
    margin: 25px 0 0 auto; }
    @media (min-width: 768px) {
      #pager-post-navi .next-post-title {
        margin: 0 70px 0 auto; } }
  #pager-post-navi .prev-post-title, #pager-post-navi .next-post-title {
    font-size: 0.8em; }
  #pager-post-navi .fa-chevron-left p {
    margin: 0 10px 0 30px;
    color: #000;
    width: 36px; }
  #pager-post-navi .fa-chevron-right p {
    margin: 0 30px 0px 0;
    color: #000; }
