body {
	color: #0a1925;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
}

body.js-open {
	height: 100%;
	overflow: hidden;
}

main {
	flex: 1;
}

.main-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.bg-white {
	background-color: #fff;
}

.fee-table {
	overflow-x: auto;
}

.fee-table table {
	background-color: #fff;
	border: 1.2px solid #0a1925;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.fee-table th,
.fee-table td {
	border: 1px solid #0a1925;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
}

.fee-table thead th {
	background-color: #0a1925;
	border-right: 0.125rem solid #fff;
	color: #fff;
	font-size: 1.75rem;
	padding: 1.375rem 1.125rem;
}

.fee-table thead th:last-of-type {
	border-right: none;
}

.fee-table tbody td {
	font-size: 1.6875rem;
	height: 100px;
}

.fee-table:not(.fee-table--debt):not(.fee-table--divorce) tbody tr:nth-of-type(2) {
	background-color: #ebebeb;
}

.fee-table--first-small th:first-of-type,
.fee-table--first-small td:first-of-type {
	width: 434px;
}

.fee-table--1 td:first-of-type,
.fee-table--2 td:first-of-type,
.fee-table--3 td:first-of-type {
	padding-left: 6.875rem;
	text-align: left;
	white-space: nowrap;
}

.fee-table--narrow table {
	max-width: 57.5rem;
}

.fee-table--debt thead th:first-of-type {
	background-color: #fff;
}

.fee-table--debt tbody td {
	font-size: 2rem;
}

.fee-table--debt td:last-of-type {
	padding-left: 1.875rem;
	text-align: left;
}

.fee-table--debt col:nth-child(1) {
	width: 23%;
}

.fee-table--debt col:nth-child(2) {
	width: 30%;
}

.fee-table--debt col:nth-child(3) {
	width: 14%;
}

.fee-table--debt col:nth-child(4) {
	width: 30%;
}

.fee-table--dark-side {
	margin-top: 2.75rem;
}

.fee-table--dark-side table {
	border-width: 0.125rem;
	max-width: 64.5rem;
}

.fee-table--dark-side tbody td {
	border-width: 0.125rem;
	height: 5.625rem;
}

.fee-table--dark-side th {
	background-color: #0a1925;
	border-bottom: 0.125rem solid #fff;
	color: #fff;
	font-size: 1.75rem;
	padding: 1.125rem 3.125rem;
	text-align: left;
	width: 62%;
}

.fee-table--dark-side tr:last-of-type th {
	border-bottom: none;
}

.fee-table--dark-side tbody td {
	background-color: #fff;
	font-size: 2rem;
	padding: 1.125rem 3.125rem;
	text-align: left;
}

.fee-table--incident table {
	max-width: 64.625rem;
}

.fee-table--divorce col:nth-child(1) {
	width: 10%;
}

.fee-table--divorce col:nth-child(2) {
	width: 21%;
}

.fee-table--divorce col:nth-child(3) {
	width: 23%;
}

.fee-table--divorce col:nth-child(4) {
	width: 46%;
}

.fee-table--divorce tbody td {
	font-size: 1.75rem;
}

.fee-table--divorce tbody tr:nth-of-type(1) td:nth-of-type(3),
.fee-table--divorce tbody tr:nth-of-type(2) td:nth-of-type(2),
.fee-table--divorce td span {
	font-size: 2rem;
}

.fee-table--distribution tr:first-of-type th {
	border-bottom: 0.125rem solid #fff;
}

.fee-table--distribution td:not(:last-of-type) {
	padding-left: 1.6875rem;
	text-align: left;
}

.fee-table--distribution td span:first-of-type {
	display: inline-block;
	vertical-align: top;
}

.fee-table--distribution td span:nth-of-type(2) {
	display: inline-block;
}

.fee-table--distribution tr:nth-of-type(3) td:first-of-type,
.fee-table--distribution tr:nth-of-type(4) td {
	border-bottom: 1.2px solid #0a1925;
}

.fee-table--distribution col:nth-child(1) {
	width: 9%;
}

.fee-table--distribution col:nth-child(2) {
	width: 26%;
}

.fee-table--distribution col:nth-child(3) {
	width: 21%;
}

.fee-table--distribution col:nth-child(4) {
	width: 34%;
}

.fee-table--distribution tr:first-of-type th:first-of-type,
.fee-table--distribution tr:nth-of-type(5) th:first-of-type {
	background-color: #0a1925;
	color: #fff;
	font-size: 1.6875rem;
	writing-mode: vertical-rl;
}

.fee-table--distribution tr:nth-of-type(4) td,
.fee-table--distribution tr:nth-of-type(6) td,
.fee-table--distribution tr:nth-of-type(8) td {
	background-color: #ebebeb;
}

.fee-table--distribution tbody td {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.fee-table--sentence tr:first-of-type th {
	border-bottom: 0.125rem solid #fff;
}

.fee-table--sentence th {
	background-color: #0a1925;
	color: #fff;
	font-size: 1.6875rem;
	width: 25%;
}

.fee-table--sentence tbody td {
	background-color: #fff;
	height: auto;
	padding: 1.375rem 2.25rem;
	text-align: left;
}

.fee-table--sentence tr:nth-of-type(2) td {
	padding: 2.875rem 2.25rem;
}

.form-row {
	width: 100%;
}

.form-row__text {
	color: #1a1311;
	font-size: 1.1875rem;
	width: 100%;
}

.form-row__required {
	padding-left: 6.8125rem;
	position: relative;
}

.form-row__required::after {
	background-color: #0a1925;
	border-radius: 2.5rem;
	color: #fff;
	content: "必須";
	font-size: 0.8125rem;
	left: 0;
	line-height: 1;
	padding: 0.5625rem 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 5.5rem;
}

.form-row__required--any::after {
	background-color: #9f8159;
	content: "任意";
}

.form-row__input {
	margin-top: 1.25rem;
	width: 100%;
}

.form-row__input--flex p {
	display: flex;
	gap: 1.3125rem;
}

.form-row__input .square-btn {
	max-width: 294px;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	outline: none;
	transition: all 0.3s ease 0s;
	width: 100%;
}

[type=text],
[type=email],
[type=tel],
select,
textarea {
	background-color: #efefef;
	border: 1px solid #cbcccc;
	border-radius: 0.125rem;
	font-size: 1.1875rem;
	height: 100%;
	padding: 1.8125rem 3.375rem;
	width: 100%;
}

textarea {
	aspect-ratio: 1045/340;
}

.form-rows {
	margin-left: auto;
	margin-right: auto;
	max-width: 1045px;
}

.form-rows__item + .form-rows__item {
	margin-top: 4.5625rem;
}

.form-rows__item.form-rows__item--mt {
	margin-top: 10rem;
}

.handling-operations-detail {
	margin-top: 3.875rem;
}

.handling-operations-detail__article {
	position: relative;
}

.handling-operations-detail__article::before,
.handling-operations-detail__article::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	width: 100%;
	z-index: -1;
}

.handling-operations-detail__article::before {
	left: 0;
}

.handling-operations-detail__article::after {
	right: 0;
}

.handling-operations-detail__article:nth-of-type(1) {
	padding-bottom: 13.6875rem;
	padding-top: 12.5rem;
}

.handling-operations-detail__article:nth-of-type(1)::before {
	aspect-ratio: 964/510;
	background-image: url(../images/handling-operations/detail-left-dot.webp);
	bottom: 8.9375rem;
	max-width: 60.25rem;
}

.handling-operations-detail__article:nth-of-type(1)::after {
	aspect-ratio: 560/863;
	background-image: url(../images/handling-operations/detail-right-circle.webp);
	bottom: 0;
	max-width: 35rem;
	right: 4.8125rem;
}

.handling-operations-detail__article:nth-of-type(2) {
	padding-bottom: 9.375rem;
	padding-top: 5.4375rem;
}

.handling-operations-detail__article:nth-of-type(2)::after {
	aspect-ratio: 866/511;
	background-image: url(../images/handling-operations/detail-right-dot.webp);
	bottom: -7.8125rem;
	max-width: 54.125rem;
}

.handling-operations-detail__article:nth-of-type(3) {
	padding-bottom: 14.375rem;
	padding-top: 7.0625rem;
}

.handling-operations-detail__article:nth-of-type(3)::before {
	aspect-ratio: 560/863;
	background-image: url(../images/handling-operations/detail-left-circle.webp);
	max-width: 35rem;
	top: -35rem;
}

.handling-operations-detail__article:nth-of-type(3)::after {
	aspect-ratio: 1918/511;
	background-image: url(../images/handling-operations/detail-all.webp);
	bottom: 0;
}

.handling-operations-detail__article:nth-of-type(4) {
	padding-bottom: 9.75rem;
	padding-top: 12.75rem;
}

.handling-operations-detail__article:nth-of-type(4)::before {
	aspect-ratio: 964/510;
	background-image: url(../images/handling-operations/detail-left-dot.webp);
	bottom: 0;
	max-width: 60.25rem;
}

.handling-operations-detail__article:nth-of-type(4)::after {
	aspect-ratio: 560/863;
	background-image: url(../images/handling-operations/detail-right-circle.webp);
	max-width: 35rem;
	top: -12.25rem;
}

.handling-operations-detail__article:nth-of-type(5) {
	padding-bottom: 7.9375rem;
	padding-top: 9.3125rem;
}

.handling-operations-detail__article:nth-of-type(5)::before {
	aspect-ratio: 329/863;
	background-image: url(../images/handling-operations/detail-left-circle-small.webp);
	bottom: 0;
	max-width: 20.5625rem;
}

.handling-operations-detail__article:nth-of-type(5)::after {
	aspect-ratio: 866/511;
	background-image: url(../images/handling-operations/detail-right-dot.webp);
	max-width: 54.125rem;
	top: -6.4375rem;
}

.handling-operations-detail__article:nth-of-type(6) {
	padding-bottom: 13.6875rem;
	padding-top: 13.5rem;
}

.handling-operations-detail__article:nth-of-type(6)::after {
	aspect-ratio: 553/863;
	background-image: url(../images/handling-operations/detail-right-circle.webp);
	bottom: -9.375rem;
	max-width: 34.5625rem;
}

.handling-operations-detail__article:nth-of-type(7) {
	padding-bottom: 16.75rem;
	padding-top: 3.6875rem;
}

.handling-operations-detail__article:nth-of-type(7)::after {
	aspect-ratio: 1918/511;
	background-image: url(../images/handling-operations/detail-all.webp);
	bottom: 0;
}

.handling-operations-detail__inner.inner {
	display: flex;
	gap: 3.875rem;
	max-width: 1370px;
}

.handling-operations-detail__icon {
	height: 24.5rem;
	width: 24.125rem;
}

.handling-operations-detail__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.handling-operations-detail__body {
	margin-top: 1.875rem;
	max-width: 53.125rem;
	position: relative;
	z-index: 1;
}

.handling-operations-detail__title {
	font-size: 2.9375rem;
	letter-spacing: 0.2em;
	position: relative;
}

.handling-operations-detail__title::after {
	background-color: #0a1925;
	content: "";
	display: block;
	height: 1px;
	margin-top: 1.5rem;
	width: 9rem;
}

.handling-operations-detail__text {
	font-size: 1.5625rem;
	line-height: 2.1;
	margin-top: 4.3125rem;
}

.handling-operations-detail__button {
	margin-top: 5.5625rem;
}

.handling-operations-top {
	background: transparent url(../images/handling-operations/top-bg.webp) no-repeat center center/cover;
	padding-bottom: 13.5625rem;
	padding-top: 11.875rem;
}

.handling-operations-top__inner.inner {
	max-width: 1450px;
}

.handling-operations-top__title {
	font-size: 2.8125rem;
	letter-spacing: 0.2em;
}

.handling-operations-top__text {
	font-size: 1.5625rem;
	margin-top: 1.875rem;
}

.handling-operations-top__list {
	border-top: 1px solid #0a1925;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.9375rem;
}

.handling-operations-top__item {
	border-bottom: 1px solid #0a1925;
	margin-top: 1.375rem;
	padding-bottom: 1.25rem;
}

.handling-operations-top__item:not(:nth-child(3n)) a {
	border-right: 0.6px solid #0a1925;
}

.handling-operations-top__item a {
	align-items: center;
	display: flex;
	padding: 1.625rem 1.3125rem 1.9375rem 2.625rem;
	position: relative;
	transition: opacity 0.3s;
}

.handling-operations-top__item a::after {
	background: transparent url(../images/common/arrow-black.webp) no-repeat center center/cover;
	content: "";
	height: 0.8125rem;
	position: absolute;
	right: 3.125rem;
	top: 48%;
	transform: translateY(-50%);
	width: 1.0625rem;
}

.handling-operations-top__item a:hover {
	opacity: 0.7;
}

.handling-operations-top__icon {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	width: 5.5625rem;
}

.handling-operations-top__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.handling-operations-top__label {
	font-size: 1.6875rem;
	letter-spacing: 0.2em;
	margin-left: 1.875rem;
}

.information-detail {
	background-color: rgba(206, 229, 228, 0.37);
	padding-bottom: 13.1875rem;
	padding-top: 16.0625rem;
}

.information-detail__title {
	padding-bottom: 15rem;
	position: relative;
	text-align: center;
}

.information-detail__title:after {
	aspect-ratio: 1920/494;
	background: transparent url(../images/information/fv-bg.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.information-detail__sub-catch {
	font-size: 2rem;
	margin-bottom: 3.125rem;
	margin-top: 5rem;
	text-align: center;
}

.information-detail__inner.inner {
	max-width: 1440px;
}

.information-detail__flex {
	grid-gap: 4.375rem;
	display: grid;
	gap: 4.375rem;
	grid-template-columns: auto 20.125rem;
	padding-bottom: 4.5rem;
	padding-top: 1.5625rem;
}

.information-detail__main {
	margin-top: 1.0625rem;
}

.information-detail__category span {
	align-items: center;
	background-color: #fff;
	border: 0.7px solid #0a1925;
	border-radius: 3.75rem;
	display: inline-flex;
	font-size: 1.4375rem;
	justify-content: center;
	letter-spacing: 0.2em;
	padding: 0.5625rem 3.75rem;
}

.information-detail__date {
	color: #1a1311;
	display: block;
	font-size: 1.4375rem;
	letter-spacing: 0.095em;
	margin-top: 2.4375rem;
}

.information-detail__news-title {
	font-size: 2.5rem;
	letter-spacing: 0.095em;
	margin-top: 0.25rem;
}

.information-detail__body {
	border-top: 0.6px solid #1a1311;
	color: #1a1311;
	font-size: 1.4375rem;
	margin-top: 2.25rem;
}

.information-detail__body p {
	padding-top: 2.6875rem;
}

.information-detail__body p:first-child {
	margin-top: 0;
}

.information-detail__body img {
	-o-object-fit: cover;
	height: 100%;
	margin-bottom: 3.25rem;
	margin-top: 3.25rem;
	object-fit: cover;
}

.information-detail__body figure {
	margin-bottom: 3.25rem;
	margin-top: 3.25rem;
}

.information-detail__body figure img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.information-detail__side {
	border-left: 0.0625rem solid #0a1925;
	padding-left: 4.5625rem;
}

.information-detail__side-block + .information-detail__side-block {
	margin-top: 4.0625rem;
}

.information-detail__side-title {
	font-size: 1.6875rem;
	letter-spacing: 0.2em;
}

.information-detail__category-list,
.information-detail__archive-year {
	margin-top: 2.0625rem;
}

.information-detail__category-list li,
.information-detail__archive {
	font-size: 1.1875rem;
	letter-spacing: 0.095em;
}

.information-detail__category-list li {
	list-style: disc;
	margin-left: 1.25rem;
}

.information-detail__category-list a,
.information-detail__archive a {
	transition: opacity 0.3s;
}

.information-detail__category-list a:hover,
.information-detail__archive a:hover {
	opacity: 0.7;
}

.information-detail__archive-list {
	margin-top: 1rem;
}

.information-detail__archive-item {
	margin-left: 1.875rem;
}

.information-detail__button {
	margin-top: 5.375rem;
	text-align: center;
}

.information-detail__pagenavi {
	margin-top: 3.9375rem;
}

.information-detail__pagenavi--sp {
	display: none;
}

.lawyer-profile__visual {
	aspect-ratio: 1920/777;
	width: 100%;
}

.lawyer-profile__visual img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.lawyer-profile__inner {
	margin-left: auto;
	margin-right: auto;
	margin-top: -9.625rem;
	max-width: 1385px;
	padding-bottom: 16.875rem;
}

.lawyer-profile__inner-wrap {
	position: relative;
}

.lawyer-profile__inner-wrap::before {
	aspect-ratio: 794/1373;
	background: transparent url(../images/lawyer/left-vertical.webp) no-repeat center center/cover;
	content: "";
	left: 0;
	max-width: 49.625rem;
	position: absolute;
	top: 9.625rem;
	width: 41.3541666667%;
	z-index: -1;
}

.lawyer-profile__inner-wrap::after {
	aspect-ratio: 1032/320;
	background: transparent url(../images/lawyer/dotte-small.webp) no-repeat center center/cover;
	content: "";
	position: absolute;
	right: 0;
	top: 9.625rem;
	width: 53.75%;
	z-index: -1;
}

.lawyer-profile__content {
	grid-gap: 8rem;
	align-items: flex-start;
	display: grid;
	gap: 8rem;
	grid-template-columns: 38.4375rem auto;
	position: relative;
}

.lawyer-profile__image {
	aspect-ratio: 615/786;
	flex-shrink: 0;
}

.lawyer-profile__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.lawyer-profile__body {
	flex: 1;
	padding-top: 18.4375rem;
}

.lawyer-profile__heading {
	position: relative;
}

.lawyer-profile__position {
	font-size: 1.5rem;
	letter-spacing: 0.5em;
	position: relative;
	z-index: 1;
}

.lawyer-profile__name {
	font-size: 3.625rem;
	letter-spacing: 0.02em;
}

.lawyer-profile__name-en {
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.lawyer-profile__message {
	margin-top: 5.5rem;
}

.lawyer-profile__message p {
	font-size: 1.375rem;
	line-height: 2.1;
}

.lawyer-profile__message p + p {
	margin-top: 3.125rem;
}

.lawyer-profile__career {
	margin-top: 7rem;
}

.lawyer-profile__career-title {
	border-bottom: 2px solid #9f8159;
	color: #9f8159;
	font-size: 2.125rem;
	letter-spacing: 0.02em;
	padding-bottom: 1.4375rem;
}

.lawyer-profile__career-list {
	margin-top: 2.25rem;
}

.lawyer-profile__career-item {
	align-items: center;
	border-bottom: 0.4px solid #9f8159;
	display: flex;
	padding: 1.25rem 0.3125rem;
}

.lawyer-profile__career-item dt {
	flex-shrink: 0;
	font-size: 1.25rem;
	width: 10.8125rem;
}

.lawyer-profile__career-item--nodd.lawyer-profile__career-item dt {
	width: 100%;
}

.lawyer-profile__career-item dd {
	flex: 1;
	font-size: 1.375rem;
}

.preparation {
	margin-top: 8.75rem;
}

.privacy-policy {
	margin-bottom: 7.5rem;
	margin-top: 13.75rem;
}

.privacy-policy__title {
	font-size: 3.1875rem;
	letter-spacing: 0.2em;
	text-align: center;
}

.privacy-policy__contents {
	margin-top: 3.5625rem;
}

.privacy-policy__contents p,
.privacy-policy__contents li {
	font-size: 1.3125rem;
}

.privacy-policy__contents h2 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
	margin-top: 2rem;
}

.privacy-policy__contents li {
	margin-top: 0.625rem;
}

.privacy-policy__contents ol > li {
	list-style: auto;
	margin-left: 1em;
}

.sub-contact {
	margin-bottom: 7.5rem;
	margin-top: 14.375rem;
}

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

.sub-contact__title-en {
	font-size: 3.25rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.sub-contact__title-ja {
	font-size: 1.375rem;
}

.sub-contact__lead {
	font-size: 1.375rem;
	line-height: 2;
	margin-top: 6.75rem;
	text-align: center;
}

.sub-contact__block {
	background: linear-gradient(to right, #74bce2, #5587c0);
	margin-top: 6.25rem;
	padding-bottom: 9.375rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 10.125rem;
	position: relative;
}

.sub-contact__block::after {
	background: transparent url(../images/common/contact-bg.webp) no-repeat center center/cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	mix-blend-mode: overlay;
	opacity: 0.36;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.sub-contact__box {
	align-items: center;
	background-color: #fff;
	display: grid;
	grid-template-columns: 30.125rem auto auto;
	height: 15rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	padding-bottom: 1.625rem;
	padding-top: 1.625rem;
	position: relative;
	z-index: 2;
}

.sub-contact__reserve {
	font-size: 1.9375rem;
	letter-spacing: 0.2em;
	padding-left: 3rem;
	text-align: center;
}

.sub-contact__tel {
	align-items: center;
	border-left: 0.6px solid #1a1311;
	display: flex;
	height: 100%;
	padding-bottom: 2.0625rem;
	padding-left: 3.875rem;
}

.sub-contact__tel-number {
	display: inline-block;
	font-size: 2.125rem;
	letter-spacing: 0.04em;
	margin-top: 0.3125rem;
}

.sub-contact__tel-number span {
	display: inline-block;
	font-size: 4.0625rem;
	letter-spacing: 0.08em;
	margin-left: 0.6875rem;
}

.sub-contact__tel-time {
	font-size: 1.4375rem;
	letter-spacing: 0.08em;
	margin-left: 1.875rem;
	margin-top: 1.25rem;
}

.sub-contact__form {
	margin-top: 16.375rem;
}

.sub-contact__privacy {
	border-bottom: 0.6px solid #1a1311;
	border-top: 0.6px solid #1a1311;
	margin-top: 11.3125rem;
	padding-bottom: 7.75rem;
	padding-top: 7.25rem;
	text-align: center;
}

.sub-contact__privacy-title {
	font-size: 1.6875rem;
	letter-spacing: 0.1em;
	padding-bottom: 3.875rem;
	position: relative;
}

.sub-contact__privacy-title::after {
	background-color: #1a1311;
	bottom: 0;
	content: "";
	height: 2.8125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1px;
}

.sub-contact__privacy-subtitle {
	font-size: 1.3125rem;
	letter-spacing: 0.06em;
	margin-top: 1.125rem;
}

.sub-contact__privacy-text {
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-top: 1.8125rem;
	text-align: center;
}

.sub-contact__check {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
}

.sub-contact__check label {
	position: relative;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

[type=checkbox] {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

.wpcf7-list-item-label {
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	padding-left: 3.75rem;
	position: relative;
}

.wpcf7-list-item-label::before {
	background: transparent url(../images/contact/privacy-btn.webp) no-repeat center center/cover;
	content: "";
	height: 2.625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.625rem;
}

.wpcf7-list-item-label::after {
	border-bottom: 3px solid #0a1925;
	border-left: 3px solid #0a1925;
	content: "";
	height: 0.625rem;
	left: 1.3125rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -60%) rotate(-45deg);
	width: 1.125rem;
}

.wpcf7-list-item-label a {
	-webkit-text-decoration: underline;
	font-size: 1.3125rem;
	text-decoration: underline;
}

[type=checkbox]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

[type=checkbox]:focus + .wpcf7-list-item-label::after {
	outline: #0a1925 3px solid;
}

[type=checkbox]:checked:focus + .wpcf7-list-item-label::after {
	outline: none;
}

.wpcf7-list-item-label a:focus {
	outline: #0a1925 2px solid;
}

.sub-contact__btn {
	margin-top: 8rem;
	text-align: center;
}

.sub-fee {
	background-color: rgba(206, 229, 228, 0.37);
	padding-bottom: 11.25rem;
	padding-top: 11.5625rem;
}

.sub-fee__inner.inner {
	max-width: 1450px;
}

.sub-fee__lead {
	font-size: 1.5625rem;
	line-height: 2;
}

.sub-fee__lead-right {
	text-align: right;
}

.sub-fee__consultation {
	margin-top: 7.9375rem;
}

.sub-fee__title {
	border-left: 0.5rem solid #0a1925;
	font-size: 2.9375rem;
	letter-spacing: 0.2em;
	padding-left: 2.5625rem;
}

.sub-fee__consultation-box {
	background-color: #fff;
	margin-top: 2.375rem;
	padding: 2.5625rem 2.5rem 3.5625rem;
}

.sub-fee__consultation-box-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
}

.sub-fee__consultation-price {
	font-size: 2.9375rem;
	letter-spacing: 0.2em;
	text-align: center;
	white-space: nowrap;
}

.sub-fee__consultation-note {
	font-size: 1.5625rem;
	letter-spacing: 0.03em;
	margin-top: 0.25rem;
}

.sub-fee__section {
	padding-top: 7.625rem;
}

.sub-fee__section--3 {
	padding-top: 14rem;
}

.sub-fee__section--4 {
	padding-top: 16.375rem;
}

.sub-fee__section--5 {
	padding-top: 16.4375rem;
}

.sub-fee__section--6 {
	padding-top: 19.625rem;
}

.sub-fee__section--7 {
	padding-top: 16.5625rem;
}

.sub-fee__section--8 {
	padding-top: 11.6875rem;
}

.sub-fee__heading {
	align-items: center;
	border-left: 0.5rem solid #0a1925;
	display: flex;
	font-size: 2.9375rem;
	gap: 3.1875rem;
	letter-spacing: 0.2em;
	padding-left: 2.625rem;
}

.sub-fee__heading-icon {
	display: block;
	flex-shrink: 0;
	width: 5.625rem;
}

.sub-fee__heading-icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.sub-fee__text {
	font-size: 1.375rem;
	margin-top: 2.0625rem;
}

.sub-fee__table {
	margin-top: 2.25rem;
}

.sub-fee__note {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-top: 1.625rem;
}

.sub-fee__section--3 .sub-fee__note--fz {
	font-size: 1.375rem;
}

.sub-fee__section--4 .sub-fee__note,
.sub-fee__section--7 .sub-fee__note,
.sub-fee__section--8 .sub-fee__note {
	font-size: 1.6875rem;
}

.sub-fee__section--7 .sub-fee__note {
	margin-top: 5.125rem;
}

.sub-fee__section--8 .sub-fee__note {
	margin-left: 3.75rem;
}

.sub-fee__button {
	margin-top: 6.125rem;
}

.sub-fee__example {
	margin-top: 3.1875rem;
}

.sub-fee__example-label {
	align-items: center;
	background-color: #fff;
	border: 0.7px solid #0a1925;
	border-radius: 62.4375rem;
	display: inline-flex;
	font-size: 1.4375rem;
	justify-content: center;
	letter-spacing: 0.2em;
	margin-top: 1.75rem;
	max-width: 16.25rem;
	padding: 0.625rem 0.125rem;
	width: 100%;
}

.sub-fee__example-label--mt {
	margin-top: 0.75rem;
}

.sub-fee__example-label--mt-2 {
	margin-top: 3.125rem;
}

.sub-fee__example-item {
	grid-gap: 2.875rem;
	display: grid;
	gap: 2.875rem;
	grid-template-columns: 18.9375rem 1fr;
	margin-top: 2.4375rem;
}

.sub-fee__example-item + .sub-fee__example-item {
	margin-top: 3.5rem;
}

.sub-fee__example-title {
	border-right: 0.5px solid #0a1925;
	font-size: 2.0625rem;
	letter-spacing: 0.2em;
	padding-right: 1.75rem;
}

.sub-fee__example-body {
	font-size: 1.25rem;
	line-height: 1.8;
	margin-top: 0.3125rem;
}

.sub-fee__fee-block {
	margin-top: 4.875rem;
}

.sub-fee__fee-block + .sub-fee__fee-block {
	margin-top: 4.375rem;
}

.sub-fee__dot-title {
	font-size: 2.5rem;
	letter-spacing: 0.2em;
	padding-left: 2.8125rem;
	position: relative;
}

.sub-fee__dot-title::before {
	background-color: #0a1925;
	border-radius: 50%;
	content: "";
	height: 1.6875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.6875rem;
}

.sub-fee__dot-title span {
	font-size: 1.5625rem;
	letter-spacing: 0.075em;
}

.sub-fee__price {
	font-size: 2.9375rem;
	letter-spacing: 0.2em;
	margin-top: 0.625rem;
}

.sub-fee__price span {
	font-size: 1.6875rem;
	letter-spacing: 0.1em;
}

.sub-fee__price--ml {
	margin-left: 3.75rem;
	margin-top: 1.875rem;
}

.sub-flow {
	background-color: rgba(188, 225, 225, 0.37);
	padding-bottom: 16.875rem;
	padding-top: 9.25rem;
}

.sub-flow__inner-top.inner {
	max-width: 1370px;
}

.sub-flow__catch {
	font-size: 1.5625rem;
	text-align: center;
}

.sub-flow__flow {
	display: block;
	margin-bottom: 9.375rem;
	margin-top: 6.6875rem;
}

.sub-flow__flow img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.sub-flow__inner.inner {
	max-width: 1450px;
	position: relative;
	z-index: 1;
}

.sub-flow__block {
	position: relative;
}

.sub-flow__block--1 {
	padding-bottom: 11.875rem;
}

.sub-flow__block--2 {
	margin-top: 12.5rem;
	padding-bottom: 8.75rem;
}

.sub-flow__block--3 {
	margin-top: 9.125rem;
	padding-bottom: 10.5rem;
}

.sub-flow__block--4 {
	margin-top: 4.8125rem;
	padding-bottom: 4.375rem;
}

.sub-flow__block--5 {
	margin-top: 5.125rem;
	padding-bottom: 5.0625rem;
}

.sub-flow__block::after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
	border-radius: 8.3125rem;
	bottom: 0;
	content: "";
	display: block;
	height: 38.1875rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 0;
}

.sub-flow__lead {
	font-size: 1.8125rem;
	margin-top: 2rem;
}

.sub-flow__cards {
	grid-gap: 4.5rem;
	display: grid;
	gap: 4.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.3125rem;
}

.sub-flow__card {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 20rem;
	justify-content: center;
	position: relative;
	transition: opacity 0.3s;
}

.sub-flow__card--mail {
	background: linear-gradient(to bottom, #a5c6c6, #549b9b);
}

.sub-flow__card--tel {
	background-color: #a2afc0;
}

.sub-flow__card::after {
	content: "";
	height: calc(100% - 1.25rem);
	left: 50%;
	mix-blend-mode: multiply;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 1.25rem);
	z-index: 0;
}

.sub-flow__card--mail::after {
	background: linear-gradient(to bottom, #a5c6c6, #549b9b);
}

.sub-flow__card--tel::after {
	background-color: #a2afc0;
}

.sub-flow__card:hover {
	opacity: 0.8;
}

.sub-flow__contents {
	position: relative;
	z-index: 2;
}

.sub-flow__icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sub-flow__card--mail .sub-flow__icon {
	max-width: 5.3125rem;
}

.sub-flow__card--tel .sub-flow__icon {
	max-width: 4.1875rem;
}

.sub-flow__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.sub-flow__card-text {
	display: block;
	font-size: 1.625rem;
	font-weight: 600;
	margin-top: 2.5rem;
	text-align: center;
}

.sub-flow__tel-row {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 1.6875rem;
}

.sub-flow__tel-number {
	display: inline-block;
	font-size: 2.75rem;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.sub-flow__tel-time {
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-left: 0.3125rem;
}

.sub-flow__tel-note {
	align-items: center;
	background-color: #fff;
	border-radius: 62.4375rem;
	color: #495a65;
	display: inline-flex;
	font-size: 1.3125rem;
	font-weight: 600;
	justify-content: center;
	margin-top: 1.3125rem;
	max-width: 35.5rem;
	padding-bottom: 0.625rem;
	padding-top: 0.5rem;
	width: 100%;
}

.sub-flow__access {
	background-color: #fff;
	margin-top: 2.75rem;
	padding: 5rem 10.125rem 6.375rem;
}

.sub-flow__access-contents {
	align-items: center;
	display: flex;
	gap: 4.8125rem;
}

.sub-flow__postcode {
	font-size: 1.6875rem;
	line-height: 1.7;
}

.sub-flow__button {
	margin-top: 4.375rem;
	text-align: center;
}

.sub-flow__button--mt {
	margin-top: 4.6875rem;
}

.sub-flow__text {
	font-size: 1.8125rem;
	line-height: 2;
	margin-top: 8.5rem;
	text-align: center;
}

.sub-flow__fee {
	align-items: center;
	background-color: #fff;
	display: flex;
	margin: 6.125rem auto 0;
	padding: 2.75rem 4.375rem;
}

.sub-flow__fee-title {
	font-size: 2.125rem;
	letter-spacing: 0.2em;
	padding-right: 3.3125rem;
	text-align: right;
	width: 24.1875rem;
}

.sub-flow__fee-body {
	border-left: 0.4px solid #0a1925;
	padding-left: 5.6875rem;
}

.sub-flow__fee-price {
	font-size: 2.9375rem;
	letter-spacing: 0.15em;
	line-height: 1;
}

.sub-flow__fee-price span {
	letter-spacing: 0.26em;
}

.sub-flow__fee-note {
	font-size: 1.5625rem;
	margin-top: 0.5rem;
}

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

.sub-flow__row-body {
	flex: 1;
	margin-top: 2.25rem;
	max-width: 48.125rem;
}

.sub-flow__row-text {
	font-size: 1.8125rem;
	line-height: 1.9;
	margin-top: 2.75rem;
}

.sub-flow__row-image {
	flex-shrink: 0;
	width: 30.4375rem;
}

.sub-flow__row-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.sub-lawyer {
	padding-bottom: 12.5rem;
	padding-top: 16rem;
	position: relative;
}

.sub-lawyer::before {
	background: transparent url(../images/office/overview-bg.webp) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.sub-lawyer__inner.inner {
	max-width: 73.125rem;
}

.sub-lawyer__contents {
	grid-gap: 6.6875rem;
	display: grid;
	gap: 6.6875rem;
	grid-template-columns: repeat(2, 1fr);
}

.sub-lawyer__image {
	aspect-ratio: 506/578;
}

.sub-lawyer__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.sub-lawyer__bottom {
	background-color: #fff;
	padding-bottom: 4.625rem;
	padding-top: 3.25rem;
	text-align: center;
}

.sub-lawyer__name {
	font-size: 3rem;
	letter-spacing: 0.2em;
	margin-top: 0.375rem;
}

.sub-lawyer__en {
	font-size: 0.875rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.sub-office-access {
	background-color: #e6f4fc;
}

.sub-office-access__inner.inner {
	max-width: 103.3125rem;
	padding-bottom: 8.25rem;
	padding-top: 9.75rem;
}

.sub-office-access__inner-wrap {
	position: relative;
}

.sub-office-access__inner-wrap::before {
	background-color: #fff;
	content: "";
	height: 24.1875rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.sub-office-access__map-inner {
	aspect-ratio: 1604/670;
	position: relative;
}

.sub-office-access__map-inner iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.sub-office-access__content {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: -4.125rem;
	max-width: 87.625rem;
	padding-bottom: 3.125rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 5.25rem;
	position: relative;
	width: 84.8154869933%;
	z-index: 2;
}

.sub-office-access__content-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 73.875rem;
}

.sub-office-access__left {
	display: flex;
	flex-shrink: 0;
	justify-content: space-between;
}

.sub-office-access__address {
	padding-right: 1.5625rem;
}

.sub-office-access__right {
	display: flex;
	flex: 1;
	gap: 4.125rem;
}

.sub-office-access__map-button {
	margin-top: 5.875rem;
	max-width: 362px;
	width: 80%;
}

.sub-office-access__postcode {
	font-size: 1.6875rem;
}

.sub-office-access__access {
	align-items: center;
	display: flex;
	margin-top: 3.75rem;
	max-width: 670px;
}

.sub-office-access__station {
	margin-top: 0.5625rem;
	text-align: center;
	width: 50%;
}

.sub-office-access__station + .sub-office-access__station {
	border-left: 1px solid #0a1925;
}

.sub-office-access__station-label {
	font-size: 1.6875rem;
	letter-spacing: 0.06em;
}

.sub-office-access__station-time {
	font-size: 2.25rem;
	letter-spacing: 0.06em;
	margin-top: -0.4375rem;
}

.sub-office-access__station-time span {
	display: inline-block;
	font-size: 3.25rem;
	line-height: 1;
}

.sub-office-access__details {
	align-items: flex-start;
	display: flex;
	gap: 3rem;
	margin-top: 2.5rem;
}

.sub-office-access__parking {
	flex: 1;
	margin-top: 1.25rem;
}

.sub-office-access__car {
	font-size: 1.6875rem;
	letter-spacing: 0.06em;
	padding-bottom: 1.3125rem;
	position: relative;
}

.sub-office-access__car::after {
	background-color: #0a1925;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 5.1875rem;
}

.sub-office-access__parking-text {
	font-size: 1.75rem;
	letter-spacing: 0.1em;
	margin-top: 1.375rem;
	white-space: nowrap;
}

.sub-office-access__parking-number {
	border: 0.6px solid #1a1311;
	display: inline-block;
	font-size: 2.0625rem;
	margin-top: 0.8125rem;
	padding: 0.1875rem 1.8125rem 0.4375rem 1.6875rem;
	padding-bottom: 0.4375rem;
	padding-top: 0.1875rem;
}

.sub-office-access__guide {
	max-width: 352px;
}

.sub-office-access__guide-title {
	font-size: 1.3125rem;
	letter-spacing: 0.06em;
}

.sub-office-access__guide-image {
	margin-top: 0.625rem;
}

.sub-office-access__guide-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.sub-office-overview__inner-wrap::before {
	background: transparent url(../images/office/overview-bg.webp) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.sub-office-overview__inner-wrap {
	padding-bottom: 10rem;
	padding-top: 9.375rem;
	position: relative;
}

.sub-office-overview__inner.inner {
	max-width: 77.0625rem;
}

.sub-office-overview__title {
	text-align: center;
}

.sub-office-overview__box {
	background-color: #fff;
	margin-top: 4.125rem;
	padding-bottom: 8.125rem;
	padding-top: 5.8125rem;
}

.sub-office-overview__box-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 59.25rem;
}

.sub-office-overview__sub-title {
	font-size: 2.75rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.sub-office-overview__label {
	margin-top: 1.875rem;
}

.sub-office-overview__image-wrap {
	display: flex;
	justify-content: center;
}

.sub-office {
	background: transparent url(../images/office/fv.webp) no-repeat center center/cover;
	padding-bottom: 16.4375rem;
	padding-top: 14.6875rem;
	text-align: center;
}

.sub-office__lead {
	margin-top: 3.75rem;
}

.sub-office__lead-text {
	font-size: 2.8125rem;
	letter-spacing: 0.2em;
}

.sub-office__text {
	font-size: 1.5625rem;
	line-height: 2.1;
	margin-top: 3.75rem;
}

.sub-office__bottom {
	margin-top: 5.625rem;
}

.sub-office__bottom-catch {
	font-size: 2.125rem;
	letter-spacing: 0.2em;
}

.submit-btn {
	display: inline-block;
	position: relative;
}

.submit-btn::before {
	aspect-ratio: 373/80;
	background: transparent url(../images/contact/submit-btn.webp) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

.submit-btn::after {
	background: transparent url(../images/common/arrow-white.webp) no-repeat center center/cover;
	content: "";
	height: 0.75rem;
	pointer-events: none;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.0625rem;
	z-index: 2;
}

.submit-btn__link {
	background-color: #11182b;
	color: #fff;
	display: inline-flex;
	font-size: 1.4375rem;
	letter-spacing: 0.095em;
	padding-bottom: 1.375rem;
	padding-top: 1.375rem;
	position: relative;
	text-align: center;
	transition: opacity 0.3s;
	width: 28.125rem;
	z-index: 2;
}

span.wpcf7-spinner {
	display: none;
}

.top-about__image {
	width: 100%;
}

.top-about__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.top-about__lead {
	padding-bottom: 17.3125rem;
	padding-top: 13.375rem;
	position: relative;
}

.top-about__lead::before {
	background: transparent url(../images/top/about-lead-bg.webp) no-repeat center center/cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.top-about__lead-text {
	font-size: 2.625rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	text-align: center;
}

.top-about__bottom {
	background-color: #fff;
	display: flex;
	padding-bottom: 21.9vw;
	position: relative;
}

.top-about__bottom::after {
	aspect-ratio: 1920/450;
	background: transparent url(../images/top/about-bottom.webp) no-repeat center bottom/cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.top-about__block {
	background-color: #fff;
	flex: 1;
	position: relative;
	z-index: 2;
}

.top-about__block:nth-child(1):before {
	background-image: url(../images/top/about-bottom_sp-top.webp);
}

.top-about__block:nth-child(2):before {
	background-image: url(../images/top/about-bottom_sp-bottom.webp);
}

.top-about__block-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.top-about__box {
	background-color: #fff;
	bottom: -17.1875rem;
	min-width: 33.75rem;
	padding-bottom: 8.5rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	padding-top: 6.4375rem;
	position: absolute;
	right: 3.75rem;
	width: 66.3541666667%;
	z-index: 2;
}

.top-about__box-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 30.75rem;
}

.top-about__block:nth-child(2) .top-about__box {
	left: 3.75rem;
	right: auto;
}

.top-about__button {
	margin-top: 5.8125rem;
}

.top-about__button .btn {
	min-width: 25.4375rem;
}

.top-fv__wrap {
	aspect-ratio: 1920/1080;
}

.top-fv {
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.top-fv__bg {
	aspect-ratio: 1920/1080;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: -1;
}

.top-fv__bg video {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.top-fv__inner.inner {
	align-items: center;
	display: flex;
	height: 100%;
	max-width: 91.0625rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	position: absolute;
	z-index: 2;
}

.top-fv__contents {
	align-items: center;
	display: flex;
	gap: 17%;
	margin-top: 1.25rem;
	width: 100%;
}

.top-fv__title {
	font-size: 4.25rem;
	font-weight: 400;
	letter-spacing: 0.2em;
}

.top-fv__logo {
	flex: 1;
	max-width: 21.0625rem;
}

.top-handling-operations {
	padding-bottom: 5.625rem;
	padding-top: 7.3125rem;
	position: relative;
}

.top-handling-operations::before {
	aspect-ratio: 1920/739;
	background: transparent url(../images/top/handling-operations.webp) no-repeat center center/cover;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.top-handling-operations__inner.inner {
	max-width: 71.875rem;
	position: relative;
}

.top-handling-operations__inner {
	margin-top: 9.375rem;
}

.top-handling-operations__content {
	background: linear-gradient(to right, #003642, #000);
	height: calc(100% - 19.25rem);
	position: absolute;
	right: 0;
	top: 19.25rem;
	width: 92.5%;
	z-index: 0;
}

.top-handling-operations__content::after {
	background: transparent url(../images/top/handling-operations-bg.webp) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.25;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.top-handling-operations__title {
	text-align: center;
}

.top-handling-operations__text {
	color: #fff;
	font-size: 1.3125rem;
	margin-top: 2.5625rem;
	text-align: center;
}

.top-handling-operations__list {
	grid-gap: 1.875rem 1.4375rem;
	display: grid;
	gap: 1.875rem 1.4375rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.5625rem;
}

.top-handling-operations__item a {
	align-items: center;
	background-color: #003642;
	color: #fff;
	display: flex;
	gap: 2.0625rem;
	height: 100%;
	padding: 0.875rem 0.6875rem 0.75rem 2.3125rem;
	position: relative;
	transition: opacity 0.3s;
}

.top-handling-operations__item a:hover {
	opacity: 0.8;
}

.top-handling-operations__item-icon {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 4rem;
}

.top-handling-operations__item-icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.top-handling-operations__item-text {
	font-size: 1.6875rem;
	letter-spacing: 0.2em;
}

.top-handling-operations__item-arrow {
	border: 0.3px solid #fff;
	height: 1.875rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 4.5rem;
}

.top-handling-operations__item-arrow::after {
	background: transparent url(../images/common/arrow-white.webp) no-repeat center center/cover;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 1.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

.top-handling-operations__button {
	margin-top: 5.6875rem;
	text-align: center;
}

.top-information {
	background-color: #e6f4fc;
	margin-top: 12.5rem;
	padding-bottom: 11rem;
	padding-top: 10.25rem;
}

.top-information--mt {
	margin-top: 0;
	padding-top: 22.75rem;
}

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

.top-information__text {
	font-size: 2rem;
	margin-top: 5rem;
	text-align: center;
}

.top-information__block {
	margin-top: 3.9375rem;
}

.top-information__button {
	margin-top: 5.375rem;
	text-align: center;
}

.btn {
	border-bottom: 0.0625rem solid #1a1311;
	display: inline-flex;
	display: inline-block;
	min-width: 407px;
	padding-bottom: 1.1875rem;
	padding-right: 7.125rem;
	position: relative;
	text-align: left;
	transition: opacity 0.3s;
}

.btn--white {
	border-color: #fff;
}

.btn__ja {
	color: #1a2f41;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.375rem;
	letter-spacing: 0.02em;
}

.btn--white .btn__ja {
	color: #fff;
}

.btn:hover {
	opacity: 0.8;
}

.btn__arrow {
	background-color: #0a1925;
	height: 2.25rem;
	position: absolute;
	right: 0;
	top: 34%;
	transform: translateY(-50%);
	width: 5.3125rem;
}

.btn--white .btn__arrow {
	background-color: #fff;
}

.btn__arrow::after {
	background: transparent url(../images/common/arrow-white.webp) no-repeat center center/cover;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	width: 1.0625rem;
}

.btn--white .btn__arrow::after {
	background-image: url(../images/common/arrow-black.webp);
}

.contact-block {
	background: linear-gradient(to right, #74bce2, #5587c0);
	padding-bottom: 5.375rem;
	padding-top: 6.625rem;
	position: relative;
}

.contact-block::after {
	background: transparent url(../images/common/contact-bg.webp) no-repeat center center/cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	mix-blend-mode: overlay;
	opacity: 0.36;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.contact-block__inner.inner {
	max-width: 103.125rem;
	position: relative;
	z-index: 2;
}

.contact-block__title {
	color: #fff;
	font-size: 3.1875rem;
	letter-spacing: 0.2em;
	text-align: center;
}

.contact-block__lead {
	color: #fff;
	font-size: 1.3125rem;
	letter-spacing: 0.12em;
	line-height: 1.7;
	margin-top: 1.125rem;
	text-align: center;
}

.contact-block__box {
	align-items: center;
	background-color: #fff;
	display: grid;
	grid-template-columns: 22.375rem auto auto;
	height: 15rem;
	margin-top: 3.5625rem;
	padding-bottom: 1.625rem;
	padding-top: 1.625rem;
}

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

.contact-block__reserve p {
	font-size: 2.1875rem;
	letter-spacing: 0.2em;
}

.contact-block__tel {
	border-left: 0.6px solid #1a1311;
	height: 100%;
	padding-left: 3.875rem;
	padding-top: 1.375rem;
	text-align: center;
}

.contact-block__tel-lead {
	font-size: 1.375rem;
	letter-spacing: 0.2em;
}

.contact-block__tel-number {
	display: inline-block;
	font-size: 2.1875rem;
	letter-spacing: 0.04em;
	margin-top: 0.3125rem;
}

.contact-block__tel-number span {
	display: inline-block;
	font-size: 3rem;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-left: 0.6875rem;
}

.contact-block__tel-time {
	font-size: 1.0625rem;
	letter-spacing: 0.08em;
	margin-top: 0.5rem;
}

.contact-block__web {
	height: 100%;
	margin-right: 2.125rem;
	padding-top: 0.875rem;
	text-align: center;
}

.contact-block__web-lead {
	font-size: 1.375rem;
	letter-spacing: 0.2em;
}

.contact-block__note {
	color: #fff;
	font-size: 1.4375rem;
	letter-spacing: 0.2em;
	margin-top: 2.125rem;
	text-align: center;
}

.contact-block__btn.square-btn {
	margin-top: 1.125rem;
	max-width: 27.5rem;
}

.contact-btn {
	align-items: center;
	background: linear-gradient(to right, #0082ba, #3c9ecc);
	color: #fff;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 0.25rem;
	padding-bottom: 0.8125rem;
	padding-top: 0.8125rem;
	width: 100%;
}

.contact-btn__icon {
	display: block;
	flex-shrink: 0;
	width: 2.125rem;
}

.contact-btn__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.contact-btn__text {
	font-size: 1.125rem;
	font-weight: 400;
}

.fade-up {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 2s ease, transform 0.6s ease;
}

.fade-up.is-show {
	opacity: 1;
	transform: translateY(0);
}

.flow-title__heading {
	border-left: 0.5rem solid #0a1925;
	font-size: 2.9375rem;
	letter-spacing: 0.2em;
	padding-left: 2.625rem;
}

.footer {
	background-color: #fff;
	position: relative;
}

.footer__inner.inner {
	max-width: 101.25rem;
	padding-top: 6.75rem;
	position: relative;
	z-index: 2;
}

.footer__bg {
	padding-bottom: 18.5rem;
	position: relative;
}

.footer__bg::after {
	aspect-ratio: 1920/494;
	background: transparent url(../images/common/dotted-blue-bg.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.footer__head {
	display: flex;
	gap: 9%;
}

.footer__head-contents {
	align-items: start;
	display: flex;
	gap: 14%;
	width: 44.6875rem;
}

.footer__logo {
	flex-shrink: 0;
	max-width: 14.5rem;
}

.footer__logo img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.footer__office {
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}

.footer__office-info {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 0.8125rem;
}

.footer__nav {
	flex: 1;
	margin-right: auto;
	max-width: 34.0625rem;
}

.footer__nav-list {
	-moz-column-gap: 14%;
	column-gap: 14%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 1.8125rem;
}

.footer__nav-item {
	width: 14.625rem;
}

.footer__nav-item a {
	border-bottom: 0.0625rem solid #386fa5;
	display: block;
	font-size: 1.0625rem;
	letter-spacing: 0.08em;
	padding-bottom: 0.625rem;
	padding-right: 1.0625rem;
	padding-top: 0.3125rem;
	position: relative;
	transition: color 0.3s;
}

.footer__nav-item a::after {
	background: transparent url(../images/common/arrow-blue.webp) no-repeat center center/cover;
	content: "";
	height: 0.8125rem;
	position: absolute;
	right: 0.6875rem;
	top: 46%;
	transform: translateY(-50%);
	width: 1.0625rem;
}

.footer__nav-item a:hover {
	color: #386fa5;
}

.footer__subnav-list {
	margin-left: -0.3125rem;
	margin-top: 2.125rem;
}

.footer__subnav-item a {
	font-size: 1.0625rem;
	letter-spacing: 0.08em;
	transition: color 0.3s;
}

.footer__subnav-item a::before {
	content: "・";
	font-size: 1.0625rem;
}

.footer__subnav-item a:hover {
	color: #386fa5;
}

.footer__copyright {
	border-top: 0.6px solid #28568c;
	padding-bottom: 2.125rem;
	padding-top: 2.125rem;
	text-align: center;
}

.footer__copyright small {
	font-size: 0.875rem;
}

.header-hamburger {
	display: none;
}

.header-hamburger.js-open {
	right: 0.625rem;
}

.header-hamburger span:nth-child(1),
.header-hamburger span:nth-child(2),
.header-hamburger span:nth-child(3) {
	background-color: #000;
	display: block;
	height: 1.3px;
	left: 50%;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 3.125rem;
}

.header-hamburger span:nth-child(1) {
	top: 35%;
}

.header-hamburger.js-open span:nth-child(1) {
	top: 50%;
	transform: rotate(-45deg);
}

.header-hamburger span:nth-child(2) {
	top: 50%;
}

.header-hamburger.js-open span:nth-child(2) {
	display: none;
}

.header-hamburger span:nth-child(3) {
	top: 65%;
}

.header-hamburger.js-open span:nth-child(3) {
	top: 50%;
	transform: rotate(45deg);
}

.header {
	background-color: #fff;
	height: 6.25rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header__inner {
	height: inherit;
	padding-left: 1.6875rem;
	padding-right: 0.6875rem;
}

.header__body {
	align-items: center;
	display: flex;
	height: inherit;
	max-width: 100%;
}

.header__logo {
	flex-shrink: 0;
	max-width: 18.9375rem;
}

.header__nav {
	height: inherit;
	margin-left: auto;
}

.header__nav-list {
	-moz-column-gap: 3.125rem;
	align-items: center;
	column-gap: 3.125rem;
	display: flex;
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__nav-item a {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 0.9375rem;
	height: inherit;
	justify-content: center;
	letter-spacing: 0.1em;
	transition: color 0.3s;
}

.header__nav-item a:hover {
	color: #3c9ecc;
}

.header__contact {
	align-items: flex-end;
	display: flex;
	margin-left: 2.6%;
}

.header__tel {
	margin-top: 0.125rem;
	padding-right: 1.4375rem;
}

.header__heading {
	font-size: 0.8125rem;
	font-weight: 600;
}

.header__heading span {
	color: #3c9ecc;
}

.header__heading--border {
	border-bottom: 0.2px solid #1a1311;
	padding-bottom: 0.1875rem;
}

.header__tel-link {
	align-items: flex-end;
	display: inline-flex;
	gap: 0.25rem;
	margin-top: 0.3125rem;
}

.header__tel-label {
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
	vertical-align: bottom;
}

.header__tel-number {
	font-size: 1.6875rem;
	letter-spacing: 0.08em;
	line-height: 1;
}

.header__tel-time {
	align-items: center;
	display: flex;
	font-size: 0.625rem;
	font-weight: 600;
	gap: 0.4375rem;
	margin-top: 0.125rem;
	padding-left: 0.125rem;
	text-align: center;
}

.header__tel-time span:first-child {
	background-color: #686768;
	color: #fff;
	width: 2.9375rem;
}

.header__tel-time span:nth-child(2) {
	font-size: 0.6875rem;
}

.header__web {
	flex-shrink: 0;
}

.header__web-link.contact-btn {
	width: 15.3125rem;
}

.information-block__item {
	border-bottom: 0.4px solid #000;
}

.information-block__item a {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	gap: 4.625rem;
	padding: 2.9375rem 0 2.375rem;
	text-decoration: none;
	transition: opacity 0.3s;
}

.information-block__item:first-child a {
	padding-top: 0;
}

.information-block__item a:hover {
	opacity: 0.7;
}

.information-block__meta {
	align-items: center;
	display: flex;
	gap: 2.5rem;
}

.information-block__date {
	align-items: center;
	border: 0.5px solid #0a1925;
	display: inline-flex;
	font-size: 0.8125rem;
	font-weight: 600;
	justify-content: center;
	padding: 0.625rem;
	width: 8.875rem;
}

.information-block__category {
	align-items: center;
	background-color: #fff;
	border-radius: 5rem;
	display: inline-flex;
	font-size: 1.125rem;
	justify-content: center;
	padding: 0.375rem;
	width: 8.875rem;
}

.information-block__title {
	font-size: 1.5rem;
	padding-right: 5rem;
	position: relative;
	width: 100%;
}

.information-block__title::after {
	background: transparent url(../images/common/arrow-black.webp) no-repeat center center/cover;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 2.25rem;
	top: 41%;
	transform: translateY(-50%);
	width: 1.0625rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.label-list__item {
	border-top: 0.8px solid #0a1925;
}

.label-list__item:last-child {
	border-bottom: 0.8px solid #0a1925;
}

.label {
	display: flex;
	gap: 3.125rem;
	padding: 2.5625rem 0rem 2.5625rem 0.375rem;
}

.label__left {
	width: 13.375rem;
}

.label__title {
	font-size: 1.5625rem;
	letter-spacing: 0.14em;
}

.label__title--letter {
	letter-spacing: 0.05em;
}

.label__right {
	width: calc(100% - 13.375rem - 3.125rem);
}

.label__text {
	font-size: 1.5rem;
}

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

.wp-pagenavi a {
	transition: 0.3s;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: 0.3px solid #373f40;
	display: inline-block;
	font-size: 1.4375rem;
	height: 2.5625rem;
	line-height: 1.6;
	margin: 0rem 0.3125rem;
	width: 2.5625rem;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	margin: 0rem 0.5625rem;
}

.wp-pagenavi .current {
	background-color: #11182b;
	color: #fff;
	height: 2.5625rem;
	position: relative;
	width: 2.5625rem;
}

.wp-pagenavi .current::before {
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
	color: transparent;
	display: inline-block;
	height: 2.5625rem;
	position: relative;
	width: 2.5625rem;
}

.wp-pagenavi a.nextpostslink::before,
.wp-pagenavi a.previouspostslink::before {
	border-right: 2px solid #373f40;
	border-top: 2px solid #373f40;
	content: "";
	display: block;
	height: 0.875rem;
	position: absolute;
	top: 50%;
	width: 0.875rem;
}

.wp-pagenavi a.nextpostslink::before {
	left: 40%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.wp-pagenavi a.previouspostslink::before {
	left: 59%;
	transform: translate(-50%, -50%) rotate(225deg);
}

.section-title {
	color: #0a1925;
	display: inline-block;
	font-size: 3.25rem;
	letter-spacing: 0.2em;
}

.section-title--white {
	color: #fff;
}

.sp-cta {
	display: none;
}

.sp-cta__btn {
	align-items: center;
	background: linear-gradient(to right, #0082ba, #3c9ecc);
	border-radius: 50%;
	display: block;
	display: flex;
	flex-direction: column;
	height: 8.25rem;
	justify-content: center;
	width: 8.25rem;
}

.sp-cta__icon {
	width: 3.3125rem;
}

.sp-cta__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.sp-cta__text {
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	margin-top: 0.125rem;
	text-align: center;
}

.sp-nav {
	display: none;
}

.sp-nav__bg.js-open,
.sp-nav.js-open {
	right: 0%;
}

.sp-nav__nav {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	width: 82%;
}

.sp-nav__item a {
	border-bottom: 1px solid #666;
	display: block;
	font-size: 2.1875rem;
	padding: 2.0625rem 0;
	transition: color 0.5s;
}

.sp-nav__item:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}

.sp-nav__item:first-child a {
	text-transform: uppercase;
}

.sp-nav__item a:hover {
	color: #0082ba;
}

.sp-nav__btn {
	margin: 2.5625rem auto 0;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	width: 82%;
}

.square-btn {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #0a1925;
	display: inline-flex;
	font-size: 1.6875rem;
	justify-content: center;
	letter-spacing: 0.12em;
	padding: 1.1875rem 1.5rem;
	position: relative;
	width: 100%;
}

.square-btn--left {
	justify-content: start;
	padding-left: 2.75rem;
	padding-right: 2.75rem;
}

.square-btn--blue {
	border-color: #386fa5;
	color: #386fa5;
}

.square-btn::after {
	background: transparent url(../images/common/arrow-black.webp) no-repeat center center/cover;
	content: "";
	height: 0.8125rem;
	position: absolute;
	right: 1.8125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.0625rem;
}

.square-btn--blue::after {
	background-image: url(../images/common/arrow-blue.webp);
}

.sub-fv {
	aspect-ratio: 1920/607;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 6.25rem;
	width: 100%;
}

.sub-fv--lawyer {
	background-image: url(../images/lawyer/fv.webp);
}

.sub-fv--consultation-flow {
	background-image: url(../images/consultation-flow/fv.webp);
}

.sub-fv--handling-operations {
	background-image: url(../images/handling-operations/fv.webp);
}

.sub-fv--fee {
	background-image: url(../images/fee/fv.webp);
}

.sub-fv__inner.inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	max-width: none;
	max-width: initial;
	padding-left: 3.75rem;
}

.sub-fv__title {
	font-size: 2.9375rem;
	letter-spacing: 0.2em;
}

.sub-fv--consultation-flow .sub-fv__title {
	display: inline-block;
	margin-left: 0;
	margin-right: auto;
	text-align: center;
}

@media screen and (max-width: 1659px) {

.sub-contact__box {
	gap: 0rem;
	grid-template-columns: 1fr;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	padding: 2.8125rem 1.25rem 1.875rem;
}

.sub-contact__reserve {
	font-size: 1.625rem;
	line-height: 1.3;
	padding-left: 0;
}

.sub-contact__reserve p {
	border-bottom: 0.6px solid #1a1311;
	display: inline-block;
	padding-bottom: 0.6875rem;
}

.sub-contact__tel {
	border-left: none;
	flex-direction: column;
	padding-bottom: 0;
	padding-left: 0;
}

.sub-contact__tel-number {
	font-size: 1.875rem;
	margin-top: 0.6875rem;
}

.sub-contact__tel-number span {
	font-size: 3.75rem;
	letter-spacing: 0.05em;
	margin-left: 0;
}

.sub-contact__tel-time {
	font-size: 1.375rem;
	margin-left: 0;
	margin-top: 0;
	text-align: center;
}

.header-hamburger {
	display: block;
	height: 6.25rem;
	position: relative;
	transition: 0.3s;
	width: 5rem;
	z-index: 9999;
}

.header__nav-list {
	display: none;
}

.sp-nav {
	background-color: rgba(255, 255, 255, 0.8);
	display: block;
	height: 100vh;
	margin-left: auto;
	overflow-y: scroll;
	padding-bottom: 7.5rem;
	padding-top: 7.1875rem;
	position: fixed;
	right: -105%;
	top: 0;
	transition: 0.5s;
	width: 100%;
	width: 92.5%;
	z-index: 888;
}

.sp-nav__bg {
	background: transparent url(../images/top/fv-bg_sp.webp) no-repeat center center/cover;
	display: block;
	height: 100vh;
	position: fixed;
	right: -105%;
	top: 0;
	transition: 0.3s;
	width: 100%;
	z-index: 888;
}

.sp-nav__btn {
	display: none;
}

}

@media screen and (max-width: 1439px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

.fee-table thead th {
	font-size: 1.5rem;
}

.fee-table tbody td {
	font-size: 1.375rem;
	height: 5.25rem;
}

.fee-table--first-small th:first-of-type,
.fee-table--first-small td:first-of-type {
	width: 40.5%;
}

.fee-table--3.fee-table--first-small th:first-of-type,
.fee-table--3.fee-table--first-small td:first-of-type {
	width: auto;
}

.fee-table--1 td:first-of-type,
.fee-table--2 td:first-of-type,
.fee-table--3 td:first-of-type {
	padding-left: 0.5625rem;
}

.sub-fee__table.fee-table--2 {
	margin-top: 1.1875rem;
}

.fee-table--debt thead th:first-of-type {
	height: 5.5625rem;
}

.fee-table--debt thead th {
	font-size: 1.75rem;
}

.fee-table--debt tbody td {
	font-size: 1.875rem;
	height: 6.125rem;
}

.fee-table--debt td:last-of-type {
	padding-left: 0.4375rem;
	text-align: center;
}

.fee-table--debt col:nth-child(1) {
	width: 16%;
}

.fee-table--debt col:nth-child(2) {
	width: 27%;
}

.fee-table--debt col:nth-child(3) {
	width: 16%;
}

.fee-table--dark-side {
	margin-top: 2.4375rem;
}

.fee-table--dark-side th {
	padding-bottom: 0.125rem;
	padding-left: 2.875rem;
	padding-right: 0.625rem;
	padding-top: 0.125rem;
	width: 66%;
}

.fee-table--dark-side tbody td {
	font-size: 2rem;
	height: 5.625rem;
	padding: 0.625rem 1.0625rem;
}

.fee-table--incident.sub-fee__table {
	margin-top: 1.875rem;
}

.fee-table--incident tbody td {
	font-size: 1.875rem;
	height: 6.6875rem;
}

.fee-table--divorce col:nth-child(2) {
	width: 31%;
}

.fee-table--divorce col:nth-child(3) {
	width: 27%;
}

.fee-table--divorce tbody tr:first-of-type td:first-of-type {
	writing-mode: vertical-rl;
}

.fee-table--divorce thead th {
	font-size: 1.75rem;
	line-height: 1.2;
	padding-bottom: 0.625rem;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	padding-top: 0.625rem;
	white-space: nowrap;
}

.fee-table--divorce tbody td {
	height: 10.0625rem;
}

.fee-table--divorce tbody td:nth-of-type(4),
.fee-table--divorce tbody tr:nth-of-type(2) td:nth-of-type(3) {
	padding-left: 1.875rem;
	text-align: left;
}

.fee-table--distribution.sub-fee__table {
	margin-top: 2rem;
}

.fee-table--distribution td:not(:last-of-type) {
	padding-left: 0.375rem;
}

.fee-table--distribution td span:first-of-type {
	display: block;
	font-size: 1.75rem;
	text-align: center;
}

.fee-table--distribution col:nth-child(2) {
	width: 31%;
}

.fee-table--distribution col:nth-child(3) {
	width: 34%;
}

.fee-table--distribution col:nth-child(4) {
	width: 20%;
}

.fee-table--distribution tbody td {
	font-size: 1.4375rem;
	height: 10rem;
	padding-left: 0rem;
	padding-right: 0rem;
}

td.fee-table__number {
	letter-spacing: -0.08em;
}

.fee-table--sentence th,
.fee-table--sentence td {
	border: none;
	display: block;
}

.fee-table--sentence tr:first-of-type th {
	border-bottom: none;
}

.fee-table--sentence th {
	padding-bottom: 1.0625rem;
	padding-top: 1.0625rem;
	width: 100%;
}

.fee-table--sentence tbody td {
	font-size: 1.6875rem;
	height: auto;
	padding-bottom: 2.25rem;
}

.fee-table--sentence tr:nth-of-type(1) td {
	text-align: center;
}

.fee-table--sentence tr:nth-of-type(2) td {
	padding: 2.0625rem 1.3125rem 3rem;
}

.form-row__text {
	font-size: 1.625rem;
}

.form-row__required {
	padding-left: 7.375rem;
}

.form-row__required::after {
	font-size: 0.9375rem;
	width: 6.0625rem;
}

.form-row__input--flex p {
	flex-direction: column;
	gap: 0.125rem;
}

[type=text],
[type=email],
[type=tel],
select,
textarea {
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	padding: 1.9375rem 3.625rem;
}

textarea {
	aspect-ratio: 600/379;
}

.form-rows {
	padding-left: 1.375rem;
	padding-right: 1.375rem;
}

.form-rows__item + .form-rows__item {
	margin-top: 4.625rem;
}

.form-rows__item.form-rows__item--nomt {
	margin-top: 1.4375rem;
}

.handling-operations-detail {
	margin-top: 13.1875rem;
}

.handling-operations-detail__article:nth-of-type(1) {
	padding-bottom: 4.8125rem;
}

.handling-operations-detail__article:nth-of-type(1)::before {
	bottom: auto;
	top: 0.8125rem;
}

.handling-operations-detail__article:nth-of-type(1)::after {
	aspect-ratio: 223/560;
	background-image: url(../images/handling-operations/detail-circle_sp.webp);
	max-width: 13.9375rem;
	right: 0;
}

.handling-operations-detail__article:nth-of-type(2) {
	padding-bottom: 7.4375rem;
	padding-top: 9.1875rem;
}

.handling-operations-detail__article:nth-of-type(2)::after {
	width: 83%;
}

.handling-operations-detail__article:nth-of-type(3) {
	padding-top: 13.625rem;
}

.handling-operations-detail__article:nth-of-type(3)::before {
	aspect-ratio: 223/560;
	background-image: url(../images/handling-operations/detail-circle_sp.webp);
	max-width: 13.9375rem;
	top: -3.5625rem;
	z-index: -1;
}

.handling-operations-detail__article:nth-of-type(3)::after {
	aspect-ratio: 640/394;
	background-image: url(../images/handling-operations/detail-all_sp.webp);
}

.handling-operations-detail__article:nth-of-type(4) {
	padding-bottom: 12.25rem;
	padding-top: 5.9375rem;
}

.handling-operations-detail__article:nth-of-type(4)::before {
	background-image: url(../images/handling-operations/detail-left-dot_sp.webp);
}

.handling-operations-detail__article:nth-of-type(4)::after {
	aspect-ratio: 223/560;
	background-image: url(../images/handling-operations/detail-circle_sp.webp);
	max-width: 13.9375rem;
	top: 0;
}

.handling-operations-detail__article:nth-of-type(5)::before {
	aspect-ratio: 223/560;
	background-image: url(../images/handling-operations/detail-circle_sp.webp);
	bottom: auto;
	max-width: 13.9375rem;
	top: 6.25rem;
}

.handling-operations-detail__article:nth-of-type(5)::after {
	display: none;
}

.handling-operations-detail__article:nth-of-type(6) {
	padding-top: 10.3125rem;
}

.handling-operations-detail__article:nth-of-type(6)::after {
	display: none;
}

.handling-operations-detail__article:nth-of-type(7) {
	padding-bottom: 7.5625rem;
	padding-top: 1.125rem;
}

.handling-operations-detail__article:nth-of-type(7)::after {
	aspect-ratio: 640/394;
	background-image: url(../images/handling-operations/detail-all_sp.webp);
}

.handling-operations-detail__inner.inner {
	align-items: center;
	flex-direction: column;
	gap: 4.375rem;
	width: 94%;
}

.handling-operations-detail__icon {
	height: 19.125rem;
	width: 20.625rem;
}

.handling-operations-detail__body {
	margin-top: 0;
}

.handling-operations-detail__title {
	font-size: 2.9375rem;
}

.handling-operations-detail__text {
	font-size: 1.6875rem;
	line-height: 2;
	margin-top: 3.4375rem;
}

.handling-operations-detail__button {
	margin-top: 5.1875rem;
}

.handling-operations-detail__button .btn {
	max-width: 409px;
	width: 100%;
}

.handling-operations-top {
	background-image: url(../images/handling-operations/top-bg_sp.webp);
	padding-bottom: 5.75rem;
	padding-top: 7.3125rem;
}

.handling-operations-top__title {
	font-size: 2.0625rem;
	letter-spacing: 0.13em;
	line-height: 1.3;
	text-align: center;
}

.handling-operations-top__text {
	font-size: 1.6875rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin: 2.5rem auto 0;
	max-width: 562px;
}

.handling-operations-top__list {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.75rem;
}

.handling-operations-top__item {
	margin-top: 1.125rem;
	padding-bottom: 1.1875rem;
}

.handling-operations-top__item:not(:nth-child(3n)) a {
	border-right: none;
}

.handling-operations-top__item:nth-of-type(odd) a {
	border-right: 0.6px solid #0a1925;
}

.handling-operations-top__item a {
	flex-direction: column;
	gap: 1.4375rem;
	min-height: 4.625rem;
	padding: 1.9375rem 0.75rem 3.875rem;
}

.handling-operations-top__item a::after {
	bottom: 0.875rem;
	height: 1.4375rem;
	right: 50%;
	top: auto;
	transform: translateX(50%);
	width: 1.875rem;
}

.handling-operations-top__icon {
	width: 6.75rem;
}

.handling-operations-top__label {
	margin-left: 0;
}

.information-detail {
	padding-top: 11rem;
}

.information-detail__title {
	padding-bottom: 7.8125rem;
}

.information-detail__title:after {
	background-image: url(../images/information/fv-bg_sp.webp);
	bottom: -1.1875rem;
	height: 19.0625rem;
}

.information-detail__inner.inner {
	max-width: 1080px;
}

.information-detail__flex {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3.5rem;
	padding-top: 0rem;
	width: 93%;
}

.information-detail__category span {
	font-size: 1.4375rem;
}

.information-detail__date {
	font-size: 1.875rem;
	margin-top: 2.4375rem;
}

.information-detail__news-title {
	font-size: 2.8125rem;
	margin-top: 2.0625rem;
}

.information-detail__body {
	font-size: 1.6875rem;
	margin-top: 2.6875rem;
}

.information-detail__body p {
	margin-top: 1.5rem;
}

.information-detail__body img {
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.information-detail__body figure {
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.information-detail__side {
	border-left: none;
	border-top: 0.4px solid #231815;
	margin-top: 4rem;
	padding-left: 0;
	padding-top: 5.875rem;
}

.information-detail__side-block + .information-detail__side-block {
	margin-top: 5.75rem;
}

.information-detail__side-block {
	margin-left: auto;
	margin-right: auto;
	width: 81%;
}

.information-detail__side-title {
	font-size: 2.5rem;
}

.information-detail__category-list,
.information-detail__archive-year {
	margin-top: 2.5rem;
}

.information-detail__category-list li,
.information-detail__archive {
	font-size: 1.75rem;
	margin-left: 2rem;
}

.information-detail__category-list li::marker {
	font-size: 2.125rem;
}

.information-detail__button {
	margin-top: 8.375rem;
}

.information-detail__pagenavi--pc {
	display: none;
}

.information-detail__pagenavi--sp {
	display: block;
}

.lawyer-profile__visual {
	aspect-ratio: 640/662;
}

.lawyer-profile__inner {
	margin-top: -9.125rem;
	padding-bottom: 0;
}

.lawyer-profile--pb {
	margin-top: 11rem;
}

.lawyer-profile--pb .lawyer-profile__inner.inner {
	padding-bottom: 7.5rem;
}

.lawyer-profile__inner-wrap::before {
	display: none;
}

.lawyer-profile__inner-wrap::after {
	display: none;
}

.lawyer-profile__content {
	display: block;
}

.lawyer-profile__image {
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	min-width: 270px;
	width: 53.90625%;
}

.lawyer-profile__body {
	margin: 0.8125rem auto 0;
	padding-top: 0;
	position: relative;
}

.lawyer-profile__heading {
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	min-width: 270px;
	padding-top: 1.25rem;
	width: 53.90625%;
}

.lawyer-profile__heading-wrap {
	padding-bottom: 6.4375rem;
	position: relative;
}

.lawyer-profile__heading-wrap::before {
	aspect-ratio: 640/320;
	background: transparent url(../images/lawyer/dotte-small_sp.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	left: 0;
	max-height: 280px;
	position: absolute;
	width: 100vw;
	z-index: -1;
}

.lawyer-profile__name {
	letter-spacing: 0.2em;
}

.lawyer-profile__name-en {
	letter-spacing: 0.2em;
}

.lawyer-profile__message-career-wrap {
	padding-bottom: 7.5rem;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.lawyer-profile__message-career-wrap::before {
	aspect-ratio: 794/1373;
	background: transparent url(../images/lawyer/left-vertical.webp) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.lawyer-profile__message {
	margin: 0 auto;
	max-width: 1080px;
	padding-top: 7.25rem;
}

.lawyer-profile__message p {
	font-size: 1.6875rem;
	line-height: 2.04;
}

.lawyer-profile__message p + p {
	margin-top: 3.4375rem;
}

.lawyer-profile__career {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6rem;
	max-width: 1080px;
}

.lawyer-profile__career-list {
	margin-top: 1.875rem;
}

.lawyer-profile__career-item {
	align-items: start;
	border-width: 1px;
	padding-bottom: 2.5625rem;
	padding-top: 2.5625rem;
}

.lawyer-profile__career-item dt {
	font-size: 1.5625rem;
	width: 13.1875rem;
}

.lawyer-profile__career-item dd {
	font-size: 1.5625rem;
}

.preparation {
	margin-top: 13.75rem;
}

.privacy-policy {
	margin-bottom: 4.375rem;
	margin-top: 17.5rem;
}

.sub-contact {
	margin-bottom: 9.375rem;
	margin-top: 8.875rem;
}

.sub-contact__lead {
	font-size: 1.6875rem;
	line-height: 1.7;
	margin-top: 4.4375rem;
}

.sub-contact__lead span {
	font-size: 1.375rem;
}

.sub-contact__block {
	margin-top: 6.6875rem;
	padding: 1.9375rem 1.3125rem 1.875rem;
}

.sub-contact__form {
	margin-top: 10rem;
}

.sub-contact__privacy {
	margin-top: 8.125rem;
	padding-bottom: 6.875rem;
	padding-top: 6.25rem;
}

.sub-contact__privacy-subtitle {
	font-size: 1.5rem;
}

.sub-contact__privacy-text {
	font-size: 1.4375rem;
	margin-top: 3.25rem;
}

.sub-contact__check {
	margin-top: 4.0625rem;
}

.sub-contact__btn {
	margin-top: 5.375rem;
}

.sub-fee {
	background-color: rgba(188, 225, 225, 0.37);
	padding-bottom: 11.125rem;
	padding-top: 6.5rem;
}

.sub-fee__inner.inner {
	max-width: 1080px;
	width: 99%;
}

.sub-fee__lead {
	font-size: 1.6875rem;
}

.sub-fee__consultation {
	margin-top: 6rem;
}

.sub-fee__consultation-box {
	margin-top: 1.9375rem;
	padding: 4.375rem 3.6875rem 5.0625rem;
}

.sub-fee__consultation-price {
	letter-spacing: 0.16em;
	text-align: left;
}

.sub-fee__consultation-note {
	font-size: 1.6875rem;
}

.sub-fee__section {
	padding-top: 15.125rem;
}

.sub-fee__section--3 {
	padding-top: 15.625rem;
}

.sub-fee__section--4 {
	padding-top: 13.125rem;
}

.sub-fee__section--5 {
	padding-top: 16.375rem;
}

.sub-fee__section--6 {
	padding-top: 16.0625rem;
}

.sub-fee__section--8 {
	padding-top: 17.5rem;
}

.sub-fee__heading {
	gap: 1.875rem;
	padding-left: 1.75rem;
}

.sub-fee__text {
	font-size: 1.6875rem;
	line-height: 1.7;
	margin-top: 2.6875rem;
}

.sub-fee__table {
	margin-top: 3.0625rem;
}

.fee-table--3 {
	margin-top: 1.875rem;
}

.sub-fee__note {
	font-size: 1.6875rem;
	letter-spacing: 0em;
	margin-top: 2.3125rem;
}

.sub-fee__section--3 .sub-fee__note--fz {
	font-size: 1.6875rem;
	margin-left: 37%;
	margin-top: 2.8125rem;
}

.sub-fee__note--3 {
	margin-top: 0.8125rem;
}

.sub-fee__section--7 .sub-fee__note {
	margin-top: 2.9375rem;
}

.sub-fee__section--8 .sub-fee__note {
	margin-left: 0;
	margin-top: 3.3125rem;
}

.sub-fee__button {
	margin-top: 4.375rem;
}

.sub-fee__button .btn {
	max-width: 25.5rem;
	width: 100%;
}

.sub-fee__example-label--mt {
	margin-top: 1.75rem;
}

.sub-fee__example-label--mt-2 {
	margin-top: 3.875rem;
}

.sub-fee__example-item {
	gap: 0.875rem;
	grid-template-columns: 1fr;
}

.sub-fee__example-item + .sub-fee__example-item {
	margin-top: 6.5rem;
}

.sub-fee__example-title {
	border-bottom: 0.4px solid #0a1925;
	border-right: none;
	padding-bottom: 0.625rem;
	padding-right: 0;
	text-align: center;
}

.sub-fee__example-body {
	font-size: 1.6875rem;
}

.sub-fee__fee-block {
	margin-top: 1.5rem;
}

.sub-fee__fee-block + .sub-fee__fee-block {
	margin-top: 3.75rem;
}

.sub-fee__fee-block--mt {
	margin-top: 2.8125rem !important;
}

.sub-fee__dot-title span {
	display: block;
}

.sub-fee__price {
	font-size: 2.75rem;
	margin-top: 1.8125rem;
}

.sub-fee__fee-block--mt .sub-fee__price {
	margin-top: 0;
	white-space: nowrap;
}

.sub-fee__price + .sub-fee__price {
	display: flex;
	margin-top: 0;
}

.sub-fee__price--ml {
	margin-left: 0;
}

.sub-flow {
	padding-bottom: 13.0625rem;
	padding-top: 6.0625rem;
}

.sub-flow__inner-top.inner {
	width: 95%;
}

.sub-flow__catch {
	font-size: 1.6875rem;
	line-height: 1.7;
	text-align: left;
}

.sub-flow__flow {
	margin: -0.375rem auto 7.75rem;
	width: 86%;
}

.sub-flow__inner.inner {
	width: 95%;
}

.sub-flow__block--1 {
	padding-bottom: 7.9375rem;
}

.sub-flow__block--2 {
	margin-top: 8.125rem;
	padding-bottom: 11.125rem;
}

.sub-flow__block--3 {
	margin-top: 6.875rem;
	padding-bottom: 8.5625rem;
}

.sub-flow__block--4 {
	margin-top: 6.875rem;
	padding-bottom: 9rem;
}

.sub-flow__block--5 {
	padding-bottom: 8.9375rem;
	padding-top: 5.875rem;
}

.sub-flow__block::after {
	border-radius: 6.25rem;
}

.sub-flow__lead {
	font-size: 1.6875rem;
	margin-top: 2.5rem;
}

.sub-flow__cards {
	gap: 2.3125rem;
	grid-template-columns: 1fr;
	margin: 2.9375rem auto 0;
	max-width: 33.125rem;
}

.sub-flow__card {
	height: 16rem;
}

.sub-flow__contents {
	max-width: 28.8125rem;
	width: 100%;
}

.sub-flow__card--mail .sub-flow__icon {
	max-width: 4.625rem;
}

.sub-flow__card--tel .sub-flow__icon {
	max-width: 3.5rem;
}

.sub-flow__tel-row {
	flex-direction: column;
	margin-top: 0.25rem;
}

.sub-flow__tel-number {
	padding-left: 0;
	padding-right: 0;
}

.sub-flow__tel-time {
	font-size: 1.125rem;
	margin-left: 0;
	margin-top: 0.375rem;
}

.sub-flow__tel-note {
	margin-top: 1rem;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
}

.sub-flow__access {
	margin-top: 2.625rem;
	padding: 4.6875rem 2.9375rem 6.5625rem;
}

.sub-flow__access-contents {
	flex-direction: column;
	gap: 3.25rem;
}

.sub-flow__button {
	margin-top: 3.6875rem;
}

.sub-flow__button--mt {
	margin-top: 5rem;
}

.sub-flow__button--mt .btn {
	max-width: 25.1875rem;
	width: 100%;
}

.sub-flow__text {
	font-size: 1.6875rem;
	line-height: 1.7;
	margin-top: 5.5625rem;
	text-align: left;
}

.sub-flow__fee {
	flex-direction: column;
	margin-top: 8.125rem;
	padding: 4.5625rem 1.25rem 5rem;
}

.sub-flow__fee-title {
	border-bottom: 0.6px solid #0a1925;
	display: inline-block;
	padding-bottom: 1.125rem;
	padding-right: 0;
	text-align: center;
	width: auto;
}

.sub-flow__fee-body {
	border-left: none;
	margin-top: 3.8125rem;
	padding-left: 0;
}

.sub-flow__fee-price {
	margin: auto;
	width: 77%;
}

.sub-flow__fee-note {
	font-size: 1.6875rem;
	margin: 2.25rem auto 0;
	width: 84%;
}

.sub-flow__row {
	flex-direction: column;
}

.sub-flow__row-body {
	margin-top: 0;
	width: 100%;
}

.sub-flow__row-text {
	font-size: 1.6875rem;
	line-height: 1.7;
	margin-top: 3.1875rem;
}

.sub-flow__row-image {
	margin-top: 2.9375rem;
	max-width: 44.375rem;
	width: 86%;
}

.sub-lawyer {
	padding-bottom: 5.6875rem;
	padding-top: 6.25rem;
}

.sub-lawyer__inner.inner {
	max-width: 495px;
}

.sub-lawyer__contents {
	gap: 4rem;
	grid-template-columns: 1fr;
}

.sub-lawyer__bottom {
	padding-bottom: 4.125rem;
	padding-top: 2.6875rem;
}

.sub-lawyer__name {
	font-size: 2.75rem;
}

.sub-lawyer__en {
	font-size: 0.8125rem;
	margin-top: 0.375rem;
}

.sub-office-access__inner.inner {
	padding-bottom: 6.4375rem;
	padding-top: 8.375rem;
}

.sub-office-access__map-inner {
	aspect-ratio: 568/511;
}

.sub-office-access__content {
	display: block;
	max-width: 1080px;
	padding-bottom: 5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2.4375rem;
	width: 93.75%;
}

.sub-office-access__content-wrap {
	flex-direction: column;
}

.sub-office-access__contents-info {
	display: contents;
}

.sub-office-access__left {
	flex-direction: column;
	gap: 0.375rem;
}

.sub-office-access__title {
	text-align: center;
}

.sub-office-access__address {
	display: block;
	margin-top: 2rem;
	padding-right: 0;
}

.sub-office-access__right {
	align-items: center;
	flex-direction: column;
	gap: 2.625rem;
	margin-top: 0.8125rem;
}

.sub-office-access__map-button {
	margin-top: 2rem;
}

.sub-office-access__postcode {
	font-size: 1.5625rem;
	text-align: center;
}

.sub-office-access__access {
	margin-top: 0;
	width: 100%;
}

.sub-office-access__station {
	margin-top: 0;
	padding-bottom: 1.25rem;
	padding-left: 0;
	padding-right: 0;
	width: 50%;
}

.sub-office-access__details {
	flex-direction: column;
	margin-top: 3.9375rem;
	padding-left: 1.375rem;
}

.sub-office-access__parking {
	margin-top: 0rem;
}

.sub-office-access__parking-text {
	letter-spacing: 0em;
	margin-top: 1rem;
	white-space: normal;
	white-space: initial;
}

.sub-office-access__parking-number {
	margin-right: 0.75rem;
	margin-top: 1.8125rem;
	padding: 0.1875rem 1.875rem 0.4375rem 1.625rem;
}

.sub-office-access__guide {
	margin-top: 0.4375rem;
	width: 100%;
}

.sub-office-access__guide-title {
	font-size: 1.5625rem;
}

.sub-office-access__guide-image {
	margin-top: 1rem;
	max-width: 440px;
}

.sub-office-overview__inner-wrap {
	padding-bottom: 10.5rem;
}

.sub-office-overview__box {
	margin-top: 2.0625rem;
	padding: 5.375rem 2.4375rem 6.875rem;
}

.sub-office-overview__sub-title {
	font-size: 2.5rem;
}

.sub-office-overview__label {
	margin-top: 1rem;
}

.sub-office-overview__image-wrap {
	flex-direction: column;
}

.sub-office {
	background-image: url(../images/office/fv_sp.webp);
	background-position: bottom center;
	padding-bottom: 24.8125rem;
	padding-top: 16.125rem;
}

.sub-office__lead {
	margin-top: 5.0625rem;
}

.sub-office__lead-text {
	font-size: 2.1875rem;
}

.sub-office__text {
	margin-top: 2.4375rem;
}

.sub-office__bottom {
	margin-top: 2.9375rem;
}

.sub-office__bottom-catch {
	font-size: 1.875rem;
	letter-spacing: 0.02em;
}

.top-about__lead {
	padding-bottom: 12.75rem;
	padding-top: 10rem;
}

.top-about__lead::before {
	background-image: url(../images/top/about-lead-bg_sp.webp);
}

.top-about__lead-text {
	font-size: 2.1875rem;
	line-height: 1.7;
}

.top-about__bottom {
	flex-direction: column;
	padding-bottom: 0.125rem;
}

.top-about__bottom::after {
	display: none;
}

.top-about__block::before {
	aspect-ratio: 640/365;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: calc(100% - 33.75rem);
	left: 0;
	position: absolute;
	width: 100%;
}

.top-about__block-image {
	aspect-ratio: 640/540;
}

.top-about__box {
	left: 50%;
	max-width: 34.9375rem;
	padding-bottom: 5.9375rem;
	padding-top: 5rem;
	position: relative;
	top: -7.125rem;
	transform: translateX(-50%);
	width: 100%;
}

.top-about__block:nth-child(2) .top-about__box {
	left: 50%;
	transform: translateX(-50%);
}

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

.top-about__button {
	margin-top: 3.8125rem;
	max-width: 28.0625rem;
}

.top-about__button .btn {
	width: 100%;
}

.top-fv__title {
	font-size: 3.1875rem;
	padding-left: 1.875rem;
}

.top-handling-operations {
	padding-bottom: 6.75rem;
	padding-top: 10.8125rem;
}

.top-handling-operations::before {
	aspect-ratio: 640/360;
}

.top-handling-operations__content {
	height: calc(100% - 22.4375rem);
	padding: 2.5rem 1.25rem 2rem;
	top: 22.4375rem;
	width: 100%;
}

.top-handling-operations__text {
	font-size: 1.5625rem;
	margin-top: 3.75rem;
}

.top-handling-operations__list {
	gap: 1.3125rem;
	grid-template-columns: 1fr;
	margin: 3rem auto 0;
	max-width: 34.9375rem;
}

.top-handling-operations__item a {
	padding: 1.8125rem 0.625rem 1.5rem 2.5rem;
}

.top-handling-operations__item-text {
	font-size: 1.75rem;
	margin-left: 0.875rem;
}

.top-handling-operations__item-arrow {
	height: 2rem;
	width: 4.6875rem;
}

.top-handling-operations__button {
	margin-top: 5.9375rem;
}

.top-information {
	margin-top: 0;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.top-information__block {
	margin: 5rem auto 0;
	width: 80.0625%;
}

.top-information__button {
	margin-top: 8.375rem;
}

.top-information__button .btn {
	min-width: 25.625rem;
}

.btn {
	font-size: 0.8125rem;
	gap: 0.875rem;
	min-width: 0;
	min-width: initial;
}

.btn__ja {
	font-size: 1.5rem;
}

.contact-block {
	padding-bottom: 2.125rem;
	padding-top: 6.25rem;
}

.contact-block__inner.inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.contact-block__title {
	font-size: 2.875rem;
}

.contact-block__lead {
	font-size: 1.4375rem;
	letter-spacing: 0.07em;
	line-height: 1.8;
	margin-top: 1.3125rem;
}

.contact-block__box {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.6875rem;
	max-width: 1080px;
	padding: 3.875rem 1.25rem 4.875rem;
}

.contact-block__reserve p {
	border-bottom: 0.6px solid #1a1311;
	display: inline-block;
	padding-bottom: 0.5rem;
}

.contact-block__tel {
	border-left: none;
	padding-left: 0;
	padding-top: 3.4375rem;
}

.contact-block__tel-lead {
	font-size: 1.5625rem;
}

.contact-block__tel-number {
	font-size: 2.3125rem;
	margin-top: 0.6875rem;
}

.contact-block__tel-number span {
	font-size: 3.5rem;
}

.contact-block__tel-time {
	font-size: 1.5rem;
}

.contact-block__web {
	margin-right: 0;
	padding-top: 2.8125rem;
}

.contact-block__web-lead {
	font-size: 1.5625rem;
}

.contact-block__note {
	margin-top: 1.9375rem;
}

.contact-block__btn.square-btn {
	margin-top: 0.75rem;
}

.footer__inner.inner {
	max-width: 1080px;
	padding-bottom: 1.5rem;
	padding-top: 4.375rem;
	width: 94%;
}

.footer__bg {
	padding-bottom: 9.9375rem;
}

.footer__bg::after {
	background-position: center center;
	background-size: cover;
	height: 7.5rem;
}

.footer__head {
	display: block;
}

.footer__head-contents {
	flex-direction: column;
	width: auto;
}

.footer__info {
	margin-left: 0;
	margin-top: 2.9375rem;
}

.footer__office {
	font-size: 2rem;
}

.footer__office-info {
	font-size: 1.25rem;
	margin-top: 1.125rem;
}

.footer__nav {
	margin-right: 0;
	margin-top: 3.25rem;
	max-width: none;
	max-width: initial;
}

.footer__nav-list {
	-moz-column-gap: 3.875rem;
	column-gap: 3.875rem;
	grid-template-columns: 1fr;
	row-gap: 2.4375rem;
}

.footer__nav-item {
	width: calc(50% - 1.9375rem);
}

.footer__nav-item a {
	font-size: 1.5625rem;
	padding-bottom: 0.5rem;
}

.footer__nav-item a::after {
	top: 53%;
}

.footer__subnav-list {
	margin-left: 0;
	margin-top: 2.25rem;
}

.footer__subnav-item a {
	font-size: 1.5625rem;
}

.footer__copyright {
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.footer__copyright small {
	font-size: 1.125rem;
}

.header__logo {
	width: 100%;
}

.header__web {
	width: auto;
}

.information-block__title::after {
	right: 1.9375rem;
	top: 53%;
}

.label {
	align-items: center;
	flex-direction: column;
	gap: 0.625rem;
	padding: 2.1875rem 0rem 2.1875rem 0rem;
}

.label:nth-of-type(n + 2) {
	padding-bottom: 3.125rem;
	padding-top: 3.5rem;
}

.label__left {
	width: 100%;
}

.label__title {
	text-align: center;
}

.label__right {
	text-align: center;
	width: 100%;
}

.label__text {
	font-size: 1.5625rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 2.125rem;
	height: 3.875rem;
	margin: 0rem 0.5rem;
	width: 3.875rem;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	margin: 0rem 0.875rem;
}

.wp-pagenavi .current {
	height: 3.875rem;
	width: 3.875rem;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
	height: 3.875rem;
	width: 3.875rem;
}

.wp-pagenavi a.nextpostslink::before,
.wp-pagenavi a.previouspostslink::before {
	height: 1.125rem;
	width: 1.125rem;
}

.section-title {
	font-size: 2.9375rem;
}

.sub-fv {
	aspect-ratio: 640/354;
}

.sub-fv--lawyer {
	background-image: url(../images/lawyer/fv_sp.webp);
}

.sub-fv--consultation-flow {
	background-image: url(../images/consultation-flow/fv_sp.webp);
}

.sub-fv--handling-operations {
	background-image: url(../images/handling-operations/fv_sp.webp);
}

.sub-fv--fee {
	background-image: url(../images/fee/fv_sp.webp);
}

.sub-fv__inner.inner {
	padding-left: 20px;
}

.sub-fv__title {
	color: #fff;
	font-size: 2.375rem;
	margin-bottom: 1.25rem;
	text-align: center;
}

.sub-fv--consultation-flow .sub-fv__title {
	margin-left: auto;
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

@media screen and (max-width: 767px) {

html {
	font-size: 16px;
}

.lawyer-profile__message {
	max-width: 555px;
}

.lawyer-profile__career {
	max-width: 550px;
}

.sub-office-access__inner-wrap::before {
	height: 15.9375rem;
}

.sub-office-overview__inner-wrap::before {
	aspect-ratio: 640/1269;
	background-image: url(../images/office/overview-bg_sp.webp);
}

.top-fv__wrap {
	aspect-ratio: 640/1145;
}

.top-fv__bg {
	aspect-ratio: 640/1145;
}

.top-fv__inner.inner {
	align-items: start;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.top-fv__contents {
	flex-direction: column;
	gap: 0;
	margin-top: 13.4375rem;
}

.top-fv__logo {
	margin-top: 8.75rem;
	max-width: 16.4375rem;
}

.contact-btn {
	padding-bottom: 1.4375rem;
	padding-top: 1.4375rem;
}

.contact-btn__icon {
	width: 3.75rem;
}

.contact-btn__text {
	font-size: 1.9375rem;
}

.header-hamburger {
	height: 4.75rem;
}

.header-hamburger span:nth-child(1),
.header-hamburger span:nth-child(2),
.header-hamburger span:nth-child(3) {
	height: 1px;
	left: 22%;
	width: 4.5625rem;
}

.header-hamburger span:nth-child(1) {
	top: 17%;
}

.header-hamburger span:nth-child(2) {
	top: 43%;
}

.header-hamburger span:nth-child(3) {
	top: 66%;
}

.header__inner {
	padding-left: 1.375rem;
	padding-right: 1.125rem;
}

.header__contact {
	display: none;
}

.information-block__item a {
	align-items: start;
	flex-direction: column;
	gap: 1.0625rem;
	padding: 1.75rem 0;
	padding: 4.5rem 0 1.625rem;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.sp-cta {
	display: block;
	position: fixed;
	right: 1.25rem;
	top: 8.125rem;
	z-index: 777;
}

.sp-nav__btn {
	display: block;
}

}

@media (max-width: 640px) {

html {
	font-size: 2.5vw;
}

}


/*# sourceMappingURL=style.css.map */
