/*!
Theme Name: bie-projects
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bie-projects
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bie-projects is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
* {
	box-sizing: border-box;
}

body {
	width: 100%;
	margin: 0;
	background: #fff;
	font-family: "noto sans jp", "helvetica neue", "helvetica", "yu gothic", "hiragino sans", "hiragino kaku gothic pron", "arial", "meiryo", sans-serif;
	font-size: 16px;
	line-height: 1.47;
	color: #000;
}

p {
	margin: 14px 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a[target="_blank"]::after, a[target="_new"]::after {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 6px;
	background: url(images/common/icon-new-window.svg) no-repeat left top;
	content: "";
}

h1 {
	font-weight: 700;
}

h2, h3, h4, h5, h6 {
	font-weight: 500;
}

h2 {
	margin-top: 0;
	margin-bottom: 14px;
}

h1 i, h2 i {
	margin-left: 11px;
	margin-right: 8px;
	color: #707070;
	vertical-align: 2px;
}

i {
	font-size: 74%;
	vertical-align: 1px;
}

svg {
	fill: currentColor;
}

/*********************************************************
*
* componenta
*
*********************************************************/
.is-hide {
	display: none;
}

.bie-contents-rapper {
	width: 960px;
	min-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.bie-main .entry-content {
	min-height: 55vh;
}

.entry-content h2 {
	color: #b32466;
}

.entry-content h3 {
	margin-bottom: 8px;
}

.bie-to-pagetop {
	position: fixed;
	right: 10px;
	bottom: 20px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease;
	z-index: 10;
}

.bie-to-pagetop.bie-is-active {
	opacity: 1;
	pointer-events: all;
}

.bie-modal-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
}

.bie-modal-btn a:hover::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 1px);
	height: 100%;
	background: rgba(0, 0, 0, 0.4) url(images/common/ico-expansion.png) no-repeat center;
	content: "";
}

.bie-slider-modal-overlay {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 11;
}

.bie-slider-modal-overlay.is-active {
	visibility: visible;
}

.bie-slider-modal {
	visibility: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	max-width: 900px;
	height: auto;
	padding: 50px 50px 30px;
	background: #333;
	color: #fff;
	z-index: 12;
}

.bie-slider-modal.is-active {
	visibility: visible;
}

.bie-slider-modal .bie-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100px;
	width: 29px;
	height: 29px;
	background: #000 url(images/common/ico-close.svg) no-repeat center/15px 15px;
	cursor: pointer;
}

.bie-slider-modal .sp-horizontal .sp-next-arrow {
	right: -30px;
}

.bie-slider-modal .sp-horizontal .sp-previous-arrow {
	left: -30px;
}

.bie-accordion-list {
	padding-left: 20px;
}

.bie-accordion-list > li {
	position: relative;
	list-style-type: none;
	cursor: pointer;
}

.bie-accordion-list > li::before {
	position: absolute;
	top: 11px;
	left: -20px;
	width: 12px;
	height: 2px;
	background: #000;
	content: "";
}

.bie-accordion-list > li::after {
	position: absolute;
	top: 6px;
	left: -15px;
	width: 2px;
	height: 12px;
	background: #000;
	content: "";
	transition: all 200ms;
}

.bie-accordion-list > li.is-active::after {
	transform: rotate(-90deg);
}

.bie-accordion-list > li > ul {
	display: none;
	margin-top: 0.5em;
	padding-left: 0;
}

.bie-accordion-list > li > ul li {
	list-style-type: none;
}

.bie-accordion-list > li > ul li::before {
	display: inline-block;
	margin-right: 8px;
	font-size: 84%;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f054';
}

.bie-g-header {
	width: 100%;
	border-top: 5px solid #b32466;
	background: #ffffff;
}

.bie-g-header .bie-contents-rapper {
	display: grid;
	grid-template-columns: 255px 255px calc(100% - 510px);
	grid-auto-rows: 75px 1fr;
}

.bie-g-header .bie-logo {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
	display: flex;
	align-items: center;
	margin: 0;
	padding-left: 6px;
	line-height: 1;
}

.bie-g-header .bie-logo a, .bie-g-header .bie-logo img {
	display: block;
	height: 90px;
}

.bie-g-header .bie-links {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 0.8125rem;
}

.bie-g-header .bie-links ul {
	margin: 0;
	padding-left: 0;
}

.bie-g-header .bie-links ul li {
	list-style-type: none;
}

.bie-g-header .bie-links a {
	color: #616161;
}

.bie-g-header .bie-spacer {
	display: inline-block;
	margin: 0 6px;
}

.bogo-language-switcher .current {
	display: none;
}

.bogo-language-switcher li {
	text-align: right;
}

.bie-g-footer {
	margin-top: 60px;
	padding: 24px 0 12px;
	background: #f7f7f7;
}

.bie-g-footer .bie-contents-rapper {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.bie-g-footer .bie-logo {
	display: flex;
	align-items: flex-end;
}

.bie-g-footer .bie-logo .bie-logo-img {
	width: 32px;
	margin-right: 17px;
}

.bie-g-footer .bie-logo .bie-project-name {
	color: #616161;
	font-size: 0.875rem;
}

.bie-g-footer .bie-logo a {
	color: #616161;
	text-decoration: none;
}

.bie-g-footer .bie-copyright {
	color: #616161;
	font-size: 0.875rem;
}

.bie-main-nav {
	grid-column-start: 2;
	grid-column-end: 4;
	grid-row-start: 2;
	grid-row-end: 3;
}

.bie-main-nav ul {
	margin: 0;
	padding-left: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 14px;
	font-size: 0.875rem;
}

.bie-main-nav ul li {
	list-style-type: none;
}

.bie-main-nav ul li {
	margin-left: 21px;
}

.bie-main-nav ul li a {
	color: #616161;
}

.bie-main-nav ul li a i {
	margin-right: 4px;
}

.bie-main-nav ul li.current_page_item a {
	color: #000;
	pointer-events: none;
}

.bie-main-nav ul li.current_page_item a i {
	transform: rotate(90deg);
}

.bie-page-header {
	position: relative;
	background-color: #ebeaea;
	background-image: url(images/common/page-header-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.bie-page-header:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	content: "";
}

.bie-page-header::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background: rgba(159, 11, 79, 0.71);
	content: "";
}

.bie-page-header .bie-contents-rapper {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 170px;
}

.bie-page-header h1 {
	margin: 24px 0 0;
	font-size: 2.1875rem;
	color: #fff;
}

.bie-page-anchors .wp-block-group__inner-container {
	padding-top: 0;
	padding-bottom: 0;
}

.bie-page-anchors ul {
	margin: 0;
	padding-left: 0;
	display: flex;
	padding: 22px 0;
}

.bie-page-anchors ul li {
	list-style-type: none;
}

.bie-page-anchors ul li {
	margin-right: 34px;
	font-size: 0.875rem;
}

.bie-page-anchors ul li a i {
	margin-right: 4px;
}

.bie-news {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 16px 0 20px;
	margin: 0;
}

.bie-news .bie-date {
	width: 155px;
	margin-top: 6px;
}

.bie-news .bie-text {
	display: flex;
	width: calc(100% - 155px);
	margin: 6px 0 0;
}

.bie-news .bie-label {
	align-self: flex-start;
	width: 109px;
	margin-right: 16px;
	padding: 1px 8px;
	text-align: center;
	font-size: 0.875rem;
}

.bie-news .bie-label.resources {
	background-color: #0f4ba3;
	color: #fff;
}

.bie-news .bie-label.paper {
	background-color: #d4145a;
	color: #fff;
}

.bie-news .bie-label.award {
	background-color: #f7931e;
	color: #fff;
}

.bie-news .bie-label.topic {
	background-color: #003b97;
	color: #fff;
}

.bie-news .bie-label.seminar {
	background-color: #2e7d32;
	color: #fff;
}

.bie-news .bie-label.event {
	background-color: #311b92;
	color: #fff;
}

.bie-news .bie-label.others {
	background-color: #999;
	color: #fff;
}

.bie-news .bie-title {
	width: calc(100% - 109px);
}

/**
 * Wordpress block elements styles.
 */
.has-red-background-color {
	background-color: #d4145a;
}

.has-red-background-color.wp-block-button__link:hover {
	background-color: #ee4c87;
}

.has-red-color {
	color: #d4145a !important;
}

.bg-red {
	background-color: #d4145a;
}

.has-yerrow-background-color {
	background-color: #f7931e;
}

.has-yerrow-background-color.wp-block-button__link:hover {
	background-color: #fab96d;
}

.has-yerrow-color {
	color: #f7931e !important;
}

.bg-yerrow {
	background-color: #f7931e;
}

.has-blue-background-color {
	background-color: #0f4ba3;
}

.has-blue-background-color.wp-block-button__link:hover {
	background-color: #1a6eea;
}

.has-blue-color {
	color: #0f4ba3 !important;
}

.bg-blue {
	background-color: #0f4ba3;
}

.has-navy-background-color {
	background-color: #003b97;
}

.has-navy-background-color.wp-block-button__link:hover {
	background-color: #005be9;
}

.has-navy-color {
	color: #003b97 !important;
}

.bg-navy {
	background-color: #003b97;
}

.has-light-gray-background-color {
	background-color: #ebeaea;
}

.has-light-gray-background-color.wp-block-button__link:hover {
	background-color: white;
}

.has-light-gray-color {
	color: #ebeaea !important;
}

.bg-light-gray {
	background-color: #ebeaea;
}

.wp-block-group__inner-container {
	width: 960px;
	min-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 24px;
	padding-bottom: 24px;
}

.wp-block-group__inner-container p:first-child {
	margin-top: 0;
}

.wp-block-group__inner-container p:last-child {
	margin-bottom: 0;
}

.wp-block-button .wp-block-button__link {
	display: inline-block;
	padding: 9px 20px 10px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #000;
	border-radius: 0;
	font-size: 0.875rem;
	font-weight: 500;
	appearance: none;
	text-decoration: none;
}

.wp-block-button .wp-block-button__link:hover {
	opacity: 0.8;
	text-decoration: none;
}

.wp-block-button .wp-block-button__link i {
	margin-right: 6px;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding-right: 20px;
	padding-left: 0;
}

.wp-block-media-text .wp-block-media-text__content {
	padding-right: 0;
	padding-left: 20px;
}

.wp-block-media-text .wp-block-media-text__content > h1:first-child, .wp-block-media-text .wp-block-media-text__content h2:first-child, .wp-block-media-text .wp-block-media-text__content h3:first-child, .wp-block-media-text .wp-block-media-text__content h4:first-child, .wp-block-media-text .wp-block-media-text__content h5:first-child, .wp-block-media-text .wp-block-media-text__content h6:first-child {
	margin-top: 0;
}

.wp-block-media-text .wp-block-media-text__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}

.wp-block-media-text .wp-block-media-text__media img {
	display: block;
	width: auto;
	max-width: 100%;
}

.wp-block-media-text + .wp-block-media-text {
	margin-top: 64px;
}

.wp-block-image figcaption {
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 0.875rem;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #eceff1;
}

.wp-block-table td {
	padding: 8px 16px;
}

/*# sourceMappingURL=style.css.map */