/* --------------------------------------------------------------------------------------
	ヘッダー
--------------------------------------------------------------------------------------- */

.key-area {
	background: url(../images/key_image.png) no-repeat center top;
	padding-bottom: 25px;
	position: relative;
}

@media (min-width: 1680px) {

	.key-area { background-size: 100% auto; }
}

.key-area .anchor-text {
	align-items: center;
	background-color: var(--color-yellow-thin);
	background-image: url(../images/icon_megaphone.svg), url(../images/icon_paper.svg) , url(../images/icon_anchor.svg);
	background-position: 3px center, calc(100% - 96px) center, calc(100% - 33px) center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto , auto , 24px auto;
	border: 6px solid var(--color-orange);
	color: #000;
	display: inline-flex;
	font-size: 1.8rem;
	font-weight: var(--Bold);
	margin-top: 16px;
	padding: 10px 156px 10px 97px;
	position: relative;
	text-align: left;
	text-decoration: none !important;
}

@media (max-width: 1500px) {

	/* .key-area .anchor-text { max-width: 650px; } */

	.key-area .anchor-text {
		float: left;
		left: 300px;
	}

}

.icon-blank {
	fill: #ea542a;
	fill-rule: evenodd;
	margin-left: 5px;
	margin-right: 4px;
}

.key-area h1 {
	left: 42px;
	position: absolute;
	top: 30px;
}

.key-area h2 {
	clear: both;
	padding-left: 283px;
	padding-top: 24px;
}

@media (max-width: 1000px) {

	.key-area h2 {
		margin-left: auto;
		margin-right: auto;
		padding-left: 23.333vw;
	}

}

@media (max-width: 768px) {

	.key-area {
		background-image: url(../images/key_image_sp.png);
		background-position: center 22.333vw;
		background-size: 100% auto;
		width: 100%;
	}

	.key-area h1 {
		left: auto;
		margin-left: 5.333vw;
		margin-top: 3.6vw;
		position: relative;
		top: 0;
		width: 30.8vw;
	}

	.key-area h2 { display: none; }

	.key-area .text {
		border-width: 1.333vw;
		font-size: 3.467vw;
		margin-top: 0;
		text-align: left;
	}

	.key-area .anchor-text {
		background-image: url(../images/icon_megaphone_sp.svg) , url(../images/icon_anchor.svg);
		background-position: 1.467vw center , calc(100% - 2.133vw) center;
		background-repeat: no-repeat, no-repeat;
		background-size: 19.6vw auto, 6.4vw;
		border-width: 1.333vw;
		display: block;
		float: none;
		font-size: 4vw;
		left: 0;
		margin-top: 0;
		padding: 1.6vw 0 1.6vw 23.333vw;
	}

}

/* --------------------------------------------------------------------------------------
	追加分
--------------------------------------------------------------------------------------- */

.case-section { margin-top: 32px; }

.case-section h3 {
	background-color: var(--color-text);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	color: #fff;
	font-family: var(--TsukuA);
	font-size: 2.5rem;
	font-weight: var(--Bold);
	padding: 6px 0;
	text-align: center;
}

.case-section .case-inner {
	background: #fff url(../images/case_section_bg.svg) no-repeat 83px 14px;
	border-bottom: 4px solid var(--color-text);
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-left: 4px solid var(--color-text);
	border-right: 4px solid var(--color-text);
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
	padding-top: 16px;
}

.case-section .case-inner .cumulative-amount {
	font-family: var(--TsukuA);
	font-size: 2.2rem;
	margin-left: 140px;
	padding-top: 10px;
	text-align: center;
}

.case-section .case-inner .cumulative-amount dt { font-weight: var(--Bold); }

.case-section .case-inner .cumulative-amount dd {
	font-weight: var(--Bold);
	line-height: 1;
}

.case-section .case-inner .cumulative-amount dd strong { font-size: 3.5rem; }

.case-section .case-inner section {
	margin-left: 68px;
	position: relative;
}

.case-section .case-inner section::before {
	background: url(../images/icon_arrow_gray.svg) no-repeat;
	content: '';
	display: block;
	height: 47px;
	left: -73px;
	position: absolute;
	top: -4px;
	width: 87px;
}

.case-section .case-inner section h4 {
	font-family: var(--TsukuA);
	font-size: 1.8rem;
	font-weight: var(--Bold);
	line-height: 1;
}

.case-section .case-inner section h4 span {
	color: var(--color-orange);
	font-size: 3.2rem;
	font-weight: var(--Bold);
	-webkit-text-stroke-width: 1px;
}

.case-section .case-inner section h4 span strong { font-size: 8.3rem; }

.case-section .case-inner section p {
	font-family: var(--TsukuA);
	font-size: 1.8rem;
	font-weight: var(--Bold);
	margin-left: -367px;
	margin-top: 6px;
	text-align: center;
	width: calc(100% + 552px);
}

.case-section .case-inner section dl {
	align-items: baseline;
	background-color: #fdeee9;
	border-radius: 100vw;
	display: inline-flex;
	margin-left: -20px;
	margin-top: 12px;
	padding: 6px 29px;
	position: relative;
}

.case-section .case-inner section dl::before {
	background: url(../images/case_section_megaphone.svg) no-repeat;
	content: '';
	display: block;
	height: 67px;
	left: -51px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 79px;
}

.case-section .case-inner section dt {
	color: var(--color-orange);
	font-size: 2.5rem;
	font-weight: var(--Bold);
}

.case-section .case-inner section dd {
	font-size: 2rem;
	font-weight: var(--Bold);
	margin-left: 8px;
}

.case-section .case-inner > p {
	font-family: var(--TsukuA);
	font-size: 1.8rem;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}

.case-section .case-inner > p a {
	color: #0075c0;
	font-weight: var(--Bold);
	text-decoration: underline;
}

@media (max-width: 768px) {

	.case-section {
		margin: 68.667vw 5.333vw 0 !important;
		overflow: hidden;
	}

	.case-section h3 {
		border-top-left-radius: 1.6vw;
		border-top-right-radius: 1.6vw;
		font-size: 4.267vw;
		padding: 1.067vw 0;
	}

	.case-section .case-inner {
		background-image: url(../images/case_section_bg_sp.svg);
		background-position: 5.6vw 8.4vw;
		background-size: 79.467vw auto;
		border-bottom-left-radius: 1.6vw;
		border-bottom-right-radius: 1.6vw;
		border-width: .533vw;
		display: block;
		padding: 1.733vw 9.6vw;
	}

	.case-section .case-inner .cumulative-amount {
		align-items: baseline;
		display: flex;
		font-size: 3.733vw;
		justify-content: center;
		margin-left: 0;
		padding-top: 0;
	}

	.case-section .case-inner .cumulative-amount dd {
		font-weight: var(--Bold);
		line-height: 1;
		margin-left: 1.333vw;
	}

	.case-section .case-inner .cumulative-amount dd strong { font-size: 5.867vw; }

	.case-section .case-inner section {
		background: url(../images/icon_arrow_gray_sp.svg) no-repeat center top;
		background-size: 7.6vw;
		display: flex;
		flex-direction: column;
		margin-left: 0;
		margin-top: .533vw;
		padding-top: 1.867vw;
	}

	.case-section .case-inner section::before { display: none; }

	.case-section .case-inner section h4 {
		font-size: 3.2vw;
		margin-top: 3.333vw;
		order: 2;
		text-align: center;
	}

	.case-section .case-inner section h4 span {
		display: inline-block;
		font-size: 5.333vw;
		margin-bottom: 1.333vw;
		position: relative;
	}

	.case-section .case-inner section h4 span::before {
		background: url(../images/case_section_megaphone.svg) no-repeat;
		background-size: cover;
		content: '';
		display: block;
		height: 13.467vw;
		left: -17.333vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 15.6vw;
	}

	.case-section .case-inner section h4 span strong { font-size: 12.8vw; }

	.case-section .case-inner section h4 b {
		font-size: 79%;
		left: 60.333vw;
		letter-spacing: -.6px;
		position: absolute;
		top: 22.933vw;
		white-space: nowrap;
	}

	.case-section .case-inner section dl {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		order: 1;
		padding: .8vw 5.333vw;
	}

	.case-section .case-inner section dl::before { display: none; }

	.case-section .case-inner section dt {
		font-size: 4.267vw;
	}

	.case-section .case-inner section dd {
		font-size: 3.467vw;
	}

	.case-section .case-inner section p {
		font-size: 3.6vw;
		margin-left: auto;
		margin-right: auto;
		margin-top: .667vw;
		order: 3;
		width: auto;
	}

	.case-section .case-inner > p {
		font-size: 3.2vw;
		margin-top: 0;
	}
}

/* --------------------------------------------------------------------------------------
	共有パーツ
--------------------------------------------------------------------------------------- */

.box {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 1;
}

.shadowbox {
	background-color: #fff;
	border: 2px solid var(--color-text);
	border-radius: 12px;
	box-shadow: 3px 3px 0 var(--color-text);
	position: relative;
}

.head-ttl {
	font-family: var(--TsukuA);
	font-size: 4.8rem;
	font-weight: var(--Bold);
	text-align: center;
}

.fadeIn { opacity: 1; }
.fadeOut { opacity: 0; }

@media (max-width: 1000px) {

	.box {
		margin-left: 40px;
		margin-right: 40px;
		width: auto;
	}
}

@media (max-width: 768px) {

	.box {
		margin-left: 0;
		margin-right: 0;
	}

	.shadowbox {
		border-radius: 1.6vw;
		border-width: .533vw;
	}

	.head-ttl { font-size: 9.6vw; }
}

/* --------------------------------------------------------------------------------------
	デバイス切り替え
--------------------------------------------------------------------------------------- */

.sp { display: none; }

@media (max-width: 768px) {

	.pc { display: none; }
	.sp { display: block; }
}

/* --------------------------------------------------------------------------------------
	バナー
--------------------------------------------------------------------------------------- */

.banner {
	max-width: 440px;
	text-align: center;
}

.banner a {
	align-items: center;
	background-color: #fff;
	border: 2px solid var(--color-orange);
	border-radius: 100vw;
	color: var(--color-orange);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	font-size: 2rem;
	font-weight: var(--Medium);
	height: 95px;
	justify-content: center;
	min-width: 320px;
	position: relative;
	transition: all .3s ease-in-out;
	width: 100%;
}

.banner a > span {
	font-size: 1.6rem;
	width: 100%;
}

.banner a::after {
	background: url(../images/arrow_orange.png) no-repeat;
	background-size: cover;
	content: '';
	display: block;
	height: 14px;
	position: absolute;
	right: 22px;
	top: calc(50% - 7px);
	transition: all .3s ease-in-out;
	width: 27px;
}

.banner.orange a {
	background-color: var(--color-orange);
	color: #fff;
}

.banner.orange a::after { background-image: url(../images/arrow_white.png); }

.banner.anchor a {
	background-image: url(../images/icon_arrow.png);
	background-position: calc(100% - 30px) center;
	background-repeat: no-repeat;
	background-size: 25px;
}

.banner.anchor a::after { display: none; }

.over { transition: all .3s ease-in-out; }

.blank {
	background: url(../images/icon_blank.png) no-repeat right center;
	display: inline-block;
	margin-right: 6px;
	min-height: 16px;
	padding-right: 13px;
}

.btn a {
	align-items: center;
	border: 2px solid var(--color-text);
	border-radius: 12px;
	color: var(--color-text);
	cursor: pointer;
	display: inline-block;
	justify-content: center;
	padding: 14px 60px;
	transition: all .3s ease-in-out;
}

@media (min-width: 768px) {

	.over:hover {
		opacity: .6;
		text-decoration: none;
	}

	.btn a:hover {
		background-color: var(--color-text);
		color: #fff;
		text-decoration: none;
	}

	.banner a:hover {
		background-color: var(--color-orange);
		color: #fff;
		text-decoration: none;
	}

	.banner a:hover::after { background-image: url(../images/arrow_white.png); }

	.banner.orange a:hover {
		background-color: #fff;
		color: var(--color-orange);
	}

	.banner.orange a:hover::after { background-image: url(../images/arrow_orange.png); }

	.banner.anchor a:hover { background-image: url(../images/icon_arrow_white.png); }
}

@media (max-width: 768px) {

	.banner {
		max-width: 89.333vw;
	}

	.banner a {
		font-size: 3.733vw;
		height: 18.133vw;
		min-width: inherit;
	}

	.banner a::after {
		height: 2.533vw;
		right: 5.333vw;
		top: calc(50% - 1.267vw);
		width: 4.667vw;
	}

	.banner a > span { font-size: 3.2vw; }

	.btn a {
		border-radius: 1.6vw;
		border-width: .533vw;
		padding: 1.6vw 6.133vw;
	}

	.blank { display: inline; }
}

/* --------------------------------------------------------------------------------------
	フッター
--------------------------------------------------------------------------------------- */

.fixed {
	background-color: var(--bg-modal);
	bottom: 0;
	left: 0;
	padding: 24px 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 100;
}

.fixed > p { margin: auto; }

.footer-area small {
	background-color: var(--color-text);
	color: #fff;
	display: block;
	font-size: 1.2rem;
	letter-spacing: .4px;
	padding: 20px 0;
	text-align: center;
}

@media (max-width: 768px) {

	.fixed { padding: 4.267vw 0; }

	.footer-area small {
		font-size: 3.2vw;
		letter-spacing: .8px;
		line-height: 1.5;
		padding: 3.733vw 0;
	}
}