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

body {
  color: #202020;
  font-family: 'Source Sans Pro','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  position: relative;
  overflow-x: hidden;
}
a {
  color: #0c0c0c;
  text-decoration: none !important;
}
.bg-saucer-pink {
  background-color: #0c0c0c !important;
}
.color-white {
  color: #ffffff !important;
}
.color-gray {
  color: #a09f9f;
}
.font-size-small {
  font-size: 14px;
}

.contents-section {
  padding-top: 100px;
}
.contents-section h2 {
  text-align: center;
  padding-bottom: 50px;
}
.main-image-section {
  height: 100vh;
  position: relative;
  background-image: url("../images/about_verch_logo2.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#news-section{
  background: #eeeeee;
  padding-bottom: 60px;
}
#news-section .news-list-items {
  margin-bottom: 15px;
}
#news-section .news-list-items a {
  position: relative;
  display: block;
  color: #202020;
}
#news-section .news-list-items a:hover {
  color: #505050;
}
#news-section .news-list-items a:after {
  content:'';
  width: 10px;
  height: 10px;
  position:absolute;
  top: 43%;
  right: 0;
}

#news-section .news-list-items a:after {
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#news-section .news-list-items .date {
  color: #a09f9f;
  font-size: 14px;
}
#news-section .news-list-items .news-list-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}

#about-section {
  background-color: #ffffff;
  text-align: center;
}
#about-section h3 {
  color: #acaaaa;
  padding-bottom: 40px;
}
#about-section .about-text-ja {
  line-height: 2em;
}
#about-section .company-logo {
  margin-top: 60px;
}
#about-section .company-name {
  padding-top: 15px;
  font-size: 14px;
  color: #666666;
}

#company-section {
  
}
/*
#company-section .company-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#company-section .company-map iframe,
#company-section .company-map object,
#company-section .company-map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 400px;
}
*/
#company-section .company-map {
  padding-bottom: 60px;
}
#company-section .company-map iframe,
#company-section .company-map object,
#company-section .company-map embed {
  width: 100%;
  height: 400px;
}
#company-section .company-address {
  text-align: center;
  padding-bottom: 40px;
}
#company-section .company-address .company-name {
  font-size: 20px;
}
#company-section .table {
  font-size: 14px;
  margin-bottom: 60px;
}

#contact-section {
  background-color: #eeeeee;
  padding-bottom: 100px;
}
#contact-section h2 {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 100px
}
.main-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents-scroll-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top a {
    display: block;
    color: #666666;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}

#page-top a:hover {
    text-decoration: none;
}
#page-top a:after {
  content:'';
  width: 20px;
  height: 20px;
  position:absolute;
  top: -10px;
  right: 0;
  left: 40%;
}

#page-top a:after {
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#page-top a:before {
  content:'';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  left: 40%;
}

#page-top a:before {
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@-webkit-keyframes arrow {
  0%,100% {
    top:-30px;
  }
  50% {
    top:-20px;
  }
}
@keyframes arrow {
  0%,100% {
    top: -30px;
  }
  50% {
    top: -20px;
  }
}

.scroll {
  position:relative;
  display:inline-block;
  color: #666666;
}
.scroll:hover {
  text-decoration:none;
  color: #666666;
}

.scroll:after {
  content:'';
  width: 15px;
  height: 15px;
  position:absolute;
  margin:auto;
  top:10px;
  right:0;
  left:0;
  -webkit-animation:3s arrow infinite ease;
  animation:3s arrow infinite ease;
}

.scroll:after {
  border-right:2px solid #cccccc;
  border-bottom:2px solid #cccccc;
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

footer {
  background-color: #0c0c0c;
  color: #ffffff;
}
.copyright {
  padding: 40px 0;
}

.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  right: 20px;
  z-index: 100;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

.sp-menu {
  width: 300px;
  height: 100%;
  padding-top: 60px;
  padding-left: 20px;
  background-color: #0c0c0c;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(300px);
  transition: all .5s;
}
.sp-menu.open {
  transform: translateZ(0);
}
.sp-menu .brand-logo {
  padding-bottom: 40px;
}
.sp-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sp-menu li {
  font-size: 20px;
  color: #fff;
  padding: 15px 0;
}
.sp-menu li a {
  color: #ffffff;
}

.news-detail {
  padding-bottom: 100px;
}
.news-detail .news-detail-title {
  padding: 0 0 20px 0;
  font-size: 18px;
}
.news-detail .news-detail-body {
  font-size: 14px;
}
.news-detail .news-detail-body a:hover {
  color: #f5368c;
}
.btn-news-list {
  margin-top: 40px;
  text-align: center;
}
.btn-news-list a {
  position: relative;
  padding: 10px 60px;
}
.btn-news-list a:hover:after {
  border-color: #ffffff;
}
.btn-news-list a:after {
  content:'';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 43%;
  left: 10px;
}

.btn-news-list a:after {
  border-right: 2px solid #0c0c0c;
  border-bottom: 2px solid #0c0c0c;
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
/* smart phone*/
@media (max-width: 575.98px) {
  .main-image-section {
    background-size: 80% auto;
  }
  #about-section h3 {
    font-size: 18px;
  }
  #about-section .about-text-ja {
    font-size: 16px;
    line-height: 1.5em;
  }
  #about-section .company-logo {
    margin-top: 20px;
  }
  #about-section .company-logo img {
    width: 80%;
  }
  .contents-section h2 {
    padding-bottom: 30px;
  }

  #page-top {
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 992px) {
  .menu-trigger {
    display: none;
  }
}