@charset "UTF-8";
.semCat li {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.bnr_recruit .bnr_ttl {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}

.bg_white {
  background-color: white;
}

.mt-mb {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.news_list {
  font-size: 1rem;
}
.news_list dd {
  flex: 1;
}
@media (max-width: 768px) {
  .news_list dd {
    margin-bottom: 1em;
    line-height: 1.5;
  }
}
.news_list a {
  text-decoration: none;
}
.news_list a:hover {
  color: #b69857;
}

#topNews {
  margin: 0 auto auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  #topNews {
    padding: 4rem 1rem 1px;
  }
}
#topNews .title {
  width: 100%;
}
@media (min-width: 769px) {
  #topNews .title {
    border-bottom: none;
    width: 200px;
    display: inline-block;
    border-right: 1px solid #b69857;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  #topNews .title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 769px) {
  #topNews #new {
    width: calc(100% - 250px);
  }
}
@media (max-width: 768px) {
  #topNews #new .news_list dd {
    margin-bottom: 1em;
  }
}
@media (min-width: 769px) {
  #topNews .news_list {
    display: flex;
    flex-wrap: wrap;
  }
  #topNews .news_list dt {
    margin-bottom: 0.6em;
  }
  #topNews .news_list dd {
    margin-bottom: 0.6rem;
    line-height: 1.4;
  }
}

#page-news {
  margin: 0 auto;
}
#page-news .news_list {
  margin-bottom: 1rem;
}
#page-news .news_list dd {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1rem;
  padding-left: 7rem;
  font-size: 1.2rem;
}

.news_cat {
  display: inline-block;
  width: 7rem;
  background: #9a4747;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 0.5em;
  margin-top: 0.2em;
  line-height: 1;
  position: relative;
  padding: 0.3em;
}
.news_cat.icon-bg1 {
  background: #111;
}

.seminar_wrap {
  margin: auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  background-color: white;
}
.seminar_wrap .seminar_img {
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
  width: 50%;
  left: 0;
}
.seminar_wrap .seminar_img._right {
  right: 0;
  left: auto;
}
.seminar_wrap .seminar_img img {
  max-width: 900px;
}
@media (max-width: 768px) {
  .seminar_wrap .seminar_img {
    width: 100%;
  }
}
.seminar_wrap .bg_white {
  padding: 1px 2rem 2rem 2rem;
  background-color: rgba(255, 255, 255, 0.96);
}
@media (max-width: 768px) {
  .seminar_wrap .bg_white {
    padding: 1px 1rem 1rem 1rem;
  }
}
.seminar_wrap .bg_white .title {
  margin-top: -5rem;
}
@media (max-width: 768px) {
  .seminar_wrap .bg_white .title {
    margin-top: -8rem;
  }
}
@media (min-width: 769px) {
  .seminar_wrap .bg_white .title._right {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .seminar_wrap .bg_white .title._right {
    text-align: left;
  }
}
.seminar_wrap .seminar_right {
  z-index: 1;
  margin: 160px 0 0 auto;
  padding-bottom: 6rem;
}
.seminar_wrap .seminar_left {
  z-index: 1;
  margin: 160px auto 6rem 0;
}
.seminar_wrap .seminar_right,
.seminar_wrap .seminar_left {
  max-width: 100%;
}
@media (max-width: 768px) {
  .seminar_wrap .seminar_right,
  .seminar_wrap .seminar_left {
    margin: 30vw auto 0 0;
  }
  .seminar_wrap .seminar_right h2.title,
  .seminar_wrap .seminar_right h2.title small,
  .seminar_wrap .seminar_left h2.title,
  .seminar_wrap .seminar_left h2.title small {
    color: white;
  }
}

.seminar_text {
  position: relative;
}
.seminar_text .seminar_dl {
  margin-bottom: 0.5rem;
}
.seminar_text .seminar_dl .lawyer_name {
  margin-top: 0;
}

.seminar_list > li {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.seminar_list > li a {
  text-decoration: none;
}
.seminar_list .category_practice {
  margin-left: 0.5em;
}

.semCat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em;
  margin: 10px auto 1em 16px;
}
.semCat li {
  background-color: #888;
  color: white;
  font-size: 0.7em;
  line-height: 1;
  padding: 0.4em 0.6em;
}
.semCat li._cat-1 {
  background-color: #800000;
}

.seminar_dl {
  font-size: 1rem;
}
.seminar_dl dt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 1em;
  position: relative;
}
.seminar_dl dt a:hover {
  color: #b69857;
}
.seminar_dl dt:before {
  content: "\e5df";
  font-family: "Material Symbols Outlined";
  color: #b69857;
  padding-right: 0.1em;
  vertical-align: -0.2em;
  font-size: 1.2em;
  left: -1em;
  position: absolute;
}
.seminar_dl dd {
  margin-left: 1.1rem;
}
.seminar_dl .lawyer_name {
  margin-top: 0.5em;
  font-size: 90%;
}
.seminar_dl .day {
  background-color: #888;
  color: white;
  font-size: 70%;
  padding: 0.1em 0.6em 0.2em 0.6em;
  margin-right: 0.6em;
  font-weight: normal;
  vertical-align: 10%;
}

@media (min-width: 769px) {
  .seminar_left-L,
  .seminar_left-R {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 50%;
  }
}
.seminar_left-L .sec-title,
.seminar_left-R .sec-title {
  color: #b69857;
}

.seminar_left-R .seminar_date,
.seminar_left-R .lawyer_name,
.seminar_left-R .team-cat_list {
  display: none;
}

@media (min-width: 769px) {
  .seminar_left_flexSb {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
  }
}

@media (min-width: 769px) {
  .btn_gold._half {
    width: 280px;
    margin: auto auto 0;
  }
}
.btn_gold._half a {
  height: 60px;
}
.btn_gold._half:after {
  height: 60px;
}

#page-seminar .seminar_dl dt,
.publications_cont_wrap .seminar_dl dt {
  margin-left: 1rem;
}

#page-seminar .sec-title {
  color: #b69857;
}

.pub_list > li {
  margin-bottom: 2rem;
}
.pub_list > li dt:before {
  content: "\e5df";
  font-family: "Material Symbols Outlined";
  color: #b69857;
  padding-right: 0.5em;
  vertical-align: middle;
  padding-right: 0.1em;
  font-size: 1.2em;
}
.pub_list .category_practice {
  margin-left: 0.5em;
}

.flexSb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}
@media (max-width: 768px) {
  .grid-list {
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
    gap: 3vw;
  }
}

.grid-list-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
@media (max-width: 768px) {
  .grid-list-2 {
    grid-template-columns: repeat(auto-fit, minmax(39vw, 1fr));
    gap: 2vw;
  }
}

#practices {
  z-index: 2;
  position: relative;
}

.practices_wrap {
  background: url(../images/bg_2.png) no-repeat;
  background-size: cover;
}

.practices_list {
  margin-bottom: 80px;
  gap: 8px;
}
.practices_list li {
  line-height: 1.2;
  background-color: white;
  height: 8em;
  font-size: 84%;
  transition: all 0.4s;
}
.practices_list li a {
  padding: 0.8em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  text-decoration: none;
  text-align: center;
  /* &:before {
  	content: "\e5df";
  	font-family: 'Material Symbols Outlined';
  	color: $gold;
  	padding-right: 0.1em;
  	font-size: 1.2em;
  	line-height: 1.2;
  } */
}
.practices_list li a:hover {
  opacity: 1;
}
.practices_list li:hover {
  background-color: #eee;
}
.practices_list .material-symbols-outlined {
  display: block;
  font-size: 2.5em;
  width: 100%;
  color: #800000;
  margin-bottom: 0.1em;
}

.bg_top-half {
  padding-top: 48px;
  padding-bottom: 100px;
}
.bg_top-half .ma-container {
  padding-top: 1px;
}
.bg_top-half .title {
  margin-top: -1.6em;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .bg_top-half .title {
    margin-top: -1.8em;
  }
}

.people_cont_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}
.people_cont_wrap .people_cont_box {
  position: relative;
  background-color: white;
}
@media (min-width: 769px) {
  .people_cont_wrap .people_cont_box {
    width: 100%;
    max-width: 320px;
  }
}
.people_cont_wrap .people_cont_box h3 {
  margin: auto auto 0.5em;
  padding: 0.6em 0.6em 0;
  font-size: 18px;
  line-height: 1.6;
}
.people_cont_wrap .people_cont_box h3 .en_name {
  padding-left: 1em;
  font-size: 0.9rem;
  font-weight: normal;
}
.people_cont_wrap .people_cont_img {
  overflow: hidden;
  position: relative;
  z-index: 0;
  aspect-ratio: 6/7;
}
.people_cont_wrap .people_cont_img img {
  max-width: 180%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -45%;
}
.people_cont_wrap .people_cont_img .people_cont_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.4em 1em;
  font-size: 0.8rem;
}
.people_cont_wrap .people_cont_img .people_cont_txt a {
  color: white;
}

.lawyer_category_description {
  display: inline-block;
  padding-left: 1em;
}

.entry-title_lawyer_category {
  color: #b69857;
}
.entry-title_lawyer_category a {
  color: #b69857;
}
.entry-title_lawyer_category .people_cont_txt {
  font-size: 1.2rem;
}

._txt-r {
  text-align: right;
}

.noimage {
  background-color: #eee;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

#people-section {
  margin-top: 0;
}

.bnr_recruit {
  position: relative;
  margin: 64px auto 110px;
  max-width: 900px;
  height: 196px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 5px solid rgba(182, 152, 87, 0.6);
}
.bnr_recruit img {
  position: absolute;
  z-index: 0;
  max-width: 200%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.bnr_recruit img:hover {
  filter: brightness(0.7);
}
@media (max-width: 768px) {
  .bnr_recruit {
    height: 10rem;
  }
}
.bnr_recruit .bnr_ttl {
  position: relative;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  color: #f5daa0;
  z-index: 1;
  padding: 0.3em 1em;
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.bnr_recruit .bnr_ttl small {
  font-size: 40%;
}
@media (max-width: 768px) {
  .bnr_recruit .bnr_ttl {
    font-size: 2.4rem;
  }
}

.post-genres {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
}