body,img,h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    color: #1a1a1a;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    letter-spacing: 0.1vw;
}
body{
    overflow-x: hidden;
	font-size: 13px;
}
img{
    image-rendering: -webkit-optimize-contrast;
    width:100%;
    height:auto;
}
a{
    text-decoration: none;
    color: #1a1a1a;
}

/*ーーーーーーーーーー
.box05 長期休業のお知らせ
ーーーーーーーーーーー*/
.box05{
	width: 100%;
    margin: 70px auto 0 auto;
    padding: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #e60000;
    letter-spacing: 0.5px;
    text-align: center;
    background-color: #f2f2f2;
}
.box05-text01{
	font-size: 20px;
	letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
	.box05{
		width: 100%;
        margin: 50px auto 0 auto;
        padding: 5%;
        font-size: 1.2em;
        font-weight: 600;
        color: #e60000;
        letter-spacing: 0.5px;
	}
	.box05-text01{
		font-size: 1.5em;
		letter-spacing: 1px;
	}
}
/*ーーーーーーーーーー
.gotop 戻るボタン
ーーーーーーーーーーー*/
.gotop{
	display: block;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #000000;
	border-radius: 50%;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	color: #000000;
	opacity: 0.7;
	position: fixed;
	bottom: 20px;
	right: -65px;
	z-index: 10000;
}
.gotop a{
	position: relative;
}
a.gotop {
	color: #000000;
	text-decoration: none;
}
.gotop::before{
	content: "";
	display: block;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	width: 25%;
	height: 25%;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	transform: rotate(-45deg);
}
.gotop:hover{
	opacity: 1;
	text-decoration: none;
}

/* ---------------------------------------- */
@media screen and (min-width: 1201px) { 
	h1{
		width: 220px;
	}
	h2{
		width: 750px;
		color: #1a1a1a;
		font-size: 20px;
		font-weight: 600;
	}
	/*ーーーーーーーーーー
	textアニメーション
	ーーーーーーーーーーー*/
	.box04-titlebox{
		position: relative;
		width: 900px;
		margin: 0 auto 70px auto;
		text-align: center;
	}
	.box04-title{
		padding: 50px 0 50px 0;
    	font-size: 30px;
	}
	.stroke {
		max-width: 900px;
	  }
	  .stroke .border {
		content: "";
		position: absolute;
		opacity: 0;
	  }
	  .stroke .border.top,
	  .stroke .border.bottom {
		width: calc(100% - 20px);
	  }
	  .stroke .border.top {
		border-top: 2px solid #e60000;
		right: 0;
		top: 0;
	  }
	  .stroke .border.bottom {
		border-bottom: 2px solid #e60000;
		left: 0;
		bottom: 0;
	  }
	  .stroke .border.right,
	  .stroke .border.left {
		height: calc(100% - 20px);
	  }
	  .stroke .border.right {
		border-right: 2px solid #e60000;
		right: 0;
		top: 0;
	  }
	  .stroke .border.left {
		border-left: 2px solid #e60000;
		left: 0;
		bottom: 0;
	  }
	   
	  .stroke.is-animated .border {
		opacity: 1;
	  }
	   
	  .stroke.is-animated .border.top,
	  .stroke.is-animated .border.bottom {
		animation: stroke-width 5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
	  }
	  .stroke.is-animated .border.right,
	  .stroke.is-animated .border.left {
		animation: stroke-height 5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
	  }
	   
	  @keyframes stroke-width {
		0% {
		  width: 0;
		  opacity: 1;
		}
		0% {
			width: 0;
			opacity: 1;
		  }
		100% {
		  width: calc(100% - 20px);
		  opacity: 1;
		}
	  }
	   
	  @keyframes stroke-height {
		0% {
		  height: 0;
		  opacity: 1;
		}
		0% {
			width: 0;
			opacity: 1;
		  }
		100% {
		  height: calc(100% - 20px);
		  opacity: 1;
		}
	  }

	  @keyframes stroke-width {
		0% {
		  width: 0;
		  opacity: 0;
		}
		20% {
			width: 0;
			opacity: 0;
		  }
		100% {
		  width: calc(100% - 20px);
		  opacity: 1;
		}
	  }
	   
	  @keyframes stroke-height {
		0% {
		  height: 0;
		  opacity: 0;
		}
		20% {
			width: 0;
			opacity: 0;
		  }
		100% {
		  height: calc(100% - 20px);
		  opacity: 1;
		}
	  }


	h4{
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 0;
		display: -webkit-box; /* 必須 */
		-webkit-box-orient: vertical; /* 必須 */
		-webkit-line-clamp: 3; /* 行数を制限 */
		overflow: hidden; /* はみ出た部分を非表示 */
	 }
	header{
		width: 100%;
	}
	#headbox{
		margin: 0;
		padding: 0;
	}
	.hea-right{
		display: flex;
		align-items: center;
	}
	.hea-box04{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	a.hea-text05{
		display: block;
        width: 110px;
        margin-left: 20px;
        padding-top: 2px;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 60px;
        letter-spacing: 2px;
        border-radius: 10px;
		background-color: #e60000;
    	color: #ffffff;
	}
	a.hea-text05:visited{
		background-color: #e60000;
    	color: #ffffff;
	}
	a.hea-text05:hover{
		color: #ffffff;
    	opacity: 0.7;
	}
	a.hea-text06{
		display: block;
        width: 110px;
        margin-left: 10px;
        padding-top: 2px;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 60px;
        letter-spacing: 2px;
        border-radius: 10px;
		background-color: #237aff;
    	color: #ffffff;
	}
	a.hea-text06:visited{
		background-color: #237aff;
    	color: #ffffff;
	}
	a.hea-text06:hover{
		color: #ffffff;
    	opacity: 0.8;
	}
   
	/*ーーーーーーーーーー
	.header 追従ナビ
	ーーーーーーーーーーー*/
	.inner {
		width: 98%;
		margin: 0 auto;
	}
	.inner:after {
		content: "";
		clear: both;
		display: block;
	}
	
	/* header */
	#top-head {
		position: absolute;
		width: 100%;
		line-height: 1;
		z-index: 999;
		padding: 10px 0;
	}
	#top-head a,
	#top-head {
		text-decoration: none;
	}

	#top-head .inner {

	}
	.navbox{
		width: 640px;
		margin: auto;
		font-size: 13px;
	}
	#global-nav ul {
		width: 640px;
        display: flex;
        justify-content: center;
        list-style: none;
        padding-left: 0px;
        margin: 5px 0 0 0;
		letter-spacing: 1.5px;
	}
	
	/* Fixed */
	#top-head.fixed {
		margin-top: 0;
		top: 0;
		position: fixed;
		height: 77px;

	}
	#top-head .inner.fixed {
		margin-top: 0;
		top: 0;
		left: 0;
		right: 0;
		position: fixed;
		padding-top: 7px;
	}
	#global-nav ul.fixed {
		top: -33px;
	}
	/* ハンバーガー */
	#nav-toggle {
		display: none;
		position: absolute;
		right: 12px;
		top: 14px;
		width: 34px;
		height: 36px;
		cursor: pointer;
		z-index: 101;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #666;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 11px;
	}
	#nav-toggle span:nth-child(3) {
		top: 22px;
	}
	/* アコーディオン */
	#global-nav{
		position: relative;
        width: 650px;
        padding: 12px 0 12px 5px;
        background-color: #D7D7D7;
        border-radius: 10px;
	}
	#global-nav ul > li{
		display: inline-block;
	}
	#global-nav ul > li > a{
		padding: 10px 0;
		display: block;
		text-transform: uppercase;
		color: #000;
	}
	#global-nav ul > li:hover > a{
		opacity: 0.7;
	}
	#global-nav ul.nav-01 > li:hover > a,
	#global-nav ul.nav-02 > li:hover > a,
	#global-nav ul.nav-03 > li:hover > a{
		color: #e60000;
	}
	/* アコーディオンSubmenu */
	/* アコーディオンSubmenu nav-01 */
	#global-nav ul li ul.nav-01{
		width: 180px;
		position: absolute;
		padding: 20px 0 20px 20px;
		top: 45px;
        left: 30px;
		background-color: #ffffff;
		box-shadow: 0 2px 12px 1px rgba(0, 0, 0, .2);
		border-radius: 10px;
	}
	/* アコーディオンSubmenu nav-02 */
	#global-nav ul li ul.nav-02{
		width: 220px;
		position: absolute;
		padding: 20px 0 20px 20px;
		top: 45px;
        left: 190px;
		background-color: #ffffff;
		box-shadow: 0 2px 12px 1px rgba(0, 0, 0, .2);
		border-radius: 10px;
	}
	/* アコーディオンSubmenu nav-03 */
	#global-nav ul li ul.nav-03{
		width: 160px;
		position: absolute;
		padding: 20px 0 20px 20px;
		top: 45px;
        right: -60px;
		background-color: #ffffff;
		box-shadow: 0 2px 12px 1px rgba(0, 0, 0, .2);
		border-radius: 10px;
	}
	#global-nav ul li ul.nav-01 li,
	#global-nav ul li ul.nav-02 li,
	#global-nav ul li ul.nav-03 li{
		display: block;
		padding: 0 0;
	}
	#global-nav ul li ul.nav-01 li a,
	#global-nav ul li ul.nav-02 li a,
	#global-nav ul li ul.nav-03 li a{
    	color: #000000;
	}
	#global-nav ul li ul.nav-01,
	#global-nav ul li ul.nav-02,
	#global-nav ul li ul.nav-03{
		display: none;
	}
	#global-nav ul li:hover ul.nav-01,
	#global-nav ul li:hover ul.nav-02,
	#global-nav ul li:hover ul.nav-03{
		display: block;
	}
	/* アコーディオン　Fixed */
	#global-nav ul li ul.nav-01.fixed,
	#global-nav ul li ul.nav-02.fixed,
	#global-nav ul li ul.nav-03.fixed{
		top: 45px;
	}
	.global-list{
		display: none;
	}
	.topbox{
		position: relative;
	}
	.topbox-box01{
		position: absolute;
		top: 13%;
		width: 57%;
	}
	img.topbox-catch{
		display: block;
		width: 85%;
    	padding-left: 10%;
	}
	img.topbox-catch02{
		display: block;
		width: 100%;
		padding-bottom: 8%;
	}
	.topbox-box02{
		position: relative;
		top: 80px;
		width: 100%;
	}
	.topbox-box03{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 85%;
		margin: 5% auto 0 auto;
	}
	.topbox-box03 img{
		display: block;
		width: 24%;
		padding-bottom: 20px;
	}
	.topbox-text01 {
		position: absolute;
		top: 200px;
		right: 5%;
		font-size: 12px;
		writing-mode: vertical-rl;
	}

	.topbox2{
		width: 70%;
		margin: auto;
		padding: 100px 0 0 0;
	}
	.box01{
		position: relative;
		top: 80px;
		background-color: #e3e3e3;
		width: 100%;
		padding: 20px 0;
		margin-bottom: 150px;
	}
	.box01-1{
		width: 1200px;
		margin: 0 auto 0 auto;
		padding-bottom: 40px;
	}
	a.box01-img{
		display: block;
		width: 50px;
		height: 50px;
		margin-left: 50px;
		box-sizing: border-box;
		border: 1px solid #1a1a1a;
		border-radius: 50%;
		padding: 17px 5px 0 0;
		text-align: center;
		text-decoration: none;
	}
	a.box01-img:hover{
		background: #FFFFFF;
	}
	a.box01-img::before{
		content: "";
		display: block;
		border-top: 1px solid #1a1a1a;
		border-right: 1px solid #1a1a1a;
		width: 25%;
		height: 35%;
		margin: auto;
		transform: rotate(45deg);
	}
	.box01-2{
		display: flex;
		align-items: center;
	}
	.box01-text01{
		width: 250px;
		margin-bottom: 35px;
		padding: 8px 8px 6px 8px;
		background-color: #e60000;
		color: #ffffff;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 0;
		text-align: center;
	}
	.box01-text02{
		font-size: 28px;
	}
	.box03{
		position: static;
		margin: 0;
		text-align: center;
		padding: 4% 0 0 0;
	}
	.box03-text01{
		font-size: 19px;
	}
	.slider {
		width: 100%;
		margin-top: 10px;
		height: 120px;
	}
	element{
		backface-visibility: visible;/*初期値 背面が可視になる*/
		backface-visibility: hidden;/*背面が非表示になる*/
	}
	.box03-img {
		width: 150px;
    	padding: 30px;
		backface-visibility: hidden;/*追加*/
	 }
	.box04{
		background-color: #f0f3f8;
		padding: 130px 0 130px 0;
    	margin-bottom: 120px;
	 }
	.box04-01{
		display: flex;
		justify-content: space-between;
		width: 1100px;
		margin: auto;
	}
	 .box04-02{
		width: 350px;
	}
	.box04-02 img{
		border-radius: 10px 10px 0px 0px;
	}
	.box04-03{
		padding: 35px;
		border-radius: 0px 0px 10px 10px;
		background-color: #FFF;
	}
	.box04-03 a{
		display: block;
		width: 50%;
		height: 42px;
		line-height: 40px;
		margin: 30px auto 0 auto;
		text-align: center;
		font-weight: 600;
		font-size: 15px;
		border: 2px solid #e60000;
    	border-radius: 25px;
		color: #e60000;
	}
	.box04-03 a:visited{
		color: #e60000;
		background-color: #FFF;
	}
	.box04-03 a:hover{
		background-color: #e60000;
		color: #FFF;
	}
	.box04-text01{
		width: 200px;
		height: 30px;
		padding: 2px 0 0 8px;
		background-color: #e60000;
		color: #ffffff;
		font-weight: 600;
		font-size: 15px;
		line-height: 30px;
		border-radius: 0px 8px 8px 0px;
		box-shadow: 3px -2px 12px 2px rgba(0, 0, 0, .3);
		position: relative;
		top: -210px;
    	left: 0;
		letter-spacing: 0;
	}
	.box04-text01-3{
		width: 95px;
		height: 30px;
		padding: 2px 0 0 8px;
		background-color: #e60000;
		color: #ffffff;
		font-weight: 600;
		font-size: 15px;
		line-height: 30px;
		border-radius: 0px 8px 8px 0px;
		box-shadow: 3px -2px 12px 2px rgba(0, 0, 0, .3);
		position: relative;
		top: -210px;
    	left: 0;
		letter-spacing: 0;
	}
	.box04-text02{
		width: 100%;
		padding: 0 0 0 20px;
		color: #ffffff;
		font-size: 23px;
		letter-spacing: 3px;
		position: relative;
		bottom: 44px;
    	margin-bottom: -44px;
		left: 0;
	}
	.box04-text03{
		font-size: 12px;
	}
	.card_item .title {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.card_item .desc {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.app-bn{
		width: 750px;
		margin: 4% auto;
	}
	.app-bn a:hover {
		opacity: 0.7;
	}
	.mvp-box{
		margin-top: 4%;
        padding: 4% 0 1% 0;
        background-color: #f0f3f8;
	}
	.mvp-box1{
		display: flex;
		justify-content: space-between;
		width: 950px;
		margin: auto;
		padding: 3%;
		border: #e60000 solid 1px;
	}
	.mvp-leftbox{
		width: 45%;
	}
	.mvp-text1{
		font-size: 20px;
        line-height: 25px;
		font-weight: 600;
		color: #e60000;
	}
	.mvp-text2{
		padding-top: 3%;
		font-size: 15px;
		line-height: 20px;
		font-weight: 100;
		color: #000000;
	}
	.mvp-rightbox{
		width: 52%;
	}
	.mvp-box2{
		display: flex;
		justify-content: space-between;
		width: 900px;
		margin: 3% auto;
	}
	.mvp-box2 img{
		display: block;
		width: 23%;
	}

	.homeCasestudy-top {
        padding: 90px 0 0 0;
    }
	.homeCasestudy-top-container{
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
	}
	div#top-midashi-imasugu{
		font-size: 65px;
        font-weight: 600;
        letter-spacing: 10px;
        text-align: center;
        padding: 60px 0 40px 0;
	}
	div#top-midashi-gyoumu{
		font-size: 22px;
		padding-bottom: 20px;
	}
	.Casestudy-col-lg-5{
		max-width: 100%;
	}
	.top-container{
        width: 700px;
	}
	.top-case-button {
		padding-bottom: 40px;
	}
	.top-case-btn {
		display: inline-block;
		position: relative;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		padding: 15px 0;
		font-weight: 600;
		color: #FFF;
		border-radius: 50px;
		background-color: #FF0000;
		width: 180px;
		margin-top: 10px;
	}
	a:hover.top-case-btn{
		background-color: #D7D7D7;
	}
	img.top-an-img {
		display: block;
        width: 480px;
        padding-left: 10px;
    }
	.top-bottomwaku{
		padding-top: 20px;
		border-top: #FF0000 10px solid;
	}
	.sns-titletext img{
		display: block;
        width: 750px;
        margin: auto;
        padding: 20px 0 10px 0;
	}
}

/* ---------------------------------------- */
@media screen and (max-width: 1200px) {
	h1{
		width: 18.5vw;
		padding-bottom: 7px;
	}
	h2{
		width: 730px;
		color: #1a1a1a;
		font-size: 17px;
		font-weight: 600;
	}
	/*ーーーーーーーーーー
	textアニメーション
	ーーーーーーーーーーー*/
	.box04-titlebox{
		position: relative;
		width: 700px;
		margin: 0 auto 70px auto;
		text-align: center;
	}
	.box04-title{
		padding: 50px 0 50px 0;
		font-size: 25px;
	}
	.stroke {
		max-width: 700px;
	  }
	  .stroke .border {
		content: "";
		position: absolute;
		opacity: 0;
	  }
	  .stroke .border.top,
	  .stroke .border.bottom {
		width: calc(100% - 20px);
	  }
	  .stroke .border.top {
		border-top: 2px solid #e60000;
		right: 0;
		top: 0;
	  }
	  .stroke .border.bottom {
		border-bottom: 2px solid #e60000;
		left: 0;
		bottom: 0;
	  }
	  .stroke .border.right,
	  .stroke .border.left {
		height: calc(100% - 20px);
	  }
	  .stroke .border.right {
		border-right: 2px solid #e60000;
		right: 0;
		top: 0;
	  }
	  .stroke .border.left {
		border-left: 2px solid #e60000;
		left: 0;
		bottom: 0;
	  }
	   
	  .stroke.is-animated .border {
		opacity: 1;
	  }
	   
	  .stroke.is-animated .border.top,
	  .stroke.is-animated .border.bottom {
		animation: stroke-width 5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
	  }
	  .stroke.is-animated .border.right,
	  .stroke.is-animated .border.left {
		animation: stroke-height 5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
	  }
	   
	  @keyframes stroke-width {
		0% {
		  width: 0;
		  opacity: 1;
		}
		0% {
			width: 0;
			opacity: 1;
		  }
		100% {
		  width: calc(100% - 20px);
		  opacity: 1;
		}
	  }
	   
	  @keyframes stroke-height {
		0% {
		  height: 0;
		  opacity: 1;
		}
		0% {
			width: 0;
			opacity: 1;
		  }
		100% {
		  height: calc(100% - 20px);
		  opacity: 1;
		}
	  }

	  @keyframes stroke-width {
		0% {
		  width: 0;
		  opacity: 0;
		}
		20% {
			width: 0;
			opacity: 0;
		  }
		100% {
		  width: calc(100% - 20px);
		  opacity: 1;
		}
	  }
	   
	  @keyframes stroke-height {
		0% {
		  height: 0;
		  opacity: 0;
		}
		20% {
			width: 0;
			opacity: 0;
		  }
		100% {
		  height: calc(100% - 20px);
		  opacity: 1;
		}
	  }

	h4{
		font-size: 1.15vw;
		font-weight: normal;
		letter-spacing: 0;
		display: -webkit-box; /* 必須 */
		-webkit-box-orient: vertical; /* 必須 */
		-webkit-line-clamp: 3; /* 行数を制限 */
		overflow: hidden; /* はみ出た部分を非表示 */
	 }
	 header{
		width: 100%;
	}
	#headbox{
		margin: 0;
		padding: 0;
	}
	.hea-right{
		display: flex;
        align-items: center;
	}
	.hea-box04{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap:wrap;
	}
	a.hea-text05{
		display: block;
		width: 90px;
		padding-top: 3px;
		background-color: #e60000;
		color: #ffffff;
		text-align: center;
		font-size: 14px;
		font-weight: 600;
		line-height: 40px;
		letter-spacing: 0.5px;
		border-radius: 7px;
		margin: 0 5px 0 0;
	}
	a.hea-text05:visited{
		background-color: #e60000;
    	color: #ffffff;
	}
	a.hea-text05:hover{
		color: #ffffff;
    	opacity: 0.8;
	}
	a.hea-text06{
		display: block;
		width: 90px;
		padding-top: 3px;
		background-color: #237aff;
    	color: #ffffff;
		text-align: center;
		font-size: 14px;
		font-weight: 600;
		line-height: 40px;
		letter-spacing: 1px;
		border-radius: 7px;
		margin: 0 0 0 auto;
	}
	a.hea-text06:visited{
		background-color: #237aff;
    	color: #ffffff;
	}
	a.hea-text06:hover{
		color: #ffffff;
    	opacity: 0.8;
	}
	
	/*ーーーーーーーーーー
	.header 追従ナビ
	ーーーーーーーーーーー*/
	.inner {
		width: 98%;
		margin: 0 auto;
	}
	.inner:after {
		content: "";
		clear: both;
		display: block;
	}
	
	/* header */
	#top-head {
		position: relative;
		line-height: 1;
		z-index: 999;
		padding: 10px 0;
	}
	#top-head a,
	#top-head {
		text-decoration: none;
	}
	#top-head .inner {
	}
	.navbox{
		width: 570px;
		margin: auto;
		font-size: 14px;
	}
	#global-nav {
		position: relative;
		width: 560px;
        font-size: 13px;
        letter-spacing: 0;
        padding: 2px 0;
        background-color: #D7D7D7;
        border-radius: 5px;
	}
	#global-nav ul {
		width: 560px;
		display: flex;
		justify-content: center;
		list-style: none;
		padding-left: 0px;
		padding-top: 5px;
		margin-bottom: 0;
	}
	
	/* Fixed */
	#top-head.fixed {
		margin-top: 0;
		top: 0;
		position: fixed;
		height: 65px;
	}
	#top-head .inner.fixed {
		padding-top: 0px;
	}
	#global-nav ul.fixed {
		top: 42px;
		right: 0;
		margin: 0 0 5px 0;
	}
	/* Toggle Button */
	#nav-toggle {
		display: none;
		position: absolute;
		right: 12px;
		top: 14px;
		width: 34px;
		height: 36px;
		cursor: pointer;
		z-index: 101;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #666;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 11px;
	}
	#nav-toggle span:nth-child(3) {
		top: 22px;
	}
	/* アコーディオン */
	#global-nav ul > li{
		display: inline-block;
	}
	#global-nav ul > li > a{
		padding: 10px 0;
		display: block;
		text-transform: uppercase;
		color: #000000;
	}
	#global-nav ul > li:hover > a{
		opacity: 0.8;
	}
	#global-nav ul.nav-01 > li:hover > a,
	#global-nav ul.nav-02 > li:hover > a,
	#global-nav ul.nav-03 > li:hover > a{
		color: #e60000;
	}
	/* アコーディオンSubmenu */
	/* アコーディオンSubmenu nav-01 */
	#global-nav ul li ul.nav-01{
		width: 180px;
		position: absolute;
		padding: 10px 0 10px 20px;
		top: 37px;
        left: 20px;
		background-color: #ffffff;
		box-shadow: 0 2px 12px 1px rgba(0, 0, 0, .2);
		border-radius: 10px;
	}
	/* アコーディオンSubmenu nav-02 */
	#global-nav ul li ul.nav-02{
		width: 225px;
		position: absolute;
		padding: 10px 0 10px 20px;
		top: 37px;
        left: 160px;
		background-color: #ffffff;
		box-shadow: 0 2px 12px 1px rgba(0, 0, 0, .2);
		border-radius: 10px;
	}
	/* アコーディオンSubmenu nav-03 */
	#global-nav ul li ul.nav-03{
		width: 140px;
		position: absolute;
		padding: 10px 0 10px 20px;
		top: 37px;
        right: -60px;
		background-color: #ffffff;
		box-shadow: 0 2px 12px 1px rgba(0, 0, 0, .2);
		border-radius: 10px;
	}
	#global-nav ul li ul.nav-01 li,
	#global-nav ul li ul.nav-02 li,
	#global-nav ul li ul.nav-03 li{
		display: block;
		padding: 0 0;
	}
	#global-nav ul li ul.nav-01 li a,
	#global-nav ul li ul.nav-02 li a,
	#global-nav ul li ul.nav-03 li a{
    	color: #000000;
	}
	#global-nav ul li ul.nav-01,
	#global-nav ul li ul.nav-02,
	#global-nav ul li ul.nav-03{
		display: none;
	}
	#global-nav ul li:hover ul.nav-01,
	#global-nav ul li:hover ul.nav-02,
	#global-nav ul li:hover ul.nav-03{
		display: block;
	}
	/* アコーディオン　Fixed */
	#global-nav ul li ul.nav-01.fixed,
	#global-nav ul li ul.nav-02.fixed,
	#global-nav ul li ul.nav-03.fixed{
		top: 50px;
	}
	.global-list{
		display: none;
	}
	.topbox{
		position: relative;
	}
	.topbox-box01{
		position: absolute;
		top: 3%;
    	width: 74%;
	}
	img.topbox-catch{
		display: block;
		width: 80%;
    	padding-left: 10%;
	}
	img.topbox-catch02{
		display: block;
		width: 80%;
    	padding-bottom: 4%;
	}
	.topbox-box02{
		position: relative;
		top: 30px;
		right: 0;
		width: 100%;
	}
	.topbox-box03{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 90%;
    	margin: 3% auto 0 auto;
	}
	.topbox-box03 img{
		display: block;
		width: 24%;
		padding-bottom: 20px;
	}
	.topbox-text01 {
		position: absolute;
		top: 70px;
		right: 5%;
		font-size: 11px;
		writing-mode: vertical-rl;
	}
	.box01{
		position: relative;
		top: 30px;
		background-color: #e3e3e3;
		width: 100%;
		padding: 20px 0;
		margin-bottom: 70px;
	}
	.box01-1{
		width: 95%;
		margin: 0 auto 0 auto;
		padding-bottom: 30px;
	}
	a.box01-img{
		display: block;
		width: 50px;
		height: 50px;
		margin-left: 10px;
		box-sizing: border-box;
		border: 1px solid #1a1a1a;
		border-radius: 50%;
		padding: 17px 5px 0 0;
		text-align: center;
		text-decoration: none;
	}
	a.box01-img:visited{
		background: #1a1a1a;
	}
	a.box01-img:hover{
		background: #FFFFFF;
	}
	a.box01-img::before{
		content: "";
		display: block;
		border-top: 1px solid #1a1a1a;
		border-right: 1px solid #1a1a1a;
		width: 25%;
		height: 35%;
		margin: auto;
		transform: rotate(45deg);
	}
	.box01-2{
		display: flex;
		align-items: center;
	}
	.box01-text01{
		width: 250px;
		margin-bottom: 20px;
		padding: 8px 8px 6px 8px;
		background-color: #e60000;
		color: #ffffff;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 0;
		text-align: center;
	}
	.box01-text02{
		font-size: 28px;
	}
	.box03{
		margin: 4% 0 0 0;
		text-align: center;
	}
	.box03-text01{
		font-size: 16px;
	}
	.slider {
		width: 100%;
		margin-top: 0;
		height: 80px;
	}
	element{
		backface-visibility: visible;/*初期値 背面が可視になる*/
		backface-visibility: hidden;/*背面が非表示になる*/
	}
	.box03-img {
		width: 140px;
    	padding: 15px 30px 30px 30px;
		backface-visibility: hidden;/*追加*/
	 }
	.box04{
		background-color: #f0f3f8;
		padding: 100px 0 100px 0;
		margin-bottom: 80px;
	}
	.box04-01{
		display: flex;
		justify-content: space-between;
		width: 95%;
		margin: auto;
	}
	.box04-02{
		width: 31%;
		position: relative;
	}
	.box04-02 img{
		display: block;
		border-radius: 10px 10px 0px 0px;
	}
	.box04-03{
		padding: 10%;
		border-radius: 0px 0px 10px 10px;
		background-color: #FFF;
	}
	.box04-03 a{
		display: block;
		width: 50%;
		line-height: 300%;
		margin: 3vw auto 0 auto;
		text-align: center;
		font-weight: 600;
		font-size: 1.3vw;
		border: 2px solid #e60000;
		border-radius: 25px;
		color: #e60000;
	}
	.box04-03 a:visited{
		color: #e60000;
		background-color: #FFF;
	}
	.box04-03 a:hover{
		background-color: #e60000;
		color: #FFF;
	}
	.box04-text01{
		width: 58%;
		padding: 2% 0 2% 2%;
		background-color: #e60000;
		color: #ffffff;
		font-weight: 600;
		font-size: 1.3vw;
		border-radius: 0px 8px 8px 0px;
		box-shadow: 3px -2px 12px 2px rgba(0, 0, 0, .3);
		position: absolute;
		bottom: 85%;
		z-index: 10;
		left: 0;
		letter-spacing: 0;
	}
	.box04-text01-3{
		width: 31%;
		padding: 2% 0 2% 2%;
		background-color: #e60000;
		color: #ffffff;
		font-weight: 600;
		font-size: 1.3vw;
		border-radius: 0px 8px 8px 0px;
		box-shadow: 3px -2px 12px 2px rgba(0, 0, 0, .3);
		position: absolute;
		bottom: 85%;
		z-index: 10;
		left: 0;
		letter-spacing: 0;
	}
	.box04-text02{
		width: 100%;
		padding: 0 0 0 4%;
		color: #ffffff;
		font-size: 1.9vw;
		letter-spacing: 0.1em;
		position: absolute;
		bottom: 50%;
		z-index: 11;
		left: 0;
	}
	.box04-text03{
		font-size: 12px;
	}
	.card_item .title {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.card_item .desc {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.topbox2 {
        width: 90%;
        margin: auto;
        padding: 50px 0 0 0;
    }
	.app-bn{
		width: 85%;
        margin: 10% auto;
	}
	.app-bn a:hover {
		opacity: 0.7;
	}
	.mvp-box{
		margin-top: 4%;
        padding: 4% 0 1% 0;
        background-color: #f0f3f8;
	}
	.mvp-box1{
		display: flex;
		justify-content: space-between;
		width: 90%;
		margin: auto;
		padding: 3%;
		border: #e60000 solid 1px;
	}
	.mvp-leftbox{
		width: 45%;
	}
	.mvp-text1{
		font-size: 20px;
        line-height: 25px;
		font-weight: 600;
		color: #e60000;
	}
	.mvp-text2{
		padding-top: 3%;
		font-size: 15px;
		line-height: 20px;
		font-weight: 100;
		color: #000000;
	}
	.mvp-rightbox{
		width: 52%;
	}
	.mvp-box2{
		display: flex;
		justify-content: space-between;
		width: 80%;
		margin: 3% auto;
	}
	.mvp-box2 img{
		display: block;
		width: 23%;
	}
	.homeCasestudy{
		background-color: #f0f3f8;
		padding: 4% 0;
	}
	section.infoList {
		padding: 0;
	}

	.homeCasestudy-top {
        padding: 0;
    }
	.homeCasestudy-top-container{
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
	}
	div#top-midashi-imasugu{
		font-size: 65px;
        font-weight: 600;
        letter-spacing: 10px;
        text-align: center;
        padding: 30px 0 40px 0;
	}
	div#top-midashi-gyoumu{
		font-size: 19px;
		padding-bottom: 30px;
	}
	.Casestudy-col-lg-5{
		max-width: 100%;
	}
	.top-container{
        width: 550px;
	}
	.top-case-button {
		padding-top: 10px;
	}
	.top-case-btn {
		display: inline-block;
		position: relative;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		padding: 15px 0;
		font-weight: 600;
		color: #FFF;
		border-radius: 50px;
		background-color: #FF0000;
		width: 180px;
	}
	a:hover.top-case-btn{
		background-color: #D7D7D7;
	}
	img.top-an-img {
		display: block;
        width: 430px;
        padding-left: 5px;
    }
	.top-bottomwaku{
		padding-top: 20px;
		border-top: #FF0000 10px solid;
	}
	.sns-titletext img{
		display: block;
        width: 750px;
        margin: auto;
        padding: 20px 0 10px 0;
	}
}
/* ---------------------------------------- */
@media screen and (max-width: 980px) {
	h1{
		width: 40%;
		padding: 0 0 0 2%;
		line-height: 0;
	}
	h2{
		width: 85%;
		color: #1a1a1a;
		font-size: 17px;
		font-weight: 600;
	}
	/*ーーーーーーーーーー
	textアニメーション
	ーーーーーーーーーーー*/
	.box04-titlebox{
		position: relative;
		width: 90%;
		margin: 0 auto 70px auto;
		text-align: center;
	}
	.box04-title{
		padding: 40px 0 40px 0;
		font-size: 3.6vw;
		font-weight: 600;
	}
	.stroke {
		max-width: 90%;
	  }
	  .stroke .border {
		content: "";
		position: absolute;
		opacity: 0;
	  }
	  .stroke .border.top,
	  .stroke .border.bottom {
		width: calc(100% - 20px);
	  }
	  .stroke .border.top {
		border-top: 2px solid #e60000;
		right: 0;
		top: 0;
	  }
	  .stroke .border.bottom {
		border-bottom: 2px solid #e60000;
		left: 0;
		bottom: 0;
	  }
	  .stroke .border.right,
	  .stroke .border.left {
		height: calc(100% - 20px);
	  }
	  .stroke .border.right {
		border-right: 2px solid #e60000;
		right: 0;
		top: 0;
	  }
	  .stroke .border.left {
		border-left: 2px solid #e60000;
		left: 0;
		bottom: 0;
	  }
	   
	  .stroke.is-animated .border {
		opacity: 1;
	  }
	   
	  .stroke.is-animated .border.top,
	  .stroke.is-animated .border.bottom {
		animation: stroke-width 5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
	  }
	  .stroke.is-animated .border.right,
	  .stroke.is-animated .border.left {
		animation: stroke-height 5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
	  }
	   
	  @keyframes stroke-width {
		0% {
		  width: 0;
		  opacity: 1;
		}
		0% {
			width: 0;
			opacity: 1;
		  }
		100% {
		  width: calc(100% - 20px);
		  opacity: 1;
		}
	  }
	   
	  @keyframes stroke-height {
		0% {
		  height: 0;
		  opacity: 1;
		}
		0% {
			width: 0;
			opacity: 1;
		  }
		100% {
		  height: calc(100% - 20px);
		  opacity: 1;
		}
	  }

	  @keyframes stroke-width {
		0% {
		  width: 0;
		  opacity: 0;
		}
		20% {
			width: 0;
			opacity: 0;
		  }
		100% {
		  width: calc(100% - 20px);
		  opacity: 1;
		}
	  }
	   
	  @keyframes stroke-height {
		0% {
		  height: 0;
		  opacity: 0;
		}
		20% {
			width: 0;
			opacity: 0;
		  }
		100% {
		  height: calc(100% - 20px);
		  opacity: 1;
		}
	  }

	h4{
		font-size: 3.2vw;
		font-weight: normal;
		letter-spacing: 0;
		display: -webkit-box; /* 必須 */
		-webkit-box-orient: vertical; /* 必須 */
		-webkit-line-clamp: 3; /* 行数を制限 */
		overflow: hidden; /* はみ出た部分を非表示 */
	 }
	header{
		width: 100%;
	}
	.hea-right {
		display: flex;
		justify-content: flex-start;
        align-items: center;
		width: 55%;
	}
	.hea-box04 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: absolute;
		top: 0;
		width: 100%;
		height: 15vw;
        line-height: 15vw;
	}
	a.hea-text05{
		display: block;
        width: 45%;
        margin-right: 3%;
        background-color: #e60000;
        color: #ffffff;
        text-align: center;
        font-size: 3vw;
        font-weight: 600;
        line-height: 10vw;
        height: 10vw;
        letter-spacing: 0;
        border-radius: 2vw;
		padding-top: 0px;
	}
	a.hea-text06{
        display: block;
        width: 45%;
        margin-right: 25%;
        background-color: #237aff;
        color: #ffffff;
        text-align: center;
        font-size: 3vw;
        font-weight: 600;
        line-height: 10vw;
        height: 10vw;
        letter-spacing: 0;
        border-radius: 2vw;
		padding-top: 0px;
	}
	
	/*ーーーーーーーーーー
	.header 追従ナビ
	ーーーーーーーーーーー*/
	.inner {
		width: 95%;
		margin: 0 auto;
	}
	.inner:after {
		content: "";
		clear: both;
		display: block;
	}
	
	/* header */
	#top-head {
		position: relative;
		line-height: 1;
		z-index: 999;
	}
	#top-head a,
	#top-head {
		text-decoration: none;
	}
	#top-head .inner {
		position: absolute;
		top: -1px;
		z-index: 10;
		left: 0;
    	right: 0;
	}
	.navbox{
		width: 0%;
		margin: auto;
	}
	.navbox#global-nav {
		width: 100%;
	}
	#global-nav ul {
		width: 100%;
		display: flex;
		flex-direction: column;
		list-style: none;
		position: absolute;
		top: 250px;
		padding-left: 0px;
	}
	
	/* Fixed */
	#top-head.fixed {
		margin-top: 0;
		top: 0;
		position: fixed;
		height: 56px;
		background: #fff;
		background: rgba(255,255,255,10);
		/*transition: top 0.65s ease-in;*/
		/*-webkit-transition: top 0.65s ease-in;*/
		/*-moz-transition: top 0.65s ease-in;*/
	}
	#top-head .inner.fixed {
		margin-top: 0;
		top: -0;
		right: 0;
		position: fixed;
		padding-top: 0px;
	}
	#global-nav ul.fixed {
		top: 40px;
		right: 0;
	}
	/* Toggle Button */
	#nav-toggle {
		display: none;
		position: absolute;
		right: 2%;
        top: 25%;
        width: 9vw;
        height: 9vw;
		cursor: pointer;
		z-index: 101;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #e60000;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0.5vw;
	}
	#nav-toggle span:nth-child(2) {
		top: 3.5vw;
	}
	#nav-toggle span:nth-child(3) {
		top: 6.5vw;
	}
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: #ffffff;
		width: 100%;
		height: 15vw;
		z-index: 999;
		position: relative;
		box-shadow: 0 2px 12px 1px rgba(0, 0, 0, .2);
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -129vw;
		left: 0px;
		background-color: rgba(255, 255, 255, 0.89);
		width: 100%;
		text-align: left;
		padding: 10px 0 10px 10px;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #000000;
		margin: 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(129vw);
		-webkit-transform: translateY(129vw);
		transform: translateY(129vw);
	}
	/* アコーディオン */
	#global-nav ul > li{
		display: inline-block;
	}
	#global-nav ul > li > a{
		padding: 0;
		display: block;
		text-transform: none;
	}
	#global-nav ul > li:hover > a{
		color: #e60000;
	}
	/* アコーディオンSubmenu */
	#global-nav ul li ul{
		width: 100%;
		padding: 0;
		background-color: #ffffff;
		box-shadow: none;
		border-radius: 0;
	}
	#global-nav ul li ul li{
		display: block;
		padding:0 0 0 15px;
	}
	#global-nav ul li ul li a{
    	color: #000000;
	}
	#global-nav ul li ul{
		display: block;
	}
	#global-nav ul li:hover ul{
		display: block;
	}
	/* アコーディオン　Fixed */
	#global-nav ul li ul.fixed{
		top: auto;
	}
	/* アコーディオンSubmenu */
	/* アコーディオンSubmenu nav-01 */
	#global-nav ul li ul.nav-01{
		width: auto;
		position: static;
		padding: 0 0 0 15px;
		top: 30px;
		left: 0px;
		background-color: transparent;
		box-shadow: none;
		border-radius: 0;
	}
	/* アコーディオンSubmenu nav-02 */
	#global-nav ul li ul.nav-02{
		width: auto;
		position: static;
		padding: 0 0 0 15px;
		top: 30px;
		left: 0px;
		background-color: transparent;
		box-shadow: none;
		border-radius: 0;
	}
	/* アコーディオンSubmenu nav-03 */
	#global-nav ul li ul.nav-03{
		width: auto;
		position: static;
		padding: 0 0 0 15px;
		top: 30px;
		left: 0px;
		background-color: transparent;
		box-shadow: none;
		border-radius: 0;
	}
	.global-list{
		display: inline;
	}
	.topbox{
		position: relative;
	}
	.topbox-box01{
		position: absolute;
		top: 18%;
    	width: 100%;
	}
	img.topbox-catch{
		display: block;
		width: 90%;
		margin: auto;
		padding-left: 0;
	}
	img.topbox-catch02{
		display: block;
		width: 95%;
    	padding-bottom: 4%;
	}
	.topbox-box02{
		position: relative;
		top: 67vw;
		left: -65vw;
		width: 165vw;
	}
	.topbox-box03{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 65%;
		margin: 5% 0 0 3%;
	}
	.topbox-box03 img{
		display: block;
		width: 48%;
		padding-bottom: 3%;
	}
	.topbox-text01 {
		position: absolute;
		top: 70vw;
		height: 300px;
		right: 5%;
		font-size: 10px;
		writing-mode: vertical-rl;
		margin-top: 6%;
	}
	.top-text02{
		display: none;
	}
	.box01{
		position: static;
		background-color: #e3e3e3;
		width: 100%;
		margin-top: 65vw;
	}
	.box01-1{
		width: 95vw;
		margin: 0 auto 0 auto;
		padding-bottom: 30px;
	}
	a.box01-img{
		display: block;
		width: 50px;
		height: 50px;
		margin-left: 10px;
		box-sizing: border-box;
		border: 1px solid #1a1a1a;
		border-radius: 50%;
		padding: 17px 5px 0 0;
		text-align: center;
		text-decoration: none;
	}
	a.box01-img::before{
		content: "";
		display: block;
		border-top: 1px solid #1a1a1a;
		border-right: 1px solid #1a1a1a;
		width: 25%;
		height: 35%;
		margin: auto;
		transform: rotate(45deg);
	}
	.box01-2{
		display: flex;
		justify-content: space-between;
	}
	.box01-text01{
		width: 45%;
		margin-bottom: 20px;
		padding: 1.5vw;
		background-color: #e60000;
		color: #ffffff;
		font-size: 3vw;
		font-weight: 600;
		letter-spacing: 0;
		text-align: center;
	}
	.box01-text02{
		font-size: 4.8vw;
	}
	.box03{
		width: 95%;
		margin: 10vw auto 0 auto;
		text-align: center;
	}
	.box03-text01{
		margin-bottom: 0;
		font-size: 1.5em;
	}
	.slider {
		width: 100%;
		margin-top: 10px;
	}
	element{
		backface-visibility: visible;/*初期値 背面が可視になる*/
		backface-visibility: hidden;/*背面が非表示になる*/
	}
	.box03-img {
		width: 80px;
    	padding: 10px;
		backface-visibility: hidden;/*追加*/
	}
	.box04{
		background-color: #f0f3f8;
		padding: 15vw 0 15vw 0;
		margin-bottom: 10vw;
	}
	.box04-01{
		display: block;
		width: 95%;
		margin: auto;
	}
	.box04-02{
		width: 100%;
		margin-bottom: 7vw;

	}
	.box04-02 img{
		display: block;
		border-radius: 10px 10px 0px 0px;
	}
	.box04-03{
		padding: 5%;
		border-radius: 0px 0px 10px 10px;
		background-color: #FFF;
	}
	.box04-03 a{
		display: block;
		width: 40%;
		height: 400%;
		line-height: 400%;
		margin: 5vw auto 0 auto;
		text-align: center;
		font-weight: 600;
		font-size: 3.5vw;
		color: #e60000;
		background-color: #FFF;
		border: 2px solid #e60000;
		border-radius: 35px;
	}
	.box04-text01{
		width: 57%;
		padding: 2% 0 2% 2%;
		background-color: #e60000;
		color: #ffffff;
		font-weight: 600;
		font-size: 4vw;
		border-radius: 0px 8px 8px 0px;
		box-shadow: 3px -2px 12px 2px rgba(0, 0, 0, .3);
		position: absolute;
		bottom: 85%;
		z-index: 10;
		left: 0;
		letter-spacing: 0;
	}
	.box04-text01-3{
		width: 27%;
		padding: 2% 0 2% 2%;
		background-color: #e60000;
		color: #ffffff;
		font-weight: 600;
		font-size: 4vw;
		border-radius: 0px 8px 8px 0px;
		box-shadow: 3px -2px 12px 2px rgba(0, 0, 0, .3);
		position: absolute;
		bottom: 85%;
		z-index: 10;
		left: 0;
		letter-spacing: 0;
	}
	.box04-text02{
		width: 100%;
		padding: 0 0 0 4%;
		color: #ffffff;
		font-size: 5.5vw;
		letter-spacing: 0.1em;
		position: absolute;
		bottom: 43%;
		z-index: 11;
		left: 0;
	}
	.card_item .title {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.card_item .desc {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.topbox2 {
        width: 95%;
        margin: auto;
        padding: 15vw 0 0 0;
    }
	.mvp-box{
		margin-top: 10%;
		padding: 12% 0 8% 0;
		background-color: #f0f3f8;
	}
	.mvp-box1{
		display: block;
		width: 90%;
		margin: auto;
		padding: 3%;
		border: #e60000 solid 1px;
	}
	.mvp-leftbox{
		width: 100%;
	}
	.mvp-text1{
		font-size: 20px;
        line-height: 25px;
		font-weight: 600;
		color: #e60000;
		text-align: center;
	}
	.mvp-text2{
		padding-top: 3%;
		padding-bottom: 2%;
		font-size: 15px;
		line-height: 20px;
		font-weight: 100;
		color: #000000;
	}
	.mvp-rightbox{
		width: 100%;
	}
	.mvp-box2{
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
		width: 80%;
		margin: 3% auto;
	}
	.mvp-box2 img{
		display: block;
		width: 45%;
		padding-bottom: 3%;
	}
	.homeCasestudy{
		background-color: #f0f3f8;
		padding: 8% 0;
	}
	.infoList {
		padding: 8% 0;
	}

	.homeCasestudy-top {
        padding: 0;
    }
	.homeCasestudy-top-container{
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
		flex-direction: column-reverse;
	}
	div#top-midashi-imasugu{
		font-size: 7vw;
        font-weight: 600;
        letter-spacing: 1vw;
        text-align: center;
        padding: 20vw 0 0 0;
	}
	div#top-midashi-gyoumu{
		font-size: 17px;
        padding-bottom: 4vw;
        padding-top: 10vw;
        line-height: 23px;
	}
	.Casestudy-col-lg-5{
		max-width: 100%;
	}
	.top-container{
        width: 95%;
	}
	.top-case-button {
		padding-top: 10px;
		text-align: center;
	}
	.top-case-btn {
		display: inline-block;
		position: relative;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		padding: 15px 0;
		font-weight: 600;
		color: #FFF;
		border-radius: 50px;
		background-color: #FF0000;
		width: 180px;
	}
	a:hover.top-case-btn{
		background-color: #D7D7D7;
	}
	img.top-an-img {
		display: block;
        width: 80%;
        padding-left: 5px;
    }
	.top-bottomwaku{
		padding-top: 20px;
		border-top: 0;
	}
	.sns-titletext img{
		display: block;
        width: 95%;
        margin: auto;
        padding: 0 0 10px 0;
	}
}


