@charset 'utf-8';

/* ---------------------------------------------------------

	鹿島台総合法律事務所
	Date: 2024.06.01

	00. リセット
	01. ベース
	02. レイアウト
	03. ヘッダー
	04. フッター
	05. モジュール
	06. トップページ
	07. About us
	08. Practice
	09. Access
	10. Contact
	11. Privacy policy

--------------------------------------------------------- */


/* ---------------------------------------------------------

	00. リセット

--------------------------------------------------------- */

/* ドキュメントの設定
---------------------------------------------------------- */
/* 1.全ブラウザ用：行の高さを揃える */
/* 2.iOS用：テキスト自動調整を停止 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* 全ブラウザ用：ボックスモデルを修正 */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* セクショニング・コンテンツの設定
---------------------------------------------------------- */
/* 全ブラウザ用：デフォルトのマージンを削除 */
body {
	margin: 0;
}

/* IE用：mainタグに対応 */
main {
	display: block;
}

/* Chrome, Firefox, Safari用：section要素とarticle要素の文脈にあるh1要素のフォントサイズとマージンを修正 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* グルーピング系コンテンツの設定
---------------------------------------------------------- */
/* 1.Firefox用：正しい高さを設定 */
/* 2.Edge, IE用：はみ出した要素を表示 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/* 1.全ブラウザ用：フォントサイズの継承とスケーリングを修正 */
/* 2.全ブラウザ用：フォントの不規則なサイズを修正 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1.0em; /* 2 */
}

/* テキスト系コンテンツの設定
---------------------------------------------------------- */
/* IE10用：アクティブリンクの背景色（グレー）を削除 */
a {
	background-color: transparent;
}

/* Chrome, Edge, IE, Opera, Safari用：正しいテキスト装飾を設定 */
abbr[title] {
	        text-decoration: underline;
	        text-decoration: underline dotted;

	-webkit-text-decoration: underline dotted;
}

/* Chrome, Edge, Safari用：正しいフォントウェイトの設定 */
b,
strong {
	font-weight: bolder;
}

/* 1.全ブラウザ用：フォントサイズの継承とスケーリングを修正 */
/* 2.全ブラウザ用：フォントの不規則なサイズを修正 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* 全ブラウザ用：正しいフォントサイズを設定 */
small {
	font-size: 80%;
}

/* 全ブラウザ用：sub要素とsup要素が行の高さに影響を与えるのを阻止 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}

/* 埋め込み系コンテンツの設定
---------------------------------------------------------- */
/* IE10用：リンクの中にあるimg要素のボーダーを取り除く */
img {
	border-style: none;
}

/* フォーム系コンテンツの設定
---------------------------------------------------------- */
/* 1.全ブラウザ用：フォントのスタイルを変更 */
/* 2.Firefox, Safari用：マージンを削除 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/* Edge, IE用：はみ出した要素を表示（inputはEdge用） */
button,
input {
	overflow: visible;
}

/* Edge, Firefox, IE用：text-transformの継承を削除（selectはFirefox用） */
button,
select {
	text-transform: none;
}

/* iOS, Safari用：クリック可能な要素をスタイルできない問題を修正 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/* Firefox用：インナーボーダーとパディングを削除 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/* 前指定のリストア：フォーカス時のスタイルを再定義 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/* Firefox用：パディングを修正 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/* 1.Edge, IE用：テキストのラッピングを修正 */
/* 2.IE用：fieldset要素からカラーが継承されないのを修正 */
/* 3.全ブラウザ用：fielset要素を取り除く時にパディングを削除 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/* Chrome, Firefox, Opera用：垂直方向の位置を修正 */
progress {
	vertical-align: baseline;
}

/* IE10+用：デフォルトの垂直方向のスクロールバーを削除 */
textarea {
	overflow: auto;
}

/* 1.IE10用：正しいボックスモデルを設定 */
/* 2.IE10用：パディングを削除 */
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/* Chrome用：増減ボタンのカーソルのスタイルを修正 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/* Chrome, Safari用：不規則な外観を修正 */
[type='search'] {
	-webkit-appearance: textfield; /* Chrome, Safari用 */
	outline-offset: -2px; /* Safari用 */
}

/* macOSのChrome, Safari用：内側のパディングを削除 */
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* 1.iOS, Safari用：クリック可能な要素がスタイルできない問題を修正 */
/* 2.Safari用：フォントプロパティの変更 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* インタラクティブ系の設定
---------------------------------------------------------- */
/* Edge, IE10+, Firefox用：正しい表示方法を設定 */
details {
	display: block;
}

/* 全ブラウザ用：正しい表示方法を設定 */
summary {
	display: list-item;
}

/* IE用：非表示に設定 */
template,
/* IE10+用 */
[hidden] {
	/* IE10用 */
	display: none;
}

/* その他、独自設定
---------------------------------------------------------- */
/* 全ブラウザ用：マージンのリセット */
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li {
	margin: 0;
}

/* 全ブラウザ用：パディングのリセット */
ol,
ul {
	padding: 0;
}

/* 全ブラウザ用：リストスタイル調整 */
dl,
menu,
ol,
ul {
	list-style-type: none;
	margin: 0;
}

/* 全ブラウザ用：画像関連調整 */
figure {
	margin: 0;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

/* 全ブラウザ用：テーブルのスペース調整 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ---------------------------------------------------------

	01. ベース

--------------------------------------------------------- */
html {
	color: var(--color-text-default);
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-size: 0.625rem;
	font-weight: 400;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
html.is-open_menu {
	height: 100%;
	overflow: hidden;
}

body {
	background-color: var(--color-bg-default);
	font-size: 1.4rem;
	height: 100%;
}

a {
	color: var(--color-button-primary);
	text-decoration: underline;
	text-underline-offset: 0.5em;
}

:root {
	--color-bg-default: #fff;
	--color-bg-accent: #efefef;
	--color-text-default: #525359;
	--color-text-dark: #0a0205;
	--color-button-primary: #2a5070;
	--color-button-hover: #e76c28;
	--height-header: 7.4rem;
}

/*===============================================
	ベース：768px以上
===============================================*/
@media (min-width:768px) {
	:root {
		--height-header: 8.6rem;
	}
}

/*===============================================
	ベース：マウスホバー
===============================================*/
@media (any-hover: hover) {
	a {
		transition: color 0.3s, text-decoration-color 0.3s;
	}
	a:hover {
		color: var(--color-button-hover);
		text-decoration-color: transparent;
	}
}



/* ---------------------------------------------------------

	02. レイアウト

--------------------------------------------------------- */
.layout_wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
	padding-top: var(--height-header);
	position: relative;
	width: 100%;
}

.layout_container {
	margin-inline: auto;
	max-width: calc(100rem + 3em);
	padding-inline: 1.5em;
	position: relative;
	width: 100%;
}

.layout_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.layout_main {
	flex: 1;
	min-height: 0;
	padding: 0.4rem 2.4rem 6.5em;
	position: relative;
}
.layout_main::before {
	content: '';
	background-color: var(--color-bg-accent);
	height: 300%;
	position: absolute;
	top: -50%;
	right: calc(100% - 2rem);
	width: 100vw;
	z-index: -1;
}
.layout_main::after {
	content: 'KASHIMADAI ASSOCIATES';
	font-size: 0.8rem;
	letter-spacing: 0.5em;
	position: fixed;
	top: 50%;
	right: 100%;
	rotate: 180deg;
	transform-origin: right center;
	translate: 50% -50%;
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.layout_section {
	padding-inline: 2rem;
}
.js-intersection + .js-intersection .layout_section {
	margin-top: 5em;
}

.layout_footer {
	padding-bottom: 2.75em;
	position: relative;
}

/*===============================================
	レイアウト：768px未満
===============================================*/
@media (max-width:767px) {
	.layout_only_pc {
		display: none;
	}
}

/*===============================================
	レイアウト：768px以上
===============================================*/
@media (min-width:768px) {
	.layout_wrapper {
		min-width: 140rem;
		padding-top: 0;
	}

	.layout_header {
		position: static;
	}

	.layout_main {
		margin-inline: auto;
		padding: 0.4rem 15rem 17.5em;
		width: 140rem;
	}
	.layout_main::before {
		right: calc(100% - 14.6rem);
	}
	.layout_main::after {
		font-size: 1.2rem;
		letter-spacing: 0.45em;
		position: absolute;
		top: 68rem;
		translate: 6.875rem -50%;
	}

	.layout_section {
		padding-inline: 10rem;
	}
	.js-intersection + .js-intersection .layout_section {
		margin-top: 6.5em;
	}

	.layout_footer {
		padding-bottom: 0;
	}

	.layout_only_sp {
		display: none;
	}
}

/*===============================================
	レイアウト：1400px以上
===============================================*/
@media (min-width:1400px) {
	.layout_main::after {
		position: fixed;
		top: 50%;
		right: 50%;
		translate: -63rem -50%;
	}
}



/* ---------------------------------------------------------

	03. ヘッダー

--------------------------------------------------------- */
.header_wrap {
	background-color: var(--color-bg-accent);
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: var(--height-header);
	padding-inline: 2rem;
}

.header_logo {
	flex: 0 0 25.7rem;
}
.header_logo a {
	display: block;
	text-decoration: none;
}

.header_switch {
	display: block;
	flex: 0 0 1.8rem;
	height: 1.6rem;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 1.8rem;
	z-index: 2;
}
.header_switch::before,
.header_switch::after,
.header_switch span::before,
.header_switch span::after {
	content: '';
	background-color: var(--color-button-primary);
	height: 0.2rem;
	position: absolute;
	top: 0.7rem;
	left: 0;
	transform-origin: center;
	transition: background-color 0.2s, opacity 0.2s, rotate 0.2s;
	width: 1.8rem;
}
.header_switch::before {
	top: 0;
}
.header_switch::after {
	top: 1.4rem;
}
.header_switch.is-open::before,
.header_switch.is-open::after {
	opacity: 0;
}
.header_switch.is-open span::before {
	background-color: #fff;
	rotate: -45deg;
}
.header_switch.is-open span::after {
	background-color: #fff;
	rotate: 45deg;
}

.header_menu {
	background-color: #264d6d;
	height: 100dvh;
	opacity: 0;
	overflow-y: auto;
	padding-bottom: 2em;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	transition: opacity 0.2s;
	width: 100vw;
	z-index: 1;
}
.header_menu.is-show {
	opacity: 1;
	pointer-events: auto;
}

.header_menu_logo {
	display: grid;
	align-content: center;
	height: var(--height-header);
	margin-bottom: 3.5em;
	padding-inline: 2rem;
}

.header_menu_list {
	display: grid;
	gap: 3em;
	margin-inline: auto;
	max-width: 21.5rem;
}
.header_menu_list a {
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
	text-decoration: none;
}
.header_menu_list a::after {
	content: '';
	background-color: #fff;
	display: block;
	height: 0.5em;
	mask: url(../img/common/icon_arrow_menu.svg) center/contain no-repeat;
	width: 2em;
}

.header_menu_lower {
	display: grid;
	gap: 1.5em;
	margin-top: 2.5em;
	padding-left: 1.25em;
}
.header_menu_small a {
	font-size: 1.6rem;
}
.header_menu_small a::after {
	height: 0.75em;
	width: 3em;
}

/*===============================================
	ヘッダー：768px以上
===============================================*/
@media (min-width:768px) {
	.header_wrap {
		padding-inline: 7rem;
	}

	.header_logo {
		flex-basis: 33.3rem;
	}

	.header_switch {
		display: none;
	}

	.header_menu {
		background-color: transparent;
		height: auto;
		margin-left: auto;
		opacity: 1;
		overflow-y: inherit;
		padding-block: 0;
		pointer-events: auto;
		position: static;
		transition: none;
		width: auto;
	}

	.header_menu_logo {
		display: none;
	}

	.header_menu_list {
		display: flex;
		gap: 2.75em;
		margin: 0 auto;
		max-width: inherit;
	}
	.header_menu_list li {
		border-bottom: none;
	}
	.header_menu_list a {
		color: var(--color-button-primary);
		display: block;
		font-size: 1.8rem;
		padding: 0.3em 0.86em 0.38em;
	}
	.header_menu_list a::after {
		display: none;
	}
	.header_menu_list a.is-current {
		background-color: var(--color-button-hover);
		color: #fff;
		pointer-events: none;
	}

	.header_menu_lower,
	.header_menu_small {
		display: none;
	}
}

/*===============================================
	ヘッダー：マウスホバー
===============================================*/
@media (any-hover: hover) {
	.header_logo a {
		transition: opacity 0.3s;
	}
	.header_logo a:hover {
		opacity: 0.75;
	}

	.header_menu a {
		transition: background-color 0.3s;
	}
	.header_menu a:hover {
		background-color: #fff;
	}
}



/* ---------------------------------------------------------

	04. フッター

--------------------------------------------------------- */
.footer_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer_menu {
	background-color: var(--color-bg-accent);
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	padding: 1.1em 2em;
}

.footer_privacy {
	display: none;
}

.footer_copyright {
	font-size: 1rem;
}

.footer_logo {
	display: none;
}

.footer_pagetop {
	display: none;
}

/*===============================================
	フッター：768px以上
===============================================*/
@media (min-width:768px) {
	.footer_menu {
		display: flex;
		align-items: center;
		gap: 2em;
		padding-left: 7rem;
	}

	.footer_privacy {
		display: inherit;
	}
	.footer_privacy a {
		font-size: 1.2rem;
		font-weight: 700;
		text-decoration: none;
	}

	.footer_logo {
		display: block;
	}
	.footer_logo a {
		background-color: #8d8e93;
		display: grid;
		place-content: center;
		height: 15rem;
		width: 15rem;
	}

	.footer_pagetop {
		appearance: none;
		background: var(--color-bg-accent) url(../img/common/icon_arrow_menu.svg) center/4.4rem auto no-repeat;
		border: none;
		cursor: pointer;
		display: grid;
		place-content: center;
		height: 8rem;
		opacity: 0;
		overflow: hidden;
		padding: 0;
		pointer-events: none;
		position: fixed;
		right: 7rem;
		bottom: 8rem;
		rotate: -90deg;
		text-indent: 100%;
		transition: opacity 0.3s;
		white-space: nowrap;
		width: 8rem;
	}
	.footer_pagetop.is-show {
		opacity: 1;
		pointer-events: auto;
	}
	.footer_pagetop.is-fixed {
		position: absolute;
		bottom: 23rem;
	}
}

/*===============================================
	フッター：マウスホバー
===============================================*/
@media (any-hover: hover) {
	.footer_logo a {
		transition: filter 0.3s;
	}
	.footer_logo a:hover {
		filter: brightness(1.2);
	}

	.footer_pagetop {
		transition: background-color 0.3s, opacity 0.3s;
	}
	.footer_pagetop:hover {
		background-color: var(--color-button-hover);
	}
}



/* ---------------------------------------------------------

	05. モジュール

--------------------------------------------------------- */

/* モジュール：スクロール発火アニメーション
--------------------------------------------------------- */
.js-intersection {
	opacity: 0;
	translate: 0 5rem;
	transition: opacity 0.5s, translate 0.5s;
	transition-timing-function: ease-in-out;
}
.js-intersection.is-show {
	opacity: 1;
	translate: none;
}

/* モジュール：下層ページMV
--------------------------------------------------------- */
.module_image_mv {
	display: block;
	height: 17rem;
	margin-right: -2.4rem;
}
.module_image_mv img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/*===============================================
	モジュール：下層ページMV：768px以上
===============================================*/
@media (min-width:768px) {
	.module_image_mv {
		height: 27rem;
		margin-right: 0;
	}
}

/* モジュール：パンくずリスト
--------------------------------------------------------- */
.module_breadcrumb {
	display: flex;
	gap: 0.5em;
	margin-block: 1.75em 4em;
}
.module_breadcrumb li:not(:first-child)::before {
	content: '／';
	color: var(--color-text-dark);
	font-size: 0.9em;
	font-weight: 900;
	margin-right: 0.5em;
}

/*===============================================
	モジュール：パンくずリスト：768px以上
===============================================*/
@media (min-width:768px) {
	.module_breadcrumb {
		margin-bottom: 6em;
	}
}

/* モジュール：ページ見出し
--------------------------------------------------------- */
.module_title_page {
	color: var(--color-text-dark);
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 1.6em;
	position: relative;
}
.module_title_page::after {
	content: '';
	background-color: #616267;
	height: 1px;
	position: absolute;
	bottom: 0.05em;
	left: 0;
	width: 100%;
	z-index: -1;
}
.module_title_page small {
	font-size: 1.6rem;
	margin-left: 1em;
}

/*===============================================
	モジュール：ページ見出し：768px以上
===============================================*/
@media (min-width:768px) {
	.module_title_page {
		font-size: 5rem;
		margin-bottom: 1.75em;
	}
	.module_title_page small {
		font-size: 2.4rem;
		margin-left: 1.25em;
	}
}

/* モジュール：テキスト類
--------------------------------------------------------- */
:where(.layout_section) p {
	font-feature-settings: 'palt';
	line-height: 2;
}
:where(.layout_section) * + p,
:where(.layout_section) * + ol,
:where(.layout_section) * + ul {
	margin-top: 2em;
}

:where(.layout_section) li {
	font-feature-settings: 'palt';
	line-height: 2;
}
:where(.layout_section) ol {
	list-style: decimal;
	padding-left: 1.25em;
}
:where(.layout_section) ol > li + li {
	margin-top: 2em;
}

/* モジュール：プロフィールリスト
--------------------------------------------------------- */
.module_title_profile {
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	margin-bottom: 1.75em;
}

.module_about_menu_wrap {
	margin-inline: auto;
	width: fit-content;
}
.module_about_menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 3.5em;
}
.module_about_menu_item a {
	display: block;
	text-decoration: none;
}
.module_about_menu_name {
	display: flex;
	align-items: flex-end;
	gap: 2em;
	margin-top: 1em;
}
.module_about_menu_name::after {
	content: '';
	background: url(../img/common/icon_arrow_menu.svg) center/contain no-repeat;
	height: 1em;
	width: 2.75em;
}
.module_about_menu_jp {
	color: #264d6d;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.03em;
}
.module_about_menu_en {
	color: var(--color-button-hover);
	font-size: 1.4rem;
	font-weight: 400;
	margin-right: auto;
}

/*===============================================
	モジュール：プロフィールリスト：768px以上
===============================================*/
@media (min-width:768px) {
	.module_about_menu {
		flex-direction: row;
		gap: 7rem;
	}
	.module_about_menu_item {
		flex-basis: 41.5rem;
	}

	.module_about_menu_single .module_title_profile {
		margin-inline: auto;
		max-width: 41.5rem;
	}
	.module_about_menu_single .module_about_menu_image img {
		height: 24.5rem;
		object-fit: cover;
		object-position: center top;
	}
}

/*===============================================
	モジュール：プロフィールリスト：マウスホバー
===============================================*/
@media (any-hover: hover) {
	.module_about_menu_item a {
		transition: opacity 0.3s;
	}
	.module_about_menu_item a:hover {
		opacity: 0.75;
	}
}



/* ---------------------------------------------------------

	06. トップページ

--------------------------------------------------------- */

/* トップページ：独自設定
--------------------------------------------------------- */
#page_home .layout_wrapper {
	height: 100svh;
	min-height: auto;
}

#page_home .layout_main {
	margin-inline: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#page_home .layout_main::after {
	display: none;
}

#page_home .layout_footer {
	padding: 0;
	position: absolute;
	bottom: 3.5rem;
	left: 0;
}
#page_home .footer_logo {
	display: none;
}

.header_logo_home {
	background-color: var(--color-bg-default);
	display: grid;
	place-content: center;
	height: 16.6rem;
	position: absolute;
	top: 4.4rem;
	left: 0;
	width: 16.6rem;
}

/*===============================================
	トップページ：独自設定：768px以上
===============================================*/
@media (min-width:768px) {
	#page_home .layout_wrapper {
		height: 100vh;
		min-height: 75rem;
	}

	#page_home .layout_main {
		width: auto;
	}

	#page_home .layout_footer {
		bottom: 5rem;
	}

	.header_logo_home {
		height: 16rem;
		position: absolute;
		top: min(15%, 18rem);
		width: 38.5rem;
	}
}

/* トップページ：メインビジュアル
--------------------------------------------------------- */
.home_mv_wrap {
	height: 100%;
	position: relative;
}

.home_mv_copy {
	display: grid;
	place-content: center;
	margin: auto;
	padding-bottom: 5%;
	position: absolute;
	inset: 0;
}

.home_mv_video {
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	width: 100%;
}

/*===============================================
	トップページ：メインビジュアル：768px以上
===============================================*/
@media (min-width:768px) {
	.home_mv_wrap {
		height: 100%;
		position: relative;
	}

	.home_mv_copy {
		display: block;
		padding-bottom: 0;
		position: absolute;
		inset: auto;
		top: min(32%, 32rem);
		left: -9rem;
	}

	.home_mv_video {
		height: 100%;
		object-fit: cover;
		object-position: center bottom;
		width: 100%;
	}
}



/* ---------------------------------------------------------

	07. About us

--------------------------------------------------------- */

/* About us：プロフィールページ
--------------------------------------------------------- */
.profile_name {
	margin-top: 2em;
}
.profile_name_jp {
	color: #244e6d;
	font-size: 3.2rem;
	font-weight: 400;
	letter-spacing: 0.03em;
}
.profile_name_en {
	color: var(--color-button-hover);
	font-size: 1.2rem;
	margin-top: 0.25em;
}

.profile_license {
	font-weight: 700;
}

.profile_career {
	border-left: 1px solid #616267;
	padding-left: 2.25em;
}
.profile_career_title {
	color: var(--color-button-hover);
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: 1.5em;
}
.profile_career_list {
	display: grid;
	gap: 2em;
}

.profile_book_title {
	color: #264d6d;
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: 1.5em;
}
.profile_book_list ul {
	display: grid;
	gap: 2em;
}
.profile_book_info {
	display: block;
}

/*===============================================
	About us：プロフィールページ：768px以上
===============================================*/
@media (min-width:768px) {
	.profile_2column {
		overflow: hidden;
	}

	.profile_photo {
		float: left;
		margin-right: 5.9rem;
		margin-bottom: 3.5rem;
		width: 42rem;
	}

	.profile_name {
		margin-top: 0;
	}

	.profile_text {
		line-height: 2.3;
		text-align: justify;
	}

	.profile_career {
		padding-left: 3.5em;
	}
	.profile_career_title {
		margin-bottom: 2em;
	}

	.profile_book_title {
		margin-bottom: 2em;
	}
	.profile_book_list ul {
		gap: 0.4em;
	}
	.profile_book_info {
		display: inline;
		margin-left: 2em;
	}
}



/* ---------------------------------------------------------

	08. Practice

--------------------------------------------------------- */
#page_practice .module_image_mv {
	background-color: #c1ced7;
}
#page_practice .module_image_mv img {
	object-fit: contain;
}

.practice_list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
	gap: 1.25rem 1.75rem;
	margin-inline: auto;
	max-width: 91.5%;
}
.practice_list li {
	background-color: #264d6d;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	padding: 0.5em 0.5em 0.7em;
	text-align: center;
}
.practice_list sup {
	color: #f6ff01;
	font-size: 0.65em;
}

.practice_note {
	font-size: 1.2rem;
	text-align: right;
}
.practice_note span {
	color: var(--color-button-hover);
}

/*===============================================
	Practice：768px以上
===============================================*/
@media (min-width:768px) {
	.practice_list {
		gap: 4rem 4.5rem;
		max-width: inherit;
	}
	.practice_list li {
		font-size: 1.8rem;
	}
}



/* ---------------------------------------------------------

	09. Access

--------------------------------------------------------- */
.access_route {
	border-left: 1px solid #616267;
	margin-top: 3em;
	padding-left: 2.25em;
}

.access_map {
	height: 30rem;
	width: 100%;
}

/*===============================================
	Access：768px以上
===============================================*/
@media (min-width:768px) {
	.access_map {
		height: 53rem;
	}
}



/* ---------------------------------------------------------

	10. Contact

--------------------------------------------------------- */

/* Contact：共通設定＋入力ページ
--------------------------------------------------------- */
.contact_note {
	margin-bottom: 1em;
	text-align: right;
}
.contact_note i {
	color: var(--color-button-hover);
}

.contact_form_list ::placeholder {
	color: #bababa;
}

.contact_form_title {
	align-items: start;
	justify-self: end;
}
.contact_form_title:not(:first-child) {
	margin-top: 1.25em;
}
.contact_form_data {
	display: grid;
	gap: 0.75em;
	margin-top: 0.5em;
}

.contact_form_input,
.contact_form_select,
.contact_form_textarea {
	background-color: #fcfcfc;
	border: 0.1rem solid #d1d1d1;
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 0.5em;
	width: 100%;
}
.contact_form_min {
	max-width: 22rem;
}
.contact_form_input:not(.contact_form_max):not(.contact_form_min) {
	max-width: 46.7rem;
}
.contact_form_select_wrap {
	position: relative;
	width: fit-content;
}
.contact_form_select_wrap::after {
	content: '';
	background-color: #8d8e93;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	height: 0.6em;
	position: absolute;
	top: 50%;
	right: 1em;
	translate: 0 -50%;
	width: 0.8em;
}
.contact_form_select {
	appearance: none;
	border-radius: 0;
	color: var(--color-text-default);
	max-width: 100%;
	position: relative;
	width: 22rem;
}
.contact_form_textarea {
	height: 22rem;
	line-height: 1.6;
	resize: none;
}
.contact_form_checkbox {
	appearance: none;
	background-color: #fcfcfc;
	border: 0.1rem solid #d1d1d1;
	border-radius: 0;
	height: 2em;
	margin-right: 0.5em;
	position: relative;
	width: 2em;
}
.contact_form_checkbox:checked:after {
	content: '';
	background: url(../img/common/icon_check.svg) center/80% auto no-repeat;
	margin: auto;
	position: absolute;
	inset: 0;
}

.contact_form_required::after {
	content: '★';
	color: var(--color-button-hover);
	margin-left: 0.125em;
}

.contact_privacy {
	font-weight: 700;
	margin-top: 3.5em;
	text-align: center;
}
.contact_privacy_check {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3.5em;
}

.contact_form_button_wrap {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	gap: 1.5em;
	margin-top: 4em;
}
.contact_form_button {
	border: none;
	color: #fff;
	cursor: pointer;
	display: grid;
	place-content: center;
	font-size: 2rem;
	height: 7rem;
	max-width: 31rem;
	position: relative;
	width: 100%;
}
.contact_form_button::after {
	content: '';
	background-color: #fff;
	display: block;
	height: 1em;
	mask: url(../img/common/icon_arrow_menu.svg) center/contain no-repeat;
	position: absolute;
	top: 50%;
	right: 1.5em;
	translate: 0 -60%;
	width: 2.25em;
}
.contact_form_submit {
	background-color: var(--color-button-primary);
}
.contact_form_back {
	background-color: #888;
}
.contact_form_back::after {
	right: auto;
	left: 1.5em;
	scale: -1 1;
}

/*===============================================
	Contact：共通設定＋入力ページ：768px以上
===============================================*/
@media (min-width:768px) {
	.contact_form_list {
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 1.25em;
	}
	.contact_form_title {
		padding-top: 0.75em;
	}
	.contact_form_title:not(:first-child),
	.contact_form_data {
		margin-top: 0;
	}

	.contact_privacy {
		font-size: 1.6rem;
		margin-top: 7em;
	}

	.contact_form_button_wrap {
		flex-direction: row;
		justify-content: center;
		margin-top: 7em;
	}
}

/*===============================================
	Contact：共通設定＋入力ページ：マウスホバー
===============================================*/
@media (any-hover: hover) {
	.contact_form_button {
		transition: background-color 0.3s;
	}
	.contact_form_button:hover {
		background-color: var(--color-button-hover);
	}
}

/* Contact：確認ページ
--------------------------------------------------------- */
.confirm_lead {
	margin-bottom: 3em;
	text-align: center;
}
.confirm_form_list .contact_form_data {
	border-bottom: 0.1rem solid #dedede;
	margin-top: 0.75em;
	padding-bottom: 1.25em;
}

.confirm_error_title {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}
.confirm_error_box {
	border-top: 0.1rem dotted #aaa;
	color: #f00;
	display: grid;
	place-content: center;
	margin-inline: auto;
	margin-top: 3em;
	padding-inline: 1em;
	padding-top: 3em;
	width: fit-content;
}

/*===============================================
	Contact：確認ページ：768px以上
===============================================*/
@media (min-width:768px) {
	.confirm_lead {
		margin-bottom: 5em;
	}
	.confirm_form_list {
		gap: 1.75em;
	}
	.confirm_form_list .contact_form_title {
		padding-top: 0;
	}
	.confirm_form_list .contact_form_data {
		margin-top: 0;
		padding-bottom: 1.75em;
	}
}

/* Contact：完了ページ
--------------------------------------------------------- */
.thanks_text {
	font-size: 2rem;
	line-height: 2.75;
	margin-bottom: 3em;
	text-align: center;
}

/*===============================================
	Contact：完了ページ：768px以上
===============================================*/
@media (min-width:768px) {
	.thanks_text {
		font-size: 3.2rem;
		line-height: 2.5;
	}
}



/* ---------------------------------------------------------

	11. Privacy policy

--------------------------------------------------------- */
.privacy_title {
	color: var(--color-button-hover);
	display: grid;
	justify-items: center;
	gap: 0.75em;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 2.5em;
}

.privacy_list li {
	font-feature-settings: normal;
	padding-left: 1em;
	text-indent: -1em;
}
.privacy_list li::before {
	content: '・';
}

.privacy_dl {
	margin-top: 2em;
}
.privacy_dl dt:not(:first-child) {
	margin-top: 1em;
}

/*===============================================
	Privacy policy：768px以上
===============================================*/
@media (min-width:768px) {
	.privacy_title {
		grid-template-columns: auto 1fr;
		justify-items: start;
		gap: 1em;
		font-size: 2.4rem;
	}
}
