@charset "UTF-8";
/* CSS Document */


/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　vision.html　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

h2{
	margin: 0 auto 100px 0;
	color: #5f1980;
	font-size: clamp(24px, 4.8vw, 48px);
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
}

.contents_vision{
	width: 95%;
	max-width: 1300px;
	margin: 0 auto;
}

.interview_abe,
.interview_miyata{
	margin: 50px 0 100px 0;
	
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: calc(15px + 5vw);
}

.interview_abe img,
.interview_miyata img{
	width: 100%;
}

.interview_abe > div:nth-child(2),
.interview_miyata > div:nth-child(2){
	line-height: 3;
}
.ceo_name{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: right;
	line-height: 4;
	font-size: 1.1em;
}
.ceo_name span{
	font-size: 0.8em;
}

@media screen and (max-width:990px){
	.interview_abe,
	.interview_miyata{
		display: block;
	}
}

.contents_vision > div:last-child p{
	margin: 30px 0 30px 0;
	text-align: right;
}

.hyou{
	display: block;
	margin: 45px 0;
}









.scroll-infinity{
	margin: -50px 0 0 0;
}
.scroll-infinity li{
	height: 700px;
	padding-right: calc(5px + 1vw);
}
.scroll-infinity img{
	width: auto;
	height: 700px;
}

@keyframes infinity-scroll-right {
from {
  transform: translateX(-100%);
}
  to {
  transform: translateX(0%);
}
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--right{
  animation :infinity-scroll-right 80s infinite linear 0.1s both;
}
.scroll-infinity__item {
  width: calc(100vw / 4);
}
.scroll-infinity__item > img {
  width: 100%;
}


@media screen and (max-width:990px){
	.scroll-infinity li{
		height: 350px;
		padding-right: calc(5px + 1vw);
	}
	.scroll-infinity img{
		width: auto;
		height: 350px;
	}
}








/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　vision.html　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/













@media screen and (max-width:990px){
.P{display: none!important;}}
@media screen and (min-width:991px){
.S{display: none!important;}}

