@charset "UTF-8";

/* =================================
   TopPage
==================================== */
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

.l-mv {
    height: 421px;
    background: url(common/img/top_mv.jpg) no-repeat lavender;
    margin-left: 240px;
}
.l-mv .wrap {
  position: relative;
  height: 100%;
}
.l-mv .mv-text {
  position: absolute;
      top: 128px;
    left: -218px;
    /* right: 3px; */
    bottom: 0;
    margin: auto;
    /* width: 75vh; */
    height: 21vh;
}
.l-mv .mv-text .img-box {
  margin: 0 0 20px;
  text-align: center;
}
.l-mv .mv-text .img-box img {
  width: 300px;
  height: auto;
}
.l-mv .mv-text h2 {
  font-size: 4.8vh;
  font-weight: bold;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic","游ゴシック体", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  text-align: center;
  line-height: 1.5;
  color: #333333;
}
.l-mv .mv-text p {
  margin-top: 1.5vh;
  font-size: 1.8vh;
  text-align: center;
}

.l-top > section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.l-top > section .head {
  text-align: center;
  margin-bottom: 30px;
}
.l-top > section .head h2 {
  line-height: 1.3;
  font-weight: bold;
  font-size: 30px;
}
.l-top .intro {
  padding: 0;
  text-align: center;
  background: url(/common/img/top_intro_bg.jpg) no-repeat center;
  background-size: cover;
}
.l-top .intro .intro-area {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.l-top .intro .intro-area .text-box {
  min-width: 725px;
  width: 100%;
  padding: 60px 43px;
  display: -webkit-flex;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.l-top .intro .intro-area .text-box h3 {
  width: 100%;
  line-height: 1.5;
  font-weight: bold;
  font-size: 30px;
}
.l-top .intro .intro-area .text-box p {
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
.l-top .intro .intro-area .img-box {
  display: -webkit-flex;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  width: auto;
  vertical-align: middle;
}
.l-top .intro .intro-area .img-box img {
  width: 100%;
  height: auto;
}
.l-top .service .business-area {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.l-top .service .business-area .text-area {
  width: 48.5%;
}
.l-top .service .business-area .text-area .img-box {
  position: relative;
  overflow: hidden;
  background: #000;
}
.l-top .service .business-area .text-area .img-box img {
  width: 100%;
}
.l-top .service .business-area .text-area .img-box .img-text {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  height: 100%;
}
.l-top .service .business-area .text-area .img-box .img-text p {
  display: block;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.l-top .service .business-area .text-area .text-box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 20px;
}
.l-top .service .business-area .text-area .text-box p.ttl {
  width: 60%;
  font-size: 18px;
  font-weight: bold;
  color: #39B791;
}
.l-top .service .business-area .text-area .text-box p.text {
  margin-top: 5px;
  line-height: 1.7142857;
  letter-spacing: .09rem;
}
.l-top .service .business-area .text-area a {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.l-top .service .business-area .text-area a .more:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: .2s;
}
.l-top .service .business-area .text-area a:hover .img-box img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.l-top .service .business-area .text-area a:hover .img-box .img-text {
  opacity: 1;
}
.l-top .service .business-area .text-area a:hover .img-box .img-text p {
  opacity: 1 !important;
}
.l-top .service .business-area .text-area a:hover .more {
  color: #222;
  background-position: 0;
}
.l-top .service .business-area .text-area a:hover .more:after {
  border-color: #222;
}
.l-top .feature {
  background: #f7f7f7;
}
.l-top .feature .list-area ul li {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  background: #fff;
}
.l-top .feature .list-area ul li:last-child {
  margin-bottom: 0;
}
.l-top .feature .list-area ul li .no {
  display: table;
  margin: 30px;
  width: 120px;
  height: 120px;
  background: #44B13E;
  border-radius: 100%;
}
.l-top .feature .list-area ul li .no p {
  display: table-cell;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.l-top .feature .list-area ul li .img-box {
  position: relative;
  margin-left: 20px;
  width: 33%;
  overflow: hidden;
  width: 386px;
}
.l-top .feature .list-area ul li .img-box img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 100%;
}
.l-top .feature .list-area ul li .text-box {
  margin-left: 10px;
  padding: 30px 0;
  width: 50%;
}
.l-top .feature .list-area ul li .text-box h4 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 24px;
}
.l-top .feature .list-area ul li:nth-child(1) .img-box img {
  left: 0;
  right: auto;
}
.l-top .case .logo-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.l-top .case .logo-list li {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23.125%;
  margin-right: 2.5%;
  text-align: center;
  height: 70px;
}
.l-top .case .logo-list li:nth-child(4n) {
  margin-right: 0;
}
.l-top .case .logo-list li img {
  width: 200px;
  height: auto;
}
.l-top .case .voice {
  margin-top: 30px;
  text-align: center;
}
.l-top .case .voice h4 {
  display: inline-block;
  position: relative;
  font-size: 24px;
  text-align: center;
}
.l-top .case .voice h4:before, .l-top .case .voice h4:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background: #222;
}
.l-top .case .voice h4:before {
  left: -2em;
}
.l-top .case .voice h4:after {
  right: -2em;
}
.l-top .case .voice .case-list {
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.l-top .case .voice .case-list li {
  width: 23.125%;
  margin-right: 2.5%;
  margin-bottom: 30px;
  border: 1px solid #eaeaea;
}
.l-top .case .voice .case-list li:nth-child(4n) {
  margin-right: 0;
}
.l-top .case .voice .case-list li a {
  position: relative;
  display: block;
  height: 100%;
}
.l-top .case .voice .case-list li a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #44B13E transparent;
  transition-duration: .2s;
}
.l-top .case .voice .case-list li a .text-box {
  padding: 20px 17px 30px;
  text-align: left;
}
.l-top .case .voice .case-list li a .text-box h5 {
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}
.l-top .case .voice .case-list li a .text-box p {
  margin-top: 10px;
  letter-spacing: -0.05rem;
}
.l-top .case .voice .case-list li a .img-box {
  position: relative;
  overflow: hidden;
  min-height: 140px;
  border-bottom: 1px solid #eaeaea;
}
.l-top .case .voice .case-list li a .img-box img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.l-top .case .voice .case-list li a:hover:after {
  border-width: 0 0 35px 35px;
}
.l-top .case .voice .more-area {
  margin-top: 10px;
}
.l-top .case .voice .more-area .more {
  display: inline-block;
  color: #222;
  background-image: linear-gradient(to right, #222222 50%, #f7f7f7 50%);
  border-color: #f7f7f7;
}
.l-top .case .voice .more-area .more:after {
  border-color: #222;
}
.l-top .case .voice .more-area .more:hover {
  color: #fff;
}
.l-top .case .voice .more-area .more:hover:after {
  border-color: #fff;
}
.l-top .news ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.l-top .news ul li {
  position: relative;
  width: 31%;
  margin-right: 3.5%;
  border: 1px solid #eaeaea;
}
.l-top .news ul li:nth-child(3n) {
  margin-right: 0;
}
.l-top .news ul li a {
  display: block;
  padding: 45px 25px 70px;
  height: 100%;
}
.l-top .news ul li a p.cat {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 1px 8px;
  font-weight: bold;
  color: #fff;
  background: #44B13E;
}
.l-top .news ul li a .date-box {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 25px;
}
.l-top .news ul li a p.date {
  position: relative;
}
.l-top .news ul li a p.date:before, .l-top .news ul li a p.date:after {
  transition-duration: .2s;
}
.l-top .news ul li a p.date:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #44B13E;
}
.l-top .news ul li a p.date:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 10px;
  height: 1px;
  background: #44B13E;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.l-top .news ul li a:hover {
  background: #f7f7f7;
}
.l-top .news ul li a:hover p.date:before, .l-top .news ul li a:hover p.date:after {
  right: -10px;
}
.l-top .news .more-area {
  text-align: center;
  margin-top: 40px;
}
.l-top .news .more-area .more {
  display: inline-block;
  color: #222;
  background-image: linear-gradient(to right, #222222 50%, #f7f7f7 50%);
  border-color: #f7f7f7;
}
.l-top .news .more-area .more:after {
  border-color: #222;
}
.l-top .news .more-area .more:hover {
  color: #fff;
}
.l-top .news .more-area .more:hover:after {
  border-color: #fff;
}

/*2018/*01/30追加*/
.l-top .news ul li a .img-box img {
  overflow: hidden;
  height: 200px;
  /* width: auto; */
}

.l-top .news ul li a {
  display: block;
  padding: 0 0;
  height: 340px;
}

.l-top .news ul li a .text-box {
  width: 100%;
  padding: 30px 20px;
}

.l-top .news ul li a .img-box {
  height: 200px;
  width: auto;
}
.image-box ul li{
		width: 314px;
	}

.intro .image-box ul{
	display: flex;
	justify-content: space-around;
}
.l-contents.l-top .intro{
	background-image: url(/common/img/top_bg_img.png);
	padding-bottom: 90px;
}
/*PCfooter用*/
@media only screen and (max-width: 1420px) {
.l-contents {
    /* padding-left: 243px; */
}
.l-mv {
    height: 440px;
    background: url(/common/img/top_mv.jpg) no-repeat lavender;
    background-size: cover;
    margin-left: 240px;
	padding-left: 0;

}
}
@media only screen and (max-width: 1300px) {
	.l-contents {
    /* padding-left: 240px; */
}
}
@media only screen and (max-width: 1270px) { 
	.l-mv {
		margin-left: 200px;
	}
}
@media only screen and (max-width: 1200px) {
  .l-mv {
    /*background-position: top 90% right 118%;*/
    height: 42vw;
	    margin-left: 200px;
	  padding-left: 0;
  }

  .l-mv .mv-text {
    width: 550px;
    height: 150px;
  }
  .l-mv .mv-text .img-box img {
    width: 200px;
  }
  .l-mv .mv-text h2 {
    font-size: 30px;
    letter-spacing: -0.04em;
  }
  .l-mv .mv-text p {
    font-size: 16px;
  }

  .l-top .intro .intro-area {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .l-top .intro .intro-area .text-box {
    width: 100%;
    order: -1;
    padding: 40px 0 20px;
  }
  .l-top .intro .intro-area .img-box {
    width: 30%;
    display: table;
  }
  .l-top .intro .intro-area .img-box img {
    width: 100%;
  }
  .l-top .service .business-area .text-area {
    position: relative;
    padding-bottom: 40px;
  }
  .l-top .service .business-area .text-area .text-box .img-text {
    width: 120px;
    height: 90px;
  }
  .l-top .service .business-area .text-area .text-box p.ttl {
    padding-left: 1vw;
  }
  .l-top .service .business-area .text-area .more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .l-top .feature .list-area ul li .no {
    margin: 20px;
    width: 100px;
    height: 100px;
  }
  .l-top .case .logo-list li img {
    width: 150px;
  }
  .l-top .case .voice .case-list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .l-top .case .voice .case-list li:nth-child(2n) {
    margin-right: 0;
  }
  .l-top .topics ul li p.ttl {
    margin-top: 5px;
  }

  /*2018/*01/30追加*/
  .l-top .news ul li a .img-box img {
    height: 180px;
  }

  .l-top .news ul li a .img-box {
    height: 180px;
  }

  .l-top .news ul li a {
    height: 320px;
  }
	
}
@media only screen and (max-width: 1000px) {
  .l-mv {
    height: 390px;
    background-position: center;
  }
.l-contents {
     padding-left: 200px; 
}
  .l-mv .mv-text {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 60vw;
  }
  .l-mv .mv-text h2 {
    font-size: 3.8vw;
  }
  .l-mv .mv-text p {
    font-size: 2vw;
  }

  .l-top > section .head h3 {
    font-size: 24px;
  }
  .l-top .intro .intro-area {
    justify-content: space-between;
  }
  .l-top .intro .intro-area .text-box {
    min-width: 100%;
    z-index: 1;
  }
  .l-top .intro .intro-area .text-box h3 {
    font-size: 24px;
  }
  .l-top .intro .intro-area .text-box p {
    font-size: 14px;
  }
  .l-top .intro .intro-area .img-box {
    margin-top: -80px;
    width: 25%;
  }
  .l-top .service .business-area .text-area .img-box .img-text p {
    font-size: 20px;
  }
  .l-top .feature .list-area ul li .no {
    width: 90px;
    height: 90px;
  }
  .l-top .feature .list-area ul li .text-box {
    margin-left: 15px;
  }
  .l-top .feature .list-area ul li .text-box h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }

  .l-mv {
    height: 40vw;
    background-size: cover;
    background-position: center;
    border-bottom: 6px solid #00644e;
    margin-left: 200px;
}
  .l-mv .mv-text {
    margin: 39vw 0 3vw;
    padding: 0 3vw;
    width: 100%;
    height: auto;
    bottom: 0;
  }
  .l-mv .mv-text .img-box {
    width: 100%;
    text-align: left;
    margin: 0 0 1.5vw;
  }
  .l-mv .mv-text .img-box img {
    width: 30vw;
  }
  .l-mv .mv-text h2 {
    width: 100%;
    font-size: 5.7vw;
    text-align: left;
  }
  .l-mv .mv-text p {
    width: 100%;
    font-size: 3vw;
    text-align: left;
  }
.intro .image-box ul {
        display: flex;
    justify-content: space-around;
}
.image-box ul li {
    width: 48%;
    text-align: center;
    margin: 0 auto;
	    padding-bottom: 4vw;
}
.l-contents.l-top .intro {
    background-image: url(common/img/top_bg_img.png);
    padding-bottom: 10vw;
}
  .l-top > section {
    padding: 40px 0;
  }
  .l-top > section .head {
    margin-bottom: 15px;
  }
  .l-top > section .head h3 {
    font-size: 2.4rem;
  }
  .l-top .intro .intro-area .text-box {
    padding: 30px 6vw 10vw;
    
  }
  .l-top .intro .intro-area .text-box h3 {
    font-size: 2.2rem;
  }
  .l-top .intro .intro-area .text-box p {
    margin-top: 15px;
    font-size: 1.4rem;
	  text-align: left;
  }
  .l-top .intro .intro-area .img-box {
    display: none;
  }
  .l-top .service .business-area {
    flex-wrap: wrap;
  }
  .l-top .service .business-area .text-area {
    margin-bottom: 40px;
    width: 100%;
  }
  .l-top .service .business-area .text-area:last-child {
    margin-bottom: 0;
  }
  .l-top .service .business-area .text-area .text-box {
    margin-top: 15px;
  }
  .l-top .service .business-area .text-area .text-box p.ttl {
    width: 76%;
    padding-left: 2vw;
  }
  .l-top .service .business-area .text-area .more {
    position: relative;
    width: 60%;
  }
  .l-top .feature .list-area ul li {
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 3.125vw;
  }
  .l-top .feature .list-area ul li .no {
    position: absolute;
    margin: 20px;
    width: 70px;
    height: 70px;
  }
  .l-top .feature .list-area ul li .no p {
    font-size: 1.5rem;
  }
  .l-top .feature .list-area ul li .text-box {
    margin-left: 0;
    padding: 20px 3.125%;
    width: 100%;
  }
  .l-top .feature .list-area ul li .text-box h4 {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0 0 10px 90px;
    min-height: 70px;
    vertical-align: middle;
  }
  .l-top .feature .list-area ul li .img-box {
    margin: 0;
    height: 33vw;
    width: 100%;
  }
  .l-top .feature .list-area ul li .img-box img {
    width: 100%;
    height: auto;
  }
  .l-top .feature .list-area ul li:nth-child(2) .img-box img {
    top: 0;
    bottom: auto;
    left: auto;
  }
  .l-top .case .logo-list {
    flex-wrap: wrap;
  }
  .l-top .case .logo-list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    height: 12vw;
    max-height: 70px;
  }
  .l-top .case .logo-list li:nth-child(2n) {
    margin-right: 0;
  }
  .l-top .case .logo-list li img {
    max-width: 200px;
    width: 35vw;
  }
  .l-top .case .voice h4 {
    font-size: 2rem;
  }
  .l-top .case .voice .case-list {
    margin-top: 30px;
  }
  .l-top .case .voice .case-list > li a .img-box {
    min-height: 23vw;
  }
  .l-top .news ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .l-top .news ul li:last-child {
    margin-bottom: 0;
  }
  .l-top .news .more-area {
    margin-top: 30px;
  }

  /*2018/*01/30追加*/
  .l-top .news ul li a .img-box img {
    height: 100%;
    /* width: auto; */
  }

  .l-top .news ul li a {
    display: block;
    padding: 0 0;
    height: auto;
  }

  .l-top .news ul li a .text-box {
    width: 100%;
    padding: 30px 20px;
  }

  .l-top .news ul li a .img-box {
    height: auto;
    width: auto;
  }

  .l-top .intro .intro-area .text-box h3 {
    text-align: center;
  }
/*追加*/
.intro .image-box ul {
    flex-wrap:  wrap;
}

.intro .image-box ul li {
    width:  80%;
}

.intro .image-box ul li img {
    width: 100%;
    height:  auto;
}
}
@media only screen and (max-width: 640px) {
	.l-mv {
		margin-left: 0;
	}
}
@media only screen and (max-width: 500px) {
  .l-top .case .voice .case-list li {
    width: 100%;
    margin-right: 0 !important;
  }
.l-mv {
    height: 50vw;
    background-size: cover;
    /* background-position: center; */
    border-bottom: 6px solid #00644e;
    margin-left: 0;
}
.l-mv {
    padding-left: 0;
  }
.l-contents {
     padding-left: 0; 
}
.intro .image-box ul {
    display: block;
    justify-content: space-around;
}
.image-box ul li {
    width: 314px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 4vw;
}
}

