/* --------------------------------------------------------------------------------------
	ヘッダー
--------------------------------------------------------------------------------------- */

header { padding: 20px 32px; }

header h1 { max-width: 194px; }

@media (max-width: 768px) {

	header {
		background-color: #fff;
		padding: 2.4vw 4.267vw;
		position: relative;
		z-index: 2;
	}

	header h1 { width: 25.867vw; }

}

/* --------------------------------------------------------------------------------------
	共有パーツ
--------------------------------------------------------------------------------------- */

.box {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 1;
}

.bg-blue { background-color: var(--color-sky-blue); }

.color-yellow { color: var(--color-yellow); }
.color-orange { color: var(--color-orange); }
.color-coral-blue { color: var(--color-coral-blue); }

.fadeIn { opacity: 1; }
.fadeOut { opacity: 0; }

@media (max-width: 768px) {

	.box { width: auto; }
}

/* --------------------------------------------------------------------------------------
	デバイス切り替え
--------------------------------------------------------------------------------------- */

.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-cv {
	display: flex;
	justify-content: center;
}

.floating {
	background-color: rgb(80 162 185 / 50%);
	bottom: 0;
	padding: 40px 0 20px;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.banner-cv li {
	font-weight: var(--Bold);
	max-width: 440px;
	position: relative;
	width: 100%;
}

.banner-cv li:nth-of-type(n+2) { margin-left: 24px; }

.banner-cv li::before {
	background-position: center center;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 26px;
	position: absolute;
	top: -23px;
	width: 100%;
}

.banner-cv li p {
	color: #fff;
	display: block;
	font-size: 2.2rem;
	font-weight: var(--Bold);
	height: 26px;
	line-height: 1;
	position: absolute;
	top: -17px;
	width: 100%;
}

.banner-cv li p span {
	position: relative;
	-webkit-text-stroke: 0;
	z-index: 1;
}

.banner-cv li p::before {
	content: attr(shadow-text)'';
	position: absolute;
	-webkit-text-stroke: 6px #f59701;
	transition: all .3s ease-in-out;
	z-index: 0;
}

.banner-cv li a {
	align-items: center;
	background-color: #f59701;
	background-image: url(../images/icon_banner_arrow.svg);
	background-position: calc(100% - 21px) center;
	background-repeat: no-repeat;
	border-radius: 16px;
	box-shadow: 7px 7px 0 #ad6b02;
	color: #fff;
	display: flex;
	font-size: 2.8rem;
	justify-content: center;
	min-height: 96px;
	position: relative;
	transition: all .3s ease-in-out;
	width: 100%;
}

.banner-cv .mitsumori a {
	background-color: #53be53;
	box-shadow: 7px 7px 0 #527f52;
}

.banner-cv .mitsumori p::before { -webkit-text-stroke-color: #53be53; }

.banner-cv .shiryo a span {
	display: inline-block;
	position: relative;
}

.banner-cv .shiryo a span::before {
	background: url(../images/banner_shiryo_catch.svg) no-repeat;
	content: '';
	display: block;
	height: 60px;
	left: -80px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
}

.banner-modal {
	background: url(../images/icon_plus.png) no-repeat calc(100% - 23px) center / 21px auto;
	border: 1px solid var(--color-gray);
	border-radius: 100vw;
	color: var(--color-gray);
	cursor: pointer;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: var(--Bold);
	margin-top: 24px;
	min-width: 440px;
	padding: 12px;
}

.over { transition: all .3s ease-in-out; }

@media (min-width: 768px) {

	.over:hover {
		opacity: .6;
		text-decoration: none;
	}

	.banner-cv .shiryo:hover a { background-color: #d58300; }
	.banner-cv .shiryo:hover p::before { -webkit-text-stroke-color: #d58300; }

	.banner-cv .mitsumori:hover a { background-color: #47a347; }
	.banner-cv .mitsumori:hover p::before { -webkit-text-stroke-color: #47a347; }

	/* .banner-cv .shiryo:hover { filter: hue-rotate(10deg); }
	.banner-cv .mitsumori:hover { filter: hue-rotate(45deg); } */

	.banner-cv li a:hover { text-decoration: none; }

	.banner a:hover {
		background-color: var(--color-orange);
		color: #fff;
		text-decoration: none;
	}

}

@media (max-width: 768px) {

	.banner-cv {
		margin-left: auto;
		margin-right: auto;
		max-width: 89.333vw;
	}

	.banner-cv li { max-width: 89.333vw; }
	.banner-cv li:nth-of-type(n+2) { margin-left: 2.4vw; }

	/* .banner-cv li::before {
		background-size: 100% auto;
		height: 3.867vw;
		top: -2.467vw;
		z-index: 1;
	} */

	.banner-cv li p::before { -webkit-text-stroke-width: 4px; }

	.floating { padding: 6.333vw 5.333vw 3.333vw; }

	.banner-cv li p {
		font-size: 3.933vw;
		top: -15px;
		white-space: nowrap;
	}

	.banner-cv li a {
		background-position: calc(100% - 2.933vw) center;
		background-size: 1.867vw auto;
		border-radius: 2.133vw;
		box-shadow: .933vw .933vw 0 #ad6b02;
		font-size: 5.6vw;
		justify-content: flex-start;
		min-height: 18.133vw;
		padding-left: 4.333vw;
	}

	.banner-cv .shiryo a { justify-content: center; }
	.banner-cv .mitsumori a { box-shadow: .933vw .933vw 0 #527f52; }

	.banner-cv .shiryo a span::before {
		background-size: 100% auto;
		height: 10vw;
		left: -12.833vw;
		width: 11.333vw;
	}

	.banner-modal {
		background-position: calc(100% - 4.267vw) center;
		background-size: 3.733vw auto;
		font-size: 3.467vw;
		min-width: 78.667vw;
		padding: 1.6vw;
	}
}

/* --------------------------------------------------------------------------------------
	キービジュアル
--------------------------------------------------------------------------------------- */

.key {
	background: url(../images/head_cloud_bg.png) no-repeat center top;
	margin-bottom: 60px;
	text-align: center;
}

.key h2 {
	display: inline-block;
	font-family: var(--font-corporate);
	font-weight: var(--Bold);
	line-height: 1.3;
	margin-left: auto;
	margin-right: auto;
	padding-top: 58px;
	position: relative;
	text-align: center;
	z-index: 0;
}

.key h2 strong { display: inline-block; }

.key h2 strong:nth-of-type(1) { font-size: 4.48rem; }
.key h2 strong:nth-of-type(2) { font-size: 7.04rem; }
.key h2 strong:nth-of-type(2) span { font-size: 5.1rem; }
.key h2 strong:nth-of-type(3) { font-size: 6.4rem; line-height: 1; }

.key .logo-nenkin { margin-top: 24px; }

.key article {
	margin-top: 28px;
	max-width: 960px;
	position: relative;
	z-index: 0;
}

.key article::after {
	background: url(../images/key_illust.png) no-repeat;
	background-size: 100% auto;
	content: '';
	display: block;
	height: 241px;
	left: 43px;
	position: absolute;
	top: -241px;
	width: 236px;
	z-index: -1;
}

.key article h3 {
	background-color: var(--color-coral-blue);
	border-radius: 12px 12px 0 0;
	color: #fff;
	font-size: 2.6rem;
	font-weight: var(--Bold);
	padding: 1px 0 3px;
	text-align: left;
}

.key article h3 strong {
	display: inline-block;
	margin-left: 170px;
	position: relative;
}

.key article h3 strong::before {
	background: url(../images/icon_megaphone.svg) no-repeat;
	background-size: 100% auto;
	content: '';
	display: block;
	height: 69px;
	left: -95px;
	position: absolute;
	top: -22px;
	width: 81px;
}

.key article section {
	background-color: #fff;
	border-radius: 0 0 12px 12px;
	padding-bottom: 24px;
}

.key article section h4 {
	font-size: 2.2rem;
	font-weight: var(--Bold);
	padding: 16px 0;
}

.key article section .key-details {
	display: flex;
	justify-content: center;
}

.key article section .key-details .before {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.key article section .key-details .before dt {
	font-size: 1.9rem;
	font-weight: var(--Medium);
	margin-top: -3px;
}

.key article section .key-details .before dd {
	font-size: 2.2rem;
	font-weight: var(--Medium);
}

.key article section .key-details .before dd span { font-size: 3.5rem; }

.key article section .key-details .after {
	margin-left: 28px;
	padding-left: 79px;
	position: relative;
	text-align: left;
}

.key article section .key-details .after::before {
	background: url(../images/icon_key_arrow.svg) no-repeat;
	background-size: cover;
	bottom: 3px;
	content: '';
	display: block;
	height: 46px;
	left: 0;
	position: absolute;
	width: 57px;
}

.key article section .key-details .after dt {
	font-size: 1.9rem;
	font-weight: var(--Bold);
	left: 12px;
	position: absolute;
	top: -4px;
}

.key article section .key-details .after dd {
	align-items: flex-end;
	display: flex;
	margin-bottom: 4px;
}

.key article section .key-details .after dd p {
	font-size: 3.6rem;
	font-weight: var(--Bold);
	line-height: 1;
}

.key article section .key-details .after dd p img { height: 78px; }

.key article section .key-details .after dd p > span {
	display: inline-block;
	font-feature-settings: 'palt';
	font-size: 9.6rem;
	line-height: 1;
}

.key article section .key-details .after dd p > span span { letter-spacing: -26px; }

.key article section .key-details .after dd b {
	font-weight: var(--Light);
	line-height: 1.2;
	margin-bottom: 4px;
}

.key article section details { margin-top: 8px; }

.key article section details summary { display: none; }

.key article section details .accordion p {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: var(--Light);
	margin-left: auto;
	margin-right: auto;
	max-width: 810px;
	text-align: left;
}

@media (max-width: 768px) {

	.key {
		background-image: url(../images/head_cloud_bg_sp.svg);
		background-position: 10.4vw 3.2vw;
		background-size: 85.333vw auto;
		margin-bottom: 10.933vw;
	}

	.key h2 {
		display: block;
		margin-left: 5.333vw;
		margin-right: 5.333vw;
		padding-top: 8vw;
	}

	.key h2 strong:nth-of-type(1) { font-size: 7.467vw; }
	.key h2 strong:nth-of-type(2) { font-size: 11.733vw; }
	.key h2 strong:nth-of-type(2) span { font-size: 8.533vw; }
	.key h2 strong:nth-of-type(3) { font-size: 10.667vw; }

	.key .logo-nenkin {
		margin: 3.2vw auto 0;
		width: 32vw;
	}

	.key article {
		margin-left: 5.333vw;
		margin-right: 5.333vw;
		margin-top: 5.333vw;
	}

	.key article::after {
		background-image: url(../images/key_illust_sp.png);
		height: 48.267vw;
		left: -5.333vw;
		top: -28.8vw;
		width: 30vw;
	}

	.key article h3 {
		border-radius: 1.6vw 1.6vw 0 0;
		font-size: 4.267vw;
		padding-bottom: 1.033vw;
		padding-top: 1.333vw;
	}

	.key article h3 strong {
		line-height: 1.3;
		margin-left: 19.2vw;
	}

	.key article h3 strong::before {
		height: 11.733vw;
		left: -14.833vw;
		top: -1.667vw;
		width: 13.467vw;
	}

	.key article section h4 {
		font-size: 3.733vw;
		padding: 2.4vw 0 0;
	}

	.key article section .key-details { display: block; }

	.key article section .key-details .before {
		align-items: baseline;
		flex-direction: initial;
		justify-content: center;
	}

	.key article section .key-details .before dt { font-size: 3.2vw; }
	.key article section .key-details .before dd { font-size: 4.267vw; }
	.key article section .key-details .before dd span { font-size: 5.333vw; }

	.key article section .key-details .after {
		align-items: baseline;
		display: flex;
		justify-content: center;
		margin-left: 0;
		margin-top: 1.333vw;
		padding-left: 0;
	}

	.key article section .key-details .after::before {
		background-image: url(../images/icon_key_arrow_sp.svg);
		height: 9.067vw;
		left: 20.333vw;
		top: -.667vw;
		width: 8.533vw;
	}

	.key article section .key-details .after dt {
		font-size: 3.733vw;
		left: auto;
		position: relative;
		top: auto;
	}

	.key article section .key-details .after dd {
		margin-bottom: 0;
		margin-top: 0;
	}

	.key article section .key-details .after dd p { font-size: 5.333vw; }
	.key article section .key-details .after dd p > span { font-size: 18.133vw; }
	.key article section .key-details .after dd p > span span { letter-spacing: -4.333vw; }

	.key article section .key-details .after dd p img { height: 14.667vw; }

	.key article section .key-details .after dd b {
		bottom: -4.667vw;
		font-size: 3.2vw;
		left: 0;
		margin-bottom: 0;
		position: absolute;
		text-align: center;
		width: 100%;
	}

	.key article section .key-details .after dd b br { display: none; }

	.key article section details {
		margin-top: 9.333vw;
		padding: 0 5.333vw;
	}

	.key article section details summary { display: block; }

	.key article section details .accordion { margin-top: 2.4vw; }

	.key article section details .accordion p { font-size: 3.2vw; }

}

/* --------------------------------------------------------------------------------------
	ナンバリング
--------------------------------------------------------------------------------------- */

.numbering { counter-reset: number 0; }

.numbering > li,
.numbering > section h5 { position: relative; }

.numbering > li:before,
.numbering > section h5::before {
	align-items: center;
	background-color: #fff;
	border: 3px solid var(--color-coral-blue);
	color: var(--color-coral-blue);
	content: counter(number) ' ';
	counter-increment: number 1;
	display: flex;
	font-size: 3.2rem;
	font-weight: var(--Bold);
	height: 68px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 68px;
}

@media (max-width: 768px) {

	.numbering > li:before,
	.numbering > section h5::before {
		font-size: 5.333vw;
		height: 11.2vw;
		width: 11.2vw;
	}
}

/* --------------------------------------------------------------------------------------
	注釈
--------------------------------------------------------------------------------------- */

.note > li,
.note-num > li,
.dotted-black > li,
.icon-check > li {
	font-size: 1.4rem;
	padding-left: 1.6em;
	position: relative;
}

.note li::before,
.note-large li::before {
	content: '※';
	left: 0;
	position: absolute;
}

.note li::before { left: 5px; }

.note.small li::before {
	content: '*';
	left: 0;
}

.note-large > li,
.dotted-small > li,
.note-num.large > li {
	font-size: 1.9rem;
	padding-left: 1.3em;
	position: relative;
}

.note.small li { padding-left: 1rem; }

.dotted > li {
	font-size: 2rem;
	padding-left: 1.3em;
	position: relative;
}

.dotted > li:nth-of-type(n+2) { margin-top: 12px; }
.dotted-black li:nth-of-type(n+2),
.note-num > li:nth-of-type(n+2) { margin-top: 4px; }

.dotted > li::before {
	background-color: var(--color-coral-blue);
	border-radius: 100vw;
	content: '';
	display: block;
	height: 14px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 14px;
}

.dotted-small > li::before {
	content: '·';
	left: 6px;
	position: absolute;
}

.dotted-black > li::before {
	content: '●';
	left: 0;
	position: absolute;
}

.note-num { counter-reset: number 0; }

.note-num > li::before {
	content: '※' counter(number);
	counter-increment: number 1;
	font-size: 1rem;
	left: 0;
	position: absolute;
	top: 3px;
}

.note-num.large > li::before {
	font-size: 1.2rem;
	top: 5px;
}

.dotted-black li ul li {
	margin-left: 1em;
	text-indent: -1em;
}

.icon-check > li::before {
	content: '✓';
	left: 2px;
	position: absolute;
}

@media (max-width: 768px) {
	.note > li,
	.note-num > li,
	.dotted-black > li,
	.icon-check > li {
		font-size: 3.2vw;
		padding-left: 4.333vw;
	}

	.dotted > li { font-size: 3.467vw; }

	.dotted > li::before {
		height: 2.267vw;
		width: 2.267vw;
	}

	.note-large > li,
	.dotted-small > li,
	.note-num.large > li { font-size: 3.2vw; }

	.note-num.large > li::before {
		font-size: 2vw;
		top: .733vw;
	}

	.note-num > li::before {
		font-size: 1.867vw;
	}
}

/* --------------------------------------------------------------------------------------
	アコーディオン
--------------------------------------------------------------------------------------- */

details { overflow: hidden; }

details .acc-btn {
	background-color: #fff;
	border: 2px solid var(--color-gray);
	border-radius: 100vw;
	color: var(--color-gray);
	cursor: pointer;
	display: block;
	font-size: 1.8rem;
	font-weight: var(--Bold);
	padding: 10px;
	position: relative;
	text-align: center;
}

details .acc-btn.medium { max-width: 440px; }

details .acc-btn::after {
	background: url(../images/icon_acc_arrow.svg) no-repeat;
	background-size: 100% auto;
	content: '';
	display: block;
	height: 11px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
	width: 18px;
}

details summary::-webkit-details-marker { display: none; }

details .acc-plus-btn {
	background: url(../images/icon_plus.svg) no-repeat right center;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	cursor: pointer;
	display: block;
	font-size: 2rem;
	font-weight: var(--Bold);
	padding: 18px 0 18px 0;
	position: relative;
	text-align: left;
}

details[open] > .acc-btn::after { transform: translateY(-50%) rotate(180deg); }
details[open] > .acc-plus-btn { background-image: url(../images/icon_minus.svg); }

@media (max-width: 768px) {

	details .acc-btn {
		font-size: 3.467vw;
		padding: 1.6vw 0;
	}

	details .acc-btn::after {
		height: 1.733vw;
		margin-top: -.133vw;
		right: 3.2vw;
		width: 2.933vw;
	}

	details .acc-plus-btn {
		background-size: 4.267vw auto;
		font-size: 4.267vw;
		padding: 3.467vw 0;
	}
}

/* --------------------------------------------------------------------------------------
	スクロールテーブル
--------------------------------------------------------------------------------------- */

@media (max-width: 768px) {

	div.scroll-table { position: relative; }

	div.scroll-table::before {
		background: url(../images/scroll_guide.svg) no-repeat;
		background-size: cover;
		content: '';
		height: 20vw;
		left: calc(50% - 11.867vw);
		position: absolute;
		top: calc(50% - 10vw);
		transition: all .3s ease-in-out;
		width: 23.467vw;
		z-index: 1;
	}

	div.scroll-table.drag::before { opacity: 0; }

	div.scroll-table > div {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/* --------------------------------------------------------------------------------------
	フッター
--------------------------------------------------------------------------------------- */

footer {
	background-color: var(--color-coral-blue);
	color: #fff;
	font-family: var(--font-noto-Sans);
	font-size: 1.2rem;
	letter-spacing: .4px;
	padding: 20px 0 140px;
}

@media (max-width: 768px) {

	footer {
		font-size: 3.2vw;
		padding: 3.2vw 0 26.2vw;
	}

}