@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: .05em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
.sec-content,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0,0,0,0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  font-family: "Noto Sans Japanese","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 1em 0;
}

.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: .6;
}

.link__arrow::after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  font-family: FontAwesome;
}

.link-blue {
  color: #3488c9;
}

.link-blue:visited {
  color: #3488c9;
}

.c-viewlinks {
  margin: 30px 0 0 0;
  text-align: center;
}

.viewlinks {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  text-decoration: none;
  font-size: 14px;
}

.viewlinks::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#9ed9ed), color-stop(#d592ff), to(#ff9993));
  background: linear-gradient(-90deg, #9ed9ed, #d592ff, #ff9993);
  position: absolute;
  left: -100%;
  bottom: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.viewlinks::after {
  margin-left: 10px;
}

.viewlinks:hover::before {
  left: 0;
}

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

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol>li {
  counter-increment: number;
  position: relative;
}

ol>li:before {
  content: counter(number) ".";
  display: inline-block;
  margin-left: -1em;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

.c-list__disc {
  padding-left: 1.5em;
}

.c-list__disc>li {
  list-style: disc;
}

table {
  margin: 0 0 1em;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

th {
  font-weight: normal;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid #000;
  color: #fff;
  line-height: 1;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

button.btn-submit {
  margin-top: 20px;
  border: 1px solid #3488c9;
  color: #3488c9;
  background-color: rgba(0,0,0,0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

button.btn-submit:hover {
  background: #3488c9;
  color: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  border: none;
  padding: 5px;
  border: 1px solid #ccc;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline: 2px solid #ff0;
}

select {
  border: 1px solid #ccc;
}

.select-wrap {
  position: relative;
  display: inline-block;
}

.select-wrap select {
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: 5px 40px 5px 5px;
}

.select-wrap::after {
  content: "▼";
  display: block;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

textarea {
  width: 100%;
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #d0d2d4;
}

::-moz-placeholder {
  color: #d0d2d4;
}

:-ms-input-placeholder {
  color: #d0d2d4;
}

.c-form .c-form-table__row>dt {
  background-color: #fafafa;
  padding: 10px 15px;
  font-weight: bold;
}

.c-form .c-form-table__row>dd {
  padding: 10px 15px;
}

.c-form .c-form-table__row .c-form-table__last {
  padding: 10px 15px 0;
}

.d-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.d-form-table__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-form__confirm dl>dt {
  background-color: #fafafa;
  padding: 10px 15px;
  font-weight: bold;
}

.c-form__confirm dl>dd {
  padding: 10px 15px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.inv-recaptcha-holder {
  height: 0;
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Noto Sans Japanese","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch",Courier,monospace;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
  font-size: 15px;
  font-size: .9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.c-article-list>li {
  background-color: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 1px 1px 5px #f3f3f3;
  box-shadow: 1px 1px 5px #f3f3f3;
  border-radius: 5px;
  overflow: hidden;
}

.c-article-list>li a {
  display: block;
}

.c-article-list>li a:hover {
  opacity: 1;
}

.c-article-list>li a:hover .article-list__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-article-list>li a .article-list__thumb {
  aspect-ratio: 350/219;
  overflow: hidden;
}

.c-article-list>li a .article-list__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: ease .4s;
  transition: ease .4s;
}

.c-article-list>li .article-list__txt {
  padding: 35px 10px 20px;
  position: relative;
}

.c-article-list>li .article-list__txt .article-list__author-icon {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -20px;
  right: 20px;
  border: 2px solid #fff;
}

.c-article-list>li .article-list__txt .article-list__date {
  font-size: 14px;
}

.c-article-list>li .article-list__txt .article-list__title {
  font-size: 18px;
  word-break: break-all;
}

.c-article-list>li .article-list__cats {
  margin: 7px 10px;
  border-top: 1px solid #d0d2d4;
}

.c-article-list>li .article-list__cats>li {
  margin: 7px 10px 7px 0;
  display: inline-block;
}

.c-article-list>li .article-list__cats>li a {
  border-radius: 3px;
  display: block;
  background-color: #a09c9c;
  padding: 0px 12px;
  color: #fff;
  font-size: 12px;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.c-article-list>li .article-list__cats>li a:hover {
  background-color: #ff0;
  color: #000;
}

.author-sns {
  margin-top: 20px;
}

.author-sns__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.author-sns__list {
  margin-right: 15px;
}

.author-sns__list a {
  font-size: 24px;
}

.c-box__white {
  background-color: #fff;
  padding: 10px;
}

.c-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-btn__center {
  text-align: center;
}

.c-btn__col2 {
  margin-top: 0;
}

.c-btn__col2 .btn {
  display: block;
  margin: 10px auto;
}

.c-btn__flex {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.btn {
  width: 200px;
  padding: 10px 15px;
  border: 1px solid #3488c9;
  color: #3488c9;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn--02 {
  margin-top: 0px;
}

.btn__white {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.btn__white:hover {
  background-color: #000;
  color: #fff;
}

.btn__black {
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
}

.btn__black:hover {
  color: #fff;
}

.btn__black:hover:visited {
  color: #fff;
}

.btn__blue {
  color: #fff;
  border: 1px solid #3488c9;
  background-color: #3488c9;
}

.btn__blue:hover {
  background-color: #ff0;
  border: 1px solid #ff0;
  color: #000;
}

.btn__blue:hover:visited {
  color: #000;
}

.btn__gray {
  color: #fff;
  border: 1px solid #484848;
  background-color: #484848;
}

.btn__gray:hover {
  color: #fff;
}

.btn__gray:hover:visited {
  color: #fff;
}

.btn--square {
  border-radius: 0;
}

.btn:visited {
  color: #fff;
}

.btn:hover {
  opacity: 1;
}

.btn__big {
  width: 300px;
}

.btn__max {
  width: 100%;
}

.btn-bordered__white {
  border: 2px solid #fff;
  color: #fff;
}

.btn-bordered__white:hover {
  background-color: #fff;
  color: #616161;
}

.js-hover-btn span {
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s;
  background: #fff;
}

.js-hover-btn:hover {
  background: rgba(0,0,0,0) !important;
}

.js-hover-btn:hover span {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.js-hover-btn__left {
  width: 1px;
  height: 31px;
  top: 4px;
  left: 5px;
}

.js-hover-btn__right {
  width: 1px;
  height: 31px;
  top: 4px;
  right: 5px;
}

.js-hover-btn__top {
  width: 130px;
  height: 1px;
  top: 5px;
  left: 4px;
}

.js-hover-btn__bottom {
  width: 130px;
  height: 1px;
  bottom: 5px;
  left: 4px;
}

@-webkit-keyframes circleanime {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circleanime {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.c-button {
  border-radius: 50px;
  background: #231815;
  width: 204px;
  min-width: 204px;
  max-width: 204px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
  position: relative;
  padding-right: 6px;
  overflow: hidden;
}

.c-button:hover {
  opacity: 1;
  color: #fff;
}

.c-button:before {
  content: "";
  position: absolute;
  background-color: #ff0;
  width: 7px;
  height: 7px;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.c-button--none-ylw:before {
  content: none;
}

.c-button:after {
  content: "";
  position: absolute;
  width: 12.347px;
  height: 9.308px;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/top/button-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
}

.c-button:hover:after {
  -webkit-animation: arrow-move .6s;
  animation: arrow-move .6s;
}

@-webkit-keyframes arrow-move {
  0% {
    opacity: 1;
    right: 19px;
  }

  50% {
    opacity: 0;
    right: 5px;
  }

  51% {
    right: 30px;
  }

  100% {
    opacity: 1;
    right: 19px;
  }
}

@keyframes arrow-move {
  0% {
    opacity: 1;
    right: 19px;
  }

  50% {
    opacity: 0;
    right: 5px;
  }

  51% {
    right: 30px;
  }

  100% {
    opacity: 1;
    right: 19px;
  }
}

.c-button.reverse:after {
  -webkit-animation: arrow-move-reverse .6s;
  animation: arrow-move-reverse .6s;
}

@-webkit-keyframes arrow-move-reverse {
  0% {
    opacity: 1;
    right: 19px;
  }

  50% {
    opacity: 0;
    right: 30px;
  }

  51% {
    right: 5px;
  }

  100% {
    opacity: 1;
    right: 19px;
  }
}

@keyframes arrow-move-reverse {
  0% {
    opacity: 1;
    right: 19px;
  }

  50% {
    opacity: 0;
    right: 30px;
  }

  51% {
    right: 5px;
  }

  100% {
    opacity: 1;
    right: 19px;
  }
}

.c-button-2 {
  border-radius: 50px;
  background: #231815;
  width: 166px;
  min-width: 166px;
  max-width: 166px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
  position: relative;
  padding-right: 6px;
  overflow: hidden;
  margin: 10px auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-button-2.apparel {
  margin: 0 auto;
}

.c-button-2:hover {
  opacity: 1;
  color: #fff;
}

.c-button--none-ylw:before {
  content: none;
}

.c-button-2:after {
  content: "";
  position: absolute;
  width: 12.347px;
  height: 9.308px;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/top/button-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
}

.c-button-2:hover:after {
  -webkit-animation: arrow-move .6s;
  animation: arrow-move .6s;
}

@keyframes arrow-move {
  0% {
    opacity: 1;
    right: 19px;
  }

  50% {
    opacity: 0;
    right: 5px;
  }

  51% {
    right: 30px;
  }

  100% {
    opacity: 1;
    right: 19px;
  }
}

.c-button-2:after {
  -webkit-animation: arrow-move-reverse .6s;
  animation: arrow-move-reverse .6s;
}

@keyframes arrow-move-reverse {
  0% {
    opacity: 1;
    right: 19px;
  }

  50% {
    opacity: 0;
    right: 30px;
  }

  51% {
    right: 5px;
  }

  100% {
    opacity: 1;
    right: 19px;
  }
}

.c-button-3 {
  border-radius: 50px;
  background: #777;
  width: 166px;
  min-width: 166px;
  max-width: 166px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
  position: relative;
  padding-right: 6px;
  overflow: hidden;
  margin: 10px auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-button-3:hover {
  opacity: 1;
  color: #fff;
}

.c-case {
  border-bottom: 1px solid #d0d2d4;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.c-case:last-of-type {
  border-bottom: none;
}

.c-case:last-child {
  margin-bottom: 0;
}

.c-case__txtbox {
  padding: 0 15px;
}

.c-case__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.34;
  letter-spacing: .03em;
  margin-bottom: 6px;
}

.c-case__title::before {
  content: attr(data-num);
  display: block;
  color: #ddd;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}

.c-case__cat {
  color: #898989;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.34;
}

.c-case__txt {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
}

.c-case__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-case__icon {
  color: #898989;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 33px;
  letter-spacing: .001em;
}

.c-case__icon:last-child {
  margin-right: 0;
}

.c-case__icon::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

.c-case__icon--web::before {
  background-image: url(images/service/fullorder/cat_web.svg);
}

.c-case__icon--cms::before {
  background-image: url(images/service/fullorder/cat_cms.svg);
}

.c-case__icon--ec::before {
  background-image: url(images/service/fullorder/cat_ec.svg);
}

.c-case__icon--pic::before {
  background-image: url(images/service/fullorder/cat_pic.svg);
}

.c-case__icon--management::before {
  background-image: url(images/service/fullorder/cat_management.svg);
}

.c-case__pic {
  margin: 40px auto 0;
}

.c-case__pic.pc {
  display: none;
}

.c-case__pic.sp {
  display: block;
  margin-bottom: 40px;
}

.c-case__pic img {
  -webkit-filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.03));
}

.c-case .c-btn {
  margin-top: 22px;
  text-align: center;
}

.c-template {
  border-bottom: 1px solid #d0d2d4;
  padding-top: 32px;
  margin-bottom: 32px;
}

.c-template:first-of-type {
  padding-top: 0;
  margin-bottom: 0;
}

.c-template:last-of-type {
  border-bottom: none;
}

.c-template__txtbox {
  padding: 0 15px;
}

.c-template__title {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: .03em;
  margin-bottom: 20px;
}

.c-template__title::before {
  content: attr(data-num);
  display: block;
  color: #ddd;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
}

.c-template__title span {
  font-size: 40px;
}

.news .c-content-navi {
  margin-bottom: 25px;
}

.c-content-navi {
  text-align: center;
  font-size: 0;
}

.c-content-navi li {
  position: relative;
  display: inline-block;
  padding: 1px 5px;
  font-size: 12px;
  border-left: 1px solid #d0d2d4;
  color: #9b9fa3;
  cursor: pointer;
}

.c-content-navi li.active,
.c-content-navi li:hover {
  text-decoration: line-through;
  color: #d0d2d4;
}

.c-content-navi li:last-child {
  border-right: 1px solid #d0d2d4;
}

.c-content-navi a {
  color: #9b9fa3;
}

.c-content-navi a:hover {
  text-decoration: none;
}

.tabcontent {
  display: none;
}

.tabcontent.active {
  display: block;
}

.conversion {
  color: #fff;
  background-color: #616161;
  position: relative;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.conversion:hover {
  color: #fff;
  opacity: .9;
}

.conversion:hover .btn-bordered__white--contact {
  background-color: #fff;
  color: #616161;
}

.conversion .conversion-inner {
  padding: 70px 45px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.conversion .conversion-inner::before {
  display: block;
  position: absolute;
  content: "";
  width: 219px;
  height: 217px;
  background-image: url(../images/common/light_sp.svg);
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.conversion-title {
  margin-bottom: 8px;
  font-size: 24px;
}

.conversion-desc {
  font-size: 14px;
}

.conversion:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/common/conversion-bg.png);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.conversion:hover:after {
  opacity: 1;
}

.culture {
  margin: 40px auto 0;
  max-width: 820px;
}

.culture-title {
  font-size: 24px;
  color: #3488c9;
  text-align: center;
  font-family: "acumin-pro","acumin pro",sans-serif;
}

.culture-lists {
  font-size: 20px;
}

.culture-list {
  margin: 20px 0;
  padding: 15px;
  background-color: #fff;
}

.culture-list__title {
  font-size: 18px;
}

.culture-list__txt {
  margin-top: 10px;
  font-size: 16px;
}

.dots-list {
  max-width: 650px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}

.dots-list--lg {
  max-width: 1200px;
}

.dots-list li {
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .06em;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
}

.dots-list li:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ccc;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.faq-lists {
  margin: 20px auto;
  max-width: 1000px;
}

.faq-lists .faq-list {
  border-bottom: 1px solid #d0d2d4;
}

.faq-lists .faq-list__content {
  font-size: 15px;
}

.faq-lists .faq-list__title {
  position: relative;
  padding: 15px 40px;
  cursor: pointer;
}

.faq-lists .faq-list__title:hover {
  opacity: .8;
}

.faq-lists .faq-list__title.is-open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq-lists .faq-list__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 26px;
  content: "Q.";
  color: #3488c9;
}

.faq-lists .faq-list__title::after {
  width: 14px;
  height: 14px;
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 10px;
  border-top: 1px solid #d0d2d4;
  border-right: 1px solid #d0d2d4;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.faq-lists .faq-list__answer {
  display: none;
  position: relative;
  padding: 15px 40px;
}

.faq-lists .faq-list__answer:before {
  position: absolute;
  left: 0;
  font-size: 26px;
  content: "A.";
}

.c-news__list li {
  padding: 10px 0;
  border-bottom: 1px solid #d0d2d4;
  font-size: 12px;
}

.c-news__list a {
  position: relative;
  display: block;
}

.c-news__list a::after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  font-size: 14px;
  color: #d0d2d4;
}

.c-news__list-icon {
  width: 100px;
  margin-right: 5px;
  padding: 2px;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.c-news__list-icon-all {
  background-color: #000;
}

.c-news__list-icon-creative {
  background-color: #c66bff;
}

.c-news__list-icon-education {
  background-color: #fe746d;
}

.c-news__list-icon-medicalcare {
  background-color: #7cc9e6;
}

.c-news__list-txt {
  display: block;
  margin-top: 5px;
}

.top-section__title {
  font-family: "Noto Sans Japanese";
  margin-bottom: 30px;
  font-size: 29px;
  text-align: center;
  letter-spacing: .2em;
  line-height: 1;
}

.top-section__subtitle {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  -webkit-font-feature-settings: pkna;
  font-feature-settings: pkna;
  text-align: center;
}

.top-section__subtitle--min {
  font-size: 17px;
}

.b-page__title {
  margin-bottom: 35px;
  text-align: center;
}

.b-page__title-with__sub {
  margin-bottom: 20px;
}

.b-page__title-with__sub.relative {
  position: relative;
}

.b-page__title p {
  font-weight: bold;
}

.b-page__title-with__sub {
  margin-bottom: 0px;
  z-index: 2;
}

.page__title-sub img {
  width: 45px;
}

.page__title {
  margin-bottom: 25px;
  font-family: "acumin-pro","acumin pro",sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .2em;
}

.section-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 24px;
  text-align: center;
  font-family: "Noto Sans Japanese";
}

.section-title--eg {
  font-family: "acumin-pro","acumin pro",sans-serif;
}

.section-title:after {
  width: 26px;
  height: 5px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13px;
  background: #ddd;
}

.section-title span {
  display: block;
  font-size: 10px;
}

.section-title--2 {
  padding-left: 15px;
  display: inline-block;
  margin-bottom: 20px;
}

.section-title--2--white {
  color: #fff;
}

.section-title--2--main:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  background-color: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.section-title--2--pl-large {
  padding-left: 22px;
}

.section-title--2--main {
  color: #231815;
  position: relative;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 3px;
}

.section-title--2--small {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .06em;
}

.h-subtitle {
  margin: 20px 0 15px;
  color: #000;
  padding-left: 10px;
  border-left: 5px solid #3488c9;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .1em;
}

.c-block__title {
  position: relative;
  margin-bottom: 15px;
  padding: 6px 10px;
  color: #00a496;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.c-block__title__dot {
  background-image: url(../../images/common/bg_dot.png);
  background-size: 70px;
}

.c-block__title__dot:after {
  display: block;
  content: "";
  width: 13px;
  height: 6px;
  background-image: url(../../images/common/icon_arrow_dot.png);
  background-size: 100%;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -7px;
}

.c-block__title__green {
  background-image: url(../../images/gate/bg_dot_green.png);
  background-size: 70px;
  color: #fff;
}

.c-block__title__green:after {
  display: block;
  content: "";
  width: 13px;
  height: 6px;
  background-image: url(../../images/gate/icon_arrow_dot_green.png);
  background-size: 100%;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7px;
}

.c-linetable {
  border-bottom: 1px solid #ccc;
  letter-spacing: 0;
}

.c-linetable__item {
  border-top: 1px solid #ccc;
  padding: 16px;
}

.c-linetable__title {
  font-weight: bold;
}

.c-linetable__detail {
  margin-top: 12px;
  margin-left: 0;
}

.c-linetable__detail>a {
  text-decoration: underline;
}

.c-linetable__member {
  margin-top: 24px;
}

.c-linetable__member:first-child {
  margin-top: 0;
}

.c-linetable__member dt {
  color: #898989;
  font-size: 13px;
}

.c-linetable__member dd {
  display: inline-block;
}

.c-linetable__member dd>a {
  text-decoration: underline;
}

.c-linetable__member dd+dd::before {
  content: "/";
  display: inline-block;
  padding: 0 .2em;
}

.lkc-internal-wrap {
  padding: 1.5rem !important;
}

.lkc-domain {
  font-size: 14px !important;
  color: #8c8f94 !important;
  font-weight: bold !important;
}

.lkc-thumbnail {
  max-width: 250px !important;
  height: auto !important;
}

.lkc-thumbnail-img {
  width: 150px !important;
  max-height: none;
}

.lkc-title {
  font-size: 18px !important;
}

.lkc-title-text {
  font-size: 14px !important;
  margin-bottom: .8em !important;
}

.lkc-url {
  margin-bottom: 1.2em !important;
}

.marker__yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

.marker__pink-border {
  background-size: 4px 5px;
  background-repeat: repeat-x;
  background-position: left bottom 2px;
}

.c-news__list li {
  padding: 10px 0;
  border-bottom: 1px solid #d0d2d4;
  font-size: 12px;
}

.c-news__list a {
  position: relative;
  display: block;
}

.c-news__list a::after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  font-size: 14px;
  color: #d0d2d4;
}

.c-news__list-icon {
  width: 100px;
  margin-right: 5px;
  padding: 2px;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.c-news__list-icon-all {
  background-color: #000;
}

.c-news__list-icon-creative {
  background-color: #c66bff;
}

.c-news__list-icon-education {
  background-color: #fe746d;
}

.c-news__list-icon-medicalcare {
  background-color: #7cc9e6;
}

.c-news__list-txt {
  display: block;
  margin-top: 5px;
}

.c-plan .other-plan {
  margin-top: 50px;
}

.other-plan__title {
  font-size: 24px;
  text-align: center;
}

.otherplan-list {
  margin-top: 28px;
}

.otherplan-lists {
  border-top: 1px solid #d0d2d4;
}

.otherplan-lists:last-child {
  border-bottom: 1px solid #d0d2d4;
}

.otherplan-lists__link {
  display: block;
  padding: 32px 20px;
}

.otherplan-lists__link:hover {
  background-color: #fafafa;
  opacity: 1;
}

.otherplan-lists__link:hover .otherplan-lists__txt::after {
  background-image: url(../images/common/arrow_blue.svg);
}

.otherplan-lists__pic {
  margin: 20px 40px 0;
}

.otherplan-lists__title {
  color: #46c7f0;
  font-size: 18px;
}

.otherplan-lists__txt {
  position: relative;
  padding-right: 47px;
}

.otherplan-lists__txt::after {
  content: "";
  display: block;
  background-image: url(../images/common/arrow_gray.svg);
  background-size: cover;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.otherplan-lists__info {
  margin-top: 8px;
  font-size: 14px;
}

.fullorder .otherplan-lists--fullorder {
  display: none;
}

.topping .otherplan-lists--topping {
  display: none;
}

.studio .otherplan-lists--studio {
  display: none;
}

.lp .otherplan-lists--lp {
  display: none;
}

.c-pagetop {
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 2;
  display: none;
}

.c-pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  position: relative;
  line-height: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
}

.c-pagetop a:hover {
  opacity: .8;
}

.c-pagetop a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 20px;
}

.c-pagination .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.c-pagination .pagination .pagination-prev {
  width: calc(50% - 10px);
}

.c-pagination .pagination .pagination-next {
  width: calc(50% - 10px);
  text-align: right;
}

.c-pagination .pagination .pagination-disable {
  opacity: .5;
  cursor: default;
}

.c-pagination .pagination .pagination-archive {
  width: 100%;
  max-width: 150px;
  text-align: center;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.c-pagination .pagination .pagination-archive a {
  display: block;
  padding: 10px;
  background-color: #000;
  color: #fff;
}

.wp-pagenavi {
  font-family: "acumin-pro","acumin pro",sans-serif;
  margin-top: 40px;
  text-align: center;
}

.wp-pagenavi>a {
  margin: 3px 5px;
  padding: 4px 6px;
  border-bottom: 3px solid #605f5f;
  color: #605f5f;
  font-weight: bold;
}

.wp-pagenavi>a.nextpostslink,
.wp-pagenavi>a.previouspostslink {
  border: none;
}

.wp-pagenavi span {
  margin: 3px 5px;
  padding: 4px 6px;
  border-bottom: 3px solid aqua;
  color: aqua;
  font-weight: bold;
}

.c-plan {
  padding: 50px 0;
}

.plan-desc__cont .plan-desc {
  position: relative;
  max-width: 350px;
  margin: 40px auto 0;
  padding: 26px;
  text-align: center;
}

.plan-desc__cont .plan-desc::before,
.plan-desc__cont .plan-desc::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
}

.plan-desc__cont .plan-desc::before {
  border-left: solid 3px #46c7f0;
  border-top: solid 3px #46c7f0;
  top: 0;
  left: 0;
}

.plan-desc__cont .plan-desc::after {
  border-right: solid 3px #46c7f0;
  border-bottom: solid 3px #46c7f0;
  bottom: 0;
  right: 0;
}

.plan-desc__cont .plan-desc .plan-desc__inner::before,
.plan-desc__cont .plan-desc .plan-desc__inner::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
}

.plan-desc__cont .plan-desc .plan-desc__inner::before {
  border-right: solid 3px #46c7f0;
  border-top: solid 3px #46c7f0;
  top: 0;
  right: 0;
}

.plan-desc__cont .plan-desc .plan-desc__inner::after {
  border-left: solid 3px #46c7f0;
  border-bottom: solid 3px #46c7f0;
  bottom: 0;
  left: 0;
}

.plan-desc__cont .plan-desc__txt {
  font-weight: bold;
}

.plan-desc__cont .plan-desc__txt dt {
  margin-top: 13px;
  color: #898989;
  font-size: 16px;
}

.plan-desc__cont .plan-desc__txt dd {
  color: #46c7f0;
  font-size: 24px;
}

.plan-desc__cont .plan-desc__txt dd span {
  font-size: 18px;
}

.plan-desc__cont .plan-desc__txt--min dd {
  font-size: 20px;
}

.plan-attention {
  margin-top: 20px;
  color: #898989;
  font-size: 14px;
}

.plan-attention a {
  color: #46c7f0;
  text-decoration: underline;
}

.plan-list {
  margin: 40px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}

.plan-list li {
  margin-top: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .06em;
}

.plan-list li img {
  margin-right: 10px;
  width: 15px;
}

.plan-list li span {
  font-weight: normal;
  font-size: 14px;
  color: #898989;
}

.c-staff-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-staff-list li {
  width: calc(50% - 20px);
  margin: 0 auto 50px;
  border-bottom: 1px solid #d0d2d4;
}

.c-staff-list li a {
  display: block;
}

.c-staff-list li a:hover {
  opacity: 1;
}

.c-staff-list li a:hover .staff-list__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-staff-list li a .staff-list__thumb {
  overflow: hidden;
  border-radius: 5px;
}

.c-staff-list li a .staff-list__thumb img {
  -webkit-transition: ease .4s;
  transition: ease .4s;
}

.c-staff-list li .staff-list__txt {
  position: relative;
  margin-top: 15px;
  padding-bottom: 15px;
}

.c-staff-list li .staff-list__txt .staff-list__position {
  font-size: 14px;
}

.c-staff-list li .staff-list__txt .staff-list__title {
  font-size: 18px;
  word-break: break-all;
}

.c-tab {
  margin-top: 20px;
}

.c-tab__btn {
  position: relative;
}

.c-tab__item {
  text-align: center;
  cursor: pointer;
  border: 2px solid #46c7f0;
  color: #46c7f0;
  font-weight: 700;
  border-radius: 23px;
  font-size: 14px;
  padding: 8px 4px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.c-tab__item:nth-child(2) {
  margin-top: 20px;
}

.c-tab__item.is-active {
  background-color: #46c7f0;
  color: #fff;
}

.c-tab__area {
  display: none;
}

.c-table__row>dt {
  padding: 15px;
  font-weight: bold;
}

.c-table__row>dd {
  padding: 15px;
}

.c-table.c-table__default {
  border-top: 2px solid #000;
}

.c-table.c-table__default .c-table__row {
  border-bottom: 2px solid #000;
}

.c-table.c-table__default .c-table__row>dt {
  border-bottom: 1px solid #d0d2d4;
}

.userlist>li {
  padding: 15px 0;
  border-bottom: 1px solid #d0d2d4;
}

.userlist>li .userlist-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.userlist>li .userlist-icon {
  width: 20%;
}

.userlist>li .userlist-icon img {
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.userlist>li .userlist-info {
  width: calc(80% - 15px);
}

.userlist>li .userlist-info .userlist-name {
  font-size: 15px;
  font-weight: bold;
}

.userlist>li .userlist-info .userlist-desc {
  font-size: 14px;
}

.b-page__title--works-slider {
  padding-bottom: 44px;
  position: relative;
}

.b-page__title--works-slider:before {
  content: "";
  position: absolute;
  background: #000;
  width: 1px;
  height: 27px;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.b-page__title--works-slider--works {
  padding-bottom: 50px;
}

.b-page__title--works-slider--works::before {
  display: none;
}

.sec-content--works-slider:before {
  content: none !important;
}

.c-works-slider {
  overflow: hidden;
}

.c-works-slider__inner {
  position: relative;
}

.c-works-slider__textarea {
  background-color: #fafafa;
  padding-bottom: 22px;
}

.c-works-slider__contents {
  padding: 38px 16px 88px 16px;
  background-color: #ff0;
}

.c-works-slider__textarea h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .14em;
  text-align: center;
  color: #231815;
}

.c-works-slider__textarea-img {
  margin-top: 32px;
  padding-left: 0;
}

.c-works-slider__textarea img {
  max-width: 221px;
  margin: 0 auto;
  display: block;
}

.c-works-slider__swiper {
  overflow: visible;
}

.c-works-slider__swiper-img {
  border-radius: 4.7px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-works-slider__swiper-link:hover {
  opacity: 1;
}

.c-works-slider__swiper-link:hover .c-works-slider__swiper-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-works-slider__swiper-img-wrap {
  border-radius: 4.7px;
  overflow: hidden;
  position: relative;
}

.top-works-article__studio {
  padding: 4px 8px;
  background: -webkit-gradient(linear, left top, right top, from(#F05), to(#F94CFF));
  background: linear-gradient(90deg, #F05 0%, #F94CFF 100%);
  position: absolute;
  line-height: normal;
  color: #fff;
  border-radius: 2px;
  top: 10px;
  right: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
}

.c-works-slider__swiper-client {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.448;
  letter-spacing: .04em;
  margin-top: 81px;
}

.c-works-slider__swiper-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4404;
  letter-spacing: .04em;
  margin: 8px 0 12px;
}

.c-works-slider__swiper-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 15px;
}

.c-works-slider__swiper-list li {
  line-height: 1.6;
}

.c-works-slider__swiper-list a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4481;
  letter-spacing: .04em;
  text-align: left;
}

.c-works-slider__swiper .swiper-pagination-bullets {
  bottom: -50px;
}

.c-works-slider__swiper .swiper-button-prev {
  right: 65px;
  left: auto;
  width: 50px;
  height: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: auto;
  bottom: 33%;
}

.c-works-slider__swiper .swiper-button-next {
  right: 0;
  width: 50px;
  height: 50px;
  top: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  bottom: 33%;
}

.c-works-slider__swiper .swiper-button-prev:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.c-works-slider__swiper .swiper-button-next:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.c-works-slider__swiper .swiper-button-next:after {
  content: "";
  background-image: url(../images/works/works-slider-arrow-right.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.c-works-slider__swiper .swiper-button-prev:after {
  content: "";
  background-image: url(../images/works/works-slider-arrow-left.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.c-works-slider__swiper .swiper-pagination-bullet {
  background: #dadada;
  width: 7px;
  height: 7px;
  opacity: 1;
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.c-works-slider__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #231815;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.c-works-slider__swiper .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-works .works-header__subtitle {
  color: #46c7f0;
  font-weight: bold;
  font-size: 15px;
}

.c-works .works-header__title {
  font-size: 22px;
}

.c-works .works-header__tags {
  font-size: 14px;
  font-weight: bold;
  color: #898989;
}

.c-works .works-desc {
  margin-top: 16px;
  font-size: 14px;
}

.c-works .c-btn {
  margin-top: 32px;
}

.footer-wrap {
  background-color: #343434;
  padding: 43px 26px 45px;
}

.footer-wrap__inner {
  max-width: 390px;
  margin: 0 auto;
}

.footer-info {
  border-bottom: 1px solid #626262;
  padding-bottom: 50px;
}

.footer-info__title {
  color: #fff;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: .02em;
}

.footer-info__text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.footer-info__mag .footer-info__title {
  margin-bottom: 9px;
}

.footer-info__mag .footer-info__text {
  display: inline-block;
  margin-right: 42px;
  margin-bottom: 32px;
}

.footer-info__mag img {
  max-width: 88px;
  display: inline-block;
}

.footer-info__mag .c-button {
  margin: 0 auto;
  margin-top: 29px;
}

.footer-info__dl {
  margin-top: 49px;
}

.footer-info__dl .footer-info__title {
  margin-bottom: 6px;
}

.footer-info__dl .footer-info__text {
  margin-bottom: 32px;
}

.footer-info__dl .c-button {
  margin: 0 auto;
}

.footer-info__sns {
  margin-top: 43px;
}

.footer-info__sns .footer-info__title {
  margin-bottom: 7px;
}

.footer-info__sns .footer-info__text {
  margin-bottom: 29px;
}

.footer-info__sns-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 19px;
}

.footer-info__sns-links img {
  max-width: 50px;
}

.l-footer {
  padding-top: 31px;
}

.l-footer .footer-logoarea p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7142;
  letter-spacing: 0;
  margin: 17px 0 42px;
}

.footer-link a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.l-footer__copy {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

.gnav-btn {
  width: 50px;
  height: 56px;
  padding-bottom: 9px;
  text-align: center;
  vertical-align: middle;
  float: left;
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  padding-top: 13px;
  z-index: 999;
}

.gnav-btn__container {
  position: relative;
  width: 27px;
  height: 16px;
  position: relative;
  display: inline-block;
}

.gnav-txt {
  text-align: center;
  line-height: 0;
}

.gnav-txt .gnav-txt--menu {
  width: 28px;
}

.gnav-txt .gnav-txt--close {
  width: 29px;
  display: none;
}

.gnav-btn.close .gnav-txt--close {
  display: inline-block;
}

.gnav-btn.close .gnav-txt--menu {
  display: none;
}

.gnav-btn__container span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background-color: #000;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 10px;
}

.gnav-btn__container span:first-child {
  top: 0;
}

.gnav-btn__container span:nth-child(2) {
  top: 7px;
}

.gnav-btn__container span:nth-child(3) {
  bottom: 0;
}

.close .gnav-btn__container span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.close .gnav-btn__container span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.close .gnav-btn__container span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.menu-open::after {
  display: block;
  content: "";
  width: 100%;
  height: 100vh;
  background-color: #ff0;
  position: fixed;
  top: 0;
  z-index: 99;
}

.menu-open .gnav-txt__close {
  display: block;
}

.menu-open .gnav-txt__open {
  display: none;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

#js-menu {
  display: none;
}

.sp-nav {
  padding: 15px 30px;
  overflow: auto;
  height: 84vh;
}

.sp-nav>li {
  border-bottom: 1px solid #fff;
}

.sp-nav>li>a {
  display: block;
  padding: 15px;
  position: relative;
}

.sp-nav>li>a.sp-nav__link::after {
  content: "";
  position: absolute;
  top: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

.sp-nav>li>a.sp-nav__link--parent.is-open::before {
  opacity: 0;
}

.sp-nav>li>a.sp-nav__link--parent::before {
  content: "";
  position: absolute;
  top: 24px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  right: 12px;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.sp-nav>li>a.sp-nav__link--parent::after {
  content: "";
  position: absolute;
  top: 29px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  right: 6px;
}

.sp-nav>li .sp-childnav {
  padding-left: 15px;
  display: none;
}

.sp-nav>li .sp-childnav>li a {
  padding: 10px;
  display: block;
}

.sp-nav>li .sp-childnav>li a::before {
  content: "- ";
}

.sp-nav>li .sp-childnav>li:last-child {
  margin-bottom: 20px;
}

.pc-nav {
  display: none;
}

.gnav-child {
  background-color: #fafafa;
}

.gnav-child__title {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  color: #46c7f0;
}

.gnav-child__title span {
  position: relative;
}

.gnav-child__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
}

.gnav-child__list::after {
  content: "";
  display: block;
  width: calc(33.3333% - 30px);
}

.gnav-child__list li {
  width: calc(33.3333% - 30px);
  margin: 30px 0;
  border-bottom: 1px solid #b7b7b7;
}

.gnav-child__list li a {
  display: block;
  padding: 15px 0;
  text-align: left;
  position: relative;
}

.gnav-child__list li a::after {
  content: "";
  position: absolute;
  top: 27px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #b7b7b7;
  border-right: 2px solid #b7b7b7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

.index .gnav-index {
  color: #b7b7b7;
}

.service .gnav-service,
.web .gnav-service,
.fullorder .gnav-service,
.studio .gnav-service,
.topping .gnav-service,
.lp .gnav-service {
  color: #b7b7b7;
}

.faq .gnav-faq {
  color: #b7b7b7;
}

.recruit .gnav-culture {
  color: #b7b7b7;
}

.customer .gnav-customer {
  color: #b7b7b7;
}

.company .gnav-company,
.philosophy .gnav-company,
.csr .gnav-company {
  color: #b7b7b7;
}

.access .gnav-access {
  color: #b7b7b7;
}

.works .gnav-works {
  color: #b7b7b7;
}

.crosstalk .gnav-crosstalk {
  color: #b7b7b7;
}

.contact .gnav-contact {
  color: #b7b7b7;
}

.blog .gnav-blog {
  color: #b7b7b7;
}

.blog .gnav-blog {
  color: #b7b7b7;
}

.private-works .gnav-private {
  color: #b7b7b7;
}

.private-works .gnav-works {
  color: #000;
}

.gnav-list {
  padding: 60px 20px 20px 15%;
}

.gnav-list .gnav-lists--parent:hover .gnav-child {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.gnav-list .gnav-lists .gnav-lists__link {
  position: absolute;
  display: block;
  padding: 8px 10px;
  letter-spacing: .1em;
  font-size: 16px;
  position: relative;
  color: #000;
  font-weight: bold;
}

.gnav-list .gnav-lists .gnav-lists__link:hover {
  opacity: 1;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.l-header.header-fixed .l-container {
  padding: 0;
}

.l-header.header-fixed .l-header__title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.l-header .l-container {
  padding: 0;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.l-header__title {
  padding: 10px 0;
  text-align: center;
  line-height: 1;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.l-header__title a {
  display: inline-block;
}

.l-header__title img {
  -webkit-transition: ease .2s;
  transition: ease .2s;
  width: 80px;
}

.loading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

#svg {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -112px;
}

#svg path {
  stroke: rgba(0,0,0,0);
  fill: rgba(0,0,0,0);
}

#svg .cls-1,
#svg .cls-2 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: .5;
}

#svg .cls-1 {
  stroke: #000;
  stroke-dashoffset: 2000;
  -webkit-animation: st1_anime 3s ease-in .5s forwards;
  animation: st1_anime 3s ease-in .5s forwards;
}

#svg .cls-2 {
  stroke: #000;
  -webkit-animation: st0_anime 3s ease-in 0s forwards;
  animation: st0_anime 3s ease-in 0s forwards;
}

@-webkit-keyframes st0_anime {
  0% {
    stroke-dashoffset: 2000;
    fill: rgba(0,0,0,0);
  }

  50% {
    fill: rgba(0,0,0,0);
  }

  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}

@keyframes st0_anime {
  0% {
    stroke-dashoffset: 2000;
    fill: rgba(0,0,0,0);
  }

  50% {
    fill: rgba(0,0,0,0);
  }

  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}

@-webkit-keyframes st1_anime {
  0% {
    stroke-dashoffset: 2000;
    fill: rgba(0,0,0,0);
  }

  50% {
    fill: rgba(0,0,0,0);
  }

  100% {
    stroke-dashoffset: 0;
    fill: #000;
  }
}

@keyframes st1_anime {
  0% {
    stroke-dashoffset: 2000;
    fill: rgba(0,0,0,0);
  }

  50% {
    fill: rgba(0,0,0,0);
  }

  100% {
    stroke-dashoffset: 0;
    fill: #000;
  }
}

.l-wrapper {
  margin: 0 auto;
  padding-top: 73px;
  background-color: #fafafa;
}

.l-main {
  padding-top: 5px;
  font-family: "Noto Sans Japanese","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
}

.l-main.top-main {
  background-color: #fafafa;
}

.index .l-main {
  padding-top: 0;
}

section,
.sec-content {
  padding: 50px 0;
  position: relative;
}

section:before,
.sec-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 310px;
  height: 1px;
  background-color: #c4c4c4;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

section:nth-of-type(1)::before,
.sec-content:nth-of-type(1)::before {
  display: none;
}

.section-content {
  padding: 30px 0;
}

.section-content:nth-of-type(even) {
  background-color: #fafafa;
}

.section-content p {
  margin: 10px 0;
}

.section-content p:last-child {
  margin-bottom: 0;
}

.section-content__gray {
  background-color: #fafafa;
}

.l-container {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-container__mybusiness {
  padding: 0 0;
}

.sec-content__line-none {
  padding-top: 0 !important;
}

.sec-content__line-none.creative {
  padding-bottom: 26px;
}

.sec-content__line-none:before {
  display: none !important;
}

.sec-content.mybusiness {
  padding: 40px 0;
}

.sec-content.toppadding {
  padding-top: 50px !important;
}

.sec-content.toppadding.bottom {
  padding-bottom: 0;
}

.sec-content__line-none--2:before {
  display: none !important;
}

.sec-content__contact {
  padding: 0 !important;
}

.sec-content__ginmii {
  display: none;
  padding: 30px 20px;
  margin: 0 38px;
  border: 1px solid #a5a5a5;
}

.sec-content__ginmii:before {
  display: none !important;
}

.sec-content__mailmagazine {
  padding: 50px 0 0;
}

.sec-content--bg {
  background-color: #fafafa;
}

.sec-content--my:before {
  display: none;
}

.sec-content--alliance {
  padding-bottom: 70px;
  padding-top: 0;
}

.spBr {
  display: none;
}

.pcBr {
  display: none;
}

.access .map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.access .map__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.access .map__content>iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.access .map__desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.access .map__desc__address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .11em;
  margin-bottom: 25px;
  text-align: start;
}

.access .map__desc__address .map-space {
  margin-bottom: 15px;
}

.access .map__desc__list {
  padding-left: 1.5em;
  list-style: disc;
  font-size: 14px;
  font-weight: 350;
  line-height: 1.8;
  letter-spacing: .1em;
  margin-top: 16px;
}

.access .map__desc__list>li {
  list-style: disc;
}

.access .map__desc__list>li span {
  font-weight: 500;
}

.works-list>li {
  margin-bottom: 30px;
}

.works-list>li>a {
  display: block;
  position: relative;
}

.works-list>li>a:hover:after {
  opacity: .8;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-animation: bgscroll 6s linear infinite;
  animation: bgscroll 6s linear infinite;
}

.works-list>li>a:after {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) .3s;
  transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) .3s;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(-45deg, #fff 25%, #00ffff 25%, #00ffff 50%, #fff 50%, #fff 75%, #00ffff 75%, #00ffff);
  background-size: 20px 20px;
  z-index: 1;
}

.works-list .works-list__txt {
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: rgba(255,255,255,.65);
  padding: 10px;
  font-size: 12px;
  z-index: 2;
}

.works-list .works-list__title {
  font-size: 14px;
}

.works-list--blue>li>a:after {
  background-image: linear-gradient(-45deg, #fff 25%, #ffff00 25%, #ffff00 50%, #fff 50%, #fff 75%, #ffff00 75%, #ffff00);
}

@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 400px;
  }
}

@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 400px;
  }
}

.artist-list>li {
  margin-bottom: 15px;
}

.artist-list>li a {
  display: block;
}

.artist-list>li a figure figcaption {
  padding: 10px;
  text-align: center;
}

.sec-content-author__post {
  background-color: #fafafa;
}

.sec-content-author__post:before {
  display: none !important;
}

.author-content .author-block .author-block__pic {
  margin-bottom: 10px;
}

.author-content .author-block .author-block__txt h3 {
  text-align: left;
  font-size: 20px;
}

.author-content .author-block .author-block__avator {
  margin: -60px 0 0;
  text-align: right;
}

.author-content .author-block .author-block__avator img {
  border-radius: 50%;
  -webkit-box-shadow: 2px 1px 3px 0px rgba(208,210,212,.4);
  box-shadow: 2px 1px 3px 0px rgba(208,210,212,.4);
}

.author-content .author-block .author-position {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #605f5f;
  padding-top: 20px;
}

.blog .sec-content .l-container {
  margin-top: 50px;
}

.blog .sec-content .l-container .l-sidebar .sidebar-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

.blog-cta {
  margin-top: 30px;
}

.blog-cta__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.blog-cta__list li {
  border: 1px solid #d0d2d4;
  background-color: #f7f6f6;
  list-style: none !important;
  font-size: 14px;
  padding: 10px;
}

.blog-cta__list li::marker {
  display: none;
}

.blog-cta__list li a {
  color: #3488c9;
  text-decoration: underline;
}

.blog-cta__title {
  margin: 0 0 10px 0;
  font-size: 14px;
}

.b-single-content {
  margin: 0 auto;
}

.cat-list {
  margin-bottom: 40px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cat-list>li {
  position: relative;
  padding: 0 12px;
  font-weight: bold;
  font-size: 14px;
}

.cat-list>li:first-child::before {
  display: none;
}

.cat-list>li::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cat-list>li a.current,
.cat-list>li a:hover {
  color: #0addff;
}

.c-blog-list {
  max-width: 940px;
  margin: 0 auto;
}

.c-blog-list>li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d0d2d4;
}

.c-blog-list>li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
}

.c-blog-list__pic {
  width: calc(30% - 10px);
}

.c-blog-list__txt {
  width: 70%;
}

.c-blog-list__date {
  font-size: 14px;
}

.c-blog-list__title {
  font-size: 16px;
  line-height: 1.2;
}

.c-blog-list__desc {
  display: none;
}

.blog-list>li {
  margin-bottom: 30px;
  border: 3px solid #ff0;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.blog-list>li::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: rgba(255,255,0,.9);
  -webkit-transition: ease .2s;
  transition: ease .2s;
  z-index: 0;
}

.blog-list>li:hover:before {
  left: 0;
}

.blog-list>li a {
  display: block;
  position: relative;
}

.blog-list>li a:after {
  content: "";
  clear: both;
  display: block;
}

.blog-list>li a:hover {
  opacity: 1;
}

.blog-list>li a:hover:before {
  left: 0;
}

.blog-list>li a:hover .blog-list__pic img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-list .blog-list__pic {
  overflow: hidden;
}

.blog-list .blog-list__pic img {
  width: 100%;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.blog-list .blog-list__txt {
  position: relative;
  padding: 20px;
  font-size: 14px;
}

.blog-list .blog-list__txt .blog-icon {
  position: absolute;
  top: -25px;
  right: 20px;
}

.blog-list .blog-list__txt .blog-icon img {
  width: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 1px 3px 0px rgba(208,210,212,.4);
  box-shadow: 2px 1px 3px 0px rgba(208,210,212,.4);
}

.blog-list .blog-list__title {
  margin: 5px 0;
  font-size: 18px;
}

.blog__header {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.blog__header .blog__title {
  margin-bottom: 10px;
  font-size: 18px;
}

.blog__header .blog__header--author {
  margin-bottom: 5px;
  text-align: right;
  color: #9d9d9e;
  font-size: 14px;
}

.blog__header .blog__header--author img {
  width: 40px;
  margin-left: 10px;
  border-radius: 50%;
}

.blog__content {
  padding: 0 10px;
}

.blog__content h1 {
  margin: 20px 0;
  font-size: 20px;
}

.blog__content h2 {
  margin: 20px 0;
  font-size: 19px;
}

.blog__content h3 {
  margin: 20px 0;
  font-size: 18px;
}

.blog__content h4 {
  margin: 20px 0;
  font-size: 17px;
}

.blog__content h5 {
  margin: 20px 0;
  font-size: 16px;
}

.blog__content h6 {
  margin: 20px 0;
  font-size: 16px;
}

.blog__content p {
  margin: 20px 0;
}

.blog__content ul {
  margin: 20px 0;
  padding-left: 1.5em;
}

.blog__content ul li {
  list-style: disc;
}

.blog__content ol {
  margin: 20px 0;
  padding-left: 1.5em;
}

.blog__content blockquote {
  margin: 20px 0;
  padding: 15px;
  border-left: 2px solid #d0d2d4;
  background-color: #fafafa;
}

.blog__content blockquote p {
  margin: 0 0 10px;
}

.blog__content a {
  color: #3488c9;
  text-decoration: underline;
}

.blog__content .wp-caption {
  max-width: 100%;
}

.blog__content .wp-caption img {
  max-width: 100%;
}

.blog__content .wp-caption .wp-caption-text {
  margin-top: 5px;
  color: #605f5f;
  font-size: 14px;
}

.blog__content .wp-embedded-content {
  width: 100%;
}

.blog-footer__author {
  border-top: 4px solid #000;
  background-color: #fcfcfc;
  margin: 20px auto 0;
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-footer__author .blog-footer__pic {
  width: 20%;
  max-width: 96px;
}

.blog-footer__author .blog-footer__pic img {
  aspect-ratio: 1/1;
}

.blog-footer__author .blog-footer__txt {
  width: 80%;
  padding-left: 15px;
}

.blog-footer__author .blog-footer__txt h4 {
  margin-bottom: 5px;
}

.blog-footer__author .blog-footer__txt h4 a {
  color: #3488c9;
}

.sec-content--philosophy {
  padding: 0 0 50px;
}

.sec-content--philosophy:before {
  display: none;
}

.sec-content--philosophy.studio {
  padding-bottom: 25px;
}

.sec-content--philosophy .philosophy-title {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Noto Sans Japanese";
}

.sec-content--philosophy .philosophy-img-001 img {
  margin: 32px auto;
  display: block;
  max-width: 221px;
}

.sec-content--philosophy .philosophy-txt {
  padding: 0 19px;
}

.sec-content--philosophy .philosophy-txt div {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .13em;
}

.sec-content--philosophy .philosophy-txt div p {
  text-align: start;
  margin: 0 0 10px;
}

.sec-content--philosophy .philosophy-txt div p:last-of-type {
  margin-bottom: 0;
}

.sec-content--philosophy .philosophy-img-002 img {
  margin-top: 50px;
  display: block;
  width: 650px;
  max-width: 650px;
}

.sec-content--philosophy p {
  margin: 15px 0 45px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .13em;
  font-size: 14px;
}

.sec-content--value {
  padding: 5px 0 50px;
}

.value-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.value-content__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: .1em;
  text-align: center;
  background-color: #fff;
  width: 100%;
  padding: 10px 0;
  border-radius: 8px;
}

.sec-content--mvv {
  background-color: #fafafa;
}

.sec-content--mvv .mvv-box {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.sec-content--mvv .mvv-box .backStr {
  position: absolute;
  display: none;
  white-space: nowrap;
  font-size: 70px;
  font-weight: bold;
  color: #d9f7ff;
  top: 57px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
  z-index: -1;
}

.sec-content--mvv .mvv-box:nth-child(n+2) {
  position: relative;
  text-align: center;
  font-family: "Noto Sans Japanese";
}

.sec-content--mvv .mvv-box:nth-child(n+2)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #000;
  top: -54px;
  left: 50%;
  z-index: 5;
}

.sec-content--mvv .section-title-mvv {
  margin-bottom: 40px;
}

.sec-content--mvv .mvv-title {
  text-align: center;
  font-family: "Noto Sans Japanese";
  font-size: 35px;
  letter-spacing: .05em;
}

.sec-content--mvv .mvv-title .js-mask-text {
  display: block;
  color: #000;
  font-size: 13px;
  margin-top: -5px;
  font-weight: normal;
  letter-spacing: .14em;
}

.sec-content--mvv .mvv-text {
  margin: 20px 0 80px;
  line-height: 1.8;
}

.sec-content--mvv .mvv-text-bottom {
  margin-top: 20px;
  line-height: 1.8;
}

.sec-content--organization {
  background-color: #fafafa;
}

.sec-content--organization .organization-pic {
  margin-top: 30px;
  text-align: center;
}

.sec-content--guideline {
  background-image: url(../images/top/top-bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: center center;
  margin-top: 20px;
}

.sec-content--guideline::before {
  display: none;
}

.sec-content--guideline .guideline-list>li {
  margin-top: 20px;
}

.sec-content--guideline .guideline-list>li:before {
  display: none;
}

.sec-content--guideline .guideline-list>li .guideline-list__title {
  margin-bottom: 10px;
  font-size: 16px;
}

.sec-content--guideline .guideline-list>li p {
  font-size: 14px;
  line-height: 1.6;
}

.sec-content--overviews {
  padding: 70px 0 50px;
}

.sec-content--overviews::before {
  display: none;
}

div.anchor {
  padding-top: 70px !important;
  display: block;
  margin-top: 0px;
}

.sec-content__pool {
  margin-top: 70px;
}

.pool {
  text-align: center;
  margin-bottom: 90px;
}

.pool--logo {
  margin-bottom: 40px;
}

.pool--logo img {
  width: 165px;
}

.pool--subtitle {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .1em;
}

.pool--img {
  margin-bottom: 15px;
}

.pool--txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .1em;
  margin-bottom: 40px;
}

.pool--events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 10px;
}

.pool--events li {
  text-align: left;
}

.pool--events li p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.7;
}

.pool--img--sp {
  display: block;
}

.pool--img--pc {
  display: none;
}

.sec-content--consulting {
  padding-bottom: 0 !important;
  position: relative;
  z-index: 0;
  padding-top: 0;
}

.consulting__heading {
  position: relative;
  padding: 48px 0 88px;
  z-index: 2;
}

.consulting__heading:after {
  content: "";
  position: absolute;
  background-image: url(../images/service/consulting/consulting-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 301px;
  height: 295px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.consulting__heading-title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.consulting__heading-title span {
  line-height: 1.34;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #FFFF00));
  background: linear-gradient(transparent 80%, #FFFF00 0%);
}

.consulting__heading-text {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .1em;
  position: relative;
  z-index: 1;
}

.consulting__cards {
  padding: 0 0 34px;
}

.consulting__cards-title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .03em;
  margin: 70px 0 30px;
}

.consulting__cards-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px 0;
}

.consulting__cards-item {
  background-color: #f2f2f2;
  padding: 40px;
}

.card__fukidashi {
  position: relative;
}

.card__fukidashi::before {
  position: absolute;
  content: "";
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f2f2f2 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  border-width: 45px 51px 0px 0px;
  z-index: 1;
}

.consulting__cards-item-title {
  color: #888;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .02em;
}

.consulting__cards-item-text {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: .09em;
  margin: 16px 0;
}

.consulting__cards-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
}

.consulting__cards-item-wrap-title,
.consulting__cards-item-wrap-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.79;
  letter-spacing: .03em;
}

.consulting__cards-item-wrap-title {
  background-color: #ff0;
  padding: 5px 10px;
}

.consulting-box {
  padding: 13px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.consulting-box--01 {
  position: relative;
}

.consulting-box--01 ::before {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  background-image: url(../images/service/consulting_item/consulting-item-01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 66px;
  height: 66px;
}

.consulting-box--02 {
  position: relative;
}

.consulting-box--02 ::before {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  background-image: url(../images/service/consulting_item/consulting-item-02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 66px;
  height: 66px;
}

.consulting-box--03 {
  position: relative;
}

.consulting-box--03 ::before {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  background-image: url(../images/service/consulting_item/consulting-item-03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 66px;
  height: 66px;
}

.consulting-box--04 {
  position: relative;
}

.consulting-box--04 ::before {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  background-image: url(../images/service/consulting_item/consulting-item-04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 66px;
  height: 66px;
}

.consulting-box--05 {
  position: relative;
}

.consulting-box--05 ::before {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  background-image: url(../images/service/consulting_item/consulting-item-05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 66px;
  height: 66px;
}

.consulting-box--06 {
  position: relative;
}

.consulting-box--06 ::before {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  background-image: url(../images/service/consulting_item/consulting-item-06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 66px;
  height: 66px;
}

.consulting-box--07 {
  position: relative;
}

.consulting-box--07 ::before {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  background-image: url(../images/service/consulting_item/consulting-item-07.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 66px;
  height: 66px;
}

.consulting-box--08 {
  position: relative;
}

.consulting-box--08 ::before {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  background-image: url(../images/service/consulting_item/consulting-item-08.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 66px;
  height: 66px;
}

.consulting-box--09 {
  position: relative;
}

.consulting-box--09 ::before {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  background-image: url(../images/service/consulting_item/consulting-item-09.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 66px;
  height: 66px;
}

.consulting-box li {
  background-color: #f3f3f3;
  border-radius: 8px;
  height: 120px;
  padding: 10px;
}

.consulting-box li p {
  color: #231815;
  font-family: "Noto Sans Japanese","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.consulting__case {
  margin-top: 50px;
}

.consulting__case--item {
  border-bottom: 1px solid #ccc;
  padding: 40px 0;
}

.consulting__case--item:first-of-type {
  padding-top: 0;
}

.consulting__case--item:last-child {
  border-bottom: none;
  padding-bottom: 90px;
}

.case__title--number {
  color: #ccc;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.case__title--flex {
  text-align: center;
  padding: 15px 0 30px;
}

.case__title--box {
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case__title--box img {
  width: 55px;
  display: block;
  margin: 0 auto 15px;
}

.case__title--box .case__title--title {
  color: #231815;
  font-family: "Noto Sans Japanese","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: .06em;
  display: inline-block;
  border-bottom: 6px solid #ff0;
}

.case__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content__measures {
  padding: 30px 20px;
  border-radius: 10px;
  border: 2px solid #ddd;
  text-align: center;
}

.content__measures h4 {
  background-color: #231815;
  color: #fff;
  font-family: "Noto Sans Japanese","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .06em;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 auto;
}

.content__measures ul {
  margin-top: 15px;
}

.content__measures li {
  padding: 20px 0 20px 28px;
  text-align: start;
  color: #231815;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .09em;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.content__measures li::before {
  position: absolute;
  content: "";
  background-image: url(../images/service/consulting-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: 0px;
}

.content__measures li:last-of-type {
  border-bottom: none;
}

.case__arow {
  margin: 20px auto;
}

.case__arow--sp {
  width: 75px;
  display: block;
}

.case__arow--pc {
  display: none;
}

.content__result {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 1px 4px 20px 0px rgba(221,221,221,.5);
  box-shadow: 1px 4px 20px 0px rgba(221,221,221,.5);
  text-align: center;
}

.content__result.check li::before {
  bottom: 33px;
  top: auto;
}

.content__result h4 {
  background-color: #ff0;
  color: #231815;
  font-family: "Noto Sans Japanese","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .06em;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 auto;
}

.content__result ul {
  margin-top: 15px;
}

.content__result li {
  padding: 30px 0 30px 28px;
  text-align: start;
  color: #231815;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .09em;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.content__result li::before {
  position: absolute;
  content: "";
  background-image: url(../images/service/consulting-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 33px;
}

.content__result li:last-of-type {
  border-bottom: none;
}

.underline {
  color: #231815;
  font-family: "Noto Sans Japanese","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  position: relative;
  padding-bottom: -5px;
  display: inline-block;
  border-bottom: 4px solid #ff0;
  margin: 0 .2em;
}

.consulting__map {
  padding: 44px 0 80px;
}

.consulting__map-title {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: .03em;
  margin-bottom: 40px;
}

.consulting__map-img img {
  width: 650px;
  max-width: 650px;
}

.b-thanks p {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.8;
}

.crosstalk-info {
  margin-bottom: 25px;
}

.crosstalk-mainvisual {
  margin: 20px 0;
}

.crosstalk-crient__info {
  background-color: #fafafa;
  padding: 20px;
}

.crosstalk-crient__info .crosstalk-table {
  display: table;
  width: 100%;
}

.crosstalk-crient__info .crosstalk-table .crosstalk-prof {
  display: table-row;
}

.crosstalk-crient__info .crosstalk-table .crosstalk-prof dt {
  position: relative;
  width: 100px;
  display: table-cell;
  font-weight: bold;
}

.crosstalk-crient__info .crosstalk-table .crosstalk-prof dt::after {
  display: block;
  position: absolute;
  top: 7px;
  right: 10px;
  content: "";
  width: 1px;
  height: 60%;
  background-color: #000;
}

.crosstalk-crient__info .crosstalk-table .crosstalk-prof dd {
  display: table-cell;
}

.sec-content--csr {
  background-color: #fafafa;
}

.sec-content--csr::before {
  display: none;
}

.csr-list {
  max-width: 900px;
  margin: 0 auto;
}

.csr-list>li {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.csr-list>li .csr-list__title {
  margin-bottom: 15px;
}

.csr-list>li .csr-list__title.csr-list__title--hundred img {
  width: 170px;
}

.csr-list>li .csr-list__title.csr-list__title--terra img {
  width: 170px;
}

.csr-list>li .csr-list__title img {
  width: 260px;
}

.csr-list>li .csr-list__subtitle {
  margin-bottom: 15px;
  font-size: 18px;
  color: #3488c9;
}

.csr-list>li .c-btn {
  text-align: center;
}

.btn_interview {
  text-align: center;
  margin-top: 50px;
}

.btn_interview .btn {
  position: relative;
  padding: 20px 50px;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
  font-size: em(18px);
  font-family: "Open Sans",sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  width: 85%;
  border-radius: initial;
}

.btn_interview .btn:hover {
  border-color: rgba(0,0,0,0);
}

.btn_interview .btn:hover .line-1 {
  -webkit-animation: move1 1500ms infinite ease;
  animation: move1 1500ms infinite ease;
}

.btn_interview .btn:hover .line-2 {
  -webkit-animation: move2 1500ms infinite ease;
  animation: move2 1500ms infinite ease;
}

.btn_interview .btn:hover .line-3 {
  -webkit-animation: move3 1500ms infinite ease;
  animation: move3 1500ms infinite ease;
}

.btn_interview .btn:hover .line-4 {
  -webkit-animation: move4 1500ms infinite ease;
  animation: move4 1500ms infinite ease;
}

.btn_interview .line-1 {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  background-color: #000;
  left: 0;
  bottom: 0;
}

.btn_interview .line-2 {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #000;
  left: 0;
  top: 0;
}

.btn_interview .line-3 {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  background-color: #000;
  right: 0;
  top: 0;
}

.btn_interview .line-4 {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #000;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }

  54% {
    height: 0;
    bottom: 100%;
  }

  55% {
    height: 0;
    bottom: 0;
  }

  100% {
    height: 100%;
    bottom: 0;
  }
}

@keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }

  54% {
    height: 0;
    bottom: 100%;
  }

  55% {
    height: 0;
    bottom: 0;
  }

  100% {
    height: 100%;
    bottom: 0;
  }
}

@-webkit-keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@-webkit-keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }

  54% {
    height: 0;
    top: 100%;
  }

  55% {
    height: 0;
    top: 0;
  }

  100% {
    height: 100%;
    top: 0;
  }
}

@keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }

  54% {
    height: 0;
    top: 100%;
  }

  55% {
    height: 0;
    top: 0;
  }

  100% {
    height: 100%;
    top: 0;
  }
}

@-webkit-keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }

  55% {
    width: 100%;
    right: 0;
  }

  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }

  55% {
    width: 100%;
    right: 0;
  }

  100% {
    width: 0;
    right: 100%;
  }
}

.sec-content--culture {
  background-color: #fafafa;
}

.p-download__items__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-download__items__sp {
  display: block;
  overflow-x: auto;
  margin-right: calc(50% - 50vw);
  padding: 0 15px;
  margin-bottom: 44px;
}

.p-download__items__sp::-webkit-scrollbar {
  height: 9px;
}

.p-download__items__sp::-webkit-scrollbar-track {
  background: #fff;
}

.p-download__items__sp::-webkit-scrollbar-thumb {
  background-color: #f0f0f0;
}

.p-download__items__pc {
  display: none;
}

.p-download__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 230px;
}

.p-download__form {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.checkbox-material .wpcf7-list-item {
  margin: 0;
  position: relative;
}

.checkbox-material .wpcf7-list-item input {
  position: absolute;
  top: 8px;
  left: 0px;
}

.checkbox-material .wpcf7-list-item span {
  display: block;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkbox-material .wpcf7-form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 16px;
}

.checkbox-status .wpcf7-list-item {
  margin: 0;
}

.checkbox-status .wpcf7-form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 16px;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: .75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 10px 24px 0;
  position: relative;
}

.d-btn__center p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-btn__center p span {
  margin: 10px 24px 0;
}

.wpcf7-form.sent {
  width: 100%;
  max-width: 747px;
}

.fullorder .fullorder-primary {
  text-align: center;
  padding: 0 15px;
}

.fullorder .fullorder-primary__title {
  color: #0addff;
  line-height: 1.59;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 56px;
}

.fullorder .fullorder-primary__inline {
  display: inline-block;
}

.fullorder .fullorder-primary__heading {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 35px;
}

.fullorder .fullorder-primary__txt {
  font-size: 14px;
  line-height: 2.14;
  margin-bottom: 25px;
}

.fullorder .fullorder-primary__txt:last-of-type {
  margin-bottom: 0;
}

.order-flow {
  margin-bottom: 60px;
}

.order-flow__wrap {
  padding-right: 8px;
  position: relative;
  border-right: 2px solid #cfcfcf;
  width: 85vw;
}

.order-flow__wrap:last-child {
  border-right: none;
}

.order-flow__list-wrap {
  margin-bottom: 32px;
  position: relative;
}

.order-flow__list-wrap::before {
  content: "";
  background-color: #cfcfcf;
  width: 20px;
  height: 12px;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.order-flow__list-wrap--first::before {
  display: none;
}

.order-flow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.order-flow__detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  padding: 14px 8px 14px 24px;
}

.order-flow__step {
  background: #46c7f0;
  color: #fff;
  font-weight: bold;
  width: 70px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 6px;
}

.order-flow__step::after,
.order-flow__step::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -11px;
}

.order-flow__step::before {
  border-style: solid;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  border-width: 80px 0 80px 12px;
  z-index: 10;
}

.order-flow__step::after {
  border-style: solid;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #46c7f0;
  border-width: 80px 0 80px 12px;
  z-index: 10;
}

.order-flow__heading {
  color: #46c7f0;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
}

.order-flow__txt {
  font-size: 14px;
}

.order-flow__side {
  position: absolute;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.order-flow__comment {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #898989;
  font-weight: 700;
  font-size: 15px;
}

.top-sec {
  padding: 0;
}

.top-sec:before {
  content: none;
}

.top-title {
  color: #231815;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  padding-left: 15px;
  position: relative;
  display: inline-block;
}

.top-title--white {
  color: #fff;
}

.top-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.top-title--pl-large {
  padding-left: 22px;
}

.top-mv {
  position: relative;
  z-index: 2;
  padding-left: 16px;
  overflow: hidden;
  padding-top: 95px;
}

.top-mv:after {
  content: "";
  position: absolute;
  background-image: url(../images/top/top-bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: center center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 293px;
}

.top-mv__bg-loop {
  position: absolute;
  top: 210px;
  left: 0;
  -webkit-animation: bg-loop-sp 24s linear infinite;
  animation: bg-loop-sp 24s linear infinite;
  width: 390px;
  height: 73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.top-mv__bg-loop img {
  margin-right: 40px;
}

@-webkit-keyframes bg-loop {
  from {
    -webkit-transform: translateX(610px);
    transform: translateX(610px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bg-loop {
  from {
    -webkit-transform: translateX(610px);
    transform: translateX(610px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bg-loop-sp {
  from {
    -webkit-transform: translateX(390px);
    transform: translateX(390px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bg-loop-sp {
  from {
    -webkit-transform: translateX(390px);
    transform: translateX(390px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.top-mv__bg-light {
  position: absolute;
  right: 0px;
  z-index: 1;
}

.top-mv__bg-light img {
  width: 280px;
}

.top-mv__title {
  position: relative;
  z-index: 2;
}

.top-mv__title img {
  max-width: 338px;
}

.top-mv__title p {
  color: #231815;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .12em;
  margin-top: 23px;
  line-height: 1.8;
  padding-left: 8px;
}

.top-mv__btn-001 {
  position: absolute;
  top: 185px;
  right: 2.5%;
  z-index: 3;
}

.top-mv__btn-001 a {
  background-color: #ff0;
  display: block;
  border-radius: 50%;
  width: 92px;
  height: 92px;
  position: relative;
}

.top-mv__btn-001 a:hover {
  opacity: 1;
}

.top-mv__btn-001-text {
  position: absolute;
  max-width: 81px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotate 24s linear infinite;
  animation: rotate 24s linear infinite;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.top-mv__btn-001 a:hover .top-mv__btn-001-text {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.top-mv__btn-001-icon {
  max-width: 11px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 27px;
}

.top-mv__btn-001 p {
  color: #888;
  text-align: center;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 41px;
}

.top-mv__btn-002 {
  display: none;
}

.top-mv__btn-002 a {
  background-color: rgba(255,255,255,.5);
  width: 230px;
  height: 230px;
  border-radius: 50%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-mv__btn-002 a:hover {
  opacity: 1;
}

.top-mv__btn-002 a:hover .top-mv__btn-002__wrap {
  width: 230px;
  height: 230px;
}

.top-mv__btn-002__wrap {
  background-color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top-mv__btn-002__wrap img {
  max-width: 8px;
}

.top-mv__btn-002__wrap p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 10px;
}

.top-mv__slider .swiper {
  overflow: visible;
}

.top-mv__slider .swiper-wrapper {
  padding-bottom: 41px;
}

.top-mv__slider .swiper-slide {
  width: 320px;
}

.top-mv__slider .swiper-slide a:hover {
  opacity: 1;
}

.top-mv__slider .swiper-slide a:hover .top-mv__slider-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.top-mv__wrap {
  margin-top: 100px;
}

.top-mv__slider-img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.top-mv__slider-img img {
  background-color: gray;
  -o-object-fit: cover;
  object-fit: cover;
  width: 320px;
  height: 320px;
  border-radius: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top-mv__slider-title {
  position: absolute;
  left: 15px;
  bottom: 17px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5555;
  letter-spacing: 0;
  max-width: 270px;
}

.top-mv__slider-text {
  color: #231815;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 13px;
}

.top-about {
  padding: 70px 13px 0;
}

.top-about__inner {
  max-width: 1362px;
  margin: 0 auto;
  padding-bottom: 38px;
}

.top-about__text {
  color: #3a3a3a;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  padding-top: 7px;
}

.top-about__flex--top {
  gap: 0 clamp(8.438rem,1.655rem + 15.22vw,16.875rem);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-about__flex--bottom {
  padding-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 clamp(8.438rem,1.655rem + 15.22vw,16.875rem);
}

.top-about__col3-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 7px;
}

.top-about__col3-item {
  height: 100px;
  border-radius: 10px;
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
  padding: 15px 13px 0;
  position: relative;
}

.top-about__col3-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.top-about__col3-item__text {
  color: #231815;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  line-height: 1.3;
}

.top-about__col3-item__text--mid {
  padding-top: 9px;
  padding-bottom: 6px;
}

.top-about__col3-item__number {
  color: #231815;
  text-align: center;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 3px;
}

.top-about__col3-item__number span {
  color: #231815;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-right: 3px;
}

.top-about__col3-item__number--bottom {
  font-size: 16px;
}

.top-about__flex--bottom .c-button {
  margin: 0 auto;
  margin-top: 38px;
}

.top-message {
  padding-top: 70px;
  padding-bottom: 70px;
}

.top-message__wrap {
  max-width: 1388px;
  padding: 0 13px;
  margin: 0 auto;
}

.top-message__text {
  color: #3a3a3a;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  margin: 12px 0 28px;
}

.top-message__slider .swiper-wrapper {
  padding-bottom: 2px;
}

.top-message__slider .swiper-slide {
  background: #fff;
  height: 310px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 29px;
  -webkit-box-shadow: 1px 1px #ddd;
  box-shadow: 1px 1px #ddd;
}

.top-message__slider-wrap {
  width: 83.3333%;
}

.top-message__slider-title {
  color: #888;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .02em;
  margin-bottom: 10px;
}

.top-message__slider-text {
  color: #3a3a3a;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .02em;
  font-size: 14px;
}

.top-message__slider .swiper-pagination-bullets {
  bottom: -37px;
}

.top-message__slider .swiper-button-prev {
  left: clamp(.813rem,3.33vw,1.625rem);
  width: 50px;
  height: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 47%;
}

.top-message__slider .swiper-button-next {
  right: clamp(.813rem,3.33vw,1.625rem);
  width: 50px;
  height: 50px;
  top: 47%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top-message__slider .swiper-button-prev:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.top-message__slider .swiper-button-next:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.top-message__slider .swiper-button-next:after {
  content: "";
  background-image: url(../images/works/works-slider-arrow-right.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.top-message__slider .swiper-button-prev:after {
  content: "";
  background-image: url(../images/works/works-slider-arrow-left.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.top-services {
  padding: 54px 13px 57px;
}

.top-services__inner {
  max-width: 1126px;
  margin: 0 auto;
}

.top-services__wrap {
  margin-top: 33px;
}

.top-services__item {
  border-top: 1px solid #ddd;
  padding: 30px 0 33px;
  position: relative;
}

.top-services__item:after {
  position: absolute;
  color: #ddd;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  letter-spacing: .02em;
  left: -4px;
  top: 9px;
}

.top-services__item--001:after {
  content: "01";
}

.top-services__item--002:after {
  content: "02";
}

.top-services__item--003:after {
  content: "03";
}

.top-services__item--002 {
  padding: 30px 0 33px;
}

.top-services__item--003 {
  padding: 30px 0 33px;
}

.top-services__item-img {
  text-align: center;
}

.top-services__item-img img {
  max-width: 160px;
}

.top-services__item-textarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-services__item-title {
  color: #231815;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .02em;
  margin-top: 15px;
}

.top-services__item-subtitle {
  color: #231815;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .75px;
  letter-spacing: .05em;
  margin: 4px 0 16px;
}

.top-services__item-text {
  color: #3a3a3a;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .05em;
  margin-bottom: 16px;
}

.top-services__item-readmore a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 11px;
}

.top-services__item-readmore a:hover {
  opacity: 1;
}

.top-services__item-readmore-text {
  color: #231815;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: .02em;
  border-bottom: 1px solid #231815;
  padding-bottom: 4px;
}

.top-services__item-readmore-arrow {
  display: inline-block;
  width: 29px;
  height: 29px;
  background-color: #231815;
  border-radius: 50%;
  position: relative;
}

.top-services__item-readmore-arrow:after {
  content: "";
  position: absolute;
  width: 12.347px;
  height: 9.308px;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/top/button-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
}

.top-services__item-readmore a:hover .top-services__item-readmore-arrow:after {
  -webkit-animation: arrow-move .6s;
  animation: arrow-move .6s;
}

@keyframes arrow-move {
  0% {
    opacity: 1;
    right: 19px;
  }

  50% {
    opacity: 0;
    right: 5px;
  }

  51% {
    right: 30px;
  }

  100% {
    opacity: 1;
    right: 19px;
  }
}

.top-services__item-readmore-arrow.reverse:after {
  -webkit-animation: arrow-move-reverse .6s;
  animation: arrow-move-reverse .6s;
}

@keyframes arrow-move-reverse {
  0% {
    opacity: 1;
    right: 19px;
  }

  50% {
    opacity: 0;
    right: 30px;
  }

  51% {
    right: 5px;
  }

  100% {
    opacity: 1;
    right: 19px;
  }
}

.top-business {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.top-business__grid {
  padding: 0 15px 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.top-business__grid-item {
  height: 342px;
  aspect-ratio: 1;
}

.top-business__grid-item:hover {
  opacity: 1;
}

.top-business__grid-img {
  text-align: center;
}

.top-business__grid-item--left {
  padding: 60px 30px 30px;
  background-color: #231815;
  position: relative;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 2;
}

.top-business__grid-item--left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/top/top-business-img-003.png);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.top-business__grid-item--left:hover:after {
  opacity: 1;
}

.top-business__grid-item--left .top-business__grid-img {
  margin-bottom: 34px;
}

.top-business__grid-item--left img {
  max-width: 149px;
  height: 83px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.top-business__grid-item--center {
  padding: 60px 30px 30px;
  background-color: #231815;
  position: relative;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 2;
}

.top-business__grid-item--center:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/top/top-business-img-001.jpg);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.top-business__grid-item--center:hover:after {
  opacity: 1;
}

.top-business__grid-item--center .top-business__grid-img {
  margin-bottom: 34px;
}

.top-business__grid-item--center img {
  max-width: 149px;
  height: 83px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.top-business__grid-item--right {
  background-color: #2f2f2f;
  padding: 67px 34px 30px;
  position: relative;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 2;
}

.top-business__grid-item--right:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/top/top-business-img-002.jpg);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.top-business__grid-item--right:hover:after {
  opacity: 1;
}

.top-business__grid-item--right .top-business__grid-img {
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}

.top-business__grid-item--right img {
  max-width: 139px;
  margin: 0 auto;
}

.top-business__grid-title {
  color: #fff;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: .02em;
  margin-bottom: 7px;
}

.top-business__grid-title--bottom {
  margin-bottom: 7px;
}

.top-business__grid-text {
  color: #fff;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .05em;
}

.top-works__bg img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-works__wrap {
  margin-top: -92px;
  position: relative;
  z-index: 2;
}

.top-works__heading {
  background-color: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 13px;
  padding-top: 27px;
  padding-left: 34px;
  padding-bottom: 27px;
}

.top-works__heading a {
  margin-top: 27px;
}

.top-works-article {
  background-color: #fafafa;
  padding-left: 39px;
  padding-right: 26px;
}

.top-works-article__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 39px 0;
}

.top-works-article__permalink:hover {
  opacity: 1;
}

.top-works-article__thumb img.img-hover-effect {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.top-works-article__tax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 12px 0 6px;
  gap: 0 4px;
}

.top-works-article__thumb {
  overflow: hidden;
  position: relative;
}

.c-works-slider__swiper-studio {
  padding: 4px 8px;
  background: -webkit-gradient(linear, left top, right top, from(#F05), to(#F94CFF));
  background: linear-gradient(90deg, #F05 0%, #F94CFF 100%);
  position: absolute;
  line-height: normal;
  color: #fff;
  border-radius: 2px;
  top: 10px;
  right: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
}

.top-works-article__thumb img {
  background-color: gray;
  height: 202px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.top-works-article__tax ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.top-works-article__tag a {
  color: #888;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  padding: 1px 8px 2px 8px;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  background: #fff;
}

.top-works-article__title {
  color: #231815;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .05em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.top-works-article__client {
  color: #231815;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .05em;
}

.top-works__button {
  margin-top: 39px;
}

.top-works__button a {
  margin: 0 auto;
}

.top-advantage {
  padding: 0 11px 30px;
}

.top-advantage__inner {
  max-width: 1125px;
  margin: 0 auto;
}

.top-advantage__title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
}

.top-advantage__items {
  margin-top: 40px;
}

.top-advantage__item {
  border-top: 1px solid #ddd;
  margin-bottom: 45px;
}

.top-advantage__item-number {
  color: #231815;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: .02em;
  margin-bottom: 13px;
  padding-top: 6px;
  padding-left: 14px;
  padding-right: 17px;
  border-right: 1px solid #ddd;
  display: inline-block;
}

.top-advantage__item-img {
  padding: 50px 0 70px;
  text-align: center;
}

.top-advantage__item-img img {
  width: 80px;
  max-width: none;
}

.top-advantage__item-title {
  color: #231815;
  -webkit-font-kerning: none;
  font-kerning: none;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .4px;
  letter-spacing: .02em;
  margin-bottom: 13px;
}

.top-advantage__item-text {
  color: #3a3a3a;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .05em;
}

.top-advantage__item-text:nth-of-type(1) {
  margin-bottom: 4px;
}

.top-member {
  overflow: hidden;
  padding-bottom: 90px;
}

.top-member__bg img {
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-member__heading {
  margin-bottom: 28px;
  padding-left: 28px;
  margin-top: -243px;
}

.top-member__inner {
  padding-left: 26px;
}

.top-member__slider {
  overflow: visible;
}

.top-member__slider .swiper-slide {
  width: 180px;
}

.top-member__slider .swiper-slide a:hover {
  opacity: 1;
}

.top-member__slider .swiper-slide a:hover .top-member__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.top-member__thumb {
  overflow: hidden;
}

.top-member__thumb img {
  background-color: gray;
  -o-object-fit: cover;
  object-fit: cover;
  width: 180px;
  height: 255px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.top-member__position {
  color: #231815;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 21px 0 4px;
  letter-spacing: 0;
  font-size: 12px;
}

.top-member__title {
  color: #231815;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .02em;
}

.top-member__slider .swiper-pagination {
  margin-right: auto;
}

.top-member .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  gap: 0 15px;
  top: -58px;
  right: 13px;
}

.top-member .swiper-controller .swiper-button-next,
.top-member .swiper-controller .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
}

.top-member .swiper-controller .swiper-button-next:after,
.top-member .swiper-controller .swiper-button-prev:after {
  content: "";
  background-image: url(../images/top/top-member-arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
}

.top-member .swiper-controller .swiper-button-prev:after {
  background-image: url(../images/top/top-member-arrow-left.png);
}

.swiper-button-disabled {
  opacity: 1 !important;
}

.top-our-value {
  padding: 75px 13px 0;
}

.top-our-value__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding-bottom: 111px;
}

.top-our-value__grid {
  max-width: 1126px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 0;
  margin-top: 30px;
}

.top-our-value__grid-item {
  border-radius: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding-top: 63px;
  position: relative;
  height: 420px;
  max-width: 390px;
  margin: 0 auto;
  width: 100%;
}

.top-our-value__grid-item:after {
  position: absolute;
  color: #231815;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: .02em;
  top: 20px;
  left: 27px;
}

.top-our-value__grid-item--001:after {
  content: "01";
}

.top-our-value__grid-item--002:after {
  content: "02";
}

.top-our-value__grid-item--003:after {
  content: "03";
}

.top-our-value__grid-item--004:after {
  content: "04";
}

.top-our-value__grid-item img {
  max-width: 80px;
  margin: 0 auto;
  display: block;
}

.top-our-value__grid-textarea {
  max-width: 340px;
  margin-left: 18px;
}

.top-our-value__title {
  color: #231815;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .02em;
  margin: 27px auto 9px;
  font-size: 18px;
  text-align: center;
  max-width: 293px;
}

.top-our-value__text {
  color: #3a3a3a;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .02em;
  max-width: 290px;
  margin: 0 auto;
}

.top-our-value__text:nth-of-type(1) {
  margin-bottom: 7px;
}

.top-blog {
  padding: 80px 0 0;
  overflow: hidden;
}

.top-blog_heading {
  padding-left: 13px;
}

.top-blog__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: visible;
  gap: 0 7px;
  margin-top: 34px;
  padding: 10px 0;
  padding-left: 14px;
}

.top-blog__link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.top-blog__link a {
  border-radius: 50px;
  border: 1px solid #bbb;
  color: #777;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
  padding: 5px 15px;
  white-space: wrap;
}

.top-blog__inner {
  padding-left: 26px;
  margin-top: 15px;
}

.top-blog__slider .swiper-slide {
  width: 280px;
}

.top-blog__slider .swiper-slide a:hover {
  opacity: 1;
}

.top-blog__thumb img.img-hover-effect {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.top-blog__slider {
  overflow: visible;
}

.top-blog__thumb {
  overflow: hidden;
}

.top-blog__thumb img {
  background-color: gray;
  -o-object-fit: cover;
  object-fit: cover;
  width: 280px;
  height: 173px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.top-blog__date {
  color: #777;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
}

.top-blog__date-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 7px;
}

.top-blog__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 9px;
}

.top-blog__author p {
  color: #777;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.top-blog__author img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
  display: block;
}

.top-blog__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
  margin: 8px 0 7px;
}

.top-blog__categories a {
  color: #777;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
  border-radius: 50px;
  border: 1px solid #bbb;
  padding: 4px 12px;
  display: block;
}

.top-blog__title {
  color: #231815;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.top-blog__excerpt {
  color: #777;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .05em;
}

.top-blog__slider .swiper-pagination {
  margin-right: auto;
}

.top-blog .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  gap: 0 11px;
  top: -103px;
  right: 13px;
}

.top-blog .swiper-controller .swiper-button-next,
.top-blog .swiper-controller .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
}

.top-blog .swiper-controller .swiper-button-next:after,
.top-blog .swiper-controller .swiper-button-prev:after {
  content: "";
  background-image: url(../images/top/top-blog-arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
}

.top-blog .swiper-controller .swiper-button-prev:after {
  background-image: url(../images/top/top-blog-arrow-left.png);
}

.swiper-button-disabled {
  opacity: 1 !important;
}

.top-blog__button {
  max-width: 1388px;
  margin: 0 auto;
  padding: 0 13px;
  margin-top: 31px;
}

.top-blog__button .c-button {
  margin-left: auto;
  margin-right: auto;
}

.top-news-article {
  padding: 0 13px;
  background-color: #fafafa;
  background-image: url(../images/top/top-bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: center center;
}

.top-news-article__inner {
  max-width: 1362px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.top-news-article__heading .top-title {
  margin-bottom: 16px;
}

.top-news-article__item a {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.top-news-article__date {
  color: #231815;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 14px;
}

.top-news-article__title {
  color: #231815;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.top-news-article__button {
  margin-top: 47px;
}

.top-news-article__button .c-button {
  margin: 0 auto;
}

.top-faq {
  background-color: #e9e9e9;
  padding: 54px 13px 54px;
}

.top-faq__inner {
  max-width: 1125px;
  margin: 0 auto;
}

.top-faq__heading-text {
  color: #3a3a3a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 9px;
}

.top-faq__items {
  margin-top: 15px;
}

.top-faq__item {
  border-bottom: 1px solid #ccc;
  padding: 23px 0;
}

.top-faq__item-q,
.top-faq__item-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 4px;
}

.top-faq__item-a {
  display: none;
  margin-top: 18px;
}

.top-faq__item-q {
  cursor: pointer;
}

.top-faq__item-q span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #231815;
  margin-left: auto;
  position: relative;
}

.top-faq__item-q span.active:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.top-faq__item-q span:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #231815;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.top-faq__item-q span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #231815;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-faq__item-q h3,
.top-faq__item-a h3 {
  color: #231815;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .02em;
  margin-right: 22px;
}

.top-faq__item-q p,
.top-faq__item-a p {
  color: #231815;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  max-width: 280px;
}

.top-news__title {
  margin-bottom: 15px;
  position: relative;
  font-size: 25px;
}

.top-news__title span {
  background-color: #fff;
  padding-right: 5px;
}

.top-news__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.top-news__list>li {
  margin-top: 10px;
  background-color: #fafafa;
}

.top-news__list>li a {
  display: block;
  position: relative;
}

.top-news__list>li a:hover {
  opacity: 1;
}

.top-news__list>li a:hover::before {
  width: 100%;
}

.top-news__list>li a::before {
  width: 0;
  height: 100%;
  display: block;
  content: "";
  background-color: #ff0;
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-transition: cubic-bezier(1, 0.25, 1, 1) .4s;
  transition: cubic-bezier(1, 0.25, 1, 1) .4s;
}

.top-news__list>li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  font-family: fontawesome;
}

.top-news__list-inner {
  position: relative;
  font-size: 16px;
  padding: 15px 25px 15px 15px;
}

.top-news__list-inner dt {
  font-weight: bold;
}

.top-archive__link {
  margin-top: 15px;
  font-weight: bold;
  text-align: right;
}

canvas {
  position: absolute;
}

.policy-info {
  margin-bottom: 25px;
  font-size: 15px;
}

.policy-list {
  padding-left: 1.5em;
}

.policy-list>li {
  margin-top: 15px;
  position: relative;
}

.policy-list>li::before {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 15px;
}

.policy-list>li h3 {
  margin-bottom: 5px;
  font-size: 50px;
}

.policy-list>li p {
  font-size: 8px;
}

.policy-list_num {
  list-style: disc;
  padding-left: 1.5em;
}

.policy-list_num>li {
  margin-top: 5px;
  list-style: disc;
}

.sec-content--security {
  background-color: #fafafa;
}

.recruit .c-recruit:after {
  content: "";
  clear: both;
  display: block;
}

.recruit .c-recruit__img {
  width: 40%;
  float: right;
}

.recruit .c-recruit__info {
  margin-top: 20px;
}

.recruit .recruit-text {
  margin-bottom: 30px;
}

.recruit .bnr-recruit {
  max-width: 700px;
  margin: 50px auto 0;
}

.recruit .c-staffschedule-list {
  position: relative;
}

.recruit .c-staffschedule-list:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 90%;
  border-left: 1px dashed #fff;
}

.recruit .c-staffschedule-list li {
  margin-top: 15px;
}

.recruit .c-staffschedule-list li:after {
  content: "";
  clear: both;
  display: block;
}

.recruit .c-staffschedule__time {
  position: relative;
  padding-left: 10px;
  color: #3488c9;
  font-weight: bold;
  z-index: 0;
}

.recruit .c-staffschedule__time:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50px;
  z-index: -1;
}

.recruit .c-staffschedule__pic {
  float: right;
  width: 30%;
  margin-left: 10px;
}

.recruit .c-staffschedule__text {
  margin-left: 20px;
}

.recruit .recruit-bnr {
  margin: 50px auto 0;
}

.sec-content--newgraduated {
  background-color: #fafafa;
}

.sec-content--service {
  background-color: #fafafa;
  padding: 50px 0 !important;
}

#service-mybusiness {
  background-color: #fff;
}

.sec-content--mybusiness .sec-content:before {
  width: 310px;
}

.service-info {
  margin-bottom: 25px;
}

.c-service-list {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.c-service-list__reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.c-service-list .service-list__p {
  font-weight: 500;
  margin-bottom: 35px;
}

.c-service-list .c-btn {
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}

.c-service-list .c-btn .c-button-2 {
  margin-bottom: 0;
}

.c-service-list .service-list--pic {
  margin-bottom: 20px;
}

.c-service-list .service-list--pic img {
  width: 100%;
  max-width: auto;
}

.c-service-list .service-list--title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 7px;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
}

.c-service-list .service-list--title.mybusiness {
  margin-bottom: 0;
}

.c-service-list .service-list--title .js-mask-text {
  font-size: 20px;
  line-height: 1.3;
}

.c-service-list .service-list--title__number {
  color: #ddd !important;
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 1.6px;
}

.c-service-list .service-list--title__reverse {
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
  font-size: 20px;
}

.c-service-list .service-list--title__reverse:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.c-service-list .fullorder {
  width: 85%;
  margin: 0 auto;
}

.c-service-list .service-content--list {
  font-size: 12px;
  margin-bottom: 35px;
  color: #605f5f;
  line-height: 1.2;
}

.c-service-list .service-content--list>li {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.c-service-list .service-content--image {
  margin: 30px auto;
  width: 160px;
}

.service-web__bottom {
  position: relative;
  padding: 40px 0;
  margin: 50px 0 0;
}

.service-web__bottom::before {
  width: 120%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ecfcff;
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
  transform: translate(-50%, -50%) rotate(-3deg);
}

.service-web__bottom .l-container {
  position: relative;
  z-index: 2;
}

.service-web__bottom p {
  margin-bottom: 15px;
}

.web-plan__wrap {
  margin-top: 20px;
}

.web-plan__wrap .c-btn {
  margin: 20px 0 0;
  text-align: center;
}

.web-plan__wrap .c-btn .btn {
  width: 280px;
}

.web-plan__table {
  margin: 0 0 20px 0;
  text-align: center;
}

.web-plan__table dl dt {
  background-color: #fff;
  padding: 5px;
  font-weight: bold;
}

.web-plan__table dl dd {
  padding: 5px;
}

.service-lists {
  margin-top: 25px;
}

.service-lists__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 -12px;
}

.service-lists__item {
  width: calc((100% - 48px)/2*1);
  margin: 12px auto;
}

.service-lists__text {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}

.service-lists .c-btn {
  text-align: center;
}

.service-lists .service-lists-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
}

.service-lists .service-lists-icon__img {
  width: 25%;
}

.works-tagname {
  margin-top: 20px;
  color: #d0d2d4;
}

.b-works-content .single-content__date {
  margin-bottom: 5px;
  text-align: right;
}

.b-works-content .works-title {
  font-size: 16px;
  font-weight: normal;
}

.b-works-content .works-subtitle {
  margin-bottom: 15px;
  padding-top: 20px;
  font-family: "Noto Sans Japanese";
  font-size: 16px;
  line-height: 1.8;
}

.b-works-content .works-subtitle span {
  color: aqua;
  border-bottom: 2px solid aqua;
}

.b-works-content .works-pic__list>li {
  margin-top: 20px;
  padding: 10px;
  border: 5px solid #ff0;
}

.b-works-content .works-pic__list>li img {
  width: 100%;
}

.b-works-content .works-pic__list--blue>li {
  border: 5px solid aqua;
}

.b-works-content .works-movie {
  position: relative;
  margin: 20px 0;
  width: 100%;
  padding-top: 56.25%;
}

.b-works-content .works-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sec-content--otherworks {
  background-color: #fafafa;
}

.sec-content--otherworks .otherworks-list {
  margin: 0 20px;
}

.sec-content--otherworks .otherworks-list .js-carousels-content a {
  display: block;
  position: relative;
}

.sec-content--otherworks .otherworks-list .js-carousels-content a::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.sec-content--otherworks .otherworks-list .js-carousels-content a:hover {
  opacity: 1;
}

.sec-content--otherworks .otherworks-list .js-carousels-content a:hover::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.sec-content--otherworks .otherworks-list .js-carousels-content a p {
  position: absolute;
  width: 96%;
  left: 2%;
  bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.staff__meta {
  line-height: 1.4;
}

.staff__name {
  font-size: 22px;
  font-weight: bold;
}

.staff__position {
  font-size: 14px;
  margin-top: 10px;
}

.staff__contents {
  margin-top: 30px;
}

.staff__contents h3 {
  font-size: 18px;
  margin-bottom: 1em;
}

.staff__contents p {
  margin-bottom: .5em;
}

.staff__contents p:last-of-type {
  margin-bottom: 0;
}

.staff__pic {
  text-align: center;
  width: 80%;
  margin: 30px auto 0;
  border-radius: 5px;
}

.staff__introduction {
  margin-top: 20px;
}

.staff__freearea {
  background-color: #f7f6f6;
  margin-top: 30px;
  padding: 30px;
  font-size: 14px;
}

.staff__freearea a {
  color: #3488c9;
  text-decoration: underline;
}

.staff .sec-staff {
  margin-top: 60px;
  position: relative;
}

.staff .c-article-list>li {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.staff .c-article-list>li .article-list__txt {
  padding: 20px 0 0;
}

.staff-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.staff-sns__list {
  margin-left: 20px;
  margin-top: 10px;
}

.staff-sns__list:first-child {
  margin-left: 0;
}

.staff-sns__link {
  text-decoration: underline;
}

.staff-sns i {
  font-size: 24px;
}

.case-list>li {
  margin-bottom: 30px;
}

.case-list>li a {
  display: block;
  position: relative;
}

.case-list>li a:after {
  content: "";
  clear: both;
  display: block;
}

.case-list>li a:hover {
  opacity: 1;
}

.case-list>li a:hover .case-list__pic img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.case-list__pic {
  overflow: hidden;
}

.case-list__pic img {
  width: 100%;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.case-list__name {
  font-size: 12px;
}

.case-list__project {
  font-size: 18px;
  font-weight: 700;
}

.alliance-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto 0;
}

.alliance-lists .alliance-list {
  width: 49%;
  padding-bottom: 10px;
}

.alliance-lists .alliance-list__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.alliance-lists .alliance-list__logo {
  width: 100%;
}

.alliance-lists .alliance-list__logo img {
  width: 100%;
}

.area-pagelink {
  position: absolute;
  top: -100px;
}

.service-catch .service-title {
  margin-bottom: 16px;
  font-size: 20px;
}

.service-catch .service-title .service-title__sub {
  font-size: 24px;
  color: #0addff;
}

.service-catch__txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.88;
}

.c-feature {
  margin-top: 83px;
}

.c-feature .c-feature-pic {
  position: relative;
  margin-left: 34px;
  margin-top: -18px;
}

.c-feature .c-feature-txt .c-feature-txt__inner {
  position: relative;
  background-color: #46c7f0;
  margin-right: 10px;
  padding: 24px;
  color: #fff;
  z-index: 1;
}

.c-feature .c-feature-txt .c-feature-txt__title {
  font-family: "Inter",sans-serif;
  position: absolute;
  top: -35px;
  left: 0;
  font-size: 28px;
  color: #46c7f0;
}

.c-feature .c-feature-txt .c-feature-txt__subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.5;
}

.c-feature .c-feature-txt .c-feature-txt__subtitle .c-feature-txt__num {
  width: 50px;
  font-family: "Inter",sans-serif;
}

.c-feature .c-feature-txt .c-feature-txt__subtitle .c-feature-txt__tit {
  width: calc(100% - 55px);
}

.c-feature .c-feature-txt .c-feature-txt__desc {
  font-size: 14px;
}

.c-feature__reverse .c-feature-pic {
  margin-left: 0;
  margin-right: 34px;
}

.c-feature__reverse .c-feature-txt {
  margin-right: 0;
  margin-left: 10px;
}

.studio-experts {
  max-width: 1130px;
  margin: 0 auto 70px;
  padding: 0 15px;
}

.studio-experts__inner {
  display: block;
}

.studio-experts__title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 16px;
}

.studio-experts__title-wrap img {
  max-width: 117px;
}

.studio-experts__title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: .09em;
}

.studio-experts__text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .13em;
  margin: 12px 0 40px;
}

.studio-experts__detail {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 10px;
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.studio-experts__detail img {
  max-width: 228px;
}

.studio-experts__detail p {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: .06em;
}

.studio-experts__detail a {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .06em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  word-break: break-all;
}

.studio-experts__inner-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 20px;
}

.studio-experts__inner-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 454px;
}

.studio-experts__inner-left img {
  margin: 27px 0;
}

.studio-experts__gap {
  padding-top: 70px;
  padding-left: auto;
  padding-right: auto;
  padding-bottom: 40px;
}

.tags-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fafafa;
  margin-bottom: 20px;
  padding: 10px 10px 0;
}

.tags-list>li {
  width: calc(50% - 5px);
  margin-bottom: 10px;
  font-size: 11px;
}

.tags-list>li a {
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
  font-weight: bold;
}

.tags-list>li a::before {
  display: block;
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.tags-list>li a:hover,
.tags-list>li a.current {
  color: #0addff;
}

.topping-plan .icon-list {
  padding-right: 35px;
}

.flow__wrap {
  position: relative;
  padding-top: 72px;
}

.flow__wrap:first-child {
  padding-top: 0;
}

.flow__wrap:last-of-type .flow__line:last-of-type {
  display: none;
}

.flow__mark {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow__circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background-color: #0addff;
}

.flow__num {
  padding-left: 23px;
  font-size: 18px;
  color: #0addff;
  font-weight: 700;
}

.flow__heading {
  padding-left: 35px;
}

.flow__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}

.flow__subtitle {
  font-size: 14px;
}

.flow__line {
  width: 2px;
  height: calc(100% + 72px);
  background-color: #0addff;
  position: absolute;
  top: 21px;
  left: 6px;
}

.flow__area {
  padding-left: 35px;
  margin-top: 24px;
}

.flow__area--wide {
  padding-left: 0;
}

.flow__dot-box {
  text-align: center;
  margin-bottom: 16px;
}

.flow__dot-box-txt {
  font-size: 14px;
  padding: 8px 24px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  border: 2px dashed #0addff;
  color: #0addff;
}

.flow__main-img {
  width: 100%;
}

.flow__main-img img {
  width: 100%;
}

.flow__half-item {
  position: relative;
  padding-left: 35px;
}

.flow__left-icon {
  position: absolute;
  width: 84px;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 1;
}

.flow__half-img {
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 40px;
  -webkit-filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.05));
}

.flow__half-bg {
  position: relative;
  padding-left: 0;
  margin-right: 5px;
  -webkit-filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.03));
}

.flow__half-bg::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background-image: url(../images/service/topping/stripe_bg.png);
  background-size: cover;
  background-position: right bottom;
  z-index: 1;
}

.flow__half-block {
  position: relative;
  z-index: 2;
  font-size: 16px;
  background-color: #fff;
  padding: 40px 32px;
  margin-top: 32px;
  font-weight: 700;
}

.flow__frame-item {
  margin-top: 8px;
}

.flow__frame-item:first-child {
  margin-top: 0;
}

.flow__frame-label {
  cursor: pointer;
  font-weight: bold;
  color: #0addff;
  font-size: 16px;
  background-color: #fff;
  border: 2px solid #0addff;
  padding: 15px 6px 15px 24px;
  position: relative;
}

.flow__frame-label::before,
.flow__frame-label::after {
  position: absolute;
  top: 28px;
  right: 15px;
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #0addff;
}

.flow__frame-label::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.flow__frame-label::after {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.flow__frame-label.is-open::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.flow__frame-label.is-open::after {
  opacity: 0;
}

.flow__frame-content {
  display: none;
  padding: 18px 15px 30px;
}

.icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 32px;
}

.icon-list__item {
  width: calc(50% - 16px);
}

.icon-list__icon {
  text-align: center;
}

.icon-list__icon img {
  width: 100%;
}

.icon-list__caption {
  font-size: 14px;
  margin-top: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .01em;
}

.light-list {
  margin: 24px 0;
}

.light-list__item {
  font-size: 20px;
  padding-left: 29px;
  font-weight: 700;
  color: #0addff;
  position: relative;
}

.light-list__item::before {
  content: "";
  background-image: url(../images/service/topping/light.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
}

.web__sec {
  padding-bottom: 70px;
}

.web__sec--after {
  padding-bottom: 0;
  margin-bottom: 100px;
}

.web__sec--support {
  margin-top: 20px;
}

.sec-content--web {
  padding-bottom: 0;
}

.creative-site {
  margin: 0 0 50px;
}

.creative-site__titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.creative-site__title {
  color: #231815;
  font-size: 20px;
  line-height: normal;
  letter-spacing: .09em;
  width: 100%;
}

.creative-site__line {
  width: 100%;
  margin: 0;
}

.dots-list__yellow {
  gap: 20px 14px;
}

.dots-list__yellow li {
  width: 45%;
  color: #231815;
  font-size: 16px;
  letter-spacing: .06em;
  padding-left: 13px;
}

.dots-list__yellow li::after {
  background-color: #ff0;
  width: 8px;
  height: 8px;
}

.creative-flex {
  margin-bottom: 60px;
}

.creative-flex__item {
  border-radius: 10px;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  position: relative;
  margin-bottom: 25px;
  padding: 50px 50px 50px 0;
}

.flex__title {
  position: absolute;
  top: -7px;
  font-size: 18px;
  background-color: #fafafa;
  width: 50%;
  line-height: 1;
}

.flex__title--studio {
  line-height: 1.5;
}

.flex__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px;
  margin-left: 10px;
}

.flex__flex__wordpress {
  width: 123px;
}

.flex__flex__microcms {
  width: 136px;
}

.flex__flex__shopify {
  width: 114px;
}

.flex__flex__makeshop {
  width: 148px;
}

.flex__flex__colorme {
  width: 103px;
}

.flex__flex__eccube {
  width: 158px;
}

.flex__flex__studio {
  width: 100px;
}

.flex__comment {
  font-size: 10px;
  letter-spacing: .06em;
  position: absolute;
  bottom: 0;
  right: 8px;
}

.creative-other {
  margin-bottom: 90px;
}

.creative-other .creative-site__title {
  width: 100px;
}

.creative-other .dots-list {
  padding: 0 17px;
  gap: 12px 5px;
}

.creative-other .dots-list li {
  width: 45%;
  padding-left: 15px;
}

.creative-other .dots-list li span {
  width: 100%;
  font-size: 10px;
  display: inline-block;
}

.creative-other .dots-list li::after {
  top: 13px;
  width: 8px;
  height: 8px;
}

.value-list__item {
  border-bottom: 1px solid #cecece;
  padding: 10px 20px 40px;
}

.value-list__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.78;
  margin-top: 8px;
}

.value-list__detail {
  font-size: 14px;
  line-height: 2;
  margin-top: 16px;
  letter-spacing: .001em;
}

.value-list__num {
  display: block;
  position: relative;
  color: #f5f5f5;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.05em;
  width: 80px;
  margin: 0 auto;
  line-height: 1.45;
}

.value-list__num::before {
  content: "FEATURE";
  font-size: 13px;
  color: #0addff;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
  line-height: 1.67;
}

.value-list-square {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.value-list-square__1-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.value-list-square__item {
  border-radius: 10px;
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
  padding: 23px 15px;
}

.value-list-square__item.studio {
  padding: 46px 20px;
}

.value-list-square__title {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .09em;
  margin-bottom: 24px;
}

.value-list-square__title.studio {
  font-size: 20px;
}

.value-list-square__detail {
  text-align: center;
  font-size: 12px;
  font-weight: 350;
  line-height: 1.6;
  letter-spacing: .09em;
}

.price-list {
  margin: 0 auto;
  max-width: 272px;
}

.price-list__card {
  border: 2px solid #46c7f0;
  padding-bottom: 28px;
  margin-top: 40px;
}

.price-list__title {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  background-color: #46c7f0;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.price-list__subtitle {
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-top: -4px;
}

.price-list__label {
  position: relative;
}

.price-list__label svg {
  fill: #46c7f0;
  height: 46px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -44px;
}

.price-list__detail {
  margin-top: 40px;
}

.price-list .slick-dots {
  margin-top: 23px;
}

.price-list .slick-dots li {
  margin: 0;
}

.price-list .slick-dots li.slick-active button:before {
  color: #46c7f0;
  opacity: 1;
}

.price-list .slick-dots li button:before {
  font-size: 10px;
  color: #d9d9d9;
  opacity: 1;
}

.price-list .slick-dots .slick-dots li button:hover:before,
.price-list .slick-dots .slick-dots li button:focus:before {
  color: #46c7f0;
}

.price-list .slick-arrow {
  width: 24px;
  height: 38px;
  background-color: #46c7f0;
  z-index: 10;
}

.price-list .slick-arrow::before {
  display: none;
}

.price-list .slick-disabled {
  opacity: 0;
}

.price-list .slick-next {
  right: 17px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.price-list .slick-next:hover,
.price-list .slick-next:focus {
  background-color: #46c7f0;
}

.price-list .slick-prev {
  left: 17px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.price-list .slick-prev:hover,
.price-list .slick-prev:focus {
  background-color: #46c7f0;
}

.plan-detail {
  text-align: center;
  line-height: 1;
  margin-top: 36px;
}

.plan-detail:first-of-type {
  margin-top: 0;
}

.plan-detail__title {
  font-weight: 500;
  font-size: 16px;
  display: block;
  line-height: 1.43;
}

.plan-detail__num {
  color: #46c7f0;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
}

.plan-detail__txt {
  color: #46c7f0;
  font-weight: 700;
  font-size: 20px;
}

.plan-col {
  margin-top: 84px;
}

.plan-col:first-child {
  margin-top: 0;
}

.plan-col__txt {
  padding: 32px 20px 0;
}

.plan-col__title {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.45;
}

.plan-col__detail {
  font-size: 14px;
  line-height: 2;
  margin-top: 24px;
}

.plan-col__detail-line {
  color: #46c7f0;
  border-bottom: 1px solid #46c7f0;
}

.plan-col__pic {
  position: relative;
}

.plan-col__pic img {
  -webkit-filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.03));
}

.plan-col__pic::before {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
}

.plan-col__pic a {
  display: block;
  position: relative;
}

.plan-col__pic a:hover:after {
  opacity: .8;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-animation: bgscroll 6s linear infinite;
  animation: bgscroll 6s linear infinite;
}

.plan-col__pic a:after {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) .3s;
  transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) .3s;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(-45deg, #fff 25%, #00ffff 25%, #00ffff 50%, #fff 50%, #fff 75%, #00ffff 75%, #00ffff);
  background-size: 20px 20px;
  z-index: 1;
}

.plan-col .c-btn {
  text-align: center;
}

.plan-col:nth-child(odd) .plan-col__pic--ginmii::before {
  right: 0 !important;
}

.plan-col:nth-child(odd) .plan-col__pic::before {
  right: -20px;
}

.plan-col:nth-child(even) .plan-col__pic {
  padding-left: 20px;
}

.plan-col:nth-child(even) .plan-col__pic--ginmii::before {
  right: 0;
}

.plan-col:nth-child(even) .plan-col__pic::before {
  left: -150px;
}

.support-contents {
  padding: 0 20px;
}

.support-contents__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.support-contents__txt {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .7px;
}

.support-contents__desc {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .7px;
}

.support-contents__desc.end {
  font-weight: 400;
  font-size: 13px;
}

.support-contents__em {
  border-bottom: 5px solid #ff0;
  line-height: .5;
  padding-bottom: 0;
  display: inline-block;
}

.support-contents__flex {
  margin: 50px 0 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.support-contents__flex__item {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 58px 10px 52px;
  position: relative;
}

.support-contents__flex__item__title {
  color: #231815;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: 1.98px;
  margin-bottom: 14px;
}

.support-contents__flex__item__price {
  font-size: 28px;
  font-weight: 700;
}

.support-contents__flex__item__price span {
  font-family: "acumin-pro","acumin pro",sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
}

.support-contents__flex__item.recommend::before {
  content: "おすすめ";
  color: #fff;
  background-color: #231815;
  border-radius: 0px 0px 5px 0px;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .55px;
  padding: 8px 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.support-list {
  margin-top: 104px;
  position: relative;
  z-index: 1;
}

.support-list__card {
  margin-top: 32px;
  padding: 32px 0;
  border-top: 5px solid #46c7f0;
  -webkit-box-shadow: 0px 2px 17px rgba(0,0,0,.03);
  box-shadow: 0px 2px 17px rgba(0,0,0,.03);
  background-color: #fff;
}

.support-list__icon {
  margin: 0;
  text-align: center;
}

.support-list__title {
  text-align: center;
  color: #46c7f0;
  font-weight: 700;
  font-size: 20px;
  line-height: 2.1;
  margin-top: 16px;
}

.support-list__contents {
  width: 202px;
  margin: 0 auto;
}

.support-list__detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 10px;
}

.support-list__detail::before {
  content: "■";
  color: #cfcfcf;
  font-size: 10px;
  display: inline-block;
  padding-right: 1em;
}

.sec-content--md {
  padding: 15px 0;
}

.sec-content--md.studio {
  padding-top: 50px;
}

.plan-list {
  max-width: 750px;
}

.creative-list-area .plan-list li {
  margin-top: 0 !important;
}

.dots-list__title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .03em;
  text-align: center;
  margin-bottom: 40px;
}

.sec-content--worker {
  background-color: #fafafa;
}

.sec-content--worker:nth-child(even) {
  background-color: #fff;
}

.service-info {
  margin-bottom: 25px;
}

.c-worker-list .lead_wrap {
  padding: 0 0 20px;
}

.c-worker-list .lead_wrap .sttl {
  margin: 0 0 15px;
}

.c-worker-list .lead_wrap .work_photo {
  margin: 30px 0;
}

.c-worker-list .lead_wrap .worker-list--txt span {
  margin: 0 10px 0 0;
  font-weight: bold;
}

.c-worker-list .lead_wrap .worker-list--txt span.ando {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #87d4b1));
  background: linear-gradient(transparent 60%, #87d4b1 60%);
}

.c-worker-list .lead_wrap .worker-list--txt span.kumada {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FF706E));
  background: linear-gradient(transparent 60%, #FF706E 60%);
}

.c-worker-list .lead_wrap .worker-list--txt span.aizawa {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fdee92));
  background: linear-gradient(transparent 60%, #fdee92 60%);
}

.c-worker-list .lead_wrap .worker-list--txt p {
  margin: 0 0 15px;
}

.c-worker-list .lead_wrap .worker-list--title {
  margin-bottom: 12px;
  font-size: 20px;
}

.c-worker-list .lead_wrap .lead_box .worker-list--pic {
  margin-bottom: 20px;
}

.c-worker-list .service-content--list {
  margin-bottom: 15px;
  color: #605f5f;
  line-height: 1.2;
}

.c-worker-list .service-content--list>li {
  display: inline-block;
  font-size: 14px;
}

.service-web__bottom {
  position: relative;
  padding: 40px 0;
  margin: 50px 0 0;
}

.service-web__bottom::before {
  width: 120%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ecfcff;
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
  transform: translate(-50%, -50%) rotate(-3deg);
}

.service-web__bottom .l-container {
  position: relative;
  z-index: 2;
}

.service-web__bottom p {
  margin-bottom: 15px;
}

.web-plan__wrap .c-btn {
  margin: 20px 0 0;
  text-align: center;
}

.web-plan__wrap .c-btn .btn {
  width: 280px;
}

.web-plan__table {
  margin: 0 0 20px 0;
  text-align: center;
}

.web-plan__table dl dt {
  background-color: #fff;
  padding: 5px;
  font-weight: bold;
}

.web-plan__table dl dd {
  padding: 5px;
}

.sec-content--service-music .c-btn {
  text-align: center;
}

.works .works-article {
  margin-top: 40px;
}

.works .works-article__item {
  margin-top: 32px;
}

.works .works-article__item>a:hover {
  opacity: 1;
}

.works .works-article__item>a:hover .works-article__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.works .works-article__thumb {
  aspect-ratio: 335/225;
  overflow: hidden;
  position: relative;
}

.works .works-article__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  -webkit-transition: ease .4s;
  transition: ease .4s;
}

.works .works-article__studio {
  padding: 4px 8px;
  background: -webkit-gradient(linear, left top, right top, from(#f05), to(#f94cff));
  background: linear-gradient(90deg, #f05 0%, #f94cff 100%);
  position: absolute;
  line-height: normal;
  color: #fff;
  border-radius: 2px;
  top: 10px;
  right: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
}

.works .works-article__meta {
  letter-spacing: .05em;
  line-height: 1.45;
  margin-top: 16px;
}

.works .works-article__client {
  font-size: 13px;
}

.works .works-article__title {
  font-weight: 700;
  margin-top: 4px;
  font-size: 18px;
}

.works .works-article__tax {
  margin-top: 16px;
  letter-spacing: .02em;
  font-size: 14px;
}

.works .works-article__tag {
  color: #898989;
  display: inline-block;
  line-height: 1.4;
  cursor: pointer;
  margin-right: 12px;
}

.works .works-article__tag::before {
  content: "#";
}

.works .works-article__tag:hover {
  opacity: .6;
}

.works .works-article__tag a {
  color: #898989;
  opacity: 1;
}

.works .c-pagination .wp-pagenavi .first,
.works .c-pagination .wp-pagenavi .last {
  display: none;
}

.works .c-pagination .wp-pagenavi>a,
.works .c-pagination .wp-pagenavi span {
  border-bottom: none;
  font-weight: normal;
  color: #000;
  letter-spacing: .02em;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.works .c-pagination .wp-pagenavi .current {
  color: #46c7f0;
  position: relative;
  padding: 0 4px;
  margin: 0 4px;
}

.works .c-pagination .wp-pagenavi .current::after {
  content: "";
  height: 1px;
  width: 8px;
  background-color: #46c7f0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.works .c-pagination .wp-pagenavi .page {
  position: relative;
  padding: 0 4px;
  margin: 0 4px;
}

.works .c-pagination .wp-pagenavi .page:hover {
  color: #46c7f0;
  opacity: 1;
}

.works .c-pagination .wp-pagenavi .page:hover::after {
  content: "";
  height: 1px;
  width: 12px;
  background-color: #46c7f0;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.works .c-pagination .wp-pagenavi .extend {
  position: relative;
  top: -6px;
  padding: 0 4px;
  margin: 0 4px;
}

.works .c-pagination .wp-pagenavi .previouspostslink,
.works .c-pagination .wp-pagenavi .nextpostslink {
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  color: rgba(0,0,0,0);
  margin: 0;
}

.works .c-pagination .wp-pagenavi .previouspostslink::before,
.works .c-pagination .wp-pagenavi .nextpostslink::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #898989;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.works .c-pagination .wp-pagenavi .previouspostslink:hover,
.works .c-pagination .wp-pagenavi .nextpostslink:hover {
  opacity: 1;
}

.works .c-pagination .wp-pagenavi .previouspostslink:hover::before,
.works .c-pagination .wp-pagenavi .nextpostslink:hover::before {
  background-color: #46c7f0;
}

.works .c-pagination .wp-pagenavi .previouspostslink {
  margin-right: 10px;
}

.works .c-pagination .wp-pagenavi .previouspostslink::before {
  -webkit-mask-image: url("./images/common/page_prev.svg");
  mask-image: url("./images/common/page_prev.svg");
}

.works .c-pagination .wp-pagenavi .nextpostslink {
  margin-left: 10px;
}

.works .c-pagination .wp-pagenavi .nextpostslink::before {
  -webkit-mask-image: url("./images/common/page_next.svg");
  mask-image: url("./images/common/page_next.svg");
}

.works .works-tax-list__contents {
  border-bottom: solid 1px #d0d2d4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.works .works-tax-list__col:first-child {
  margin-bottom: 20px;
}

.works .works-tax-list__title {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-left: 3px;
  margin-bottom: 5px;
}

.works .works-tax-list__lists {
  width: 100%;
}

.works .works-tax-list__item {
  display: inline-block;
  margin: 4px;
}

.works .works-tax-list__item:first-child {
  margin-right: -3px;
}

.works .works-tax-list__link {
  display: inline-block;
  border: solid 1px #d0d2d4;
  border-radius: 9999px;
  font-size: 15px;
  color: #898989;
  padding: 5px 15px;
  line-height: 15px;
  letter-spacing: .3px;
}

.works .works-tax-list__link:hover {
  color: #46c7f0;
  border: solid 1px #46c7f0;
}

.works .works-tax-list__link--current {
  color: #46c7f0;
  border: solid 1px #46c7f0;
}

.works .works-single {
  line-height: 1.43;
}

.works .works-single__title {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
}

.works .works-single__title span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}

.works .works-single__category {
  margin-bottom: 40px;
  margin-top: 3px;
}

.works .works-single__category--tag {
  color: #898989;
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
}

.works .works-single__mainpic {
  max-width: 770px;
  margin: 0 auto 52px;
}

.works .works-single__mainpic img {
  width: 100%;
}

.works .works-single__sec {
  padding: 0;
}

.works .works-single__sec::before {
  display: none;
}

.works .works-single__sec:first-of-type {
  margin-bottom: 52px;
}

.works .works-single__sec:nth-of-type(2) {
  margin-bottom: 64px;
}

.works .works-single__sec:nth-of-type(3) {
  margin-bottom: 56px;
}

.works .works-single__sec:nth-of-type(4) {
  margin-bottom: 56px;
}

.works .works-single__sec:nth-of-type(5) {
  margin-bottom: 56px;
}

.works .works-single__sec:nth-of-type(6) {
  margin-bottom: 56px;
}

.works .works-single__subtitle {
  font-weight: 700;
  letter-spacing: .05em;
  font-size: 20px;
  margin-bottom: 22px;
}

.works .works-single__captures {
  margin-bottom: 80px;
}

.works .works-single__capture {
  overflow-y: scroll;
  max-height: 460px;
  border: 2px solid #000;
  -webkit-filter: drop-shadow(0px 2px 24px rgba(0, 0, 0, 0.02));
  filter: drop-shadow(0px 2px 24px rgba(0, 0, 0, 0.02));
  border-radius: 5px;
}

.works .works-single__capture img {
  width: 100%;
}

.works .works-single__capture--sp {
  margin-top: 32px;
}

.works .works-single__bg-box {
  background-color: #f5f5f5;
  padding: 24px;
}

.works .works-single__staff {
  display: inline-block;
  letter-spacing: 0;
}

.works .works-single__staff:not(:first-child) {
  margin-left: 18px;
}

.works .works-single__staff a {
  display: inline-block;
}

.works .works-single__staff a::before {
  content: "#";
}

.works .works-single .blog__content {
  padding: 0;
}

.works .works-single .c-linetable {
  margin-bottom: 64px;
}

.works .works-single .works-article {
  margin-top: 0;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bc-white {
  background-color: #fff !important;
}

.u-bc-gray {
  background-color: #fff !important;
}

.u-bc-gray-border {
  background-image: linear-gradient(-45deg, #fff 25%, #fafafa 25%, #fafafa 50%, #fff 50%, #fff 75%, #fafafa 75%, #fafafa);
  background-size: 12px 12px;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-c-red {
  color: #c00 !important;
}

.u-c-green {
  color: #00a496 !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),url("./fonts/slick.woff") format("woff"),url("./fonts/slick.ttf") format("truetype"),url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0,0,0,0);
  color: rgba(0,0,0,0);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: rgba(0,0,0,0);
  color: rgba(0,0,0,0);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Noto Sans Japanese","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #3488c9;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "<";
}

[dir=rtl] .slick-prev:before {
  content: "<";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: ">";
}

[dir=rtl] .slick-next:before {
  content: ">";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: rgba(0,0,0,0);
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: rgba(0,0,0,0);
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0,0,0,0);
}

.slick-arrow.slick-hidden {
  display: none;
}

.js-mask-text {
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(34%, #000), color-stop(34%, #ffff00), color-stop(66%, #ffff00), color-stop(66%, white), to(white));
  background-size: 300% 100%;
  background-position: 100% 0;
  -webkit-text-fill-color: rgba(0,0,0,0);
  -webkit-background-clip: text;
  -webkit-transition: background-position 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-position 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.js-mask-text.isVisble {
  background-position: 0 0;
}

.js-mask-text__gray {
  background: -webkit-gradient(linear, left top, right top, from(#605f5f), color-stop(34%, #605f5f), color-stop(34%, #ffff00), color-stop(66%, #ffff00), color-stop(66%, white), to(white));
  background-size: 300% 100%;
  background-position: 100% 0;
  -webkit-text-fill-color: rgba(0,0,0,0);
  -webkit-background-clip: text;
  -webkit-transition: background-position 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-position 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.js-mask-text__gray.isVisble {
  background-position: 0 0;
}

.js-mask-text__blue {
  background: -webkit-gradient(linear, left top, right top, from(#605f5f), color-stop(34%, #605f5f), color-stop(34%, #ffff00), color-stop(66%, #ffff00), color-stop(66%, white), to(white));
  background-size: 300% 100%;
  background-position: 100% 0;
  -webkit-text-fill-color: rgba(0,0,0,0);
  -webkit-background-clip: text;
  -webkit-transition: background-position 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-position 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.js-mask-text__blue.isVisble {
  background-position: 0 0;
}

@media screen and (min-width: 400px) {
  .c-works-slider__swiper .swiper-button-prev {
    bottom: 130px;
  }

  .c-works-slider__swiper .swiper-button-next {
    bottom: 130px;
  }
}

@media screen and (min-width: 520px) {
  .c-works-slider__swiper .swiper-button-prev {
    bottom: 100px;
  }

  .c-works-slider__swiper .swiper-button-next {
    bottom: 100px;
  }
}

@media screen and (min-width: 736px) {
  .flex-col__pc--2>li {
    width: 50%;
  }

  .flex-col__pc--4>li {
    width: 25%;
  }

  .flex-col_3>li {
    width: 33.3333%;
  }

  .flex-col_4>li {
    width: 25%;
  }

  .flex-col_5>li {
    width: 20%;
  }

  .link__arrow::after {
    margin-top: -4px;
  }

  .viewlinks {
    font-size: 16px;
  }

  button.btn-submit {
    margin-top: 30px;
  }

  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    padding: 10px;
  }

  .input__middle {
    width: 50% !important;
  }

  .select-wrap select {
    padding: 10px 40px 10px 20px;
  }

  .c-form {
    display: table;
    width: 790px;
    margin: 0 auto;
  }

  .c-form .c-form-table__row {
    display: table-row;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-form .c-form-table__row>dt {
    display: table-cell;
    width: 200px;
    padding: 20px 15px;
    background-color: rgba(0,0,0,0);
    vertical-align: top;
  }

  .c-form .c-form-table__row>dd {
    display: table-cell;
  }

  .d-form {
    width: 747px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 70px;
  }

  .d-form-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-form__confirm dl {
    display: table;
    width: 790px;
    margin: 0 auto 20px;
  }

  .c-form__confirm dl>dt {
    padding: 5px 15px;
    width: 200px;
    display: table-cell;
    background-color: rgba(0,0,0,0);
    border-right: 2px solid #d0d2d4;
  }

  .c-form__confirm dl>dd {
    padding: 5px 20px;
    display: table-cell;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
    letter-spacing: .1em;
  }

  .c-article-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-article-list::after {
    content: "";
    width: calc(33.33333% - 25px);
  }

  .c-article-list>li {
    width: calc(33.33333% - 25px);
  }

  .c-article-list>li .article-list__txt {
    padding: 35px 20px 20px;
  }

  .c-article-list>li .article-list__txt .article-list__title {
    min-height: 65px;
  }

  .c-article-list>li .article-list__cats {
    margin: 7px 20px;
  }

  .author-sns__list a {
    font-size: 26px;
  }

  .c-box__white {
    padding: 12px 14px 15px;
  }

  .c-btn {
    margin-top: 50px;
  }

  .c-btn__col2 .btn {
    margin: 0 10px;
    display: inline-block;
  }

  .c-btn__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 50px;
    gap: 10px;
  }

  .btn {
    width: 200px;
    padding: 12px;
    font-size: 16px;
  }

  .btn__big {
    width: 250px;
  }

  .js-hover-btn__left {
    height: 34px;
    top: 10px;
    left: 5px;
  }

  .js-hover-btn__right {
    height: 34px;
    top: 10px;
    right: 5px;
  }

  .js-hover-btn__top {
    width: 220px;
    top: 5px;
    left: 14px;
  }

  .js-hover-btn__bottom {
    width: 220px;
    bottom: 5px;
    left: 14px;
  }

  .c-button-2.apparel {
    margin: 0 10px;
  }

  .c-button-2 {
    margin: 0 10px;
  }

  .c-button-3 {
    margin: 0 10px;
  }

  .c-case {
    padding-bottom: 64px;
    margin-bottom: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .c-case:last-child {
    margin-bottom: 0;
  }

  .c-case__title {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .c-case__cat {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .c-case__txtbox {
    width: calc(100% - 580px);
  }

  .c-case__txt {
    font-size: 16px;
    margin-bottom: 46px;
    letter-spacing: .001em;
  }

  .c-case__icon {
    margin-right: 22px;
    padding-left: 50px;
    font-size: 16px;
  }

  .c-case__icon:last-child {
    margin-right: 0;
  }

  .c-case__icon::before {
    width: 44px;
    height: 44px;
  }

  .c-case__pic {
    margin: 0;
    width: 530px;
  }

  .c-case__pic.pc {
    display: block;
  }

  .c-case__pic.sp {
    margin-bottom: 0;
    display: none;
  }

  .c-case .c-btn {
    margin-top: 40px;
    text-align: left;
  }

  .c-template {
    padding-top: 40px;
    margin-bottom: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-template__title {
    font-size: 43px;
    margin-bottom: 24px;
  }

  .c-template__title::before {
    margin-bottom: 16px;
  }

  .c-template__title span {
    font-size: 64px;
  }

  .news .c-content-navi {
    margin-bottom: 50px;
  }

  .c-content-navi li {
    padding: 0px 10px;
    font-size: 16px;
  }

  .conversion {
    width: 100%;
  }

  .conversion .conversion-inner {
    width: 930px;
    padding: 80px 78px;
  }

  .conversion .conversion-inner::before {
    width: 273px;
    height: 278px;
    left: auto;
    right: 55px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-image: url(../images/common/light_pc.svg);
  }

  .conversion-title {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .conversion-desc {
    font-size: 16px;
  }

  .conversion .c-btn {
    margin-top: 30px;
    text-align: left;
  }

  .conversion .c-btn a {
    width: 292px;
  }

  .culture {
    margin: 60px auto 0;
  }

  .culture-title {
    font-size: 28px;
  }

  .culture-lists {
    font-size: 24px;
  }

  .culture-list {
    padding: 40px;
  }

  .culture-list__title {
    font-size: 20px;
  }

  .dots-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }

  .dots-list li {
    font-size: 16px;
  }

  .faq-lists .faq-list__content {
    font-size: 18px;
  }

  .faq-lists .faq-list__title {
    padding: 40px 80px;
  }

  .faq-lists .faq-list__title::before {
    font-size: 42px;
  }

  .faq-lists .faq-list__title::after {
    width: 26px;
    height: 26px;
  }

  .faq-lists .faq-list__answer {
    padding: 20px 80px 40px;
  }

  .faq-lists .faq-list__answer:before {
    font-size: 42px;
  }

  .c-news__list {
    width: 920px;
    margin: 0 auto;
  }

  .c-news__list li {
    width: 100%;
    display: table;
    padding: 15px 0;
    font-size: 14px;
  }

  .c-news__list a::after {
    top: 5px;
    margin-top: 0;
  }

  .c-news__list-icon {
    width: 130px;
    display: table-cell;
    vertical-align: middle;
  }

  .c-news__list-date {
    border-right: 1px solid #d0d2d4;
    padding: 2px 10px 2px;
    display: table-cell;
    width: 110px;
  }

  .c-news__list-txt {
    display: inline-block;
    margin-top: 0;
    padding-left: 10px;
    display: table-cell;
  }

  .top-section__title {
    margin-bottom: 150px;
    font-size: 80px;
  }

  .top-section__subtitle {
    margin-bottom: 40px;
  }

  .b-page__title {
    margin-bottom: 70px;
  }

  .b-page__title-with__sub {
    margin-bottom: 40px;
  }

  .b-page__title-with__sub {
    margin-bottom: 0;
  }

  .page__title-sub img {
    width: 100px;
  }

  .page__title {
    margin-bottom: 20px;
    font-size: 80px;
  }

  .section-title {
    margin-bottom: 60px;
    padding-bottom: 20px;
    font-size: 36px;
  }

  .section-title:after {
    width: 52px;
    margin-left: -26px;
  }

  .section-title span {
    font-size: 16px;
  }

  .section-title__sub {
    text-align: center;
  }

  .section-title--2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding-left: 45px;
    margin-bottom: 45px;
  }

  .section-title--2--main:before {
    width: 17px;
    height: 17px;
    left: -30px;
  }

  .section-title--2--pl-large {
    padding-left: 40px;
  }

  .section-title--2--main {
    font-size: 47px;
  }

  .section-title--2--small {
    margin-top: 10px;
  }

  .h-subtitle {
    margin: 40px 0 30px;
    font-size: 20px;
  }

  .c-block__title {
    margin-bottom: 30px;
    padding: 14px 20px 10px;
    font-size: 24px;
  }

  .c-block__title__dot {
    background-size: 139px;
  }

  .c-block__title__dot:after {
    width: 20px;
    height: 11px;
    margin-left: -10px;
    bottom: -11px;
    background-image: url(../../images/common/icon_arrow_dot_pc.png);
  }

  .c-block__title__green {
    background-size: 139px;
  }

  .c-block__title__green:after {
    width: 20px;
    height: 9px;
    margin-left: -10px;
    bottom: -9px;
    background-image: url(../../images/gate/icon_arrow_dot_green_pc.png);
  }

  .section-subcopy {
    text-align: center;
  }

  .c-linetable__item {
    padding: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-linetable__title {
    width: 90px;
  }

  .c-linetable__detail {
    margin-top: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 48px;
  }

  .c-linetable__member {
    margin-top: 32px;
  }

  .lkc-thumbnail {
    margin: 0 1.2rem 1.2em 0 !important;
  }

  .lkc-title {
    font-size: 22px !important;
  }

  .lkc-title-text {
    font-size: 16px !important;
  }

  .marker__pink-border {
    background-size: 8px 10px;
  }

  .c-news__list {
    width: 920px;
    margin: 0 auto;
  }

  .c-news__list li {
    width: 100%;
    display: table;
    padding: 15px 0;
    font-size: 14px;
  }

  .c-news__list a::after {
    top: 5px;
    margin-top: 0;
  }

  .c-news__list-icon {
    width: 130px;
    display: table-cell;
    vertical-align: middle;
  }

  .c-news__list-date {
    border-right: 1px solid #d0d2d4;
    padding: 2px 10px 2px;
    display: table-cell;
    width: 110px;
  }

  .c-news__list-txt {
    display: inline-block;
    margin-top: 0;
    padding-left: 10px;
    display: table-cell;
  }

  .c-plan .other-plan {
    margin-top: 130px;
  }

  .c-plan .other-plan .l-container {
    width: 1165px;
    padding: 0;
  }

  .other-plan__title {
    font-size: 32px;
  }

  .otherplan-list {
    margin-top: 56px;
  }

  .otherplan-lists__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 40px;
  }

  .otherplan-lists__pic {
    width: 242px;
    margin: 0;
  }

  .otherplan-lists__title {
    font-size: 20px;
  }

  .otherplan-lists__txt {
    width: 787px;
    padding-right: 127px;
  }

  .otherplan-lists__txt::after {
    width: 65px;
    height: 65px;
    right: 0;
  }

  .otherplan-lists__info {
    margin-top: 16px;
    font-size: 16px;
  }

  .c-pagetop {
    bottom: 40px;
  }

  .c-pagetop a {
    width: 68px;
    height: 68px;
  }

  .c-pagetop a i {
    font-size: 30px;
  }

  .c-pagination .pagination {
    margin-top: 90px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-pagination .pagination .pagination-archive {
    margin-top: 60px;
  }

  .wp-pagenavi {
    margin-top: 90px;
  }

  .c-plan {
    padding: 150px 0;
  }

  .c-plan .l-container {
    width: 980px;
  }

  .plan-desc__cont {
    margin: 40px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .plan-desc__cont .plan-desc {
    width: 265px;
    margin: 0;
  }

  .plan-desc__cont .plan-desc__txt dd span {
    font-size: 16px;
  }

  .plan-attention {
    text-align: center;
  }

  .plan-list {
    width: 100%;
    text-align: center;
  }

  .plan-list li {
    display: inline-block;
    margin: 26px 10px 0;
    font-size: 19px;
  }

  .plan-list li img {
    width: auto;
  }

  .plan-list li span {
    font-size: 15px;
  }

  .c-staff-list {
    margin-top: 60px;
  }

  .c-staff-list::before {
    display: block;
    content: "";
    width: calc(25% - 25px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    max-width: 400px;
  }

  .c-staff-list::after {
    display: block;
    content: "";
    width: calc(25% - 25px);
    max-width: 400px;
  }

  .c-staff-list li {
    width: calc(25% - 25px);
    margin: 0 0 50px;
  }

  .c-staff-list li .staff-list__txt .staff-list__title {
    min-height: 65px;
  }

  .c-tab {
    margin-top: 40px;
  }

  .c-tab__btn {
    margin: 0 auto;
    width: 600px;
    height: 45px;
  }

  .c-tab__item {
    width: 320px;
    position: absolute;
    top: 0;
  }

  .c-tab__item:first-child {
    left: 0;
  }

  .c-tab__item:nth-child(2) {
    right: 0;
    margin-top: 0;
  }

  .c-tab__area {
    margin-top: 60px;
  }

  .c-table {
    width: 700px;
    margin: 0 auto;
    display: table;
    border-collapse: collapse;
  }

  .c-table__row {
    display: table-row;
  }

  .c-table__row>dt {
    display: table-cell;
    width: 180px;
    padding: 20px 0;
  }

  .c-table__row>dd {
    display: table-cell;
    padding: 20px;
  }

  .c-table.c-table__default {
    border-top: 1px solid #d0d2d4;
  }

  .c-table.c-table__default .c-table__row {
    display: table-row;
    border-bottom: 1px solid #d0d2d4;
  }

  .c-table.c-table__default .c-table__row:last-child>dt {
    border-bottom: 2px solid #000;
  }

  .c-table.c-table__default .c-table__row>dt {
    border-top: 2px solid #000;
    border-bottom: 1px solid #d0d2d4;
  }

  .c-table.c-table__default .c-table__row>dd {
    border-bottom: 1px solid #d0d2d4;
  }

  .userlist>li {
    padding: 24px 0;
  }

  .userlist>li .userlist-icon {
    width: 25%;
  }

  .userlist>li .userlist-info {
    width: calc(75% - 15px);
  }

  .b-page__title--works-slider {
    padding-bottom: 120px;
  }

  .b-page__title--works-slider:before {
    height: 100px;
    bottom: 0;
  }

  .b-page__title--works-slider--works {
    padding-bottom: 80px;
  }

  .sec-content--works-slider {
    padding: 70px 0 150px !important;
  }

  .c-works-slider__textarea {
    width: 39%;
    max-width: 544px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    left: 0;
    z-index: 10;
    padding-bottom: 0;
  }

  .c-works-slider__contents {
    padding: 52px 0 110px 554px;
  }

  .c-works-slider__textarea h2 {
    padding-left: 30px;
    font-size: 48px;
    margin-top: -17px;
  }

  .c-works-slider__textarea-img {
    margin-top: 80px;
    padding-left: 20px;
  }

  .c-works-slider__textarea img {
    max-width: 233px;
  }

  .c-works-slider__swiper .swiper-slide {
    max-width: 452px;
  }

  .top-works-article__studio {
    padding: 5px 11px 6px 12px;
  }

  .c-works-slider__swiper-client {
    margin-top: 32px;
  }

  .c-works-slider__swiper-title {
    font-size: 24px;
    margin: 20px 0;
  }

  .c-works-slider__swiper-list {
    gap: 0 20px;
  }

  .c-works-slider__swiper-list li {
    line-height: 1.9;
  }

  .c-works-slider__swiper-list a {
    font-size: 16px;
  }

  .c-works-slider__swiper .swiper-pagination-bullets {
    bottom: -55px;
  }

  .c-works-slider__swiper .swiper-button-prev {
    left: calc(50% - 317px);
    top: 56%;
  }

  .c-works-slider__swiper .swiper-button-next {
    right: calc(50% - 307px);
    top: 56%;
  }

  .footer-wrap {
    padding: 122px 26px 143px;
  }

  .footer-wrap__inner {
    max-width: 1246px;
  }

  .footer-info {
    padding-bottom: 103px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .footer-info__title {
    font-size: 32px;
  }

  .footer-info__text {
    font-size: 16px;
  }

  .footer-info__mag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0 91px;
  }

  .footer-info__mag .footer-info__title {
    margin-bottom: 20px;
  }

  .footer-info__mag .footer-info__text {
    margin-bottom: 43px;
    margin-right: 0;
    display: block;
  }

  .footer-info__mag img {
    margin-top: 51px;
    margin-left: 12px;
    display: block;
  }

  .footer-info__mag .c-button {
    margin: 0;
  }

  .footer-info__dl {
    margin: 0;
  }

  .footer-info__dl .footer-info__title {
    margin-bottom: 18px;
  }

  .footer-info__dl .footer-info__text {
    margin-bottom: 72px;
  }

  .footer-info__dl .c-button {
    margin: 0;
  }

  .footer-info__sns {
    padding-right: 72px;
    margin: 0;
  }

  .footer-info__sns .footer-info__title {
    margin-bottom: 18px;
  }

  .footer-info__sns .footer-info__text {
    margin-bottom: 53px;
  }

  .footer-info__sns-links {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .l-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 51px;
  }

  .l-footer .footer-logoarea p {
    margin: 0;
  }

  .footer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 36px;
  }

  .l-footer__copy {
    text-align: left;
  }

  .gnav-btn {
    display: none;
  }

  .header-wrap {
    position: relative;
  }

  .pc-nav {
    display: block;
    float: right;
  }

  .gnav-child {
    width: 100%;
    padding: 40px 0;
    position: absolute;
    left: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: ease .2s;
    transition: ease .2s;
    z-index: 10;
  }

  .index .gnav-index {
    color: #0addff;
  }

  .service .gnav-service,
  .web .gnav-service,
  .fullorder .gnav-service,
  .studio .gnav-service,
  .topping .gnav-service,
  .lp .gnav-service {
    color: #0addff;
  }

  .faq .gnav-faq {
    color: #0addff;
  }

  .recruit .gnav-culture {
    color: #0addff;
  }

  .customer .gnav-customer {
    color: #0addff;
  }

  .company .gnav-company,
  .philosophy .gnav-company,
  .csr .gnav-company {
    color: #0addff;
  }

  .access .gnav-access {
    color: #0addff;
  }

  .works .gnav-works {
    color: #0addff;
  }

  .crosstalk .gnav-crosstalk {
    color: #0addff;
  }

  .contact .gnav-contact {
    color: #0addff;
  }

  .blog .gnav-blog {
    color: #0addff;
  }

  .blog .gnav-blog {
    color: #0addff;
  }

  .private-works .gnav-private {
    color: #0addff;
  }

  .private-works .gnav-works {
    color: #000;
  }

  .header-fixed .gnav-list .gnav-lists .gnav-lists__link {
    padding: 15px 15px;
  }

  .header-fixed .gnav-list .gnav-lists:last-child a {
    padding-right: 0;
  }

  .gnav-list {
    width: auto;
    padding: 0;
  }

  .gnav-list .gnav-lists {
    width: auto;
    display: inline-block;
    text-align: center;
  }

  .gnav-list .gnav-lists .gnav-lists__link {
    display: block;
    padding: 20px 10px;
    font-size: 16px;
    background-color: rgba(0,0,0,0);
    -webkit-transition: ease .2s;
    transition: ease .2s;
  }

  .gnav-list .gnav-lists .gnav-lists__link:hover {
    color: #898989;
  }

  .gnav-list .gnav-lists:last-child a {
    padding-right: 0;
  }

  .gnav-child>li {
    width: 100%;
  }

  .l-header .l-container {
    position: static;
  }

  .l-header.header-fixed {
    background-color: rgba(255,255,255,.9);
  }

  .l-header.header-fixed .l-header__title img {
    width: 80px;
  }

  .l-header .l-container {
    padding: 0;
  }

  .l-header__title {
    float: left;
    padding: 25px 0 50px 0;
  }

  .l-header__title img {
    width: 110px;
  }

  .l-wrapper {
    padding-top: 110px;
    min-width: 1165px;
  }

  .l-main {
    padding-top: 50px;
  }

  .index .l-main {
    padding-top: 0;
  }

  section,
  .sec-content {
    padding: 70px 0;
  }

  section:before,
  .sec-content:before {
    width: 1078px;
    top: 0px;
  }

  .section-content {
    padding: 150px 0 60px;
  }

  .section-content p {
    margin: 20px 0;
  }

  .section-content p:last-child {
    margin-bottom: 0;
  }

  .l-container {
    padding: 0 20px;
    width: 1165px;
  }

  .l-container__mybusiness {
    padding: 0 20px;
    width: 100%;
  }

  .l-container__col2 .section-title {
    width: 210px;
    float: left;
    text-align: left;
  }

  .l-container__col2 .section-title:after {
    left: 0;
    margin-left: 0;
  }

  .l-container__col2 .c-block {
    width: 790px;
    float: right;
  }

  .sec-content__line-none.creative {
    padding-bottom: 56px;
  }

  .sec-content.toppadding {
    padding-top: 70px !important;
  }

  .sec-content__ginmii {
    width: 1165px;
    margin: 0 auto;
    padding: 40px 80px;
  }

  .sec-content__mailmagazine {
    padding: 50px 0 10px;
  }

  .sec-content--alliance {
    padding-bottom: 140px;
  }

  .spBr {
    display: none;
  }

  .pcBr {
    display: block;
  }

  .access .map {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
  }

  .access .map__content {
    width: 50%;
    aspect-ratio: 4/3;
  }

  .access .map__desc__address {
    font-size: 16px;
  }

  .access .map__desc__list {
    font-size: 16px;
  }

  .works-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .works-list>li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .works-list>li>a:hover {
    opacity: 1;
  }

  .works-list .works-list__txt {
    padding: 20px;
    bottom: 30px;
    font-size: 16px;
  }

  .works-list .works-list__title {
    font-size: 16px;
  }

  .artist-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .artist-list>li {
    width: calc(33.3333% - 10px);
  }

  .author-content .author-block {
    position: relative;
  }

  .author-content .author-block .author-block__pic {
    width: 760px;
  }

  .author-content .author-block .author-block__txt {
    position: absolute;
    top: 30px;
    right: 0;
    width: 500px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 2px 1px 3px 0px rgba(208,210,212,.4);
    box-shadow: 2px 1px 3px 0px rgba(208,210,212,.4);
  }

  .author-content .author-block .author-block__txt h3 {
    display: inline-block;
  }

  .author-content .author-block .author-block__avator {
    margin: 0 0 10px;
    text-align: left;
  }

  .author-content .author-block .author-block__avator img {
    margin-right: 10px;
  }

  .blog .sec-content .l-container {
    margin-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog .sec-content .l-container .b-single-content {
    width: 780px;
  }

  .blog .sec-content .l-container .l-sidebar {
    width: 260px;
  }

  .blog-cta__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }

  .blog-cta__list li {
    width: calc(50% - 20px);
    padding: 20px;
  }

  .cat-list {
    margin-bottom: 80px;
  }

  .cat-list>li {
    padding: 0 20px;
    font-size: 16px;
  }

  .c-blog-list>li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .c-blog-list__pic {
    width: calc(15% - 20px);
  }

  .c-blog-list__txt {
    width: 85%;
  }

  .c-blog-list__date {
    font-size: 16px;
  }

  .c-blog-list__title {
    font-size: 20px;
    line-height: 1.6;
  }

  .c-blog-list__desc {
    display: block;
  }

  .blog-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-list:after {
    display: block;
    content: "";
    width: calc(33.3333% - 20px);
  }

  .blog-list>li {
    width: calc(33.3333% - 20px);
  }

  .blog-list .blog-list__txt {
    font-size: 16px;
  }

  .blog-list .blog-list__title {
    margin: 10px 0;
    font-size: 20px;
  }

  .blog__header {
    margin-bottom: 40px;
  }

  .blog__header .blog__title {
    font-size: 22px;
  }

  .blog__header .blog__header--author img {
    width: 60px;
  }

  .blog__content {
    padding: 0 30px;
  }

  .blog__content h1 {
    margin: 30px 0;
  }

  .blog__content h2 {
    margin: 30px 0;
  }

  .blog__content h3 {
    margin: 30px 0;
  }

  .blog__content h4 {
    margin: 30px 0;
  }

  .blog__content h5 {
    margin: 30px 0;
  }

  .blog__content h6 {
    margin: 30px 0;
  }

  .blog__content p {
    margin: 30px 0;
  }

  .blog__content ul {
    margin: 30px 0;
  }

  .blog__content ol {
    margin: 30px 0;
  }

  .blog__content blockquote {
    margin: 30px 0;
    padding: 25px;
    border-left: 5px solid #d0d2d4;
  }

  .blog-footer__author {
    width: 100%;
    padding: 40px;
    margin: 60px auto 0;
  }

  .blog-footer__author .blog-footer__txt {
    width: 580px;
  }

  .sec-content--philosophy.studio {
    padding-bottom: 45px;
  }

  .sec-content--philosophy .philosophy-title {
    margin-bottom: 25px;
    font-size: 36px;
    padding-top: 0;
  }

  .sec-content--philosophy .philosophy-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 85px;
  }

  .sec-content--philosophy .philosophy-img-001 {
    width: 50%;
  }

  .sec-content--philosophy .philosophy-img-001 img {
    max-width: 401px;
    margin: 40px auto;
  }

  .sec-content--philosophy .philosophy-txt {
    width: 45%;
    padding: 0;
  }

  .sec-content--philosophy .philosophy-txt div p {
    margin-bottom: 0 0 15px;
  }

  .sec-content--philosophy .philosophy-img-002 img {
    margin-top: 80px;
    width: 1100px;
    max-width: 1100px;
  }

  .sec-content--philosophy p {
    font-size: 16px;
  }

  .sec-content--value:first-of-type {
    padding: 30px 0 30px;
  }

  .sec-content--value {
    padding: 50px 0 70px;
  }

  .value-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .value-content__item {
    width: 45%;
  }

  .sec-content--mvv .mvv-box .backStr {
    display: inline-block;
    font-size: 172px;
    top: 220px;
    left: 80%;
    text-align: start;
    color: #d9f7ff;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }

  .sec-content--mvv .mvv-box:nth-child(n+2)::before {
    top: -62px;
  }

  .sec-content--mvv .mvv-title {
    font-size: 64px;
  }

  .sec-content--mvv .mvv-title .js-mask-text {
    font-size: 16px;
  }

  .sec-content--mvv .mvv-text {
    text-align: center;
    margin: 40px 0 100px;
  }

  .sec-content--mvv .mvv-text-bottom {
    text-align: center;
  }

  .sec-content--organization .organization-pic {
    margin-top: 60px;
  }

  .sec-content--guideline .guideline-list>li {
    margin-top: 40px;
  }

  .sec-content--guideline .guideline-list>li .guideline-list__title {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .sec-content--guideline .guideline-list>li p {
    font-size: 16px;
    line-height: 1.8;
  }

  .sec-content--overviews {
    padding: 100px 0 70px;
  }

  div.anchor {
    padding-top: 150px !important;
  }

  .sec-content__pool {
    margin-top: 130px;
  }

  .pool {
    margin-bottom: 170px;
  }

  .pool--logo img {
    width: 295px;
  }

  .pool--subtitle {
    font-size: 26px;
  }

  .pool--img {
    margin-bottom: 30px;
  }

  .pool--txt {
    margin-bottom: 80px;
    font-size: 16px;
  }

  .pool--events {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pool--events li p {
    margin-top: 10px;
  }

  .pool--img--sp {
    display: none;
  }

  .pool--img--pc {
    display: block;
  }

  .creative-list-area--consulting .l-container {
    width: auto;
  }

  .sec-content--consulting {
    padding-top: 0;
  }

  .consulting__heading {
    padding: 50px 0 124px;
  }

  .consulting__heading:after {
    width: 508px;
    height: 498px;
  }

  .consulting__heading-title {
    font-size: 40px;
  }

  .consulting__heading-text {
    font-size: 18px;
  }

  .consulting__cards {
    padding: 40px 0 10px;
  }

  .consulting__cards-title {
    font-size: 32px;
    margin-bottom: 65px;
  }

  .consulting__cards-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 30px;
  }

  .consulting__cards-item-text {
    font-size: 18px;
  }

  .consulting-box--01 ::before {
    width: 105px;
    height: 105px;
  }

  .consulting-box--02 ::before {
    width: 105px;
    height: 105px;
  }

  .consulting-box--03 ::before {
    width: 105px;
    height: 105px;
  }

  .consulting-box--04 ::before {
    width: 105px;
    height: 105px;
  }

  .consulting-box--05 ::before {
    width: 105px;
    height: 105px;
  }

  .consulting-box--06 ::before {
    width: 105px;
    height: 105px;
  }

  .consulting-box--07 ::before {
    width: 105px;
    height: 105px;
  }

  .consulting-box--08 ::before {
    width: 105px;
    height: 105px;
  }

  .consulting-box--09 ::before {
    width: 105px;
    height: 105px;
  }

  .consulting-box {
    max-width: 890px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .consulting-box li {
    height: 190px;
    padding: 20px;
  }

  .consulting-box li p {
    font-size: 18px;
  }

  .consulting__case--item:last-child {
    padding-bottom: 170px;
  }

  .consulting__case--item {
    padding: 70px 0 50px;
  }

  .case__title--flex {
    padding: 45px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1060px;
    margin: 0 auto;
  }

  .case__title--box img {
    margin: 0 35px 0 0;
  }

  .case__title--box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .case__title--txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 581px;
    text-align: justify;
  }

  .case__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1060px;
    margin: 0 auto;
  }

  .content__measures {
    width: 483px;
    height: 425px;
  }

  .case__arow {
    margin: 0 16px;
  }

  .case__arow--sp {
    display: none;
  }

  .case__arow--pc {
    width: 73px;
    display: block;
  }

  .content__result {
    width: 483px;
    height: 425px;
  }

  .consulting__map {
    padding: 80px 0 120px;
  }

  .consulting__map-title {
    font-size: 20px;
  }

  .consulting__map-img img {
    width: 1100px;
    max-width: 1100px;
  }

  .contact .c-block {
    width: 780px;
    margin: 0 auto;
  }

  .b-thanks p {
    margin-bottom: 25px;
  }

  .crosstalk-info {
    margin-bottom: 50px;
    text-align: center;
  }

  .crosstalk-mainvisual {
    margin: 30px 0;
  }

  .crosstalk-crient__info {
    padding: 40px;
  }

  .sec-content--csr {
    padding-bottom: 90px;
  }

  .csr-text {
    text-align: center;
  }

  .csr-list>li {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .csr-list>li .csr-list__title {
    margin-bottom: 20px;
  }

  .csr-list>li .csr-list__title.csr-list__title--hundred img {
    width: 200px;
  }

  .csr-list>li .csr-list__title.csr-list__title--terra img {
    width: 200px;
  }

  .csr-list>li .csr-list__title img {
    width: 280px;
  }

  .csr-list>li .csr-list__subtitle {
    font-size: 26px;
  }

  .csr-list>li .c-btn {
    margin-top: 30px;
    text-align: left;
  }

  .btn_interview {
    margin-top: 100px;
  }

  .btn_interview .btn {
    width: 350px;
  }

  .p-download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }

  .p-download__items__sp {
    display: none;
  }

  .p-download__items__pc {
    max-width: 270px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .p-download__item {
    gap: 7px;
    width: 270px;
  }

  .p-download__form {
    padding: 0;
  }

  .checkbox-status .wpcf7-form-control {
    gap: 0 18px;
  }

  .fullorder .fullorder-primary {
    padding: 0;
    width: 942px;
    margin: 0 auto;
  }

  .fullorder .fullorder-primary__title {
    font-size: 36px;
    line-height: 1.78;
    margin-bottom: 66px;
    letter-spacing: .001em;
  }

  .fullorder .fullorder-primary__inline {
    text-align: center;
  }

  .fullorder .fullorder-primary__heading {
    font-size: 30px;
    line-height: 1.33;
  }

  .fullorder .fullorder-primary__txt {
    font-size: 18px;
    line-height: 2.1;
    margin-bottom: 35px;
  }

  .fullorder .icon-list {
    width: 940px;
    margin: 0 auto;
  }

  .order-flow {
    width: 940px;
    margin: 0 auto 130px;
  }

  .order-flow__wrap {
    width: auto;
    padding-right: 21px;
    margin-right: 90px;
    border-right: 5px solid #cfcfcf;
  }

  .order-flow__list-wrap {
    margin-bottom: 24px;
  }

  .order-flow__list-wrap::before {
    top: -17px;
  }

  .order-flow__detail {
    padding: 18px 8px 18px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .order-flow__step {
    width: 128px;
    padding-left: 8px;
  }

  .order-flow__step::after,
  .order-flow__step::before {
    right: -15px;
  }

  .order-flow__step::before {
    border-width: 50px 0 50px 16px;
  }

  .order-flow__step::after {
    border-width: 50px 0 50px 16px;
  }

  .order-flow__heading {
    font-size: 20px;
    margin-bottom: 0;
  }

  .order-flow__txt {
    font-size: 16px;
    padding-left: 40px;
  }

  .order-flow__side {
    right: -100px;
  }

  .order-flow__comment {
    font-size: 18px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .top-title {
    font-size: 62px;
    padding-left: 30px;
  }

  .top-title:before {
    width: 17px;
    height: 17px;
  }

  .top-title--pl-large {
    padding-left: 40px;
  }

  .top-mv {
    padding: 0;
    padding-left: 16px;
    padding-top: 90px;
  }

  .top-mv__inner {
    padding-left: 119px;
  }

  .top-mv__bg-loop {
    top: 260px;
    width: 610px;
    -webkit-animation: bg-loop 24s linear infinite;
    animation: bg-loop 24s linear infinite;
  }

  .top-mv__bg-loop img {
    height: 100%;
  }

  .top-mv__bg-light {
    top: 0px;
    right: 18.75vw;
  }

  .top-mv__bg-light img {
    width: 577px;
    height: auto;
  }

  .top-mv__title img {
    max-width: 629px;
  }

  .top-mv__title p {
    font-size: 17px;
    margin-top: 20px;
    line-height: 1.8;
    padding-left: 12px;
  }

  .top-mv__btn-001 {
    top: 50px;
    right: 7.5%;
  }

  .top-mv__btn-001 a {
    width: 200px;
    height: 200px;
  }

  .top-mv__btn-001-text {
    max-width: 177px;
  }

  .top-mv__btn-001-icon {
    max-width: 23px;
    top: 58px;
  }

  .top-mv__btn-001 p {
    font-size: 20px;
    top: 91px;
  }

  .top-mv__btn-002 {
    position: absolute;
    bottom: 64px;
    right: 566px;
    z-index: 3;
  }

  .top-mv__slider .swiper-wrapper {
    padding-bottom: 70px;
  }

  .top-mv__slider .swiper-slide {
    width: 500px;
  }

  .top-mv__wrap {
    padding-left: 120px;
    margin-top: 115px;
  }

  .top-mv__slider-img img {
    width: 500px;
    height: 500px;
  }

  .top-mv__slider-title {
    max-width: 360px;
    font-size: 18px;
    left: 25px;
    bottom: 25px;
  }

  .top-mv__slider-text {
    font-size: 16px;
    margin-top: 19px;
  }

  .top-about {
    padding: 120px 13px 0;
  }

  .top-about__inner {
    padding-bottom: 0;
  }

  .top-about__text {
    padding-top: 20px;
    font-size: 16px;
  }

  .top-about__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .top-about__flex--bottom {
    padding-top: 44px;
  }

  .top-about__col3-items {
    gap: 0 24px;
  }

  .top-about__col3-item {
    padding: 62px clamp(1.375rem,.27rem + 2.48vw,2.75rem) 0;
    height: 222.5px;
  }

  .top-about__col3-item__text {
    font-size: 17px;
    line-height: 1;
  }

  .top-about__col3-item__text--mid {
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-about__col3-item__number {
    font-size: 35px;
    margin-top: 7px;
  }

  .top-about__col3-item__number span {
    font-size: 78px;
    margin-right: 8px;
  }

  .top-about__col3-item__number--bottom {
    font-size: 23px;
  }

  .top-about__flex--bottom .c-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }

  .top-message {
    padding-top: 120px;
    padding-bottom: 150px;
    background-size: 100% 450px;
  }

  .top-message__text {
    margin: 40px 0 72px;
    font-size: 16px;
  }

  .top-message__slider .swiper-slide {
    padding-top: 61px;
    height: 360px;
  }

  .top-message__slider-wrap {
    width: 81.595%;
  }

  .top-message__slider-title {
    margin-bottom: 17px;
  }

  .top-message__slider-text {
    letter-spacing: .05em;
    font-size: 16px;
  }

  .top-message__slider .swiper-pagination-bullets {
    bottom: -55px;
  }

  .top-message__slider .swiper-button-prev {
    left: calc(50% - clamp(16.875rem,12.54rem + 9.33vw,21.875rem));
    top: 47%;
  }

  .top-message__slider .swiper-button-next {
    right: calc(50% - clamp(16.875rem,12.54rem + 9.33vw,21.875rem));
    top: 47%;
  }

  .top-services {
    padding: 140px 13px 99px;
  }

  .top-services__wrap {
    margin-top: 84px;
  }

  .top-services__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 106px;
    padding: 80px 0 62px;
  }

  .top-services__item:after {
    font-size: 120px;
    left: -9px;
    top: 19px;
  }

  .top-services__item--002 {
    padding: 93px 0 49px;
  }

  .top-services__item--003 {
    padding-top: 93px;
  }

  .top-services__item-img {
    padding-left: 108px;
    text-align: left;
  }

  .top-services__item-img img {
    max-width: 200px;
    margin: 0;
  }

  .top-services__item-title {
    font-size: 26px;
    margin-top: 0;
  }

  .top-services__item-subtitle {
    font-size: 15px;
    margin: 15px 0 20px;
  }

  .top-services__item-text {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .top-services__item-readmore a {
    gap: 0 17px;
  }

  .top-services__item-readmore-arrow {
    width: 50px;
    height: 50px;
  }

  .top-services__item-readmore-arrow:after {
    right: 19px;
  }

  .top-business__grid {
    padding: 0 80px 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-business__grid-item {
    height: 446px;
  }

  .top-business__grid-item--left {
    padding: 90px 36px 30px;
  }

  .top-business__grid-item--left .top-business__grid-img {
    margin-bottom: 44px;
  }

  .top-business__grid-item--left img {
    max-width: 141px;
    height: 117px;
  }

  .top-business__grid-item--center {
    padding: 90px 36px 30px;
  }

  .top-business__grid-item--center .top-business__grid-img {
    margin-bottom: 44px;
  }

  .top-business__grid-item--center img {
    max-width: 141px;
    height: 117px;
  }

  .top-business__grid-item--right {
    padding: 100px 36px 30px;
  }

  .top-business__grid-item--right .top-business__grid-img {
    margin-bottom: 102px;
  }

  .top-business__grid-item--right img {
    max-width: 117px;
  }

  .top-business__grid-title {
    font-size: 27px;
    text-align: left;
  }

  .top-business__grid-title--bottom {
    margin-bottom: 17px;
  }

  .top-business__grid-text {
    font-size: 16px;
  }

  .top-works__bg img {
    height: 593px;
  }

  .top-works__wrap {
    margin-left: 120px;
    margin-top: -262px;
    background-color: #fafafa;
  }

  .top-works__heading {
    padding-top: 104px;
    padding-left: 118px;
    padding-right: 118px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .top-works-article {
    padding-left: 118px;
    padding-top: 42px;
  }

  .top-works-article__items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
  }

  .top-works-article__tax {
    margin: 17px 0 11px;
    gap: 0 5px;
  }

  .c-works-slider__swiper-studio {
    padding: 5px 11px 6px 12px;
  }

  .top-works-article__thumb img {
    height: 257px;
  }

  .top-works-article__title {
    font-size: 24px;
  }

  .top-works-article__client {
    font-size: 14px;
  }

  .top-advantage {
    padding: 0 13px 127px;
  }

  .top-advantage__title {
    font-size: 50px;
  }

  .top-advantage__items {
    margin-top: 72px;
  }

  .top-advantage__item {
    height: 260px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 100px;
    margin-bottom: 70px;
  }

  .top-advantage__item-number {
    padding-right: 112px;
    padding-left: 0;
    padding-top: 58px;
    margin-bottom: 0;
    display: block;
    font-size: 28px;
  }

  .top-advantage__item-img {
    margin: auto 0;
  }

  .top-advantage__item-textarea {
    padding-top: 61px;
  }

  .top-advantage__item-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .top-advantage__item-text {
    font-size: 16px;
  }

  .top-advantage__item-text:nth-of-type(1) {
    margin-bottom: 0px;
  }

  .top-member {
    padding-bottom: 150px;
  }

  .top-member__bg img {
    height: 629px;
  }

  .top-member__heading {
    margin-top: -412px;
    padding-left: 119px;
    margin-bottom: 83px;
  }

  .top-member__inner {
    padding-left: 119px;
  }

  .top-member__slider .swiper-slide {
    width: 240px;
  }

  .top-member__thumb img {
    width: 240px;
    height: 340px;
  }

  .top-member__position {
    font-size: 14px;
    margin: 20px 0 3px;
    letter-spacing: .02em;
  }

  .top-member__title {
    font-size: 24px;
  }

  .top-member .swiper-controller {
    gap: 0 19px;
    top: -114px;
    right: 177px;
  }

  .top-our-value {
    padding: 128px 13px 0;
  }

  .top-our-value__inner {
    padding-bottom: 155px;
    border-bottom: 1px solid #ddd;
  }

  .top-our-value__grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px 60px;
    margin-top: 73px;
  }

  .top-our-value__grid-item {
    padding-top: 100px;
    height: 600px;
    max-width: none;
    margin: 0;
  }

  .top-our-value__grid-item:after {
    top: 33px;
    left: 51px;
  }

  .top-our-value__grid-textarea {
    max-width: 400px;
    margin-left: 88px;
  }

  .top-our-value__title {
    font-size: 20px;
    text-align: left;
    margin: 57px 0 21px;
    max-width: none;
  }

  .top-our-value__text {
    font-size: 16px;
    max-width: none;
  }

  .top-blog {
    padding: 120px 0 0;
  }

  .top-blog_heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 79px;
    padding: 0 13px 0 119px;
  }

  .top-blog__links {
    margin-top: 20px;
    padding-left: 0;
  }

  .top-blog__link a {
    padding: 7px 15px;
  }

  .top-blog__inner {
    padding-left: 119px;
    margin-top: 90px;
  }

  .top-blog__slider .swiper-slide {
    width: 414px;
  }

  .top-blog__thumb img {
    width: 414px;
    height: 256px;
  }

  .top-blog__date {
    font-size: 14px;
  }

  .top-blog__date-author {
    margin-top: 23px;
  }

  .top-blog__author p {
    font-size: 14px;
  }

  .top-blog__categories {
    margin: 12px 0 16px;
  }

  .top-blog__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .top-blog__excerpt {
    font-size: 14px;
    line-height: 1.78;
  }

  .top-blog .swiper-controller {
    gap: 0 19px;
    top: -106px;
    right: 119px;
  }

  .top-blog__button {
    margin-top: 40px;
  }

  .top-blog__button .c-button {
    margin-right: 0;
  }

  .top-news-article__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 120px;
    padding-top: 105px;
    padding-bottom: 100px;
  }

  .top-news-article__heading {
    padding-right: 151px;
    border-right: 1px solid #ddd;
  }

  .top-news-article__heading .top-title {
    margin-bottom: 46px;
  }

  .top-news-article__list {
    margin-top: 10px;
  }

  .top-news-article__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 100px;
    padding: 31px 0;
    margin-bottom: 0;
  }

  .top-news-article__date {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0;
  }

  .top-news-article__title {
    font-size: 16px;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .top-faq {
    padding: 109px 13px 142px;
  }

  .top-faq__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0 42px;
  }

  .top-faq__heading-text {
    margin-top: 0;
  }

  .top-faq__items {
    margin-top: 44px;
  }

  .top-faq__item {
    padding: 45px 0;
  }

  .top-faq__item-q,
  .top-faq__item-a {
    padding-left: 18px;
  }

  .top-faq__item-a {
    margin-top: 52px;
  }

  .top-faq__item-q span {
    width: 50px;
    height: 50px;
  }

  .top-faq__item-q span:before {
    height: 17px;
  }

  .top-faq__item-q span:after {
    width: 17px;
  }

  .top-faq__item-q h3,
  .top-faq__item-a h3 {
    font-size: 24px;
    margin-right: 81px;
  }

  .top-faq__item-q p,
  .top-faq__item-a p {
    font-size: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 888px;
  }

  .top-news__list-inner {
    width: 100%;
    display: table;
    padding: 15px 30px 15px 15px;
  }

  .top-news__list-inner dt {
    width: 140px;
    display: table-cell;
  }

  .top-news__list-inner dd {
    display: table-cell;
  }

  .policy-info {
    margin-bottom: 50px;
    text-align: center;
  }

  .policy-list {
    width: 840px;
    margin: 0 auto;
  }

  .policy-list>li {
    margin-top: 30px;
  }

  .policy-list>li::before {
    font-size: 16px;
  }

  .policy-list>li h3 {
    font-size: 16px;
  }

  .policy-list>li p {
    font-size: 16px;
  }

  .recruit .c-recruit__img {
    width: 194px;
    margin-left: 20px;
  }

  .recruit .c-recruit__info {
    margin-top: 30px;
  }

  .recruit .recruit-text {
    margin-bottom: 50px;
    text-align: center;
  }

  .recruit .bnr-recruit {
    margin: 80px auto 0;
  }

  .recruit .c-staffschedule-list li {
    margin-top: 35px;
  }

  .recruit .c-staffschedule__time {
    margin: 0;
    padding: 5px 0 0 15px;
  }

  .recruit .c-staffschedule__time:before {
    width: 45px;
    height: 45px;
  }

  .recruit .c-staffschedule__pic {
    width: 177px;
    margin-right: 117px;
  }

  .recruit .c-staffschedule__pic img {
    width: 177px;
  }

  .recruit .c-staffschedule__pic__even {
    margin-right: 0;
  }

  .recruit .c-staffschedule__text {
    margin-left: 30px;
    max-width: 480px;
  }

  .recruit .recruit-bnr {
    margin: 80px auto 0;
    max-width: 680px;
  }

  .sec-content--service {
    padding: 70px 0 !important;
  }

  .sec-content--service::before {
    width: 1165px;
  }

  .sec-content--mybusiness .sec-content:before {
    width: 1165px;
  }

  .service-info {
    margin-bottom: 50px;
    text-align: center;
  }

  .c-service-list {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-service-list__mybusiness {
    display: block;
  }

  .c-service-list__reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .c-service-list .service-list__p {
    margin-bottom: 30px;
  }

  .c-service-list .c-btn {
    text-align: left;
    margin-top: 40px;
  }

  .c-service-list:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }

  .c-service-list .service-list--pic {
    width: calc(47% - 60px);
    margin-bottom: 0;
  }

  .c-service-list .service-list--txt {
    width: 47%;
  }

  .c-service-list .service-list--title .js-mask-text {
    font-size: 30px;
  }

  .c-service-list .service-list--title {
    font-size: 30px;
  }

  .c-service-list .service-list--title__reverse {
    font-size: 30px;
  }

  .c-service-list .service-list--title__reverse:before {
    width: 15px;
    height: 15px;
  }

  .c-service-list .service-content--list {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .c-service-list .service-content--image {
    width: 200px;
    margin: 55px auto;
  }

  .service-list--txt.lsat-child {
    width: 100%;
  }

  .service-web__bottom {
    padding: 70px 0;
  }

  .web-plan__wrap {
    text-align: center;
    margin-top: 40px;
  }

  .web-plan__wrap .c-btn {
    margin-top: 40px;
  }

  .web-plan__table {
    margin: 0 0 30px 0;
  }

  .web-plan__table dl {
    display: inline-block;
    margin-left: 10px;
  }

  .web-plan__table dl:first-child {
    margin-left: 0;
  }

  .web-plan__table dl::before {
    content: "-";
    display: inline-block;
  }

  .web-plan__table dl dt {
    padding: 0;
    background-color: rgba(0,0,0,0);
    display: inline-block;
  }

  .web-plan__table dl dt::after {
    content: "：";
    display: inline-block;
  }

  .web-plan__table dl dd {
    display: inline-block;
    padding: 0;
  }

  .service-lists {
    margin-top: 50px;
  }

  .service-lists__items {
    margin: 0 -20px -40px;
  }

  .service-lists__item {
    width: calc((100% - 120px)/3*1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .service-lists__text {
    margin-top: 0;
    text-align: left;
    font-size: 16px;
    letter-spacing: .2em;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-lists .service-lists-icon {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    min-height: 100px;
    min-width: 100px;
  }

  .service-lists .service-lists-icon__img {
    width: 50%;
  }

  .b-works-content .single-content__date {
    margin-bottom: 10px;
  }

  .b-works-content .works-title {
    font-size: 18px;
  }

  .b-works-content .works-subtitle {
    margin-bottom: 25px;
    padding-top: 30px;
    font-size: 18px;
  }

  .b-works-content .works-pic__list>li {
    margin-top: 30px;
    padding: 20px;
    border: 10px solid #ff0;
  }

  .b-works-content .works-pic__list--blue>li {
    border: 10px solid aqua;
  }

  .sec-content--otherworks .otherworks-list .js-carousels-content a p {
    width: 90%;
    left: 5%;
    font-size: 14px;
  }

  .staff__inner {
    width: 920px;
  }

  .staff__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .staff__name {
    font-size: 34px;
  }

  .staff__position {
    margin-top: 0;
    font-size: 18px;
    margin-left: 18px;
  }

  .staff__contents {
    margin-top: 50px;
  }

  .staff__contents--profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .staff__contents h3 {
    font-size: 20px;
  }

  .staff__pic {
    margin: 0;
    width: 40%;
  }

  .staff__introduction {
    margin-top: 0;
    width: calc(60% - 40px);
  }

  .staff .c-article-list>li .article-list__title {
    min-height: auto;
  }

  .staff .c-article-list>li .article-list__txt {
    padding: 30px 0 0;
  }

  .staff-sns__list {
    margin-left: 15px;
    margin-top: 20px;
  }

  .case-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .case-list:after {
    display: block;
    content: "";
    width: calc(33.3333% - 20px);
  }

  .case-list>li {
    width: calc(33.3333% - 20px);
  }

  .case-list__txt {
    margin-top: 10px;
  }

  .case-list__name {
    font-size: 13px;
  }

  .case-list__project {
    font-size: 22px;
  }

  .alliance-lists {
    max-width: 970px;
    margin: 40px auto 0;
  }

  .alliance-lists .alliance-list {
    width: 300px;
    margin-top: 40px;
    padding: 0;
  }

  .alliance-lists .alliance-list__link {
    display: block;
  }

  .service-catch .service-title {
    margin-bottom: 40px;
    font-size: 40px;
    text-align: center;
  }

  .service-catch .service-title .service-title__sub {
    font-size: 40px;
  }

  .service-catch__txt {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
  }

  .service-desc {
    text-align: center;
  }

  .c-feature {
    margin-top: 96px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .c-feature:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .c-feature:nth-child(even) .c-feature-txt {
    left: 0;
    right: auto;
  }

  .c-feature:nth-child(even) .c-feature-txt__title {
    right: auto !important;
    left: 0 !important;
  }

  .c-feature .c-feature-pic {
    width: 600px;
    margin: 0;
  }

  .c-feature .c-feature-txt {
    width: 600px;
    margin-right: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
  }

  .c-feature .c-feature-txt .c-feature-txt__inner {
    margin: 0;
    padding: 40px 56px;
  }

  .c-feature .c-feature-txt .c-feature-txt__title {
    font-size: 48px;
    top: -59px;
    left: auto;
    right: 0;
  }

  .c-feature .c-feature-txt .c-feature-txt__subtitle {
    font-size: 28px;
  }

  .c-feature .c-feature-txt .c-feature-txt__subtitle .c-feature-txt__num {
    width: 65px;
  }

  .c-feature .c-feature-txt .c-feature-txt__subtitle .c-feature-txt__tit {
    width: calc(100% - 75px);
  }

  .c-feature .c-feature-txt .c-feature-txt__desc {
    font-size: 18px;
  }

  .studio-experts {
    margin: 0 auto 130px;
  }

  .studio-experts__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 80px;
  }

  .studio-experts__title {
    font-size: 32px;
  }

  .studio-experts__text {
    font-size: 16px;
    margin: 20px 0 56px;
  }

  .studio-experts__inner-right {
    margin-top: 0;
  }

  .studio-experts__gap {
    padding-bottom: 60px;
  }

  .tags-list {
    margin-bottom: 60px;
  }

  .tags-list>li {
    font-size: 14px;
    width: auto;
  }

  .topping-plan .icon-list {
    padding-right: 0;
  }

  .flow {
    width: 874px;
    margin: 0 auto;
  }

  .flow__wrap {
    padding-top: 110px;
  }

  .flow__wrap:first-child {
    padding-top: 0;
  }

  .flow__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flow__mark {
    position: relative;
  }

  .flow__circle {
    width: 24px;
    height: 24px;
  }

  .flow__num {
    padding-left: 39px;
    font-size: 36px;
    line-height: 1;
    text-align: center;
  }

  .flow__num-step {
    display: block;
    font-size: 24px;
  }

  .flow__heading {
    padding-left: 53px;
  }

  .flow__title {
    font-size: 24px;
  }

  .flow__subtitle {
    font-size: 16px;
  }

  .flow__line {
    height: calc(100% + 110px);
    top: 32px;
    left: 11px;
  }

  .flow__area {
    padding-left: 53px;
    margin-top: 45px;
  }

  .flow__area--wide {
    padding-left: 53px;
  }

  .flow__dot-box {
    margin-bottom: 24px;
  }

  .flow__dot-box-txt {
    font-size: 20px;
  }

  .flow__main-img {
    width: 564px;
    margin-right: auto;
    margin-left: auto;
  }

  .flow__half-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flow__half-item {
    padding-left: 0;
    width: 50%;
  }

  .flow__left-icon {
    width: 124px;
    height: 124px;
  }

  .flow__half-img {
    padding-right: 32px;
    padding-left: 56px;
    margin-top: 59px;
  }

  .flow__half-bg {
    margin-right: 0;
  }

  .flow__half-block {
    margin-top: 0;
    font-size: 20px;
    padding: 48px 28px 48px 50px;
  }

  .flow__frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flow__frame-item {
    margin-top: 0;
    width: calc(33.333% - 32px);
  }

  .flow__frame-label {
    display: none;
  }

  .flow__frame-content {
    display: block !important;
    padding: 0;
  }

  .icon-list {
    gap: 56px 48px;
  }

  .icon-list__item {
    width: calc(25% - 42px);
  }

  .icon-list__icon img {
    max-width: 154px;
  }

  .icon-list__caption {
    font-size: 18px;
    margin-top: 20px;
    white-space: nowrap;
  }

  .light-list {
    margin: 32px 0;
  }

  .light-list__item {
    font-size: 24px;
    padding-left: 44px;
  }

  .light-list__item::before {
    width: 28px;
    height: 38px;
  }

  .web__sec {
    padding-bottom: 130px;
  }

  .web__sec--after {
    padding-bottom: 0;
    margin-bottom: 170px;
  }

  .web__sec--support {
    margin-top: 0;
  }

  .sec-content--web {
    padding-bottom: 0;
    position: relative;
  }

  .sec-content--web::after {
    position: absolute;
    content: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 380px;
    background-color: #fafafa;
    z-index: -1;
  }

  .creative-site {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0px;
    gap: 24px;
    margin-bottom: 50px;
  }

  .creative-site__titles {
    gap: 24px;
    width: 30%;
    margin-bottom: 0;
  }

  .creative-site__title {
    width: 450px;
  }

  .dots-list__yellow {
    width: 70%;
    gap: 10px 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }

  .dots-list__yellow li {
    width: 26%;
  }

  .creative-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    margin-bottom: 50px;
  }

  .creative-flex__item {
    padding: 70px 25px 50px 0;
    margin-bottom: 0px;
  }

  .flex__title--studio {
    width: 80%;
    line-height: 1.1;
  }

  .flex__flex {
    margin-left: 30px;
    margin-right: 15px;
  }

  .flex__flex__wordpress {
    width: 180px;
  }

  .flex__flex__microcms {
    width: 200px;
  }

  .flex__flex__shopify {
    width: 157px;
  }

  .flex__flex__makeshop {
    width: 170px;
  }

  .flex__flex__colorme {
    width: 137px;
  }

  .flex__flex__eccube {
    width: 200px;
  }

  .flex__flex__studio {
    width: 166px;
    margin-top: 50%;
  }

  .creative-other {
    padding: 30px 0;
    gap: 24px;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .creative-other .dots-list {
    padding: 0;
    margin: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .creative-other .dots-list li {
    width: 26%;
  }

  .creative-other .dots-list li:last-of-type {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .value-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .value-list__title {
    font-size: 26px;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }

  .value-list__detail {
    width: 50%;
    font-size: 16px;
    margin-top: 0;
    padding-left: 30px;
  }

  .value-list__num {
    font-size: 172px;
    width: 206px;
    margin: 0;
  }

  .value-list__num::before {
    font-size: 24px;
    left: -15px;
  }

  .value-list__heading {
    display: block;
    margin-left: -90px;
    position: relative;
    letter-spacing: .01em;
  }

  .value-list-square {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px 38px;
  }

  .value-list-square__1-col {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px 38px;
  }

  .value-list-square__item {
    padding: 56px 20px;
  }

  .value-list-square__title {
    font-size: 20px;
  }

  .value-list-square__detail {
    font-size: 14px;
  }

  .price-list {
    width: 1032px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px 24px;
    max-width: 1032px;
  }

  .price-list__card {
    width: calc((100% - 72px)/4) !important;
    margin-right: 0;
  }

  .plan-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 177px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .plan-col__txt {
    padding: 0;
    width: calc(100% - 633px);
  }

  .plan-col__detail {
    font-size: 16px;
    margin-top: 32px;
  }

  .plan-col__pic {
    margin-top: 0;
    width: 553px;
  }

  .plan-col__pic::before {
    width: 642px;
    bottom: -60px;
  }

  .plan-col__pic a:hover {
    opacity: 1;
  }

  .plan-col .c-btn {
    text-align: left;
  }

  .plan-col:nth-child(odd) .plan-col__pic--ginmii::before {
    right: 0 !important;
    width: auto;
  }

  .plan-col:nth-child(odd) .plan-col__pic {
    padding-right: 0;
  }

  .plan-col:nth-child(odd) .plan-col__pic::before {
    right: -150px;
  }

  .plan-col:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }

  .plan-col:nth-child(even) .plan-col__pic--ginmii::before {
    right: 0;
  }

  .plan-col:nth-child(even) .plan-col__pic {
    padding-left: 0;
  }

  .support-contents {
    padding: 0;
  }

  .support-contents__head {
    gap: 10px;
  }

  .support-contents__txt {
    font-size: 18px;
    letter-spacing: .9px;
  }

  .support-contents__desc {
    font-size: 18px;
  }

  .support-contents__desc.end {
    font-size: 16px;
  }

  .support-contents__em {
    border-bottom: 8px solid #ff0;
  }

  .support-contents__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 815px;
    margin: 40px auto 35px;
  }

  .support-contents__flex__item.recommend::before {
    font-size: 13px;
    letter-spacing: .65px;
  }

  .support-list {
    margin-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 15px;
  }

  .support-list__card {
    margin-top: 0;
    width: calc((100% - 45px)/4);
    padding: 40px 0;
  }

  .support-list__title {
    margin-top: 20px;
  }

  .support-list__contents {
    margin-top: 16px;
  }

  .support-list__detail {
    font-size: 16px;
    letter-spacing: .01em;
  }

  .sec-content--md {
    padding: 60px 0 50px;
  }

  .creative-list-area {
    padding-bottom: 40px;
  }

  .dots-list__title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .sec-content--worker:nth-child(even) .c-service-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }

  .service-info {
    margin-bottom: 50px;
    text-align: center;
  }

  .c-worker-list .lead_wrap .worker-list--title {
    font-size: 30px;
  }

  .c-worker-list .lead_wrap .lead_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-worker-list .lead_wrap .lead_box.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }

  .c-worker-list .lead_wrap .lead_box .worker-list--pic {
    width: 480px;
  }

  .c-worker-list .lead_wrap .lead_box .worker-list--txt {
    width: 530px;
  }

  .c-worker-list .service-content--list {
    margin-bottom: 30px;
  }

  .service-list--txt.lsat-child {
    width: 100%;
  }

  .service-web__bottom {
    padding: 70px 0;
  }

  .web-plan__wrap {
    text-align: center;
  }

  .web-plan__table {
    margin: 0 0 30px 0;
  }

  .web-plan__table dl {
    display: inline-block;
    margin-left: 10px;
  }

  .web-plan__table dl:first-child {
    margin-left: 0;
  }

  .web-plan__table dl::before {
    content: "-";
    display: inline-block;
  }

  .web-plan__table dl dt {
    padding: 0;
    background-color: rgba(0,0,0,0);
    display: inline-block;
  }

  .web-plan__table dl dt::after {
    content: "：";
    display: inline-block;
  }

  .web-plan__table dl dd {
    display: inline-block;
    padding: 0;
  }

  .sec-content--service-music .c-btn {
    text-align: left;
  }

  .works .works-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 72px 60px;
    margin-top: 87px;
  }

  .works .works-article__item {
    width: calc(33.333% - 40px);
    margin-top: 0;
  }

  .works .works-article__studio {
    padding: 5px 11px 6px 12px;
  }

  .works .works-article__meta {
    margin-top: 20px;
  }

  .works .works-article__title {
    font-size: 20px;
    margin-top: 8px;
  }

  .works .works-article__tax {
    margin-top: 20px;
  }

  .works .c-pagination .wp-pagenavi {
    margin-top: 154px;
  }

  .works .c-pagination .wp-pagenavi>a,
  .works .c-pagination .wp-pagenavi span {
    font-size: 24px;
  }

  .works .c-pagination .wp-pagenavi .current {
    padding: 0 8px;
    margin: 0 8px;
  }

  .works .c-pagination .wp-pagenavi .current::after {
    width: 12px;
    bottom: 6px;
  }

  .works .c-pagination .wp-pagenavi .page {
    padding: 0 8px;
    margin: 0 8px;
  }

  .works .c-pagination .wp-pagenavi .page:hover::after {
    width: 12px;
    bottom: 6px;
  }

  .works .c-pagination .wp-pagenavi .extend {
    padding: 0 8px;
    margin: 0 8px;
  }

  .works .c-pagination .wp-pagenavi .previouspostslink,
  .works .c-pagination .wp-pagenavi .nextpostslink {
    width: 64px;
    height: 64px;
  }

  .works .c-pagination .wp-pagenavi .previouspostslink::before,
  .works .c-pagination .wp-pagenavi .nextpostslink::before {
    width: 18px;
    height: 18px;
  }

  .works .works-tax-list__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .works .works-tax-list__title {
    width: 102px;
    border-right: solid 1px #d0d2d4;
    padding-right: 16px;
    margin-right: 16px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    text-align: right;
    position: relative;
    top: 5px;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .works .works-tax-list__lists {
    width: calc(100% - 100px);
  }

  .works .works-tax-list__item {
    margin: 3px;
  }

  .works .works-tax-list__link {
    padding: 6px 16px;
  }

  .works .works-single__title {
    font-size: 36px;
  }

  .works .works-single__title span {
    font-size: 16px;
  }

  .works .works-single__category {
    margin-bottom: 55px;
    margin-top: 10px;
  }

  .works .works-single__category--tag {
    font-size: 15px;
  }

  .works .works-single__mainpic {
    margin-bottom: 104px;
  }

  .works .works-single__sec:first-of-type {
    margin-bottom: 104px;
  }

  .works .works-single__sec:nth-of-type(2) {
    margin-bottom: 128px;
  }

  .works .works-single__sec:nth-of-type(3) {
    margin-bottom: 112px;
  }

  .works .works-single__sec:nth-of-type(4) {
    margin-bottom: 112px;
  }

  .works .works-single__sec:nth-of-type(5) {
    margin-bottom: 112px;
  }

  .works .works-single__sec:nth-of-type(6) {
    margin-bottom: 112px;
  }

  .works .works-single__subtitle {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .works .works-single__captures {
    width: 944px;
    margin: 0 auto 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .works .works-single__capture {
    max-height: 707px;
  }

  .works .works-single__capture--pc {
    width: 576px;
  }

  .works .works-single__capture--sp {
    margin-top: 0;
    width: 312px;
  }

  .works .works-single__bg-box {
    padding: 32px;
  }

  .works .works-single__staff:not(:first-child) {
    margin-left: 24px;
  }

  .works .works-single .blog__content {
    padding: 0;
  }

  .works .works-single .c-linetable {
    margin-bottom: 128px;
  }

  .u-bc-gray-border {
    background-size: 26px 26px;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide-b {
    display: block !important;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 30px;
  }

  .slick-prev {
    left: -35px;
  }

  [dir=rtl] .slick-prev {
    right: -35px;
  }

  .slick-next {
    right: -35px;
  }

  [dir=rtl] .slick-next {
    left: -35px;
  }
}

@media screen and (min-width: 736px)and (min-width: 736px) {
  .flow__mark::after {
    content: "";
    width: 2px;
    height: 66px;
    background-color: #0addff;
    position: absolute;
    top: 0;
    right: -11px;
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
}

@media screen and (min-width: 1040px) {
  .service-lists__items {
    margin: 0 -20px -40px;
  }

  .service-lists__item {
    margin: 0 20px 10px;
    width: calc((100% - 160px)/4*1);
  }

  .u-sp-hide {
    display: inline !important;
  }
}

@media screen and (max-width: 736px) {
  .flex-col_sp2>li {
    width: calc(50% - 10px);
  }
}