.topttl {
  margin-bottom: calc(8px * 3);
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .topttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .topttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.topttl__main {
  line-height: 1.3;
  font-size: 4rem;
}

@media screen and (max-width: 960px) {
  .topttl__main {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .topttl__main {
    font-size: 2.8rem;
  }
}

.topttl__main span {
  font-size: 3.2rem;
}

@media screen and (max-width: 960px) {
  .topttl__main span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .topttl__main span {
    font-size: 2.4rem;
  }
}

.topttl__sub {
  position: relative;
  padding: 0 0 0 28px;
  background: url("/img/general/top/topttl-deco.svg") center left/24px 10px no-repeat;
  color: #2072C8;
}

.mv {
  margin-bottom: calc(8px * 14);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .mv {
    margin-bottom: calc((8px * 14) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .mv {
    margin-bottom: calc((8px * 14) * 0.5);
  }
}

.mv .mv-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: calc( 50% - 8px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  color: #ffffff;
  font-size: 4rem;
  text-shadow: 1px 1px 0 #2096BE, -1px 1px 0 #2096BE, 1px -1px 0 #2096BE, -1px -1px 0 #2096BE, 0 0 10px rgba(4, 14, 25, 0.24);
}

@media screen and (max-width: 1024px) {
  .mv .mv-txt {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 960px) {
  .mv .mv-txt {
    top: calc( 50% - 16px);
  }
}

@media screen and (max-width: 768px) {
  .mv .mv-txt {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 520px) {
  .mv .mv-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 520px) {
  .mv .mv-txt__inner {
    text-align: center;
  }
}

.mv .mv-list {
  position: relative;
  margin: 0 0 16px 0;
  height: 510px;
}

.mv .mv-list::before {
  position: absolute;
  bottom: -1px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
  background-size: cover;
  width: calc( 100% + 4px);
  aspect-ratio: 12.85 / 1;
  background: url("/img/general/top/mv-bg.svg") center/100% 101% repeat-x;
}

@media screen and (max-width: 960px) {
  .mv .mv-list {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .mv .mv-list {
    height: 360px;
  }
}

@media screen and (max-width: 520px) {
  .mv .mv-list {
    height: 240px;
  }
}

.mv .mv-list .slick-list {
  height: 100%;
}

.mv .mv-list .slick-list div,
.mv .mv-list .slick-list li {
  height: 100%;
}

.mv .mv-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mv .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mv .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin: 0 2px;
  border-radius: 50%;
}

.mv .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2096BE;
}

.mv .slick-dots li button::before {
  display: none;
}

.mv .slick-dots li.slick-active {
  border: 2px solid #2096BE;
}

.about {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .about {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .about {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.about .about-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}

@media screen and (max-width: 960px) {
  .about .about-unit {
    gap: 24px;
  }
}

.about .about-vsl {
  position: relative;
  width: 450px;
}

@media screen and (max-width: 960px) {
  .about .about-vsl {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .about .about-vsl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 80%;
    margin: 0 auto;
  }
}

.about .about-vsl img {
  border-radius: 4px;
}

.about .about-vsl::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #2072C8;
}

.about .about-dtl {
  width: calc( 100% - 490px);
}

@media screen and (max-width: 960px) {
  .about .about-dtl {
    width: calc( 100% - 344px);
  }
}

@media screen and (max-width: 768px) {
  .about .about-dtl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}

.about .about-dtl__txt:not(:last-of-type) {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .about .about-dtl__txt:not(:last-of-type) {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .about .about-dtl__txt:not(:last-of-type) {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.news {
  position: relative;
  padding-top: calc(8px * 12);
  padding-bottom: calc(8px * 12);
  margin-bottom: calc(8px * 12);
}

@media screen and (max-width: 960px) {
  .news {
    padding-top: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .news {
    padding-top: calc((8px * 12) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .news {
    padding-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .news {
    padding-bottom: calc((8px * 12) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .news {
    margin-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .news {
    margin-bottom: calc((8px * 12) * 0.5);
  }
}

.news::before, .news::after {
  content: "";
  display: block;
}

.news::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc( 50% + 520px);
  height: 100%;
  background: #F9F9F9;
  border-radius: 4px 0 0 4px;
}

@media screen and (max-width: 1280px) {
  .news::before {
    width: calc( 100% - 200px);
  }
}

@media screen and (max-width: 768px) {
  .news::before {
    width: calc( 100% - 156px);
  }
}

@media screen and (max-width: 520px) {
  .news::before {
    width: calc( 100% - 136px);
  }
}

.news::after {
  position: absolute;
  bottom: 0;
  left: calc( 50% - 630px);
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  background: url("/img/general/top/news-bg.svg") center/cover no-repeat;
}

@media screen and (max-width: 1280px) {
  .news::after {
    left: 0;
    -webkit-transform: initial;
    transform: initial;
  }
}

@media screen and (max-width: 768px) {
  .news::after {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 520px) {
  .news::after {
    width: 120px;
    height: 120px;
  }
}

.news .news-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 45px;
}

@media screen and (max-width: 960px) {
  .news .news-unit {
    display: block;
  }
}

.news .news-unit .btn {
  position: absolute;
  top: 100px;
  left: 0;
  width: 160px;
}

@media screen and (max-width: 960px) {
  .news .news-unit .btn {
    position: static;
    width: auto;
  }
}

.news .news-unit .btn a::before {
  right: 16px;
}

.news .news-unit .btn a:hover::before {
  right: 12px;
}

.news .tab {
  width: calc( 100% - 210px);
}

@media screen and (max-width: 960px) {
  .news .tab {
    margin-bottom: calc(8px * 4);
    width: 100%;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .news .tab {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 960px) and (max-width: 520px) {
  .news .tab {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.news .tab .tab-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .news .tab .tab-menu {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 16px 0;
  }
}

.news .tab .tab-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 2px 0 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .news .tab .tab-menu__item {
    padding: 1px 0 0 0;
    height: 44px;
    border-radius: 4px;
    font-size: 1.4rem;
  }
}

.news .tab .tab-menu__item:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
}

.news .tab .tab-menu__item.active {
  height: 56px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .news .tab .tab-menu__item.active {
    height: 44px;
  }
}

.news .tab .tab-menu__item--all {
  background: #2072C8;
}

.news .tab .tab-menu__item--all:hover, .news .tab .tab-menu__item--all.active {
  color: #2072C8;
}

@media screen and (max-width: 768px) {
  .news .tab .tab-menu__item--all:hover, .news .tab .tab-menu__item--all.active {
    border: 2px solid #2072C8;
  }
}

.news .tab .tab-menu__item--citizen {
  background: #2096BE;
}

.news .tab .tab-menu__item--citizen:hover, .news .tab .tab-menu__item--citizen.active {
  color: #2096BE;
}

@media screen and (max-width: 768px) {
  .news .tab .tab-menu__item--citizen:hover, .news .tab .tab-menu__item--citizen.active {
    border: 2px solid #2096BE;
  }
}

.news .tab .tab-menu__item--event {
  background: #E18C28;
}

.news .tab .tab-menu__item--event:hover, .news .tab .tab-menu__item--event.active {
  color: #E18C28;
}

@media screen and (max-width: 768px) {
  .news .tab .tab-menu__item--event:hover, .news .tab .tab-menu__item--event.active {
    border: 2px solid #E18C28;
  }
}

.news .tab .tab-menu__item--other {
  background: #189178;
}

.news .tab .tab-menu__item--other:hover, .news .tab .tab-menu__item--other.active {
  color: #189178;
}

@media screen and (max-width: 768px) {
  .news .tab .tab-menu__item--other:hover, .news .tab .tab-menu__item--other.active {
    border: 2px solid #189178;
  }
}

.news .tab .tab-content {
  margin: -1px 0 0 0;
  padding: 24px 40px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0 0 4px 4px;
}

@media screen and (max-width: 960px) {
  .news .tab .tab-content {
    padding: 12px 16px;
  }
}

@media screen and (max-width: 768px) {
  .news .tab .tab-content {
    margin: 0;
  }
}

.news .news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: calc(8px * 2);
  padding-bottom: calc(8px * 2);
}

@media screen and (max-width: 960px) {
  .news .news-list__item {
    padding-top: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .news .news-list__item {
    padding-top: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .news .news-list__item {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .news .news-list__item {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .news .news-list__item {
    gap: 8px;
  }
}

.news .news-list__item:not(:last-of-type) {
  border-bottom: 1px solid #dddddd;
}

.news .news-list__date {
  width: 96px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .news .news-list__date {
    width: 84px;
    font-size: 1.4rem;
  }
}

.news .news-list__cate {
  width: 130px;
}

@media screen and (max-width: 768px) {
  .news .news-list__cate {
    width: 120px;
  }
}

.news .news-list__cate a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 15px;
  color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .news .news-list__cate a {
    height: 26px;
    font-size: 1.4rem;
  }
}

.news .news-list__cate a:hover {
  background: #ffffff;
}

.news .news-list__cate--citizen a {
  border: 1px solid #2096BE;
  background: #2096BE;
}

.news .news-list__cate--citizen a:hover {
  color: #2096BE;
}

.news .news-list__cate--event a {
  border: 1px solid #E18C28;
  background: #E18C28;
}

.news .news-list__cate--event a:hover {
  color: #E18C28;
}

.news .news-list__cate--other a {
  border: 1px solid #189178;
  background: #189178;
}

.news .news-list__cate--other a:hover {
  color: #189178;
}

.news .news-list__ttl {
  width: calc( 100% - 258px);
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .news .news-list__ttl {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .news .news-list__ttl {
    font-size: 1.4rem;
  }
}

.news .news-list__ttl a {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.news .news-list__ttl a:hover {
  text-decoration: underline;
}

.find {
  margin-bottom: calc(8px * 18);
}

@media screen and (max-width: 960px) {
  .find {
    margin-bottom: calc((8px * 18) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .find {
    margin-bottom: calc((8px * 18) * 0.5);
  }
}

.find .find-unit {
  display: grid;
  grid-template-columns: 500px 582px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: calc(8px * 11);
}

@media screen and (max-width: 960px) {
  .find .find-unit {
    margin-bottom: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .find .find-unit {
    margin-bottom: calc((8px * 11) * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  .find .find-unit {
    grid-template-columns: 500px 1fr;
    gap: 32px;
  }
}

@media screen and (max-width: 960px) {
  .find .find-unit {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .find .find-vsl .find-vsl-img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: calc(8px * 5);
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .find .find-vsl .find-vsl-img {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 960px) and (max-width: 520px) {
  .find .find-vsl .find-vsl-img {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 520px) {
  .find .find-vsl .find-vsl-img {
    width: 80%;
  }
}

.find .find-vsl .find-vsl-img a:hover {
  opacity: .8;
}

@media screen and (max-width: 960px) {
  .find .find-dtl {
    width: 100%;
  }
}

.find .find-dtl .area {
  padding: 16px 24px;
  border: 1px solid #E13020;
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  .find .find-dtl .area {
    padding: 16px;
  }
}

@media screen and (max-width: 768px) {
  .find .find-dtl .area {
    padding: 12px;
  }
}

.find .find-dtl .area:not(:last-of-type) {
  margin: 0 0 8px 0;
}

.find .find-dtl .area .area-ttl {
  margin: 0 0 8px 0;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .find .find-dtl .area .area-ttl {
    font-size: 2rem;
  }
}

.find .find-dtl .area .area-ttl em {
  color: #E13020;
}

.find .find-dtl .area .area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 24px;
}

@media screen and (max-width: 520px) {
  .find .find-dtl .area .area-list {
    gap: 12px 16px;
  }
}

.find .find-dtl .area .area-list__item {
  position: relative;
  padding: 0 0 0 16px;
}

.find .find-dtl .area .area-list__item::before {
  position: absolute;
  top: 50%;
  left: 8px;
  content: "";
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #E13020;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.find .find-dtl .area .area-list__item:hover::before {
  left: 4px;
}

@media screen and (max-width: 960px) {
  .find .find-dtl .area .area-list__item {
    padding: 0 0 0 12px;
  }
}

.find .find-dtl .area .area-list__item::before {
  left: 0;
}

.find .find-dtl .area .area-list__item a {
  text-decoration: underline;
}

.find .find-dtl .area .area-list__item:hover a {
  text-decoration: none;
}

.find .find-dtl .area--seinou {
  border: 1px solid #E18C28;
}

.find .find-dtl .area--seinou .area-ttl em {
  color: #E18C28;
}

.find .find-dtl .area--seinou .area-list__item::before {
  border-color: transparent transparent transparent #E18C28;
}

.find .find-dtl .area--tyunou {
  border: 1px solid #189178;
}

.find .find-dtl .area--tyunou .area-ttl em {
  color: #189178;
}

.find .find-dtl .area--tyunou .area-list__item::before {
  border-color: transparent transparent transparent #189178;
}

.find .find-dtl .area--tonou {
  border: 1px solid #2096BE;
}

.find .find-dtl .area--tonou .area-ttl em {
  color: #2096BE;
}

.find .find-dtl .area--tonou .area-list__item::before {
  border-color: transparent transparent transparent #2096BE;
}

.find .find-dtl .area--hida {
  border: 1px solid #2072C8;
}

.find .find-dtl .area--hida .area-ttl em {
  color: #2072C8;
}

.find .find-dtl .area--hida .area-list__item::before {
  border-color: transparent transparent transparent #2072C8;
}

.find .find-dtl .area .area-list__item--none span {
  color: #919090;
}

.find .find-dtl .area .area-list__item--none::before {
  border-color: transparent transparent transparent #919090;
}

.find .find-dtl .area .area-list__item--none:hover::before {
  left: 0px;
}

.find .find-bnr {
  width: 100%;
  max-width: 906px;
  margin: 0 auto;
  -webkit-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

@media screen and (max-width: 1024px) {
  .find .find-bnr {
    -webkit-transform: translate(-15px, 0px);
    transform: translate(-15px, 0px);
  }
}

@media screen and (max-width: 960px) {
  .find .find-bnr {
    -webkit-transform: translate(-10px, 0px);
    transform: translate(-10px, 0px);
  }
}

@media screen and (max-width: 768px) {
  .find .find-bnr {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.find .find-bnr a {
  position: relative;
  display: block;
  padding: 0 16px 16px 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 960px) {
  .find .find-bnr a {
    padding: 0 16px 24px 0;
  }
}

@media screen and (max-width: 768px) {
  .find .find-bnr a {
    padding: 0 5% 0px 0;
  }
}

.find .find-bnr a:hover {
  -webkit-transform: translate(0px, 8px);
  transform: translate(0px, 8px);
}

.find .find-bnr a:hover .find-bnr__txt {
  background: #ffffff;
  color: #E18C28;
}

.find .find-bnr a:hover .find-bnr__txt span::before {
  border-color: transparent transparent transparent #E18C28;
  right: -4px;
}

.find .find-bnr__txt {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 0 0 0;
  height: 48px;
  width: 292px;
  background: #E18C28;
  border-radius: 24px 4px 24px 4px;
  border: 2px solid #E18C28;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .find .find-bnr__txt {
    bottom: auto;
    top: calc( 100% - 24px);
  }
}

@media screen and (max-width: 520px) {
  .find .find-bnr__txt {
    width: 225px;
    height: 36px;
    top: calc( 100% - 18px);
  }
}

.find .find-bnr__txt span {
  position: relative;
  padding: 0 15px 0 0;
}

.find .find-bnr__txt span::before {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.find .find-bnr__txt span:hover::before {
  right: 4px;
}

@media screen and (max-width: 520px) {
  .find .find-bnr__txt span {
    padding: 0 10px 0 0;
    font-size: 1.2rem;
  }
}

.find .find-bnr__txt span::before {
  right: 0;
}

.bnrarea {
  padding-top: calc(8px * 8);
  padding-bottom: calc(8px * 8);
  background: #F9F9F9;
}

@media screen and (max-width: 960px) {
  .bnrarea {
    padding-top: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .bnrarea {
    padding-top: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .bnrarea {
    padding-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .bnrarea {
    padding-bottom: calc((8px * 8) * 0.5);
  }
}

.bnrarea .bnr-list {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media screen and (max-width: 1280px) {
  .bnrarea .bnr-list {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 960px) {
  .bnrarea .bnr-list {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 520px) {
  .bnrarea .bnr-list {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .bnrarea .bnr-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.bnrarea .bnr-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 104px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  background: #ffffff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 960px) {
  .bnrarea .bnr-list__item a {
    height: 88px;
  }
}

@media screen and (max-width: 768px) {
  .bnrarea .bnr-list__item a {
    height: 72px;
  }
}

.bnrarea .bnr-list__item a img {
  width: 80%;
  max-width: 180px;
}

.bnrarea .bnr-list__item a:hover {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/*# sourceMappingURL=../../../maps/general/pages/top.css.map */
