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;
}

.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;
}

.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__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-list {
	margin-top: 2.0625rem;
}

.information-detail__category-list li,
.information-detail__archive-list li {
	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-list a {
	transition: opacity 0.3s;
}

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

.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;
}

.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-fv {
	aspect-ratio: 1920/607;
	background: transparent url(../images/lawyer/fv.webp) no-repeat center center/cover;
	margin-top: 6.25rem;
	width: 100%;
}

.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-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 {
	aspect-ratio: 1920/1080;
	background: transparent url(../images/top/fv-bg.webp) no-repeat center center/cover;
	display: flex;
	position: relative;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.top-fv__inner.inner {
	align-items: center;
	display: flex;
	max-width: 91.0625rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.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: 11.25rem;
	padding-top: 11.25rem;
}

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

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

.btn {
	border-bottom: 0.0625rem solid #1a1311;
	display: inline-flex;
	padding-bottom: 1.1875rem;
	padding-right: 7.125rem;
	position: relative;
	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);
}

.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;
}

.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;
}

.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);
}

@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;
}

.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;
}

.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-list {
	margin-top: 2.5rem;
}

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

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

.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;
}

.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-fv {
	aspect-ratio: 640/354;
	background-image: url(../images/lawyer/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-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;
}

.btn {
	font-size: 0.8125rem;
	gap: 0.875rem;
}

.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;
}

.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;
}

.section-title {
	font-size: 2.9375rem;
}

}

@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 {
	aspect-ratio: 640/1145;
	background-image: url(../images/top/fv-bg_sp.webp);
	margin-top: 0;
}

.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;
}

.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 */
