@charset "UTF-8";

/* ======================================================
 * tochikatsuyou_clinic
 * ------------------------------------------------------
 * @media print, screen and (min-width: 668px)
 * - Override
 * - Parts
 * PC Media Queries
 * @media only screen and (max-width: 667px)
 * - Override
 * - Parts
 * Print
====================================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
li {
  list-style-type: none;
}
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 668px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  body{
    font-family: Hiragino Sans,Meiryo,Osaka,Arial,MS PGothic,sans-serif;
  }
  h1 {
    height: auto;
    display: block;
    margin: auto;
    padding: 0;
    background: none;
    color: inherit;
    font-size: inherit;
  }
  #listarea,
  #footarea_text{
    line-height: 1.5;
  }
  #listarea dt{
    font-size: 1.6rem;
  }
  #listarea dd{
    font-size: 1.3rem;
  }
  #listarea a{
    color: #3367cd;
    text-decoration: underline;
    outline: none;
  }

  /* ----- Header ----- */
  .Header {
    border-top: 4px solid #2d52aa;
    border-bottom: 1px solid #e5e5e5;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  }
  .Header__inner {
    align-items: stretch;
    align-items: flex-start;
    gap: 0 36px;
    min-height: 74px;
    height: auto;
    padding: 12px 12px 12px 30px;
  }
  .Header__head {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 3px 0;
  }
  .header-logo,
  .header-subtitle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 40px;
  }
  .header-logo {
    line-height: 0;
  }
  .header-logo + .header-subtitle {
    margin-left: 30px;
    padding-left: 29px;
    border-left: 1px solid #666;
  }
  .header-subtitle {
    padding: 6px 0 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .header-button-v3 {
    display: flex;
    gap: 0 10px;
  }
  .header-button-v3__item {
    display: flex;
  }
  .header-button-v3__item > [class*=__type] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 50px;
    padding: 14px 12px 10px;
    background: #1a1a1a;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .header-button-v3__item > [class*=__type]:not([class*=__type--nolink]):link,
  .header-button-v3__item > [class*=__type]:not([class*=__type--nolink]):hover,
  .header-button-v3__item > [class*=__type]:not([class*=__type--nolink]):visited,
  .header-button-v3__item > [class*=__type]:not([class*=__type--nolink]):focus,
  .header-button-v3__item > [class*=__type]:not([class*=__type--nolink]):active {
    color: #fff;
    text-decoration: none;
  }
  .header-button-v3__item > [class*=__type]:not([class*=__type--nolink]) .header-button-v3__label::after {
    content: "";
    position: relative;
    top: -0.125em;
    display: inline-block;
    width: 12px;
    height: 7px;
    margin: 0 0 0 10px;
    background: #fff;
    -webkit-mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
    mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
    vertical-align: middle;
  }
  .header-button-v3__item > [class*=__type]:not([class*=__type--nolink]):hover {
    opacity: 0.75;
  }
  .header-button-v3__type--consulting {
    padding-left: 24px !important;
  }

  /* ----- Main ----- */
  .Main__guide {
    border-top: 1px solid #e4e4e4;
    border-bottom: none;
  }

  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- tochikatsuyou-cmn-breadcrumb ----- */
  .tochikatsuyou-cmn-breadcrumb {
    --_column-gap: 18px;
    --_icon-width: 5px;
    --_item-margin-right: calc(var(--_column-gap) - var(--_item-padding-left));
    --_item-padding-left: calc(((var(--_column-gap) - var(--_icon-width)) / 2) + var(--_icon-width));
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 25px;
    gap: 0 0;
    margin: 0;
    padding: 5px 29px 3px;
    list-style-type: "";
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  }
  .tochikatsuyou-cmn-breadcrumb > li {
    position: relative;
    margin: 0 var(--_item-margin-right) 0 0;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .tochikatsuyou-cmn-breadcrumb > li:not(:first-child) {
    padding-left: var(--_item-padding-left);
  }
  .tochikatsuyou-cmn-breadcrumb > li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: var(--_icon-width);
    height: 9px;
    background: url(/tochikatsuyou/img/cmn_ic03.svg) no-repeat center/contain;
  }
  .tochikatsuyou-cmn-breadcrumb > li > [class*=__type]:not([class*=__type--nolink]):link,
  .tochikatsuyou-cmn-breadcrumb > li > [class*=__type]:not([class*=__type--nolink]):hover,
  .tochikatsuyou-cmn-breadcrumb > li > [class*=__type]:not([class*=__type--nolink]):visited,
  .tochikatsuyou-cmn-breadcrumb > li > [class*=__type]:not([class*=__type--nolink]):focus,
  .tochikatsuyou-cmn-breadcrumb > li > [class*=__type]:not([class*=__type--nolink]):active {
    color: currentColor;
    text-decoration: none;
  }
  .tochikatsuyou-cmn-breadcrumb > li > [class*=__type]:not([class*=__type--nolink]):hover {
    color: #005bac;
    text-decoration: underline;
  }

  /* ----- tochikatsuyou-cmn-heading1 ----- */
  .tochikatsuyou-cmn-heading1 {
    display: flex;
    align-items: center;
    background: #eff6fd;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  }
  .tochikatsuyou-cmn-heading1__head {
    flex: 1;
    padding: 0 max(42px + 28 * (100vw - 1260px) / 660, 42px);
  }
  .tochikatsuyou-cmn-heading1__head > [class*=__title] img {
    width: 100%;
  }
  .tochikatsuyou-cmn-heading1__head > *:first-child,
  .tochikatsuyou-cmn-heading1__head > section:first-child > *:first-child,
  .tochikatsuyou-cmn-heading1__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-heading1__body {
    width: max(770px + 330 * (100vw - 1260px) / 660, 770px);
  }
  .tochikatsuyou-cmn-heading1__body > *:first-child,
  .tochikatsuyou-cmn-heading1__body > section:first-child > *:first-child,
  .tochikatsuyou-cmn-heading1__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-heading1__title {
    font-size: 4.0rem;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    line-height: 1;
  }
  .tochikatsuyou-cmn-heading1__text {
    margin: 1.6875em 0 0;
    line-height: 1.6;
  }
  .tochikatsuyou-cmn-heading1__image img {
    width: 100%;
  }

  /* ----- tochikatsuyou-cmn-container ----- */
  .tochikatsuyou-cmn-container {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  }
  .Main__content > .tochikatsuyou-cmn-container:first-child:has(> .tochikatsuyou-index-button:first-child + .tochikatsuyou-index-lead) {
    margin-top: -1.1875em !important;
  }
  .Main__content > .tochikatsuyou-cmn-container:first-child:has(> section:first-child > .tochikatsuyou-cmn-heading2:first-child) {
    padding-top: .5em;
  }
  .Main__content > .tochikatsuyou-cmn-container:last-child {
    margin-bottom: -6em !important;
  }
  .tochikatsuyou-cmn-container > *:first-child,
  .tochikatsuyou-cmn-container > section:first-child > *:first-child,
  .tochikatsuyou-cmn-container > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-container > *:last-child {
    margin-bottom: 0 !important;
  }

  /* v2 */
  .tochikatsuyou-cmn-container-v2 {
    position: relative;
    padding: 70px 0 72px;
    z-index: 0;
  }
  .tochikatsuyou-cmn-container-v2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    height: 100%;
    background: url(/tochikatsuyou/img/cmn_bg01.webp) no-repeat center/cover;
    z-index: -1;
  }
  .tochikatsuyou-cmn-container-v2__inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  }
  .tochikatsuyou-cmn-container-v2__head > *:first-child,
  .tochikatsuyou-cmn-container-v2__head > section:first-child > *:first-child,
  .tochikatsuyou-cmn-container-v2__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-container-v2__body {
    margin: 1.7em 0 0;
  }
  .tochikatsuyou-cmn-container-v2__body > *:first-child,
  .tochikatsuyou-cmn-container-v2__body > section:first-child > *:first-child,
  .tochikatsuyou-cmn-container-v2__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-container-v2__foot {
    border-top: 1px solid #fff;
    margin: 2.3125em 0 0;
    padding: 16px 0 0;
  }
  .tochikatsuyou-cmn-container-v2__foot > *:first-child,
  .tochikatsuyou-cmn-container-v2__foot > section:first-child > *:first-child,
  .tochikatsuyou-cmn-container-v2__foot > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-container-v2__heading {
    margin-top: 70px;
    color: #fff;
  }
  .tochikatsuyou-cmn-container-v2__heading__title {
    line-height: 1.05;
    font-size: 4.0rem;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: center;
  }
  .tochikatsuyou-cmn-container-v3 + .tochikatsuyou-cmn-container-v2 {
    margin-top: 0;
  }
  .tochikatsuyou-cmn-container-v2 > *:first-child,
  .tochikatsuyou-cmn-container-v2 > section:first-child > *:first-child,
  .tochikatsuyou-cmn-container-v2 > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }

  /* v3 */
  .tochikatsuyou-cmn-container-v3 {
    --_background-color: #eff6fd;
    margin: 4.375em 0 0;
    padding: 74px 0 70px;
    border-width: 0;
    border-image-source: linear-gradient(var(--_background-color), var(--_background-color));
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw;
  }
  .tochikatsuyou-cmn-container-v3__head > *:first-child,
  .tochikatsuyou-cmn-container-v3__head > section:first-child > *:first-child,
  .tochikatsuyou-cmn-container-v3__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-container-v3__body {
    margin: 1.625em 0 0;
  }
  .tochikatsuyou-cmn-container-v3__body > *:first-child,
  .tochikatsuyou-cmn-container-v3__body > section:first-child > *:first-child,
  .tochikatsuyou-cmn-container-v3__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-container-v3 > *:first-child,
  .tochikatsuyou-cmn-container-v3 > section:first-child > *:first-child,
  .tochikatsuyou-cmn-container-v3 > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }

  /* v4 */
  .tochikatsuyou-cmn-container-v4 {
    width: 878px;
    margin: 0 auto;
  }

  /* ----- tochikatsuyou-cmn-box ----- */
  .tochikatsuyou-cmn-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
  }
  .tochikatsuyou-cmn-box__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 1em 0;
  }
  .tochikatsuyou-cmn-box__head {
    display: flex;
  }
  .tochikatsuyou-cmn-box__head > *:first-child,
  .tochikatsuyou-cmn-box__head > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box__body > *:first-child,
  .tochikatsuyou-cmn-box__body > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box__title {
    display: flex;
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .tochikatsuyou-cmn-box__title > [class*=__type] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 13px 22px;
    background: #fff;
    width: 100%;
  }
  .tochikatsuyou-cmn-box__title > [class*=__type]:not([class*=__type--nolink]) {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .tochikatsuyou-cmn-box__title > [class*=__type]:not([class*=__type--nolink]):link,
  .tochikatsuyou-cmn-box__title > [class*=__type]:not([class*=__type--nolink]):hover,
  .tochikatsuyou-cmn-box__title > [class*=__type]:not([class*=__type--nolink]):visited,
  .tochikatsuyou-cmn-box__title > [class*=__type]:not([class*=__type--nolink]):focus,
  .tochikatsuyou-cmn-box__title > [class*=__type]:not([class*=__type--nolink]):active {
    color: currentColor;
    text-decoration: none;
  }
  .tochikatsuyou-cmn-box__title > [class*=__type]:not([class*=__type--nolink]) .tochikatsuyou-cmn-box__label::after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .tochikatsuyou-cmn-box__title > [class*=__type]:not([class*=__type--nolink]):hover {
    opacity: 0.75;
  }
  .tochikatsuyou-cmn-box__type .tochikatsuyou-cmn-box__label::after {
    top: -0.05em;
    width: 12px;
    height: 7px;
    margin: 0 0 0 10px;
    background: #1a1a1a;
    -webkit-mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
    mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
  }
  .tochikatsuyou-cmn-box__text {
    color: #fff;
    line-height: 1.6;
  }
  .tochikatsuyou-cmn-box > *:first-child,
  .tochikatsuyou-cmn-box > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }

  /* v2 */
  .tochikatsuyou-cmn-box-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
  }
  .tochikatsuyou-cmn-box-v2__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0.5em 0;
  }
  .tochikatsuyou-cmn-box-v2__head > *:first-child,
  .tochikatsuyou-cmn-box-v2__head > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v2__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box-v2__body > *:first-child,
  .tochikatsuyou-cmn-box-v2__body > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v2__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box-v2__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .tochikatsuyou-cmn-box-v2__title > [class*=__type] {
    display: inline-block;
  }
  .tochikatsuyou-cmn-box-v2__title > [class*=__type]:not([class*=__type--nolink]):link,
  .tochikatsuyou-cmn-box-v2__title > [class*=__type]:not([class*=__type--nolink]):hover,
  .tochikatsuyou-cmn-box-v2__title > [class*=__type]:not([class*=__type--nolink]):visited,
  .tochikatsuyou-cmn-box-v2__title > [class*=__type]:not([class*=__type--nolink]):focus,
  .tochikatsuyou-cmn-box-v2__title > [class*=__type]:not([class*=__type--nolink]):active {
    color: #fff;
    text-decoration: none;
  }
  .tochikatsuyou-cmn-box-v2__title > [class*=__type]:not([class*=__type--nolink])::after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .tochikatsuyou-cmn-box-v2__title > [class*=__type]:not([class*=__type--nolink]):hover {
    text-decoration: underline;
  }
  .tochikatsuyou-cmn-box-v2__type::after {
    top: -0.05em;
    width: 12px;
    height: 7px;
    margin: 0 0 0 6px;
    background: #fff;
    -webkit-mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
    mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
  }
  .tochikatsuyou-cmn-box-v2__text {
    color: #fff;
    line-height: 1.6;
  }
  .tochikatsuyou-cmn-box-v2 > *:first-child,
  .tochikatsuyou-cmn-box-v2 > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v2 > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }

  /* v3 */
  .tochikatsuyou-cmn-box-v3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    margin: 1.625em 0 0;
  }
  .tochikatsuyou-cmn-box-v3__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0.375em 0;
    padding: 29px 22px 28px;
    background: #fff;
    border: 1px solid #ddd;
  }
  .tochikatsuyou-cmn-box-v3__head > *:first-child,
  .tochikatsuyou-cmn-box-v3__head > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v3__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box-v3__body > *:first-child,
  .tochikatsuyou-cmn-box-v3__body > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v3__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box-v3__title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .tochikatsuyou-cmn-box-v3__text {
    margin: 0;
    line-height: 1.6;
  }

  /* v4 */
  .tochikatsuyou-cmn-box-v4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    margin: 1.9375em 0 0;
    padding: 0;
    list-style-type: "";
  }
  .tochikatsuyou-cmn-box-v4 > li {
    display: grid;
    place-content: center;
    padding: 24px 22px;
    background: #eff6fd;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }

  /* v5 */
  .tochikatsuyou-cmn-box-v5 {
    --_item-padding-top: 16px;
    --_item-padding-left: 22px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    counter-reset: tochikatsuyou-cmn-box-v5;
  }
  .tochikatsuyou-cmn-box-v5[data-item-pc="1"] {
    grid-template-rows: repeat(1, 1fr);
  }
  .tochikatsuyou-cmn-box-v5[data-item-pc="2"] {
    grid-template-rows: repeat(2, 1fr);
  }
  .tochikatsuyou-cmn-box-v5[data-item-pc="3"] {
    grid-template-rows: repeat(3, 1fr);
  }
  .tochikatsuyou-cmn-box-v5[data-item-pc="4"] {
    grid-template-rows: repeat(4, 1fr);
  }
  .tochikatsuyou-cmn-box-v5[data-item-pc="5"] {
    grid-template-rows: repeat(5, 1fr);
  }
  .tochikatsuyou-cmn-box-v5[data-item-pc="6"] {
    grid-template-rows: repeat(6, 1fr);
  }
  .tochikatsuyou-cmn-box-v5[data-item-pc="7"] {
    grid-template-rows: repeat(7, 1fr);
  }
  .tochikatsuyou-cmn-box-v5[data-item-pc="8"] {
    grid-template-rows: repeat(8, 1fr);
  }
  .tochikatsuyou-cmn-box-v5[data-item-pc="9"] {
    grid-template-rows: repeat(9, 1fr);
  }
  .tochikatsuyou-cmn-box-v5[data-item-pc="10"] {
    grid-template-rows: repeat(10, 1fr);
  }
  .tochikatsuyou-cmn-box-v5__item {
    position: relative;
    padding: var(--_item-padding-top) var(--_item-padding-left) 15px 95px;
    background: #fff;
    counter-increment: tochikatsuyou-cmn-box-v5;
  }
  .tochikatsuyou-cmn-box-v5__item + .tochikatsuyou-cmn-box-v5__item {
    margin-top: 1px;
  }
  .tochikatsuyou-cmn-box-v5__item::before {
    content: counter(tochikatsuyou-cmn-box-v5);
    position: absolute;
    top: var(--_item-padding-top);
    left: var(--_item-padding-left);
    display: grid;
    place-content: center;
    width: 60px;
    aspect-ratio: 1;
    padding: 0.0667em 0 0;
    background: #005bac;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    z-index: 1;
  }
  .tochikatsuyou-cmn-box-v5__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 52px;
    width: 1px;
    height: calc(100% + 1px);
    background: #005bac;
    z-index: 0;
  }
  .tochikatsuyou-cmn-box-v5__item:first-child::after {
    top: var(--_item-padding-top);
  }
  .tochikatsuyou-cmn-box-v5__item:last-child::after {
    top: auto;
    bottom: 100%;
    margin-bottom: calc(var(--_item-padding-top) * -1);
  }
  .tochikatsuyou-cmn-box-v5__item > *:first-child,
  .tochikatsuyou-cmn-box-v5__item > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v5__item > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box-v5__head > *:first-child,
  .tochikatsuyou-cmn-box-v5__head > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v5__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box-v5__body {
    margin: 0.4375em 0 0;
    padding: 0 0 0 2px;
  }
  .tochikatsuyou-cmn-box-v5__body > *:first-child,
  .tochikatsuyou-cmn-box-v5__body > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v5__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box-v5__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .tochikatsuyou-cmn-box-v5__text {
    margin: 0;
    line-height: 1.6;
  }
  .tochikatsuyou-cmn-box-v5 > *:first-child,
  .tochikatsuyou-cmn-box-v5 > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v5 > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- tochikatsuyou-cmn-heading2 ----- */
  .tochikatsuyou-cmn-heading2 {
    margin: 4.5em 0 0;
    line-height: 0;
    text-align: center;
  }
  .tochikatsuyou-cmn-heading2 > .tochikatsuyou-cmn-heading2__title {
    position: relative;
    padding: 0 0 10px;
    color: #2d52aa;
    font-size: 4.0rem;
    line-height: 1.4;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
  }
  .tochikatsuyou-cmn-heading2__sup {
    top: -0.5em;
    left: -0.3em;
    font-size: 60%;
  }
  .tochikatsuyou-cmn-heading2 > .tochikatsuyou-cmn-heading2__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 75px;
    height: 2px;
    background: #2d52aa;
  }
  /* ----- tochikatsuyou-cmn-media ----- */
  .tochikatsuyou-cmn-media {
    --_column-gap: -64px;
    display: flex;
    align-items: center;
  }
  .tochikatsuyou-cmn-media[data-image-pc=left] .tochikatsuyou-cmn-media__body {
    margin-left: var(--_column-gap);
  }
  .tochikatsuyou-cmn-media[data-image-pc=right] {
    flex-direction: row-reverse;
  }
  .tochikatsuyou-cmn-media[data-image-pc=right] .tochikatsuyou-cmn-media__body {
    margin-right: var(--_column-gap);
  }
  .tochikatsuyou-cmn-media__head {
    width: calc((100% - 36px) / 2);
  }
  .tochikatsuyou-cmn-media__head > *:first-child,
  .tochikatsuyou-cmn-media__head > section:first-child > *:first-child,
  .tochikatsuyou-cmn-media__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-media__body {
    position: relative;
    flex: 1;
    padding: 23px 29px 22px;
    box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.24);
    background: #fff;
  }
  .tochikatsuyou-cmn-media__body > *:first-child,
  .tochikatsuyou-cmn-media__body > section:first-child > *:first-child,
  .tochikatsuyou-cmn-media__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-media__image {
    position: relative;
    width: 100%;
    aspect-ratio: 590/442;
    background: #ebebeb;
  }
  .tochikatsuyou-cmn-media__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .tochikatsuyou-cmn-media__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .tochikatsuyou-cmn-media__text {
    margin: 0.875em 0 0;
    line-height: 1.6;
  }

  /* ----- tochikatsuyou-cmn-button ----- */
  .tochikatsuyou-cmn-button {
    margin: 1.75em 0 0;
  }
  .tochikatsuyou-cmn-button__item {
    display: flex;
  }
  .tochikatsuyou-cmn-button__item > [class*=__type] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13.5px 22px 13.5px 20px;
    background: #1a1a1a;
    font-weight: 700;
    line-height: 1.4;
  }
  .tochikatsuyou-cmn-button__item > [class*=__type]:not([class*=__type--nolink]) {
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .tochikatsuyou-cmn-button__item > [class*=__type]:not([class*=__type--nolink]):link,
  .tochikatsuyou-cmn-button__item > [class*=__type]:not([class*=__type--nolink]):hover,
  .tochikatsuyou-cmn-button__item > [class*=__type]:not([class*=__type--nolink]):visited,
  .tochikatsuyou-cmn-button__item > [class*=__type]:not([class*=__type--nolink]):focus,
  .tochikatsuyou-cmn-button__item > [class*=__type]:not([class*=__type--nolink]):active {
    color: #fff;
    text-decoration: none;
  }
  .tochikatsuyou-cmn-button__item > [class*=__type]:not([class*=__type--nolink]) .tochikatsuyou-cmn-button__label::after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .tochikatsuyou-cmn-button__item > [class*=__type]:not([class*=__type--nolink]):hover {
    opacity: 0.75;
  }
  .tochikatsuyou-cmn-button__type .tochikatsuyou-cmn-button__label::after {
    top: -0.125em;
    width: 12px;
    height: 7px;
    margin: 0 0 0 8px;
    background: #fff;
    -webkit-mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
    mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
  }

  /* ----- tochikatsuyou-cmn-text ----- */
  .tochikatsuyou-cmn-text {
    margin: 1.625em 0 0;
    line-height: 1.6;
    text-align: center;
  }

  /* v2 */
  .tochikatsuyou-cmn-text-v2 {
    margin: 1em 0 0;
    line-height: 1.6;
    text-align: center;
  }

  /* ----- tochikatsuyou-cmn-image ----- */
  .tochikatsuyou-cmn-image {
    margin: 0.8125em 0 0;
    border: 1px solid #cacacc;
  }
  .tochikatsuyou-cmn-image img {
    width: 100%;
  }
  .tochikatsuyou-cmn-image > *:first-child,
  .tochikatsuyou-cmn-image > section:first-child > *:first-child,
  .tochikatsuyou-cmn-image > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- tochikatsuyou-cmn-note-list ----- */
  .tochikatsuyou-cmn-note-list {
    margin: 1em 0 0;
    padding: 0;
    list-style-type: "";
  }
  .tochikatsuyou-cmn-note-list > li {
    position: relative;
    padding: 0 0 0 calc(1em + 10px);
    color: #666;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .tochikatsuyou-cmn-note-list > li + li {
    margin-top: 0.7143em;
  }
  .tochikatsuyou-cmn-note-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ----- tochikatsuyou-cmn-heading3 ----- */
  .tochikatsuyou-cmn-heading3 {
    margin: 3em 0 0;
    text-align: center;
  }
  .tochikatsuyou-cmn-heading3__title {
    font-size: 2.6rem;
    line-height: 1.6;
    color: #2d52aa;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }

  /* ----- tochikatsuyou-index-heading1 ----- */
  .tochikatsuyou-index-heading1 {
    display: flex;
    align-items: center;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  }
  .tochikatsuyou-index-heading1__head {
    flex: 1;
    text-align: center;
  }
  .tochikatsuyou-index-heading1__head > *:first-child,
  .tochikatsuyou-index-heading1__head > section:first-child > *:first-child,
  .tochikatsuyou-index-heading1__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-heading1__body {
    width: max(764px + 336 * (100vw - 1260px) / 660, 764px);
  }
  .tochikatsuyou-index-heading1__body > *:first-child,
  .tochikatsuyou-index-heading1__body > section:first-child > *:first-child,
  .tochikatsuyou-index-heading1__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-heading1__image img {
    width: 100%;
  }
  .tochikatsuyou-index-heading1__title {
    font-size: calc((55 / 1920)*100vw);
    line-height: 1.4;
    font-weight: bold;
    margin: .2em 0 0;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "sans-serif";
  }
  .tochikatsuyou-index-heading1__subtitle {
    font-size: calc((30 / 1920)*100vw);
    line-height: 1.4;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "sans-serif";
  }

  /* ----- tochikatsuyou-index-carousel ----- */
  .tochikatsuyou-index-carousel {
    position: relative;
  }
  .tochikatsuyou-index-carousel__image {
    overflow: hidden;
    position: relative;
    width: 100%;
    aspect-ratio: 11/6;
  }
  .tochikatsuyou-index-carousel__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    transition: all 6s linear 0s;
  }
  .tochikatsuyou-index-carousel .slick-slider .slick-list .slick-track .slick-slide.is-zoom .tochikatsuyou-index-carousel__image img {
    scale: 1.1;
  }
  .tochikatsuyou-index-carousel .slick-slider .slick-list .slick-track .slick-slide > div {
    font-size: 0;
    line-height: 0;
  }
  .tochikatsuyou-index-carousel:not(.is-initialized) {
    opacity: 0;
  }
  .tochikatsuyou-index-carousel:not(.is-initialized) .tochikatsuyou-index-carousel__item:not(:first-child) {
    display: none;
  }
  .tochikatsuyou-index-carousel .tochikatsuyou-index-controller {
    position: absolute;
    right: 100%;
    width: calc(100vw - 100%);
    bottom: 0;
    padding: 0 30px;
  }
  .tochikatsuyou-index-carousel .tochikatsuyou-index-controller__panel {
    justify-content: flex-end;
  }

  /* v2 */
  .tochikatsuyou-index-carousel-v2 {
    margin: 2.1875em 0 0;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .tochikatsuyou-index-carousel-v2__list {
    width: 902px;
    margin: 0 auto;
  }
  .tochikatsuyou-index-carousel-v2__item {
    padding: 0 1px;
  }
  .tochikatsuyou-index-carousel-v2__item > [class*=__type] {
    position: relative;
    display: block;
  }
  .tochikatsuyou-index-carousel-v2__item > [class*=__type]:not([class*=__type--nolink]):link,
  .tochikatsuyou-index-carousel-v2__item > [class*=__type]:not([class*=__type--nolink]):hover,
  .tochikatsuyou-index-carousel-v2__item > [class*=__type]:not([class*=__type--nolink]):visited,
  .tochikatsuyou-index-carousel-v2__item > [class*=__type]:not([class*=__type--nolink]):focus,
  .tochikatsuyou-index-carousel-v2__item > [class*=__type]:not([class*=__type--nolink]):active {
    color: #fff;
    text-decoration: none;
  }
  .tochikatsuyou-index-carousel-v2__item > [class*=__type]:not([class*=__type--nolink]) .tochikatsuyou-index-carousel-v2__image img {
    transition: scale 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .tochikatsuyou-index-carousel-v2__item > [class*=__type]:not([class*=__type--nolink]) .tochikatsuyou-index-carousel-v2__title::after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .tochikatsuyou-index-carousel-v2__item > [class*=__type]:not([class*=__type--nolink]):hover .tochikatsuyou-index-carousel-v2__image img {
    scale: 1.1;
  }
  .tochikatsuyou-index-carousel-v2__item > [class*=__type]:not([class*=__type--nolink]):hover .tochikatsuyou-index-carousel-v2__title {
    text-decoration: underline;
  }
  .tochikatsuyou-index-carousel-v2__type .tochikatsuyou-index-carousel-v2__title::after {
    top: -0.1em;
    width: 26px;
    aspect-ratio: 1;
    margin: 0 0 0 10px;
    background: url(/tochikatsuyou/img/index_ic02.svg) no-repeat center/contain;
  }
  .tochikatsuyou-index-carousel-v2__head > *:first-child,
  .tochikatsuyou-index-carousel-v2__head > section:first-child > *:first-child,
  .tochikatsuyou-index-carousel-v2__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-carousel-v2__body {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8125em 10px;
    width: 100%;
    padding: 0 36px 35px;
  }
  .tochikatsuyou-index-carousel-v2__body > *:first-child,
  .tochikatsuyou-index-carousel-v2__body > section:first-child > *:first-child,
  .tochikatsuyou-index-carousel-v2__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-carousel-v2__image {
    overflow: hidden;
    position: relative;
    width: 100%;
    aspect-ratio: 900/580;
    z-index: 0;
  }
  .tochikatsuyou-index-carousel-v2__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    z-index: 1;
  }
  .tochikatsuyou-index-carousel-v2__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 31.0345%;
    background: linear-gradient(0deg, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0.6) 54%, rgba(51, 51, 51, 0) 100%);
    z-index: 2;
  }
  .tochikatsuyou-index-carousel-v2__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 182px;
    padding: 3px 10px;
    border: 1px solid #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .tochikatsuyou-index-carousel-v2__subtitle {
    flex: 1;
    line-height: 1.4;
  }
  .tochikatsuyou-index-carousel-v2__title {
    margin: 0;
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .tochikatsuyou-index-carousel-v2 .slick-slider .slick-list {
    overflow: visible;
  }
  .tochikatsuyou-index-carousel-v2 .slick-slider .slick-list .slick-track .slick-slide > div {
    line-height: 0;
  }
  .tochikatsuyou-index-carousel-v2:not(.is-initialized) {
    opacity: 0;
  }
  .tochikatsuyou-index-carousel-v2:not(.is-initialized) .tochikatsuyou-index-carousel-v2__item:not(:first-child) {
    display: none;
  }
  .tochikatsuyou-index-carousel-v2 .tochikatsuyou-index-controller {
    margin: 26px 0 0;
  }
  .tochikatsuyou-index-carousel-v2 .tochikatsuyou-index-controller__panel {
    justify-content: center;
  }

  /* ----- tochikatsuyou-index-container ----- */
  .tochikatsuyou-index-container {
    --_background-color: #e7f5ff;
    margin: 4.3125em 0 0;
    padding: 70px 0;
    border-width: 0;
    border-image-source: linear-gradient(var(--_background-color), var(--_background-color));
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw;
  }
  .tochikatsuyou-index-container__head > *:first-child,
  .tochikatsuyou-index-container__head > section:first-child > *:first-child,
  .tochikatsuyou-index-container__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-container__body {
    margin: 2.125em 0 0;
  }
  .tochikatsuyou-index-container__body > *:first-child,
  .tochikatsuyou-index-container__body > section:first-child > *:first-child,
  .tochikatsuyou-index-container__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-container > *:first-child,
  .tochikatsuyou-index-container > section:first-child > *:first-child,
  .tochikatsuyou-index-container > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- tochikatsuyou-index-controller ----- */
  .tochikatsuyou-index-controller {
    display: none;
  }
  .tochikatsuyou-index-controller__panel {
    display: flex;
    align-items: center;
    gap: 0 17px;
    font-size: 0;
    line-height: 0;
  }

  /* ----- tochikatsuyou-index-switch ----- */
  .tochikatsuyou-index-switch--pause,
  .tochikatsuyou-index-switch--play {
    --_background-color: #666;
    --_hover-background-color: #005bac;
    --_transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    position: relative;
    width: 14px;
    height: 16px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tochikatsuyou-index-switch--pause::before,
  .tochikatsuyou-index-switch--pause::after {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 3px;
    height: 100%;
    background: var(--_background-color);
    transition: var(--_transition);
    pointer-events: none;
  }
  .tochikatsuyou-index-switch--pause::before {
    left: 2px;
  }
  .tochikatsuyou-index-switch--pause::after {
    right: 2px;
  }
  .tochikatsuyou-index-switch--pause:hover::before,
  .tochikatsuyou-index-switch--pause:hover::after {
    background-color: var(--_hover-background-color);
  }
  .tochikatsuyou-index-switch--play {
    display: none;
  }
  .tochikatsuyou-index-switch--play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 100%;
    height: 100%;
    background: var(--_background-color);
    aspect-ratio: cos(30deg);
    -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
    clip-path: polygon(100% 50%, 0 100%, 0 0);
    transition: var(--_transition);
    pointer-events: none;
  }
  .tochikatsuyou-index-switch--play:hover::before {
    background-color: var(--_hover-background-color);
  }

  /* ----- tochikatsuyou-index-pager ----- */
  .tochikatsuyou-index-pager {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 19px;
    margin: 0;
    padding: 0;
    list-style-type: "";
  }
  .tochikatsuyou-index-pager > li > button {
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    background: #ddd;
    border: none;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .tochikatsuyou-index-pager > li:not(.slick-active) > button:hover {
    background-color: #005bac;
  }
  .tochikatsuyou-index-pager > li.slick-active > button {
    background-color: #005bac;
  }

  /* ----- tochikatsuyou-index-button ----- */
  .tochikatsuyou-index-button {
    display: none;
  }

  /* ----- tochikatsuyou-index-lead ----- */
  .tochikatsuyou-index-lead {
    margin: 0;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }

  /* ----- tochikatsuyou-index-text ----- */
  .tochikatsuyou-index-text {
    margin: 1.35em 0 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }

  /* v2 */
  .tochikatsuyou-index-text-v2 {
    margin: 2.0625em 0 0;
    line-height: 1.6;
  }

  /* ----- tochikatsuyou-index-heading ----- */
  .tochikatsuyou-index-heading2 {
    margin: 4.375em 0 0;
    text-align: center;
  }
  .tochikatsuyou-index-heading2__title {
    font-size: 3.9rem;
    font-weight: bold;
    line-height: 1;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #2d52aa;
    text-align: center;
  }

  /* ----- tochikatsuyou-index-card ----- */
  .tochikatsuyou-index-card {
    --_row-gap: 54px;
    display: grid;
    gap: var(--_row-gap) 36px;
    margin: var(--_row-gap) 0 0;
  }
  .tochikatsuyou-index-card[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .tochikatsuyou-index-card[data-column-pc="2"] .tochikatsuyou-index-card__body {
    margin: -21px 14px 0;
    padding: 25px 30px 22px;
  }
  .tochikatsuyou-index-card[data-column-pc="2"] .tochikatsuyou-index-card__title {
    font-size: 3rem;
    line-height: 1.1;
  }
  .tochikatsuyou-index-card[data-column-pc="2"] .tochikatsuyou-index-card__text {
    margin-top: 0.4375em;
  }
  .tochikatsuyou-index-card[data-column-pc="2"] .tochikatsuyou-index-card__type .tochikatsuyou-index-card__title::after {
    top: -0.0667em;
  }
  .tochikatsuyou-index-card[data-column-pc="3"] .tochikatsuyou-index-card__body {
    margin: -22px 16px 0;
    padding: 23px;
  }
  .tochikatsuyou-index-card[data-column-pc="3"] .tochikatsuyou-index-card__title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .tochikatsuyou-index-card[data-column-pc="3"] .tochikatsuyou-index-card__text {
    margin-top: 0.875em;
  }
  .tochikatsuyou-index-card[data-column-pc="3"] .tochikatsuyou-index-card__type .tochikatsuyou-index-card__title::after {
    top: -0.1em;
  }
  .tochikatsuyou-index-card[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .tochikatsuyou-index-card[data-column-pc="2"] .tochikatsuyou-index-card__body {
    margin: -21px 14px 0;
    padding: 25px 30px 22px;
  }
  .tochikatsuyou-index-card[data-column-pc="2"] .tochikatsuyou-index-card__title {
    font-size: 3rem;
    line-height: 1.1;
  }
  .tochikatsuyou-index-card[data-column-pc="2"] .tochikatsuyou-index-card__text {
    margin-top: 0.4375em;
  }
  .tochikatsuyou-index-card[data-column-pc="2"] .tochikatsuyou-index-card__type .tochikatsuyou-index-card__title::after {
    top: -0.0667em;
  }
  .tochikatsuyou-index-card[data-column-pc="3"] .tochikatsuyou-index-card__body {
    margin: -22px 16px 0;
    padding: 23px;
  }
  .tochikatsuyou-index-card[data-column-pc="3"] .tochikatsuyou-index-card__title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .tochikatsuyou-index-card[data-column-pc="3"] .tochikatsuyou-index-card__text {
    margin-top: 0.875em;
  }
  .tochikatsuyou-index-card[data-column-pc="3"] .tochikatsuyou-index-card__type .tochikatsuyou-index-card__title::after {
    top: -0.1em;
  }
  .tochikatsuyou-index-card__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
  .tochikatsuyou-index-card__item > [class*=__type] {
    display: inherit;
    grid-template-rows: inherit;
    grid-row: inherit;
    gap: inherit;
  }
  .tochikatsuyou-index-card__item > [class*=__type]:not([class*=__type--nolink]):link,
  .tochikatsuyou-index-card__item > [class*=__type]:not([class*=__type--nolink]):hover,
  .tochikatsuyou-index-card__item > [class*=__type]:not([class*=__type--nolink]):visited,
  .tochikatsuyou-index-card__item > [class*=__type]:not([class*=__type--nolink]):focus,
  .tochikatsuyou-index-card__item > [class*=__type]:not([class*=__type--nolink]):active {
    color: currentColor;
    text-decoration: none;
  }
  .tochikatsuyou-index-card__item > [class*=__type]:not([class*=__type--nolink]) .tochikatsuyou-index-card__image {
    transition: scale 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .tochikatsuyou-index-card__item > [class*=__type]:not([class*=__type--nolink]) .tochikatsuyou-index-card__title::after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .tochikatsuyou-index-card__item > [class*=__type]:not([class*=__type--nolink]):hover .tochikatsuyou-index-card__image {
    scale: 1.1;
  }
  .tochikatsuyou-index-card__item > [class*=__type]:not([class*=__type--nolink]):hover .tochikatsuyou-index-card__title {
    text-decoration: underline;
  }
  .tochikatsuyou-index-card__type .tochikatsuyou-index-card__title::after {
    width: 12px;
    height: 7px;
    margin: 0 0 0 8px;
    background: #1a1a1a;
    -webkit-mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
    mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
  }
  .tochikatsuyou-index-card__head {
    overflow: hidden;
  }
  .tochikatsuyou-index-card__head > *:first-child,
  .tochikatsuyou-index-card__head > section:first-child > *:first-child,
  .tochikatsuyou-index-card__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-card__body {
    position: relative;
    box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.24);
    background: #fff;
  }
  .tochikatsuyou-index-card__body > *:first-child,
  .tochikatsuyou-index-card__body > section:first-child > *:first-child,
  .tochikatsuyou-index-card__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 582/436;
  }
  .tochikatsuyou-index-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .tochikatsuyou-index-card__title {
    font-weight: 700;
  }
  .tochikatsuyou-index-card__text {
    line-height: 1.6;
  }

  /* v2 */
  .tochikatsuyou-index-card-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.875em 32px;
  }
  .tochikatsuyou-index-card-v2__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
  .tochikatsuyou-index-card-v2__head > *:first-child,
  .tochikatsuyou-index-card-v2__head > section:first-child > *:first-child,
  .tochikatsuyou-index-card-v2__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-card-v2__body {
    margin: 0.3125em 0 0;
  }
  .tochikatsuyou-index-card-v2__body > *:first-child,
  .tochikatsuyou-index-card-v2__body > section:first-child > *:first-child,
  .tochikatsuyou-index-card-v2__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-card-v2__image {
    position: relative;
    width: 100%;
    aspect-ratio: 250/140;
  }
  .tochikatsuyou-index-card-v2__image img {
    width: 100%;
  }
  .tochikatsuyou-index-card-v2__title {
    font-weight: 700;
    line-height: 1.6;
  }

  /* ----- tochikatsuyou-index-image ----- */
  .tochikatsuyou-index-image {
    display: block;
    margin: 1.8125em 0 0;
    text-align: center;
  }

  /* ----- tochikatsuyou-index-box ----- */
  .tochikatsuyou-index-box {
    --_margin-top: 26px;
    --_padding-top: 82px;
    margin: var(--_margin-top) 0 0;
    padding: var(--_padding-top) 52px 25px;
    background: #eff6fd;
    border-radius: 10px;
    margin-bottom: 6.625em;
  }
  .tochikatsuyou-index-box__head {
    display: flex;
    justify-content: center;
    margin: calc((var(--_margin-top) + var(--_padding-top)) * -1) 0 0;
  }
  .tochikatsuyou-index-box__head > *:first-child,
  .tochikatsuyou-index-box__head > section:first-child > *:first-child,
  .tochikatsuyou-index-box__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-box__body {
    margin: 1.9375em 0 0;
  }
  .tochikatsuyou-index-box__body > *:first-child,
  .tochikatsuyou-index-box__body > section:first-child > *:first-child,
  .tochikatsuyou-index-box__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-box__foot {
    margin: 0.875em 0 0;
    padding: 16px 0 0;
    border-top: 1px solid #ccc;
  }
  .tochikatsuyou-index-box__foot > *:first-child,
  .tochikatsuyou-index-box__foot > section:first-child > *:first-child,
  .tochikatsuyou-index-box__foot > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-box__list {
    display: flex;
    justify-content: center;
    gap: 0 31px;
  }
  .tochikatsuyou-index-box__list > li {
    position: relative;
    padding: 0 0 0 17px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }
  .tochikatsuyou-index-box__list > li::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #005bac;
  }

  /* v2 */
  .tochikatsuyou-index-box-v2 {
    --_background-color: #005bac;
    min-width: 831px;
    margin: 0 auto 0;
    padding: 11px 11px 8px;
    background: var(--_background-color);
    border-radius: 10px;
  }
  .tochikatsuyou-index-box-v2__head {
    display: flex;
    justify-content: center;
  }
  .tochikatsuyou-index-box-v2__head > *:first-child,
  .tochikatsuyou-index-box-v2__head > section:first-child > *:first-child,
  .tochikatsuyou-index-box-v2__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-box-v2__body {
    margin: 0.4375em 0 0;
  }
  .tochikatsuyou-index-box-v2__body > *:first-child,
  .tochikatsuyou-index-box-v2__body > section:first-child > *:first-child,
  .tochikatsuyou-index-box-v2__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-box-v2__title {
    display: flex;
    align-items: center;
    min-height: 25px;
    padding: 2px 15px 0;
    background: #fff;
    border-radius: 9999px;
    color: var(--_background-color);
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .tochikatsuyou-index-box-v2__list {
    display: flex;
    justify-content: center;
    gap: 0 49px;
  }
  .tochikatsuyou-index-box-v2__list > li {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
  }
  .tochikatsuyou-index-box-v2 > *:first-child,
  .tochikatsuyou-index-box-v2 > section:first-child > *:first-child,
  .tochikatsuyou-index-box-v2 > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- tochikatsuyou-assist-fnav ----- */
  .tochikatsuyou-assist-fnav {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
  }
  a.tochikatsuyou-assist-fnav__type {
    display: block;
    width: 148px;
    height: 74px;
    text-align: center;
    padding: 18px 10px;
    background: rgba(51,51,51,0.8);
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .tochikatsuyou-assist-fnav__type:hover {
    background: #333;
  }
  .tochikatsuyou-assist-fnav__type::after {
    width: 120px;
    height: 7px;
    background: url("/tochikatsuyou/img/index_ic01.svg") no-repeat 0 0/100% auto;
    display: inline-block;
    position: absolute;
    content: "";
    color: #fff;
    bottom: 11px;
    left: calc(50% - 60px);
  }
  .tochikatsuyou-assist-fnav__emphasis {
    font-size: 1.6rem;
    font-weight: bold;
    font-style: normal;
  }
  .tochikatsuyou-assist-fnav.is-show {
    opacity: 1;
    z-index: 5;
  }

  /* ----- pagetop ----- */
  .pagetop {
    position: fixed;
    z-index: 5;
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: 10px;
  }
  .pagetop > a {
    display: block;
    position: relative;
    overflow: hidden;
    background: url("/tochikatsuyou/img/cmn_ic02.svg") no-repeat 50% 55%/21px auto;
    text-indent: -100vw;
    white-space: nowrap;
    background-color: rgba(51,51,51,0.4);
    height: 100%;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .pagetop > a:hover {
    background-color: rgba(0,0,0,0.4);
  }
  .tochikatsuyou-cmn-pc-hidden {
    display: none!important;
  }
}


/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 668px) and (max-width: 1260px) {
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- tochikatsuyou-cmn-breadcrumb ----- */
  .tochikatsuyou-index-heading1__subtitle {
    font-size: 2.0rem;
  }
  .tochikatsuyou-index-heading1__title {
    font-size: 3.6rem;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 667px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  body {
    height: auto;
  }
  h1{
    height: auto;
    display: block;
    margin: auto;
    padding: 0;
    background: none;
    color: inherit;
    font-size: inherit;
  }
  #maison #footarea ul,
  #maison #footarea ul li{
    font-size: 1.2rem;
  }

  /* ----- Header ----- */
  .Header {
    border-top: 2px solid #2d52aa;
    border-bottom: 1px solid #e5e5e5;
  }
  .Header__inner {
    display: block;
    height: auto;
    padding: 8px 15px 11.5px;
  }
  .Header__head {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    width: auto;
  }
  .Header__body {
    display: none;
  }
  .header-logo {
    max-width: 106px;
    width: 100%;
    line-height: 0;
  }
  .header-logo + .header-subtitle {
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid #666;
  }
  .header-subtitle {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
  }

  /* ----- Main ----- */
  .Main__guide {
    border-bottom: none;
  }

  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- tochikatsuyou-cmn-breadcrumb ----- */
  .tochikatsuyou-cmn-breadcrumb {
    --_column-gap: 18px;
    --_icon-width: 5px;
    --_item-margin-right: calc(var(--_column-gap) - var(--_item-padding-left));
    --_item-padding-left: calc(((var(--_column-gap) - var(--_icon-width)) / 2) + var(--_icon-width));
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 24px;
    gap: 0 0;
    margin: 0;
    padding: 3.5px 17px;
    list-style-type: "";
  }
  .tochikatsuyou-cmn-breadcrumb > li {
    position: relative;
    margin: 0 var(--_item-margin-right) 0 0;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .tochikatsuyou-cmn-breadcrumb > li:not(:first-child) {
    padding-left: var(--_item-padding-left);
  }
  .tochikatsuyou-cmn-breadcrumb > li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: var(--_icon-width);
    height: 9px;
    background: url(/tochikatsuyou/img/cmn_ic03.svg) no-repeat center/contain;
  }
  .tochikatsuyou-cmn-breadcrumb > li > [class*=__type]:not([class*=__type--nolink]):link,
  .tochikatsuyou-cmn-breadcrumb > li > [class*=__type]:not([class*=__type--nolink]):hover,
  .tochikatsuyou-cmn-breadcrumb > li > [class*=__type]:not([class*=__type--nolink]):visited,
  .tochikatsuyou-cmn-breadcrumb > li > [class*=__type]:not([class*=__type--nolink]):focus,
  .tochikatsuyou-cmn-breadcrumb > li > [class*=__type]:not([class*=__type--nolink]):active {
    color: currentColor !important;
    text-decoration: none !important;
  }

  /* ----- tochikatsuyou-cmn-container ----- */
  .tochikatsuyou-cmn-container {
    padding: 0 25px;
  }
  .Main__content > .tochikatsuyou-cmn-container:first-child:has(> .tochikatsuyou-index-button:first-child) {
    margin-top: -0.5em !important;
  }
  .Main__content > .tochikatsuyou-cmn-container:last-child {
    margin-bottom: -6em !important;
  }
  .tochikatsuyou-cmn-container > *:first-child,
  .tochikatsuyou-cmn-container > section:first-child > *:first-child,
  .tochikatsuyou-cmn-container > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-container > *:last-child {
    margin-bottom: 0 !important;
  }

  /* v2 */
  .tochikatsuyou-cmn-container-v2 {
    position: relative;
    padding: 36.5px 0 37px;
    z-index: 0;
  }
  .tochikatsuyou-cmn-container-v2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    height: 100%;
    background: url(/tochikatsuyou/img/cmn_bg01_sp.webp) no-repeat center/cover;
    z-index: -1;
  }
  .tochikatsuyou-cmn-container-v2__inner {
    width: 100%;
    padding: 0 40px;
  }
  .tochikatsuyou-cmn-container-v2__head > *:first-child,
  .tochikatsuyou-cmn-container-v2__head > section:first-child > *:first-child,
  .tochikatsuyou-cmn-container-v2__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-container-v2__body {
    margin: 1.4em 0 0;
  }
  .tochikatsuyou-cmn-container-v2__body > *:first-child,
  .tochikatsuyou-cmn-container-v2__body > section:first-child > *:first-child,
  .tochikatsuyou-cmn-container-v2__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-container-v2__foot {
    border-top: 1px solid #fff;
    margin: 1.9286em 0 0;
    padding: 10px 0 0;
  }
  .tochikatsuyou-cmn-container-v2__foot > *:first-child,
  .tochikatsuyou-cmn-container-v2__foot > section:first-child > *:first-child,
  .tochikatsuyou-cmn-container-v2__foot > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-container-v2__heading {
    margin-top: 40.5px;
    color: #fff;
  }
  .tochikatsuyou-cmn-container-v2__heading__title {
    line-height: 1.4;
    font-size: 2.0rem;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: center;
    letter-spacing: -0.1em;
  }
  .tochikatsuyou-cmn-container-v3 + .tochikatsuyou-cmn-container-v2 {
    margin-top: 0;
  }
  .tochikatsuyou-cmn-container-v2 > *:first-child,
  .tochikatsuyou-cmn-container-v2 > section:first-child > *:first-child,
  .tochikatsuyou-cmn-container-v2 > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }

  /* v3 */
  .tochikatsuyou-cmn-container-v3 {
    --_background-color: #eff6fd;
    margin: 2.6071em 0 0;
    padding: 36.5px 0 36.5px;
    border-width: 0;
    border-image-source: linear-gradient(var(--_background-color), var(--_background-color));
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw;
  }
  .tochikatsuyou-cmn-container-v3__head > *:first-child,
  .tochikatsuyou-cmn-container-v3__head > section:first-child > *:first-child,
  .tochikatsuyou-cmn-container-v3__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-container-v3__body {
    margin: 1.3929em 0 0;
  }
  .tochikatsuyou-cmn-container-v3__body > *:first-child,
  .tochikatsuyou-cmn-container-v3__body > section:first-child > *:first-child,
  .tochikatsuyou-cmn-container-v3__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-container-v3 > *:first-child,
  .tochikatsuyou-cmn-container-v3 > section:first-child > *:first-child,
  .tochikatsuyou-cmn-container-v3 > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- tochikatsuyou-cmn-box ----- */
  .tochikatsuyou-cmn-box__item + .tochikatsuyou-cmn-box__item {
    margin-top: 1em;
  }
  .tochikatsuyou-cmn-box__head > *:first-child,
  .tochikatsuyou-cmn-box__head > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box__body {
    margin: 0.4286em 0 0;
  }
  .tochikatsuyou-cmn-box__body > *:first-child,
  .tochikatsuyou-cmn-box__body > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box__title {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .tochikatsuyou-cmn-box__title > [class*=__type] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8.5px 15px;
    background: #fff;
    width: 100%;
  }
  .tochikatsuyou-cmn-box__title > [class*=__type]:not([class*=__type--nolink]):link,
  .tochikatsuyou-cmn-box__title > [class*=__type]:not([class*=__type--nolink]):hover,
  .tochikatsuyou-cmn-box__title > [class*=__type]:not([class*=__type--nolink]):visited,
  .tochikatsuyou-cmn-box__title > [class*=__type]:not([class*=__type--nolink]):focus,
  .tochikatsuyou-cmn-box__title > [class*=__type]:not([class*=__type--nolink]):active {
    color: currentColor !important;
    text-decoration: none !important;
  }
  .tochikatsuyou-cmn-box__title > [class*=__type]:not([class*=__type--nolink]) .tochikatsuyou-cmn-box__label::after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .tochikatsuyou-cmn-box__type .tochikatsuyou-cmn-box__label::after {
    top: -0.05em;
    width: 12px;
    height: 7px;
    margin: 0 0 0 10px;
    background: #1a1a1a;
    -webkit-mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
    mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
  }
  .tochikatsuyou-cmn-box__text {
    color: #fff;
    line-height: 1.6;
  }
  .tochikatsuyou-cmn-box > *:first-child,
  .tochikatsuyou-cmn-box > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }

  /* v2 */
  .tochikatsuyou-cmn-box-v2__item + .tochikatsuyou-cmn-box-v2__item {
    margin-top: 1.2857em;
  }
  .tochikatsuyou-cmn-box-v2__head > *:first-child,
  .tochikatsuyou-cmn-box-v2__head > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v2__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box-v2__body {
    margin: 0.3571em 0 0;
  }
  .tochikatsuyou-cmn-box-v2__body > *:first-child,
  .tochikatsuyou-cmn-box-v2__body > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v2__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box-v2__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .tochikatsuyou-cmn-box-v2__title > [class*=__type] {
    display: inline-block;
  }
  .tochikatsuyou-cmn-box-v2__title > [class*=__type]:not([class*=__type--nolink]):link,
  .tochikatsuyou-cmn-box-v2__title > [class*=__type]:not([class*=__type--nolink]):hover,
  .tochikatsuyou-cmn-box-v2__title > [class*=__type]:not([class*=__type--nolink]):visited,
  .tochikatsuyou-cmn-box-v2__title > [class*=__type]:not([class*=__type--nolink]):focus,
  .tochikatsuyou-cmn-box-v2__title > [class*=__type]:not([class*=__type--nolink]):active {
    color: #fff !important;
    text-decoration: none !important;
  }
  .tochikatsuyou-cmn-box-v2__title > [class*=__type]:not([class*=__type--nolink])::after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .tochikatsuyou-cmn-box-v2__type::after {
    top: -0.0667em;
    width: 12px;
    height: 7px;
    margin: 0 0 0 6px;
    background: #fff;
    -webkit-mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
    mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
  }
  .tochikatsuyou-cmn-box-v2__text {
    color: #fff;
    line-height: 1.6;
  }
  .tochikatsuyou-cmn-box-v2 > *:first-child,
  .tochikatsuyou-cmn-box-v2 > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v2 > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }

  /* v3 */
  .tochikatsuyou-cmn-box-v3 {
    margin: 1.3929em 0 0;
  }
  .tochikatsuyou-cmn-box-v3__item {
    padding: 10px 11px;
    background: #fff;
    border: 1px solid #ddd;
  }
  .tochikatsuyou-cmn-box-v3__item + .tochikatsuyou-cmn-box-v3__item {
    margin-top: 14px;
  }
  .tochikatsuyou-cmn-box-v3__item > *:first-child,
  .tochikatsuyou-cmn-box-v3__item > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v3__item > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box-v3__head > *:first-child,
  .tochikatsuyou-cmn-box-v3__head > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v3__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box-v3__body {
    margin: 0.3571em 0 0;
  }
  .tochikatsuyou-cmn-box-v3__body > *:first-child,
  .tochikatsuyou-cmn-box-v3__body > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v3__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box-v3__title {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .tochikatsuyou-cmn-box-v3__text {
    margin: 0;
    line-height: 1.6;
  }

  /* v4 */
  .tochikatsuyou-cmn-box-v4 {
    margin: 1.2857em 0 0;
    padding: 0;
    list-style-type: "";
  }
  .tochikatsuyou-cmn-box-v4 > li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 10.5px 15px;
    background: #eff6fd;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  .tochikatsuyou-cmn-box-v4 > li + li {
    margin-top: 0.3929em;
  }

  /* v5 */
  .tochikatsuyou-cmn-box-v5 {
    --_item-padding-top: 11px;
    --_item-padding-left: 11px;
    --_order-width: 30px;
    overflow: hidden;
    counter-reset: tochikatsuyou-cmn-box-v5;
  }
  .tochikatsuyou-cmn-box-v5__item {
    position: relative;
    min-height: calc(var(--_order-width) + var(--_item-padding-top) * 2);
    padding: var(--_item-padding-top) var(--_item-padding-left) var(--_item-padding-top) 52px;
    background: #fff;
    counter-increment: tochikatsuyou-cmn-box-v5;
  }
  .tochikatsuyou-cmn-box-v5__item + .tochikatsuyou-cmn-box-v5__item {
    margin-top: 1px;
  }
  .tochikatsuyou-cmn-box-v5__item::before {
    content: counter(tochikatsuyou-cmn-box-v5);
    position: absolute;
    top: var(--_item-padding-top);
    left: var(--_item-padding-left);
    display: grid;
    place-content: center;
    width: var(--_order-width);
    aspect-ratio: 1;
    background: #005bac;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    z-index: 1;
  }
  .tochikatsuyou-cmn-box-v5__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 25.5px;
    width: 1px;
    height: calc(100% + 1px);
    background: #005bac;
    z-index: 0;
  }
  .tochikatsuyou-cmn-box-v5__item:first-child::after {
    top: var(--_item-padding-top);
  }
  .tochikatsuyou-cmn-box-v5__item:last-child::after {
    top: auto;
    bottom: 100%;
    margin-bottom: calc(var(--_item-padding-top) * -1);
  }
  .tochikatsuyou-cmn-box-v5__item > *:first-child,
  .tochikatsuyou-cmn-box-v5__item > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v5__item > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box-v5__head {
    padding: 0.3571em 0 0;
  }
  .tochikatsuyou-cmn-box-v5__head > *:first-child,
  .tochikatsuyou-cmn-box-v5__head > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v5__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box-v5__body {
    margin: 0.3571em 0 0;
    padding: 0 0 0.1429em;
  }
  .tochikatsuyou-cmn-box-v5__body > *:first-child,
  .tochikatsuyou-cmn-box-v5__body > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v5__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-box-v5__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .tochikatsuyou-cmn-box-v5__text {
    margin: 0;
    line-height: 1.6;
  }
  .tochikatsuyou-cmn-box-v5 > *:first-child,
  .tochikatsuyou-cmn-box-v5 > section:first-child > *:first-child,
  .tochikatsuyou-cmn-box-v5 > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- tochikatsuyou-cmn-heading1 ----- */
  .tochikatsuyou-cmn-heading1 {
    background: #eff6fd;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  }
  .tochikatsuyou-cmn-heading1__head {
    padding: 26.5px 40px 27px;
  }
  .tochikatsuyou-cmn-heading1__head > [class*=__title] img {
    width: 100%;
  }
  .tochikatsuyou-cmn-heading1__head > *:first-child,
  .tochikatsuyou-cmn-heading1__head > section:first-child > *:first-child,
  .tochikatsuyou-cmn-heading1__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-heading1__body > *:first-child,
  .tochikatsuyou-cmn-heading1__body > section:first-child > *:first-child,
  .tochikatsuyou-cmn-heading1__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-heading1__title {
    font-size: 2.1rem;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    line-height: 1.4;
    font-weight: bold;
  }
  .tochikatsuyou-cmn-heading1__text {
    margin: 1.4em 0 0;
    line-height: 1.6;
  }
  .tochikatsuyou-cmn-heading1__image img {
    width: 100%;
  }

  /* ----- tochikatsuyou-cmn-heading2 ----- */
  .tochikatsuyou-cmn-heading2 {
    margin: 2.6em 0 0;
    line-height: 0;
    text-align: center;
  }
  .tochikatsuyou-cmn-heading2 > .tochikatsuyou-cmn-heading2__title {
    position: relative;
    padding: 0 0 11.5px;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.4;
    color: #2d52aa;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
  .tochikatsuyou-cmn-heading2 > .tochikatsuyou-cmn-heading2__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 75px;
    height: 2px;
    background: #2d52aa;
  }
  .tochikatsuyou-cmn-heading2__sup {
    top: -.5em;
    left: -0.4em;
    font-size: 60%;
  }

  /* ----- tochikatsuyou-cmn-media ----- */
  .tochikatsuyou-cmn-media {
    margin: 1.3929em 0 0;
  }
  .tochikatsuyou-cmn-media__head > *:first-child,
  .tochikatsuyou-cmn-media__head > section:first-child > *:first-child,
  .tochikatsuyou-cmn-media__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-media__body {
    position: relative;
    flex: 1;
    margin: -14px 8px 0 0;
    padding: 11px;
    box-shadow: 0.5px 0.5px 8px 0 rgba(0, 0, 0, 0.24);
    background: #fff;
  }
  .tochikatsuyou-cmn-media__body > *:first-child,
  .tochikatsuyou-cmn-media__body > section:first-child > *:first-child,
  .tochikatsuyou-cmn-media__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-cmn-media__image {
    position: relative;
    width: 100%;
    aspect-ratio: 590/442;
    background: #ebebeb;
  }
  .tochikatsuyou-cmn-media__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .tochikatsuyou-cmn-media__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .tochikatsuyou-cmn-media__text {
    margin: 0.5357em 0 0;
    line-height: 1.6;
  }

  /* ----- tochikatsuyou-cmn-button ----- */
  .tochikatsuyou-cmn-button {
    margin: 0.9643em 0 0;
  }
  .tochikatsuyou-cmn-button__item > [class*=__type] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36.5px;
    padding: 8px 15px;
    background: #1a1a1a;
    font-weight: 700;
    line-height: 1.4;
  }
  .tochikatsuyou-cmn-button__item > [class*=__type]:not([class*=__type--nolink]):link,
  .tochikatsuyou-cmn-button__item > [class*=__type]:not([class*=__type--nolink]):hover,
  .tochikatsuyou-cmn-button__item > [class*=__type]:not([class*=__type--nolink]):visited,
  .tochikatsuyou-cmn-button__item > [class*=__type]:not([class*=__type--nolink]):focus,
  .tochikatsuyou-cmn-button__item > [class*=__type]:not([class*=__type--nolink]):active {
    color: #fff !important;
    text-decoration: none !important;
  }
  .tochikatsuyou-cmn-button__item > [class*=__type]:not([class*=__type--nolink]) .tochikatsuyou-cmn-button__label::after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .tochikatsuyou-cmn-button__type .tochikatsuyou-cmn-button__label::after {
    top: -0.1429em;
    width: 12px;
    height: 7px;
    margin: 0 0 0 8px;
    background: #fff;
    -webkit-mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
    mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
  }

  /* ----- tochikatsuyou-cmn-text ----- */
  .tochikatsuyou-cmn-text {
    margin: 1.5em 0 0;
    line-height: 1.6;
  }

  /* v2 */
  .tochikatsuyou-cmn-text-v2 {
    margin: 1em 0 0;
    line-height: 1.6;
  }

  /* ----- tochikatsuyou-cmn-image ----- */
  .tochikatsuyou-cmn-image {
    margin: 2em 0 0;
    border: 1px solid #cacacc;
  }
  .tochikatsuyou-cmn-image img {
    width: 100%;
  }
  .tochikatsuyou-cmn-image > *:first-child,
  .tochikatsuyou-cmn-image > section:first-child > *:first-child,
  .tochikatsuyou-cmn-image > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- tochikatsuyou-cmn-note-list ----- */
  .tochikatsuyou-cmn-note-list {
    margin: 0.5em 0 0;
    padding: 0;
    list-style-type: "";
  }
  .tochikatsuyou-cmn-note-list > li {
    position: relative;
    padding: 0 0 0 calc(1em + 10px);
    color: #666;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .tochikatsuyou-cmn-note-list > li + li {
    margin-top: 0.4167em;
  }
  .tochikatsuyou-cmn-note-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ----- tochikatsuyou-cmn-heading3 ----- */
  .tochikatsuyou-cmn-heading3 {
    margin: 2em 0 0;
    text-align: center;
  }
  .tochikatsuyou-cmn-heading3__title {
    font-size: 2.0rem;
    line-height: 1.4;
    color: #2d52aa;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }

  /* ----- tochikatsuyou-index-heading1 ----- */
  .tochikatsuyou-index-heading1 {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  }
  .tochikatsuyou-index-heading1__head {
    padding: 5.6667% 15px 3.6667%;
    text-align: center;
  }
  .tochikatsuyou-index-heading1__head > *:first-child,
  .tochikatsuyou-index-heading1__head > section:first-child > *:first-child,
  .tochikatsuyou-index-heading1__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-heading1__body > *:first-child,
  .tochikatsuyou-index-heading1__body > section:first-child > *:first-child,
  .tochikatsuyou-index-heading1__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-heading1__subtitle {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
  .tochikatsuyou-index-heading1__title {
    line-height: 1.4;
    font-size: 3.3rem;
    margin-top: 2.2%;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }

  /* ----- tochikatsuyou-index-carousel ----- */
  .tochikatsuyou-index-carousel__image {
    overflow: hidden;
    position: relative;
    width: 100%;
    aspect-ratio: 11/6;
  }
  .tochikatsuyou-index-carousel__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    transition: all 6s linear 0s;
  }
  .tochikatsuyou-index-carousel .slick-slider .slick-list .slick-track .slick-slide.is-zoom .tochikatsuyou-index-carousel__image img {
    scale: 1.1;
  }
  .tochikatsuyou-index-carousel .slick-slider .slick-list .slick-track .slick-slide > div {
    font-size: 0;
    line-height: 0;
  }
  .tochikatsuyou-index-carousel:not(.is-initialized) {
    opacity: 0;
  }
  .tochikatsuyou-index-carousel:not(.is-initialized) .tochikatsuyou-index-carousel__item:not(:first-child) {
    display: none;
  }
  .tochikatsuyou-index-carousel .tochikatsuyou-index-controller {
    margin: 14.5px 0 0;
  }
  .tochikatsuyou-index-carousel .tochikatsuyou-index-controller__panel {
    justify-content: center;
  }

  /* v2 */
  .tochikatsuyou-index-carousel-v2 {
    margin: 1.4em 0 0;
  }
  .tochikatsuyou-index-carousel-v2__item > [class*=__type] {
    display: block;
  }
  .tochikatsuyou-index-carousel-v2__item > [class*=__type]:not([class*=__type--nolink]):link,
  .tochikatsuyou-index-carousel-v2__item > [class*=__type]:not([class*=__type--nolink]):hover,
  .tochikatsuyou-index-carousel-v2__item > [class*=__type]:not([class*=__type--nolink]):visited,
  .tochikatsuyou-index-carousel-v2__item > [class*=__type]:not([class*=__type--nolink]):focus,
  .tochikatsuyou-index-carousel-v2__item > [class*=__type]:not([class*=__type--nolink]):active {
    color: currentColor !important;
    text-decoration: none !important;
  }
  .tochikatsuyou-index-carousel-v2__item > [class*=__type]:not([class*=__type--nolink]) .tochikatsuyou-index-carousel-v2__title::after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .tochikatsuyou-index-carousel-v2__type .tochikatsuyou-index-carousel-v2__title::after {
    top: -0.0667em;
    width: 12px;
    height: 7px;
    margin: 0 0 0 6px;
    background: #1a1a1a;
    -webkit-mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
    mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
  }
  .tochikatsuyou-index-carousel-v2__type > *:first-child,
  .tochikatsuyou-index-carousel-v2__type > section:first-child > *:first-child,
  .tochikatsuyou-index-carousel-v2__type > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-carousel-v2__head > *:first-child,
  .tochikatsuyou-index-carousel-v2__head > section:first-child > *:first-child,
  .tochikatsuyou-index-carousel-v2__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-carousel-v2__body {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.5714em 5px;
    width: 100%;
    margin: 0.7857em 0 0;
  }
  .tochikatsuyou-index-carousel-v2__body > *:first-child,
  .tochikatsuyou-index-carousel-v2__body > section:first-child > *:first-child,
  .tochikatsuyou-index-carousel-v2__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-carousel-v2__image {
    overflow: hidden;
    position: relative;
    width: 100%;
    aspect-ratio: 900/580;
    z-index: 0;
  }
  .tochikatsuyou-index-carousel-v2__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    z-index: 1;
  }
  .tochikatsuyou-index-carousel-v2__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 31.0345%;
    background: linear-gradient(0deg, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0.6) 54%, rgba(51, 51, 51, 0) 100%);

    z-index: 2;
  }
  .tochikatsuyou-index-carousel-v2__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 3px 9px;
    border: 1px solid #333;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
  }
  .tochikatsuyou-index-carousel-v2__subtitle {
    flex: 1;
    padding: 0.4167em 0 0;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .tochikatsuyou-index-carousel-v2__title {
    margin: 0;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .tochikatsuyou-index-carousel-v2 .tochikatsuyou-index-controller {
    margin-top: .7rem;
  }
  .tochikatsuyou-index-carousel-v2 .tochikatsuyou-index-controller__panel {
    justify-content: center;
  }

  /* ----- tochikatsuyou-index-controller ----- */
  .tochikatsuyou-index-controller {
    display: none;
  }
  .tochikatsuyou-index-controller__panel {
    display: flex;
    align-items: center;
    gap: 0 17.5px;
    font-size: 0;
    line-height: 0;
  }

  /* ----- tochikatsuyou-index-switch ----- */
  .tochikatsuyou-index-switch--pause,
  .tochikatsuyou-index-switch--play {
    --_background-color: #666;
    position: relative;
    width: 14px;
    height: 16px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tochikatsuyou-index-switch--pause::before,
  .tochikatsuyou-index-switch--pause::after {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 3px;
    height: 100%;
    background: var(--_background-color);
    pointer-events: none;
  }
  .tochikatsuyou-index-switch--pause::before {
    left: 2px;
  }
  .tochikatsuyou-index-switch--pause::after {
    right: 2px;
  }
  .tochikatsuyou-index-switch--play {
    display: none;
  }
  .tochikatsuyou-index-switch--play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 100%;
    height: 100%;
    background: var(--_background-color);
    aspect-ratio: cos(30deg);
    -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
    clip-path: polygon(100% 50%, 0 100%, 0 0);
    pointer-events: none;
  }

  /* ----- tochikatsuyou-index-pager ----- */
  .tochikatsuyou-index-pager {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 19.5px;
    margin: 0;
    padding: 0;
    list-style-type: "";
  }
  .tochikatsuyou-index-pager > li > button {
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    background: #ddd;
    border: none;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .tochikatsuyou-index-pager > li.slick-active > button {
    background-color: #005bac;
  }

  /* ----- tochikatsuyou-index-container ----- */
  .tochikatsuyou-index-container {
    --_background-color: #e7f5ff;
    margin: 2.5em 0 0;
    padding: 32.5px 0 37.5px;
    border-width: 0;
    border-image-source: linear-gradient(var(--_background-color), var(--_background-color));
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw;
  }
  .tochikatsuyou-index-container__head > *:first-child,
  .tochikatsuyou-index-container__head > section:first-child > *:first-child,
  .tochikatsuyou-index-container__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-container__body {
    margin: 1em 0 0;
  }
  .tochikatsuyou-index-container__body > *:first-child,
  .tochikatsuyou-index-container__body > section:first-child > *:first-child,
  .tochikatsuyou-index-container__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-container > *:first-child,
  .tochikatsuyou-index-container > section:first-child > *:first-child,
  .tochikatsuyou-index-container > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- tochikatsuyou-index-button ----- */
  .tochikatsuyou-index-button {
    display: grid;
    gap: 15px;
  }
  .tochikatsuyou-index-button[data-column-sp="1"] {
    grid-template-columns: repeat(1, 1fr);
  }
  .tochikatsuyou-index-button[data-column-sp="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .tochikatsuyou-index-button__item {
    display: flex;
  }
  .tochikatsuyou-index-button__item > [class*=__type] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    width: 100%;
    padding: 8.5px 10px;
    background: #1a1a1a;
    font-weight: 700;
    line-height: 1.4;
  }
  .tochikatsuyou-index-button__item > [class*=__type]:not([class*=__type--nolink]):link,
  .tochikatsuyou-index-button__item > [class*=__type]:not([class*=__type--nolink]):hover,
  .tochikatsuyou-index-button__item > [class*=__type]:not([class*=__type--nolink]):visited,
  .tochikatsuyou-index-button__item > [class*=__type]:not([class*=__type--nolink]):focus,
  .tochikatsuyou-index-button__item > [class*=__type]:not([class*=__type--nolink]):active {
    color: #fff !important;
    text-decoration: none !important;
  }

  .tochikatsuyou-index-button__item > [class*=__type]:not([class*=__type--nolink]) .tochikatsuyou-index-button__label {
    position: relative;
    padding-right: 22px;
  }
  .tochikatsuyou-index-button__item > [class*=__type]:not([class*=__type--nolink]) .tochikatsuyou-index-button__label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
  .tochikatsuyou-index-button__type .tochikatsuyou-index-button__label::after {
    width: 12px;
    height: 8px;
    background: #fff;
    -webkit-mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
    mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
  }
  .tochikatsuyou-index-button__filesize {
    font-style: normal;
    margin: 0 0 0 0.5em;
    font-weight: 400;
  }

  /* ----- tochikatsuyou-index-lead ----- */
  .tochikatsuyou-index-lead {
    margin: 1.8421em 0 0;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }

  /* ----- tochikatsuyou-index-text ----- */
  .tochikatsuyou-index-text {
    margin: 1.3571em 0 0;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }

  /* v2 */
  .tochikatsuyou-index-text-v2 {
    margin: 1.4em 0 0;
    line-height: 1.6;
  }

  /* ----- tochikatsuyou-index-heading2 ----- */
  .tochikatsuyou-index-heading2 {
    margin: 38px 0 0;
    text-align: center;
  }
  .tochikatsuyou-index-heading2__title {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    color: #2d52aa;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }

  /* ----- tochikatsuyou-index-card ----- */
  .tochikatsuyou-index-card {
    --_margin-top: 19.5px;
    margin: var(--_margin-top) 0 0;
  }
  .tochikatsuyou-index-card__item + .tochikatsuyou-index-card__item {
    margin-top: var(--_margin-top);
  }
  .tochikatsuyou-index-card__item > [class*=__type] {
    display: block;
  }
  .tochikatsuyou-index-card__item > [class*=__type]:not([class*=__type--nolink]):link,
  .tochikatsuyou-index-card__item > [class*=__type]:not([class*=__type--nolink]):hover,
  .tochikatsuyou-index-card__item > [class*=__type]:not([class*=__type--nolink]):visited,
  .tochikatsuyou-index-card__item > [class*=__type]:not([class*=__type--nolink]):focus,
  .tochikatsuyou-index-card__item > [class*=__type]:not([class*=__type--nolink]):active {
    color: currentColor !important;
    text-decoration: none !important;
  }
  .tochikatsuyou-index-card__item > [class*=__type]:not([class*=__type--nolink]) .tochikatsuyou-index-card__title::after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .tochikatsuyou-index-card__type .tochikatsuyou-index-card__title::after {
    top: -0.0667em;
    width: 12px;
    height: 7px;
    margin: 0 0 0 6px;
    background: #1a1a1a;
    -webkit-mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
    mask: url(/tochikatsuyou/img/cmn_ic01.svg) no-repeat center/contain;
  }
  .tochikatsuyou-index-card__head > *:first-child,
  .tochikatsuyou-index-card__head > section:first-child > *:first-child,
  .tochikatsuyou-index-card__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-card__body {
    position: relative;
    margin: -14px 8px 0 0;
    padding: 11px;
    box-shadow: 0.5px 0.5px 8px 0 rgba(0, 0, 0, 0.24);
    background: #fff;
  }
  .tochikatsuyou-index-card__body > *:first-child,
  .tochikatsuyou-index-card__body > section:first-child > *:first-child,
  .tochikatsuyou-index-card__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 582/436;
  }
  .tochikatsuyou-index-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .tochikatsuyou-index-card__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .tochikatsuyou-index-card__text {
    margin: 0.5em 0 0;
    line-height: 1.6;
  }

  /* v2 */
  .tochikatsuyou-index-card-v2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0714em 15px;
  }
  .tochikatsuyou-index-card-v2__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
  .tochikatsuyou-index-card-v2__head > *:first-child,
  .tochikatsuyou-index-card-v2__head > section:first-child > *:first-child,
  .tochikatsuyou-index-card-v2__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-card-v2__body {
    margin: 0.1429em 0 0;
  }
  .tochikatsuyou-index-card-v2__body > *:first-child,
  .tochikatsuyou-index-card-v2__body > section:first-child > *:first-child,
  .tochikatsuyou-index-card-v2__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-card-v2__image {
    position: relative;
    width: 100%;
    aspect-ratio: 250/140;
  }
  .tochikatsuyou-index-card-v2__image img {
    width: 100%;
  }
  .tochikatsuyou-index-card-v2__title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6;
  }

  /* ----- tochikatsuyou-index-image ----- */
  .tochikatsuyou-index-image {
    display: block;
    margin: 2em 0 0;
  }
  .tochikatsuyou-index-image img {
    width: 100%;
  }

  /* ----- tochikatsuyou-index-box ----- */
  .tochikatsuyou-index-box {
    --_margin-top: 25px;
    --_padding-top: 103.5px;
    margin: var(--_margin-top) 0 2.6071em;
    padding: var(--_padding-top) 15px 15px;
    background: #eff6fd;
    border-radius: 10px;
  }
  .tochikatsuyou-index-box__head {
    display: flex;
    justify-content: center;
    margin: calc((var(--_margin-top) + var(--_padding-top)) * -1) 0 0;
  }
  .tochikatsuyou-index-box__head > *:first-child,
  .tochikatsuyou-index-box__head > section:first-child > *:first-child,
  .tochikatsuyou-index-box__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-box__body {
    margin: 1.4286em 0 0;
  }
  .tochikatsuyou-index-box__body > *:first-child,
  .tochikatsuyou-index-box__body > section:first-child > *:first-child,
  .tochikatsuyou-index-box__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-box__foot {
    margin: 1em 0 0;
    padding: 14px 0 0;
    border-top: 1px solid #ccc;
  }
  .tochikatsuyou-index-box__foot > *:first-child,
  .tochikatsuyou-index-box__foot > section:first-child > *:first-child,
  .tochikatsuyou-index-box__foot > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-box__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6154em 15px;
  }
  .tochikatsuyou-index-box__list > li {
    position: relative;
    padding: 0 0 0 15px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .tochikatsuyou-index-box__list > li::before {
    content: "";
    position: absolute;
    top: 0.5385em;
    left: 0;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #005bac;
  }

  /* v2 */
  .tochikatsuyou-index-box-v2 {
    --_background-color: #005bac;
    margin: 0 auto 0;
    padding: 11px 11px 8px;
    background: var(--_background-color);
    border-radius: 10px;
  }
  .tochikatsuyou-index-box-v2__head {
    display: flex;
    justify-content: center;
  }
  .tochikatsuyou-index-box-v2__head > *:first-child,
  .tochikatsuyou-index-box-v2__head > section:first-child > *:first-child,
  .tochikatsuyou-index-box-v2__head > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-box-v2__body {
    margin: 0.3571em 0 0;
  }
  .tochikatsuyou-index-box-v2__body > *:first-child,
  .tochikatsuyou-index-box-v2__body > section:first-child > *:first-child,
  .tochikatsuyou-index-box-v2__body > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }
  .tochikatsuyou-index-box-v2__title {
    display: flex;
    align-items: center;
    min-height: 22px;
    padding: 1px 10px;
    background: #fff;
    border-radius: 9999px;
    color: var(--_background-color);
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .tochikatsuyou-index-box-v2__list > li {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .tochikatsuyou-index-box-v2 > *:first-child,
  .tochikatsuyou-index-box-v2 > section:first-child > *:first-child,
  .tochikatsuyou-index-box-v2 > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- tochikatsuyou-assist-fnav ----- */
  .tochikatsuyou-assist-fnav {
    position: fixed;
    width: 100%;
    height: 60px;
    right: 0;
    bottom: 0;
    background: rgba(51,51,51,0.8);
    opacity: 0;
    transition: all .5s;
    z-index: -1;
  }
  a.tochikatsuyou-assist-fnav__type {
    display: block;
    text-align: center;
    font-size: 1.7rem;
    position: relative;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "sans-serif";
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    background-color: #fff;
    margin: 9px 30px;
    padding: 8px 15px;
    font-weight: bold;
  }
  .tochikatsuyou-assist-fnav__type::after {
    position: relative;
    top: -1px;
    right: 0px;
    margin-left: 10px;
    display: inline-block;
    width: 14px;
    height: 9px;
    mask: url("/tochikatsuyou/img/cmn_ic01.svg") no-repeat 0 0/100% auto;
    background: #333;
    content: "";
  }
  #maison .tochikatsuyou-assist-fnav__list a {
    color: #333;
    text-decoration: none;
  }
  .tochikatsuyou-assist-fnav.is-show {
    opacity: 1;
    z-index: 5;
  }
  .tochikatsuyou-assist-fnav__emphasis {
    font-style: normal;
  }
  /* ----- pagetop ----- */
  .pagetop {
    position: fixed;
    z-index: 5;
    width: 30px;
    height: 30px;
    right: 9px;
    bottom: 70px;
  }
  .pagetop > a {
    display: block;
    position: relative;
    overflow: hidden;
    background: url("/tochikatsuyou/img/cmn_ic02.svg") no-repeat 50% 55%/11px auto;
    text-indent: -100vw;
    white-space: nowrap;
    background-color: rgba(0,0,0,0.4);
    height: 100%;
  }
  .tochikatsuyou-cmn-sp-hidden {
    display: none!important;
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
  .tochikatsuyou-index-carousel .slick-initialized .slick-track {
    -webkit-transform: none !important;
    transform: none !important;
    width: 100% !important;
  }
  .tochikatsuyou-index-carousel .slick-initialized .slick-slide {
    width: 100% !important;
  }
  .tochikatsuyou-index-carousel .slick-initialized .slick-slide.slick-active {
    left: 0 !important;
    opacity: 1 !important;
    z-index: 1000 !important;
  }
  .tochikatsuyou-index-carousel .slick-initialized .slick-slide.slick-active .tochikatsuyou-index-carousel__image img {
    scale: 1 !important;
  }
  .tochikatsuyou-index-carousel .slick-initialized .slick-slide:not(.slick-active) {
    display: none !important;
  }
  .tochikatsuyou-index-carousel-v2 .slick-initialized .slick-slide [class*=__type]:not([class*=__type--nolink]):hover .tochikatsuyou-index-carousel-v2__image img {
    scale: 1 !important;
  }
  .Assist {
    display: none !important;
  }
}
