:root {
	--color-primary: #1e3f80;
	--color-accent: #4cbee3;
	--color-text: #333333;
	--color-bg: #cce9f7;
	--color-border: #4cbee3;
	--color-badge: #f5a000;
	--color-danger: #e83030;
}

#kakurenbocp2026 * {
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

#kakurenbocp2026 img {
	max-width: 100%;
	height: auto;
}

#kakurenbocp2026 h1,
#kakurenbocp2026 h2,
#kakurenbocp2026 h3 {
	padding: 0;
	margin: 0;
}

#kakurenbocp2026 ol,
#kakurenbocp2026 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#kakurenbocp2026 .content_wrapper {
	color: var(--color-text);
	background: var(--color-bg);
}

#kakurenbocp2026 .inner {
	max-width: 960px;
	margin: 0 auto;
}

#kakurenbocp2026 .btn {
	transition: all 0.3s ease-in-out !important;
}

#kakurenbocp2026 .btn:hover {
	transform: scale(1.05, 1.05);
}


/* kv ---------------------------- */
#kakurenbocp2026 .kv {
	position: relative;
	overflow: hidden;
	background: url('../img/bg_kv.png') no-repeat top center / cover;
	padding: 10px 40px 0;
}

#kakurenbocp2026 .kv-title {
	display: block;
	margin: 0;
}

#kakurenbocp2026 .kv-title img {
	display: block;
	width: 2067px;
	max-width: none;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#kakurenbocp2026 .kv-campaigns {
	position: absolute;
	top: 470px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 804px;
	max-width: calc(100% - 80px);
}

#kakurenbocp2026 .kv-campaign {
	position: relative;
}

#kakurenbocp2026 .kv-campaign-image {
	width: 100%;
	height: auto;
	display: block;
}

#kakurenbocp2026 .kv-campaign-btn {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	transition: opacity 0.2s;
}

#kakurenbocp2026 .kv-campaign-btn img {
	width: 234px;
	height: auto;
	display: block;
	filter: drop-shadow(2.85px 2.85px 2.85px rgba(0, 0, 0, 0.4));
}

#kakurenbocp2026 .kv-campaign-btn:hover {
	transform: translateX(-50%) scale(1.05, 1.05);
}


/* kakurenbocp2026section ---------------------------- */

/* #kakurenbocp2026 .kakurenbocp2026section01 {
	background: linear-gradient(0deg, #9ed5f0 0%, #fff 100%);
}

#kakurenbocp2026 .kakurenbocp2026section02 {
	background: linear-gradient(0deg, #9ed5db 40.11%, #5ec4f1 100%);
} */


/* entry ---------------------------- */

#kakurenbocp2026 .entry {
	padding: 44px 40px 58px;
	padding: 44px 40px 40px;
	position: relative;
	z-index: 2;
}

#kakurenbocp2026 .entry01 {
	background: linear-gradient(0deg, #9ed5f0 0%, #fff 100%);
}

#kakurenbocp2026 .entry02 {
	padding: 58px 40px 58px;
	background: linear-gradient(0deg, #9ed5db 40.11%, #5ec4f1 100%);
}

#kakurenbocp2026 .entry-block {
	background: #fff;
	padding: 0px 0 44px;
	border-radius: 14px;
}

#kakurenbocp2026 .entry01 .entry-block {
	background: linear-gradient(0deg, #fff 0%, #c0e9fd 76.28%);
	border: 4px solid #57c3ea;
	padding: 0 0 24px;
}

#kakurenbocp2026 .entry02 .entry-block {
	background: linear-gradient(0deg, #fff 0%, #c0e9fd 100%);
	border: 4px solid #036eb7;
}

#kakurenbocp2026 .entry-title {
	margin: 0 auto;
	background-color: #57C3EA;
	padding: 16px 20px;
}

#kakurenbocp2026 .entry02 .entry-title {
	background-color: #036eb7;
	margin-bottom: 16px;
}

#kakurenbocp2026 .entry-block-content {
	padding: 0 20px;
}

#kakurenbocp2026 .entry-title img {
	max-width: 100%;
	width: 229px;
}

#kakurenbocp2026 .entry-block-inner {
	max-width: 895px;
	margin: 0 auto;
}

#kakurenbocp2026 .entry-image {
}

#kakurenbocp2026 .entry02 .entry-image {
	margin-bottom: 40px;
}

#kakurenbocp2026 .entry01 .entry-image-item {
	position: relative;
	top: -57px;
}

#kakurenbocp2026 .entry01 .entry-image-item:nth-child(2) {
	top: -53px;
}

#kakurenbocp2026 .entry01 .entry-image-item:nth-child(3) {
	top: -70px;
}

#kakurenbocp2026 .entry01 .entry-notice {
	text-align: left;
	/* position: relative;
	top: -56px; */
	font-size: 14px;
	line-height : 1.428;
	letter-spacing : -0.08em;
	max-width: 851px;
	margin: -56px auto 0;
}

#kakurenbocp2026 .entry-btn-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 26px;
}

#kakurenbocp2026 .entry01 .entry-btn-wrapper {
	/* position: relative;
	top: -22px; */
	margin-top: 40px;
}

#kakurenbocp2026 .entry02 .entry-btn-wrapper {
	margin-bottom: 40px;
}

#kakurenbocp2026 .entry02 .entry-btn-wrapper:last-child {
	margin-bottom: 0;
}

#kakurenbocp2026 .entry-btn img {
	filter: drop-shadow(2.85px 2.85px 2.85px rgba(0, 0, 0, 0.4));
}

#kakurenbocp2026 .entry-step-title {
	text-align: center;
	background : #57C3EA;
	border-radius: 100px;
	padding: 15px 20px;
	max-width: 853px;
	margin: 0 auto 20px;
}

#kakurenbocp2026 .entry-step {
	max-width: 845px;
	width: 100%;
	margin: 0 auto 28px;
	text-align: center;
}

#kakurenbocp2026 .entry-step img {
}

#kakurenbocp2026 .entry-notice {
	max-width: 840px;
	margin: 0 auto;
}

#kakurenbocp2026 .entry-notice-title {
	text-align: center;
	margin-bottom: 17px;
}

#kakurenbocp2026 .entry-notice-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 800px;
	margin: 0 auto 20px;
}

#kakurenbocp2026 .entry-notice-list li {
	width: calc(25% - 7.5px);
}

#kakurenbocp2026 .entry-notice-lead {
	margin-bottom: 11px;
	text-align: center;
}

#kakurenbocp2026 .entry-notice-lead img {
	max-width: 760px;
	width: 100%;
}

#kakurenbocp2026 .entry-notice-text {
	margin-bottom: 28px;
	padding: 0 10px;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	line-height: 1.675;
}

#kakurenbocp2026 .entry-notice-image-01 {
	margin: 0 auto 44px;
	width: 100%;
}

#kakurenbocp2026 .entry-notice-image-01 img {
	width: 100%;
}

#kakurenbocp2026 .entry-notice-image-02 {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

#kakurenbocp2026 .entry-notice-image-02 img {
	width: 100%;
}


/* term ---------------------------- */

#kakurenbocp2026 .term {
	padding: 0 40px 50px;
	position: relative;
	z-index: 2;
}

#kakurenbocp2026 .term01 {
	/* background: linear-gradient(0deg, #9ed5f0 0%, #fff 100%); */
	background: #9ed5f0;
}

#kakurenbocp2026 .term02 {
	padding-bottom: 66px;
	/* background: linear-gradient(0deg, #9ed5db 40.11%, #5ec4f1 100%); */
	background: #9ed5db;
}

#kakurenbocp2026 .term-inner {
	max-width: 960px;
	margin: 0 auto;
}

#kakurenbocp2026 .term-block {
	border-radius: 14px;
	overflow: hidden;
}

#kakurenbocp2026 .term-head {
	padding: 5px 46px 0 50px;
	position: relative;
	cursor: pointer;
}

#kakurenbocp2026 .term01 .term-head {
	background : #00B3EC;
}

#kakurenbocp2026 .term02 .term-head {
	background : #036EB7;
}

#kakurenbocp2026 .term01 .term-block {
	border: 4px solid #00B3EC;
}

#kakurenbocp2026 .term02 .term-block {
	border: 4px solid #036EB7;
}

#kakurenbocp2026 .term-head::before {
	display: inline-block;
	content: '';
	background: url('../img/ico_arrow01.svg') no-repeat center center;
	background-size: contain;
	width: 32px;
	height: 19px;
	position: absolute;
	right: 72px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

#kakurenbocp2026 .term-head.is-open::before {
	transform: translateY(-50%) scaleY(-1);
}

#kakurenbocp2026 .term-title {
	text-align: center;
}

#kakurenbocp2026 .term-title img {
	max-width: 100%;
}

#kakurenbocp2026 .term-body {
	background: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)!important;
}

#kakurenbocp2026 .term-body.is-open {
	max-height: 3200px;
}

#kakurenbocp2026 .term-body-inner {
	padding: 40px 40px 30px;
}

#kakurenbocp2026 .term-body-block + .term-body-block {
	margin-top: 32px;
}

#kakurenbocp2026 .term-body-block-contact {
	margin-bottom: 0;
}

#kakurenbocp2026 .term-body-title {
	font-size: 24px;
	font-weight: 700;
	color : #00B3EC;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 6px;
}

#kakurenbocp2026 .term02 .term-body-title {
	color : #036EB7;
}

#kakurenbocp2026 .term-body-text {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: calc(30 / 16);
	letter-spacing: -0.02em;
}

#kakurenbocp2026 .term-body-text + .term-body-text {
	margin-top: 32px;
}

#kakurenbocp2026 .term-body-text b {
	font-weight: 700;
}

#kakurenbocp2026 .term-body-text strong {
	font-size: 18px;
	letter-spacing: 0.1em;
}

#kakurenbocp2026 .term-body-text a {
	color: #3c8cd2;
	text-decoration: none;
	letter-spacing: 0.045em;
}

#kakurenbocp2026 .term-body-text a:hover {
	text-decoration: underline;
}

#kakurenbocp2026 .term-body-list li {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: calc(30 / 16);
	letter-spacing: -0.02em;
	position: relative;
	padding-left: 10px;
}

#kakurenbocp2026 .term-body-list li::before {
	position: absolute;
	top: 0;
	left: -6px;
	font-size: 16px;
	content: '・';
}

#kakurenbocp2026 .term-body-schedule {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

#kakurenbocp2026 .term-body-schedule dt {
	white-space: nowrap;
	width: 250px;
	font-size: 19px;
	line-height: 1.8;
	text-align: left;
}

#kakurenbocp2026 .term-body-schedule dd {
	width: calc(100% - 250px);
	font-size: 19px;
	line-height: calc(38 / 19);
	text-align: left;
}

#kakurenbocp2026 .term-body-text-schedule {
	font-size: 19px;
	line-height: 1.8;
	text-align: left;
}

#kakurenbocp2026 .term-body-faq {

}

#kakurenbocp2026 .term-body-faq dt {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 8px;
}

#kakurenbocp2026 .term-body-faq dd {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 38px;
}

#kakurenbocp2026 .term-body-faq dd + .term-body-text {
	margin-top: 42px;
}

#kakurenbocp2026 .term-body-subtitle {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 5px;
}

#kakurenbocp2026 .term-body-block-contact .term-body-subtitle {
	margin-bottom: 8px;
}

#kakurenbocp2026 .term-notice {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	line-height: 1.4;
	margin-top: 10px;
	letter-spacing: -0.08em;
}


@media screen and (max-width: 1000px) and (min-width: 768px) {

	#kakurenbocp2026 .kv-title img {
		width: 200vw;
	}

	#kakurenbocp2026 .kv-campaigns {
		width: 80vw;
		top: 45vw;
	}

	#kakurenbocp2026 .kv-campaign-btn img {
		width: 23vw;
	}

	#kakurenbocp2026 .term-title img {
		width: auto;
		height: 45px;
	}

	#kakurenbocp2026 .term-head::before {
		right: 40px;
	}
}

@media screen and (max-width: 767px) {

	#kakurenbocp2026 .btn:hover {
		transform: scale(1, 1);
	}

	/* kv ---------------------------- */
	#kakurenbocp2026 .kv {
		padding: 2.5vw 0 0;
		background: url('../img/bg_kv_sp.jpg') no-repeat top center / cover;
	}

	#kakurenbocp2026 .kv-title {
		display: block;
		margin: 0;
	}

	#kakurenbocp2026 .kv-title img {
		display: block;
		width: 100%;
		max-width: none;
		position: relative;
		left: unset;
		transform: unset;
	}

	#kakurenbocp2026 .kv-campaigns {
		top: unset;
		bottom: 3.2vw;
		width: 94vw;
		gap: 2vw;
		max-width: 100%;
	}

	#kakurenbocp2026 .kv-campaign {
		border-radius: 8px;
	}

	#kakurenbocp2026 .kv-campaign-btn {
		bottom: 3vw;
	}

	#kakurenbocp2026 .kv-campaign-btn img {
		width: 32vw;
	}

	#kakurenbocp2026 .kv-campaign-btn:hover {
		transform: translateX(-50%) scale(1, 1);
	}


	/* entry ---------------------------- */

	#kakurenbocp2026 .entry {
		padding: 10px 3vw 16px;
	}

	#kakurenbocp2026 .entry-block {
		padding: 0 0 16px;
		border-radius: 6px;
	}

	#kakurenbocp2026 .entry01 .entry-block {
		padding-bottom: 16px;
	}

	#kakurenbocp2026 .entry02 .entry-block {
		padding: 0 0 22px;
	}

	#kakurenbocp2026 .entry01 .entry-block {
		border: 2px solid #57c3ea;
	}
	
	#kakurenbocp2026 .entry02 .entry-block {
		border: 2px solid #036eb7;
	}

	#kakurenbocp2026 .entry-title {
		margin: 0 auto;
		padding: 1px 20px 5px;
	}

	#kakurenbocp2026 .entry02 .entry-title {
		margin-bottom: 10px;
	}

	#kakurenbocp2026 .entry-block-content {
		padding: 0;
	}

	#kakurenbocp2026 .entry-title img {
		width: 32%;
	}

	#kakurenbocp2026 .entry-block-inner {
		max-width: unset;
		padding: 0 2vw;
	}

	#kakurenbocp2026 .entry02 .entry-block-inner {
		padding: 0 2vw;
	}

	#kakurenbocp2026 .entry01 .entry-image {
		margin-bottom: 0;
	}

	#kakurenbocp2026 .entry01 .entry-image-item {
		position: relative;
		top: -20px;
	}

	#kakurenbocp2026 .entry01 .entry-image-item:nth-child(1) img {
		width: 93%;
	}

	#kakurenbocp2026 .entry01 .entry-image-item:nth-child(2) {
		top: -15px;
	}

	#kakurenbocp2026 .entry01 .entry-image-item:nth-child(3) {
		top: -18px;
	}

	#kakurenbocp2026 .entry02 .entry-image {
		width: calc(100% + 3vw);
		margin-left: -1.5vw;
		margin-right: -1.5vw;
		margin-bottom: 20px;
	}

	#kakurenbocp2026 .entry01 .entry-notice {
		font-size: 11px;
		/* position: relative;
		top: -10px; */
		margin-bottom: 0;
		letter-spacing: 0.02em;
		line-height: 1.3;
		margin: -10px auto 0;
	}

	#kakurenbocp2026 .entry01 .entry-btn-wrapper {
		gap: 12px;
		top: unset;
		margin-top: 10px;
	}

	#kakurenbocp2026 .entry02 .entry-btn-wrapper {
		margin-bottom: 16px;
	}

	#kakurenbocp2026 .entry-btn {
		width: 85%;
	}

	#kakurenbocp2026 .entry-step-title {
		padding: 7px 20px;
		margin-bottom: 20px;
	}

	#kakurenbocp2026 .entry-step-title img {
		width: 25%;
	}

	#kakurenbocp2026 .entry-step {
		margin-bottom: 20px;
		padding: 0 3vw;
	}

	#kakurenbocp2026 .entry-step img {
		width: 100%;
	}

	#kakurenbocp2026 .entry-notice {
		padding: 0 1vw;
	}

	#kakurenbocp2026 .entry-notice-title {
		margin: 0 auto 12px;
		max-width: 202px;
	}

	#kakurenbocp2026 .entry-notice-list {
		gap: 12px;
		margin-bottom: 17px;
		padding: 0 36px;
	}

	#kakurenbocp2026 .entry-notice-list li {
		width: 46%;
	}

	#kakurenbocp2026 .entry-notice-lead {
		max-width: 264px;
		margin: 0 auto 17px;
	}

	#kakurenbocp2026 .entry-notice-text {
		font-size: 14px;
		line-height: calc(20 / 14);
		margin-bottom: 20px;
		padding: 0 9px;
		letter-spacing: 0;
	}

	#kakurenbocp2026 .entry-notice-image-01 {
		margin: 0 auto 12px;
		width: 95.2%;
	}
	
	#kakurenbocp2026 .entry-notice-image-02 {
		width: 95.5%;
		max-width: unset;
		margin-bottom: 20px;
	}


	/* term ---------------------------- */
	#kakurenbocp2026 .term {
		padding: 0 11px 15px;
	}

	#kakurenbocp2026 .term02 {
		padding-bottom: 40px;
	}

	#kakurenbocp2026 .term-inner {
		max-width: unset;
	}

	#kakurenbocp2026 .term-block {
		border-radius: 6px;
	}

	#kakurenbocp2026 .term01 .term-block {
		border: 2px solid #00B3EC;
	}
	
	#kakurenbocp2026 .term02 .term-block {
		border: 2px solid #036EB7;
	}

	#kakurenbocp2026 .term-head {
		padding: 6px 40px 1px;
	}

	#kakurenbocp2026 .term-head::before {
		width: 15px;
		height: 9px;
		right: 18px;
	}

	#kakurenbocp2026 .term-title {
		margin: 0 auto;
	}

	#kakurenbocp2026 .term-title img {
		width: 82%;
	}

	#kakurenbocp2026 .term-body.is-open {
		max-height: 20000px;
	}

	#kakurenbocp2026 .term-body-inner {
		padding: 15px 18px 10px;
	}

	#kakurenbocp2026 .term01 .term-body-inner {
		padding-bottom: 15px;
	}

	#kakurenbocp2026 .term-body-block + .term-body-block {
		margin-top: 16px;
	}

	#kakurenbocp2026 .term-body-block-contact {
		margin-top: 31px;
	}

	#kakurenbocp2026 .term-body-title {
		font-size: 15px;
		margin-bottom: 0;
	}

	#kakurenbocp2026 .term-body-text {
		font-size: 14px;
		line-height: calc(23 / 14);
	}

	#kakurenbocp2026 .term-body-text + .term-body-text {
		margin-top: 24px;
	}

	#kakurenbocp2026 .term-body-text b {
		font-size: 13px;
	}

	#kakurenbocp2026 .term-body-text strong {
		font-size: 13px;
	}

	#kakurenbocp2026 .term-body-text a {
		text-decoration: underline;
		letter-spacing: 0.008em;
	}

	#kakurenbocp2026 .term-body-text a:hover {
		text-decoration: underline;
	}

	#kakurenbocp2026 .term-body-list li {
		font-size: 14px;
		line-height: calc(23 / 14);
	}

	#kakurenbocp2026 .term-body-list li::before {
		left: -4px;
		font-size: 14px;
	}

	#kakurenbocp2026 .term-body-text-schedule {
		font-size: 14px;
		line-height: calc(19 / 13);
		text-align: left;
	}

	#kakurenbocp2026 .term-body-schedule {
		display: block;
		margin-top: 2px;
	}

	#kakurenbocp2026 .term-body-schedule dt {
		white-space: unset;
		width: 100%;
		font-size: 14px;
		line-height: calc(19 / 13);
		letter-spacing: 0.1em;
	}

	#kakurenbocp2026 .term-body-schedule dt:not(:first-child) {
		margin-top: 5px;
	}

	#kakurenbocp2026 .term-body-schedule dd {
		width: 100%;
		font-size: 13px;
		line-height: calc(19 / 13);
		letter-spacing: 0.1em;
	}

	#kakurenbocp2026 .term-body-schedule dd span {
		margin-left: 170px;
	}

	#kakurenbocp2026 .term-body-subtitle {
		font-size: 15px;
		margin-top: 3px;
		margin-bottom: 1px;
		letter-spacing: 0.05em;
	}

	#kakurenbocp2026 .term-notice {
		font-size: 9px;
	}

	#kakurenbocp2026 .term-body-faq dd+.term-body-subtitle {
		margin-top: 24px;
	}

	#kakurenbocp2026 .term-body-faq dd+.term-body-text {
		margin-top: 27px;
	}

	#kakurenbocp2026 .term-body-block-contact .term-body-subtitle {
		font-size: 12.5px;
		letter-spacing: 0.02em;
		margin-top: 7px;
		margin-bottom: 7px;
	}

	#kakurenbocp2026 .term-body-block-contact .term-body-text {
		font-size: 13px;
	}

	#kakurenbocp2026 .term-body-faq dt {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 1.65;
		letter-spacing: 0.02em;
		text-align: left;
		font-weight: 700;
	}

	#kakurenbocp2026 .term-body-faq dd {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 25px;
		text-align: left;
	}


}
