			* {
				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: 345px;
				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: 114px 118px 57px 118px;
				z-index:2;
			}


			.top-title {
				color: #fff;

				font-family: Noto Sans JP;
				font-weight: 500;
				font-style: Medium;
				font-size: 56px;
				leading-trim: NONE;
				line-height: 160%;
				letter-spacing: 0%;
			}
			.top-title-sub {
				color: #fff;

				font-family: Noto Sans JP;
				font-weight: 400;
				font-style: Regular;
				font-size: 16px;
				leading-trim: NONE;
				line-height: 160%;
				letter-spacing: 0%;
			}


			.pankuzu-list {
				display: flex;
				flex-wrap: wrap;
				row-gap: 6px;
				min-width: 329px;
				margin-bottom: 40px;
			}

			.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;
				align-items: center;
			}

			.head-link-unit.active {
				color: #005EAD;
			}

			.head-link-list a:hover,
			.head-link-list a:active,
			.head-link-list a:focus {
				text-decoration: none;
			}

			.head-link-unit img {
				width: 34px;
				height: 20px;
			}
			/* +++++++++++++++++++++++++++++ */
			.main-section {
				background-color: #F3F8FC;
			}

			.main-section-inner {
				padding: 80px 192px 80px 192px;
			}

			.main-section-title {
				color: #005EAD;
				margin-bottom: 40px;
				font-family: Noto Sans JP;
				font-weight: 700;
				font-style: Bold;
				font-size: 32px;
				leading-trim: NONE;
				line-height: 100%;
				letter-spacing: 0.04em;
			}

			.main-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: 56px 56px 56px 56px;
				background-color: #fff;
				border-radius: 8px;
			}

			.main-body-head {
				height: 59px;
				text-align: center;
				padding-bottom: 24px;
				font-family: Noto Sans JP;
				font-weight: 700;
				font-style: Bold;
				font-size: 24px;
				leading-trim: NONE;
				line-height: 100%;
				letter-spacing: 0%;
				text-align: center;
				margin-bottom: 24px;
				border-bottom: 1px solid #D7D7D7;
				border-top: none;
				border-left: none;
				border-right: none;
				display: block;

				display: flex;
				align-items: center;
				justify-content: center;
			}

			.main-body-content {
			}

			.main-body-row {
				margin-bottom: 24px;
			}
			.main-body-row:last-child {
				margin-bottom: 0;
			}

			.read-text {
				font-family: Noto Sans JP;
				font-weight: 400;
				font-style: Regular;
				font-size: 16px;
				leading-trim: NONE;
				line-height: 180%;
				letter-spacing: 0%;
			}

			.list-text {
				margin: 0;
				border-bottom: 1px solid #D7D7D7;
			}

			.list-text li {
				font-family: Noto Sans JP;
				font-weight: 700;
				font-style: Bold;
				font-size: 18px;
				leading-trim: NONE;
				line-height: 160%;
				letter-spacing: 0%;

				text-indent: -1em;

				text-indent: -1em;
				padding-left: 22px;
				padding-bottom: 24px;
			}

			.list-text li::before {
				content: "・";
			}

			.main-body-footer {
				font-family: Noto Sans JP;
				font-weight: 400;
				font-style: Regular;
				font-size: 16px;
				leading-trim: NONE;
				line-height: 180%;
				letter-spacing: 0%;
				display: flex;
			}

			.main-footer-btn {
				margin-right: 0;
				margin-left: auto;
			}

			.btn-gidebook {
				display: flex;
				height: 56px;
				width: 197px;
				background-color: #005EAD;
				color: #fff;
				align-items: center;
				padding-left: 24px;
				border-radius: 64px;

				letter-spacing: .04em;
				font-weight: 700;
			}
			.btn-gidebook:hover,
			.btn-gidebook:active,
			.btn-gidebook:focus {
				text-decoration: none;
				color: #fff;
			}
			/* +++++++++++++++++++++++++++++ */
			.topic-section {
				background-color: #fff;
			}

			.topic-section-inner {
				padding: 80px 192px 80px 192px;
			}

			.topic-head {
				font-family: Noto Sans JP;
				font-weight: 700;
				font-style: Bold;
				font-size: 32px;
				leading-trim: NONE;
				line-height: 100%;
				letter-spacing: 0.04em;
				margin-bottom: 56px;
				color: #151515;

			}

			.topic-unit {
				display: flex;
				margin-bottom: 40px;
				gap: 80px;
				align-items: flex-start;
			}

			.topic-unit:last-child {
				margin-bottom: 0;
			}

			.unit-image {
				aspect-ratio: 520/320;
				width: 520px;
				flex: 0 0 520px;
				border-radius: 4px;
				border: 1px solid #CBCBCB;
				position: relative;
				display: flex;
				align-items: center;
				justify-content: center;
			}

			.unit-image img {
				/*
				width: 180px;
				height: 180px;
				*/
				margin: 0 auto;
			}

			.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.04em;
				margin-bottom: 24px;
				color: #151515;
			}

			.unit-text {
				font-family: Noto Sans JP;
				font-weight: 400;
				font-style: Regular;
				font-size: 16px;
				leading-trim: NONE;
				line-height: 180%;
				letter-spacing: 0%;
				margin-bottom: 24px;
				color: #151515;
			}
			/* +++++++++++++++++++++++++++++ */
			.btn-solid-blue {
				display: inline-flex;
				gap: 16px;
				min-width: 260px;
				font-family: "Noto Sans JP",system-ui,sans-serif;
				align-items: center;
				justify-content: left;
				height: 56px;
				width: 260px;
				padding: 20px 0 20px 55px;
				border: 1px solid #005EAD;
				background: #005EAD;
				color: #F2F2F2;
				text-decoration: none;
				font-weight: 500;
				font-size: 16px;
				position: relative;
				border-radius: 44px;
				letter-spacing: 0.6px;
			}
			.btn-solid-blue:hover,
			.btn-solid-blue:active,
			.btn-solid-blue:focus {
				color: #F2F2F2;
				background: #005EAD;
				text-decoration: none;
				border: 1px solid #005EAD;
			}
			.btn-solid-blue::after {
				content: "";
				position: absolute;
				right: 16px;
				top: 50%;
				transform: translateY(-50%);
				width: 24px;
				height: 24px;
				background: url(/common/asset/btn-bule_arrow.svg) no-repeat center / contain;
			}
			/* +++++++++++++++++++++++++++++ */
			/* +++++++++++++++++++++++++++++ */
			/* +++++++++++++++++++++++++++++ */
			@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: 261px;
				}

				.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 40px 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 {
					background-color: #F3F8FC;
				}

				.main-section-inner {
					padding: 32px 24px 56px 24px;
				}

				.main-section-title {
					font-family: Noto Sans JP;
					font-weight: 700;
					font-style: Bold;
					font-size: 24px;
					leading-trim: NONE;
					line-height: 140%;
					letter-spacing: 0.04em;

					margin-bottom: 24px;
				}

				.main-section-body {
					min-width: auto;
					padding: 24px 24px 24px 24px;
				}

				.main-body-head {
					font-family: Noto Sans JP;
					font-weight: 700;
					font-style: Bold;
					font-size: 20px;
					leading-trim: NONE;
					line-height: 140%;
					letter-spacing: 0%;

					text-align: center;
					display: block;
					height: auto;
					padding-bottom: 24px;
					margin-bottom: 24px;

				}

				.main-body-content {
					font-family: Noto Sans JP;
					font-weight: 400;
					font-style: Regular;
					font-size: 14px;
					leading-trim: NONE;
					line-height: 180%;
					letter-spacing: 0%;
				}

				.main-body-row {
					margin-bottom: 24px;
				}

				.main-body-row:last-child {
					margin-bottom: 0;
				}

				.read-text {
					font-family: Noto Sans JP;
					font-weight: 400;
					font-style: Regular;
					font-size: 14px;
					leading-trim: NONE;
					line-height: 180%;
					letter-spacing: 0%;
				}

				.list-text {
					margin: 0;
					border-bottom: 1px solid #D7D7D7;
				}

				.list-text li::before {
					content: "・";
				}

				.list-text li {
					text-indent: -1em;
					padding-left: 1.4em;
					padding-bottom: 24px;
					font-family: Noto Sans JP;
					font-weight: 700;
					font-style: Bold;
					font-size: 16px;
					leading-trim: NONE;
					line-height: 160%;
					letter-spacing: 0%;
				}

				.main-body-footer {
					display: block;
				}
				.main-body-footer {
					font-family: Noto Sans JP;
					font-weight: 400;
					font-style: Regular;
					font-size: 16px;
					leading-trim: NONE;
					line-height: 180%;
					letter-spacing: 0%;
				}

				.main-footer-text {
					font-family: Noto Sans JP;
					font-weight: 400;
					font-style: Regular;
					font-size: 14px;
					leading-trim: NONE;
					line-height: 180%;
					letter-spacing: 0%;
					margin-bottom: 24px;
				}

				.main-footer-btn {
					margin-right: 0;
					margin-left: auto;
				}

				.btn-gidebook {
					display: flex;
					height: 56px;
					width: 197px;
					background-color: #005EAD;
					color: #fff;
					align-items: center;
					padding-left: 24px;
					border-radius: 64px;
					margin: 0 auto;
				}

				/* +++++++++++++++++++++++++++++ */
				.topic-section-inner {
					padding: 56px 24px 56px 24px;
				}

				.topic-head {
					font-family: Noto Sans JP;
					font-weight: 700;
					font-style: Bold;
					font-size: 24px;
					leading-trim: NONE;
					line-height: 140%;
					letter-spacing: 0.04em;
					margin-bottom: 24px;
				}

				.topic-unit {
					display: block;
					margin-bottom: 56px;
				}

				.unit-image {
					aspect-ratio: 342/210;
					width: 100%;
					margin-bottom: 16px;
				}

				/*
				.unit-image img {
					width: 118px;
					height: 118px;
				}
				*/

				.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.04em;
					margin-bottom: 16px;
				}

				.unit-text {
					font-family: Noto Sans JP;
					font-weight: 400;
					font-style: Regular;
					font-size: 14px;
					leading-trim: NONE;
					line-height: 180%;
					letter-spacing: 0%;
					margin-bottom: 32px;
				}

				.unit-btn {
					text-align: center;
				}
				/* +++++++++++++++++++++++++++++ */



			}
