html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: #f5f5f5;
  font-size: 13px;
}

svg {
  width: 24px;
  height: 24px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

.hp_inner {
  position: relative;
  margin: 0 auto;
  padding: 0 4%;
}
@media (min-width: 441px) {
  .hp_inner {
    padding: 0;
    width: 83.4%;
  }
}

@media (min-width: 441px) {
  .hp_siteInner {
    margin-left: 0;
  }
}

.current {
  color: #1b365d;
}

@media (max-width: 768px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}

.current a {
  color: #1b365d;
}

.bl_newsItems.card_view {
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 10px;
}
@media (min-width: 441px) {
  .bl_newsItems.card_view {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 441px) {
  .bl_newsItems.card_view .bl_newsItem {
    margin-top: 0;
  }
}
.bl_newsItems.card_view .bl_newsItem:nth-child(1), .bl_newsItems.card_view .bl_newsItem:nth-child(2) {
  margin-top: 0;
}
.bl_newsItems.card_view .bl_newsItem .bl_newsItem_txt {
  display: none;
}
.bl_newsItems.card_view .bl_newsItem .bl_newsItem_articleWrap {
  display: grid;
  grid-template: "gd_news_img" "gd_news_time" "gd_news_ttl";
  grid-row-gap: 5px;
  padding-bottom: 40px;
}
@media (min-width: 441px) {
  .bl_newsItems.card_view .bl_newsItem .bl_newsItem_articleWrap {
    grid-template: "gd_news_img" "gd_news_time" "gd_news_ttl";
    padding-bottom: 40px;
    grid-row-gap: 10px;
  }
}
@media (min-width: 441px) {
  .bl_newsItems.card_view .bl_newsItem .bl_newsItem_articleWrap .bl_newsItem_ttl {
    line-height: 1.5em;
    align-self: flex-start;
  }
}
@media (min-width: 441px) {
  .bl_newsItems.card_view .bl_newsItem .bl_newsItem_articleWrap .bl_newsItem_img {
    aspect-ratio: 1.5;
    height: 100%;
  }
}
@media (min-width: 441px) {
  .bl_newsItems.card_view .bl_newsItem .bl_newsItem_articleWrap .bl_newsItem_txt {
    display: none;
  }
}
.bl_newsItems.card_view .bl_newsItem .bl_newsItem_like {
  bottom: 4%;
}
.bl_newsItems.list_view {
  display: grid;
  grid-template-columns: 1fr;
}
.bl_newsItems.list_view .bl_newsItem {
  margin-top: 15px;
}
.bl_newsItems.list_view .bl_newsItem:first-child {
  margin-top: 0;
}
.bl_newsItems.list_view .bl_newsItem .bl_newsItem_articleWrap {
  display: grid;
  grid-template-areas: "gd_news_img gd_news_time gd_news_time " "gd_news_img gd_news_ttl gd_news_ttl " "gd_news_txt gd_news_txt gd_news_txt ";
  grid-template-columns: 1fr auto auto;
  grid-row-gap: 10px;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
@media (min-width: 441px) {
  .bl_newsItems.list_view .bl_newsItem .bl_newsItem_articleWrap {
    grid-template: "gd_news_img gd_news_time gd_news_like gd_news_svg" 7% "gd_news_img gd_news_ttl gd_news_ttl gd_news_ttl" 35% "gd_news_img gd_news_txt gd_news_txt gd_news_txt" 45%/35% 57%;
    grid-row-gap: 5%;
    grid-column-gap: 3%;
  }
}
.bl_newsItems.list_view .bl_newsItem .bl_newsItem_like {
  bottom: 86%;
}
.bl_newsItems.list_view .bl_newsItem .bl_newsItem_like svg {
  margin-left: 5px;
}

.bl_newsItem_ttl {
  grid-area: gd_news_ttl;
}

.bl_newsItem_img {
  grid-area: gd_news_img;
}

.bl_newsItem_txt {
  grid-area: gd_news_txt;
}

.bl_newsItem_time {
  grid-area: gd_news_time;
}

.bl_newsItem_likeSvg {
  grid-area: gd_news_svg;
}

.bl_newsItem_like {
  grid-area: gd_news_like;
}

.ly_siteHeader {
  grid-area: gd_siteHeader;
}

.ly_sideBar {
  grid-area: gd_sideBar;
}

.ly_medeaErea {
  grid-area: gd_mediaErea;
}

.ly_siteHeader {
  margin-bottom: 10px;
  background: #fff;
  padding-bottom: 10px;
}
@media (min-width: 441px) {
  .ly_siteHeader {
    padding-bottom: 22px;
  }
}
.ly_siteHeader .ly_siteHeader_logo_wrap {
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.ly_siteHeader .ly_siteHeader_logo_wrap .ly_siteHeader_logo {
  color: #141414;
}
.ly_siteHeader .ly_siteHeader_logo_wrap .ly_siteHeader_logo img {
  width: 101px;
  height: 7.8px;
}
.ly_siteHeader .ly_siteHeader_inner {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
@media (min-width: 441px) {
  .ly_siteHeader .ly_siteHeader_inner {
    display: flex;
  }
}
.ly_siteHeader .ly_siteHeader_inner .ly_siteIntro_wrap {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 12px;
  align-self: end;
}
.ly_siteHeader .ly_siteHeader_inner .ly_siteIntro_wrap .ly_siteIntro_ttl {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 12px;
}
@media (min-width: 441px) {
  .ly_siteHeader .ly_siteHeader_inner .ly_siteIntro_wrap .ly_siteIntro_ttl {
    font-size: 12px;
    letter-spacing: 0.18em;
    line-height: 1.6;
  }
}
.ly_siteHeader .ly_siteHeader_inner .ly_siteIntro_wrap .ly_siteIntro_txt {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 12px;
  white-space: nowrap;
}
@media (min-width: 441px) {
  .ly_siteHeader .ly_siteHeader_inner .ly_siteIntro_wrap .ly_siteIntro_txt {
    font-size: 12px;
    letter-spacing: 0.18em;
    line-height: 1.5;
    white-space: nowrap;
  }
}
.ly_siteHeader .ly_siteHeader_inner .ly_siteHeader_navLists {
  display: flex;
  gap: 10px;
}
@media (min-width: 441px) {
  .ly_siteHeader .ly_siteHeader_inner .ly_siteHeader_navLists {
    gap: 67px;
  }
}
.ly_siteHeader .ly_siteHeader_inner .ly_siteHeader_navLists .ly_siteHeader_navList {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.2px;
  line-height: 10px;
}
.ly_siteHeader .ly_siteHeader_inner .ly_siteHeader_navLists .ly_siteHeader_navList a {
  color: #141414;
}
.ly_siteHeader .ly_siteHeader_inner .ly_siteHeader_navLists .ly_siteHeader_navList svg {
  width: 24px;
  height: 24px;
}
.ly_siteHeader .ly_siteHeader_inner .ly_siteHeader_navLists .ly_siteHeader_navList figcaption {
  padding-top: 1px;
  letter-spacing: 0.02em;
}
@media (min-width: 441px) {
  .ly_siteHeader .ly_siteHeader_inner .ly_siteHeader_navLists .ly_siteHeader_navList figcaption {
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 10px;
    margin-top: 5px;
  }
}

@media (min-width: 441px) {
  .main_section {
    display: grid;
    grid-template-columns: 2.3fr 1fr;
    padding-top: 40px;
    -moz-column-gap: 4%;
         column-gap: 4%;
    width: 83.4%;
    margin: 0 auto;
  }
}

.ly_sideBar {
  background-color: #f5f5f5;
}
@media (min-width: 441px) {
  .ly_sideBar {
    grid-column: 2/3;
  }
}
@media (min-width: 441px) {
  .ly_sideBar .hp_inner {
    width: 100%;
  }
}
.ly_sideBar .newsList_sect_btnWrap {
  display: grid;
  grid-template-columns: 55% 40%;
  -moz-column-gap: 10px;
  padding-top: 18px;
  padding-bottom: 13px;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 6px;
  align-items: end;
}
@media (min-width: 441px) {
  .ly_sideBar .newsList_sect_btnWrap {
    display: block;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.ly_sideBar .newsList_sect_text {
  grid-column: 1/2;
  grid-row: 1/2;
  color: #53565a;
  font-size: 14px;
}
.ly_sideBar .newsList_sect_btnItems {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column: 1/2;
  grid-row: 2/3;
}
.ly_sideBar .newsList_sect_btnItems .newsList_sect_btnItem {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 10px;
  display: flex;
  align-items: center;
  gap: 8%;
  height: 40px;
  padding: 12px 0px 12px 12px;
  background: #53565a;
  color: #fff;
}
.ly_sideBar .newsList_sect_btnItems .newsList_sect_btnItem svg {
  fill: white;
}
.ly_sideBar .newsList_sect_btnItems .newsList_sect_btnItem:first-child {
  border-radius: 4px 0 0 4px;
}
.ly_sideBar .newsList_sect_btnItems .newsList_sect_btnItem:nth-child(2) {
  border-radius: 0 4px 4px 0;
  border-left: none;
  border: 1px solid #53565a;
}
.ly_sideBar .newsList_sect_btnItems .newsList_sect_btnItem.js_active {
  border-color: #53565a;
  background-color: #fff;
  color: #333;
}
.ly_sideBar .newsList_sect_btnItems .newsList_sect_btnItem.js_active svg {
  fill: #333;
}
.ly_sideBar .newsList_sect_btnItems .newsList_sect_btnItem use {
  width: -moz-fit-content;
  width: fit-content;
}
.ly_sideBar .newsList_sect_btnItems .newsList_sect_btnItem svg {
  width: 16px;
  height: 16px;
}
.ly_sideBar .newsList_sect_btnItems .newsList_sect_btnItem .span {
  padding-bottom: 13px;
}
.ly_sideBar .newsList_sect_btnSearch {
  display: grid;
  grid-column: 2/3;
  grid-row: 1/3;
}
.ly_sideBar .newsList_sect_btnSearch .newsList_sect_btnSearch_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
  padding: 18px 0 28px 0;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 18px;
  background-color: white;
  border: none;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1215686275);
}
@media (min-width: 441px) {
  .ly_sideBar .newsList_sect_btnSearch .newsList_sect_btnSearch_wrap {
    position: absolute;
    padding: 0;
    top: 100px;
    left: 3%;
    z-index: 1;
    width: 180px;
    box-shadow: none;
    justify-content: start;
  }
}
.ly_sideBar .newsList_sect_btnSearch .newsList_sect_btnSearch_wrap .newsList_sect_btnSvg {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 23px;
  height: 22px;
  fill: #1b365d;
}
.ly_sideBar .newsList_sect_btnSearch .newsList_sect_btnTxt {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 18px;
  font-weight: bold;
  color: #1b365d;
  grid-column: 2/4;
  grid-row: 1/2;
}
.ly_sideBar .newsList_sect_btnSearch .newsList_sect_arrowSvg {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  transform: rotate(180deg);
  width: 16px;
  height: 16px;
  grid-column: 2/3;
  grid-row: 2/3;
  transform: translateX(-50%) rotate(180deg);
}
@media (min-width: 441px) {
  .ly_sideBar .newsList_sect_btnSearch .newsList_sect_arrowSvg {
    display: none;
  }
}
.ly_sideBar .newsList_sect_btnSearch .newsList_sect_arrowSvg.rotated {
  transform: translateX(-50%) rotate(0);
}

.bl_checkToggle_wrap {
  display: grid;
  position: relative;
  justify-items: center;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 20px;
  display: none;
  text-align: center;
  padding: 23px 15px;
  margin-bottom: 20px;
  background-color: #fff;
}
.bl_checkToggle_wrap:after {
  position: absolute;
  top: -16px;
  right: 0%;
  content: "";
  width: 40%;
  height: 20px;
  background-color: #fff;
}
.bl_checkToggle_wrap.hidden {
  display: block;
}
@media (min-width: 1200px) {
  .bl_checkToggle_wrap {
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 20px;
    display: block;
  }
}
.bl_checkToggle_wrap label {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
.bl_checkToggle_wrap label input {
  height: 40px;
  padding: 3px 5%;
  box-shadow: inset 2px 2px 4px #bec0c1;
  border: 0.5px;
  border-radius: 4px;
}
@media (min-width: 441px) {
  .bl_checkToggle_wrap label input {
    margin-top: 30px;
  }
}
.bl_checkToggle_wrap .bl_checkToggle_Items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-self: center;
  margin-top: 20px;
  row-gap: 5px;
}
@media (min-width: 441px) {
  .bl_checkToggle_wrap .bl_checkToggle_Items {
    grid-template-columns: 1fr;
    row-gap: 16px;
    justify-self: baseline;
    margin-top: 15px;
  }
}
.bl_checkToggle_wrap .bl_checkToggle_Items .bl_checkToggle_item {
  display: flex;
  align-items: center;
}
.bl_checkToggle_wrap .bl_checkToggle_Items .bl_checkToggle_item label {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 30px;
  color: #1b365d;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
}
.bl_checkToggle_wrap .bl_checkToggle_Items .bl_checkToggle_item input {
  width: 26px;
  height: 26px;
}
.bl_checkToggle_wrap .bl_chckTogle_btn {
  position: relative;
  text-align: center;
  width: 200px;
  max-width: 100%;
  height: 50px;
  margin-top: 22px;
  border-radius: 90px;
  background: #1b365d;
  color: #fff;
  padding-bottom: 3px;
}
.bl_checkToggle_wrap .bl_chckTogle_btn .newsList_sect_btnSvg02 {
  position: absolute;
  fill: #fff;
  top: 20%;
  transform: translateX(-117%);
}
.bl_checkToggle_wrap .bl_chckTogle_btn .bl_chckTogle_btnTxt {
  font-size: 16px;
}

@media (min-width: 441px) {
  .ly_medeaErea {
    grid-column: 1/2;
  }
}
@media (min-width: 441px) {
  .ly_medeaErea .hp_inner {
    width: 100%;
  }
}
.ly_medeaErea .bl_newsItem {
  position: relative;
  padding: 2.8%;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1215686275);
}
.ly_medeaErea .bl_newsItem a {
  color: #141414;
}
.ly_medeaErea .bl_newsItem a .bl_newsItem_ttl {
  font-size: 14px;
  letter-spacing: 0.18px;
  line-height: 1.4;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 441px) {
  .ly_medeaErea .bl_newsItem a .bl_newsItem_ttl {
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 30px;
  }
}
.ly_medeaErea .bl_newsItem a .bl_newsItem_img {
  height: auto;
  width: 120px;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 441px) {
  .ly_medeaErea .bl_newsItem a .bl_newsItem_img {
    width: 100%;
    height: 180px;
  }
}
.ly_medeaErea .bl_newsItem a .bl_newsItem_txt {
  font-size: 13px;
  letter-spacing: 0.26px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 441px) {
  .ly_medeaErea .bl_newsItem a .bl_newsItem_txt {
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 22px;
  }
}
.ly_medeaErea .bl_newsItem a .bl_newsItem_time {
  font-size: 10px;
  letter-spacing: 0.6px;
  line-height: 10px;
  color: #888b8d;
}
@media (min-width: 441px) {
  .ly_medeaErea .bl_newsItem a .bl_newsItem_time {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 10px;
  }
}
.ly_medeaErea .bl_newsItem .bl_newsItem_like {
  display: flex;
  position: absolute;
  bottom: 85%;
  right: 3%;
  border: none;
  outline: none;
  font-size: 10px;
  letter-spacing: 0.6px;
  line-height: 10px;
  color: #DC493A;
  background-color: #fff;
  align-items: center;
}
@media (min-width: 441px) {
  .ly_medeaErea .bl_newsItem .bl_newsItem_like {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 10px;
    bottom: 4%;
  }
}
.ly_medeaErea .bl_newsItem .bl_newsItem_likeSvg {
  width: 18px;
  height: 16px;
}

.bl_pageNa_wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 2fr;
  justify-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 441px) {
  .bl_pageNa_wrap {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 140px;
  }
}
.bl_pageNa_wrap .bl_pageNa_numbers {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  grid-column: 2;
  align-self: center;
  grid-row: 1/2;
}
.bl_pageNa_wrap .bl_pageNa_number {
  font-size: 16px;
  line-height: 30px;
}
.bl_pageNa_wrap .bl_pageNa_number .bl_pageNa_link {
  color: #888b8d;
}
.bl_pageNa_wrap .bl_pageNa_number .bl_pageNa_link.js_numActive {
  color: #1b365d;
}
.bl_pageNa_wrap .bl_pageNa_btn {
  display: flex;
  justify-content: center;
  background-color: #1b365d;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3019607843);
}
.bl_pageNa_wrap .bl_pageNa_btn .bl_pageNa_btn_front {
  grid-column: 1;
  grid-row: 1/2;
  text-align: center;
  align-self: center;
  transform: scaleX(-1);
}
.bl_pageNa_wrap .bl_pageNa_btn .bl_pageNa_btn_front svg {
  width: 15px;
  height: 15px;
}
.bl_pageNa_wrap .bl_pageNa_btn .fx_ver {
  justify-self: start;
}
.bl_pageNa_wrap .bl_pageNa_btn .bl_pageNa_btn_back {
  grid-column: 3;
  grid-row: 1/2;
  align-self: center;
}
.bl_pageNa_wrap .bl_pageNa_btn .bl_pageNa_btn_back svg {
  width: 15px;
  height: 15px;
}

.ly_siteFooter {
  height: auto;
}
.ly_siteFooter .ly_siteFooter_logo {
  margin-top: 40px;
  width: 140px;
  height: 10px;
}
@media (min-width: 441px) {
  .ly_siteFooter .ly_siteFooter_logo {
    margin-top: 70px;
  }
}
.ly_siteFooter .ly_siteFooter_sect {
  text-align: center;
  background: #fff;
}
.ly_siteFooter .ly_siteFooter_sect .ly_FooterIntro_wrap {
  padding-right: 10px;
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
@media (min-width: 441px) {
  .ly_siteFooter .ly_siteFooter_sect .ly_FooterIntro_wrap {
    padding-right: 0px;
    padding-top: 60px;
  }
}
.ly_siteFooter .ly_siteFooter_sect .ly_FooterIntro_wrap .ly_footerIntro_ttl {
  display: inline;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 10px;
}
.ly_siteFooter .ly_siteFooter_sect .ly_FooterIntro_wrap .ly_footerIntro_txt {
  display: inline;
  padding-left: 5px;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 10px;
}
.ly_siteFooter .ly_siteFooter_sect .ly_siteFooter_navLists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin-top: 30px;
  border-top: 0.25px solid #53565a;
}
@media (min-width: 441px) {
  .ly_siteFooter .ly_siteFooter_sect .ly_siteFooter_navLists {
    grid-template-columns: repeat(4, auto);
    border-left: 0.25px solid #53565a;
    border-right: 0.25px solid #53565a;
    border-top: none;
    width: 50%;
    margin: 30px auto 0 auto;
  }
}
.ly_siteFooter .ly_siteFooter_sect .ly_siteFooter_navLists .ly_siteFooter_navList {
  padding: 10px 0;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.72px;
  line-height: 10px;
  border-bottom: 0.25px solid #53565a;
}
@media (min-width: 441px) {
  .ly_siteFooter .ly_siteFooter_sect .ly_siteFooter_navLists .ly_siteFooter_navList {
    border-bottom: none;
  }
  .ly_siteFooter .ly_siteFooter_sect .ly_siteFooter_navLists .ly_siteFooter_navList:nth-child(3) {
    border-left: 0.23px solid #53565a;
  }
}
.ly_siteFooter .ly_siteFooter_sect .ly_siteFooter_navLists .ly_siteFooter_navList:nth-child(2), .ly_siteFooter .ly_siteFooter_sect .ly_siteFooter_navLists .ly_siteFooter_navList:nth-child(4) {
  border-left: 0.5px solid #53565a;
}
.ly_siteFooter .ly_siteFooter_sect .ly_siteFooter_navLists .ly_siteFooter_navList a {
  font-size: 12px;
  opacity: 0.7;
  letter-spacing: 0.14em;
  line-height: 4.5;
  display: block;
  color: #161618;
}
@media (min-width: 441px) {
  .ly_siteFooter .ly_siteFooter_sect .ly_siteFooter_navLists .ly_siteFooter_navList a {
    font-size: 14px;
    letter-spacing: 0.72px;
    line-height: 10px;
    color: #161618;
  }
}
.ly_siteFooter .ly_siteFooter_sect .ly_siteFooter_copy {
  padding: 28px 0;
  font-size: 10px;
  letter-spacing: 0.6px;
  line-height: 10px;
  color: #5c5c5c;
}/*# sourceMappingURL=up.css.map */