			* {
				box-sizing: border-box;
			}

			html, body {
				width: 100%;
				height: 100%;
				overflow: auto;
				margin: 0;
				padding: 0;
				
				-ms-overflow-style: none;
				scrollbar-width: none;
			}

			.page {
				overflow-x: hidden;
				overflow-y: auto;
				/*height: 100%;*/
				height: auto;
				-ms-overflow-style: none;
				scrollbar-width: none;
			}
			.page::-webkit-scrollbar {
				display: none;
			}

			.slide {
				position: -webkit-sticky;
				position: sticky;
				top: 0;
				height: auto;
				display: flex;
				justify-content: center;
				align-items: center;
				letter-spacing: 0.2em;
				color: white;
				background-size: cover;
				background-position: center;
			}
			section {
				width: 100%;
				position: relative;
			}


			/* +++++++++++++++++++++++++++++ */
			.top-section{
				position: relative;
				height: 488px;
				overflow: hidden; /* はみ出し防止 */
			}

			.top-section .top-bg{
				position: absolute;
				width: 100%;
				height: 100%;
				object-fit: cover;
				/*
				z-index: 0;
				max-width: none;
				border: none;
				top: -10%;
				left: -7%;
				*/
			}

			/* グラデーションは上に重ねる */
			.top-section::after{
				content:"";
				position:absolute;
				inset:0;
				/*
				background: linear-gradient(270deg,
					rgba(0,0,0,.2) 0.02%,
					rgba(0,0,0,.41) 27.51%,
					rgba(0,0,0,.5) 50.66%,
					#000 94.1%);
				*/
				z-index: 1;
			}


			.top-section-inner {
				position: relative;
				padding: 170px 118px 130px 118px;
				z-index:2;
			}


			.top-title {
				color: #fff;
				font-family: Satoshi;
				font-weight: 500;
				font-style: Medium;
				font-size: 80px;
				leading-trim: NONE;
				line-height: 100%;
				letter-spacing: 0%;
				margin-bottom: 24px;
			}
			.top-title-sub {
				color: #fff;
				  font-family: Noto Sans JP;
				  font-weight: 500;
				  font-style: Medium;
				  font-size: 18px;
				  leading-trim: NONE;
				  line-height: 100%;
				  letter-spacing: 0%;
			}


			.pankuzu-list {
				display: flex;
				width: 392px;
				margin-bottom: 48px;
			}

			.pankuzu-unit {
				color: #fff;
				font-family: Noto Sans JP;
				font-weight: 400;
				font-style: Regular;
				font-size: 12px;
				leading-trim: NONE;
				line-height: 150%;
				letter-spacing: 0%;
			}

			.pankuzu-separator {
				position: relative;
				width: 24px;
				height: 18px;
			}
			.pankuzu-separator img{	
				margin: 0 auto;
				width: 10px;
				height: 16px;
				display: block;
			}

			.pc_br {
				display: block;
				display: unset;
			}
			.sp_br {
				display: none;
			}

			img.pc {
				display: block;
			}
			img.sp {
				display: none;
			}
			/* +++++++++++++++++++++++++++++ */
			.head-section {
				height: 106px;
				padding: 40px 120px 40px 120px;
				background-color: #fff;
			}

			.head-link-list {
				display: flex;
				gap: 40px;
			}

			.head-link-list a {
				display: block;
				width: auto;
				text-decoration: none;
			}

			.head-link-unit {
				display: flex;
				gap: 8px;
				white-space: nowrap;
				width: auto;
				font-family: Noto Sans JP;
				font-weight: 700;
				font-style: Bold;
				font-size: 16px;
				leading-trim: NONE;
				line-height: 160%;
				letter-spacing: 0%;

				color: #151515;
				background: none;
			}

			.head-link-unit.active {
				color: #005EAD;
			}

			.head-link-list a:hover,
			.head-link-list a:active,
			.head-link-list a:focus {
				text-decoration: none;
			}
			/* +++++++++++++++++++++++++++++ */
			.main-section {
				background-color: #fff;
			}

			.main-section-inner {
				padding: 80px 120px 80px 120px;
			}

			.main-section-title {
			  font-family: Noto Sans JP;
			  font-weight: 700;
			  font-style: Bold;
			  font-size: 32px;
			  leading-trim: NONE;
			  line-height: 100%;
			  letter-spacing: 0.04px;
				color: #005EAD;
				margin-bottom: 56px;
			}


			.main-section-body {
				margin: 0;
				padding: 0;
				display: flex;
				flex-wrap: wrap;
				column-gap: 64px;
				row-gap: 56px;
			}

			.unit-list {
				  background-color: #F3F8FC;
				  width: calc(50% - 32px);
				  padding: 32px 40px;
				  border-radius: 8px;
			}

.unit-title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 24px;
}

.unit-address {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 16px;
}

.unit-tel {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 16px;
}

.tel-unit {
  display: flex;
  gap: 8px;
}

.tel-unit-title {
  color: #fff;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  background-color: #005EAD;
  padding: 2px 8px 4px 8px;
}

.unit-link a {
  color: #005EAD;
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}


			/* +++++++++++++++++++++++++++++ */
.main2-section {
  background: #005EAD;
  border-radius: 24px 24px 0 0;
}

.main2-section-inner {
  padding: 80px 120px 80px 120px;
}


			.main2-section-title {
color: #fff;
  margin-bottom: 56px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 4%;
  text-align: center;
			}

			.main2-section-body {
font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #151515;
  padding: 16px 88px 16px 88px;
  background-color: #fff;
  border-radius: 8px;
			}


.main2-body-row {
  display: flex;
  border-bottom: 1px solid #CACACA;
}


.row-title {
  width: 216px;
  flex: 0 0 216px;
  padding: 40px 0 40px 0;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.row-content {
  flex: 0 0 auto;
  padding: 40px 0 40px 0;
}

.content-name {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 16px;
}

.content-address {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 16px;
}

.unit-tel {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 16px;
}

.tel-unit {
  display: flex;
  gap: 8px;
  background-color: none;
}

.row-content-row {
  margin-bottom: 40px;
}

.row-content-row:last-child {
  margin-bottom: 0;
}

.main2-body-row:last-child {
  border: none;
}
				/* +++++++++++++++++++++++++++++ */

.main3-section-body {
	max-width: 1200px;
	margin: 0 auto;
}

.main3-body-content {
	margin: 0px 72px;
}

.main3-section-inner {
	padding: 80px 120px;
}

.main3-section-title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 4%;
  text-align: center;
  margin-bottom: 56px;
}

.search-area {
  margin-bottom: 40px;
  display: flex;
  gap: 32px;
}

.search-unit {
  width: 100%;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.search-unit-name{
width:100%;
height:27px;
margin-bottom: 8px;
}

.search-unit select {
	height: 48px;
	width:100%;
	border: 1px solid #005EAD;
	border-radius: 0;
}

.search-unit button {
	color:#fff;
	width: 100%;
	height: 48px;
	border: none;
	color: Ffff;
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: 0%;
	border-radius: 120px;
	background-color: #005EAD;
}
.search-unit button:hover,
.search-unit button:active,
.search-unit button:focus {
	background-color: #005EAD;
	opacity: 1;
}

.map-area img {
  width: 100%;
}

.list-unit {
  padding: 0 0;
  display: flex;
  border-bottom: 1px solid #CACACA;
}
.list-unit:last-child {
  border-bottom: none;
}

/* 共通クラス */
.search-unit select {
	/* ネイティブの矢印を消す */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	/* 矢印画像を右側に表示 */
	background-image: url('/common/asset/select_down_arrow_blue.svg');
	background-repeat: no-repeat;
	background-position: right 16px center; /* 余白はお好みで */
	background-size: 16px 9px;            /* 画像サイズ */

	/* 矢印ぶんの右パディングを確保 */
	padding-right: 40px;

	/* お好みの見た目 */
	line-height: 1.4;
}

/* 旧 Edge/IE のネイティブ矢印を隠す（必要なら） */
.search-unit select::-ms-expand {
	display: none;
}

/* フォーカス時の見た目（任意） */
.search-unit select:focus-visible {
	outline: 2px solid #005EAD;
	outline-offset: 2px;
}

			/* +++++++++++++++++++++++++++++ */
			/* +++++++++++++++++++++++++++++ */
			@media (max-width: 1200px){
				/* +++++++++++++++++++++++++++++ */
				.unit-image {
					flex: 0 0 320px;
				}
				/* +++++++++++++++++++++++++++++ */
			}
			/* +++++++++++++++++++++++++++++ */
			/* +++++++++++++++++++++++++++++ */
			@media (max-width: 1024px){
				/* +++++++++++++++++++++++++++++ */
				.pc_br {
					display: none;
				}
				.sp_br {
					display: block;
					display: unset;
				}
				img.pc {
					display: none;
				}
				img.sp {
					display: block;
				}

				.sp-br-n {
					display: none;
				}
				/* +++++++++++++++++++++++++++++ */
				.top-section{
					height: 240px;
				}

				.top-section .top-bg {
					/*
					object-position: left bottom;
					width: 170%;
					height: auto;
					top: -15px;
					left: -10px;
					*/
				}

				.top-section::after {
					/*
					linear-gradient(270deg, rgba(0,0,0,.2) 0.02%, rgba(0,0,0,.41) 27.51%, rgba(0,0,0,.5) 50.66%)
					*/
				}

				.pankuzu-list {
					margin-bottom: 32px;
				}

				.top-section-inner {
					padding: 72px 24px 45px 24px;
				}

				.pankuzu-unit {
					font-family: Noto Sans JP;
					font-weight: 400;
					font-style: Regular;
					font-size: 12px;
					leading-trim: NONE;
					line-height: 150%;
					letter-spacing: 0%;
				}

				.top-title {
					font-family: Noto Sans JP;
					font-weight: 500;
					font-style: Medium;
					font-size: 32px;
					leading-trim: NONE;
					line-height: 160%;
					letter-spacing: 0%;
				}

				.top-title-sub {
					font-family: Noto Sans JP;
					font-weight: 400;
					font-style: Regular;
					font-size: 14px;
					leading-trim: NONE;
					line-height: 160%;
					letter-spacing: 0%;
				}
				/* +++++++++++++++++++++++++++++ */
				.head-section {
					height: auto;
					padding: 32px 24px 32px 24px;
					background-color: #fff;
				}

				.head-link-list {
					display: flex;
					gap: 16px;
					flex-wrap: wrap;
				}


				.head-link-unit {
					display: flex;
					gap: 8px;
					white-space: nowrap;
					background: none;
					align-items: center;

					width: auto;
					font-family: Noto Sans JP;
					font-weight: 700;
					font-style: Bold;
					font-size: 14px;
					leading-trim: NONE;
					line-height: 160%;
					letter-spacing: 0%;
				}
				/* +++++++++++++++++++++++++++++ */
  .main-section-inner {
    padding: 32px 24px 32px 24px;
  }

.main-section-title {
    margin-bottom: 24px;
font-family: Noto Sans JP;
font-weight: 700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: 4%;

  }

.main-section-body {
  padding: 0;
  display: block;
}

.unit-list {
  width: 100%;
margin-bottom: 16px;
padding: 16px;
}

.unit-list:last-child {
margin-bottom: 0;
}

.unit-title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 16px;
}

.unit-address {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 16px;
}

.unit-tel {
  display: block;
  margin-bottom: 16px;
}

.tel-unit {
  margin-bottom: 8px;
}

.unit-link a {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
}


				/* +++++++++++++++++++++++++++++ */
.main2-section-inner {
  padding: 56px 24px;
}

.main2-section-title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 4%;
  text-align: center;
  margin-bottom: 24px;
}

.main2-section-body {
  padding: 32px 16px;
}

.main2-body-row {
  display: block;
margin-bottom: 32px;
}


.row-title {
  padding: 0;
  margin-bottom: 8px;
}

.row-content {
  padding: 0;
  margin-bottom: 32px;
}

				/* +++++++++++++++++++++++++++++ */
.main3-section-inner {
  padding: 56px 24px;
}

.main3-section-title {
  margin-bottom: 40px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 4%;
  text-align: center;
}

.search-area {
  display: block;
}


.list-unit {
  margin-top: 32px;
  display: block;
}

.search-unit button {
  max-width: 240px;
  color: #fff;
  margin: 0 auto;
  display: block;
}
				/* +++++++++++++++++++++++++++++ */



			}

