@charset "UTF-8";



/* **********************************************
 * グローバルナビ
 * ******************************************* */

#float_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
	position: relative;

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#float_nav ul > li {
	width: auto;
}
#float_nav ul > li:not(:first-child) {
	margin-left: 22px;
}
#float_nav ul > li > a {
	display: block;
	padding: 12px 0;
	color: #BA9847;
	font-weight: bold;
}
#float_nav ul > li > a.nolink {
	cursor: pointer;
}
#float_nav ul ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	margin: 0;
	background: #FFF;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	min-width: 300px;
	z-index: 1;
}
#float_nav ul li.menu-item-has-children.gnav-homapooja ul.sub-menu {
	right: 0;
    left: auto;
    transform: translateX(0);
}
#float_nav ul li.menu-item-has-children {
	position: relative;
}
#float_nav ul li.menu-item-has-children ul.sub-menu {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #FFF;
	box-shadow: 0 0 14px rgba(102, 102, 102, 0.2);
	transition: all .3s ease;
	z-index: 9;
}
#float_nav ul li.menu-item-has-children:hover ul.sub-menu {
	top: 50px;
	visibility: visible;
	opacity: 1;
}
#float_nav ul ul.sub-menu li {
	text-align: left;
	margin-left: 0;
	border-bottom: 1px solid #ededed;
}
#float_nav ul ul.sub-menu li a {
	padding: 18px 18px;
	line-height: 1.6;
}
#float_nav ul ul.sub-menu li a:hover {
	background: #F7F4EC;
}



/* **********************************************
 * 上部固定ナビ
 * ******************************************* */


/****************************************
 * 上部固定ヘッダー
*****************************************/

.fixedNav {
	background: #FFF;
	color: #333;
	position: fixed;
	top: -100px;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	opacity:0;
	z-index: 999;
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 1194px) {
	.fixedNav {
		display: none;
	}
}

.fixedNav nav#float_nav {
	width: 100%;
	margin: 0 auto;
}
.fixedNav nav#float_nav ul {
	flex-wrap: nowrap;
	justify-content: normal;
}
.fixedNav nav#float_nav ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	width: 100%;
	font-size: .9em;
	text-align: center;
	border-right: 1px solid #BA9847;
}
.fixedNav nav#float_nav > ul > li:first-child {
	max-width: 120px;
}
.fixedNav nav#float_nav ul li:last-child {
	border-right: none;
}
.fixedNav nav#float_nav ul li > a {
	padding: 12px;
	line-height: 1.6;
}
.fixedNav #float_nav ul ul.sub-menu li {
	display: block;
	border-right: none;
	text-align: left;
}
.fixedNav #float_nav ul ul.sub-menu li a {
	padding: 18px 18px;
}



@media screen and (max-width: 1180px) {
	.fix_header ul.menu > li > a {
		padding: 12px 0;
	}
	.fix_header ul li.home {
		width: calc(100% - 600px);
	}
}
@media screen and (max-width: 1260px) {
}
@media screen and (max-width: 1024px) {
	.fix_header {
		display: none;
	}
}



/* **********************************************
 * スマートフォンナビ
 * ******************************************* */

.spNav{
	display: none;
}

@media screen and (max-width: 1194px) {
	.spNav{
		display: block;
	}
	
	.input-hidden{
		display: none;
	}
	.spNav-hamburger-switch{
		cursor: pointer;
		position: fixed;
		right: 30px;
		top: 24px;
		z-index: 9999;
		width: 30px;
		height: 30px;
	}
	
	#spNav-hamburger:checked ~ .spNav-hamburger-switch { /* メニュー展開時のアイコンを固定 */
		position: fixed;
	}
	
	/* メニューエリア */
	.spNav-wrap{
		position: fixed;
		height: 100%;
		background: #FFF;
		padding: 30px 45px 45px;
		z-index: 9998;
		transition: .3s;
		overflow-y: scroll;
		top: 0;
		left: 100%;
		width: 100%;
	}
	.spNav-wrap .spNav-logo {
		text-align: center;
	}
	
	/* メニューリスト */
	ul.spNav-list {
		list-style: none;
		margin: 18px 0 0;
		padding: 0;
	}
	ul.spNav-list li {
		margin-top: 38px;
		line-height: 1;
	}
	ul.spNav-list li.spNav-layer {
		cursor: pointer;
		position: relative;
	}
	ul.spNav-list li.spNav-layer::after {
		content: '';
		display: block;
		position: absolute;
		top: .5em;
		z-index: -1;
		width: 100%;
		border-bottom: dotted 2px #BA9847;
	}
	ul.spNav-list li rt {
		
	}
	
	ul.spNav-list li ul.sub-menu { /* 初期状態 */
		margin: 0 0 0 .6em;
		padding: 0;
		list-style: none;
		max-height: 0;
		overflow: hidden;
		transition: max-height .3s ease-out; 
	}
	ul.spNav-list li ul.sub-menu li {
		margin-top: 22px;
		padding-left: 12px;
		line-height: 1.2;
		position: relative;
	}
	ul.spNav-list li ul.sub-menu li:before {
		content: "";
		display: inline-block;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background: #BA9847;
		width: 3px;
		height: 3px;
		border-radius: 3px;
	}
	ul.spNav-list li.open > ul.sub-menu { /* 開いた状態 */
        display: block;
		margin-bottom: 45px;
	}
	
	ul.spNav-list li a {
		display: block;
		text-decoration: none;
		color: #BA9847;
	}
	ul.spNav-list li span.noLink {
		display: block;
		color: #BA9847;
		line-height: 1;
	}
	ul.spNav-list li span.noLink span.noLink-text {
		display: inline-block;
		background: #FFF;
		padding-right: 12px;
		transition: .3s ease-out; 
	}
	ul.spNav-list li.open span.noLink span.noLink-text {
		background: #F7F4EC;
		color: #BA9847;
	}
	#spNav-hamburger:checked ~ .spNav-wrap {
		left: 0;
	}
	
	/* ハンバーガーアイコンの動き */
	.hamburger-switch-separate {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: .3s;
		content: "";
	}
	.hamburger-switch-separate {
		width: 25px;
		height: 3px;
		background: #BA9847;
	}
	.hamburger-switch-separate:before,
	.hamburger-switch-separate:after,
	.spNav-hamburger-switch:before,
	.spNav-hamburger-switch:after{
		content: "";
		position: absolute;
		width: 12.5px;
		height: 3px;
		background: #BA9847;
		top: 50%;
		left: 50%;
		transition: .3s;
	}
	.hamburger-switch-separate:before{
		transform: translate(-100%, -300%);
	}
	.hamburger-switch-separate:after{
		transform: translate(0, 200%)
	}
	.spNav-hamburger-switch:before{
		transform: translate(0, -300%);
		transition-delay: .2s;
	}
	.spNav-hamburger-switch:after{
		transform: translate(-100%, 200%);
		transition-delay: .2s;
	}
	
	#spNav-hamburger:checked ~ .spNav-hamburger-switch .hamburger-switch-separate{
		width: 0;
	}
	#spNav-hamburger:checked ~ .spNav-hamburger-switch .hamburger-switch-separate:before{
		transform: translate(-85%, -200%) rotate(45deg);
	}
	#spNav-hamburger:checked ~ .spNav-hamburger-switch .hamburger-switch-separate:after{
		transform: translate(-15%, 100%) rotate(45deg);
	}
	#spNav-hamburger:checked ~ .spNav-hamburger-switch:before{
		transform: translate(-15%, -200%) rotate(-45deg);
	}
	#spNav-hamburger:checked ~ .spNav-hamburger-switch:after{
		transform: translate(-85%, 100%) rotate(-45deg);
	}
}
@media screen and (max-width: 559px) {
	.spNav-hamburger-switch {
		top: 12px;
	}
}
@media screen and (max-width: 430px) {

	/* メニューエリア */
	.spNav-wrap{
		padding: 30px 30px 45px;
	}
}


/* **********************************************
 * 受講者の声 著名人のスライド
 * front-page
 * ekamexperience
 * ekamexperience-free
 * ******************************************* */

.voices-celebrity {
	
}
.voices-celebrity .splide-celebrity-item {
	padding: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.voices-celebrity .splide-celebrity-item:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	width: 100%;
	height: 8px;
	background-image: radial-gradient(farthest-side at 50% -50%, rgba(170, 170, 170, .3), rgba(170, 170, 170, 0));
	transform: scale(1, -1);
}
.voices-celebrity .splide-celebrity-item:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 100%;
	height: 8px;
	background-image: radial-gradient(farthest-side at 50% -50%,rgba(170, 170, 170, .3), rgba(170, 170, 170, 0));
}
.voices-celebrity .splide-celebrity-item .splide-celebrity-itemMsg {
	width: calc(100% - 220px);
	padding-right: 90px;
	text-align: center;
}
.voices-celebrity .splide-celebrity-item .splide-celebrity-itemMsg p.name {
	color: #90adba;
	font-weight: bold;
}
.voices-celebrity .splide-celebrity-item .splide-celebrity-itemMsg p.name span.jobtitle {
	display: block;
	color: #000;
	font-size: .9em;
}
.voices-celebrity .splide-celebrity-item .splide-celebrity-itemPhoto {
	width: 220px;
}

#splide-celebrity .splide__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	padding: 0;
	margin: 0;
	z-index: 1;
}
#splide-celebrity .splide__arrow--prev {
	left: 0;
	background: url(../images/common/arrow-nomalPrev.webp) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 60px;
	height: 60px;
}
#splide-celebrity .splide__arrow--next {
	right: 0;
	background: url(../images/common/arrow-nomalNext.webp) no-repeat;
	background-size: 100%;
	width: 60px;
	height: 60px;
}


@media screen and (max-width: 834px) {
	.voices-celebrity .splide-celebrity-item {
		padding: 60px;
	}
	.voices-celebrity .splide-celebrity-item .splide-celebrity-itemMsg {
		padding-right: 60px;
	}
	
	#splide-celebrity .splide__arrow--prev {
		width: 45px;
		height: 45px;
	}
	#splide-celebrity .splide__arrow--next {
		width: 45px;
		height: 45px;
	}

}
@media screen and (max-width: 560px) {
	
	.voices-celebrity .splide-celebrity-item {
		flex-direction: column;
	}
	.voices-celebrity .splide-celebrity-item .splide-celebrity-itemPhoto {
		width: 100%;
		text-align: center;
		order: 1;
	}
	.voices-celebrity .splide-celebrity-item .splide-celebrity-itemPhoto img {
		width: 180px;
	}
	.voices-celebrity .splide-celebrity-item .splide-celebrity-itemMsg {
		width: 100%;
		padding: 0;
		margin-top: 30px;
		order: 2;
	}
}
@media screen and (max-width: 430px) {
	
	.voices-celebrity .splide-celebrity-item {
		padding: 45px 30px;
	}

	#splide-celebrity .splide__arrow--prev {
		left: -12px;
		width: 38px;
		height: 38px;
	}
	#splide-celebrity .splide__arrow--next {
		right: -12px;
		width: 38px;
		height: 38px;
	}
}
@media screen and (max-width: 320px) {
}

/* **********************************************
 * マニフェスト
 * 日本人参加者の声
 * manifest-JPvoices
 * 
 * page-special_manifest.php
 * page-special_manifest2023fair.php
 * ******************************************* */

/* 参加者の声 */
.manifest-JPvoices {
	background: url(../images/special_program/p1_voice_bg.jpg) no-repeat;
    background-size: cover;
}
.manifest-JPvoices .manifestVoice-item {
	padding: 45px 60px;
	margin: 12px 0 0;
	background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 40%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
	position: relative;
}
.manifest-JPvoices .manifestVoice-item:before {
	content: "VOICE";
	display: inline-block;
	position: absolute;
	right: 0;
	background: #bc861d;
	color: #FFF;
	font-size: .7em;
	padding: 6px 45px 6px 20px;
}
.manifest-JPvoices p.manifestVoice-itemTitle {
	text-align: left;
	font-family: serif;
	font-size: 2rem;
	color: #E5091F;
	font-weight: bold;
	padding: 0 75px 0 0 !important;
	margin: 0 0 12px;   
}
.manifest-JPvoices p.manifestVoice-conclusion {
	text-align: center;
    color: #E5091F;
    margin-top: 60px;
    font-size: 2.2rem;
    font-weight: bold;
}


@media screen and (max-width: 834px) {
	.manifest-JPvoices p.manifestVoice-itemTitle {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 560px) {
	.manifest-JPvoices .manifestVoice-item {
		padding: 45px 30px 30px 30px;
	}
	.manifest-JPvoices .manifestVoice-item:before {
		padding: 3px 12px 3px 12px;
	}
	.manifest-JPvoices p.manifestVoice-itemTitle {
		line-height: 1.6;
	}
}
@media screen and (max-width: 430px) {
	.manifest-JPvoices p.manifestVoice-conclusion {
		font-size: 2rem;
	}
}
@media screen and (max-width: 380px) {
	.manifest-JPvoices .manifestVoice-item {
		padding: 45px 20px 30px 20px;
	}
	.manifest-JPvoices p.manifestVoice-itemTitle {
		padding: 0 70px 0 0 !important;
	}
}
@media screen and (max-width: 320px) {
	.manifest-JPvoices .manifestVoice-item {
		padding: 30px 20px 30px 20px;
	}
	.manifest-JPvoices p.manifestVoice-itemTitle {
		font-size: 1.6rem;
		padding: 0 45px 0 0 !important;
	}
}
