/* BASE =====================================================*/
html {
	/* font-size: 62.5%; */
	/* ↓TOPに戻るときのスクロールの滑らかさ */
	scroll-behavior: smooth;

}

a img:hover,
a img:active,
a:hover,
a:active {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
}

:root {
	--main-color1: #B50081;
	--main-color2: #F86ACF;
	--main-color3: #F9F0F3;
	--sub-color: #D13F93;
	--mono-tone1: #F0F0F0;
	--mono-tone2: #676767;
	--mono-tone3: #707070;
	--sub-color2: #FFF8CA;
	--sub-color3: #EF4050;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
	padding: 0;
	position: relative;
	justify-content: center;
	align-items: center;
	font-size: 100%;
}


figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	list-style: none;
	display: block;
}


/* main ===================================================== */
/* ページ内すべての p と li は以下のサイズ
   調整が必要な個所のみ個別指定とする  */
main p,
main li {
	font-size: 16px;
	line-height: 1.75;
}

@media screen and (min-width: 641px) {

	main p,
	main li {
		font-size: 20px;
		line-height: 1.95;
	}
}



/* header =====================================================*/
#header {
	padding-top: 17.467vw;
	margin-bottom: 6.668%;
}

#header-inner {
	width: 100%;
}

@media screen and (min-width: 641px) {
	#header {
		padding-top: 121px;
		margin-bottom: 48px;
	}

	#header-inner {
		width: 1024px;
		margin: 0 auto;
	}
}

/* #contents =====================================================*/

.banner_section {
	margin: 0 auto;
}

.section-inner {
	margin: 0 auto 5%;
}

.outline-box {
	margin: 0 auto 10%;
}

@media screen and (min-width: 641px) {
	.outline-box {
		width: 900px;
		margin: 0 auto 5%;
	}
}

.outline-box h3 {
	margin: 0 auto 3%;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	background-color: #004c7f;
	border-radius: 4px;
	padding: 2% 1%;
	font-weight: normal;
}


@media screen and (min-width: 641px) {
	.outline-box h3 {
		margin: 0 auto 2%;
		font-size: 22px;
	}

}

.outline-box p {
	text-align: left;
}

.list {
	width: 100%;
	margin: 0 auto;
}

.list li {
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}


.list-gaiyo p {
	font-weight: bold;
}

.outline-box a {
	color: #b60081;
}


ul.download {
	width: 85%;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5%;
	margin: 10px auto 10%;
}

@media screen and (min-width: 641px) {
	ul.download {
		width: fit-content;
		margin-top: 20px;
		margin-bottom: 5%;
	}
}

/* .outline =====================================================*/

.outline-lead {
	width: 85%;
	margin: 0 auto 10%;
}

.outline-lead h2 {
	color: #b50081;
	text-align: center;
	margin: 0 auto 3%;
	font-size: 20px;
}

.outline-lead p {
	text-align: left;
}

@media screen and (min-width: 641px) {

	.outline h2 {
		margin: 0 auto 2%;
		color: #b50081;
		font-size: 24px;
		text-align: center;
	}

	.outline-lead {
		width: fit-content;
		margin: 5% auto 5%;
	}

	.outline-lead h2 {
		color: #b50081;
		font-size: 24px;
		margin-bottom: 3%;
	}

	.outline-lead p {
		font-size: 20px;
		text-align: left;
	}
}

.outline-box p span {
	font-weight: normal;
}

.outline-box04 {
	margin-bottom: 6.668%;
}

.outline-box04 p.keyword {
	width: 100%;
	margin: 4.546% auto 4.871%;
}

.outline-box04 .keyword-box {
	margin: 15px auto;
	padding: 0.6em 1em;
	font-weight: bold;
	border: solid 3px #004c7e;
	box-sizing: border-box;
}

.outline-box04 .keyword-box p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #004c7e;
}

.outline-box li.isRed {
	color: #f00;
}

.outline-box10 a {
	color: #007cd0;
	text-decoration: underline;
}


/* .notes =====================================================*/

.notes {
	margin: -5% auto 0;
	width: 85%;
}

.notes .list li {
	font-size: 12px;
}

@media screen and (min-width: 641px) {
	.notes {
		margin: -3% auto 0;
		width: fit-content;
	}

	.notes .list li {
		font-size: 14px;
	}
}

.notes .keyword-box {
	width: 82.134%;
	margin: 0 auto;
	padding: 0.6em 1em;
	font-weight: bold;
	border: solid 3px .004c7e;
	box-sizing: border-box;
}

.notes .keyword-box p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #004c7e;
}

/* parts =====================================================*/

.footblank {
	margin-left: .5rem;
	width: 1.6rem !important;
	vertical-align: middle !important;
	display: inline-block !important;
}

.fwb {
	font-weight: bold;
}

.main_section .box_01 p {
	text-align: center;
}

.main_section {
	width: 85%;
	margin: 0 auto;
}

.contents .banner_section div {
	width: 85%;
	margin: 0 auto;
}

.contents .banner_section div p {
	display: block;
	width: fit-content;
	margin: 0 auto 10%;
}

@media screen and (min-width: 641px) {
	.contents .banner_section div p {
		display: block;
		width: fit-content;
		margin: 0 auto 5%;
	}
}


.banner_01 {
	display: block;
	width: fit-content;
	height: fit-content;
	margin: 0 auto;
}

#header.end {
	padding-top: 0;
}

.fc_sub3 {
	color: var(--sub-color3);
}

@media screen and (min-width: 641px) {
	a[href*="tel:"] {
		pointer-events: none;
		color: #000000 !important;
	}

	.no_event {
		cursor: text !important;
	}

}


/* TOPに戻るボタン ====================== */

/* ボタンが出現するアニメーション */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 80%;
	}
}

/* ─────────── */

/* フッター手前で止まる挙動 */
.pagetop_sticky {
	position: sticky;
	height: 50px;
	width: 50px;
	left: 1500px;
	bottom: 30px;
	opacity: 80%;
	background: #F4EC70;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: fadeIn 3s ease-in-out;
	margin: 0 7% 5% 0;
}

@media screen and (min-width: 641px) {
	.pagetop_sticky {
		height: 80px;
		width: 80px;
		bottom: 100px;
		opacity: 80%;
	}
}

.pagetop {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 641px) {
	.pagetop {
		width: 80px;
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

/* 矢印 ====================================== */
.pagetop_arrow {
	height: 10px;
	width: 10px;
	border-top: 2px solid var(--main-color1);
	border-right: 2px solid var(--main-color1);
	transform: translateY(20%) rotate(-45deg);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 641px) {

	.pagetop__arrow {
		border-top: 3px solid var(--main-color1);
		border-right: 3px solid var(--main-color1);
	}
}

/* ─────────── */


@media (hover: hover) and (pointer: fine) {

	.pagetop:hover {
		border-radius: 50%;
		background-color: var(--mono-tone3);
		border-color: var(--main-color1);
	}

}

/* / TOPに戻るボタン ====================== */

/* 個別 ====================== */
.myscue_deco {
    text-decoration: solid underline #fff100 4px;
    text-underline-offset: 5px;
}
.box_02 p {
	text-align: center;
}
.box_05 p {
	margin-top: 30px;
	text-align: center;
}
.section .imgArea a {
	display: block;
	width: fit-content;
	margin: auto ;
}
.box_05 .imgArea {
	margin-top: 20px;
}
@media screen and (min-width: 641px) {
	.outline-lead {
		width: 900px;
	}
}
@media screen and (max-width: 640px) {
	.box_05 p {
		margin-top: 15px;
	}
	.download + .imgArea {
		width: 85%;
		margin: 0 auto 10%;
	}
	.box_05 .imgArea {
		margin-top: 5px;
	}
}



/* 202509用追記 =====================================================*/
main#cp_myscue #header.is2509 h1 {
	position: absolute;
}
main#cp_myscue #header.is2509 #KV-main {
	top: 282px;
	height: 520px;
}
main#cp_myscue #header.is2509 #KV-main p.isKV_bubble01 {
	width: 14.6%;
	top: 6%;
	left: 5%;
	right: auto;
}
main#cp_myscue #header.is2509 #KV-main h2 {
	width: 69%;
	top: 8%;
}
main#cp_myscue #header.is2509 span.kirakira2 {
    top: 25%;
	bottom: auto;
	left: auto;
    right: 6%;
    width: 2%;
}
main#cp_myscue #header.is2509 span.kirakira3 {
    top: 21%;
	bottom: auto;
	left: auto;
    right: 3.5%;
    width: 3%;
}
main#cp_myscue #header.is2509 span.kirakira4 {
    top: auto;
	bottom: 10%;
	left: auto;
    right: 1%;
    width: 8%;
}
.kirakira5, .kirakira6, .kirakira7 {
    opacity: 0;
    animation: fadeIn 0.5s 0.5s forwards, zoomInOut 2s 2s infinite;
}
main#cp_myscue #header.is2509 span.kirakira5 {
    top: 50%;
	bottom: auto;
	left: 15%;
    right: auto;
    width: 2%;
}
main#cp_myscue #header.is2509 span.kirakira6 {
    top: 46%;
	bottom: auto;
	left: 16%;
    right: auto;
    width: 3%;
}
main#cp_myscue #header.is2509 span.kirakira7 {
    top: 34%;
	bottom: auto;
	left: auto;
    right: 14%;
    width: 7%;
}
main#cp_myscue #header.is2509 #KV-main h4 {
	width: 90%;
}
@media screen and (max-width: 750px) {
	main#cp_myscue #header.is2509 {
		height: 950px;
	}
	main#cp_myscue #header.is2509 #KV-main h4 {
		top: 550px;
	}
}
@media screen and (max-width: 640px) {
	main#cp_myscue #header.is2509 {
		height: 132vw;
	}
	main#cp_myscue #header.is2509 #KV-main {
		top: 36vw;
		height: 72vw;
	}
	main#cp_myscue #header.is2509 #KV-main p.isKV_bubble01 {
		top: 7%;
	}
	main#cp_myscue #header.is2509 #KV-main h2 {
		top: 10%;
	}
	main#cp_myscue #header.is2509 #KV-main h4 {
		top: 110%;
	}
	main#cp_myscue #header.is2509 span.kirakira2 {
		top: 23%;
	}
	main#cp_myscue #header.is2509 span.kirakira3 {
		top: 19%;
	}
	main#cp_myscue #header.is2509 span.kirakira4 {
		bottom: 12%;
	}
}

main#cp_myscue .anchor-box.is01 {
	width: 90%;
	margin: 100px auto 0;
	padding-bottom: 50px;
}
main#cp_myscue .anchor-box.is01 li + li {
	margin-top: 20px;
}

main#cp_myscue .anchor-box.is02 {
	margin: 50px auto 0;
	text-align: center;
}
main#cp_myscue .anchor-box.is02 li + li {
	margin-top: 10px;
}
main#cp_myscue .anchor-box.is02 a {
	position: relative;
	font-size: 40px;
	font-weight: bold;
}
main#cp_myscue .anchor-box.is02 a::before {
	position: absolute;
	content: '';
	box-sizing: border-box;
	width: 30px;
	height: 48px;
	border-top: 24px solid #b60081;
	border-right: 15px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 15px solid transparent;
	top: 16px;
	right: -40px;
}
main#cp_myscue #anchor05 {
	scroll-snap-type: y proximity;
	scroll-margin-top: 20px;
}
main#cp_myscue #anchor06 {
	scroll-snap-type: y proximity;
	scroll-margin-top: 20px;
}

@media screen and (max-width: 640px) {
	main#cp_myscue .anchor-box.is01 {
		margin-top: 40px;
		padding-bottom: 20px;
	}
	main#cp_myscue .anchor-box.is01 li + li {
		margin-top: 10px;
	}

	main#cp_myscue .anchor-box.is02 {
		margin: 20px auto 0;
	}
	main#cp_myscue .anchor-box.is02 a {
		font-size: 20px;
		color: #b60081;
	}
	main#cp_myscue .anchor-box.is02 a::before {
		width: 20px;
		height: 32px;
		border-top: 16px solid #b60081;
		border-right: 10px solid transparent;
		border-bottom: 16px solid transparent;
		border-left: 10px solid transparent;
		top: 5px;
		right: -30px;
	}
}
main#cp_myscue .cts01.isAdd {
	height: auto;
	background-image: none;
	background: #fff;
}
main#cp_myscue .cts01.isAdd h2 {
	width: 64%;
}
main#cp_myscue .cts01.isAdd p {
	margin-bottom: 0;
}
main#cp_myscue .cts02.isMySCUE {
	padding-top: 40px;
	background-image: none;
	background: #fff;
}
main#cp_myscue .isMySCUE h2 {
	 margin-bottom: 20px;
}
main#cp_myscue .isMySCUE h2 img {
	/*max-width: 450px;*/
	max-width: 474px;
}
main#cp_myscue .cts02.isiAEON {
	padding-top: 120px;
}
main#cp_myscue .cts02.isiAEON h2 img {
	max-width: 474px;
}
main#cp_myscue .is2509 .cts04 {
	padding-bottom: 0;
}
main#cp_myscue .cts04 .isStep {
	margin-bottom: 100px;
}
main#cp_myscue .cts04 .member-box {
	width: 88%;
	margin: 50px auto 0;
	border-radius: 20px;
	padding: 30px 6% 50px;
	background: #fff;
}
main#cp_myscue .cts04 .member-box .member-ttl {
	margin-bottom: 60px;
}
main#cp_myscue .cts04 .member-box .isTxt + .isImg {
	margin-top: 30px;
}
main#cp_myscue .cts04 .member-box .member-step + .member-step {
	margin-top: 80px;
}
@media screen and (max-width: 640px) {
	main#cp_myscue .isMySCUE h2 {
		margin-bottom: 10px;
		width: 90%;
	}
	main#cp_myscue .isMySCUE h2 img,
	main#cp_myscue .cts02.isiAEON h2 img {
		max-width: 100%;
	}
	main#cp_myscue .cts01-icons ul:nth-of-type(2) li {
		width: 33.33%;
		text-align: center;
	}
	main#cp_myscue .cts01.isAdd {
		padding: 60px 3% 0;
	}
	main#cp_myscue .cts01.isAdd h2 {
		width: 91%;
	}
	main#cp_myscue .cts02.isMySCUE ul.download {
		margin-bottom: 0;
	}
	main#cp_myscue .cts02.isiAEON {
		padding-top: 80px;
	}
	main#cp_myscue .cts04 .isStep {
		margin-bottom: 60px;
	}
	main#cp_myscue .cts04 .member-box {
		margin: 30px auto 0;
		border-radius: 10px;
		padding: 20px 6% 20px;
		font-size: 18px;
	}
	main#cp_myscue .cts04 .member-box .member-ttl {
		margin-bottom: 30px;
	}
	main#cp_myscue .cts04 .member-box .isTxt + .isImg {
		margin-top: 15px;
	}
	main#cp_myscue .cts04 .member-box .member-step + .member-step {
		margin-top: 40px;
	}
}