@charset "UTF-8";

/*! ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /*! ----- main-content -----*/
  .main-content {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  /*! ----- ttl-wisdom-home-heading1 -----*/
  .ttl-wisdom-home-heading1 {
    background-color: #fff7e7;
    border-top: 4px solid #efd3ad;
    margin: 0 auto;
    overflow: hidden;
  }
  .ttl-wisdom-home-heading1-inner {
    margin: 0 auto;
    max-width: 1260px;
    padding: 1.8em 30px 2.35em;
    position: relative;
  }
  .ttl-wisdom-home-heading1-inner::before {
    background: url(/gaichu/wisdom/img/ico-index-01.svg) no-repeat;
    background-size: contain;
    content: "";
    height: 117px;
    left: 100px;
    position: absolute;
    top: 60px;
    width: 98px;
  }
  .ttl-wisdom-home-heading1-inner::after {
    background: url(/gaichu/wisdom/img/ico-index-02.svg) no-repeat;
    background-size: contain;
    content: "";
    height: 80px;
    position: absolute;
    right: 114px;
    top: 84px;
    width: 80px;
  }
  .ttl-wisdom-home-heading1-narrator-v1 {
    left: 218px;
    position: absolute;
    top: 55px;
    width: 139px;
  }
  .ttl-wisdom-home-heading1-narrator-v2 {
    position: absolute;
    right: 200px;
    top: 25px;
    width: 159px;
  }
  .ttl-wisdom-home-heading1-item {
    margin: 0 auto;
    max-width: 540px;
    position: relative;
    text-align: center;
  }
  .ttl-wisdom-home-heading1-head {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ttl-wisdom-home-heading1-head > * {
    margin-top: 0;
  }
  .ttl-wisdom-home-heading1-logo {
    width: 513px;
  }
  .ttl-wisdom-home-heading1-body {
    margin-top: 1em;
  }
  .ttl-wisdom-home-heading1-body > * {
    margin-top: 0;
  }
  .ttl-wisdom-home-heading1-text {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.56;
  }

  /*! ----- wisdom-home-card-wrap -----*/
  .wisdom-home-card-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 32px 36px;
    margin: 1.7em 0 0;
    width: 100%;
  }
  .wisdom-home-card {
    border-radius: 20px;
  }
  .wisdom-home-card-type {
    display: block;
    position: relative;
  }
  .wisdom-home-card-icon--new {
    align-items: center;
    background: url(/gaichu/wisdom/img/ico-index-05.webp) no-repeat;
    background-size: contain;
    color: #fff;
    content: "";
    display: flex;
    font-size: 1.4rem;
    font-weight: bold;
    height: 56px;
    justify-content: center;
    left: -12px;
    padding: 17px 7px;
    position: absolute;
    top: -11px;
    width: 56px;
    z-index: 1;
  }
  .wisdom-home-card-head {
    border-left: 2px solid #fff5e4;
    border-radius: 20px 20px 0 0;
    border-right: 2px solid #fff5e4;
    border-top: 2px solid #fff5e4;
    overflow: hidden;
    position: relative;
  }
  .wisdom-home-card > .wisdom-home-card-type:hover .wisdom-home-card-head {
    transition: .3s ease-in;
    border-color: #c8784b;
  }
  .wisdom-home-card > .wisdom-home-card-type:hover .wisdom-home-card-head::before {
    background-color: #c8784b;
    height: 500%;
    left: 50%;
    top: -200%;
    transition: .3s ease-in;
    width: auto;
    z-index: -2;
  }
  .wisdom-home-card > .wisdom-home-card-type:hover .wisdom-home-card-head::after {
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    -webkit-mask-image: url(/gaichu/common/images/sprite/icon.svg#circle-usage);
    mask-image: url(/gaichu/common/images/sprite/icon.svg#circle-usage);
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: .3s ease-in;
  }
  .wisdom-home-card > .wisdom-home-card-type:hover .wisdom-home-card-body {
    color: #fff;
    opacity: 1;
    transition: background-color .2s;
    transition-delay: .2s;
  }
  .wisdom-home-card > .wisdom-home-card-type:hover .wisdom-home-card-body::before {
    background-color: #c8784b;
    height: 500%;
    left: 50%;
    top: -200%;
    transition: .3s ease-in;
    width: auto;
    z-index: -2;
  }
  .wisdom-home-card > .wisdom-home-card-type:hover .wisdom-home-card-body::after {
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    -webkit-mask-image: url(/gaichu/common/images/sprite/icon.svg#circle-usage);
    mask-image: url(/gaichu/common/images/sprite/icon.svg#circle-usage);
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: .3s ease-in;
  }
  .wisdom-home-card-image > img {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .wisdom-home-card-body {
    background-color: #fff5e4;
    border-radius: 0 0 20px 20px;
    padding: 16px 50px 23px 21px;
    overflow: hidden;
    position: relative;
    transition: background-color 0.2s, transform 0.3s;
    z-index: 1;
  }
  .wisdom-home-card-body::before {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 1;
  }
  .wisdom-home-card-body::after {
    background: no-repeat 50% / contain;
    background-color: #c8784b;
    content: '';
    display: inline-block;
    height: 27px;
    margin-top: -15px;
    mask-image: url(/gaichu/common/images/sprite/icon.svg#circle-usage);
    mask-position: 0 0;
    mask-repeat: no-repeat;
    mask-size: contain;
    overflow: hidden;
    position: absolute;
    right: 11px;
    text-indent: 100%;
    top: 50%;
    vertical-align: middle;
    width: 27px;
    white-space: nowrap;
  }
  .wisdom-home-card-title {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.6;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .wisdom-home-card-category {
    display: inline-flex;
    margin-top: 3px;
  }
  .wisdom-home-card-badge {
    align-items: center;
    background-color: #fff;
    border: 1px solid #efd3ad;
    border-radius: 50px;
    color: #554137;
    display: inline-flex;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: bold;
    height: 24px;
    justify-content: center;
    line-height: 2;
    min-width: 66px;
    padding: 0 9px;
    text-align: center;
    vertical-align: middle;
  }

  /*! ----- wisdom-home-share -----*/
  .wisdom-home-share {
    border-top: 1px solid #ddd;
    margin: 1.45em 0 0;
    padding-top: 1.95em;
  }
  .wisdom-home-share-inner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .wisdom-home-share-head {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    margin-right: 28px;
  }
  .wisdom-home-share-sns {
    align-items: center;
    display: flex;
    gap: 0 30px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .wisdom-home-share-sns-list > a > img {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
}

/*! ======================================================
 * Media Queries/PC
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {}

/*! ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767.98px) {
  /*! ----- main-content -----*/
  .main-content {
    padding-top: 0;
    padding-bottom: 10px;
  }
  /*! ----- main-foot -----*/
  .main-foot {
    display: none;
  }

  /*! ----- ttl-wisdom-home-heading1 -----*/
  .ttl-wisdom-home-heading1 {
    background-color: #fff7e7;
    border-top: 2px solid #efd3ad;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
  }
  .ttl-wisdom-home-heading1-inner {
    padding: 1.2em 15px 1.3em;
    position: relative;
  }
  .ttl-wisdom-home-heading1-inner::before {
    background: url(/gaichu/wisdom/img/ico-index-01.svg) no-repeat;
    background-size: contain;
    content: "";
    height: 49px;
    left: 14px;
    position: absolute;
    top: 12px;
    width: 41px;
  }
  .ttl-wisdom-home-heading1-inner::after {
    background: url(/gaichu/wisdom/img/ico-index-02.svg) no-repeat;
    background-size: contain;
    content: "";
    height: 33px;
    position: absolute;
    right: 14px;
    top: 17px;
    width: 34px;
  }
  .ttl-wisdom-home-heading1-narrator-v1 {
    left: 6px;
    position: absolute;
    top: 68px;
    width: 69px;
  }
  .ttl-wisdom-home-heading1-narrator-v2 {
    position: absolute;
    right: -9px;
    top: 53px;
    width: 79px;
  }
  .ttl-wisdom-home-heading1-item {
    position: relative;
    text-align: center;
  }
  .ttl-wisdom-home-heading1-head {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ttl-wisdom-home-heading1-head > * {
    margin-top: 0;
  }
  .ttl-wisdom-home-heading1-logo {
    width: 257px;
  }
  .ttl-wisdom-home-heading1-body {
    display: flex;
    justify-content: center;
    margin: .6em auto 0;
  }
  .ttl-wisdom-home-heading1-body > * {
    margin-top: 0;
  }
  .ttl-wisdom-home-heading1-text {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
    max-width: 220px;
  }

  /*! ----- wisdom-home-card-wrap -----*/
  .wisdom-home-card-wrap {
    gap: 0;
    margin: .2em 0 0;
    width: 100%;
  }
  .wisdom-home-card:last-child .wisdom-home-card-type {
    border-bottom: 1px solid #ddd;
  }
  .wisdom-home-card-type {
    align-items: center;
    border-top: 1px solid #ddd;
    display: flex;
    margin: 0 -15px;
    padding: 12px 35px 14px 15px;
    position: relative;
  }
  .wisdom-home-card-type::after {
    background: no-repeat 50% / contain;
    background-color: #c8784b;
    content: '';
    display: inline-block;
    height: 16px;
    margin-top: -8px;
    mask-image: url(/gaichu/common/images/sprite/icon.svg#circle-usage);
    mask-position: 0 0;
    mask-repeat: no-repeat;
    mask-size: contain;
    overflow: hidden;
    position: absolute;
    right: 14px;
    text-indent: 100%;
    top: 50%;
    vertical-align: middle;
    width: 16px;
    white-space: nowrap;
  }
  .wisdom-home-card-icon--new {
    align-items: center;
    background: url(/gaichu/wisdom/img/ico-index-05.webp) no-repeat;
    background-size: contain;
    color: #fff;
    content: "";
    display: flex;
    font-size: 1rem;
    font-weight: bold;
    height: 32px;
    justify-content: center;
    left: 5px;
    padding: 9px 3px;
    position: absolute;
    top: 6px;
    width: 32px;
    z-index: 1;
  }
  .wisdom-home-card-head {
    margin-right: 16px;
  }
  .wisdom-home-card-image > img {
    max-width: 117px;
  }
  .wisdom-home-card-body {
    overflow: hidden;
    position: relative;
  }
  .wisdom-home-card-title {
    font-weight: bold;
    line-height: 1.4;
  }
  .wisdom-home-card-category {
    display: inline-flex;
    margin-top: 5px;
  }
  .wisdom-home-card-badge {
    align-items: center;
    background-color: #fff;
    border: 1px solid #efd3ad;
    border-radius: 50px;
    display: inline-flex;
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
    height: 20px;
    justify-content: center;
    line-height: 2;
    min-width: 66px;
    padding: 0 11px;
    text-align: center;
    vertical-align: middle;
  }

  /*! ----- wisdom-home-share -----*/
  .wisdom-home-share {
    margin: .7em 0 0;
  }
  .wisdom-home-share-inner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .wisdom-home-share-head {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
    margin-right: 23px;
  }
  .wisdom-home-share-sns {
    align-items: center;
    display: flex;
    gap: 0 24px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
}

/*! ======================================================
 * Print
====================================================== */
@media print {

}