@charset "UTF-8";
/* ----------
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
}
--------- */
h1,
h2,
h3 {
  line-height: inherit;
  text-align: inherit;
  color: inherit;
  font-size: inherit; }

/* ----------
header {
  @include body;
  @include a;
}
--------- */
/*--------------
footer {
  @include body;
  @include a;
}
--------- */
.naviBox {
  top: 0; }

/* ----------------- 共通パーツ指定不要
.languageBlock {
  top: 74px;

  @media (min-width: 780px) {
    top: 65px;
  }
  margin-top: 0 !important;
}
----------------- */
.closeButton a {
  white-space: nowrap; }

.selectLanguage a {
  color: #0e367d; }

*,
*:before,
*:after {
  box-sizing: border-box; }

body {
  margin: 0; }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  text-decoration: inherit; }

figure {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

body {
  background-color: #F8F8F8;
  font-size: 14px;
  color: #333;
  line-height: 1.625;
  /* letter-spacing: 0.07em; */
  background-image: none; }

body {
  padding-top: 127px;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity; }
  @media screen and (min-width: 769px) {
    body {
      padding-top: 171px; } }
  @media screen and (min-width: 1100px) {
    body {
      padding-top: 189px; } }
  body.-modal {
    overflow: hidden; }
  body.-passive {
    opacity: 0; }

.container {
  max-width: 1100px;
  margin: auto;
  padding: 0 10px; }
  @media screen and (max-width: 768px) {
    .container {
      padding: 0 20px; } }
  .container.-narrow {
    max-width: 930px; }

.section {
  margin-top: 100px; }

.section__header {
  position: static;
  text-align: center;
  background-color: transparent;
  margin-bottom: 37px; }
  @media screen and (min-width: 769px) {
    .section__header {
      margin-bottom: 45px; } }

.section__heading {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em; }
  .section__heading span {
    display: inline-block; }
    .section__heading span:after {
      display: block;
      content: '';
      width: 70px;
      height: 3px;
      margin: 5px auto 0 auto;
      background: -webkit-gradient(linear, left top, right top, from(#FFE200), color-stop(#4EFF00), color-stop(#33CDB5), color-stop(#6767FF), to(#FF0000));
      background: linear-gradient(to right, #FFE200, #4EFF00, #33CDB5, #6767FF, #FF0000); }
  .section__heading--welcome-shines {
    font-size: 34px; }

.section__sub-heading {
  color: #585858;
  margin-top: 25px; }

.section.-primary .section-heading {
  color: #0E367D; }

.tag {
  margin-left: 10px;
  border-radius: 11px;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-bottom: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background: white;
  padding: 0 11px;
  line-height: 22px;
  font-size: 12px; }
  .tag.-active {
    background: #ffc400; }
  .tag:hover {
    background: #ffc400; }

.category {
  display: -webkit-inline-box;
  display: inline-flex;
  height: 28px;
  border-radius: 14px;
  font-size: 12px;
  padding: 0 14px;
  -webkit-box-align: center;
          align-items: center;
  color: white; }
  .category:link, .category:active, .category:visited, .category:hover {
    color: white; }
  .category.-Vision\/Culture {
    background-color: #FF3865; }
  .category.-Business\/Technology {
    background-color: #36CC98; }
  .category.-People\/Career {
    background-color: #2680EB; }
  .category.-Features {
    background-color: #F450B5; }

.post-carousel {
  z-index: 0;
  padding: 20px 0 56px 0;
  margin-bottom: 20px; }
  @media screen and (min-width: 769px) {
    .post-carousel {
      padding: 40px 0 56px 0;
      margin-bottom: 0; } }

.post-carousel__table {
  width: 100%; }

.post-carousel__slide {
  width: calc(100vw - 40px); }
  @media screen and (min-width: 769px) {
    .post-carousel__slide {
      width: 1080px; } }

.post-carousel__dots {
  height: 34px;
  line-height: 34px; }

.post-carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  background: white;
  opacity: 1; }

.post-carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #ffc400; }

.post-carousel__arrow {
  display: -webkit-inline-box;
  display: inline-flex;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 10;
  top: auto;
  bottom: 10px;
  border-radius: 28px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff; }
  .post-carousel__arrow .icon {
    width: 8px;
    height: 8px; }
  .post-carousel__arrow::after {
    display: none; }
  .post-carousel__arrow:hover {
    background-color: #ffc400; }
    .post-carousel__arrow:hover .icon {
      stroke: #0E367D; }
  @media screen and (min-width: 900px) {
    .post-carousel__arrow {
      width: 56px;
      height: 56px;
      top: 0;
      bottom: 0;
      margin: auto; }
      .post-carousel__arrow .icon {
        width: 14px;
        height: 14px; } }

.post-carousel__arrow-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 10px; }
  @media screen and (min-width: 769px) {
    .post-carousel__arrow-left {
      left: calc((100vw - 1080px) / 2 - 56px / 2); } }

.post-carousel__arrow-right {
  right: 10px; }
  @media screen and (min-width: 769px) {
    .post-carousel__arrow-right {
      right: calc((100vw - 1080px) / 2 - 56px / 2); } }

.swiper-button-disabled {
  display: none; }

.post-slide {
  background-color: white;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out; }
  @media screen and (min-width: 769px) {
    .post-slide {
      display: -webkit-box;
      display: flex;
      height: 440px; }
      .post-slide:hover {
        -webkit-transform: scale(1.05, 1.05);
                transform: scale(1.05, 1.05); } }

.post-slide__category {
  position: absolute;
  line-height: 43px;
  background-color: #333;
  color: white;
  padding: 0 20px;
  top: calc(251 / 335 * (100vw - 40px) - 43px); }
  .post-slide__category.-Vision\/Culture {
    background-color: #FF3865; }
  .post-slide__category.-Business\/Technology {
    background-color: #36CC98; }
  .post-slide__category.-People\/Career {
    background-color: #2680EB; }
  .post-slide__category.-Features {
    background-color: #F450B5; }
  @media screen and (max-width: 768px) {
    .post-slide__category {
      border-top-right-radius: 30px; } }
  @media screen and (min-width: 769px) {
    .post-slide__category {
      right: 0;
      top: 0;
      border-bottom-left-radius: 30px;
      border-top-right-radius: 30px; } }

.post-slide__eyecatch {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 768px) {
    .post-slide__eyecatch {
      padding-top: calc(251 / 335 * 100%); } }
  @media screen and (min-width: 769px) {
    .post-slide__eyecatch {
      -webkit-box-flex: 1;
              flex: 1; } }

.post-slide__body {
  padding: 30px; }
  @media screen and (min-width: 769px) {
    .post-slide__body {
      padding: 50px;
      width: calc(1080px - 627px); } }

.post-slide__meta {
  margin-bottom: 20px; }
  .post-slide__meta::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#FFE200), color-stop(#4EFF00), color-stop(#33CDB5), color-stop(#6767FF), to(#FF0000));
    background: linear-gradient(to right, #FFE200, #4EFF00, #33CDB5, #6767FF, #FF0000);
    border-radius: 2px;
    margin-top: 20px; }

.post-slide__group {
  color: #0E367D;
  border: 1px solid #0E367D;
  border-radius: 10px;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 8px; }

.post-slide__date {
  font-size: 14px;
  color: #0E367D;
  margin-left: 0.5em; }

.post-slide__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px; }

.post-slide__writer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center; }

.post-slide__writer-info {
  border-left: 1px solid #ffc400;
  padding-left: 15px;
  max-width: 250px; }

.post-slide__department {
  font-size: 12px; }

.post-slide__writer-name {
  font-size: 16px;
  font-weight: bold; }

.post-slide__portrait {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden; }

.post-slide__tag-set {
  margin-top: 26px;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.post-slide__tag {
  display: inline-block;
  font-size: 10px;
  color: #777;
  background-color: #EEE;
  line-height: 25px;
  height: 25px;
  border-radius: 12.5px;
  padding: 0 15px;
  margin: 4px 4px 0 0; }

.post-card {
  border-radius: 24px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  padding: 2px;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#FFE200), color-stop(#4EFF00), color-stop(#33CDB5), color-stop(#6767FF), to(#FF0000)) right top no-repeat;
  background: linear-gradient(to right, #FFE200, #4EFF00, #33CDB5, #6767FF, #FF0000) right top no-repeat;
  background-size: 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  @media screen and (min-width: 769px) {
    .post-card:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      -webkit-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05);
      background-size: 100% 100%; } }

.post-card__inner {
  position: relative;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1; }
  .post-card__inner:hover {
    box-shadow: 0; }

.post-card__body {
  padding: 15px 15px 0;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1; }
  @media screen and (min-width: 769px) {
    .post-card__body {
      display: block; } }

.post-card__foot {
  padding: 15px; }

.post-card__eyecatch {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  padding-top: 70%;
  z-index: 1; }
  .post-card__eyecatch img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    height: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
    -webkit-transform-origin: top left;
            transform-origin: top left; }

.post-card:hover .post-card__eyecatch img {
  -webkit-transform: scale(1.05, 1.05) translate(-50%, -50%);
          transform: scale(1.05, 1.05) translate(-50%, -50%); }

.post-card__date-positioned {
  position: absolute;
  right: 20px;
  top: 15px; }

.post-card__date {
  font-size: 12px;
  margin-top: 1em; }

.post-card__category {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  background-color: #666;
  padding: 0 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top-right-radius: 20px;
  color: white; }
  .post-card__category:link, .post-card__category:active, .post-card__category:visited, .post-card__category:hover {
    color: white; }
  .post-card__category.-Vision\/Culture {
    background-color: #FF3865; }
  .post-card__category.-Business\/Technology {
    background-color: #36CC98; }
  .post-card__category.-People\/Career {
    background-color: #2680EB; }
  .post-card__category.-Features {
    background-color: #F450B5; }

.post-card__writer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #EEE;
  padding: 15px 0 0 0; }

.post-card__department {
  font-size: 10px;
  margin-bottom: 10px;
  line-height: 1.5; }

.post-card__writer-name {
  font-weight: bold;
  font-size: 12px;
  line-height: 1em; }

.post-card__title {
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 14px;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .post-card__title {
      font-size: 18px; } }

.post-card__tag-set {
  margin: 16px 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.post-card__tag {
  display: inline-block;
  font-size: 10px;
  color: #777;
  background-color: #EEE;
  line-height: 25px;
  height: 25px;
  border-radius: 12.5px;
  padding: 0 15px;
  margin: 4px 8px 4px 0; }

.post-card__writer-portrait {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: relative;
  z-index: 3; }

.post-card__writer-portrait-positioned {
  position: absolute;
  top: -30px;
  right: 6px;
  z-index: 3; }

@media screen and (min-width: 769px) {
  .post-card__writer-portrait-positioned {
    right: 20px;
    top: -35px; }
  .post-card__writer-portrait {
    width: 70px;
    height: 70px;
    border-radius: 35px; } }

.post-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 0 -15px; }

.post-grid__cell {
  padding: 15px 0 0 15px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .post-grid__cell .post-card {
    -webkit-box-flex: 1;
            flex: 1; }
  @media screen and (min-width: 769px) {
    .post-grid__cell {
      width: 50%; } }

@media screen and (min-width: 769px) {
  .post-grid {
    margin: -24px 0 0 -24px; }
  .post-grid__cell {
    width: 33.3%;
    padding: 24px 0 0 24px;
    min-height: 622px; } }

.post-carousel .post-card .post-card__writer-portrait {
  width: 60px;
  height: 60px;
  border-radius: 30px; }

@media screen and (min-width: 769px) {
  .post-carousel .post-card .post-card__writer-portrait-positioned {
    right: 20px;
    top: -50px; }
  .post-carousel .post-card .post-card__writer-portrait {
    width: 100px;
    height: 100px;
    border-radius: 50px; } }

.writer-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 15px -15px; }

.writer-grid__item {
  width: 100%;
  padding: 15px 0 0 15px; }
  @media screen and (min-width: 769px) {
    .writer-grid__item {
      padding: 15px 0 0 15px;
      width: 25%; } }
  .writer-grid__item.-active .writer-item {
    background: -webkit-gradient(linear, left top, right top, from(#FFE200), color-stop(#4EFF00), color-stop(#33CDB5), color-stop(#6767FF), to(#FF0000));
    background: linear-gradient(to right, #FFE200, #4EFF00, #33CDB5, #6767FF, #FF0000);
    background-size: 100% 100%; }

.writer-item {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 34px;
  overflow: hidden;
  display: block;
  padding: 2px;
  background: white -webkit-gradient(linear, left top, right top, from(#FFE200), color-stop(#4EFF00), color-stop(#33CDB5), color-stop(#6767FF), to(#FF0000)) right center no-repeat;
  background: white linear-gradient(to right, #FFE200, #4EFF00, #33CDB5, #6767FF, #FF0000) right center no-repeat;
  background-size: 0 100%;
  -webkit-transition: 0.2s background-size ease-out;
  transition: 0.2s background-size ease-out; }
  .writer-item:hover {
    background-size: 100% 100%; }

.writer-item__inner {
  display: -webkit-box;
  display: flex;
  border-radius: 31.5px;
  background-color: white;
  height: 50px; }
  @media screen and (min-width: 769px) {
    .writer-item__inner {
      height: 63px; } }

.writer-item__leading {
  padding-right: 3px; }
  @media screen and (min-width: 769px) {
    .writer-item__leading {
      padding-right: 10px; } }

.writer-item__portrait {
  width: 50px;
  height: 50px;
  border-radius: 25px; }
  @media screen and (min-width: 769px) {
    .writer-item__portrait {
      width: 63px;
      height: 63px;
      border-radius: 31.5px; } }

.writer-item__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center; }

.writer-item__company {
  font-size: 9px;
  line-height: 1.2em;
  opacity: 0.9;
  letter-spacing: -0.03em; }
  @media screen and (min-width: 769px) {
    .writer-item__company {
      font-size: 10px;
      line-height: 1.6em; } }

.writer-item__department {
  font-size: 9px;
  line-height: 1.2em;
  letter-spacing: -0.05em; }
  @media screen and (min-width: 769px) {
    .writer-item__department {
      font-size: 12px;
      line-height: 1.3em;
      width: 170px; } }

.writer-item__name {
  font-size: 11px;
  line-height: 1.6em; }
  @media screen and (min-width: 769px) {
    .writer-item__name {
      font-size: 12px; } }

@-webkit-keyframes fuwafuwa1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  33.33333% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  50% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  66.66667% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fuwafuwa1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  33.33333% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  50% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  66.66667% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33.33333% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px); }
  66.66667% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33.33333% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px); }
  66.66667% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  33.33333% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  66.66667% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  33.33333% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  66.66667% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fuwafuwa4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33.33333% {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px); }
  66.66667% {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fuwafuwa4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33.33333% {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px); }
  66.66667% {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes fuwafuwa5 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33.33333% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px); }
  66.66667% {
    -webkit-transform: translate(3px, -3px);
            transform: translate(3px, -3px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fuwafuwa5 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33.33333% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px); }
  66.66667% {
    -webkit-transform: translate(3px, -3px);
            transform: translate(3px, -3px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes fuwafuwa6 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33.33333% {
    -webkit-transform: translate(-6px, -2px);
            transform: translate(-6px, -2px); }
  66.66667% {
    -webkit-transform: translate(3px, 1px);
            transform: translate(3px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fuwafuwa6 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33.33333% {
    -webkit-transform: translate(-6px, -2px);
            transform: translate(-6px, -2px); }
  66.66667% {
    -webkit-transform: translate(3px, 1px);
            transform: translate(3px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.site-header {
  display: -webkit-box;
  display: flex;
  position: fixed;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 62px;
  width: 100%;
  padding: 0 0 0 10px;
  background-color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  margin-top: 65px;
  top: 0;
  z-index: 20; }
  .site-header:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#FFE200), color-stop(#4EFF00), color-stop(#33CDB5), color-stop(#6767FF), to(#FF0000));
    background: linear-gradient(to right, #FFE200, #4EFF00, #33CDB5, #6767FF, #FF0000);
    position: absolute;
    top: 0;
    left: 0; }
  @media screen and (min-width: 769px) {
    .site-header {
      margin-top: 109px; } }
  @media screen and (min-width: 1100px) {
    .site-header {
      height: 80px;
      padding: 0 0 0 24px; } }

.site-header__logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .site-header__logo img {
    width: 110px;
    height: auto; }
  @media screen and (min-width: 769px) {
    .site-header__logo img {
      width: 160px; } }

.site-header__copy {
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: 9px;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .site-header__copy {
      font-size: 12px; } }

.site-header__action {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#062780), to(#120F65));
  background: linear-gradient(to right, #062780, #120F65);
  color: white; }

.site-header__action.-search {
  width: 220px;
  font-weight: bold; }
  @media screen and (max-width: 1099px) {
    .site-header__action.-search {
      display: none; } }

.site-header__action.-search .icon {
  margin-right: 1em; }

.site-header__action.-menu {
  width: 60px;
  cursor: pointer; }
  @media screen and (min-width: 1100px) {
    .site-header__action.-menu {
      display: none; } }

.site-header__nav > ul {
  display: -webkit-box;
  display: flex;
  margin-left: -30px; }

@media screen and (max-width: 1099px) {
  .site-header__nav {
    display: none; } }

.site-header__nav .site-header__item {
  margin-left: 30px;
  font-weight: bold; }
  .site-header__nav .site-header__item > a {
    font-size: 14px; }
  .site-header__nav .site-header__item.-new::before {
    content: '[NEW]';
    color: #F450B5;
    font-size: 12px; }

.site-header__nav .site-header__item-mark {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  margin-left: 0.2em;
  vertical-align: -2px; }
  .site-header__nav .site-header__item-mark:before, .site-header__nav .site-header__item-mark:after {
    content: '';
    position: absolute;
    background: white url(/content/dam/nttcom/hq/jp/shines/arrow-right.svg) center center no-repeat;
    background-size: 100% auto;
    display: inline-block;
    width: 14px;
    height: 14px; }
  .site-header__nav .site-header__item-mark:before {
    -webkit-transform: translate(-150%, 0);
            transform: translate(-150%, 0); }

.site-header__nav .site-header__item:hover .site-header__item-mark:before {
  -webkit-animation: fadeRightBefore 0.7s;
          animation: fadeRightBefore 0.7s; }

.site-header__nav .site-header__item:hover .site-header__item-mark:after {
  -webkit-animation: fadeRightAfter 0.7s;
          animation: fadeRightAfter 0.7s; }

@-webkit-keyframes fadeRightBefore {
  0% {
    -webkit-transform: translate(-150%, 0);
            transform: translate(-150%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fadeRightBefore {
  0% {
    -webkit-transform: translate(-150%, 0);
            transform: translate(-150%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes fadeRightAfter {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(150%, 0);
            transform: translate(150%, 0); } }

@keyframes fadeRightAfter {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(150%, 0);
            transform: translate(150%, 0); } }

.site-strip {
  position: fixed;
  width: 100%;
  display: none;
  z-index: 3;
  top: 150px; }

.site-featured-strip__container {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 769px) {
  .site-strip {
    display: block; } }

.site-strip__tab {
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 1s, -webkit-transform 0.5s;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
  -webkit-transform-origin: top;
          transform-origin: top; }

.site-strip[data-tab=search] .site-strip__tab[data-tab=search] {
  height: auto;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1; }

.site-strip[data-tab=featured] .site-strip__tab[data-tab=featured] {
  height: auto;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1; }

.site-strip__tab:hover {
  display: block;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  height: auto;
  opacity: 1; }

.site-search-strip {
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  background-color: #F8F8F8;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22); }
  @media screen and (min-width: 769px) {
    .site-search-strip {
      padding: 30px 0 40px; } }

.site-featured-strip {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }

.site-featured-strip__container {
  padding: 30px;
  background-color: #F8F8F8; }

.bottom-nav {
  padding: 60px 0;
  margin-top: 50px;
  position: relative; }
  .bottom-nav::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/content/dam/nttcom/hq/jp/shines/bg@2x.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.5; }

.bottom-nav__list {
  margin: 40px auto 0; }
  .bottom-nav__list > li {
    padding: 5px; }
  @media screen and (min-width: 769px) {
    .bottom-nav__list {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      width: calc(960px + 26.666px); }
      .bottom-nav__list > li {
        width: 25%;
        padding: 13.333px; } }

.bottom-card {
  display: block;
  background-color: #0E367D;
  letter-spacing: 0;
  border-radius: 30px;
  padding: 20px 20px 0;
  color: white;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }
  .bottom-card:link, .bottom-card:active, .bottom-card:visited, .bottom-card:hover {
    color: white; }
  .bottom-card:hover {
    opacity: 0.5; }
  @media screen and (min-width: 769px) {
    .bottom-card {
      padding: 40px 30px 0;
      text-align: center; } }

.bottom-card__body {
  display: -webkit-box;
  display: flex; }
  @media screen and (min-width: 769px) {
    .bottom-card__body {
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }

.bottom-card__foot {
  text-align: center; }

.bottom-card__label {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px; }
  @media screen and (min-width: 769px) {
    .bottom-card__label {
      margin: 20px 0 10px; } }

.bottom-card__desc {
  font-size: 13px; }

.bottom-card__icon {
  display: -webkit-inline-box;
  display: inline-flex;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
          flex: none; }
  @media screen and (max-width: 768px) {
    .bottom-card__icon {
      margin-right: 20px; } }

.bottom-card__foot {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  font-size: 12px;
  padding: 15px 0;
  font-weight: bold;
  margin-top: 20px; }

.site-menu {
  display: none;
  position: fixed;
  top: 127px;
  background-color: #F8F8F8;
  width: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 3;
  max-height: calc(100vh - 143px);
  overflow-y: scroll; }
  @media screen and (min-width: 769px) {
    .site-menu {
      top: 171px; } }
  @media screen and (min-width: 1100px) {
    .site-menu {
      top: 189px; } }

.site-menu-item__title {
  padding: 0 15px;
  display: block; }

.site-menu-item__title-inner {
  border-bottom: 1px solid #CCC;
  display: -webkit-box;
  display: flex;
  font-weight: bold;
  cursor: pointer;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 15px 0; }

.site-menu ul .site-menu-item:last-child .site-menu-item__title-inner {
  border-bottom: 0; }

.site-menu-item__sub-menu {
  display: none; }

.site-menu-item.-sub-menu .site-menu-item__title-inner:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/content/dam/nttcom/hq/jp/shines/menu-expander.svg);
  margin-left: 0.5em; }

.site-menu-item.-expanded .site-menu-item__title:after {
  background-image: url(/content/dam/nttcom/hq/jp/shines/menu-shrinker.svg); }

.site-menu-item.-expanded .site-menu-item__title-inner:after {
  background-image: url(/content/dam/nttcom/hq/jp/shines/menu-expander-close.svg); }

.site-menu-item__title-inner.coming-soon {
  color: #585858; }
  .site-menu-item__title-inner.coming-soon:after {
    content: "Coming Soon";
    font-size: 10px; }

.site-menu-item__title-inner.link-menu {
  font-size: 14px;
  display: block; }
  .site-menu-item__title-inner.link-menu:before {
    content: "";
    display: inline-block;
    background-image: url(/content/dam/nttcom/hq/jp/shines/arrow-right.svg);
    width: 10px;
    height: 10px;
    margin-right: 5px; }

body.-menu .site-menu {
  display: block; }
  @media screen and (min-width: 769px) {
    body.-menu .site-menu {
      display: none; } }

.site-search-menu {
  padding: 20px 0 0; }

.site-search-nav-section__heading {
  font-size: 12px;
  font-weight: bold; }

@media screen and (min-width: 1100px) {
  .site-search-nav__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .site-search-nav__col.-first {
    width: 400px; }
  .site-search-nav__col.-second {
    width: 600px; } }

.site-search-nav__col .-featured-writers {
  border-bottom: 1px solid #ccc; }
  @media screen and (min-width: 1100px) {
    .site-search-nav__col .-featured-writers {
      border-bottom: 0; } }

.site-search-nav__category-list {
  padding: 0 10px; }
  .site-search-nav__category-list > li {
    margin: 0 8px 8px 0;
    display: inline-block; }

.site-search-nav__category {
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
  .site-search-nav__category:hover, .site-search-nav__category.-active {
    opacity: 0.5; }

.site-search-nav__keyword {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  color: #585858;
  height: 22px;
  border-radius: 11px;
  background-color: white;
  padding: 4px;
  font-size: 12px;
  margin-left: 10px; }

.site-search-nav__writer-grid {
  margin: -7.5px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  .site-search-nav__writer-grid > li {
    width: 50%;
    padding: 7.5px; }
  @media screen and (min-width: 375px) {
    .site-search-nav__writer-grid {
      margin: -5px; }
      .site-search-nav__writer-grid > li {
        padding: 5px; } }

.site-search-nav-section {
  padding-bottom: 40px;
  border-bottom: 1px dashed #CCC; }

.site-search-nav-section__header {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center; }

.site-search-nav-section__link {
  font-size: 12px; }
  .site-search-nav-section__link:before {
    content: '';
    background-image: url(/content/dam/nttcom/hq/jp/shines/arrow-right.svg);
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 0.5em; }

@media screen and (min-width: 1100px) {
  .site-search-nav-section {
    padding-top: 20px;
    padding-bottom: 0;
    border-bottom: none; }
  .site-search-nav-section__header {
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    margin-bottom: 30px;
    min-height: 32px; } }

.site-featured-nav {
  margin-top: -1em;
  padding: 15px; }
  .site-featured-nav li {
    margin-top: 1em; }
    .site-featured-nav li:before {
      content: '';
      background-image: url(/content/dam/nttcom/hq/jp/shines/arrow-right.svg);
      width: 10px;
      height: 10px;
      display: inline-block;
      margin-right: 0.5em; }

.sp-only {
  display: block; }

.pc-only {
  display: none; }

@media screen and (min-width: 769px) {
  .sp-only {
    display: none; }
  .pc-only {
    display: block; } }

.kv {
  background-image: url(/content/dam/nttcom/hq/jp/shines/bg@2x.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0; }
  @media screen and (min-width: 769px) {
    .kv {
      padding: 0 0 40px; } }

@media screen and (max-width: 768px) {
  .post-carousel.-pc {
    display: none; } }

@media screen and (min-width: 769px) {
  .post-carousel.-sp {
    display: none; } }

@media screen and (min-width: 769px) {
  .featured-keywords .container {
    max-width: 980px; }
  .featured-keywords__row {
    display: -webkit-box;
    display: flex; } }

@media screen and (max-width: 768px) {
  .featured-keywords__leading {
    border-bottom: 1px solid white;
    padding-bottom: 15px;
    margin-bottom: 15px; } }

@media screen and (min-width: 769px) {
  .featured-keywords__leading {
    -webkit-box-flex: 0;
            flex: none;
    border-right: 1px solid white;
    padding-right: 28px;
    margin-right: 28px; } }

.featured-keywords__heading {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  background-color: white;
  border-radius: 100px;
  width: 100%; }
  .featured-keywords__heading img {
    margin-right: 0.5em; }
  @media screen and (min-width: 769px) {
    .featured-keywords__heading {
      width: 209px;
      height: 65px; } }

.search {
  background-color: white;
  margin-bottom: 45px;
  border-radius: 13px;
  border-radius: 28px; }

.search-bar {
  padding: 10px; }

.search-of {
  position: relative;
  height: 25px; }
  @media screen and (min-width: 769px) {
    .search-of {
      height: 35px; } }

.search-of__caret {
  position: absolute;
  display: inline-block;
  width: 25%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FFD800), to(#FFA700));
  background: linear-gradient(to right, #FFD800, #FFA700);
  z-index: 1;
  border-radius: 30px;
  -webkit-transition: left 0.3s;
  transition: left 0.3s; }

.search-of[data-tab=popular] .search-of__caret {
  left: 0; }

.search-of[data-tab=popular] .search-of__kind[data-tab=popular] {
  color: #4E2700; }
  .search-of[data-tab=popular] .search-of__kind[data-tab=popular] svg path {
    fill: #4E2700; }

.search-of[data-tab=category] .search-of__caret {
  left: 25%; }

.search-of[data-tab=category] .search-of__kind[data-tab=category] {
  color: #4E2700; }
  .search-of[data-tab=category] .search-of__kind[data-tab=category] svg path {
    fill: #4E2700; }

.search-of[data-tab=tag] .search-of__caret {
  left: 50%; }

.search-of[data-tab=tag] .search-of__kind[data-tab=tag] {
  color: #4E2700; }
  .search-of[data-tab=tag] .search-of__kind[data-tab=tag] svg path {
    fill: #4E2700; }

.search-of[data-tab=writer] .search-of__caret {
  left: 75%; }

.search-of[data-tab=writer] .search-of__kind[data-tab=writer] {
  color: #4E2700; }
  .search-of[data-tab=writer] .search-of__kind[data-tab=writer] svg path {
    fill: #4E2700; }

.search-of__kind-set {
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 2;
  height: 100%; }

.search-of__kind {
  display: -webkit-box;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: bold;
  cursor: pointer; }
  .search-of__kind svg {
    margin-right: 0.5em; }
    .search-of__kind svg path {
      fill: #777; }
  @media screen and (min-width: 769px) {
    .search-of__kind {
      font-size: 12px;
      /* letter-spacing: 0.07em; 20220309 */ } }
  .search-of__kind[data-tab=writer]::after {
    content: "社員"; }
    @media screen and (min-width: 769px) {
      .search-of__kind[data-tab=writer]::after {
        content: "社員メッセンジャー"; } }

.search-strip[data-tab=category] .search-strip__tab[data-tab=category] {
  display: block; }

.search-strip[data-tab=tag] .search-strip__tab[data-tab=tag] {
  display: block; }

.search-strip[data-tab=writer] .search-strip__tab[data-tab=writer] {
  display: block; }

.search-strip__tab {
  display: none;
  margin-bottom: 50px;
  border-top: 1px solid #DDD;
  padding: 20px; }

.search-category__list > li {
  margin: 0 8px 8px 0;
  display: inline-block; }

.search-to__result {
  display: none; }

.search-to__result.-show {
  display: block; }

.post-grid__cell {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.section.-search.-scrolled .search-to__result.-show .post-grid .post-grid__cell {
  -webkit-animation: post-grid-cell-anim 500ms forwards;
          animation: post-grid-cell-anim 500ms forwards; }

.section.-search.-scrolled .search-to__result.-show .post-grid .post-grid__cell:nth-child(1) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms; }

.section.-search.-scrolled .search-to__result.-show .post-grid .post-grid__cell:nth-child(2) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms; }

.section.-search.-scrolled .search-to__result.-show .post-grid .post-grid__cell:nth-child(3) {
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms; }

.section.-search.-scrolled .search-to__result.-show .post-grid .post-grid__cell:nth-child(4) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms; }

.section.-search.-scrolled .search-to__result.-show .post-grid .post-grid__cell:nth-child(5) {
  -webkit-animation-delay: 1250ms;
          animation-delay: 1250ms; }

.section.-search.-scrolled .search-to__result.-show .post-grid .post-grid__cell:nth-child(6) {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms; }

.section.-search.-scrolled .search-to__result.-show .post-grid .post-grid__cell:nth-child(7) {
  -webkit-animation-delay: 1750ms;
          animation-delay: 1750ms; }

.section.-search.-scrolled .search-to__result.-show .post-grid .post-grid__cell:nth-child(8) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms; }

.section.-search.-scrolled .search-to__result.-show .post-grid .post-grid__cell:nth-child(9) {
  -webkit-animation-delay: 2250ms;
          animation-delay: 2250ms; }

@-webkit-keyframes post-grid-cell-anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 100; } }

@keyframes post-grid-cell-anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 100; } }

.section.-featured .section__grid > li {
  margin-top: 15px;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity; }
  .section.-featured .section__grid > li:hover {
    opacity: 0.5; }

.section.-featured .section__grid img {
  width: 100%;
  height: auto; }

@media screen and (min-width: 769px) {
  .section.-featured .section__grid {
    text-align: center;
    margin: auto; }
    .section.-featured .section__grid > li {
      margin-top: 0;
      display: inline-block; }
    .section.-featured .section__grid img {
      width: 437px; } }

.bnr-list {
  width: 100%; }
  @media screen and (min-width: 769px) {
    .bnr-list {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      flex-wrap: wrap;
      /* 20200911 */ } }

.bnr-item {
  margin: 0 0 20px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }
  .bnr-item:hover {
    opacity: 0.5; }
  @media screen and (min-width: 769px) {
    .bnr-item {
      margin: 0 8px 30px; }
      .bnr-item img {
        max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .bnr-item {
      width: 100%; }
      .bnr-item a {
        display: inline-block; }
      .bnr-item img {
        width: 100%;
        height: auto; } }

.section.-special {
  color: white;
  background: -webkit-gradient(linear, right bottom, left top, from(#1B1838), to(#0F226E));
  background: linear-gradient(to left top, #1B1838, #0F226E);
  padding: 45px 20px 40px; }
  .section.-special .section__sub-heading {
    color: white; }
    @media screen and (max-width: 768px) {
      .section.-special .section__sub-heading br {
        display: none; } }
  @media screen and (min-width: 769px) {
    .section.-special {
      padding: 60px 20px 70px; } }
  .section.-special .recommend-img {
    margin: 20px 0 50px; }
    @media screen and (min-width: 769px) {
      .section.-special .recommend-img {
        margin: 30px 0 60px; } }
    .section.-special .recommend-img img {
      max-width: 100%;
      height: auto; }

.view-more {
  display: block;
  width: 100%;
  color: #003B7B;
  padding: 2px;
  border-radius: 34px;
  margin: 60px auto 0;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#FFD800), to(#FFA700));
  background: linear-gradient(to right, #FFD800, #FFA700); }
  .view-more:hover {
    background: -webkit-gradient(linear, left top, right top, from(#FFE200), color-stop(#4EFF00), color-stop(#33CDB5), color-stop(#6767FF), to(#FF0000));
    background: linear-gradient(to right, #FFE200, #4EFF00, #33CDB5, #6767FF, #FF0000); }
  @media screen and (min-width: 769px) {
    .view-more {
      width: 300px;
      max-width: 475px; } }

.view-more__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: white -webkit-gradient(linear, left top, right top, from(#FFD800), to(#FFA700)) left center no-repeat;
  background: white linear-gradient(to right, #FFD800, #FFA700) left center no-repeat;
  border-radius: 34px;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  color: #4E2700;
  -webkit-transition: 0.4s background-size;
  transition: 0.4s background-size;
  background-size: 100% 100%; }
  .view-more__inner:hover {
    background-size: 0 100%; }
  @media screen and (min-width: 769px) {
    .view-more__inner {
      font-size: 18px; } }
