			* {
				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;
				width: 355px;
				margin-bottom: 40px;
				flex-wrap: wrap;
				row-gap: 8px;
				max-width: 100%;
			}

			.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;
				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: 16px;
			}

			.main-section-title-sub {
				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: 40px;
			}

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

			.main-body-row {
				margin-bottom: 40px;
				display: flex;
				align-items: center;
				gap: 40px;
			}

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

			.main-body-title {
				font-family: Noto Sans JP;
				font-weight: 500;
				font-style: Medium;
				font-size: 20px;
				leading-trim: NONE;
				line-height: 160%;
				letter-spacing: 0%;
				padding-left: 16px;
				border-left: 4px solid #005EAD;
				margin-bottom: 24px;
			}

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

			.main-body-image {
				aspect-ratio: 373/249;
				width: 373px;
				flex: 0 0 373px;
				border-radius: 4px;
				margin-right: 0;
				margin-left: auto;
			}

			.main-body-image img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				border-radius: 4px;
			}
			/* +++++++++++++++++++++++++++++ */
			.topic-section {
				background-color: #fff;
				padding: 80px 192px 80px 192px;
			}

			.topic-section-inner {
				margin: 0 auto;
				width: 100%;
				max-width: 1200px;
			}

			.topic-head {
				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;
				color:#151515;
			}

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

			.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;*/
				border: none;
				position: relative;
				display: flex;
				align-items: center;
				justify-content: center;
				height: 320px;
			}

			.unit-image img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				border-radius: 4px;
			}


			.unit-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: 0.04em;
				color: #151515
			}

			.unit-title2 {
				margin-top: 0px;
			}

			.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: 0;
				color: #151515
			}

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

			.unit-title-sub {
				font-family: Satoshi;
				font-weight: 500;
				font-style: Medium;
				font-size: 18px;
				leading-trim: NONE;
				line-height: 160%;
				letter-spacing: 0%;
			}

			.unit-text ul {
				margin: 0;
				padding-left: 0;
			}

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

				text-indent: -1em;
				/*padding-left: 1em;*/
				padding-left: 20px;
			}

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

			.mb24 {
				margin-bottom: 24px;
			}

			.mb8 {
				margin-bottom: 8px;
			}
			/* +++++++++++++++++++++++++++++ */
			.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: 16px 0 16px 24px;
				border: 1px solid #005EAD;
				background: #005EAD;
				color: #F2F2F2;
				text-decoration: none;
				font-weight: 700;
				font-size: 16px;
				position: relative;
				border-radius: 44px;
			}
			.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;
			}

			.pt14 {
				padding-top: 14px;
			}
			.mt14 {
				margin-top: 14px;
			}
			/* +++++++++++++++++++++++++++++ */
			/* +++++++++++++++++++++++++++++ */
			@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: 260px;
				}

				.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;
					flex-wrap: wrap;
					row-gap: 8px;
				}

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

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

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

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

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

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

  .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: 40px;
	gap: 0;
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
}


.main-body-title {
  margin-bottom: 16px;
  border: none;
  padding-left: 0;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
}

.main-body-message {
  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-image {
  aspect-ratio: 292/195;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 4px;
  margin-bottom: 16px;
  height: auto;
}

.main-body-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	border-radius: 4px;
}






				/* +++++++++++++++++++++++++++++ */
.topic-section {
	background-color: #fff;
	padding: 56px 24px 56px 24px;
}

.topic-section-inner {
	width: 100%;
}

.topic-head {
	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: 0.04em;
}

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

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

.unit-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

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

.unit-title-sub {
  font-family: Satoshi;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
}

.unit-title2 {
  margin-top: 0;
}

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

.unit-text ul {
  margin: 0;
  padding-left: 0;
}

.unit-text li {
  text-indent: -1em;
  padding-left: 1em;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
}

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

.mb8 {
  margin-bottom: 8px;
}

.mb24 {
  margin-bottom: 16px;
}
				/* +++++++++++++++++++++++++++++ */
				/* +++++++++++++++++++++++++++++ */
				/* +++++++++++++++++++++++++++++ */
				/* +++++++++++++++++++++++++++++ */




			}

