@charset "utf-8";

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}



/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a { text-decoration: none; color: #333333; }
/* a:hover  { text-decoration: none; color: #006922; }
a:active { text-decoration: none; color: #006922; } */


/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
	scroll-padding-top: 110px;
}

body {
	background: #f9f9f9;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
}

#container {
	min-width: 1080px;
	position: relative;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	overflow: hidden;
	background: #f8f8f8;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.noscroll {
	overflow: hidden;
}

.on {
	transition: all 0.3s ease-in-out 0s;
}

.on:hover {
	opacity:0.7;
}

.roboto {
	font-family: "Roboto", sans-serif;
}

/* インナー
------------------------------------ */
.inner {
	width: 1080px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 40px;
}

/* ------------------------------------ */
/* 準備中表示 */
/* ------------------------------------ */
.readyBox {
	position: relative;
	pointer-events: none;
}

.ready {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2rem;
	font-weight: 700;
}

/* ------------------------------------ */
/* ボタン */
/* ------------------------------------ */

/* 赤グラデーション / 追従ナビ・mv */
.btn1 {
	display: inline-block;
	text-align: center;
	font-weight: 700;
	background: transparent linear-gradient(0deg, #B61204 0%, #E43D2F 100%);;
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
}

.btn1:hover {
	opacity: 0.7;
}

.btn1::after {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../img/common/icon1.svg) 0 0 / contain no-repeat;
}

/* 赤グラデーション / footer */
.btn2 {
	padding: 1em;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(0deg, #B61204 0%, #E43D2F 100%);
	border: 2px solid #fff;
	border-radius: 30px;
	display: block;
	transition: all 0.3s ease-in-out 0s;
}

.btn2:hover {
	opacity: 0.7;
}

.btn2::after {
	content: "";
	width: 22px;
	height: 22px;
	margin-left: 10px;
	background: url(../img/common/icon2.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

/* 青 */
.btn3 {
	font-weight: 700;
	color: #FFF;
	background: #0B3281;
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
}

.btn3:hover {
	opacity: 0.7;
}

.btn3::after {
	content: "";
	background: url(../img/common/icon3.svg) 0 0 / contain no-repeat;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/* オレンジグラデーション / マイページ */
.linkAreaBtn .btn4 {
	opacity: 0.7;
}

.btn4 {
	line-height: 40px;
	padding: 0 1.33em 0 3em;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #FFF;
	background: linear-gradient(0deg, #e46d0d 0%, #ff900e 100%);
	border-radius: 60px;
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
}

.btn4:hover {
	opacity: 0.7;
}

.btn4::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/common/icon_mypage.svg) 0 0 / contain no-repeat;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

/* 黄緑 */
.btn5 {
	padding: 0.7em 6.1em;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.3;
	color: #FFF;
	background: #27A700;
	border-radius: 40px;
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
}

.btn5:hover {
	opacity: 0.7;
}

.btn5::after {
	content: "";
	width: 33px;
	height: 33px;
	background: url(../img/common/icon5.svg) 0 0 / contain no-repeat;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.btn5 span {
	vertical-align: sub;
}

.btn6 {
	padding: 10px 20px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #FFF;
	background: #b5b5b5;
	border-radius: 60px;
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
	line-height: 1.2;
}

.online .btn6 {
	padding: 7px 20px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #FFF;
	background: #b5b5b5;
	border-radius: 60px;
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
	line-height: 1.2;
}

.btn6:hover {
	opacity: 0.7;
}

.btn6 span{
	display: inline-block;
	vertical-align: middle;
}

.btn6::after {
	content: "";
	width: 18px;
	height: 18px;
	margin-left: 10px;
	background: url(../img/common/icon_seminar_icon3.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

/* オレンジ */
.btn7 {
	display: block;
	padding: 0.6em 3.3em;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	background: #f48400;
	color: #FFF;
	border-radius: 60px;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
}

.btn7 span {
	font-size: 2rem;
}

.btn7:hover {
	opacity: 0.7;
}

.btn7::after {
	content: "";
	width: 22px;
	height: 22px;
	background: url(../img/common/icon4.svg) 0 0 / contain no-repeat;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

/* ------------------------------------ */
/* タイトル */
/* ------------------------------------ */
/* セクション見出し */
.sectionHeading {
	margin-bottom: 1.19em;
	font-size: 4.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	color: #0b3281;
}

.sectionHeading.small {
	font-size: 4rem;
}

.tit1 {
	font-size: 4rem;
	font-weight: 700;
	color: #0B3281;
	margin-bottom: 50px;
	text-align: center;
}

.tit2 {
	padding-bottom: 10px;
	font-size: 2.4rem;
	font-weight: 700;
}

.tit3 {
	padding-bottom: 0.4em;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	font-size: 2.6rem;
	color: #0B3281;
	border-bottom: 2px solid currentColor;
}

/* ------------------------------------ */
/* 共通メニュー */
/* ------------------------------------ */
.menuWrap {
	display: flex;
}

.menu {
	flex-grow: 1;
}

.menu:nth-child(2) {
	margin-left: 30px;
}

.menuItem a {
	margin-bottom: 1em;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
	transition: 0.3s ease-in-out;
}

.menuItem a:hover {
	color: #01b4ed;
}

#onlineBnr a {
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
}

#onlineBnr a:hover {
	opacity: 0.7;
}

/* 外部リンクのアイコン */
.menuItem a[target="_blank"]::after {
	content: "";
	width: 0.6em;
	height: 0.6em;
	display: inline-block;
	margin-left: 0.5em;
	background: url(../img/common/icon_target.svg) no-repeat center center / contain;
}

/* 専用ページのアイコン */
.menuItem a.forMember::before {
	content: "";
	width: 0.8em;
	height: 0.8em;
	display: inline-block;
	margin-right: 0.5em;
	background: url(../img/common/icon_lock.svg) no-repeat center center / contain;
}

.subMenuItem a {
	margin-bottom: 0.9em;
}

.subMenuItem a::before {
	content: "-";
	margin: 0 0.5em;
	font-weight: 400;
	color: #0b3281;
}

.bannerWrap {
	display: flex;
}

.banner {
	background-color: #ffffff;
}

.banner:not(:first-child) {
	margin-left: 20px;
}

.banner a {
	display: block;
	transition: 0.3s ease-in-out;
}

.banner a:hover {
	opacity: 0.7;
}

/* ------------------------------------ */
/* 追従ナビ */
/* ------------------------------------ */
#linkArea {
	width: 100%;
	height: 110px;
	min-width: 1080px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #0B3281;
	z-index: 10;
}

#linkAreaBtnWrap {
	height: 55px;
	border-bottom: 1px solid #fafafa;
}

#linkAreaBtnInner {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	column-gap: 14px;
}

.linkAreaBtn .btn1 {
	line-height: 40px;
	padding: 0 3em 0 2.66em;
	font-size: 1.5rem;
	border-radius: 20px;
	opacity: 0.7;
}

.linkAreaBtn .btn1::after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.linkAreaBtn .btn1 span {
	font-size: 2rem;
	padding: 0 0.2em;
}

#flowLink a {
	font-size: 1.1rem;
	color: #FFF;
	font-weight: 700;
	text-decoration: underline;
}

#flowLink a:hover {
	text-decoration: none;
}

.linkAreaList {
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.linkAreaListItem a {
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 10px;
	padding: 0 20px;
	font-size: 1.5rem;
	font-weight: 700;
	background: transparent linear-gradient(180deg, #FFFD7B 0%, #FFE641 100%);
	border-radius: 60px;
	transition: all 0.3s ease-in-out 0s;
}

.linkAreaListItem a:hover {
	opacity: 0.7;
}

.linkAreaListItem a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
}

.linkAreaListItem.iconMap a::before {
	width: 17px;
	height: 20px;
	background: url(../img/common/icon_floormap.png) 0 0 no-repeat;
	background-size: contain;
}

.linkAreaListItem.iconGuidebook a::before {
	width: 21px;
	height: 15px;
	background: url(../img/common/icon_guidebook.png) 0 0 no-repeat;
	background-size: contain;
}

.linkAreaListItem.iconExhibitor a::before {
	width: 12px;
	height: 20px;
	background: url(../img/common/icon_exhibitor.png) 0 0 no-repeat;
	background-size: contain;
}

.linkAreaListItem.iconSeminar a::before {
	width: 24px;
	height: 19px;
	background: url(../img/common/icon_seminar.png) 0 0 no-repeat;
	background-size: contain;
}

.linkAreaListItem.iconOnline a::before {
	width: 18px;
	height: 20px;
	background: url(../img/common/icon_online.png) 0 0 no-repeat;
	background-size: contain;
}

.linkAreaListItem.iconMember a::before {
	width: 18px;
	height: 21px;
	background: url(../img/common/icon_login.png) 0 0 no-repeat;
	background-size: contain;
}

/* ------------------------------------ */
/* ヘッダー */
/* ------------------------------------ */

/* ハンバーガーメニュー */
#menuBtn {
	width: 45px;
	height: 45px;
	position: fixed;
	top: 5px;
	right: calc((100vw - 1000px) / 2);
	background-color: #fff;
	cursor: pointer;
	z-index: 21;
}

#menuIcon {
	width: 100%;
	height: 100%;
	position: relative;
}

.menuIconBar {
	width: 23px;
	height: 3px;
	display: block;
	position: absolute;
	left: 11px;
	background-color: #0B3281;
	transition: 0.3s ease-in-out;
}

.menuIconBar:nth-of-type(1) {
	top: 11px;
}
.menuIconBar:nth-of-type(2) {
	top: 16px;
}
.menuIconBar:nth-of-type(3) {
	top: 22px;
}

#menuIcon:after {
	content: "メニュー";
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

/* メニュー開いた時 */
#menuBtn.open .menuIconBar:nth-of-type(1) {
	top: 15px;
	transform: rotate(45deg);
}
#menuBtn.open .menuIconBar:nth-of-type(2) {
	opacity: 0;
}
#menuBtn.open .menuIconBar:nth-of-type(3) {
	top: 15px;
	transform: rotate(-45deg);
}
#menuBtn.open #menuIcon::after {
	content: "閉じる";
}

/* メニュー中身 */
#popupMenu {
	width: 100%;
	height: 100%;
	padding: 100px 0;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #343434;
	z-index: 20;
	overflow-y: auto;
	display: none;
}

#popupMenuInner {
	max-width: 880px;
	margin: auto;
	padding: 0 40px;
}

#popupMenu .menuWrap {
	margin-bottom: 20px;
}

/* ------------------------------------ */
/* フッター */
/* ------------------------------------ */
#footer {
	padding-bottom: 80px;
	position: relative;
	background:url(../img/common/footer_bg.jpg) no-repeat left top / cover;
	z-index: 1;
}

#footer::before {
	content: "";
	width: 50%;
	height: calc(100% + 62px - 80px);
	position: absolute;
	top: -60px;
	right: 0;
	background-color: #343434;
	z-index: -1;
}

.footerInner {
	display: flex;
}

#footerLeft {
	width: 45.5%;
	padding-top: 71px;
}

.footerLogo {
	margin-bottom: 36px;
}

.footerLogo a {
	transition: all .3s;
}

.footerLogo a:hover,
.footerLogo a:active {
	opacity: 0.7;
}

.footerInfo {
	margin-bottom: 41px;
	display: flex;
	align-items: center;
}

.footerInfoPeriod {
	width: 230px;
}

.footerInfoAccess {
	margin-left: 20px;
	background-color: #ffffff;
}

.footerInfoAccessLink {
	height: 60px;
	display: flex;
	align-items: center;
	font-weight: 700;
	text-align: center;
	background-color: #ffffff;
	transition: 0.3s ease-in-out;
}

.footerInfoAccessLink:hover {
	opacity: 0.7;
}

.footerInfoAccessLink span:nth-child(1) {
	padding: 0 11px;
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #0B3281;
}

.footerInfoAccessLink span:nth-child(2) {
	width: 60px;
	height: 60px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.2;
	color: #ffffff;
	background-color: #0B3281;
	border: 1px solid #ffffff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.footerContact {
	padding: 30px 39px;
	border: 1px solid #ffffff;
}

.footerContactText1 {
	margin-bottom: 10px;
	letter-spacing: 0.06em;
	font-weight: 700;
	line-height: 1.7;
	color: #ffffff;
}

.footerContactText2 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	color: #ffffff;
}

.footerContactTel {
	margin-bottom: 10px;
	font-size: 4.4rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #ffffff;
}

.footerContactTel span {
	display: inline-block;
	padding-left: 40px;
	background: url(../img/common/icon_tel.svg) no-repeat left top 8px / 30px;
}

.footerContactTel a {
	color: #ffffff;
}

.footerContactMail {
	margin-bottom: 10px;
	text-align: center;
}

.footerContactMail a {
	padding-left: 30px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.025em;
	background: url(../img/common/icon_mail.svg) no-repeat left top 8px / 22px;
}

.footerContactLink {
	text-align: center;
}

.footerContactLink .btn2 {
	position: relative;
}

.footerContactLink .btn2::after {
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
}

.footerContactLink .btnArrow {
	padding: 15px 50px;
}

#footerRight {
	width: 50%;
	margin-left: auto;
	padding-left: 30px;
	margin-top: -27px;
}

.footerMenu {
	padding: 15px 0 5px;
	display: flex;
}

.footerMenuList {
	width: 49%;
}

#footerOnline a {
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
}

#footerOnline a:hover {
	opacity: 0.7;
}

#footerCopy {
	padding: 15px 0;
	color: #FFF;
	text-align: center;
	font-size: 1rem;
}

/* ページトップ */
#pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	mix-blend-mode: multiply;
}

#pagetop a {
	display: block;
	transition: 0.3s ease-in-out;
}

#pagetop a:hover {
	opacity: 0.7;
}

/* ------------------------------------ */
/* 下層ページ */
/* ------------------------------------ */

/* 下層ヘッダー */
/* ----------------------------------- */
#pageHead {
	height: 430px;
	padding-top: 110px;
	margin-bottom: 93px;
	position: relative;
	background: url(../img/common/page_head.jpg) no-repeat center center / cover;
}

.pageTitleWrap {
	height: 100%;
	padding-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pageTitle {
	width: 347px;
	max-width: 90%;
	/* padding: calc(0.2em + 58px) 0.5em 0.35em; */
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: center;
	color: #002770;
	background: #fff;
	position: relative;
}

.pageTitle a {
	display: block;
	width: 100%;
	transition: all 0.3s;
}

.pageTitle a:hover,
.pageTitle a:active {
	opacity: 0.7;
}

.pageTitle img {
	display: block;
	width: 100%;
}

/* .pageTitle::before {
	display: block;
	content: "";
	width: 100%;
	height: 58px;
	background: url(../img/common/page_title.jpg) 0 0 / contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
} */

/* コンテンツ */
/* ----------------------------------- */
.commonCont {
	width: 1000px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 80px;
	background: #fff;
}

/* パンくず */
.bc {
	width: 100%;
	height: 60px;
	left: 0;
	bottom: 0;
	position: absolute;
	text-align: right;
	background-color: rgba(0, 0, 0, 0.5);
}

.bcWrap {
	width: 1000px;
	margin: 0 auto;
	height: inherit;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.bcWrap li {
	font-size: 1.2rem;
	font-feature-settings: normal;
	letter-spacing: 0.1em;
	color: #ffffff;
}

.bcWrap li:first-child img {
	width: 14px;
	vertical-align: middle;
}

.bcWrap li:not(:last-child)::after {
	content: ">";
	margin: 0 0.8em;
	display: inline-block;
	vertical-align: middle;
}

.bcWrap li a {
	color: #ffffff;
	transition: 0.3s ease-in-out;
}

.bcWrap li a:hover {
	opacity: 0.7;
}

/* ADD 240823 */
/* ----------------------------------- */
#preview {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 10000;
}

#preview a {
	transition: all 0.3s ease-in-out 0s;
}

#preview a:hover {
	opacity: 0.7;
}

#previewClose {
	position: absolute;
	top: 5px;
	right: 5px;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
}

#previewClose:hover {
	opacity: 0.7;
}

