@charset "UTF-8";
/* ボックスコンポーネント
/*+---------------------------------*/
/* --- ヘッダーとパンくずの余白調整 --- */
.head-space {
	padding-top: 120px !important;
}

@media screen and (max-width: 767px) {
	.head-space {
		padding-top: 0 !important;
	}
}
/* --- コンテンツとフッターの余白調整 --- */
#wrapper_rn .shift_full .contents.footer-space {
	padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
	#wrapper_rn .shift_full .contents.footer-space {
		padding-bottom: 38px;
	}
}
/* --- コンテンツ全体のwrap --- */
.content-wrap {
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	overflow-x: hidden;
}

.content-wrap * {
	box-sizing: border-box;
}

.content-wrap *::after,
.content-wrap *::before {
	box-sizing: border-box;
}

.content-wrap img {
	height: auto;
	max-width: 100%;
}

/* --- ボックスの左右余白 --- */
.content-inner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	width: 89.33333%;
}

/* --- 汎用ボックス --- */
.common-lead-box {
	background-color: #FFF;
	border: 6px solid #594CAC;
	border-radius: 30px 0 30px 0;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 41px 92px 37px;
	text-align: center;
	max-width: 1064px;
	width: 100%;
}
.common-lead-box p {
	color: #594CAC;
	line-height: 1.69;
}

@media screen and (max-width: 767px) {
	.common-lead-box {
		border-width: 3px;
		font-size: 18px;
		line-height: 1.6;
		padding: 35px 9px 38px;
	}
}
.common-lead-box .space-top {
	margin-top: 32px;
}

@media screen and (max-width: 767px) {
	.common-lead-box .space-top {
		margin-top: 16px;
	}
}
.common-lead-box__bottom-text {
	margin-top: 14px;
}

/* 見出し
/*+---------------------------------*/
/* --- 見出しlevel2 --- */
.heading-level2 img {
	max-width: auto;
	width: 100%;
}

/* --- 見出しlevel3 --- */
.heading-level3 {
	background: linear-gradient(to right, #594cac 0%, #8d51b2 100%);
	color: #FFF;
	font-size: 4.4rem;
	font-weight: 700;
	min-height: 100px;
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.heading-level3 {
		line-height: 1.4;
	}
}
@media screen and (max-width: 767px) {
	.heading-level3 {
		font-size: 2.6rem;
		line-height: 1.4;
		min-height: 60px;
		padding-top: 13px;
	}
	.heading-level3 .content-inner {
		width: 94.13333%;
	}
}
.heading-level3.is-narrow {
	padding-top: 6px;
	padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
	.heading-level3.is-narrow {
		padding-top: 17px;
		padding-bottom: 14px;
	}
}
.heading-level3 .size-small {
	display: block;
	font-size: 1.6rem;
	margin-top: -10px;
}

@media screen and (max-width: 767px) {
	.heading-level3 .size-small {
		font-size: 1.4rem;
		margin-top: 0;
	}
}
.heading-level3::before {
	background: url("../img/heading-parts01.png") left top repeat-x;
	background-size: 31px auto;
	content: "";
	height: 19px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.heading-level3::before {
		background-size: auto 14px;
		height: 19px;
	}
}
.heading-level3::after {
	background: url("../img/heading-balloon.svg") left top no-repeat;
	background-size: contain;
	content: "";
	width: 22px;
	height: 20px;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -11px;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.heading-level3::after {
		width: 18px;
		margin-left: -9px;
	}
}
.heading-level3 .content-inner {
	background: url("../img/heading-takana.png") left center no-repeat, url("../img/heading-soboro.png") right center no-repeat;
	background-size: auto 64px, auto 64px;
	padding-left: 70px;
	padding-right: 70px;
}

@media screen and (max-width: 767px) {
	.heading-level3 .content-inner {
		background-size: auto 32px, auto 32px;
		padding-left: 40px;
		padding-right: 40px;
	}
}
.heading-level3.is-narrow .content-inner {
	background-position: left 110%, right 110%;
}
@media screen and (max-width: 767px) {
	.heading-level3.is-narrow .content-inner {
		background-position: left 75%, right 75%;
	}
}

/* --- 見出しlevel4 --- */
.heading-level4 {
	background: url("../img/heading-ribbon.svg") left top no-repeat;
	background-size: 100% auto;
	color: #FFF;
	font-size: 3.6rem;
	font-weight: 700;
	height: 60px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	top: -16px;
	left: -4px;
	max-width: 280px;
	width: 100%;
	text-align: left;
}

.heading-level4.is-narrow {
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
	.heading-level4.is-narrow {
		padding-left: 15px;
	}
}
@media screen and (max-width: 767px) {
	.heading-level4 {
		font-size: 2rem;
		padding-left: 15px;
		width: 167px;
		height: 34px;
	}
}
/* --- 文章 --- */
.size-small {
	font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
	.size-small {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 767px) {
	.mv-body .size-small {
		display: block;
		font-size: 1.6rem;
	}
}
.size-medium {
	font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
	.mv-body .size-medium {
		font-size: 2rem;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: 0;
	}
}
.size-large {
	font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
	.size-large {
		font-size: 2.4rem;
	}
	.mv-body .size-large {
		font-size: 2rem;
	}
}
.color-accent1 {
	color: #E36415;
}

.color-accent2 {
	color: #E8383D;
}

.color-accent3 {
	color: #FBA518;
}

.color-accent4 {
	color: #EF9C13;
}

.color-accent5 {
	color: #0072BC;
}

.color-accent6 {
	color: #A52B75;
}

.under-line {
	background: linear-gradient(to bottom, rgba(251, 241, 191, 0) 59%, #FBF1BF 60%, #FBF1BF 95%, rgba(251, 241, 191, 0) 96%);
}

/* --- 2カラムレイアウト（アイコン用） --- */
.icon-column {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 18px;
}

@media screen and (max-width: 767px) {
	.icon-column {
		margin-top: 11px;
	}
}
.icon-column__item + .icon-column__item {
	margin-left: 5.45455%;
}

@media screen and (max-width: 767px) {
	.icon-column__item + .icon-column__item {
		margin-left: 6.18182%;
	}
}
/* --- 3カラムレイアウト --- */
.three-column {
	counter-reset: num;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.three-column {
		display: block;
	}
}
.three-column__item {
	background-color: #FFF;
	border: 6px solid #38B8EF;
	border-radius: 30px 0 30px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 2rem;
	font-weight: 700;
	padding-top: 57px;
	padding-bottom: 24px;
	padding-left: 0.97656%;
	padding-right: 0.97656%;
	position: relative;
	text-align: center;
	width: 32.22656%;
}

@media screen and (max-width: 767px) {
	.three-column__item {
		border-radius: 20px 0 20px 0;
		font-size: 1.8rem;
		padding-top: 43px;
		padding-bottom: 20px;
		padding-left: 4.77612%;
		padding-right: 4.77612%;
		width: 100%;
	}
	.three-column__item + .three-column__item {
		margin-top: 39px;
	}
}
.three-column__item .column-caution {
	font-size: 1.8rem;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.three-column__item .column-caution {
		margin-top: 8px;
	}
}
.three-column__item .image-wrap {
	margin-top: auto;
}

@media screen and (max-width: 767px) {
	.three-column__item .image-wrap {
		margin-top: 18px;
	}
}
.three-column__item::before {
	background: url("../img/section1-onigiri-icon.svg") left top no-repeat;
	background-size: 100% 100%;
	counter-increment: num;
	content: counter(num, decimal-leading-zero);
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.5;
	height: 90px;
	width: 100px;
	position: absolute;
	top: -49px;
	left: 50%;
	margin-left: -50px;
}

@media screen and (max-width: 767px) {
	.three-column__item::before {
		font-size: 3rem;
		height: 72px;
		width: 80px;
		top: -39px;
		margin-left: -40px;
	}
}
/* LIST
/*+---------------------------------*/
/* --- ダウンロードリスト --- */
.download-list li + li {
	margin-top: 10px;
}

.download-list li {
	text-align: center;
}

/* --- ※印箇条書きリスト --- */
.attention-list {
	font-size: 1.4rem;
	margin-top: 20px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.attention-list {
		font-size: 1rem;
		margin-top: 10px;
		text-align: left;
	}
}
.attention-list li + li {
	margin-top: 3px;
}

.attention-list.is-white-bg {
	background-color: #FFF;
	font-weight: 700;
	margin-top: 48px;
	text-align: left;
	padding: 19px 25px;
}

@media screen and (max-width: 767px) {
	.attention-list.is-white-bg {
		font-size: 1.2rem;
		margin-top: 20px;
		padding: 15px 4.47761%;
	}
}
.attention-list.is-white-bg li + li {
	margin-top: 0;
}

/* --- 箇条書きリスト --- */
.list > li {
	padding-left: 14px;
	text-indent: -14px;
}

@media screen and (max-width: 767px) {
	.list > li {
		padding-left: 12px;
		text-indent: -12px;
	}
}
.list > li:before {
	display: inline-block;
	position: relative;
	top: 1px;
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #777;
}

@media screen and (max-width: 767px) {
	.list > li:before {
		width: 12px;
		height: 12px;
	}
}
.list > li a {
	text-decoration: underline;
}

.list > li a:hover {
	text-decoration: none;
}

/* BUTTON
/*+---------------------------------*/
/* --- 標準ボタン --- */
.basic-button-wrap {
	margin-top: 66px;
	margin-left: auto;
	margin-right: auto;
	max-width: 649px;
}

.basic-button-wrap.is-narrow {
	margin-top: 17px;
}

@media screen and (max-width: 767px) {
	.basic-button-wrap {
		margin-top: 30px;
		max-width: 100%;
	}
}
.basic-button {
	background: url(../img/button-arrow.svg) right 30px center no-repeat;
	background-size: 38px auto;
	background-color: #0063B5;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 76px;
	border-radius: 6px;
	border-bottom: 6px solid #005398;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.basic-button.is-invalid {
	background-image: none;
	background-color: #F5F5F5;
	border-bottom: 6px solid #CDCDCD;
	color: inherit;
	font-size: 2.6rem;
	padding: 24px 20px 29px;
}

@media screen and (max-width: 767px) {
	.basic-button.is-invalid {
		border-bottom-width: 4px;
		font-size: 1.6rem;
		padding: 11px 10px 15px;
	}
}
.basic-button:visited {
	color: #FFF;
}

@media screen and (max-width: 767px) {
	.basic-button {
		background-position: right 22px center;
		background-size: 24px auto;
		border-bottom-width: 4px;
		font-size: 2rem;
		padding: 10px 52px;
	}
}
/* --- リンクの共通設定 --- */
.common-link {
	display: block;
	transition: 0.4s ease opacity;
}

.common-link:hover {
	opacity: 0.7;
}

/* MV
/*+---------------------------------*/
.mv {
	position: relative;
	background: url("../img/MV.png") center center no-repeat;
	background-size: cover;
}
.mv::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 524px;
	width: 32.75%;
	height: 963px;
	background: url("../img/MV_left.png") center right no-repeat;
	background-size: cover;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.mv::before {
		content: none;
	}
}
.mv::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	max-width: 513px;
	width: 32.0625%;
	height: 963px;
	background: url("../img/MV_right.png") center left no-repeat;
	background-size: cover;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.mv::after {
		content: none;
	}
}

@media screen and (max-width: 767px) {
	.mv {
		background: url("../img/MV-sp.png") top center no-repeat;
		background-size: cover;
	}
}
.mv-head {
	position: relative;
	max-width: 770px;
	width: 100%;
	margin: 0 auto;
	padding-top: 56px;
	padding-bottom: 68px;
	z-index: 2;
}

.mv-head .heading-level2 {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.mv-head {
		padding: 41px 20px 27px;
	}
}
.mv-body {
	position: relative;
	padding-top: 36px;
	padding-bottom: 36px;
	width: 100%;
	background-color: rgba(89, 76, 172, 0.25);
	z-index: 3;
}

@media screen and (max-width: 767px) {
	.mv-body {
		padding: 47px 20px 39px;
		height: 49%;
	}
}
/* wester
/*+---------------------------------*/
.wester-head {
	padding-top: 14px;
	padding-bottom: 61px;
}

@media screen and (max-width: 1100px) {
	.wester-head {
		background-size: 202px auto, 183px auto;
	}
}
@media screen and (max-width: 767px) {
	.wester-head {
		background-image: none;
		padding-top: 26px;
		padding-bottom: 30px;
	}
}
.wester-lead {
	margin-top: 15px;
	align-items: center;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.wester-lead {
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 767px) {
	.wester-lead {
		margin-top: 0;
	}
}
.wester-lead__text {
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.wester-lead__text {
		font-size: 1.8rem;
		margin-top: 10px;
	}
}
.wester-lead__image {
	text-align: center;
	width: 167px;
}

@media screen and (max-width: 767px) {
	.wester-lead__image {
		width: 41.79104%;
	}
}
.wester-body {
	background: url("../img/pattern.png");
	background-size: 21px auto;
	padding-top: 100px;
	padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.wester-body {
		background-size: 11px auto;
		padding-top: 60px;
		padding-bottom: 50px;
	}
}
/* course
/*+---------------------------------*/
.course-body {
	background-color: #FFF8FF;
	padding-top: 79px;
	padding-bottom: 61px;
}

@media screen and (max-width: 767px) {
	.course-body {
		padding-top: 30px;
		padding-bottom: 38px;
	}
}
.course-banner-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1042px;
	height: 198px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.course-banner-wrap {
		height: 46.93333%;
		height: 46.934vw;
		width: 94%;
	}
}
.course-banner-wrap a {
	color: inherit;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 1%;
	text-shadow: 0 3px 6px rgba(15, 34, 130, 0.41);
	color: #FFEF00;
}

@media screen and (max-width: 767px) {
	.course-banner-wrap a {
		letter-spacing: 0.03em;
		font-size: 7vw;
		padding-bottom: 2%;
		text-align: left;
	}
}
.course-banner-lead {
	font-family: serif;
	font-size: 4.4rem;
}

@media screen and (max-width: 767px) {
	.course-banner-lead {
		font-size: 3.2rem;
	}
}
.course-banner-text {
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
	.course-banner-text {
		font-size: 1.6rem;
		font-size: 4.3vw;
		letter-spacing: normal;
	}
}
.course-banner-text .pdf-size {
	display: inline-block;
	margin-left: 24px;
}

@media screen and (max-width: 767px) {
	.course-banner-text .pdf-size {
		margin-left: 0;
		font-size: 1.4rem;
	}
}
/* prize
/*+---------------------------------*/
.prize-body {
	background: url("../img/section3-pattern.png") 50% 50% no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 65px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.prize-body {
		padding-top: 30px;
		padding-bottom: 35px;
		background: url("../img/section3-pattern_sp.png") 50% 50% no-repeat;
		background-size: cover;
	}
}
.prize-banner {
	margin-top: 65px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1060px;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.prize-banner {
		margin-top: 16px;
		width: 98.93333%;
	}
}
.prize-data__headding {
	text-align: center;
	font-size: 4.2rem;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.prize-data__headding {
		font-size: 2.9rem;
	}
}
.prize-data__headding span {
	position: relative;
	display: inline-block;
}

.prize-data__headding span::after,
.prize-data__headding span::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 4px;
	height: 56px;
	background-color: #503FBB;
}

@media screen and (max-width: 767px) {
	.prize-data__headding span::after,
	.prize-data__headding span::before {
		height: 32px;
		width: 3px;
	}
}
.prize-data__headding span::before {
	right: 110%;
	rotate: -35deg;
}

.prize-data__headding span::after {
	left: 110%;
	rotate: 35deg;
}

.prize-data__body {
	margin-top: 90px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 44px;
	gap: 44px;
}

@media screen and (max-width: 767px) {
	.prize-data__body {
		margin-top: 36px;
		grid-template-columns: repeat(1, 1fr);
	}
}
.prize-data-item__header {
	margin-bottom: -44px;
}

@media screen and (max-width: 767px) {
	.prize-data-item__header {
		margin-bottom: -24px;
	}
}
.prize-data-item__headding {
	display: inline-block;
	color: #fff;
	background-color: #594CAC;
	font-size: 3.6rem;
	font-weight: 700;
	padding: 2px 55px 5px 29px;
	-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 50%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 50%, 100% 100%, 0 100%);
}

@media screen and (max-width: 767px) {
	.prize-data-item__headding {
		font-size: 2.2rem;
		padding: 2px 28px 3px 15px;
		-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 50%, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 50%, 100% 100%, 0 100%);
	}
}
.prize-data-item__body {
	border: 4px solid #594CAC;
	border-radius: 30px 0 30px 0;
	background-color: #fff;
	padding: 70px 34px 34px;
}

@media screen and (max-width: 767px) {
	.prize-data-item__body {
		border-radius: 20px 0 20px 0;
		padding: 32px 15px 15px;
	}
}
.prize-data-item__body.second {
	background-color: #fff;
}

.prize-data-item__headding-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #0072BC;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 18px;
	margin-top: 56px;
}

.prize-data-item__headding-child::after {
	content: "";
	display: block;
	width: 50px;
	height: 51px;
	background: url("../img/heading-takana.png") no-repeat 0 0/cover;
}

@media screen and (max-width: 767px) {
	.prize-data-item__headding-child::after {
		width: 36.42px;
		height: 35.5px;
	}
}
.prize-data-item__body.second .prize-data-item__headding-child::after {
	width: 54px;
	height: 48px;
	background-image: url("../img/heading-soboro.png");
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.prize-data-item__body.second .prize-data-item__headding-child::after {
		width: 39.9px;
		height: 35.5px;
	}
}
@media screen and (max-width: 767px) {
	.prize-data-item__headding-child {
		font-size: 2.2rem;
		margin-top: 12px;
		margin-bottom: 12px;
	}
}
.prize-data-item__headding-child:first-child {
	margin-top: 0;
}

.prize-data-item__text {
	font-size: 2rem;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.prize-data-item__text {
		font-size: 1.8rem;
	}
}
.prize-data-item__text__small {
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	.prize-data-item__text__small {
		font-size: 1.5rem;
	}
}
/* attention
/*+---------------------------------*/
.attention-body {
	background-color: #F5F5F5;
	color: #777;
	padding-top: 40px;
	padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.attention-body {
		padding-top: 20px;
		padding-bottom: 44px;
		font-size: 1.2rem;
	}
}
.attention-section + .attention-section {
	margin-top: 28px;
}

@media screen and (max-width: 767px) {
	.attention-section + .attention-section {
		margin-top: 24px;
	}
}