.message {
  text-align: center;
  margin-bottom: 100px;
}
.message h3 {
  font-size: 2.8em;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0.75em;
}
.message p {
  margin-bottom: 1em;
}
.message .name {
  font-weight: 500;
  font-size: 1.675em;
}

.strong {
  position: relative;
  margin-bottom: 100px;
}
.strong::before {
  content: "";
  position: absolute;
  top: 0;
  left: 360px;
  width: 100%;
  height: 100%;
  margin: 0 calc(50% - 50vw) 0 0;
  background-color: #e5e5e5;
  z-index: -1;
}
.strong ul.slide-items {
  padding: 40px 0 100px;
  margin-bottom: 0;
}
.strong ul.slide-items li.slide-item-child {
  display: flex !important;
}
.strong ul.slide-items li.slide-item-child .textarea {
  width: 420px;
  margin-left: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.strong ul.slide-items li.slide-item-child .textarea h4 {
  margin-bottom: 30px;
  font-size: 1.8em;
  line-height: 1.5em;
}
.strong ul.slide-items li.slide-item-child .textarea p {
  margin-bottom: 60px;
  font-size: 1.1em;
}
.strong ul.slide-items li.slide-item-child .numbering {
  position: relative;
  color: #aba9a9;
  writing-mode: vertical-rl;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.53em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-left: 50px;
}
.strong ul.slide-items li.slide-item-child .numbering span {
  writing-mode: horizontal-tb;
  font-size: 1.82em;
  line-height: 1.5em;
}
.strong ul.slide-items li.slide-item-child .numbering::before {
  content: "";
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 250px;
  background-color: #aba9a9;
}
.strong ul.slide-items .slick-dots {
  bottom: 180px;
  left: 40%;
}
.strong ul.slide-items .slick-dots li {
  padding: 0 9px;
}
.strong ul.slide-items .slick-dots li button:before {
  font-size: 17px;
  color: #fff;
}
.strong ul.slide-items .slick-dots li.slick-active button:before {
  color: #0062d9;
}

.company {
  padding-bottom: 100px;
}
.company dl {
  max-width: 860px;
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 1.1em;
}
.company dl dt, .company dl dd {
  padding: 30px;
  border-bottom: 1px solid #d6d6d6;
}
.company dl dt {
  width: 25%;
  padding-left: 80px;
}
.company dl dd {
  width: 75%;
}
.company dl dd a {
  text-decoration: underline;
}
.company dl dd a i {
  margin-left: 0.25em;
}

/*===========================================================================*/
/*  media quary:1200px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  .subsub-t {
    font-size: 3.5em;
  }

  .strong ul.slide-items li.slide-item-child img {
    width: 50%;
    height: auto;
  }
  .strong ul.slide-items li.slide-item-child .textarea {
    width: calc(50% - 130px);
    margin-left: 50px;
  }
  .strong ul.slide-items li.slide-item-child .numbering {
    margin-left: 20px;
    font-size: 1.4em;
  }
  .strong ul.slide-items li.slide-item-child .numbering::before {
    top: 170px;
    bottom: inherit;
    height: 200px;
  }
  .strong ul.slide-items .slick-dots {
    top: 380px;
    bottom: inherit;
  }
  .strong::before {
    left: 320px;
  }
}
/*===========================================================================*/
/*  media quary:820px  */
/*===========================================================================*/
@media screen and (max-width: 820px) {
  .strong ul.slide-items .slick-dots {
    top: inherit;
    bottom: 60px;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .message .flexbox {
    flex-wrap: wrap;
  }
  .message .box-left {
    padding-right: 0;
    width: 100%;
  }
  .message .box-left h3 {
    font-size: 2.2em;
    line-height: 1.2em;
  }
  .message .box-right {
    width: 80%;
    margin: 0 auto;
  }

  .strong ul.slide-items {
    padding: 10px 0 80px;
  }
  .strong ul.slide-items li.slide-item-child {
    flex-wrap: wrap;
  }
  .strong ul.slide-items li.slide-item-child .textarea {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .strong ul.slide-items li.slide-item-child .textarea h4 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
  .strong ul.slide-items li.slide-item-child .textarea p {
    font-size: 1.1em;
    margin-bottom: 40px;
  }
  .strong ul.slide-items li.slide-item-child img {
    width: calc(100% - 60px);
  }
  .strong ul.slide-items li.slide-item-child .numbering {
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.25em;
  }
  .strong ul.slide-items li.slide-item-child .numbering::before {
    bottom: -120px;
    height: 100px;
  }
  .strong ul.slide-items .slick-dots {
    left: 0;
  }
  .strong::before {
    left: 80px;
  }

  .company dl dt {
    width: 150px;
    padding-left: 30px;
  }
  .company dl dd {
    width: calc(100% - 150px);
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .company dl dt, .company dl dd {
    padding: 20px 10px;
  }
  .company dl dt {
    width: 110px;
    padding-left: 10px;
  }
  .company dl dd {
    width: calc(100% - 110px);
  }
}

/*# sourceMappingURL=aboutus.css.map */
