@charset "UTF-8";
/*
$content-width: 1000px;
$content-width-lg: 1200px;
$content-width-sm: 100%;
$content-width-xs: 100%;
*/
:root {
  --color-news: #606060;
  --color-news-shadow: #424141;
  --color-news-sub: #878787;
  --color-news-thin: #d6d6d6;
  --color-news-bg: #F0F0F0;
  --color-teacher: #9B042D;
  --color-teacher-shadow: #D08A96;
  --color-teacher-sub: #B45A7D;
  --color-teacher-thin: #E6B2C4;
  --color-teacher-bg: #FFFAE7;
  --color-parents: #f091aa;
  --color-parents-shadow: #ac2145;
  --color-parents-sub: #d16c87;
  --color-parents-thin: #f3c1cb;
  --color-parents-bg: #fff0f3;
}

/* ------------------------------ */
/* Shinro ページの #wrapper リセット */
/* style_carrier.css の min-width: 1280px を上書き */
/* ------------------------------ */
@media screen and (min-width: 600px) {
  .wrapper--shinro#wrapper {
    min-width: 0;
    overflow: visible;
  }
}
.b-page-shinro {
  overflow-x: visible;
  --shinro_main: #C75001;
  font-family: "M PLUS Rounded 1c", "Rounded Mplus 1c", sans-serif;
  font-size: 1.6rem;
  color: #333333;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro header {
    background: transparent;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: auto;
    position: static;
    overflow: visible;
  }
}

/* ------------------------------ */
/* Shinro Hero（main 内のみ） */
/* ------------------------------ */
.b-page-shinro .b-shinro-hero {
  position: relative;
  width: 100%;
  background-color: #fbf7eb;
  overflow: hidden;
}
.b-page-shinro .b-shinro-hero__inner {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  min-width: 0;
  min-height: clamp(140px, 14.5vw, 186px);
  padding: clamp(13px, 3.2vw, 41px) clamp(16px, 3.1vw, 40px) clamp(20px, 2.6vw, 33px);
}
.b-page-shinro .b-shinro-hero__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 1.8vw, 23px);
  min-width: 0;
  max-width: min(560px, 100% - clamp(100px, 22vw, 300px));
}
.b-page-shinro .b-shinro-hero__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(64px, 8.2vw, 105px);
  height: clamp(64px, 8.2vw, 105px);
}
.b-page-shinro .b-shinro-hero__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.b-page-shinro .b-shinro-hero__text {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.b-page-shinro .b-shinro-hero__title {
  display: inline-block;
  margin: 0;
  color: var(--shinro_main, #C75001);
  text-shadow: -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff;
  -webkit-filter: drop-shadow(0 4px 4px #C75001);
          filter: drop-shadow(0 4px 4px #C75001);
  font-family: "M PLUS Rounded 1c", "M PLUS Rounded 1c", "Rounded Mplus 1c", sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.b-page-shinro .b-shinro-hero__lead {
  margin: 1.6rem 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.b-page-shinro .b-shinro-hero__visual {
  position: absolute;
  bottom: 0;
  left: 0;
  right: max(0px, (100% - 1280px) / 2);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
}
.b-page-shinro .b-shinro-hero__visual img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: clamp(90px, 14.5vw, 186px);
  height: auto;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-hero__inner {
    min-height: 270px;
    padding: 24px 24px 32px;
  }
  .b-page-shinro .b-shinro-hero__content {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 16px;
    max-width: 345px;
    margin: 0 auto;
  }
  .b-page-shinro .b-shinro-hero__icon {
    width: clamp(56px, 20.4vw, 80px);
    height: clamp(56px, 20.4vw, 80px);
  }
  .b-page-shinro .b-shinro-hero__text {
    display: contents;
  }
  .b-page-shinro .b-shinro-hero__title {
    display: inline-block;
    grid-column: 2;
    grid-row: 1;
    font-size: clamp(3rem, 12.2vw, 4.8rem);
    white-space: nowrap;
  }
  .b-page-shinro .b-shinro-hero__lead {
    grid-column: 1/-1;
    grid-row: 2;
    margin-top: 0;
    text-align: left;
  }
  .b-page-shinro .b-shinro-hero__visual {
    left: 50%;
    right: auto;
    display: block;
    width: min(381px, 100%);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .b-page-shinro .b-shinro-hero__visual img {
    width: 100%;
    max-height: none;
  }
}

/* ------------------------------ */
/* Category Chip（リニューアル共通） */
/* ------------------------------ */
.b-category-chip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-width: 0;
  padding: 8px 16px;
  border: 1px solid #c5c5c5;
  border-radius: 12px;
  background-color: #fff;
  color: #472815;
  font-family: "M PLUS Rounded 1c", "Rounded Mplus 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.b-category-chip__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 8px;
  min-width: 0;
}
.b-category-chip__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 38px;
  height: 38px;
}
.b-category-chip__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-category-chip__label {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  word-break: break-word;
}
.b-category-chip__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7px;
  height: 12px;
}
.b-category-chip__arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.b-category-chip.is-active {
  border-color: #C75001;
}
.b-category-chip:hover {
  border-color: #C75001;
}

/* ------------------------------ */
/* Scroll Bar（リニューアル共通） */
/* ------------------------------ */
.b-scroll-bar__track {
  position: relative;
  overflow: hidden;
  border: 1px solid #b8b0b0;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
}
.b-scroll-bar__thumb {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: #b8b0b0;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-transition: -webkit-transform 0.05s linear;
  transition: -webkit-transform 0.05s linear;
  transition: transform 0.05s linear;
  transition: transform 0.05s linear, -webkit-transform 0.05s linear;
}
.b-scroll-bar.is-dragging .b-scroll-bar__thumb, .b-scroll-bar__thumb:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-transition: none;
  transition: none;
}
.b-scroll-bar--vertical .b-scroll-bar__track {
  width: 10px;
  height: 100%;
}
.b-scroll-bar--vertical .b-scroll-bar__thumb {
  width: 100%;
  min-height: 40px;
}
.b-scroll-bar--horizontal .b-scroll-bar__track {
  width: 100%;
  height: 10px;
}
.b-scroll-bar--horizontal .b-scroll-bar__thumb {
  height: 100%;
  min-width: 40px;
}

/* ------------------------------ */
/* Shinro Category Section */
/* ------------------------------ */
.b-page-shinro {
  /* 共通ボタン（一覧を見る / もっと見る） */
}
.b-page-shinro .b-shinro-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  min-width: 156px;
  height: 33px;
  padding: 0 16px;
  border: 1px solid #db2514;
  border-radius: 999px;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.b-page-shinro .b-shinro-btn__text {
  display: block;
}
.b-page-shinro .b-shinro-btn__icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 17px;
  height: 17px;
}
.b-page-shinro .b-shinro-btn__icon-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.b-page-shinro .b-shinro-btn__icon-img--default {
  opacity: 1;
}
.b-page-shinro .b-shinro-btn__icon-img--hover {
  opacity: 0;
}
.b-page-shinro .b-shinro-btn--outline {
  background-color: #fff;
  color: #db2514;
}
.b-page-shinro .b-shinro-btn--outline:hover {
  background-color: #db2514;
  color: #fff;
}
.b-page-shinro .b-shinro-btn--outline:hover .b-shinro-btn__icon-img--default {
  opacity: 0;
}
.b-page-shinro .b-shinro-btn--outline:hover .b-shinro-btn__icon-img--hover {
  opacity: 1;
}
.b-page-shinro .b-shinro-btn--filled {
  background-color: #db2514;
  color: #fff;
}
.b-page-shinro .b-shinro-btn--filled:hover {
  background-color: #fff;
  color: #db2514;
}
.b-page-shinro .b-shinro-btn--filled:hover .b-shinro-btn__icon-img--default {
  opacity: 0;
}
.b-page-shinro .b-shinro-btn--filled:hover .b-shinro-btn__icon-img--hover {
  opacity: 1;
}
.b-page-shinro .b-shinro-category {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 48px 40px 64px;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category {
    padding: 48px 24px 64px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-category {
    padding: 40px 24px;
  }
}
.b-page-shinro .b-shinro-category__wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #C75001;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.b-page-shinro .b-shinro-category__header {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#e9650d), to(#C75001));
  background: linear-gradient(90deg, #e9650d 0%, #C75001 100%);
  border-bottom: 1px solid #C75001;
}
.b-page-shinro .b-shinro-category__header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 98px;
  padding: 20px 23px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .b-page-shinro .b-shinro-category__header-inner {
    padding: 16px;
  }
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category__header-inner {
    padding: 20px 21px;
  }
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category__header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-category__header-inner {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 8px;
    min-height: 104px;
    padding: 20px 16px 16px;
  }
}
.b-page-shinro .b-shinro-category__header-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category__header-icon {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-category__header-icon {
    grid-column: 1;
    grid-row: 1;
    width: 23px;
    height: 23px;
  }
}
.b-page-shinro .b-shinro-category__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  color: #fff;
  font-size: clamp(2.2rem, 1.6rem + 1.875vw, 4rem);
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category__title {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 3.2rem;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-category__title {
    grid-column: 2;
    grid-row: 1;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    font-size: 2rem;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-align: center;
  }
}
.b-page-shinro .b-shinro-category__list-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
.b-page-shinro .b-shinro-category__list-link:hover {
  border-color: #fff;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category__list-link {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-category__list-link {
    grid-column: 1/-1;
    grid-row: 2;
    justify-self: center;
    width: auto;
    min-width: 156px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-category__header {
    position: static;
  }
}
.b-page-shinro .b-shinro-category__body {
  display: grid;
  grid-template-columns: minmax(160px, 278px) minmax(0, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 0;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category__body {
    grid-template-columns: minmax(0, 1fr);
  }
}
.b-page-shinro .b-shinro-category__body > * {
  min-width: 0;
}
.b-page-shinro .b-shinro-category__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  min-width: 0;
  padding: 32px 16px;
  background-color: #fbf7eb;
  border: none;
  border-right: 1px solid #C75001;
  border-radius: 0 0 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 32px 16px 0;
    border-right: none;
    border-radius: 0;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-category__nav {
    padding: 24px 24px 0;
  }
}
.b-page-shinro .b-shinro-category__nav-scroll {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  max-height: 552px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
.b-page-shinro .b-shinro-category__nav-scroll::-webkit-scrollbar {
  display: none;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category__nav-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-x;
        touch-action: pan-x;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .b-page-shinro .b-shinro-category__nav-scroll.is-drag-scrolling {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .b-page-shinro .b-shinro-category__nav-scroll.is-drag-scrolling .b-category-chip {
    pointer-events: none;
  }
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category__nav-scroll .b-category-chip {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 232px;
            flex: 0 0 232px;
    width: 232px;
    min-width: 232px;
    max-width: 232px;
    min-height: 48px;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.6rem;
    -ms-touch-action: pan-x;
        touch-action: pan-x;
  }
}
.b-page-shinro .b-shinro-category__nav-scroll .b-category-chip + .b-category-chip {
  margin-top: 8px;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category__nav-scroll .b-category-chip + .b-category-chip {
    margin-top: 0;
  }
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category__nav-scroll .b-category-chip .b-category-chip__icon {
    width: 32px;
    height: 32px;
  }
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category__nav-scroll .b-category-chip .b-category-chip__label {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}
.b-page-shinro .b-shinro-category__scroll-bar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.b-page-shinro .b-shinro-category__scroll-bar--vertical {
  width: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.b-page-shinro .b-shinro-category__scroll-bar--vertical .b-scroll-bar__track {
  height: 552px;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category__scroll-bar--vertical {
    display: none;
  }
}
.b-page-shinro .b-shinro-category__scroll-bar--horizontal {
  display: none;
  width: 100%;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category__scroll-bar--horizontal {
    display: block;
    padding-bottom: 16px;
  }
}
.b-page-shinro {
  /* ------------------------------ */
  /* Category Content Panel */
  /* ------------------------------ */
}
.b-page-shinro .b-shinro-category-content {
  position: relative;
  min-width: 0;
  padding: 24px;
  background-color: #fff;
  border-radius: 0 0 12px 0;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category-content {
    border-radius: 0 0 12px 12px;
  }
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category-content {
    padding: 32px 24px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-category-content {
    padding: 32px 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .b-page-shinro .b-shinro-category-content {
    padding: 16px;
  }
}
.b-page-shinro .b-shinro-category-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/new_shinro/bg-pattern.png") left top/922px auto no-repeat;
  opacity: 0.2;
  pointer-events: none;
}
.b-page-shinro .b-shinro-category-content__panels {
  position: relative;
  z-index: 1;
}
.b-page-shinro .b-shinro-category-content__panel {
  display: none;
}
.b-page-shinro .b-shinro-category-content__panel.is-active {
  display: block;
}
.b-page-shinro .b-shinro-category-content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 33px;
  min-width: 0;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category-content__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-bottom: 28px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-category-content__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    margin-bottom: 16px;
  }
}
.b-page-shinro .b-shinro-category-content__head-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  min-width: 0;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category-content__head-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    gap: 14px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-category-content__head-main {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -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: 14px;
    width: 100%;
  }
}
.b-page-shinro .b-shinro-category-content__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.b-page-shinro .b-shinro-category-content__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category-content__icon {
    width: 68px;
    height: 68px;
  }
}
.b-page-shinro .b-shinro-category-content__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  max-width: 448px;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-category-content__text {
    max-width: none;
    width: 100%;
  }
}
.b-page-shinro .b-shinro-category-content__title {
  margin: 0 0 8px;
  padding-bottom: 4px;
  border-bottom: 3px solid #C75001;
  color: #472815;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category-content__title {
    margin-bottom: 8px;
    padding-bottom: 4px;
    font-size: 2rem;
    text-align: left;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-category-content__title {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}
.b-page-shinro .b-shinro-category-content__lead {
  margin: 0;
  color: #472815;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .b-page-shinro .b-shinro-category-content__lead {
    text-align: left;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-category-content__lead {
    text-align: left;
  }
}
.b-page-shinro .b-shinro-category-content__more {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-category-content__more {
    -ms-flex-item-align: center;
        align-self: center;
    min-width: 200px;
  }
}
.b-page-shinro .b-shinro-category-content__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
  margin-bottom: 33px;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category-content__cards {
    gap: 10px;
    margin-bottom: 28px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-category-content__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
    margin-bottom: 16px;
  }
}
.b-page-shinro .b-shinro-category-content__card {
  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;
  min-width: 0;
  width: 100%;
  padding: 16px;
  border: 4px solid #C75001;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 0 #C75001;
          box-shadow: 4px 4px 0 #C75001;
  text-decoration: none;
  color: #333333;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category-content__card {
    gap: 8px;
    padding: 8px;
  }
}
@media (hover: hover) {
  .b-page-shinro .b-shinro-category-content__card:hover {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
    -webkit-box-shadow: 6px 6px 0 #C75001;
            box-shadow: 6px 6px 0 #C75001;
  }
  .b-page-shinro .b-shinro-category-content__card:active {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
    -webkit-box-shadow: 2px 2px 0 #C75001;
            box-shadow: 2px 2px 0 #C75001;
  }
  .b-page-shinro .b-shinro-category-content__card:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.b-page-shinro .b-shinro-category-content__card img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.b-page-shinro .b-shinro-category-content__card-title {
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  word-break: break-word;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-category-content__card-title {
    font-size: 1.4rem;
  }
}
.b-page-shinro {
  /* ------------------------------ */
  /* Diagnosis（常時表示） */
  /* ------------------------------ */
}
.b-page-shinro .b-shinro-diagnosis {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
  margin-top: 0;
  padding: 16px;
  min-width: 0;
  border: 3px solid #db2514;
  border-radius: 24px;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .b-page-shinro .b-shinro-diagnosis {
    gap: 12px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-diagnosis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 14px;
    border-radius: 20px;
  }
}
.b-page-shinro .b-shinro-diagnosis:hover {
  background-color: #fff5f4;
}
.b-page-shinro .b-shinro-diagnosis:hover .b-shinro-diagnosis__action {
  background-color: #fff;
  color: #db2514;
}
.b-page-shinro .b-shinro-diagnosis:hover .b-shinro-diagnosis__action .b-shinro-btn__icon-img--default {
  opacity: 0;
}
.b-page-shinro .b-shinro-diagnosis:hover .b-shinro-diagnosis__action .b-shinro-btn__icon-img--hover {
  opacity: 1;
}
.b-page-shinro .b-shinro-diagnosis__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 16px;
  min-width: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .b-page-shinro .b-shinro-diagnosis__main {
    gap: 12px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-diagnosis__main {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -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: 14px;
  }
}
.b-page-shinro .b-shinro-diagnosis__visual {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 128px;
  height: 115px;
}
.b-page-shinro .b-shinro-diagnosis__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-diagnosis__visual {
    width: 108px;
    height: 97px;
  }
}
.b-page-shinro .b-shinro-diagnosis__text {
  min-width: 0;
}
.b-page-shinro .b-shinro-diagnosis__lead {
  margin: 0 0 6px;
  color: #472815;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.25;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-diagnosis__lead {
    font-size: 1.5rem;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-diagnosis__lead {
    text-align: center;
  }
}
.b-page-shinro .b-shinro-diagnosis__title {
  margin: 0 0 6px;
  color: #db2514;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.25;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-diagnosis__title {
    font-size: 2.4rem;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-diagnosis__title {
    text-align: center;
  }
}
.b-page-shinro .b-shinro-diagnosis__desc {
  margin: 0;
  color: #554434;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-diagnosis__desc {
    text-align: center;
  }
}
.b-page-shinro .b-shinro-diagnosis__action {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 16px;
  border: 1px solid #db2514;
  border-radius: 999px;
  background-color: #db2514;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .b-page-shinro .b-shinro-diagnosis__action {
    padding: 12px 14px;
    font-size: 1.9rem;
  }
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-diagnosis__action {
    font-size: 1.9rem;
  }
}
.b-page-shinro .b-shinro-diagnosis__action .b-shinro-btn__icon {
  width: 24px;
  height: 24px;
}

/* ------------------------------ */
/* セクション見出し（共通） */
/* ------------------------------ */
.b-page-shinro .b-section-heading {
  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: 12px;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-section-heading {
    gap: 8px;
    margin-bottom: 20px;
  }
}
.b-page-shinro .b-section-heading__lead {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  margin: 0;
  padding-bottom: 4px;
  border-bottom: 1px dashed #C75001;
  color: #333333;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.25;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-section-heading__lead {
    font-size: 1.6rem;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-section-heading__lead {
    font-size: 1.4rem;
  }
}
.b-page-shinro .b-section-heading__lead-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 28px;
}
.b-page-shinro .b-section-heading__lead-icon--right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.b-page-shinro .b-section-heading__title {
  margin: 0;
  color: #ffe77e;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
  -webkit-filter: none;
          filter: none;
  paint-order: stroke fill;
  -webkit-text-stroke: 10px #C75001;
  text-shadow: 1px 1px 0 #C75001, 2px 2px 0 #C75001, 3px 3px 0 #C75001, 4px 4px 0 #C75001, 5px 5px 0 #C75001;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-section-heading__title {
    font-size: 3.2rem;
    -webkit-filter: none;
            filter: none;
    paint-order: stroke fill;
    -webkit-text-stroke: 8px #C75001;
    text-shadow: 1px 1px 0 #C75001, 2px 2px 0 #C75001, 3px 3px 0 #C75001, 4px 4px 0 #C75001;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-section-heading__title {
    font-size: 2.4rem;
    -webkit-filter: none;
            filter: none;
    paint-order: stroke fill;
    -webkit-text-stroke: 6px #C75001;
    text-shadow: 1px 1px 0 #C75001, 2px 2px 0 #C75001, 3px 3px 0 #C75001;
  }
}
.b-page-shinro .b-section-heading__title--logo {
  color: transparent;
  -webkit-text-stroke: 0;
  text-shadow: none;
  font-size: 0;
  line-height: 0;
}
.b-page-shinro .b-section-heading__title--logo img {
  display: block;
  width: min(100%, 335px);
  height: auto;
}
.b-page-shinro .b-section-heading--pickup {
  margin-bottom: 16px;
}
.b-page-shinro .b-section-heading--pickup .b-section-heading__title {
  color: #ffe600;
  font-size: 4rem;
  -webkit-filter: none;
          filter: none;
  paint-order: stroke fill;
  -webkit-text-stroke: 10px #e74136;
  text-shadow: 1px 1px 0 #e74136, 2px 2px 0 #e74136, 3px 3px 0 #e74136, 4px 4px 0 #e74136, 5px 5px 0 #e74136;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-section-heading--pickup .b-section-heading__title {
    font-size: 3.2rem;
    -webkit-filter: none;
            filter: none;
    paint-order: stroke fill;
    -webkit-text-stroke: 8px #e74136;
    text-shadow: 1px 1px 0 #e74136, 2px 2px 0 #e74136, 3px 3px 0 #e74136, 4px 4px 0 #e74136;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-section-heading--pickup .b-section-heading__title {
    font-size: 2.4rem;
    -webkit-filter: none;
            filter: none;
    paint-order: stroke fill;
    -webkit-text-stroke: 6px #e74136;
    text-shadow: 1px 1px 0 #e74136, 2px 2px 0 #e74136, 3px 3px 0 #e74136;
  }
}
.b-page-shinro .b-section-heading--pickup .b-section-heading__lead {
  border-bottom: none;
}
.b-page-shinro .b-section-heading__pickup-deco {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-section-heading__pickup-deco {
    width: 32px;
    height: 32px;
  }
}
.b-page-shinro .b-section-heading__pickup-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

/* ------------------------------ */
/* ピックアップカルーセル（Slick） */
/* ------------------------------ */
.b-page-shinro .b-pickup-carousel {
  position: relative;
  min-width: 0;
  overflow: visible;
}
.b-page-shinro .b-pickup-carousel__slider {
  margin-bottom: 0;
  visibility: hidden;
}
.b-page-shinro .b-pickup-carousel__slider.slick-initialized {
  visibility: visible;
}
.b-page-shinro .b-pickup-carousel__slider .slick-list {
  overflow: hidden;
  padding: 1px;
  margin: -1px;
}
.b-page-shinro .b-pickup-carousel__slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.b-page-shinro .b-pickup-carousel__slider .slick-slide {
  height: auto;
  margin: 0 10px 0 0;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-pickup-carousel__slider .slick-slide {
    margin: 0 8px 0 0;
  }
}
.b-page-shinro .b-pickup-carousel__slider .slick-slide > div {
  height: 100%;
}
.b-page-shinro .b-pickup-carousel__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 650px;
  height: 100%;
  outline: none;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-pickup-carousel__slide {
    width: min(650px, 100vw - 80px);
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-pickup-carousel__slide {
    width: calc(100vw - 48px);
  }
}
.b-page-shinro .b-pickup-carousel__arrow {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.b-page-shinro .b-pickup-carousel__arrow::before {
  display: none;
  content: none;
}
.b-page-shinro .b-pickup-carousel__arrow img {
  display: block;
  width: 50px;
  height: 50px;
}
.b-page-shinro .b-pickup-carousel__arrow--next img {
  -webkit-transform: none;
          transform: none;
}
.b-page-shinro .b-pickup-carousel__arrow.slick-disabled {
  cursor: default;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-pickup-carousel__arrow {
    width: 40px;
    height: 40px;
  }
  .b-page-shinro .b-pickup-carousel__arrow img {
    width: 40px;
    height: 40px;
  }
}
.b-page-shinro .b-pickup-carousel__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.b-page-shinro .b-pickup-carousel__dot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background-color: #ffba5d;
  cursor: pointer;
  -webkit-transition: width 0.2s ease, background-color 0.2s ease;
  transition: width 0.2s ease, background-color 0.2s ease;
}
.b-page-shinro .b-pickup-carousel__dot.is-active {
  width: 32px;
  background-color: #c75001;
}
.b-page-shinro .b-pickup-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0;
  border: 1px solid #d8d5d1;
  border-radius: 12px;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-pickup-card {
    gap: 24px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-pickup-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    padding-bottom: 24px;
  }
}
.b-page-shinro .b-pickup-card:hover {
  border-color: #C75001;
}
.b-page-shinro .b-pickup-card__visual {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 310px;
  height: 207px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-pickup-card__visual {
    width: 100%;
    height: auto;
    aspect-ratio: 310/207;
  }
}
.b-page-shinro .b-pickup-card__visual img {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.b-page-shinro .b-pickup-card__body {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 12px;
  min-width: 0;
  padding: 16px 16px 16px 0;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-pickup-card__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 8px 16px 0;
    text-align: center;
  }
}
.b-page-shinro .b-pickup-card__name {
  margin: 0;
  width: 100%;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 800;
  display: -webkit-box;
  overflow: hidden;
  text-align: left;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-pickup-card__name {
    text-align: center;
  }
}
.b-page-shinro .b-pickup-card__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-width: 141px;
  height: 30px;
  margin-top: auto;
  padding: 0 16px;
  border: 1px solid #db2514;
  border-radius: 999px;
  background-color: #db2514;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.b-page-shinro .b-pickup-card__btn img {
  width: 12px;
  height: 12px;
}

/* ------------------------------ */
/* Shinro 2カラムレイアウト */
/* ------------------------------ */
.b-page-shinro .b-shinro-layout {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: relative;
  overflow-x: clip;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-layout {
    max-width: 100%;
  }
}
.b-page-shinro .b-shinro-layout__frame {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media screen and ( min-width: 1024px ) {
  .b-page-shinro .b-shinro-layout__frame {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-layout__frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    padding: 0 24px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-layout__frame {
    padding: 0 24px;
  }
}
.b-page-shinro .b-shinro-layout__main-col {
  min-width: 0;
  max-width: 100%;
}
@media screen and ( min-width: 1024px ) {
  .b-page-shinro .b-shinro-layout__main-col {
    grid-column: 1;
    grid-row: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
  }
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-layout__main-col {
    display: contents;
  }
}
.b-page-shinro .b-shinro-layout__pickup-band {
  position: relative;
  z-index: 0;
  isolation: isolate;
}
.b-page-shinro .b-shinro-layout__pickup-band::before, .b-page-shinro .b-shinro-layout__pickup-band::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: calc(-50vw + (300px + 50px) / 2);
  pointer-events: none;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-layout__pickup-band::before, .b-page-shinro .b-shinro-layout__pickup-band::after {
    margin-left: -50vw;
  }
}
.b-page-shinro .b-shinro-layout__pickup-band::before {
  background-color: rgba(236, 255, 196, 0.2);
}
.b-page-shinro .b-shinro-layout__pickup-band::after {
  background-image: url("../images/new_shinro/bg-pickup.png");
  background-repeat: repeat;
  background-position: left top;
  background-size: 1434px auto;
  opacity: 0.2;
}
.b-page-shinro .b-shinro-layout__pickup-band {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-layout__pickup-band {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.b-page-shinro .b-shinro-layout__pattern-band {
  position: relative;
  z-index: 0;
  isolation: isolate;
}
.b-page-shinro .b-shinro-layout__pattern-band::before, .b-page-shinro .b-shinro-layout__pattern-band::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: calc(-50vw + (300px + 50px) / 2);
  pointer-events: none;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-layout__pattern-band::before, .b-page-shinro .b-shinro-layout__pattern-band::after {
    margin-left: -50vw;
  }
}
.b-page-shinro .b-shinro-layout__pattern-band::before {
  background-color: rgba(255, 244, 205, 0.2);
}
.b-page-shinro .b-shinro-layout__pattern-band::after {
  background-image: url("../images/new_shinro/bg-section-pattern.png");
  background-repeat: repeat;
  background-position: left top;
  background-size: 1311px auto;
  opacity: 0.3;
}
.b-page-shinro .b-shinro-layout__pattern-band {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-layout__pattern-band {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.b-page-shinro .b-shinro-layout__side {
  position: relative;
  z-index: 2;
  -ms-flex-item-align: start;
      align-self: start;
  min-width: 0;
  max-width: 100%;
  padding-top: 40px;
}
@media screen and ( min-width: 1024px ) {
  .b-page-shinro .b-shinro-layout__side {
    grid-column: 2;
    grid-row: 1;
    width: 300px;
    padding-bottom: 64px;
  }
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-layout__side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-layout__side {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.b-page-shinro .b-shinro-layout__pickup {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.b-page-shinro .b-shinro-layout__main-bg {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.b-page-shinro .b-shinro-pickup {
  padding: 40px 0 32px;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-pickup {
    padding: 24px 0 24px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-pickup {
    padding: 24px 0 16px;
  }
}
.b-page-shinro .b-shinro-main-bg {
  padding-bottom: 64px;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-main-bg {
    padding-bottom: 40px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-main-bg {
    padding-bottom: 40px;
  }
}

/* ------------------------------ */
/* サイドバー（広告・ランキング・特集） */
/* ------------------------------ */
.b-page-shinro .b-shinro-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-sidebar {
    gap: 36px;
  }
}
.b-page-shinro .b-shinro-sidebar__ad {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-sidebar__ad {
    display: none;
  }
}
.b-page-shinro .b-shinro-sidebar__ad img {
  display: block;
  width: 100%;
  height: auto;
}
.b-page-shinro .b-shinro-panel__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-height: 57px;
  padding: 12px 16px;
  border-radius: 12px 12px 0 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-panel__head {
    font-size: 2rem;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-panel__head {
    font-size: 1.8rem;
  }
}
.b-page-shinro .b-shinro-panel__head--ranking {
  background-color: #e9373a;
  min-height: 66px;
}
.b-page-shinro .b-shinro-panel__head--series {
  background-color: #058870;
}
.b-page-shinro .b-shinro-panel__head-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 38px;
  height: auto;
}
.b-page-shinro .b-shinro-panel__head-icon--series {
  width: 44px;
}
.b-page-shinro .b-shinro-panel__head-text {
  margin: 0;
  font: inherit;
  color: inherit;
}
.b-page-shinro .b-shinro-panel__body {
  background-color: #fff;
}
.b-page-shinro .b-shinro-panel__body--ranking {
  border: 1px solid #e9373a;
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 24px 18px;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-panel__body--ranking {
    padding: 16px 12px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-panel__body--ranking {
    padding: 24px 16px;
  }
}
.b-page-shinro .b-shinro-panel__body--series {
  border: 1px solid #058870;
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 24px 18px;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-panel__body--series {
    padding: 16px 12px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-panel__body--series {
    padding: 24px 16px;
  }
}
.b-page-shinro {
  /* ランキング */
}
.b-page-shinro .b-shinro-ranking {
  margin-top: 40px;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-ranking {
    margin-top: 0;
  }
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ), screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-ranking__scroll {
    overflow: visible;
  }
}
@media screen and ( min-width: 1024px ) {
  .b-page-shinro .b-shinro-ranking__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-ranking__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 0;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-ranking__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    width: 100%;
  }
}
.b-page-shinro .b-shinro-ranking__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding-bottom: 24px;
  border-bottom: 1px dashed #000;
  text-decoration: none;
  color: inherit;
}
.b-page-shinro .b-shinro-ranking__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-ranking__item {
    position: relative;
    gap: 4px;
    width: 100%;
    min-width: 0;
    padding: 0;
    border-bottom: none;
  }
  .b-page-shinro .b-shinro-ranking__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    bottom: 0;
    width: 0;
    border-right: 1px dashed #bab8b8;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-ranking__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    width: 100%;
    padding: 0 0 8px;
    border-bottom: 1px dashed #bab8b8;
  }
  .b-page-shinro .b-shinro-ranking__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.b-page-shinro .b-shinro-ranking__thumb-wrap {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  aspect-ratio: 264/149;
  overflow: hidden;
  background-color: #fff;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-ranking__thumb-wrap {
    width: 100%;
    aspect-ratio: 137/78;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-ranking__thumb-wrap {
    width: 136px;
    aspect-ratio: 137/78;
  }
}
.b-page-shinro .b-shinro-ranking__thumb-wrap img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.b-page-shinro .b-shinro-ranking__rank {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #e9373a;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ), screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-ranking__rank {
    width: 18px;
    height: 18px;
    font-size: 1.4rem;
  }
}
.b-page-shinro .b-shinro-ranking__title {
  margin: 0;
  color: #222;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ), screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-ranking__title {
    font-size: 1.6rem;
    line-height: 1.35;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-ranking__meta {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
}
.b-page-shinro .b-shinro-ranking__tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px;
  border-radius: 4px;
  background-color: #f0f0f0;
  color: #222;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
}
.b-page-shinro .b-shinro-ranking__desc {
  margin: 8px 0 0;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.b-page-shinro {
  /* おすすめ特集 */
}
.b-page-shinro .b-shinro-series {
  margin-top: 36px;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-series {
    margin-top: 0;
  }
}
.b-page-shinro .b-shinro-series__scroll-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 100%;
  min-width: 0;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-series__scroll {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-touch-action: pan-x;
        touch-action: pan-x;
    cursor: -webkit-grab;
    cursor: grab;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }
  .b-page-shinro .b-shinro-series__scroll::-webkit-scrollbar {
    display: none;
  }
  .b-page-shinro .b-shinro-series__scroll.is-drag-scrolling {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .b-page-shinro .b-shinro-series__scroll.is-drag-scrolling .b-series-card {
    pointer-events: none;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-series__scroll {
    overflow: hidden;
  }
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-series__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-series__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and ( min-width: 1024px ) {
  .b-page-shinro .b-shinro-series__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.b-page-shinro .b-shinro-series__bar {
  display: none;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-series__bar {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding-bottom: 0;
  }
  .b-page-shinro .b-shinro-series__bar .b-scroll-bar--horizontal {
    display: none;
  }
}
.b-page-shinro .b-series-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #333;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
}
.b-page-shinro .b-series-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-series-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-series-card {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.b-page-shinro .b-series-card__visual {
  aspect-ratio: 300/170;
  overflow: hidden;
  border-radius: 0;
  background-color: #fff;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-series-card__visual {
    aspect-ratio: 345/196;
  }
}
.b-page-shinro .b-series-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.b-page-shinro .b-series-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 16px;
}
.b-page-shinro .b-series-card__tag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 4px;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
}
.b-page-shinro .b-series-card__series-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.b-page-shinro .b-series-card__title {
  margin: 0;
  padding: 0 16px;
  color: #222;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.5;
}

/* ------------------------------ */
/* メインカラム：インタビュー / 動画 / ニュース */
/* ------------------------------ */
.b-page-shinro .b-shinro-section {
  padding-top: 64px;
  padding-bottom: 0;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-section {
    padding-top: 40px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-section {
    padding-top: 40px;
  }
}
.b-page-shinro .b-shinro-section__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-section__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-section__cards {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-section__cards--scroll {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    overflow: visible;
    margin: 0;
    padding: 0;
  }
  .b-page-shinro .b-shinro-section__cards--scroll .b-shinro-card {
    width: 100%;
    min-width: 0;
  }
}
.b-page-shinro .b-shinro-section__cards .b-shinro-card {
  height: 100%;
}
.b-page-shinro .b-shinro-section__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-section__more {
    margin-bottom: 16px;
  }
}
.b-page-shinro .b-shinro-card {
  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;
  min-width: 0;
  padding: 0 16px 16px;
  border: 2px solid #C75001;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 0 #C75001;
          box-shadow: 4px 4px 0 #C75001;
  text-decoration: none;
  color: inherit;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-card {
    gap: 13px;
    padding: 0 13px 13px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-card {
    gap: 16px;
    padding: 0 16px 16px;
  }
}
.b-page-shinro .b-shinro-card:hover {
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-box-shadow: 6px 6px 0 #C75001;
          box-shadow: 6px 6px 0 #C75001;
}
.b-page-shinro .b-shinro-card:hover .b-shinro-card__btn {
  background-color: #C75001;
  color: #fff;
}
.b-page-shinro .b-shinro-card:hover .b-shinro-card__btn img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.b-page-shinro .b-shinro-card:active {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  -webkit-box-shadow: 2px 2px 0 #C75001;
          box-shadow: 2px 2px 0 #C75001;
}
.b-page-shinro .b-shinro-card__visual {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(100% + 32px);
  height: 154px;
  margin: 0 -16px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-card__visual {
    width: calc(100% + 26px);
    height: 139px;
    margin: 0 -13px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-card__visual {
    width: calc(100% + 32px);
    height: auto;
    margin: 0 -16px;
    aspect-ratio: 346/195;
  }
}
.b-page-shinro .b-shinro-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-page-shinro .b-shinro-card__body {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 16px;
  width: 100%;
  min-width: 0;
  text-align: center;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-card__body {
    gap: 13px;
  }
}
.b-page-shinro .b-shinro-card__name {
  margin: 0;
  width: 100%;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.25;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-card__name {
    font-size: 1.7rem;
  }
  .b-page-shinro .b-shinro-card__name span {
    font-size: 1.4rem;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-card__name {
    font-size: 1.7rem;
  }
  .b-page-shinro .b-shinro-card__name span {
    font-size: 1.4rem;
  }
}
.b-page-shinro .b-shinro-card__name span {
  font-size: 1.4rem;
}
.b-page-shinro .b-shinro-card__text {
  margin: 0;
  width: 100%;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.b-page-shinro .b-shinro-card__tag {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #f0f0f0;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.4;
}
.b-page-shinro .b-shinro-card__btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 200px;
  max-width: 100%;
  height: 40px;
  margin-top: auto;
  padding: 0 9px;
  border: 1px solid #C75001;
  border-radius: 999px;
  background-color: #fff;
  color: #C75001;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.b-page-shinro .b-shinro-card__btn img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-card__btn {
    gap: 7px;
    width: min(100%, 178px);
    height: 36px;
    padding: 0 8px;
    font-size: 1.6rem;
  }
  .b-page-shinro .b-shinro-card__btn img {
    width: 13px;
    height: 13px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-card__btn {
    gap: 8px;
    width: min(100%, 192px);
    height: 38px;
    padding: 0 9px;
    font-size: 1.6rem;
  }
  .b-page-shinro .b-shinro-card__btn img {
    width: 14px;
    height: 14px;
  }
}
.b-page-shinro .b-shinro-interview .b-shinro-card__body .b-shinro-card__text:not(:first-of-type),
.b-page-shinro .b-shinro-video .b-shinro-card__body .b-shinro-card__text:not(:first-of-type),
.b-page-shinro .b-shinro-news .b-shinro-card__body .b-shinro-card__text:not(:first-of-type) {
  display: -webkit-box;
  overflow: hidden;
  max-height: calc(1.5em * 2);
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media screen and ( min-width: 1024px ) {
  .b-page-shinro .b-shinro-interview .b-shinro-card__body .b-shinro-card__text:not(:first-of-type),
  .b-page-shinro .b-shinro-video .b-shinro-card__body .b-shinro-card__text:not(:first-of-type),
  .b-page-shinro .b-shinro-news .b-shinro-card__body .b-shinro-card__text:not(:first-of-type) {
    min-height: calc(1.5em * 2);
  }
}
.b-page-shinro .b-shinro-interview .b-shinro-card__body .b-shinro-card__text:not(:first-of-type) ruby rt,
.b-page-shinro .b-shinro-video .b-shinro-card__body .b-shinro-card__text:not(:first-of-type) ruby rt,
.b-page-shinro .b-shinro-news .b-shinro-card__body .b-shinro-card__text:not(:first-of-type) ruby rt {
  display: none;
}
.b-page-shinro .b-shinro-video .b-shinro-card__body .b-shinro-card__text:first-of-type,
.b-page-shinro .b-shinro-news .b-shinro-card__body .b-shinro-card__text:first-of-type {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.25;
  display: -webkit-box;
  overflow: hidden;
  text-align: left;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media screen and ( min-width: 1024px ) {
  .b-page-shinro .b-shinro-video .b-shinro-card__body .b-shinro-card__text:first-of-type,
  .b-page-shinro .b-shinro-news .b-shinro-card__body .b-shinro-card__text:first-of-type {
    min-height: calc(1.25em * 3);
  }
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-video .b-shinro-card__body .b-shinro-card__text:first-of-type,
  .b-page-shinro .b-shinro-news .b-shinro-card__body .b-shinro-card__text:first-of-type {
    font-size: 1.6rem;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-video .b-shinro-card__body .b-shinro-card__text:first-of-type,
  .b-page-shinro .b-shinro-news .b-shinro-card__body .b-shinro-card__text:first-of-type {
    font-size: 1.6rem;
  }
}
.b-page-shinro .b-shinro-interview .b-shinro-card__visual,
.b-page-shinro .b-shinro-video .b-shinro-card__visual,
.b-page-shinro .b-shinro-news .b-shinro-card__visual {
  background-color: #fff;
}
.b-page-shinro .b-shinro-interview .b-shinro-card__visual img,
.b-page-shinro .b-shinro-video .b-shinro-card__visual img,
.b-page-shinro .b-shinro-news .b-shinro-card__visual img {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.b-page-shinro .b-shinro-interview .b-shinro-card__body .b-shinro-card__text:first-of-type {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.25;
  display: -webkit-box;
  overflow: hidden;
  text-align: left;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-interview .b-shinro-card__body .b-shinro-card__text:first-of-type {
    font-size: 1.6rem;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-interview .b-shinro-card__body .b-shinro-card__text:first-of-type {
    font-size: 1.6rem;
  }
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-interview .b-shinro-card__btn {
    width: min(100%, 178px);
    height: 36px;
    font-size: 1.6rem;
  }
  .b-page-shinro .b-shinro-interview .b-shinro-card__btn img {
    width: 13px;
    height: 13px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-interview .b-shinro-card__btn {
    width: min(100%, 178px);
    height: 36px;
    font-size: 1.6rem;
  }
  .b-page-shinro .b-shinro-interview .b-shinro-card__btn img {
    width: 13px;
    height: 13px;
  }
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-video .b-shinro-card__btn {
    width: min(100%, 178px);
    height: 36px;
    font-size: 1.6rem;
  }
  .b-page-shinro .b-shinro-video .b-shinro-card__btn img {
    width: 13px;
    height: 13px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-video .b-shinro-card__btn {
    width: min(100%, 178px);
    height: 36px;
    font-size: 1.6rem;
  }
  .b-page-shinro .b-shinro-video .b-shinro-card__btn img {
    width: 13px;
    height: 13px;
  }
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-news .b-shinro-card__btn {
    width: min(100%, 192px);
    height: 38px;
    font-size: 1.6rem;
  }
  .b-page-shinro .b-shinro-news .b-shinro-card__btn img {
    width: 14px;
    height: 14px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-news .b-shinro-card__btn {
    width: min(100%, 192px);
    height: 38px;
    font-size: 1.6rem;
  }
  .b-page-shinro .b-shinro-news .b-shinro-card__btn img {
    width: 14px;
    height: 14px;
  }
}
.b-page-shinro .b-shinro-more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-width: 230px;
  height: 48px;
  padding: 0 24px;
  border: 1px solid #C75001;
  border-radius: 999px;
  background-color: #C75001;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.b-page-shinro .b-shinro-more-btn img {
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.b-page-shinro .b-shinro-more-btn:hover {
  background-color: #fff;
  color: #C75001;
}
.b-page-shinro .b-shinro-more-btn:hover img {
  -webkit-filter: none;
          filter: none;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-more-btn {
    min-width: 200px;
    height: 40px;
    font-size: 1.6rem;
  }
}

/* ------------------------------ */
/* 資格・検定（お仕事ニュース下） */
/* ------------------------------ */
.b-page-shinro .b-shinro-qualification__panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 40px 24px 64px;
  border: 4px solid #C75001;
  border-radius: 24px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 0 #C75001;
          box-shadow: 10px 10px 0 #C75001;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
}
.b-page-shinro .b-shinro-qualification__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background-image: radial-gradient(rgba(0, 0, 0, 0.1) 2px, transparent 2px);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 24px 24px;
  pointer-events: none;
}
.b-page-shinro .b-shinro-qualification__panel > * {
  position: relative;
  z-index: 1;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-qualification__panel {
    gap: 21px;
    padding: 36px 21px 57px;
    border-width: 3px;
    border-radius: 21px;
    -webkit-box-shadow: 9px 9px 0 #C75001;
            box-shadow: 9px 9px 0 #C75001;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-qualification__panel {
    padding: 36px 21px 57px;
  }
}
.b-page-shinro .b-shinro-qualification__head {
  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: 12px;
  text-align: center;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-qualification__head {
    gap: 11px;
  }
}
.b-page-shinro .b-shinro-qualification__lead {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin: 0;
  padding-bottom: 4px;
  border-bottom: 1px dashed #C75001;
  color: #333333;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.25;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-qualification__lead {
    font-size: 1.8rem;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-qualification__lead {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    text-align: center;
  }
}
.b-page-shinro .b-shinro-qualification__lead-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 28px;
}
.b-page-shinro .b-shinro-qualification__lead-icon--right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.b-page-shinro .b-shinro-qualification__lead-text {
  min-width: 0;
}
.b-page-shinro .b-shinro-qualification__title {
  margin: 0;
  color: #ffe77e;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
  -webkit-filter: none;
          filter: none;
  paint-order: stroke fill;
  -webkit-text-stroke: 10px #C75001;
  text-shadow: 1px 1px 0 #C75001, 2px 2px 0 #C75001, 3px 3px 0 #C75001, 4px 4px 0 #C75001, 5px 5px 0 #C75001;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-qualification__title {
    font-size: 3.5rem;
    -webkit-filter: none;
            filter: none;
    paint-order: stroke fill;
    -webkit-text-stroke: 8px #C75001;
    text-shadow: 1px 1px 0 #C75001, 2px 2px 0 #C75001, 3px 3px 0 #C75001, 4px 4px 0 #C75001;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-qualification__title {
    font-size: 2.4rem;
    -webkit-filter: none;
            filter: none;
    paint-order: stroke fill;
    -webkit-text-stroke: 6px #C75001;
    text-shadow: 1px 1px 0 #C75001, 2px 2px 0 #C75001, 3px 3px 0 #C75001;
  }
}
.b-page-shinro .b-shinro-qualification__scroll-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.b-page-shinro .b-shinro-qualification__scroll {
  width: 100%;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
  overflow-y: visible;
  height: auto;
  scrollbar-width: none;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  cursor: -webkit-grab;
  cursor: grab;
}
@media screen and ( min-width: 1024px ) {
  .b-page-shinro .b-shinro-qualification__scroll {
    overflow: visible;
    -ms-touch-action: auto;
        touch-action: auto;
    cursor: default;
  }
}
.b-page-shinro .b-shinro-qualification__scroll::-webkit-scrollbar {
  display: none;
}
.b-page-shinro .b-shinro-qualification__scroll.is-drag-scrolling {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.b-page-shinro .b-shinro-qualification__scroll.is-drag-scrolling .b-shinro-qualification__item {
  pointer-events: none;
}
.b-page-shinro .b-shinro-qualification__grid {
  display: grid;
  grid-template-columns: repeat(5, 113px);
  gap: 16px 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  margin: 0 auto;
  padding: 16px 0;
}
@media screen and ( min-width: 1024px ) {
  .b-page-shinro .b-shinro-qualification__grid {
    width: 100%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    justify-items: center;
  }
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-qualification__grid {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    grid-template-columns: repeat(5, 100px);
    gap: 14px 28px;
    padding: 14px 0;
    margin: 0 auto;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-qualification__grid {
    grid-template-columns: repeat(5, 88px);
    gap: 12px 16px;
    margin: 0 auto;
    padding: 14px 0;
  }
}
.b-page-shinro .b-shinro-qualification__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: 6px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-qualification__item {
    min-width: 88px;
  }
}
.b-page-shinro .b-shinro-qualification__item:hover .b-shinro-qualification__icon-bg, .b-page-shinro .b-shinro-qualification__item:focus-visible .b-shinro-qualification__icon-bg {
  opacity: 0;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.b-page-shinro .b-shinro-qualification__item:hover .b-shinro-qualification__icon-img, .b-page-shinro .b-shinro-qualification__item:focus-visible .b-shinro-qualification__icon-img {
  -webkit-transform: translateX(-50%) scale(1.06);
          transform: translateX(-50%) scale(1.06);
}
.b-page-shinro .b-shinro-qualification__item:hover .b-shinro-qualification__label, .b-page-shinro .b-shinro-qualification__item:focus-visible .b-shinro-qualification__label {
  color: #C75001;
  text-decoration-color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  .b-page-shinro .b-shinro-qualification__item:hover .b-shinro-qualification__icon-bg, .b-page-shinro .b-shinro-qualification__item:focus-visible .b-shinro-qualification__icon-bg {
    opacity: 0;
    -webkit-transform: none;
            transform: none;
  }
  .b-page-shinro .b-shinro-qualification__item:hover .b-shinro-qualification__icon-img, .b-page-shinro .b-shinro-qualification__item:focus-visible .b-shinro-qualification__icon-img {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.b-page-shinro .b-shinro-qualification__icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 113px;
  height: 113px;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-qualification__icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-qualification__icon {
    width: 88px;
    height: 88px;
  }
}
.b-page-shinro .b-shinro-qualification__icon-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1), transform 0.45s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (prefers-reduced-motion: reduce) {
  .b-page-shinro .b-shinro-qualification__icon-bg {
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
  }
}
.b-page-shinro .b-shinro-qualification__icon-img {
  position: absolute;
  top: 7px;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (prefers-reduced-motion: reduce) {
  .b-page-shinro .b-shinro-qualification__icon-img {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-qualification__icon-img {
    top: 6px;
    width: 89px;
    height: 89px;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-qualification__icon-img {
    top: 4px;
    width: 78px;
    height: 78px;
  }
}
.b-page-shinro .b-shinro-qualification__label {
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  margin: 0;
  color: #616161;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.25;
  min-height: 2.5em;
  max-height: 2.5em;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-transition: color 0.45s cubic-bezier(0.33, 1, 0.68, 1), text-decoration-color 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.45s cubic-bezier(0.33, 1, 0.68, 1), text-decoration-color 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (prefers-reduced-motion: reduce) {
  .b-page-shinro .b-shinro-qualification__label {
    -webkit-transition: color 0.15s ease, text-decoration-color 0.15s ease;
    transition: color 0.15s ease, text-decoration-color 0.15s ease;
  }
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-qualification__label {
    font-size: 1.4rem;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-qualification__label {
    font-size: 1.4rem;
  }
}
.b-page-shinro .b-shinro-qualification__scroll-bar {
  display: none;
  width: 100%;
  margin-top: 0;
}
@media screen and ( min-width: 1024px ) {
  .b-page-shinro .b-shinro-qualification__scroll-bar {
    display: none;
  }
}
.b-page-shinro .b-shinro-qualification__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-page-shinro .b-shinro-qualification__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-width: 230px;
  padding: 16px;
  border: 1px solid #C75001;
  border-radius: 999px;
  background-color: #C75001;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.b-page-shinro .b-shinro-qualification__btn img {
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.b-page-shinro .b-shinro-qualification__btn:hover {
  background-color: #fff;
  color: #C75001;
}
.b-page-shinro .b-shinro-qualification__btn:hover img {
  -webkit-filter: none;
          filter: none;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-qualification__btn {
    min-width: 204px;
    padding: 14px;
    font-size: 1.6rem;
  }
}

/* ------------------------------ */
/* お仕事診断（assessment） */
/* ------------------------------ */
.b-page-shinro--assessment .b-shinro-layout__pickup-band--assessment::before, .b-page-shinro--assessment .b-shinro-layout__pickup-band--assessment::after {
  display: none;
}
.b-page-shinro .b-shinro-assessment {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 40px 0 32px;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-assessment {
    padding: 24px 0;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-assessment {
    padding: 24px 0 16px;
  }
}
.b-page-shinro .b-shinro-assessment__panel {
  position: relative;
  isolation: isolate;
  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: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 850px;
  padding: 40px 24px;
  border: 1px solid #C75001;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
}
.b-page-shinro .b-shinro-assessment__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: url("../images/new_shinro/bg-pattern.png") left top/922px auto no-repeat;
  opacity: 0.2;
  pointer-events: none;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-assessment__panel {
    gap: 24px;
    padding: 24px 16px;
  }
}
.b-page-shinro .b-shinro-assessment__question, .b-page-shinro .b-shinro-assessment__result {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 100%;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-assessment__question, .b-page-shinro .b-shinro-assessment__result {
    gap: 24px;
  }
}
.b-page-shinro .b-shinro-assessment__question[hidden], .b-page-shinro .b-shinro-assessment__result[hidden] {
  display: none;
}
.b-page-shinro .b-shinro-assessment__progress {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 610px;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-assessment__progress {
    gap: 12px;
  }
}
.b-page-shinro .b-shinro-assessment__progress-label {
  margin: 0;
  color: #472815;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.25;
}
.b-page-shinro .b-shinro-assessment__progress-bar {
  width: 100%;
  height: 8px;
  border-radius: 9999px;
  background-color: #e4e2e2;
  overflow: hidden;
}
.b-page-shinro .b-shinro-assessment__progress-fill {
  height: 100%;
  width: 33.333%;
  border-radius: 9999px;
  background-color: #006496;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
.b-page-shinro .b-shinro-assessment__question-title {
  margin: 0;
  color: #ffe77e;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  -webkit-filter: none;
          filter: none;
  paint-order: stroke fill;
  -webkit-text-stroke: 10px #C75001;
  text-shadow: 1px 1px 0 #C75001, 2px 2px 0 #C75001, 3px 3px 0 #C75001, 4px 4px 0 #C75001, 5px 5px 0 #C75001;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-assessment__question-title {
    font-size: 3.2rem;
    -webkit-filter: none;
            filter: none;
    paint-order: stroke fill;
    -webkit-text-stroke: 8px #C75001;
    text-shadow: 1px 1px 0 #C75001, 2px 2px 0 #C75001, 3px 3px 0 #C75001, 4px 4px 0 #C75001;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-assessment__question-title {
    font-size: 2.4rem;
    -webkit-filter: none;
            filter: none;
    paint-order: stroke fill;
    -webkit-text-stroke: 6px #C75001;
    text-shadow: 1px 1px 0 #C75001, 2px 2px 0 #C75001, 3px 3px 0 #C75001;
  }
}
.b-page-shinro .b-shinro-assessment__answers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 10px;
  width: 100%;
  max-width: 610px;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-assessment__answers {
    gap: 12px;
    max-width: 100%;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-assessment__answers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    max-width: 100%;
  }
}
.b-page-shinro .b-shinro-assessment__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 110px;
  padding: 16px 20px;
  border: 1px solid #C75001;
  border-radius: 24px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 0 #C75001;
          box-shadow: 4px 4px 0 #C75001;
  color: #000;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, background-color 0.15s ease;
  transition: transform 0.15s ease, background-color 0.15s ease, -webkit-transform 0.15s ease;
}
.b-page-shinro .b-shinro-assessment__answer:hover {
  background-color: #fff8f0;
}
.b-page-shinro .b-shinro-assessment__answer:active {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  -webkit-box-shadow: 2px 2px 0 #C75001;
          box-shadow: 2px 2px 0 #C75001;
}
@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-assessment__answer {
    min-height: 96px;
    font-size: 1.8rem;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-assessment__answer {
    min-height: 56px;
    padding: 16px 24px;
    border-radius: 999px;
    font-size: 1.6rem;
  }
}
.b-page-shinro .b-shinro-assessment__result-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 8px 24px;
  border: 1px solid #C75001;
  border-radius: 24px;
  background-color: #fff;
  color: #C75001;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.25;
}
.b-page-shinro .b-shinro-assessment__result-head {
  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;
  text-align: center;
}
.b-page-shinro .b-shinro-assessment__result-lead {
  margin: 0;
  color: #000;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.25;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-assessment__result-lead {
    font-size: 1.8rem;
  }
}
.b-page-shinro .b-shinro-assessment__result-name-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.b-page-shinro .b-shinro-assessment__result-name {
  margin: 0;
  color: #ffe77e;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
  -webkit-filter: none;
          filter: none;
  paint-order: stroke fill;
  -webkit-text-stroke: 10px #C75001;
  text-shadow: 1px 1px 0 #C75001, 2px 2px 0 #C75001, 3px 3px 0 #C75001, 4px 4px 0 #C75001, 5px 5px 0 #C75001;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-assessment__result-name {
    font-size: 3.2rem;
    -webkit-filter: none;
            filter: none;
    paint-order: stroke fill;
    -webkit-text-stroke: 8px #C75001;
    text-shadow: 1px 1px 0 #C75001, 2px 2px 0 #C75001, 3px 3px 0 #C75001, 4px 4px 0 #C75001;
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-assessment__result-name {
    font-size: 2.4rem;
    -webkit-filter: none;
            filter: none;
    paint-order: stroke fill;
    -webkit-text-stroke: 6px #C75001;
    text-shadow: 1px 1px 0 #C75001, 2px 2px 0 #C75001, 3px 3px 0 #C75001;
  }
}
.b-page-shinro .b-shinro-assessment__result-etc {
  margin: 0;
  color: #000;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.25;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-assessment__result-etc {
    font-size: 1.8rem;
  }
}
.b-page-shinro .b-shinro-assessment__result-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-assessment__result-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
.b-page-shinro .b-shinro-assessment__result-card {
  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: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  padding: 12px;
  border: 2px solid #C75001;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 0 #C75001;
          box-shadow: 4px 4px 0 #C75001;
  text-decoration: none;
  color: inherit;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (hover: hover) {
  .b-page-shinro .b-shinro-assessment__result-card:hover {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
    -webkit-box-shadow: 6px 6px 0 #C75001;
            box-shadow: 6px 6px 0 #C75001;
  }
  .b-page-shinro .b-shinro-assessment__result-card:active {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
    -webkit-box-shadow: 2px 2px 0 #C75001;
            box-shadow: 2px 2px 0 #C75001;
  }
  .b-page-shinro .b-shinro-assessment__result-card:hover .b-shinro-assessment__result-card-visual img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-assessment__result-card {
    gap: 12px;
    padding: 12px;
  }
}
.b-page-shinro .b-shinro-assessment__result-card-visual {
  width: 100%;
  max-width: 136px;
  aspect-ratio: 1;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-assessment__result-card-visual {
    max-width: 112px;
  }
}
.b-page-shinro .b-shinro-assessment__result-card-visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.b-page-shinro .b-shinro-assessment__result-card-title {
  margin: 0;
  width: 100%;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 800;
  display: -webkit-box;
  overflow: hidden;
  text-align: left;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-align: center;
}
@media screen and ( max-width: 1023px ) {
  .b-page-shinro .b-shinro-assessment__result-card-title {
    font-size: 1.6rem;
  }
}
.b-page-shinro .b-shinro-assessment__result-card-text {
  margin: 0;
  width: 100%;
  color: #333333;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  max-height: calc(1.5em * 2);
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media screen and ( min-width: 1024px ) {
  .b-page-shinro .b-shinro-assessment__result-card-text {
    min-height: calc(1.5em * 2);
  }
}
.b-page-shinro .b-shinro-assessment__result-card-text ruby rt {
  display: none;
}
.b-page-shinro .b-shinro-assessment__result-card-text {
  text-align: center;
}
.b-page-shinro .b-shinro-assessment__retry {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 240px;
  padding: 16px 24px;
  border: 1px solid #db2514;
  border-radius: 999px;
  background-color: #db2514;
  color: #fff;
  font-family: inherit;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.b-page-shinro .b-shinro-assessment__retry:hover {
  background-color: #fff;
  color: #db2514;
}
@media screen and ( max-width: 599px ) {
  .b-page-shinro .b-shinro-assessment__retry {
    width: 100%;
    min-width: 0;
    font-size: 1.8rem;
  }
}
