@import url('https://fonts.googleapis.com/css?family=Maven+Pro:900');

html,body {
  overflow-x: hidden;
  font-size: 14px;
  font-family:"Hiragino Mincho ProN", "Yu Mincho", YuMincho, HGS, Meiryo, Georgia, serif;
  color: #262626;
}

body {
  background-color: #fff;
  position: relative;
  color: #333333;
}

.header-logo{
 margin: 0;
 padding: 0;
}
h1, h2, h3, h4, h5, h6, button, p{
  margin: 0;
  padding: 0;
}

a {
  color: #262626;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}

a{
  text-decoration: none;
}

button:hover {
  cursor: pointer;
}

button:focus {
    outline: none;
}

button{
  font-family:"Hiragino Mincho ProN", "Yu Mincho", YuMincho, HGS, Meiryo, Georgia, serif;
}

input:focus {
    outline: none;
}

input:focus, textarea:focus, select:focus {
  outline: #999 auto 1px;
}

footer{
  background-color: #3C3C3C;
  padding: 70px 0 0 0;
}

/* common */

.sp-none{
  display: block !important;
}

.pc-none{
  display: none !important;
}

.item-right{
  text-align: right;
}

.sp-none{
  display: block;
}

.right-item .pc-none{
  display: none;
}

.pc-none {
  display: none;
}
.breadcrumbs{
  position:relative;
  top: -46px;
}
.main-container{
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.main-container h1{
  background-color: #409388;
  color: #FFF;
  font-size: 2.5rem;
  position: absolute;
  top: -2px;
  left: 0px;
  letter-spacing: 4px;
  padding: 10px;
  z-index: 4;
}
.main-logo p{
  background-color: #409388;
    color: #FFF;
    font-size: 2.5rem;
    position: absolute;
    top: 20px;
    left: 0px;
    letter-spacing: 4px;
    padding: 10px;
    z-index: 4;
}
.main-logo span{
    background-color: #FFF;
    color: #262626;
    font-size: 1.6rem;
    position: absolute;
    top: 60px;
    left: 0px;
    letter-spacing: 4px;
    padding: 10px;
    z-index: 4;
}


#cat-wrapper {
  background-color: #F5F5F5;
  padding: 20px;
  margin: 20px 0 0 0;
}

.side-title {
  font-size: 1.3rem;
  margin: 0px 0 20px 0;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ADADAD;
}

.side-title span {
    margin: 0 0 0 5px;
    font-size: .9rem;
}

.cat-list-top {
    margin: 0 0 15px 0;
}

#cat-wrapper .cat-list-top li {
    background-color: #FFF;
    padding: 5px 10px;
    border-radius: 2px;
}

#tag-wrapper {
    background-color: #F5F5F5;
    padding: 20px;
    display: none;
}

#tag-wrapper li {
    display: inline-block;
    padding: 5px 10px;
    background-color: #FFF;
    border-radius: 25px;
    margin: 0 10px 10px 0;
}

#tag-wrapper li span {
    margin: 0 3px 0 0;
}

/* header */

header{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 80px 0 0 0;
  z-index: 999;
}

.home-header.sp-none{
  position: fixed;
  transition: .3s;
}


.home-header.active-scroll{
  background-color: #FFF;
  box-shadow: 0px -1px 20px 0px;
  transition: .3s;
  padding-bottom: 20px;
}

.home-header.active-scroll .header-item li a {
    color: #000;
}

.home-header.active-scroll .header-logo a{
  color: #000;
}

.nav-header{
  float: right;
  padding-right: 80px;
}

.nav-header ul{
  padding: 0px;
  margin: 0px;
}

.nav-header ul li{
  display: inline-block;
  color: #FFF;
  margin: 0 0 0 30px;
  letter-spacing: 1px;
}

.header-item .header-logo{
  display: inline-block;
  margin: -14px 0 0 0;
  line-height: .7;
}

.header-item .header-logo a{
  color: #FFF;
  letter-spacing: 4px;
  font-size: 1.9rem;
  line-height: 1;
}

.header-item .header-logo a span{
  font-size: .8rem;
}

.common-header .header-item .header-logo a{
  color: #262626;
  letter-spacing: 4px;
  font-size: 1.9rem;
}

.header-item li a{
  color: #FFF;
}

.nav-header ul li a::after {
  border-bottom: solid 1px #FFF;
  bottom: -5px;
  content: "";
  display: block;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  width: 0;
}

.nav-header ul li:hover a::after {
    width: 100%;
}

.common-header ul li a::after{
  border-bottom: solid 1px #262626;
  bottom: -5px;
  content: "";
  display: block;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  width: 0;
}

/* common-header */

.common-header{
  padding: 50px 0 26px 0;
  background-color: #FFF;
  position: fixed;
  box-shadow: 0px -1px 20px 0px;
}

.common-header ul li a{
  color: #262626;
}

.test img{
  width: 100%;
}

/* footer */

.footer-logo{
  display: inline-block;
}

.footer-logo h5{
  color: #FFF;
  font-size: 1rem;
  letter-spacing: 3px;
  margin: 10px 0 0 0;
}

.footer-top-contents h4{
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 3px;
}

.footer-sns{
  display: block;
  float: right;
}

.footer-sns img{
  margin: 0 0 0 10px;
}

.footer-center-contents ul{
  padding: 0px;
}

.footer-center-contents li{
  display: inline-block;
  margin: 0 50px 0 0;
  letter-spacing: 3px;
}

.footer-center-contents li a{
  color: #C3C3C3;
  letter-spacing: 3px;
}

.footer-center-contents li:last-child a{
  border-radius: 50px;
  background-color: #575757;
  padding: 19px 25px 14px 25px;
  color: #DCDCDC;
  transition: .3s;
}

.footer-center-contents li:last-child a:hover{
  border-radius: 50px;
  padding: 17px 25px 14px 25px;
  transition: .3s;
  color: #575757;
  background-color: #DCDCDC;
}

.footer-center-contents{
  padding: 30px 0 0 0;
  margin: 50px 0 60px 0;
  border-top:1px solid #444444;
}

.copy-right{
  text-align: center;
  padding: 20px 0;
  background-color: #373737;
  color: #929292;
  letter-spacing: 3px;
}

/* home */

.main-visual{
  position: relative;
}

.covervid-video1{
  width: 100%;
}

.main-visual-img{
  height: auto;
  width: 100%;/*
  background-image: url("../img/top/dots.png");
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size:cover;
  background-size:cover;*/
}

/*.main-visual-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0,0,0,0);
  background-image: url("../img/top/dots.png");
  -webkit-background-size: 5px 5px;
  -o-background-size: 5px 5px;
  background-size: 5px 5px;
}*/

.main-visual-e{
  height: 450px;
  width: 100%;
}

.test{
  overflow: hidden;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.test .main-visual-img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  background: 0 0 no-repeat;
  background-size: cover;
  -webkit-animation: main-visual-bg infinite linear 30s;
  animation: main-visual-bg infinite linear 30s;
}

.test .main-visual-img:nth-of-type(1){
  background-image: url(../img/top/main1.jpg);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom 0;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.test .main-visual-img:nth-of-type(2){
  background-image: url(../img/top/main2.jpg);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom 0;
  -webkit-animation-delay: -5s;
  animation-delay:  -5s;
}

.test .main-visual-img:nth-of-type(3){
  background-image: url(../img/top/main6.jpg);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom 0;
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}

.test .main-visual-img:nth-of-type(4){
  background-image: url(../img/top/main5.jpg);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom 0;
  -webkit-animation-delay:  -15s;
  animation-delay: -15s;
}

.test .main-visual-img:nth-of-type(5){
  background-image: url(../img/top/main3.jpg);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom 0;
  -webkit-animation-delay: -20s;
  animation-delay: -20s;
}

.test .main-visual-img:nth-of-type(6){
  background-image: url(../img/top/main4.jpg);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom 0;
  -webkit-animation-delay: -25s;
  animation-delay: -25s;
}

.main-test{
  width: 100%;
  padding: 28.1% 0px;
}

.main-visual-img h1{
  background-color: #409388;
  color: #FFF;
  font-size: 4rem;
  letter-spacing: 4px;
  /*
   font-family: 'futura',sans-serif;
  -ms-font-feature-settings: "normal";*/
  padding: 10px 10px 15px 10px;
  z-index: 4;
  width: 100%;
  position: relative;
  /*
  animation-name: move;
  animation-duration: 1s;
  animation-timing-function:ease;*/
  height: 100%;
}

.main-visual-img h1 span{
     z-index: 4;/*
  animation-name: size;
  animation-duration: 1s;
  animation-timing-function:ease;*/
}

.main-visual-img .make-title{
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
     z-index: 4;
}

.main-visual-img h2{
  background-color: #409388;
  color: #FFF;
  font-size: 1.8rem;
  position: absolute;
  top: 150px;
  left: 0px;
  letter-spacing: 3px;
  padding: 8px 10px;
  z-index: 4;
}

.scroll-item{
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -70px;
}

.scroll-item .scroll-border{
  width: 2px;
  height: 60px;
  background-color: #000;
  display: inline-block;
  animation-name: moveLine;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position:relative;
  transition: .3s;
}

/*.main-visual-img h1:after{
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬";
  animation-name: Letter;
  animation-duration: 1s;
  animation-timing-function:ease;
  position:relative;
  transition: .3s;
  background-color: #FFF;
  height: 100%;
  width: 0%;
  z-index: 10;
  position: absolute;
  left: 0px;
  top: 0px;
}*/

.scroll-border:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000;
  left: -6px;
  bottom: -5px;
  transition: .3s;
}

.scroll-item span{
  font-family: 'futura',sans-serif;
  -ms-font-feature-settings: "normal";
  letter-spacing: 2px;
  font-size: .9rem;
  display: block;
  color: #000;
  transition: .3s;
}

.scroll-box:hover .scroll-border{
  background-color: #409388;
  transition: .3s;
  animation-name: unset;
}

.scroll-box:hover .scroll-border:before{
  border-top: 7px solid #409388;
  transition: .3s;
}

.scroll-box:hover span{
  color: #409388;
  transition: .3s;
}

.scroll-box{
  display: inline-block;
  width: 80px
}

.contents-mind{
  display: flex;
  align-items: end;
}
.reverse {
    flex-flow: row-reverse;
}

.mind{
  padding: 110px 0 30px 0;
  background-color: #FFF;
}

.contents-mind img{
  width: auto;
}

.mind-item{
  padding: 0 30px;
  display: flex;
  align-items: center;
  position: relative; 
}

.mind-item i:nth-of-type(1){
  position: absolute;
  top: 0px;
  left: 30px;
  font-size: 2.5rem;
}

.mind-item i:nth-of-type(2){
  position: absolute;
  bottom: 0px;
  right: 30px;
  font-size: 2.5rem;
}

.mind-item h3{
  color: #555555;
  letter-spacing: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.mind-item p{
  letter-spacing: 2px;
  font-size: 1rem;
  line-height: 2.5;
}

.mind-item button{
  background-color: #409388;
  letter-spacing: 5px;
  font-size: 1rem;
  border-radius: 50px;
  width: 230px;
  padding: 15px 0;
  color: #FFF;
  border: 1px solid #409388;
  margin: 30px 0 0 0;
  transition: .3s;
}

.mind-item button:hover{
  transition: .3s;
  background-color: #FFF;
  color: #409388;
  cursor: pointer;
}

.contents-mind .mind-item{
  width: 50%;
}

.mind-box{
  padding: 0 40px;
}

.example{
  padding: 70px 0;
  background-color: #FFF;
}

.main-visual-e{
  position: relative;
}

.main-example{
  position: absolute;
  position: absolute;
  top: -150px;
  z-index: 5;
}

.main-example h3{
  font-size: 2.3rem;
  letter-spacing: 3px;
  padding: 10px 7px;
  background-color: #409388;
  color: #fff;
  display: inline-block;
}

.main-example h4{
  font-size: 1.6rem;
  letter-spacing: 4px;
  padding: 10px 7px;
  color: #262626;
  background-color: #fff;
  display: inline-block;
  margin: 10px 0 0 0;
}

.slider-example .slick-slide{
  max-height: 438px;
}

.example-contents{
  display: flex;
  margin: 60px 0 0 0;
}

.h_item{
  width: 50%;
}

.bh_item{
  width: 50%;
  font-size: 0px;
}

.b_item{
  width: 50%;
  display: inline-block;
  padding: 0 0 0 10px;
  height: 50%;
}

.b_item:nth-of-type(3),
.b_item:nth-of-type(4){
  margin: 10px 0 0 0;
}

.h_item img{
  width: 100%;
  height: auto;
}

.b_item img{
  width: 100%;
  height: auto;
}

.example-item{
  position: relative;
}

.caption-item{
  position: absolute;
  bottom: 45px;
  left: 30px;
  z-index: 3;
}

.caption-box h3{
  display: inline-block;
  background-color: #409388;
  letter-spacing: 5px;
  font-size: 1.2rem;
  border-radius: 50px;
  width: 130px;
  padding: 7px 0 7px 7px;
  text-align: center;
  color: #FFF;
  border: 1px solid #409388;
}

.caption-box h4{
  color: #FFF;
  font-size: 1.2rem;
  letter-spacing: 3px;
  display: inline-block;
  margin: 0 0 0 10px;
}

.caption-box p{
  color: #FFF;
  font-size: 1.2rem;
  letter-spacing: 3px;
  margin: 20px 0 0 0;
}

.b_item .caption-box h4{
  margin: 15px 0 0 5px;
  font-size: 1rem;
}

.example-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(000, 000, 000, 0) 0, rgba(000, 000, 000, .3) 50%, rgba(000, 000, 000, .6) 75%, rgba(000, 000, 000, .9) 100%);
  transition: .3s;
}

.example-item{
  transition: .3s;
  opacity: 1; 
}

.info_link:hover .example-item{
  transition: .3s;
  opacity: .8;
}

.item-center{
  width: 100%;
  text-align: center;
}

.news{
  padding: 80px 0;
  background-color: #F5FEFE;
}

.news-container{
  width: 900px;
  margin: 0 auto;
  position: relative;
}

.news-main-title{
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 5px;
  font-family: 'futura',sans-serif;
  -ms-font-feature-settings: "normal";
  font-weight: bold;
}

.news-sub-title{
  text-align: center;
  font-size: 1rem;
  letter-spacing: 5px;
  margin: 20px 0 40px 0;
}

.news-item{
  border-top: 1px solid #E6EAEA;
  padding: 15px 0;
}

.news-capiton span:nth-of-type(2){
  color: #FFF;
  background-color: #555555;
  letter-spacing: 1px;
  padding: 4px 15px;
  border-radius: 25px;
  margin: 0 0 0 10px;
  font-size: 1rem;
}

.news-item p{
  letter-spacing: 3px;
  font-size: 1rem;
  margin: 5px 0 0 0;
}

.link-news span:nth-of-type(2){
  border-radius: 50%;
  border: 1px solid #8E9291;
  width: 33px;
  height: 33px;
  display: inline-block;
  font-size: 1.2rem;
  padding: 3px 8px 0 0;
  margin: 0 0 0 10px;
}

.link-news span{
  color: #8E9291;
}

.link-news{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: .3s;
}

.link-news-item:hover span{
  transition: .3s;
  color: #555555;
}

.link-news-item:hover span:nth-of-type(2){
  border: 1px solid #555555;
  transition: .3s;
}

.link-news-item:hover{
  transition: .3s;
  cursor: pointer;
}

.link-news-item{
  display: inline-block;
  transition: .3s;
}

/* service */

.service-visual-item{
  padding: 97px 0 0 0;
}

.service-visual-item .main-test {
    width: 100%;
    padding: 15.6% 0px;
}

.service-visual-item .main-test h2{
    background-color: #FFF;
  color: #262626;
  font-size: 1.6rem;
  position: absolute;
  top: 90px;
  left: 0px;
  letter-spacing: 4px;
  padding: 10px;
  z-index: 4;
}

.service-visual-item .main-test h3{
  background-color: #FFF;
  color: #262626;
  font-size: 1.6rem;
  position: absolute;
  top: 90px;
  left: 0px;
  letter-spacing: 4px;
  padding: 10px;
  z-index: 4;
}

.strong-point{
  padding: 70px 0;
  background-color: #FFF;
}

.strong-point .main-title{
  font-size: 1.8rem;
  letter-spacing: 3px;
}

.strong-point .main-title span{
  font-family: 'futura',sans-serif;
  -ms-font-feature-settings: "normal";
  color: #9A9A9A;
  font-size: 1rem;
  letter-spacing: 3px;
  vertical-align: middle;
  margin: 0 0 0 20px;
}

.h3-border{
  font-size: 0px;
  margin: 15px 0 0 0;
}

.g-border{
  border: 2px solid #409388;
  width: 30%;
  height: 2px;
  display: inline-block;
}

.b-border{
  border: 2px solid #CCCCCC;
  width: 70%;
  height: 2px;
  display: inline-block;
}

.strong-point-img{
  margin: 30px 0 0 0;
}

.strong-point-item .row{
  align-items: center;
}

.strong-point-item .row p:last-of-type{
  margin: 0;
}

.strong-point-img img{
  width: 100%;
}

.strong-point-img h4{
  font-size: 1.3rem;
  letter-spacing: 5px;
  font-weight: bold;
  margin: 0 0 25px 0;
  background: linear-gradient(transparent 80%, #93c1bb 50%);
  display: inline-block;
}

.strong-point-img p{
  font-size: 1rem;
  letter-spacing: 3px;
  margin: 0 0 40px 0;

}

.service{
  margin: 70px 0 0 0;
}

.service-flex{
  display: flex;
  margin: 30px 0 0 0;
}

.service-flex img{
  width: 120px;
  height: 120px;
}

.service-item{
  margin: 0 0 0 15px;
}

.service-item h5{
  font-size: 1.2rem;
  letter-spacing: 5px;
  margin: 10px 0 10px 0;
}

.service-item p{
  font-size: 1rem;
  letter-spacing: 3px;
  line-height: 200%;
}

.voice{
  margin: 50px 0 0 0;
}

.voice-img{
}

.voice-img img{
  width: 100%;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  box-shadow: 0px 3px 10px -1px grey;
}

.voice-item{
  margin: 30px 0 0 0;
  box-shadow: 0px 0px 25px -4px grey;
  display: flex;
  padding: 20px
}

.voice-caption h5{
  margin: 20px 0;
  font-size: 1.3rem;
  letter-spacing: 3px;
}

.voice-caption{
  margin: 0 0 0 20px;
}

.voice-caption p{
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.7;
}

.voice-caption p .small-span{
  font-size: .9rem;
  display: block;
  margin: 0  0 10px 0
}

.case-study{
  margin: 50px 0 0 0;
  letter-spacing: 0px;
}

.study-item button{
  border: none;
  background-color: #F3F3F3;
  width: 260px;
  padding: 20px;
  letter-spacing: 4px;
  margin: 60px 0 0 0;
  font-weight: bold;
  border: 1px solid #F3F3F3;
  transition: .3s;
}

.study-item button:hover{
  border: 1px solid #F3F3F3;
  background-color: #262626;
  color: #F3F3F3;
  transition: .3s;
}

/* case-list */

.case-list{
  padding: 70px 0;
  background-color: #FFF;
}

.case-list .case-study{
  margin: 0;
}

.example-item{
  position: relative;
}

.example-caption{
  position: absolute;
  bottom: 60px;
  padding: 0 10px;
  z-index: 4;
  width: 100%;
}

.example-item img{
  width: 100%;
  height: auto;
}

.case-list2 h2{
  display: inline-block!important;
  color: #FFF;
  padding: 10px 20px 8px 26px;
  font-size: 1rem;
  letter-spacing: 4px;
  background-color: #409388;
  border-radius: 25px;
}
.case-list2 h3{
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 0 0 0 20px;
  display: inline-block!important;
  color: #FFF;
}

.example-caption p{
  color: #FFF;
  margin: 20px 0 0 0;
  letter-spacing: 3px;
  line-height: 1.7;
}

.case-item{
  margin: 20px 0 0 0;
}

/* news */

.news-list{
  padding: 40px 0;
  background-color: #FFF;
}

.cat-name-list-tab{
  display: inline-block;
  width: 210px;
  text-align: center;
  letter-spacing: 3px;
  background-color: #E8E8E8;
  padding: 15px 0;
  margin: 0 10px 0 0;
  transition: .3s;
}

.cat-name-list-tab.term-list{
  width: 100%;
}

.list-tabs{
  display: inline-block;
  margin: 0 0 30px 0;
  width: 100%;
}

.list-tabs button{
  width: 100%;
  border: none;
}

.cat-name-list-tab:hover{
  background-color: #5C5C5C;
  color: #FFF;
  transition: .3s;
}

.cat-name-list-tab.active-tab{
  background-color: #5C5C5C;
  color: #FFF;
  transition: .3s; 
}

.news-none{
  display: none;
}

.news-active{
  display: none;
}

/* single */

.single-contents{
  padding: 50px 0;
  background-color: #FFF;
}

.case-page h1{
  letter-spacing: 3px;
  line-height: 1.7;
  font-size: 2rem;
  margin: 0 0 20px 0;
  color: black;
  background-color: white;
  position: relative;
  padding: 0;
}

.update{
  color: #B2B2B2;
  letter-spacing: 3px;
}

.single-sns{
  margin: 40px 0 0 0;
}

.fb-box{
  display: inline-block;
  background-color: #405A93;
  padding: 10px 0;
  width: 160px;
  text-align: center;
  border-radius: 5px;
}

.single-sns span{
  color: #FFF;
  vertical-align: middle;
}

.single-sns a{
  transition: .3s;
}

.single-sns a:hover{
  opacity: .7;
  transition: .3s;
}

.single-sns i{
  color: #FFF;
  font-size: 2rem;
  vertical-align: middle;
}

.tw-box{
  display: inline-block;
  background-color: #54A6DB;
  padding: 10px 20px;
  width: 160px;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 0 20px;
}

.single-item{
  margin: 30px 0 0 0;
}

.single-item img{
  height: auto;
  max-width: 997px
}

.single-item p{
  letter-spacing: 4px;
  line-height: 1.7;
  margin: 20px 0;
}

.single-contents .single-item h2 {
    letter-spacing: 3px;
    line-height: 1.7;
    font-size: 1.6rem;
    border-bottom: 1px solid #EDEDED;
  }

/* about */

.service-visual-item .main-test .about-main-title {
    background-color: #505050;
    color: #FFF;
    font-size: 2.5rem;
    position: absolute;
    top: 20px;
    left: 0px;
    letter-spacing: 4px;
    padding: 10px;
    z-index: 4;
}

.about{
  padding: 70px 0 0 0;
  background-color: #FFF;
}

.about .about-h4{
  font-size: 1.6rem;
  margin: 40px 0;
}

.about .about-caption{
  letter-spacing: 1px;
  line-height: 1.7;
  margin: 0 0 70px 0;
}

.table-about{
  margin: 30px 0 0 0;
  width: 100%;
}

.table-about tr{
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}

.table-about tr th{
  padding: 15px 0;
  font-weight: normal;
  letter-spacing: 1px;
  width: 15%;
  vertical-align: top;
}

.table-about tr td{
  padding: 15px 0;
  line-height: 1.7;
  letter-spacing: 1px;
}

/* contact */

.contact-contant{
  padding: 60px 0;
  background-color: #FFF;
}

.input-form{
  margin: 40px 0;
}

.form-group{
  border-bottom: 1px solid #DADADA;
  padding: 0 0 10px 0;
}

.form-group.last-boder{
  border-bottom: none;
}

.form-column__name{
  margin: 5px 0 0 0;
}

.inactive-btn{
  background-color: #409287;
  border: 1px solid #409287;
  color: #FFF;
  width: 270px;
  padding: 20px 0;
  border-radius: 5px;
  transition: .3s;
}

.inactive-btn:hover{
  background-color: #FFF;
  border: 1px solid #409287;
  color: #409287;
  transition: .3s;
}

.contact-done h3{
  text-align: center;
  letter-spacing: 2px;
  text-align: center;
  font-size: 3rem;
}

.contact-done p{
  text-align: center;
  letter-spacing: 3px;
  text-align: center;
  font-size: 1rem;
  margin: 20px 0 0 0;
}

.tel-item{
  background-color: #F5F5F5;
  width: 320px;
  padding: 20px 10px;
  margin: 50px auto;
  text-align: left;
}

/* pagenation */

.pagenation {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    padding: 30px 0 20px 0;
}

.pagenation ul {
    padding: 0;
}

.pagenation .active {
    border-bottom: 1px solid #9D9D9D;
    width: 20px;
}

.pagenation li {
    display: inline-block;
    color: #797979;
    transition: .3s;
    font-size: 1.2rem;
    margin: 0 15px;
}

.pagenation .prev {
    position: relative;
}

.pagenation .prev a::after {
    position: absolute;
    top: -3px;
    left: -17px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 17px 0;
    border-color: transparent #F5F5F5 transparent transparent;
}

.pagenation .prev a {
    font-size: 1rem;
    background-color: #F5F5F5;
    padding: 10px;
}

.pagenation .next {
    position: relative;
}

.pagenation .next a {
    font-size: 1rem;
    background-color: #F5F5F5;
    padding: 10px;
}

.pagenation .next a::after {
  position: absolute;
  top: -3px;
  right: -16px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #F5F5F5;
}

.contact-box-item{
  margin: 20px 0;
}

.contact-box-item div{
  margin: 20px 30px 20px 0;
  padding: 20px;
}

.contact-box-item .tel{
  border: 1px solid;
  text-align: center;
}

.contact-box-item .tel span{
  font-size: 1.6rem;
  font-weight: bold;
}

.contact-box-item .fax{
  border: 1px solid;
  text-align: center;
  width: 30%;
}

.contact-box-item .fax span{
  font-size: 1.6rem;
  font-weight: bold;
}

.contact-box-item .mail{
  border: 1px solid;
  text-align: center;
}

.contact-box-item .mail span{
  font-size: 1.6rem;
  font-weight: bold;
}

.contact-case{
  display: flex;
}

.contact-case a{
  width: 33%;
}

/* google */

#google-map{
  width: 100%;
  height: 430px;
  padding: 30px 0 0 0;
}

/* keyframe */

@keyframes moveLine {
    0% {
      margin: 5px 0 0 0;
    }
    100% {
      margin: 0 0 5px 0;
    }
}

@keyframes Letter {
    0% {
      width: 0%;
    }
    50%{
      width: 100%;
    }
    100%{
      transform: translateX(200%);
      width: 100%;
    }
}

@keyframes move {
    0% {
      width: 0%;
    }
    100%{
      width: 100%;
    }
}

@keyframes size {
    0% {
      font-size: 0;
    }
    100%{
      font-size: 4rem;
    }
}

@keyframes main-visual-bg {
0% {
    opacity: 0;
    transform: scale(1);
}
10%, 20% {
    opacity: 1;
}
28% {
    opacity: 0;
}
100% {
    opacity: 0;
    transform: scale(1.4);
}
}
.bg_blue{
  background: rgb(245,254,254);
  padding: 30px 0;
}
.ttl_top {
    text-align: center;
    padding: 15px 0;
    border-bottom: 2px solid rgb(71,151,141);
    margin-bottom: 20px;
}
.mb30{
  margin-bottom: 30px;
}
.mb50{
  margin-bottom: 50px;
}
.top .example-item::after{
  display: none;
}

.bnr_area {
    padding: 0;
    list-style: none;
}

.bnr_area img {
    max-width: 100%;
}

ul.bnr_area a:hover {
    opacity: .8;
}
.mind-box img {
    max-width: 100%;
}