/* base */
@charset "utf-8";

/* CSS Document */

/* タイトルスタイル（全ページ共通） */
.section__title .title__lang {
	display: block;
}

.section__title .title__lang--en {
	color: #e07f81;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.section__title .title__lang--jp {
	font-size: 2.3rem;
	font-weight: 500;
}

.section__title .title--center {
	text-align: center;
}

.section__title .title--left .title__lang--en {
	margin-bottom: 10px;
}

html {
	scroll-behavior: smooth;
}

.hero {
	background: #FFFFFF;
	position: relative;
}

.hero__container {
	aspect-ratio: 529 / 543;
}

.hero__image {
	position: relative;
	height: 100%;
	width: 100%;
}

.hero__mask {
	bottom: 0;
	position: absolute;
	width: 100%;
}

h1.tittle {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	font-weight: 500;
	font-size: 3.2rem;
	text-align: center;
	text-shadow: 0 0 4px #3b3b3b,
		0 0 8px #3b3b3b,
		0 0 12px #3b3b3b;
	width: 100%;
}

/* メニューコンテナ：３列グリッド */
.menu-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	font-weight: bold;
	font-size: 90%;
}

/* 各メニューアイテム */
.menu-item {
	background-color: #f7eef1;
	border-radius: 8px;
	padding: 10px 15px 28px;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: background-color .2s;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.menu-item:hover {
	background-color: #eedae0;
}

/* タイトル */
.menu-item__title {
	margin: 0;
	color: #191e1f;
	line-height: 1.4;
	font-weight: 500;
}

/* 矢印（下向き）を背景画像で配置 */
.menu-item::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 16px;
	height: 8px;
	background: url("../../images/policy/arrow.png") no-repeat center;
	background-size: contain;
	pointer-events: none;
}

/* リンク領域を枠全体に拡大 */
.menu-item a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt50 {
	margin-top: 50px;
}

.pt20 {
	padding-top: 20px !important;
}

.section-title {
	text-align: left;
	margin: 20px 0;
}

.section-title__heading {
	display: flex;
	align-items: flex-start;
	font-size: 1.95rem;
	font-weight: 500;
	color: #333;
	border-bottom: 1px dotted #ccc;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.section-title__icon {
	flex: 0 0 0.8em;
	width: 14px;
	height: 14px;
	background-image: url("../../images/policy/tt_icon.png'");
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	vertical-align: text-top;
	margin-top: 10px;
	margin-right: 8px;
}

/* パンくずナビ全体 */
.breadcrumb {
	display: inline-flex;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #cccccc;
	/* 下のライン */
	margin-bottom: 24px;
	width: 100%;
}

/* リストリセット */
.breadcrumb ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb li {
	display: flex;
	align-items: center;
}

/* セパレータ */
.breadcrumb li+li::before {
	content: "―";
	margin: 0 8px;
	color: #bbbbbb;
}

/* リンク */
.breadcrumb a {
	color: #bbbbbb;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/* 現在ページ */
.breadcrumb .current {
	color: #e07f81;
	font-weight: bold;
}

.google-map-link {
	display: inline-flex;
	align-items: center;
	color: #e07f81;
	/* テキスト＆線の色 */
	font-size: 1.25rem;
	/* お好みで調整 */
	text-decoration: none;
	border-bottom: 2px solid;
	/* 下線 */
	border-color: currentColor;
	/* テキストと同じ色に */
	padding-bottom: 4px;
	/* 下線との余白 */
}

.maplink_icon {
	display: inline-block;
	width: 1.25em;
	height: 1.25em;
	margin-left: 0.5em;
	background-image: url("../../images/policy/link.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
}

/* care */
/* Logo switching for dual-logo header */
.header__logo-img--normal {
	display: none;
}

.header__logo.is-visible .header__logo-img--white {
	display: none;
}

.header__logo.is-visible .header__logo-img--normal {
	display: block;
}

/* 見出し */
.instructions-section__header {
	background-color: #e07f81;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 24px;
	height: 36px;
	line-height: 36px;
}

/* リストリセット */
.instructions-list {
	list-style: none;
	font-size: 110%;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

/* 各項目 */
.instructions-list__item {
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

/* 既存の間の線はそのまま */
.instructions-list__item:not(:last-child) {
	border-bottom: 1px dotted #ccc;
}

/* さらに最後の要素にも同じ線を追加 */
.instructions-list__item:last-child {
	border-bottom: 1px dotted #ccc;
}

/* 左端の● */
.instructions-list__bullet {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #e07f81;
	border-radius: 50%;
	margin-right: 8px;
	vertical-align: middle;
}

/* 氏名＋ふりがな */
.instructions-list__title {
	font-weight: 500;
	font-size: 14px;
}

/* Plain list item text */
.instructions-list__text {
	font-size: 14px;
}

/* 役職 */
.instructions-list__body {
	display: block;
	font-size: 14px;
}

/* Timeline styles */
.flow_schedule {
	padding: 44px 0px 80px;
}

/* タイムライン本体 */
.flow__list_schedule {
	position: relative;
	margin-bottom: 50px;
}

/* 縦ライン（中央寄り左に表示） */
.flow__list_schedule::before {
	content: "";
	position: absolute;
	left: 39px;
	/* バッジの右端に合わせる */
	top: 20px;
	bottom: 105px;
	width: 2px;
	background: #e07f81;
}

@media (min-width: 640px) {
	.flow__list_schedule::before {
		bottom: 130px;
	}
}

/* 各行 */
.flow__item_schedule {
	display: grid;
	grid-template-columns: 90px 1fr;
}

/* ステップ丸角バッジ */
.flow__step_schedule {
	display: inline-grid;
	place-items: center;
	border-radius: 10px;
	background: #e07f81;
	color: #fff;
	align-self: start;
	z-index: 1;
	line-height: 1;

	width: 84px;
	height: 32px;

	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-size: 19px;

	box-shadow: 0 -5px 0 white, 0 5px 0 white;
}

/* 各項目の内容 */
.flow__body_schedule {
	/* padding: 7px 16px; */
	padding-left: 24px;
	margin-bottom: 40px;
}

.flow__title_schedule {
	margin-bottom: 8px;
	color: #e07f81;
	font-weight: 500;
	font-size: 17px;
}

.schedule_link_label {
	display: inline-block;
	margin-top: 24px;
	border-bottom: 1px solid #e07f81;
}

.schedule_arrow-icon {
	margin-left: auto;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../../images/policy/arrow_r.png") no-repeat center center;
	background-size: contain;
}

.schedule-text {
	letter-spacing: 0.08em;
	line-height: 1.8;
}

/* Section title heading */
.section-title__heading {
	font-size: 17px;
	padding-bottom: 16px;
	margin-bottom: 24px;
}

/* Instructions list items */
.instructions-list__items {
	padding: 0 0 16px;
}

/* Text indent hanging utility */
.text-indent-hanging {
	text-indent: -1em;
	padding-left: 1em;
}

/* Styled link with underline */
.link-styled {
	border-bottom: 1px solid #e07f81;
	padding-bottom: 4px;
}

h1.tittle {
	font-size: 27px;
}

[data-page=top] .section__title .title__lang--jp {
	font-size: 23px;
}

.menu-grid {
	grid-template-columns: repeat(3, 105px);
	gap: 10px;
}

.menu-item {
	font-size: 12px;
	height: 65px;
	width: 105px;
	padding-left: 0;
	padding-right: 0;
}

span {}