/*　トップ　*/
#top04_240710 {
	margin-top: 80px;
	padding-top: 50px;
    margin-bottom: -80px;
}
#top04_240710 .blog-wrap {
	display: flex;
	justify-content: flex-start;
	margin-top: 37px
}
@media screen and (max-width:992px) {
	#top04_240710 .blog-wrap {
		flex-wrap: wrap
	}
}
#top04_240710 .blog-wrap a {
	width: calc((100% - 108px)/ 3);
	color: #222
}
@media screen and (min-width:992.999999999px) {
	#top04_240710 .blog-wrap a:not(:last-child) {
		margin-right: 54px
	}
}
@media screen and (min-width:650.9999999999px) and (max-width:992px) {
	#top04_240710 .blog-wrap a {
		width: calc((100% - 54px)/ 2)
	}
	#top04_240710 .blog-wrap a:not(:last-child) {
		margin-bottom: 50px
	}
	#top04_240710 .blog-wrap a:not(:nth-child(2n)) {
		margin-right: 54px
	}
}
@media screen and (max-width:650px) {
	#top04_240710 .blog-wrap a {
		width: 100%
	}
	#top04_240710 .blog-wrap a:not(:last-child) {
		margin-bottom: 50px
	}
}
#top04_240710 .blog-wrap a .pic {
	margin-bottom: 29px;
	transition: all .3s ease-in;
	transform: translate(0, 0)
}
#top04_240710 .blog-wrap a .pic img {
	transition: all .3s ease-in;
	width: 100%;
	height: auto
}
#top04_240710 .blog-wrap a .title {
	margin-bottom: 15px
}
#top04_240710 .blog-wrap a .title span {
	font-size: 18px;
	font-weight: 700
}
#top04_240710 .blog-wrap a .text {
	margin-bottom: 37px
}
#top04_240710 .blog-wrap a .text span {
	font-size: 16px;
	line-height: 1.875
}
#top04_240710 .blog-wrap a .blog-btn {
	width: 154px;
	height: 43px;
	background: #fff;
	position: relative;
	border: 1px solid #707070;
	border-radius: 100vh;
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	overflow: hidden
}
#top04_240710 .blog-wrap a .blog-btn span {
	transition: all .6s ease-in;
	color: #222
}
#top04_240710 .blog-wrap a .blog-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	width: 100px;
	height: 100px;
	background-color: #171c61;
	border-radius: 50%;
	z-index: 0;
	transform: scale(0) translate(-50%, -50%);
	transform-origin: left top;
	transition: .3s
}
#top04_240710 .blog-wrap a .blog-btn::after {
	content: url(../images/top/arrow-btn.svg);
	position: absolute;
	right: 10px;
	font-size: 0
}
#top04_240710 .blog-wrap a:hover {
	color: #171c61
}
#top04_240710 .blog-wrap a:hover .pic {
	box-shadow: 0 3px 10px rgba(34, 34, 34, .6);
	transform: translate(0, -5px)
}
#top04_240710 .blog-wrap a:hover .pic img {
	filter: brightness(110%)
}
#top04_240710 .blog-wrap a:hover .blog-btn {
	border-color: #171c61
}
#top04_240710 .blog-wrap a:hover .blog-btn span {
	z-index: 1;
	position: relative;
	color: #fff
}
#top04_240710 .blog-wrap a:hover .blog-btn::before {
	transition: .6s;
	transform: scale(10) translate(-50%, -50%)
}
#top04_240710 .blog-wrap a:hover .blog-btn::after {
	content: url(../images/top/arrow-btn-on.svg)
}

/*トップ埋込動画*/
.top-concept .video-wrap video{
    max-width: 100%;
}

/*グローバルナビ*/
header .header-primary .navi nav ul li:nth-child(2) a {
    padding-right: 27px;
}
@media screen and (max-width: 992px) {
    header .header-primary .navi nav ul li:nth-child(2) {
        display: none !important;
    }
}

/*Pasteriot・Geminiotヘッダーロゴ*/
@media screen and (min-width: 541px) {
    header .header-primary .logo.lower2 {
        width: 240px;
    }
}

/*スマホドロップダウンmcframe*/
#spmenu li.mcf img {
	width: 130px;
	height: 20px;
  }