@charset "UTF-8";
/* PJID-3614 法ナビ_デザイン変更 TOP */

.l_hero {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/img_hero01.jpg);
}

.hero {
  width: 80%;
  max-width: 1120px;
  margin: auto;
  color: #fff;
}

.hero_ttl {
  font-size: 38px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3.8px;
}

@media (max-width: 767px) {
  .hero_ttl {
    text-align: center;
  }
}

.hero_txt {
	max-width: 500px;
  margin: 20px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .hero_txt {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.l_topcassette {
  margin: 80px 0 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .l_topcassette {
    margin: 32px 0 28px;
  }
}

.l_topcassette.l_topcassette__latest {
  margin: 0;
  padding: 40px 0 60px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767px) {
  .l_topcassette.l_topcassette__latest {
    padding: 28px 0 32px;
  }
}

.topcassette {
  margin: auto;
}

.topcassette:nth-child(n+2) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .topcassette:nth-child(n+2) {
    padding: 24px 0 0;
    border-top: 8px solid #E0E0E0;
  }
}

.topcassette .topcassette_head {
  width: 90%;
  max-width: 1150px;
  margin: auto;
}

@media (min-width: 768px) {
  .topcassette .topcassette_head {
    display: flex;
  }
}

@media (min-width: 768px) {
  .topcassette:nth-child(n+2) .topcassette_head {
    padding: 50px 0 0;
    border-top: 1px solid #E0E0E0;
  }
}

.topcassette .topcassette_head_ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.6px;
}

@media (max-width: 767px) {
  .topcassette .topcassette_head_ttl{
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.topcassette .topcassette_head_ttl > a {
  padding: 0 29px 0 0;
  color: #333;
  background-position: right center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-image: url(../img/icon_arrow01.svg);
}

@media (max-width: 767px) {
  .topcassette .topcassette_head_ttl > a {
    background-size: 18px 18px;
  }
}

.topcassette .topcassette_head_note {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.3px;
}

@media (min-width: 768px) {
  .topcassette .topcassette_head_note {
    margin: 0 0 0 20px;
    padding: 4px 0 0 20px;
    border-left: 1px solid #ccc;
  }
}

@media (max-width: 767px) {
  .topcassette .topcassette_head_note {
    margin: 12px 0 0;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.topcassette .topcassette_body {
  margin: 30px 0 0;
}

.topcassette.topcassette__latest .topcassette_body {
  margin: 25px 0 0;
}

.l_latest {
	width: 100%;
}

.l_latest > li {
	width: 250px;
	margin: 0 12px;
}

@media (max-width: 767px) {
  .l_latest > li {
    width: 200px;
  }
}

.latest {
  display: block;
  color: #333;
}

.latest .latest_img {
  height: 185px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.latest .latest_img.is_blank {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_noimg01.png);
}

@media (max-width: 767px) {
  .latest .latest_img {
    height: 148px;
  }
}

.latest .latest_img > img {
  width: auto;
  height: 110%;
  display: block;
}

.latest .latest_cat {
  margin: 15px 0 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.3px;
  color: #747474;
}

@media (max-width: 767px) {
  .latest .latest_cat {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

.latest .latest_ttl {
  margin: 5px 0 0;
  display: -webkit-box;
  overflow: hidden;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 160%;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .latest .latest_ttl {
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0.39px;
  }
}

.latest .latest_sv {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
}

.latest .latest_sv .latest_sv_img {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.latest .latest_sv .latest_sv_img.is_blank {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_noimg02.svg);
}

.latest .latest_sv .latest_sv_img > img {
  width: 100%;
  height: auto;
  display: block;
}

.latest .latest_sv .latest_sv_name {
  margin: 0 0 0 3px;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 1.1px;
}

.latest .latest_date {
  margin: 10px 0 0;
  padding: 0 0 0 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.2px;
  color: #ccc;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-image: url(../img/icon_clock01.svg);
}

@media (max-width: 767px) {
  .latest .latest_date {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

.l_toppostlist {
  width: 90%;
  max-width: 1150px;
  margin: auto;
}

@media (min-width: 768px) {
  .toppostlist {
    display: flex;
    flex-flow: row wrap;
  }
}

@media (min-width: 768px) {
  .toppostlist .toppostlist_inner:nth-child(1) {
    width: calc(50% - 81px);
  }
}

.toppostlist .toppostlist_inner:nth-child(2) {
  overflow: hidden;
}

@media (min-width: 768px) {
  .toppostlist .toppostlist_inner:nth-child(2) {
    width: 50%;
    margin: 0 0 0 40px;
    padding: 0 0 0 40px;
    border-left: 1px solid #E0E0E0;
  }
}

@media (min-width: 768px) {
  .toppostlist .toppostlist_inner:nth-child(3) {
    display: none;
  }
}

.toppostlist .toppostlist_inner:nth-child(3) .toppostlist_inner_btn {
  max-width: 345px;
  height: 46px;
	margin: auto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.toppostdetail {
  display: block;
  overflow: hidden;
  color: #333;
}

.toppostdetail .toppostdetail_img {
  height: 333px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}


.toppostdetail .toppostdetail_img.is_blank {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_noimg01.png);
}

@media (max-width: 767px) {
  .toppostdetail .toppostdetail_img {
    height: 230px;
  }
}

.toppostdetail .toppostdetail_img > img {
  width: auto;
  height: 110%;
  display: block;
}

.toppostdetail .toppostdetail_cat {
  margin: 15px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.3px;
  color: #7E7E7E;
}

@media (max-width: 767px) {
  .toppostdetail .toppostdetail_cat {
    font-size: 11px;
    letter-spacing: 1.1px;
  }
}

.toppostdetail .toppostdetail_ttl {
  margin: 6px 0 0;
  display: -webkit-box;
  position: relative;
  overflow: hidden;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2.2px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 767px) {
  .toppostdetail .toppostdetail_ttl {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

.toppostdetail .toppostdetail_foot {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toppostdetail .toppostdetail_foot .toppostdetail_foot_sv {
  display: flex;
  align-items: center;
}

.toppostdetail .toppostdetail_foot .toppostdetail_foot_sv .toppostdetail_foot_sv_img {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}

.toppostdetail .toppostdetail_foot .toppostdetail_foot_sv .toppostdetail_foot_sv_img.is_blank {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_noimg02.svg);
}

.toppostdetail .toppostdetail_foot .toppostdetail_foot_sv .toppostdetail_foot_sv_img > img {
  width: 100%;
  height: auto;
  display: block;
}

.toppostdetail .toppostdetail_foot .toppostdetail_foot_sv .toppostdetail_foot_sv_name {
  margin: 0 0 0 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 1.4px;
  color: #333;
}

.toppostdetail .toppostdetail_foot .toppostdetail_inner_foot_date {
  padding: 0 0 0 17px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.2px;
  color: #ccc;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-image: url(../img/icon_clock01.svg);
}

@media (max-width: 767px) {
  .l_toppostdetaillist {
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #F6F7FA;
    border-bottom: 1px solid #F6F7FA;
  }
}

.toppostdetaillist {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  color: #333;
}

@media (min-width: 768px) {
  .toppostdetaillist {
    align-items: center;
  }
}

.toppostdetaillist:nth-child(n+2) {
  margin: 20px 0 0;
}

.toppostdetaillist .toppostdetaillist_inner:nth-child(1) {
  width: 180px;
}

@media (max-width: 767px) {
  .toppostdetaillist .toppostdetaillist_inner:nth-child(1) {
    width: 100px;
  }
}

.toppostdetaillist .toppostdetaillist_inner:nth-child(2) {
  width: calc(100% - 195px);
}

@media (max-width: 767px) {
  .toppostdetaillist .toppostdetaillist_inner:nth-child(2) {
    width: calc(100% - 112px);
  }
}

.toppostdetaillist .toppostdetaillist_inner .toppostdetaillist_img {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.toppostdetaillist .toppostdetaillist_inner .toppostdetaillist_img.is_blank {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_noimg01.png);
}

@media (max-width: 767px) {
  .toppostdetaillist .toppostdetaillist_inner .toppostdetaillist_img {
    height: 66px;
  }
}

.toppostdetaillist .toppostdetaillist_inner .toppostdetaillist_img > img {
  width: auto;
  height: 110%;
  display: block;
}

.toppostdetaillist .toppostdetaillist_inner .toppostdetaillist_inner_cat {
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.3px;
  color: #747474;
}

@media (max-width: 767px) {
  .toppostdetaillist .toppostdetaillist_inner .toppostdetaillist_inner_cat {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
  }
}

.toppostdetaillist .toppostdetaillist_inner .toppostdetaillist_inner_ttl {
  margin: 6px 0 0;
  display: -webkit-box;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.5px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
  .toppostdetaillist .toppostdetaillist_inner .toppostdetaillist_inner_ttl {
    font-size: 13px;
    line-height: 140%;
    letter-spacing: .39px;
  }
}

.toppostdetaillist .toppostdetaillist_inner .toppostdetaillist_inner_foot {
  display: flex;
  justify-content: space-between;
}

.toppostdetaillist .toppostdetaillist_inner .toppostdetaillist_inner_foot .toppostdetaillist_inner_foot_sv {
  display: flex;
  align-items: center;
}

.toppostdetaillist .toppostdetaillist_inner .toppostdetaillist_inner_foot .toppostdetaillist_inner_foot_sv > div:nth-child(1) {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.toppostdetaillist .toppostdetaillist_inner .toppostdetaillist_inner_foot .toppostdetaillist_inner_foot_sv > div.is_blank:nth-child(1) {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_noimg02.svg);
}

.toppostdetaillist .toppostdetaillist_inner .toppostdetaillist_inner_foot .toppostdetaillist_inner_foot_sv > div:nth-child(1) > img {
  width: 100%;
  height: auto;
  display: block;
}

.toppostdetaillist .toppostdetaillist_inner .toppostdetaillist_inner_foot .toppostdetaillist_inner_foot_sv > div:nth-child(2) {
  margin: 0 0 0 3px;
  font-size: 11px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 1.1px;
  color: #333;
}

.toppostdetaillist .toppostdetaillist_inner .toppostdetaillist_inner_foot .toppostdetaillist_inner_foot_date {
  margin: 10px 0 0;
  padding: 0 0 0 17px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.2px;
  color: #ccc;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-image: url(../img/icon_clock01.svg);
}

@media (max-width: 767px) {
  .toppostdetaillist .toppostdetaillist_inner .toppostdetaillist_inner_foot .toppostdetaillist_inner_foot_date {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

.l_svlist {
  margin: 80px 0 0;
  padding: 80px 0;
  background-color: #F6F7FA;
}

@media (max-width: 767px) {
  .l_svlist {
    margin: 32px 0 0;
    padding: 40px 0;
  }

  .svlist {
    width: 90%;
    margin: auto;
  }
}

.svlist .svlist_head {
  position: relative;
}

@media (min-width: 768px) {
  .svlist .svlist_head {
    text-align: center;
  }
}

.svlist .svlist_head .svlist_head_ttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.6px;
}

@media (max-width: 767px) {
  .svlist .svlist_head .svlist_head_ttl {
    font-size: 28px;
    line-height: 130%;
    letter-spacing: .56px;
  }
}

.svlist .svlist_head .svlist_head_txt {
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.6px;
}

@media (max-width: 767px) {
  .svlist .svlist_head .svlist_head_txt {
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}

.svlist .svlist_head .svlist_head_btn {
  width: 128px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}

@media (min-width: 768px) {
  .svlist .svlist_head .svlist_head_btn {
    display: none;
  }
}

.svlist .svlist_body {
  margin: 50px 0 0;
}

.svlist .svlist_body .svlist_body_btn {
  width: 310px;
  height: 54px;
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
  z-index: 2;
  font-size: 16px;
}

@media (min-width: 768px) {
  .svlist .svlist_body .svlist_body_btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .svlist .svlist_body {
    max-height: 1160px;
    padding: 0 0 80px;
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0, 1, .5, 1);
  }

  .svlist .svlist_body.is_show {
    max-height: 10000000px;
    transition-timing-function: ease-in;
  }

  .svlist .svlist_body::after {
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
    content: '';
    background: linear-gradient(180deg, rgba(246, 247, 250, 0.00) 0%, #F6F7FA 75.48%);
    transition: .3s opacity;
  }

  .svlist .svlist_body.is_show::after {
    opacity: 0;
  }
}

.svlist .svlist_foot {
  margin: 50px 0 0;
}

@media (max-width: 767px) {
  .svlist .svlist_foot {
    display: none;
  }
}

.svlist .svlist_foot .svlist_foot_btn {
  width: 310px;
  height: 54px;
  margin: auto;
  font-size: 16px;
}

@media (max-width: 767px) {
  .l_svdetail {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .l_svdetail > li {
    width: 50%;
  }

  .l_svdetail > li:nth-child(n+3) {
    margin: 40px 0 0;
  }
}

.l_svdetail .slide-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 50%;
  z-index: 2;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_arrow02.svg);
  transition: .2s opacity;
}

.l_svdetail .prev-arrow {
  left: 50px;
  transform: translateY(50%) scaleX(-1);
}

.l_svdetail .next-arrow {
  right: 50px;
  transform: translateY(50%);
}

.l_svdetail .slide-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.svdetail {
  padding: 0 30px;
  text-align: center;
}

.svdetail .svdetail_img {
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 55px;
}

.svdetail .svdetail_img.is_blank {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_noimg02.svg);
}

.svdetail .svdetail_img > img {
  width: 100%;
  height: auto;
  display: block;
}

.svdetail .svdetail_name {
  margin: 15px 0 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.5px;
}

.svdetail .svdetail_txt {
  margin: 10px 0 0;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.1px;
  color: #4B4B4B;
}