@charset "shift_jis";
body{
	font-family: Helvetica, "ƒqƒ‰ƒMƒmŠpƒS Pro", "Hiragino Kaku Gothic Pro", Arial, "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "sans-serif";
	letter-spacing: 0.04em;
	font-feature-settings: "palt" 1;
}

/*====================================
 *
 * PC
 *
 * ====================================*/
@media print, screen and (min-width: 744px) {
	/* ----- .header ----- */
	#header {
		position: fixed;
		width: 100%;
		background-color: #fff;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		z-index: 1000;
	}
	#header #headerContents {
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 1440px;
		min-height: 74px;
		margin: 0 auto;
		padding: 5px 48px;
	}
	#header #headerContents .heading01Title {
		font-size: 1.6rem;
		color: #205af3;
		font-weight: bold;
		line-height: 1.6;
	}
	#header #headerContents .heading01Title > img {
		width: 18px;
		height: 18px;
		margin-left: 4px;
		vertical-align: text-bottom;
	}
	#header #headerContents .header-button [class^="header-buttonType"] {
		display: inline-block;
		padding: 18px 81px;
		background-color: #000;
		border-radius: 30px;
		border: 1px solid #000;
		font-size: 1.4rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		transition: all 0.3s ease-out;
	}
	#header #headerContents .header-button .header-buttonType--arow {
		padding: 12px 36px 12px 40px;
	}
	#header #headerContents .header-button [class^="header-buttonType"]:hover {
		display: inline-block;
		background-color: #fff;
		border: 1px solid #000;
		color: #000;
	}
	#header #headerContents .header-button [class^="header-buttonType"] .header-buttonLabel {
		position: relative;
	}
	#header #headerContents .header-button .header-buttonType--arow .header-buttonLabel {
		padding-right: 24px;
	}
	#header #headerContents .header-button .header-buttonType--arow .header-buttonLabel::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: rotate(45deg);
		width: 5px;
		height: 5px;
		margin-top: -4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transition: all 0.3s ease-out;
	}
	#header #headerContents .header-button .header-buttonType--arow:hover .header-buttonLabel::before {
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
	/* ----- .blueArea ----- */
	.education-blueArea {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		padding: 45px 0;
		background-color: #205af3;
	}
	/* ----- .linkList ----- */
	.education-linkList {
		margin-top: 20px;
	}
	.education-linkList > li {
		position: relative;
		padding-left: 20px;
		font-size: 1.5rem;
	}
	.education-linkList > li::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		margin-top: 0.18em;
		border-top: 7.5px solid transparent;
		border-left: 10px solid #131314;
		border-bottom: 7.5px solid transparent;
	}
	.education-linkList > li a{
		color: #205af3;
	}
	/* ----- .button ----- */
	.education-button {
		width: fit-content;
		margin: 10px auto 0;
	}
	.education-button [class^="education-buttonType"] {
		display: inline-block;
		padding: 18px 81px;
		background-color: #000;
		border-radius: 30px;
		border: 1px solid #000;
		font-size: 1.6rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		transition: all 0.3s ease-out;
	}
	.education-button .education-buttonType--input {
		cursor: pointer;
	}
	.education-button .education-buttonType--arow {
		padding: 18px 69px;
	}
	.education-button [class^="education-buttonType"]:hover {
		display: inline-block;
		background-color: #fff;
		border: 1px solid #000;
		color: #000;
	}
	.education-button [class^="education-buttonType"] .education-buttonLabel {
		display: block;
		position: relative;
		letter-spacing: 0.1em;
	}
	.education-button .education-buttonType--arow .education-buttonLabel {
		padding-right: 24px;
	}
	.education-button .education-buttonType--arow .education-buttonLabel::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		margin-top: -6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transition: all 0.3s ease-out;
	}
	.education-button .education-buttonType--arow:hover .education-buttonLabel::before {
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
	.education-button.type02 {
		width: fit-content;
		margin: 10px auto 0;
	}
	.education-button.type02 [class^="education-buttonType"] {
		display: inline-block;
		padding: 18px 69px;
		background-color: #fff;
		border-radius: 30px;
		border: 1px solid #fff;
		font-size: 1.6rem;
		color: #205af3;
		font-weight: bold;
		text-decoration: none;
		transition: all 0.3s ease-out;
	}
	.education-button.type02 a:hover {
		display: inline-block;
		padding: 18px 69px;
		background-color: #205af3;
		border-radius: 30px;
		border: 1px solid #fff;
		font-size: 1.6rem;
		color: #fff;
	}
	.education-button.type02 .education-buttonType--input {
		cursor: pointer;
	}
	.education-button.type02 .education-buttonType--arow {
		padding: 18px 69px;
	}
	.education-button.type02 [class^="education-buttonType"] .education-buttonLabel {
		display: block;
		position: relative;
	}
	.education-button.type02 .education-buttonType--arow .education-buttonLabel {
		padding-right: 25px;
	}
	.education-button.type02 .education-buttonType--arow .education-buttonLabel::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		margin-top: -6px;
		border-top: 2px solid #205af3;
		border-right: 2px solid #205af3;
		transition: all 0.3s ease-out;
	}
	.education-button.type02 .education-buttonType--arow:hover .education-buttonLabel::before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.spOnly {
		display: none!important;
	}
	
	/* ----- .education-hero ----- */
	.education-hero {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		background-color: #205af3;
	}
	.education-heroInner {
		position: relative;
		display: flex;
		flex-flow: row-reverse nowrap;
		justify-content: space-between;
		max-width: 1440px;
		margin: 0 auto;
		padding: 112px 0 48px 144px;
	}
	.education-heroInner::before {
		position: absolute;
		top: 112px;
		left: 90px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic02.png") no-repeat;
		width: 9px;
		height: 170px;
		content: "";
	}
	.education-heroImage {
		margin-top: 40px;
	}
	.education-heroBody {
		margin-right: 30px;
	}
	.education-heroSubTitleWrap + .education-heroSubTitleWrap {
		margin-top: 15px;
	}
	.education-heroSubTitle {
		display: inline;
		padding: 7px 15px 6px;
		background-color: #fff;
		color: #205af3;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.6;
	}
	.education-heroTitle {
		margin-top: 20px;
		color: #fff;
		font-size: 5.6rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.education-hero + * {
		padding-top: 95px;
	}
	
	/* ----- .education-heroBottom ----- */
	.education-heroBottom {
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}
	/* ----- .education-box ----- */
	.education-boxWrap {
		position: relative;
		max-width: 1440px;
		margin: 0 auto;
	}
	.education-box {
		position: absolute;
		left: 150px;
		top: -180px;
		padding: 40px 30px 30px;
		border-radius: 10px;
		background-color: #fff;
		z-index: 1;
	}
	.education-boxText {
		color: #131314;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}
	.education-boxText-accent {
		color: #205af3;
	}
	.education-boxRead {
		color: #131314;
		font-size: 3.6rem;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
	}
	.education-boxReadText {
		display: inline-block;
		background: linear-gradient(transparent 65%,#ebf1ff 0);
	}
	.education-boxRead-accent {
		color: #205af3;
	}
	.education-boxRead-large {
		font-size: 6.4rem;
	}
	
	/* ----- .education-read ----- */
	.education-read {
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	.education-read-accent {
		color: #205af3;
	}
	.education-read-large {
		font-size: 5.4rem;
	}
	
	/* ----- .education-read02 ----- */
	.education-read02Wrap {
		max-width: 980px;
		margin: 0 auto;
	}
	.education-read02 {
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	
	/* ----- .education-noteList ----- */
	.education-noteListWrap {
		margin-top: 5px;
	}
	.education-noteList {
		text-align: left;
	}
	.education-noteList-center {
		text-align: center;
	}
	.education-noteList > li,
	.education-noteList-center li{
		position: relative;
		padding-left: 13px;
		color: #777d8e;
		font-size: 1.1rem;
		letter-spacing: -0.1px;
	}
	.education-noteList-center li{
		display: inline;
	}
	.education-noteList > li + li {
		margin-top: 7px;
	}
	.education-noteList > li > .education-noteListMark,
	.education-noteList-center > li > .education-noteListMark {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	/* ----- .education-noteList02 ----- */
	.education-noteList02Wrap {
		margin: 30px 0 50px;
	}
	.education-noteList02 {
		text-align: left;
	}
	.education-noteList02 > li {
		position: relative;
		padding-left: 13px;
		color: #777d8e;
		font-size: 1.1rem;
		line-height: 1.4;
		letter-spacing: -0.1px;
	}
	.education-noteList02 > li > .education-noteList02Mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	/* ----- .education-privilege ----- */
	.education-privilege {
		max-width: 740px;
		margin: 50px auto 0;
	}
	.education-privilegeTitle {
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
	}
	.education-privilegeColumn {
		position: relative;
		display: flex;
		flex-flow: row nowrap;
		margin: 10px 0 15px;
	}
	.education-privilegeColumn::before {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background-color: #205af3;
		transform: translate(-50%, -50%);
		content: "";
	}
	.education-privilegeColumn::after {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 26px;
		height: 26px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic03.png") no-repeat;
		transform: translate(-50%, -50%);
		content: "";
	}
	.education-privilegeBox {
		width: calc((100% - 39px)/2);
		padding: 15px 10px 25px;
		border-radius: 10px;
		background-color: #fff;
		text-align: center;
	}
	.education-privilegeBox:nth-of-type(1) {
		margin-right: 39px;
	}
	.education-privilegeBoxtext {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.education-privilegeBoxRead {
		margin-top: 15px;
		padding-left: 10px;
		color: #3a70ff;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
	}
	.education-privilegeBoxRead em {
		font-size: 5.2rem;
		font-style: normal;
		letter-spacing: -1px;
	}
	/* ----- .education-privilege02 ----- */
	.education-privilegeWrap02{
		margin: 20px auto 15px;
		width: 100%;
		max-width: 740px;
			;
	}
	.education-privilegeBoxWrap{
		position: relative;
	}
	.education-privilegeBoxWrap::after{
		content: '';
		position: absolute;
		bottom: -46px;
		left: 50%;
		width: 0;
		height: 0;
		border-right: 16px solid transparent;
		border-top: 18px solid #205af3;
		border-left: 16px solid transparent;
		transform: translate(-50%, -50%);
	}
	.education-privilegeBox02{
		width: 100%;
		border-radius: 8px;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 30px 44px;
		position: relative;
	}
	.education-privilegeBox02.type01::before {
		position: absolute;
		left: 50%;
		bottom: -53px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #205af3;
		transform: translate(-50%, -50%);
		content: "";
		z-index: 1;
	}
	.education-privilegeBox02.type01::after {
		position: absolute;
		left: 50%;
		bottom: -33px;
		width: 20px;
		height: 20px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic03.png") no-repeat 0 0 / contain;
		transform: translate(-50%, -50%);
		content: "";
		z-index: 1
	}
	.education-privilegeBox02.type02{
		border: 1px solid #205af3;
		margin-top: 10px;
	}
	.education-privilegeBox02Left,
	.education-privilegeBox02Right{
		min-width: 36%;
	}
	.education-privilegeBox02Left >:first-child{
		margin-top: 0!important;
	}
	.education-privilegeBox02Right >:first-child{
		margin-top: 0!important;
	}
	.education-privilegeBox03{
		border: 1px solid #205af3;
		margin-top: 10px;
		width: 100%;
		border-radius: 8px;
		background-color: #fff;
		padding: 38px 44px 25px;
		position: relative;
	}
	.education-privilegeWrap03::after{
		content: '';
		position: absolute;
		top: 75%;
		left: 50%;
		width: 0;
		height: 0;
		border-right: 16px solid transparent;
		border-top: 18px solid #205af3;
		border-left: 16px solid transparent;
		transform: translate(-50%, -50%);
	}
	.education-privilegeBoxText02 {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
		margin-top: 20px;
	}
	.education-privilegeBoxLead02 {
		margin-top: 15px;
		padding-left: 10px;
		color: #3a70ff;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
	}
	.education-privilegeBoxLead02 em {
		font-size: 5.2rem;
		font-style: normal;
		letter-spacing: -1px;
	}
	.education-privilegeLine{
		background:linear-gradient(transparent 60%, #ebf1ff 60% , #ebf1ff 90%, transparent 90%);
		padding-bottom: 5px;
	}
	.education-privilegeTotal{
		margin-top: 30px;
	}
	.education-privilegeTotalText{
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	.education-privilegeTotalText em {
		font-size: 5.2rem;
		font-style: normal;
		letter-spacing: -1px;
	}
	.education-privilegeBoxItem02{
		display: flex;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid #909090;
		padding-bottom: 25px;
		position: relative;
	}
	.education-privilegeBoxItem02::after{
		background: url("/memberservice/pc/rsp/v1/education_program/img/pc_explanation_ic06.png") no-repeat 0 0 / cover;
		position: absolute;
		content: "";
		width: 24px;
		height: 12px;
		bottom: -1px;
		left: 35%;
		
	}
	.education-privilegeExample{
		margin-top: 14px;
	}
	.education-privilegeExampleText{
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	.education-privilegeExampleWrap{
		display: flex;
		justify-content: space-between;
	}
	.education-privilegeExampleItem{
		display: flex;
		align-items: center;
	}
	.education-privilegeExampleItemHead{
		margin-right: 8px;
		flex-shrink: 0;
	}
	.education-privilegeExampleItemHead img{
		height: 70px;
	}
	.education-privilegeExampleItemBody{
		font-size: 1.6rem;
		font-weight: bold;
	}
	/* ----- .education-anchorNavi ----- */
	.education-anchorNavi {
		max-width: 740px;
		margin: 30px auto 0;
	}
	.education-anchorNaviList {
		margin: 0;
		padding: 15px 30px 5px;
		border-radius: 20px;
		background-color: #fff;
		overflow: hidden;
		list-style: none;
	}
	.education-anchorNaviList > li {
		border-bottom: 1px solid #ecedf6;
	}
	.education-anchorNaviList > li:nth-last-of-type(1) {
		border-bottom: none;
	}
	.education-anchorNaviLink {
		display: flex;
		align-items: center;
		min-height: 4em;
		padding: 10px 0;
		color: #777d8e!important;
		text-decoration: none!important;
	}
	.education-anchorNaviLink:hover {
		text-decoration: underline!important;
	}
	.education-anchorNaviLabel {
		display: inline-block;
		position: relative;
		width: 100%;
		padding-right: 25px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.education-anchorNaviLabel::after {
		display: block;
		position: absolute;
		top: 5px;
		right: 8px;
		width: 14px;
		height: 8px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic04.png") no-repeat 0 0;
		content: "";
	}
	
	/* ----- .education-heading3 ----- */
	.education-heading3 {
		position: relative;
		margin: 0 0 12px;
		padding-left: 36px;
		font-size: 2.4rem;
		font-weight: bold;
	}
	.education-heading3::before {
		position: absolute;
		top: 3px;
		left: 0;
		width: 28px;
		height: 28px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic05.png") no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.education-heading3Title {
		font-size: 2.4rem;
		font-weight: bold;
	}
	
	/* ----- .education-content01 ----- */
	.education-content01 {
		width: 100vw;
		margin-top: 60px;
		margin-left: calc(50% - 50vw);
		background-color: #fff;
	}
	.education-content01Inner {
		max-width: 1028px;
		margin: 0 auto;
		padding: 48px 24px 0;
	}
	.education-content01Title {
		position: relative;
		min-height: 292px;
		
	}
	.education-content01Title::before {
		position: absolute;
		bottom: 62px;
		left: 50%;
		transform: translateX(-20px);
		width: 86px;
		height: 120px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_bg01.png") no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.education-content01TitleText {
		position: relative;
		padding: 100px 377px 0 0;
		font-size: 4rem;
		font-weight: bold;
		line-height: 2.1;
	}
	.education-content01TitleImage {
		position: absolute;
		top: 0;
		right: -85px;
		width: 462px;
	}
	.education-content01Column {
		display: flex;
		flex-flow: row wrap;
		margin-top: 38px;
	}
	.education-content01Item {
		width: calc((100% - 39px) / 2);
		margin-right: 39px;
	}
	.education-content01Item:nth-of-type(2n) {
		margin-right: 0;
	}
	.education-content01FigureCaption {
		margin-top: 20px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.education-content01 + .education-button {
		width: 100vw;
		margin-top: 0;
		margin-left: calc(50% - 50vw);
		padding: 40px 0;
		background-color: #fff;
	}
	.education-content01 + .education-button .education-buttonType--arow {
		display: block;
		width: 385px;
		margin: 0 auto;
		padding: 18px 60px;
	}
	.education-content01 + .education-button .education-buttonType--arow .education-buttonLabel::before {
		right: 10px;
	}
	
	/* ----- .education-content02 ----- */
	.education-content02 {
		padding: 110px 0 150px;
	}
	.education-content02Title {
		margin-bottom: 30px;
	}
	.education-content02TitleText {
		display: inline-block;
		position: relative;
		font-size: 4rem;
		font-weight: bold;
	}
	.education-content02TitleText::before {
		position: absolute;
		bottom: -8px;
		right: -86px;
		width: 86px;
		height: 120px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_bg02.png") no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.education-content02Text {
		margin-top: 15px;
		color: #777d8e;
		font-size: 1.2rem;
		font-weight: bold;
	}
	.education-content02NoteText {
		position: relative;
		margin-top: 10px;
		padding-left: 12px;
		color: #777d8e;
		font-size: 1.2rem;
		font-weight: bold;
	}
	.education-content02NoteText .education-content02NoteTextMark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.education-content02Read {
		font-size: 1.8rem;
		font-weight: bold;
	}
	.education-content02Read-accent {
		color: #205af3;
	}
	.education-content02Column {
		display: flex;
		flex-flow: row wrap;
		margin-top: 35px;
	}
	.education-content02Item {
		width: calc((100% - 40px) / 2);
		margin-right: 40px;
	}
	.education-content02Item:nth-of-type(2n) {
		margin-right: 0;
	}
	.education-content02Box {
		display: flex;
		flex-flow: row nowrap;
		padding: 18px 26px 14px 20px;
		border-radius: 10px;
		background-color: #fff;
	}
	.education-content02BoxImage {
		width: 80px;
		margin-right: 10px;
	}
	.education-content02BoxDetail {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: calc(100% - (80px + 10px));
		text-align: center;
	}
	.education-content02BoxText {
		font-size: 1.6rem;
		font-weight: bold;
	}
	.education-content02BoxRead {
		color: #205af3;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;
	}
	.education-content02BoxRead > em {
		font-size: 5rem;
		font-style: normal;
	}
	.education-content02Figure {
		margin-top: 40px;
		text-align: center;
	}
	
	/* ----- .education-content03 ----- */
	.education-content03 {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		background-color: #fff;
	}
	.education-content03Inner {
		max-width: 1028px;
		margin: 0 auto;
		padding: 58px 24px 100px;
	}
	.education-content03TitleText {
		display: inline-block;
		position: relative;
		font-size: 4rem;
		font-weight: bold;
	}
	.education-content03TitleText::before {
		position: absolute;
		bottom: -30px;
		right: -120px;
		width: 86px;
		height: 120px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_bg03.png") no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.education-content03-accordionWrap {
		max-width: 740px;
		margin: 70px auto 0;
	}
	.education-content03-accordion {
		padding: 13px 0;
		border-bottom: 1px solid #dde1ec;
	}
	.education-content03-accordion:nth-last-of-type(1) {
		border-bottom: none;
	}
	.education-content03-accordionHead {
		position: relative;
		padding-right: 10px;
	}
	.education-content03-accordionHead:hover {
		cursor: pointer;
	}
	.education-content03-accordionHead::after {
		position: absolute;
		bottom: 8px;
		right: 0;
		display: block;
		width: 8px;
		height: 5px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic04.png") no-repeat 0 0;
		background-size: contain;
		content: '';
	}
	.education-content03-accordionHead.is-open::after {
		transform: rotateZ(180deg);
	}
	.education-content03-accordionTitle {
		position: relative;
		padding-left: 40px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.education-content03-accordionMark {
		position: absolute;
		top: 0;
		left: 0;
		color: #205af3;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
	}
	.education-content03-accordionBody {
		padding: 15px 0 7px 28px;
	}
	.education-content03-accordionText {
		position: relative;
		color: #777d8e;
		font-size: 1.2rem;
		font-weight: bold;
	}
	.education-content03-accordionText::before {
		position: absolute;
		top: 50%;
		left: -18px;
		transform: translateY(-50%);
		width: 3px;
		height: 100%;
		min-height: 26px;
		background-color: #205af3;
		content: "";
	}
	.education-content03-accordionList {
		position: relative;
	}
	.education-content03-accordionList::before {
		position: absolute;
		top: 50%;
		left: -18px;
		transform: translateY(-50%);
		width: 3px;
		height: 100%;
		min-height: 26px;
		background-color: #205af3;
		content: "";
	}
	.education-content03-accordionList > li {
		position: relative;
		padding-left: 12px;
		color: #777d8e;
		font-size: 1.2rem;
		font-weight: bold;
	}
	.education-content03-accordionList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/*  ----- .education-videoWrap ----- */
	.education-videoWrap {
		margin-top: 20px;
		text-align: center;
	}
	/* ----- .education-infoBox ----- */
	.education-infoBox {
		background-color: #fff;
		padding: 19px 21px 21px;
		border-radius: 8px;
		filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.1));
		margin-top: 43px;
	}
	.education-infoBoxHead {
		border-bottom: 1px solid #000;
		padding-bottom: 10px;
	}
	.education-infoBox .education-infoTitle {
		font-weight: bold;
		font-size: 1.75rem;
		position: relative;
		padding-left: 29px;
	}
	.education-infoBox .education-infoTitle::after {
		position: absolute;
		content: "";
		background: url("/education_program/img-files/common_ic01.png") no-repeat 0 0 / contain;
		width: 21px;
		height: 19px;
		top: 2px;
		left: 0;
	}
	.education-infoBox .education-infoBoxBody {
		margin-top: 16px;
	}
	.education-infoBox .education-infoTxt {
		font-size: 1.6rem;
		margin-top: 2px;
	}
	.education-infoBox .education-infoTxt:first-child {
		margin-top: 0;
	}
	.education-infoBox .education-infoLink {
		color: #205af3;
		padding-right: 23px;
	}
	.education-infoBox .education-infoLink.type-pdf {
		position: relative;
	}
	.education-infoBox .education-infoLink.type-pdf::after {
		display: inline-block;
		content: "";
		background: url("/education_program/img-files/common_ic02.png") no-repeat 0 0 / contain;
		width: 19px;
		height: 18px;
		margin-left: 4px;
		margin-bottom: -3px;
	}
	.education-returnLink {
		max-width: 740px;
		margin: 10px auto 0;
		text-align: right;
		font-size: 1.6rem;
	}
	.education-returnLink a {
		position: relative;
		color: #008191;
		padding-left: 25px;
	}
	.education-returnLink a::before {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		width: 19px;
		height: 19px;
		margin-top: -9.5px;
		background: url("/education_program/img-files/return_ic15.png") no-repeat 0 0 / contain;
	}
	/* ----- .education-gold ----- */
	.education-gold {
		margin: 50px auto 70px;
		padding: 70px 20px 54px;
		max-width: 780px;
		border-radius: 16px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_bg05.jpg") #fff no-repeat top center / auto 314px;
		overflow: hidden;
		box-shadow: 0px -2px 16px 0px rgba(0, 0, 0, 0.04);
	}
	.education-gold >:first-child {
		margin-top: 0 !important;
	}
	.education-gold .education-goldMedia {
		display: flex;
		flex-flow: row-reverse;
		gap: 68px;
		justify-content: space-between;
		max-width: 740px;
		margin-top: 15px;
	}
	.education-gold .education-goldMedia .education-goldMediaHead {
		flex-grow: 0;
	}
	.education-gold .education-goldMedia .education-goldMediaBody {
		flex-shrink: 0;
		padding-left: 48px;
	}
	.education-gold .education-goldMedia .education-goldMediaHead >:first-child,
	.education-gold .education-goldMedia .education-goldMediaBody >:first-child {
		margin-top: 0 !important;
	}
	.education-gold .education-goldMedia .education-goldMediaImage {
		position: relative;
		margin-top: 10px;
		width: 170px;
	}
	.education-gold .education-goldMedia .education-goldMediaImage::after {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		width: 170px;
		height: 269px;
		background: linear-gradient(to bottom,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%), url("/memberservice/pc/rsp/v1/education_program/img/explanation_im11.png") 0 0 / contain;
		transform: rotateX(180deg);
	}
	.education-gold .education-goldMedia .education-goldMediaText01 {
		width: fit-content;
		margin: 10px auto 0;
		padding: 3px 10px;
		border-top: 1px solid #d8b430;
		border-bottom: 1px solid #d8b430;
		text-align: center;
		font-size: 2.8rem;
		font-weight: bold;
	}
	.education-gold .education-goldMedia .education-goldMediaText02 {
		margin-top: 9px;
		text-align: center;
		font-size: 3.4rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.education-gold .education-goldMedia .education-goldMediaText02 .small {
		font-size: 2.6rem;
	}
	.education-gold .education-goldMedia .education-goldMediaText02 .lead {
		display: inline-block;
		font-size: 6rem;
		color: #948340;
	}
	.education-gold .education-goldMedia .education-goldMediaText02 .block {
		display: inline-block;
	}
	.education-gold .education-goldBody {
		position: relative;
		max-width: 580px;
		margin: 65px auto 0;
	}
	.education-gold .education-goldBody >:first-child {
		margin-top: 0 !important;
	}
	.education-gold .education-goldText01 {
		margin-top: 15px;
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.education-gold .education-goldText01 .block {
		display: inline-block;
	}
	.education-gold .education-goldText01 .lead {
		color: #896c02;
	}
	.education-gold .education-goldText01 .large {
		font-size: 3rem;
	}
	.education-gold .education-goldNotelist {
		margin-top: 35px;
	}
	.education-gold .education-goldNotelist > li {
		position: relative;
		padding-left: 11px;
		font-size: 1.1rem;
	}
	.education-gold .education-goldNotelist > li + li {
		margin-top: 7px;
	}
	.education-gold .education-goldNotelist > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.education-gold02 {
		display: grid;
		grid-template-columns: 138px 400px;
		grid-template-rows: 1fr;
		justify-content: space-between;
		align-items: flex-end;
		max-width: 710px;
		margin: 40px auto 0;
		padding: 60px;
		border-radius: 12px;
		background-color: #fff;
	}
	.education-gold02 .education-goldImage {
		grid-column: 1/2;
		grid-row: 1/3;
	}
	.education-gold02 .education-goldLogo {
		grid-column: 2/3;
		grid-row: 1;
		text-align: center;
	}
	.education-gold02 .education-goldLogo .education-goldLogoImage {
		width: 91px;
		margin: 0 auto;
	}
	.education-gold02 .education-goldLogo .education-goldLogoText01 {
		margin-top: 10px;
		text-align: center;
		font-size: 1.4rem;
	}
	.education-gold02 .education-goldIconWrap {
		grid-column: 2/3;
		grid-row: 2/3;
		display: flex;
		gap: 0 50px;
		margin-top: 40px;
	}
	.education-gold02 .education-goldIconWrap .education-goldIcon {
		position: relative;
		width: calc(100% / 3 - 100px / 3);
	}
	.education-gold02 .education-goldIconWrap .education-goldIcon + .education-goldIcon::before {
		content: '';
		position: absolute;
		top: 0;
		left: calc(50px / 2 * -1);
		width: 1px;
		height: 100%;
		background-color: #c7c7c7;
	}
	.education-gold02 .education-goldIconWrap .education-goldIcon .education-goldIconImage {
		width: 39px;
		margin: 0 auto;
	}
	.education-gold02 .education-goldIconWrap .education-goldIcon .education-goldIconText01 {
		margin-top: 10px;
		text-align: center;
		font-size: 1.4rem;
	}
	/* ----- .footer ----- */
	#footerContents {
		margin-top: 0;
		background-color: #205af3;
	}
	#footerContents .copyright {
		color: #fff;
	}
}

@media print, screen and (max-width: 1440px) and (min-width: 744px) {
	/* ----- .education-hero ----- */
	.education-heroInner {
		padding: calc((112/1440)*100vw) 0 calc((48/1440)*100vw) calc((144/1440)*100vw);
	}
	.education-heroInner::before {
		position: absolute;
		top: calc((112/1440)*100vw);
		left: calc((90/1440)*100vw);
	}
	.education-heroSubTitle {
		font-size: calc((22/1440)*100vw);
	}
	.education-heroTitle {
		font-size: calc((56/1440)*100vw);
	}
	.education-heroImage {
		width: calc((720/1440)*100vw);
	}
	.education-heroBody {
		margin-right: calc((30/1440)*100vw);
	}
	
	/* ----- .education-box ----- */
	.education-box {
		top: -160px;
		left: calc((150/1440)*100vw);
		padding: calc((40/1440)*100vw) calc((30/1440)*100vw) calc((30/1440)*100vw);
	}
	.education-boxText {
		font-size: calc((20/1440)*100vw);
	}
	.education-boxRead {
		font-size: calc((36/1440)*100vw);
	}
	.education-boxRead-large {
		font-size: calc((64/1440)*100vw);
	}
}

@media print, screen and (max-width: 1150px) and (min-width: 1028px) {
	/* ----- .education-content01 ----- */
	.education-content01TitleImage {
		right: -16px;
		width: 380px;
	}
}

@media print, screen and (max-width: 1028px) and (min-width: 744px) {
	/* ----- .education-content01 ----- */
	.education-content01Inner {
		padding: 48px 32px 0;
	}
	.education-content01Title {
		min-height: calc((292/1028)*100vw);
	}
	.education-content01Title::before {
		bottom: calc((62/1028)*100vw);
		transform: translateX(calc((-20/1028)*100vw));
		width: calc((86/1028)*100vw);
		height: calc((120/1028)*100vw);
	}
	.education-content01TitleText {
		padding: calc((100/1028)*100vw) calc((370/1028)*100vw) 0 0;
		font-size: calc((40/1028)*100vw);
	}
	.education-content01TitleImage {
		right: calc((-16/1028)*100vw);
		width: calc((380/1028)*100vw);
	}
	
	/* ----- .education-content02 ----- */
	.education-content02TitleText {
		font-size: calc((40/1028)*100vw);
	}
	.education-content02TitleText::before {
		width: calc((86/1028)*100vw);
		height: calc((120/1028)*100vw);
	}
	.education-content02Item {
		width: calc((100% - calc((40/1028)*100vw)) / 2);
		margin-right: calc((40/1028)*100vw);
	}
	.education-content02Box {
		padding: calc((18/1028)*100vw) calc((15/1028)*100vw) calc((14/1028)*100vw);
	}
	.education-content02BoxImage {
		width: calc((80/1028)*100vw);
		margin-right: calc((10/1028)*100vw);
	}
	.education-content02BoxDetail {
		width: calc(100% - (calc((80/1028)*100vw) + calc((10/1028)*100vw)));
	}
	.education-content02BoxText {
		font-size: calc((16/1028)*100vw);
	}
	.education-content02BoxRead {
		font-size: calc((18/1028)*100vw);
	}
	
	/* ----- .education-content03 ----- */
	.education-content03Inner {
		padding: 58px 32px 100px;
	}
	.education-content03TitleText {
		font-size: calc((40/1028)*100vw);
	}
	.education-content03TitleText::before {
		width: calc((86/1028)*100vw);
		height: calc((120/1028)*100vw);
	}
}

/*====================================
 *
 * SP
 *
 * ====================================*/
@media screen and (max-width: 743px) {
	/* ----- .header ----- */
	#header {
		position: fixed;
		width: 100%;
		background-color: #fff;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		z-index: 1000;
	}
	#header #headerContents {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 74px;
		margin: 0 auto;
		padding: 5px 10px;
	}
	#header #headerContents .heading01Title {
		flex-shrink: 0;
		width: calc(100% - 200px);
		font-size: 1.2rem;
		color: #205af3; 
		font-weight: bold;
		line-height: 1.4;
		letter-spacing: -0.1px;
	}
	#header #headerContents .heading01Title > img {
		width: 13px;
		height: 13px;
		margin-left: 4px;
		vertical-align: text-bottom;
	}
	#header #headerContents .header-button {
		width: 195px;
	}
	#header #headerContents .header-button [class^="header-buttonType"] {
		display: inline-block;
		width: 100%;
		padding: 18px 81px;
		background-color: #000; 
		border-radius: 30px;
		border: 1px solid #000;
		font-size: 1.1rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	#header #headerContents .header-button .header-buttonType--arow {
		padding: 12px 10px 12px 15px;
	}
	#header #headerContents .header-button [class^="header-buttonType"] .header-buttonLabel {
		display: block;
		position: relative;
	}
	#header #headerContents .header-button .header-buttonType--arow .header-buttonLabel {
		padding-right: 10px;
		letter-spacing: -0.2px;
	}
	#header #headerContents .header-button .header-buttonType--arow .header-buttonLabel::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 8px;
		transform: rotate(45deg);
		width: 4px;
		height: 4px;
		margin-top: -3px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transition: all 0.3s ease-out;
	}
	#header #headerContents .header-button .header-buttonType--arow:hover .header-buttonLabel::before {
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
	/* ----- .blueArea ----- */
	.education-blueArea {
		margin: 0 -24px;
		padding: 35px 24px;
		background-color: #205af3;
	}
	/* ----- .linkList ----- */
	.education-linkList {
		margin-top: 20px;
	}
	.education-linkList > li {
		position: relative;
		padding-left: 20px;
		font-size: 1.3rem;
	}
	.education-linkList > li::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		margin-top: 0.25em;
		border-top: 6px solid transparent;
		border-left: 7.5px solid #131314;
		border-bottom: 6px solid transparent;
	}
	.education-linkList > li a{
		color: #205af3;
	}
	/* ----- .button ----- */
	.education-button {
		margin-top: 10px;
	}
	.education-button [class^="education-buttonType"] {
		display: block;
		width: 100%;
		padding: 18px 25px;
		background-color: #000;
		border-radius: 30px;
		text-align: center;
		font-size: 1.6rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.education-button .education-buttonType--input {
		border: none;
	}
	.education-button [class^="education-buttonType"] .education-buttonLabel {
		display: block;
		position: relative;
	}
	.education-button .education-buttonType--arow .education-buttonLabel {
		padding-right: 25px;
	}
	.education-button .education-buttonType--arow .education-buttonLabel::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;;
		transform: rotate(45deg);
		width: 6px;
		height: 6px;
		margin-top: -6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transition: all 0.3s ease-out;
	}
	.education-button.type02 {
		margin-top: 10px;
	}
	.education-button.type02 [class^="education-buttonType"] {
		display: block;
		width: 100%;
		padding: 18px 25px;
		background-color: #fff;
		border-radius: 30px;
		text-align: center;
		font-size: 1.6rem;
		color: #205af3;
		font-weight: bold;
		text-decoration: none;
	}
	.education-button.type02 .education-buttonType--input {
		border: none;
	}
	.education-button.type02 [class^="education-buttonType"] .education-buttonLabel {
		display: block;
		position: relative;
	}
	.education-button.type02 .education-buttonType--arow .education-buttonLabel {
		padding-right: 25px;
	}
	.education-button.type02 .education-buttonType--arow .education-buttonLabel::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		transform: rotate(45deg);
		width: 6px;
		height: 6px;
		margin-top: -6px;
		border-top: 2px solid #205af3;
		border-right: 2px solid #205af3;
		transition: all 0.3s ease-out;
	}
	.pcOnly {
		display: none!important;
	}
	
	/* ----- .education-hero ----- */
	.education-hero {
		margin: 0 -24px;
		background-color: #205af3;
	}
	.education-heroInner {
		position: relative;
		padding: 70px 5px 90px 24px;
	}
	.education-heroInner::before {
		position: absolute;
		top: 70px;
		left: 24px;
		width: 7px;
		height: 120px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic02.png") no-repeat;
		background-size: contain;
		content: "";
	}
	.education-heroImage {
		margin-right: -5px;
		text-align: right;
	}
	.education-heroImage img {
		width: calc((310/375)*100vw);
	}
	.education-heroBody {
		margin-top: -50px;
	}
	.education-heroSubTitleWrap + .education-heroSubTitleWrap {
		margin-top: 12px;
	}
	.education-heroSubTitle {
		display: inline;
		padding: 6px;
		background-color: #fff;
		color: #205af3;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.education-heroTitle {
		margin-top: 18px;
		color: #fff;
		font-size: 2.9rem;
		font-weight: bold;
		line-height: 1.6;
	}
	
	/* ----- .education-box ----- */
	.education-boxWrap {
		margin-top: -65px;
	}
	.education-box {
		width: 100%;
		padding: 27px 10px 25px;
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.04);
	}
	.education-boxText {
		margin-bottom: 10px;
		color: #131314;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}
	.education-boxText-accent {
		color: #205af3;
	}
	.education-boxRead {
		color: #131314;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
	}
	.education-boxReadText {
		display: inline-block;
		background: linear-gradient(transparent 65%,#ebf1ff 0);
	}
	.education-boxRead-accent {
		color: #205af3;
	}
	.education-boxRead-large {
		font-size: 3.2rem;
	}
	
	/* ----- .education-read ----- */
	.education-read {
		margin-top: 15px;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	.education-read-accent {
		color: #205af3;
	}
	.education-read-large {
		font-size: 3.4rem;
	}
	
	/* ----- .education-read02 ----- */
	.education-read02Wrap {
		margin-bottom: 20px;
	}
	.education-read02 {
		color: #fff;
		font-size: 1.6rem;
		text-align: center;
	}
	
	/* ----- .education-noteList ----- */
	.education-noteListWrap {
		margin-top: 7px;
	}
	.education-noteList {
		text-align: left;
	}
	.education-noteList-center {
		padding-left: 40px;
	}
	.education-noteList > li,
	.education-noteList-center li{
		position: relative;
		padding-left: 13px;
		color: #777d8e;
		font-size: 1.1rem;
		line-height: 1.2;
		letter-spacing: -0.1px;
	}
	.education-noteList > li + li {
		margin-top: 5px;
	}
	.education-noteList > li > .education-noteListMark,
	.education-noteList-center > li > .education-noteListMark {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	/* ----- .education-noteList02 ----- */
	.education-noteList02Wrap {
		margin: 25px 0 50px;
	}
	.education-noteList02 {
		text-align: left;
	}
	.education-noteList02 > li {
		position: relative;
		padding-left: 13px;
		color: #777d8e;
		font-size: 1.1rem;
		line-height: 1.5;
		letter-spacing: -0.1px;
	}
	.education-noteList02 > li + li {
		margin-top: 7px;
	}
	.education-noteList02 > li > .education-noteList02Mark {
		position: absolute;
		top: 1px;
		left: 0;
	}
	
	/* ----- .education-privilege ----- */
	.education-privilege {
		margin-top: 30px;
	}
	.education-privilegeTitle {
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
	}
	.education-privilegeColumn {
		position: relative;
		display: flex;
		flex-flow: row nowrap;
		margin: 10px 0 15px;
	}
	.education-privilegeColumn::before {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		background-color: #205af3;
		transform: translate(-50%, -50%);
		content: "";
	}
	.education-privilegeColumn::after {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 13px;
		height: 13px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic03.png") no-repeat;
		background-size: contain;
		transform: translate(-50%, -50%);
		content: "";
	}
	.education-privilegeBox {
		width: calc((100% - 13px)/2);
		padding: 13px 3px 10px;
		border-radius: 10px;
		background-color: #fff;
		text-align: center;
	}
	.education-privilegeBox:nth-of-type(1) {
		margin-right: 13px;
	}
	.education-privilegeBoxtext {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.education-privilegeBoxRead {
		margin-top: 7px;
		padding-left: 5px;
		color: #3a70ff;
		font-size: 1rem;
		font-weight: bold;
		line-height: 1;
	}
	.education-privilegeBoxRead em {
		font-size: 3.2rem;
		font-style: normal;
		letter-spacing: -1px;
	}
	
	/* ----- .education-anchorNavi ----- */
	.education-anchorNavi {
		margin-top: 30px;
	}
	.education-anchorNaviList {
		margin: 0;
		padding: 5px 15px;
		border-radius: 10px;
		background-color: #fff;
		overflow: hidden;
		list-style: none;
	}
	.education-anchorNaviList > li {
		border-bottom: 1px solid #ecedf6;
	}
	.education-anchorNaviList > li:nth-last-of-type(1) {
		border-bottom: none;
	}
	.education-anchorNaviLink {
		display: flex;
		align-items: center;
		min-height: 3.8em;
		padding: 10px 0;
		color: #777d8e!important;
		text-decoration: none!important;
	}
	.education-anchorNaviLabel {
		display: inline-block;
		position: relative;
		width: 100%;
		padding-right: 25px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.education-anchorNaviLabel::after {
		display: block;
		position: absolute;
		top: 50%;
		right: 4px;
		transform: translateY(-50%);
		width: 14px;
		height: 8px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic04.png") no-repeat 0 0;
		content: "";
	}
	
	/* ----- .education-heading3 ----- */
	.education-heading3 {
		position: relative;
		margin: 0 0 10px;
		padding-left: 35px;
		font-size: 2.4rem;
		font-weight: bold;
	}
	.education-heading3::before {
		position: absolute;
		top: 4px;
		left: 0;
		width: 26px;
		height: 26px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic05.png") no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.education-heading3Title {
		font-size: 2.4rem;
		font-weight: bold;
	}
	
	/* ----- .education-content01 ----- */
	.education-content01 {
		position: relative;
		margin: 50px -24px 0;
		background-color: #fff;
	}
	.education-content01Inner {
		padding: 50px 24px 0;
	}
	.education-content01TitleText {
		position: relative;
		font-size: 3.2rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.education-content01TitleText::before {
		position: absolute;
		top: -6px;
		right: -14px;
		width: 70px;
		height: 100px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_bg01_sp.png") no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.education-content01TitleImage {
		margin: 30px -24px 0 0;
	}
	.education-content01Column {
		margin-top: 40px;
	}
	.education-content01Item + .education-content01Item{
		margin-top: 35px;
	}
	.education-content01FigureCaption {
		margin-top: 20px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.education-content01 + .education-button {
		margin: 0 -24px;
		padding: 30px 24px 40px;
		background-color: #fff;
	}
	
	/* ----- .education-content02 ----- */
	.education-content02 {
		padding: 55px 0 45px;
	}
	.education-content02Title {
		margin-bottom: 30px;
	}
	.education-content02TitleText {
		position: relative;
		font-size: 3.2rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.education-content02TitleText::before {
		position: absolute;
		top: 0;
		right: 0;
		width: 70px;
		height: 100px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_bg02_sp.png") no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.education-content02Text {
		margin-top: 10px;
		color: #777d8e;
		font-size: 1.2rem;
		font-weight: bold;
	}
	.education-content02NoteText {
		position: relative;
		margin-top: 7px;
		padding-left: 12px;
		color: #777d8e;
		font-size: 1.2rem;
		font-weight: bold;
	}
	.education-content02NoteText .education-content02NoteTextMark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.education-content02Read {
		margin: 15px -10px 0 0;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.education-content02Read-accent {
		color: #205af3;
	}
	.education-content02Column {
		margin-top: 20px;
	}
	.education-content02Item + .education-content02Item {
		margin-top: 15px;
	}
	.education-content02Box {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		padding: 15px 15px 20px 35px;
		border-radius: 5px;
		background-color: #fff;
	}
	.education-content02BoxImage {
		width: 65px;
		margin-right: 25px;
	}
	.education-content02BoxDetail {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: calc(100% - (65px + 25px));
	}
	.education-content02BoxText {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.education-content02BoxRead {
		margin-top: 5px;
		color: #205af3;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1;
	}
	.education-content02BoxRead > em {
		font-size: 3.2rem;
		font-style: normal;
	}
	.education-content02Figure {
		margin-top: 20px;
		text-align: center;
	}
	
	/* ----- .education-content03 ----- */
	.education-content03 {
		position: relative;
		margin: 0 -24px;
		background-color: #fff;
	}
	.education-content03Inner {
		padding: 65px 24px 30px;
	}
	.education-content03TitleText {
		position: relative;
		font-size: 3rem;
		font-weight: bold;
	}
	.education-content03TitleText::before {
		position: absolute;
		top: -33px;
		right: -6px;
		width: 70px;
		height: 100px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_bg03_sp.png") no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.education-content03-accordionWrap {
		margin-top: 40px;
	}
	.education-content03-accordion {
		padding: 13px 0 20px;
		border-bottom: 1px solid #dde1ec;
	}
	.education-content03-accordion:nth-last-of-type(1) {
		border-bottom: none;
	}
	.education-content03-accordionHead {
		position: relative;
		padding-right: 20px;
	}
	.education-content03-accordionHead::after {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 10px;
		height: 6px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic04.png") no-repeat 0 0;
		background-size: contain;
		content: '';
	}
	.education-content03-accordionHead.is-open::after {
		transform: rotateZ(180deg);
	}
	.education-content03-accordionTitle {
		position: relative;
		padding-left: 35px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.education-content03-accordionMark {
		position: absolute;
		top: 4px;
		left: 0;
		color: #205af3;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;
	}
	.education-content03-accordionBody {
		padding: 20px 0 10px 25px;
	}
	.education-content03-accordionText {
		position: relative;
		color: #777d8e;
		font-size: 1.2rem;
		font-weight: bold;
	}
	.education-content03-accordionText::before {
		position: absolute;
		top: 50%;
		left: -18px;
		transform: translateY(-50%);
		width: 3px;
		height: 120%;
		min-height: 40px;
		background-color: #205af3;
		content: "";
	}
	.education-content03-accordionList {
		position: relative;
	}
	.education-content03-accordionList::before {
		position: absolute;
		top: 50%;
		left: -18px;
		transform: translateY(-50%);
		width: 3px;
		height: 120%;
		min-height: 40px;
		background-color: #205af3;
		content: "";
	}
	.education-content03-accordionList > li {
		position: relative;
		padding-left: 12px;
		color: #777d8e;
		font-size: 1.2rem;
		font-weight: bold;
	}
	.education-content03-accordionList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* ----- .education-privilege02 ----- */
	.education-privilegeWrap02{
		margin: 10px auto 25px;
	}
	.education-privilegeBoxWrap{
		position: relative;
	}
	.education-privilegeBoxWrap::after{
		content: '';
		position: absolute;
		bottom: -21px;
		left: 50%;
		width: 0;
		height: 0;
		border-right: 8px solid transparent;
		border-top: 9px solid #205af3;
		border-left: 8px solid transparent;
		transform: translate(-50%, -50%);
	}
	.education-privilegeBox02{
		width: 100%;
		border-radius: 4px;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 14px 18px;
		position: relative;
	}
	.education-privilegeBox02.type01::before {
		position: absolute;
		left: 50%;
		top: 112%;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		background-color: #205af3;
		transform: translate(-50%, -50%);
		content: "";
		z-index: 1;
	}
	.education-privilegeBox02.type01::after {
		position: absolute;
		left: 50%;
		top: 112%;
		width: 13px;
		height: 13px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic03.png") no-repeat 0 0 / contain;
		transform: translate(-50%, -50%);
		content: "";
		z-index: 1
	}
	.education-privilegeBox02.type02{
		border: 1px solid #205af3;
		margin-top: 8.5px;
	}
	.education-privilegeBox02Left{
		width: 49%;
		margin-right: 1%;
	}
	.education-privilegeBox02Right{
		width: 50%;
	}
	.education-privilegeBox02Left >:first-child{
		margin-top: 0!important;
	}
	.education-privilegeBox02Right >:first-child{
		margin-top: 0!important;
	}
	.education-privilegeBox03{
		border: 1px solid #205af3;
		margin-top: 8.5px;
		width: auto;
		border-radius: 4px;
		background-color: #fff;
		padding: 22px 13px 25px;
		position: relative;
	}
	.education-privilegeWrap03::after{
		content: '';
		position: absolute;
		top: 75%;
		left: 50%;
		width: 0;
		height: 0;
		border-right: 16px solid transparent;
		border-top: 18px solid #205af3;
		border-left: 16px solid transparent;
		transform: translate(-50%, -50%);
	}
	.education-privilegeBoxText02{
		font-size: 1.0rem;
		font-weight: bold;
	}
	.education-privilegeBoxLead02 {
		margin-top: 15px;
		color: #3a70ff;
		font-size: 1rem;
		font-weight: bold;
		line-height: 1;
	}
	.education-privilegeBoxLead02 em {
		font-size: 3.2rem;
		font-style: normal;
		letter-spacing: -1px;
	}
	.education-privilegeLine{
		background:linear-gradient(transparent 60%, #ebf1ff 60% , #ebf1ff 90%, transparent 90%);
		padding-bottom: 5px;
	}
	.education-privilegeTotal{
		margin-top: 23px;
	}
	.education-privilegeTotalText{
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
	}
	.education-privilegeTotalText em {
		font-size: 3.2rem;
		font-style: normal;
		letter-spacing: -1px;
	}
	.education-privilegeBoxItem02{
		display: flex;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid #909090;
		padding-bottom: 19px;
		position: relative;
	}
	.education-privilegeBoxItem02::after{
		background: url("/memberservice/pc/rsp/v1/education_program/img/sp_explanation_ic06.png") no-repeat 0 0 / contain;
		position: absolute;
		content: "";
		width: 14px;
		height: 8px;
		bottom: -1px;
		left: 50%;
		
	}
	.education-privilegeExample{
		margin-top: 20px;
	}
	.education-privilegeExampleText{
		font-size: 1.0rem;
		font-weight: bold;
		text-align: center;
	}
	.education-privilegeExampleWrap{
		display: flex;
		justify-content: center;
	}
	.education-privilegeExampleItem{
		text-align: center;
	}
	.education-privilegeExampleItem:nth-child(n+2){
		margin-left: 56px;
	}
	.education-privilegeExampleItemHead img{
		height: 51px;
	}
	.education-privilegeExampleItemBody{
		font-size: 1.0rem;
		font-weight: bold;
		margin-top: 7px;
	}
	/*  ----- .education-videoWrap ----- */
	.education-videoWrap {
		margin-top: 20px;
		text-align: center;
	}
	.education-videoWrap > iframe {
		width: calc(100vw - 48px);
		height: calc((100vw - 48px) * 0.5625);
	}
	/* ----- .education-infoBox ----- */
	.education-infoBox {
		background-color: #fff;
		padding: 14px 12px 20px;
		border-radius: 4px;
		filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.1));
		margin-top: 29px;
	}
	.education-infoBoxHead {
		border-bottom: 1px solid #000;
		padding-bottom: 8px;
	}
	.education-infoBox .education-infoTitle {
		font-weight: bold;
		font-size: 1.04rem;
		position: relative;
		padding-left: 18px;
	}
	.education-infoBox .education-infoTitle::after {
		position: absolute;
		content: "";
		background: url("/education_program/img-files/common_ic01.png") no-repeat 0 0 / contain;
		width: 13px;
		height: 11.5px;
		top: 1px;
		left: 0;
	}
	.education-infoBox .education-infoBoxBody {
		margin-top: 13px;
	}
	.education-infoBox .education-infoTxt {
		font-size: 1.04rem;
		margin-top: 3px;
	}
	.education-infoBox .education-infoTxt:first-child {
		margin-top: 0;
	}
	.education-infoBox .education-infoLink {
		color: #205af3;
		padding-right: 23px;
	}
	.education-infoBox .education-infoLink.type-pdf {
		position: relative;
	}
	.education-infoBox .education-infoLink.type-pdf::after {
		display: inline-block;
		content: "";
		background: url("/education_program/img-files/common_ic02.png") no-repeat 0 0 / contain;
		width: 16.5px;
		height: 16px;
		margin-left: 6px;
		margin-bottom: -5px;
	}
	.education-returnLink {
		text-align: right;
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.education-returnLink a {
		position: relative;
		color: #008191;
		padding-left: 25px;
	}
	.education-returnLink a::before {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		width: 16px;
		height: 16px;
		margin-top: -8px;
		background: url("/education_program/img-files/return_ic15.png") no-repeat 0 0 / contain;
	}
	/* ----- .education-gold ----- */
	.education-gold {
		margin: 40px auto 60px;
		padding: calc(60 / 750 * 100vw) calc(44 / 750 * 100vw) calc(70 / 750 * 100vw);
		border-radius: 8px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_bg05_sp.jpg") #fff no-repeat top center / 100% ;
		overflow: hidden;
		box-shadow: 0px -2px 16px 0px rgba(0, 0, 0, 0.04);
	}
	.education-gold >:first-child {
		margin-top: 0 !important;
	}
	.education-gold .education-goldMedia {
		margin-top: 15px;
	}
	.education-gold .education-goldMedia .education-goldMediaBody {
		margin-top: calc(60 / 750 * 100vw);
	}
	.education-gold .education-goldMedia .education-goldMediaHead >:first-child,
	.education-gold .education-goldMedia .education-goldMediaBody >:first-child {
		margin-top: 0 !important;
	}
	.education-gold .education-goldMedia .education-goldMediaImage {
		position: relative;
		width: calc(158 / 750 * 100vw);
		margin: 10px auto 0;
	}
	.education-gold .education-goldMedia .education-goldMediaImage::after {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		width: calc(158 / 750 * 100vw);
		height: calc(250 / 750 * 100vw);
		background: linear-gradient(to bottom,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%), url("/memberservice/pc/rsp/v1/education_program/img/explanation_im11.png") no-repeat 0 0 / contain;
		transform: rotateX(180deg);
	}
	.education-gold .education-goldMedia .education-goldMediaText01 {
		width: fit-content;
		margin: 10px auto 0;
		padding: calc(4 / 750 * 100vw) calc(8 / 750 * 100vw);
		border-top: calc(2 / 750 * 100vw) solid #d8b430;
		border-bottom: calc(2 / 750 * 100vw) solid #d8b430;
		text-align: center;
		font-size: calc(33 / 750 * 100vw);
		font-weight: bold;
	}
	.education-gold .education-goldMedia .education-goldMediaText02 {
		margin-top: 9px;
		text-align: center;
		font-size: calc(40 / 750 * 100vw);
		font-weight: bold;
		line-height: 1.4;
	}
	.education-gold .education-goldMedia .education-goldMediaText02 .small {
		font-size: 1.5rem;
	}
	.education-gold .education-goldMedia .education-goldMediaText02 .lead {
		display: inline-block;
		font-size: calc(72 / 750 * 100vw);
		color: #948340;
	}
	.education-gold .education-goldMedia .education-goldMediaText02 .block {
		display: inline-block;
	}
	.education-gold .education-goldBody {
		position: relative;
		margin-top: calc(70 / 750 * 100vw);
	}
	.education-gold .education-goldBody >:first-child {
		margin-top: 0 !important;
	}
	.education-gold .education-goldText01 {
		margin-top: 15px;
		text-align: center;
		font-size: calc(26 / 750 * 100vw);
		font-weight: bold;
		line-height: 1.3;
	}
	.education-gold .education-goldText01 .block {
		display: inline-block;
	}
	.education-gold .education-goldText01 .lead {
		color: #896c02;
	}
	.education-gold .education-goldText01 .large {
		font-size: calc(30 / 750 * 100vw);
	}
	.education-gold .education-goldNotelist {
		margin-top: calc(35 / 750 * 100vw);
	}
	.education-gold .education-goldNotelist > li {
		position: relative;
		padding-left: calc(22 / 750 * 100vw);
		font-size: calc(22 / 750 * 100vw);
	}
	.education-gold .education-goldNotelist > li + li {
		margin-top: calc(8 / 750 * 100vw);
	}
	.education-gold .education-goldNotelist > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.education-gold02 {
		display: grid;
		grid-template-columns: calc(198 / 750 * 100vw) auto;
		grid-template-rows: 1fr;
		gap: calc(70 / 750 * 100vw) 0;
		margin-top: 20px;
		padding: calc(70 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
		border-radius: 12px;
		background-color: #fff;
	}
	.education-gold02 .education-goldImage {
		grid-column: 1/2;
		grid-row: 1/2;
		padding-left: calc(26 / 750 * 100vw);
	}
	.education-gold02 .education-goldLogo {
		grid-column: 2/3;
		grid-row: 1/2;
		text-align: center;
		align-self: center;
	}
	.education-gold02 .education-goldLogo .education-goldLogoImage {
		width: calc(172 / 750 * 100vw);
		margin: 0 auto;
	}
	.education-gold02 .education-goldLogo .education-goldLogoText01 {
		margin-top: calc(22 / 750 * 100vw);
		text-align: center;
		font-size: calc(24 / 750 * 100vw);
	}
	.education-gold02 .education-goldIconWrap {
		grid-column: 1/3;
		grid-row: 2/3;
		display: flex;
		gap: 0 calc(44 / 750 * 100vw);
	}
	.education-gold02 .education-goldIconWrap .education-goldIcon {
		position: relative;
		width: calc(100% / 3 - calc(88 / 750 * 100vw) / 3);
	}
	.education-gold02 .education-goldIconWrap .education-goldIcon + .education-goldIcon::before {
		content: '';
		position: absolute;
		top: 0;
		left: calc(calc(44 / 750 * 100vw) / 2 * -1);
		width: calc(2 / 750 * 100vw);
		height: 100%;
		background-color: #c7c7c7;
	}
	.education-gold02 .education-goldIconWrap .education-goldIcon .education-goldIconImage {
		width: calc(73 / 750 * 100vw);
		margin: 0 auto;
	}
	.education-gold02 .education-goldIconWrap .education-goldIcon .education-goldIconText01 {
		margin-top: calc(16 / 750 * 100vw);
		text-align: center;
		font-size: calc(23 / 750 * 100vw);
	}
	/* ----- .footer ----- */
	#footerContents {
		margin-top: 0;
		padding-bottom: 10px;
		background-color: #205af3;
	}
	#footerContents .copyright {
		color: #fff;
		font-size: 1rem;
	}
}