body {
	width: 100%;
	background: #fff;
}
body.animated { background: linear-gradient(90deg, rgb(222, 221, 221), rgb(41, 49, 59) 50%, rgb(211, 211, 211)) }

/*** //// top ////// ***/
.top{
	margin-top: -80px;
	display: block;
	width: 100%;
	height: 900px;
	background: linear-gradient(90deg, rgba(127, 248, 216, 0.8) 40%, rgba(255, 255, 255, 0.9) 50%, rgba(174, 229, 255, 0.8) 60%);
	overflow: hidden;
}
.top_content{
	position: relative;
	margin-top: 0px;
	margin-left: 50%;
}
.top_image1{position: absolute;	top:130px;	left: -302px;}
.top_text1{position: absolute;	top:160px;	left: -180px}
.top_image2{position: absolute;	top:160px;	left: 78px}
.top_text2{position: absolute;	top:160px;	left: 38px}
.top_image3{position: absolute;	top:600px;	left: -310px}
.top_text3{position: absolute;	top:770px;	left: -240px}
.top_image4{position: absolute;	top:600px;	left: 70px}
.top_text4{position: absolute;	top:770px;	left: 30px}
.top_logo{position: absolute;	top:280px;	left: -120px; width: 300px;}
.top_text5{position: absolute;	top:500px;	left: -180px}
.top_text6{position: absolute;	top:550px;	left: -85px}

.top_image1, .top_image2, .top_image3, .top_image4 { width: 250px; height: 250px; }
.top_image1 img { height: 100%; width: auto; }
.top_image2 img, .top_image3 img, .top_image4 img { width: 100%; height: auto; }

/*** //// 背景 ////// ***/
.bg1{
	background: url(../images/top/bg1.jpg) center   repeat;
	/* padding-top: 50px; */
}
.bg2{
	background: linear-gradient(90deg, rgba(190,250,224,1),rgba(181,230,249,1));
}
.bg3{
	background: url(../images/top/bg3.jpg) center  repeat;
}


/*** //// ウェブサービス ////// ***/

.service_content{
	width: 100%;
	background: rgba(256,256,256,0.8);
	/* height: 615px; */
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}

.service{
	margin: auto;
	/* width: 1106px; */
	padding-left: 10px;
}
.service_title{
	display: block;
	padding-top: 28px;
    padding-left: 30px;

}
.service_title_large{
	width: 442px;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	font-style: oblique ;
	border-bottom: solid 3px #000;
}
.service_title_small{
	font-size: 18px;
	line-height: 50px;
	font-weight: 800;
}
.service_link{
	padding-bottom: 34px;
}
.service_link_content{
	width: 90%;
	margin: auto;
}
.service_link_image{
	text-align: center;
	margin: 40px auto 0;
}
.service_link_link{
	background:  linear-gradient(90deg,#0B8060, #3C8C80);;
	width: 100%;
	height: 68px;
	margin: 10px auto;
	line-height: 68px;
	text-align: center;
	position: relative;
}
.service_link_link a {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
}
.service_link_link:before{
	content: '';
	background: url(../images/top/link_arrow.png) no-repeat;
	background-position: center;
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	left: 30px;
	pointer-events: none;
}
.service_link_link:after{
	content: '';
	background: url(../images/top/link.png) no-repeat;
	background-position: center;
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	right: 30px;
	pointer-events: none;
}
.service_link_more{
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	width: 100%;
	margin: 10px auto;
	background:  linear-gradient(90deg,#29323C, #485563);
	height: 68px;
	line-height: 68px;
	text-align: center;
}


/*** //// おすすめ情報 ////// ***/

.pickup_content{
	width: 100%;
	margin-top: 50px;
	background: rgba(256,256,256,0.8);
	height: calc(574px + 48vw);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}

.pickup_content .banner {
  width: 96%;
  max-width: 100%;
  padding-top: 52.33%;
  position: relative;
}

.pickup_content .banner a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.pickup_content .banner img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pickup{
	box-sizing: border-box;
	margin: auto;
	width: 100%;
	padding-left: 4%;
}
.pickup_title{
	display: block;
	padding-top: 78px;

}
.pickup_title_large{
	width: 442px;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	font-style: oblique ;
	border-bottom: solid 3px #000;
}
.pickup_title_small{
	font-size: 18px;
	line-height: 50px;
	font-weight: 800;
}
.pickup_link{
	padding-top: 35px;
	padding-right: 4%;
}
.pickup_link_content{
	float: left;
	width: 50%;
    height: 169px;
}
.pickup_margin{
	padding-left:0px;
}
.pickup_link_link{
	background:  linear-gradient(90deg,#0B8060, #3C8C80);
	width: 289px;
	height: 135px;
	margin: auto;
	position: relative;
}
.pickup_link_text{
	font-size: 16px;
	color: #fff;
	width: 130px;
	padding-top: 16px;
	padding-left: 14px;
	line-height: 22px;
	position: absolute;
	top: 0;
	left: 0;
}
.pickup_link_image{
    margin: 2px;
    width: 170px;
	height: 131px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}
.pickup_link_image img{
	height: 100%;
}

/*** //// 最新情報 ////// ***/

.news_content{
	width: 100%;
	margin-top: 50px;
	padding-bottom: 50px;
	background: rgba(256,256,256,0.8);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}

.news{
	margin: auto;
	width: 99%;
	padding-left: 0px;
	position: relative;
}
.news_title{
	display: block;
	padding-top: 78px;
	padding-left: 3%;

}
.news_title_large{
	width: 442px;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	font-style: oblique ;
	border-bottom: solid 3px #000;
}
.news_title_small{
	font-size: 18px;
	line-height: 50px;
	font-weight: 800;
}
.news_link{
	padding-top: 44px;
}
.news_link_content{
	width: 100%;
	padding-bottom: 100px;
}
.news_margin{
	padding-left:34px;
}

.news_border{
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #ddd;
}
.news_list{
	display: block;
	height: 95px;
    padding-top: 7px;
    padding-left: 4%;
}
.news_date{
	float: left;
    font-size: 19px;
    letter-spacing: -2px;
    padding-top: 5%;
    width: 10%;
    color: #007853;
}
.news_label{
	float: left;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding-top: 2px;
    margin-left: 45px;
    width: 196px;
    height: 23px;
    background: linear-gradient(90deg,#0B8060, #3C8C80);
    border-radius: 3px;
}
.news_text{
	float: left;
	font-size: 18px;
    margin-left: 46px;
    padding-top: 8px;
    width: 68%;
	height: 63px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: normal;
    position: relative;
}
.news_arrow{
	float: left;
	display: block;
	margin-left: 3%;
	padding-top: 2%;
}
.news_arrow img{
	width: 150%;
}
.news_archives{
	width: 60%;
	height: 50px;
	line-height: 50px;
	margin: auto;
    margin-left: 20%;
    text-align: center;
    font-size: 23px;
    color: #fff;
    display: block;
    background: linear-gradient(90deg,#0B8060, #3C8C80);
    border-radius: 52px;
	position: absolute;
	bottom: 0;
}

/*** //// 事業内容////// ***/

.top_business_content{
	width: 100%;
	background: linear-gradient(90deg,#0B9760, #81CEC9);
	height: 260px;
	box-shadow: 0px 10px 20px 10px rgba(100,100,100,0.4);
}
.top_business{
	box-sizing: border-box;
	margin: auto;
	width: 100%;
	padding-left: 4%;
}
.top_business_title{
	display: block;
	padding-top: 82px;
	color: #fff;
}
.top_business_title_large{
	width: 442px;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	font-style: oblique ;
	border-bottom: solid 3px #fff;
}
.top_business_title_small{
	font-size: 18px;
	line-height: 50px;
	font-weight: 800;

}


.top_business1{
	display: block;
	width: 94%;
	height: 430px;
	margin: auto;
	margin-top: 190px;
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.6);
	position: relative;
}
.top_business_title_right{
	display: block;
	padding-top: 120px;
	padding-left: 6%;
}
.top_business_title_right_large{
	width: 442px;
	font-size: 50px;
	line-height: 56px;
	font-style: oblique ;
}
.top_business_title_right_small{

	font-size: 18px;
	line-height: 50px;
}
.top_business_text_right_small{
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 30px;
	font-size: 20px;
	height: 90px;
}

.top_business_border{
	margin-left: 3%;
    padding-top: 20px;
    width: 94%;
	border-bottom: solid 3px #0BA260;
}
.top_business_arrow{
	margin-left: 2%;
	padding-top: 20px;
}
.top_business_image1{
	position: absolute;
	top: -100px;
    left: 100px;
}

.top_business_image1 img{
	width: 60%;
}

.top_business_image2{
	position: absolute;
	top: -170px;
    right: 0;
}
.top_business_image2 img{
	width: 70%;
}

.top_business2{
	display: block;
	width: 94%;
	height: 430px;
	margin: auto;
	margin-top: 200px;
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.6);
	position: relative;
}
.top_business_title_left{
	text-align: right;
	display: block;
	padding-top: 120px;
	padding-right: 44px;
}
.link-it .top_business_title_left { padding-right: 20px; }
.top_business_title_left_large{
	text-align: right;
	font-size: 50px;
	line-height: 56px;
	font-style: oblique ;
	letter-spacing: -1px;
}
.top_business_title_left_small{
	text-align: right;
	font-size: 18px;
	line-height: 50px;
}
.top_business_text_left_small{
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 30px;
	font-size: 20px;
	height: 90px;
}

.top_business_border_left{
	text-align: right;
    margin-right: 3%;
    padding-top: 20px;
    margin-left: 3%;
    width: 94%;
    border-bottom: solid 3px #0BA260;
}
.top_business_arrow_left{
	text-align: right;
	margin-right: 2%;
	padding-top: 20px;
}
.top_business_image3{
	position: absolute;
	top: 300px;
    left: 0;
}
.top_business_image3 img{
	width: 65%;
}

.top_business_image4{
	position: absolute;
	top: -100px;
	left: 80px;
	width: 150px;
	height: 300px;
}
.top_business_image4 img{
	width: 100%;
}

.top_business_image5{
	position: absolute;
	top: 50px;
	right: 50px;
	width: 200px;
}
.top_business_image5 img{
	width: 100%;
}

.top_business_image6{
	position: absolute;
	top: -70px;
    left: 350px;
}

.top_business_image7{
	position: absolute;
	top: -100px;
    left: 50px;
}
.top_business_image6 img{
	width: 64%;
}
.project_story_edit{
	position: absolute;
	top: 360px;
	left: 180px;
	z-index: 10;
}
.project_story_edit.vol2{
	right: 180px;
	left: auto;
}

.top_business_bottom{
	width: 100%;
	margin-top: 246px;
	background: linear-gradient(90deg,#0B9760, #81CEC9);
	height: 126px;
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.6);
}

#top_business_image2{
	position: absolute;
	top: -200px;
    right: 0;
}

#top_business_image3 {
	position: absolute;
	top: -200px;
    left: 10px;
	cursor: move;
}

#top_business_image5 {
	position: absolute;
	top: -170px;
	right: 100px;
	cursor: move;
}

#top_business_image7 {
	position: absolute;
	top: -130px;
	left: 0px;
	cursor: move;
}

/*** //// 企業情報////// ***/
.company_information{
	width: 100%;
	background: rgba(256,256,256,0.8);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.6);
}

.company{
	box-sizing: border-box;
	margin: auto;
	width: 100%;
	padding-left: 4%;
}
.company_title{
	display: block;
	padding-top: 78px;

}
.company_title_large{
	width:442px;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	font-style: oblique ;
	border-bottom: solid 3px #000;
}
.company_title_small{
	width: 92%;
	font-size: 18px;
	line-height: 50px;
}

.company_image .pc { display: none; }

.company_image{
	width: 90%;
	height: 900px;
	margin: 0 auto;
    padding-left: 0%;
}

.company_image img{
	height:100%;
}

/*** //// 企業情報////// ***/
.sns_content{
	width: 100%;
	margin-top: 50px;
	background: rgba(256,256,256,0.8);
	height: 900px;
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.6);
}

.sns{
	box-sizing: border-box;
	margin: auto;
	width: 100%;
	padding-left: 4%;
	padding-top: 20px;
	padding-bottom: 50px;
}
.sns_title_large{
	width: 442px;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	font-style: oblique ;
	border-bottom: solid 3px #000;
}
.sns_link{
	text-align: center;
}
.sns_link_link{
	display: inline;
	margin: 0 20px;
}
.sns_link_arrow{
	float: left;
	font-size: 18px;
	padding-left: 25px;
	padding-top: 16px;
}
.sns_link_text{
	text-align: center;
	padding: 14px 10px 10px 10px;
	font-size: 18px;
	color: #fff;
}

.contents_link a{
	float: left;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 18px;
}

#on_promotion, #on_video, #on_edit, #on_it {
	position: -webkit-sticky;
	position: sticky;
	top: 20vh;
	height: 80vh;
	transition: transform 0.1s ease;
}
