@charset "UTF-8";

/* Business Enterprise
 * Dir: /solutions/sustainability
 ****************************/
body {
  background: none;
}
#container {
  background: #fff no-repeat top;
}
#main .box .col2 {
	margin-bottom: 0;
}
#main .box .col2 + .col2 {
	padding-top: 40px;
}
#main .box .col2.last {
	padding-bottom: 40px;
}
#main .box .col2.white {
	padding-top: 0;
	background: #fff;
}
#main .box .col2.green {
	padding-top: 0;
	background: #e5f6ee;
}
#main .box .col2.green p,
#main .box .col2.green li {
	color: #666;
}
#main .box .col2.green li {
	margin-bottom: 10px;
}
#main .box .col2 p {
	margin-top: 0;
}
small {
	font-size: 84%;
}
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.v-middle {
	vertical-align: middle;
}
.mx-auto {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.letter-spacing--01{
	letter-spacing: -1px;
}
#main .title-green {
    font-size: 36px;
	font-weight: bold;
	color: #2b9352;
	padding: 1.4em 0 0.6em 0;
}
#main .border_block {
    width: 816px;
	margin-top: 10px;
	background: #fff;
	box-shadow: 0px 0px 9px -6px #777777;
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#main .white .border_block {
	background: #e5f6ee;
}
#main .border_block h3{
    font-size: 22px;
	font-weight: bold;
	color: #2b9352;
    margin: -0.165em 0 0.6em 0;
}
#main .border_block h4{
    font-size: 16px;
	font-weight: bold;
    margin: 0 0 0.2em 0;
}
#main .border_block.feature-list {
	padding: 0;
}
#main .border_block.feature-list .horizontal {
	width: 100%;
 	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#main .border_block.feature-list .text {
	padding: 50px 10px 50px 50px;
	width: calc(100% - 390px);
}
#main .border_block.feature-list .text p:last-child {
	margin-bottom:0;
}
#main .border_block.feature-list .trim_box {
    width: 330px;
    position: relative;
    overflow: hidden;
}
#main .border_block.feature-list .trim_box:before {
	content:"";
	position: absolute;
	z-index:1;
	top: -20px;
	left: 0;
	margin-left: -40px;
	width: 80px;
	height: 120%;
	background: #fff;
	transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
}
#main .border_block.feature-list .trim_box img {
	width: 350px;
	height: 352px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#main .border_block.feature-list .trim_box.big img {
	width: 350px;
	height: 420px;
}
#main .video_canvas {
    display: inline-block;
    position: relative;
}
#main .video_canvas img {
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#main .video_canvas video {
    position: absolute;
    width: 66.4%;
    top: 13.8%;
    left: 17.5%;
}


/*
 * ã¡ã¤ã³ãã¸ã¥ã¢ã«
 */
div.solution-visual {
  width: 100%;
  min-width: 960px;
  height: 414px !important;
  overflow: hidden;
  margin: 0 auto -89px;
}

div.solution-visual img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1000px;
  width: 2000px;
}

@media screen and (max-width: 767px) {
  div.solution-visual {
    min-width: 0;
    height: 0 !important;
    padding-top: 43.1%;  /* 414/960 */
    margin-bottom: -9.2%;  /* (414-325)/960 */
  }

  div.solution-visual img {
    left: 0;
    min-width: 208%;  /* 2000/960 */
    margin-left: -54%;  /* (208-100)/2 */
  }
}


/*
 * ã³ã³ãã³ã
 */
.sp_only {
	display: none;
}
#main h3.subvisual {
  margin-bottom: 0;
}
#main .box {
  width: 816px;
	margin: 0 auto;
}


body.solutions .text a.arrow_right{
  background-position: 2px 6px;
}
/*
*/
#container {
	overflow: hidden;
}
#parallax01{
	position: absolute;
	top: 600px;
    left: -140px;
}
#parallax02{
	position: absolute;
	top: 3200px;
    right: -140px;
}
#parallax03{
	position: absolute;
	top: 5600px;
    left: -140px;
}

.scroll-in {
  opacity: 0.8;
  transform: translate(0, 0);
}

@media screen and (max-width:960px) {
	#main .border_block.feature-list .horizontal {
	  gap: 0 0;
	}
	#main .border_block {
	  max-width: 100%;
	  box-sizing: border-box;
	}
	.solutions div.solution-visual img {
	  max-width: initial ;
	}
	.solution_map_bottom .premium {
	  max-width: 46%;
	}
	.solution_map_bottom .standard,
	.solution_map_bottom .basic {
	  max-width: 23%;
	}
	.solution_map_bottom .premium_wrap {
	  justify-content: space-between;
	}
	.solution_map_bottom .premium_wrap > div {
	  max-width: 48%;
	}
	.solutions .solution_map_bottom .type_box .type_image {
	  height: auto;
	}
	.solutions .solution_map_bottom .type_box .type_image a{
	  height: 154px;
	}
	.solutions .solution_map_bottom .type_box .type_image img{
	  max-height: 100%;
	}
	.solutions .solution_map_bottom .type_box .type_connect img{
	  max-height: 100%;
	}
  }
  @media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
	.solutions div.solution-visual img {
	  max-width: 100%;
	}  
	.sp_only {
	  display: block;
	}

	.solutions br.pc_only{
	  display:none;
	}

	.solutions .v-middle {
	  vertical-align: middle;
	}
  }
  @media screen and (max-width:480px) {
    body.solutions #main div.pickup h4 {
	  font-size: 14.08px !important;
	  padding: 10px !important;
	  }
	.solutions .twenty-container h3{
	  text-align:center;
	}
	.solutions .twenty-container .monitor_caption{
	  display:none;
	}
	.solutions .twenty-container .monitor_caption_mobile{
	  display:block !important;
	  text-align:center;
	  margin-top: 10px;
	}
	.solutions .twenty-container .monitor .twentytwenty img{
	  border-bottom:1px solid #fff;
	  position: relative;
	}
	.solutions .twentytwenty {
	  left: 0 !important;
	}
	.solutions .twentytwenty-handle {
	  display: none;
	}
	.solutions .changeImage-container h3 {
	  margin: 1.8em 0 0.8em!important;
	  font-size: 16px;
	  font-weight: normal;
	  text-align: center;
	  color: #0075be;
	}
	.solutions .changeImage-container .changeImage_caption {
	  width: 100%;
	  margin: 15px auto 10px;
	  display: flex;
	  justify-content: space-between;
	}
	.solutions .changeImage-container .changeImage_caption > div{
	  display: flex;
	  width:49%;
	}
	.solutions .changeImage-container .changeImage_caption a {
	  display:flex;
	  align-items: center;
	  justify-content: center;
	  width: 100%;
	  padding: 8px 0;
	  text-align: center;
	  color: #0075be;
	  text-decoration: none;
	  background: #fff;
	  border: 1px solid #0075be;
	  border-radius: 0.3rem;
	}
	.solutions .changeImage-container .changeImage_caption a.image_on,
	.solutions .changeImage-container .changeImage_caption a:hover {
	  color: #fff;
	  background: #0075be;
	}
	.solutions .border_block .changeImage-container .changeImage_caption a {
	  color: #2b9352;
	  border: 1px solid #2b9352;
	}
	.solutions .border_block .changeImage-container .changeImage_caption a.image_on,
	.solutions .border_block .changeImage-container .changeImage_caption a:hover {
	  color: #fff;
	  background: #2b9352;
	}
	.solutions .mt60{
	  margin-top: 60px;
	}
	.solutions .parallax{
	  display:none;
	}
	.solutions .center{
	  text-align: center;
	}
	.solutions #main .box .title-green {
	  font-size: 18px;
	  color: #2b9352;
	  background: none;
	  border: none;
	  margin: 0.7em 0 1em 0;
	  padding: 0;
	  line-height:1.4;
	}
	.solutions #main .box .col2.white {
	  margin: -15px 0 15px;
	  padding: 15px;
	  background: #fff;
	}
	.solutions #main .box .col2.green {
	  margin: -15px 0 15px;
	  padding: 15px;
	  background: #e5f6ee;
	}
	.solutions .pc_only,
	.solutions .pc-only {
	  display:none;
	}
	.solutions #main .border_block {
	  width:100%;
	  margin-top: 10px;
	  background: #fff;
	  box-shadow: 0px 0px 9px -6px #777777;
	  padding: 20px 15px 15px 15px;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}
	.solutions #main .white .border_block {
	  background: #e5f6ee;
	}
	.solutions #main .border_block .mt30 {
	  margin-top:0;
	}
	.solutions #main .border_block.feature-list {
	  padding: 0;
	}
	.solutions #main .border_block.feature-list .text {
	  padding: 20px 15px 0 15px;
	  box-sizing: border-box;
	}
	.solutions #main .border_block.feature-list .graph {
	  margin-bottom:0;
	}
	.solutions #main .border_block h3 {
	  font-size: 16px;
	  font-weight: bold;
	  margin-top:0;
	}
	.solutions #main .mr30.v-middle + .v-middle{
	  margin-top:10px !important;
	}
	.solutions #main .box .graph img[alt="sustainable monitor"]{
	  width:237px !important;
	  margin-bottom:20px !important;
	}
	.solutions #main .video_canvas {
	  display: inline-block;
	  position: relative;
	}
	.solutions #main .video_canvas img {
	  perspective: 1000;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  margin: 0 !important;
	}
	.solutions #main .video_canvas video {
	  position: absolute;
	  width: 65.7%;
	  top: 9%;
	  left: 17.8%;
	  max-width:100%;
	  margin: 0;
	}
	.solutions div.horizontal div.text.ml30 {
	  margin-left: 0 !important;
	}
	.solutions #main .box .col2 + .col2 {
	  padding-top: 20px;
	}
	.solutions #main .border_block.feature-list .horizontal {
	  flex-direction: column;
	}
	.solutions #main .border_block.feature-list .text {
	  width: 100%;
	}
	#main .border_block.feature-list .trim_box {
	  width: 100%;
  
	}
	#main .border_block.feature-list .trim_box img {
	  position: relative;
	  width: 100% !important;
	  top: 0;
	  left: 0;
	  -webkit-transform: none;
	  transform: none;
	}
	#main .border_block.feature-list .trim_box:before {
	  content: none;
	}
	#main .box .graph img[alt="Sustainable Monitor"] {
		width: 247px !important;
		margin-bottom: 20px !important;
	}
	.solutions #main .view .box .col2 .text p {
		line-height: 1.5;
	}
  }