@charset "UTF-8";


/* 日時とプログラム名 */
.manifest2025_datetime {
	margin-top: 30px;
	text-align: center;
}
.manifest2025_datetime p.manifest2025_date {
	font-size: 2.3rem;
	font-family: sans-serif;
	font-weight: bold;
	color: #1b3f8d;
	margin: 0;
}
.manifest2025_datetime p.manifest2025_time {
	font-size: 2.3rem;
	font-family: sans-serif;
	font-weight: bold;
	color: #1b3f8d;
	margin: 0;
}
.manifest2025_datetime .manifest2025_program {
	text-align: center;
	font-size: 2.3rem;
	font-weight: normal;
}


/* 見出し */
.manifest2025_title_area {
	background: #082D5B;
	padding: 30px 0;
	position: relative;
    z-index: 1;
}
.manifest2025_title_area .manifest2025_title {
	color: #FFF;
	font-weight: normal;
	font-size: 3rem;
	margin: 0;
	/*
	background: linear-gradient(90deg, #8c7537 0%, #dbb00b 45%, #fde79d 70%, #dbb10c 85%, #bc7f04 90% 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}
.manifest2025_title_area .manifest2025_title span {
	display: inline;
}

@media screen and (max-width: 834px) {
	.manifest2025_datetime p.manifest2025_date,
	.manifest2025_datetime p.manifest2025_time {
		font-size: 2rem;
	}
	.manifest2025_datetime .manifest2025_program {
		font-size: 2rem;
	}
	
	/*見出し */
	.manifest2025_title_area .manifest2025_title {
		font-size: 2.6rem;
	}
	.manifest2025_title_area .manifest2025_title span {
		display: inline-block;
	}
}
@media screen and (max-width: 560px) {
	.manifest2025_datetime p.manifest2025_date,
	.manifest2025_datetime p.manifest2025_time {
		font-size: 1.6rem;
	}
	.manifest2025_datetime .manifest2025_program {
		font-size: 1.6rem;
	}
	
	/*見出し */
	.manifest2025_title_area .manifest2025_title {
		font-size: 2rem;
	}
}
@media screen and (max-width: 430px) {
	.manifest2025_datetime p.manifest2025_date {
		font-size: 1.5rem;
	}
	.manifest2025_datetime p.manifest2025_time {
		font-size: 1.4rem;
	}
	.manifest2025_datetime .manifest2025_program {
		font-size: 1.5rem;
	}
	
	/*見出し */
	.manifest2025_title_area .manifest2025_title {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 380px) {
	.manifest2025_datetime p.manifest2025_date {
		font-size: 1.3rem;
	}
	.manifest2025_datetime p.manifest2025_time {
		font-size: 1.2rem;
	}
	.manifest2025_datetime .manifest2025_program {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 320px) {
	.manifest2025_datetime p.manifest2025_date {
		font-size: 1.12rem;
	}
	.manifest2025_datetime p.manifest2025_time {
		font-size: 1.12rem;
	}
	
	/*見出し */
	.manifest2025_title_area .manifest2025_title {
		font-size: 1.3rem;
	}
}


.manifest2025_dateinfo {
	background: #FFF url(../images/manifest/2025/firstBg.webp) no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding: 60px 0 90px;
}
.manifest2025_dateinfo .manifest2025_dateinfo_box {}
.manifest2025_dateinfo .manifest2025_dateinfo_seminar {
	text-align: center;
	font-weight: normal;
	font-size: 2.6rem;
}
.manifest2025_dateinfo img.info_indiajapan {
	display: block;
	margin: 0 auto;
}


@media screen and (max-width: 834px) {
	.manifest2025_dateinfo .manifest2025_dateinfo_seminar {
		font-size: 2rem;
	}
}
@media screen and (max-width: 560px) {
	.manifest2025_dateinfo {
		padding: 0 0 60px;
	}
	.manifest2025_dateinfo .manifest2025_dateinfo_seminar {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 380px) {
	.manifest2025_dateinfo .manifest2025_dateinfo_seminar {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 320px) {
	.manifest2025_dateinfo .manifest2025_dateinfo_seminar {
		font-size: 1.3rem;
	}
}


/* 申込 */
#manifest2025_entry {
	padding: 0 0 90px;
	border-top: 18px solid #FFF;
	background: url(../images/manifest/2025/entry_bg.webp) no-repeat;
	background-size: cover;
	background-position: center;
}
#manifest2025_entry .manifest2025_entry_box {
	margin-top: 90px;
}
#manifest2025_entry .manifest2025_entry_item {
	background: #FFF;
	padding: 60px;
	margin-top: 45px;
	box-shadow: 0 2px 18px 1px rgb(38 37 36 / 20%);
	border-top: 1px solid #1b3f8d;
	border-bottom: 1px solid #1b3f8d;
}
#manifest2025_entry .manifest2025_entry_item dl.manifest2025_entry_info {
	display: flex;
	align-items: center;
}
#manifest2025_entry .manifest2025_entry_item dl.manifest2025_entry_info dt {
	width: calc(100% / 2);
	text-align: center;
}
#manifest2025_entry .manifest2025_entry_item dl.manifest2025_entry_info dd {
	width: calc(100% / 2);
	text-align: center;
}
#manifest2025_entry .manifest2025_entry_item p.manifest2025_entry_itemtitle {
	font-size: 2.3rem;
	font-family: serif;
	line-height: 1.4;
	margin: 0;
}
#manifest2025_entry .manifest2025_entry_item p.manifest2025_entry_itemtitle span {
	display: block;
	font-size: 1.6rem;
	margin-top: 12px;
}
#manifest2025_entry .manifest2025_entry_item p.manifest2025_entry_itemtitle span.call{
	margin-top: 0;
	color: #082D5B;
}
#manifest2025_entry .manifest2025_entry_item .manifest2025_entry_call {
	margin-top: 30px;
	padding: 0 30px 30px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
#manifest2025_entry .manifest2025_entry_item .manifest2025_entry_call p.manifest2025_entry_call_title {
	padding: 0 12px;
	margin: 0;
	position: relative;
	top: -14px;
	background: #FFF;
	display: inline-block;
}
#manifest2025_entry .manifest2025_entry_item p.manifest2025_entry_price {
	font-size: 2rem;
	font-weight: bold;
	color: #BF1119;
	margin: 0;
}
#manifest2025_entry .manifest2025_entry_item p.manifest2025_entry_price span {
	font-size: 1.3rem;
}
#manifest2025_entry .manifest2025_entry_item ul.manifest2025_entry_url {
	margin-top: 30px;
}
#manifest2025_entry .manifest2025_entry_item ul.manifest2025_entry_url li {
	margin-top: 12px;
}
#manifest2025_entry .manifest2025_PayAll {
	text-align: center;
    margin-top: 60px;
}


/* ボタン */
#manifest2025_entry a.pay_btn_card,
#manifest2025_entry a.pay_btn_bank {
	display: inline-block;
	padding: 18px 30px;
	max-width: 380px;
	width: 100%;
	font-weight: bold;
	border-radius: 80px;
	line-height: 1.4;
	color: #FFF;
	font-size: 1.12rem;

	-webkit-animation-name: mfstshake;
	animation-name: mfstshake;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
}
@keyframes mfstshake {
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0.8deg);
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0.8deg);
	}
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -0.8deg);
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -0.8deg);
	}
}

#manifest2025_entry a.pay_btn_card {
	background: #1b3f8d;
}
#manifest2025_entry a.pay_btn_bank {
	background: #BF1119;
}

/*総合決済ボタン*/
#manifest2025_entry a.pay_btn_all {
	display: inline-block;
	padding: 30px 30px;
	max-width: 380px;
	width: 100%;
	font-weight: bold;
	border-radius: 80px;
	line-height: 1.4;
	color: #FFF;
	background: #BF1119;
	font-size: 1.3rem;
	
	-webkit-animation-name: mfstshake;
	animation-name: mfstshake;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
}

	
@media screen and (max-width: 834px) {
	#manifest2025_entry .manifest2025_entry_item {
		padding: 45px;
	}
	#manifest2025_entry .manifest2025_entry_item dl.manifest2025_entry_info {
		flex-direction: column;
	}
	#manifest2025_entry .manifest2025_entry_item dl.manifest2025_entry_info dt {
		width: 100%;
	}
	#manifest2025_entry .manifest2025_entry_item dl.manifest2025_entry_info dd {
		width: 100%;
		margin-top: 30px;
	}
}
@media screen and (max-width: 560px) {
	#manifest2025_entry {
		padding: 0 0 60px;
		background: url(../images/manifest/2025/entry_bg_sp.webp) no-repeat;
		background-size: cover;
		background-position: center;
	}
	#manifest2025_entry .manifest2025_entry_box {
		margin-top: 60px;
	}
	#manifest2025_entry .manifest2025_entry_item {
		padding: 30px;
	}
	#manifest2025_entry .manifest2025_entry_item p.manifest2025_entry_itemtitle {
		font-size: 2rem;
	}
	#manifest2025_entry .manifest2025_entry_item p.manifest2025_entry_itemtitle span {
		font-size: 1.3rem;
	}
	#manifest2025_entry .manifest2025_entry_item .manifest2025_entry_call {
		padding: 0 0 18px;
	}
	#manifest2025_entry .manifest2025_entry_item p.manifest2025_entry_price {
		font-size: 1.6rem;
	}
	#manifest2025_entry .manifest2025_entry_item p.manifest2025_entry_price span {
		font-size: 1.12rem;
	}
	#manifest2025_entry .manifest2025_entry_item ul.manifest2025_entry_url {
		margin-top: 0;
	}
	#manifest2025_entry .manifest2025_PayAll {
		margin-top: 45px;
	}

	/* ボタン */
	#manifest2025_entry a.pay_btn_card,
	#manifest2025_entry a.pay_btn_bank {
		font-size: 1rem;
	}

	/*総合決済ボタン*/
	#manifest2025_entry a.pay_btn_all {
		font-size: 1.12rem;
		padding: 22px 30px;
	}
}
@media screen and (max-width: 380px) {
	#manifest2025_entry .manifest2025_entry_box {
		margin-top: 45px;
	}
	
	/*総合決済ボタン*/
	#manifest2025_entry a.pay_btn_all {
		font-size: 1.12rem;
		padding: 22px 30px;
	}

}
@media screen and (max-width: 320px) {
	#manifest2025_entry .manifest2025_entry_item {
		box-shadow: none;
		padding: 0;
		background: none;
		border: none;
	}
	#manifest2025_entry .manifest2025_entry_item .manifest2025_entry_call p.manifest2025_entry_call_title {
		background: #ffffe8;
	}
	
	/*総合決済ボタン*/
	#manifest2025_entry a.pay_btn_all {
		font-size: 1rem;
		padding: 22px 22px;
	}
}


/* マニフェストとは */
#manifest2025_what {
	background: url(../images/manifest/2025/what_bg.webp) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 90px 0;
	border-top: 18px solid #FFF;
}
#manifest2025_what .manifest2025_what_box {
	width: 720px;
	margin: 17% 0 0;
}
#manifest2025_what .manifest2025_what_title {
	color: #FFF;
	font-weight: normal;
	font-size: 3rem;
	letter-spacing: 6px;
	margin-bottom: 30px;
}
#manifest2025_what .manifest2025_what_title span {
	font-size: 2rem;
	font-family: sans-serif;
	letter-spacing: 0;
}
#manifest2025_what .manifest2025_what_box div {
	color: #FFF;
	font-size: 1.12rem;
}

@media screen and (max-width: 834px) {
	#manifest2025_what .manifest2025_what_box {
		width: 100%;
		margin: 20% 0 0;
	}
}
@media screen and (max-width: 560px) {
	#manifest2025_what {
		background: url(../images/manifest/2025/what_bg_sp.webp) no-repeat;
		background-size: cover;
		background-position: center;
		padding: 60px 0;
	}
	#manifest2025_what .manifest2025_what_box {
		margin: 30% 0 0;
	}
	#manifest2025_what .manifest2025_what_title {
		font-size: 2.3rem;
	}
	#manifest2025_what .manifest2025_what_title span {
		display: block;
		font-size: 1.6rem;
	}
	#manifest2025_what .manifest2025_what_box div {
		font-size: 1rem;
		padding: 0 10px;
	}
}
@media screen and (max-width: 380px) {
	#manifest2025_what .manifest2025_what_title {
		font-size: 2rem;
	}
	#manifest2025_what .manifest2025_what_title span {
		font-size: 1.3rem;
	}
	#manifest2025_what .manifest2025_what_box div {
		padding: 0;
	}
}


/* メッセージ */
#manifest2025_msg {
	padding: 0 0 90px;
}
#manifest2025_msg .manifest2025_msg_box {
	margin-top: 90px;
}
#manifest2025_msg .manifest2025_msg_box .youtube {
	margin: 0;
	line-height: 1;
}
#manifest2025_msg .manifest2025_msg_box .manifest2025_youtube_bottom {
	margin: 60px auto 0;
	max-width: 920px;
	font-family: serif;
	font-size: 1.12rem;
	text-align: center;
}


@media screen and (max-width: 834px) {
}
@media screen and (max-width: 560px) {
	#manifest2025_msg {
		padding: 0;
	}
	#manifest2025_msg .manifest2025_msg_box {
		margin-top: 18px;
	}
	#manifest2025_msg .manifest2025_msg_box .inner {
		padding: 0;
	}
}


/* ブロックA */
#manifest_blockA {
	padding: 0 0;
}
#manifest_blockA .manifest_blockA_box {
	margin-top: 90px;
}
#manifest_blockA .manifest_blockA_inbox {
	
}





/* 受講者の声 */
.manifest2025voices {
    border-top: 18px solid #FFF;
}
.manifest2025voices .manifest2025voices-outline {
	padding: 90px 0;
	background: url(../images/manifest/2025/voicesBg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
ul.manifest2025voices-list {
	
}
ul.manifest2025voices-list li {
	width: 100%;
    margin: 30px auto 0;
    padding: 60px;
    background: #FFF;
    box-shadow: 0 0 14px rgb(102 102 102 / 15%);
    position: relative;
    z-index: 1;
}
ul.manifest2025voices-list li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 10%;
	background: url(../images/manifest/2025/ornament01.webp) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 120px;
	height: 224px;
	z-index: -1;
}
ul.manifest2025voices-list li:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10%;
	background: url(../images/manifest/2025/ornament02.webp) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 120px;
	height: 224px;
	z-index: -1;
}
ul.manifest2025voices-list li:first-child {
	margin-top: 0;
}
ul.manifest2025voices-list li.target.is-hidden {
    display: none;
    opacity: 0;
  }
ul.manifest2025voices-list li.target.is-show {
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
ul.manifest2025voices-list li .manifest2025voices-title {
	font-family: serif;
	font-size: 1.3rem;
	font-style: italic;
	line-height: 1.6;
	text-align: center;
	color: #BA9847;
}
ul.manifest2025voices-list li .manifest2025voices-title span {
	margin-right: 9px;
}
ul.manifest2025voices-list li p.name {
	margin: 18px 0 0 1em;
}

@media screen and (max-width: 560px) {
	.manifest2025voices .manifest2025voices-outline {
		padding: 75px 0;
		background: url(../images/manifest/2025/voicesBg.webp) no-repeat;
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
	}
	ul.manifest2025voices-list li {
		padding: 45px;
	}
	ul.manifest2025voices-list li:before {
		width: 90px;
		height: 168px;
	}
	ul.manifest2025voices-list li:after {
		width: 90px;
		height: 168px;
	}
	ul.manifest2025voices-list li .manifest2025voices-title span {
		display: block;
		margin-right: 0;
	}
}
@media screen and (max-width: 430px) {
	.manifest2025voices .manifest2025voices-outline {
		padding: 60px 0;
	}
	ul.manifest2025voices-list li {
		padding: 30px;
	}
}
@media screen and (max-width: 320px) {
	.manifest2025voices .manifest2025voices-outline {
		padding: 45px 0;
	}
}

/* よくある質問 */
#manifest2025_faq {
	padding: 0 0 90px;
	border-top: 18px solid #FFF;
}

@media screen and (max-width: 560px) {
	#manifest2025_faq {
		padding: 0 0 60px;
	}
}

/* お問い合わせ */
#manifest2025_contact {
	padding: 60px 0 90px;
	position: relative;
}
#manifest2025_contact:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: #fafafa;
	z-index: -1;
}
#manifest2025_contact .manifest2025_contact_box {
	text-align: center;
}
#manifest2025_contact .manifest2025_contact_box a.btn_contact {
	display: inline-block;
	max-width: 380px;
	width: 100%;
	background: #082D5B;
	color: #FFF;
	padding: 24px 30px;
	border-radius: 4px;
	box-shadow: 0 2px 6px 1px rgb(25 37 36 / 20%);
}
#manifest2025_contact .manifest2025_contact_box a.btn_contact span {
	display: block;
	font-size: .8rem;
}

@media screen and (max-width: 560px) {
	#manifest2025_contact {
		padding: 60px 0;
	}
}
@media screen and (max-width: 430px) {
	#manifest2025_contact .manifest2025_contact_box a.btn_contact {
		max-width: 100%;
		padding: 18px 30px;
	}
}
@media screen and (max-width: 380px) {
	#manifest2025_contact {
		padding: 45px 0;
	}
	#manifest2025_contact:before {
		height: 90px;
	}
}


