@charset "UTF-8";
/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  /* ----- ブログ・お知らせ ----- */
  .blog-header {
    margin-bottom: 60px;
  }
  .blog-header time {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
  }
  .blog-header .single-title {
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    font-size: clamp(26px, 6.9vw, 32px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.5em;
    border-bottom: 8px solid #E6E6E6;
  }
  .blog-header .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-header .tag-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-header .tag-wrapper .category {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 16px;
    padding: 0.45em 1em;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    background-color: #34C5CD;
    border-radius: 2em;
  }
  .blog-header .tag-wrapper .tag {
    margin-right: 16px;
    font-size: 12px;
  }
  .blog-header .tag-wrapper .tag li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-header .tag-wrapper .tag li::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-image: url(../img/common/ico-tag.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
  }
  .blog-header .tag-wrapper .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    font-weight: 400;
  }
  .blog-header .tag-wrapper .author::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url(../img/common/ico-author.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
  }
  .blog-header .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .blog-header .sns a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .blog-header .sns a img {
    width: 40px;
  }
  .wysiwyg,
  .wysiwyg-document {
    line-height: 2em;
  }
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6,
  .wysiwyg-document h4,
  .wysiwyg-document h5,
  .wysiwyg-document h6 {
    font-weight: 16px;
  }
  .wysiwyg p,
  .wysiwyg-document p {
    margin-bottom: 2.5em;
  }
  .wysiwyg em,
  .wysiwyg-document em {
    padding: 0 0.25em;
    font-style: normal;
    color: #fff;
    background-color: #0F1520;
  }
  .wysiwyg a,
  .wysiwyg-document a {
    color: #0D73FF;
  }
  .wysiwyg ul,
  .wysiwyg-document ul {
    list-style: disc;
  }
  .wysiwyg ul,
  .wysiwyg ol,
  .wysiwyg-document ul,
  .wysiwyg-document ol {
    margin-bottom: 1.5em;
    padding-left: 1.25em;
  }
  .wysiwyg *:last-child,
  .wysiwyg-document *:last-child {
    margin-bottom: 0;
  }
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4 {
    margin-bottom: 40px;
    font-weight: 700;
  }
  .wysiwyg h2 {
    padding-bottom: 0.25em;
    font-size: clamp(20px, 5.3vw, 24px);
    border-bottom: 1px solid #0F1520;
  }
  .wysiwyg h3 {
    font-size: clamp(18px, 4.8vw, 20px);
  }
  .wysiwyg-document h1,
  .wysiwyg-document h2,
  .wysiwyg-document h3,
  .wysiwyg-document h4 {
    margin-bottom: 40px;
    font-weight: 700;
  }
  .wysiwyg-document h2 {
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    font-size: clamp(20px, 5.3vw, 24px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.5em;
    border-bottom: 8px solid #E6E6E6;
  }
  .wysiwyg-document h3 {
    padding-bottom: 0.25em;
    font-size: clamp(20px, 5.3vw, 24px);
    border-bottom: 1px solid #0F1520;
  }
  .wysiwyg-document h4 {
    font-size: clamp(18px, 4.8vw, 20px);
  }
  .blog-footer {
    position: relative;
    width: 100%;
    margin: 80px auto 0;
    padding: 70px 4vw 40px;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
  }
  .blog-footer h2 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.25em 1em;
    font-size: 18px;
    color: #fff;
    background-color: #0F1520;
  }
  .blog-footer .col2 .img {
    width: 200px;
    margin: 0 auto 30px;
  }
  .blog-footer .col2 .img img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .blog-footer .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .blog-footer .col2 .text .name {
    margin-bottom: 0.5em;
    font-size: 24px;
  }
  .blog-footer .col2 .text .name small {
    display: inline-block;
    margin-left: 1em;
    font-size: 12px;
    font-weight: 400;
  }
  .blog-footer .col2 .text .post {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5em 0.75em;
    font-size: 12px;
    background-color: #ECECEC;
  }
  .blog-footer .col2 .text .desc {
    font-size: 14px;
    line-height: 2em;
  }
  /* ----- ページ共通 ----- */
  .page-title {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 0 4vw;
  }
  .page-title .en {
    margin: 0.5em;
    padding-left: 20px;
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    background-image: url(../img/common/title-tri.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left 4px;
  }
  .page-title .ja {
    font-size: clamp(26px, 6.9vw, 36px);
  }
  .btn a {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    padding: 1em 24px 1em;
    font-size: clamp(14px, 3.7vw, 18px);
    font-weight: 700;
    line-height: 1em;
    border-radius: 40px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn a::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: -1;
    width: 0px;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn a::after {
    content: "";
    width: 1em;
    aspect-ratio: 4/3;
    margin-left: 2em;
    -webkit-mask-image: url(../img/common/ico-arrow.svg);
            mask-image: url(../img/common/ico-arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #0F1520;
  }
  .btn.btn-white a {
    background-color: #fff;
    border: 2px solid #0F1520;
  }
  .btn.btn-white a::before {
    background-color: #34C5CD;
  }
  .btn.btn-yellow a {
    background-color: #FCD118;
  }
  .btn.btn-yellow a::before {
    background-color: #34C5CD;
  }
  article .btn-contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    width: 200px;
    height: 52px;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-color: #0F1520;
    border-radius: 4px;
  }
  article .btn-contact a::before {
    content: "";
    width: 17px;
    height: 17px;
    -webkit-mask-image: url(../img/common/ico-contact.svg);
            mask-image: url(../img/common/ico-contact.svg);
    background-color: #fff;
  }
  @-webkit-keyframes line_animation {
    0% {
      background-size: 0 2px;
    }
    100% {
      background-size: 100% 2px;
    }
  }
  @keyframes line_animation {
    0% {
      background-size: 0 2px;
    }
    100% {
      background-size: 100% 2px;
    }
  }
  .js-line {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FCD118), to(#FCD118));
    background-image: linear-gradient(#FCD118, #FCD118);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    display: inline;
  }
  .js-line.mark {
    -webkit-animation: line_animation 1.5s ease forwards;
            animation: line_animation 1.5s ease forwards;
  }
  .inview,
  .inview1,
  .inview2,
  .inview3,
  .inview4 {
    opacity: 0;
    -webkit-transition: all 2s;
    transition: all 2s;
  }
  .inview.is-show,
  .inview1.is-show,
  .inview2.is-show,
  .inview3.is-show,
  .inview4.is-show {
    opacity: 1;
  }
  .box-cta {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    padding: 60px 4vw;
    background-color: #fff;
  }
  .box-cta .inner-default {
    position: relative;
    z-index: 1;
    padding: 40px 4vw;
    background-image: url(../img/common/bg-cta.jpg);
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
  }
  .box-cta .inner-default::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 21, 32, 0.9);
  }
  .box-cta .lead {
    margin: 0 0 20px;
    font-size: clamp(15px, 4vw, 18px);
    font-weight: 700;
    line-height: 2em;
    color: #fff;
    text-align: center;
  }
  .box-cta .memo {
    margin: 0 0 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  .box-cta .btn-area {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 32px;
  }
  .box-cta .btn-area a {
    position: relative;
    display: block;
    padding: 30px 80px 30px clamp(14px, 3.7vw, 30px);
    background-color: #fff;
    border-radius: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .box-cta .btn-area a::before, .box-cta .btn-area a::after {
    content: "";
    position: absolute;
    top: calc(50% - 18px);
    right: 12px;
    display: block;
    width: 36px;
    height: 36px;
  }
  .box-cta .btn-area a::before {
    z-index: 2;
    background-color: #0F1520;
    border-radius: 50%;
  }
  .box-cta .btn-area a::after {
    z-index: 3;
    -webkit-mask-image: url(../img/common/ico-arrow.svg);
            mask-image: url(../img/common/ico-arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 15px 12px;
            mask-size: 15px 12px;
    background-color: #fff;
  }
  .box-cta .btn-area a b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
    font-size: clamp(20px, 5.3vw, 22px);
    font-size: 700;
  }
  .box-cta .btn-area a b::before {
    content: "";
    display: block;
    margin-right: 5px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .box-cta .btn-area a .download::before {
    width: 34px;
    height: 35px;
    -webkit-mask-image: url(../img/common/ico-cta-download.svg);
            mask-image: url(../img/common/ico-cta-download.svg);
    background-color: #0F1520;
  }
  .box-cta .btn-area a .contact::before {
    width: 34px;
    height: 34px;
    -webkit-mask-image: url(../img/common/ico-cta-contact.svg);
            mask-image: url(../img/common/ico-cta-contact.svg);
    background-color: #0F1520;
  }
  .box-cta .btn-area a p {
    margin: 0;
    font-size: clamp(14px, 1.27vw, 16px);
    font-weight: 700;
  }
  .section-white,
  .section-gray,
  .section-black {
    width: 100%;
    padding: 60px 4vw 80px;
    border-radius: 40px 40px 0 0;
  }
  .section-white {
    background-color: #fff;
  }
  .section-gray {
    background-color: #F8F8F8;
  }
  .section-black {
    background-color: #0F1520;
  }
  .inner-default {
    width: 92vw;
    max-width: 100vw;
    margin: 0 auto;
  }
  .inner-single {
    width: 960px;
    max-width: 92vw;
    margin: 0 auto;
  }
  .box-gray,
  .box-white {
    padding: 40px 4vw;
    border-radius: 20px;
  }
  .box-gray {
    background-color: #F8F8F8;
  }
  .box-white {
    background-color: #fff;
  }
  /* 実績 */
  .swiper-case {
    width: 96vw;
    margin: 0 0 60px auto;
    padding: 0 4vw 0 0;
  }
  .swiper-case .subtitle {
    margin: 0 auto 0.65em;
    font-size: clamp(22px, 5.86vw, 28px);
    font-weight: 700;
  }
  .swiper-case .swiper-slide {
    width: 320px;
  }
  .swiper-case .swiper-slide a .img {
    aspect-ratio: 3/2;
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
  }
  .swiper-case .swiper-slide a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .swiper-case .swiper-slide a .tag {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 8px;
    padding: 0.5em 1em;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    background-color: #0F1520;
    border-radius: 2em;
  }
  .swiper-case .swiper-slide a .title {
    margin-bottom: 0.5em;
    font-size: clamp(16px, 4.26vw, 18px);
    line-height: 1.6em;
  }
  .swiper-case .swiper-slide a .client {
    margin: 0;
    font-size: 14px;
  }
  .swiper-case .swiper-pagination-progressbar {
    position: relative;
    width: 100%;
    height: 2px;
    margin-top: 40px;
    background-color: #F8F8F8;
  }
  .swiper-case .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #0F1520;
  }
  .swiper-case .btn {
    margin: 40px auto 0;
  }
  .swiper-case .btn a {
    margin: 0 auto;
  }
  /* ----- トップページ ----- */
  .page-front .section-case {
    padding: 10px 0 80px;
    background-color: #fff;
  }
  /* トップページ共通 */
  .front-hgroup {
    margin-bottom: 48px;
  }
  .front-hgroup .en {
    margin: 0.5em;
    padding-left: 20px;
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    background-image: url(../img/common/title-tri.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left 4px;
  }
  .front-hgroup .ja {
    font-size: clamp(26px, 6.9vw, 36px);
  }
  .front-intro {
    position: relative;
    z-index: 1;
    width: 100vw;
  }
  .front-intro .intro {
    position: relative;
    z-index: 20;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .front-intro .intro .front-hgroup .en {
    margin-bottom: 1.5em;
  }
  .front-intro .intro .front-hgroup .ja {
    font-size: clamp(46px, 12.2vw, 64px);
    line-height: 1.25em;
  }
  .front-intro .intro > p {
    font-size: clamp(16px, 4.26vw, 20px);
    line-height: 2.25em;
  }
  .front-intro .summary {
    position: relative;
    z-index: 10;
    padding: 60px 4vw 60px;
    text-align: center;
    background-color: #F8F8F8;
  }
  .front-intro .summary::before {
    content: "";
    position: absolute;
    inset: -159px 0 0;
    z-index: -1;
    width: 100%;
    height: 160px;
    background: #F8F8F8;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0)), color-stop(95%, rgb(248, 248, 248)));
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, rgb(248, 248, 248) 95%);
  }
  .front-intro .summary h3 {
    margin-bottom: 1em;
    font-size: clamp(20px, 5.3vw, 36px);
    font-weight: 700;
  }
  .front-intro .summary p {
    font-size: clamp(15px, 4vw, 17px);
    line-height: 2em;
  }
  .pentagon-wrapper {
    position: relative;
    z-index: -10;
    width: 90vw;
    aspect-ratio: 3/4;
    margin: calc(clamp(130px, 36vw, 300px) * -1) 4vw auto auto;
    overflow: hidden;
  }
  #mvPentagon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 200%;
    aspect-ratio: 1/1;
    background-image: url(../img/front/pentagon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #mvPetal {
    position: absolute;
    top: 0;
    right: 2%;
    z-index: -1;
    width: 90%;
    aspect-ratio: 137/142;
    -webkit-mask-image: url(../img/common/petal.svg);
            mask-image: url(../img/common/petal.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #mvPetal.back1 {
    background-image: url(../img/front/mv01.jpg);
  }
  #mvPetal.back2 {
    background-image: url(../img/front/mv02.jpg);
  }
  #mvPetal.back3 {
    background-image: url(../img/front/mv03.jpg);
  }
  #mvPetal.back4 {
    background-image: url(../img/front/mv04.jpg);
  }
  #mvPetal.back5 {
    background-image: url(../img/front/mv05.jpg);
  }
  #mvPetal.back6 {
    background-image: url(../img/front/mv06.jpg);
  }
  .service-box.box-white .item-wrapper .item .img::after {
    background-color: #F8F8F8;
  }
  .service-box:not(:last-child) {
    margin-bottom: 60px;
  }
  .service-box h3 {
    margin-bottom: 1.5em;
    font-size: clamp(24px, 6.4vw, 32px);
  }
  .service-box .item-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px 40px;
  }
  .service-box .item-wrapper .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .service-box .item-wrapper .item.adjust .img {
    padding-left: 5%;
  }
  .service-box .item-wrapper .item .img {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: clamp(100px, 26.6vw, 150px);
    aspect-ratio: 1/1;
  }
  .service-box .item-wrapper .item .img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #fff;
    border-radius: 50%;
  }
  .service-box .item-wrapper .item .img img {
    max-width: 75%;
    max-height: 70%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .service-box .item-wrapper .item .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .service-box .item-wrapper .item .text h4 {
    margin-bottom: 0.5em;
    font-size: clamp(18px, 1.7vw, 24px);
  }
  .service-box .item-wrapper .item .text p {
    margin: 0;
    font-size: clamp(14px, 1.14vw, 16px);
    line-height: 1.75em;
  }
  .service-box .btn {
    margin-top: 40px;
  }
  .service-box .btn a {
    margin-left: auto;
  }
  .front-feature {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(60px, 8.6vw, 120px);
    padding: 40px 5vw;
    color: #fff;
    background-color: #272727;
    border-radius: 40px;
    background-image: url(../img/common/bg-logo.svg);
    background-repeat: no-repeat;
    background-size: clamp(320px, 85vw, 450px);
    background-position: bottom -80px right -20%;
    overflow: hidden;
  }
  .front-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: rgba(39, 39, 39, 0.6);
  }
  .front-feature .left .front-hgroup {
    margin-bottom: 30px;
  }
  .front-feature .right h2 {
    margin-bottom: 0.5em;
    font-size: clamp(26px, 6.9vw, 36px);
  }
  .front-feature .right p {
    font-size: clamp(15px, 4vw, 17px);
    font-weight: 700;
    line-height: 2.5em;
  }
  .front-feature .right p:last-child {
    margin-bottom: 0;
  }
  .front-company {
    margin-top: -80px;
  }
  .front-company .inner-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .front-company .inner-default .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 560px;
    max-width: 100%;
  }
  .front-company .inner-default .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  .front-company .inner-default .text {
    display: contents;
  }
  .front-company .inner-default .front-hgroup {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1em;
  }
  .front-company .inner-default .link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .front-company .inner-default .link li a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 1.75em 0;
    color: #0F1520;
    border-bottom: 1px solid #0F1520;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .front-company .inner-default .link li a::before, .front-company .inner-default .link li a::after {
    content: "";
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .front-company .inner-default .link li a::before {
    position: absolute;
    top: calc(50% - 18px);
    right: 6px;
    width: 36px;
    height: 36px;
    -webkit-transform: scale(0);
            transform: scale(0);
    background-color: #34C5CD;
    border-radius: 50%;
  }
  .front-company .inner-default .link li a::after {
    top: calc(50% - 6px);
    right: 16px;
    width: 15px;
    height: 12px;
    -webkit-mask-image: url(../img/common/ico-arrow.svg);
            mask-image: url(../img/common/ico-arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #0F1520;
  }
  .front-company .inner-default .link li a small {
    display: block;
    margin-bottom: 0.5em;
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: clamp(12px, 3.2vw, 14px);
  }
  .front-company .inner-default .link li a b {
    display: block;
    font-size: clamp(18px, 4.8vw, 22px);
  }
  .front-news {
    width: 1280px;
    max-width: 100vw;
    margin: 80px auto 0;
    padding: 0 4vw 40px;
  }
  .front-news .front-hgroup {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
  .front-news .archive-news dl {
    line-height: 24px;
  }
  .front-news .archive-news dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #92969D;
  }
  .front-news .archive-news dl > div dt,
  .front-news .archive-news dl > div dd a {
    padding: 18px 0;
  }
  .front-news .archive-news dl > div dt {
    width: 85px;
    font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }
  .front-news .archive-news dl > div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .front-news .archive-news dl > div dd a {
    position: relative;
    display: block;
    padding-right: 60px;
    font-size: 16px;
    font-weight: 700;
    color: #0F1520;
    background-image: url(../img/common/ico-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* ----- サービスページ ----- */
  .service-lead {
    position: relative;
    z-index: 1;
    padding-bottom: 160px;
  }
  .service-lead.fixed {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .service-lead.fixed .inner-default {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .service-lead .inner-default {
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .service-lead .service-lead-title {
    margin-bottom: 1em;
    font-size: clamp(32px, 8.5vw, 42px);
    white-space: nowrap;
    letter-spacing: 0.1em;
  }
  .service-lead .right {
    font-size: clamp(16px, 4.3vw, 18px);
    line-height: 2.5em;
  }
  .service-lead .right p {
    margin-bottom: 2em;
  }
  .service-lead .right p:last-child {
    margin-bottom: 0;
  }
  .service-lead .right p strong {
    font-size: clamp(32px, 8.5vw, 42px);
    line-height: 2em;
  }
  #serviceMenu {
    position: relative;
    z-index: 2;
    margin: -60px auto -100px;
  }
  /* ----- 広告運用・WEB制作ページ ----- */
  .message-content {
    padding: 60px 4vw;
    background-color: #fff;
    border-radius: 20px;
  }
  .message-content .text h2 {
    margin-bottom: 1em;
    font-size: clamp(20px, 1.8vw, 24px);
    line-height: 1.85em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .message-content .text p {
    font-weight: 500;
    line-height: 2em;
  }
  .message-content .img {
    width: 480px;
    max-width: 100%;
    margin-top: 40px;
  }
  .message-content .img img {
    margin-bottom: 12px;
    border-radius: 16px;
  }
  .message-content .img figcaption {
    font-size: 24px;
    font-weight: 700;
    text-align: right;
  }
  .message-content .img figcaption small {
    font-size: 16px;
  }
  /* ----- 広告運用・WEB制作ページ ----- */
  .page-recruit #blogSwiper {
    margin-bottom: 0;
  }
  .recruit-content {
    margin-bottom: 80px;
    padding: 60px 4vw;
    background-color: #fff;
    border-radius: 16px;
  }
  .recruit-content > h2 {
    margin-bottom: 1em;
    font-size: clamp(26px, 6.9vw, 36px);
  }
  .recruit-content > h2 small {
    font-size: clamp(18px, 4.8vw, 24px);
  }
  .recruit-content .col2 {
    margin-bottom: 40px;
  }
  .recruit-content .col2 .img {
    margin-bottom: 24px;
    text-align: center;
  }
  .recruit-content .col2 .img img {
    width: 600px;
    border-radius: 24px;
  }
  .recruit-content .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .recruit-content .col2 .text p {
    font-weight: 700;
    line-height: 2.25em;
  }
  .recruit-content dl > div {
    padding: 24px 0;
    border-bottom: 1px solid #E3E3E3;
  }
  .recruit-content dl dt {
    margin-bottom: 1em;
    padding-top: 10px;
    font-size: clamp(18px, 4.8vw, 22px);
    font-weight: 700;
    background-image: url(../img/common/title-tri.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left top;
  }
  .recruit-content dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .recruit-content dl dd p {
    line-height: 2em;
  }
  .recruit-content dl dd p:last-child {
    margin-bottom: 0;
  }
  .recruit-content dl dd ul {
    list-style: disc;
    padding-left: 1em;
    line-height: 2em;
  }
  .recruit-message {
    width: 1440px;
    max-width: 100vw;
    margin: 0 auto 80px;
    padding: 0 2vw;
  }
  .recruit-message p {
    margin-bottom: 24px;
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 700;
    line-height: 1.875em;
    text-align: center;
  }
  .recruit-message .img {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 8px), 1fr));
    gap: 8px;
  }
  .recruit-message .img img {
    width: 100%;
    aspect-ratio: 89/70;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  .recruit-data {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 0 4vw;
  }
  .recruit-data h2 {
    margin: 0 auto 20px;
    padding: 18px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 8px;
    border-left: 8px solid #34C5CD;
  }
  .recruit-data dl > div {
    padding: 24px 0;
    border-bottom: 1px solid #E3E3E3;
  }
  .recruit-data dl dt {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 700;
  }
  .recruit-data dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2em;
  }
  .recruit-data dl dd p {
    line-height: 2em;
  }
  .recruit-data dl dd p:last-child {
    margin-bottom: 0;
  }
  .recruit-data .btn-entry {
    margin: 60px auto 0;
  }
  .recruit-data .btn-entry a {
    width: 300px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    background-color: #FCD118;
  }
  .recruit-data .btn-entry a::before {
    background-color: #34C5CD;
  }
  .recruit-data .btn-entry a::after {
    position: absolute;
    right: 20px;
    -webkit-mask-image: url(../img/common/ico-arrow.svg);
            mask-image: url(../img/common/ico-arrow.svg);
  }
  /* ----- 広告運用・WEB制作ページ ----- */
  .page-advertising,
  .page-web_creative {
    background-color: #fff;
  }
  .page-advertising .section-case,
  .page-web_creative .section-case {
    padding-top: 60px;
    background-color: #fff;
  }
  .page-advertising .section-case .subtitle,
  .page-web_creative .section-case .subtitle {
    margin-bottom: 2em;
    font-size: clamp(20px, 1.8vw, 24px);
  }
  .page-advertising .section-case .inner-default .sectitle,
  .page-web_creative .section-case .inner-default .sectitle {
    margin-bottom: 1.25em;
    font-size: clamp(26px, 2.36vw, 32px);
  }
  .page-advertising .section-case .inner-default p,
  .page-web_creative .section-case .inner-default p {
    line-height: 2em;
  }
  .page-advertising .section-case .inner-default p:last-child,
  .page-web_creative .section-case .inner-default p:last-child {
    margin-bottom: 0;
  }
  .page-advertising .section-case .swiper-case:last-child,
  .page-web_creative .section-case .swiper-case:last-child {
    margin-bottom: 0;
  }
  .page-advertising .section-case .inner-default {
    margin-bottom: 40px;
  }
  .advertising-lead .inner-default,
  .web_creative-lead .inner-default {
    position: relative;
    z-index: 2;
  }
  .advertising-lead .text h2,
  .web_creative-lead .text h2 {
    margin-bottom: 0.5em;
    font-size: clamp(30px, 8vw, 42px);
  }
  .advertising-lead .text p,
  .web_creative-lead .text p {
    font-size: clamp(16px, 4.26vw, 20px);
    line-height: 2em;
  }
  .advertising-lead .text p:last-child,
  .web_creative-lead .text p:last-child {
    margin-bottom: 0;
  }
  .advertising-lead .text p strong,
  .web_creative-lead .text p strong {
    font-size: clamp(26px, 6.9vw, 30px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 2em;
  }
  .page-mv {
    position: relative;
    top: calc(clamp(80px, 25vw, 270px) * -1);
    right: 0;
    z-index: -1;
    width: 90vw;
    max-width: 600px;
    aspect-ratio: 137/142;
    margin-left: auto;
    margin-bottom: calc(clamp(130px, 35vw, 300px) * -1);
    -webkit-mask-image: url(../img/common/petal.svg);
            mask-image: url(../img/common/petal.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: top right;
            mask-position: top right;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .advertising-lead .page-mv {
    background-image: url(../img/advertising/mv01.jpg);
  }
  .web_creative-lead .page-mv {
    background-image: url(../img/web_creative/mv02.jpg);
  }
  .advertising-reason,
  .advertising-means,
  .web_creative-communication,
  .web_creative--goal {
    margin-bottom: 80px;
  }
  .advertising-reason h2,
  .advertising-means h2,
  .web_creative-communication h2,
  .web_creative--goal h2 {
    margin-bottom: 1em;
    font-size: clamp(22px, 5.86vw, 32px);
    line-height: 1.75em;
  }
  .advertising-reason p,
  .advertising-means p,
  .web_creative-communication p,
  .web_creative--goal p {
    line-height: 2em;
  }
  .advertising-reason p:last-child,
  .advertising-means p:last-child,
  .web_creative-communication p:last-child,
  .web_creative--goal p:last-child {
    margin-bottom: 0;
  }
  .advertising-reason .col2,
  .advertising-reason .figure-col2,
  .advertising-means .col2,
  .advertising-means .figure-col2,
  .web_creative-communication .col2,
  .web_creative-communication .figure-col2,
  .web_creative--goal .col2,
  .web_creative--goal .figure-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 32px;
  }
  .advertising-reason .col2 .img,
  .advertising-reason .figure-col2 .img,
  .advertising-means .col2 .img,
  .advertising-means .figure-col2 .img,
  .web_creative-communication .col2 .img,
  .web_creative-communication .figure-col2 .img,
  .web_creative--goal .col2 .img,
  .web_creative--goal .figure-col2 .img {
    text-align: center;
  }
  .advertising-reason .col2 img,
  .advertising-reason .figure-col2 img,
  .advertising-means .col2 img,
  .advertising-means .figure-col2 img,
  .web_creative-communication .col2 img,
  .web_creative-communication .figure-col2 img,
  .web_creative--goal .col2 img,
  .web_creative--goal .figure-col2 img {
    width: 600px;
    border-radius: 16px;
  }
  .advertising-reason .col2 .text,
  .advertising-reason .figure-col2 .text,
  .advertising-means .col2 .text,
  .advertising-means .figure-col2 .text,
  .web_creative-communication .col2 .text,
  .web_creative-communication .figure-col2 .text,
  .web_creative--goal .col2 .text,
  .web_creative--goal .figure-col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .advertising-reason .col2 .text p a,
  .advertising-reason .figure-col2 .text p a,
  .advertising-means .col2 .text p a,
  .advertising-means .figure-col2 .text p a,
  .web_creative-communication .col2 .text p a,
  .web_creative-communication .figure-col2 .text p a,
  .web_creative--goal .col2 .text p a,
  .web_creative--goal .figure-col2 .text p a {
    color: #34C5CD;
    text-decoration: underline;
  }
  .advertising-reason .col2 .img img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .advertising-reason .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(6px, 1.6vw, 12px);
    margin-bottom: 20px;
  }
  .advertising-reason .point li {
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 150px;
    aspect-ratio: 1/1;
    font-size: clamp(14px, 3.7vw, 18px);
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    border: 4px solid #F3F3F3;
  }
  .advertising-means .box-gray .figure-col2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advertising-means .box-gray .figure-col2 img {
    aspect-ratio: unset;
  }
  #advertisingRule {
    position: relative;
    color: #fff;
  }
  #advertisingRule.section-black {
    padding-right: 0;
    padding-bottom: 48px;
  }
  #advertisingRule .intro {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto 60px;
    padding-right: 4vw;
  }
  #advertisingRule .intro h2 {
    margin-bottom: 0.75em;
    font-size: clamp(28px, 5.86vw, 32px);
  }
  #advertisingRule .intro p {
    margin: 0;
    line-height: 2em;
  }
  #advertisingRule #scrollHorizontal {
    overflow: hidden;
  }
  #advertisingRule #scrollHorizontal .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: auto;
  }
  #advertisingRule #scrollHorizontal .item-wrapper .item {
    min-width: 300px;
    padding: 0 6vw;
    border-right: 1px solid #FFF;
  }
  #advertisingRule #scrollHorizontal .item-wrapper .item hgroup p {
    margin-bottom: 0.25em;
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }
  #advertisingRule #scrollHorizontal .item-wrapper .item hgroup h3 {
    min-height: 3em;
    margin-bottom: 1em;
    font-size: 25px;
  }
  #advertisingRule #scrollHorizontal .item-wrapper .item .text p {
    font-size: clamp(14px, 1.27vw, 16px);
    line-height: 2em;
  }
  #advertisingRule .btn {
    width: 1440px;
    max-width: 100%;
    margin: 60px auto 0;
    padding: 0 6vw;
  }
  #advertisingRule .btn a {
    margin-left: auto;
  }
  .advertising-partner {
    padding: 100px 0 80px;
    background-color: #F8F8F8;
  }
  .advertising-partner h3 {
    margin-bottom: 40px;
    font-size: clamp(26px, 2.36vw, 32px);
    text-align: center;
  }
  .advertising-partner .logo-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 20px), 1fr));
    gap: 40px 20px;
    margin-bottom: 20px;
  }
  .advertising-partner .logo-wrapper .item .img {
    display: grid;
    place-items: center;
    width: 100%;
    height: 120px;
    margin-bottom: 18px;
    padding: 10px;
    background-color: #fff;
    border-radius: 12px;
  }
  .advertising-partner .logo-wrapper .item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: clamp(6px, 0.54vw, 8px);
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 700;
  }
  .advertising-partner .logo-wrapper .item ul li {
    padding: 0.25em 1em;
    background-color: #fff;
    border-radius: 2em;
  }
  .advertising-partner .logo-wrapper .item ul li small {
    font-size: 12px;
  }
  .advertising-partner .other {
    margin: 40px auto 0;
    padding-top: 30px;
    border-top: 1px solid #C0C0C0;
  }
  .advertising-partner .other h4 {
    font-size: 20px;
    margin-bottom: 0.75em;
  }
  .advertising-partner .partners {
    padding: 0 4vw 30px;
    background-color: #fff;
    border-radius: 16px;
  }
  .advertising-partner .partners .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-left: 4vw;
  }
  .advertising-partner .partners .img .google {
    display: block;
    width: clamp(100px, 26vw, 160px);
  }
  .advertising-partner .partners .img .yahoo {
    width: clamp(185px, 49vw, 260px);
  }
  .advertising-partner .partners .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .advertising-partner .partners .text p {
    margin: 0;
    font-weight: 700;
    line-height: 2em;
  }
  .advertising-reason,
  .web_creative-communication {
    margin-bottom: 20px;
  }
  .web_creative-service .inner-default {
    padding: 0 4vw;
  }
  .web_creative-service .inner-default > h2 {
    font-size: clamp(26px, 2.36vw, 32px);
  }
  .web_creative-service .creative-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 40px), 1fr));
    gap: 60px 40px;
    margin: 60px auto 80px;
  }
  .web_creative-service .creative-wrapper .item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 20px 20px;
  }
  .web_creative-service .creative-wrapper .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .web_creative-service .creative-wrapper .col2 .img {
    width: 160px;
    max-width: 34%;
    text-align: center;
  }
  .web_creative-service .creative-wrapper .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .web_creative-service .creative-wrapper .col2 .text h3 {
    margin-bottom: 0.5em;
    font-size: 24px;
  }
  .web_creative-service .creative-wrapper .col2 .text p:last-child {
    margin-bottom: 0;
  }
  .web_creative-service .creative-wrapper .point {
    padding: 20px 30px;
    background-color: #F8F8F8;
    border-radius: 8px;
  }
  .web_creative-service .creative-wrapper .point li {
    position: relative;
    padding-left: 1.65em;
    font-size: clamp(13px, 1.18em, 16px);
  }
  .web_creative-service .creative-wrapper .point li:not(:last-child) {
    margin-bottom: 0.75em;
  }
  .web_creative-service .creative-wrapper .point li::before {
    content: "";
    position: absolute;
    top: 0.35em;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
    background-image: url(../img/common/ico-check-round.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .advertising-flow,
  .web_creative-flow {
    padding: 60px 0;
  }
  .advertising-flow .inner-default h3,
  .web_creative-flow .inner-default h3 {
    margin-bottom: 56px;
    font-size: clamp(26px, 2.36vw, 32px);
  }
  .advertising-flow .flow-wrapper,
  .web_creative-flow .flow-wrapper {
    counter-reset: flowNum;
    display: grid;
    gap: 40px;
  }
  .advertising-flow .flow,
  .web_creative-flow .flow {
    position: relative;
    counter-increment: flowNum;
    padding-left: 80px;
  }
  .advertising-flow .flow::before,
  .web_creative-flow .flow::before {
    content: "0" counter(flowNum);
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    background-color: #0F1520;
    border-radius: 50%;
  }
  .advertising-flow .flow:not(:last-child)::after,
  .web_creative-flow .flow:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 59px;
    left: 30px;
    width: 1px;
    height: calc(100% + 40px);
    background-color: #0F1520;
  }
  .advertising-flow .flow .flow-title,
  .web_creative-flow .flow .flow-title {
    margin: 10px 0 0.45em;
    font-size: clamp(26px, 6.9vw, 32px);
  }
  .advertising-flow .flow ul,
  .web_creative-flow .flow ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 12px;
  }
  .advertising-flow .flow ul li span,
  .web_creative-flow .flow ul li span {
    padding: 0.25em 0.75em 0.3em;
    font-size: 12px;
    color: #fff;
    background-color: #BDBDBD;
    border-radius: 4px;
  }
  .advertising-flow .flow ul li small,
  .web_creative-flow .flow ul li small {
    display: block;
    margin: 1em 0 0;
    font-size: 12px;
  }
  .advertising-flow {
    background-color: #fff;
  }
  .web_creative-flow {
    background-color: #F8F8F8;
  }
  .web_creative-flow .flow:not(:last-child) .text {
    padding-bottom: 40px;
    border-bottom: 1px solid #0F1520;
  }
  .web_creative-flow .flow .text p {
    line-height: 2em;
  }
  .web_creative-flow .flow .text p:last-child {
    margin-bottom: 0;
  }
  .web_creative-flow .flow .innerflow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(15px, 4vw, 24px);
  }
  .web_creative-flow .flow .innerflow li {
    position: relative;
    display: grid;
    place-items: center;
    width: clamp(75px, 20vw, 120px);
    aspect-ratio: 1/1;
    font-size: clamp(10px, 2.66vw, 15px);
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #F3F3F3;
  }
  .web_creative-flow .flow .innerflow li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: calc(clamp(15px, 4vw, 20px) * -1);
    width: 10px;
    height: 10px;
    background-image: url(../img/common/ico-arrow-flow.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .advertising-suitable {
    padding: 60px 0;
    background-color: #F8F8F8;
  }
  .advertising-suitable .inner-default h2 {
    margin-bottom: 1em;
    font-size: clamp(19px, 5vw, 28px);
    text-align: center;
  }
  .advertising-suitable .inner-default .col2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px 28px;
  }
  .advertising-suitable .inner-default .col2 .suitable,
  .advertising-suitable .inner-default .col2 .unsuitable {
    border-radius: 8px;
  }
  .advertising-suitable .inner-default .col2 .suitable h3,
  .advertising-suitable .inner-default .col2 .unsuitable h3 {
    padding: 0.75em;
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .advertising-suitable .inner-default .col2 .suitable ul,
  .advertising-suitable .inner-default .col2 .unsuitable ul {
    padding: 24px;
  }
  .advertising-suitable .inner-default .col2 .suitable ul li,
  .advertising-suitable .inner-default .col2 .unsuitable ul li {
    position: relative;
    padding: 0.5em 0.5em 0.5em 24px;
    border-bottom: 1px solid #EEEEEE;
  }
  .advertising-suitable .inner-default .col2 .suitable ul li::before,
  .advertising-suitable .inner-default .col2 .unsuitable ul li::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 16px;
  }
  .advertising-suitable .inner-default .col2 .suitable {
    border: 1px solid #0F1520;
  }
  .advertising-suitable .inner-default .col2 .suitable h3 {
    background-color: #0F1520;
  }
  .advertising-suitable .inner-default .col2 .suitable ul li::before {
    top: 0.875em;
    height: 16px;
    background-image: url(../img/common/ico-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .advertising-suitable .inner-default .col2 .unsuitable {
    border: 1px solid #BDBDBD;
  }
  .advertising-suitable .inner-default .col2 .unsuitable h3 {
    background-color: #BDBDBD;
  }
  .advertising-suitable .inner-default .col2 .unsuitable ul {
    color: #9C9FA4;
  }
  .advertising-suitable .inner-default .col2 .unsuitable ul li::before {
    top: 1.25em;
    height: 1px;
    background-color: #9C9FA4;
  }
  /* ----- 五箱の特徴 ----- */
  .page-feature {
    padding-bottom: 0;
  }
  #featureIntro,
  #featureVoice,
  #featureCase,
  #featurePoint {
    position: relative;
  }
  #featureIntro.fixed .inner-wrapper,
  #featureVoice.fixed .inner-wrapper,
  #featureCase.fixed .inner-wrapper {
    position: fixed;
  }
  #featureIntro {
    z-index: 1;
  }
  #featureIntro.fixed .inner-wrapper {
    left: 0;
  }
  #featureVoice {
    z-index: 2;
  }
  #featureVoice.fixed .inner-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #featureCase {
    z-index: 3;
  }
  #featureCase.fixed .inner-wrapper {
    right: 0;
  }
  #featurePoint {
    z-index: 4;
  }
  .feature-intro {
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .feature-intro .data-desc {
    margin-bottom: 40px;
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 700;
    line-height: 2em;
  }
  .feature-intro .data-desc small {
    font-size: clamp(14px, 1.27em, 16px);
  }
  .feature-intro .data-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    margin: 0 auto 80px;
    border: 2px solid #0F1520;
  }
  .feature-intro .data-wrapper .item {
    position: relative;
    padding: 110px 4vw 30px;
  }
  .feature-intro .data-wrapper .item:first-child {
    border-right: 2px solid #0F1520;
  }
  .feature-intro .data-wrapper .item:last-child {
    grid-column: span 2;
    padding-top: 140px;
    border-top: 2px solid #0F1520;
  }
  .feature-intro .data-wrapper .item .title {
    position: absolute;
    top: 24px;
    left: 27px;
  }
  .feature-intro .data-wrapper .item .title span {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.5em 0;
    font-size: clamp(16px, 1.45vw, 18px);
    font-weight: 700;
    line-height: 1em;
    border-bottom: 2px solid #0F1520;
  }
  .feature-intro .data-wrapper .item .title small {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(12px, 1.09vw, 14px);
  }
  .feature-intro .data-wrapper .item .num {
    display: block;
    margin: 0 auto;
    font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    line-height: 1em;
    text-align: center;
  }
  .feature-intro .data-wrapper .item .num b {
    font-size: 65px;
    font-weight: 600;
    letter-spacing: 0.07em;
  }
  .feature-intro .data-wrapper .item .num small {
    font-size: 20px;
    font-weight: 700;
  }
  .feature-intro .data-wrapper .item .desc {
    margin: 40px 0 0;
    font-size: clamp(15px, 4vw, 18px);
    font-weight: 700;
    text-align: center;
  }
  .feature-intro .col2 {
    width: 96vw;
  }
  .feature-intro .col2 .img {
    margin-bottom: 40px;
    text-align: right;
  }
  .feature-intro .col2 .img img {
    width: clamp(100px, 100%, 830px);
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 8px 8px 0;
  }
  .feature-intro .col2 .text {
    padding-left: 4vw;
  }
  .feature-intro .col2 .text p {
    font-size: clamp(18px, 4.8vw, 22px);
    font-weight: 700;
    line-height: 2.5em;
  }
  .feature-voice {
    padding-top: 60px;
    padding-bottom: 100px;
    color: #fff;
  }
  .feature-voice .voice-title {
    margin-bottom: 32px;
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 700;
    text-align: center;
  }
  .feature-voice .voice-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
  }
  .feature-voice .voice-wrapper .item {
    padding: 32px 37px;
    font-size: 16px;
    font-weight: 700;
    color: #0F1520;
    background-color: #fff;
    border-radius: 16px;
  }
  .feature-voice .voice-wrapper .item p {
    margin: 0;
    line-height: 2em;
  }
  .feature-voice .voice-wrapper .item p strong {
    font-weight: inherit;
    color: #34C5CD;
  }
  .feature-voice .voice-value {
    margin: 60px auto 0;
    padding-bottom: 50px;
    background-image: url(../img/common/bg-logo.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: clamp(260px, 80vw, 560px) auto;
  }
  .feature-voice .voice-value h2 {
    margin: 0 auto 40px;
    font-size: clamp(20px, 5.3vw, 28px);
    text-align: center;
    line-height: 1.85em;
  }
  .feature-voice .voice-value .value {
    display: grid;
    margin-bottom: 40px;
    border: 2px solid #fff;
  }
  .feature-voice .voice-value .value li {
    display: grid;
    place-items: center;
    padding: 30px 6vw;
    font-size: clamp(20px, 5.3vw, 28px);
    font-weight: 700;
    line-height: 1.75em;
    text-align: center;
  }
  .feature-voice .voice-value .value li:not(:last-child) {
    border-bottom: 2px solid #fff;
  }
  .feature-voice .voice-value .value li small {
    font-size: clamp(16px, 1.45vw, 20px);
  }
  .feature-voice .voice-value .summary p {
    font-size: clamp(20px, 5.3vw, 26px);
    font-weight: 700;
    line-height: 2.25em;
  }
  .feature-voice .voice-value .summary p:last-child {
    margin-bottom: 0;
  }
  .feature-voice .voice-value .summary .memo {
    margin: 0;
    font-size: clamp(16px, 4.3vw, 18px);
  }
  .feature-case {
    margin-top: -60px;
    padding: 80px 0 60px;
  }
  .feature-case .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    max-width: 100%;
    margin-bottom: 60px;
    padding: 0 4vw;
  }
  .feature-case .col2 .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .feature-case .col2 .img img {
    width: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  .feature-case .col2 .text h2 {
    margin-bottom: 1em;
    font-size: clamp(30px, 8vw, 42px);
    text-align: center;
  }
  .feature-case .col2 .text p {
    font-size: clamp(17px, 1.54vw, 20px);
    font-weight: 700;
    line-height: 2em;
  }
  .feature-case .case-subtitle {
    margin-bottom: 80px;
    font-size: clamp(17px, 4.5vw, 24px);
    font-weight: 700;
    line-height: 2em;
    text-align: center;
  }
  .feature-case #adSwiper {
    margin-bottom: 0;
  }
  .feature-point {
    width: 100%;
    overflow: hidden;
    padding: 80px 0 0;
    background-color: #fff;
  }
  .feature-point .point-summary {
    margin-bottom: 40px;
    text-align: center;
  }
  .feature-point .point-summary h2 {
    margin-bottom: 1em;
    font-size: clamp(30px, 8vw, 40px);
  }
  .feature-point .point-summary p {
    margin: 0;
    font-size: clamp(15px, 4vw, 18px);
    font-weight: 700;
    line-height: 2em;
  }
  .feature-point .img-wide {
    width: 100%;
    min-height: 400px;
    aspect-ratio: 3/1;
  }
  .feature-point .img-wide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 30%;
       object-position: center 30%;
  }
  .feature-point .point-wrapper {
    position: relative;
    z-index: 2;
  }
  .feature-point .point-wrapper::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    width: 120%;
    height: 200px;
    background-color: #fff;
    border-radius: 80% 80% 0 0;
  }
  .feature-point .point-wrapper h2 {
    margin-bottom: 40px;
    padding: 0 4vw;
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 700;
    line-height: 1.75em;
    text-align: center;
  }
  .feature-point .point-wrapper .point-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .feature-point .point-wrapper .point-grid .item {
    padding: 30px 5vw;
    color: #fff;
    background-color: #0F1520;
    border-radius: 16px;
  }
  .feature-point .point-wrapper .point-grid .item h3 {
    margin-bottom: 0.5em;
    font-size: clamp(20px, 1.8vw, 24px);
  }
  .feature-point .point-wrapper .point-grid .item p {
    margin: 0;
    font-size: 15px;
    line-height: 2em;
  }
  /* ----- 実績トップ ----- */
  .page-philosophy {
    padding-bottom: 0;
  }
  .page-philosophy .philosophy-title {
    margin-bottom: 1.5em;
    padding-left: 50px;
    font-size: 40px;
    background-image: url(../img/common/gohako-black.svg);
    background-repeat: no-repeat;
    background-position: left center;
  }
  .page-philosophy .subtitle {
    margin-bottom: 40px;
    font-size: clamp(32px, 8.5vw, 42px);
  }
  .page-philosophy .section-black,
  .page-philosophy .section-white {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-philosophy .section-black p,
  .page-philosophy .section-white p {
    line-height: 2.5em;
  }
  .page-philosophy .section-black p:last-child,
  .page-philosophy .section-white p:last-child {
    margin-bottom: 0;
  }
  .page-philosophy .section-black {
    color: #fff;
  }
  .page-philosophy .section-black .philosophy-title {
    background-image: url(../img/common/gohako-white.svg);
  }
  #philosophyMission,
  #philosophyVision,
  #philosophyValue {
    position: relative;
  }
  #philosophyMission.fixed .inner-default,
  #philosophyVision.fixed .inner-default {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #philosophyMission {
    z-index: 1;
    padding-bottom: 180px;
  }
  #philosophyMission.fixed .inner-default {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #philosophyVision {
    z-index: 2;
    margin-top: -60px;
  }
  #philosophyValue {
    z-index: 3;
  }
  #philosophyValue {
    background-image: url(../img/common/bg-logo.svg);
    background-repeat: no-repeat;
    background-position: right bottom 80px;
    background-size: clamp(260px, 80vw, 560px) auto;
  }
  #philosophyValue ol {
    list-style: none;
    counter-reset: valueNum;
  }
  #philosophyValue ol li {
    counter-increment: valueNum;
    position: relative;
    margin-bottom: 60px;
    padding-left: 60px;
  }
  #philosophyValue ol li::before {
    content: "0" counter(valueNum);
    position: absolute;
    top: -5px;
    left: 0;
    font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1em;
  }
  #philosophyValue ol li:last-child {
    margin-bottom: 0;
  }
  #philosophyValue ol li strong,
  #philosophyValue ol li span {
    display: block;
  }
  #philosophyValue ol li strong {
    margin: 0.75em 0 0.75em;
    font-size: 24px;
  }
  #philosophyValue ol li span {
    font-weight: 500;
    line-height: 1.75em;
  }
  /* ----- 実績トップ ----- */
  .page-case .swiper-case:last-child {
    margin-bottom: 20px;
  }
  .page-case .swiper-case .swiper-slide a .tag {
    background-color: #34C5CD;
  }
  /* ----- 広告実績一覧 ----- */
  .voice-archive {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px 24px;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto 80px;
    padding: 0 4vw;
  }
  .voice-archive .item a {
    display: block;
  }
  .voice-archive .item a .img {
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
  }
  .voice-archive .item a .img img {
    width: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .voice-archive .item a .text .tag {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 8px;
    padding: 0.35em 1em;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    background-color: #34C5CD;
    border-radius: 2em;
  }
  .voice-archive .item a .text .title {
    margin-bottom: 0.5em;
    font-size: clamp(16px, 4.26vw, 18px);
    line-height: 1.6em;
  }
  .voice-archive .item a .text .client {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
  }
  /* ----- 広告実績シングル ----- */
  .case-header {
    margin-bottom: 20px;
  }
  .case-header .single-title {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    font-size: clamp(26px, 2.36vw, 32px);
    line-height: 1.5em;
    border-bottom: 1px solid #B5B5B5;
  }
  .case-header .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .case-header .bottom .client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .case-header .bottom .client .tag {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 10px;
    padding: 0.45em 1em;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    background-color: #34C5CD;
    border-radius: 2em;
  }
  .case-header .bottom .client strong {
    font-size: 16px;
    font-weight: 400;
  }
  .case-header .bottom .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .case-header .bottom .sns a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .case-header .bottom .sns a img {
    width: 40px;
  }
  .single-voice .swiper-case {
    margin-top: 80px;
  }
  .voice-mv img {
    width: 100%;
    margin: 0 auto 20px;
    border-radius: 16px;
  }
  .voice-info {
    width: 100%;
    margin: 0 auto 40px;
    padding: 20px 4vw;
    border-radius: 8px;
    background-color: #fff;
  }
  .voice-info dl {
    display: grid;
    gap: 1em;
    font-weight: 700;
  }
  .voice-info dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .voice-info dl > div dt {
    width: 5em;
  }
  .voice-info dl > div dt::before {
    content: "・";
  }
  .voice-article .col1 {
    margin: 0 auto 40px;
  }
  .voice-article .col1 img {
    width: 100%;
    border-radius: 16px;
  }
  .voice-article .col2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 5px), 1fr));
    gap: 5px;
    margin: 0 auto 40px;
  }
  .voice-article .col2 img {
    width: 100%;
    border-radius: 8px;
  }
  .voice-section {
    margin-bottom: 40px;
  }
  .voice-section h2 {
    margin: 0 auto 20px;
    padding: 18px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 8px;
    border-left: 8px solid #34C5CD;
  }
  .voice-section h3 {
    margin: 0 auto 1em;
    padding-left: 1.5em;
    font-size: clamp(16px, 1.45vw, 17px);
    font-weight: 700;
    text-indent: -1.5em;
  }
  .voice-section h3::before {
    content: "ー";
    margin-right: 0.5em;
  }
  .voice-section p {
    margin: 0 auto 1em;
    font-size: 16px;
    line-height: 2em;
  }
  .voice-section p:last-child {
    margin-bottom: 0;
  }
  .voice-author {
    padding: 40px 4vw;
    background-color: #fff;
    border-radius: 16px;
  }
  .voice-author h2 {
    margin: 0 auto 24px;
    font-size: 20px;
    text-align: center;
  }
  .voice-author .col2 {
    display: block;
  }
  .voice-author .col2 .img {
    margin: 0 auto 30px;
    text-align: center;
  }
  .voice-author .col2 .img img {
    width: 200px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 16px;
    border-radius: 50%;
  }
  .voice-author .col2 .img figcaption {
    font-weight: 500;
    line-height: 2em;
    text-align: center;
  }
  .voice-author .col2 .text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.25em;
  }
  .voice-author .col2 .text p:last-child {
    margin-bottom: 0;
  }
  /* ----- 制作実績ページ ----- */
  .case-archive {
    margin-bottom: 80px;
  }
  .case-archive:last-child {
    margin-bottom: 0;
  }
  .case-archive .title-website,
  .case-archive .title-lp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 65px;
    margin-bottom: 40px;
    padding-left: 86px;
    font-size: clamp(22px, 5.8vw, 28px);
    background-repeat: no-repeat;
    background-size: 64px auto;
    background-position: left center;
  }
  .case-archive .title-website {
    background-image: url(../img/service/service-web02.svg);
  }
  .case-archive .title-lp {
    background-image: url(../img/service/service-web01.svg);
  }
  .case-archive .case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 32px 24px;
  }
  .case-archive .case-grid .item a {
    display: block;
  }
  .case-archive .case-grid .item a .img {
    margin: 0 auto 18px;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
  }
  .case-archive .case-grid .item a .img img {
    border: 4px solid #0F1520;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
  .case-archive .case-grid .item a .title {
    margin-bottom: 0.5em;
    font-size: clamp(17px, 1.54vw, 20px);
    font-weight: 700;
    line-height: 1.5em;
  }
  .case-archive .case-grid .item a .client {
    margin: 0;
    font-size: 14px;
  }
  /* ----- 制作実績シングル ----- */
  .case-mv {
    position: relative;
    margin: 0 auto 60px;
    padding: 30px 4vw 50px;
    background-color: #fff;
    border-radius: 14px;
  }
  .case-mv .mv-pc {
    width: 100%;
    border: 5px solid #0F1520;
    border-radius: 24px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  }
  .case-mv .mv-sp {
    position: absolute;
    left: calc(4vw + 20px);
    bottom: 20px;
    width: clamp(75px, 20vw, 120px);
    border: 5px solid #0F1520;
    border-radius: 14px;
  }
  .case-info hgroup {
    margin: 0 auto 20px;
    padding: 12px 18px;
    background-color: #fff;
    border-radius: 8px;
    border-left: 8px solid #34C5CD;
  }
  .case-info hgroup p {
    margin: 0;
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 13px;
    font-weight: 700;
  }
  .case-info hgroup h2 {
    font-size: 22px;
    font-weight: 700;
  }
  .case-info dl {
    width: 92vw;
    margin: 0 auto;
  }
  .case-info dl > div {
    padding: 1.25em;
    border-bottom: 1px solid #DEDEDE;
  }
  .case-info dl > div dt {
    margin-bottom: 1em;
    font-weight: 700;
  }
  .case-design {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    margin-top: 100px;
  }
  .case-design .design-pc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 280px;
    max-width: 738px;
  }
  .case-design .design-sp {
    max-width: 192px;
  }
  .case-design .title {
    margin-bottom: 12px;
    padding-left: 8px;
    border-left: 3px solid #0F1520;
  }
  .case-design .img {
    height: 355px;
    overflow-y: auto;
  }
  /* ----- 会社情報 ----- */
  .page-company .page-title,
  .page-company .company-nav {
    width: 1280px;
    max-width: 100%;
  }
  .company-nav {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px 30px;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .company-nav .item a {
    display: block;
  }
  .company-nav .item a .img {
    aspect-ratio: 27/16;
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
  }
  .company-nav .item a .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .company-nav .item a .text {
    position: relative;
    padding: 0 60px 16px 0;
    border-bottom: 1px solid #0F1520;
  }
  .company-nav .item a .text::before, .company-nav .item a .text::after {
    content: "";
    position: absolute;
    top: calc(50% - 18px);
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
  }
  .company-nav .item a .text::before {
    content: "";
    position: absolute;
    background-color: #34C5CD;
    border-radius: 50%;
  }
  .company-nav .item a .text::after {
    -webkit-mask-image: url(../img/common/ico-arrow.svg);
            mask-image: url(../img/common/ico-arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #fff;
  }
  .company-nav .item a .text p {
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 0.5em;
  }
  .company-nav .item a .text h2 {
    font-size: 24px;
  }
  /* ----- 会社概要 ----- */
  .page-profile .page-title {
    width: 1280px;
    max-width: 100%;
  }
  .profile-inner {
    max-width: 92vw;
    margin: 0 auto;
    padding: 30px 4vw;
    background-color: #fff;
    border-radius: 24px;
  }
  .profile-inner dl {
    font-size: clamp(17px, 1.54vw, 20px);
    line-height: 1.5em;
  }
  .profile-inner dl > div {
    padding: 1.5em 0;
    border-bottom: 1px solid #E5E7EB;
  }
  .profile-inner dl dt {
    margin-bottom: 1em;
    font-weight: 700;
  }
  .profile-inner dl .gmap {
    width: 100%;
    overflow: hidden;
  }
  .profile-inner dl .gmap iframe {
    max-width: 100%;
    margin-top: 16px;
  }
  /* ----- ブログ一覧 ----- */
  .blog-archive {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px 24px;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto 80px;
    padding: 0 4vw;
  }
  .blog-archive .item a {
    display: block;
  }
  .blog-archive .item .img {
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
  }
  .blog-archive .item .img img {
    width: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .blog-archive .item time {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
  }
  .blog-archive .item .text .title {
    margin-bottom: 0.5em;
    font-size: clamp(16px, 4.26vw, 18px);
    line-height: 1.6em;
  }
  .blog-archive .item .tag-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 14px;
  }
  .blog-archive .item .tag-wrapper .category {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 16px;
    padding: 0.45em 1em;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    background-color: #34C5CD;
    border-radius: 2em;
  }
  .blog-archive .item .tag-wrapper .tag {
    margin-right: 16px;
    font-size: 12px;
  }
  .blog-archive .item .tag-wrapper .tag li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-archive .item .tag-wrapper .tag li::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-image: url(../img/common/ico-tag.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
  }
  .blog-archive .item .tag-wrapper .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    font-weight: 400;
  }
  .blog-archive .item .tag-wrapper .author::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url(../img/common/ico-author.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
  }
  /* ----- お問い合わせページ ----- */
  .contact-wrapper {
    padding: 0 4vw 40px;
  }
  .contact-wrapper a {
    color: #0D73FF;
    text-decoration: underline;
  }
  .contact-wrapper a[target=_blank]::after {
    content: "";
    position: relative;
    top: 2px;
    display: inline-block;
    width: 18px;
    height: 16px;
    margin: 0 5px;
    -webkit-mask-image: url(../img/common/ico-blank.svg);
            mask-image: url(../img/common/ico-blank.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #0D73FF;
  }
  .contact-wrapper .req,
  .contact-wrapper .opt {
    width: 50px;
    padding: 0.5em 1em;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    white-space: nowrap;
    border-radius: 2em;
  }
  .contact-wrapper .req {
    background-color: #E83D3D;
  }
  .contact-wrapper .opt {
    background-color: #A6A6A6;
  }
  .contact-wrapper .contact-intro p {
    font-size: 15px;
    line-height: 2em;
    text-align: center;
  }
  .contact-wrapper .contact-flow {
    counter-reset: contactFlow;
    margin-top: 60px;
  }
  .contact-wrapper .contact-flow ol {
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
  }
  .contact-wrapper .contact-flow ol::after {
    content: "";
    position: absolute;
    top: 30px;
    left: calc(50% - 28px);
    width: 64px;
    height: 2px;
    background-color: #BDBDBD;
  }
  .contact-wrapper .contact-flow ol li {
    counter-increment: contactFlow;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
  }
  .contact-wrapper .contact-flow ol li::before {
    content: counter(contactFlow);
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 32px;
    font-weight: 700;
    border-radius: 50%;
  }
  .contact-wrapper .contact-flow ol li.active {
    color: #0F1520;
  }
  .contact-wrapper .contact-flow ol li.active::before {
    background-color: #FCD118;
  }
  .contact-wrapper .contact-flow ol li.inactive {
    color: #BDBDBD;
  }
  .contact-wrapper .contact-flow ol li.inactive::before {
    background-color: #fff;
  }
  .contact-wrapper .form-inner {
    width: 1140px;
    max-width: 92vw;
    margin: 40px auto;
    padding: 40px 4vw;
    background-color: #fff;
    border-radius: 40px;
  }
  .contact-wrapper .form-inner dl > div {
    padding: 20px 0;
    border-bottom: 1px solid #F0F0F0;
  }
  .contact-wrapper .form-inner dl > div dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    margin-bottom: 1em;
  }
  .contact-wrapper .form-inner dl > div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contact-wrapper .form-inner dl > div dd label {
    margin: 0.5em 0;
  }
  .contact-wrapper .form-inner ul {
    font-weight: 500;
    line-height: 2.5em;
  }
  .contact-wrapper .form-inner .check-route {
    line-height: 2.5em;
  }
  .contact-wrapper .form-inner .check-route .wpcf7-list-item {
    display: block;
    font-weight: 500;
  }
  .contact-wrapper .form-inner .memo {
    display: inline-block;
    margin-top: 0.5em;
  }
  .contact-wrapper .btn-area {
    text-align: center;
  }
  .contact-wrapper .btn-area label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2em;
  }
  .contact-wrapper .btn-area .req {
    margin-left: 1em;
  }
  .contact-wrapper .btn-area button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    z-index: 2;
    width: 480px;
    max-width: 100%;
    height: 68px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0F1520;
    background-color: #FCD118;
    border: none;
    border-radius: 4em;
    cursor: pointer;
  }
  .contact-wrapper .btn-area button::before, .contact-wrapper .btn-area button::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact-wrapper .btn-area button::before {
    right: 31px;
    z-index: 1;
    width: 15px;
    height: 12px;
    -webkit-mask-image: url(../img/common/ico-arrow.svg);
            mask-image: url(../img/common/ico-arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fff;
  }
  .contact-wrapper .btn-area button::after {
    right: 20px;
    z-index: -1;
    width: 38px;
    height: 38px;
    background-color: #0F1520;
    border-radius: 50%;
  }
  .contact-wrapper .btn-area button:disabled {
    background-color: #BDBDBD;
    cursor: not-allowed;
  }
  .contact-wrapper .check-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.25em 3em;
  }
  .contact-wrapper .budget-wrapper {
    display: grid;
    gap: 40px;
  }
  .contact-wrapper #adBudget p,
  .contact-wrapper #webBudget p {
    margin-bottom: 0.5em;
  }
  .contact-wrapper #adBudget p input[type=text],
  .contact-wrapper #webBudget p input[type=text] {
    width: 100px;
    margin: 0 0.5em;
  }
  .contact-wrapper #adBudget label,
  .contact-wrapper #webBudget label {
    display: block;
  }
  .contact-wrapper *::-webkit-input-placeholder {
    color: #AAA;
  }
  .contact-wrapper *::-moz-placeholder {
    color: #AAA;
  }
  .contact-wrapper *:-ms-input-placeholder {
    color: #AAA;
  }
  .contact-wrapper *::-ms-input-placeholder {
    color: #AAA;
  }
  .contact-wrapper *::placeholder {
    color: #AAA;
  }
  .contact-wrapper input[type=text],
  .contact-wrapper input[type=email],
  .contact-wrapper input[type=tel],
  .contact-wrapper input[type=url],
  .contact-wrapper textarea,
  .contact-wrapper select {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
  }
  .contact-wrapper input[type=text]:disabled,
  .contact-wrapper input[type=email]:disabled,
  .contact-wrapper input[type=tel]:disabled,
  .contact-wrapper input[type=url]:disabled,
  .contact-wrapper textarea:disabled,
  .contact-wrapper select:disabled {
    background-color: #F8F8F8;
  }
  .contact-wrapper input[type=text],
  .contact-wrapper input[type=email],
  .contact-wrapper input[type=tel],
  .contact-wrapper input[type=url],
  .contact-wrapper select {
    width: 100%;
    padding: 0.75em 1.5em;
  }
  .contact-wrapper input[type=url] {
    margin-bottom: 0.5em;
  }
  .contact-wrapper textarea {
    width: 100%;
    height: 10em;
    padding: 1em 1.5em;
    line-height: 1.75em;
  }
  .contact-wrapper input[type=checkbox] {
    margin-right: 0.5em;
  }
  .contact-wrapper select {
    margin-bottom: 10px;
    background-color: #fff;
  }
  .contact-complete,
  .document-complete {
    margin-top: 40px;
    text-align: center;
  }
  .contact-complete h2,
  .document-complete h2 {
    font-size: clamp(26px, 6.9vw, 32px);
    margin-bottom: 0.5em;
  }
  .contact-complete p,
  .document-complete p {
    font-size: clamp(15px, 4vw, 18px);
    font-weight: 700;
  }
  .contact-complete .btn,
  .document-complete .btn {
    margin-top: 80px;
  }
  .contact-complete .btn a,
  .document-complete .btn a {
    margin: 0 auto;
  }
  .document-complete p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
  }
  /* ////////////////// ページネーション(wp-pagenaviプラグイン用) ////////////////// */
  .wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 75px auto 0;
  }
  .wp-pagenavi a.page,
  .wp-pagenavi span {
    text-decoration: none;
    display: inline-block;
    padding: 0.2em;
    margin: 0 10px;
    color: #0F1520;
    font-size: 15px;
    line-height: 32px;
  }
  .wp-pagenavi a:hover {
    color: #34C5CD;
  }
  .wp-pagenavi .current {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #0F1520;
    border-radius: 50%;
  }
  .wp-pagenavi .previouspostslink span,
  .wp-pagenavi .nextpostslink span {
    position: relative;
    top: 1px;
    width: 14px;
    height: 14px;
    border-right: 2px solid #0F1520;
    border-bottom: 2px solid #0F1520;
  }
  .wp-pagenavi .previouspostslink span {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .wp-pagenavi .nextpostslink span {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  /* ----- ブログ・お知らせ ----- */
  .blog-header {
    margin-bottom: 60px;
  }
  .blog-header time {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
  }
  .blog-header .single-title {
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    font-size: clamp(26px, 2.36vw, 32px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.5em;
    border-bottom: 8px solid #E6E6E6;
  }
  .blog-header .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-header .tag-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-header .tag-wrapper .category {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 16px;
    padding: 0.45em 1em;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    background-color: #34C5CD;
    border-radius: 2em;
  }
  .blog-header .tag-wrapper .tag {
    margin-right: 16px;
    font-size: 12px;
  }
  .blog-header .tag-wrapper .tag li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-header .tag-wrapper .tag li::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-image: url(../img/common/ico-tag.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
  }
  .blog-header .tag-wrapper .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    font-weight: 400;
  }
  .blog-header .tag-wrapper .author::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url(../img/common/ico-author.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
  }
  .blog-header .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .blog-header .sns a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .blog-header .sns a img {
    width: 40px;
  }
  .wysiwyg,
  .wysiwyg-document {
    line-height: 2em;
  }
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6,
  .wysiwyg-document h4,
  .wysiwyg-document h5,
  .wysiwyg-document h6 {
    font-weight: 16px;
  }
  .wysiwyg p,
  .wysiwyg-document p {
    margin-bottom: 2.5em;
  }
  .wysiwyg em,
  .wysiwyg-document em {
    padding: 0 0.25em;
    font-style: normal;
    color: #fff;
    background-color: #0F1520;
  }
  .wysiwyg a,
  .wysiwyg-document a {
    color: #0D73FF;
  }
  .wysiwyg ul,
  .wysiwyg-document ul {
    list-style: disc;
  }
  .wysiwyg ul,
  .wysiwyg ol,
  .wysiwyg-document ul,
  .wysiwyg-document ol {
    margin-bottom: 1.5em;
    padding-left: 1.25em;
  }
  .wysiwyg *:last-child,
  .wysiwyg-document *:last-child {
    margin-bottom: 0;
  }
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4 {
    margin-bottom: 40px;
    font-weight: 700;
  }
  .wysiwyg h2 {
    padding-bottom: 0.25em;
    font-size: clamp(20px, 1.8vw, 24px);
    border-bottom: 1px solid #0F1520;
  }
  .wysiwyg h3 {
    font-size: clamp(18px, 1.6vw, 20px);
  }
  .wysiwyg-document h1,
  .wysiwyg-document h2,
  .wysiwyg-document h3,
  .wysiwyg-document h4 {
    margin-bottom: 40px;
    font-weight: 700;
  }
  .wysiwyg-document h2 {
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    font-size: clamp(26px, 2.36vw, 32px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.5em;
    border-bottom: 8px solid #E6E6E6;
  }
  .wysiwyg-document h3 {
    padding-bottom: 0.25em;
    font-size: clamp(20px, 1.8vw, 24px);
    border-bottom: 1px solid #0F1520;
  }
  .wysiwyg-document h4 {
    font-size: clamp(18px, 1.6vw, 20px);
  }
  .blog-footer {
    position: relative;
    width: 100%;
    margin: 80px auto 0;
    padding: 70px 40px 40px;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
  }
  .blog-footer h2 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.25em 1em;
    font-size: 20px;
    color: #fff;
    background-color: #0F1520;
  }
  .blog-footer .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .blog-footer .col2 .img {
    width: 240px;
  }
  .blog-footer .col2 .img img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .blog-footer .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .blog-footer .col2 .text .name {
    margin-bottom: 0.5em;
    font-size: 24px;
  }
  .blog-footer .col2 .text .name small {
    display: inline-block;
    margin-left: 1em;
    font-size: 12px;
    font-weight: 400;
  }
  .blog-footer .col2 .text .post {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5em 0.75em;
    font-size: 12px;
    background-color: #ECECEC;
  }
  .blog-footer .col2 .text .desc {
    font-size: 12px;
    line-height: 2em;
  }
  /* ----- ページ共通 ----- */
  .page-title {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto 90px;
    padding: 0 80px;
  }
  .page-title .en {
    margin: 0.5em;
    padding-left: 20px;
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 700;
    background-image: url(../img/common/title-tri.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left 4px;
  }
  .page-title .ja {
    font-size: 48px;
  }
  .page-mv {
    position: absolute;
    top: 185px;
    right: -40px;
    z-index: 2;
    width: 685px;
    height: 710px;
    -webkit-mask-image: url(../img/common/petal.svg);
            mask-image: url(../img/common/petal.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .btn a {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
    height: 60px;
    padding: 12px 24px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    border-radius: 40px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn a::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: -1;
    width: 0px;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn a::after {
    content: "";
    width: 16px;
    height: 12px;
    -webkit-mask-image: url(../img/common/ico-arrow.svg);
            mask-image: url(../img/common/ico-arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #0F1520;
  }
  .btn a:hover::before {
    inset: 0 0 0 0;
    width: 100%;
  }
  .btn.btn-white a {
    background-color: #fff;
    border: 2px solid #0F1520;
  }
  .btn.btn-white a::before {
    background-color: #34C5CD;
  }
  .btn.btn-white a:hover {
    color: #fff;
    border: 2px solid #34C5CD;
  }
  .btn.btn-white a:hover::after {
    background-color: #fff;
  }
  .btn.btn-yellow a {
    background-color: #FCD118;
  }
  .btn.btn-yellow a::before {
    background-color: #0F1520;
  }
  .btn.btn-yellow a:hover {
    color: #fff;
  }
  .btn.btn-yellow a:hover::after {
    background-color: #fff;
  }
  article .btn-contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    width: 200px;
    height: 52px;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-color: #0F1520;
    border-radius: 4px;
  }
  article .btn-contact a::before {
    content: "";
    width: 17px;
    height: 17px;
    -webkit-mask-image: url(../img/common/ico-contact.svg);
            mask-image: url(../img/common/ico-contact.svg);
    background-color: #fff;
  }
  article .btn-contact a:hover {
    color: #0F1520;
    background-color: #FCD118;
  }
  article .btn-contact a:hover::before {
    background-color: #0F1520;
  }
  @-webkit-keyframes line_animation {
    0% {
      background-size: 0 2px;
    }
    100% {
      background-size: 100% 2px;
    }
  }
  @keyframes line_animation {
    0% {
      background-size: 0 2px;
    }
    100% {
      background-size: 100% 2px;
    }
  }
  .js-line {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FCD118), to(#FCD118));
    background-image: linear-gradient(#FCD118, #FCD118);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    display: inline;
  }
  .js-line.mark {
    -webkit-animation: line_animation 1.5s ease forwards;
            animation: line_animation 1.5s ease forwards;
  }
  .inview,
  .inview1,
  .inview2,
  .inview3,
  .inview4 {
    opacity: 0;
    -webkit-transition: all 2s;
    transition: all 2s;
  }
  .inview.is-show,
  .inview1.is-show,
  .inview2.is-show,
  .inview3.is-show,
  .inview4.is-show {
    opacity: 1;
  }
  .box-cta {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    padding: 100px 80px;
    background-color: #fff;
  }
  .box-cta .inner-default {
    position: relative;
    z-index: 1;
    padding: 80px;
    background-image: url(../img/common/bg-cta.jpg);
    background-repeat: no-repeat;
    border-radius: 40px;
    overflow: hidden;
  }
  .box-cta .inner-default::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 21, 32, 0.9);
  }
  .box-cta .lead {
    margin: 0 0 20px;
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 700;
    line-height: 2em;
    color: #fff;
    text-align: center;
  }
  .box-cta .memo {
    margin: 0 0 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  .box-cta .btn-area {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 20px), 1fr));
    gap: 20px;
    margin-top: 32px;
  }
  .box-cta .btn-area a {
    position: relative;
    display: block;
    padding: 30px 80px 30px clamp(30px, 4.3vw, 60px);
    background-color: #fff;
    border-radius: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .box-cta .btn-area a::before, .box-cta .btn-area a::after {
    content: "";
    position: absolute;
    top: calc(50% - 18px);
    right: 24px;
    display: block;
    width: 36px;
    height: 36px;
  }
  .box-cta .btn-area a::before {
    z-index: 2;
    background-color: #0F1520;
    border-radius: 50%;
  }
  .box-cta .btn-area a::after {
    z-index: 3;
    -webkit-mask-image: url(../img/common/ico-arrow.svg);
            mask-image: url(../img/common/ico-arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 15px 12px;
            mask-size: 15px 12px;
    background-color: #fff;
  }
  .box-cta .btn-area a:hover {
    background-color: #FCD118;
  }
  .box-cta .btn-area a b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
    font-size: clamp(22px, 2vw, 30px);
    font-size: 700;
  }
  .box-cta .btn-area a b::before {
    content: "";
    display: block;
    margin-right: 5px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .box-cta .btn-area a .download::before {
    width: 39px;
    height: 40px;
    -webkit-mask-image: url(../img/common/ico-cta-download.svg);
            mask-image: url(../img/common/ico-cta-download.svg);
    background-color: #0F1520;
  }
  .box-cta .btn-area a .contact::before {
    width: 40px;
    height: 40px;
    -webkit-mask-image: url(../img/common/ico-cta-contact.svg);
            mask-image: url(../img/common/ico-cta-contact.svg);
    background-color: #0F1520;
  }
  .box-cta .btn-area a p {
    margin: 0;
    font-size: clamp(14px, 1.27vw, 16px);
    font-weight: 700;
  }
  .section-white,
  .section-gray,
  .section-black {
    width: 100%;
    padding: 80px 80px 100px;
    border-radius: 60px 60px 0 0;
  }
  .section-white {
    background-color: #fff;
  }
  .section-gray {
    background-color: #F8F8F8;
  }
  .section-black {
    background-color: #0F1520;
  }
  .inner-default {
    width: 1280px;
    max-width: calc(100vw - 160px);
    margin: 0 auto;
  }
  .inner-single {
    width: 960px;
    max-width: calc(100vw - 160px);
    margin: 0 auto;
  }
  .box-gray,
  .box-white {
    padding: clamp(50px, 5.7vw, 80px);
    border-radius: 32px;
  }
  .box-gray {
    background-color: #F8F8F8;
  }
  .box-white {
    background-color: #fff;
  }
  /* 実績 */
  .swiper-case {
    width: calc(50vw + 640px);
    max-width: calc(100vw - 80px);
    margin: 0 0 80px auto;
    padding: 0 40px 110px 0;
  }
  .swiper-case .subtitle {
    margin: 0 auto 0.65em;
    font-size: clamp(26px, 2.36vw, 32px);
    font-weight: 700;
  }
  .swiper-case .swiper-slide {
    width: 420px;
  }
  .swiper-case .swiper-slide a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .swiper-case .swiper-slide a .img {
    aspect-ratio: 3/2;
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
  }
  .swiper-case .swiper-slide a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .swiper-case .swiper-slide a .tag {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 8px;
    padding: 0.5em 1em;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    background-color: #0F1520;
    border-radius: 2em;
  }
  .swiper-case .swiper-slide a .title {
    margin-bottom: 0.5em;
    font-size: 20px;
    line-height: 1.6em;
  }
  .swiper-case .swiper-slide a .client {
    margin: 0;
    font-size: 14px;
  }
  .swiper-case .swiper-pagination-progressbar {
    position: absolute;
    inset: auto auto 29px 0;
    width: 810px;
    max-width: calc(100% - 450px);
    height: 2px;
    background-color: #F8F8F8;
  }
  .swiper-case .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #0F1520;
  }
  .swiper-case .btn {
    position: absolute;
    bottom: 0;
    left: clamp(100px, 100% - 400px, 960px);
  }
  /* ----- トップページ ----- */
  .page-front .section-case {
    padding: 10px 0 120px;
    background-color: #fff;
  }
  /* トップページ共通 */
  .front-hgroup {
    margin-bottom: 48px;
  }
  .front-hgroup .en {
    margin: 0.5em;
    padding-left: 20px;
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 700;
    background-image: url(../img/common/title-tri.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left 4px;
  }
  .front-hgroup .ja {
    font-size: 36px;
  }
  .front-intro {
    position: relative;
    z-index: 1;
    width: 100vw;
  }
  .front-intro .intro {
    position: relative;
    z-index: 20;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto 100px;
    padding: 0 80px 0;
  }
  .front-intro .intro .front-hgroup .en {
    margin-bottom: 1.5em;
  }
  .front-intro .intro .front-hgroup .ja {
    font-size: 72px;
    line-height: 1.25em;
  }
  .front-intro .intro > p {
    font-size: 20px;
    line-height: 2.25em;
  }
  .front-intro .summary {
    position: relative;
    z-index: 10;
    padding: 60px 80px 100px;
    text-align: center;
    background-color: #F8F8F8;
  }
  .front-intro .summary::before {
    content: "";
    position: absolute;
    inset: -159px 0 0;
    z-index: -1;
    width: 100%;
    height: 160px;
    background: #F8F8F8;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0)), color-stop(95%, rgb(248, 248, 248)));
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, rgb(248, 248, 248) 95%);
  }
  .front-intro .summary h3 {
    margin-bottom: 1em;
    font-size: 36px;
    font-weight: 700;
  }
  .front-intro .summary p {
    font-size: 16px;
    line-height: 2em;
  }
  .pentagon-wrapper {
    position: absolute;
    inset: -60px auto 0 50%;
    z-index: -10;
    width: 1280px;
    max-width: 100vw;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #mvPentagon {
    position: absolute;
    top: -6px;
    right: -754px;
    z-index: -2;
    width: 1530px;
    height: 1530px;
    background-image: url(../img/front/pentagon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #mvPetal {
    position: absolute;
    top: -1px;
    right: 31px;
    z-index: -1;
    width: 685px;
    height: 710px;
    -webkit-mask-image: url(../img/common/petal.svg);
            mask-image: url(../img/common/petal.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #mvPetal.back1 {
    background-image: url(../img/front/mv01.jpg);
  }
  #mvPetal.back2 {
    background-image: url(../img/front/mv02.jpg);
  }
  #mvPetal.back3 {
    background-image: url(../img/front/mv03.jpg);
  }
  #mvPetal.back4 {
    background-image: url(../img/front/mv04.jpg);
  }
  #mvPetal.back5 {
    background-image: url(../img/front/mv05.jpg);
  }
  #mvPetal.back6 {
    background-image: url(../img/front/mv06.jpg);
  }
  .service-box.box-white .item-wrapper .item .img::after {
    background-color: #F8F8F8;
  }
  .service-box:not(:last-child) {
    margin-bottom: 100px;
  }
  .service-box h3 {
    margin-bottom: 1em;
    font-size: 32px;
  }
  .service-box .item-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 40px), 1fr));
    gap: 32px 40px;
  }
  .service-box .item-wrapper .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .service-box .item-wrapper .item.adjust .img {
    padding-left: 5%;
  }
  .service-box .item-wrapper .item .img {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: clamp(150px, 13.6vw, 200px);
    aspect-ratio: 1/1;
  }
  .service-box .item-wrapper .item .img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #fff;
    border-radius: 50%;
  }
  .service-box .item-wrapper .item .img img {
    max-width: 75%;
    max-height: 70%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .service-box .item-wrapper .item .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .service-box .item-wrapper .item .text h4 {
    margin-bottom: 0.5em;
    font-size: clamp(18px, 1.7vw, 24px);
  }
  .service-box .item-wrapper .item .text p {
    margin: 0;
    font-size: clamp(14px, 1.14vw, 16px);
    line-height: 1.75em;
  }
  .service-box .btn {
    margin-top: 40px;
  }
  .service-box .btn a {
    margin-left: auto;
  }
  .front-feature {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(60px, 8.6vw, 120px);
    padding: clamp(50px, 5.7vw, 80px);
    color: #fff;
    background-color: #272727;
    border-radius: 60px;
    background-image: url(../img/common/bg-logo.svg);
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: bottom -80px right -20%;
    overflow: hidden;
  }
  .front-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: rgba(39, 39, 39, 0.6);
  }
  .front-feature .left .front-hgroup {
    margin-bottom: 30px;
  }
  .front-feature .right h2 {
    margin-bottom: 0.5em;
    font-size: clamp(50px, 4.57vw, 64px);
  }
  .front-feature .right p {
    font-size: clamp(16px, 1.28vw, 18px);
    font-weight: 700;
    line-height: 2.5em;
  }
  .front-feature .right p:last-child {
    margin-bottom: 0;
  }
  .front-company {
    margin-top: -80px;
  }
  .front-company .inner-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(60px, 7.2vw, 100px);
  }
  .front-company .inner-default .img {
    width: 560px;
    max-width: 40%;
  }
  .front-company .inner-default .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 40px;
  }
  .front-company .inner-default .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .front-company .inner-default .text .front-hgroup {
    margin-bottom: 1em;
  }
  .front-company .inner-default .text .link li a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 1.75em 0;
    color: #92969D;
    border-bottom: 1px solid #92969D;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .front-company .inner-default .text .link li a::before, .front-company .inner-default .text .link li a::after {
    content: "";
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .front-company .inner-default .text .link li a::before {
    top: calc(50% - 18px);
    right: 6px;
    width: 36px;
    height: 36px;
    -webkit-transform: scale(0);
            transform: scale(0);
    background-color: #34C5CD;
    border-radius: 50%;
  }
  .front-company .inner-default .text .link li a::after {
    top: calc(50% - 6px);
    right: 16px;
    width: 15px;
    height: 12px;
    -webkit-mask-image: url(../img/common/ico-arrow.svg);
            mask-image: url(../img/common/ico-arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #92969D;
  }
  .front-company .inner-default .text .link li a:hover {
    color: #0F1520;
    border-bottom: 1px solid #0F1520;
  }
  .front-company .inner-default .text .link li a:hover::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .front-company .inner-default .text .link li a:hover::after {
    background-color: #fff;
  }
  .front-company .inner-default .text .link li a small {
    display: block;
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
  }
  .front-company .inner-default .text .link li a b {
    display: block;
    font-size: 24px;
  }
  .front-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    width: 1280px;
    max-width: calc(100vw - 160px);
    margin: 100px auto 0;
    padding: 0 80px 40px;
  }
  .front-news .front-hgroup {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
  .front-news .archive-news {
    width: 60%;
    max-width: 700px;
  }
  .front-news .archive-news dl {
    line-height: 24px;
  }
  .front-news .archive-news dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #92969D;
  }
  .front-news .archive-news dl > div dt,
  .front-news .archive-news dl > div dd a {
    padding: 18px 0;
  }
  .front-news .archive-news dl > div dt {
    width: 85px;
    font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }
  .front-news .archive-news dl > div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .front-news .archive-news dl > div dd a {
    position: relative;
    z-index: 1;
    display: block;
    padding-right: 60px;
    font-size: 16px;
    font-weight: 700;
    color: #0F1520;
  }
  .front-news .archive-news dl > div dd a::before, .front-news .archive-news dl > div dd a::after {
    content: "";
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .front-news .archive-news dl > div dd a::before {
    top: calc(50% - 18px);
    right: 14px;
    width: 36px;
    height: 36px;
    -webkit-transform: scale(0);
            transform: scale(0);
    background-color: #34C5CD;
    border-radius: 50%;
  }
  .front-news .archive-news dl > div dd a::after {
    top: calc(50% - 6px);
    right: 24px;
    width: 15px;
    height: 12px;
    -webkit-mask-image: url(../img/common/ico-arrow.svg);
            mask-image: url(../img/common/ico-arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #0F1520;
  }
  .front-news .archive-news dl > div dd a:hover::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .front-news .archive-news dl > div dd a:hover::after {
    background-color: #fff;
  }
  /* ----- サービスページ ----- */
  .service-lead {
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
  }
  .service-lead.fixed {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .service-lead.fixed .inner-default {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .service-lead .inner-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .service-lead .service-lead-title {
    position: sticky;
    top: 100px;
    font-size: clamp(52px, 4.7vw, 64px);
    white-space: nowrap;
    letter-spacing: 0.1em;
  }
  .service-lead .right {
    padding-top: 5em;
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 2.5em;
  }
  .service-lead .right p {
    margin-bottom: 2em;
  }
  .service-lead .right p:last-child {
    margin-bottom: 0;
  }
  .service-lead .right p strong {
    font-size: clamp(36px, 3.27vw, 48px);
    line-height: 2em;
  }
  #serviceMenu {
    position: relative;
    z-index: 2;
    margin: -60px auto -100px;
  }
  /* ----- 広告運用・WEB制作ページ ----- */
  .message-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding: 80px;
    background-color: #fff;
    border-radius: 32px;
  }
  .message-content .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .message-content .text h2 {
    margin-bottom: 1em;
    font-size: clamp(20px, 1.8vw, 24px);
    line-height: 1.85em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .message-content .text p {
    font-weight: 500;
    line-height: 2em;
  }
  .message-content .img {
    width: 480px;
    max-width: 38%;
  }
  .message-content .img img {
    margin-bottom: 12px;
    border-radius: 16px;
  }
  .message-content .img figcaption {
    font-size: 24px;
    font-weight: 700;
    text-align: right;
  }
  .message-content .img figcaption small {
    font-size: 16px;
  }
  /* ----- 広告運用・WEB制作ページ ----- */
  .page-recruit #blogSwiper {
    margin-bottom: 0;
  }
  .recruit-content {
    margin-bottom: 80px;
    padding: 80px;
    background-color: #fff;
    border-radius: 32px;
  }
  .recruit-content > h2 {
    margin-bottom: 1em;
    font-size: 40px;
  }
  .recruit-content > h2 small {
    font-size: 28px;
  }
  .recruit-content .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
  }
  .recruit-content .col2 .img {
    width: 640px;
    max-width: 55%;
  }
  .recruit-content .col2 .img img {
    border-radius: 24px;
  }
  .recruit-content .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .recruit-content .col2 .text p {
    font-weight: 700;
    line-height: 2.25em;
  }
  .recruit-content dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding: 40px 0;
    border-bottom: 1px solid #E3E3E3;
  }
  .recruit-content dl dt {
    width: 360px;
    max-width: 32%;
    padding-top: 8px;
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 700;
    background-image: url(../img/common/title-tri.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left top;
  }
  .recruit-content dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .recruit-content dl dd p {
    line-height: 2em;
  }
  .recruit-content dl dd p:last-child {
    margin-bottom: 0;
  }
  .recruit-content dl dd ul {
    list-style: disc;
    line-height: 2em;
  }
  .recruit-message {
    width: 1440px;
    max-width: 100vw;
    margin: 0 auto 80px;
    padding: 0 24px;
  }
  .recruit-message p {
    margin-bottom: 40px;
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 700;
    line-height: 1.875em;
    text-align: center;
  }
  .recruit-message .img {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 24px), 1fr));
    gap: 24px;
  }
  .recruit-message .img img {
    width: 100%;
    aspect-ratio: 89/70;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px;
  }
  .recruit-data {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto 80px;
    padding: 0 80px;
  }
  .recruit-data h2 {
    margin: 0 auto 20px;
    padding: 24px 32px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 8px;
    border-left: 8px solid #34C5CD;
  }
  .recruit-data dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding: 40px 0;
    border-bottom: 1px solid #E3E3E3;
  }
  .recruit-data dl dt {
    width: 300px;
    max-width: 27%;
    font-size: 18px;
    font-weight: 700;
  }
  .recruit-data dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2em;
  }
  .recruit-data dl dd p {
    line-height: 2em;
  }
  .recruit-data dl dd p:last-child {
    margin-bottom: 0;
  }
  .recruit-data .btn-entry {
    margin: 80px auto 0;
  }
  .recruit-data .btn-entry a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    background-color: #FCD118;
  }
  .recruit-data .btn-entry a::before {
    background-color: #34C5CD;
  }
  .recruit-data .btn-entry a::after {
    position: absolute;
    right: 20px;
    -webkit-mask-image: url(../img/common/ico-arrow.svg);
            mask-image: url(../img/common/ico-arrow.svg);
  }
  .recruit-data .btn-entry a:hover {
    color: #fff;
  }
  .recruit-data .btn-entry a:hover::after {
    background-color: #fff;
  }
  /* ----- 広告運用・WEB制作ページ ----- */
  .page-advertising,
  .page-web_creative {
    background-color: #fff;
  }
  .page-advertising .section-case,
  .page-web_creative .section-case {
    padding-top: 80px;
    background-color: #fff;
  }
  .page-advertising .section-case .subtitle,
  .page-web_creative .section-case .subtitle {
    margin-bottom: 2em;
    font-size: clamp(20px, 1.8vw, 24px);
  }
  .page-advertising .section-case .inner-default .sectitle,
  .page-web_creative .section-case .inner-default .sectitle {
    margin-bottom: 1.25em;
    font-size: clamp(26px, 2.36vw, 32px);
  }
  .page-advertising .section-case .inner-default p,
  .page-web_creative .section-case .inner-default p {
    font-size: 20px;
  }
  .page-advertising .section-case .inner-default p:last-child,
  .page-web_creative .section-case .inner-default p:last-child {
    margin-bottom: 0;
  }
  .page-advertising .section-case .inner-default {
    margin-bottom: 80px;
  }
  .advertising-lead .inner-default,
  .web_creative-lead .inner-default {
    position: relative;
    z-index: 2;
    padding: 100px 0 160px;
  }
  .advertising-lead .text h2,
  .web_creative-lead .text h2 {
    margin-bottom: 0.5em;
    font-size: 64px;
  }
  .advertising-lead .text p,
  .web_creative-lead .text p {
    font-size: 20px;
    line-height: 2em;
  }
  .advertising-lead .text p strong,
  .web_creative-lead .text p strong {
    font-size: 40px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 2em;
  }
  .advertising-lead .page-mv {
    background-image: url(../img/advertising/mv01.jpg);
  }
  .web_creative-lead .page-mv {
    background-image: url(../img/web_creative/mv02.jpg);
  }
  .advertising-reason,
  .advertising-means,
  .web_creative-communication,
  .web_creative--goal {
    margin-bottom: 100px;
  }
  .advertising-reason h2,
  .advertising-means h2,
  .web_creative-communication h2,
  .web_creative--goal h2 {
    margin-bottom: 1em;
    font-size: 32px;
  }
  .advertising-reason p,
  .advertising-means p,
  .web_creative-communication p,
  .web_creative--goal p {
    line-height: 2em;
  }
  .advertising-reason p:last-child,
  .advertising-means p:last-child,
  .web_creative-communication p:last-child,
  .web_creative--goal p:last-child {
    margin-bottom: 0;
  }
  .advertising-reason .col2,
  .advertising-reason .figure-col2,
  .advertising-means .col2,
  .advertising-means .figure-col2,
  .web_creative-communication .col2,
  .web_creative-communication .figure-col2,
  .web_creative--goal .col2,
  .web_creative--goal .figure-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-top: 40px;
  }
  .advertising-reason .col2 .img,
  .advertising-reason .figure-col2 .img,
  .advertising-means .col2 .img,
  .advertising-means .figure-col2 .img,
  .web_creative-communication .col2 .img,
  .web_creative-communication .figure-col2 .img,
  .web_creative--goal .col2 .img,
  .web_creative--goal .figure-col2 .img {
    width: 49%;
  }
  .advertising-reason .col2 img,
  .advertising-reason .figure-col2 img,
  .advertising-means .col2 img,
  .advertising-means .figure-col2 img,
  .web_creative-communication .col2 img,
  .web_creative-communication .figure-col2 img,
  .web_creative--goal .col2 img,
  .web_creative--goal .figure-col2 img {
    width: 100%;
    border-radius: 24px;
  }
  .advertising-reason .col2 .text,
  .advertising-reason .figure-col2 .text,
  .advertising-means .col2 .text,
  .advertising-means .figure-col2 .text,
  .web_creative-communication .col2 .text,
  .web_creative-communication .figure-col2 .text,
  .web_creative--goal .col2 .text,
  .web_creative--goal .figure-col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .advertising-reason .col2 .text p a,
  .advertising-reason .figure-col2 .text p a,
  .advertising-means .col2 .text p a,
  .advertising-means .figure-col2 .text p a,
  .web_creative-communication .col2 .text p a,
  .web_creative-communication .figure-col2 .text p a,
  .web_creative--goal .col2 .text p a,
  .web_creative--goal .figure-col2 .text p a {
    color: #34C5CD;
    text-decoration: underline;
  }
  .advertising-reason .col2 .text p a:hover,
  .advertising-reason .figure-col2 .text p a:hover,
  .advertising-means .col2 .text p a:hover,
  .advertising-means .figure-col2 .text p a:hover,
  .web_creative-communication .col2 .text p a:hover,
  .web_creative-communication .figure-col2 .text p a:hover,
  .web_creative--goal .col2 .text p a:hover,
  .web_creative--goal .figure-col2 .text p a:hover {
    text-decoration: none;
  }
  .advertising-reason .col2 .img img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .advertising-reason .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 6px;
    margin-bottom: 40px;
  }
  .advertising-reason .point li {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1/1;
    font-size: clamp(16px, 1.45vw, 18px);
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    border: 8px solid #F3F3F3;
  }
  .advertising-means .box-gray .figure-col2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advertising-means .box-gray .figure-col2 img {
    aspect-ratio: unset;
  }
  #advertisingRule {
    position: relative;
    color: #fff;
  }
  #advertisingRule.section-black {
    padding-right: 0;
  }
  #advertisingRule .intro {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto 100px;
  }
  #advertisingRule .intro h2 {
    margin-bottom: 0.75em;
    font-size: 32px;
  }
  #advertisingRule .intro p {
    margin: 0;
  }
  #advertisingRule #scrollHorizontal {
    overflow: hidden;
  }
  #advertisingRule #scrollHorizontal .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 170px 0 0;
  }
  #advertisingRule #scrollHorizontal .item-wrapper .item {
    width: 410px;
    padding: 0 32px;
    border-right: 1px solid #FFF;
  }
  #advertisingRule #scrollHorizontal .item-wrapper .item hgroup p {
    margin-bottom: 0.25em;
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 56px;
    font-weight: 700;
  }
  #advertisingRule #scrollHorizontal .item-wrapper .item hgroup h3 {
    min-height: 3em;
    margin-bottom: 1em;
    font-size: clamp(28px, 2.54vw, 34px);
  }
  #advertisingRule #scrollHorizontal .item-wrapper .item .text p {
    font-size: clamp(14px, 1.27vw, 16px);
    line-height: 2em;
  }
  #advertisingRule .btn {
    width: 1440px;
    max-width: 100%;
    margin: 100px auto 0;
    padding: 0 80px;
  }
  #advertisingRule .btn a {
    margin-left: auto;
  }
  .advertising-partner {
    padding: 100px 0 80px;
    background-color: #F8F8F8;
  }
  .advertising-partner h3 {
    margin-bottom: 40px;
    font-size: clamp(26px, 2.36vw, 32px);
    text-align: center;
  }
  .advertising-partner .logo-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 80px), 1fr));
    gap: 60px 80px;
    margin-bottom: 20px;
  }
  .advertising-partner .logo-wrapper .item .img {
    display: grid;
    place-items: center;
    width: 100%;
    height: 120px;
    margin-bottom: 18px;
    padding: 10px;
    background-color: #fff;
    border-radius: 12px;
  }
  .advertising-partner .logo-wrapper .item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: clamp(6px, 0.54vw, 8px);
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 700;
  }
  .advertising-partner .logo-wrapper .item ul li {
    padding: 0.25em 1em;
    background-color: #fff;
    border-radius: 2em;
  }
  .advertising-partner .logo-wrapper .item ul li small {
    font-size: 12px;
  }
  .advertising-partner .other {
    margin: 40px auto 0;
    padding-top: 30px;
    border-top: 1px solid #C0C0C0;
  }
  .advertising-partner .other h4 {
    font-size: 20px;
    margin-bottom: 0.75em;
  }
  .advertising-partner .partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding: 0 50px;
    background-color: #fff;
    border-radius: 16px;
  }
  .advertising-partner .partners .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 420px;
  }
  .advertising-partner .partners .img .google {
    display: block;
    width: 160px;
  }
  .advertising-partner .partners .img .yahoo {
    width: 260px;
  }
  .advertising-partner .partners .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .advertising-partner .partners .text p {
    margin: 0;
    font-weight: 700;
    line-height: 2em;
  }
  .advertising-reason,
  .web_creative-communication {
    margin-bottom: 40px;
  }
  .web_creative-service .inner-default {
    padding: 0 clamp(50px, 5.7vw, 80px);
  }
  .web_creative-service .inner-default > h2 {
    font-size: clamp(26px, 2.36vw, 32px);
  }
  .web_creative-service .creative-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 40px), 1fr));
    gap: 60px 40px;
    margin: 60px auto 80px;
  }
  .web_creative-service .creative-wrapper .item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 20px 20px;
  }
  .web_creative-service .creative-wrapper .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .web_creative-service .creative-wrapper .col2 .img {
    width: 160px;
    max-width: 34%;
    text-align: center;
  }
  .web_creative-service .creative-wrapper .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .web_creative-service .creative-wrapper .col2 .text h3 {
    margin-bottom: 0.5em;
    font-size: 24px;
  }
  .web_creative-service .creative-wrapper .col2 .text p:last-child {
    margin-bottom: 0;
  }
  .web_creative-service .creative-wrapper .point {
    padding: 20px 30px;
    background-color: #F8F8F8;
    border-radius: 8px;
  }
  .web_creative-service .creative-wrapper .point li {
    position: relative;
    padding-left: 1.65em;
    font-size: clamp(13px, 1.18em, 16px);
  }
  .web_creative-service .creative-wrapper .point li:not(:last-child) {
    margin-bottom: 0.75em;
  }
  .web_creative-service .creative-wrapper .point li::before {
    content: "";
    position: absolute;
    top: 0.35em;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
    background-image: url(../img/common/ico-check-round.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .advertising-flow,
  .web_creative-flow {
    padding: 90px 0;
  }
  .advertising-flow .inner-default h3,
  .web_creative-flow .inner-default h3 {
    margin-bottom: 56px;
    font-size: clamp(26px, 2.36vw, 32px);
  }
  .advertising-flow .flow-wrapper,
  .web_creative-flow .flow-wrapper {
    counter-reset: flowNum;
    display: grid;
  }
  .advertising-flow .flow,
  .web_creative-flow .flow {
    position: relative;
    counter-increment: flowNum;
    padding-left: 120px;
  }
  .advertising-flow .flow::before,
  .web_creative-flow .flow::before {
    content: "0" counter(flowNum);
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    background-color: #0F1520;
    border-radius: 50%;
  }
  .advertising-flow .flow:not(:last-child)::after,
  .web_creative-flow .flow:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 79px;
    left: 40px;
    width: 1px;
    height: calc(100% + 40px);
    background-color: #0F1520;
  }
  .advertising-flow .flow .flow-title,
  .web_creative-flow .flow .flow-title {
    margin: 10px 0 0.45em;
    font-size: clamp(32px, 2.9vw, 40px);
  }
  .advertising-flow .flow ul,
  .web_creative-flow .flow ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 24px;
  }
  .advertising-flow .flow ul li span,
  .web_creative-flow .flow ul li span {
    padding: 0.25em 0.75em;
    font-size: 16px;
    color: #fff;
    background-color: #BDBDBD;
    border-radius: 4px;
  }
  .advertising-flow .flow ul li small,
  .web_creative-flow .flow ul li small {
    display: block;
    margin: 1em 0 0;
    font-size: 12px;
  }
  .advertising-flow {
    background-color: #fff;
  }
  .advertising-flow .flow-wrapper {
    gap: 80px;
  }
  .web_creative-flow {
    background-color: #F8F8F8;
  }
  .web_creative-flow .flow-wrapper {
    gap: 40px;
  }
  .web_creative-flow .flow:not(:last-child) .text {
    padding-bottom: 40px;
    border-bottom: 1px solid #0F1520;
  }
  .web_creative-flow .flow .text p {
    font-size: clamp(18px, 1.63vw, 20px);
    line-height: 2em;
  }
  .web_creative-flow .flow .text p:last-child {
    margin-bottom: 0;
  }
  .web_creative-flow .flow .innerflow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
  .web_creative-flow .flow .innerflow li {
    position: relative;
    display: grid;
    place-items: center;
    width: 170px;
    aspect-ratio: 1/1;
    font-size: clamp(16px, 1.45vw, 18px);
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    border: 8px solid #F3F3F3;
  }
  .web_creative-flow .flow .innerflow li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: -45px;
    width: 15px;
    height: 15px;
    background-image: url(../img/common/ico-arrow-flow.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .advertising-suitable {
    padding: 80px 0;
    background-color: #F8F8F8;
  }
  .advertising-suitable .inner-default h2 {
    margin-bottom: 1em;
    font-size: clamp(26px, 2.36vw, 32px);
    text-align: center;
  }
  .advertising-suitable .inner-default .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 28px;
  }
  .advertising-suitable .inner-default .col2 .suitable,
  .advertising-suitable .inner-default .col2 .unsuitable {
    width: 50%;
    border-radius: 8px;
  }
  .advertising-suitable .inner-default .col2 .suitable h3,
  .advertising-suitable .inner-default .col2 .unsuitable h3 {
    padding: 0.75em;
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .advertising-suitable .inner-default .col2 .suitable ul,
  .advertising-suitable .inner-default .col2 .unsuitable ul {
    padding: 24px;
  }
  .advertising-suitable .inner-default .col2 .suitable ul li,
  .advertising-suitable .inner-default .col2 .unsuitable ul li {
    position: relative;
    padding: 0.5em 0.5em 0.5em 24px;
    border-bottom: 1px solid #EEEEEE;
  }
  .advertising-suitable .inner-default .col2 .suitable ul li::before,
  .advertising-suitable .inner-default .col2 .unsuitable ul li::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 16px;
  }
  .advertising-suitable .inner-default .col2 .suitable {
    border: 1px solid #0F1520;
  }
  .advertising-suitable .inner-default .col2 .suitable h3 {
    background-color: #0F1520;
  }
  .advertising-suitable .inner-default .col2 .suitable ul li::before {
    top: 0.875em;
    height: 16px;
    background-image: url(../img/common/ico-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .advertising-suitable .inner-default .col2 .unsuitable {
    border: 1px solid #BDBDBD;
  }
  .advertising-suitable .inner-default .col2 .unsuitable h3 {
    background-color: #BDBDBD;
  }
  .advertising-suitable .inner-default .col2 .unsuitable ul {
    color: #9C9FA4;
  }
  .advertising-suitable .inner-default .col2 .unsuitable ul li::before {
    top: 1.25em;
    height: 1px;
    background-color: #9C9FA4;
  }
  /* ----- 五箱の特徴 ----- */
  .page-feature {
    padding-bottom: 0;
  }
  #featureIntro,
  #featureVoice,
  #featureCase,
  #featurePoint {
    position: relative;
  }
  #featureIntro.fixed .inner-wrapper,
  #featureVoice.fixed .inner-wrapper,
  #featureCase.fixed .inner-wrapper {
    position: fixed;
  }
  #featureIntro {
    z-index: 1;
  }
  #featureIntro.fixed .inner-wrapper {
    left: 0;
  }
  #featureVoice {
    z-index: 2;
  }
  #featureVoice.fixed .inner-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #featureCase {
    z-index: 3;
  }
  #featureCase.fixed .inner-wrapper {
    right: 0;
  }
  #featurePoint {
    z-index: 4;
  }
  .feature-intro {
    margin: 0 auto;
    padding-bottom: 120px;
  }
  .feature-intro .data-desc {
    margin-bottom: 40px;
    font-size: clamp(18px, 1.63vw, 20px);
    font-weight: 700;
    line-height: 2em;
  }
  .feature-intro .data-desc small {
    font-size: clamp(14px, 1.27em, 16px);
  }
  .feature-intro .data-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    margin: 0 auto 130px;
    border: 2px solid #0F1520;
  }
  .feature-intro .data-wrapper .item {
    position: relative;
    padding: 160px 27px 40px;
  }
  .feature-intro .data-wrapper .item:first-child {
    border-right: 2px solid #0F1520;
  }
  .feature-intro .data-wrapper .item:last-child {
    grid-column: span 2;
    padding-top: 140px;
    border-top: 2px solid #0F1520;
  }
  .feature-intro .data-wrapper .item .title {
    position: absolute;
    top: 24px;
    left: 27px;
  }
  .feature-intro .data-wrapper .item .title span {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.5em 0;
    font-size: clamp(16px, 1.45vw, 18px);
    font-weight: 700;
    line-height: 1em;
    border-bottom: 2px solid #0F1520;
  }
  .feature-intro .data-wrapper .item .title small {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(12px, 1.09vw, 14px);
  }
  .feature-intro .data-wrapper .item .num {
    display: block;
    margin: 0 auto;
    font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    line-height: 1em;
    text-align: center;
  }
  .feature-intro .data-wrapper .item .num b {
    font-size: 160px;
    font-weight: 600;
    letter-spacing: 0.07em;
  }
  .feature-intro .data-wrapper .item .num small {
    font-size: 64px;
    font-weight: 700;
  }
  .feature-intro .data-wrapper .item .desc {
    margin: 40px 0 0;
    font-size: clamp(18px, 1.63vw, 20px);
    font-weight: 700;
    text-align: center;
  }
  .feature-intro .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(80px, 7.3vw, 130px);
    width: calc(50vw + 640px + 80px);
    max-width: 100vw;
    padding-right: 80px;
  }
  .feature-intro .col2 .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
  }
  .feature-intro .col2 .img img {
    width: clamp(100px, 100%, 830px);
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 8px 8px 0;
  }
  .feature-intro .col2 .text {
    width: 640px;
    max-width: calc(50% - 40px);
  }
  .feature-intro .col2 .text p {
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 700;
    line-height: 2.5em;
  }
  .feature-voice {
    padding-top: 120px;
    padding-bottom: 180px;
    color: #fff;
  }
  .feature-voice .voice-title {
    margin-bottom: 32px;
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 700;
  }
  .feature-voice .voice-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 32px), 1fr));
    gap: 32px;
  }
  .feature-voice .voice-wrapper .item {
    padding: 32px 37px;
    font-size: 16px;
    font-weight: 700;
    color: #0F1520;
    background-color: #fff;
    border-radius: 16px;
  }
  .feature-voice .voice-wrapper .item p {
    margin: 0;
    line-height: 2em;
  }
  .feature-voice .voice-wrapper .item p strong {
    font-weight: inherit;
    color: #34C5CD;
  }
  .feature-voice .voice-value {
    margin: 80px auto 0;
    padding-bottom: 50px;
    background-image: url(../img/common/bg-logo.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 540px auto;
  }
  .feature-voice .voice-value h2 {
    margin: 0 auto 40px;
    font-size: clamp(26px, 2.36vw, 32px);
    text-align: center;
    line-height: 1.85em;
  }
  .feature-voice .voice-value .value {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
    margin-bottom: 80px;
    border: 2px solid #fff;
  }
  .feature-voice .voice-value .value li {
    display: grid;
    place-items: center;
    padding: 65px 40px;
    font-size: clamp(26px, 2.36vw, 32px);
    font-weight: 700;
    line-height: 1.75em;
    text-align: center;
  }
  .feature-voice .voice-value .value li:not(:last-child) {
    border-right: 2px solid #fff;
  }
  .feature-voice .voice-value .value li small {
    font-size: clamp(16px, 1.45vw, 20px);
  }
  .feature-voice .voice-value .summary p {
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 700;
    line-height: 2.25em;
  }
  .feature-voice .voice-value .summary p:last-child {
    margin-bottom: 0;
  }
  .feature-voice .voice-value .summary .memo {
    margin: 0;
    font-size: clamp(16px, 1.45vw, 18px);
  }
  .feature-case {
    margin-top: -60px;
    padding: 120px 0;
  }
  .feature-case .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
    width: calc(50vw + 640px + 80px);
    max-width: 100%;
    margin-bottom: 80px;
    padding-right: 80px;
  }
  .feature-case .col2 .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
  }
  .feature-case .col2 .img img {
    width: clamp(100px, 100%, 915px);
    height: 540px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 8px 8px 0;
  }
  .feature-case .col2 .text {
    width: 640px;
    max-width: calc(50% - 40px);
  }
  .feature-case .col2 .text h2 {
    margin-bottom: 1em;
    font-size: clamp(36px, 3.27vw, 48px);
  }
  .feature-case .col2 .text p {
    font-size: clamp(17px, 1.54vw, 20px);
    font-weight: 700;
    line-height: 2em;
  }
  .feature-case .case-subtitle {
    margin-bottom: 80px;
    font-size: clamp(24px, 2.18vw, 28px);
    font-weight: 700;
    line-height: 2em;
    text-align: center;
  }
  .feature-case #adSwiper {
    margin-bottom: 0;
  }
  .feature-point {
    width: 100%;
    overflow: hidden;
    padding: 120px 0 0;
    background-color: #fff;
  }
  .feature-point .point-summary {
    margin-bottom: 80px;
    text-align: center;
  }
  .feature-point .point-summary h2 {
    margin-bottom: 1em;
    font-size: clamp(32px, 2.9vw, 40px);
  }
  .feature-point .point-summary p {
    margin: 0;
    font-size: clamp(17px, 1.54vw, 20px);
    font-weight: 700;
    line-height: 2em;
  }
  .feature-point .img-wide {
    width: 100%;
    min-height: 500px;
    aspect-ratio: 3/1;
  }
  .feature-point .img-wide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 30%;
       object-position: center 30%;
  }
  .feature-point .point-wrapper {
    position: relative;
    z-index: 2;
  }
  .feature-point .point-wrapper::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    width: 120%;
    height: 200px;
    background-color: #fff;
    border-radius: 80% 80% 0 0;
  }
  .feature-point .point-wrapper h2 {
    margin-bottom: 40px;
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 700;
    line-height: 1.75em;
    text-align: center;
  }
  .feature-point .point-wrapper .point-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 25px), 1fr));
    gap: 25px;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 80px;
  }
  .feature-point .point-wrapper .point-grid .item {
    padding: 40px;
    color: #fff;
    background-color: #0F1520;
    border-radius: 16px;
  }
  .feature-point .point-wrapper .point-grid .item:last-child {
    grid-column: span 2;
  }
  .feature-point .point-wrapper .point-grid .item h3 {
    margin-bottom: 0.5em;
    font-size: clamp(20px, 1.8vw, 24px);
  }
  .feature-point .point-wrapper .point-grid .item p {
    margin: 0;
    font-size: 15px;
    line-height: 2em;
  }
  /* ----- 実績トップ ----- */
  .page-philosophy {
    padding-bottom: 0;
  }
  .page-philosophy .philosophy-title {
    margin-bottom: 80px;
    padding-left: 50px;
    font-size: 40px;
    background-image: url(../img/common/gohako-black.svg);
    background-repeat: no-repeat;
    background-position: left center;
  }
  .page-philosophy .subtitle {
    margin-bottom: 40px;
    font-size: clamp(42px, 3.8vw, 50px);
  }
  .page-philosophy .section-black,
  .page-philosophy .section-white {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .page-philosophy .section-black p,
  .page-philosophy .section-white p {
    line-height: 2.5em;
  }
  .page-philosophy .section-black p:last-child,
  .page-philosophy .section-white p:last-child {
    margin-bottom: 0;
  }
  .page-philosophy .section-black {
    color: #fff;
  }
  .page-philosophy .section-black .philosophy-title {
    background-image: url(../img/common/gohako-white.svg);
  }
  #philosophyMission,
  #philosophyVision,
  #philosophyValue {
    position: relative;
  }
  #philosophyMission.fixed .inner-default,
  #philosophyVision.fixed .inner-default {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #philosophyMission {
    z-index: 1;
    padding-bottom: 180px;
  }
  #philosophyMission.fixed .inner-default {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #philosophyMission .philosophy-title {
    position: sticky;
    top: 100px;
    margin-bottom: 0;
  }
  #philosophyVision {
    z-index: 2;
    margin-top: -60px;
  }
  #philosophyValue {
    z-index: 3;
  }
  #philosophyMission .inner-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 200px;
  }
  #philosophyMission .inner-default .left {
    width: 250px;
  }
  #philosophyMission .inner-default .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #philosophyValue {
    background-image: url(../img/common/bg-logo.svg);
    background-repeat: no-repeat;
    background-position: right bottom 80px;
    background-size: 540px auto;
  }
  #philosophyValue ol {
    list-style: none;
    counter-reset: valueNum;
    padding: 0 80px;
  }
  #philosophyValue ol li {
    counter-increment: valueNum;
    position: relative;
    margin-bottom: 80px;
    padding-left: 110px;
  }
  #philosophyValue ol li::before {
    content: "0" counter(valueNum);
    position: absolute;
    top: 10px;
    left: 0;
    font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 1em;
  }
  #philosophyValue ol li:last-child {
    margin-bottom: 0;
  }
  #philosophyValue ol li strong,
  #philosophyValue ol li span {
    display: block;
  }
  #philosophyValue ol li strong {
    margin-bottom: 0.75em;
    font-size: clamp(24px, 2.18vw, 32px);
  }
  #philosophyValue ol li span {
    font-size: clamp(16px, 1.45vw, 18px);
    font-weight: 500;
  }
  /* ----- 実績トップ ----- */
  .page-case .swiper-case .swiper-slide a .tag {
    background-color: #34C5CD;
  }
  /* ----- 広告実績一覧 ----- */
  .voice-archive {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 24px), 1fr));
    gap: 80px 24px;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto 80px;
    padding: 0 80px;
  }
  .voice-archive .item a {
    display: block;
  }
  .voice-archive .item a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .voice-archive .item a .img {
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
  }
  .voice-archive .item a .img img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .voice-archive .item a .text .tag {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 8px;
    padding: 0.35em 1em;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    background-color: #34C5CD;
    border-radius: 2em;
  }
  .voice-archive .item a .text .title {
    margin-bottom: 0.5em;
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 1.6em;
  }
  .voice-archive .item a .text .client {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
  }
  /* ----- 広告実績シングル ----- */
  .case-header {
    margin-bottom: 20px;
  }
  .case-header .single-title {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    font-size: clamp(26px, 2.36vw, 32px);
    line-height: 1.5em;
    border-bottom: 1px solid #B5B5B5;
  }
  .case-header .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .case-header .bottom .client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .case-header .bottom .client .tag {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 10px;
    padding: 0.45em 1em;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    background-color: #34C5CD;
    border-radius: 2em;
  }
  .case-header .bottom .client strong {
    font-size: 16px;
    font-weight: 400;
  }
  .case-header .bottom .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .case-header .bottom .sns a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .case-header .bottom .sns a img {
    width: 40px;
  }
  .single-voice .swiper-case {
    margin-top: 100px;
    margin-bottom: 0;
  }
  .voice-mv img {
    width: 100%;
    margin: 0 auto 40px;
    border-radius: 16px;
  }
  .voice-info {
    width: 100%;
    margin: 0 auto 40px;
    padding: 24px 40px;
    border-radius: 16px;
    background-color: #fff;
  }
  .voice-info dl {
    display: grid;
    gap: 1em;
    font-size: 18px;
    font-weight: 700;
  }
  .voice-info dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .voice-info dl > div dt {
    width: 5em;
  }
  .voice-info dl > div dt::before {
    content: "・";
  }
  .voice-article .col1 {
    margin: 0 auto 40px;
  }
  .voice-article .col1 img {
    width: 100%;
    border-radius: 16px;
  }
  .voice-article .col2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 20px), 1fr));
    gap: 20px;
    margin: 0 auto 40px;
  }
  .voice-article .col2 img {
    width: 100%;
    border-radius: 16px;
  }
  .voice-section {
    margin-bottom: 40px;
  }
  .voice-section h2 {
    margin: 0 auto 20px;
    padding: 24px 32px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 8px;
    border-left: 8px solid #34C5CD;
  }
  .voice-section h3 {
    margin: 0 auto 1em;
    padding-left: 40px;
    font-size: clamp(16px, 1.45vw, 17px);
    font-weight: 700;
    text-indent: -1.5em;
  }
  .voice-section h3::before {
    content: "ー";
    margin-right: 0.5em;
  }
  .voice-section p {
    width: calc(100% - 80px);
    margin: 0 auto 1em;
    font-size: 16px;
    line-height: 2em;
  }
  .voice-section p:last-child {
    margin-bottom: 0;
  }
  .voice-author {
    padding: 40px;
    background-color: #fff;
    border-radius: 32px;
  }
  .voice-author h2 {
    margin: 0 auto 24px;
    font-size: 20px;
    text-align: center;
  }
  .voice-author .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .voice-author .col2 .img {
    width: 240px;
  }
  .voice-author .col2 .img img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 16px;
    border-radius: 50%;
  }
  .voice-author .col2 .img figcaption {
    font-weight: 500;
    line-height: 2em;
    text-align: center;
  }
  .voice-author .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .voice-author .col2 .text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.25em;
  }
  .voice-author .col2 .text p:last-child {
    margin-bottom: 0;
  }
  /* ----- 制作実績ページ ----- */
  .case-archive {
    margin-bottom: 120px;
  }
  .case-archive:last-child {
    margin-bottom: 0;
  }
  .case-archive .title-website,
  .case-archive .title-lp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    margin-bottom: 40px;
    padding-left: 124px;
    font-size: 32px;
    background-repeat: no-repeat;
    background-size: 100px auto;
  }
  .case-archive .title-website {
    background-image: url(../img/service/service-web02.svg);
  }
  .case-archive .title-lp {
    background-image: url(../img/service/service-web01.svg);
  }
  .case-archive .case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 24px), 1fr));
    gap: 24px;
  }
  .case-archive .case-grid .item a {
    display: block;
  }
  .case-archive .case-grid .item a .img {
    margin: 0 auto 24px;
    padding: 24px;
    border-radius: 14px;
    background-color: #fff;
  }
  .case-archive .case-grid .item a .img img {
    border: 4px solid #0F1520;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  }
  .case-archive .case-grid .item a .title {
    margin-bottom: 0.5em;
    font-size: clamp(17px, 1.54vw, 20px);
    font-weight: 700;
    line-height: 1.5em;
  }
  .case-archive .case-grid .item a .client {
    font-size: 14px;
  }
  /* ----- 制作実績シングル ----- */
  .case-mv {
    position: relative;
    margin: 0 auto 110px;
    padding: 60px 60px 90px 150px;
    background-color: #fff;
    border-radius: 14px;
  }
  .case-mv .mv-pc {
    width: 100%;
    border: 10px solid #0F1520;
    border-radius: 24px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  }
  .case-mv .mv-sp {
    position: absolute;
    left: 60px;
    bottom: 60px;
    width: 160px;
    border: 5px solid #0F1520;
    border-radius: 14px;
  }
  .case-info hgroup {
    margin: 0 auto 40px;
    padding: 12px 32px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 8px;
    border-left: 8px solid #34C5CD;
  }
  .case-info hgroup p {
    margin: 0;
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  .case-info hgroup h2 {
    font-size: 24px;
    font-weight: 700;
  }
  .case-info dl {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  .case-info dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25em;
    border-bottom: 1px solid #DEDEDE;
  }
  .case-info dl > div dt {
    width: 180px;
    font-weight: 700;
  }
  .case-info dl > div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .case-design {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 100px;
  }
  .case-design .design-pc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .case-design .design-sp {
    width: 20%;
  }
  .case-design .title {
    margin-bottom: 12px;
    padding-left: 8px;
    border-left: 3px solid #0F1520;
  }
  .case-design .img {
    height: 355px;
    overflow-y: auto;
  }
  /* ----- 会社情報 ----- */
  .page-company .page-title,
  .page-company .company-nav {
    width: 1280px;
    max-width: 100%;
  }
  .company-nav {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 40px), 1fr));
    gap: 80px 40px;
    margin: 0 auto;
    padding: 0 80px;
  }
  .company-nav .item a {
    display: block;
  }
  .company-nav .item a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .company-nav .item a .img {
    aspect-ratio: 27/16;
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
  }
  .company-nav .item a .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .company-nav .item a .text {
    position: relative;
    padding: 0 60px 16px 0;
    border-bottom: 1px solid #0F1520;
  }
  .company-nav .item a .text::before, .company-nav .item a .text::after {
    content: "";
    position: absolute;
    top: calc(50% - 18px);
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
  }
  .company-nav .item a .text::before {
    content: "";
    position: absolute;
    background-color: #34C5CD;
    border-radius: 50%;
  }
  .company-nav .item a .text::after {
    -webkit-mask-image: url(../img/common/ico-arrow.svg);
            mask-image: url(../img/common/ico-arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #fff;
  }
  .company-nav .item a .text p {
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
  }
  .company-nav .item a .text h2 {
    font-size: 24px;
  }
  /* ----- 会社概要 ----- */
  .page-profile .page-title {
    width: 1280px;
    max-width: 100%;
  }
  .profile-inner {
    width: 1280px;
    max-width: calc(100% - 160px);
    margin: 0 auto;
    padding: 60px 80px;
    background-color: #fff;
    border-radius: 24px;
  }
  .profile-inner dl {
    font-size: clamp(17px, 1.54vw, 20px);
    line-height: 1.5em;
  }
  .profile-inner dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid #E5E7EB;
  }
  .profile-inner dl dt {
    width: 180px;
    font-weight: 700;
  }
  .profile-inner dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .profile-inner dl .gmap {
    width: 100%;
    overflow: hidden;
  }
  .profile-inner dl .gmap iframe {
    max-width: 100%;
    margin-top: 16px;
  }
  /* ----- ブログ一覧 ----- */
  .blog-archive {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 24px), 1fr));
    gap: 80px 24px;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto 80px;
    padding: 0 80px;
  }
  .blog-archive .item a {
    display: block;
  }
  .blog-archive .item a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .blog-archive .item .img {
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
  }
  .blog-archive .item .img img {
    width: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .blog-archive .item time {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
  }
  .blog-archive .item .text .title {
    margin-bottom: 0.5em;
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 1.6em;
  }
  .blog-archive .item .tag-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 14px;
  }
  .blog-archive .item .tag-wrapper .category {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 16px;
    padding: 0.45em 1em;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    background-color: #34C5CD;
    border-radius: 2em;
  }
  .blog-archive .item .tag-wrapper .tag {
    margin-right: 16px;
    font-size: 12px;
  }
  .blog-archive .item .tag-wrapper .tag li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-archive .item .tag-wrapper .tag li::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-image: url(../img/common/ico-tag.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
  }
  .blog-archive .item .tag-wrapper .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    font-weight: 400;
  }
  .blog-archive .item .tag-wrapper .author::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url(../img/common/ico-author.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
  }
  /* ----- お問い合わせページ ----- */
  .contact-wrapper {
    padding: 0 80px;
  }
  .contact-wrapper a {
    color: #0D73FF;
    text-decoration: underline;
  }
  .contact-wrapper a:hover {
    text-decoration: none;
  }
  .contact-wrapper a[target=_blank]::after {
    content: "";
    position: relative;
    top: 2px;
    display: inline-block;
    width: 18px;
    height: 16px;
    margin: 0 5px;
    -webkit-mask-image: url(../img/common/ico-blank.svg);
            mask-image: url(../img/common/ico-blank.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #0D73FF;
  }
  .contact-wrapper .req,
  .contact-wrapper .opt {
    padding: 0.5em 1em;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    border-radius: 2em;
  }
  .contact-wrapper .req {
    background-color: #E83D3D;
  }
  .contact-wrapper .opt {
    background-color: #A6A6A6;
  }
  .contact-wrapper .contact-intro p {
    line-height: 2em;
    text-align: center;
  }
  .contact-wrapper .contact-flow {
    counter-reset: contactFlow;
    margin-top: 80px;
  }
  .contact-wrapper .contact-flow ol {
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 110px;
  }
  .contact-wrapper .contact-flow ol::after {
    content: "";
    position: absolute;
    top: 30px;
    left: calc(50% - 40px);
    width: 84px;
    height: 2px;
    background-color: #BDBDBD;
  }
  .contact-wrapper .contact-flow ol li {
    counter-increment: contactFlow;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  .contact-wrapper .contact-flow ol li::before {
    content: counter(contactFlow);
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 32px;
    font-weight: 700;
    border-radius: 50%;
  }
  .contact-wrapper .contact-flow ol li.active {
    color: #0F1520;
  }
  .contact-wrapper .contact-flow ol li.active::before {
    background-color: #FCD118;
  }
  .contact-wrapper .contact-flow ol li.inactive {
    color: #BDBDBD;
  }
  .contact-wrapper .contact-flow ol li.inactive::before {
    background-color: #fff;
  }
  .contact-wrapper .form-inner {
    width: 1140px;
    max-width: calc(100vw - 160px);
    margin: 40px auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 40px;
  }
  .contact-wrapper .form-inner dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #F0F0F0;
  }
  .contact-wrapper .form-inner dl > div dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    width: 380px;
    max-width: 35%;
  }
  .contact-wrapper .form-inner dl > div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contact-wrapper .form-inner dl > div dd label {
    margin: 0.5em 0;
  }
  .contact-wrapper .form-inner ul {
    font-weight: 500;
    line-height: 2.5em;
  }
  .contact-wrapper .form-inner .check-route {
    line-height: 2.5em;
  }
  .contact-wrapper .form-inner .check-route .wpcf7-list-item {
    display: block;
    font-weight: 500;
  }
  .contact-wrapper .btn-area {
    text-align: center;
  }
  .contact-wrapper .btn-area label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2em;
  }
  .contact-wrapper .btn-area .req {
    margin-left: 1em;
  }
  .contact-wrapper .btn-area .wpcf7-submit {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    z-index: 2;
    width: 480px;
    height: 68px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0F1520;
    background-color: #FCD118;
    border: none;
    border-radius: 4em;
    cursor: pointer;
  }
  .contact-wrapper .btn-area .wpcf7-submit::before, .contact-wrapper .btn-area .wpcf7-submit::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact-wrapper .btn-area .wpcf7-submit::before {
    right: 31px;
    z-index: 1;
    width: 15px;
    height: 12px;
    -webkit-mask-image: url(../img/common/ico-arrow.svg);
            mask-image: url(../img/common/ico-arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fff;
  }
  .contact-wrapper .btn-area .wpcf7-submit::after {
    right: 20px;
    z-index: -1;
    width: 38px;
    height: 38px;
    background-color: #0F1520;
    border-radius: 50%;
  }
  .contact-wrapper .btn-area .wpcf7-submit:disabled {
    background-color: #BDBDBD;
    cursor: not-allowed;
  }
  .contact-wrapper .check-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3em;
  }
  .contact-wrapper .budget-wrapper {
    display: grid;
    gap: 40px;
  }
  .contact-wrapper #adBudget p,
  .contact-wrapper #webBudget p {
    margin-bottom: 0.5em;
  }
  .contact-wrapper #adBudget p input[type=text],
  .contact-wrapper #webBudget p input[type=text] {
    width: 100px;
    margin: 0 0.5em;
  }
  .contact-wrapper #adBudget label,
  .contact-wrapper #webBudget label {
    display: block;
  }
  .contact-wrapper *::-webkit-input-placeholder {
    color: #AAA;
  }
  .contact-wrapper *::-moz-placeholder {
    color: #AAA;
  }
  .contact-wrapper *:-ms-input-placeholder {
    color: #AAA;
  }
  .contact-wrapper *::-ms-input-placeholder {
    color: #AAA;
  }
  .contact-wrapper *::placeholder {
    color: #AAA;
  }
  .contact-wrapper input[type=text],
  .contact-wrapper input[type=email],
  .contact-wrapper input[type=tel],
  .contact-wrapper input[type=url],
  .contact-wrapper textarea,
  .contact-wrapper select {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
  }
  .contact-wrapper input[type=text]:disabled,
  .contact-wrapper input[type=email]:disabled,
  .contact-wrapper input[type=tel]:disabled,
  .contact-wrapper input[type=url]:disabled,
  .contact-wrapper textarea:disabled,
  .contact-wrapper select:disabled {
    background-color: #F8F8F8;
  }
  .contact-wrapper input[type=text],
  .contact-wrapper input[type=email],
  .contact-wrapper input[type=tel],
  .contact-wrapper input[type=url],
  .contact-wrapper select {
    width: 100%;
    padding: 0.75em 1.5em;
  }
  .contact-wrapper input[type=url] {
    margin-bottom: 0.5em;
  }
  .contact-wrapper textarea {
    width: 100%;
    height: 10em;
    padding: 1em 1.5em;
    line-height: 1.75em;
  }
  .contact-wrapper input[type=checkbox] {
    margin-right: 0.5em;
  }
  .contact-wrapper select {
    margin-bottom: 10px;
    background-color: #fff;
  }
  .contact-complete,
  .document-complete {
    margin-top: 60px;
    text-align: center;
  }
  .contact-complete h2,
  .document-complete h2 {
    font-size: 36px;
    margin-bottom: 0.5em;
  }
  .contact-complete p,
  .document-complete p {
    font-size: 20px;
    font-weight: 700;
  }
  .contact-complete .btn,
  .document-complete .btn {
    margin-top: 80px;
  }
  .contact-complete .btn a,
  .document-complete .btn a {
    margin: 0 auto;
  }
  .document-complete p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
  }
  /* ////////////////// ページネーション(wp-pagenaviプラグイン用) ////////////////// */
  .wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 75px auto 0;
  }
  .wp-pagenavi a.page,
  .wp-pagenavi span {
    text-decoration: none;
    display: inline-block;
    padding: 0.2em;
    margin: 0 10px;
    color: #0F1520;
    font-size: 18px;
    line-height: 1.65em;
  }
  .wp-pagenavi a:hover {
    color: #34C5CD;
  }
  .wp-pagenavi .current {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #0F1520;
    border-radius: 50%;
  }
  .wp-pagenavi .previouspostslink span,
  .wp-pagenavi .nextpostslink span {
    position: relative;
    top: 1px;
    width: 14px;
    height: 14px;
    border-right: 2px solid #0F1520;
    border-bottom: 2px solid #0F1520;
  }
  .wp-pagenavi .previouspostslink span {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .wp-pagenavi .nextpostslink span {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}