<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 1024px) and (min-width: 769px){
.tp-bsLink__label {
    font-size: 20px!important;
    line-height: 1.5!important;
}
    .tp-bsLink__inner {
    padding: 2.4rem 0 2.4rem!important;
  }
      .tp-bsLink__visual .c-picture {
    width: 11rem!important;
}
}
@media only screen and (max-width:1680px) and (min-width:1481px) {
.tp-bsLink__label {
    font-size: 22px!important;
    line-height: 1.5!important;
  }
      .tp-bsLink__inner {
    padding: 2.8rem 0 2.8rem!important;
  }
  .tp-bsLink__visual .c-picture {
    width: 15rem!important;
}
}
@media only screen and (max-width:1480px) and (min-width:1025px) {
    .tp-bsLink__visual .c-picture {
    width: 13rem!important;
}
.tp-bsLink__label {
    font-size: 22px!important;
    line-height: 1.5!important;
}
  .tp-bsLink__inner {
    padding: 2.6rem 0 2.6rem!important;
  }
}
.tp-bs__body {
    padding-top: 1.64062vw;
}
.tp-bsLink__label {
    margin-left: 2.1rem;
    font-family: Poppins,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.11;
}
.tp-bsLink:hover .tp-bsLink__inner {
    color: var(--main-color);
}
.tp-bsLink__inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 3.8rem 0 3.6rem;
    width: 100%;
    color: #251e1c;
    transition: color .3s ease-out;
}
.tp-bsLink__no {
    font-family: Poppins,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.5;
}
.tp-bsLink__inner::after, .tp-bsLink__inner::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0.2rem;
    background-color: var(--main-color);
    transform-origin: left center;
    transform: scaleX(.032);
    transition: transform .3s ease-out;
    content: "";
}

.tp-bsLink__inner::after {
    right: 0;
    left: auto;
    width: 96.4%;
    background-color: rgba(37,30,28,.1);
    transform: none;
}

.tp-bsLink__visual {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 3.3rem;
    opacity: 0;
    transform: translateY(-50%) scale(.9);
    transition: opacity .4s ease-out,transform .4s ease-out;
}
.tp-bsLink__visual .c-picture {
    width: 23rem;
}
.c-picture {
    width: 10rem;
}
.tp-bsLink__visual .c-picture picture {
    padding-top: calc(340 / 340 * 100%);
}
.c-picture picture {
    position: relative;
    display: block;
    padding-top: 100%;
    width: 100%;
    height: 0;
}
.c-picture picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.tp-bsLink__icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0.4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 5.5rem;
    height: 5.5rem;
    transform: translateY(-50%);
}
.tp-bsLink__icon::after, .tp-bsLink__icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(71,50,33,.08);
    border-radius: 50%;
    transform: translate(-50%,-50%) scale(.7);
    transition: transform .4s ease-out,background-color .4s ease-out;
    content: "";
}
.tp-bsLink__icon::after {
    background-color: var(--main-color);
    transform: translate(-50%,-50%) scale(.16);
}
.tp-bsLink__icon .c-svg {
    position: relative;
    z-index: 1;
    width: 1.9rem;
    opacity: 0;
    transition: opacity .4s ease-out;
    -webkit-animation: kv-link-arrow-normal .4s ease-out 0s 1 normal both;
    animation: kv-link-arrow-normal .4s ease-out 0s 1 normal both;
}
.c-svg {
    width: 10rem;
}
.c-svg__inner {
    position: relative;
    padding-top: 100%;
}
.c-svg__inner svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  max-width: 20px;
    margin-left: 5px;
}
 .tp-bsLink__inner:hover .tp-bsLink__icon .c-svg {
    opacity: 1;
    -webkit-animation: kv-link-arrow-hover .4s ease-out .2s 1 normal both;
    animation: kv-link-arrow-hover .4s ease-out .2s 1 normal both;
}
.tp-bsLink:hover .tp-bsLink__icon::before {
    transform: translate(-50%,-50%) scale(0);
}
.tp-bsLink:hover .tp-bsLink__icon::after {
    background-color: var(--main-color);
    transform: translate(-50%,-50%) scale(1);
}
.tp-bsLink:hover .tp-bsLink__visual {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
.tp-bsLink:hover .tp-bsLink__inner::before {
    transform: scaleX(1);
}
@media only screen and (max-width: 768px){
.tp-bsLink__label {
  font-size: 18px;
  line-height: 1.5;
      margin-left: 10px;
  }
  .tp-bsLink__visual .c-picture {
    width: 10rem;
}
  .tp-bsLink__inner {
    padding: 2.2rem 0 2.2rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px){
 .tp-bsLink__inner {
    padding: 3.5rem 0 3.5rem;
  }
}
</pre></body></html>