body{
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
}
a {
  /* color: #000000; */
  text-decoration: none;
}
/* a:hover {
  color: #0097A7;
} */
.fb-page {
  width: 100%
}
.cloud img, .network img, .phone img{
  opacity: 0.5;
}
#top-img {
  height: 100vh; /* 全画面表示 */
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#it-robin {
  width: 60vw;
  margin-top: 15vh;
}
.arrow {
  display: inline-block;
  /* width: 100%; */
  text-align: center;
  height: 60px;
  margin: 0 auto;
  -webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
}
.arrow span {
  position: relative;
  display: block;
  left: 50%;
}
.arrow span:before {
  content: '';
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}
@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}
/* お知らせ */
#info-card {
  z-index: 1;
}
#info-card {
  border-radius: 8px;
  display: inline-block;
  min-width: 450px;
  /* max-width: 400px; */
  margin-top: -350px;
  right: 50px;
}
.news-title {
  font-size: 1.7rem;
  
}
#news-list {
  border-top: 1px solid;
}
/* .news-text a {
  color: #fff;
}
.news-text a:hover {
  color: #cfcfcf;
} */
.news-text {
  font-size: 1.1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  border-bottom: 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
}
.news-text1 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  text-align: right;
}
#scroll {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: rgba(246,173,60,.57);
  display: inline-block;
  max-width: 90%;
  top: -120px;
  left: 0;
  right: 0;
  margin: auto;

}
.top-text {
  z-index: 999;
}

.sunmoon {
  z-index: 999;
  width: 100px;
}

.greeting-text {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 200;
}
.top-message {
  padding: 0px 120px;
  font-size: 1.3rem;
}
.presidentImg {
  width: 250px;
  border-radius: 8px;
}

/* 山画像 */
#mtImg {
  width: 99vw;
}
.lg-robinson {
  transform: translate(-92%, 80%);
  width: 102vw;
  margin: 0 auto;
}

.top-wrap {
  padding: 0 10px;
  margin-top: 50px;
}
.title {
  font-size: 4rem;
  font-weight: bold;
}
.sub-title {
  font-size: 20px;
}
.service-text {
  font-size: 1.4rem;
  font-weight: bold;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
}
.service-link-text2{
  font-size: 1.2rem;
  display: none;
}
.service-link-btn {
  display: inline-block;
  padding: 5px 20px;
  border: solid;
  border-color: #F2EFEF;
  border-radius: 15px;
}
.font-weight-bold {
  font-weight: bold;
}
.service-link {
  top: 140px;
  left: 0;
  right: 0;
  margin: auto;
}
.serviceImg {
  width: 210px;
  border-radius: 8px;
  transition: border-radius .1s;
}

.rfImg {
  width: 100%;
}

ul {
  padding: 0px;
  margin: 0 auto;
}

ul#polaroids {
  max-width: 1000px;
  margin: auto;
  font-family: 'Hina2ndGrade', sans-serif;
  color: #333;
  list-style: none;
}

ul#polaroids li{
  position: relative;
  float: left;
  padding: 6px 6px 20px;
  background-color: white;
  -moz-box-shadow: 0 4px 10px #333;
  -webkit-box-shadow: 0 4px 10px #333;
  box-shadow: 0 4px 10px #333;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  transform: rotate(5deg);
  width: 29%;
  left: 10px;
}

ul#polaroids li:nth-child(2n+1) {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  transform: rotate(-10deg);
  position: relative;
  top: -5px;
  left: 10px;
}
ul#polaroids li:nth-child(3) {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
  position: relative;
  top: 0px;
  left: 25px;
}

ul#polaroids li:nth-child(4) {
  position: relative;
  top: -10px;
  /* left: 10px; */
}
.textRight {
  text-align: right;
}

#clock {
  font-size: 2rem;
  z-index: 999;
}

/* お知らせページ */
body {
  margin: 0;
  padding: 0;
}
#news-top-img {
  height: 55vh; /* 全画面表示 */
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* background-image: url(/img/info/about_header.jpg); */
  opacity: .7;
}
.news-top-title {
  margin-top: -150px;
  font-size: 4rem;
  right: 20px;
  display: inline-block;
}
.news-sub-title {
  font-size: 2.5rem;
  font-weight: bold;
}
.news-wrap {
  padding: 0 300px;
}
/* a,.news-title-text{
  text-decoration: none;
  color: #000;
} */
/* a,.news-title-text:hover {
  color: #0097A7;
} */
.list-group-item {
  padding: .5rem 0 ;
}
.villarsUrl {
  color:blue
}
.indent {
  text-indent: 1em;
}
.Img-20210701 {
  width: 100%;
}
.date-card1 {
  background: #0097A7;
  color: #fff;
  padding: .2rem .9rem;
  border-radius: 15px;
}
.date-card2 {
  background: #F2EFEF;
  color: #000;
  padding: .2rem .9rem;
  border-radius: 15px;
}
.top-text {
  z-index: 999;
}
.info-wrap {
  color: #333;
}
.info-wrap h5 {
  border-left: 7px solid #a7ddf1;
  padding-left: .5rem;
  font-size: 1.2rem;
}
.info-wrap h2 {
  position: relative;
  padding: 25px 0 25px 15px;
  font-size: 18px;
  line-height: 100%;
  font-weight: bold;
}
.info-wrap h2:before {
  position: absolute;
  display: block;
  top: 27px;
  left: 0;
  color: #21adde;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  content: "#";
}
.info-text .ml {
  margin-left: 75px;
}
.info-wrap .text-right {
  text-align: right;
}
.info-wrap .dt {
  float: left;
  clear: left;
}
.info-wrap dt.w5 {
  width: 8em;
}
.info-wrap .line {
  position: relative;
  width: 90px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.line .circle {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.line .circle.circle_01 {
  background-color: #21adde;
}
.line .circle.circle_02 {
  background-color: #f6ad3a;
}
.line .circle.circle_03 {
  background-color: #e9ce8d;
}
.line .circle.circle_04 {
  background-color: #e9536b;
}
.line .circle.circle_05 {
  background-color: #8fbf55;
}
.info-wrap .info-text {
  margin: auto;
  line-height: 2;
  width: 70%;
}

/* ヤマラボbanner */
#yamalab-blog{
  background-image: url(/img/business/top_img_yamalab.jpg);
  background-size: cover;
}
#yamalab-blog a{
  text-decoration: none;
}
.no-gutters{
  margin-right: 0;
  margin-left: 0;
}
.banner-title{
  padding-top: 50px;
}
.YlabTitle{
  font-size: 1.5rem;
}
.top-img-card{
  background: #1b1919cc;
  color: #0b8fd6;
  display: inline-block;
  margin: .2rem auto;
  letter-spacing: .35rem;
}
.blog-img{
  width: 160px;
  height: 40px;
}
.top-img-text{
  text-align: center;
}
.banner-text3{
  font-size: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.trademark-text-blog{
  font-size: 12px;
}
.banner-box{
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  height: 283px;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.blog-rocky-img {
  width: 130px;
  height: 80px;
  font-size: .7rem;
}
.banner-text5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.text-white {
  color: #fff!important;
}
.pl-1, .px-1 {
  padding-left: .25rem!important;
}
.flex-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
}
.banner-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.banner-text4{
  font-size: 15px;
  line-height: 1;
}
.textLight {
  text-align: left;
}
.textRight {
  text-align: right;
}
@media (max-width: 575.98px) {
  .service-link-text2 {
    display: block;
  }
  .service-link-text1 {
    display: none;
  }
  #it-robin {
    width: 90vw;
  }
  .news-wrap {
    padding: 0;
  }
  /* ul#polaroids li{
    left: 35px;
  }
  ul#polaroids li:nth-child(2n+1) {
    left: 35px;
  }
  ul#polaroids li:nth-child(3) {
    left: 45px;
  } */
}
  
@media (max-width: 767px) {
  .blog-img {
    width: 85px;
    height: 25px;
  }
  .YlabTitle {
    font-size: 12px;
  }
  #yamalab-blog {
    height: 180px;
  }
  .banner-title {
    padding-top: 10px;
  }
  .banner-text1{
    font-size: 1.4rem;
  }
  .banner-text2{
    font-size: .7rem;
  }
  .banner-box {
    height: 180px;
  }
  .blog-rocky-img{
    width: 70px;
    height: 50px;
  }
  .banner-text3 {
    font-size: 11px;
  }
  .banner-text4 {
    font-size: 10px;
    line-height: 1;
  }
  .trademark-text-blog{
    font-size: 11px;
  }
  .mtImg {
    width: 100px;
  }
  .lg-robinson {
    margin-top: 0px;
  }
  .greeting-text {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 200;
  }
  #info-card {
    min-width: 80px;
    margin-top: -440px;
    left: 0;
    right: 0;
  }
  .news-title {
    font-size: 1.2rem;
  }
  .news-text {
    font-size: .8rem;
  }
  #scroll {
    top: -100px;
  }
  .title {
    font-size: 2rem;
  }
  .sub-title {
    font-size: .8rem;
  }
  .info-wrap .info-text {
    width: 100%;
  }
  .sunmoon {
    width: 20px;
    z-index: 1;
  }
  #clock {
    font-size: .2rem;
  }
}
@media (max-width: 991.98px) {
  .top-message {
    padding: 0px;
    font-size: 1rem;
  }
  .mtImg {
    width: 100px;
  }
  .lg-robinson {
    margin-top: 0px;
  }
  .news-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 1199.98px) {
  .mtImg {
    width: 100px;
  }
  .lg-robinson {
    margin-top: 0px;
  }
  /* .news-wrap {
    padding: 0 200px;
  } */
}