* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp-only {
  display: none;
}

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

  .sp-only {
    display: block;
  }

}

.model-container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.model-archive-wrap {
  overflow: hidden;
}

.lower_wrapper.model-top .page-model-intro {
  padding: 80px 0 60px;
  @media screen and (max-width: 768px) {
    padding: 30px 0;
  }
}

.lower_wrapper {
  margin-bottom: 0;

  .base {
    max-width: 1200px;
  }

  .model-hero {
    position: relative;
    padding: 30px 0 32px;
    color: #fff;
    margin-top: 90px;
  }

  .model-hero--voice {
    background: url("../images/model/voice-hero-bg.jpg") center / cover no-repeat;
  }

  .model-hero--industry {
    background: url("../images/model/industry-hero-bg.jpg") center 70% / cover no-repeat;
  }

  .model-hero--purpose {
    background: url("../images/model/purpose-archive-bg.jpg") center / cover no-repeat;
    color: #222;
  }

  .model-hero--purpose .model-hero-label {
    background: #222;
    color: #fff;
    font-weight: 700;
  }

  .model-hero-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin: 0 0 6px;
    padding: 6px 15px;
    border-radius: 999px;
    background: #fff;
    color: #26A5DB;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
  }

  .model-hero-label--industry {
    color: #335670;
  }

  .model-hero-title {
    margin: 0;
    color: inherit;
    font-size: 38px;
    line-height: 1.45;
    font-feature-settings: "palt";
    letter-spacing: .02em;
    font-weight: 700;
  }

  .model-hero-text {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.75;
  }

  .model-breadcrumb {
    padding: 20px 0;
  }

  .model-breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    align-items: center;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 1.6;
  }

  .model-breadcrumb-list li {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .model-breadcrumb-list li:not(:last-child)::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
  }

  .model-breadcrumb-list a {
    color: #1677bd;
  }

  .voice-archive-cases {
    padding: 70px 0 100px;
  }

  .voice-archive-heading {
    margin: 0 0 40px;
    font-size: 38px;
    line-height: 1.45;
    color: inherit;
    font-weight: 700;
    text-align: left;
  }

  .voice-card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .voice-card {
    min-width: 0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(42, 86, 128, .16);
    overflow: hidden;
    transition: .3s;
    margin: 0;
  }

  .voice-card-link {
    display: block;
    height: 100%;
    color: inherit;

    &:hover {
      opacity: 1;
    }
  }

  .voice-card:hover {
    transition: .3s;
    box-shadow: 0 0px 3px rgba(42, 86, 128, .16);
  }

  .voice-card-image {
    aspect-ratio: 1.99 / 1;
    margin: 0;
    background: #e8eef2;
    overflow: hidden;
  }

  .voice-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
  }

  .voice-card-link:hover .voice-card-image img {
    transform: scale(1.06);
  }

  .voice-card--no-image .voice-card-image {
    display: grid;
    place-items: center;
    border-bottom: 1px solid #d6dce0;
    background: #fff;
  }

  .voice-card-image-logo {
    display: grid;
    place-items: center;
    width: 78%;
    height: 70%;
  }

  .voice-card-image-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
  }

  .voice-card-image-title {
    padding: 24px;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }

  .voice-card-body {
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 28px 22px;
  }

  .voice-card-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
  }

  .voice-card-heading {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .voice-card-logo {
    flex: 0 0 132px;
  }

  .voice-card-logo img {
    width: 100%;
  }

  .voice-card--no-logo .voice-card-title {
    /* text-align: center; */
  }

  .voice-card-text {
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 1.78;
    font-weight: 500;
  }

  .voice-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: auto 0 0;
    padding: 28px 0 0;
    list-style: none;
  }

  .voice-card-tags li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-feature-settings: "palt";
    min-width: 124px;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }

  .voice-card-tag-industry {
    background: #026ffe;
    border: 1px solid #026ffe;
  }

  .voice-card-tag-service {
    background: #0c5bdb;
    border: 1px solid #0c5bdb;
  }

  .voice-card--coming-soon {
    display: grid;
    min-height: 444px;
    max-width: 380px;
    place-items: center;
    background: #edf4f8;
  }

  .voice-card--coming-soon p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .model-pagination {
    margin-top: 56px;
  }

  .model-pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .model-pagination a,
  .model-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #026ffe;
    border-radius: 999px;
    background: #fff;
    color: #026ffe;
    font-size: 15px;
    line-height: 1;
    transition: background .2s ease, color .2s ease;
  }

  .model-pagination a:hover,
  .model-pagination .current {
    background: #026ffe;
    color: #fff;
  }

  .model-search-section {
    position: relative;
    padding: 90px 0;
    color: #fff;
    overflow: hidden;
  }

  .model-search-section--voice {
    background: url("../images/model/voice-search-bg.jpg") center / cover no-repeat;
  }

  .model-search-section::after {
    content: "";
    position: absolute;
    right: -14%;
    bottom: -44%;
    width: 72%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 90px solid rgba(33, 176, 194, .64);
    pointer-events: none;
  }

  .model-search-section--voice::after {
    display: none;
  }

  .model-search-section .model-container {
    position: relative;
    z-index: 1;
  }

  .model-search-block+.model-search-block {
    margin-top: 48px;
  }

  .model-section-title {
    position: relative;
    margin: 0 0 36px;
    color: inherit;
    font-size: 30px;
    line-height: 1.45;
    text-align: left;
    font-weight: 700;
  }

  .model-section-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 24px);
    /* width: 180px; */
    width: 400px;
    height: 2px;
    background: currentColor;
  }

  .model-pill-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .model-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 12px 20px;
    border-radius: 999px;
    background: #fff;
    color: #222;
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
    transition: opacity .2s ease, transform .2s ease;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    transition: .3s;
    font-weight: 700;
  }

  .model-pill:hover {
    transition: .3s;
    background: #222;
    color: #fff;
    opacity: 1;
  }

  .model-pill.is-active {
    background: #222;
    color: #fff;
  }

  .industry-category-section {
    padding: 74px 0 36px;
  }

  .industry-category-block+.industry-category-block {
    margin-top: 72px;
  }

  .industry-section-title {
    position: relative;
    margin: 0 0 44px;
    font-size: 30px;
    line-height: 1.45;
    color: #222;
    font-weight: 700;
    text-align: left;
  }

  .industry-section-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 24px);
    width: 400px;
    height: 2px;
    background: #134E82;
  }

  .industry-category-section .model-pill-list {
    gap: 22px 20px;
  }

  .industry-category-section .model-pill {
    min-height: 70px;
    background: #edf4f8;
  }

  .industry-category-section .model-pill:hover {
    background: #134E82;
    color: #fff;
  }

  .industry-category-section .model-pill.is-active {
    background: #134E82;
    color: #fff;
  }

  .industry-pill-list--short {
    max-width: 590px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-example-section {
    padding: 38px 0 118px;
  }

  .industry-example-title {
    margin: 0 0 48px;
    font-size: 48px;
    line-height: 1.35;
    color: #222;
    font-weight: 700;
    text-align: left;
  }

  .industry-example-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #134E82;
    font-size: 16px;
    line-height: 1.7;
  }

  .industry-example-table th,
  .industry-example-table td {
    border: none;
    border-top: 1px solid #134E82;
    text-align: left;
    vertical-align: middle;
  }

  .industry-example-table tr:first-child th,
  .industry-example-table tr:first-child td {
    border-top: none;
  }

  .industry-example-table th {
    width: 235px;
    padding: 18px 24px;
    background: #134E82;
    color: #fff;
    border-top-color: #fff;
  }

  .industry-example-table td {
    padding: 18px 24px;
    font-weight: 400;
    border-left: 1px solid #134E82;
    background: #fff;
    color: #222;
  }

  .industry-more {
    margin-top: 30px;
    text-align: center;
  }

  .industry-more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 60px;
    padding: 14px 32px;
    border-radius: 999px;
    background: #134E82;
    color: #fff;
    font-size: 16px;
    border: 2px solid #134E82;
    /* transition: opacity .2s ease, transform .2s ease; */
    transition: .3s;
  }

  .industry-more-button:hover {
    background: #fff;
    color: #134E82;
    transition: .3s;
    border: 2px solid #134E82;
  }

  .industry-purpose-link {
    position: relative;
    display: grid;
    align-content: center;
    min-height: 130px;
    margin-top: 50px;
    padding: 26px 110px 26px 70px;
    border-radius: 999px;
    background: url("../images/model/industry-purpose-bg.jpg") center / cover no-repeat;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .18);
    color: inherit;
    transition: .3s;
    color: #222;
  }

  .industry-purpose-link:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .18);
    transition: .3s;
  }

  .industry-purpose-lead {
    font-size: 20px;
    line-height: 1.45;
  }

  .industry-purpose-title {
    margin-top: 4px;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: .02em;
  }

  .industry-purpose-arrow {
    position: absolute;
    top: 50%;
    right: 56px;
    width: 18px;
    height: 18px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
  }

  .purpose-archive-section {
    position: relative;
    padding: 0;
    background-image: url("../images/model/purpose-archive-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: repeat-y;
  }

  .purpose-category {
    position: relative;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 34px 90px;
    min-height: 450px;
    padding: 80px 0;
    background: transparent;
    color: #222;
  }

  .purpose-category+.purpose-category {
    margin-top: 50px;
  }

  .purpose-category::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 0;
    width: 100vw;
    background: #fff;
    transform: translateX(-50%);
  }

  .purpose-category--branding {
    grid-template-columns: 670px 1fr;
    gap: 34px 96px;
  }

  .purpose-category--product {
    grid-template-columns: 650px 1fr;
  }

  .purpose-category--branding .purpose-category-heading {
    grid-column: 2;
    grid-row: 1;
  }

  .purpose-category--branding .purpose-card-list {
    grid-column: 1;
    grid-row: 1;
  }

  .purpose-category-heading {
    position: relative;
    z-index: 1;
  }

  .purpose-category-ja {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.6;
  }

  .purpose-category-en {
    margin: 0;
    color: #222;
    font-family: Roboto, Arial, sans-serif;
    font-size: 60px;
    font-weight: 300;
    line-height: .95;
    letter-spacing: 0;
    text-align: left;
  }

  .purpose-category-illust {
    position: absolute;
    left: 30px;
    bottom: 38px;
    z-index: 1;
    width: 285px;
    pointer-events: none;
  }

  .purpose-category--branding .purpose-category-illust {
    right: 164px;
    bottom: 48px;
    left: auto;
    width: 225px;
  }

  .purpose-category--product .purpose-category-illust {
    left: 410px;
    bottom: 62px;
    width: 250px;
  }

  .purpose-card-list {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 250px);
    gap: 30px;
    align-items: start;
    /* margin-top: 10px; */
  }

  .purpose-category--branding .purpose-card-list {
    grid-template-columns: repeat(2, 250px);
    justify-content: end;
  }

  .purpose-category--product .purpose-card-list {
    grid-template-columns: 250px;
    justify-content: center;
  }

  .purpose-card {
    width: 250px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(32, 80, 118, .16);
    overflow: hidden;
    transition: .3s;
  }

  .purpose-card:hover {
    box-shadow: 0 0 6px rgba(32, 80, 118, .16);
    transition: .3s;
  }

  .purpose-card-link {
    display: block;
    color: inherit;
  }

  .purpose-card-image {
    overflow: hidden;
  }

  .purpose-card img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform .3s ease;
  }

  .purpose-card:hover img {
    transform: scale(1.05);
  }

  .purpose-card-body {
    min-height: 142px;
    padding: 24px 18px 20px;
  }

  .purpose-card-body h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.35;
    text-align: center;
    font-weight: 700;
  }

  .purpose-card-body p {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
  }

  .page-model-wrap {
    overflow: hidden;
  }

  .page-model-intro {
    padding: 60px 0;
    background: #FAFAFA;
    margin-top: 58px;
  }

  .page-model-intro-inner {
    display: flex;
    align-items: center;
    gap: 72px;
  }

  .page-model-intro-title {
    flex: 0 0 auto;
    margin: 0 !important;
    font-size: 38px;
    line-height: 1.45;
    color: #222;
    font-weight: 700 !important;
  }

  .page-model-intro-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: #222;
  }

  .page-model-voice {
    min-height: 600px;
    background: url("../images/model/page-model-voice-bg.jpg") center / cover no-repeat;
  }

  .page-model-voice-inner {
    display: flex;
    align-items: end;
    padding-bottom: 50px;
    min-height: 600px;
  }

  .page-model-voice-content {
    max-width: 560px;
    color: #fff;
  }

  .page-model-voice-title {
    margin: 0;
    font-size: 68px;
    line-height: 1.18;
    letter-spacing: .02em;
    font-weight: 800;
    color: #fff;
    text-align: left;
  }

  .page-model-voice-text {
    margin: 42px 0 0;
    font-size: 15px;
    line-height: 2.2;
    font-weight: 400;
  }

  .page-model-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    /* min-height: 74px; */
    margin-top: 38px;
    padding: 17px 36px;
    border: 2px solid currentColor;
    border-radius: 999px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
  }

  .page-model-button:hover {
    opacity: 1;
  }

  .page-model-button--white {
    background: #fff;
    color: #222;
    border-color: #fff;
  }

  .page-model-button--white:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
  }

  .page-model-button--black {
    background: #222;
    color: #fff;
    border-color: #222;
  }

  .page-model-button--black:hover {
    background: #fff;
    color: #222;
    border-color: #222;
  }

  .page-model-purpose {
    min-height: 600px;
    background: url("../images/model/page-model-purpose-bg.jpg") center / cover no-repeat;
  }

  .page-model-purpose-inner {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    padding-bottom: 50px;
    min-height: 600px;
  }

  .page-model-purpose-content {
    width: 520px;
    /* padding: 108px 0 70px; */
  }

  .page-model-purpose-kicker {
    margin: 0;
    font-size: 50px;
    line-height: 1.15;
    font-weight: 800;
  }

  .page-model-purpose-title {
    margin: 0;
    font-size: 64px;
    line-height: 1.15;
    color: #222;
    font-weight: 800;
    text-align: left;
  }

  .page-model-purpose-en {
    margin: 14px 0 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
  }

  .page-model-purpose-heading {
    margin: 50px 0 0;
    font-size: 28px;
    line-height: 1.45;
    font-weight: 800;
  }

  .page-model-purpose-text {
    margin: 42px 0 0;
    font-size: 15px;
    line-height: 2.05;
    font-weight: 400;
    color: #222;
  }

  .page-model-other {
    padding: 100px 0;
    background: #FAFAFA;
  }

  .page-model-other-inner {
    display: grid;
    grid-template-columns: 335px 1fr;
    gap: 72px;
    /* align-items: center; */
  }

  .page-model-other-title {
    margin: 0;
    font-size: 50px;
    line-height: 1.35;
    color: #222;
    font-weight: 700;
    text-align: left;
  }

  .page-model-other-text {
    margin: 30px 0 0;
    font-size: 15px;
    line-height: 2;
    color: #222;
  }

  .page-model-industry-card {
    position: relative;
    display: block;
    min-height: 280px;
    border-radius: 20px;
    background: url("../images/model/industry-hero-bg.jpg") center / cover no-repeat;
    color: #fff;
    overflow: hidden;
    transition: opacity .2s ease, transform .2s ease;
  }

  .page-model-industry-card:hover {
    opacity: 1;
  }

  .page-model-industry-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(14, 58, 103, .5);
  }

  .page-model-industry-card-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 40px;
  }

  .page-model-industry-title {
    margin: 0;
    font-size: 30px;
    line-height: 1.45;
    color: inherit;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
  }

  .page-model-industry-text {
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 2;
    color: inherit;
  }

  .page-model-industry-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 60px;
    margin: auto 0 0 auto;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #fff;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    transition: background .2s ease, color .2s ease;
    transform: translate(20px, 36px);
  }

  .page-model-industry-card:hover .page-model-industry-button {
    background: transparent;
    color: #fff;
  }

  .page-model-related {
    padding: 100px 0;
    background: #fff;
  }

  .page-model-related-heading {
    text-align: center;
  }

  .page-model-related-title {
    margin: 0;
    font-size: 50px;
    line-height: 1.35;
    font-weight: 700;
    color: #222;
  }

  .page-model-related-text {
    margin: 18px 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: #222;
  }

  .page-model-related-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    justify-content: center;
    margin-top: 48px;
  }

  .page-model-related-card {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    color: inherit;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    transition: opacity .2s ease, transform .2s ease;
    transition: .3s;
  }

  .page-model-related-card:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .08);
    transition: .3s;
    opacity: 1;
  }

  .page-model-related-card-body {
    padding: 22px 22px 30px;
  }

  .page-model-related-card-image {
    overflow: hidden;
  }

  .page-model-related-card-image img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform .3s ease;
  }

  .page-model-related-card:hover .page-model-related-card-image img {
    transform: scale(1.04);
  }

  .page-model-related-card h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
  }

  .page-model-related-card p {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.66;
  }

  .page-model-related-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 76px;
    transform: translateY(-50%);
    max-height: 80px;
  }

  #page-model-voice,
  #page-model-purpose,
  #page-model-industry,
  #page-model-customer-voice,
  #page-model-academic-case {
    scroll-margin-top: 120px;
  }

  @media screen and (max-width: 980px) {
    .breadcrumblist {
      margin-top: 10px;
    }

    .model-container {
      width: min(100% - 32px, 720px);
    }

    .model-hero {
      margin-top: 0;
      padding: 34px 0 38px;
    }

    .model-hero--voice {
      background: url(../images/model/voice-hero-bg.jpg) 80% center / cover no-repeat;
    }

    .model-hero-title,
    .voice-archive-heading {
      font-size: 32px;
    }

    .voice-archive-cases {
      padding: 54px 0 76px;
    }

    .voice-archive-heading {
      margin-bottom: 24px;
    }

    .voice-card-list {
      grid-template-columns: 1fr;
      gap: 22px;
    }

    .voice-card-body {
      min-height: auto;
    }

    .voice-card--coming-soon {
      min-height: 220px;
      max-width: 100%;
    }

    .model-pagination {
      margin-top: 42px;
    }

    .model-pill-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .model-search-section {
      padding: 60px 0 70px;
    }

    .industry-category-section {
      padding: 54px 0 28px;
    }

    .industry-category-block+.industry-category-block {
      margin-top: 52px;
    }

    .industry-section-title {
      margin-bottom: 28px;
    }

    .industry-category-section .model-pill-list {
      gap: 14px;
    }

    .industry-category-section .model-pill {
      min-height: 58px;
    }

    .industry-example-section {
      padding: 30px 0 82px;
    }

    .industry-example-title {
      margin-bottom: 32px;
      font-size: 38px;
    }

    .industry-example-table {
      table-layout: auto;
    }

    .industry-purpose-link {
      min-height: 112px;
      margin-top: 54px;
      padding: 24px 72px 24px 40px;
    }

    .industry-purpose-lead {
      font-size: 18px;
    }

    .industry-purpose-title {
      font-size: 30px;
    }

    .purpose-archive-section {
      padding: 0;
    }

    .purpose-category {
      grid-template-columns: 1fr;
      gap: 24px;
      min-height: 0;
      padding: 58px 42px;
    }

    .purpose-category+.purpose-category {
      margin-top: 50px;
    }

    .purpose-category-illust {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto;
      width: 190px;
      /* opacity: .28; */
    }

    .purpose-category--branding .purpose-category-illust,
    .purpose-category--product .purpose-category-illust {
      width: 180px;
    }

    .purpose-category--product .purpose-category-illust {
      right: 0;
      left: auto;
    }

    .purpose-card-list,
    .purpose-category--branding .purpose-card-list,
    .purpose-category--product .purpose-card-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
    }

    .purpose-card {
      width: auto;
    }

    .purpose-category--branding {
      grid-template-columns: 1fr;
    }

    .purpose-category--branding .purpose-category-heading,
    .purpose-category--branding .purpose-card-list,
    .purpose-category--product .purpose-card-list {
      grid-column: auto;
      grid-row: auto;
    }

    .page-model-intro {
      padding: 40px 0;
      margin-top: 0;
    }

    .page-model-intro-inner {
      display: block;
    }

    .page-model-intro-text {
      margin-top: 12px;
    }

    .page-model-voice,
    .page-model-voice-inner,
    .page-model-purpose,
    .page-model-purpose-inner {
      min-height: 520px;
    }

    .page-model-voice {
      background-position: 58% center;
    }

    .page-model-voice-content {
      max-width: 460px;
    }

    .page-model-voice-title {
      font-size: 48px;
    }

    .page-model-purpose {
      background-position: 38% center;
    }

    .page-model-purpose-content {
      width: 430px;
      padding: 76px 0 58px;
    }

    .page-model-purpose-kicker {
      font-size: 36px;
    }

    .page-model-purpose-title {
      font-size: 46px;
    }

    .page-model-purpose-heading {
      margin-top: 34px;
      font-size: 22px;
    }

    .page-model-other {
      padding: 80px 0 92px;
    }

    .page-model-other-inner {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .page-model-industry-card-body {
      min-height: 320px;
    }

    .page-model-related {
      padding: 78px 0 92px;
    }

    .page-model-related-list {
      grid-template-columns: 1fr;
      gap: 24px;
      margin-top: 48px;
    }
  }

  @media screen and (max-width: 768px) {

    #page-model-voice,
    #page-model-purpose,
    #page-model-industry,
    #page-model-customer-voice,
    #page-model-academic-case {
      scroll-margin-top: 80px;
    }

    .model-container {
      /* width: calc(100% - 28px); */
      width: 100%;
      padding: 0 20px;
    }

    .model-hero {
      padding: 34px 0 40px;
    }

    .model-hero-label {
      min-height: 30px;
      margin-bottom: 14px;
      font-size: 13px;
    }

    .model-hero-title,
    .voice-archive-heading {
      font-size: 24px;
    }

    .model-hero-text {
      margin-top: 12px;
      font-size: 14px;
    }

    .model-breadcrumb {
      padding: 16px 0;
    }

    .model-breadcrumb-list {
      font-size: 12px;
    }

    .voice-archive-cases {
      padding: 36px 0 48px;
    }

    .voice-card {
      border-radius: 12px;
    }

    .voice-card-body {
      padding: 22px 20px 24px;
    }

    .voice-card-title {
      font-size: 16px;
    }

    .voice-card-heading {
      display: block;
    }

    .voice-card-logo {
      width: 140px;
      margin-bottom: 12px;
    }

    .voice-card-text {
      margin-top: 14px;
      font-size: 14px;
    }

    .voice-card-tags {
      padding-top: 22px;
    }

    .voice-card-tags li {
      min-width: 0;
      /* flex: 1 1 130px; */
    }

    .model-search-section {
      padding: 48px 0 54px;
    }

    .model-search-section::after {
      right: -58%;
      bottom: -18%;
      width: 120%;
      border-width: 46px;
    }

    .model-search-block+.model-search-block {
      margin-top: 40px;
    }

    .model-section-title {
      margin-bottom: 24px;
      padding-left: 20px;
      font-size: 20px;
    }

    .model-section-title::before {
      right: calc(100% + -10px);
      width: 44px;
    }

    .model-pill-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px 10px;
    }

    .model-pill {
      min-height: 46px;
      padding: 8px;
      font-size: 12px;
      letter-spacing: 0;
    }

    .industry-category-section {
      padding: 42px 0 24px;
    }

    .industry-category-block+.industry-category-block {
      margin-top: 42px;
    }

    .industry-section-title {
      margin-bottom: 22px;
      font-size: 20px;
      padding-left: 20px;
    }

    .industry-section-title::before {
      right: calc(100% + -10px);
      width: 44px;
    }

    .industry-category-section .model-pill-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px 10px;
    }

    .industry-category-section .model-pill {
      min-height: 52px;
      padding: 10px 8px;
      font-size: 13px;
    }

    .industry-example-section {
      padding: 28px 0 64px;
    }

    .industry-example-title {
      margin-bottom: 26px;
      font-size: 24px;
    }

    .industry-example-table,
    .industry-example-table tbody,
    .industry-example-table tr,
    .industry-example-table th,
    .industry-example-table td {
      display: block;
      width: 100%;
    }

    .industry-example-table tr+tr {
      border-top: 1px solid #134E82;
    }

    .industry-example-table th,
    .industry-example-table td {
      border-right: none;
      border-left: none;
    }

    .industry-example-table th {
      padding: 6px 16px;
      border-top: none;
    }

    .industry-example-table td {
      padding: 14px 16px 18px;
      font-size: 14px;
      border-top: none;
    }

    .industry-more {
      margin-top: 30px;
    }

    .industry-more-button {
      min-width: 180px;
      min-height: 52px;
    }

    .industry-purpose-link {
      min-height: 118px;
      margin-top: 44px;
      padding: 24px 54px 24px 24px;
    }

    .industry-purpose-lead {
      font-size: 14px;
    }

    .industry-purpose-title {
      font-size: 20px;
    }

    .industry-purpose-arrow {
      right: 26px;
      width: 10px;
      height: 10px;
      border-width: 2px;
    }

    .purpose-archive-section {
      padding: 0;
    }

    .purpose-category {
      gap: 20px;
      padding: 42px 0;
    }

    .purpose-category+.purpose-category {
      margin-top: 50px;
    }

    .purpose-category-ja {
      position: relative;
      z-index: 2;
      font-size: 14px;
    }

    .purpose-category-en {
      font-size: 32px;
      position: relative;
      z-index: 2;
    }

    .purpose-category-illust {
      top: 20px;
      right: 0;
      bottom: auto;
      left: auto;
      width: 100px;
    }

    .purpose-category--branding .purpose-category-illust,
    .purpose-category--product .purpose-category-illust {
      top: 10px;
      right: 0;
      bottom: auto;
      left: auto;
      width: 100px;
    }

    .purpose-card-list,
    .purpose-category--branding .purpose-card-list,
    .purpose-category--product .purpose-card-list {
      grid-template-columns: 1fr;
      justify-items: center;
      gap: 18px;
    }

    .purpose-card {
      width: 100%;
      max-width: 500px;
      border-radius: 10px;
    }

    .purpose-card img {
      height: 150px;
    }

    .purpose-card-body {
      min-height: auto;
      padding: 16px 18px 18px;
    }

    .purpose-card-body h3 {
      font-size: 18px;
    }

    .purpose-card-body p {
      margin-top: 10px;
      font-size: 14px;
    }

    .page-model-intro {
      padding: 30px 0;
    }

    .page-model-intro-title {
      font-size: 24px;
    }

    .page-model-intro-text {
      font-size: 14px;
    }

    .page-model-voice,
    .page-model-voice-inner,
    .page-model-purpose,
    .page-model-purpose-inner {
      min-height: auto;
    }

    .page-model-voice {
      background-color: #239de5;
      background-image: url("../images/model/page-model-voice-bg-sp.jpg");
      background-position: center bottom;
      background-size: cover;
    }

    .page-model-voice-inner {
      padding-top: 40px;
      padding-bottom: 320px;
    }

    .page-model-voice-content {
      max-width: none;
    }

    .page-model-voice-title {
      font-size: 34px;
    }

    .page-model-voice-text {
      margin-top: 20px;
      font-size: 14px;
      line-height: 1.66;
    }

    .page-model-voice-text br,
    .page-model-purpose-text br,
    .page-model-other-text br,
    .page-model-industry-text br {
      display: none;
    }

    .page-model-button {
      min-width: 190px;
      min-height: 50px;
      margin-top: 26px;
      padding: 12px 28px;
      font-size: 14px;
    }

    .page-model-purpose {
      background-color: #8be979;
      background-image: url("../images/model/page-model-purpose-bg-sp.jpg");
      background-position: center bottom;
      background-size: cover;
    }

    .page-model-purpose-inner {
      display: block;
      padding-top: 40px;
      padding-bottom: 320px;
    }

    .page-model-purpose-content {
      width: 100%;
      padding: 0;
    }

    .page-model-purpose-kicker {
      font-size: 30px;
    }

    .page-model-purpose-title {
      font-size: 36px;
    }

    .page-model-purpose-en {
      margin-top: 8px;
      font-size: 14px;
    }

    .page-model-purpose-heading {
      margin-top: 26px;
      font-size: 20px;
    }

    .page-model-purpose-text {
      margin-top: 20px;
      font-size: 14px;
      line-height: 1.66;
    }

    .page-model-other {
      padding: 40px 0 50px;
    }

    .page-model-other-title,
    .page-model-related-title {
      font-size: 24px;
    }

    .page-model-other-text {
      margin-top: 18px;
      font-size: 14px;
      line-height: 1.85;
    }

    .page-model-industry-card {
      border-radius: 16px;
      min-height: auto;
    }

    .page-model-industry-card-body {
      align-items: flex-start;
      min-height: auto;
      padding: 34px 24px;
      text-align: left;
    }

    .page-model-industry-title {
      font-size: 20px;
    }

    .page-model-industry-text {
      margin-top: 18px;
      font-size: 14px;
      line-height: 1.8;
    }

    .page-model-industry-button {
      min-width: 180px;
      min-height: 54px;
      font-size: 14px;
      transform: none;
      margin-top: 20px;
    }

    .page-model-related {
      padding: 40px 0 50px;
    }

    .page-model-related-title,
    .page-model-related-text {
      text-align: left;
    }

    .page-model-related-text {
      font-size: 14px;
    }

    .page-model-related-list {
      gap: 18px;
      margin-top: 34px;
    }

    .page-model-related-card {
      min-height: auto;
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
      padding: 0;
      border-radius: 14px;
    }

    .page-model-related-card-body {
      padding: 20px 18px 24px;
    }

    .page-model-related-card-image img {
      height: 58vw;
      max-height: 230px;
      min-height: 180px;
    }

    .page-model-related-card h3 {
      font-size: 18px;
    }

    .page-model-related-card p {
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.66;
    }

    .page-model-related-icon {
      top: 14px;
      right: 20px;
      width: 50px;
      transform: none;
      max-height: 48px;
    }
  }

  .footer_u_btn {
    border-bottom: none;
  }

  .service_fixed,
  .tax-wp_cat .service_fixed {
    position: fixed;
    top: 140px;
    right: 0;
    margin: 10px;
    z-index: 99999;
  }

  #dousen,
  .tax-wp_cat #dousen {
    position: relative;
  }

  .service_btn ul li.fix_contact_mitumori,
  .tax-wp_cat .service_btn ul li.fix_contact_mitumori {
    position: absolute;
    top: 60px;
  }

  .service_btn ul li.fix_contact a,
  .tax-wp_cat .service_btn ul li.fix_contact a {
    padding: 17px 50px 17px 65px;
    background-color: #ef7013;
    color: #fff;
    border-radius: 5px;
    border: none;
    /* box-shadow: 0 0 10px #a4abad; */
    background-image: url(../images/fix_mailicon.png);
    background-size: 27px;
    background-position: 22px 50%;
    background-repeat: no-repeat;
    max-width: 240px;
    margin: 10px 0px;
  }

  .service_btn ul li.fix_contact_mitumori a,
  .tax-wp_cat .service_btn ul li.fix_contact_mitumori a {
    padding: 17px 20px 17px 60px;
    top: 170px;
    background-color: #ef7013;
    color: #fff;
    border: none;
    border-radius: 5px;
    /* box-shadow: 0 0 10px #a4abad; */
    background-image: url(../images/fix_mitumoriicon.png);
    background-size: 25px;
    background-position: 24px 50%;
    background-repeat: no-repeat;
    max-width: 240px;
    margin: 10px 0px;
  }
}

.home footer {
  margin: 0;
  padding: 0;
}

#mokuji {
  top: 275px;
}
