.headline {
  margin-bottom: calc(8px * 3);
}

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

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

.headline__sub {
  position: relative;
  padding-left: 26px;
  font-size: 1.8rem;
  font-family: "Manrope", sans-serif;
  color: rgba(0, 90, 166, 0.4);
  font-weight: bold;
}

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

@media screen and (max-width: 520px) {
  .headline__sub {
    font-size: 1.4rem;
  }
}

.headline__sub::before {
  content: '';
  position: absolute;
  background: url("/img/general/common/ttl-icon.svg") no-repeat;
  width: 20px;
  height: 10px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.headline__main {
  font-size: 4rem;
  color: #005aa6;
  font-weight: bold;
  line-height: 1.2;
}

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

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

.link-btn {
  position: relative;
  padding-right: 28px;
  display: block;
  text-align: right;
  text-decoration: underline;
}

.link-btn::after {
  content: '';
  position: absolute;
  background: url("/img/general/common/link-btn.svg") no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.link-btn:hover {
  text-decoration: none;
}

.mv .slick-dotted.slick-slider {
  margin-bottom: 48px !important;
  padding-bottom: 8px;
}

@media screen and (max-width: 1280px) {
  .mv .slick-dotted.slick-slider {
    margin-bottom: 8px !important;
  }
}

.mv .slick-dots {
  position: absolute;
  right: -74px;
  bottom: 80px;
  width: -moz-fit-content;
  width: fit-content;
  transform: rotateZ(90deg);
}

@media screen and (max-width: 1280px) {
  .mv .slick-dots {
    margin-bottom: 24px !important;
    position: initial !important;
    right: auto;
    bottom: auto;
    margin-inline: auto;
    transform: none;
  }
}

.mv .slick-dots li button::before {
  left: 1px;
  width: 18px;
  height: 18px;
  font-size: 12px !important;
  color: #fefefe !important;
  opacity: 0.8 !important;
}

@media screen and (max-width: 520px) {
  .mv .slick-dots li button::before {
    left: 2px;
    width: 16px;
    height: 16px;
  }
}

.mv .slick-dots .slick-active button {
  position: relative;
}

.mv .slick-dots .slick-active button::before {
  font-size: 12px !important;
  color: #fce900 !important;
  opacity: 1 !important;
}

.mv .slick-dots .slick-active button::after {
  content: '  ';
  position: absolute;
  border: 2px solid #fce900;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: calc( 50% - 1px);
  left: 0;
  transform: translateY(-50%);
}

.mv {
  overflow: hidden;
  background: url("/img/general/top/mv-bg.png") bottom/100% 72% no-repeat;
}

.mv .mv-sns {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 99;
}

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

.mv .mv-sns__item {
  opacity: 0.9;
  overflow: hidden;
  display: block;
  width: 54px;
  border-radius: 2px 0 0 2px;
}

@media screen and (max-width: 520px) {
  .mv .mv-sns__item {
    width: 46px;
  }
}

.mv .mv-sns__item:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

@media screen and (max-width: 520px) {
  .mv .mv-sns__item:not(:nth-last-of-type(1)) {
    margin-bottom: 6px;
  }
}

.mv .mv-slide {
  position: relative;
  margin-bottom: calc(8px * 4);
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

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

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

@media screen and (max-width: 960px) {
  .mv .mv-slide {
    padding: 0 40px 0 24px;
  }
}

@media screen and (max-width: 520px) {
  .mv .mv-slide {
    padding: 0 32px 0 16px;
  }
}

.mv .mv-slide .slide {
  margin-bottom: calc(8px * 4);
}

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

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

.mv .mv-slide .slide__item {
  display: block !important;
  position: relative;
  width: 98%;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .mv .mv-slide .slide__item {
    width: 100%;
  }
}

.mv .mv-slide .slide__item .mv-img {
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 960px) {
  .mv .mv-slide .slide__item .mv-img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 70%;
    object-position: 70%;
    box-shadow: none;
  }
}

.mv .mv-slide .slide__item .mv-img--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  background-color: rgba(208, 217, 219, 0.32);
}

.mv .mv-slide .slide__item .mv-catch {
  position: absolute;
  top: 55%;
  left: 6%;
  transform: translateY(-50%);
  width: 332px;
}

@media screen and (max-width: 1280px) {
  .mv .mv-slide .slide__item .mv-catch {
    width: 300px;
  }
}

@media screen and (max-width: 960px) {
  .mv .mv-slide .slide__item .mv-catch {
    width: 264px;
  }
}

@media screen and (max-width: 768px) {
  .mv .mv-slide .slide__item .mv-catch {
    width: 232px;
  }
}

@media screen and (max-width: 520px) {
  .mv .mv-slide .slide__item .mv-catch {
    top: 68%;
    width: 200px;
  }
}

.mv .mv-slide .slide .forum {
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 520px) {
  .mv .mv-slide .slide .forum {
    background: #FFFDF0;
  }
  .mv .mv-slide .slide .forum::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 175px;
    height: 38px;
    background: url("/img/general/top/mv-slide-forum-arrow.svg") no-repeat;
    background-size: contain;
    border-radius: 0 0 2px 0;
  }
  .mv .mv-slide .slide .forum::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/general/top/mv-slide-forum-sp-bg.jpg") no-repeat;
    background-size: cover;
    background-position: 80% 10%;
    border-radius: 2px;
  }
  .mv .mv-slide .slide .forum img {
    position: relative;
    z-index: 1;
    background: none;
  }
}

@media screen and (max-width: 520px) and (max-width: 520px) {
  .mv .mv-slide .slide .forum img {
    max-width: 94%;
    margin: 0 auto;
    padding: 0 0 16px;
  }
}

.mv .mv-slide .slide .taikai {
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 520px) {
  .mv .mv-slide .slide .taikai {
    background: #FFFDF0;
  }
  .mv .mv-slide .slide .taikai::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 175px;
    height: 38px;
    background: url("/img/general/top/mv-slide-taikai-arrow.svg") no-repeat;
    background-size: contain;
    border-radius: 0 0 2px 0;
  }
  .mv .mv-slide .slide .taikai::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/general/top/mv-slide-taikai-sp-bg.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 2px;
  }
  .mv .mv-slide .slide .taikai img {
    position: relative;
    z-index: 1;
    background: none;
  }
}

@media screen and (max-width: 520px) and (max-width: 520px) {
  .mv .mv-slide .slide .taikai img {
    max-width: 94%;
    margin: 0 auto;
    padding: 0 0 16px;
  }
}

.mv .mv-slide .slide .forum2 {
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 520px) {
  .mv .mv-slide .slide .forum2 {
    background: #FFFDF0;
  }
  .mv .mv-slide .slide .forum2::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 175px;
    height: 38px;
    background: url("/img/general/top/mv-slide-forum-arrow2.svg") no-repeat;
    background-size: contain;
    border-radius: 0 0 2px 0;
  }
  .mv .mv-slide .slide .forum2::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/general/top/mv-slide-forum-sp-bg2.jpg") no-repeat;
    background-size: cover;
    background-position: 80% 10%;
    border-radius: 2px;
  }
  .mv .mv-slide .slide .forum2 img {
    position: relative;
    z-index: 1;
    background: none;
  }
}

@media screen and (max-width: 520px) and (max-width: 520px) {
  .mv .mv-slide .slide .forum2 img {
    max-width: 94%;
    margin: 0 auto;
    padding: 0 0 16px;
  }
}

@media screen and (max-width: 520px) {
    .mv .mv-slide .slide .recruit .mv-img--contain {
      box-shadow: none;
      background-color: none;
    }
    
    .mv .mv-slide .slide .recruit img {
      position: relative;
      z-index: 1;
      background: none;
    }
  .mv .mv-slide .slide .recruit::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/general/top/recruit-bnr-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
  }
  }

.mv .mv-slide .slide .commercial {
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 520px) {
  .mv .mv-slide .slide .commercial {
    background: #FFFDF0;
  }
  .mv .mv-slide .slide .commercial::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 175px;
    height: 38px;
    background: url("/img/general/top/commercial-arrow.svg") no-repeat;
    background-size: contain;
    border-radius: 0 0 2px 0;
  }
  .mv .mv-slide .slide .commercial::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/general/top/commercial-bg.png") no-repeat;
    background-size: cover;
    background-position: 80% 10%;
    border-radius: 2px;
  }
  .mv .mv-slide .slide .commercial img {
    position: relative;
    z-index: 1;
    padding: 0 16px 0 0;
    background: none;
  }
}

.mv .mv-slide .slide .pamphlet {
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 520px) {
  .mv .mv-slide .slide .pamphlet {
    background: #fefefe;
  }
  .mv .mv-slide .slide .pamphlet::before, .mv .mv-slide .slide .pamphlet::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/general/top/pamphlet-bg.png") no-repeat;
    background-size: cover;
  }
  .mv .mv-slide .slide .pamphlet img {
    position: relative;
    z-index: 1;
    padding: 0 16px;
    background: none;
  }
}

.mv .medical {
  padding-bottom: calc(8px * 6);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

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

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

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

@media screen and (max-width: 960px) {
  .mv .medical .medical-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mv .medical .medical-menu__btn {
  position: relative;
  width: 100%;
  border-radius: 2px;
  background-color: #fefefe;
  text-align: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  display: block;
  padding: 32px 16px;
}

@media screen and (max-width: 960px) {
  .mv .medical .medical-menu__btn {
    padding: 24px 10px;
  }
}

@media screen and (max-width: 520px) {
  .mv .medical .medical-menu__btn {
    padding: 14px 6px;
  }
}

.mv .medical .medical-menu__btn .btn-ico {
  margin-bottom: calc(8px * 2);
  margin-right: auto;
  margin-left: auto;
  width: 56px;
  height: 56px;
}

@media screen and (max-width: 960px) {
  .mv .medical .medical-menu__btn .btn-ico {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .mv .medical .medical-menu__btn .btn-ico {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 520px) {
  .mv .medical .medical-menu__btn .btn-ico {
    width: 40px;
    height: 40px;
  }
}

.mv .medical .medical-menu__btn .btn-txt__main {
  font-size: 2rem;
  color: #005aa6;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .mv .medical .medical-menu__btn .btn-txt__main {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 520px) {
  .mv .medical .medical-menu__btn .btn-txt__main {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

.mv .medical .medical-menu__btn .btn-txt__sub {
  font-size: 1.4rem;
  font-family: "Manrope", sans-serif;
  color: rgba(0, 90, 166, 0.4);
}

@media screen and (max-width: 520px) {
  .mv .medical .medical-menu__btn .btn-txt__sub {
    font-size: 1.2rem;
  }
}

.mv .medical .medical-menu__btn:hover {
  transform: translate(4px, 4px);
  box-shadow: none;
  opacity: 0.9;
}

.mv .medical .medical-menu__btn::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  background-color: #005aa6;
  border-radius: 2px 0 2px 0;
}

@media screen and (max-width: 768px) {
  .mv .medical .medical-menu__btn::before {
    width: 20px;
    height: 20px;
  }
}

.mv .medical .medical-menu__btn::after {
  content: '';
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fce900;
}

@media screen and (max-width: 768px) {
  .mv .medical .medical-menu__btn::after {
    right: 6px;
    bottom: 6px;
    border-width: 4px 0 4px 6px;
  }
}

.column {
  padding-top: calc(8px * 11);
  padding-bottom: calc(8px * 11);
  background: linear-gradient(90deg, rgba(244, 243, 240, 0.16), rgba(0, 142, 174, 0.16));
}

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

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

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

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

.column .column-headline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.column .column-list {
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

@media screen and (max-width: 1280px) {
  .column .column-list {
    grid-template-columns: 350px 1fr;
  }
}

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

.column .column-list__item:nth-of-type(1) {
  grid-area: 1 / 1 / 4 / 2;
}

.column .column-list__item:nth-of-type(2) {
  grid-area: 1 / 2 / 2 / 4;
}

.column .column-list__item:nth-of-type(3) {
  grid-area: 2 / 2 / 3 / 4;
}

.column .column-list__item:nth-of-type(4) {
  grid-area: 3 / 2 / 4 / 4;
}

.column .column-list__item {
  padding: calc(8px * 2);
  background-color: #fefefe;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

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

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

@media screen and (max-width: 960px) {
  .column .column-list__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 520px) {
  .column .column-list__item {
    padding: 12px;
    display: block;
  }
}

.column .column-list__item .column-vsl {
  overflow: hidden;
}

@media screen and (max-width: 520px) {
  .column .column-list__item .column-vsl {
    margin-bottom: 12px;
  }
}

.column .column-list__item .column-vsl a {
  position: relative;
  display: block;
  aspect-ratio: 3/2;
  overflow: hidden;
  transform: translateZ(1px);
}

.column .column-list__item .column-vsl a img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}

.column .column-list__item .column-vsl a:hover img {
  opacity: 0.8;
  scale: 1.02;
}

@media screen and (max-width: 960px) {
  .column .column-list__item .column-unit {
    width: calc(100% - 196px);
  }
}

@media screen and (max-width: 520px) {
  .column .column-list__item .column-unit {
    width: 100%;
  }
}

.column .column-list__item .column-unit .column-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 520px) {
  .column .column-list__item .column-unit .column-meta {
    margin-bottom: 14px;
    padding-top: 8px;
  }
}

.column .column-list__item .column-unit .column-meta__cate a {
  display: block;
  padding: 2px 12px 0;
  color: #fefefe;
  font-weight: bold;
  background-color: #005aa6;
  border-radius: 2px;
  border: 1px solid #005aa6;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 1280px) {
  .column .column-list__item .column-unit .column-meta__cate a {
    font-size: 1.4rem;
  }
}

.column .column-list__item .column-unit .column-meta__cate a:hover {
  background-color: #fefefe;
  color: #005aa6;
}

.column .column-list__item .column-unit .column-meta__date {
  font-weight: bold;
  font-family: "Manrope", sans-serif;
  color: #005aa6;
}

.column .column-list__item .column-unit .column-ttl {
  margin-bottom: calc(8px * 1);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .column .column-list__item .column-unit .column-ttl {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .column .column-list__item .column-unit .column-ttl {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  .column .column-list__item .column-unit .column-ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 520px) {
  .column .column-list__item .column-unit .column-ttl {
    margin-bottom: 10px;
  }
}

.column .column-list__item .column-unit .column-ttl:hover {
  text-decoration: underline;
}

.column .column-list__item .column-unit .column-txt {
  font-size: 1.4rem;
  color: #999999;
}

.column .column-list__item:nth-of-type(1) {
  position: relative;
}

.column .column-list__item:nth-of-type(1) .column-vsl {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 960px) {
  .column .column-list__item:nth-of-type(1) .column-vsl {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .column .column-list__item:nth-of-type(1) .column-vsl {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .column .column-list__item:nth-of-type(1) .column-vsl {
    margin-bottom: 0;
    width: 100%;
    max-width: 180px;
  }
}

@media screen and (max-width: 520px) {
  .column .column-list__item:nth-of-type(1) .column-vsl {
    margin-bottom: 12px;
    max-width: 100%;
  }
}

.column .column-list__item:nth-of-type(1)::after {
  content: '';
  position: absolute;
  background: url("/img/general/common/new.svg") no-repeat;
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
}

@media screen and (max-width: 960px) {
  .column .column-list__item:nth-of-type(1)::after {
    rotate: -90deg;
    width: 64px;
    height: 64px;
    left: 0;
  }
}

@media screen and (max-width: 520px) {
  .column .column-list__item:nth-of-type(1)::after {
    rotate: 0deg;
    width: 56px;
    height: 56px;
    right: 0;
    left: auto;
  }
}

.column .column-list__item:nth-of-type(1) .column-unit .column-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 960px) {
  .column .column-list__item:nth-of-type(1) .column-unit .column-txt {
    -webkit-line-clamp: 2;
  }
}

.column .column-list__item:nth-of-type(2), .column .column-list__item:nth-of-type(3), .column .column-list__item:nth-of-type(4) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}

@media screen and (max-width: 520px) {
  .column .column-list__item:nth-of-type(2), .column .column-list__item:nth-of-type(3), .column .column-list__item:nth-of-type(4) {
    display: block;
  }
}

.column .column-list__item:nth-of-type(2) .column-vsl, .column .column-list__item:nth-of-type(3) .column-vsl, .column .column-list__item:nth-of-type(4) .column-vsl {
  width: 100%;
  max-width: 180px;
}

@media screen and (max-width: 520px) {
  .column .column-list__item:nth-of-type(2) .column-vsl, .column .column-list__item:nth-of-type(3) .column-vsl, .column .column-list__item:nth-of-type(4) .column-vsl {
    max-width: 100%;
  }
}

.column .column-list__item:nth-of-type(2) .column-unit, .column .column-list__item:nth-of-type(3) .column-unit, .column .column-list__item:nth-of-type(4) .column-unit {
  width: calc(100% - 196px);
}

@media screen and (max-width: 520px) {
  .column .column-list__item:nth-of-type(2) .column-unit, .column .column-list__item:nth-of-type(3) .column-unit, .column .column-list__item:nth-of-type(4) .column-unit {
    width: 100%;
  }
}

.column .column-list__item:nth-of-type(2) .column-unit .column-txt, .column .column-list__item:nth-of-type(3) .column-unit .column-txt, .column .column-list__item:nth-of-type(4) .column-unit .column-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 960px) {
  .column .column-list__item:not(:last-child) {
    margin-bottom: 8px;
  }
}

.movie .movie-headline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.movie .movie-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media screen and (max-width: 960px) {
  .movie .movie-list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 32px;
  }
}

@media screen and (max-width: 520px) {
  .movie .movie-list {
    display: block;
  }
}

.movie .movie-list__item {
  position: relative;
  padding-top: calc(8px * 2);
  padding-right: calc(8px * 2);
  padding-bottom: 48px;
  padding-left: calc(8px * 2);
  box-shadow: 0 0 6px rgba(0, 90, 166, 0.16);
  width: 100%;
}

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

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

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

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

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

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

@media screen and (max-width: 520px) {
  .movie .movie-list__item:not(:last-child) {
    margin-bottom: 24px;
  }
}

.movie .movie-list__item .movie-vsl {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

@media screen and (max-width: 960px) {
  .movie .movie-list__item .movie-vsl {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 520px) {
  .movie .movie-list__item .movie-vsl {
    margin-bottom: 6px;
  }
}

.movie .movie-list__item .movie-vsl::before {
  content: '';
  background-color: rgba(0, 90, 166, 0.24);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
}

.movie .movie-list__item .movie-vsl::after {
  content: '';
  background: url("/img/general/top/movie-btn.svg") no-repeat;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .movie .movie-list__item .movie-vsl::after {
    width: 48px;
    height: 48px;
  }
}

.movie .movie-list__item .movie-vsl:hover::before {
  background-color: rgba(0, 90, 166, 0.64);
}

.movie .movie-list__item .movie-ttl {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .movie .movie-list__item .movie-ttl {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 520px) {
  .movie .movie-list__item .movie-ttl {
    margin-bottom: 4px;
  }
}

.movie .movie-list__item .movie-meta {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .movie .movie-list__item .movie-meta {
    width: calc(100% - 28px);
  }
}

@media screen and (max-width: 520px) {
  .movie .movie-list__item .movie-meta {
    width: calc(100% - 24px);
  }
}

.movie .movie-list__item .movie-meta .movie-cate {
  display: block;
  padding: 2px 12px 0;
  color: #fefefe;
  font-weight: bold;
  background-color: #008EAE;
  border-radius: 2px;
  border: 1px solid #008EAE;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 1280px) {
  .movie .movie-list__item .movie-meta .movie-cate {
    font-size: 1.4rem;
  }
}

.movie .movie-list__item .movie-meta .movie-cate:hover {
  background-color: #fefefe;
  color: #008EAE;
}

.movie .movie-list__item .movie-meta .link-btn {
  padding-right: 0;
  padding-left: 12px;
  color: #005aa6;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #005aa6;
  line-height: 1.4;
}

.movie .movie-list__item .movie-meta .link-btn::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #005aa6;
}

.movie .movie-list__item .movie-meta .link-btn::after {
  content: none;
}

.movie .movie-list__item .movie-meta .link-btn:hover {
  border-bottom: none;
}

.news {
  position: relative;
  padding-top: calc(8px * 11);
  padding-bottom: calc(8px * 13);
  background: linear-gradient(90deg, rgba(244, 243, 240, 0.24), rgba(201, 200, 198, 0.24));
}

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

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

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

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

.news .news-headline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.news .news-imp {
  display: flex;
  margin-bottom: calc(8px * 5);
}

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

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

.news .news-imp .news-imp-ttl {
  padding: 16px 0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  background: rgba(217, 50, 0, 0.8);
  color: #fefefe;
  border-radius: 2px 0 0 2px;
  font-weight: bold;
  text-align: center;
  line-height: 64px;
  letter-spacing: .05em;
  font-size: 1.6rem;
  transition: .2s ease-out;
}

@media screen and (max-width: 1280px) {
  .news .news-imp .news-imp-ttl {
    font-size: 1.4rem;
    line-height: 40px;
  }
}

@media screen and (max-width: 520px) {
  .news .news-imp .news-imp-ttl {
    line-height: 32px;
  }
}

.news .news-imp .news-imp-ttl::before {
  content: '';
  position: absolute;
  background-color: #D93200;
  width: 130px;
  height: 130px;
  bottom: -16px;
  right: -54px;
  border-radius: 50%;
  z-index: -1;
}

.news .news-imp .news-imp-list {
  width: 100%;
  padding-top: 12px;
  padding-right: calc(8px * 3);
  padding-bottom: 12px;
  padding-left: calc(8px * 3);
  border: 1px solid #D93200;
  background: #fefefe;
  border-radius: 0 2px 2px 0;
}

@media screen and (max-width: 960px) {
  .news .news-imp .news-imp-list {
    padding-right: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .news .news-imp .news-imp-list {
    padding-right: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .news .news-imp .news-imp-list {
    padding-left: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .news .news-imp .news-imp-list {
    padding-left: calc((8px * 3) * 0.5);
  }
}

.news .news-imp .news-imp-list__item {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #eeeeee;
}

.news .news-imp .news-imp-list__item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 520px) {
  .news .news-imp .news-imp-list__item .news-imp-meta {
    width: 100%;
  }
}

.news .news-imp .news-imp-list__item .news-imp-meta__date {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
}

.news .news-imp .news-imp-list__item .news-imp-img {
  width: 20px;
  height: 20px;
}

.news .news-imp .news-imp-list__item .news-imp-txt {
  width: calc(100% - 132px);
}

@media screen and (max-width: 768px) {
  .news .news-imp .news-imp-list__item .news-imp-txt {
    width: calc(100% - 110px);
  }
}

@media screen and (max-width: 520px) {
  .news .news-imp .news-imp-list__item .news-imp-txt {
    width: calc(100% - 24px);
  }
}

.news .news-imp .news-imp-list__item .news-imp-txt a {
  font-size: 1.6rem;
  line-height: 1.4;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 960px) {
  .news .news-imp .news-imp-list__item .news-imp-txt a {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.news .news-imp .news-imp-list__item .news-imp-txt a:hover {
  text-decoration: underline;
}

.news .news-imp .news-imp-list__item .news-txt {
  margin-bottom: calc(8px * 1);
  color: #C9C8C6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

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

.news .news-contents {
  margin-bottom: 16px;
}

.news input[name="tab-btn"] {
  display: none;
}

.news .cat-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

@media screen and (max-width: 960px) {
  .news .cat-list {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 520px) {
  .news .cat-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.news .cat-list__item {
  width: 100%;
  height: 64px;
}

@media screen and (max-width: 1280px) {
  .news .cat-list__item {
    height: 56px;
  }
}

@media screen and (max-width: 960px) {
  .news .cat-list__item {
    height: 56px;
  }
}

.news .cat-list__item label {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  background: #005aa6;
  color: #fefefe;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
  font-size: 1.6rem;
  transition: .2s ease-out;
}

@media screen and (max-width: 1280px) {
  .news .cat-list__item label {
    height: 48px;
    line-height: 48px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  .news .cat-list__item label {
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}

.news .cat-list__item label .bg-circle {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.news .cat-list__item label .bg-circle::before {
  content: '';
  position: absolute;
  background-color: #005aa6;
  width: 130px;
  height: 130px;
  top: -56px;
  right: -28px;
  border-radius: 50%;
  z-index: -1;
}

.news .cat-list__item:nth-last-of-type(1) label {
  background: rgba(118, 118, 118, 0.1);
  color: #767676;
  border: 1px solid #767676;
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(1) label .bg-circle::before {
  background-color: rgba(118, 118, 118, 0.1);
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(1) label:hover {
  background: rgba(118, 118, 118, 0.8);
  color: #fefefe;
}

.news .cat-list__item:nth-last-of-type(1) label:hover .bg-circle::before {
  background-color: #767676;
}

.news .cat-list__item:nth-last-of-type(2) label {
  background: rgba(217, 117, 0, 0.1);
  color: #D97500;
  border: 1px solid #D97500;
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(2) label .bg-circle::before {
  background-color: rgba(217, 117, 0, 0.1);
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(2) label:hover {
  background: rgba(217, 117, 0, 0.8);
  color: #fefefe;
}

.news .cat-list__item:nth-last-of-type(2) label:hover .bg-circle::before {
  background-color: #d97500;
}

.news .cat-list__item:nth-last-of-type(3) label {
  background: rgba(2, 164, 127, 0.1);
  color: #02A47F;
  border: 1px solid #02A47F;
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(3) label .bg-circle::before {
  background-color: rgba(2, 164, 127, 0.1);
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(3) label:hover {
  background: rgba(2, 164, 127, 0.8);
  color: #fefefe;
}

.news .cat-list__item:nth-last-of-type(3) label:hover .bg-circle::before {
  background-color: #02a47f;
}

.news .cat-list__item:nth-last-of-type(4) label {
  background: rgba(0, 142, 174, 0.1);
  color: #008EAE;
  border: 1px solid #008EAE;
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(4) label .bg-circle::before {
  background-color: rgba(0, 142, 174, 0.1);
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(4) label:hover {
  background: rgba(0, 142, 174, 0.8);
  color: #fefefe;
}

.news .cat-list__item:nth-last-of-type(4) label:hover .bg-circle::before {
  background-color: #008eae;
}

.news .cat-list__item:nth-last-of-type(5) label {
  background: rgba(0, 90, 166, 0.1);
  color: #005aa6;
  border: 1px solid #005aa6;
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(5) label .bg-circle::before {
  background-color: rgba(0, 90, 166, 0.1);
  transition: 0.3s ease-in-out;
}

.news .cat-list__item:nth-last-of-type(5) label:hover {
  background: rgba(0, 90, 166, 0.8);
  color: #fefefe;
}

.news .cat-list__item:nth-last-of-type(5) label:hover .bg-circle::before {
  background-color: #005aa6;
}

.news #btn-all:checked ~ .cat-list #btn-all,
.news #btn-citizen:checked ~ .cat-list #btn-citizen,
.news #btn-dental:checked ~ .cat-list #btn-dental,
.news #btn-event:checked ~ .cat-list #btn-event,
.news #btn-other:checked ~ .cat-list #btn-other {
  border-radius: 2px 2px 0 0;
  height: 64px;
}

@media screen and (max-width: 1280px) {
  .news #btn-all:checked ~ .cat-list #btn-all,
  .news #btn-citizen:checked ~ .cat-list #btn-citizen,
  .news #btn-dental:checked ~ .cat-list #btn-dental,
  .news #btn-event:checked ~ .cat-list #btn-event,
  .news #btn-other:checked ~ .cat-list #btn-other {
    height: 56px;
  }
}

@media screen and (max-width: 960px) {
  .news #btn-all:checked ~ .cat-list #btn-all,
  .news #btn-citizen:checked ~ .cat-list #btn-citizen,
  .news #btn-dental:checked ~ .cat-list #btn-dental,
  .news #btn-event:checked ~ .cat-list #btn-event,
  .news #btn-other:checked ~ .cat-list #btn-other {
    position: relative;
    height: 48px;
  }
}

.news #btn-all:checked ~ .cat-list #btn-all {
  position: relative;
  background: rgba(0, 90, 166, 0.8);
  color: #fefefe;
  border-color: rgba(0, 90, 166, 0);
}

.news #btn-all:checked ~ .cat-list #btn-all .bg-circle::before {
  background-color: #005aa6;
}

@media screen and (max-width: 960px) {
  .news #btn-all:checked ~ .cat-list #btn-all::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(0, 90, 166, 0.8) transparent transparent transparent;
    bottom: -11px;
    transition: 0.3s ease-in-out;
  }
}

.news #btn-citizen:checked ~ .cat-list #btn-citizen {
  position: relative;
  background: rgba(0, 142, 174, 0.8);
  color: #fefefe;
  border-color: rgba(0, 142, 174, 0);
}

.news #btn-citizen:checked ~ .cat-list #btn-citizen .bg-circle::before {
  background-color: #008eae;
}

@media screen and (max-width: 960px) {
  .news #btn-citizen:checked ~ .cat-list #btn-citizen::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(0, 142, 174, 0.8) transparent transparent transparent;
    bottom: -11px;
    transition: 0.3s ease-in-out;
  }
}

.news #btn-dental:checked ~ .cat-list #btn-dental {
  position: relative;
  background: rgba(2, 164, 127, 0.8);
  color: #fefefe;
  border-color: rgba(2, 164, 127, 0);
}

.news #btn-dental:checked ~ .cat-list #btn-dental .bg-circle::before {
  background-color: #02a47f;
}

@media screen and (max-width: 960px) {
  .news #btn-dental:checked ~ .cat-list #btn-dental::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(2, 164, 127, 0.8) transparent transparent transparent;
    bottom: -11px;
    transition: 0.3s ease-in-out;
  }
}

.news #btn-event:checked ~ .cat-list #btn-event {
  position: relative;
  background: rgba(217, 117, 0, 0.8);
  color: #fefefe;
  border-color: rgba(217, 117, 0, 0);
}

.news #btn-event:checked ~ .cat-list #btn-event .bg-circle::before {
  background-color: #d97500;
}

@media screen and (max-width: 960px) {
  .news #btn-event:checked ~ .cat-list #btn-event::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(217, 117, 0, 0.8) transparent transparent transparent;
    bottom: -11px;
    transition: 0.3s ease-in-out;
  }
}

.news #btn-other:checked ~ .cat-list #btn-other {
  position: relative;
  background: rgba(118, 118, 118, 0.8);
  color: #fefefe;
  border-color: rgba(118, 118, 118, 0);
}

.news #btn-other:checked ~ .cat-list #btn-other .bg-circle::before {
  background-color: #767676;
}

@media screen and (max-width: 960px) {
  .news #btn-other:checked ~ .cat-list #btn-other::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(118, 118, 118, 0.8) transparent transparent transparent;
    bottom: -11px;
    transition: 0.3s ease-in-out;
  }
}

.news #btn-all:checked ~ .tab-contents #news-all,
.news #btn-citizen:checked ~ .tab-contents #news-citizen,
.news #btn-dental:checked ~ .tab-contents #news-dental,
.news #btn-event:checked ~ .tab-contents #news-event,
.news #btn-other:checked ~ .tab-contents #news-other {
  display: block;
}

.news .news-list {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
  border-bottom: solid 1px #C9C8C6;
}

.news .news-list__item {
  padding: calc(8px * 3);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #C9C8C6;
}

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

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

@media screen and (max-width: 960px) {
  .news .news-list__item {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 520px) {
  .news .news-list__item {
    padding: 16px 0;
  }
}

.news .news-list__item:last-child {
  border-bottom: none;
}

.news .news-list__item .news-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
  width: 320px;
  height: 30px;
}

@media screen and (max-width: 960px) {
  .news .news-list__item .news-meta {
    margin-bottom: 6px;
    height: 24px;
  }
}

.news .news-list__item .news-meta__date {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  color: #005aa6;
  margin-right: 16px;
}

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

@media screen and (max-width: 520px) {
  .news .news-list__item .news-meta__date {
    margin-right: 5px;
  }
}

.news .news-list__item .news-meta__cate {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-right: 8px;
  width: 100%;
  max-width: 160px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px 5px 3px;
  height: 100%;
  background-color: #005aa6;
  color: #fefefe;
  border-radius: 2px;
  color: #fefefe;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .news .news-list__item .news-meta__cate {
    max-width: 150px;
    padding: 4px 4px 2px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 520px) {
  .news .news-list__item .news-meta__cate {
    max-width: 140px;
    padding: 0;
    margin-right: 5px;
    font-size: 1.2rem;
  }
}

.news .news-list__item .news-meta__cate::before {
  content: '';
  position: absolute;
  background-color: #005aa6;
  width: 80px;
  height: 80px;
  top: -40px;
  right: -8px;
  border-radius: 50%;
  z-index: -1;
}

.news .news-list__item .news-meta__cate--citizen {
  background-color: rgba(0, 142, 174, 0.8);
  border: 1px solid rgba(0, 142, 174, 0.8);
}

.news .news-list__item .news-meta__cate--citizen::before {
  background-color: #008EAE;
  transition: 0.3s ease-in-out;
}

.news .news-list__item .news-meta__cate--citizen:hover {
  background: rgba(0, 142, 174, 0.1);
  color: #008EAE;
  transition: 0.3s ease-in-out;
  border: 1px solid #008eae;
}

.news .news-list__item .news-meta__cate--citizen:hover::before {
  background-color: rgba(0, 142, 174, 0.1);
}

.news .news-list__item .news-meta__cate--dental {
  background-color: rgba(2, 164, 127, 0.8);
  border: 1px solid rgba(2, 164, 127, 0.8);
}

.news .news-list__item .news-meta__cate--dental::before {
  background-color: #02A47F;
  transition: 0.3s ease-in-out;
}

.news .news-list__item .news-meta__cate--dental:hover {
  background: rgba(2, 164, 127, 0.1);
  color: #02A47F;
  transition: 0.3s ease-in-out;
  border: 1px solid #02a47f;
}

.news .news-list__item .news-meta__cate--dental:hover::before {
  background-color: rgba(2, 164, 127, 0.1);
}

.news .news-list__item .news-meta__cate--event {
  background-color: rgba(217, 117, 0, 0.8);
  border: 1px solid rgba(217, 117, 0, 0.8);
}

.news .news-list__item .news-meta__cate--event::before {
  background-color: #D97500;
  transition: 0.3s ease-in-out;
}

.news .news-list__item .news-meta__cate--event:hover {
  background: rgba(217, 117, 0, 0.1);
  color: #D97500;
  transition: 0.3s ease-in-out;
  border: 1px solid #d97500;
}

.news .news-list__item .news-meta__cate--event:hover::before {
  background-color: rgba(217, 117, 0, 0.1);
}

.news .news-list__item .news-meta__cate--other {
  background-color: rgba(118, 118, 118, 0.8);
  border: 1px solid rgba(118, 118, 118, 0.8);
}

.news .news-list__item .news-meta__cate--other::before {
  background-color: #767676;
  transition: 0.3s ease-in-out;
}

.news .news-list__item .news-meta__cate--other:hover {
  background: rgba(118, 118, 118, 0.1);
  color: #767676;
  transition: 0.3s ease-in-out;
  border: 1px solid #767676;
}

.news .news-list__item .news-meta__cate--other:hover::before {
  background-color: rgba(118, 118, 118, 0.1);
}

.news .news-list__item .news-meta .imp-txt {
  background-color: #D93200;
  border-radius: 2px;
  padding: 1px 8px 0;
  height: 30px;
  line-height: 30px;
  color: #fefefe;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .news .news-list__item .news-meta .imp-txt {
    height: 24px;
    padding: 1px 8px 0;
    line-height: 24px;
    font-size: 1.2rem;
  }
}

.news .news-list__item .news-ttl {
  width: calc(100% - 332px);
}

@media screen and (max-width: 960px) {
  .news .news-list__item .news-ttl {
    padding: 10px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .news .news-list__item .news-ttl {
    padding: 10px 0 4px;
  }
}

.news .news-list__item .news-ttl a {
  font-size: 1.6rem;
  line-height: 1.4;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 960px) {
  .news .news-list__item .news-ttl a {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

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

.news .news-list__item .news-txt {
  margin-bottom: calc(8px * 1);
  color: #C9C8C6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

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

.news .news-all {
  border-top: 2px solid #005aa6;
}

.news .news-citizen {
  border-top: 2px solid #008EAE;
}

.news .news-dental {
  border-top: 2px solid #02A47F;
}

.news .news-event {
  border-top: 2px solid #D97500;
}

.news .news-other {
  border-top: 2px solid #767676;
}

.contents .wrap {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

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

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

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

.contents .wrap .contents-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .contents .wrap .contents-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 520px) {
  .contents .wrap .contents-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contents .wrap .contents-list__item {
  position: relative;
  padding-top: calc(8px * 2);
  padding-right: calc(8px * 2);
  padding-bottom: calc(8px * 3);
  padding-left: calc(8px * 2);
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(1, 49, 90, 0.16);
}

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

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

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

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

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

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

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

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

.contents .wrap .contents-list__item::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  background-color: #005aa6;
  border-radius: 2px 0 2px 0;
}

@media screen and (max-width: 960px) {
  .contents .wrap .contents-list__item::before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 520px) {
  .contents .wrap .contents-list__item::before {
    width: 16px;
    height: 16px;
  }
}

.contents .wrap .contents-list__item::after {
  content: '';
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fce900;
}

@media screen and (max-width: 960px) {
  .contents .wrap .contents-list__item::after {
    right: 6px;
    bottom: 6px;
    border-width: 4px 0 4px 6px;
  }
}

@media screen and (max-width: 520px) {
  .contents .wrap .contents-list__item::after {
    right: 5px;
    bottom: 5px;
    border-width: 3px 0 3px 5px;
  }
}

.contents .wrap .contents-list__item .contents-ico {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 8px auto;
  width: 93px;
  height: 93px;
  background: rgba(0, 90, 166, 0.08);
  border-radius: 50%;
}

@media screen and (max-width: 960px) {
  .contents .wrap .contents-list__item .contents-ico {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 520px) {
  .contents .wrap .contents-list__item .contents-ico {
    margin: 0 auto 4px auto !important;
    width: 60px;
    height: 60px;
  }
}

.contents .wrap .contents-list__item .contents-ico svg {
  width: 88%;
  height: 88%;
  fill: #005aa6;
}

.contents .wrap .contents-list__item .contents-ttl {
  font-weight: bold;
  color: #005aa6;
}

@media screen and (max-width: 960px) {
  .contents .wrap .contents-list__item .contents-ttl {
    font-size: 1.4rem;
  }
}

.contents .wrap .contents-list__item:nth-of-type(2n)::before {
  background-color: #008EAE;
}

.contents .wrap .contents-list__item:nth-of-type(2n) .contents-ico {
  background: rgba(0, 142, 174, 0.08);
}

.contents .wrap .contents-list__item:nth-of-type(2n) .contents-ico svg {
  fill: #008EAE;
}

.contents .wrap .contents-list__item:nth-of-type(2n) .contents-ttl {
  color: #008EAE;
}

.contents .wrap .contents-list__item:hover {
  transform: translate(4px, 4px);
  opacity: 0.8;
}

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