@media screen and (max-width: 768px) {
  .Main__content {
    padding: 0;
  }
  .Main__body {
    padding-bottom: 40px;
  }
  .hojin-kv .hojin-box {
    padding: 30px 20px 0;
  }
  .hojin-kv .hojin-kv__heading {
    padding: 30px 0 0 30px;
  }
  .hojin-kv .hojin-kv__title {
    margin: 0;
    font-size: 24px;
  }
  .hojin-kv .hojin-kv__lead {
    margin: 15px 0 0;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
  }
  .hojin-kv .hojin-kv__heading--sp {
    height: 228px;
    background-image: url("/hojin/images/hojin_index_kv-sp.png");
    background-position: center 80%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hojin-kv .hojin-kv__heading--pc {
    display: none;
  }
  .hojin-materials-box .box__body {
    padding-bottom: 40px;
  }
  .hojin-materials-box .box__head {
    margin-bottom: 16px;
    padding-top: 40px;
  }
  .hojin-materials-box .box__lead {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
  .hojin-box {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
  }
  .hojin-box .hojin-box__item {
    width: 100%;
  }
  .hojin-box .hojin-box__item .list-wrap {
    margin-top: 20px;
  }
  .hojin-box .hojin-box__item .list-wrap--col .link-list {
    align-items: flex-start;
  }
  .hojin-box .hojin-box__item .button-wrap {
    margin: 0;
  }
  .hojin-box .hojin-box__item--spcol2 {
    width: calc(50% - 11px);
  }
  .hojin-box .hojin-box__item--spcol2 .link-list {
    justify-content: start;
    padding-left: 0.5em;
  }
  .hojin-box .link-list {
    justify-content: center;
    gap: 20px;
  }
  .hojin-box .link-list > li {
    width: -moz-max-content;
    width: max-content;
    margin-left: 0;
  }
  .hojin-box__title {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
  }
  .hojin-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    gap: 22.4px;
  }
  .hojin-content .hojin-content__heading {
    display: flex;
    position: relative;
    flex-direction: column;
    border-bottom: solid 3px #d9d9d9;
  }
  .hojin-content .hojin-content__heading::after {
    display: block;
    position: absolute;
    bottom: -3px;
    width: 72.3%;
    border-bottom: solid 3px #00a469;
    content: "";
  }
  .hojin-content .hojin-content__title {
    margin: 0;
    color: #00a469;
    font-size: 36px;
    line-height: 1;
    font-family: "Jost", sans-serif;
  }
  .hojin-content .hojin-content__subtitle {
    margin: 6px 0 12px 0;
    font-weight: bold;
    font-size: 16px;
  }
  .hojin-category {
    padding: 0 6px;
  }
  .hojin-category .card__type {
    align-items: center;
  }
  .hojin-recommend {
    position: relative;
    padding: 4em 5px;
  }
  .hojin-recommend::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4048px;
    height: 100%;
    margin: 0 calc(50% - 2024px);
    background-color: #edf9f6;
    content: "";
  }
  .hojin-solutions {
    padding: 0 5px;
  }
  .hojin-solutions__box .card-v14 {
    margin: 0 auto !important;
  }
  .hojin-card .button-wrap .button {
    align-items: center;
    justify-content: center;
  }
  .hojin-card .button__type {
    padding: 0.8em 1.2em;
  }
  .hojin-card .button__label {
    font-size: 20px;
  }
  .home-box-v10 {
    display: none;
  }
  .card__head {
    width: auto;
  }
  .card-v14 {
    width: 100%;
    max-width: 100%;
  }
  .card-v14__type {
    width: 100%;
    max-width: 100%;
  }
  .card-v14__head {
    width: 100%;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .Main__inner {
    margin-top: 0;
  }
  .Main__content {
    width: 100%;
    padding: 0;
    padding-inline: 0;
  }
  .Main__body {
    padding-bottom: 60px;
  }
  .hojin-kv {
    width: 100%;
    background-image: url("/hojin/images/hojin_index_kv.png");
    background-position: center 80%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hojin-kv .hojin-kv__inner {
    display: flex;
    justify-content: space-around;
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 64px;
  }
  .hojin-kv .hojin-kv__heading {
    color: #333333;
  }
  .hojin-kv .hojin-kv__heading--sp {
    display: none;
  }
  .hojin-kv .hojin-kv__title {
    margin: 0;
    padding-top: 48px;
    font-size: 68px;
  }
  .hojin-kv .hojin-kv__lead {
    margin-top: 36px;
    font-weight: 700;
    font-size: 34px;
    white-space: normal;
  }
  .hojin-materials-box .box__body {
    padding-bottom: 40px;
  }
  .hojin-materials-box .box__head {
    margin-bottom: 16px;
    padding-top: 40px;
  }
  .hojin-materials-box .box__lead {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }
  .hojin-box {
    display: flex;
    flex-direction: column;
    width: 410px;
    padding: 30px;
    gap: 22px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 2px 6px 7px rgba(0, 0, 0, 0.1019607843);
  }
  .hojin-box .hojin-box__item .list-wrap {
    margin-top: 20px;
  }
  .hojin-box .hojin-box__item .list-wrap--col .link-list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .hojin-box .hojin-box__item .button-wrap {
    margin: 0;
  }
  .hojin-box .hojin-box__item--spcol2 .list-wrap {
    margin-inline: -0.5em;
  }
  .hojin-box .link-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .hojin-box .link-list > li {
    width: -moz-max-content;
    width: max-content;
    margin-left: 0;
  }
  .hojin-box__title {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
  }
  .slick-track {
    display: flex !important;
    align-items: center;
  }
  .hojin-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    gap: 60px;
  }
  .hojin-content .hojin-content__heading {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    align-items: flex-end;
    padding-bottom: 10px;
    gap: 20px;
    border-bottom: solid 3px #434343;
  }
  .hojin-content .hojin-content__heading::after {
    display: block;
    position: absolute;
    bottom: -3px;
    width: 20%;
    border-bottom: solid 3px #00a469;
    content: "";
  }
  .hojin-content .hojin-content__title {
    margin: 0;
    color: #00a469;
    font-size: 5rem;
    line-height: 1;
    font-family: "Jost", sans-serif;
  }
  .hojin-content .hojin-content__subtitle {
    margin: initial;
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
  }
  .hojin-category .card__type {
    align-items: center;
  }
  .hojin-recommend {
    position: relative;
    padding: 4em 0;
  }
  .hojin-recommend::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4048px;
    height: 100%;
    margin: 0 calc(50% - 2024px);
    background-color: #edf9f6;
    content: "";
  }
  .hojin-card .card__type,
  .hojin-card .card__type--nolink {
    border: none;
  }
  .hojin-card .hojin-card__type--full {
    padding: 0;
  }
  .hojin-card .hojin-card__type--center {
    align-items: center;
  }
  .hojin-card .card__button {
    display: flex;
    margin: 1.8em 0 0;
  }
}