@charset "utf-8";
body {
    font-size: 3.73vw;
    -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
    letter-spacing: inherit;
}

/*------------------------------------------------------------------------------------
	　共通クラス
------------------------------------------------------------------------------------*/
.sub-page {
    width: 89%;
    margin: 10vw auto;
}
main {
    width: 100%;
}
.sp {
    display: block !important;
}
.pc {
    display: none !important;
}
.br-sp {
    display: block;
}
.br-pc {
    display: inline;
}
#tinymce p, .sub-page p {
    font-size: 3.8vw;
    line-height: 1.6;
}
main img {
    height: auto;
    width: 100%;
}
img {
    vertical-align: top;
    max-width: 100%;
     height: auto;
}
.wrap {
    width: 89%;
}
.sub-page .btn {
    width: 100%;
    font-size: 3.5vw;
}

.single__content li, .page__content li, .archive__content li {
    font-size: 3.7vw;
}
table td,table th {
    font-size: 3.8vw;
    line-height: 1.6;
}
.contact_form p.btn {
    text-align: center;
    padding-top: 20px!important;
}
.wpcf7-spinner {
    display: block;
}
iframe {
    max-width: 100%;
}

/*------------------------------------------------------------------------------------
	　見出し
------------------------------------------------------------------------------------*/
h2 {
	font-size: 5.5vw;
	padding: 3vw;
}
h3 {
	font-size: 4.8vw;
	margin: 6vw 0 3vw;
	padding: 3vw 0;
	line-height: 1.5;
}
h4 {
	font-size: 4.3vw;
	line-height: 1.1;
	padding: 3vw 2vw;
}
h5 {
	font-size: 4vw;
	line-height: 1.1;
	padding: 1vw 0 1vw 2vw;
}
h6 {
	font-size: 3.8vw;
	line-height: 1.1;
	padding: 2.5vw;
}
h2,
h3,
h4,
h5,
h6 {
    margin: 6% 0;
}
main.top h2, .contact-banner h2 {
    font-size: 8.2vw;
    gap: 3vw;
}
main.top h2 .new-line-sp {
    display: block;
}
main.top h2 .jp, .contact-banner h2 .jp {
    font-size: 8.2vw;
}
main.top h2 .en, .contact-banner h2 .en {
    font-size: 3.6vw;
}
main.top h2 .jp span {
    display: block;
}
.page-title {
	margin-top: var(--header-height);
    height: 40vw;
}
.page-title h1 {
	font-size: 6.2vw;
    width: 92%;
}
img.alignright,
img.alignleft {
    padding: 2vw;
    display: block;
    width: 80%;
    float: inherit;
    margin: auto;
}
li {
    line-height: 1.5em;
}

/*------------------------------------------------------------------------------------
	gn
------------------------------------------------------------------------------------*/
.global-nav {
	display: none;
}
.global-nav.active {
    background: #25467dfa;
    position: fixed;
    width: 100%;
    z-index: 10000;
    overflow: auto;
    display: block;
    top: var(--header-height);
	left: 0;
	height: 100%;
}
.global-nav__list > li {
    text-align: left;
	width: 100%;
    border-bottom: 1px solid #ffffff82;
	flex: inherit;
}
.global-nav .global-nav__list > li > a {
    color: #fff;
    padding: 4vw;
    box-sizing: border-box;
     height: inherit;
    place-content: inherit;
    justify-content: space-between;
	font-size: 4.4vw;
    display: flex;
}
.global-nav .global-nav__list > li > a br {
	display: none;
}
.global-nav .global-nav__list {
    gap: 0;
	flex-wrap: wrap;
	width: 100vw;
}
.global-nav__list > li:has(.sub-menu) {
}
 .global-nav__list > li:has(.sub-menu) > a {
    pointer-events: inherit;
}
.global-nav__list > li:has(.sub-menu) > a:after {
	content: '\f078';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
}
.global-nav__list > li:has(.sub-menu) > a.active:after {
	content: '\f077';
}
.global-nav .sub-menu {
    position: inherit;
    height: inherit;
    left: inherit;
    bottom: inherit;
    transform: inherit;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    padding: 4vw;
    gap: 3vw 0;
	background: none;
	box-sizing: border-box;
}
.global-nav .sub-menu a {
    font-size: 3.8vw;
    padding: 2vw;
}
.menu-btn {
    position: relative;
    cursor: pointer;
    z-index: 3;
    height: 10vw;
    width: 10vw;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    place-content: center;
}
.menu-btn__line-container {
	position: absolute;
	display: block;
	width: 100%;
	height: 70%;
	top: 50%;
	transform: translateX(-50%)translateY(-50%);
	left: 50%;
}
.menu-btn__line {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    width: 100%;
    height: 2px;
	background: var(--main-color);
    left: 0;
}
.menu-btn__line:nth-of-type(1) {
    top: 0%;
}
.menu-btn__line:nth-of-type(2) {
 	 top: 50%;
    transform: translateY(-50%);
}
.menu-btn__line:nth-of-type(3) {
 	 bottom: 0;
}
.menu-btn.active .menu-btn__line:nth-of-type(1) {
	transform:  translateX(-50%) translateY(-50%) rotate(-45deg);
	top: 50%;
	left: 50%;
}
.menu-btn.active .menu-btn__line:nth-of-type(2){
	display: none;
}
.menu-btn.active .menu-btn__line:nth-of-type(3){
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	top: 50%;
	bottom: inherit;
	left: 50%;
}
/*------------------------------------------------------------------------------------
	ヘッダー、フッター
------------------------------------------------------------------------------------*/
.header__container {
	width: 100%;
    padding: 2%;
}
.header__title a {
    font-size: 3.2vw;
}
.header__office {
    font-size: 1.8vw;
}
footer {
    margin: 0 0 15vw 0;
    padding: 11vw 0 14vw;
}
.footer__title a {
    font-size: 4.1vw;
}
.footer__office {
    font-size: 2.5vw;
}
.footer__inner {
    padding: 15% 0 22%;
	flex-wrap: wrap;
	gap: 9vw 0;
}
.footer__inner .menu {
    gap: 2.5vw;
}
.footer-menu__title {
    font-size: 4vw;
    padding: 0 0 6% 0;
}
.footer-menu {
	width: 50%;
}
.footer-menu a {
    font-size: 3.6vw;
	white-space: inherit;
}
.copyright p {
    font-size: 2.4vw;
}
/* .footer-floating */
.footer-floating {
    position: fixed;
    bottom: 0;
    z-index: 9999;
	width: 100%;
    box-sizing: border-box;
}
.footer-floating__list {
    display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.footer-floating__item {
    height: 15vw;
	flex: 1;
}
.footer-floating__item a {
    color: #fff;
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: 1%;
}
.footer-floating__item-title {
    display: block;
	font-size: 3.8vw;
	font-family: var(--noto-serif-jp);
	font-weight: bold;
}
.footer-floating__tel {
    background: var(--main-color);
}
.footer-floating__tel-icon {
    display: block;
    width: 6vw;
    height: 6vw;
}
.footer-floating__tel-icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-floating__mail {
    background: var(--sub-color);
}
.footer-floating__mail-icon {
    display: block;
    width: 6vw;
    height: 6vw;
}
.footer-floating__mail-icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
/*------------------------------------------------------------------------------------
	　.sidebar
------------------------------------------------------------------------------------*/
.sidebar {
    display: none;
}
/*------------------------------------------------------------------------------------
	　共通
------------------------------------------------------------------------------------*/
/* .contact-banner */
.contact-banner {
    margin: 0 auto;
    width: 89%;
    padding: 10vw 0;
}
.contact-banner__inner {
    flex-direction: column;
    gap: 4vw;
}
.contact-banner__btn {
    aspect-ratio: 670 / 325;
}
.contact-banner__btn a {
    font-size: 4.5vw;
}
.contact-banner__text {
    font-size: 3.8vw;
    padding: 6% 4% 8%;
    text-align: left;
    line-height: 1.43;
}
.contact-banner__btn-icon {
    width: 13vw;
    height: 13vw;
}
/* .common-parts */
.common-parts .btn a {
    width: 60%;
}
.common-parts .btn a:after {
    right: 7%;
}
/* .common-parts-related */
.common-parts-related__item {
    width: 48.5%;
}
.common-parts-related__list {
    gap: 5vw 3%;
}
.common-parts-related__item-category-item {
    font-size: 2.4vw;
    padding: 1.5% 5%;
    line-height: 1.3;
}
.common-parts-related__item-title {
    font-size: 3.2vw;
}
/*------------------------------------------------------------------------------------
	　.top
------------------------------------------------------------------------------------*/
.btn a {
    width: 100%;
    font-size: 4vw;
    flex-direction: column;
}
.btn a:after {
    width: 6vw;
    height: 6vw;
    font-size: 0.8em;
}
.btn a span {
    display: block;
}
/* .mv */
.mv__inner {
    width: 100%;
    gap: 4%;
    padding: 14.5% 0 0 0;
}
.mv__title {
    width: 89%;
    margin: 0 auto;
	font-size: 7.2vw;
    text-align: left;
}
.mv__title span:not(:last-child) {
    margin: 0 0 2.5% 0;
}
.mv__title-inner {
    padding: 1% 4% 1.5%;
}
.mv__forte-list {
    width: 95%;
    margin: 0 auto;
}
.mv__forte-item {
    aspect-ratio: 1.6 / 1;
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
    padding: 0.3vw;
}
.mv__forte-item-inner {
    background-position: top right 10%;
    font-size: 3.3vw;
    line-height: 1.17;
	clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}
.mv__forte-item-new-line-pc {
    display: inline;
}
.mv__forte-item-new-line-sp {
    display: block;
}
/* .field */
.field {
    padding: 15vw 0 20vw;
}
.field__list {
    padding: 11% 0 0 0;
    gap: 11vw;
	justify-content: center;
}
.field__item {
    width: 90%;
    padding: 0;
}
.field__item-title-container {
    position: relative;
}
.field__item-title {
    font-size: 6.2vw;
    aspect-ratio: inherit;
    padding: 6% 7% 6% 0;
    line-height: 1.55;
}
.field__item-toggle {
    display: block !important;
    width: 7.5vw;
    height: 7.5vw;
    cursor: pointer;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}
.field__item-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
}
.field__item-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
}
.field__item.is-active .field__item-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.field__item-inner {
    padding: 0 6% 7% 6%;
}
.field__item-text {
    line-height: 1.75;
    margin-bottom: 8%;
    font-size: 3.4vw;
}
.field__item-btn a {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 75%;
    aspect-ratio: 201 / 46;
    font-size: 3.6vw;
    text-decoration: none;
    background: var(--main-color);
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid;
    box-sizing: border-box;
    padding: 0 0 0 5%;
    font-family: var(--noto-serif-jp);
}
.field__item-btn a:after {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: 0.7em;
}
/* .forte */
.forte {
    padding: 18vw 0 16vw;
}
.forte__list {
    gap: 4.5vw;
    padding: 12% 0 12% 0;
}
.forte__item {
	gap: 10%;
    padding: 4% 7% 4% 2%;
    min-height: 13vw;
}
.forte__item-num {
    font-size: 5.5vw;
    width: 10%;
}
.forte__item-num:after {
    width: 0.1vw;
    height: 175%;
    right: 0;
}
.forte__item-title {
    font-size: 5vw;
    line-height: 1.29;
}
/* .greeting */
.greeting {
    padding: 14vw 0 18vw;
}
.greeting__inner {
    justify-content: center;
    align-items: center;
    padding: 12% 0 18%;
    flex-direction: column-reverse;
    gap: 10vw;
}
.greeting__image {
    /* width: 58%; 2026.07.27修正 */
	width: 100%;
}
.greeting__image figcaption {
    font-size: 3.6vw;
}
.greeting__text {
    width: 100%;
}
.greeting__text p {
    font-size: 3.6vw;
    line-height: 1.62;
}
/* .voice */
.voice {
    padding: 14vw 0 18vw;
}
.voice__container {
    width: 100%;
}
.voice__list {
    margin: 12% 0 0 0;
}
.voice__item {
    margin: 3px 3vw;
}
.voice__item-title {
    font-size: 4.5vw;
}
.voice__item-text {
    font-size: 3.6vw;
    line-height: 1.62;
    min-height: 29vw;
    padding: 0 7%;
}
.voice__item-btn {
	font-size: 3.8vw;
    width: 62%;
    aspect-ratio: 343 / 79;
	gap: 9%;
}
/* .news */
.news {
    padding: 12vw 0 18vw 0;
}
.news__list {
    padding: 9% 0 9%;
}
.news__item a {
    padding: 3% 0;
    font-size: 3.5vw;
    gap: 2vw 3%;
    flex-wrap: wrap;
}
.news__item-category {
    width: 28%;
    padding: 0;
}
.news__item-title {
    flex: inherit;
    width: 100%;
}
/* .access */
.access {
    padding: 14vw 0 10vw 0;
}
.access__inner {
    padding: 11vw 0 0 0;
    flex-direction: column;
    gap: 9vw;
}
.access__info {
    width: 100%;
    gap: 5vw;
    padding: 0;
}
.access__info-heading {
    width: 20%;
    font-size: 3.2vw;
    height: 5vw;
}
.access__info-text {
    font-size: 3.6vw;
    line-height: 1.43;
    font-weight: normal;
}
.access__map {
    width: 100%;
    height: 64vw;
}
/*------------------------------------------------------------------------------------
	　archive
------------------------------------------------------------------------------------*/

/* .archive */
.archive__list {
    gap: 8vw;
}
.archive__item a {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5vw;
    padding: 3vw 0;
}
.archive__item-inner {
    gap: 3vw;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5% 0
}
h3.archive__item-title {
    font-size: 4.8vw;
	line-height: 1.3;
}
.archive__item-image {
    width: 70%;
}
.archive__item-text {
    font-size: 3.6vw;
    line-height: 1.4;
	flex: inherit;
}
.archive__item-date {
    font-size: 3vw;
}
.archive__item-category span {
    padding: 0 1.5vw;
    font-size: 3vw;
}
.archive__item-btn {
    width: 32vw;
    height: 8vw;
    font-size: 3.4vw;
}
/*------------------------------------------------------------------------------------
	　.main.page-404
------------------------------------------------------------------------------------*/
main.page-404 {
    padding-bottom: 10vw;
}
.page-404__main-text {
    font-size: 16vw;
}
.page-404__text {
    font-size: 4vw;
}

/*------------------------------------------------------------------------------------
	　.main.page-search
------------------------------------------------------------------------------------*/
main.page-search {
    padding-bottom: 10vw;
}

/*------------------------------------------------------------------------------------
	　single
------------------------------------------------------------------------------------*/
.single__content-category a {
    padding: 0 1.5vw;
    font-size: 3vw;
	line-height: 1.5;
}
.single__content-date {
    font-size: 3vw;
}
/*------------------------------------------------------------------------------------
	　page
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	　.contact-form
------------------------------------------------------------------------------------*/
.contact-form table th,
.contact-form table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 2.5vw;
    border: none;
}
.contact-form table td p {
    font-size: 3.6vw;
}
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email] {
    padding: 2vw;
	font-size: 3.4vw;
}
.contact-form textarea {
    font-size: 3.4vw;
}
.contact-form .wpcf7-not-valid-tip {
    font-size: 0.7em;
}
.contact-form .wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0.5em 0.5em;
}
::placeholder {
	font-size: 3.4vw;
}
.cf7-item {
    max-width: 100%;
}
/*------------------------------------------------------------------------------------
  ビジュアルエディターの装飾
------------------------------------------------------------------------------------*/
.editor-blockquote {
    padding: 1.5% 6% 1.5% 2%;
}
.editor-blockquote:before {
    font-size: 8vw;
}
  .editor-list-number li:before {
      width: 6vw;
  }
  .editor-list-point, 
  .editor-list-check, 
  .editor-list-number {
    padding: 0 3%;
      border-width: 2px;
  }
  .sub-page .editor-heading-catch-wrap p {
      font-size: 4.6vw;
      line-height: 1.2;
  }
  .editor-heading-catch-wrap {
      font-size: 3.4vw;
  }
  .editor-heading-catch {
      font-size: 3vw;
  }
  .editor-heading-catch:after {
      width: 1.5vw;
  }
.editor-related-link {
    padding: 3% 2% 2% 2%;
	border-width: 2px;
}
  .editor-related-link::before {
    font-size: 3.8vw;
      background-size: 4vw auto;
	     padding: 0 0 0 7%;
  }
  .editor-supplementary-frame,
  .editor-caution-frame { padding: 2% 2% 2% 14%; width: 84%; line-height: 1.5; }
  .editor-supplementary-frame:before,
  .editor-caution-frame:before { top: 2vw; left: 2vw; width: 8vw; height: 8vw; }
  .editor-caution-frame:after { top: -1.5vw; left: 2.5vw; font-size: 4.4rem; }
  .editor-simple-frame { padding: 2%; width: 96%; line-height: 1.5; }
  .editor-label-box { padding: 2%; width: 96%; }
  .editor-label-box-title { margin: -5vw 0 2vw; padding: 2% 3vw; }
  .editor-default-button a { padding: 3.5vw 6vw; }
  .editor-simple-button a { padding: 3vw 7vw; }
/*------------------------------------------------------------------------------------
  パンくずリスト
------------------------------------------------------------------------------------*/
#breadcrumbs {
    font-size: 2.6vw;
	line-height: 1.2;
    margin: 3vw auto;
}
/*------------------------------------------------------------------------------------
 ページナビ
------------------------------------------------------------------------------------*/
.wp-pagenavi .page.larger,
.wp-pagenavi .page.smaller,
.wp-pagenavi .current{
    width: 8vw;
    height: 8vw;
    margin: 0 1vw;
}
/*------------------------------------------------------------------------------------
 ページナビ
------------------------------------------------------------------------------------*/
main .pagenation li a {
    padding: 2vw 4vw;
    font-size: 3vw;
}
/*------------------------------------------------------------------------------------
	　下層記事
------------------------------------------------------------------------------------*/
/* 弁護士紹介 */
.member-list {
    gap: 0 4%;
}
.member-item:nth-child(1),
.member-item:nth-child(2) {
    margin: 0;
}
.member-item {
    width: 80%;
    align-self: inherit;
}
.member-item:nth-child(n+3) {
    width: 48%;
}
.member {
    gap: 10vw;
    flex-direction: column;
    align-items: center;
}
.member__image {
    width: 80%;
    align-self: inherit;
}
.member__image:after {
    top: 2vw;
    left: 2vw;
}
.member__text {
    flex: inherit;
    width: 100%;
}

/* 2026.06.18 MV修正 */
.mv__title { padding: 0 0 5vw; }
.mv__forte-list { padding-bottom: 45vw; }
.mv__forte-item-inner { font-size: 1.2rem; }

/* 2026.07.27 顧問プラン追加 */
.Advisory table { width: 200vw; }
.Advisory table th,
.Advisory table td { font-size: 1.2rem; }
.Advisory table td small { font-size: 1.0rem; }
.Advisory table .--Light,
.Advisory table .--Standard,
.Advisory table .--Premium { width: ; }
.Advisory table .--Plan { width: ; }
.Advisory table th.--Plan,
.Advisory table th.--Light,
.Advisory table th.--Standard,
.Advisory table th.--Premium { font-size: 1.4rem; }