@charset "UTF-8";
.logo-mirai {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 250px;
}
@media screen and (max-width: 767px) {
	.logo-mirai {
		display: block;
		height: auto;
		margin-bottom: 1.5em;
	}
}
.logo-mirai:before, .logo-mirai:after {
	width: 100%;
	height: 250px;
	position: relative;
}
.logo-mirai:before {
	content: '';
	display: inline-block;
	background: url(/themes/basecamp/images/mirai/ill_mirai01.svg) no-repeat;
	background-position: right 80px center;
}
@media screen and (max-width: 767px) {
	.logo-mirai:before {
		left: 10px;
		background: url(/themes/basecamp/images/mirai/sp_ill_mirai01.svg) no-repeat center center;
		height: 96px;
	}
}
.logo-mirai:after {
	content: '';
	display: inline-block;
	background: url(/themes/basecamp/images/mirai/ill_mirai02.svg) no-repeat;
	background-position: 0px center;
}
@media screen and (max-width: 767px) {
	.logo-mirai:after {
		content: none;
	}
}
.logo-mirai img {
	width: 488px;
}
@media screen and (max-width: 767px) {
	.logo-mirai img {
		width: 75%;
		margin: auto;
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.entryLayout {
		max-width: 100%;
		padding: 0 20px;
	}
}
.entryLayout .titleBlock-mirai,
.entryLayout .dateBlock-mirai,
.entryLayout .shareBlock-mirai,
.entryLayout .leadBlock-mirai {
	max-width: 900px;
	width: 100%;
	margin: auto;
}
.entryLayout .outlineBlock-mirai .inner {
	max-width: 700px;
	width: 100%;
	margin: auto;
}
.entryLayout .titleBlock-mirai h1 {
	font-size: 3.8rem;
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.entryLayout .titleBlock-mirai h1 {
		font-size: 2.2rem;
	}
}
.entryLayout .dateBlock p {
	text-align: right;
	color: #999;
	font-weight: 400;
	margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
	.entryLayout .dateBlock p {
		margin: 0 auto 5px;
	}
}
.entryLayout .shareBlock-mirai {
	margin: 0 auto 15px;
}
.entryLayout .leadBlock-mirai {
	background-color: #F6D84C;
	padding: 15px;
	font-size: 1.8rem;
	border-radius: 20px;
}
@media screen and (max-width: 767px) {
	.entryLayout .leadBlock-mirai {
		font-size: 1.4rem;
		padding: 15px;
		border-radius: 10px;
	}
}
.entryLayout .outlineBlock-mirai {
	padding-top: 130px;
	position: relative;
	top: -35px;
	background: url(/themes/basecamp/images/mirai/ill_mirai03.svg) calc(50% + 315px) top no-repeat;
}
@media screen and (max-width: 767px) {
	.entryLayout .outlineBlock-mirai {
		top: -15px;
		padding-top: 160px;
		background: url(/themes/basecamp/images/mirai/ill_mirai03.svg) calc(50% + 30px) top no-repeat;
		background-size: 80%;
	}
}
.entryLayout .outlineBlock-mirai h2 {
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
	.entryLayout .outlineBlock-mirai h2 {
		font-size: 2.2rem;
		text-align: center;
	}
}
.entryLayout .outlineBlock-mirai h2:before {
	content: "";
	background: url(/themes/basecamp/images/mirai/ill_mirai04.svg) no-repeat left top;
	width: auto;
	height: 84px;
	display: block;
}
@media screen and (max-width: 767px) {
	.entryLayout .outlineBlock-mirai h2:before {
		background-position: center;
		background-size: 40px;
		height: 54px;
	}
}
.entryLayout .outlineBlock-mirai table {
	width: 100%;
}
.entryLayout .outlineBlock-mirai table th,
.entryLayout .outlineBlock-mirai table td {
	padding: 5px 10px;
	border: 2px solid #000;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.entryLayout .outlineBlock-mirai table th,
	.entryLayout .outlineBlock-mirai table td {
		padding: 10px;
		display: block;
		width: 100% !important;
		font-size: 1.4rem;
		border: 1px solid #000;
	}
}
.entryLayout .outlineBlock-mirai table th {
	width: 20%;
	background-color: #e1e1e1;
	text-align: left;
}
.entryLayout .outlineBlock-mirai table td {
	background-color: #fff;
}
.entryLayout .tocBlock-mirai {
	background: url(/themes/basecamp/images/mirai/ill_mirai05.svg) calc(50% - 550px) no-repeat;
}
.entryLayout .tocBlock-mirai:before {
	content: "";
	background: url(/themes/basecamp/images/mirai/ill_mirai07.svg) no-repeat center center;
	display: block;
	height: 72px;
	text-align: center;
	z-index: 100;
	position: relative;
}
@media screen and (max-width: 767px) {
	.entryLayout .tocBlock-mirai:before {
		background-size: 40px;
	}
}
.entryLayout .tocBlock-mirai .inner {
	background-color: #fff;
	max-width: 700px;
	width: 100%;
	padding: 20px 30px;
	margin: 0 auto;
	position: relative;
	top: -20px;
}
@media screen and (max-width: 767px) {
	.entryLayout .tocBlock-mirai .inner {
		padding: 15px;
	}
}
.entryLayout .tocBlock-mirai .inner h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0.5em;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.entryLayout .tocBlock-mirai .inner h2 {
		font-size: 2.2rem;
	}
}
.entryLayout .tocBlock-mirai .inner ul li {
	border-bottom: 1px solid #000;
	font-size: 1.8rem;
	margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
	.entryLayout .tocBlock-mirai .inner ul li {
		font-size: 1.4rem;
	}
}
.entryLayout .tocBlock-mirai .inner ul li a {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.entryLayout .tocBlock-mirai .inner ul li a:hover {
	color: #EEC508;
}

.article-container-mirai {
	/*プロフィール*/
}
.article-container-mirai .article-inner {
	max-width: 100%;
}
.article-container-mirai .article-main {
	max-width: 900px;
	margin: auto;
}
.article-container-mirai .article-main .p-article {
	background-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	/*見出しアイコン*/
	/*吹き出し*/
	/*山善にできること*/
}
.article-container-mirai .article-main .p-article .bg_box-mirai {
	position: relative;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article .bg_box-mirai:before {
		content: "";
		display: block;
		background: url(/themes/basecamp/images/mirai/ico_graph_mirai01.svg) no-repeat center center;
		background-size: 50px;
		width: auto;
		height: 60px;
		background-position: bottom;
	}
}
.article-container-mirai .article-main .p-article .bg_box-mirai:after {
	position: absolute;
	right: 3px;
	bottom: -35px;
	z-index: 100;
	content: "";
	display: block;
	background: url(/themes/basecamp/images/mirai/ico_graph_mirai01.svg) no-repeat;
	background-size: 100%;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article .bg_box-mirai:after {
		content: none;
	}
}
.article-container-mirai .article-main .p-article .bg_box-mirai:nth-child(5n+1 of .bg_box-mirai):after {
	background-image: url(/themes/basecamp/images/mirai/ico_graph_mirai01.svg);
	width: 96px;
	height: 132px;
}
.article-container-mirai .article-main .p-article .bg_box-mirai:nth-child(5n+1 of .bg_box-mirai):before {
	background-image: url(/themes/basecamp/images/mirai/ico_graph_mirai01.svg);
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article .bg_box-mirai:nth-child(5n+1 of .bg_box-mirai):before {
		height: 78px;
	}
}
.article-container-mirai .article-main .p-article .bg_box-mirai:nth-child(5n+2 of .bg_box-mirai):after {
	background-image: url(/themes/basecamp/images/mirai/ico_graph_mirai02.svg);
	width: 97px;
	height: 100px;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article .bg_box-mirai:nth-child(5n+2 of .bg_box-mirai):before {
		background-image: url(/themes/basecamp/images/mirai/ico_graph_mirai02.svg);
		height: 60px;
	}
}
.article-container-mirai .article-main .p-article .bg_box-mirai:nth-child(5n+3 of .bg_box-mirai):after {
	background-image: url(/themes/basecamp/images/mirai/ico_graph_mirai03.svg);
	width: 94px;
	height: 159px;
}
.article-container-mirai .article-main .p-article .bg_box-mirai:nth-child(5n+3 of .bg_box-mirai):before {
	background-image: url(/themes/basecamp/images/mirai/ico_graph_mirai03.svg);
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article .bg_box-mirai:nth-child(5n+3 of .bg_box-mirai):before {
		height: 95px;
	}
}
.article-container-mirai .article-main .p-article .bg_box-mirai:nth-child(5n+4 of .bg_box-mirai):after {
	background-image: url(/themes/basecamp/images/mirai/ico_graph_mirai04.svg);
	width: 123px;
	height: 155px;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article .bg_box-mirai:nth-child(5n+4 of .bg_box-mirai):before {
		background-image: url(/themes/basecamp/images/mirai/ico_graph_mirai04.svg);
		height: 71px;
	}
}
.article-container-mirai .article-main .p-article .bg_box-mirai:nth-child(5n+5 of .bg_box-mirai)::after {
	background-image: url(/themes/basecamp/images/mirai/ico_graph_mirai05.svg);
	width: 110px;
	height: 114px;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article .bg_box-mirai:nth-child(5n+5 of .bg_box-mirai):before {
		background-image: url(/themes/basecamp/images/mirai/ico_graph_mirai05.svg);
	}
}
.article-container-mirai .article-main .p-article h2 {
	font-size: 2.8rem;
	padding: 70px 100px 5px 1em;
	margin-bottom: 1em;
	border-bottom: 10px solid #F6D84C;
	text-indent: -1em;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article h2 {
		font-size: 2.2rem;
		padding: 10px 0 5px 1em;
	}
}
.article-container-mirai .article-main .p-article h3 {
	font-size: 2.4rem;
	color: #666;
	margin-bottom: 0.8em;
	padding-top: 2em;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article h3 {
		font-size: 2.2rem;
	}
}
.article-container-mirai .article-main .p-article p {
	margin-bottom: 1em;
}
.article-container-mirai .article-main .p-article .balloonBox {
	display: flex;
	align-items: flex-start;
	margin-bottom: 2em;
}
.article-container-mirai .article-main .p-article .balloonBox .balloon {
	position: relative;
	display: inline-block;
	padding: 12px 15px;
	min-width: 120px;
	max-width: 100%;
	background: #FFF;
	border: solid 1px #000;
	box-sizing: border-box;
	border-radius: 10px;
	flex: 1;
}
.article-container-mirai .article-main .p-article .balloonBox .balloon:before {
	position: absolute;
	margin-top: -40px;
	content: "";
	width: 33px;
	height: 30px;
	top: 60px;
}
.article-container-mirai .article-main .p-article .balloonBox .balloon p {
	margin-bottom: 0;
}
.article-container-mirai .article-main .p-article .balloonBox.right {
	flex-direction: row-reverse;
}
.article-container-mirai .article-main .p-article .balloonBox.right .balloon {
	margin: 1em 40px 0 0;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article .balloonBox.right .balloon {
		margin: 0 20px 0 0 !important;
	}
}
.article-container-mirai .article-main .p-article .balloonBox.right .balloon:before {
	background: url(/themes/basecamp/images/mirai/balloon-r.svg) no-repeat;
	right: -31px;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article .balloonBox.right .balloon:before {
		background-size: 50%;
		right: -16;
	}
}
.article-container-mirai .article-main .p-article .balloonBox.left .balloon {
	margin: 1em 0 0 40px;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article .balloonBox.left .balloon {
		margin: 0 0 0 20px !important;
	}
}
.article-container-mirai .article-main .p-article .balloonBox.left .balloon:before {
	background: url(/themes/basecamp/images/mirai/balloon-l.svg) no-repeat;
	left: -31px;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article .balloonBox.left .balloon:before {
		background-size: 50%;
		left: -16px;
	}
}
.article-container-mirai .article-main .p-article figure.balloon img {
	border-radius: 50%;
	margin: 0;
	webkit-box-shadow: none;
	box-shadow: none;
	width: 200px;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article figure.balloon img {
		width: 65px;
	}
}
.article-container-mirai .article-main .p-article .helpful {
	padding-top: 70px;
	margin-bottom: 2em;
}
.article-container-mirai .article-main .p-article .helpful h2 {
	padding: 10px 15px;
	background-color: #F6D84C;
	border: none;
	display: block;
	text-indent: 0;
	margin-bottom: 0;
}
.article-container-mirai .article-main .p-article .helpful h2:after {
	content: none;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article .helpful h2 {
		text-align: center;
		font-size: 2rem;
	}
}
.article-container-mirai .article-main .p-article .helpful .inner {
	display: flex;
	border: 5px solid #F6D84C;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article .helpful .inner {
		display: block;
	}
}
.article-container-mirai .article-main .p-article .helpful .inner figure {
	margin: 0;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article .helpful .inner figure {
		width: 100%;
		padding-top: 20px;
	}
}
.article-container-mirai .article-main .p-article .helpful .inner figure img {
	max-width: 275px;
	webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 15px 0 15px 15px;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article .helpful .inner figure img {
		margin: auto;
		max-width: 90%;
		padding: 0;
	}
}
.article-container-mirai .article-main .p-article .helpful .inner .txt-helpful {
	flex: 1;
	padding: 10px 15px;
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-main .p-article .helpful .inner .txt-helpful {
		padding: 10px;
	}
}
.article-container-mirai .article-main .p-article .helpful .inner .txt-helpful p {
	margin-bottom: 0;
}
.article-container-mirai .article-profile-container:nth-child(1 of .article-profile-container) {
	padding-top: 270px;
	margin-top: 0;
	background: url(/themes/basecamp/images/mirai/ill_mirai06.svg) no-repeat;
	background-position: calc(50% + 230px) calc(0% + 15px);
}
@media screen and (max-width: 767px) {
	.article-container-mirai .article-profile-container:nth-child(1 of .article-profile-container) {
		padding-top: 150px;
		background-position: right 5% top;
		background-size: 85%;
	}
}
.article-container-mirai .article-profile-container .article-profile {
	max-width: 900px;
	margin: 0 auto 60px;
}

/* SPの吹き出しで不要なa-blogデフォルトのスタイルを打ち消し */
@media (max-width: 767px) {
	[class*=acms-col-][class*=-right] {
		float: right!important;
	}
	[class*=acms-col-][class*=-right]+* {
		clear: unset!important;
	}
	.js_notStyle {
		width: auto!important;
	}
}

/* ミライ観測所TOP */
.mirai_frontPage {
	min-width: 1440px;
}
.mirai_frontPage .mirai_header {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 200px;
	background: #fff;
}
/*.mirai_frontPage .mirai_header:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
	display: block;
	width: 282px;
	height: 194px;
	background: url(/themes/basecamp/images/mirai/front_illust_logoSide.svg) no-repeat;
	background-size: 282px 194px;
	transform: translateX(calc(-70px - 282px - calc(488px / 2)));
}*/
.mirai_frontPage .mirai_header img{
	height: 200px;
	position:relative;
	left: -5%;
}
.mirai_frontPage .mainImage {
	position: relative;
	width: 100%;
	height: 666px;
	background: url(/themes/basecamp/images/mirai/front_bg_main_pc.png) no-repeat center top;
	margin: 0 auto 50px;
}
.mirai_frontPage .mainImage .mainImage_inner {
	position: relative;
	width: 1400px;
	min-width: 1400px;
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
}
.mirai_frontPage .mainImage .icon_pin {
	position: absolute;
	display: block;
	width: 53px;
	height: 84px;
	background: url(/themes/basecamp/images/mirai/front_icon_pin.svg) no-repeat center center;
	background-size: contain;
	opacity: 0;
	animation-fill-mode: backwards !important;
	transition: all 0.3s;
	cursor: pointer;
}
.mirai_frontPage .mainImage .icon_pin.go {
	opacity: 1;
}
.mirai_frontPage .mainImage .icon_pin:hover {
	transform: scale(2.1);
	transform-origin: center bottom;
}
.mirai_frontPage .mainImage .icon_pin.icon_robot:hover {
	background: url(/themes/basecamp/images/mirai/front_icon_pin_robot.svg) no-repeat center center;
	background-size: contain;
}
.mirai_frontPage .mainImage .icon_pin.icon_ecoHouse:hover {
	background: url(/themes/basecamp/images/mirai/front_icon_pin_ecoHouse.svg) no-repeat center center;
	background-size: contain;
}
.mirai_frontPage .mainImage .icon_pin.icon_logistics:hover {
	background: url(/themes/basecamp/images/mirai/front_icon_pin_logistics.svg) no-repeat center center;
	background-size: contain;
}
.mirai_frontPage .mainImage .icon_pin.icon_factory:hover {
	background: url(/themes/basecamp/images/mirai/front_icon_pin_factory.svg) no-repeat center center;
	background-size: contain;
}
.mirai_frontPage .mainImage .icon_pin.icon_analysis:hover {
	background: url(/themes/basecamp/images/mirai/front_icon_pin_analysis.svg) no-repeat center center;
	background-size: contain;
}
.mirai_frontPage .mainImage .icon_pin.new:before {
	content: '';
	position: absolute;
	top: -21px;
	left: -6px;
	display: inline-block;
	width: 68px;
	height: 27px;
	background: url(/themes/basecamp/images/mirai/front_icon_pin_new.svg) no-repeat left center;
	background-size: contain;
}
.mirai_frontPage .modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 2000;
}
.mirai_frontPage .modal .innerModal {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 680px;
	min-height: 330px;
	background: #fff;
	color: #000;
	transform: translate(-50%, -50%);
	border-radius: 12px;
	padding: 20px;
	z-index: 2002;
}
.mirai_frontPage .modal .innerModal:before {
	position: absolute;
	right: 12px;
	top: -51px;
	content: '';
	display: block;
	width: 124px;
	height: 180px;
}
.mirai_frontPage .modal .innerModal.icon_robot:before {
	background: url(/themes/basecamp/images/mirai/front_icon_pin_robot.svg) no-repeat;
	background-size: contain;
}
.mirai_frontPage .modal .innerModal.icon_ecoHouse:before {
	background: url(/themes/basecamp/images/mirai/front_icon_pin_ecoHouse.svg) no-repeat;
	background-size: contain;
}
.mirai_frontPage .modal .innerModal.icon_logistics:before {
	background: url(/themes/basecamp/images/mirai/front_icon_pin_logistics.svg) no-repeat;
	background-size: contain;
}
.mirai_frontPage .modal .innerModal.icon_factory:before {
	background: url(/themes/basecamp/images/mirai/front_icon_pin_factory.svg) no-repeat;
	background-size: contain;
}
.mirai_frontPage .modal .innerModal.icon_analysis:before {
	background: url(/themes/basecamp/images/mirai/front_icon_pin_analysis.svg) no-repeat;
	background-size: contain;
}
.mirai_frontPage .modal .innerModal .modalClose {
	position: absolute;
	top: -54px;
	right: -54px;
	display: inline-block;
	width: 54px;
	height: 54px;
	background: url(/themes/basecamp/images/mirai/front_icon_close.svg) no-repeat;
	background-size: 54px 54px;
	text-indent: -9999px;
	cursor: pointer;
}
.mirai_frontPage .modal .innerModal>h2 {
	width: calc(100% - 124px - 15px);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.4;
	margin: 0 0 20px;
}
.mirai_frontPage .modal .innerModal .contents {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 15px;
}
.mirai_frontPage .modal .innerModal .contents figure {
	position: relative;
	width: 226px;
	height: 226px;
}
.mirai_frontPage .modal .innerModal .contents figure:before {
	position: absolute;
	right: -20px;
	top: -8px;
	content: '';
	display: block;
	width: 47px;
	height: 47px;
	background: url(/themes/basecamp/images/mirai/front_modal_person_illust.svg) no-repeat;
	background-size: contain;
}
.mirai_frontPage .modal .innerModal .contents figure img {
	display: block;
	width: 226px;
	height: 226px;
	object-fit: contain;
	border-radius: 100%;
	margin: 0;
}
.mirai_frontPage .modal .innerModal .contents figure figcaption {
	position: absolute;
	top: 38px;
	left: 240px;
	display: block;
	width: auto;
	font-size: 20px;
	font-weight: 900;
	white-space: nowrap;
	transform: rotate(-5deg);
}
.mirai_frontPage .modal .innerModal .contents>div {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	max-width: calc(100% - 370px);
}
.mirai_frontPage .modal .innerModal .contents>div p {
	font-size: 18px;
}
.mirai_frontPage .modal .innerModal>nav .btn_link {
	position: absolute;
	bottom: -25px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 174px;
	height: 50px;
	background: #F6D84C;
	font-size: 20px;
	font-weight: 800;
	border: 2px solid #000;
	border-radius: 6px;
	box-shadow: 0px 4px 4px 0px #000;
}
.mirai_frontPage .modal .overLay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.66);
	z-index: 2001;
}
.mirai_frontPage .mirai_articleList_title {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 40px;
}
.mirai_frontPage .index-article-list {
	padding: 60px;
	margin: 0 auto 150px !important;
}
.mirai_frontPage .p-article-item .p-article-item__img {
	width: 430px;
	height: 242px;
}
.mirai_frontPage .p-article-item__img-inner {
	width: 430px;
	height: 242px;
}
.mirai_frontPage .p-article-item .p-article-item__body {
	width: calc(100% - 430px - 20px);
}
.mirai_frontPage .p-article-item .p-article-item__date {
	font-size: 18px;
	min-width: 92px;
}
.mirai_frontPage .p-article-item .p-article-item__ttl {
	font-size: 30px;
}
.mirai_frontPage .p-article-item .p-article-item__img::before {
	display: none;
}
@media screen and (max-width: 768px) {
	.mirai_frontPage {
		min-width: initial;
	}
	.mirai_frontPage .mirai_header {
		height: 70px;
	}
	.mirai_frontPage .mirai_header:before {
		/*width: 90px;
		height: 62px;
		background: url(/themes/basecamp/images/mirai/front_illust_logoSide.svg) no-repeat;
		background-size: 90px 62px;
		transform: translateX(calc(-10px - 90px - calc(160px / 2)));*/
	}
	.mirai_frontPage .mirai_header img {
		height: 70px;
	}
	.mirai_frontPage .mainImage {
		height: 571px;
		background: url(/themes/basecamp/images/mirai/front_bg_main_sp.png) no-repeat center top;
		background-size: 360px 571px;
		margin: 10px auto 70px;
	}
	.mirai_frontPage .mainImage .mainImage_inner {
		position: relative;
		width: 360px;
		min-width: 360px;
		max-width: 360px;
	}
	.mirai_frontPage .mainImage .icon_pin {
		width: 34px;
		height: 53px;
	}
	.mirai_frontPage .mainImage .icon_pin:hover {
		transform: scale(1);
	}
	.mirai_frontPage .mainImage .icon_pin.new:before {
		content: '';
		top: -16px;
		left: -5px;
		width: 40px;
		height: 19px;
	}
	.mirai_frontPage .modal .innerModal {
		width: calc(100% - 20px - 20px);
		min-height: 200px;
		border-radius: 8px;
		padding: 20px 15px;
	}
	.mirai_frontPage .modal .innerModal:before {
		right: 10px;
		top: -15px;
		content: '';
		display: block;
		width: 66px;
		height: 104px;
	}
	.mirai_frontPage .modal .innerModal .modalClose {
		top: -70px;
		right: 0;
		width: 48px;
		height: 48px;
		background-size: 48px 48px;
	}
	.mirai_frontPage .modal .innerModal>h2 {
		width: calc(100% - 66px);
		font-size: 18px;
		font-weight: 700;
	}
	.mirai_frontPage .modal .innerModal .contents {
		align-items: flex-start;
		margin: 0 auto 25px;
	}
	.mirai_frontPage .modal .innerModal .contents figure {
		width: 100px;
		height: 100px;
	}
	.mirai_frontPage .modal .innerModal .contents figure:before {
		right: -10px;
		top: -8px;
		width: 26px;
		height: 26px;
	}
	.mirai_frontPage .modal .innerModal .contents figure img {
		width: 100px;
		height: 100px;
		object-fit: contain;
	}
	.mirai_frontPage .modal .innerModal .contents figure figcaption {
		position: relative;
		width: 100%;
		font-size: 12px;
		font-weight: 700;
		text-align: center;
		top: auto;
		left: auto;
		transform: rotate(0);
		margin: 5px auto 0;
	}
	.mirai_frontPage .modal .innerModal .contents>div {
		max-width: calc(100% - 100px - 15px);
	}
	.mirai_frontPage .modal .innerModal .contents>div p {
		font-size: 15px;
	}
	.mirai_frontPage .modal .innerModal>nav .btn_link {
		right: 15px;
		font-size: 18px;
	}
	.mirai_frontPage .mirai_articleList_title {
		font-size: 20px;
	}
	.mirai_frontPage .index-article-list {
		width: calc(100% - 15px - 15px);
		padding: 30px;
	}
	.mirai_frontPage .p-article-item .p-article-item__img {
		width: 100%;
		height: 43vw;
	}
	.mirai_frontPage .p-article-item__img-inner {
		width: 100%;
		height: 43vw;
	}
	.mirai_frontPage .p-article-item .p-article-item__body {
		width: 100%;
	}
	.mirai_frontPage .p-article-item .p-article-item__date {
		font-size: 3.64583vw;
		min-width: 76px;
	}
	.mirai_frontPage .p-article-item .p-article-item__ttl {
		font-size: 5.20833vw;
	}
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.delay-250 {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	-o-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.delay-500 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.delay-750 {
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
.delay-1000 {
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	-o-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.delay-1250 {
	-webkit-animation-delay: 1.25s;
	-moz-animation-delay: 1.25s;
	-o-animation-delay: 1.25s;
	animation-delay: 1.25s;
}
.delay-1500 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.delay-1750 {
	-webkit-animation-delay: 1.75s;
	-moz-animation-delay: 1.75s;
	-o-animation-delay: 1.75s;
	animation-delay: 1.75s;
}
.delay-2000 {
	-webkit-animation-delay: 2.0s;
	-moz-animation-delay: 2.0s;
	-o-animation-delay: 2.0s;
	animation-delay: 2.0s;
}
.delay-2500 {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
.bounceIn.go {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}
@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(0.3);
	}
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	70% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}
