@charset "utf-8";

/* ============================================================
	BODY
============================================================ */

html {
	letter-spacing: 0;
}

body.l-body {
	/*color: #0D0000;*/
	font-weight: 500;
	line-height: 1.5;
}

body {
	margin-left: 0 !important;
	background-image: url(assets/images/sub_visual.webp);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	font-family: 'Noto Sans JP', sans-serif;
}

body.home {
	background-image: url(assets/images/main_visual.webp);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}

@media  (max-width: 700px) {
	
	body {
		background-size: auto 80vh;
		background-position: -45vw top;
	}
	
	body.home {
		background-size: auto 80vh;
		background-position: -45vw top;
	}
	
}

/* ============================================================
	COMMON
============================================================ */

a {
	color: #0F367A;
}

a:hover {
	color: #E8380D;
}

/* ============================================================
	全体共通
============================================================ */
.grecaptcha-badge { visibility: hidden; }

.c-entry-summary__content {
  color: var(--_light-color-text,#222);
}

.sub-link {
  text-align: center;
}

.wp-share-button__icon path {
  fill:black !important;
}
/* ============================================================
	トップページ
============================================================ */

/* ------------------------------------------------------------
	メインビジュアル（トップページ）
------------------------------------------------------------ */

#main_visual {
	padding-top: 10vw;
	padding-right: 15vw;
}

.catch_copy {
	display: block;
	color: #fff;
	font-family: 'Kaisei Tokumin', serif;
	font-size: 1.6rem;
	line-height: 2.0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: left;
	vertical-align: top;
	text-shadow: 0 0 10px #0D0000;
}

@media  (max-width: 700px) {
	#main_visual.smb-section {
		padding-top: 0;
	}
	
	.catch_copy {
		margin: 0 auto 0;
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

/* ------------------------------------------------------------
	お知らせ（トップページ）
------------------------------------------------------------ */

#top_news {
	margin-top: 6vw;
}

#top_news .c-entries--text {
	border-top: none;
}

#top_news .c-entries--text .c-entries__item {
	margin-bottom: .5rem;
	background: #0D0000;
	color: #fff;
	border: 1px solid #707070;
}

#top_news .c-meta__item:not(:last-child) {
	margin-right: 3rem;
}

#top_news .c-entries--text .c-entries__item:nth-child(1) {
	margin-left: -6.5vw;
	margin-right: 6.5vw;
}

#top_news .c-entries--text .c-entries__item:nth-child(3) {
	margin-left: 6.5vw;
	margin-right: -6.5vw;
}

#top_news .c-entries--text .c-entries__item>a {
    padding-bottom: .75rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: .75rem;
}

#top_news .c-entries--text .c-entry-summary__meta {
	width: auto;
}

#top_news .c-entries--text .c-entry-summary__meta .c-meta__item,
#top_news .c-entry-summary__meta .c-meta__item--categories {
	display: inline-block;
}

#top_news .c-entry-summary__term {
	margin-right: .5rem;
	background: #FF3B0C;
}

@media  (max-width: 700px) {
	#top_news {
		margin-top: -5vh;
	}
	
	#top_news .c-entries--text .c-entries__item:nth-child(1) {
		margin-left: 0;
		margin-right: 0;
	}

	#top_news .c-entries--text .c-entries__item:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}
	
	#top_news .c-entries--text .c-entries__item:nth-child(3) {
		margin-left: 0;
		margin-right: 0;
	}
	
	#top_news .c-entries--text .c-entries__item>a {
    	padding-top: 0.25rem;
		padding-right: 1.0rem;
		padding-bottom: 0.25rem;
		padding-left: 1.0rem;
	}
	
	#top_news .c-entry-summary__term {
		position: absolute;
		top: -0.25rem;
		right: -1.0rem;
	}
	
	#top_news .c-entries--text .c-entry-summary__title {
		font-size: 0.8rem;
	}
}

@media  (max-width: 700px) {
	
}

/* ------------------------------------------------------------
	CO-DEJIMA（トップページ）
------------------------------------------------------------ */

#top_co-dejima .smb-section__inner {
    margin-right: 20vw;
}

#top_co-dejima h2 {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;;
	font-weight: 900;
}

#top_co-dejima .smb-media-text__figure img {
	position: absolute;
	top: -120px;
	width: auto;
	height: 480px;
}

@media  (max-width: 700px) {
	
	#top_co-dejima {
		margin-top: 0;
		padding-top: 0;
	}
	
	#top_co-dejima .smb-section__inner {
   		margin-left: 0;
    	margin-right: 0;
		padding-top: 0;
	}
	
	#top_co-dejima h2 {
		margin-bottom: 1.5rem;
		font-size: 1.3rem;
	}
	
	#top_co-dejima .smb-media-text__figure img {
		position: relative;
		top: 0;
		width: 50vw;
		height: auto;
	}
}

/* ------------------------------------------------------------
	インフォメーション（トップページ）
------------------------------------------------------------ */

#information {
	margin-top: 100px;
	padding-top: 0;
	background-image: url(./assets/images/bg_information.svg);
	background-position: center center;
	background-repeat: repeat;
}

#information .smb-section__subtitle {
	position: absolute;
	top: -100px;
    left: -40px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#information .smb-section__title {
	position: absolute;
	top: -100px;
    left: -80px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#information .smb-section__title::after {
	width: 0;
	height: 0;
}

#information .smb-section__body {
	margin-top: 0;
}

#information .text_animation {
	margin-top: -100px;
	padding: 0 0;
	text-align: right;
}

#information .text_animation img {
	width: auto;
	height: 100px;
}

#information .smb-recent-posts {
	margin-top: 40px;
}

#information .smb-buttons {
	justify-content: right;
}

#information .c-entries--text {
	border-top: none;
}

#information .c-entries--text .c-entries__item {
	margin-bottom: .5rem;
	background: #fff;
	color: #000;
	border: 1px solid #292929;
}

#information .c-meta__item:not(:last-child) {
	margin-right: 3rem;
}

#information .c-entries--text .c-entries__item>a {
    padding-bottom: .75rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: .75rem;
}

#information .c-entries--text .c-entry-summary__meta {
	width: auto;
	margin-right: 2.5rem;
}

#information .c-entries--text .c-entry-summary__meta .c-meta__item,
#information .c-entry-summary__meta .c-meta__item--categories {
	display: inline-block;
}

#information .c-entry-summary__term {
	margin-right: .5rem;
	padding: .5rem 1.5rem;
	background: #292929;
}

@media  (max-width: 700px) {
	#information {
		margin-top: 100px;
	}

	#information .smb-section__subtitle {
		display: none;
	}

	#information .smb-section__title {
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		position: relative;
		top: inherit;
    	left: inherit;
		padding-top: 40px;
    	text-align: center;
	}
	
	#information .smb-section__body {
		padding-bottom: 10vh;
	}
	
	#information .text_animation {
		margin-top: -140px;
	}
	
	#information .text_animation img {
		width: auto;
		height: 10vw;
	}
	
	#information .smb-recent-posts {
		margin-top: 140px;
	}

	#information .smb-buttons {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		text-align: center;
	}

	#information .c-entries--text .c-entries__item>a {
    	padding-top: 0.25rem;
		padding-right: 1.0rem;
		padding-bottom: 0.25rem;
		padding-left: 1.0rem;
	}
	
	#information .c-entries--text .c-entry-summary__title {
		font-size: 0.8rem;
	}

	#information .c-entries--text .c-entry-summary__meta {
		width: auto;
		margin-right: 2.5rem;
	}

	#information .c-entries--text .c-entry-summary__meta .c-meta__item,
	#information .c-entry-summary__meta .c-meta__item--categories {
		display: inline-block;
	}

	#information .c-entry-summary__term {
		position: absolute;
		top: -0.25rem;
		right: -1.0rem;
	}
}

/* ------------------------------------------------------------
	イベント（トップページ）
------------------------------------------------------------ */

#top_event {
	margin-top: 100px;
	padding-top: 0;
}

#top_event .smb-section__subtitle {
	position: absolute;
	top: -100px;
    left: -40px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#top_event .smb-section__title {
	position: absolute;
	top: -100px;
    left: -80px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#top_event .smb-section__title::after {
	width: 0;
	height: 0;
}

#top_event .smb-section__body {
	margin-top: 0;
}

#top_event .text_animation {
	margin-top: -100px;
	padding: 0 0;
	text-align: right;
}

#top_event .text_animation img {
	width: auto;
	height: 100px;
}

#top_event .smb-buttons {
	justify-content: right;
}

#top_event .c-entry-summary__accept {
	position: absolute;
	padding: .2rem 1.5rem .5rem;
	background: url(./assets/images/bg_accept.svg) center top no-repeat;
	background-size: contain;
	color: #fff;
	font-size: .8rem;
	z-index: 10;
}

#top_event .c-entry-summary__figure {
	margin-bottom: 0;
	border-bottom: none;
}

#top_event .c-entry-summary__content {
	margin-bottom: .5rem;
	padding: .25rem;
	background: #0F367A;
	color: #fff;
	text-align: center;
}

#top_event .c-entry-summary__title {
	font-size: 0.9rem;
	font-weight: 400;
}

#top_event .c-entry-summary__meta .c-meta__item--categories {
	display: block;
	text-align: left;
}

#top_event .c-entry-summary__term {
	background-color: inherit;
	color: #0F367A;
	border: 1px solid #0F367A;
}

@media  (max-width: 700px) {
	#top_event .smb-section__subtitle {
		display: none;
	}

	#top_event .smb-section__title {
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		position: relative;
		top: inherit;
    	left: inherit;
		padding-top: 40px;
	}

	#top_event .smb-buttons {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		text-align: center;
		justify-content: center;
	}
	
	#top_event .smb-section__body {
		padding-bottom: 10vh;
	}
	
	#top_event .text_animation {
		margin-top: -140px;
		padding: 0 0;
		text-align: right;
	}

	#top_event .text_animation img {
		width: auto;
		height: 10vw;
	}
	
	#top_event .smb-recent-posts {
		margin-top: 140px;
	}
	
	#top_event .c-entries__item {
		flex: none;
		display: block;
		width: 100%;
		max-width: 100%;
		margin-bottom: 5vw;
	}

	#top_event .c-entry-summary__accept {
		position: absolute;
		padding: .2rem 1.5rem .5rem;
		background: url(./assets/images/bg_accept.svg) center top no-repeat;
		background-size: contain;
		color: #fff;
		font-size: .8rem;
		z-index: 10;
	}

	#top_event .c-entry-summary__figure {
		margin-bottom: 0;
	}

	#top_event .c-entry-summary__content {
		margin-bottom: .5rem;
		padding: .25rem;
		background: #0F367A;
		color: #fff;
		text-align: center;
	}

	#top_event .c-entry-summary__title {
		font-size: 0.9rem;
		font-weight: 400;
	}

	#top_event .c-entry-summary__meta .c-meta__item--categories {
		display: block;
		text-align: left;
	}

	#top_event .c-entry-summary__term {
		background-color: inherit;
		color: #0F367A;
		border: 1px solid #0F367A;
	}
}

/* ------------------------------------------------------------
	プログラム（トップページ）
------------------------------------------------------------ */

#top_programs {
	margin-top: 100px;
	padding-top: 0;
	background: url(./assets/images/bg_programs.svg) center top repeat;
	background-size: 480px auto;
}

#top_programs .smb-section__subtitle {
	position: absolute;
	top: -100px;
    left: -40px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#top_programs .smb-section__title {
	position: absolute;
	top: -100px;
    left: -80px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#top_programs .smb-section__title::after {
	width: 0;
	height: 0;
}

#top_programs .smb-section__body {
	margin-top: 0;
}

#top_programs .text_animation {
	margin-top: -100px;
	padding: 0 0;
	text-align: right;
}

#top_programs .text_animation img {
	width: auto;
	height: 100px;
}

#top_programs .wp-block-column>h3 {
	border-bottom: none !important;
}

#top_programs h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 110px;
	background: url(./assets/images/ttl_programs.svg) center top no-repeat;
	background-size: contain;
	line-height: 1.2;
	text-align: center;
	border-bottom: none;
}

#top_programs .bg_w {
	min-height: 100px;
	padding: 10px 20px;
	background: rgba(255,255,255,0.8);
}

@media  (max-width: 700px) {
	#top_programs {
		margin-top: 6vw;
		background: url(./assets/images/bg_programs.svg) center top repeat;
	}

	#top_programs .smb-section__subtitle {
		display: none;
	}

	#top_programs .smb-section__title {
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		position: relative;
		top: inherit;
    	left: inherit;
		padding-top: 40px;
	}
	
	#top_programs .text_animation {
		margin-top: -140px;
		padding: 0 0;
		text-align: right;
	}

	#top_programs .text_animation img {
		width: auto;
		height: 10vw;
	}
	
	#top_programs .smb-media-text__figure>img {
		width: 50%;
		height: auto;
		margin-top: 40px;
		margin-bottom: -40px;
	}
	
	#top_programs .smb-media-text__title {
		font-size: 1.4rem;
		font-weight: 900;
	}

	#top_programs h3 {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 110px;
		background: url(./assets/images/ttl_programs.svg) center top no-repeat;
		background-size: contain;
		line-height: 1.2;
		text-align: center;
		border-bottom: none;
	}

	#top_programs .bg_w {
		min-height: 100px;
		padding: 10px 20px;
		background: rgba(255,255,255,0.8);
	}
}

/* ------------------------------------------------------------
	イノベーション（トップページ）
------------------------------------------------------------ */

#top_innovation {
	margin-top: 100px;
	padding-top: 0;
}

#top_innovation .smb-section__subtitle {
	position: absolute;
	top: -100px;
    left: -40px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#top_innovation .smb-section__title {
	position: absolute;
	top: -100px;
    left: -80px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#top_innovation .smb-section__title::after {
	width: 0;
	height: 0;
}

#top_innovation .text_animation {
	margin-top: -100px;
	padding: 0 0;
	text-align: right;
}

#top_innovation .text_animation img {
	width: auto;
	height: 100px;
}

@media  (max-width: 700px) {
	#top_innovation .smb-section__subtitle {
		display: none;
	}

	#top_innovation .smb-section__title {
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		position: relative;
		top: inherit;
    	left: inherit;
		padding-top: 40px;
	}
	
	#top_innovation .text_animation {
		margin-top: -140px;
		padding: 0 0;
		text-align: right;
	}

	#top_innovation .text_animation img {
		width: auto;
		height: 10vw;
	}
	
	#top_innovation .smb-media-text {
		margin-top: 100px;
	}
	
	#top_innovation .c-row--margin>.c-row__col:nth-child(1) {
		order: 2;
		padding-bottom: 40px;
	}
	
	#top_innovation .c-row--margin>.c-row__col:nth-child(2) {
		order: 1;
	}
	
	#top_innovation .smb-media-text__figure {
		text-align: center;
	}
	
	#top_innovation .smb-media-text__figure>img {
		width: 75%;
		height: auto;
	}
	
	#top_innovation .smb-media-text__title {
		font-weight: 900;
	}
}

/* ============================================================
	イノベーター（トップページ）
============================================================ */

#top_innovators {
	margin-top: -15vw;
    padding-top: 15vw;
    padding-bottom: 37vw;
	background-color: #2A2927;
    background-image: url(./assets/images/C_1.png),url(./assets/images/bg_innovators_b.png),url(./assets/images/bg_innovators_t.png);
    background-size: auto 480px,100% auto,100% auto;
    background-position: 90% 90%,center bottom,center top;
	background-repeat: no-repeat;
    z-index: -1;
}

#top_innovators .smb-items {
	margin-left: 33.33333%;
}

#top_innovators .c-row--margin>.c-row__col .smb-items__banner {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-color: #fff;
}

#top_innovators .c-row__col:first-child {
	margin-left: 75%;
}

#top_innovators .c-row__col:nth-child(2) {
	margin-left: 25%;
}

#top_innovators .c-row__col:nth-child(23) {
	margin-right: 25%;
}

#top_innovators .smb-items__banner__figure a {
	width: 100%;
	height: 100%;
  position: absolute;
  z-index: 9999;
}


#top_innovators .smb-items__banner__figure img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 10px;
  height: unset !important;
}

#top_innovators .smb-items__item__button {
	position: absolute;
	top: 50%;
	left: 0;
	width: 25%;
}

@media  (max-width: 700px) {
	
	#top_innovators {
    background-image: url(./assets/images/bg_innovators_b.png),url(./assets/images/bg_innovators_t.png);
    background-size: 100% auto,100% auto;
    background-position: center bottom,center top;
}
	
	#top_innovators {
		margin-top: 0;
	}
	
	#top_innovators .smb-items {
		margin-left: inherit;
	}

	#top_innovators .c-row__col:first-child {
		margin-left: 75%;
	}

	#top_innovators .c-row__col:nth-child(2) {
		margin-left: 25%;
	}

	#top_innovators .c-row__col:nth-child(23) {
		margin-right: 25%;
	}
	
	#top_innovators .c-row[data-columns="1"]>.c-row__col {
		flex: 0 1 25%;
    	max-width: 25%;
		margin-bottom: 0.5rem;
		padding-right: 0.25rem;
		padding-left: 0.25rem;
	}
	
	#top_innovators .smb-items__item__button {
		position: absolute;
		top: -15vh;
		right: 0;
		left: 0;
		width: 50%;
	}
}



/* ============================================================
	イベント利用申請（固定ページ）
============================================================ */

/* ============================================================
	アクセス（固定ページ）
============================================================ */

.access_box {
	margin-top: 80px !important;
	padding: 40px;
	background: #fff;
}

.access_box .wp-block-column>h4 {
	margin-bottom: 10px;
	text-align: center;
}

.access_box p {
	font-size: 15px;
}

.access_box p.fas_icon {
	color: #8F7A54;
	text-align: center;
}

.access_box p em {
	background: linear-gradient(transparent 0%, #E3DCD0 );
	font-style: normal;
}

@media  (max-width: 700px) {
	
}

/* ============================================================
	お問い合わせ（固定ページ）
============================================================ */

.form-view {
	margin-bottom: 50px;
}

.form-view::after {
	content: "";
	height: 1px;
	display: block;
	clear: both;
}

.form-view > dt,
.form-view > dd {
	padding: 1em 0;
	line-height: 120%;
}

.form-view > dt {
	width: 12em;
	margin-right: -12em;
	position: relative;
	float: left;
	clear: both;
	font-weight: bold;
}

.form-view > dt.required {
	padding-right: 3em;
}

.form-view > dt.required::after {
	content: "必須";
	padding: 0 0.5em;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 1.6em;
	font-size: 0.8em;
	color: #E8380D;
	border: 2px solid #E8380D;
	transform: translate(0, -50%);
}

.form-view > dd {
	padding-left: 14em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.form-view > dd > *:not(:last-child) {
	margin-right: 1em;
}

.form-view.block-header > dt {
	width: 7em;
	padding: 0.3em 1em;
	color: #FFF;
	text-align: center;
	background: #000;
}

.form-view.block-header > dd {
	padding: 0 0 0 7em;
}

.form-view.block-header > dt,
.form-view.block-header > dd {
	margin-bottom: 2em;
}

.form-view:not(.block-header) > dd > :first-child:last-child {
	width: 100%;
	display: block;
}

.form-view.block-header > dd ul {
	justify-content: left;
}

.form-view.block-header > dd li {
	margin: 0.3em 0 0.3em 2em !important;
	padding-left: 0 !important;
	position: relative;
	font-size: 0.9em;
}

.form-view.block-header > dd li::before {
	display: none !important;
}

.form-view.block-header > dd li::after {
	content: "";
	width: 0;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #000;
	animation: underline-out .3s forwards;
}

.form-view.block-header > dd li.current::after {
	animation: underline-in .3s forwards;
}

@keyframes underline-in {
	0% {width: 0%;}
	100% {width: 100%;}
}

@keyframes underline-out {
	0% {width: 100%; left: 0;}
	100% {width: 0%; left: 100%;}
}

.form-view.block-header > dd li a {
	color: #000;
}

.form-view[size="2"] > dt { width: 2em; margin-right: -2em; }
.form-view[size="2"] > dd { padding-left: 3em; }
.form-view[size="3"] > dt { width: 3em; margin-right: -3em; }
.form-view[size="3"] > dd { padding-left: 4em; }
.form-view[size="4"] > dt { width: 4em; margin-right: -4em; }
.form-view[size="4"] > dd { padding-left: 5em; }
.form-view[size="5"] > dt { width: 5em; margin-right: -5em; }
.form-view[size="5"] > dd { padding-left: 6em; }
.form-view[size="6"] > dt { width: 6em; margin-right: -6em; }
.form-view[size="6"] > dd { padding-left: 7em; }
.form-view[size="7"] > dt { width: 7em; margin-right: -7em; }
.form-view[size="7"] > dd { padding-left: 8em; }
.form-view[size="8"] > dt { width: 8em; margin-right: -8em; }
.form-view[size="8"] > dd { padding-left: 9em; }
.form-view[size="9"] > dt { width: 9em; margin-right: -9em; }
.form-view[size="9"] > dd { padding-left: 10em; }
.form-view[size="10"] > dt { width: 10em; margin-right: -10em; }
.form-view[size="10"] > dd { padding-left: 11em; }

@media  (max-width: 700px) {
	.form-view dt,.form-view dd {
		display: block;
		width: 100%;
		padding-left: 0;
	}
}

/* ============================================================
	COMMON
============================================================ */

.l-contents {
	min-height: 200vh;
	margin-left: 240px;
	overflow: hidden;
}


/*
.c-entry__content {
    margin-left: calc(50% - 50vw + 120px) !important;
    margin-right: calc(50% - 50vw + 120px) !important;
}
*/

@media  (max-width: 700px) {
	body .l-contents {
		margin-left: inherit;
		padding-top: 45px;
	}
	
	.c-entry__content {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.smb-btn-wrapper.is-style-ghost {
	width: 15%;
	margin: 0;
	border: 2px solid #0D0000;
}

.smb-btn-wrapper.is-style-ghost .smb-btn {
	display: block;
	margin: 0 auto;
	padding: 10px;
	background-image: none;
	color: #0D0000;
	font-size: 0.8rem;
	font-weight: bold;
	border: none;
}

@media (max-width:700px) {
	.smb-btn-wrapper.is-style-ghost {
		width: auto;
	}
}

/* ------------------------------------------------------------
	BUTTON
------------------------------------------------------------ */

.smb-buttons {
	justify-content: center;
}

.smb-btn,#top_programs .smb-btn {
	padding: 0.75rem 4.0rem 0.75rem 3.0rem;
	background-color: #282829;
	background-image: url(./assets/images/arrow.svg);
	background-position: 90% center;
	background-repeat: no-repeat;
	border-radius: 0;
}

.smb-btn-wrapper.is-style-ghost .smb-btn--little-wider {
  background-image: url(./assets/images/arrow.svg) !important;;
	background-position: 90% center;
	background-repeat: no-repeat;
  padding-right: 40px !important;
}

.smb-btn-wrapper.is-style-ghost {
  width: auto;
}

.smb-btn-wrapper.is-style-ghost::before,
.smb-btn-wrapper.is-style-ghost::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.smb-btn-wrapper.is-style-ghost,
.smb-btn-wrapper.is-style-ghost::before,
.smb-btn-wrapper.is-style-ghost::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.smb-btn-wrapper.is-style-ghost {
  position: relative;
  z-index: 2;
}
.smb-btn-wrapper.is-style-ghost:hover {
  background-color: #8F7A54;
  border-color: #282829;
  color: #282829;
}
.smb-btn-wrapper.is-style-ghost::before,
.smb-btn-wrapper.is-style-ghost::after {
  top: 0;
  width: 50%;
  height: 100%;
}
.smb-btn-wrapper.is-style-ghost::before {
  right: 0;
}
.smb-btn-wrapper.is-style-ghost::after {
  left: 0;
}
.smb-btn-wrapper.is-style-ghost:hover::before,
.smb-btn-wrapper.is-style-ghost:hover::after {
  width: 0;
  background-color: #282829;
}


#top_co-dejima .smb-btn,
#information .smb-btn,
#top_event .smb-btn,
#top_innovation .smb-btn,
#facility .smb-btn {
	padding: 0.75rem 4.0rem 0.75rem 3.0rem;
	background-color: #282829;
	background-image: url(./assets/images/arrow.svg);
	background-position: 90% center;
	background-repeat: no-repeat;
	border-radius: 0;
}

.smb-section__title:after {
	background: none;
}

/* ============================================================
	HEADER
============================================================ */

/* ------------------------------------------------------------
	MAIN NAV
------------------------------------------------------------ */

.p-global-nav .c-navbar__item>a {
  color:var(--header-text-color,black);
}

.p-global-nav .c-navbar__item>a:hover {
  color:var(--header-text-color,#E8380D);
}


.p-global-nav .c-navbar__subitem>a:hover {
  color: var(--_color-white,#E8380D);
}
  
.l-header--left {
    width: 240px;
	background-color: rgba(143,122,84,0.25);
	z-index: 9999;
}

.l-header--left .c-row--margin-s {
	margin-right: 0;
	margin-left: 0;
}

.l-header--left .p-global-nav .c-navbar__item>a {
    align-items: center;
}

.l-header--left .c-site-branding__title .custom-logo {
    max-width: 120px;
}

@media  (max-width: 700px) {
	.l-header--left {
		width: inherit;
		background-color: rgba(143,122,84,1.0);
	}
	
	.l-header--left .c-site-branding__title .custom-logo {
    	max-width: inherit;
		max-height: 45px;
	}
}

/* ------------------------------------------------------------
	SUB NAV
------------------------------------------------------------ */

#sub_nav {
	width: 100%;
}

#sub_nav ul {
	margin-left: 240px;
	padding: 10px 8vw 10px 0;
	text-align: right;
	flex-direction: inherit !important;
	list-style-type: none;
}

#sub_nav ul li {
	display: inline-block;
	padding: 0 10px;
}

#sub_nav ul li a {
	color: #000;
	padding: 2px 10px;
	font-size: 1.1rem;
	text-decoration: none;
	border-bottom: 4px solid #000;
}

#sub_nav ul li a:hover {
	text-decoration: none;
}

@media  (max-width: 700px) {
	#sub_nav {
		display: none;
	}
}

.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 10px;
	background: #fff;
  	z-index: 2;
  	transition: .3s;
	transform: translateY(-100%);
	z-index: 999;
}

.logged-in .clone-nav {
	padding-top: 32px;
}

.is-show {
	transform: translateY(0);
}

/* ============================================================
	FOOTER
============================================================ */

.c-row--lg-margin-l>.c-row__col {
	margin-bottom: 5vh;
}

.l-footer {
	margin-left: 240px;
  margin-top: 180px;
	border-top: inherit;
}

.l-footer-widget-area {
	max-width: 100%;
}

#bg_footer {
	position: relative;
	display: flex;
	width: 100%;
	height: 20vh;
	margin-top: -10px;
    justify-content: center;
    align-items: center;
	z-index: -1;
}

canvas {
    position: absolute;
    bottom: 0;
	left: 0;
    width: 100%;
}
/*
.logo_footer {
    position: absolute !important;
    bottom: 50px;
    right: -180px;
    width: 500px;
    height: 500px;
    background: url(assets/images/footer_logo.svg) no-repeat;
	background-position: center bottom;
	background-size: contain;
}
*/
.logo_footer {
  margin-right: 10px;
	position: absolute;
    right: 0;
    top: -120px;
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  background: url(assets/images/footer_logo.svg) no-repeat center center / 100% auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 200px;
  height: 200px;
  margin-top: 15px;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-1.6deg);
  }
  
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(1.6deg);
  }
}
 

.l-footer-widget-area {
	width: 1280px;
	margin: 0 auto;
}

#page-top {
	bottom: 0;
}

@media  (max-width: 700px) {
	
	.l-footer {
		margin-left: inherit;
		margin-top: 50px;
	}
	
	.logo_footer {
    	position: absolute !important;
    	top: 0;
    	right: auto;
    	width: 25vw;
    	height: 25vw;
    	background: url(assets/images/footer_logo.svg) no-repeat;
		background-position: center bottom;
		background-size: contain;
	}
}


/* ============================================================
	投稿ページ
============================================================ */


@media  (max-width: 700px) {
	
}

/* ============================================================
	NEWS
============================================================ */

#news_announce {
	margin-top: 0;
	padding: 0;
}

#news_announce .c-container {
	padding: 0;
}

#news_announce .c-entries--text {
	border-top: none;
}

#news_announce .c-entries--text .c-entries__item {
	margin-bottom: .5rem;
	background: #0D0000;
	color: #fff;
	border: 1px solid #707070;
}

#news_announce .c-entries--text .c-entries__item>a {
    padding-bottom: .75rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: .75rem;
}

#news_announce .c-entries--text .c-entry-summary__meta {
	width: auto;
}

#news_announce .c-entries--text .c-entry-summary__meta .c-meta__item,
#news_announce .c-entry-summary__meta .c-meta__item--categories {
	display: inline-block;
}

#news_announce .c-entry-summary__term {
	margin-right: .5rem;
	background: #FF3B0C;
}

@media  (max-width: 700px) {
	#news_announce {
		margin-top: -5vh;
	}
	
	#news_announce .c-entries--text .c-entries__item>a {
    	padding-top: 0.25rem;
		padding-right: 1.0rem;
		padding-bottom: 0.25rem;
		padding-left: 1.0rem;
	}
	
	#news_announce .c-entry-summary__term {
		position: absolute;
		top: -0.25rem;
		right: -1.0rem;
	}
	
	#news_announce .c-entries--text .c-entry-summary__title {
		font-size: 0.8rem;
	}
}

/* ============================================================
	NEWS
============================================================ */

#news {
	margin-top: 6vw;
	padding: 0;
}

#news .c-container {
	padding: 0;
}

#news .smb-section__subtitle {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: -2.7rem;
    left: -50px;
}

#news .smb-section__title {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: -2.7rem;
    left: -100px;
    text-align: left;
}

#news .smb-section__title::after {
	width: 0;
	height: 0;
}

#news .smb-buttons {
	justify-content: right;
}

#news .c-entries--text {
	border-top: none;
}

#news .c-entries--text .c-entries__item {
	margin-bottom: .5rem;
	background: #fff;
	color: #000;
	border: 1px solid #292929;
}

#news .c-meta__item:not(:last-child) {
	margin-right: 3rem;
}

#news .c-entries--text .c-entries__item>a {
    padding-bottom: .75rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: .75rem;
}

#news .c-entries--text .c-entry-summary__meta {
	width: auto;
	margin-right: 2.5rem;
}

#news .c-entries--text .c-entry-summary__meta .c-meta__item,
#news .c-entry-summary__meta .c-meta__item--categories {
	display: inline-block;
}

#news .c-entry-summary__term {
	margin-right: .5rem;
	padding: .5rem 1.5rem;
	background: #292929;
}

@media  (max-width: 700px) {
	#news {
		margin-top: 6vw;
	}

	#news .smb-section__subtitle {
		display: none;
	}

	#news .smb-section__title {
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		position: relative;
		top: inherit;
    	left: inherit;
    	text-align: left;
	}
	
	#news .smb-section__body {
		padding-bottom: 10vh;
	}

	#news .smb-buttons {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		text-align: center;
	}

	#news .c-entries--text .c-entries__item>a {
    	padding-top: 0.25rem;
		padding-right: 1.0rem;
		padding-bottom: 0.25rem;
		padding-left: 1.0rem;
	}
	
	#news .c-entries--text .c-entry-summary__title {
		font-size: 0.8rem;
	}

	#news .c-entries--text .c-entry-summary__meta {
		width: auto;
		margin-right: 2.5rem;
	}

	#news .c-entries--text .c-entry-summary__meta .c-meta__item,
	#news .c-entry-summary__meta .c-meta__item--categories {
		display: inline-block;
	}

	#news .c-entry-summary__term {
		position: absolute;
		top: -0.25rem;
		right: -1.0rem;
	}
}


/* ============================================================
	FACILITY LIST
============================================================ */

.facility_list .c-entry-summary {
	background: #fff;
	border: 1px solid #c0c0c0;
}

.facility_list .c-entry-summary__figure {
	background-color: #fff;
	border-bottom: 10px solid #8F7A54;
}

.facility_list .c-entry-summary__figure>img {
	-o-object-fit: contain;
    object-fit: contain;
	padding: 10% 20%;
}

.facility_list .c-entry-summary__figure:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.facility_list .c-entry-summary__title {
	font-size: 1.0rem;
	text-align: center;
}

.facility_list .c-entry-summary__content {
	padding: 10px;
	text-align: left;
}

.facility_list .smb-buttons {
	position: absolute;
	right: 40px;
	bottom: 0;
}

.facility_list h4 {
  line-height: 40px;
  position: relative;
  height: 40px;
  margin: 2em 50px 1em;
  padding: 0 2rem;
	font-size: 1.0rem;
  text-align: center;
  color: #fff;
  background: #8F7A54;
}

.facility_list h4:before,
.facility_list h4:after {
  position: absolute;
  top: 0;
  display: block;
  height: 40px;
  content: '';
  border: 20px solid #8F7A54;
}

.facility_list h4:before {
  left: -35px;
  border-left-width: 20px;
  border-left-color: transparent;
}

.facility_list h4:after {
  right: -35px;
  border-right-width: 20px;
  border-right-color: transparent;
}

.facility_list h4 span {
  position: relative;
  display: block;
}

.facility_list p {
	padding: 0 40px;
}

/* ============================================================
	EVENT POST
============================================================ */

.is-style-sme-list-check li {
	display: inline-block;
	padding-right: 40px;
}

/* ============================================================
	支援プログラム
============================================================ */

.news .c-entries--text {
	border-top: none;
}

.news .c-entries--text .c-entries__item {
	margin-bottom: .5rem;
	background: #fff;
	color: #000;
	border: 1px solid #292929;
}

.news .c-meta__item:not(:last-child) {
	margin-right: 3rem;
}

.news .c-entries--text .c-entries__item>a {
    padding-bottom: .75rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: .75rem;
}

.news .c-entries--text .c-entry-summary__meta {
	width: auto;
	margin-right: 2.5rem;
}

.news .c-entries--text .c-entry-summary__meta .c-meta__item,
.news .c-entry-summary__meta .c-meta__item--categories {
	display: inline-block;
}

.news .c-entry-summary__term {
	margin-right: .5rem;
	padding: .5rem 1.5rem;
	background: #292929;
}

@media  (max-width: 700px) {

	.news .c-entries--text .c-entries__item>a {
    	padding-top: 0.25rem;
		padding-right: 1.0rem;
		padding-bottom: 0.25rem;
		padding-left: 1.0rem;
	}
	
	.news .c-entries--text .c-entry-summary__title {
		font-size: 0.8rem;
	}

	.news .c-entries--text .c-entry-summary__meta {
		width: auto;
		margin-right: 2.5rem;
	}

	.news .c-entries--text .c-entry-summary__meta .c-meta__item,
	.news .c-entry-summary__meta .c-meta__item--categories {
		display: inline-block;
	}

	.news .c-entry-summary__term {
		position: absolute;
		top: -0.25rem;
		right: -1.0rem;
	}
}

/* ============================================================
	会員登録
============================================================ */

#user_apply {
	padding-top: 0;
}

/* ============================================================
	CO-DEJIMAとは
============================================================ */

.box_outer {
	padding: 10px;
	background-color: #F0E8E0;
}

.box_outer .wp-block-column:not(:first-child) {
	margin-left: 0;
}

.box_outer p {
	font-size: 0.5rem;
	font-weight: bold;
    margin-top: 0 !important;
}

.box_inner {
	padding: 10px;
	border: 2px solid #8F7A54;
    border-radius: 8px;
	flex-direction: column;
}

.mentor_support ul {
	display: inline-block;
}

.mentor_support ul li {
		display: inline-block;
	list-style-type: inherit !important;
}
	
.blog .c-entry__title {
	display: none;
}

.c-page-header__bgimage {

}

.c-page-header__bgimage:after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
  background-color: rgba(0,0,0,0.5);
  background-image:
    radial-gradient(#000 35%, transparent 36%),
    radial-gradient(#000 35%, transparent 36%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

@media  (max-width: 700px) {
	.box_outer figure.wp-block-image,
	.box_inner figure.wp-block-image{
		text-align: center;
	}
}


/* ============================================================
	固定ページ
============================================================ */

.c-page-header {
	padding-bottom: 0;
}

.p-breadcrumbs-wrapper {
	text-align: right;
}

/* ------------------------------------------------------------
	イベント
------------------------------------------------------------ */

.codejima-event-header {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

.eventlists .c-entry-summary__figure {
	border-bottom: none;
}

.eventlists .c-entry-summary__content,
#cp_event .c-entry-summary__content{
  font-size: 1rem;
}

/* ------------------------------------------------------------
	会員登録
------------------------------------------------------------ */
/* .facility */

/* ------------------------------------------------------------
	CO-DEJIMAとは
------------------------------------------------------------ */

.about-us .smb-media-text__title,
.smb-section__body>h3,
.wp-block-column>h3 {
	padding: 0 10px !important;
	border-bottom: 6px double #8F7A54;
}

.box_outer .has-text-align-center {
	border-bottom: none !important;
}

@media  (max-width: 700px) {
	
}

/* ------------------------------------------------------------ */


/* ------------------------------------------------------------
	COMMON
------------------------------------------------------------ */

.l-contents__inner {
	margin-top: 0;
}

.smb-section {
	padding-top: 2.5rem;
}

.smb-section__title {
	position: relative;
	font-weight: 900;
}

.smb-section__title:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 4px;
    content: '';
    background: #8F7A54;
}

.c-page-header__title {
    padding-bottom: 1rem;
    font-weight: 900;
    border-bottom: 4px solid #0d0000;
}

.c-page-header__title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(-45deg, #0D0000, #0D0000 2px, #E3DCD0 2px, #E3DCD0 4px);
}

.p-entry-content>h3 {
	font-size: 1.2rem;
	font-weight: 900;
	border-bottom: inherit;
}

.c-breadcrumbs {
    color: #0D0000;
    font-size: 12px;
    line-height: 1.5;
}

.p-entry-content>h2 {
	position: relative;
	padding-left: 0;
	background-color: inherit;
	font-weight: 900;
	text-align: center;
	border-left: inherit;
}

.p-entry-content>h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  content: '';
  background: #8F7A54;
}

.c-entry-summary__figure {
	background-color: #fff;
}

.smb-media-text__figure>img {
	width: 90%;
}

em {
	background: linear-gradient(transparent 0%, #E3DCD0 );
    font-style: normal;
}

/* ============================================================
	固定ページ
============================================================ */

/* ------------------------------------------------------------
	お知らせ
------------------------------------------------------------ */

.blog .c-entries--text2 {
	border-top: none;
}

.blog .c-entries--text2 .c-entries__item {
	position: relative;
	margin-bottom: .5rem;
	background: #fff;
	color: #000;
	border: 1px solid #292929;
	overflow: hidden;
}

.blog .c-meta__item:not(:last-child) {
	margin-right: 1.0rem;
}

.blog .c-entries--text2 .c-entry-summary__header {
	width: 70%;
	margin-left: 32%;
}

.blog .c-entries--text2 .c-entries__item>a {
    padding-bottom: .75rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: .75rem;
}

.blog .c-entries--text2 .c-entry-summary__meta {
	position: absolute;
	top: 0;
	width: 30%;
	padding-top: 0.25rem;
}

.blog .c-entries--text2 .c-entry-summary__meta .c-meta__item,
.blog .c-entry-summary__meta .c-meta__item--categories {
	display: inline-block;
	font-size: 15px;
}

.blog .c-entries--text2 .c-entry-summary__meta .c-meta__item--author {
	display: none;
}

.blog .c-entry-summary__term {
	min-width: 135px;
	margin-right: .5rem;
	padding: .5rem 1.5rem;
	background: #292929;
    text-align: center;
}

@media  (max-width: 700px) {
	.blog .c-entries--text2 .c-entries__item>a {
    	padding-top: 0.25rem;
		padding-right: 1.0rem;
		padding-bottom: 0.25rem;
		padding-left: 1.0rem;
	}
	
	.blog .c-entries--text2 .c-entry-summary__title {
		font-size: 0.8rem;
	}

	.blog .c-entries--text2 .c-entry-summary__meta {
		width: auto;
		margin-right: 2.5rem;
	}

	.blog .c-entries--text2 .c-entry-summary__meta .c-meta__item,
	.blog .c-entry-summary__meta .c-meta__item--categories {
		display: inline-block;
	}

	.blog .c-entry-summary__term {
		position: absolute;
		top: -0.25rem;
		right: -1.0rem;
	}
}


/* ------------------------------------------------------------
	EVENT
------------------------------------------------------------ */

.eventlists {
	margin-top: 40px;
}

.eventlists .c-entry-summary__accept {
	position: absolute;
	margin: .2rem;
	padding: .2rem 2rem .8rem;
	background: url(./assets/images/bg_accept.svg) center top no-repeat;
	background-size: contain;
	color: #fff;
	font-size: .8rem;
	z-index: 10;
}

.eventlists .c-entry-summary__figure {
	margin-bottom: 0;
}

.eventlists .c-entry-summary__content {
	margin-bottom: .5rem;
	padding: .25rem;
	background: #0F367A;
	color: #fff;
	text-align: center;
}

.eventlists .c-entry-summary__title {
	font-size: 0.9rem;
	font-weight: 400;
}

.eventlists .c-entry-summary__meta .c-meta__item--categories {
	display: block;
	text-align: left;
}

.eventlists .c-entry-summary__term {
	background-color: inherit;
	color: #0F367A;
	border: 1px solid #0F367A;
}


@media  (max-width: 700px) {
	.event .c-entries__item {
		flex: none;
		display: block;
		max-width: 100%;
		margin-bottom: 5vw;
	}

	.event .c-entry-summary__accept {
		position: absolute;
		padding: .2rem 1.5rem .5rem;
		background: url(./assets/images/bg_accept.svg) center top no-repeat;
		background-size: contain;
		color: #fff;
		font-size: .8rem;
		z-index: 10;
	}

	.event .c-entry-summary__figure {
		margin-bottom: 0;
	}

	.event .c-entry-summary__content {
		margin-bottom: .5rem;
		padding: .25rem;
		background: #0F367A;
		color: #fff;
		text-align: center;
	}

	.event .c-entry-summary__title {
		font-size: 0.9rem;
		font-weight: 400;
	}

	.event .c-entry-summary__meta .c-meta__item--categories {
		display: block;
		text-align: left;
	}

	.event .c-entry-summary__term {
		background-color: inherit;
		color: #0F367A;
		border: 1px solid #0F367A;
	}
}


/* ------------------------------------------------------------
	オープンイノベーション
------------------------------------------------------------ */

.community a {
	text-decoration: none;
}

.community .c-entry-summary__title {
	font-size: 18px;
	text-align: center;
}

.community .c-entry-summary__figure:before {
	padding-top: 50%;
}

.community .c-entry-summary__figure>img {
	max-width: 80%;
    max-height: 60%;
    margin: auto;
	object-fit: contain;
}

.community .sub-link a {
	font-size: 14px;
}

.groups .c-entries__item {
    flex: 0 1 25%;
    max-width: 25%;
}

.groups .c-entry-summary__figure>img {
	max-width: 90%;
	object-fit: contain;
}

.groups .c-entry-summary__figure:before {
    content: "";
    display: block;
    padding-top: 40%;
}

/* ------------------------------------------------------------
	メンター
------------------------------------------------------------ */

.post-type-archive-cp_mentor .c-entries {
	background-color: #fff;
	border-top: none;
}

.post-type-archive-cp_mentor .c-entry-summary {
	padding: 40px 20px 0 20px;
	border-top: 4px solid #0D0000;
}

.post-type-archive-cp_mentor .smb-accordion {
	margin-bottom: 20px;
}

.post-type-archive-cp_mentor .smb-accordion__item__title {
	text-align: right;
}

.post-type-archive-cp_mentor .smb-accordion__item__title__label {
	padding-right: 10px;
	font-size: 15px;
}

.mentor_support ul {
	padding-left: 0;
}

.post-type-archive-cp_mentor .c-row__col--md-1-4 {
    flex: 0 1 100%;
    max-width: 100%;
}

.post-type-archive-cp_mentor .c-entry-summary__figure {
	margin-bottom: 20px;
}

.post-type-archive-cp_mentor .c-row__col--md-3-4 {
    flex: 0 1 100%;
    max-width: 100%;
	padding: 0 20px 0 40px;
}

.post-type-archive-cp_mentor .c-entry-summary__title {
	font-size: 1.5rem;
	font-weight: 900;
}

.post-type-archive-cp_mentor h4 {
	font-size: 1.0rem;
	font-weight: 700;
}

.post-type-archive-cp_mentor .c-entry-summary__content {
	margin-bottom: 20px;
	font-size: 15px;
}

.post-type-archive-cp_mentor .smb-information__item__body p {
	margin-top: 0.5rem;
	font-size: 15px;
}

/* ------------------------------------------------------------
	入居企業
------------------------------------------------------------ */

.company .c-entries--text .c-entry-summary__body>.c-entry-summary__meta {
	margin: 10px 20px;
	font-size: 14px;
}

.company .c-entry-summary__title {
	margin: 10px 20px;
	font-size: 14px;
}

.company .c-entries--text .c-entries--text .c-entries__item {
	border-bottom: inherit;
}

.company .c-entries--text .c-entries__item>a {
	padding: 0;
}

.company .c-entry-summary {
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #8F7A54;
}

.company .c-entry-summary--type-post > h3 {
	display: none;
}

.company .c-entry-summary__figure {
	border-bottom: 10px solid #8F7A54;
}

.company .c-entry-summary__figure:before {
    content: "";
    display: block;
    padding-top: 60%;
}

.company .c-entry-summary__figure>img {
	max-width: 75%;
	margin: auto;
	padding-top: 10px;
	object-fit: contain;
}

.company .c-entry-summary__term {
    position: absolute;
	left: 0;
	right: inherit;
	margin: 10px;
    padding: 0.5rem 1.5rem 0.7rem;
    background: url(./assets/images/bg_accept.svg) center top no-repeat;
    background-size: contain;
    color: #fff;
    font-size: .8rem;
    z-index: 10;
}

.company .c-entry-summary__content {
	min-height: 96px;
	padding: 10px 20px;
	font-size: 14px;
	text-align: center;
}

/* ============================================================
	投稿ページ
============================================================ */

/* ------------------------------------------------------------
	イベント
------------------------------------------------------------ */

/*SNSシェアボタンカウントを非表示*/
.wp-share-button__count {
  display: none;
}

.wp-share-buttons ul {
	list-style-type: none;
	padding-left: 0;
}
.wp-share-buttons>li {
	background: #CCC;
	width: 50px;
	height: 50px;
	padding: 10px;
	margin: 10px;
}
.wp-share-buttons {
	display: flex;
	justify-content: center;
}

.single-cp_event .c-page-header__title:after {
	background: inherit;
}

.single-cp_event .c-page-header__title {
	border-bottom: 16px solid #8F7A54;
}

.event-timetable-lists {
    display: flex;
    line-height: 1.5;
    font-size: 16px;
	list-style-type: none;
}

.event-timetable-lists li:first-child {
    width: 15%;
    padding: 0 0;
    color: #0D0000;
    font-weight: 900;
}

.event-timetable-lists li:last-child {
    position: relative;
    width: 85%;
    padding: 0 20px 20px 29px;
    border-left: 2px solid #0D0000;
}

.event-timetable-lists li:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    width: 20px;
    height: 20px;
    background-color: #8F7A54;
    border-radius: 10px;
}

.event-timetable-title,
.event-speaker-title {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}

.event-timetable-title,
.event-speaker-title {
  position: relative;
	margin-bottom: 40px;
  padding: 10px 10px;
  border-bottom: 3px solid #0D0000;
}

.event-timetable-title:before,
.event-speaker-title:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #0D0000 transparent transparent transparent;
}

.event-timetable-title:after,
.event-speaker-title:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

.event-speaker-lists {
	display: flex;
	padding-left: 0;
  padding-bottom: 2.0em;
	list-style-type: none;
}

.event-speaker-lists .speaker-image {
	width: 30%;
}

.event-speaker-lists .speaker-image img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
}

.event-speaker-lists .speaker-profile {
	width: 70%;
}

.event-speaker-lists .speaker-profile2 {
	width: 100%;
}

.status-cell {
	position: initial;
	margin: 1.0rem 0;
    padding: 1.0rem 3.5rem 3.0rem;
    background: url(./assets/images/bg_accept.svg) center top no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
    z-index: 10;
}

.event-start-day-time {
	/*padding-left: 12.0rem;*/
	padding-top: 0.75em;
	font-size: 2.0rem;
}

.event_tag p {
	font-size: 1.0rem;
}

.event-side-box {
	margin: 1.0rem;
	padding: 0;
	border: 2px solid #0D0000;
}

.event-side-box h4 {
	padding-top: 1.0rem;
	font-weight: 900;
	text-align: center;
}

.event-side-box .es_end,
.event-side-box .es_cancel {
	background-color: #E8380D;
	color: #fff;
	line-height: 2.0rem;
	text-align: center;
}

.event-side-box .es_stopping {
	background-color: #ffa800;
	color: #fff;
	line-height: 2.0rem;
	text-align: center;
}


.event-side-box dt {
	padding: 0.5rem 1.0rem 0;
	border-top: 1px solid #0D0000;
}

.event-side-box dd {
	padding: 0.25rem 1.0rem 1.0rem;
}

.event-side-box svg {
	margin-right: 0.5rem;
}

.event_menu_sp {
	display: none;
}

@media  (max-width: 700px) {
	
	.single-cp_event .c-page-header__title {
		padding-top: 1.0rem;
		font-size: 1.2rem;
	}
	.event-timetable-lists li:first-child {
    	width: 20%;
	}
	
	.event_menu_sp {
		display: block;
	}
	
	.status-cell {
    padding: 1.0rem 3.5rem 3.0rem;
    font-size: 1.0rem;
		line-height: 1.2rem;
	}

  .event-start-day-time {
		margin-top: -45px;
    font-size: 1.3rem;
    text-align: center;
    width: 100%;
    /*
		padding-top: 20px;		
    min-height: 75px;
    height: auto !important;
    height: 75px;
    display: flex;
    align-items: center;
    */
	}
	
	.event-speaker-lists .speaker-image img {
		width: 20vw;
		height: 20vw;
	}
}

/* ============================================================
	入居者募集
============================================================ */

.entry-residents .wp-block-column:not(:first-child) {
	margin-left: 4rem;
}

.entry-residents .wp-block-column>h2 {
	padding: inherit;
	background-color: inherit;
	font-size: 1.5rem;
	font-weight: 900;
    border-left: inherit;
}

.entry-residents .c-entry-summary {
	background-color: #fff;
}

#booth .c-entry-summary__figure:before {
    content: "";
    display: block;
    padding-top: 60%;
}

#booth .c-entry-summary__figure {
	margin-bottom: 0;
}

#booth .c-entry-summary {
	padding: .5rem;
}

#booth .c-entry-summary__title {
	padding: 0.25rem;
	background: #0F367A;
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
}

#booth .c-entry-summary__content {
	height: 60px;
	color: #0D0000;
}

#booth table {
	width: 100%;
	font-size: 0.8rem;
}

#booth th, #booth td {
	font-size: 12px;
	border-bottom: 1px solid #E3DCD0;
}

#booth th {
	vertical-align: top;
}

#booth td {
	text-align: right;
}

.ta_r {
	text-align: right;
}

@media  (max-width: 700px) {
	#booth .c-entries__item {
    	flex: 0 1 90%;
    	margin: 0 auto 10vh;
    	max-width: 90%;
    	padding-left: .45rem;
    	padding-right: .45rem;
	}
	
	#booth .c-entry-summary__figure {
		margin-bottom: 0;
	}

	#booth .c-entry-summary__title {
		padding: 0.25rem;
		background: #0F367A;
		color: #fff;
		font-size: 1.0rem;
		text-align: center;
	}

	#booth .c-entry-summary__content {
		height: 60px;
	}

	#booth table {
		width: 100%;
		font-size: 0.8rem;
	}

	#booth th, #facility td {
		border-bottom: 1px solid #8F7A54;
	}

	#booth th {
		vertical-align: top;
	}

	#booth td {
		text-align: right;
	}

	.ta_r {
		text-align: right;
	}
}


.programs .smb-media-text__title {
	font-size: 1.5rem;
	font-weight: 900;
}

.single .c-page-header__title {
    padding-bottom: 1rem;
    font-weight: 900;
    border-bottom: 16px solid #8F7A54;
}

.single .c-page-header__title:after {
	background: inherit;
}

.single .c-meta__item--author {
	display: none;
}

/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

/* 上下のアニメーション*/
.upAnime{
    opacity: 0;/* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
    animation-name:slideTextY100;
    animation-duration:3s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY100 {
    from {
        transform: translateY(100%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}
.slideAnimeUpDown {
    animation-name:slideTextY-100;
    animation-duration:3s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY-100 {
    from {
    transform: translateY(-100%);/* 要素を下の枠外に移動*/
    opacity: 0;
    }
    to {
    transform: translateY(0);/* 要素を元の位置に移動*/
    opacity: 1;
    }
}








/* ============================================================
	入居企業（トップページ）
============================================================ */

#top_company {
	margin-top: 100px;
	padding-top: 0;
    background-image: url(./assets/images/bg_company.png);
    background-position: center center;
	background-repeat: repeat;
}

#top_company .smb-section__subtitle {
	position: absolute;
	top: -100px;
    left: -40px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#top_company .smb-section__title {
	position: absolute;
	top: -100px;
    left: -80px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#top_company .smb-section__title::after {
	width: 0;
	height: 0;
}

#top_company .smb-section__body {
	margin-top: 0;
}

#top_company .text_animation {
	margin-top: -100px;
	padding: 0 0;
	text-align: right;
}

#top_company .text_animation img {
	width: auto;
	height: 100px;
}

#top_company .smb-recent-posts {
	margin-top: 40px;
}

#top_company .c-entries__item a {
	background: #fff;
}

#top_company .c-entry-summary__accept {
	position: absolute;
	padding: .2rem 1.5rem .5rem;
	background: url(./assets/images/bg_accept.svg) center top no-repeat;
	background-size: contain;
	color: #fff;
	font-size: .8rem;
	z-index: 10;
}

#top_company .c-entry-summary__figure {
	margin-bottom: 0;
	background: #fff;
	border-bottom: 10px solid #8F7A54;
}

#top_company .c-entry-summary__figure img {
	padding: 20%;
	object-fit: contain;
}

#top_company .c-entry-summary__title {
	display: none;
}

#top_company .c-entry-summary__content {
	height: 7.0rem;
	margin-bottom: .5rem;
	padding: 1.0rem;
	background: #fff;
	font-size: 1.0rem;
	text-align: center;
}

@media  (max-width: 700px) {
	#top_company {
		margin-top: 100px;
		padding-top: 0;
    	background: url(./assets/images/bg_company.svg) repeat;
    	background-position: center top;
	}

	#top_company .smb-section__subtitle {
		display: none;
	}

	#top_company .smb-section__title {
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		position: relative;
		top: inherit;
    	left: inherit;
		padding-top: 40px;
	}
	
	#top_company .text_animation {
		margin-top: -140px;
		padding: 0 0;
		text-align: right;
	}

	#top_company .text_animation img {
		width: auto;
		height: 10vw;
	}
	
	#top_company .smb-section__body {
		margin-top: -10vw;
	}

	#top_company .smb-recent-posts {
		margin-top: 100px;
	}
	
	#top_company .c-entries__item {
		flex: 0 1 100%;
    	margin-bottom: .9rem;
    	max-width: 100%;
    	padding-left: .45rem;
    	padding-right: .45rem;
	}

	#top_company .c-entry-summary__accept {
		position: absolute;
		padding: .2rem 1.5rem .5rem;
		background: url(./assets/images/bg_accept.svg) center top no-repeat;
		background-size: contain;
		color: #fff;
		font-size: .8rem;
		z-index: 10;
	}

	#top_company .c-entry-summary__figure {
		margin-bottom: 0;
		background: #fff;
		border-bottom: 10px solid #8F7A54;
	}

	#top_company .c-entry-summary__figure img {
		padding: 20%;
		object-fit: contain;
	}

	#top_company .c-entry-summary__content {
		margin-bottom: .5rem;
		padding: 1.0rem;
		background: #fff;
		font-size: 1.0rem;
		text-align: center;
	}
}

/* ============================================================
	設備情報（トップページ）
============================================================ */

#facility {
	margin-top: 100px;
	padding-top: 0;
}

#facility .smb-section__subtitle {
	position: absolute;
	top: -100px;
    left: -40px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#facility .smb-section__title {
	position: absolute;
	top: -100px;
    left: -80px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#facility .smb-section__title::after {
	width: 0;
	height: 0;
}

#facility .smb-section__body {
	margin-top: 0;
}

#facility .text_animation {
	margin-top: -100px;
	padding: 0 0;
	text-align: right;
}

#facility .text_animation img {
	width: auto;
	height: 100px;
}

#facility .smb-recent-posts {
	margin-top: 40px;
}

.facility .c-entry-summary__figure {
	margin-bottom: 0;
}

.facility .c-entry-summary__title {
	padding: 0.25rem;
	background: #0F367A;
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
}

.facility .c-entry-summary__content {
	height: 60px;
}

.facility table {
	width: 100%;
	font-size: 0.8rem;
}

.facility th, .facility td {
	border-bottom: 1px solid #8F7A54;
}

.facility th {
	vertical-align: top;
}

.facility td {
	text-align: right;
}

.ta_r {
	text-align: right;
}

@media  (max-width: 700px) {
	#facility {
		margin-top: 100px;
	}

	#facility .smb-section__subtitle {
		display: none;
	}

	#facility .smb-section__title {
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		position: relative;
		top: inherit;
    	left: inherit;
	}
	
	#facility .text_animation {
		margin-top: -140px;
		padding: 0 0;
		text-align: right;
	}

	#facility .text_animation img {
		width: auto;
		height: 10vw;
	}
	
	.facility .c-entries {
		padding-top: 100px;
	}

	.facility .c-entries__item {
    	flex: 0 1 90%;
    	margin: 0 auto 10vh;
    	max-width: 90%;
    	padding-left: .45rem;
    	padding-right: .45rem;
	}
	
	.facility .c-entry-summary__figure {
		margin-bottom: 0;
	}

	.facility .c-entry-summary__title {
		padding: 0.25rem;
		background: #0F367A;
		color: #fff;
		font-size: 1.0rem;
		text-align: center;
	}

	.facility .c-entry-summary__content {
		height: 60px;
	}

	.facility table {
		width: 100%;
		font-size: 0.8rem;
	}

	.facility th, #facility td {
		border-bottom: 1px solid #8F7A54;
	}

	.facility th {
		vertical-align: top;
	}

	.facility td {
		text-align: right;
	}

	.ta_r {
		text-align: right;
	}
}

/* ============================================================
	連携施設（トップページ）
============================================================ */

#collabo_facility {
	margin-top: 100px;
	padding-top: 0;
    background-image: url(./assets/images/bg_c-facility.png);
    background-position: center top;
	background-repeat: repeat;
}

#collabo_facility .smb-section__subtitle {
	position: absolute;
	top: -100px;
    left: -40px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#collabo_facility .smb-section__title {
	position: absolute;
	top: -100px;
    left: -80px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#collabo_facility .smb-section__title::after {
	width: 0;
	height: 0;
}

#collabo_facility .smb-section__body {
	margin-top: -40px;
}

#collabo_facility .text_animation {
	margin-top: -100px;
	padding: 0 0;
	text-align: right;
}

#collabo_facility .text_animation img {
	width: auto;
	height: 100px;
}

#collabo_facility .smb-recent-posts {
	margin-top: 40px;
}

#collabo_facility .c-entries__item {
	margin-bottom: 1.0rem;
}

#collabo_facility .c-entry-summary__figure {
	background: url(./assets/images/bg_c-facility_ougi.svg) no-repeat;
    background-position: center top;
	background-size: contain;
	border-bottom: none;
}

#collabo_facility .c-entry-summary__figure::before {
	content: "";
    display: block;
    padding-top: 50%;
}

#collabo_facility .c-entry-summary__figure img {
	max-height: 80%;
	padding: 5% 25%;
	object-fit: contain;
}

#collabo_facility .c-entry-summary__title {
	display: none;
}

@media  (max-width: 700px) {
	#collabo_facility {
		margin-top: 100px;
    	background: url(./assets/images/bg_c-facility.png) repeat;
    	background-position: center top;
	}

	#collabo_facility .smb-section__subtitle {
		display: none;
	}

	#collabo_facility .smb-section__title {
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		position: relative;
		top: 20px;
    	left: inherit;
	}
	
	#collabo_facility .text_animation {
		margin-top: -100px;
		padding: 0 0;
		text-align: right;
	}

	#collabo_facility .text_animation img {
		width: auto;
		height: 10vw;
	}
	
	#collabo_facility .smb-recent-posts {
    	margin-top: 100px;
	}

	#collabo_facility .c-entry-summary__figure {
		background: url(./assets/images/bg_c-facility_ougi.svg) no-repeat;
    	background-position: center top;
		background-size: contain;
	}

	#collabo_facility .c-entry-summary__figure::before {
		content: "";
    	display: block;
    	padding-top: 50%;
	}

	#collabo_facility .c-entry-summary__figure img {
		padding: 5% 25%;
		object-fit: contain;
	}
}

/* 右から */

.fadeUp {
	animation-name: fadeRightAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeRightAnime {
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.dejima-naigai-crew-projects .smb-section__body {
	margin-bottom: 40px;
	padding: 40px 20px;
	background: #fff;
	box-shadow: 2px 2px 4px #c0c0c0;
}

.dejima-naigai-crew-projects h3 {
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: 900;
	border-bottom: 4px solid #8F7A54;
}

.dejima-naigai-crew-projects h4 {
	padding: 10px 20px;
	background: #f0f0f0;
	font-size: 1.0rem;
	font-weight: 700;
}

.dejima-naigai-crew-projects .c-entry-summary__figure img {
	max-width: 80%;
	margin: auto;
	object-fit: contain;
}

.dejima-naigai-crew-projects .wp-block-columns {
	align-items: center;
}

.dejima-naigai-crew-projects img.pj-member-img {
	max-width: 80%;
	max-height: 80%;
	margin: auto;
	object-fit: contain;
}

.event-side-box .es_accepting,
.event-side-box .es_inprep {
	background: #0F367A;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}