@charset "utf-8";
/*MV*/
.block_mv {
	width:100%;
	position: relative;
	height:100vh;
	height:100svh;
	max-height: 1079px;
	background-image: url("../img/top/mv.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center center; 
    background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:90px;
}
.block_mv h1{
    position: absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	color:#E60000;
	font-size:12.8vw;
	line-height: .6;
	letter-spacing: .05em;
}
.block_mv .mv_text{
	display: flex;
	align-items: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	color:#fff;
	font-size:40px;
	line-height: .48;
	letter-spacing: .1em;
}
.block_mv .mv_text span:nth-of-type(2){
	margin:0 20px;
	display: flex;
	align-items: center;
}

.block_mv .mv_text span:nth-of-type(2)::before,
.block_mv .mv_text span:nth-of-type(2)::after{
	content:"";
	display: block;
  	background-image: url("../img/top/mv_dec01.png");
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center center; 
	width:.925em;
	height:.875em;
	margin:0 20px 0 0;
}
.block_mv .mv_text span:nth-of-type(2)::after{
	margin:0 0 0 20px;
}






@media screen and (max-width:980px) {
.block_mv .mv_text {
  font-size: 4vw;
}
}
@media screen and (max-width:768px) {
.block_mv {
    height:157.8vw;
	background-image: url("../img/top/mv_sp.jpg");
	margin-bottom:10.6vw;
	
}
	
	.block_mv .mv_text {
		flex-flow: column;
		  font-size: 7.46vw;
}

.block_mv .mv_text span:nth-of-type(2) {
  margin: 20px 0;
  flex-flow: column;
}
	.block_mv .mv_text span:nth-of-type(2)::before {
  margin: 0 0 20px 0;
}	
.block_mv .mv_text span:nth-of-type(2)::after {
  margin: 20px 0 0 0;
}	
}

/*コンテンツ*/


/*Top_事業紹介*/
.block_00 {}
.block_service .block_inner {
	width:1100px;
	max-width: 90%;
	margin: 0 auto;

}

/*リスト*/
.box_list {
	/* padding:50px 0 150px; */
	padding:0 0 150px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.box_list li{
	width:30%;
	font-size:14px;
	display: flex;
	flex-flow: column;
}
.box_list li figure{
	position: relative;
}
.box_list li figure img {
	border-radius: 10px;
}
.box_list li figcaption{
	position: absolute;
	bottom:0;
	right:0;
	padding:.5em .3em;
	font-size:10px;
	color:#000;
}
.box_list li h3{
	font-size:1.285em;
	margin:1.666em 0 1.1em;
	font-weight: bold;
}
.box_list li .text01{
	margin-bottom:30px;
}

.box_list li .btn01 {
	margin:auto 0 0 auto;
	display: flex;
	align-items: center;
}
.box_list li .btn01 .link_dec{
	position: relative;
	height:58px;
	width:58px;
	border:1px dotted #000;
	border-radius: 999px;
	margin-left:22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box_list li .btn01 .link_dec::before{
	content:"";
	display: block;
	position: absolute;
  	background-color:#555555;
	top:50%;
	left:-8px;
	transform: translateY(-50%);
	width:35px;
	height:1px;
}
.box_list li .btn01 .link_dec::after {
	content:"";
	display: block;
  	background-color:#E60000;
	width:6px;
	height:6px;
	border-radius: 99px;
}
.box_list li .btn01:hover .link_dec::after {
  animation: ani_link01 1s;
  transition-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@keyframes ani_link01 {
  0% {
	  transform: translateX(-40px);
  }
  100% {
	  transform: translateX(0);
  }
}

@media screen and (max-width:768px) {
	
.box_list {
	/* padding:10.6vw 0 32vw; */
	padding:0 0 32vw;
}

	
	
.box_list li{
	width:100%;

}
	.box_list li:nth-of-type(n+2){
	margin-top:40px;
}
}