body {
	font-family: "Noto Sans JP", sans-serif;
}

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

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	overflow-x: hidden;
	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=checkbox],
input[type=radio] {
	display: none;
}

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

.accordion.inner {
	margin: 0 auto;
	max-width: 76.875rem;
	overflow: hidden;
}

.accordion {
	margin-top: 1.25rem;
}

.accordion__title {
	color: #404F62;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 1.25rem;
	text-align: center;
}

.accordion__sub-title {
	color: #404F62;
	font-size: 1.625rem;
	font-weight: 500;
	margin-bottom: 0.625rem;
	text-align: left;
}

.accordion__sub-titlewrap {
	margin-top: 5rem;
}

.accordion__item {
	border-bottom: 1px solid #C7DBEF;
}

.accordion__trigger {
	align-items: center;
	background-color: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 1.5rem 0rem 1.25rem 0rem;
	text-align: left;
	transition: background-color 0.3s ease;
	width: 100%;
}

.accordion__content {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 0rem;
	transform: translateY(-10px);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.accordion__content.is-open {
	max-height: 31.25rem;
	opacity: 1;
	padding: 2rem 0rem;
	padding-top: 0rem;
	transform: translateY(0);
}

.accordion__icon {
	flex-shrink: 0;
	height: 1.125rem;
	position: relative;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 1.125rem;
}

.accordion__icon::before,
.accordion__icon::after {
	background-color: #134D94;
	content: "";
	position: absolute;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.accordion__icon::before {
	height: 0.125rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.accordion__icon::after {
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 0.125rem;
}

.accordion__icon.is-open::after {
	opacity: 0;
}

.accordion__label {
	color: #134D94;
	flex-shrink: 0;
	font-family: "Marcellus", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.accordion__text {
	color: #404F62;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.accordion__question .accordion__text {
	font-weight: 500;
}

.accordion__question .accordion__label {
	color: #404F62;
	margin-right: 0.625rem;
}

.accordion__answer-content {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
}

.accordion__answer .accordion__label {
	flex-shrink: 0;
	margin-top: 0.125rem;
}

.accordion__answer .accordion__text {
	flex: 1;
	min-width: 0;
}

.achievements {
	padding: 1.875rem 0;
}

.achievements__inner {
	margin: 0 auto;
	max-width: 73.75rem;
	padding: 0 1.5rem;
	width: 100%;
}

.achievements__header {
	margin-bottom: 1.5625rem;
	text-align: center;
}

.achievements__title {
	color: #404F62;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 0.875rem 0;
	position: relative;
}

.achievements__title::after {
	background-image: radial-gradient(circle at center, #134D94 0, #134D94 0.1875rem, transparent 0.1875rem);
	background-repeat: repeat-x;
	background-size: 0.875rem 0.375rem;
	content: "";
	display: block;
	height: 0.375rem;
	margin: 0.625rem auto 0 auto;
	width: 100%;
}

.achievements__title-line {
	display: none;
}

.achievements__subtitle {
	margin-bottom: 1.875rem;
	text-align: center;
}

.achievements__subtitle-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.achievements__content {
	margin-bottom: 2.5rem;
}

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

.achievements__item {
	display: flex;
	flex-direction: column;
}

.achievements__card {
	background-color: #F2F8FF;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 2rem 2.5rem 2rem 2rem;
}

.achievements__card-header {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.achievements__card-icon {
	align-items: center;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 6.25rem;
	justify-content: center;
	overflow: hidden;
	width: 6.25rem;
}

.achievements__card-icon img {
	-o-object-fit: cover;
	border-radius: 50%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.achievements__card-title {
	flex: 1;
	min-width: 0;
}

.achievements__card-title-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 0.3125rem 0;
}

.achievements__card-title-sub {
	color: #134D94;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.achievements__card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: flex-start;
}

.achievements__card-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.achievements__empty {
	margin: 2.5rem 0;
	text-align: center;
}

.achievements__empty-text {
	background-color: #F2F8FF;
	border-radius: 1rem;
	color: #404F62;
	font-family: "Noto Sans JP";
	font-size: 1.25rem;
	font-weight: 500;
	margin: 0 auto;
	padding: 1.25rem;
	text-align: center;
	width: 31.25rem;
}

.breadcrumb-detail {
	margin-bottom: 2.5rem;
	padding-top: 9.375rem;
}

.breadcrumb-detail__inner {
	margin: 0 auto;
	max-width: 87.5rem;
	padding: 0 1.5rem;
	padding-top: 3.75rem;
}

.breadcrumb-detail__list {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 1rem;
	margin-left: 0.5rem;
	overflow: hidden;
}

.breadcrumb-detail__item {
	color: #404F62;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.breadcrumb-detail__item--link {
	-webkit-text-decoration: none;
	position: relative;
	text-decoration: none;
}

.breadcrumb-detail__list > a:first-of-type::after {
	background-color: #404F62;
	bottom: 0.125rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	opacity: 1;
	position: absolute;
	transition: opacity 0.3s ease;
	width: 100%;
}

.breadcrumb-detail__list > a:first-of-type:hover::after {
	opacity: 0;
}

.breadcrumb-detail__list > a:first-of-type--current {
	opacity: 0.4;
}

.breadcrumb-detail__separator {
	background-color: #324967;
	flex-shrink: 0;
	height: 0.0625rem;
	opacity: 0.4;
	width: 2rem;
}

.breadcrumb-detail__item--current {
	flex-shrink: 1;
	min-width: 0;
	opacity: 0.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.button {
	text-align: center;
}

.button__wrap {
	-webkit-text-decoration: none;
	background-color: #134D94;
	border-radius: 2.21875rem;
	color: #fff;
	display: inline-block;
	font-size: 1.0625rem;
	font-weight: 400;
	min-width: 17.5rem;
	padding: 1.125rem 1.0625rem 0.9375rem 1.0625rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.button__wrap:hover {
	background-color: #0F3D7A;
}

.button__text {
	display: inline-block;
}

.button__arrow {
	height: 0.875rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.c-footer {
	background-color: #fff;
	color: #324967;
	font-size: 0.875rem;
}

.c-footer__inner {
	margin: 0 auto;
	max-width: 88.75rem;
	padding: 3.75rem 3.75rem 1rem 3.75rem;
}

.c-footer__top {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.c-footer__brand a {
	-webkit-text-decoration: none;
	display: block;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.c-footer__brand a:hover {
	opacity: 0.8;
}

.c-footer__brand img {
	height: 3.34375rem;
	width: 16.0625rem;
}

.c-footer__address {
	color: #404F62;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.5625rem;
}

.c-footer__nav {
	flex: 2;
}

.c-footer__nav-columns {
	display: flex;
	gap: 2.75rem;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-footer__nav-column {
	display: flex;
	flex-direction: column;
	gap: 0.53125rem;
}

/* ====================
   リンクタイプ別スタイル
   ==================== */

.c-footer__nav-link {
	-webkit-text-decoration: none;
	display: inline-block;
	line-height: 1.6;
	text-decoration: none;
}

.c-footer__nav-link:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

/* 主要ナビリンク（アンダーラインあり / 16px） */

.c-footer__nav-link--main {
	-webkit-text-decoration: underline;
	color: #404F62;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: underline;
}

/* 親カテゴリ（アンダーラインなし / 16px） */

.c-footer__nav-link--parent {
	-webkit-text-decoration: none;
	color: #404F62;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none; /* 私たちについてのみmargin-topを追加 */
}

.c-footer__nav-link--parent[href*=page-about] {
	margin-top: 1.25rem;
}

/* 子リンク（14px / アンダーラインあり / 左に–付き） */

.c-footer__nav-link--child {
	-webkit-text-decoration: underline;
	color: #324967;
	font-size: 0.875rem;
	margin-top: 0.375rem;
	padding-left: 0.875rem;
	position: relative;
	text-decoration: underline;
}

.c-footer__nav-link--child::before {
	color: #324967;
	content: "–";
	left: 0;
	position: absolute;
}

.c-footer__sub-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-footer__bottom {
	border-top: 0.0625rem solid rgba(64, 79, 98, 0.2);
	margin-top: 5.625rem;
	padding-top: 0.375rem;
	text-align: center;
}

.c-footer__copy {
	color: #324967;
	font-size: 0.75rem;
}

/* ===========================
   レスポンシブ（スマホ対応）
   =========================== */

.c-footer__nav-column {
	min-width: auto;
}

.column__sidebar {
	flex-shrink: 0;
	width: 20.0625rem;
}

.column__content {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.column__category {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.column__category-header {
	align-items: center;
	border-bottom: 0.0625rem solid #C7DBEF;
	display: flex;
	margin-top: 3.75rem;
	padding-bottom: 0.5rem;
}

.column__category-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.column__category-list {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.column__category-item {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #FFFFFF;
	border: 0.0625rem solid #DDDDDD;
	display: inline-flex;
	justify-content: center;
	padding: 0.375rem 0.625rem;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.column__category-item:hover {
	background-color: #F2F8FF;
}

.column__category-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.column__recent {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.column__recent-header {
	align-items: center;
	border-bottom: 0.0625rem solid #C7DBEF;
	display: flex;
	margin-top: 2.1875rem;
	padding-bottom: 0.5rem;
}

.column__recent-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.column__recent-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.column__recent-item {
	-webkit-text-decoration: none;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.column__recent-item:hover {
	opacity: 0.7;
}

.column__recent-date {
	color: #404F62;
	font-family: "Marcellus", serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	opacity: 0.5;
}

.column__recent-title-text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #404F62;
	display: -webkit-box;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	overflow: hidden;
}

.column__archive {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.column__archive-header {
	align-items: center;
	border-bottom: 0.0625rem solid #C7DBEF;
	display: flex;
	margin-top: 2.5rem;
	padding-bottom: 0.5rem;
}

.column__archive-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.column__archive-list {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.column__archive-item {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #FFFFFF;
	border: 0.0625rem solid #DDDDDD;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	max-width: 11.875rem;
	padding: 0.375rem 0.625rem;
	text-decoration: none;
	transition: background-color 0.3s ease;
	width: 100%;
}

.column__archive-item:hover {
	background-color: #F2F8FF;
}

.column__archive-text {
	color: #404F62;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.column {
	margin-bottom: 6.25rem;
}

.column__inner {
	margin: 0 auto;
	max-width: 85rem;
	padding: 0 1.5625rem;
}

.column__wrap {
	display: flex;
	gap: 5rem;
}

.column__content {
	margin: 0 auto;
	max-width: 55rem;
}

.column__header {
	margin-top: 3.75rem;
}

.column__meta {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.column__date {
	color: #404F62;
	font-family: "Marcellus", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	opacity: 0.5;
}

.column__cate {
	background-color: #5D8BC4;
	border-radius: 0.1875rem;
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	padding: 0.25rem 0.625rem;
}

.column__title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.column__image {
	height: auto;
	margin: 0 auto;
	margin-top: 2.625rem;
	max-width: 46.25rem;
}

.column__text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 1rem 0;
	margin-bottom: 1.25rem;
}

.column__text:last-child {
	margin-bottom: 0;
}

.column__text--bold {
	font-weight: 500;
}

.column__section {
	margin-bottom: 3.125rem;
}

.column__section:last-child {
	margin-bottom: 0;
}

.column__section-table {
	margin-bottom: 2.5rem;
}

.column__subheading {
	margin-bottom: 1.5rem;
}

.column__subheading-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 1rem 0;
}

.column__subheading-line {
	background-color: #999999;
	height: 0.125rem;
	width: 100%;
}

.column__small-heading {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
}

.column__small-heading-line {
	background-color: #4070AB;
	flex-shrink: 0;
	height: 1.75rem;
	width: 0.25rem;
}

.column__small-heading-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}

.column__highlight-text {
	position: relative;
}

.column__highlight-text::before {
	background-color: #FFF2AC;
	bottom: 3.125rem;
	content: "";
	height: 0.3125rem;
	left: 0;
	position: absolute;
	width: 36.4375rem;
	z-index: -1;
}

.column__heading {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 1rem 0;
}

.column__bullet-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.column__bullet-item {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0.5rem;
	padding-left: 1.5rem;
	position: relative;
}

.column__bullet-item:last-child {
	margin-bottom: 0;
}

.column__bullet-item::before {
	color: #404F62;
	content: "・";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	left: 0;
	line-height: 1.5;
	position: absolute;
	top: 0;
}

.column__number-list {
	counter-reset: column-counter;
	list-style: none;
	margin: 0;
	padding: 0;
}

.column__number-item {
	color: #404F62;
	counter-increment: column-counter;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0.5rem;
	padding-left: 1.75rem;
	position: relative;
}

.column__number-item:last-child {
	margin-bottom: 0;
}

.column__number-item::before {
	color: #404F62;
	content: counter(column-counter) ".";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	left: 0;
	line-height: 1.5;
	position: absolute;
	top: 0;
}

.column__table-wrapper {
	border: 0.0625rem solid #C7DBEF;
	margin-bottom: 2.5rem;
	overflow-x: auto;
}

.column__table {
	min-width: 37.5rem;
	width: 100%;
}

.column__table-inner {
	border: 0.0625rem solid #C7DBEF;
	border-collapse: collapse;
	width: 100%;
}

.column__table-row th {
	background-color: #5D8BC4;
}

.column__table-row--header th {
	background-color: #5D8BC4;
}

.column__table-header {
	border-bottom: 0.0625rem solid #C7DBEF;
	border-right: 0.0625rem solid #C7DBEF;
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	min-width: 13.595625rem;
	padding: 0.875rem 1.25rem;
	text-align: left;
	vertical-align: top;
}

.column__table-header:last-child {
	border-right: none;
}

.column__table-cell {
	border-bottom: 0.0625rem solid #C7DBEF;
	border-right: 0.0625rem solid #C7DBEF;
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.875rem 1.25rem;
	text-align: left;
	vertical-align: top;
}

.column__table-cell:last-child {
	border-right: none;
}

.column__table-row:last-child .column__table-header,
.column__table-row:last-child .column__table-cell {
	border-bottom: none;
}

.column__navigation {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.column__navigation-prev,
.column__navigation-next {
	flex-shrink: 0;
}

.column__navigation-link {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	gap: 0.75rem;
	height: auto;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.column__navigation-link:hover {
	-webkit-text-decoration: none;
	opacity: 0.7;
	text-decoration: none;
}

.column__navigation-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.5;
}

.column__navigation-arrow {
	align-items: center;
	display: flex;
	justify-content: center;
	transition: background-color 0.3s ease;
}

.column__navigation-arrow img {
	-o-object-fit: contain;
	height: 3.4375rem;
	object-fit: contain;
	width: 3.4375rem;
}

.column__navigation .button {
	margin: 0;
}

.contact {
	position: relative;
}

.contact__inner {
	max-width: 87.5rem !important;
	padding: 9.1875rem 3.25rem 2.5rem 2.5rem !important;
}

.contact__inner {
	height: 39.5rem;
	margin: 0 auto;
	width: 100%;
}

.contact.inner .contact__inner {
	max-width: 87.5rem !important;
}

.contact.inner .contact__inner {
	width: 100%;
}

.contact::before {
	background: url("../images/top/contact-bg.svg") no-repeat center/contain;
	content: "";
	height: 13.125rem;
	left: 4.0625rem;
	pointer-events: none;
	position: absolute;
	top: 0.625rem;
	width: 43.4375rem;
	z-index: 10;
}

.contact__inner {
	background-color: #1F5597;
	border-radius: 1.25rem;
	color: #fff;
	padding: 2.5rem 1.25rem;
	position: relative;
	z-index: 2;
}

.contact__head {
	align-items: baseline;
	display: flex;
	gap: 2.5rem;
	margin-bottom: 2.5rem;
	margin-left: 4.5rem;
}

.contact__title {
	font-size: 2.625rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.contact__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.contact__list {
	display: flex;
	justify-content: space-between;
	margin-top: 3.125rem;
}

.contact__item {
	border-left: 0.0625rem solid rgba(255, 255, 255, 0.3);
	flex: 1;
	padding: 2.375rem 0.625rem 6.25rem 0.625rem;
	text-align: center;
}

.contact__item:first-child {
	border-left: none;
}

.contact__icon {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.contact__icon1 {
	height: 1.67375rem;
	margin-bottom: 0.625rem;
	width: 1.75625rem;
}

.contact__icon2 {
	height: 1.1875rem;
	margin-bottom: 1.25rem;
	width: 1.625rem;
}

.contact__icon3 {
	height: 1.25rem;
	margin-bottom: 1.25rem;
	width: 1.125rem;
}

.contact__subtitle {
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 1.25rem;
}

/* ボタン（白枠・白文字・矢印付き） */

.contact-button__wrap {
	-webkit-text-decoration: none;
	background: transparent;
	border: 0.0625rem solid #fff;
	border-radius: 2.5rem;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	min-width: 18.3125rem;
	padding: 1.25rem 0.625rem 1.25rem 0.625rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.contact-button__wrap:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.contact-button__text {
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.contact-button__text--se {
	display: inline-block;
	font-family: "Marcellus", serif;
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.contact-button__text small {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
}

.contact-button__arrow {
	height: auto;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.23875rem;
}

/* 電話ボタン専用 */

.contact-button__wrap--phone {
	padding: 0.3125rem 2.5rem 0.3125rem 2.5rem;
	text-align: left;
}

.contact-button__wrap--phone small {
	display: block;
	font-size: 0.75rem;
	margin-top: 0.1875rem;
}

.fee {
	padding-bottom: 5rem;
	padding-top: 1.875rem;
}

.fee__inner {
	margin: 0 auto;
	max-width: 73.75rem;
	padding: 0 1.5rem;
	width: 100%;
}

.fee__header {
	margin-bottom: 2.5rem;
	text-align: center;
}

.fee__title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.fee__content {
	display: flex;
	justify-content: center;
}

.fee__table {
	border: 0.0625rem solid #C7DBEF;
	border-radius: 0;
	max-width: 100%;
	overflow: hidden;
	width: 58.75rem;
}

.fee__table-row {
	border-bottom: 0.0625rem solid #C7DBEF;
	display: flex;
}

.fee__table-row:last-child {
	border-bottom: none;
}

.fee__table-cell {
	align-items: center;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 1rem 1.625rem 1rem 1.375rem;
}

.fee__table-cell--label {
	background-color: #5D8BC4;
	border-right: 0.0625rem solid #C7DBEF;
	color: #fff;
	flex-shrink: 0;
	width: 15rem;
}

.fee__table-cell--value {
	color: #404F62;
	flex: 1;
	min-width: 0;
}

.header {
	background-color: #fff;
	box-shadow: 0px 0.375rem 0.5rem 0px rgba(0, 0, 0, 0.06);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.header.is-scrolled .header__top {
	max-height: 0;
	opacity: 0;
	padding: 0;
}

.header.is-scrolled .header__nav {
	max-height: 0;
	opacity: 0;
	padding: 0;
}

.header__top {
	align-items: center;
	background-color: #134D94;
	display: flex;
	justify-content: center;
	max-height: 2.125rem;
	transition: all 0.3s ease;
}

.header__top-inner {
	padding: 0.5rem 1.5rem;
	width: 100%;
}

.header__description {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

.header__main {
	align-items: center;
	background-color: #fff;
	display: flex;
}

.header__main-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 90rem;
	padding: 0.9375rem 0.625rem 0.9375rem 1.5rem;
	width: 100%;
}

.header__logo {
	align-items: center;
	display: flex;
	flex-shrink: 0;
}

.header__logo a {
	-webkit-text-decoration: none;
	display: block;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.header__logo a:hover {
	opacity: 0.8;
}

.header__logo img {
	-o-object-fit: contain;
	height: 3.125rem;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	object-fit: contain;
	width: 15rem;
}

.header__contact {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 1.875rem;
	margin-left: auto;
}

.header__phone {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.header__phone-top {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.header__phone-icon {
	align-items: center;
	background-color: #134D94;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 1.375rem;
	justify-content: center;
	width: 1.375rem;
}

.header__phone-info {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.header__phone-number {
	-webkit-text-decoration: none;
	color: #324967;
	font-family: "Marcellus", serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
	text-decoration: none;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.header__phone-number:hover {
	color: #134D94;
}

.header__phone-hours {
	color: #324967;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	text-align: center;
	white-space: nowrap;
}

.header__cta-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: transparent;
	border: 0.0625rem solid #134D94;
	border-radius: 0.5rem;
	color: #134D94;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	gap: 0.5rem;
	line-height: 1.6;
	padding: 0.5625rem 1.5rem;
	text-decoration: none;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.header__cta-btn:hover {
	background-color: #134D94;
	color: #fff;
}

.header__cta-btn:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.header__cta-btn img {
	filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(1238%) hue-rotate(194deg) brightness(94%) contrast(96%);
	flex-shrink: 0;
	height: 0.9375rem;
	transition: filter 0.3s ease;
	width: 1.3125rem;
}

.header__menu-toggle {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: none;
	flex-direction: column;
	gap: 0.25rem;
	height: 3.25rem;
	justify-content: center;
	margin-left: 1.125rem;
	padding: 0;
	width: 3rem;
}

.header.is-scrolled .header__menu-toggle {
	display: flex;
}

.header__menu-toggle-line {
	background-color: #134D94;
	height: 0.125rem;
	transition: all 0.3s ease;
	width: 1.5rem;
}

body.menu-open .header__main .header__main-inner .header__menu-toggle,
body.menu-open-pc .header__main .header__main-inner .header__menu-toggle {
	display: none;
}

.header__menu-toggle.is-active .header__menu-toggle-line:nth-child(1) {
	transform: rotate(45deg) translate(0.375rem, 0.375rem);
}

.header__menu-toggle.is-active .header__menu-toggle-line:nth-child(2) {
	opacity: 0;
}

.header__menu-toggle.is-active .header__menu-toggle-line:nth-child(3) {
	transform: rotate(-45deg) translate(0.375rem, -0.375rem);
}

.header__nav {
	background-color: #fff;
	max-height: 3.25rem;
	transition: all 0.3s ease;
}

.header__nav-inner {
	margin: 0 auto;
	max-width: 90rem;
	padding: 0 1.5rem;
	width: 100%;
}

.header__nav-list {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 1.875rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header__nav-item {
	padding-bottom: 1rem;
	padding-top: 0.625rem;
	white-space: nowrap;
}

.header__nav-link {
	-webkit-text-decoration: none;
	color: #324967;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	padding-bottom: 1rem;
	padding-top: 0.625rem;
	text-decoration: none;
	transition: color 0.3s ease;
}

.header__nav-link:hover {
	color: #134D94;
}

html.menu-open,
body.menu-open {
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
}

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

.menu-panel {
	background-color: #F2F8FF;
	border-radius: 0 0 0 1rem;
	box-shadow: -0.375rem 0.375rem 0.5rem 0px rgba(0, 0, 0, 0.06);
	opacity: 0;
	position: fixed;
	right: 0;
	top: 5.625rem;
	transform: translateX(100%);
	transition: all 0.4s ease;
	visibility: hidden;
	width: 28.1875rem;
	z-index: 1000;
}

.menu-panel.is-active {
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
	z-index: 9999;
}

.menu-panel__overlay {
	display: none;
}

.menu-panel__content {
	overflow-y: auto;
	position: relative;
	width: 100%;
}

.menu-panel__nav {
	padding: 1.5625rem 2.5rem 2.5rem 2.5rem;
}

.menu-panel__nav-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-panel__nav-item {
	border-bottom: 0.0625rem solid #AFC5DF;
	padding: 1rem 0;
}

.menu-panel__nav-link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #404F62;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	justify-content: space-between;
	line-height: 1.5;
	padding: 0;
	text-decoration: none;
	transition: color 0.3s ease;
}

.menu-panel__nav-link:hover {
	color: #134D94;
}

.menu-panel__nav-link svg {
	flex-shrink: 0;
	height: 0.625rem;
	transition: transform 0.3s ease;
	width: 0.375rem;
}

.menu-panel__nav-link:hover svg {
	transform: translateX(0.25rem);
}

.menu-close {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: none;
	flex-direction: column;
	gap: 0.125rem;
	height: 3.25rem;
	justify-content: center;
	margin-left: 1.125rem;
	margin-top: 0.625rem;
	padding: 0;
	position: relative;
	width: 3rem;
}

body.menu-open .menu-close {
	display: flex;
}

.menu-close--sp {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: none;
	display: none;
	flex-direction: column;
	gap: 0.125rem;
	height: 3.25rem;
	justify-content: center;
	padding: 0;
	pointer-events: auto;
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	touch-action: manipulation;
	width: 3rem;
	z-index: 1001;
}

.menu-close__x-line {
	background-color: #134D94;
	border-radius: 0.0625rem;
	height: 0.125rem;
	position: relative;
	transition: all 0.3s ease;
	width: 2.125rem;
}

.menu-close__x-line:first-child {
	transform: rotate(45deg) translateY(0.15625rem);
}

.menu-close__x-line:nth-child(2) {
	transform: rotate(-45deg) translateY(-0.21875rem);
}

.menu-close__text {
	color: #134D94;
	font-family: "Marcellus", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.03125rem;
	line-height: 1.4;
	margin-top: 0.625rem;
}

.menu-panel__cta {
	display: none;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

.menu-panel__cta-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #134D94;
	border: none;
	border-radius: 0.5rem;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	gap: 0.5rem;
	justify-content: center;
	line-height: 1.6;
	padding: 1rem 1.5rem;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 100%;
}

.menu-panel__cta-btn:hover {
	background-color: #0d3567;
	transform: translateY(-0.125rem);
}

.menu-panel__cta-btn img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
	flex-shrink: 0;
	height: 0.875rem;
	transition: all 0.3s ease;
	width: 1.125rem;
}

.menu-panel__cta-btn:hover img {
	transform: translateX(0.25rem);
}

body.menu-open-pc .menu-close {
	display: flex;
}

body.menu-open-pc .header__main {
	width: 100%;
}

body.menu-open-pc .header__nav {
	display: none;
}

body.menu-open-pc .header__top-inner {
	display: none;
}

.news {
	margin-bottom: 5rem;
	padding-top: 3.75rem;
}

.news__inner {
	padding: 0 1.5rem;
}

.news__content {
	margin: 0 auto;
	max-width: 55rem;
}

.news__header {
	margin-bottom: 4.0625rem;
}

.news__date {
	color: #404F62;
	font-family: "Marcellus", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-bottom: 0.5rem;
	opacity: 0.5;
}

.news__title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.news__body {
	margin-bottom: 3.125rem;
}

.news__text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 1.375rem 0;
}

.news__text:last-child {
	margin-bottom: 0;
}

.news__text--bold {
	font-weight: 500;
}

.news__section {
	margin-bottom: 3.125rem;
}

.news__section:last-child {
	margin-bottom: 0;
}

.news__section-table {
	margin-bottom: 2.5rem;
}

.news__subheading {
	margin-bottom: 1.5rem;
}

.news__subheading-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 0.875rem 0;
}

.news__subheading-line {
	background-color: #999999;
	height: 0.125rem;
	width: 100%;
}

.news__small-heading {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
}

.news__small-heading-line {
	background-color: #4070AB;
	flex-shrink: 0;
	height: 1.75rem;
	width: 0.25rem;
}

.news__small-heading-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}

.news__highlight-text {
	position: relative;
}

.news__highlight-text::before {
	background-color: #FFF2AC;
	bottom: 2.8125rem;
	content: "";
	height: 0.3125rem;
	left: 0;
	position: absolute;
	width: 36.4375rem;
	z-index: -1;
}

.news__heading {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 1rem 0;
}

.news__bullet-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news__bullet-item {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0.5rem;
	padding-left: 1.5rem;
	position: relative;
}

.news__bullet-item:last-child {
	margin-bottom: 0;
}

.news__bullet-item::before {
	color: #404F62;
	content: "・";
	font-family: "YuGothic", "Yu Gothic", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	left: 0;
	line-height: 1.5;
	position: absolute;
	top: 0;
}

.news__number-list {
	counter-reset: news-counter;
	list-style: none;
	margin: 0;
	padding: 0;
}

.news__number-item {
	color: #404F62;
	counter-increment: news-counter;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0.5rem;
	padding-left: 1.6875rem;
	position: relative;
}

.news__number-item:last-child {
	margin-bottom: 0;
}

.news__number-item::before {
	color: #404F62;
	content: counter(news-counter) ".";
	font-family: "YuGothic", "Yu Gothic", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	left: 0;
	line-height: 1.5;
	position: absolute;
	top: 0;
}

.news__table-wrapper {
	border: 0.0625rem solid #C7DBEF;
	margin-bottom: 2.5rem;
	overflow-x: auto;
}

.news__table {
	min-width: 37.5rem;
	width: 100%;
}

.news__table-inner {
	border: 0.0625rem solid #C7DBEF;
	border-collapse: collapse;
	width: 100%;
}

.news__table-row th {
	background-color: #5D8BC4;
}

.news__table-row--header th {
	background-color: #5D8BC4;
}

.news__table-header {
	border-bottom: 0.0625rem solid #C7DBEF;
	border-right: 0.0625rem solid #C7DBEF;
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	min-width: 13.595625rem;
	padding: 1rem 1.25rem;
	text-align: left;
	vertical-align: top;
}

.news__table-header:last-child {
	border-right: none;
}

.news__table-cell {
	border-bottom: 0.0625rem solid #C7DBEF;
	border-right: 0.0625rem solid #C7DBEF;
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.875rem 1.25rem;
	text-align: left;
	vertical-align: top;
}

.news__table-cell:last-child {
	border-right: none;
}

.news__table-row:last-child .news__table-header,
.news__table-row:last-child .news__table-cell {
	border-bottom: none;
}

.plan {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.plan__inner {
	margin: 0 auto;
	max-width: 76.875rem;
	padding: 0 1.5rem;
	width: 100%;
}

.plan__header {
	margin-bottom: 3.125rem;
	text-align: center;
}

.plan__title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.plan__list {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
}

.plan__item {
	display: flex;
	flex-direction: column;
}

.plan__card {
	align-items: center;
	background-color: #F2F8FF;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.25rem;
	text-align: center;
}

.plan__card-icon {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 1.5rem;
}

.plan__card-icon img {
	-o-object-fit: contain;
	height: 6.3125rem;
	object-fit: contain;
	width: 6.3125rem;
}

.plan__card-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.plan__btns {
	display: flex;
	gap: 1rem;
	margin-top: 2.5rem;
}

.plan__btn {
	align-items: center;
	border: 2px solid #134D94;
	border-radius: 0.625rem;
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.13);
	display: flex;
	flex: 1;
	justify-content: center;
	padding: 2.25rem 2rem;
	position: relative;
	transition: all 0.3s ease;
}

.plan__btn:hover {
	box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

.plan__btn-icon {
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-right: 1.5rem;
}

.plan__btn-icon img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 2.1875rem;
}

.plan__btn-center {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
	justify-content: center;
}

.plan__btn-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-right: 1.5rem;
	text-align: center;
}

.plan__btn-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.plan__btn-subtitle {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.plan__btn-arrow {
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
}

.plan__btn-arrow img {
	height: 1.125rem;
	width: 1.625rem;
}

.question {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 73.75rem 20.625rem;
	padding-top: 7.5rem;
	position: relative;
}

.question__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
}

.question__wrap {
	background: url("../images/common/question-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 73.75rem 20.625rem;
	border-radius: 1rem;
	margin: 0 auto;
	max-width: 73.75rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.question__header {
	margin-bottom: 2.5rem;
	text-align: center;
}

.question__title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
	margin-top: 3.75rem;
}

.question__arrow {
	margin-top: 1.25rem;
	text-align: center;
}

.question__arrow img {
	-o-object-fit: contain;
	height: 0.9375rem;
	object-fit: contain;
	width: 3.0625rem;
}

.question__content {
	margin-bottom: 2.5rem;
}

.question__arrow-down {
	border-left: 1.53125rem solid transparent;
	border-right: 1.53125rem solid transparent;
	border-top: 0.9375rem solid #134D94;
	height: 0;
	margin: 0 auto;
	margin-top: 2.1875rem;
	width: 0;
}

.question__list {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin: 0 auto;
	max-width: 62.5rem;
}

.question__list .question__column {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.question__list .question__item {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.question__check {
	flex-shrink: 0;
	height: 1.125rem;
	width: 1.125rem;
}

.question__check img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.question__text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

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

.section-header--left {
	text-align: left;
}

.section-header__title {
	color: #324967;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.section-header__subtitle {
	color: #134D94;
	font-family: "Marcellus", serif;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
	text-transform: uppercase;
}

.sub-mv {
	height: 36.25rem;
	margin-top: 8.75rem;
	max-width: 100vw;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.sub-mv::before {
	background-image: url("../images/page-first/sub-mv-circle.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 72.0375rem;
	left: -29.375rem;
	pointer-events: none;
	position: absolute;
	top: -51.875rem;
	width: 77.98rem;
	z-index: 2;
}

.sub-mv::after {
	background-image: url("../images/page-first/sub-mv-circle2.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 10.8125rem;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: -0.0625rem;
	top: 25rem;
	width: 41rem;
	z-index: 1;
}

.sub-mv__inner {
	height: 100%;
	margin: 0 auto;
	max-width: 76.25rem;
	padding: 0 1.5625rem;
	position: relative;
	width: 100%;
}

.sub-mv__content {
	align-items: center;
	display: flex;
	height: 100%;
	position: relative;
}

.sub-mv__text {
	color: #404F62;
	margin-top: 10rem;
	position: relative;
	top: -2.8125rem;
	z-index: 3;
}

.sub-mv__title {
	color: #404F62;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 2rem 0;
}

.sub-mv__title-main {
	color: #404F62;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.sub-mv__breadcrumb {
	align-items: center;
	color: #404F62;
	display: flex;
	filter: drop-shadow(1px 0px 3px #fff);
	font-family: "Marcellus", serif;
	font-size: 0.875rem;
	gap: 0.5rem;
	line-height: 1.5;
}

.sub-mv__breadcrumb-item {
	font-family: "Noto Sans JP", sans-serif;
	opacity: 1;
}

.sub-mv__breadcrumb-item:last-child {
	filter: drop-shadow(1px 0px 3px #fff);
	opacity: 0.4;
}

.sub-mv__breadcrumb-item--link {
	-webkit-text-decoration: none;
	color: inherit;
	position: relative;
	text-decoration: none;
}

.sub-mv__breadcrumb-item--link::after {
	background-color: #404F62;
	bottom: 0.125rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	opacity: 1;
	position: absolute;
	transition: opacity 0.3s ease;
	width: 100%;
}

.sub-mv__breadcrumb-item--link:hover::after {
	opacity: 0;
}

.sub-mv__breadcrumb-separator {
	background-color: #324967;
	filter: drop-shadow(1px 0px 3px #fff);
	height: 0.0625rem;
	opacity: 0.5;
	width: 2rem;
}

.sub-mv__images {
	height: 100%;
	margin-top: 5rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.sub-mv__image {
	border-radius: 1rem;
	height: 29.75rem;
	overflow: hidden;
	position: absolute;
	width: 21.9375rem;
}

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

.sub-mv__image--left {
	right: 21.875rem;
	top: 0;
}

.sub-mv__image--right {
	right: -0.625rem;
	top: 1rem;
}

.sub-mv__image--right .sub-mv__image--left {
	right: 18.125rem;
}

.sub-mv__image--right img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.tab {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 7.5rem;
}

.tab__inner {
	background-color: #F2F8FF;
	border-radius: 0.625rem;
	margin: 0 auto;
	max-width: 73.75rem;
	padding: 1.5rem 8.125rem;
}

.tab__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin: 0 auto;
	max-width: 57.5rem;
}

.tab__title {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	text-align: center;
}

.tab__list {
	align-items: center;
	display: flex;
	gap: 1rem;
	width: 100%;
}

.tab__item {
	align-items: center;
	background: none;
	border: 0.0625rem solid #404F62;
	border-radius: 0.25rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 0.25rem 0;
	transition: all 0.3s ease;
	width: 8.75rem;
}

.tab__item:hover {
	background-color: #E5F0FF;
}

.tab__item--active {
	background-color: #134D94;
	border-color: #134D94;
}

.tab__item--active .tab__text {
	color: #F5F5F5;
}

.tab__item--active:hover {
	background-color: #134D94;
}

.tab__text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.voice-details {
	padding-bottom: 6.25rem;
	padding-top: 3.75rem;
}

.voice-details__content {
	margin: 0 auto;
	max-width: 54.375rem;
}

.voice-details__header {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	margin-bottom: 1.875rem;
}

.voice-details__icon {
	flex-shrink: 0;
}

.voice-details__icon-bg {
	align-items: center;
	border-radius: 50%;
	display: flex;
	height: 7.5rem;
	justify-content: center;
	overflow: hidden;
	width: 7.5rem;
}

.voice-details__icon-bg img {
	-o-object-fit: cover;
	border-radius: 50%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.voice-details__info {
	flex: 1;
	min-width: 0;
}

.voice-details__meta {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-bottom: 0.5rem;
}

.voice-details__category {
	background-color: #7BA5D8;
	border-radius: 0.25rem;
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0 0.5rem;
}

.voice-details__demographic {
	color: #134D94;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin: 0;
}

.voice-details__title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.voice-details__worries {
	background-color: #F9F9F9;
	border-radius: 0.625rem;
	padding: 2.5rem 1.5rem;
}

.voice-details__worries-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.voice-details__section-wrap {
	padding-top: 3.75rem;
}

.voice-details__section {
	padding-bottom: 1.6875rem;
}

.voice-details__section-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 1rem 0;
	position: relative;
}

.voice-details__section-title::after {
	background-color: #C7DBEF;
	bottom: -1rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.voice-details__section-title::before {
	background-color: #134D94;
	bottom: -1.0625rem;
	content: "";
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 5rem;
	z-index: 2;
}

.voice-details__section-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
	padding-top: 1.25rem;
}

.voice-details__navigation {
	margin-top: 1.25rem;
}

.voices {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 3.4375rem;
	position: relative;
	z-index: 20;
}

.voices::before {
	background-image: url("../images/top/mv-circle3.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 14.5rem;
	left: -0.0625rem;
	pointer-events: none;
	position: absolute;
	top: 3.125rem;
	width: 41rem;
	z-index: 1;
}

.voices--no-decoration::before {
	display: none;
}

.voices__inner {
	margin: 0 auto;
	max-width: 76.875rem;
	width: 100%;
}

.voices__content {
	margin-top: 0.5rem;
	position: relative;
}

.voices__slider {
	margin: 0 auto;
	max-width: 1179px;
	overflow: hidden;
	padding: 1.25rem 0.625rem;
	position: relative;
}

/* Swiper wrapper 強制リセット */

.voices__slider .swiper-wrapper {
	align-items: stretch;
	display: flex;
	justify-content: flex-start;
}

/* スライドカード */

.voices__slider .swiper-slide {
	flex-shrink: 0;
	width: 23.5625rem;
}

.voices__footer {
	margin-top: 1.5625rem;
	text-align: center;
}

.voices__cards {
	grid-row-gap: 2rem;
	display: grid;
	grid-template-columns: repeat(3, 23.5625rem);
	justify-content: center;
	margin: 0 auto;
	row-gap: 2rem;
}

.u-desktop .voices__cards {
	display: flex;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.u-desktop .voices__card {
	width: 21.625rem;
}

.voices__card {
	-webkit-text-decoration: none;
	background-color: #FFFFFF;
	border-radius: 0.625rem;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08), 0 0.25rem 1rem rgba(0, 0, 0, 0.06);
	color: inherit;
	display: block;
	height: 13.625rem;
	padding: 1.5rem;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	z-index: 1;
}

.voices__card:hover {
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12), 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
	transform: translateY(-0.25rem);
}

.voices__card-header {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
}

.voices__card-icon {
	flex-shrink: 0;
}

.voices__card-icon-bg {
	align-items: center;
	background-color: #F2F8FF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
}

.voices__card-icon-bg img {
	-o-object-fit: contain;
	height: 3.625rem;
	object-fit: contain;
	width: 3.625rem;
}

.voices__card-info {
	min-width: 0;
}

.voices__card-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
}

.voice-details__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.voices__card-category {
	background-color: #5D8BC4;
	border-radius: 0.1875rem;
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	padding: 0.25rem 0.625rem;
	white-space: nowrap;
}

.voices__card-demographic {
	color: #134D94;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	margin-top: 0.5rem;
}

.voices__card-text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #404F62;
	display: -webkit-box;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.voices__nav-box {
	display: flex;
	justify-content: space-between;
	left: -30px;
	pointer-events: none;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.voices__nav {
	align-items: center;
	border-radius: 50%;
	box-shadow: 0px 0px 0.01px 0px rgba(15, 36, 63, 0.12);
	cursor: pointer;
	display: flex;
	height: 3.4375rem;
	justify-content: center;
	pointer-events: auto;
	width: 3.4375rem;
}

.voices__nav img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.page-about {
	background-color: #fff;
	padding: 5rem 0;
}

.page-about__inner {
	margin: 0 auto;
	max-width: 73.75rem;
	padding: 0 1.5rem;
	width: 100%;
}

.page-about__header {
	margin-bottom: 3.75rem;
	text-align: center;
}

.page-about-philosophy {
	margin-bottom: 5rem;
	padding-top: 6.875rem;
}

.page-about-philosophy__inner {
	margin: 0 auto;
	max-width: 76.25rem;
	padding: 0 1.5rem;
	text-align: center;
	width: 100%;
}

.page-about-philosophy__content {
	align-items: flex-start;
	display: flex;
	gap: 4.375rem;
	margin-top: 2.5rem;
	text-align: left;
}

.page-about-philosophy__image {
	border-radius: 1rem;
	flex-shrink: 0;
	height: 24.3125rem;
	overflow: hidden;
	width: 24.3125rem;
}

.page-about-philosophy__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-about-philosophy__text {
	flex: 1;
	min-width: 0;
}

.page-about-philosophy__introduction {
	margin-bottom: 2.5rem;
}

.page-about-philosophy__introduction p {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 1.5625rem 0;
}

.page-about-philosophy__introduction p:last-child {
	margin-bottom: 0;
}

.page-about-philosophy__signature {
	align-items: baseline;
	display: flex;
	gap: 1rem;
	justify-content: flex-end;
	text-align: right;
}

.page-about-philosophy__lawyer-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-about-philosophy__lawyer-name {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-about-overview {
	margin: 0 auto;
	margin-bottom: 1.5rem;
	max-width: 65.625rem;
	padding-top: 2.625rem;
}

.page-about-overview__inner {
	margin: 0 auto;
	max-width: 64.6875rem;
}

.page-about-overview__header {
	text-align: center;
}

.page-about-map__inner {
	margin-top: 1.5rem;
}

.page-about-map__map-container {
	align-items: center;
	display: flex;
	justify-content: center;
}

.page-about-map__map-container iframe {
	height: 480px;
	width: 720px;
}

.page-about-overview__table {
	display: flex;
	flex-direction: column;
	gap: 1.40625rem;
	margin-top: 2.5rem;
}

.page-about-overview__row {
	align-items: flex-start;
	display: flex;
	gap: 4rem;
	padding-bottom: 1rem;
	position: relative;
	z-index: 1;
}

.page-about-overview__row::before {
	background-color: #134D94;
	bottom: -0.0625rem;
	content: "";
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 5rem;
	z-index: 2;
}

.page-about-overview__row::after {
	background-color: #C7DBEF;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.page-about-overview__row:last-child::before,
.page-about-overview__row:last-child::after {
	display: none;
}

.page-about-overview__row--two-columns {
	align-items: flex-start;
	display: flex;
	gap: 4rem;
	padding-bottom: 0rem;
	position: relative;
	z-index: 1;
}

.page-about-overview__label {
	color: #404F62;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	width: 8.125rem;
}

.page-about-overview__value {
	color: #404F62;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin: 0;
}

.page-about-overview__row:nth-child(3) .page-about-overview__value,
.page-about-overview__row:nth-child(4) .page-about-overview__value,
.page-about-overview__row:nth-child(5) .page-about-overview__value {
	font-family: "Marcellus", serif;
}

.page-about-overview__link {
	-webkit-text-decoration: none;
	color: #404F62;
	text-decoration: none;
	transition: color 0.3s ease;
}

.page-about-overview__link:hover {
	-webkit-text-decoration: underline;
	color: #134D94;
	text-decoration: underline;
}

.page-about-overview__link:focus {
	outline: 2px solid #134D94;
	outline-offset: 2px;
}

.page-about-lawyer {
	padding-bottom: 6.25rem;
	padding-top: 4.5rem;
}

.page-about-lawyer__inner {
	margin: 0 auto;
	max-width: 73.75rem;
	padding: 0 1.5rem;
	width: 100%;
}

.page-about-lawyer__header {
	margin-bottom: 2.5rem;
	text-align: center;
}

.page-about-lawyer__content {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.page-about-lawyer__description {
	text-align: center;
}

.page-about-lawyer__description-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-about-lawyer__profiles {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	justify-items: center;
	margin: 0 auto;
	max-width: 62.5rem;
}

.page-about-lawyer__profile {
	-webkit-text-decoration: none;
	background-color: #fff;
	border-radius: 0.625rem;
	color: inherit;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
}

.page-about-lawyer__profile:hover {
	-webkit-text-decoration: none;
	color: inherit;
	opacity: 0.6;
	text-decoration: none;
}

.page-about-lawyer__profile:focus {
	outline: none;
}

.page-about-lawyer__profile-image {
	border-radius: 0.625rem;
	height: 30rem;
	overflow: hidden;
	width: 30rem;
}

.page-about-lawyer__profile-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-about-lawyer__profile-info {
	margin: 0;
	margin-top: 1.5625rem;
	text-align: center;
	width: 100%;
}

.page-about-lawyer__profile-label {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
	text-align: left;
}

.page-about-lawyer__name-row {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	gap: 0.5rem;
}

.page-about-lawyer__profile-name {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-about-lawyer__profile-name-en {
	color: #134D94;
	font-family: "Marcellus", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
	text-transform: capitalize;
}

.page-about-lawyer__profile-name-en {
	color: #134D94;
	font-family: "Marcellus", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
	text-transform: capitalize;
}

.page-about-lawyer__profiles-fallback {
	margin-top: 1.25rem;
	text-align: center;
}

.page-about-lawyer__profiles-fallback-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-area {
	padding-top: 7.5rem;
}

.page-area__content {
	padding-bottom: 8.4375rem;
}

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

.page-area__title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.5;
}

.page-area__text {
	color: #404F62;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 2.5rem;
}

.page-area__section {
	margin-top: 1.25rem;
}

.page-area__section-wrap {
	padding-top: 4rem;
}

.page-area__section-header {
	background-color: #F2F8FF;
	overflow: hidden;
	padding: 0.8125rem 1.3125rem;
	position: relative;
}

.page-area__section-header::before {
	background-color: #134D94;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.3125rem;
}

.page-area__section-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-area__detail-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 2.25rem;
	padding-bottom: 0.8125rem;
	position: relative;
}

.page-area__section-wrap:nth-child(n+3) .page-area__detail-title {
	margin-top: 0;
}

.page-area__detail-title::before {
	background-color: #134D94;
	bottom: -0.0625rem;
	content: "";
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 5rem;
}

.page-area__detail-title::after {
	background-color: #C7DBEF;
	bottom: -0.0625rem;
	content: "";
	height: 0.0625rem;
	left: 0.0625rem;
	position: absolute;
	width: calc(100% - 0.0625rem);
}

.page-area__detail-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 0.9375rem;
}

.page-area__ku-list {
	display: inline;
}

.page-area__ku-item {
	display: inline-block;
	margin-right: 1rem;
	margin-top: 0.625rem;
}

.page-area__ku-item:last-child {
	margin-right: 0;
}

.page-area-access::before {
	background-image: url("../images/page-area/area-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 28.375rem;
	left: 0;
	position: absolute;
	transform: translateY(-40%);
	width: 100%;
	z-index: -2;
}

.page-area-access__inner {
	max-width: 84.375rem;
	position: relative;
}

.page-area-access__content {
	background-color: #fff;
	border-radius: 0.625rem 0.625rem 0 0;
	margin-top: 10rem;
	padding: 3.75rem 3.75rem 3.75rem 3.75rem;
	position: relative;
}

.page-area-access__content-inner {
	align-items: center;
	display: flex;
	gap: 4.375rem;
}

.page-area-access__text-content {
	flex: 1;
	max-width: 39.5rem;
	min-width: 0;
}

.page-area-access__label {
	color: #134D94;
	font-family: "Marcellus", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.page-area-access__title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 1.25rem 0;
}

.page-area-access__description p {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 1rem 0;
}

.page-area-access__description p:last-child {
	margin-bottom: 0;
}

.page-area-access__image {
	flex-shrink: 0;
	height: 23.6875rem;
	overflow: hidden;
	width: 29.5rem;
}

.page-area-access__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-area-map {
	padding-bottom: 6.25rem;
	padding-top: 3.25rem;
}

.page-area-map__inner {
	margin: 0 auto;
	max-width: 81.25rem;
	padding: 0 1.5rem;
	width: 100%;
}

.page-area-map__content {
	display: flex;
	gap: 2.5rem;
	justify-content: flex-end;
}

.page-area-map__map-area {
	flex-shrink: 0;
	height: 26.375rem;
	position: relative;
	width: 39.5625rem;
}

.page-area-map__map-area iframe {
	height: 100%;
	width: 100%;
}

.page-area-map__map-label {
	color: #134D94;
	font-family: "Marcellus", serif;
	font-size: 2rem;
	font-weight: 400;
	left: 50%;
	line-height: 1.6;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.page-area-map__info-area {
	min-width: 0;
	padding-top: 6.25rem;
}

.page-area-map__label {
	color: #134D94;
	font-family: "Marcellus", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-bottom: 0.3125rem;
	text-transform: uppercase;
}

.page-area-map__title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 1.8125rem 0;
}

.page-area-map__address {
	margin-bottom: 1rem;
}

.page-area-map__address p {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin: 0;
}

.page-area-map__access p {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin: 0;
}

.page-column {
	margin-bottom: 5rem;
}

.page-column__inner {
	margin: 0 auto;
	max-width: 84.375rem;
}

.page-column__content {
	display: flex;
	gap: 6.1875rem;
	padding-top: 7.5rem;
	width: 100%;
}

.page-column__main {
	flex: 1;
}

.page-column__list {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: 1fr;
}

.page-column__item {
	-webkit-text-decoration: none;
	align-items: center;
	border-bottom: 0.0625rem solid #C7DBEF;
	display: flex;
	gap: 1rem;
	padding: 1rem 0rem;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.page-column__item:hover .page-column__title {
	color: #5D8BC4;
}

.page-column__item:hover .page-column__arrow {
	transform: translateX(0.25rem);
}

.page-column__image {
	flex-shrink: 0;
	height: 6.3125rem;
	overflow: hidden;
	width: 9.375rem;
}

.page-column__image img {
	-o-object-fit: cover;
	aspect-ratio: 150/101;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-column__item-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.5rem;
	min-width: 0;
}

.page-column__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.page-column__date {
	color: #404F62;
	font-family: "Marcellus", serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	opacity: 0.5;
}

.page-column__category {
	background-color: #7BA5D8;
	border-radius: 0.1875rem;
	color: #FFFFFF;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	min-width: 4.25rem;
	padding: 0.25rem 0.625rem;
	text-align: center;
}

.page-column__title-row {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.page-column__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #404F62;
	display: -webkit-box;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	transition: color 0.3s ease;
}

.page-column__arrow {
	align-self: center;
	flex-shrink: 0;
	height: 0.625rem;
	margin-top: 0.25rem;
	transition: transform 0.3s ease;
	width: 0.375rem;
}

.page-column__arrow img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.page-column__pager {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.page-column__pager-numbers {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.page-column__pager-number {
	background: none;
	border: none;
	color: #404F62;
	cursor: pointer;
	font-family: "Marcellus", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 0;
	opacity: 0.5;
	padding: 0;
	transition: opacity 0.3s ease;
}

.page-column__pager-number:hover {
	opacity: 1;
}

.page-column__pager-number--active {
	color: #134D94;
	opacity: 1;
}

.page-column__pager-dots {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	opacity: 0.5;
}

.page-column__pager-indicator {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	height: 2.5rem;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 2.5rem;
}

.page-column__pager-indicator img {
	-o-object-fit: contain;
	height: 2.5rem;
	object-fit: contain;
	width: 2.5rem;
}

.page-contact {
	padding-bottom: 6.25rem;
	padding-top: 7.5rem;
}

.page-contact__content {
	margin: 0 auto;
	max-width: 75rem;
}

.page-contact__description {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 2.5rem 0;
	text-align: center;
}

.page-contact__contact-info {
	border-bottom: 0.0625rem solid #C7DBEF;
	border-top: 0.0625rem solid #C7DBEF;
	display: flex;
	gap: 5rem;
	justify-content: center;
	padding: 3rem 0;
}

.page-contact__phone {
	flex: 1;
	max-width: 29.125rem;
	text-align: center;
}

.page-contact__phone-content {
	margin-bottom: 1rem;
}

.page-contact__phone-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 0 1rem 0;
}

.page-contact__phone-number {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	margin-bottom: 0.5rem;
}

.page-contact__phone-icon {
	align-items: center;
	background-color: #134D94;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 2.625rem;
	justify-content: center;
	width: 2.625rem;
}

.page-contact__phone-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.page-contact__phone-text {
	color: #324967;
	font-family: "Marcellus", serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
}

.page-contact__phone-hours {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}

.page-contact__phone-note {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	text-align: center;
}

.page-contact__reservation {
	flex: 1;
	max-width: 25rem;
	text-align: center;
}

.page-contact__reservation-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 0 1rem 0;
}

.page-contact__reservation-content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.page-contact__reservation-note {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	text-align: center;
}

.page-contact__reservation-button {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #7BA5D8;
	border-radius: 2.1875rem;
	display: flex;
	justify-content: center;
	padding: 1.125rem 1.5rem;
	position: relative;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.page-contact__reservation-button:hover {
	background-color: #6B95C8;
}

.page-contact__reservation-center {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.page-contact__reservation-icon {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 1.3125rem;
	justify-content: center;
	width: 1.25rem;
}

.page-contact__reservation-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.page-contact__reservation-text {
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.page-contact__reservation-arrow {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 0.875rem;
	justify-content: center;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.page-contact__reservation-arrow img {
	-o-object-fit: contain;
	filter: brightness(0) invert(1);
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.page-contact__form {
	margin-top: 3.75rem;
}

.page-contact__form-content {
	display: flex;
	flex-direction: column;
	gap: 1.0625rem;
	margin: 0 auto;
	max-width: 55rem;
}

.page-contact__form-group {
	align-items: center;
	display: flex;
	flex-direction: row;
}

.page-contact__form-group--textarea {
	align-items: flex-start;
}

.page-contact__form-label {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	justify-content: space-between;
	width: 15.25rem;
}

.page-contact__form-label-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
}

.page-contact__form-required {
	background-color: #7BA5D8;
	border-radius: 0.25rem;
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.3125rem 0.5rem;
}

.page-contact__form-input {
	background-color: #FFFFFF;
	border: 0.0625rem solid #9FA6B0;
	border-radius: 0.25rem;
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: 3.4375rem;
	line-height: 1.35;
	padding: 0 1rem;
	width: 100%;
}

.page-contact__form-input::-moz-placeholder {
	color: #9FA6B0;
}

.page-contact__form-input::placeholder {
	color: #9FA6B0;
}

.page-contact__form-input:focus {
	border-color: #134D94;
	outline: none;
}

.page-contact__form-checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.page-contact__form-checkbox {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.375rem;
}

.page-contact__form .page-contact__form-checkbox input[type=checkbox],
.page-contact__form .page-contact__form-privacy-checkbox input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFFFFF;
	border: 0.0625rem solid #9FA6B0;
	border-radius: 0.1875rem;
	cursor: pointer;
	display: block;
	flex-shrink: 0;
	height: 1.0625rem;
	margin: 0;
	padding: 0;
	position: relative;
	width: 1.0625rem;
}

.page-contact__form .page-contact__form-checkbox input[type=checkbox]:checked,
.page-contact__form .page-contact__form-privacy-checkbox input[type=checkbox]:checked {
	background-color: #134D94;
	border-color: #134D94;
}

.page-contact__form .page-contact__form-checkbox input[type=checkbox]:checked::after,
.page-contact__form .page-contact__form-privacy-checkbox input[type=checkbox]:checked::after {
	color: #FFFFFF;
	content: "✓";
	display: block;
	font-size: 0.75rem;
	font-weight: bold;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.page-contact__form-checkbox-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
}

.page-contact__form-textarea {
	background-color: #FFFFFF;
	border: 0.0625rem solid #9FA6B0;
	border-radius: 0.25rem;
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: 12.5rem;
	line-height: 1.35;
	padding: 1rem;
	resize: vertical;
	width: 100%;
}

.page-contact__form-textarea::-moz-placeholder {
	color: #9FA6B0;
}

.page-contact__form-textarea::placeholder {
	color: #9FA6B0;
}

.page-contact__form-textarea:focus {
	border-color: #134D94;
	outline: none;
}

.page-contact__form-privacy {
	display: flex;
	justify-content: center;
	margin: 1.25rem 0;
}

.page-contact__form-privacy-checkbox {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.375rem;
}

.page-contact__form-privacy-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
}

.page-contact__form-privacy-link {
	-webkit-text-decoration: underline;
	color: #134D94;
	text-decoration: underline;
}

.page-contact__form-privacy-link:hover {
	-webkit-text-decoration: none;
	color: #0F3A7A;
	text-decoration: none;
}

.page-contact__form-submit {
	display: flex;
	justify-content: center;
}

.page-contact__form-button {
	background-color: #134D94;
	border: none;
	border-radius: 3.125rem;
	color: #FFFFFF;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	height: 3.5rem;
	line-height: 1.6;
	transition: background-color 0.3s ease;
	width: 18.75rem;
}

.page-contact__form-button:hover {
	background-color: #0F3A7A;
}

.page-contact__form-button:focus {
	box-shadow: 0 0 0 0.125rem rgba(19, 77, 148, 0.3);
	outline: none;
}

.wpcf7 .page-contact__form-group {
	align-items: center;
	display: flex;
	flex-direction: row;
	margin-bottom: 1.0625rem;
	width: 100%;
}

.wpcf7 .page-contact__form-group--textarea {
	align-items: flex-start;
}

.wpcf7 .page-contact__form-label {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	justify-content: space-between;
	padding-right: 1.028125rem;
	width: 15.25rem;
}

.wpcf7 .page-contact__form-label br {
	display: none;
}

.wpcf7 .wpcf7-form-control-wrap {
	align-items: center;
	display: flex;
	flex: 1;
	width: 39.6875rem;
}

.wpcf7 .wpcf7-form-control {
	width: 100%;
}

.wpcf7 p {
	align-items: center;
	display: flex;
	flex-direction: row;
	margin: 0;
}

.wpcf7 .page-contact__form-group--textarea p {
	align-items: flex-start;
}

.wpcf7 .page-contact__form-label-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
}

.wpcf7 .page-contact__form-required {
	background-color: #7BA5D8;
	border-radius: 0.25rem;
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.3125rem 0.5rem;
}

.wpcf7 .page-contact__form-checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	width: 100%;
}

.wpcf7 .wpcf7-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wpcf7 .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.wpcf7 .page-contact__form-checkbox {
	align-items: center;
	display: flex;
	gap: 0.375rem;
}

.wpcf7 .wpcf7-list-item {
	align-items: center;
	display: flex;
	gap: 0.375rem;
	margin: 0;
}

.wpcf7 .wpcf7-list-item-label {
	align-items: center;
	color: #404F62;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	gap: 0.375rem;
	line-height: 1.35;
	margin: 0;
}

.wpcf7 .page-contact__form-checkboxes p {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin: 0;
}

.wpcf7 .page-contact__form-checkboxes span {
	display: flex;
	flex-wrap: wrap;
}

.wpcf7 .wpcf7-list-item-label .wpcf7-list-item-label {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
}

.wpcf7 .page-contact__form-checkbox-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
}

.wpcf7 .page-contact__form-privacy {
	display: flex;
	justify-content: center;
	margin-bottom: 1.5rem;
	margin-top: 1.875rem;
}

.wpcf7 .page-contact__form-privacy-checkbox {
	align-items: center;
	display: flex;
	gap: 0.375rem;
}

.wpcf7 .page-contact__form-privacy-checkbox br {
	display: none;
}

.wpcf7 .page-contact__form-privacy-checkbox .page-contact__form-privacy-text {
	margin-left: 0.375rem;
}

.wpcf7 .page-contact__form-privacy-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
}

.wpcf7 .page-contact__form-privacy-link {
	-webkit-text-decoration: underline;
	color: #134D94;
	text-decoration: underline;
}

.wpcf7 .page-contact__form-privacy-link:hover {
	-webkit-text-decoration: none;
	color: #0F3A7A;
	text-decoration: none;
}

.wpcf7 .page-contact__form-submit {
	display: flex;
	justify-content: center;
	padding-left: 3.125rem;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
	background-color: #FFFFFF;
	border: 0.0625rem solid #9FA6B0;
	border-radius: 0.25rem;
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: 3.4375rem;
	line-height: 1.35;
	padding: 0 1rem;
	width: 100%;
}

.wpcf7 input[type=text]::-moz-placeholder,
.wpcf7 input[type=email]::-moz-placeholder,
.wpcf7 input[type=tel]::-moz-placeholder {
	color: #9FA6B0;
}

.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder {
	color: #9FA6B0;
}

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus {
	border-color: #134D94;
	outline: none;
}

.wpcf7 textarea {
	background-color: #FFFFFF;
	border: 0.0625rem solid #9FA6B0;
	border-radius: 0.25rem;
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: 12.5rem;
	line-height: 1.35;
	padding: 1rem;
	resize: vertical;
	width: 100%;
}

.wpcf7 textarea::-moz-placeholder {
	color: #9FA6B0;
}

.wpcf7 textarea::placeholder {
	color: #9FA6B0;
}

.wpcf7 textarea:focus {
	border-color: #134D94;
	outline: none;
}

.wpcf7 input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFFFFF;
	border: 0.0625rem solid #9FA6B0;
	border-radius: 0.1875rem;
	cursor: pointer;
	display: block;
	flex-shrink: 0;
	height: 1.0625rem;
	margin: 0;
	padding: 0;
	position: relative;
	width: 1.0625rem;
}

.wpcf7 input[type=checkbox]:checked {
	background-color: #134D94;
	border-color: #134D94;
}

.wpcf7 input[type=checkbox]:checked::after {
	color: #FFFFFF;
	content: "✓";
	display: block;
	font-size: 0.75rem;
	font-weight: bold;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.wpcf7 .page-contact__form-privacy-checkbox .wpcf7-form-control-wrap {
	align-items: center;
	display: flex;
}

.wpcf7 .page-contact__form-privacy-checkbox .wpcf7-checkbox {
	align-items: center;
	display: flex;
}

.wpcf7 .page-contact__form-privacy-checkbox .wpcf7-list-item {
	align-items: center;
	display: flex;
	gap: 0.375rem;
}

.wpcf7 .page-contact__form-privacy-checkbox .wpcf7-list-item-label {
	display: none;
}

.wpcf7 .page-contact__form-privacy-checkbox .wpcf7-checkbox:empty {
	display: none;
}

.wpcf7 .page-contact__form-privacy-link {
	-webkit-text-decoration: underline;
	color: #134D94;
	text-decoration: underline;
}

.wpcf7 .page-contact__form-privacy-link:hover {
	-webkit-text-decoration: none;
	color: #0F3A7A;
	text-decoration: none;
}

.wpcf7 input[type=submit] {
	background-color: #134D94;
	border: none;
	border-radius: 3.125rem;
	color: #FFFFFF;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	height: 3.5rem;
	line-height: 1.6;
	transition: background-color 0.3s ease;
	width: 18.75rem;
}

.wpcf7 input[type=submit]:hover {
	background-color: #0F3A7A;
}

.wpcf7 input[type=submit]:focus {
	box-shadow: 0 0 0 0.125rem rgba(19, 77, 148, 0.3);
	outline: none;
}

.wpcf7 .wpcf7-not-valid-tip {
	bottom: -1.25rem;
	color: #d63384;
	font-size: 0.75rem;
	left: 0;
	margin-top: 0.25rem;
	position: absolute;
	white-space: nowrap;
}

.wpcf7 .page-contact__form-group {
	margin-bottom: 1.875rem;
	position: relative;
}

.wpcf7 .wpcf7-validation-errors {
	background-color: #f8d7da;
	border: 0.0625rem solid #f5c6cb;
	border-radius: 0.25rem;
	color: #721c24;
	margin-bottom: 1.25rem;
	padding: 0.75rem;
}

.wpcf7 .wpcf7-mail-sent-ok {
	background-color: #d4edda;
	border: 0.0625rem solid #c3e6cb;
	border-radius: 0.25rem;
	color: #155724;
	margin-bottom: 1.25rem;
	padding: 0.75rem;
}

.wpcf7 .wpcf7-checkbox {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 1.5rem !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wpcf7 .page-contact__form-privacy .wpcf7-checkbox {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wpcf7 .wpcf7-list {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 1.5rem !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wpcf7 .wpcf7-list-item {
	align-items: center !important;
	display: flex !important;
	gap: 0.375rem !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wpcf7 .page-contact__form-privacy-checkbox .wpcf7-form-control-wrap {
	max-width: 1.25rem;
}

.page-first-explanation {
	text-align: center;
}

.page-first-explanation__inner {
	padding-top: 7.5rem;
}

.page-first-explanation__title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 1.6px;
}

.page-first-explanation__wrap {
	margin-top: 2.5rem;
}

.page-first-explanation__text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.72px;
}

.page-first-office {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	text-align: center;
}

.page-first-office__inner {
	margin: 0 auto;
	max-width: 75.625rem;
	padding: 0 1.25rem;
}

.page-first-office__content {
	align-items: center;
	display: flex;
	gap: 3.4375rem;
	justify-content: center;
	padding-top: 2.1875rem;
	text-align: left;
}

.page-first-office__image img {
	border-radius: 0.5rem;
	display: block;
	height: auto;
	width: 32.6875rem;
}

.page-first-office__text-block {
	flex: 1;
}

.page-first-office__lead {
	color: #404F62;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 1.12px;
	margin-bottom: 1.6875rem;
}

.page-first-office__text {
	color: #404F62;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0.68px;
	line-height: 1.5;
}

/* ===========================
   レスポンシブ（スマホ対応）
   =========================== */

.page-first-flow {
	background-color: #F2F8FF;
	padding: 6.25rem 0;
}

.page-first-flow__inner {
	margin: 0 auto;
	padding: 0 1.5rem;
	width: 100%;
}

.page-first-flow__content {
	align-items: flex-start;
	display: flex;
	gap: 10.3125rem;
}

.page-first-flow__title-section {
	flex-shrink: 0;
	width: 18.75rem;
}

.page-first-flow__main-content {
	align-items: flex-start;
	display: flex;
	gap: 5rem;
}

.page-first-flow__visual {
	flex-shrink: 0;
	width: 25rem;
}

.page-first-flow__visual img {
	height: auto;
	width: 100%;
}

.page-first-flow__steps {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 4rem;
	position: relative;
}

.page-first-flow__steps::before {
	background-color: #fff;
	content: "";
	height: calc(100% - 9.375rem);
	left: 3.125rem;
	position: absolute;
	top: 3.125rem;
	width: 0.1875rem;
	z-index: 1;
}

.page-first-flow__step {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: relative;
	z-index: 2;
}

.page-first-flow__step-header {
	align-items: flex-start;
	display: flex;
	gap: 2.5rem;
}

.page-first-flow__step-icon {
	flex-shrink: 0;
	height: 6.25rem;
	width: 6.25rem;
}

.page-first-flow__step-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.page-first-flow__step-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 1rem;
}

.page-first-flow__step-header-row {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
}

.page-first-flow__step-number {
	color: #134D94;
	flex-shrink: 0;
	font-family: "Marcellus", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.page-first-flow__step-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-first-flow__step-description {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-first-qa {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.page-first-qa__inner {
	margin: 0 auto;
	max-width: 76.875rem;
	width: 100%;
}

.page-introduction-lawyer {
	padding-bottom: 7.25rem;
	padding-top: 7.5rem;
}

.page-introduction-lawyer__inner {
	margin: 0 auto;
	max-width: 84.375rem;
	padding: 0 1.5rem;
	width: 100%;
}

.page-introduction-lawyer__content {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.page-introduction-lawyer__profile {
	align-items: flex-start;
	display: flex;
	gap: 5rem;
	justify-content: space-between;
	scroll-margin-top: 7.5rem;
	width: 100%;
}

.page-introduction-lawyer__profile-image {
	border-radius: 0.625rem;
	flex-shrink: 0;
	height: 27.9375rem;
	overflow: hidden;
	width: 27.9375rem;
}

.page-introduction-lawyer__profile-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-introduction-lawyer__profile-info {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.page-introduction-lawyer__profile-header {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.page-introduction-lawyer__profile-label {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-introduction-lawyer__profile-position {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-introduction-lawyer__profile-name {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-introduction-lawyer__profile-name-en {
	color: #134D94;
	font-family: "Marcellus", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
	text-transform: capitalize;
}

.page-introduction-lawyer__name-row {
	align-items: flex-end;
	display: flex;
	gap: 1rem;
}

.page-introduction-lawyer__profile-number {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-introduction-lawyer__profile-description {
	margin-top: 0.5rem;
}

.page-introduction-lawyer__profile-description p {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
	margin-top: 0.9375rem;
}

.page-introduction-lawyer__profile-details {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2.5rem;
}

.page-introduction-lawyer__detail-item {
	align-items: baseline;
	display: flex;
	gap: 1rem;
}

.page-introduction-lawyer__detail-label {
	background-color: #7BA5D8;
	border-radius: 0.25rem;
	color: #fff;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	width: 4.6875rem;
}

.page-introduction-lawyer__detail-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-introduction-lawyer__divider {
	background-color: #C7DBEF;
	height: 0.0625rem;
	margin: 3.125rem 0;
	width: 100%;
}

.page-news {
	margin-bottom: 5rem;
	padding-top: 7.5rem;
}

.page-news__inner {
	margin: 0 auto;
	max-width: 58.125rem;
	width: 100%;
}

.page-news__content {
	display: flex;
	flex-direction: column;
	gap: 4.625rem;
}

.page-news__list {
	display: flex;
	flex-direction: column;
}

.page-news__item {
	align-items: center;
	border-bottom: 1px solid #C7DBEF;
	cursor: pointer;
	display: flex;
	gap: 4.625rem;
	justify-content: space-between;
	padding-bottom: 1rem;
	padding-top: 1rem;
	transition: color 0.3s ease;
}

.page-news__item:hover .page-news__title {
	color: #134D94;
}

.page-news__info {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.25rem;
	min-width: 0;
}

.page-news__date {
	color: #404F62;
	font-family: "Marcellus", serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	opacity: 0.5;
}

.page-news__title {
	word-wrap: break-word;
	word-wrap: break-word;
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	max-width: none;
	width: auto;
}

.page-news__title:not(:empty) {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-news__arrow {
	flex-shrink: 0;
	height: 0.625rem;
	width: 0.375rem;
}

.page-news__arrow img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.page-news__pager {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.page-news__pager-numbers {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.page-news__pager-number {
	background: none;
	border: none;
	color: #404F62;
	cursor: pointer;
	font-family: "Marcellus", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 0;
	opacity: 0.5;
	padding: 0;
	transition: opacity 0.3s ease;
}

.page-news__pager-number:hover {
	opacity: 1;
}

.page-news__pager-number--active {
	color: #134D94;
	opacity: 1;
}

.page-news__pager-dots {
	color: #404F62;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	opacity: 0.5;
}

.page-news__pager-indicator {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	height: 2.5rem;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: relative;
	transition: transform 0.3s ease;
	width: 2.5rem;
}

.page-news__pager-indicator:hover {
	transform: scale(1.1);
}

.page-news__pager-indicator img {
	-o-object-fit: contain;
	height: 2.8125rem;
	object-fit: contain;
	position: relative;
	width: 2.8125rem;
	z-index: 1;
}

.page-news__pager-indicator--prev,
.page-news__pager-indicator--next {
	-webkit-text-decoration: none;
	color: #404F62;
	font-family: "Marcellus", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	opacity: 0.5;
	text-decoration: none;
}

.page-news__pager-indicator--prev:hover,
.page-news__pager-indicator--next:hover {
	-webkit-text-decoration: none;
	opacity: 1;
	text-decoration: none;
}

.hidden {
	display: none !important;
}

.page-news__pager-indicator--prev,
.page-news__pager-indicator--next {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	height: 2.8125rem;
	justify-content: center;
	text-decoration: none;
	width: 2.8125rem;
}

.wp-pagenavi {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .page {
	-webkit-text-decoration: none;
	background: none;
	border: none;
	color: #404F62;
	cursor: pointer;
	font-family: "Marcellus", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 0;
	opacity: 0.5;
	padding: 0;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.wp-pagenavi .page:hover {
	-webkit-text-decoration: none;
	opacity: 1;
	text-decoration: none;
}

.wp-pagenavi .current {
	background: none;
	border: none;
	color: #134D94;
	font-family: "Marcellus", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 0;
	opacity: 1;
	padding: 0;
}

.wp-pagenavi .extend {
	color: #404F62;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	opacity: 0.5;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	-webkit-text-decoration: none;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	height: 3.4375rem;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	transition: transform 0.3s ebutton__wrapase;
	width: 3.4375rem;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
	transform: scale(1.1);
}

.wp-pagenavi .previouspostslink img,
.wp-pagenavi .nextpostslink img {
	-o-object-fit: contain;
	object-fit: contain;
	position: relative;
	z-index: 1;
}

.wp-pagenavi .previouspostslink.disabled,
.wp-pagenavi .nextpostslink.disabled {
	cursor: not-allowed;
	opacity: 0.3;
}

.wp-pagenavi .first {
	display: none;
}

.wp-pagenavi .last {
	-webkit-text-decoration: none;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: block;
	display: flex;
	height: 2.5rem;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	transition: transform 0.3s ease;
	width: 2.5rem;
}

.wp-pagenavi .last:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
	transform: scale(1.1);
}

.wp-pagenavi .last img {
	-o-object-fit: contain;
	height: 2.8125rem;
	object-fit: contain;
	position: relative;
	width: 2.8125rem;
	z-index: 1;
}

.page-price {
	padding-bottom: 6.25rem;
	padding-top: 7.5rem;
}

.page-price__inner {
	margin: 0 auto;
	max-width: 76.875rem;
}

.page-price__content {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

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

.page-price__title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-price__text {
	color: #404F62;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 2.5rem;
}

.page-price__policy,
.page-price__guide {
	background-color: #F2F8FF;
	border-radius: 0rem;
	overflow: hidden;
	position: relative;
}

.page-price__policy-header,
.page-price__guide-header {
	background-color: #F2F8FF;
	padding: 1.25rem 1.5rem;
	position: relative;
}

.page-price__policy-header::before,
.page-price__guide-header::before {
	background-color: #134D94;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.3125rem;
}

.page-price__policy-label,
.page-price__guide-label {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-price__policy-content,
.page-price__guide-content {
	padding: 1.25rem 0rem;
}

.page-price__policy-content p,
.page-price__guide-content p {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-price__category-list {
	align-items: stretch;
	display: flex;
	gap: 2rem;
	justify-content: center;
}

.page-price__category-item {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.page-price__category-title {
	align-items: center;
	align-self: stretch;
	cursor: pointer;
	display: flex;
	gap: 1rem;
	transition: all 0.3s ease;
}

.page-price__category-title:hover {
	opacity: 0.8;
}

.page-price__category-name {
	color: #404F62;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding-bottom: 1rem;
}

.page-price__category-icon {
	flex-shrink: 0;
	height: 0.25rem;
	transition: transform 0.3s ease;
	width: 0.4375rem;
}

.page-price__category-item.is-active .page-price__category-icon {
	transform: rotate(180deg);
}

.page-price__category-separator {
	background-color: #C7DBEF;
	flex-shrink: 0;
	height: 0.0625rem;
	width: 100%;
}

.page-price__details {
	margin-top: 0.625rem;
}

.page-price__detail-section {
	padding-bottom: 4rem;
}

.page-price__detail-section:last-of-type {
	border-bottom: none;
	margin-bottom: 2.5rem;
}

.page-price__detail-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 1.5rem 0;
	padding-bottom: 1rem;
	position: relative;
}

.page-price__detail-title::before {
	background-color: #134D94;
	bottom: -0.0625rem;
	content: "";
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 5rem;
	z-index: 20;
}

.page-price__detail-title::after {
	background-color: #C7DBEF;
	bottom: -0.0625rem;
	content: "";
	height: 0.0625rem;
	left: 0.0625rem;
	position: absolute;
	width: calc(100% - 0.0625rem);
}

.page-price__detail-subtitle {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 1.25rem 0 1.25rem 0;
}

.page-price__detail-subtitle2 {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 3.5rem 0 0.9375rem 0;
}

.page-price__detail-row {
	border: 0.0625rem solid #C7DBEF;
	display: flex;
	height: 2.75rem;
	overflow: hidden;
}

#others .page-price__detail-table-header {
	height: 2.625rem;
}

.page-price__note {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.035rem;
	line-height: 1.5;
	margin-top: 0.875rem;
}

.page-price__detail-label {
	align-items: center;
	background: #5D8BC4;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	min-width: 18.625rem;
	padding: 0.125rem 1rem;
}

.page-price__detail-label--wide {
	min-width: 28rem;
	width: 28rem;
}

.page-price__detail-value {
	align-items: center;
	background-color: #fff;
	color: #404F62;
	display: flex;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 0.75rem 1rem;
}

.page-price__detail-note {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.page-price__detail-table {
	border: 0.0625rem solid #7BA5D8;
	margin-top: 1.25rem;
	overflow: hidden;
}

.page-price__detail-table-header {
	background-color: #134D94;
	display: flex;
}

.page-price__detail-table-row {
	border-top: 0.0625rem solid #7BA5D8;
	display: flex;
}

.page-price__detail-table-cell {
	align-items: center;
	border-right: 0.0625rem solid #C7DBEF;
	color: #404F62;
	display: flex;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 0.5625rem 1rem;
}

.page-price__detail-table-cell:last-child {
	border-right: none;
}

.page-price__detail-table-header .page-price__detail-table-cell {
	background-color: #5D8BC4;
	color: #fff;
	font-weight: 400;
}

.page-price__payment-info {
	background-color: #F2F8FF;
	border-radius: 0.25rem;
	padding: 2.5rem 1.25rem;
	position: relative;
}

.page-price__payment-info::before {
	background-color: #134D94;
	border-radius: 0.125rem 0 0 0.125rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.3125rem;
}

.page-price__payment-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 1.25rem 0;
}

.page-price__payment-text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.page-price__section-header {
	background-color: #F2F8FF;
	overflow: hidden;
	padding: 0.8125rem 1.3125rem;
	position: relative;
}

.page-price__section-header::before {
	background-color: #134D94;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.3125rem;
}

.page-price__section-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-privacy {
	padding-bottom: 6.25rem;
	padding-top: 7.5rem;
}

.page-privacy__content {
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
	margin: 0 auto;
	max-width: 75rem;
}

.page-privacy__section {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.page-privacy__section-header {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.page-privacy__section-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}

.page-privacy__section-line {
	background-color: #999999;
	height: 0.125rem;
	width: 100%;
}

.page-privacy__section-content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.page-privacy__text {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-privacy__text--indent {
	padding-left: 1rem;
}

.page-privacy__text--large {
	font-size: 1.0625rem;
}

.qa {
	padding-bottom: 6.25rem;
	padding-top: 7.5rem;
}

.page-rikon-about {
	padding-bottom: 5rem;
	padding-top: 7.5rem;
}

.page-rikon-about__inner {
	margin: 0 auto;
	max-width: 76.875rem;
	width: 100%;
}

.page-rikon-about__header {
	margin-bottom: 3.75rem;
	text-align: center;
}

.page-rikon-about__title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.page-rikon-about__content {
	margin-bottom: 2.5rem;
}

.page-rikon-about__card-list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 100%;
}

.page-rikon-about__row {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
	max-width: 100%;
	width: 100%;
}

.page-rikon-about__row--second {
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
	max-width: 100%;
	width: 100%;
}

.page-rikon-about__card {
	background-color: #F8FBFF;
	border-radius: 0.625rem;
	box-shadow: 0 0rem 0.75rem 0rem rgba(6, 45, 79, 0.09);
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 2rem 1.5rem;
	position: relative;
	transition: all 0.3s ease;
}

.page-rikon-about__card-link {
	-webkit-text-decoration: none;
	color: inherit;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
}

.page-rikon-about__card-link:hover {
	transform: translateY(-0.25rem);
}

.page-rikon-about__card-link:hover .page-rikon-about__card {
	box-shadow: 0 0.5rem 1.5rem 0rem rgba(6, 45, 79, 0.15);
}

.page-rikon-about__card-link:active {
	transform: translateY(-0.125rem);
}

.page-rikon-about__card-arrow {
	bottom: 1.5rem;
	position: absolute;
	right: 1.5rem;
}

.page-rikon-about__card-arrow img {
	-o-object-fit: contain;
	height: 0.6875rem;
	object-fit: contain;
	width: 1rem;
}

.page-rikon-about__card-icon {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 1.5rem;
	text-align: center;
}

.page-rikon-about__card-icon img {
	-o-object-fit: contain;
	display: block;
	height: 5.5rem;
	margin: 0 auto;
	object-fit: contain;
	width: 5.5rem;
}

.page-rikon-about__card-title {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 1.25rem 0;
	text-align: center;
}

.page-rikon-about__card-text {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: flex-start;
}

.page-rikon-about__card-text p {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 0.625rem 0;
}

.page-rikon-about__card-text p:last-child {
	margin-bottom: 0;
}

.page-rikon-about__card {
	flex: 0 0 23.25rem;
	width: 23.25rem;
}

.page-rikon-about__row--second {
	align-items: stretch;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
	max-width: 100%;
	width: 100%;
}

.thanks {
	margin-bottom: 6.25rem;
	margin-top: 6.25rem;
	text-align: center;
}

.thanks__text-bottom {
	margin-top: 1.125rem;
}

.thanks__button {
	margin-bottom: 6.25rem;
}

.tab .tab__item {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

.tab .tab__item:hover {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

.page-voice.voices__cards {
	grid-row-gap: 2rem;
	grid-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 100%;
	row-gap: 2rem;
}

.page-voice .voices__card {
	background-color: #FFFFFF;
	border-radius: 0.625rem;
	box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	min-height: 13.625rem;
	min-width: 23.5625rem;
	padding: 1.5rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-voice .voices__card:hover {
	box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
	transform: translateY(-0.25rem);
}

.page-voice .voices__card--link {
	-webkit-text-decoration: none;
	color: inherit;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

.page-voice .voices__card--link:hover {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

.page-voice .voices__card-text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	align-items: flex-start;
	display: flex;
	display: -webkit-box;
	flex: 1;
	margin-top: auto;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-voice .voices__card-header {
	flex-shrink: 0;
}

.page-voice__pager {
	margin-bottom: 6.25rem;
	margin-top: 3.125rem;
}

.column__content {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 55rem;
	width: 100%;
}

.column__content time {
	color: #404F62;
	font-family: "Marcellus", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	opacity: 0.5;
}

.column__content .column__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.column__content .column__cate {
	background-color: #5D8BC4;
	border-radius: 0.25rem;
	color: #FFFFFF;
	display: inline-block;
	flex-shrink: 0;
	font-size: 0.75rem;
	font-weight: 500;
	padding: 0.25rem 0.75rem;
	white-space: nowrap;
}

.column__content .column__featured-image {
	margin: 1.5rem 0;
}

.column__content .column__featured-image img {
	display: block;
	height: auto;
	width: 100%;
}

.column__content p {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.column__content p:first-child {
	margin-top: 0rem;
}

.column__content p--bold {
	font-weight: 500;
}

.column__content h1 {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-bottom: 2.625rem;
	margin-top: 0.625rem;
}

.column__content h2 {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 3rem;
}

.column__content h2::after {
	background-color: #999999;
	content: "";
	display: block;
	height: 0.125rem;
	margin-top: 1rem;
	width: 100%;
}

.column__content h3 {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 3.125rem;
	padding-left: 0.75rem;
	position: relative;
}

.column__content h3::before {
	background-color: #4070AB;
	content: "";
	flex-shrink: 0;
	height: 1.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.25rem;
}

.column__content h4 {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 2.875rem;
}

.column__content ul {
	list-style: none;
	margin-top: 2.5rem;
	padding: 0;
}

.column__content ul li {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0.5rem;
	padding-left: 1.5rem;
	position: relative;
}

.column__content ul li:last-child {
	margin-bottom: 0;
}

.column__content ul li::before {
	color: #404F62;
	content: "・";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	left: 0;
	line-height: 1.5;
	position: absolute;
	top: 0;
}

.column__content ol {
	counter-reset: column-counter;
	list-style: none;
	margin-top: 3.125rem;
	padding: 0;
}

.column__content ol li {
	color: #404F62;
	counter-increment: column-counter;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0.5rem;
	padding-left: 1.75rem;
	position: relative;
}

.column__content ol li:last-child {
	margin-bottom: 0;
}

.column__content ol li::before {
	color: #404F62;
	content: counter(column-counter) ".";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	left: 0;
	line-height: 1.5;
	position: absolute;
	top: 0;
}

.column__content table {
	border: 0.0625rem solid #C7DBEF;
	border-collapse: collapse;
	margin-top: 3.125rem;
	table-layout: fixed;
	width: 100%;
}

.column__content table th {
	background-color: #5D8BC4;
	border-bottom: 0.0625rem solid #C7DBEF;
	border-right: 0.0625rem solid #C7DBEF;
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.875rem 1.25rem;
	text-align: left;
	vertical-align: top;
}

.column__content table th:first-child {
	min-width: 13.595625rem !important;
	width: 13.595625rem !important;
}

.column__content table th:last-child {
	border-right: none;
}

.column__content table td {
	width: auto !important;
}

.column__content table td {
	border-bottom: 0.0625rem solid #C7DBEF;
	border-right: 0.0625rem solid #C7DBEF;
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.875rem 1.25rem;
	text-align: left;
	vertical-align: top;
}

.column__content table td:first-child {
	width: 13.595625rem !important;
}

.column__content table td:first-child {
	background-color: #5D8BC4;
	color: #FFFFFF;
}

.column__content table td:last-child {
	border-right: none;
}

.column__content table tr:last-child th,
.column__content table tr:last-child td {
	border-bottom: none;
}

.column__content img:not(.column__navigation img) {
	-o-object-fit: cover;
	aspect-ratio: 740/498;
	display: block;
	height: auto;
	margin: 2.5rem auto;
	max-width: 46.25rem;
	object-fit: cover;
	width: 100%;
}

.column__content a {
	-webkit-text-decoration: underline;
	color: #5D8BC4;
	text-decoration: underline;
}

.column__content a:hover {
	opacity: 0.7;
}

.column__content .column__navigation a {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.column__content .column__navigation a:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.column__content .button__wrap {
	color: #fff !important;
}

.column__content .button__wrap:hover {
	opacity: 0.7;
}

.column__content strong,
.column__content b {
	font-weight: 500;
}

.column__content em,
.column__content i {
	font-style: italic;
}

.column__content blockquote {
	background: #f8f9fa;
	border-left: 4px solid #134D94;
	font-style: italic;
	margin: 1.875rem 0;
	padding: 1.25rem 1.875rem;
}

.column__content code {
	background: #f1f3f4;
	border-radius: 0.25rem;
	font-family: "Courier New", monospace;
	font-size: 0.875rem;
	padding: 0.125rem 0.375rem;
}

.column__content pre {
	background: #f1f3f4;
	border-radius: 0.5rem;
	margin: 1.25rem 0;
	overflow-x: auto;
	padding: 1.25rem;
}

.column__content pre code {
	background: none;
	padding: 0;
}

.news__content {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 55rem;
	width: 100%;
}

.news__content time {
	color: #404F62;
	font-family: "Marcellus", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	opacity: 0.5;
}

.news__content p {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.news__content p:first-child {
	margin-top: 4rem;
}

.news__content p--bold {
	font-weight: 500;
}

.news__content h1 {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.news__content h2 {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 3rem;
}

.news__content h2::after {
	background-color: #999999;
	content: "";
	display: block;
	height: 0.125rem;
	margin-top: 1rem;
	width: 100%;
}

.news__content h3 {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 3.125rem;
	padding-left: 0.75rem;
	position: relative;
}

.news__content h3::before {
	background-color: #4070AB;
	content: "";
	flex-shrink: 0;
	height: 1.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.25rem;
}

.news__content h4 {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 2.875rem;
}

.news__content ul {
	list-style: none;
	margin-top: 2.5rem;
	padding: 0;
}

.news__content ul li {
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0.5rem;
	padding-left: 1.5rem;
	position: relative;
}

.news__content ul li:last-child {
	margin-bottom: 0;
}

.news__content ul li::before {
	color: #404F62;
	content: "・";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	left: 0;
	line-height: 1.5;
	position: absolute;
	top: 0;
}

.news__content ol {
	counter-reset: column-counter;
	list-style: none;
	margin-top: 3.125rem;
	padding: 0;
}

.news__content ol li {
	color: #404F62;
	counter-increment: column-counter;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0.5rem;
	padding-left: 1.75rem;
	position: relative;
}

.news__content ol li:last-child {
	margin-bottom: 0;
}

.news__content ol li::before {
	color: #404F62;
	content: counter(column-counter) ".";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	left: 0;
	line-height: 1.5;
	position: absolute;
	top: 0;
}

.news__content table {
	border: 0.0625rem solid #C7DBEF;
	border-collapse: collapse;
	margin-top: 3.125rem;
	table-layout: fixed;
	width: 100%;
}

.news__content table th {
	background-color: #5D8BC4;
	border-bottom: 0.0625rem solid #C7DBEF;
	border-right: 0.0625rem solid #C7DBEF;
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.875rem 1.25rem;
	text-align: left;
	vertical-align: top;
}

.news__content table th:first-child {
	min-width: 13.595625rem !important;
	width: 13.595625rem !important;
}

.news__content table th:last-child {
	border-right: none;
}

.news__content table td {
	width: auto !important;
}

.news__content table td {
	border-bottom: 0.0625rem solid #C7DBEF;
	border-right: 0.0625rem solid #C7DBEF;
	color: #404F62;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.875rem 1.25rem;
	text-align: left;
	vertical-align: top;
}

.news__content table td:first-child {
	width: 13.595625rem !important;
}

.news__content table td:first-child {
	background-color: #5D8BC4;
	color: #FFFFFF;
}

.news__content table td:last-child {
	border-right: none;
}

.news__content table tr:last-child th,
.news__content table tr:last-child td {
	border-bottom: none;
}

.news__content img {
	-o-object-fit: cover;
	height: auto;
	margin: 2.5rem 0rem;
	object-fit: cover;
}

.news__content a {
	-webkit-text-decoration: underline;
	color: #5D8BC4;
	text-decoration: underline;
}

.news__content a:hover {
	opacity: 0.7;
}

.news__content .button__wrap {
	color: #fff !important;
}

.news__content .button__wrap {
	margin-top: 3.125rem;
}

.news__content .button__wrap:hover {
	opacity: 0.7;
}

.news__content strong,
.news__content b {
	font-weight: 500;
}

.news__content em,
.news__content i {
	font-style: italic;
}

.news__content blockquote {
	background: #f8f9fa;
	border-left: 4px solid #134D94;
	font-style: italic;
	margin: 1.875rem 0;
	padding: 1.25rem 1.875rem;
}

.news__content code {
	background: #f1f3f4;
	border-radius: 0.25rem;
	font-family: "Courier New", monospace;
	font-size: 0.875rem;
	padding: 0.125rem 0.375rem;
}

.news__content pre {
	background: #f1f3f4;
	border-radius: 0.5rem;
	margin: 1.25rem 0;
	overflow-x: auto;
	padding: 1.25rem;
}

.news__content pre code {
	background: none;
	padding: 0;
}

.mv {
	height: 45.0625rem;
	margin-top: 14.375rem;
	max-width: 100vw;
	overflow: visible;
	position: relative;
	width: 100%;
}

.mv::before {
	background-image: url(../images/top/mv-circle.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 72.0375rem;
	left: -16.25rem;
	pointer-events: none;
	position: absolute;
	top: -53.125rem;
	width: 55rem;
	z-index: 2;
}

.mv::after {
	background: url("../images/top/mv-circle2.svg") no-repeat center/contain;
	content: "";
	height: 24.75rem;
	position: absolute;
	right: -20rem;
	top: 35.625rem;
	width: 41rem;
	z-index: 2;
}

.mv__inner {
	height: 100%;
	margin: 0 auto;
	max-width: 90rem;
	padding-left: 4.375rem;
	position: relative;
	width: 100%;
}

.mv__content {
	align-items: center;
	display: flex;
	height: 100%;
	position: relative;
}

.mv__text {
	position: relative;
	top: -1.875rem;
	z-index: 200;
}

.mv__title {
	letter-spacing: 0.04em;
	line-height: 1.35;
	margin: 0 0 2rem 0;
}

.mv__title-line {
	display: block;
}

.mv__title-main {
	color: #324967;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.875rem;
	font-weight: 300;
}

.mv__title-highlight {
	align-items: baseline;
	display: flex;
	gap: 0.5rem;
	margin: 0.25rem 0;
}

.mv__title-highlight-text {
	color: #324967;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.375rem;
	font-weight: 300;
	text-shadow: 0px 0px 0.5625rem rgb(255, 255, 255);
}

.mv__title-highlight-main {
	color: #324967;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.875rem;
	font-weight: 300;
}

.mv__description {
	color: #324967;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin: 0;
}

.mv__images {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.mv__image {
	border-radius: 1rem;
	height: 43.1875rem;
	overflow: hidden;
	position: absolute;
	width: 31.875rem;
}

.mv__image--left {
	right: 28.125rem;
	top: 0;
}

.mv__image--right {
	right: -5rem;
	top: 1.875rem;
}

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

.features {
	padding-bottom: 2.5rem;
	padding-top: 9.6875rem;
	position: relative;
}

.features::before {
	background-image: url("../images/top/mv-circle3.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 14.5rem;
	left: -0.0625rem;
	pointer-events: none;
	position: absolute;
	top: -3.125rem;
	width: 41rem;
	z-index: 1;
}

.features__inner {
	margin: 0 auto;
	max-width: 81.25rem;
	padding: 0 1.5rem;
	width: 100%;
}

.features__list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.features__item {
	align-items: flex-start;
	display: flex;
	gap: 3.75rem;
	padding: 4.375rem 2.5rem;
}

.features__item:first-child {
	padding-top: 1.5625rem;
}

.features__item-image {
	border-radius: 0.5rem;
	flex-shrink: 0;
	height: 11.1875rem;
	overflow: hidden;
	width: 16.875rem;
}

.features__item-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.features__item-content {
	flex: 1;
}

.features__item-header {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.features__item-number {
	color: #134D94;
	flex-shrink: 0;
	font-family: "Marcellus", serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	opacity: 0.7;
}

.features__item-title {
	color: #324967;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.features__item-description {
	color: #324967;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 0 1rem 0;
}

.features__item-description:last-child {
	margin-bottom: 0;
}

.features__divider {
	background-color: #C7DBEF;
	height: 0.0625rem;
	margin: 0;
	width: 100%;
}

.services {
	background-image: url("../images/top/services-bg.jpg");
	background-position: center;
	background-repeat: no-repeat; /* 画像を繰り返さず、横幅いっぱいに広げる（縦はトリミング） */
	background-size: cover;
	padding: 5rem 0;
	position: relative;
}

.services::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.services__inner {
	align-items: flex-start;
	display: flex;
	gap: 6.875rem;
	margin: 0 auto;
	max-width: 83.125rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.services__header {
	flex: 0 0 auto;
	margin-bottom: 0;
	text-align: center;
	width: 18.75rem;
}

.services__subtitle {
	color: #324967;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.services__subtitle--left {
	text-align: left;
}

.services__title {
	color: #134D94;
	font-family: "Marcellus", serif;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
	text-transform: uppercase;
}

.services__list {
	grid-gap: 1.5rem;
	display: grid;
	flex: 1;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.services__item {
	-webkit-text-decoration: none;
	background-color: #fff;
	border-radius: 0.75rem;
	box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
	color: inherit;
	cursor: pointer;
	display: block;
	padding: 2rem 1.5rem;
	text-align: center;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services__item:hover {
	box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
	transform: translateY(-0.25rem);
}

.services__item-icon {
	align-items: center;
	display: flex;
	height: 6.125rem;
	justify-content: center;
	margin: 0 auto 1rem auto;
	width: 6.125rem;
}

.services__item-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.services__item-content {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-top: 1.25rem;
	position: relative;
}

.services__item-text {
	color: #324967;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0;
}

.services__item-arrow {
	align-items: center;
	bottom: -0.9375rem;
	display: flex;
	height: auto;
	justify-content: center;
	position: absolute;
	right: -0.625rem;
	width: 1rem;
}

.services__item-arrow img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.info-section {
	padding-bottom: 8.125rem;
	padding-top: 7.5rem;
	position: relative;
}

.info-section::before {
	background-image: url("../images/top/mv-circle4.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 30rem;
	pointer-events: none;
	position: absolute;
	right: -12.5rem;
	top: -14.375rem;
	width: 30.625rem;
	z-index: 1;
}

.info-section__inner {
	display: flex;
	gap: 1.5rem;
	margin: 0 auto;
	max-width: 84.375rem;
	padding: 0 1.5rem;
	width: 100%;
}

.info-section__column,
.info-section__news {
	background-color: #F2F8FF;
	border-radius: 1rem;
	flex: 1;
	padding: 2.5rem 3.125rem;
	padding-top: 3.125rem;
}

.info-section__header {
	margin-bottom: 2.5rem;
	text-align: center;
}

.info-section__label {
	color: #324967;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0.3125rem;
	text-align: center;
}

.info-section__title {
	color: #134D94;
	font-family: "Marcellus", serif;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
}

.info-section__list {
	display: flex;
	flex-direction: column;
	gap: 1.625rem;
	margin-bottom: 2.5rem;
}

.info-section__item {
	-webkit-text-decoration: none;
	align-items: center;
	border-bottom: 1px solid #C7DBEF;
	color: inherit;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1rem;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.info-section__item:hover {
	opacity: 0.7;
}

.info-section__item-content {
	flex: 1;
	margin-right: 1.5rem;
}

.info-section__item-meta {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.info-section__news .info-section__item-meta {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.5rem;
}

.info-section__item-date {
	color: #324967;
	font-family: "Marcellus", serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	opacity: 0.5;
}

.info-section__item-category {
	background-color: #7BA5D8;
	border-radius: 0.25rem;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0 0.5rem;
}

.info-section__item-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #324967;
	display: -webkit-box;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.info-section__item-arrow {
	align-self: center;
	flex-shrink: 0;
	height: 0.625rem;
	width: 0.375rem;
}

.info-section__item-arrow svg {
	stroke: #134D94;
	height: 100%;
	width: 100%;
}

.info-section__footer {
	margin-top: 3.75rem;
	text-align: center;
}

@media (max-width: 589px) and (min-width: 480px) {

.sub-mv__image {
	height: 18.125rem;
	width: 13.75rem;
}

.sub-mv__image--right {
	height: 18.125rem;
	width: 13.75rem;
}

.mv__image {
	height: 18.125rem;
	width: 13.75rem;
}

.mv__image--left {
	right: auto;
	top: 0;
}

.mv__image--right {
	right: auto;
	top: 1.25rem;
}

}

@media (max-width: 767px) and (min-width: 590px) {

.sub-mv__image {
	height: 23.75rem;
	width: 17.5rem;
}

.sub-mv__image--left {
	right: 18.125rem;
}

.mv__image {
	height: 23.75rem;
	width: 17.5rem;
}

.mv__image--left {
	right: auto;
	top: 0;
}

.mv__image--right {
	right: auto;
	top: 1.875rem;
}

}

@media (min-width: 768px) {

.page-price__detail-row + .page-price__detail-row {
	border-top: none;
}

#divorce .page-price__detail-row {
	height: 4.25rem;
}

#inheritance .page-price__detail-row,
#legacy-reduction .page-price__detail-row {
	height: 4.25rem;
}

}

@media (min-width: 1441px) {

.contact__inner {
	max-width: 87.5rem !important;
}

.contact__inner {
	padding: 0;
	width: 87.5rem;
}

.contact.inner .contact__inner {
	max-width: 87.5rem !important;
}

.contact.inner .contact__inner {
	width: 87.5rem;
}

.contact::before {
	left: calc(50% - 700px + 50px);
}

.sub-mv:before {
	left: calc(50% - 800px + 5px);
}

.sub-mv::after {
	right: calc(50% - 600px - 300px);
}

.voices::before {
	left: calc(50% - 800px + 5px);
}

.mv::before {
	left: calc(50% - 800px + 5px);
}

.mv::after {
	right: calc(50% - 600px - 300px);
}

.features::before {
	left: calc(50% - 800px + 5px);
}

.info-section::before {
	right: calc(50% - 600px - 200px);
}

}

@media (max-width: 1440px) {

.services__inner {
	padding: 1.25rem 1.25rem;
}

}

@media (max-width: 1439px) {

.contact {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.contact__inner {
	padding-left: 0.9375rem !important;
	padding-right: 0.9375rem !important;
}

}

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

.voices::before {
	height: 12.6875rem;
	left: -1.875rem;
	width: 35.875rem;
	z-index: -1;
}

.info-section::before {
	height: 18.75rem;
	right: -9.375rem;
	top: -9.375rem;
	width: 18.75rem;
	z-index: -1;
}

}

@media (max-width: 1390px) {

.services {
	padding: 20px 0;
}

}

@media (max-width: 1380px) {

.c-footer__top {
	gap: 6.25rem;
}

}

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

.voices__nav-box {
	left: -15px;
	right: -15px;
}

}

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

.page-rikon-about__row {
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 1.5rem;
	justify-content: center;
}

.page-rikon-about__row--second {
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 1.5rem;
	justify-content: center;
}

.page-rikon-about__card {
	flex: none;
	width: 37.5rem;
}

.page-voice.voices__cards {
	grid-template-columns: repeat(2, 1fr);
}

}

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

.question__wrap {
	background-position: center;
	background-size: cover;
	border-radius: 1rem;
	margin: 0;
	margin-top: 0rem;
	width: 100%;
}

}

@media (max-width: 1200px) {

.mv::before {
	height: 50rem;
	left: -12.5rem;
	top: -37.5rem;
	width: 37.5rem;
}

.services__list {
	gap: 1.25rem;
}

}

@media (max-width: 1180px) {

html {
	font-size: 1.3559322034vw;
}

}

@media (max-width: 1024px) {

.contact__head {
	gap: 1rem;
	margin-bottom: 1.5rem;
	margin-left: 1.875rem;
}

}

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

.voices__card-text {
	-webkit-line-clamp: 2;
	flex: 1;
	font-size: 0.9375rem;
}

}

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

.voices__cards {
	grid-template-columns: 1fr;
	max-width: 100%;
}

}

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

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

}

@media (max-width: 768px) {

.accordion__answer .accordion__label {
	margin-top: 0;
}

.page-price__category-item:only-child {
	align-self: flex-start;
	justify-self: flex-start;
	margin-right: auto;
	max-width: none;
}

.services {
	background-position: center;
	background-size: cover;
	padding: 1.25rem 0;
}

.services__inner {
	flex-direction: column;
	gap: 0;
	max-width: 100%;
	width: 100%;
}

.services__header {
	margin-bottom: 1.875rem;
	width: 100%;
}

.services__title {
	font-size: 2.5rem;
}

.services__list {
	flex: none;
	gap: 1rem;
	grid-template-columns: 1fr;
	width: 100%;
}

.services__item:nth-child(3) {
	grid-column: auto;
	justify-self: auto;
	max-width: none;
}

.services__item {
	padding: 1.25rem 1rem;
}

.services__item-icon {
	height: 2.25rem;
	margin-bottom: 0.625rem;
	width: 2.25rem;
}

.services__item-text {
	font-size: 0.8125rem;
}

}

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

.column__content table {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

.news__content table {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.accordion__title {
	font-size: 1.5rem;
}

.accordion__trigger {
	padding: 1.25rem 0rem;
}

.accordion__content.is-open {
	max-height: 25rem;
	padding: 0.625rem 0rem 2rem 0rem;
	padding-top: 0rem;
}

.achievements {
	padding: 1.875rem 0;
}

.achievements__inner {
	padding: 0 1.5rem;
}

.achievements__header {
	margin-bottom: 0.9375rem;
}

.achievements__title {
	font-size: 1.5rem;
	margin-bottom: 0.625rem;
}

.achievements__title::after {
	background-size: 0.75rem 0.375rem;
	height: 0.375rem;
	margin: 0.625rem auto 0 auto;
}

.achievements__subtitle {
	margin-bottom: 1.25rem;
}

.achievements__subtitle-text {
	font-size: 1.375rem;
}

.achievements__content {
	margin-bottom: 1.875rem;
}

.achievements__list {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.achievements__card {
	padding: 1.5rem;
}

.achievements__card-icon {
	height: 5rem;
	width: 5rem;
}

.achievements__card-title-text {
	font-size: 1.25rem;
}

.achievements__card-text {
	font-size: 0.9375rem;
}

.achievements__empty {
	margin: 1.875rem 0;
}

.breadcrumb-detail {
	margin-bottom: 1.875rem;
	padding-top: 3.75rem;
}

.breadcrumb-detail__list {
	gap: 0.375rem;
}

.breadcrumb-detail__item--current {
	max-width: 12.5rem;
}

.button__wrap {
	font-size: 0.875rem;
	padding: 0.625rem 0.125rem 0.625rem 0.125rem;
}

.button__arrow {
	height: 0.75rem;
	right: 1.25rem;
	width: 1.125rem;
}

.c-footer__inner {
	padding: 3.75rem 0.9375rem 1rem 0.9375rem;
}

.c-footer__nav-columns {
	flex-direction: column;
}

.column__sidebar {
	width: 100%;
}

.column {
	margin-bottom: 3.75rem;
}

.column__inner {
	padding: 0 0.9375rem;
}

.column__wrap {
	flex-direction: column;
	gap: 2rem;
}

.column__header {
	margin-top: 0rem;
}

.column__title {
	font-size: 1.75rem;
}

.column__text {
	font-size: 0.875rem;
}

.column__section {
	margin-bottom: 1.875rem;
}

.column__section-table {
	margin-bottom: 1.875rem;
}

.column__subheading-title {
	font-size: 1.375rem;
}

.column__small-heading-title {
	font-size: 1.125rem;
}

.column__highlight-text::before {
	max-width: 31.25rem;
	width: 100%;
}

.column__heading {
	font-size: 1rem;
}

.column__table-wrapper {
	margin-bottom: 1.875rem;
}

.column__navigation {
	gap: 1.875rem;
}

.contact__inner {
	padding: 5rem 2.5rem 2.5rem 2.5rem !important;
}

.contact__inner {
	height: auto;
}

.contact::before {
	height: 7.5rem;
	left: 1.875rem;
	top: 0.5rem;
	width: 25rem;
}

.contact__head {
	align-items: flex-start;
	flex-direction: column;
	gap: 1.25rem;
	margin-bottom: 1.875rem;
	margin-left: 0rem;
}

.contact__title {
	font-size: 2.25rem;
}

.contact__list {
	flex-direction: column;
	margin-top: 2.5rem;
}

.contact__item {
	padding: 1.875rem 0.9375rem 5rem 0.9375rem;
}

.contact__subtitle {
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
}

.contact-button__wrap {
	min-width: 15.625rem;
	padding: 1rem 0.5rem 1rem 0.5rem;
}

.contact-button__text {
	font-size: 1rem;
}

.contact-button__text--se {
	font-size: 1.375rem;
}

.contact-button__arrow {
	right: 1rem;
	width: 0.875rem;
}

.contact-button__wrap--phone {
	padding: 0.25rem 2rem 0.25rem 2rem;
}

.fee__inner {
	padding: 0 1.5rem;
}

.fee__header {
	margin-bottom: 1.875rem;
}

.fee__title {
	font-size: 1.75rem;
}

.fee__table {
	width: 100%;
}

.fee__table-cell {
	font-size: 0.9375rem;
	padding: 0.875rem 1.25rem;
}

.fee__table-cell--label {
	width: 12.5rem;
}

.header__top {
	display: none;
}

.header__main {
	height: 3.75rem;
}

.header__main-inner {
	justify-content: center;
	position: relative;
}

.header__logo {
	left: 50%;
	padding-top: 0.625rem;
	position: absolute;
	transform: translateX(-50%);
}

.header__logo img {
	width: 12.5rem;
}

.header__contact {
	display: none;
}

.header__menu-toggle {
	display: flex;
	margin-left: 0;
	position: absolute;
	right: 0;
}

.header__nav {
	display: none;
}

html.menu-open,
body.menu-open {
	-webkit-overflow-scrolling: touch;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	touch-action: none;
	width: 100%;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.menu-panel {
	-webkit-overflow-scrolling: touch;
	border-radius: 0;
	height: 100vh;
	height: 100dvh;
	top: 0;
	touch-action: pan-y;
	transform: none;
	transition: none;
	width: 100%;
}

.menu-panel__content {
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-direction: column;
	height: 100vh;
	height: 100dvh;
	touch-action: pan-y;
}

.menu-panel__nav {
	-webkit-overflow-scrolling: touch;
	flex: 1;
	overflow-y: auto;
	padding: 5rem 1rem 1.875rem 1rem;
	touch-action: pan-y;
}

.menu-panel__nav-item {
	text-align: center;
}

.menu-close {
	margin-left: 0;
	position: fixed;
	right: 1.25rem;
	top: 5.625rem;
	z-index: 1001;
}

.menu-close--sp {
	display: flex;
}

.menu-panel__cta {
	background-color: #F2F8FF;
	display: block;
	flex-shrink: 0;
	padding: 1rem;
}

.news {
	margin-bottom: 3.75rem;
}

.news__header {
	margin-bottom: 1.875rem;
}

.news__title {
	font-size: 1.75rem;
}

.news__body {
	margin-bottom: 1.875rem;
}

.news__section {
	margin-bottom: 1.875rem;
}

.news__section-table {
	margin-bottom: 1.875rem;
}

.news__subheading-title {
	font-size: 1.375rem;
}

.news__highlight-text::before {
	max-width: 31.25rem;
	width: 100%;
}

.news__table-wrapper {
	margin-bottom: 1.875rem;
}

.plan {
	padding-bottom: 0.625rem;
}

.plan__inner {
	padding: 0 1.5rem;
}

.plan__header {
	margin-bottom: 1.875rem;
}

.plan__title {
	font-size: 1.5rem;
}

.plan__list {
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.plan__card {
	padding: 1.5rem;
}

.plan__card-icon {
	margin-bottom: 1.25rem;
}

.plan__card-icon img {
	height: 5rem;
	width: 5rem;
}

.plan__card-title {
	font-size: 1rem;
}

.plan__btns {
	flex-direction: column;
	gap: 1rem;
}

.plan__btn {
	flex: none;
	gap: 1.25rem;
	height: 6.875rem;
	padding: 1.5rem;
	text-align: center;
}

.plan__btn-center {
	gap: 0.625rem;
}

.plan__btn-title {
	font-size: 1rem;
}

.plan__btn-subtitle {
	font-size: 1.5rem;
}

.plan__btn-arrow img {
	height: 0.9375rem;
	width: 1.375rem;
}

.question {
	background-size: 73.75rem 20.625rem;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.question__header {
	margin-bottom: 3.125rem;
	padding-top: 1.875rem;
}

.question__title {
	font-size: 1.25rem;
	margin-top: 0rem;
}

.question__arrow {
	margin-top: 1rem;
}

.question__arrow img {
	height: 0.8125rem;
	width: 2.625rem;
}

.question__content {
	margin-bottom: 1.875rem;
	padding-bottom: 0.625rem;
}

.question__list {
	gap: 1rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.question__list .question__item {
	gap: 0.375rem;
}

.question__text {
	font-size: 0.75rem;
}

.section-header__title {
	font-size: 0.875rem;
}

.section-header__subtitle {
	font-size: 3.75rem;
}

.sub-mv {
	height: 31.25rem;
	margin-top: 4.375rem;
}

.sub-mv__inner {
	padding: 0 1.25rem;
}

.sub-mv__text {
	margin-top: 10rem;
	max-width: 100%;
	text-align: center;
}

.sub-mv__title {
	margin-bottom: 1.5rem;
}

.sub-mv__title-main {
	filter: drop-shadow(1px 0px 3px #fff);
	font-size: 2.25rem;
}

.sub-mv__breadcrumb-item:last-child {
	opacity: 1;
}

.sub-mv__image {
	height: 23.75rem;
	width: 17.5rem;
}

.sub-mv__image--left {
	right: 18.125rem;
}

.tab {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 3.75rem;
}

.tab__list {
	flex-wrap: wrap;
	justify-content: center;
}

.voice-details {
	padding-top: 1.875rem;
}

.voice-details__header {
	gap: 1.875rem;
	margin-bottom: 3.125rem;
}

.voice-details__icon-bg {
	height: 6.25rem;
	width: 6.25rem;
}

.voice-details__title {
	font-size: 1.5rem;
	text-align: left;
}

.voice-details__worries {
	padding: 2rem 1.25rem;
}

.voices {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.voices::before {
	height: 10.875rem;
	left: -3.125rem;
	top: 0.625rem;
	width: 30.75rem;
	z-index: -1;
}

.voices__slider .swiper-slide {
	width: 100%;
}

.voices__card-category {
	font-size: 0.6875rem;
	padding: 0.1875rem 0.5rem;
}

.voices__card-demographic {
	font-size: 0.8125rem;
}

.page-about {
	padding: 3.75rem 0;
}

.page-about__header {
	margin-bottom: 3.125rem;
}

.page-about-philosophy {
	margin-bottom: 3.75rem;
}

.page-about-philosophy__content {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 0.625rem;
}

.page-about-philosophy__image {
	aspect-ratio: 1;
	height: auto;
	margin: 0 auto;
	max-width: 25rem;
	width: 100%;
}

.page-about-philosophy__introduction {
	margin-bottom: 1.875rem;
}

.page-about-philosophy__introduction p {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 0.875rem;
}

.page-about-philosophy__lawyer-name {
	font-size: 1.375rem;
}

.page-about-overview {
	margin-bottom: 0.625rem;
}

.page-about-overview {
	margin-bottom: 3.75rem;
}

.page-about-overview__row {
	gap: 2.5rem;
	padding-bottom: 0.75rem;
}

.page-about-overview__label {
	font-size: 0.9375rem;
	width: 6.25rem;
}

.page-about-overview__value {
	font-size: 0.9375rem;
}

.page-about-lawyer__header {
	margin-bottom: 0rem;
}

.page-about-lawyer__content {
	gap: 1.875rem;
}

.page-about-lawyer__description-text {
	font-size: 1.125rem;
}

.page-about-lawyer__profiles {
	gap: 1.5625rem;
	grid-template-columns: 1fr;
}

.page-about-lawyer__profile {
	padding: 1.25rem;
}

.page-about-lawyer__profile-image {
	height: 25rem;
	margin-bottom: 1rem;
	width: 25rem;
}

.page-about-lawyer__profile-name {
	font-size: 1.5rem;
}

.page-about-lawyer__profile-name-en {
	font-size: 1.0625rem;
}

.page-about-lawyer__profile-name {
	font-size: 1.5rem;
}

.page-about-lawyer__profile-name-en {
	font-size: 1.0625rem;
}

.page-area {
	padding-top: 3.75rem;
}

.page-area__content {
	padding-bottom: 3.125rem;
}

.page-area__title {
	font-size: 1.75rem;
}

.page-area__section-wrap {
	padding-top: 1.875rem;
}

.page-area__section-header {
	padding: 0.75rem 1.125rem;
}

.page-area__section-title {
	font-size: 1.5rem;
}

.page-area__detail-title {
	font-size: 1.25rem;
}

.page-area__detail-title {
	padding-bottom: 0.8125rem;
}

.page-area__detail-title::before {
	height: 0.1875rem;
	left: 0;
	width: 3.75rem;
}

.page-area__detail-title::after {
	height: 0.0625rem;
	left: 0.0625rem;
	width: calc(100% - 0.0625rem);
}

.page-area__ku-item {
	margin-right: 0.625rem;
	margin-top: 0.375rem;
}

.page-area__detail-text {
	font-size: 0.9375rem;
	margin-bottom: 1.125rem;
}

.page-area-access::before {
	display: none;
}

.page-area-access__content {
	margin-top: 5rem;
	margin-top: 3.75rem;
	padding: 4.375rem 2.5rem 2.5rem 2.5rem;
	padding: 0rem;
}

.page-area-access__content-inner {
	align-items: flex-start;
	flex-direction: column;
	gap: 2.5rem;
}

.page-area-access__label {
	font-size: 0.9375rem;
}

.page-area-access__title {
	font-size: 1.75rem;
	margin-bottom: 1.25rem;
}

.page-area-access__description {
	margin-bottom: 1.25rem;
}

.page-area-access__description p {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 0.875rem;
}

.page-area-access__image {
	aspect-ratio: 472/379;
	height: auto;
	margin: 0 auto;
	max-width: 25rem;
	width: 100%;
}

.page-area-map {
	padding-bottom: 3.75rem;
	padding-top: 1.875rem;
}

.page-area-map__content {
	flex-direction: column-reverse;
	gap: 1.25rem;
	justify-content: flex-start;
}

.page-area-map__map-area {
	aspect-ratio: 633/422;
	height: auto;
	width: 100%;
}

.page-area-map__map-label {
	font-size: 1.75rem;
}

.page-area-map__info-area {
	padding-top: 0rem;
}

.page-area-map__label {
	font-size: 0.9375rem;
}

.page-area-map__title {
	font-size: 1.75rem;
	margin-bottom: 1.5625rem;
}

.page-area-map__address p {
	font-size: 1.125rem;
	line-height: 1.6;
}

.page-area-map__access p {
	font-size: 0.9375rem;
	line-height: 1.6;
}

.page-column {
	margin-bottom: 3.75rem;
}

.page-column__content {
	flex-direction: column;
	gap: 2rem;
	padding-top: 3.75rem;
}

.page-column__item {
	flex-direction: column;
	gap: 1rem;
	padding: 1.125rem 1.25rem;
}

.page-column__image {
	height: auto;
	width: 100%;
}

.page-column__item-content {
	flex-direction: column;
	gap: 0.5rem;
	width: 100%;
}

.page-column__meta {
	align-items: center;
	flex-direction: row;
	gap: 0.625rem;
}

.page-column__date {
	font-size: 0.875rem;
}

.page-column__category {
	font-size: 0.6875rem;
	padding: 0.1875rem 0.5rem;
}

.page-column__title-row {
	gap: 0.75rem;
}

.page-column__title {
	font-size: 1rem;
	margin: 0;
}

.page-contact {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.page-contact__description {
	font-size: 0.9375rem;
	margin-bottom: 2rem;
	text-align: left;
}

.page-contact__contact-info {
	align-items: center;
	flex-direction: column;
	gap: 2.5rem;
	padding: 2rem 0;
}

.page-contact__phone {
	width: 100%;
}

.page-contact__phone-title {
	font-size: 1.125rem;
	margin-bottom: 0.75rem;
}

.page-contact__phone-text {
	font-size: 2rem;
}

.page-contact__phone-hours {
	font-size: 0.8125rem;
}

.page-contact__phone-note {
	font-size: 0.6875rem;
}

.page-contact__reservation {
	width: 100%;
}

.page-contact__reservation-title {
	font-size: 1.125rem;
	margin-bottom: 0.75rem;
}

.page-contact__reservation-note {
	font-size: 0.6875rem;
}

.page-contact__reservation-button {
	gap: 0.625rem;
	padding: 1rem 1.25rem;
}

.page-contact__reservation-center {
	gap: 0.375rem;
}

.page-contact__reservation-text {
	font-size: 0.9375rem;
	margin-left: 0.5rem;
}

.page-contact__reservation-arrow {
	position: static;
	right: auto;
	top: auto;
	transform: none;
}

.page-contact__form {
	margin-top: 3.125rem;
}

.page-contact__form-content {
	width: 100%;
}

.page-contact__form-group {
	align-items: flex-start;
	flex-direction: column;
}

.page-contact__form-label {
	gap: 0.5rem;
	justify-content: flex-start;
	width: auto;
}

.page-contact__form-label-text {
	font-size: 1rem;
}

.page-contact__form-required {
	font-size: 0.6875rem;
	padding: 0.25rem 0.375rem;
}

.page-contact__form-input {
	font-size: 0.9375rem;
	height: 3.125rem;
	padding: 0 0.75rem;
}

.page-contact__form-checkboxes {
	gap: 1rem;
}

.page-contact__form-checkbox-text {
	font-size: 0.9375rem;
}

.page-contact__form-textarea {
	font-size: 0.9375rem;
	height: 11.25rem;
	padding: 0.75rem;
}

.page-contact__form-privacy {
	margin: 1rem 0;
}

.page-contact__form-privacy-text {
	font-size: 0.9375rem;
}

.page-contact__form-button {
	font-size: 0.8125rem;
	height: 3.125rem;
	max-width: 18.75rem;
	width: 100%;
}

.wpcf7 .page-contact__form-group {
	align-items: flex-start;
	flex-direction: column;
}

.wpcf7 .page-contact__form-label {
	gap: 0.5rem;
	justify-content: flex-start;
	width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7 p {
	flex-direction: column;
	width: 100%;
}

.wpcf7 .page-contact__form-label-text {
	font-size: 1rem;
}

.wpcf7 .page-contact__form-required {
	font-size: 0.6875rem;
	padding: 0.25rem 0.375rem;
}

.wpcf7 .page-contact__form-checkboxes {
	gap: 1rem;
}

.wpcf7 .wpcf7-list {
	gap: 1rem;
}

.wpcf7 .wpcf7-checkbox {
	gap: 1rem;
}

.wpcf7 .page-contact__form-checkboxes p {
	gap: 1rem;
	padding-bottom: 1.875rem;
	padding-top: 1.25rem;
}

.wpcf7 .wpcf7-list-item-label .wpcf7-list-item-label {
	font-size: 0.9375rem;
}

.wpcf7 .page-contact__form-checkbox-text {
	font-size: 0.9375rem;
}

.wpcf7 .page-contact__form-privacy-text {
	font-size: 0.9375rem;
}

.wpcf7 .page-contact__form-submit {
	padding-left: 0;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
	font-size: 0.9375rem;
	height: 3.125rem;
	padding: 0 0.75rem;
}

.wpcf7 textarea {
	font-size: 0.9375rem;
	height: 11.25rem;
	padding: 0.75rem;
}

.page-first-explanation__inner {
	padding-top: 3.75rem;
}

.page-first-explanation__wrap {
	margin-top: 1.25rem;
}

.page-first-explanation__text {
	font-size: 1rem;
	text-align: left;
}

.page-first-office {
	padding-bottom: 3.75rem;
	padding-top: 5rem;
}

.page-first-office__lead {
	font-size: 1.5rem;
}

.page-first-office__text {
	font-size: 1rem;
	text-align: left;
}

.page-first-flow {
	padding: 3.75rem 0;
}

.page-first-flow__content {
	align-items: center;
	flex-direction: column;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 0rem;
	text-align: center;
}

.page-first-flow__title-section {
	text-align: center;
	width: 100%;
}

.page-first-flow__main-content {
	gap: 2.5rem;
}

.page-first-flow__visual {
	width: 18.75rem;
}

.page-first-flow__steps {
	gap: 1.5rem;
	text-align: center;
}

.page-first-flow__step-icon {
	height: 5rem;
	width: 5rem;
}

.page-first-flow__step-header-row {
	gap: 0.3125rem;
}

.page-first-flow__step-title {
	font-size: 1.125rem;
}

.page-first-flow__step-description {
	font-size: 0.875rem;
	padding-left: 1.9375rem;
	text-align: left;
}

.page-first-qa {
	padding: 4.25rem 0;
}

.page-introduction-lawyer {
	padding: 3.75rem 0;
}

.page-introduction-lawyer__content {
	gap: 3.75rem;
}

.page-introduction-lawyer__profile {
	align-items: center;
	flex-direction: column;
	gap: 2.5rem;
	justify-content: center;
	scroll-margin-top: 7.5rem;
	text-align: center;
}

.page-introduction-lawyer__profile-image {
	height: 18.75rem;
	width: 18.75rem;
}

.page-introduction-lawyer__profile-info {
	text-align: left;
}

.page-introduction-lawyer__profile-name {
	font-size: 1.75rem;
}

.page-introduction-lawyer__profile-name-en {
	font-size: 1rem;
}

.page-introduction-lawyer__name-row {
	gap: 0.75rem;
}

.page-introduction-lawyer__profile-description p {
	margin-top: 0.625rem;
}

.page-introduction-lawyer__profile-description p {
	font-size: 0.9375rem;
	line-height: 1.7;
}

.page-introduction-lawyer__detail-item {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.5rem;
	text-align: left;
}

.page-introduction-lawyer__detail-text {
	font-size: 0.9375rem;
}

.page-introduction-lawyer__divider {
	margin: 1.875rem 0;
}

.page-news {
	margin-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.page-news__item {
	flex-direction: row;
	gap: 6.25rem;
	gap: 1rem;
}

.page-news__pager {
	gap: 1.875rem;
}

.wp-pagenavi {
	gap: 1.875rem;
}

.page-price {
	padding-top: 3.75rem;
}

.page-price__content {
	gap: 1.875rem;
}

.page-price__title {
	font-size: 1.25rem;
}

.page-price__policy-header {
	padding: 1rem 1.25rem;
}

.page-price__guide-header {
	padding: 1rem 1.25rem;
}

.page-price__policy-label,
.page-price__guide-label {
	font-size: 1.5rem;
}

.page-price__policy-content,
.page-price__guide-content {
	padding: 1rem 0rem;
}

.page-price__policy-content p,
.page-price__guide-content p {
	font-size: 0.9375rem;
	line-height: 1.7;
}

.page-price__category-list {
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: center;
}

.page-price__category-item {
	flex: 1 1 calc(50% - 0.75rem);
	max-width: 12.5rem;
}

.page-price__category-name {
	font-size: 0.9375rem;
}

.page-price__category-separator {
	height: 0.0625rem;
}

.page-price__detail-section {
	padding-bottom: 1.875rem;
}

.page-price__detail-title {
	font-size: 1.25rem;
	margin-bottom: 1.125rem;
}

.page-price__detail-title {
	padding-bottom: 0.8125rem;
}

.page-price__detail-title::before {
	height: 0.1875rem;
	left: 0;
	width: 3.75rem;
}

.page-price__detail-title::after {
	height: 0.0625rem;
	left: 0.0625rem;
	width: calc(100% - 0.0625rem);
}

.page-price__detail-subtitle {
	font-size: 1.0625rem;
	margin: 1.5625rem 0 1.125rem 0;
}

.page-price__detail-row {
	flex-direction: column;
	height: auto;
	margin-bottom: 0.625rem;
}

.page-price__detail-row:last-child {
	margin-bottom: 0;
}

.page-price__detail-label {
	font-size: 0.9375rem;
	min-width: 6.25rem;
	padding: 0.625rem 0.875rem;
	width: 100%;
}

.page-price__detail-value {
	font-size: 0.9375rem;
	padding: 0.625rem 0.875rem;
}

.page-price__detail-note {
	font-size: 0.8125rem;
	margin-top: 1.125rem;
}

.page-price__detail-table {
	margin: 1.125rem 0;
}

.page-price__detail-table-cell {
	font-size: 0.9375rem;
	padding: 0.625rem 0.875rem;
}

.page-price__payment-info {
	padding: 1.875rem 0.9375rem;
}

.page-price__payment-title {
	font-size: 1.5rem;
	margin-bottom: 1.125rem;
}

.page-price__payment-text {
	font-size: 0.9375rem;
}

.page-price__section-header {
	padding: 0.75rem 1.125rem;
}

.page-price__section-title {
	font-size: 1.5rem;
}

.page-privacy {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.page-privacy__content {
	gap: 1.5rem;
}

.qa {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.page-rikon-about {
	padding-top: 3.75rem;
}

.page-rikon-about__header {
	margin-bottom: 3.125rem;
}

.page-rikon-about__title {
	font-size: 1.75rem;
}

.page-rikon-about__content {
	margin-bottom: 1.875rem;
}

.page-rikon-about__card-list {
	gap: 1.5rem;
}

.page-rikon-about__row {
	align-items: normal;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 1.5rem;
}

.page-rikon-about__row--second {
	flex-wrap: nowrap;
	gap: 1.5rem;
}

.page-rikon-about__card {
	padding: 1.5rem 1.25rem;
}

.page-rikon-about__card-arrow {
	bottom: 1.25rem;
	right: 1.25rem;
}

.page-rikon-about__card-arrow img {
	height: 0.625rem;
	width: 0.875rem;
}

.page-rikon-about__card-icon {
	margin-bottom: 1.25rem;
}

.page-rikon-about__card-icon img {
	height: 4.5rem;
	width: 4.5rem;
}

.page-rikon-about__card-title {
	font-size: 1.25rem;
	margin-bottom: 1.125rem;
}

.page-rikon-about__card-text p {
	font-size: 0.9375rem;
	margin-bottom: 0.5rem;
}

.page-rikon-about__card {
	flex: none;
	max-width: none;
	min-width: auto;
	width: 100%;
}

.page-rikon-about__row--second {
	align-items: normal;
	flex-wrap: nowrap;
	gap: 1.5rem;
	justify-content: flex-start;
}

.page-voice.voices__cards {
	grid-template-columns: 1fr;
}

.column__content p {
	font-size: 0.875rem;
}

.column__content h1 {
	font-size: 1.75rem;
}

.column__content h2 {
	font-size: 1.375rem;
	margin-top: 2.5rem;
}

.column__content h3 {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.column__content h4 {
	font-size: 1rem;
	margin-top: 2.5rem;
}

.column__content table {
	font-size: 0.875rem;
}

.news__content p {
	font-size: 0.875rem;
}

.news__content h1 {
	font-size: 1.75rem;
}

.news__content h2 {
	font-size: 1.375rem;
	margin-top: 2.5rem;
}

.news__content h3 {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.news__content h4 {
	font-size: 1rem;
	margin-top: 2.5rem;
}

.news__content table {
	font-size: 0.875rem;
}

.mv {
	height: 25rem;
	margin-top: 4.375rem;
}

.mv::after {
	height: 12.375rem;
	right: -9.375rem;
	top: 16.875rem;
	width: 20.5rem;
}

.mv__inner {
	padding-left: 0.9375rem;
}

.mv__text {
	left: 1.25rem;
	max-width: 100%;
	position: absolute;
	top: 12.1875rem;
	z-index: 10;
}

.mv__title {
	filter: drop-shadow(1px 0px 3px #fff);
	margin-bottom: 1.5rem;
}

.mv__title-line {
	align-items: baseline;
	display: flex;
	gap: 0.5rem;
}

.mv__title-main {
	font-size: 3rem;
	font-weight: 500;
}

.mv__title-highlight {
	font-weight: 500;
}

.mv__title-highlight-text {
	font-size: 2.625rem;
	font-weight: 500;
}

.mv__title-highlight-main {
	font-size: 3rem;
	font-weight: 500;
}

.mv__description {
	filter: drop-shadow(1px 0px 3px rgba(0, 0, 0, 0.3));
	font-size: 1rem;
}

.mv__images {
	display: flex;
	gap: 1rem;
	height: auto;
	justify-content: center;
	margin-top: 2rem;
	position: relative;
}

.mv__image {
	height: 23.75rem;
	margin-bottom: 0rem;
	position: relative;
	width: 17.5rem;
}

.mv__image--left {
	right: auto;
	top: 0;
}

.mv__image--right {
	right: auto;
	top: 1.875rem;
}

.features {
	padding-bottom: 2.5rem;
	padding-top: 9.375rem;
}

.features::before {
	height: 10.875rem;
	left: -3.125rem;
	top: -1.875rem;
	width: 30.75rem;
	z-index: -1;
}

.features__item {
	flex-direction: column;
	gap: 1.875rem;
	padding: 1.875rem 0;
}

.features__item-image {
	height: 15.625rem;
	width: 100%;
}

.features__item-header {
	gap: 0rem;
	margin-bottom: 1.25rem;
}

.features__item-number {
	margin-right: 0.625rem;
}

.features__item-title {
	font-size: 1.25rem;
}

.features__item-description {
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.services__inner {
	flex-direction: column;
	gap: 0;
}

.services__header {
	margin-bottom: 2.5rem;
	width: 100%;
}

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

.services__title {
	font-size: 3.75rem;
}

.services__list {
	flex: none;
	gap: 1.25rem;
}

.services__item {
	padding: 1.5rem 1.25rem;
}

.services__item-icon {
	height: 2.5rem;
	margin-bottom: 0.75rem;
	width: 2.5rem;
}

.services__item-text {
	font-size: 1rem;
}

.info-section {
	padding-top: 3.125rem;
}

.info-section::before {
	height: 12.5rem;
	right: -6.25rem;
	top: -6.25rem;
	width: 12.5rem;
	z-index: -1;
}

.info-section__inner {
	flex-direction: column;
	gap: 2.5rem;
}

.info-section__column,
.info-section__news {
	padding: 2rem 1.25rem;
}

.info-section__header {
	margin-bottom: 2rem;
}

.info-section__title {
	font-size: 2rem;
}

.info-section__list {
	margin-bottom: 2rem;
}

}

@media (max-width: 745px) {

.contact__inner {
	padding: 3.75rem 1.25rem 1.875rem 1.25rem !important;
}

.contact__inner {
	height: auto;
}

.contact__title {
	font-size: 1.75rem;
}

.contact__text {
	font-size: 0.875rem;
}

.contact__list {
	flex-direction: column;
	margin-top: 1.875rem;
}

.contact__item {
	border-left: none;
	padding: 1.5rem 1rem 3.75rem 1rem;
}

}

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

.page-first-flow__steps::before {
	height: calc(100% - 9.375rem);
	left: 3.125rem;
	top: 1.875rem;
}

}

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

.page-first-flow__steps::before {
	height: calc(100% - 9.375rem);
	left: 2.5rem;
	top: 1.875rem;
}

}

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

.accordion__trigger {
	gap: 0.3125rem;
	padding: 1rem 0rem;
}

.accordion__content {
	padding: 0 0rem;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.accordion__content.is-open {
	max-height: 37.5rem;
	padding: 0.625rem 0rem 2rem 0rem;
}

.accordion__answer-content {
	gap: 0.375rem;
}

.achievements {
	padding: 1.875rem 0;
}

.achievements__inner {
	padding: 0 0.9375rem;
}

.achievements__title::after {
	background-size: 0.625rem 0.375rem;
	height: 0.375rem;
}

.achievements__subtitle {
	margin-bottom: 0.625rem;
}

.achievements__content {
	margin-bottom: 1.25rem;
}

.achievements__list {
	gap: 1rem;
}

.achievements__card {
	padding: 1.25rem;
}

.achievements__card-header {
	gap: 0.75rem;
	margin-bottom: 1.25rem;
}

.achievements__card-icon {
	height: 3.75rem;
	width: 3.75rem;
}

.achievements__card-title-text {
	font-size: 1.125rem;
}

.achievements__card-title-sub {
	font-size: 0.75rem;
}

.achievements__card-text {
	font-size: 0.875rem;
}

.achievements__empty {
	margin: 1.25rem 0;
}

.achievements__empty-text {
	font-size: 0.875rem;
	width: 15.625rem;
}

.breadcrumb-detail__item--current {
	max-width: 7.5rem;
}

.button__arrow {
	height: 0.625rem;
	right: 1rem;
	width: 1rem;
}

.c-footer__top {
	align-items: center;
	flex-direction: column;
	gap: 1.875rem;
}

.column__sidebar {
	width: 100%;
}

.column {
	margin-bottom: 3.125rem;
}

.column__wrap {
	flex-direction: column;
	gap: 1.5rem;
}

.column__meta {
	align-items: flex-start;
	gap: 0.5rem;
}

.column__date {
	font-size: 0.875rem;
}

.column__cate {
	font-size: 0.6875rem;
	padding: 0.1875rem 0.5rem;
}

.column__title {
	font-size: 1.5rem;
}

.column__image {
	margin-top: 1rem;
}

.column__section {
	margin-bottom: 1.5625rem;
}

.column__subheading-title {
	font-size: 1.25rem;
}

.column__small-heading-title {
	font-size: 1rem;
}

.column__highlight-text::before {
	max-width: 25rem;
	width: 100%;
}

.column__heading {
	font-size: 0.9375rem;
}

.column__navigation {
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0.3125rem;
	justify-content: center;
}

.column__navigation .button {
	flex: 0 0 auto;
	margin: 0 0.5rem;
	order: 0;
}

.column__navigation .column__navigation-prev,
.column__navigation .column__navigation-next {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	order: 0;
}

.column__navigation .column__navigation-prev {
	justify-content: flex-start;
}

.column__navigation .column__navigation-next {
	justify-content: flex-end;
}

.column__navigation-text {
	font-size: 0.875rem;
}

.column__navigation-arrow img {
	height: 2.5rem;
	width: 2.5rem;
}

.contact__inner {
	padding: 3.75rem 1.25rem 1.875rem 1.25rem !important;
}

.contact::before {
	height: 5rem;
	left: 1.25rem;
	top: 0.3125rem;
	width: 15.625rem;
}

.contact__head {
	gap: 1rem;
	margin-bottom: 1.5rem;
	margin-left: 0rem;
}

.contact__title {
	font-size: 1.75rem;
	margin: 0 auto;
}

.contact__text {
	font-size: 0.875rem;
}

.contact__list {
	flex-direction: column;
	margin-top: 1.875rem;
}

.contact__item {
	border-left: none;
	padding: 1.5rem 1rem 3.75rem 1rem;
}

.contact__item:last-child {
	border-bottom: none;
}

.contact__subtitle {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.contact-button__wrap {
	font-size: 0.8125rem;
	min-width: 12.5rem;
	padding: 0.875rem 0.375rem 0.875rem 0.375rem;
}

.contact-button__text {
	font-size: 0.875rem;
}

.contact-button__text--se {
	font-size: 1.125rem;
}

.contact-button__text small {
	font-size: 0.6875rem;
}

.contact-button__arrow {
	right: 0.75rem;
	width: 0.75rem;
}

.contact-button__wrap--phone {
	padding: 0.1875rem 1.5rem 0.1875rem 1.5rem;
}

.contact-button__wrap--phone small {
	font-size: 0.625rem;
	margin-top: 0.125rem;
}

.fee__inner {
	padding: 0 0.9375rem;
}

.fee__header {
	margin-bottom: 1.25rem;
}

.fee__title {
	font-size: 1.5rem;
}

.fee__table-cell {
	font-size: 0.875rem;
	padding: 0.75rem 1rem;
}

.fee__table-cell--label {
	width: 9.375rem;
}

.news {
	margin-bottom: 3.125rem;
}

.news__header {
	margin-bottom: 1.5625rem;
}

.news__title {
	font-size: 1.5rem;
}

.news__body {
	margin-bottom: 1.5625rem;
}

.news__section {
	margin-bottom: 1.5625rem;
}

.news__subheading-title {
	font-size: 1.25rem;
}

.news__highlight-text::before {
	max-width: 25rem;
	width: 100%;
}

.plan__inner {
	padding: 0 0.9375rem;
}

.plan__header {
	margin-bottom: 1.25rem;
}

.plan__list {
	gap: 1rem;
	grid-template-columns: 1fr;
}

.plan__card {
	padding: 1.25rem;
}

.plan__card-icon {
	margin-bottom: 1rem;
}

.plan__card-icon img {
	height: 3.75rem;
	width: 3.75rem;
}

.plan__card-title {
	font-size: 0.9375rem;
}

.plan__btn-title {
	font-size: 0.9375rem;
}

.plan__btn-subtitle {
	font-size: 1.25rem;
}

.plan__btn-arrow img {
	height: 0.875rem;
	width: 1.25rem;
}

.question__wrap {
	background-position: center;
	background-size: cover;
	border-radius: 1rem;
	margin: 0;
	margin-top: 0rem;
	width: 100%;
}

.question__header {
	margin-bottom: 2.5rem;
	padding-top: 1.875rem;
}

.question__title {
	font-size: 1rem;
	margin-top: 0rem;
}

.question__arrow {
	margin-top: 0.75rem;
}

.question__arrow img {
	height: 0.6875rem;
	width: 2.1875rem;
}

.question__content {
	margin-bottom: 1.25rem;
	padding-bottom: 0.625rem;
}

.question__arrow-down {
	border-left: 1.09375rem solid transparent;
	border-right: 1.09375rem solid transparent;
	border-top: 0.6875rem solid #134D94;
	margin: 0 auto 1.25rem auto;
	margin-top: 0.625rem;
}

.question__list {
	align-items: center;
	flex-direction: column;
}

.question__list .question__column {
	max-width: 18.75rem;
	width: 100%;
}

.section-header__subtitle {
	font-size: 2.25rem;
}

.sub-mv {
	height: 23.75rem;
	margin-top: 4.375rem;
}

.sub-mv::before {
	height: 43.75rem;
	left: -18.75rem;
	top: -36.25rem;
	width: 50rem;
}

.sub-mv::after {
	height: 6.25rem;
	right: -6.25rem;
	top: 18.75rem;
	width: 25rem;
}

.sub-mv__content {
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 2.5rem;
}

.sub-mv__text {
	left: 1.25rem;
	margin-bottom: 2.5rem;
	margin-top: 0rem;
	max-width: 100%;
	position: absolute;
	text-align: left;
	top: 9.375rem;
	z-index: 10;
}

.sub-mv__title {
	margin-bottom: 1.25rem;
}

.sub-mv__title-main {
	filter: drop-shadow(1px 0px 3px #fff);
	font-size: 1.75rem;
}

.sub-mv__breadcrumb {
	font-size: 0.75rem;
	gap: 0.375rem;
}

.sub-mv__breadcrumb-separator {
	width: 1.5rem;
}

.sub-mv__images {
	display: flex;
	gap: 0.625rem;
	height: auto;
	justify-content: center;
	margin-top: 0rem;
	position: relative;
	right: auto;
	width: 100%;
}

.sub-mv__image {
	height: 16.25rem;
	position: relative;
	right: auto;
	width: 12.5rem;
}

.tab__content {
	gap: 1.25rem;
}

.tab__list {
	flex-direction: column;
	gap: 0.75rem;
}

.tab__item {
	padding: 0.5rem 0;
	width: 100%;
}

.voice-details__header {
	flex-direction: column;
	gap: 1.5rem;
	margin-bottom: 2.5rem;
	text-align: center;
}

.voice-details__icon-bg {
	height: 5rem;
	width: 5rem;
}

.voice-details__meta {
	gap: 0.375rem;
	justify-content: flex-start;
}

.voice-details__category {
	font-size: 0.8125rem;
	padding: 0 0.375rem;
}

.voice-details__demographic {
	font-size: 0.9375rem;
}

.voice-details__worries {
	padding: 1.5rem 1rem;
}

.voice-details__worries-title {
	font-size: 1.125rem;
}

.voice-details__section-title {
	font-size: 1.125rem;
	margin-bottom: 0.75rem;
}

.voice-details__section-text {
	font-size: 0.9375rem;
	padding-top: 1rem;
}

.voice-details__navigation .button .button__wrap {
	font-size: 0.75rem !important;
	min-width: 6.25rem !important;
	padding: 0.5rem 0.375rem 0.375rem 0.375rem !important;
	width: auto !important;
}

.voices::before {
	height: 7.25rem;
	left: -1.875rem;
	top: 1.25rem;
	width: 20.5rem;
	z-index: -1;
}

.voices__card {
	display: flex;
	flex-direction: column;
	padding: 1.25rem;
}

.voices__card-header {
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.voices__nav {
	height: 2.8125rem;
	width: 2.8125rem;
}

.page-about {
	padding: 2.5rem 0;
}

.page-about__header {
	margin-bottom: 2.5rem;
}

.page-about-philosophy {
	margin-bottom: 3.125rem;
}

.page-about-philosophy__content {
	flex-direction: column;
	gap: 1.875rem;
}

.page-about-philosophy__image {
	aspect-ratio: 1;
	height: auto;
	max-width: 21.875rem;
	width: 100%;
}

.page-about-philosophy__introduction {
	margin-bottom: 1.5625rem;
}

.page-about-philosophy__introduction p {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 0.75rem;
}

.page-about-philosophy__signature {
	justify-content: flex-start;
	text-align: left;
}

.page-about-philosophy__lawyer-title {
	font-size: 0.9375rem;
}

.page-about-philosophy__lawyer-name {
	font-size: 1.25rem;
}

.page-about-overview {
	margin-bottom: 3.125rem;
}

.page-about-map__map-container iframe {
	height: auto;
	width: 100%;
}

.page-about-overview__row {
	flex-direction: column;
	gap: 0.375rem;
	padding-bottom: 0.625rem;
}

.page-about-overview__label {
	border-bottom: none;
	font-weight: 500;
	padding-bottom: 0;
	width: 100%;
}

.page-about-overview__value {
	font-size: 0.875rem;
}

.page-about-lawyer__content {
	gap: 1.5625rem;
}

.page-about-lawyer__description-text {
	font-size: 1rem;
}

.page-about-lawyer__profile {
	padding: 1rem;
}

.page-about-lawyer__profile-image {
	height: 18.75rem;
	margin-bottom: 0.75rem;
	width: 18.75rem;
}

.page-about-lawyer__profile-label {
	font-size: 0.9375rem;
}

.page-about-lawyer__profile-name {
	font-size: 1.375rem;
}

.page-about-lawyer__profile-name-en {
	font-size: 1rem;
}

.page-about-lawyer__profile-name {
	font-size: 1.375rem;
}

.page-about-lawyer__profile-name-en {
	font-size: 1rem;
}

.page-area__title {
	font-size: 1.5rem;
}

.page-area__section-header {
	padding: 0.625rem 0.9375rem;
}

.page-area__section-title {
	font-size: 1.25rem;
}

.page-area__detail-title {
	font-size: 1.125rem;
}

.page-area__detail-title {
	padding-bottom: 0.8125rem;
}

.page-area__detail-title::before {
	height: 0.1875rem;
	left: 0;
	width: 3.125rem;
}

.page-area__detail-title::after {
	height: 0.0625rem;
	left: 0.0625rem;
	width: calc(100% - 0.0625rem);
}

.page-area__detail-text {
	font-size: 0.875rem;
	margin-bottom: 1rem;
}

.page-area-access::before {
	display: none;
}

.page-area-access__title {
	font-size: 1.5rem;
	margin-bottom: 1.125rem;
}

.page-area-access__description {
	margin-bottom: 1rem;
}

.page-area-access__description p {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-bottom: 0.75rem;
}

.page-area-map__map-area {
	aspect-ratio: 633/422;
	height: auto;
	width: 100%;
}

.page-area-map__map-label {
	font-size: 1.5rem;
}

.page-area-map__title {
	font-size: 1.5rem;
	margin-bottom: 1.375rem;
}

.page-area-map__address p {
	font-size: 1rem;
	line-height: 1.6;
}

.page-area-map__access p {
	font-size: 0.875rem;
	line-height: 1.6;
}

.page-first-flow {
	padding: 2.5rem 0;
}

.page-first-flow__content {
	align-items: center;
	flex-direction: column;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 0rem;
	text-align: center;
}

.page-first-flow__title-section {
	text-align: center;
	width: 100%;
}

.page-first-flow__main-content {
	gap: 1.25rem;
}

.page-first-flow__visual {
	width: 12.5rem;
}

.page-first-flow__steps {
	gap: 1.25rem;
	text-align: center;
	width: 100%;
}

.page-first-flow__steps::before {
	height: calc(100% - 9.375rem);
	left: 1.75rem;
	top: 1.875rem;
}

.page-first-flow__step-icon {
	height: 3.75rem;
	width: 3.75rem;
}

.page-introduction-lawyer__content {
	gap: 2.5rem;
}

.page-introduction-lawyer__profile {
	align-items: center;
	flex-direction: column;
	gap: 1.875rem;
	justify-content: center;
	scroll-margin-top: 8.75rem;
	text-align: center;
}

.page-introduction-lawyer__profile-image {
	height: 15.625rem;
	width: 15.625rem;
}

.page-introduction-lawyer__profile-info {
	text-align: left;
}

.page-introduction-lawyer__profile-name {
	font-size: 1.5rem;
}

.page-introduction-lawyer__profile-name-en {
	font-size: 0.9375rem;
}

.page-introduction-lawyer__profile-description p {
	font-size: 0.875rem;
	line-height: 1.7;
}

.page-introduction-lawyer__detail-item {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.5rem;
	text-align: left;
}

.page-introduction-lawyer__detail-text {
	font-size: 0.875rem;
}

.page-introduction-lawyer__divider {
	margin: 1.25rem 0;
}

.page-news__arrow {
	align-self: center;
	margin-top: 1.875rem;
}

.page-news__pager {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: center;
}

.wp-pagenavi {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: center;
}

.page-price__content {
	gap: 1.5rem;
}

.page-price__policy-header {
	padding: 0.875rem 1rem;
}

.page-price__guide-header {
	padding: 0.875rem 1rem;
}

.page-price__policy-label,
.page-price__guide-label {
	font-size: 1.25rem;
}

.page-price__policy-content,
.page-price__guide-content {
	padding: 0.875rem 0rem;
}

.page-price__policy-content p,
.page-price__guide-content p {
	font-size: 0.875rem;
	line-height: 1.7;
}

.page-price__category-list {
	align-items: center;
	flex-direction: column;
	gap: 0rem;
	justify-content: center;
}

.page-price__category-item {
	max-width: none;
	width: 100%;
}

.page-price__category-name {
	font-size: 0.875rem;
	padding-top: 0.8125rem;
}

.page-price__category-separator {
	height: 0.0625rem;
}

.page-price__detail-section {
	padding-bottom: 1.5625rem;
}

.page-price__detail-title {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.page-price__detail-title {
	padding-bottom: 0.8125rem;
}

.page-price__detail-title::before {
	height: 0.1875rem;
	left: 0;
	width: 3.125rem;
}

.page-price__detail-title::after {
	height: 0.0625rem;
	left: 0.0625rem;
	width: calc(100% - 0.0625rem);
}

.page-price__detail-subtitle {
	font-size: 1rem;
	margin: 1.25rem 0 1rem 0;
}

.page-price__detail-label {
	min-width: auto;
	padding: 0.75rem 1rem;
	width: 100%;
}

.page-price__detail-value {
	flex: none;
	font-size: 0.875rem;
	padding: 0.75rem 1rem;
	width: 100%;
}

.page-price__detail-note {
	font-size: 0.75rem;
	margin-top: 1rem;
}

.page-price__detail-table {
	margin: 1rem 0;
}

.page-price__detail-table-cell {
	font-size: 0.875rem;
	padding: 0.5rem 0.75rem;
}

.page-price__payment-info {
	padding: 1.5625rem 0.75rem;
}

.page-price__payment-title {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.page-price__payment-text {
	font-size: 0.875rem;
}

.page-price__section-header {
	padding: 0.625rem 0.9375rem;
}

.page-price__section-title {
	font-size: 1.25rem;
}

.page-privacy__section-title {
	font-size: 1.25rem;
}

.page-privacy__text {
	font-size: 0.9375rem;
}

.page-privacy__text--indent {
	padding-left: 0.75rem;
}

.page-privacy__text--large {
	font-size: 1rem;
}

.page-rikon-about__header {
	margin-bottom: 2.5rem;
}

.page-rikon-about__title {
	font-size: 1.5rem;
}

.page-rikon-about__content {
	margin-bottom: 1.25rem;
}

.page-rikon-about__card-list {
	gap: 1.25rem;
}

.page-rikon-about__row {
	align-items: normal;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 1.25rem;
}

.page-rikon-about__card {
	padding: 1.25rem 1rem;
}

.page-rikon-about__card-arrow {
	bottom: 1rem;
	right: 1rem;
}

.page-rikon-about__card-arrow img {
	height: 0.5rem;
	width: 0.75rem;
}

.page-rikon-about__card-icon {
	margin-bottom: 1rem;
}

.page-rikon-about__card-icon img {
	height: 4rem;
	width: 4rem;
}

.page-rikon-about__card-title {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.page-rikon-about__card-text p {
	font-size: 0.875rem;
	margin-bottom: 0.375rem;
}

.page-rikon-about__card {
	flex: none;
	max-width: none;
	min-width: auto;
	width: 100%;
}

.page-voice .voices__card {
	min-height: 12.5rem;
	min-width: auto;
	padding: 1.25rem;
}

.column__content time {
	font-size: 0.875rem;
}

.column__content .button__wrap {
	font-size: 0.75rem !important;
	min-width: 6.25rem !important;
	padding: 0.5rem 0.375rem 0.375rem 0.375rem !important;
}

.news__content time {
	font-size: 0.875rem;
}

.mv::before {
	height: 37.5rem;
	left: -12.5rem;
	top: -26.25rem;
	width: 25rem;
}

.mv::after {
	display: none;
}

.mv__content {
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 2.5rem;
}

.mv__text {
	left: 1.25rem;
	margin-bottom: 0rem;
	max-width: 100%;
	position: absolute;
	text-align: left;
	top: 3.75rem;
	z-index: 10;
}

.mv__title {
	margin-bottom: 0.625rem;
	margin-top: 5.9375rem;
}

.mv__title-main {
	font-size: 1.625rem;
	font-weight: 500;
}

.mv__title-highlight-text {
	font-size: 1.375rem;
	font-weight: 500;
}

.mv__title-highlight-main {
	font-size: 1.625rem;
	font-weight: 500;
}

.mv__description {
	filter: drop-shadow(1px 0px 3px rgba(0, 0, 0, 0.3));
	font-size: 0.75rem;
}

.mv__images {
	display: flex;
	gap: 0.625rem;
	height: auto;
	justify-content: center;
	margin-top: 0rem;
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
}

.mv__image {
	height: 16.25rem;
	position: relative;
	right: auto;
	top: auto;
	width: 12.5rem;
}

.mv__image--left {
	right: auto;
	top: 0;
}

.mv__image--right {
	top: 1rem;
}

.features {
	padding-bottom: 2.5rem;
	padding-top: 0.625rem;
}

.features::before {
	height: 7.25rem;
	left: -1.875rem;
	top: -1.25rem;
	width: 20.5rem;
	z-index: -1;
}

.features__item {
	gap: 1.25rem;
	padding: 1.25rem 0;
}

.features__item-image {
	height: 12.5rem;
}

.features__item-title {
	font-size: 1rem;
}

.features__item-description {
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
}

.services {
	background-position: center;
	background-size: cover;
	padding: 1.25rem 0;
}

.services__inner {
	gap: 0;
	max-width: 100%;
	width: 100%;
}

.services__header {
	margin-bottom: 1.875rem;
}

.services__title {
	font-size: 2.5rem;
}

.services__list {
	gap: 1rem;
	grid-template-columns: 1fr;
	width: 100%;
}

.services__item:nth-child(3) {
	grid-column: auto;
	justify-self: auto;
	max-width: none;
}

.services__item {
	padding: 1.25rem 1rem;
}

.services__item-icon {
	height: 2.25rem;
	margin-bottom: 0.625rem;
	width: 2.25rem;
}

.services__item-text {
	font-size: 0.8125rem;
}

.info-section::before {
	display: none;
}

.info-section__inner {
	gap: 2rem;
}

.info-section__column,
.info-section__news {
	padding: 1.5rem 1.25rem;
}

.info-section__header {
	margin-bottom: 1.5rem;
}

.info-section__title {
	font-size: 1.75rem;
}

.info-section__list {
	margin-bottom: 1.5rem;
}

}

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

.page-first-flow__steps::before {
	height: calc(100% - 15.625rem);
	left: 1.875rem;
	top: 1.875rem;
}

}

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

.page-first-flow__steps::before {
	height: calc(100% - 16.875rem);
	left: 1.875rem;
	top: 1.875rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@media (max-width: 71.625rem) {

.page-first-explanation__title {
	font-size: 1.5rem;
}

}

@media (max-width: 48rem) {

.page-first-office__content {
	flex-direction: column;
	padding-top: 0.625rem;
	text-align: center;
}

.page-first-office__text-block {
	text-align: center;
}

}

@media (max-width: 47.9375rem) {

.contact__head {
	flex-direction: column;
	gap: 0.625rem;
	text-align: center;
}

.contact__item {
	border-left: none;
	border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
}

.contact__item:first-child {
	border-top: none;
	padding-top: 0;
}

}


/*# sourceMappingURL=style.css.map */


.grecaptcha-badge { visibility: hidden; }
.u-recaptcha-policy{
	margin-bottom: 1.5rem;
	font-size:12px;
}
.u-recaptcha-policy p{
	display:block;
	text-align:center;
}
.u-recaptcha-policy a{
	text-decoration:underline;
}
.page-voice__empty{
	text-align: center;
	color: #404F62;
	font-size: 20px;
	margin: 100px auto;
	background-color: #F2F8FF;
	padding: 1.25rem;
	width: min(90%, 400px);
	border-radius: 1rem;
	font-weight: 500;	
}
@media (max-width: 768px){
	.page-voice__empty{
		margin: 30px auto 80px;
	}
}