@charset "UTF-8";
a:hover {
  color: #007030;
}

html .fs-cqw-1 {
  font-size: 0.1cqw;
}
html .fs-cqw-2 {
  font-size: 0.2cqw;
}
html .fs-cqw-3 {
  font-size: 0.3cqw;
}
html .fs-cqw-4 {
  font-size: 0.4cqw;
}
html .fs-cqw-5 {
  font-size: 0.5cqw;
}
html .fs-cqw-6 {
  font-size: 0.6cqw;
}
html .fs-cqw-7 {
  font-size: 0.7cqw;
}
html .fs-cqw-8 {
  font-size: 0.8cqw;
}
html .fs-cqw-9 {
  font-size: 0.9cqw;
}
html .fs-cqw-10 {
  font-size: 1cqw;
}
html .fs-cqw-11 {
  font-size: 1.1cqw;
}
html .fs-cqw-12 {
  font-size: 1.2cqw;
}
html .fs-cqw-13 {
  font-size: 1.3cqw;
}
html .fs-cqw-14 {
  font-size: 1.4cqw;
}
html .fs-cqw-15 {
  font-size: 1.5cqw;
}
html .fs-cqw-16 {
  font-size: 1.6cqw;
}
html .fs-cqw-17 {
  font-size: 1.7cqw;
}
html .fs-cqw-18 {
  font-size: 1.8cqw;
}
html .fs-cqw-19 {
  font-size: 1.9cqw;
}
html .fs-cqw-20 {
  font-size: 2cqw;
}
html .fs-cqw-21 {
  font-size: 2.1cqw;
}
html .fs-cqw-22 {
  font-size: 2.2cqw;
}
html .fs-cqw-23 {
  font-size: 2.3cqw;
}
html .fs-cqw-24 {
  font-size: 2.4cqw;
}
html .fs-cqw-25 {
  font-size: 2.5cqw;
}
html .fs-cqw-26 {
  font-size: 2.6cqw;
}
html .fs-cqw-27 {
  font-size: 2.7cqw;
}
html .fs-cqw-28 {
  font-size: 2.8cqw;
}
html .fs-cqw-29 {
  font-size: 2.9cqw;
}
html .fs-cqw-30 {
  font-size: 3cqw;
}
html .fs-cqw-31 {
  font-size: 3.1cqw;
}
html .fs-cqw-32 {
  font-size: 3.2cqw;
}
html .fs-cqw-33 {
  font-size: 3.3cqw;
}
html .fs-cqw-34 {
  font-size: 3.4cqw;
}
html .fs-cqw-35 {
  font-size: 3.5cqw;
}
html .fs-cqw-36 {
  font-size: 3.6cqw;
}
html .fs-cqw-37 {
  font-size: 3.7cqw;
}
html .fs-cqw-38 {
  font-size: 3.8cqw;
}
html .fs-cqw-39 {
  font-size: 3.9cqw;
}
html .fs-cqw-40 {
  font-size: 4cqw;
}
html .fs-cqw-41 {
  font-size: 4.1cqw;
}
html .fs-cqw-42 {
  font-size: 4.2cqw;
}
html .fs-cqw-43 {
  font-size: 4.3cqw;
}
html .fs-cqw-44 {
  font-size: 4.4cqw;
}
html .fs-cqw-45 {
  font-size: 4.5cqw;
}
html .fs-cqw-46 {
  font-size: 4.6cqw;
}
html .fs-cqw-47 {
  font-size: 4.7cqw;
}
html .fs-cqw-48 {
  font-size: 4.8cqw;
}
html .fs-cqw-49 {
  font-size: 4.9cqw;
}
html .fs-cqw-50 {
  font-size: 5cqw;
}
html body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
html body .main-color {
  color: #007030;
}
html body .box-num {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-size: 3.2cqw;
  font-weight: bold;
  color: #007030;
}
html body .vertical-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.7cqw;
  font-weight: bold;
  line-height: 2.5;
}
html body img {
  max-width: 100%;
  height: auto;
}
html body > header {
  container-type: inline-size;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3vw;
}
html body > header .logo a {
  display: block;
}
html body > header .logo a img {
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 1.3cqw 0;
}
html body > header .gnav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body > header .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body > header .gnav ul li {
  padding: 0 1.5cqw;
}
html body > header .gnav ul li a {
  display: block;
  color: #007030;
  font-size: 0.88rem;
  font-weight: bold;
  line-height: 1;
}
html body > header .gnav ul li a:hover {
  text-decoration: underline;
}
html body > header .gnav ul li:last-child {
  padding-right: 0;
}
html body > header .gnav ul li.contact a {
  background-color: #007030;
  color: white;
  border-radius: 100rem;
  padding: 0.9em 3em;
  border: 2px solid #007030;
}
html body > header .gnav ul li.contact a:hover {
  text-decoration: none;
  background-color: white;
  color: #007030;
}
html body > header .gnav .about {
  display: none;
}
html body .inner-l {
  padding: 0 3vw;
}
html body .inner-m {
  padding: 0 12vw;
}
html body .inner-s {
  padding: 0 21vw;
}
html body .content-wrap {
  overflow-x: hidden;
}
html body .content-wrap.bg-gray {
  background-color: #F6F6F6;
}
html body .content-wrap .content-header {
  padding: 2rem 0;
}
html body .content-wrap .content-header .title-en {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  color: #007030;
  font-size: 1.3rem;
  font-weight: bold;
}
html body .content-wrap .content-header h2 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
html body .content-wrap .content-header h2.section-ttl {
  padding-bottom: 20px;
}
html body .content-wrap .content-header h2.section-ttl.line-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body .content-wrap .content-header h2.section-ttl.line-3::before, html body .content-wrap .content-header h2.section-ttl.line-3::after {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  background-color: #000;
}
html body .content-wrap .content-header h2.section-ttl.line-3::before {
  margin-right: 15px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
html body .content-wrap .content-header h2.section-ttl.line-3::after {
  margin-left: 15px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
html body .content-wrap .content-header h2 .line {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 50px;
  height: 2px;
  background-color: #007030;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
html body .content-wrap .content-header .caption {
  font-size: 1rem;
  margin-top: 1.5em;
}
html body .content-wrap .list.list-col-2-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.5cqw;
  width: 100%;
}
html body .content-wrap .list.list-col-2-1 li {
  width: calc((100% - 1.5cqw) / 2);
}
html body .content-wrap .list.list-col-2-1.strength p {
  position: absolute;
  top: 50%;
  left: 2.2cqw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
html body .content-wrap .list.list-col-2-1.cost li {
  padding: 1.8cqw;
  border-radius: 1.2cqw;
  border: 1px solid #C5C5C5;
}
html body .content-wrap .list.list-col-2-1.cost li .annotation {
  margin-top: 1.5cqw;
  padding: 1cqw;
  font-size: 0.9cqw;
  border-radius: 0.3cqw;
  background-color: #F9F9F9;
}
html body .content-wrap .list.list-col-2-1.attorney {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body .content-wrap .list.list-col-2-1.attorney li:nth-child(1) {
  width: calc(40% - 1.5cqw);
  padding-right: 3cqw;
}
html body .content-wrap .list.list-col-2-1.attorney li:nth-child(1) p {
  font-size: 1cqw;
}
html body .content-wrap .list.list-col-2-1.attorney li:nth-child(1) p span {
  font-size: 1.4cqw;
  margin-left: 1cqw;
  font-weight: bold;
}
html body .content-wrap .list.list-col-2-1.attorney li:nth-child(2) {
  width: 60%;
}
html body .content-wrap .list.list-col-2-1.attorney li:nth-child(2) p {
  padding-left: 0.8cqw;
  font-size: 1cqw;
}
html body .content-wrap .list.list-col-2-1.attorney li table.separate tr:nth-child(1) th, html body .content-wrap .list.list-col-2-1.attorney li table.separate tr:nth-child(1) td {
  border-top: 0;
}
html body .content-wrap .list.list-col-2-1.attorney li table.separate tr th {
  width: 35%;
}
html body .content-wrap .list.list-col-2-1.attorney li table.separate tr th span {
  display: block;
  font-size: 1cqw;
  border-right: 1px solid #000;
}
html body .content-wrap .list.list-col-2-1.attorney li table.separate tr th, html body .content-wrap .list.list-col-2-1.attorney li table.separate tr td {
  padding: 0.7cqw 0.8cqw;
  font-size: 1cqw;
  line-height: 1.4;
}
html body .content-wrap .list.list-col-3-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.5cqw;
  width: 100%;
}
html body .content-wrap .list.list-col-3-1 li {
  width: calc((100% - 3cqw) / 3);
}
html body .content-wrap .list.list-col-3-1.case li > a img {
  border-radius: 1.5cqw;
}
html body .content-wrap .list.list-col-3-1.case li .date {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1cqw;
  padding: 1cqw 1cqw 0.5cqw 1cqw;
}
html body .content-wrap .list.list-col-3-1.case li .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1cqw 1cqw 1cqw;
}
html body .content-wrap .list.list-col-3-1.case li .title-wrap h4 {
  font-size: 1.2cqw;
}
html body .content-wrap .list.list-col-3-1.case li .title-wrap a {
  font-size: 1.1cqw;
  font-weight: bold;
  text-decoration: underline;
}
html body .content-wrap .list.list-col-3-1.case li .title-wrap a::after {
  content: "　→";
}
html body .content-wrap .list.list-col-3-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1cqw;
  width: 100%;
}
html body .content-wrap .list.list-col-3-2 li {
  width: calc((100% - 2cqw) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body .content-wrap .list.list-col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
html body .content-wrap .list.list-col-4 li {
  width: calc(25% - 0.75cqw);
  margin-right: 1cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body .content-wrap .list.list-col-4 li:nth-child(4n) {
  margin-right: 0;
}
html body .content-wrap .box.border-gray {
  border: 1px solid #C5C5C5;
}
html body .content-wrap .box.lawyer .lawyer-name {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1.4cqw 3.2cqw;
  font-size: 1cqw;
  background-color: #fff;
  border-radius: 1.5cqw 0 1.5cqw 0;
}
html body .content-wrap .box.lawyer .lawyer-name span {
  font-size: 1.2cqw;
}
html body .content-wrap .box.case img {
  border-radius: 20px;
}
html body .content-wrap .box.case .date {
  font-size: 0.8cqw;
}
html body .content-wrap .box.case p:not(.date) {
  font-size: 1cqw;
}
html body .content-wrap .box.case a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  font-size: 0.9cqw;
}
html body .content-wrap .box.case a img {
  margin-left: 0.8cqw;
}
html body .content-wrap .dot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1cqw;
  padding: 1.5cqw 3.5cqw;
  background-color: #F9F9F9;
  border-radius: 1.5cqw;
}
html body .content-wrap .dot-list ul {
  width: calc((100% - 2cqw) / 3);
}
html body .content-wrap .dot-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1cqw;
}
html body .content-wrap .dot-list ul li::before {
  content: "";
  display: block;
  width: 1cqw;
  min-width: 1cqw;
  height: 1cqw;
  margin-right: 5px;
  margin-top: 0.45cqw;
  border-radius: 50%;
  background-color: #007030;
}
html body .content-wrap .page-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body .content-wrap .page-link-list li {
  margin-right: 1.5cqw;
}
html body .content-wrap .page-link-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3cqw;
}
html body .content-wrap .page-link-list li a .green-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #007030;
  width: 2cqw;
  height: 2cqw;
  margin-right: 1cqw;
  border-radius: 50%;
}
html body .content-wrap .Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1cqw;
}
html body .content-wrap .Pagination .Pagination-Item:not(.prev):not(.next) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  color: #fff;
  border-radius: 50%;
  background-color: #007030;
  border: 1px solid #007030;
}
html body .content-wrap .Pagination .Pagination-Item:not(.prev):not(.next) a:hover {
  color: #007030;
  background-color: #fff;
}
html body .content-wrap .Pagination .Pagination-Item.prev a,
html body .content-wrap .Pagination .Pagination-Item.next a {
  color: #007030;
}
html body .content-wrap .radius-img {
  border-radius: 1.5cqw;
}
html body .content-wrap .table tr:nth-child(1) th, html body .content-wrap .table tr:nth-child(1) td {
  border-top: 1px solid #dee2e6;
}
html body .content-wrap .table tr th, html body .content-wrap .table tr td {
  padding: 2cqw 0.8cqw;
}
html body .content-wrap .table.contact tbody tr th {
  width: 30%;
  font-size: 1.2cqw;
}
html body .content-wrap .table.contact tbody tr th .required {
  margin-left: 1cqw;
  padding: 0 5px;
  color: #fff;
  font-size: 1cqw;
  font-weight: normal;
  background-color: #DE7272;
}
html body .content-wrap .table.contact tbody tr th .free {
  display: block;
  color: #DE7272;
}
html body .content-wrap .table.contact tbody tr td input, html body .content-wrap .table.contact tbody tr td select, html body .content-wrap .table.contact tbody tr td textarea {
  padding: 1.2cqw 1cqw;
  font-size: 1.2cqw;
}
html body .content-wrap .table.contact tbody tr th, html body .content-wrap .table.contact tbody tr td {
  padding: 1cqw 0.8cqw;
}
html body .content-wrap .single {
  padding: 50px 0;
}
html body .content-wrap .single p:not(.date) {
  margin-top: 2cqw;
  font-size: 1.3cqw;
}
html body .content-wrap .single .date {
  font-size: 1.3cqw;
}
html body .content-wrap .single h3 {
  font-size: 1.8cqw;
  margin: 1cqw 0 4cqw;
}
html body .content-wrap .single img {
  border-radius: 2cqw;
}
html body .content-wrap .float-content div {
  width: 50%;
  float: right;
  padding: 0 0 2.4cqw 2.4cqw;
}
html body .content-wrap .float-content div img {
  border-radius: 1.5cqw;
}
html body .content-wrap .float-content p {
  font-size: 1cqw;
}
html body .content-wrap form .privacy {
  margin-top: 3cqw;
}
html body .content-wrap form .privacy p {
  text-align: center;
}
html body .content-wrap form .chk label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2cqw;
}
html body .content-wrap form .chk label input {
  width: 20px;
  height: 20px;
  accent-color: #007030;
}
html body .content-wrap form .btn-wrap {
  margin-top: 3cqw;
  text-align: center;
}
html body .content-wrap form .btn-wrap button {
  position: relative;
  width: 250px;
  padding: 18px;
  color: #fff;
  background-color: #007030;
  border-radius: 999px;
}
html body .content-wrap form .btn-wrap button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
html body .content-wrap .mw_wp_form_confirm .privacy {
  display: none;
}
html body .inner-half-right, html body .inner-half-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
html body .inner-half-right .inner-half-image, html body .inner-half-left .inner-half-image {
  width: 55%;
  background-position: center;
  background-size: cover;
}
html body .inner-half-right .inner-half-image img, html body .inner-half-left .inner-half-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
html body .inner-half-right .inner, html body .inner-half-left .inner {
  width: 45%;
  padding-top: 3vw;
  padding-bottom: 3vw;
}
html body .inner-half-right .inner .text .title, html body .inner-half-left .inner .text .title {
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #007030;
  font-weight: bold;
}
html body .inner-half-right .inner .text .caption, html body .inner-half-left .inner .text .caption {
  padding: 1.7rem 0;
}
html body .inner-half-right .inner .text a.more-btn, html body .inner-half-left .inner .text a.more-btn {
  display: inline-block;
  background-color: #007030;
  color: white;
  border-radius: 100rem;
  font-size: 0.88rem;
  font-weight: bold;
  padding: 0.9em 2em;
  border: 2px solid #007030;
  width: 60%;
  position: relative;
}
html body .inner-half-right .inner .text a.more-btn:before, html body .inner-half-left .inner .text a.more-btn:before {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/icon-circle-arrow-right-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
html body .inner-half-right .inner .text a.more-btn:hover, html body .inner-half-left .inner .text a.more-btn:hover {
  text-decoration: none;
  background-color: white;
  color: #007030;
}
html body .inner-half-right .inner .text a.more-btn:hover:before, html body .inner-half-left .inner .text a.more-btn:hover:before {
  background-image: url(../img/icon-circle-arrow-right-green.svg);
}
html body .inner-half-right .inner-half-image {
  border-radius: 0 1.2cqw 1.2cqw 0;
}
html body .inner-half-right .inner {
  padding-left: 5cqw;
  padding-right: 12vw;
}
html body .inner-half-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
html body .inner-half-left .inner-half-image {
  border-radius: 1.2cqw 0 0 1.2cqw;
}
html body .inner-half-left .inner {
  padding-right: 5cqw;
  padding-left: 12vw;
}
html body .btn-wrap a {
  display: inline-block;
  background-color: #007030;
  color: white;
  border-radius: 100rem;
  font-size: 0.88rem;
  font-weight: bold;
  padding: 0.9em 2em;
  border: 2px solid #007030;
  position: relative;
  min-width: 20em;
  text-align: left;
}
html body .btn-wrap a:before {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/icon-circle-arrow-right-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
html body .btn-wrap a:hover {
  text-decoration: none;
  background-color: white;
  color: #007030;
}
html body .btn-wrap a:hover:before {
  background-image: url(../img/icon-circle-arrow-right-green.svg);
}
html body .mainvi {
  container-type: inline-size;
}
html body .mainvi .inner {
  position: relative;
}
html body .mainvi .inner .mainvi-image {
  border-radius: 1.2cqw;
  width: 100%;
}
html body .mainvi .inner .text {
  position: absolute;
  height: 100%;
  width: calc(100% - 6vw);
  top: 0;
  left: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3cqw;
}
html body .mainvi .inner .text h1 span {
  background-color: white;
  line-height: 1;
  display: inline-block;
  font-size: 2.7cqw;
  font-weight: 500;
  margin-bottom: 0.4cqw;
  padding: 0.3cqw;
}
html body .mainvi .inner .text .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html body .mainvi .inner .text .caption p {
  color: white;
  font-size: 1.5cqw;
  text-shadow: 0 0 0.5em black;
}
html body .mainvi.back {
  margin-bottom: 2cqw;
}
html body .mainvi.back .text {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
html body .mainvi.back .text h1 {
  color: #fff;
  font-weight: bold;
  font-size: 3cqw;
  text-align: center;
}
html body .mainvi.back .text h1 span {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 2cqw;
}
html body .mainvi.back .breadcrumbs {
  margin-top: 1cqw;
  padding: 0 3vw;
}
html body .mainvi.back .breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body .mainvi.back .breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2cqw;
}
html body .mainvi.back .breadcrumbs ul li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 1.5cqw;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
html body .mainvi.back .breadcrumbs ul li:last-child::after {
  display: none;
}
html body .mainvi.back .breadcrumbs ul li a {
  color: #007030;
}
html body .bg-pattern {
  padding-top: 4cqw;
  background-image: url(../img/union.webp);
  background-repeat: no-repeat;
  background-position: top center;
}
html body .top-service {
  padding: 5cqw 0 2.5cqw 0;
}
html body .top-service ul li {
  text-align: center;
}
html body .top-service ul li .num {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-size: 3rem;
  font-weight: bold;
  color: #007030;
}
html body .top-service ul li h3 {
  margin-top: -1em;
  font-size: 1.2rem;
  font-weight: bold;
}
html body .top-service ul li img {
  display: block;
  margin: 1rem 0;
}
html body .top-service ul li a {
  position: relative;
  border-radius: 100rem;
  display: inline-block;
  font-size: 0.88rem;
  font-weight: bold;
  color: #007030;
  padding: 0.5em 4cqw;
  border: 2px solid #007030;
}
html body .top-service ul li a:after {
  content: "→";
  font-weight: bold;
  position: absolute;
  right: 1cqw;
}
html body .top-service ul li a:hover {
  background-color: #007030;
  color: white;
}
html body .top-service ul li a:hover:after {
  color: white;
}
html body .top-office {
  padding: 5cqw 0;
}
html body .top-case {
  padding: 3cqw 0;
}
html body .top-case .slider {
  position: relative;
}
html body .top-case .slider .slick-slide {
  padding: 0 1.2vw;
}
html body .top-case .slider .slick-list {
  margin: 0 -1.2vw;
}
html body .top-case .slider .slick-dots li button:before {
  font-size: 13px;
}
html body .top-case .slider .slick-dots li.slick-active button:before,
html body .top-case .slider .slick-dots li button:focus:before,
html body .top-case .slider .slick-dots li button:hover:before {
  opacity: 1;
  color: #007030;
}
html body .top-case .slider .slide-arrow {
  cursor: pointer;
  width: 68px;
  aspect-ratio: 1;
  background-image: url(../img/icon-arrow-left-green.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 7.6122754491vw;
}
html body .top-case .slider .slide-arrow.prev-arrow {
  left: 12.5vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body .top-case .slider .slide-arrow.next-arrow {
  left: 87vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body .top-case .slick-list {
  overflow: visible;
}
html body .top-case .slick-list li > a {
  display: block;
  width: 100%;
  border-radius: 1cqw;
  -webkit-box-shadow: 0 0 1cqw rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1cqw rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
html body .top-case .slick-list li > a img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 668/450;
}
html body .top-case .slick-list li .date {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.88rem;
  padding: 1cqw 1cqw 0.5cqw 1cqw;
}
html body .top-case .slick-list li .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1cqw 1cqw 1cqw;
}
html body .top-case .slick-list li .title-wrap h4 {
  font-size: 1.2cqw;
}
html body .top-case .slick-list li .title-wrap a {
  font-size: 1.1cqw;
  font-weight: bold;
  text-decoration: underline;
}
html body .top-case .slick-list li .title-wrap a:after {
  content: "　→";
}
html body .top-case .btn-wrap {
  margin-top: 4cqw;
}
html body .top-loop {
  overflow: hidden;
  padding: 5cqw 0;
}
html body .top-loop li {
  width: 25vw;
  padding: 0 2vw;
}
html body .top-loop li img {
  display: block;
  height: auto;
  border-radius: 1.2cqw;
}
html body .top-loop li:nth-child(2n) img {
  margin-top: 3cqw;
}
html body .top-attorneys {
  padding: 3cqw 0;
}
html body .contact-btn {
  position: fixed;
  right: 3vw;
  bottom: 1.5vw;
  border-radius: 100rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1cqw rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1cqw rgba(0, 0, 0, 0.2);
}
html body .contact-btn:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
html body .contact-btn:hover:before {
  top: 0;
  left: 100%;
}
html body .contact-btn a {
  background-color: #FF9D00;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5cqw;
  font-size: 0.88rem;
  font-weight: bold;
}
html body .contact-btn a:before {
  content: "";
  width: 1.8cqw;
  aspect-ratio: 34/26;
  display: block;
  background-image: url(../img/icon-mail-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0.5cqw 0 1.2cqw;
}
html body .contact-btn a:after {
  content: "";
  width: 2.9cqw;
  aspect-ratio: 1;
  display: block;
  background-image: url(../img/icon-arrow-right-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5cqw;
}
html body .contact-btn.page {
  position: static;
  max-width: 310px;
  margin: 50px auto;
}
html body .contact-btn.page::before {
  display: none;
}
html body .contact-btn.page a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.1cqw 2.5cqw;
}
html body .contact-btn.page a::before {
  display: none;
}
html body .contact-btn.page a::after {
  width: 1.5cqw;
}
html body .contact-btn.page.back a {
  background-color: #007030;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
html body .contact-btn.page.back a::after {
  margin-left: 0;
  margin-right: 5cqw;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
html body > footer .footer-googlemap {
  padding: 3cqw 0;
}
html body > footer .footer-googlemap iframe {
  width: 100%;
  aspect-ratio: 1437/456;
}
html body > footer .footer-contact {
  padding: 3cqw 0 6cqw 0;
}
html body > footer .footer-contact .footer-contact-inner {
  background-color: #007030;
  border-radius: 0.5cqw;
  padding: 1cqw 9vw;
  padding-bottom: 5cqw;
}
html body > footer .footer-contact .footer-contact-inner .content-header p {
  color: white;
  font-size: 2rem;
}
html body > footer .footer-contact .footer-contact-inner .content-header h2 {
  color: white;
  font-size: 0.88rem;
  font-weight: normal;
  margin-top: -0.3em;
}
html body > footer .footer-contact .footer-contact-inner .content-header .caption {
  font-size: 1rem;
  margin: 2.5cqw 0;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div {
  width: 50%;
  text-align: center;
  color: white;
  border-right: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div:first-child {
  border-left: 1px solid white;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div > div {
  width: 100%;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div h5 {
  margin-bottom: 1cqw;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div.tel-wrap a {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  margin-top: -0.5em;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div.tel-wrap a:hover {
  color: white;
  opacity: 0.7;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div.tel-wrap p {
  font-size: 0.8rem;
  line-height: 1.2;
  padding: 0.2em 0;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div.form-wrap a {
  display: inline-block;
  background-color: white;
  color: #007030;
  border-radius: 100rem;
  font-size: 0.88rem;
  font-weight: bold;
  padding: 0.9em 2em;
  border: 2px solid white;
  position: relative;
  min-width: 20em;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div.form-wrap a:before {
  content: "→";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  color: white;
  background-color: #007030;
  border-radius: 100rem;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div.form-wrap a:hover {
  text-decoration: none;
  background-color: #007030;
  color: white;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div.form-wrap a:hover:before {
  background-color: white;
  color: #007030;
}
html body > footer .footer-navi {
  padding: 7cqw 0;
}
html body > footer .footer-navi .footer-navi-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html body > footer .footer-navi .footer-navi-wrap .about .logo {
  display: block;
}
html body > footer .footer-navi .footer-navi-wrap .about .logo img {
  display: block;
}
html body > footer .footer-navi .footer-navi-wrap .about .address {
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 1cqw 0;
}
html body > footer .footer-navi .footer-navi-wrap .about .map-link {
  font-size: 0.9rem;
  text-decoration: underline;
  color: red;
}
html body > footer .footer-navi .footer-navi-wrap .about .map-link:hover {
  text-decoration: none;
}
html body > footer .footer-navi .footer-navi-wrap nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  width: 100%;
}
html body > footer .footer-navi .footer-navi-wrap nav ul {
  width: 33.33333%;
  margin-left: 1.5cqw;
}
html body > footer .footer-navi .footer-navi-wrap nav ul li {
  line-height: 1.2;
  padding: 0.8em 0;
  font-size: 0.9rem;
}
html body > footer .footer-navi .footer-navi-wrap nav ul li.parent {
  font-weight: bold;
  border-top: 1px solid #C6C4C4;
}
html body > footer .footer-navi .footer-navi-wrap nav ul li a {
  display: block;
}
html body > footer .copyright {
  background-color: #002E14;
  color: white;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
  text-align: center;
  padding: 1cqw 3vw;
}