﻿@media screen and (min-width: 768px) {
    .c-section {
        margin-left: auto;
        margin-right: auto;
    }
.c_rn-b_cv-btn--item{
    width: 350px;
    margin: auto;
}
    .section-h2 {
        margin-bottom: 60px;
    }
}
@media print, screen and (max-width: 768px) {
    .section-h2 {
        margin-bottom: 16vw;
    }
}
html{
  scroll-behavior: smooth;
}
h1{
  font-weight: 600;
}
.article__columnWrap{
  padding:20px;
  background-color: #E6EEF7;
}
.article__columnWrap h4{
  font-size: 16px;
  font-weight: 600;
}
.article__columnWrap ul{
  margin-top: 10px;
}
.article__columnWrap li {
  text-align: left;
  padding-left: 1.5em;
  font-weight: 600;
  position: relative;
}
.article__columnWrap li:not(:first-child){
  margin-top: 6px;
}
.article__columnWrap li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0
}

.faq{
  margin-top: 60px;
}
.faq_ttl{
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
/*====================
  hero
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .hero {
    overflow: hidden;
  }
  .hero__eyecatch {
    height: 300px;
    position: relative;
  }
  .hero__eyecatch-wrap {
    width: 1440px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: -50%;
    left: -50%;
  }
  .hero__eyecatch-img {
    width: 100%;
  }
  .hero__body {
    background-color: #ffffff;
  }
  .hero__body-wrap {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero__title {
    font-size: 20px;
    font-weight: bold;
    color: #464646;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .hero__description {
    font-size: 16px;
    font-weight: normal;
    color: #464646;
    line-height: 1.5;
  }
  .hero__copy {
    font-size: 16px;
    font-weight: normal;
    color: #464646;
    text-align: right;
    line-height: 1.5;
    margin-top: 8px;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .hero__eyecatch-img {
    width: 100%;
  }
  .hero__body {
    background-color: #ffffff;
  }
  .hero__body-wrap {
    padding: 10.66666666vw 8vw;
  }
  .hero__title {
    font-size: 5.33333333vw;
    font-weight: bold;
    color: #464646;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 2.66666666vw;
  }
  .hero__description {
    font-size: 4.26666666vw;
    font-weight: normal;
    color: #464646;
    line-height: 1.5;
  }
  .hero__copy {
    font-size: 4.26666666vw;
    font-weight: normal;
    color: #464646;
    text-align: right;
    line-height: 1.5;
    margin-top: 1.33333333vw;
  }
}
/*====================
  toc
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .article .ex-toc {
    border-radius: 10px;
    background-color: #f6f6f6;
    margin-top: 60px;
    padding: 24px 20px;
  }
  .article h2.ex-toc__ttl {
    border-bottom: none;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0;
    padding: 0;
    position: relative;
  }
  .article h2.ex-toc__ttl::before {
    content: none;
  }
  .article .ex-toc__list-unit {
    font-size: 18px;
    font-weight: bold;
  }
  .article .ex-toc__list-unit:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .article a.ex-toc__list-unit-link {
    color: #464646;
  }
  .article li.ex-toc__list-unit-group-item {
    font-weight: normal;
    margin-left: 1.5em;
  }
  .article ol.ex-toc__list-unit-group li.ex-toc__list-unit-group-item {
    list-style-type: decimal
  }
  .article ul.ex-toc__list-unit-group li.ex-toc__list-unit-group-item {
    list-style-type: disc
  }
  .article a.ex-toc__list-unit-group-item-link {
    color: #464646;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .article .ex-toc {
    border-radius: 2.66666666vw;
    background-color: #f6f6f6;
    margin-top: 16vw;
    padding: 8vw 5.33333333vw;
  }
  .article h2.ex-toc__ttl {
    border-bottom: none;
    font-size: 5.86666666vw;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0;
    padding: 0;
    position: relative;
  }
  .article h2.ex-toc__ttl::before {
    content: none;
  }
  .article .ex-toc__list-unit {
    font-size: 4.8vw;
    font-weight: bold;
  }
  .article .ex-toc__list-unit:not(:last-of-type) {
    margin-bottom: 2.66666666vw;
  }
  .article a.ex-toc__list-unit-link {
    color: #464646;
    display: block;
  }
  .article li.ex-toc__list-unit-group-item {
    font-weight: normal;
    margin-left: 1.5em;
  }
  .article ol.ex-toc__list-unit-group li.ex-toc__list-unit-group-item {
    list-style-type: decimal
  }
  .article ul.ex-toc__list-unit-group li.ex-toc__list-unit-group-item {
    list-style-type: disc
  }
  .article a.ex-toc__list-unit-group-item-link {
    color: #464646;
    display: block;
  }
}

/*====================
  topics
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .topics {
    background-color: #ffffff;
  }
  .topics__wrap {
    max-width: 1000px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .topics__header {
    margin-bottom: 50px;
  }
  .topics__header-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 10px;
    position: relative;
  }
  .topics__header-title::after {
    content: "";
    background-color: #464646;
    width: 80px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .timeline__card.is-hidden {
    display: none;
  }
  .timeline__card + .timeline__card {
    border-top: solid 2px #f0f0f0;
    margin-top: 30px;
    padding-top: 30px;
  }
  .timeline__link {
    display: flex;
    text-decoration: none;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .timeline__link:hover {
    opacity: 0.7;
  }
  .timeline__eyecatch {
    width: 262px;
  }
  .timeline__eyecatch-img {
    width: 100%;
  }
  .timeline__body {
    width: 698px;
    padding-top: 15px;
    padding-left: 20px;
  }
  .timeline__title {
    font-size: 20px;
    font-weight: 600;
    color: #464646;
    line-height: 1.3;
    margin-bottom: 15px;
  }
   .timeline__description {
    font-size: 14px;
    font-weight: normal;
    color: #464646;
    line-height: 1.5;
  }
  .timeline__meta {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .timeline__date {
    font-size: 14px;
    font-weight: normal;
    color: #464646;
    line-height: 1.5;
  }
  .timeline__date + .timeline__type {
    margin-left: 15px;
  }
  .timeline__type {
    display: flex;
    gap: 15px;
  }
  .timeline__category-item {
    display: inline-block;
    color: #0860A8;
    border: 1px solid #0860A8;
    font-weight: 600;
    text-align: center;
    padding: 3px 10px;
  }
  .timeline__tags{
    flex: 1;
    display: flex;
    gap: 5px 10px;
    flex-wrap: wrap;
    align-items: center;
  }
  .timeline__tags-item::before{
    content: "#";
  }
  .timeline__tags-item{
    color: #464646;
  }
  .timeline__more {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border: solid 2px #0860a8;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    color: #0860a8;
    text-align: center;
    line-height: 1.0;
    width: 250px;
    height: 50px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    cursor: pointer;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .timeline__more::after {
    content: "";
    background-image: url(/column/250730_60144_timeline_more_icon_01.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 14px;
    height: 9px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
  }
  .timeline__more:hover {
    opacity: 0.7;
  }
  .timeline__more.is-btn-hidden{
    display: none;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .topics {
    background-color: #ffffff;
  }
  .topics__wrap {
    padding: 16vw 8vw 32vw;
  }
  .topics__header {
    margin-bottom: 12vw;
  }
  .topics__header-title {
    font-size: 7.46666666vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 1.33333333vw;
    position: relative;
  }
  .topics__header-title::after {
    content: "";
    background-color: #464646;
    width: 21.33333333vw;
    height: 0.8vw;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .timeline__card.is-hidden {
    display: none;
  }
  .timeline__card + .timeline__card {
    border-top: solid 2px #f0f0f0;
    margin-top: 6.66666666vw;
    padding-top: 8vw;
  }
  .timeline__link {
    text-decoration: none;
  }
  .timeline__eyecatch-img {
    width: 100%;
  }
  .timeline__body {
    padding-top: 2.66666666vw;
  }
  .timeline__title {
    font-size: 5.33333333vw;
    font-weight: 600;
    color: #464646;
    line-height: 1.3;
    margin-bottom: 15px;
  }
   .timeline__description {
    font-size: 4.26666666vw;
    font-weight: normal;
    color: #464646;
    line-height: 1.5;
  }
  .timeline__date {
    color: #464646;
    margin-top: 5.33333333vw;
  }
  .timeline__date  + .timeline__type{
    margin-top: 2.66666666vw;
  }
  .timeline__type {
    display: flex;
    flex-wrap: wrap;
    gap: 2.66666666vw;
  }
  .timeline__category-item {
    display: inline-block;
    color: #0860A8;
    border: 1px solid #0860A8;
    font-weight: 600;
    text-align: center;
    padding: 0.8vw 2.66666666vw;
  }
  .timeline__tags{
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.533vw 2.66666666vw;
    flex-wrap: wrap;
  }
  .timeline__tags-item::before{
    content: "#";
  }
  .timeline__tags-item{
    color: #464646;
    font-size: 3.2vw;
  }
  .timeline__more {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6.66666666vw;
    border: solid 2px #0860a8;
    background-color: #ffffff;
    font-size: 4.26666666vw;
    font-weight: 600;
    color: #0860a8;
    text-align: center;
    line-height: 1.0;
    width: 100%;
    height: 13.33333333vw;
    margin-top: 16vw;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    cursor: pointer;
  }
  .timeline__more::after {
    content: "";
    background-image: url(/column/250730_60144_timeline_more_icon_01.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 3.73333333vw;
    height: 2.4vw;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5.86666666vw;
  }
  .timeline__more.is-btn-hidden{
    display: none;
  }
}
/*====================
  article
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .article {
    background-color: #ffffff;
  }
  .article__wrap {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .article__content {
    width: 626px;
    margin-right: auto;
    margin-left: auto;
  }
  .article__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .article__date {
    font-size: 16px;
    color: #888888;
  }
  .article__sns {
    display: flex;
  }
  .article__sns-item {
    width: 100px;
  }
  .article__sns-item + .article__sns-item {
    margin-left: 10px;
  }
  .article__sns-link {
    display: block;
  }
  .article__sns-link:hover {
    opacity: 0.7;
  }
  .article__sns-img {
    width: 100%;
  }
  .article__category {
    font-size: 22px;
    font-weight: 600;
    color: #0860a8;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 10px;
    position: relative;
  }
  .article__category::after {
    content: "";
    background-color: #0860a8;
    width: 80px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .article__category-sub {
    font-size: 14px;
    font-weight: normal;
  }
  .article__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border: solid 2px #0860a8;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    color: #0860a8;
    text-align: center;
    text-decoration: none;
    line-height: 1.0;
    width: 250px;
    height: 50px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    position: relative;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .article__btn::after {
    content: "";
    background-image: url(/column/250730_60144_article_btn_icon_01.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 22px;
  }
  .article__btn:hover {
    opacity: 0.7;
  }
  .article h1 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .article__sec{
    padding-top: 60px;
  }
  .article h2 {
    border-bottom: solid 2px #f0f0f0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-top: 2px;
    padding-bottom: 12px;
    padding-left: 15px;
    position: relative;
  }
  .article h2::before {
    content: "";
    border-radius: 10px;
    background-color: #0860a8;
    width: 5px;
    height: 82%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .article h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 2.0;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .article p {
    font-size: 18px;
    line-height: 2.0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .article small {
    font-size: 14px;
  }
  .article figure {
    margin-top: 70px;
    margin-bottom: 35px;
  }
  .article b {
    font-weight: bold;
  }
  .article em {
    background: linear-gradient(transparent 60%, #ffe296 60%);
  }
  .article a {
    color: #0860a8;
  }
  .article a:hover {
    text-decoration: none;
  }
  .article__banner {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .article__banner-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .article__banner-btn {
    display: block;
    border: solid 1px #dddddd;
    border-radius: 6px;
  }
  .article__banner-btn:hover {
    opacity: 0.7;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .article {
    background-color: #ffffff;
  }
  .article__wrap {
    padding: 8vw;
  }
  .article__meta {
    margin-bottom: 16vw;
  }
  .article__date {
    font-size: 4.26666666vw;
    color: #888888;
  }
  .article__sns {
    display: flex;
    width: 80%;
    margin-top: 4vw;
    margin-left: auto;
  }
  .article__sns-item {
    width: 23%;
  }
  .article__sns-item + .article__sns-item {
    margin-left: 2%;
  }
  .article__sns-link {
    display: block;
  }
  .article__sns-link:hover {
    opacity: 0.7;
  }
  .article__sns-img {
    width: 100%;
  }
  .article__eyecatch-img {
    width: 100%;
  }
  .article__category {
    font-size: 4.8vw;
    font-weight: 600;
    color: #0860a8;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 4vw;
    position: relative;
  }
  .article__category::after {
    content: "";
    background-color: #0860a8;
    width: 21.33333333vw;
    height: 0.8vw;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .article__category-sub {
    font-size: 3.73333333vw;
    font-weight: normal;
  }
  .article__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border: solid 2px #0860a8;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    color: #0860a8;
    text-align: center;
    text-decoration: none;
    line-height: 1.0;
    width: 80%;
    height: 13.33333333vw;
    margin-top: 16vw;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .article__btn::after {
    content: "";
    background-image: url(/column/250730_60144_article_btn_icon_01.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 2.4vw;
    height: 4vw;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5.86666666vw;
  }
  .article h1 {
    font-size: 8.53333333vw;
    margin-top: 6.66666666vw;
    margin-bottom: 8vw;
  }
  .article__sec{
    padding-top: 16vw;
  }
  .article h2 {
    border-bottom: solid 2px #f0f0f0;
    font-size: 5.86666666vw;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5.33333333vw;
    padding-top: 0.53333333vw;
    padding-bottom: 3.2vw;
    padding-left: 4vw;
    position: relative;
  }
  .article h2::before {
    content: "";
    border-radius: 10px;
    background-color: #0860a8;
    width: 1.33333333vw;
    height: 82%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .article h3 {
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 2.0;
    margin-top: 10.66666666vw;
    margin-bottom: 4vw;
  }
  .article p {
    font-size: 4.8vw;
    line-height: 2.0;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .article small {
    font-size: 4.26666666vw;
  }
  .article figure {
    margin-top: 16vw;
    margin-bottom: 8vw;
  }
  .article figure img {
    width: 100%;
  }
  .article b {
    font-weight: bold;
  }
  .article em {
    background: linear-gradient(transparent 60%, #ffe296 60%);
  }
  .article a {
    color: #0860a8;
  }
  .article a:hover {
    text-decoration: none;
  }
  .article__banner {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .article__banner-btn {
    display: block;
    border: solid 1px #dddddd;
    border-radius: 5px;
  }
}


/*====================
  table
====================*/
.article__content table th,
.article__content table td {
  border: 2px solid #707070;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
}

/*====================
  newtopics
====================*/
.newtopics__card.is-hidden {
    display: none;
}
.newtopics__link{
  text-decoration: none;
  color: #464646;
}
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .newtopics {
    padding-top: 32px;
    padding-bottom: 80px;
  }
  .newtopics__inner{
    max-width: 664px;
    width: 100%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .newtopics .topics__header{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
  }
  .newtopics .filter__btn-wrap{
    margin-top: 40px;
  }
  .newtopics__card:not(:last-child){
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
  }
  .newtopics__link{
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .newtopics__link:hover {
    opacity: 0.7;
  }
  .newtopics .timeline__category-item{
    font-size: 12px;
    line-height: 2;
    padding: 0 10px;
  }
  .newtopics .timeline__category-item--new{
    background-color: #F0F4FF;
    border-color: #F0F4FF;
  }
  .newtopics .timeline__category-item:not(:first-child){
    margin-left: 10px;
  }
  .newtopics__ttl{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .newtopics__wrap{
    padding: 10.667vw 8vw;
  }
  .newtopics .topics__header{
    margin-bottom: 5.333vw;
    padding-bottom: 5.333vw;
    border-bottom: 1px solid #D9D9D9;
  }
  .newtopics .filter__btn-wrap{
    margin-top: 5.333vw;
  }
  .newtopics__card:not(:last-child){
    margin-bottom: 5.333vw;
    padding-bottom: 5.333vw;
    border-bottom: 1px solid #D9D9D9;
  }
  .newtopics .timeline__category-item{
    font-size: 3.2vw;
    line-height: 2;
    padding: 0 2.667vw;
  }
  .newtopics .timeline__category-item--new{
    background-color: #F0F4FF;
    border-color: #F0F4FF;
  }
  .newtopics .timeline__category-item:not(:first-child){
    margin-left: 2.667vw;
  }
  .newtopics .timeline__meta{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2.667vw;
  }
  .newtopics .timeline__date, .newtopics .timeline__type{
    margin-top: 0;
  }
  .newtopics__ttl{
    margin-top: 2.667vw;
    font-size: 4.267vw;
    font-weight: 600;
    line-height: 1.5;
  }
}

/*====================
  filter
====================*/
/* 絞り込まれた記事パネルを非表示にするスタイル */
.timeline__card.is-hidden {
    display: none;
}

/*===== PC =====*/
@media screen and (min-width: 768px) {
  .filter {
    background: #F0F0F0;
    padding: 40px 0;
  }
  .filter__wrap {
    max-width: 1000px;
    margin:auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .filter__inner{
    background: #ffffff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px 30px;
  }
  .filter__box:not(:first-child){
    margin-top: 40px;
  }
  .filter__ttl{
    color: #464646;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
  }
  .filter__btn-wrap {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .filter__btn {
    cursor: pointer;
    text-decoration: none;
    background-color: #ffffff;
    color: #0860A8;
    border-color: #0860A8;
    border: 1px solid #0860A8;
    font-size: 16px;
    font-weight: 600;
    line-height: 200%;
    padding: 0 15px;
  }
  .filter__btn:hover {
    opacity: 0.7;
  }
  .filter__btn--tag{
    border-radius: 990px;
    display: flex;
    justify-content: center;
    gap: 3px;
  }
  .filter__btn--tag::before{
    content: url(/column/vector.svg);
  }
  .filter__btn.is-active {
    background-color: #0860A8;
    color: #ffffff;
    border-color: #0860A8;
  }
  .filter__btn--tag.is-active::before{
    content: url(/column/vector_white.svg);
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .filter {
    background: #F0F0F0;
    padding: 10.667vw 0;
  }
  .filter__wrap {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .filter__inner{
    background: #ffffff;
    border-radius: 2.667vw;
    margin-top: 5.333vw;
    padding: 8vw 5.333vw;
  }
  .filter__box:not(:first-child){
    margin-top: 8vw;
  }
  .filter__ttl{
    color: #464646;
    font-size: 5.333vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
  }
  .filter__btn-wrap {
    margin-top: 5.333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.857vw;
  }
  .filter__btn {
    cursor: pointer;
    text-decoration: none;
    background-color: #ffffff;
    color: #0860A8;
    border-color: #0860A8;
    border: 1px solid #0860A8;
    font-size: 3.733vw;
    font-weight: 600;
    line-height: 200%;
    padding: 0 2.667vw;
  }
  .filter__btn--tag{
    border-radius: 264vw;
    display: flex;
    justify-content: center;
    gap: .8vw;
  }
  .filter__btn--tag::before{
    content: url(/column/vector.svg);
  }
  .filter__btn.is-active .filter__btn--tag::before{
    content: url(/column/vector_white.svg);
  }
  .filter__btn.is-active {
    background-color: #0860A8;
    color: #ffffff;
    border-color: #0860A8;
  }
  .filter__btn--tag.is-active::before{
    content: url(/column/vector_white.svg);
  }
}