@charset "UTF-8";
li {
  list-style: none;
}

/* Chrome、Safari以外 */
summary {
  display: block;
  list-style: none;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0em;
}

* {
  box-sizing: border-box;
}

main {
  margin-top: 189px;
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.text-center {
  text-align: center;
}

.margin-auto {
  margin: 0 auto;
}

.caution_txt {
  font-size: 12px;
  text-align: right;
}

.bold {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  main {
    margin-top: 63px;
  }
}
.bl-topics_link {
  display: flex;
  padding: 30px 25px;
  border-bottom: 1px solid #c6c7c7;
  font-size: 14px;
  font-weight: 600;
}
.bl-topics_date {
  color: #868686;
  width: 22%;
}
.bl-topics_title {
  width: 78%;
}

@media screen and (max-width: 768px) {
  .bl-topics_link {
    padding: 15px 0;
    display: block;
  }
  .bl-topics_title {
    width: 100%;
  }
}
.bl-btn {
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0.14em;
  width: 240px;
  height: 60px;
  display: block;
  position: relative;
}
.bl-btn::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 23px;
  right: 20px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .bl-btn_sp {
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
    height: 45px;
    line-height: 43px;
    width: 260px;
  }
  .bl-btn_sp::before {
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    top: 17px;
    right: 20px;
    width: 9px;
    height: 9px;
  }
}
.bl-pankuzu {
  background-color: #00456a;
  color: #fff;
  font-size: 14px;
  padding: 25px;
}
.bl-pankuzu_list {
  display: flex;
  align-items: center;
}
.bl-pankuzu_item {
  position: relative;
  margin-right: 60px;
}
.bl-pankuzu_item a {
  color: #fff;
}
.bl-pankuzu_item:not(:last-of-type)::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 7px;
  right: -33px;
  transform: rotate(45deg);
}
.bl-pankuzu_home {
  width: 16px;
  height: 15px;
}
.bl-pankuzu_home::after {
  top: 3px !important;
}

@media screen and (max-width: 768px) {
  .bl-pankuzu {
    font-size: 10px;
    padding: 10px 20px;
  }
  .bl-pankuzu_item {
    margin-right: 30px;
  }
  .bl-pankuzu_item:not(:last-of-type):after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 6px;
    right: -18px;
    transform: rotate(45deg);
  }
  .bl-pankuzu_home {
    width: 13px;
    height: 12px;
  }
  .bl-pankuzu_home::after {
    top: 4px !important;
  }
}
.bl-underfv {
  width: 100%;
  height: 300px;
  position: relative;
  background-image: url(../images/topics.jpg);
  background-size: cover;
  background-position: center;
}
.bl-underfv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.bl-underfv_practice {
  background-image: url(../images/practice.jpg);
}
.bl-underfv_access {
  background-image: url(../images/access.jpg);
}
.bl-underfv_lawyer {
  background-image: url(../images/lawyer.jpg);
}

@media screen and (max-width: 768px) {
  .bl-underfv {
    height: 100px;
  }
  .bl-underfv_title {
    font-size: 17px;
  }
}
.bl-title {
  background-color: #00456a;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding: 10px;
}

.js-tab.is-active {
  transition: all 0.2s ease-out;
}

.js-panel {
  display: none;
}
.js-panel.is-show {
  display: block;
}

header {
  padding: 42px 20px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000000000000;
  width: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h-logo {
  display: block;
  width: 416px;
}

.h-nav_list {
  display: flex;
}
.h-nav_item {
  font-size: 14px;
  margin-right: 32px;
  position: relative;
}
.h-nav_item.is-active::before {
  content: "";
  background-color: #00456a;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.h-nav_item:last-of-type {
  margin-right: 0;
}
.h-nav_item a {
  color: #333;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 1120px) {
  header {
    padding: 0;
  }
  .header {
    padding: 10px;
    position: relative;
  }
  .h-logo {
    width: 170px;
    min-width: auto;
  }
  .h-nav {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 62px;
    z-index: 1000;
    background-color: #00456a;
    width: 100%;
  }
  .h-nav_list {
    display: block;
  }
  .h-nav_item {
    margin-right: 0;
  }
  .h-nav_item a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 25px;
    border-bottom: 1px solid #fff;
  }
  .hamburger {
    display: block;
    width: 40px;
    height: 20px;
    position: relative;
    z-index: 10000;
    border: none;
    background-color: transparent;
  }
  .hamburger span {
    width: 100%;
    height: 3px;
    background-color: #333;
    display: block;
    position: absolute;
    transition: 0.3s;
    left: 0;
  }
  .hamburger span:first-of-type {
    top: 0;
  }
  .hamburger span:nth-of-type(2) {
    top: 9px;
  }
  .hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  .header.is-active .h-nav {
    right: 0;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    z-index: 10000000000000000000;
  }
  .header.is-active .hamburger span {
    transition: 0.3s;
  }
  .header.is-active .hamburger span:first-of-type {
    transform: rotate(45deg);
    top: 10px;
  }
  .header.is-active .hamburger span:nth-of-type(2) {
    display: none;
  }
  .header.is-active .hamburger span:nth-of-type(3) {
    transform: rotate(-45deg);
    bottom: 7px;
  }
}
footer {
  text-align: center;
  background-color: #ececec;
  padding: 20px 0;
  position: relative;
}
footer small {
  font-size: 12px;
}

.pagetop {
  width: 60px;
  height: 50px;
  position: absolute;
  top: -50px;
  right: 10%;
  background-color: #333;
}
.pagetop span {
  margin-top: 17px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  transition: 0.3s;
}
.pagetop:hover span {
  margin-top: 10px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 10px;
  }
  .pagetop {
    width: 100%;
    height: 40px;
    right: 0;
    top: -40px;
  }
  .pagetop span {
    margin-top: 14px;
  }
}
.top-topics {
  padding: 74px 15px 269px;
}
.top-topics_btn {
  margin-top: 62px;
  margin-left: auto;
}

.top-title {
  text-align: center;
  margin-bottom: 30px;
}
.top-title_ja {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}
.top-title_en {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .top-topics {
    padding: 36px 25px 70px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .top-topics_btn {
    margin: 30px auto 0;
  }
  .top-title_ja {
    font-size: 17px;
  }
  .top-title_en {
    font-size: 12px;
  }
}
.topics {
  padding: 60px 20px 250px;
}

.topics-detail-wrap {
  padding: 80px 0 250px;
}

.topics-detail {
  border-top: 1px solid #c6c7c7;
  border-bottom: 1px solid #c6c7c7;
  padding: 40px 35px;
}
.topics-detail_date {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.topics-detail_title {
  margin-bottom: 50px;
}
.topics-detail_content p {
  margin-bottom: 10px;
}
.topics-detail_content img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.topics-detail_btn {
  margin: 60px auto 0;
}
.topics-detail_btn::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .topics {
    padding: 25px 20px 120px;
  }
  .topics-detail-wrap {
    padding: 40px 20px 110px;
  }
  .topics-detail {
    font-size: 14px;
    padding: 30px 0;
  }
  .topics-detail_date {
    margin-bottom: 0px;
  }
  .topics-detail_title {
    margin-bottom: 30px;
  }
  .topics-detail_content p {
    margin-bottom: 5px;
  }
  .topics-detail_btn {
    margin-top: 30px;
    background-color: #00456a;
    border: none;
    color: #fff;
  }
}
.about-h1 {
  display: none;
}

.about {
  padding: 40px 20px 152px;
}

.about-wrap {
  display: flex;
  padding-top: 80px;
  justify-content: space-between;
}

.about-content {
  width: 60%;
}

.about-message {
  padding-right: 0;
}

.about-title {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 1px solid #c6c7c7;
  margin-bottom: 30px;
}

.about-txt {
  margin-bottom: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.about-symbol {
  margin-top: 90px;
  padding-right: 0;
}
.about-symbol .about-txt:last-of-type {
  border-bottom: 1px solid #c6c7c7;
  padding-bottom: 90px;
}

.about-access {
  width: 34%;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
}
.about-access_list {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
.about-access_dt {
  width: 70px;
  margin-bottom: 5px;
}
.about-access_detail {
  width: calc(100% - 70px);
}
.about-access_detail a {
  color: #00456a;
  text-decoration: underline;
}
.about-access_add {
  margin-bottom: 20px;
}
.about-access_btn {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about {
    padding-bottom: 0;
  }
  .about-fv {
    padding: 0;
  }
  .about-wrap {
    display: block;
    padding: 30px 0;
  }
  .about-content {
    width: 100%;
  }
  .about-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about-txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .about-symbol {
    margin-top: 25px;
  }
  .about-symbol .about-txt:last-of-type {
    border: none;
    padding-bottom: 70px;
  }
  .about-access {
    background-color: #00456a;
    color: #fff;
    width: 100vw;
    margin-left: -20px;
    padding: 30px 20px;
  }
  .about-access_title {
    font-size: 14px;
  }
  .about-access_list {
    padding: 15px 0;
    justify-content: center;
  }
  .about-access_detail {
    width: 60%;
  }
  .about-access_detail a {
    color: #fff;
  }
  .about-access_dt {
    width: 40%;
    text-align: right;
  }
  .about-access_add {
    width: 100%;
    text-align: center;
  }
  .about-access_add__title {
    position: relative;
  }
  .about-access_add__title::after {
    content: "";
    background-color: #fff;
    display: block;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about-access_btn {
    border: 1px solid #fff;
    color: #fff;
    background-color: #00456a;
    width: 80%;
    margin: 0 auto;
    height: 45px;
    line-height: 42px;
    font-size: 13px;
  }
  .about-access_btn::before {
    width: 8px;
    height: 8px;
    top: 17px;
  }
}
.practice {
  padding: 66px 20px 270px;
}
.practice-copy {
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
.practice-item {
  display: flex;
  border-bottom: 1px solid #c6c7c7;
  padding: 40px 0;
}
.practice-item:first-of-type {
  border-top: 1px solid #c6c7c7;
}
.practice-item:last-of-type {
  border-bottom: none;
}
.practice-item_title {
  width: 30%;
}
.practice-item_txt {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .practice {
    padding-bottom: 50px;
  }
  .practice-copy {
    text-align: left;
  }
  .practice-item {
    display: block;
  }
  .practice-item_title, .practice-item_txt {
    width: 100%;
  }
  .practice-item_title {
    text-align: center;
    margin-bottom: 10px;
  }
  .practice-item_txt {
    font-size: 14px;
  }
}
.access-wrap {
  padding: 60px 20px 300px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.access-content {
  width: 50%;
}
.access-content_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #c6c7c7;
  padding: 10px 20px;
  font-size: 12px;
}
.access-content_dt {
  font-weight: 600;
  width: 28%;
}
.access-content_dd {
  font-weight: 600;
  width: 72%;
  line-height: 1.5;
}
.access-content_dd span {
  font-weight: 400;
  margin-top: 10px;
  display: block;
}
.access-content_link {
  color: #00456a;
  text-decoration: underline;
  font-weight: 600;
}
.access-content_txt {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px;
}

.access-map {
  width: 38.9%;
  aspect-ratio: 389/298;
}

@media screen and (max-width: 768px) {
  .access-wrap {
    display: block;
    padding: 30px 20px 120px;
  }
  .access-content {
    width: 100%;
    font-size: 14px;
  }
  .access-content_list {
    padding: 10px 0;
  }
  .access-content_add {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .access-content_add__dd {
    width: 100%;
  }
  .access-content_txt {
    padding-left: 0;
  }
  .access-map {
    width: 100%;
    margin-top: 30px;
  }
}
.lawyer-wrap {
  padding: 60px 20px 120px;
}

.lawyer-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.lawyer-img {
  width: 34%;
}
.lawyer-img_inner {
  aspect-ratio: 339/261;
}
.lawyer-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -40px;
     object-position: 0 -40px;
}

.lawyer-name {
  background-color: #00456a;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.lawyer-name_en {
  font-size: 22px;
  margin-left: 20px;
}
.lawyer-name_ja {
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
}

.lawyer-content {
  width: 62%;
}
.lawyer-content_box {
  padding: 20px;
}
.lawyer-content_txt {
  margin-bottom: 20px;
}

.lawyer-group_title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #c6c7c7;
}

.lawyer-group_txt {
  font-size: 12px;
  margin-top: 10px;
}

.lawyer-btn {
  display: none;
}

.lawyer-detail {
  padding: 80px 0 200px;
}
.lawyer-detail_box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.lawyer-detail_box .lawyer-img_inner {
  width: 35%;
}
.lawyer-detail_content {
  width: 61%;
}
.lawyer-detail_content .lawyer-group_title {
  margin-bottom: 10px;
}
.lawyer-detail_history {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.lawyer-detail_history__dt {
  width: 120px;
}
.lawyer-detail_history__dd {
  width: calc(100% - 120px);
}
.lawyer-detail_comment {
  border-top: 1px solid #c6c7c7;
  padding: 20px 0;
  margin-top: 20px;
}
.lawyer-detail_comment .lawyer-detail_txt {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .lawyer-item {
    display: block;
    padding: 0;
  }
  .lawyer-content {
    width: 100%;
  }
  .lawyer-name_ja {
    font-size: 14px;
  }
  .lawyer-name_en {
    font-size: 14px;
  }
  .lawyer-img_inner {
    width: 100%;
    margin-top: 20px;
  }
  .lawyer-img_inner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 -40px;
       object-position: 0 -40px;
  }
  .lawyer-content_box {
    padding: 0;
    padding-top: 20px;
  }
  .lawyer-content_txt {
    font-size: 14px;
  }
  .lawyer-btn {
    margin: 30px auto;
    height: 45px;
    line-height: 43px;
    font-size: 13px;
    display: block;
  }
  .lawyer-btn::before {
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    top: 18px;
  }
  .lawyer-detail {
    padding: 40px 20px 70px;
  }
  .lawyer-detail_box {
    display: block;
  }
  .lawyer-detail_box .lawyer-img_inner {
    width: 100%;
  }
  .lawyer-detail_content {
    width: 100%;
  }
  .lawyer-detail_content .lawyer-group_title {
    margin-top: 20px;
  }
  .lawyer-detail_history {
    font-size: 14px;
  }
}

.about-access_detail.access-content_link{
  color: #fff;
}