@charset "euc-jp";

/* CSS Document */
/* -------------------------------------------------
  reset
-------------------------------------------------- */
* {
  box-sizing: border-box;
}

:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #f5f5f5;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #f5f5f5;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #f5f5f5;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
  font-feature-settings: "palt";
  letter-spacing: 0.8px;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
div,
input,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

/* -------------------------------------------------
base
-------------------------------------------------- */
html {
  touch-action: manipulation;
  font-family: 'Noto Sans JP';
  letter-spacing: .15em;
  line-height: 3em;
  font-size: 62.5%;
  max-width: 100%;
  scroll-behavior: smooth;
}

body {
  color: #2f2e41;
  font-size: 1.6rem;
  background: #f7f6f4;
  line-height: 1.8;
  margin: 0 !important;
  font-family: 'Noto Sans JP', sans-serif;
  animation: fadein 3s forwards;
  /*counter-reset: wpp-count; */
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold !important;
}


@keyframes fadein {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

::selection {
  color: #fff;
  background-color: #00a4f0;
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s, transform .8s;
}

.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .5s;
}

@media screen and (max-width: 768px) {
  .wrap {
    overflow: hidden;
  }
}

img {
  max-width: 100%;
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

.pc,
.pc-br {
  display: block !important;
}

.sp,
.sp-br {
  display: none !important;
}

@media only screen and (max-width: 768px) {

  .pc,
  .pc-br {
    display: none !important;
  }

  .sp,
  .sp-br {
    display: block !important;
  }
}

.term {
  background: #5995e8;
}

.service {
  background: #53d8d6;
}

.sales {
  background: #abda61;
}

.design {
  background: #fd7d84;
}

.open {
  background: #a0a8ea;
}

.operation {
  background: #ffc82b;
}

.business {
  background: #ffa351;
}

.label .category {
  font-size: 1.3rem;
  padding: 5px 8px;
  color: #ffffff;
  border-radius: 5px;
  line-height: 2.2;
  margin: 0 10px 0 0;
}

.category-3 {
  background: #5995e8;
}

.category-4 {
  background: #53d8d6;
}

.category-5 {
  background: #abda61;
}

.category-6 {
  background: #fd7d84;
}

.category-7 {
  background: #ffc82b;
}

.category-8 {
  background: #a0a8ea;
}

.category-9 {
  background: #ffa351;
}

.page-wrap {
  overflow: hidden;
}

.label-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 0 0;
}

.label {
  font-size: 1.3rem;
  padding: 0 8px;
  color: #ffffff !important;
  border-radius: 5px;
  line-height: 2.2;
  margin: 0 10px 0 0;
}

.en {
  font-family: 'Outfit', sans-serif;
  letter-spacing: 1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 20px;
  margin: 0 auto;
}

.material-symbols-outlined {
  vertical-align: text-bottom;
}


.fv-slider {
  margin-top: 60px;
  overflow: hidden;
}

/* 前へ / 次へボタン */
.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

@media only screen and (min-width: 1025px) {

  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 2px 2px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.slider-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10rem;
}

.fv-slider {
  /* コンテナ */
  overflow: hidden;
  /* 前へ / 次へボタン */
  /* スライド */
  /* スライド アクティブ時 */
}

.fv-slider .swiper {
  overflow: visible;
}

@media only screen and (max-width: 1024px) {
  .fv-slider .swiper {
    padding: 0 3.2rem;
  }

  .slider-inner {
    padding: 0;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: grid;
    place-content: center;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
}

.fv-slider .swiper-button-prev,
.fv-slider .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fv-slider .swiper-button-prev::before,
.fv-slider .swiper-button-next::before {
  background-color: #2f2e41;
}

.fv-slider .swiper-button-prev::after,
.fv-slider .swiper-button-next::after {
  border-color: #fff;
}

.fv-slider .swiper-button-prev {
  right: calc(100% - 1.6rem);
}

@media only screen and (max-width: 1024px) {
  .fv-slider .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
}

.fv-slider .swiper-button-next {
  left: calc(100% - 1.6rem);
}

@media only screen and (max-width: 1024px) {
  .fv-slider .swiper-button-next {
    left: calc(100% - 5.2rem);
  }
}

@media only screen and (min-width: 1025px) {
  .fv-slider .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

}

.fv-slider .slide-media {
  padding-top: 52.5%;
}

.fv-slider .slide-content {
  padding: 3.2rem;
}

.fv-slider .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}

.fv-slider .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

.fv-slider .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}


@media screen and (max-width: 768px) {}


/* -------------------------------------------------
Main Frame
-------------------------------------------------- */
.inner-wrap {
  max-width: 1100px;
  padding: 50px 0;
  margin: 0 auto
}

h2 {
  font-size: 36px !important;
  text-align: left;
  margin-bottom: 20px !important;
}

h2#new-post,
h2#case-study,
h2#ranking-post {
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 768px) {
  section {
    margin: 0 auto;
  }

  .inner-wrap {
    max-width: 100%;
    padding: 56px 15px 30px;
    margin: 0 auto;
  }

  h2 {
    font-size: 24px !important;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}


/* -------------------------------------------------
Category
-------------------------------------------------- */
.category-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.uncategorized-text {
  display: none;
}

.term-text:before {
  background: #5995e8;
  width: 8px;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.service-text:before {
  background: #53d8d6;
  width: 8px;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.sales-text:before {
  background: #abda61;
  width: 8px;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.design-text:before {
  background: #fd7d84;
  width: 8px;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.operation-text:before {
  background: #ffc82b;
  width: 8px;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.open-text:before {
  background: #a0a8ea;
  width: 8px;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.business-text:before {
  background: #ffa351;
  width: 8px;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.category-list {
  width: 23.3%;
  background: #ffffff;
  font-size: 16px;
  padding: 0;
  margin: 0 20px 30px 0;
  line-height: 1;
  position: relative;
  transition: all .5s;
}

.category-list:nth-child(4) {
  margin: 0 0 30px 0;
}

.category-list .category-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.category-list p {
  margin-left: 8px;
}

.category-list .icon {
  width: 50px;
}

.category-list:hover {
  transition: transform 0.3s cubic-bezier(0.12, 0.53, 0.33, 0.99), box-shadow 0.3s cubic-bezier(0.12, 0.53, 0.33, 0.99);
  -webkit-box-shadow: var(--box-shadow-hover);
  box-shadow: var(--box-shadow-hover);
  border-color: transparent;
}

@media screen and (max-width: 1200px) {
  .category-list {
    width: 30.3%;
    background: #ffffff;
    font-size: 18px;
    padding: 0;
    margin: 0 26px 30px 0;
    padding: 10px;
    line-height: 1;
    position: relative;
    transition: all .5s;
  }

  .category-list:nth-child(3n) {
    margin: 0 0 30px 0;
  }

  .category-list:nth-child(4) {
    margin: 0 26px 30px 0;
  }

  #category h2 {
    margin-top: 0;
  }

  .category-list {
    width: 48%;
    background: #ffffff;
    font-size: 13px;
    padding: 0;
    margin: 0 8px 20px 0;
    padding: 5px;
    line-height: 1;
    position: relative;
    transition: all .5s;
    height: 43px;
  }

  .category-list:nth-child(3n) {
    margin: 0 0 20px 0;
  }

  .category-list .icon {
    width: 30px;
  }

  .category-list p {
    margin-left: 15px;
    line-height: 1.2;
  }

  .category-list:nth-child(even) {
    margin: 0;
  }

  .category-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: auto;
  }

  .category-list .category-link {
    padding: 0;
  }
}

/* -------------------------------------------------
 2 column
-------------------------------------------------- */
.container {
  display: flex;
  flex-direction: row;
}

.article-wrap {
  flex: 3;
  max-width: 730px;
  width: 100%;
  margin: 0 50px 0 0;
}

.article-wrap .article-content {
  text-align: center;
}

.article-wrap .article-content .column-wrap {
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  text-align: center;
  gap: 50px 20px;
  justify-content: space-between;
}

.article-wrap .case-study {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  margin: 100px -20px 0;
}

.column-wrap>div {
  width: 48%;
}

.article-wrap .column-list .caption-wrap {
  padding: 20px;
}

.column-list {
  background: #ffffff;
  text-align: left;
  transition: all .5s;
  border-radius: 4px;
}

.column-list:hover {
  transition: transform 0.3s cubic-bezier(0.12, 0.53, 0.33, 0.99), box-shadow 0.3s cubic-bezier(0.12, 0.53, 0.33, 0.99);
  border-color: transparent;
  -webkit-box-shadow: var(--box-shadow-hover);
  box-shadow: var(--box-shadow-hover);
}

.column-list-img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.column-list .column-list-img img {
  display: block;
  transition: transform 0.3s cubic-bezier(0.12, 0.53, 0.33, 0.99);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 184px;
}

.column-list img:hover {
  transform: scale(1.15);
}

.column-list .caption-wrap span.en {
  font-size: 12px;
  color: #acabb0;
  display: block;
  font-weight: normal;
}

.column-list .caption-wrap p {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: initial;
  font-weight: 400;
}

.sidebar-wrap {
  flex: 1;
}

.sidebar-wrap .banner-group {
  margin: 85px 0 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.sidebar-wrap .banner-group>div {
  margin: 0 0 20px;
}

.btn-area {
  min-width: 276px;
  height: 56px;
  color: #ffffff !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 40px;
  border: 2px solid #2f2e41;
  background: #2f2e41;
  line-height: 53px;
  margin: 50px auto;
}

.btn-area:hover {
  background: #ffffff;
  color: #2f2e41 !important;
}

@media screen and (max-width: 768px) {
  .container {
    display: block;
    flex-direction: row;
  }

  .article-wrap {
    flex: 3;
    width: 100%;
    margin: 0;
  }

  .article-wrap .article-content {
    text-align: center;
  }

  .article-wrap .article-content .column-wrap {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    text-align: center;
    gap: 30px;
  }

  .article-wrap .case-study {
    background: #ffffff;
    padding: 40px 20px;
    border-radius: 10px;
    margin: 100px -20px 0;
  }

  .column-wrap>div {
    width: 100%;
  }

  .article-wrap .column-list .caption-wrap {
    padding: 20px;
  }

  .column-list {
    background: #ffffff;
    text-align: left;
    transition: all .5s;
    border-radius: 4px;
  }

  .column-list:hover {
    transition: transform 0.3s cubic-bezier(0.12, 0.53, 0.33, 0.99), box-shadow 0.3s cubic-bezier(0.12, 0.53, 0.33, 0.99);
    border-color: transparent;
    -webkit-box-shadow: var(--box-shadow-hover);
    box-shadow: var(--box-shadow-hover);
  }

  .column-list-img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .column-list .column-list-img img {
    will-change: transform;
    display: block;
    transition: transform 0.3s cubic-bezier(0.12, 0.53, 0.33, 0.99);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .column-list img:hover {
    transform: scale(1.1);
  }

  .column-list .caption-wrap span {
    font-size: 12px;
    color: #acabb0;
    display: block;
    font-weight: normal;
  }

  .column-list .caption-wrap p {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: initial;
  }

  .sidebar-wrap .banner-group {
    margin: 50px 30px 0;
    text-align: center;
    position: unset;
    top: 0;
  }

  .btn-area {
    margin: 30px auto;
  }
}

/* -------------------------------------------------
Ranking
-------------------------------------------------- */
#ranking-post {
  background: #ffffff;
}

.swiper-slide .column-list .caption-wrap {
  padding: 20px;
}

.swiper-slide .column-list .caption-wrap p {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: initial;
}

.swiper-pagination-bullets {
  width: 240px;
}

.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  margin: 0 0 0 8px !important;
  background: #ffffff;
  border-radius: 50%;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

#ranking-post .inner-wrap {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1024px;
  margin: 0 auto 100px;
  padding: 0 10rem;
}

.ranking-wrap .column-list .column-list-img img {
  will-change: transform;
  display: block;
  transition: transform 0.3s cubic-bezier(0.12, 0.53, 0.33, 0.99);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 100%;
  height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;
}

.ranking-wrap .swiper-button-prev,
.ranking-wrap .swiper-button-next {
  display: grid;
  place-content: center;
  width: 5.0rem !important;
  height: 5.0rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: #ffffff;
}

.ranking-wrap .swiper-button-prev::before,
.ranking-wrap .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background: #2f2e41;
}

.ranking-wrap .swiper-button-prev::after,
.ranking-wrap .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #ffffff;
  border-width: 2px 2px 0 0;
}

.ranking-wrap .swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.ranking-wrap .swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ranking-wrap .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.ranking-wrap {
  overflow: hidden;
  background: #ffffff;
  padding: 30px 0;
  margin-top: 50px;
}

.ranking-wrap .swiper {
  overflow: visible;
}

.ranking-wrap .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 3.2rem;
}

.ranking-wrap .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  text-align: center;
}

.ranking-wrap .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: #ddd;
}

.ranking-wrap .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: #2f2e41;
}

.ranking-wrap .swiper-button-prev,
.ranking-wrap .swiper-button-next {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

.ranking-wrap .swiper-button-disabled {
  pointer-events: none;
  opacity: 1;
}

.ranking-wrap .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.ranking-wrap .slide {
  overflow: hidden;
  width: 30rem;
  border-radius: 4px;
  transition: all .5s;
}

.ranking-wrap .slide-media {
  padding-top: 62.5%;
}

.ranking-wrap .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}

.ranking-wrap .slide-content {
  padding: 3.2rem;
}

.ranking-wrap .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: #2f2e41;
}

.ranking-wrap .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

.ranking-label {
  position: absolute;
  top: -13px;
  left: -18px;
  content: "";
  background: #2f2e41;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  border: 3px solid #ffffff;
  z-index: 100;
  box-sizing: content-box;
  font-family: 'Outfit', sans-serif;
  transform: translateZ(1px);
  counter-increment: number 1;
}

.ranking-label::after {
  counter-increment: number 1;
  display: block;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 1px 11px;
  z-index: 1;
}

/* CSSカウンター用のスタイル */
.css-ranking {
  /* カウンターを初期化 */
  counter-reset: ranking-counter;
}

.css-ranking .ranking-label::before {
  counter-increment: ranking-counter;
  content: counter(ranking-counter);
  min-width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.5rem;
}


@media only screen and (max-width: 599px) {
  .pc-tab {
    display: none !important;
  }

  .ranking-wrap .slide {
    width: 24rem;
  }

  #ranking-post .inner-wrap {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1024px;
    margin: 30px auto;
    padding: 0 2rem;
  }

  .ranking-wrap .swiper-controller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 3.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.0rem;
  }

  .swiper-slide .column-list .caption-wrap p {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: initial;
  }
}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }

  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .ranking-wrap .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .ranking-wrap .slide:hover {
    -webkit-box-shadow: var(--box-shadow-hover);
    box-shadow: var(--box-shadow-hover);
    transition: all .5s;
  }
}

@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .slide-wrap {
    overflow-x: scroll;
  }

  .slide-box {
    flex: 0 0 70%;
    margin: auto 1% auto auto;
  }
}

/* -------------------------------------------------
New Service
-------------------------------------------------- */
.cta-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta-wrap .contents-title {
  font-size: 2.8rem;
}

.cta-wrap .contents-wrap {
  flex: 2.5;
}

.cta-wrap .cta-navi {
  flex: 1;
}

.cta-btn-wrap {
  display: flex;
  justify-content: flex-start;
  margin: 20px auto 0;
}

.cta-btn-free {
  background: #e63d50;
  min-width: 320px;
  height: 65px;
  color: #ffffff !important;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  border-radius: 4px;
  line-height: 63px;
  border: 2px solid #e63d50;
  text-align: center;
  margin-right: 30px;
}

.cta-btn-free:hover {
  background: #ffffff;
  color: #e63d50 !important;
}

.cta-btn-consultation {
  background: #ffffff;
  min-width: 320px;
  height: 65px;
  color: #2f2e41;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  border-radius: 4px;
  border: 2px solid #2f2e41;
  text-align: center;
  line-height: 63px;
}

.cta-btn-consultation:hover {
  background: #2f2e41;
  color: #ffffff;
}

.cta-navi {
  background-image:
    linear-gradient(to top, #605f6d, #605f6d 2px, transparent 2px, transparent 8px);
  background-size: 2px 8px;
  background-position: left bottom;
  background-repeat: repeat-y;
  padding-left: 50px;
  margin-left: 20px;
  font-weight: 600;
}

.cta-navi p {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.cta-navi .cta-navi-link,
.cta-navi .cta-navi-category {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
}

.cta-navi .cta-navi-link p,
.cta-navi .cta-navi-category p {
  text-align: left;
  position: relative;
}

.cta-navi .cta-navi-link p a:hover:after,
.cta-navi .cta-navi-category p a:hover:after {
  box-shadow: 0 0 0 5px #f7f6f4, 0 0 0 7px #00a4f0;
}

.cta-navi .cta-navi-link p a:after,
.cta-navi .cta-navi-category p a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #00a4f0;
  border-radius: 100%;
  left: -20px;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 0 0 0 0 #f7f6f4, 0 0 0 0 #00a4f0;
  transition: 0.4s ease-in-out;
}

.cta-navi a {
  display: inline-block;
  margin: 0;
  position: relative;
  text-decoration: none;
  z-index: 2;
  transition: 0.2s ease-in-out;
}

.cta-navi a:hover {
  color: #00a4f0;
}

.cta-navi-category span {
  color: #2f2e41;
  font-size: 15px;
  display: block;
  font-weight: 400;
}

.cta-navi .cta-navi-category div:nth-child(2) {
  margin-left: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .cta-wrap {
    display: block;
  }

  .cta-btn-wrap {
    display: block;
    margin: 20px auto 0;
  }

  .cta-wrap .contents-title {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.65;
  }

  .cta-btn-free {
    background: #e63d50;
    min-width: 100%;
    height: 75px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    border-radius: 4px;
    line-height: 71px;
    border: 2px solid #e63d50;
    text-align: center;
    margin-bottom: 30px;
  }

  .cta-btn-free:hover {
    background: #ffffff;
    color: #e63d50;
  }

  .cta-btn-consultation {
    background: #ffffff;
    min-width: 100%;
    height: 75px;
    color: #2f2e41;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid #2f2e41;
    text-align: center;
    line-height: 75px;
    margin-bottom: 30px;
  }

  .cta-btn-consultation:hover {
    background: #2f2e41;
    color: #ffffff;
  }

  .cta-navi {
    justify-content: space-between;
    background-image: linear-gradient(to right, #605f6d, #605f6d 2px, transparent 2px, transparent 8px);
    background-size: 10px 2px, 2px 10px, 10px 2px, 2px 10px;
    background-repeat: repeat-x;
    background-position: left top;
    padding: 30px 20px 0;
    margin-left: 0;
  }

  .cta-navi p {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}



/* -------------------------------------------------
Footer
-------------------------------------------------- */
.footer-bottom {
  background: #2389ca;
  color: #ffffff;
  text-align: center;
  padding: 0 0 20px 0;
}

.footer-bottom-wrap {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 40px 0 20px;
  display: flex;
  justify-content: space-between;
}

/*.footer-bottom-wrap:after {
  content: "";
  display: table;
  clear: both;
}*/

.footer-subnav {
  float: left;
  margin-right: 10px;
  text-align: left;
}

.footer-subnav li {
  padding: 0 10px 10px;
  list-style: none;
  line-height: 1;
}

.footer-subnav li a {
  font-size: 11px;
}

.footer-service-logo {
  margin: 0 0 40px 0;
  display: flex;
  justify-content: flex-end;
}

.footer-ierae-gs-sticker {
  margin: 0 10px 0 0;
}

.gmo-campaign-bnr {
  margin: -308px 0 0 370px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.grp-bnr {
  padding: 24px 0;
  width: 100%;
  background: #e9eff4;
  text-align: center;
}

.footer-logo {
  float: left;
  width: 203px;
  height: 40px;
  margin-right: 60px;
}

.footer-logo .svg-logo {
  width: 210px;
  height: 40px;
}

.copyright {
  font-size: 1.0rem;
}

@media (max-width: 768px) {
  .footer-bottom-wrap {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5%;
  }

  .footer-subnav-inner {
    display: flex;
  }

  .gmo-campaign-bnr {
    margin: -81px auto 0px;
    padding: 23px 0 14px 0;
    position: absolute;
    top: 72px;
    width: 100%;
    background: #333;
  }

  .footer-subnav {
    float: none;
    overflow: hidden;
    margin-top: 16px;
  }

  .footer-subnav li a {
    font-size: 12px;
  }

  .subnav-sp {
    margin-top: 0;
  }

  .footer-logo {
    display: none;
  }

  .footer-service-logo {
    margin: 40px 0;
    justify-content: center;
  }

  .copyright {
    display: block;
    text-align: center;
    font-size: 9px;
    margin-top: 8px;
    float: inherit;
    padding: 1% 0 0 0;
    clear: both;
  }

  body #gmocommonfooter {
    display: none !important;
  }
}


/* -------------------------------------------------
Pager
-------------------------------------------------- */

.pager {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 40px auto;
  align-items: center;
}

.pager ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  line-height: 1;
  align-items: center;
}

.pager li>* {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
}

.pager li>.current,
.pager li>a:hover {
  color: #ffffff;
  background: #2f2e41;
}

.pager li>a.prev.page-numbers,
.pager li>a.next.page-numbers {
  border: none;
  transform: scale(0.7, 1);
  font-size: 20px;
}

.pager li>a.prev.page-numbers:hover,
.pager li>a.next.page-numbers:hover {
  background: none;
  color: #2f2e41;
}

/* -------------------------------------------------
GTM
-------------------------------------------------- */

.msjp-bnr-knowhow {
  position: fixed;
  right: 0;
  bottom: 90px;
  z-index: 10000;
}

.msjp-close {
  background: #fff;
  padding: 6px 10px;
  border: 1px solid #333;
  position: absolute;
  top: -16px;
  left: -16px;
  cursor: pointer;
  font-weight: bold;
}

.msjp-open {
  background: #fff;
  padding: 6px 10px;
  border: 1px solid #333;
  position: fixed;
  right: 0;
  bottom: 90px;
  cursor: pointer;
  display: none;
  font-weight: bold;
  z-index: 1;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .msjp-bnr-knowhow {
    display: none;
  }
}


.sideprof {
  font-size: 0.8125em;
  line-height: 1.6em;
}

.sideprof span {
  display: block;
  text-align: center;
}

.sideprofimg {
  display: block;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin: 0 auto;
}

.sideprof .profsns {
  width: 65%;
  margin: 15px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}

.sideprof .profsns span.snsbtn {
  font-size: 20px;
  line-height: 100%;
}

.sideprofimg img {
  width: 100%;
  height: auto;
}

.btn_side a {
  display: block;
  width: 80%;
  padding: 10px;
  margin: 10px auto 50px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
}

.btn_side a:hover {
  color: #ffffff;
}

div#n2-ss-3 .n2-ss-control-bullet {
  margin: -30px;
}

/* -------------------------------------------------
Search
-------------------------------------------------- */
.search-container {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 0 10px;
  border-radius: 5px;
  height: 3em;
  width: 240px;
  overflow: hidden;
  background: #ffffff;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}

.search-container input[type="text"] {
  border: none;
  height: 2.0em;
  width: 80%;
}

.search-container input[type="text"]:focus {
  outline: 0;
}

.search-container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #2f2e41;
  position: absolute;
  width: 2.8em;
  height: 2.2em;
  right: 0;
  top: 0;
  outline: none;
}

@media (max-width: 768px) {
  .search-container {
    box-sizing: border-box;
    position: relative;
    display: block;
    padding: 0;
    border-radius: 5px;
    height: 3.6em;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
  }

  .search-container input[type="submit"] {
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.3em;
    border: none;
    background: none;
    color: #2f2e41;
    position: absolute;
    width: 2.8em;
    height: 2.6em;
    right: 0;
    top: 0;
    outline: none;
  }
}


#wpadminbar {
  z-index: 999999999;
}

/* -------------------------------------------------
Pager
-------------------------------------------------- */

.pager {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  align-items: center;
}

.pager_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pager_inner li {
  margin: 0.5rem;
  list-style: none;
}

.pager_inner li a {
  border: 2px solid #2f2e41;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  font-size: 13px;
  font-family: 'Outfit', sans-serif;
}

.pager_inner li a:hover {
  background-color: #2f2e41;
  color: #ffffff;
  transition: .5s;
  display: inline-block;
}

.current {
  background: #2f2e41;
  color: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
}

.next-page button,
.prev-page button {
  border: none;
  font-size: 20px;
  margin: 0;
  font-family: 'Manrope', sans-serif;
  background: #f7f6f4;
  overflow: hidden;
  z-index: 1;
  color: #2f2e41 !important;
}

.next-page button:hover,
.prev-page button:hover {
  transition: .5s;
  display: inline-block;
}