
.top-message{
  background-image: url(lib/images/bg_aboutus.png);
  background-repeat: no-repeat;
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
  background-size:cover;
}

.top-message_header{
  padding-top: 200px;
}

.top-message_header, .top-message_title, .main-message{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-message_core{
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;  
}

.top-message_core > span{
  background-color: #00A89C;
  color: #ffffff;
  font-size: 80px;
  text-align: right;
  margin-bottom: 40px;
  padding: 20px 0px 20px 300px;
  box-shadow: 0px 3px rgba(0,0,0,0.1);
}

.top-message_title{
  margin-top: -400px;
}

.top-message_title img{
  margin-right: 20px;
}

.main-message{
  /* margin-top: -160px; */
}
.main-message-content{
  background-color: #00A89C;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  opacity: 70%;
  margin-right: 20px;
  padding: 40px 0;
  line-height: 1.6em;
  font-size: 1rem;
}

.trusted-by-companies-img{
  margin-top: 200px;
  text-align: center;
}
.trusted-by-companies-img > img{
  padding: 20px;
  background-color: #ffffff;
}
.case-study{
  background-color: #00A89C;
}
.case-study-container{
  padding: 90px 0px;
  margin: 0 auto;
}
.case{
  color: #ffffff;
  text-align: center;
  line-height: 2rem;
}

.person-name{
  font-size: 1.5rem;    
}
.Honorific{
  font-size: 1.1rem;
}

.swipe-button-next, .swipe-button-prev{
  position: absolute;
  top: 23%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swipe-ctl{
  margin: 0 auto;
}
.swipe-button-prev {
  left: 15%;
  right: auto;
}
.swipe-button-next{
  left: auto;
  right: 15%;
}
.swipe-button-prev svg, .swipe-button-next svg {
  width: 26px;
  height: 42px;  
}
/* 次へ、前へのボタンスタイル */
.cls-2 {
  stroke: #f5f5f5;
}

.office-image-container{
  margin: 0 auto;
  margin-top: 200px;
  text-align: center;
}

.office-img{
  margin: 4px;
}

.our-team-title, .partner-title, .company-title{
  margin-top: 200px;
  text-align: center;
}

.section-description{
  margin: 80px auto;
  text-align: center;
  line-height: 1.6;
}

.worker-wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.worker-card{
  flex: 0 0 auto;
  width:720px;
  background-color: #F5F7F9;
  margin: 20px;
}

.worker-content{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.worker-image-containner {
  flex-basis: 30%;
}

.worker-image {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.worker-movie-containner{
  width: 100%;
}

.worker-movie-inner{
  position: relative;
  width: 90%;
  height: 0;
  padding-top: 56%;
  margin: 10px auto;
}

.worker-movie{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 95%;
  height: 100%;
  margin: auto;
  background-color: #000000;
}

.worker-description{
  flex-basis: 70%;
  padding:30px 15px 0px 15px;
}

.worker-job{
  font-size: 14px;
}

.worker-history{
  margin-top: 18px;
}

.worker-contact-wrapper{
  text-align: center;
}

.contact-img{
  margin: 30px 15px;
}

.company-info-content table{
  margin: 0 auto;
  border-collapse: collapse;
  text-align: center;
  line-height: 2;
}

.company-info-content tr{
  border-bottom: 1px solid black;
}

.company-info-content td:first-child{
  width: 150px;
  vertical-align: middle;
}

.company-link{
  text-align: right;
}

.company-link p, .company-link img{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.company-link a:link, .company-link a:visited, .company-link a:hover, .company-link a:active {
  color: black;
}

.contact-button{
  display: block;
  width: 300px;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  background-color: #00A89C;
  border: 1px solid #00A89C;
  border-radius: 23px;
  margin: 120px auto;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

.googlemap{
  position:relative;
  width:100%;
  height:0;
  padding-top:75%;
}

.googlemap iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

@media screen and (min-width: 768px) {
  .main-container{
    min-width: 1280px;
  }

  .top-message_title img{
    width: 1140px;
  }

  .main-message-content{
    width: 1100px;
  }

  .case-study-container{
    width: 852px;    
  }

  .case-person-img{
    margin-bottom: 40px;
  }

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

  .case-title{
    margin-bottom: 20px;
  }

  .case-title > span{
    font-size: 1.5rem;
  }

  .case-study-container{
    padding: 40px 0px;
  }

  .office-image-container{
    width:1500px;
  }
  
  .worker-wrapper{
    width:1520px;
  }

  .contact-button:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .main-container{
    width: 100%;
  }

  .top-message_header {
    padding-top: 40px;
    z-index: 1;
    position: relative;
  }

  .top-message-ceo-img{
    margin-top: -45px;
  }
  .top-message_title img{
    margin-right: 0;
  }

  .top-message_title {
    margin-top: -85px;
  }

  .top-message_title img{
    width: 100%;
  }

  .top-message_core > span{
    font-size: 2rem;
    padding: 14px 0px 14px 10px;
    margin-bottom: 20px;
  }

  .top-message-ceo-img img{
    width: 100%;
  }

  .main-message-content {
    margin: 0 auto;
  }

  .main-message-txt {
    width: 90%;
    margin: 0 auto;
  }
  .trusted-by-companies-img {
    margin-top: 0;
    width: 100%;
  }

  .trusted-by-companies-img > img {
    width: 90%;
    padding: 0;
  }

  .case-person-img{
    margin-bottom: 20px;
  }
  
  .case-logo{
    margin: 10px 0px;
  }
  
  .case-title{
    margin-bottom: 10px;
  }

  .case-title > span{
    font-size: 1.3rem;
  }

  .case-person-detail .company, .case-message{
    font-size: 0.9rem;
  }

  .swiper-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .swipe-button-next, .swipe-button-prev {
    top: 15%;
  }

  #office-img1, #office-img2, #office-img4, #office-img8, #office-img10 {
    width: 22%;
  }

  #office-img3, #office-img9 {
    width: 45%;
  }

  #office-img5{
    width: 71%;
  }

  #office-img6, #office-img7 {
    width: 46%;
  }

  .our-team-title img, .partner-title img, .company-title img{
    width: 100%;
  }

  .office-image-container {
    margin-top: 40px;
  }

  .our-team-title, .partner-title, .company-title {
    margin-top: 40px;
  }

  .worker-card {
    width: 90%;
  }

  .worker-content {
    display: block;
  }

  .worker-image-containner {
    width: 100%;
  }

  .section-description p {
    width: 90%;
    margin: 0 auto;
  }

  .section-description {
    margin: 40px auto;
  }

  .company-info-content table {
    word-break: break-word;
    width: 90%;
    table-layout: fixed;
  }

  .company-info-content td:first-child{
    width: 23%;
    text-align: left;
    vertical-align: middle;
  }

  .contact-button {
    margin: 60px auto;
  }


}
