<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------------------------------
kv
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-kv {
    width: 100%;
    aspect-ratio: 1366/702;
    position: relative;
    z-index: -1;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Arial", "メイリオ", "Meiryo", sans-serif;
  }
  .rn23-kv-inr {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
  }
  .rn23-kv__pic {
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
  .rn23-kv__pic-box {
    width: 100%;
    height: auto;
  }
  .rn23-kv__ttl {
    position: absolute;
    top: 45%;
  }
  .rn23-kv__ttl-txt {
    position: relative;
    display: block;
    color: #fff;
    line-height: 1em;
    height: 82px;
  }
  .rn23-kv__ttl-txt:not(:last-of-type) {
    margin-bottom: 62px;
  }
  .rn23-kv__ttl-txt::before {
    content: "";
    width: calc(50vw - 20px); /* (100vw-980px) / 2 + 470px */
    height: 82px;
    background-color: #CC0022;
    opacity: 0.7;
    position: absolute;
    right: 50px;
    top: 7px;
    z-index: -1;
  }
  .rn23-kv__ttl-txt:nth-of-type(2)::before {
    height: 85px;
    top: 3px;
  }
  .rn23-kv__ttl-txt-S,
  .rn23-kv__ttl-txt-M,
  .rn23-kv__ttl-txt-L {
    position: relative;
    font-weight: 300;
  }
  .rn23-kv__ttl-txt-S {
    font-size: 62px;
  }
  .rn23-kv__ttl-txt:nth-of-type(1) .rn23-kv__ttl-txt-M {
    font-size: 117px;
    bottom: -22px;
    left: -20px;
  }
  .rn23-kv__ttl-txt:nth-of-type(1) .rn23-kv__ttl-txt-L {
    font-size: 147px;
    left: -8px;
    bottom: 7px;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) .rn23-kv__ttl-txt-M {
    font-size: 108px;
    left: -2px;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) .rn23-kv__ttl-txt-L {
    font-size: 140px;
    bottom: -25px;
    left: -1px;
  }
}

@media print, screen and (min-width: 960px) {
  .rn23-kv__ttl {
    top: calc(100vh * 0.45 - 41px);
  }
}

/* テキストが担保できない範囲 */
@media print, screen and (min-width: 769px) and (max-width: 1100px) {
  .rn23-kv__ttl-txt {
    height: 6vw;
  }
  .rn23-kv__ttl-txt:not(:last-of-type) {
    margin-bottom: 4.54vw;
  }
  .rn23-kv__ttl-txt::before {
    height: 6vw;
  }
  .rn23-kv__ttl-txt:nth-of-type(2)::before {
    height: 6.22vw;
  }
  .rn23-kv__ttl-txt-S {
    font-size: 4.54vw;
  }
  .rn23-kv__ttl-txt:nth-of-type(1) .rn23-kv__ttl-txt-M {
    font-size: 8.57vw;
  }
  .rn23-kv__ttl-txt:nth-of-type(1) .rn23-kv__ttl-txt-L {
    font-size: 10.76vw;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) .rn23-kv__ttl-txt-M {
    font-size: 7.91vw;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) .rn23-kv__ttl-txt-L {
    font-size: 10.25vw;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-kv {
    width: 100%;
    aspect-ratio: 375/607;
    position: relative;
    z-index: -1;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Arial", "メイリオ", "Meiryo", sans-serif;
  }
  .rn23-kv-inr {
    width: 100vw;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
  }
  .rn23-kv__pic {
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
  .rn23-kv__pic-box-item{
    width: 100%;
  }
  .rn23-kv__ttl {
    position: absolute;
    top: 78.13vw;
  }
  .rn23-kv__ttl-txt {
    position: relative;
    display: block;
    color: #fff;
    line-height: 1em;
    height: 53px;
    padding-left: 14px;
  }
  .rn23-kv__ttl-txt:not(:last-of-type) {
    margin-bottom: 33px;
  }
  .rn23-kv__ttl-txt::before {
    content: "";
    width: 85.87vw;
    height: 53px;
    background-color: #CC0022;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: -1;
  }
  .rn23-kv__ttl-txt-S,
  .rn23-kv__ttl-txt-M,
  .rn23-kv__ttl-txt-L {
    position: relative;
    font-weight: 300;
  }
  .rn23-kv__ttl-txt-S {
    font-size: 40px;
  }
  .rn23-kv__ttl-txt:nth-of-type(1) .rn23-kv__ttl-txt-M {
    font-size: 75px;
    bottom: -11px;
    left: -16px;
  }
  .rn23-kv__ttl-txt:nth-of-type(1) .rn23-kv__ttl-txt-L {
    font-size: 95px;
    left: -6px;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) .rn23-kv__ttl-txt-M {
    font-size: 70px;
    left: -2px;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) .rn23-kv__ttl-txt-L {
    font-size: 95px;
    bottom: -14px;
    left: -2px;
  }
}




/*---------------------------------
kv -- animation
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-kv__ttl-txt:nth-of-type(1) span:nth-of-type(1){
    animation: kv-anim-pc 0.5s 0.0s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(1) span:nth-of-type(2){
    animation: kv-anim-pc 0.5s 0.1s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(1) span:nth-of-type(3){
    animation: kv-anim-pc 0.5s 0.2s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(1) span:nth-of-type(4){
    animation: kv-anim-pc 0.5s 0.3s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(1) span:nth-of-type(5){
    animation: kv-anim-pc-L01 0.5s 0.4s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(1) span:nth-of-type(6){
    animation: kv-anim-pc-M01 0.5s 0.5s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) span:nth-of-type(1){
    animation: kv-anim-pc 0.5s 0.6s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) span:nth-of-type(2){
    animation: kv-anim-pc 0.5s 0.7s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) span:nth-of-type(3){
    animation: kv-anim-pc 0.5s 0.8s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) span:nth-of-type(4){
    animation: kv-anim-pc 0.5s 0.9s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) span:nth-of-type(5){
    animation: kv-anim-pc 0.5s 1.0s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) span:nth-of-type(6){
    animation: kv-anim-pc-L02 0.5s 1.1s backwards;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-kv__ttl-txt:nth-of-type(1) span:nth-of-type(1){
    animation: kv-anim-sp 0.5s 0.0s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(1) span:nth-of-type(2){
    animation: kv-anim-sp 0.5s 0.1s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(1) span:nth-of-type(3){
    animation: kv-anim-sp 0.5s 0.2s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(1) span:nth-of-type(4){
    animation: kv-anim-sp 0.5s 0.3s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(1) span:nth-of-type(5){
    animation: kv-anim-sp 0.5s 0.4s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(1) span:nth-of-type(6){
    animation: kv-anim-sp-M01 0.5s 0.5s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) span:nth-of-type(1){
    animation: kv-anim-sp 0.5s 0.6s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) span:nth-of-type(2){
    animation: kv-anim-sp 0.5s 0.7s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) span:nth-of-type(3){
    animation: kv-anim-sp 0.5s 0.8s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) span:nth-of-type(4){
    animation: kv-anim-sp 0.5s 0.9s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) span:nth-of-type(5){
    animation: kv-anim-sp 0.5s 1.0s backwards;
  }
  .rn23-kv__ttl-txt:nth-of-type(2) span:nth-of-type(6){
    animation: kv-anim-sp-L01 0.5s 1.1s backwards;
  }
}

@keyframes kv-anim-pc {
	0% {
    bottom: -45px;
    opacity: 0;
  }
	100% {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes kv-anim-pc-M01 {
	0% {
    bottom: -67px;
    opacity: 0;
  }
	100% {
    bottom: -22px;
    opacity: 1;
  }
}
@keyframes kv-anim-pc-L01 {
	0% {
    bottom: -38px;
    opacity: 0;
  }
	100% {
    bottom: 7px;
    opacity: 1;
  }
}
@keyframes kv-anim-pc-L02 {
	0% {
    bottom: -70px;
    opacity: 0;
  }
	100% {
    bottom: -25px;
    opacity: 1;
  }
}

@keyframes kv-anim-sp {
	0% {
    bottom: -28px;
    opacity: 0;
  }
	100% {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes kv-anim-sp-M01 {
	0% {
    bottom: -56px;
    opacity: 0;
  }
	100% {
    bottom: -11px;
    opacity: 1;
  }
}
@keyframes kv-anim-sp-L01 {
	0% {
    bottom: -59px;
    opacity: 0;
  }
	100% {
    bottom: -14px;
    opacity: 1;
  }
}




/*---------------------------------
outer
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-outer {
    background-color: #fff;
    position: relative;
  }
  .c-pageTop {
    padding-bottom: 115px;
  }
  .c-footer {
    margin-top: 0;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-outer {
    background-color: #fff;
    padding-bottom: 120px;
  }
  .c-footer {
    margin-top: 0;
  }
}




/*---------------------------------
sec
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-sec {
    max-width: 980px;
    margin: 0 auto 80px;
    padding: 73px 20px 0;
    box-sizing: content-box;
  }
  .rn23-sec__ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 28px;
  }
  .rn23-sec__links {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .rn23-sec__links-item {
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    width: 275px;
    display: block;
    background-color: #CC0022;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
    padding: 22px 0 20px;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    transition-duration: 0.2s;
  }
  .rn23-sec__links-item--darkOrange {
    background-color: #CC0022;
  }
  .rn23-sec__links-item:not(:last-of-type) {
    margin-right: 30px;
  }
  .rn23-sec__links-item::after {
    content: "";
    width: 23px;
    height: 17px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    mask-image: url(https://d18f657670wm8u.cloudfront.net/recruit/_assets/img/icon_arrow_right_white.svg?20230224);
    -webkit-mask-image: url(https://d18f657670wm8u.cloudfront.net/recruit/_assets/img/icon_arrow_right_white.svg?20230224);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: #fff;
  }
  .rn23-sec__links-item:hover,
  .rn23-sec__links-item:focus,
  .rn23-sec__links-item:active {
    color: #CC0022;
  }

  .rn23-sec__links-item::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    border-radius: 3px;
    border: 2px solid #CC0022;
  }
  .rn23-sec__links-item:hover::before {
    transform: scaleX(1);
  }
  .rn23-sec__links-item:hover::after,
  .rn23-sec__links-item:focus::after,
  .rn23-sec__links-item:active::after {
    background-color: #CC0022;
  }

  .rn23-sec__links-item--darkOrange::before {
    border: 2px solid #CC0022;
  }
  .rn23-sec__links-item--darkOrange:hover,
  .rn23-sec__links-item--darkOrange:focus,
  .rn23-sec__links-item--darkOrange:active {
    color: #CC0022;
  }
  .rn23-sec__links-item--darkOrange:hover::after,
  .rn23-sec__links-item--darkOrange:focus::after,
  .rn23-sec__links-item--darkOrange:active::after {
    background-color: #CC0022;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-sec {
    padding: 50px 20px 0;
    margin-bottom: 80px;
  }
  .rn23-sec__ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .rn23-sec__links {
    padding: 0 30px;
  }
  .rn23-sec__links-item {
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    width: 100%;
    display: block;
    background-color: #CC0022;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
    padding: 22px 0 20px;
  }
  .rn23-sec__links-item--darkOrange {
    background-color: #CC0022;
  }
  .rn23-sec__links-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .rn23-sec__links-item::after {
    content: "";
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/_assets/img/icon_arrow_right_white.svg?20230224);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 17px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
  }
}




/*---------------------------------
news
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-news {
    max-width: 980px;
    margin: 0 auto 80px;
    padding: 0 20px;
    box-sizing: content-box;
  }
  .rn23-news__ttl {
    font-size: 18px;
    margin-bottom: 20px;
    color: #CC0022;
  }
  .rn23-news__wrap-box {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    padding-bottom: 10px;
  }
  .rn23-news__wrap-box:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .rn23-news__wrap-box-date {
    color: #8b8b8b;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 10px;
    display: block;
  }
  .rn23-news__wrap-box-txt {
    font-size: 14px;
    display: block;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-news {
    padding: 0 20px;
    margin-bottom: 80px;
  }
  .rn23-news__ttl {
    font-size: 22px;
    margin-bottom: 20px;
    color: #CC0022;
  }
  .rn23-news__wrap-box {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    padding-bottom: 10px;
  }
  .rn23-news__wrap-box:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .rn23-news__wrap-box-date {
    color: #8b8b8b;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 10px;
    display: block;
  }
  .rn23-news__wrap-box-txt {
    font-size: 14px;
    display: block;
  }
}




/*---------------------------------
search
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-search {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
}




/*---------------------------------
search__head
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-search__head {
    background-color: #F3EFE6;
    padding: 26px 91px 26px 83px;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .rn23-search__head::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 25.5px 0 25.5px;
    border-color: #F3EFE6 transparent transparent transparent;
  }
  .rn23-search__head-ttl {
    font-size: 24px;
    font-weight: bold;
    min-width: 233px;
  }
  .rn23-search__head-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .rn23-search__head-box-item {
    display: inline-block;
    border: 1px solid #75757C;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1em;
    padding: 12px;
    cursor: pointer;
    background-color: #F3EFE6 !important;
    position: relative;
    overflow: hidden;
    transition: ease .2s;
    color: #75757C;
  }
  .rn23-search__head-box-item.is-active {
    background-color: #2C2C2C;
    border: 1px solid #fff;
    color: #fff;
  }
  .rn23-search__head-box-item:not(:last-of-type) {
    margin-right: 8px;
  }
  .rn23-search__head-box-item:nth-last-of-type(n + 6) {
    margin-bottom: 10px;
  }
  .rn23-search__head-box-item::before {
    content: "#";
    position: relative;
    z-index: 1;
  }
  .rn23-search__head-box-item::after{
    content: '';
    position: absolute;
    top: 0;
    left: -130%;
    background-color: #2C2C2C;
    width:120%;
    height: 100%;
    transform: skewX(-25deg);
  }
  .rn23-search__head-box-item.is-active::after {
    animation: skewanime .5s forwards;
  }
  .rn23-search__head-box-item span {
    position: relative;
    z-index: 3;
  }
  .rn23-search__head-clear{
    display: none;
    font-size: 12px;
    line-height: 1em;
    position: absolute;
    left: 83px;
    bottom: 26px;
    padding-left: 14px;
    cursor: pointer;
  }
  .rn23-search__head-clear.is-active{
    display: inline-block;
  }
  .rn23-search__head-clear::before{
    content: "";
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/_assets/img/icon_arrow_right_red.svg?20240528);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@keyframes skewanime {
  100% {
    left:-10%;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-search__head {
    background-color: #F3EFE6;
    padding: 20px 12px 26px 20px;
    position: relative;
  }
  .rn23-search__head::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #F3EFE6 transparent transparent transparent;
  }
  .rn23-search__head-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
  }
  .rn23-search__head-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .rn23-search__head-box-item {
    display: inline-block;
    border: 1px solid #75757C;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1em;
    padding: 12px;
    cursor: pointer;
    color: #75757C;
  }
  .rn23-search__head-box-item.is-active {
    background-color: #2C2C2C;
    border: 1px solid #fff;
    color: #fff;
  }
  .rn23-search__head-box-item:not(:last-of-type) {
    margin-right: 8px;
  }
  .rn23-search__head-box-item:nth-last-of-type(n + 4) {
    margin-bottom: 11px;
  }
  .rn23-search__head-box-item::before {
    content: "#";
  }
  .rn23-search__head-clear{
    display: none;
    font-size: 12px;
    line-height: 1em;
    position: relative;
    padding-left: 14px;
    margin-top: 10px;
    cursor: pointer;
  }
  .rn23-search__head-clear.is-active{
    display: inline-block;
  }
  .rn23-search__head-clear::before{
    content: "";
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/_assets/img/icon_arrow_right_red.svg?20240528);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}




/*---------------------------------
search__result
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-search__result {
    display: none;
    margin-top: 19px;
    text-align: center;
  }
  .rn23-search__result.is-active {
    display: block;
  }
  .rn23-search__result-txt {
    font-size: 15px;
  }
  .rn23-search__result-txt-main {
    color: #CC0022;
    font-size: 20px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-search__result {
    display: none;
    margin-top: 19px;
    text-align: center;
  }
  .rn23-search__result.is-active {
    display: block;
  }
  .rn23-search__result-txt {
    font-size: 15px;
  }
  .rn23-search__result-txt-main {
    color: #CC0022;
    font-size: 20px;
  }
}




/*---------------------------------
search__main
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-search__main {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .rn23-search__main-item {
    width: 316px;
  }
  .rn23-search__main-item.is-hidden {
    display: none;
  }
  .rn23-search__main-item:not(:nth-of-type(3n)) {
    margin-right: 16px;
  }
  .rn23-search__main-item:nth-last-of-type(n + 4) {
    margin-bottom: 40px;
  }
  .rn23-search__main-item-thumb {
    display: block;
    width: 100%;
    height: 197px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
  }
  .rn23-search__main-item-thumb-item {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.3s ease-in-out;
  }
  .rn23-search__main-item:hover .rn23-search__main-item-thumb-item {
    transform: scale(1.2);
  }
  .rn23-search__main-item-category {
    display: block;
    padding-left: 14px;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 15px;
    position: relative;
  }
  .rn23-search__main-item-category::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .rn23-search__main-item-category--orange::before {
    background-color: #ED8B00;
  }
  .rn23-search__main-item-category--darkBlue::before {
    background-color: #0068B4;
  }
  .rn23-search__main-item-category--green::before {
    background-color: #009F3A;
  }
  .rn23-search__main-item-category--wineRed::before {
    background-color: #E73C84;
  }
  .rn23-search__main-item-ttl {
    display: block;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .rn23-search__main-item:hover .rn23-search__main-item-ttl {
    color: #CC0022;
  }
  .rn23-search__main-item-tags {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .rn23-search__main-item-tags-txt {
    color: #8b8b8b;
    font-size: 12px;
  }
  .rn23-search__main-item-tags-txt:not(:last-of-type) {
    margin-right: 10px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-search__main {
    margin-top: 60px;
    padding: 0 20px;
  }
  .rn23-search__main-item.is-hidden {
    display: none;
  }
  .rn23-search__main-item-thumb {
    display: block;
    width: 100%;
    height: 53.33vw;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
  }
  .rn23-search__main-item-thumb-item {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.3s ease-in-out;
  }
  .rn23-search__main-item:hover .rn23-search__main-item-thumb-item {
    transform: scale(1.2);
  }
  .rn23-search__main-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .rn23-search__main-item-category {
    display: block;
    padding-left: 14px;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 15px;
    position: relative;
  }
  .rn23-search__main-item-category::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .rn23-search__main-item-category--orange::before {
    background-color: #ED8B00;
  }
  .rn23-search__main-item-category--darkBlue::before {
    background-color: #0068B4;
  }
  .rn23-search__main-item-category--green::before {
    background-color: #009F3A;
  }
  .rn23-search__main-item-category--wineRed::before {
    background-color: #E73C84;
  }
  .rn23-search__main-item-ttl {
    display: block;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .rn23-search__main-item-tags {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .rn23-search__main-item-tags-txt {
    color: #8b8b8b;
    font-size: 12px;
  }
  .rn23-search__main-item-tags-txt:not(:last-of-type) {
    margin-right: 10px;
  }
}




/*---------------------------------
search__anchor
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {

}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-search__anchor{
    width: calc(100vw - 100px);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    background-color: #CC0022;
    padding: 12px 0 10px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: fixed;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
  }
  .rn23-search__anchor.is-active{
    pointer-events: auto;
  }
  .rn23-search__anchor::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 15px 12.5px;
    border-color: transparent transparent #CC0022 transparent;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}




/*---------------------------------
search__more
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-search__more{
    margin: 80px auto 0;
    width: 275px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1em;
    padding: 17.5px 0;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #2C2C2C;
    background-color: #fff;
    cursor: pointer;
    display: none;
  }
  .rn23-search__more.is-active{
    display: block;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-search__more{
    margin: 40px auto 0;
    width: calc(100vw - 100px);
    font-size: 15px;
    font-weight: bold;
    line-height: 1em;
    padding: 17.5px 0;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #2C2C2C;
    background-color: #fff;
    cursor: pointer;
    display: none;
  }
  .rn23-search__more.is-active{
    display: block;
  }
}




/*---------------------------------
animation
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {

}

/* SP */
@media print, screen and (max-width: 768px) {
  .ani-in-anchor {
    animation-name: fadeInSearchAnchor;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .ani-out-anchor {
    animation-name: fadeOutSearchAnchor;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
}

@keyframes fadeInSearchAnchor {
  0% {
    opacity: 0;
    transform: translate3d(-50%,-100%,0);
  }
  to {
    opacity: 1;
    transform: translate3d(-50%,0,0);
  }
}
@keyframes fadeOutSearchAnchor {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(-50%,-100%,0);
  }
}

</pre></body></html>