@charset "Shift_JIS";
/* CSS Document */

/* ========================================
	共通スタイル 初期化
======================================== */

.sc-container * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.sc-container *::before,
.sc-container *::after {
	box-sizing: border-box;
}

.sc-container {
	/* width: 1180px; */
	width: 100%;
	margin: 0 auto;
	padding: 66px 0 132px;
}

/*ページトップへ戻る*/
#page-top a {
	background: url(../img/btn_pagetop.png) left top;
	width: 100px;
	height: 100px;
	display: block;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}



/* ========================================
	members
======================================== */
.sc-container .title {
	width: 1180px;
	margin: 0 auto;
}
.sc-container .title-main {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: calc(26 / 22);
	color: #222222;
	display: block;
}
.sc-container .title-sub {
	font-family: "Lato", sans-serif;
	font-size: 60px;
	font-weight: 900;
	line-height: 1;
	color: #222222;
	display: block;
	padding-top: 10px;
	letter-spacing: 0.015em;
}
.sc-container .lead {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: calc(32 / 16);
	color: #222222;
	padding-top: 24px;
	width: 1180px;
	margin: 0 auto;
	letter-spacing: 0.008em;
}
.sc-container .lead sup {
	font-size: 10px;
}

.sc-container .line {
	background: -webkit-linear-gradient(rgba(255, 206, 92, 1), rgba(255, 244, 92, 1)) 0 100%/0 40% no-repeat;
	background: linear-gradient(rgba(255, 244, 92, 1), rgba(255, 244, 92, 1)) 0 100%/0 40% no-repeat;
	/* background-size: 100% 40%; */
}
.sc-container .line.scrollin {
	background-size: 100% 40%;
}

.sc-container .benefits {
	width: 100%;
	background-color: #f5f5f5;
	margin-top: 72px;
	padding-top: 49px;
	padding-bottom: 41px;
}

.sc-container .benefits-wrapper {
	width: 1180px;
	margin: 0 auto;
}

.sc-container .benefits-title span {
	font-family: "Noto Sans JP", sans-serif;
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	color: #222222;
	letter-spacing: 0.1em;
}

.sc-container .benefits-title span::after {
	content: "";
	display: block;
	background-color: #222222;
	width: 100px;
	height: 2px;
	position: absolute;
	right: -118px;
	top: calc(50% - 1px);
}

.sc-container .benefits-list-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-top: 21px;
	justify-content: space-between;
}

.sc-container .benefits-list {
	width: calc(100% - 527px);
}
.sc-container .benefits-list-item {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.sc-container .benefits-list-item~.benefits-list-item {
	padding-top: 15px;
}
.sc-container .benefits-list-item-number {
	background-color: #222222;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sc-container .benefits-list-item-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: calc(28 / 16);
	color: #222222;
	padding-left: 16px;
}

.sc-container .benefits-list-item-text sup {
	font-size: 10px;
}

.sc-container .benefits-list-item-text a {
	text-decoration: underline;
}
.sc-container .benefits-list-item-text a:hover {
	text-decoration: none;
}
.sc-container .link {
	display: inline-block;
	margin-top: 10px;
}
.sc-container .benefit-image {
	width: 527px;
	margin-top: -58px;
}
.sc-container .benefit-image img {
	width: 100%;
	height: auto;
}

.sc-container .benefit-note {
	width: 1180px;
	margin: 0 auto;
	padding-top: 32px;
}
.sc-container .benefit-note-list {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.sc-container .benefit-note-list-item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: calc(28 / 14);
	color: #222222;
	text-indent: -2.5em;
	padding-left: 2.5em;
}




.sc-container .btn-wrapper {
	width: 864px;
	margin: 0 auto;
	padding-top: 73px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.sc-container .btn-members-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 402px;
	height: 82px;
	border: solid 2px #434343;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	position: relative;
	transition: all 0.4s ease-out;
}
.sc-container .btn-members-link:hover {
	background-color: #000000;
	color: #ffffff;
	opacity: 1;
}
.sc-container .btn-members-link::after {
	content: "";
	display: block;
	background: url(../img/arrow_btn_pc.png) no-repeat;
	background-size: contain;
	width: 51px;
	height: 8px;
	position: absolute;
	right: 40px;
	top: calc(50% - 6px);
}
.sc-container .btn-members a:hover::after {
	content: "";
	display: block;
	background: url(../img/arrow_btn_pc_on.png) no-repeat;
	background-size: contain;
	width: 51px;
	height: 8px;
	position: absolute;
	right: 40px;
	top: calc(50% - 6px);
}

.sc-container .link-area {
	width: 100%;
	margin: 0;
	padding-top: 20px;
}
.sc-container .link-list {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.sc-container .link-list-item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: calc(36 / 16);
	color: #222222;
	letter-spacing: 0.004em;
}
.sc-container .link-list-item a {
	text-decoration: underline;
}
.sc-container .link-list-item a:hover {
	text-decoration: none;
}

/* ====================
スクロール
==================== */
.line.fadein{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
.line.fadein.scrollin{-webkit-transition:.8s .4s ease;transition:.8s .4s ease;}