@charset "UTF-8";
/**********************

top

***********************/
.top-firstview-contener {
  width: 100%;
  height: 100vh;
  position: relative;
}

.top-firstview-contener .top-firstview-movie-box {
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.top-firstview-contener .top-firstview-movie-box .video-fix {
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  transition: all 0.3s ease;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: -1;
}

.top-firstview-contener .news-box-container {
  position: absolute;
  bottom: 4vh;
  left: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top-firstview-contener .news-box-container .top-firstview-news-box {
  height: fit-content;
  width: 100%;
  padding: 10px 18px;
  border-radius: 50px;
  background: #FFF;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.top-firstview-contener .news-box-container .top-firstview-news-box p.firstview-news {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.top-firstview-contener .news-box-container .top-firstview-news-box p.firstview-news span.newtag {
  width: 4em;
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  color: #FFF;
  background: #17a79f;
  border-radius: 40px;
  padding: 0 10px;
  margin-right: 0.6em;
}

.top-firstview-contener .news-box-container .top-firstview-news-box p.firstview-news span.date {
  width: 7em;
  display: block;
  font-size: 1.3rem;
  margin-right: 10px;
}

.top-firstview-contener .news-box-container .top-firstview-news-box p.firstview-news span.info {
  display: block;
  font-size: 1.3rem;
}

.top-firstview-contener .news-box-container .top-firstview-news-box + .top-firstview-news-box {
  margin-top: 10px;
}

.ver02 .top-firstview-contener {
  width: 100%;
  margin-top: 150px;
  height: calc(100vh - 150px);
  position: relative;
}

.top-concept-contener {
  width: 100%;
  padding: 6vh 0;
  position: relative;
  z-index: -1;
}

.top-concept-contener .top-concept_title {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}

.top-concept-contener .top-concept_title .english {
  color: #17a79f;
  order: 1;
  margin-bottom: 70px;
  position: relative;
}

.top-concept-contener .top-concept_title .english:before {
  content: "";
  width: 0;
  height: 2px;
  background: #17a79f;
  display: inline-block;
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin: auto auto auto -30px;
  transition: all 0.6s ease 1s;
}

.top-concept-contener .top-concept_title .japanese {
  color: #17a79f;
  order: 2;
  font-size: 4vw;
  margin-bottom: 50px;
}

.is-show .top-concept-contener .top-concept_title .english:before {
  width: 60px;
}

.top-concept-contener .vertical-writing {
  line-height: 5.5vw;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: -1;
}

.top-concept-contener .vertical-writing p {
  position: relative;
}

.top-concept-contener .vertical-writing span {
  position: relative;
}

.top-concept-contener .vertical-writing p {
  position: relative;
}

.top-concept-contener .vertical-writing p::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #Fff;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}

.top-concept-contener.is-show .vertical-writing p:nth-of-type(1)::before {
  top: 100%;
  transition: all 2s ease 1.2s;
  opacity: 0;
}

.top-concept-contener.is-show .vertical-writing p:nth-of-type(2)::before {
  top: 100%;
  transition: all 2s ease 1.4s;
  opacity: 0;
}

.top-concept-contener.is-show .vertical-writing p:nth-of-type(3)::before {
  top: 100%;
  transition: all 2s ease 1.6s;
  opacity: 0;
}

.top-concept-contener.is-show .vertical-writing p:nth-of-type(4)::before {
  top: 100%;
  transition: all 2s ease 1.8s;
  opacity: 0;
}

.top-project-contener {
  width: 100%;
  margin-bottom: 15vh;
}

.top-project-contener .topproject-titlebox {
  width: 60vw;
  background: url("../images/top/top-image02.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 20vh;
  padding-left: 16vw;
}

.top-project-contener .topproject-titlebox p.topproject-title {
  display: block;
  width: 100%;
  padding-top: 2vh;
}

.top-project-contener .topproject-titlebox p.topproject-title span.en {
  display: block;
  width: 100%;
  font-size: 6rem;
  color: #FFF;
  font-weight: 600;
  line-height: 0.7;
  margin-bottom: 8px;
}

.top-project-contener .topproject-titlebox p.topproject-title span.jp {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #FFF;
  font-weight: 600;
}

.top-project-contener ul.topproject-linklist {
  width: 100%;
  padding-left: 16vw;
  display: flex;
  justify-content: space-between;
  margin-top: -16vh;
}

.top-project-contener ul.topproject-linklist li {
  width: 33%;
  height: 23vw;
  padding: 20px;
  position: relative;
  background-size: cover;
}

.top-project-contener ul.topproject-linklist li p.read {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #FFF;
  line-height: 1.9;
  font-weight: 600;
}

.top-project-contener ul.topproject-linklist li p.number {
  position: absolute;
  right: 10px;
  bottom: 0;
  opacity: 0.7;
}

.top-project-contener ul.topproject-linklist li p.number img {
  width: 80px;
}

.top-project-contener ul.topproject-linklist li a.round-viewall {
  display: block;
  position: absolute;
  left: 25px;
  bottom: 25px;
  background: #FFF;
  border-radius: 30px;
  font-size: 1.4rem;
  color: #17a79f;
  padding: 5px 15px;
  font-weight: 600;
}

.top-person-contener {
  width: 100%;
  padding-left: 16vw;
  margin-bottom: 20vh;
  position: relative;
}

.top-person-contener p.topperson-title {
  width: calc(100% - 16vw);
  margin-right: 16vw;
}

.top-person-contener p.topperson-title span.jp {
  display: block;
  font-size: 1.6rem;
  color: #17a79f;
  font-weight: 600;
  margin-bottom: 4px;
}

.top-person-contener p.topperson-title span.en {
  display: block;
  font-size: 6rem;
  color: #17a79f;
  font-weight: 600;
  line-height: 0.7;
  margin-bottom: 8px;
}

.top-person-contener ul.topperson-link-list {
  width: calc(100% + 50px);
  margin-left: -50px;
  display: flex;
  justify-content: space-between;
}

.top-person-contener ul.topperson-link-list .slick-slide {
  margin-left: 50px;
}

.top-person-contener ul.topperson-link-list .slick-slide li {
  list-style: none;
  background: #888;
}

.top-person-contener ul.topperson-link-list .slick-slide li a {
  width: 100%;
  position: relative;
  display: block;
}

.top-person-contener ul.topperson-link-list .slick-slide li a img {
  width: 100%;
}

.top-person-contener ul.topperson-link-list .slick-slide li a .topperson-info {
  position: absolute;
  top: 40%;
  left: -10px;
  display: block;
}

.top-person-contener ul.topperson-link-list .slick-slide li a .topperson-info p.interview-num {
  display: block;
}

.top-person-contener ul.topperson-link-list .slick-slide li a .topperson-info p.interview-num span.en {
  display: block;
  font-size: 1rem;
  color: #17a79f;
  font-weight: 600;
}

.top-person-contener ul.topperson-link-list .slick-slide li a .topperson-info p.interview-num span.num {
  display: block;
  font-size: 3rem;
  font-weight: 500;
  color: #17a79f;
  line-height: 0.8;
}

.top-person-contener ul.topperson-link-list .slick-slide li a .topperson-info p.interview-name {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background: rgba(23, 167, 159, 0.8);
  padding: 10px;
}

.top-person-contener ul.topperson-link-list .slick-slide li a .topperson-info p.interview-name span.prof {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  color: #FFF;
  font-weight: 600;
  height: 4rem;
  letter-spacing: 0;
}

.top-person-contener ul.topperson-link-list .slick-slide li a .topperson-info p.interview-name span.name {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.8rem;
  color: #FFF;
  font-weight: 500;
  margin-top: 20px;
}

.top-person-contener a.roundbtn {
  right: 40px;
  bottom: -50px;
  font-size: 1.5rem;
  position: absolute;
  background: #17a79f;
  color: #FFF;
  border-radius: 50px;
  padding: 5px 10px;
}

.slide-dots {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: calc(100% - 50px - 16vw);
  margin-left: 50px;
  display: flex;
}

.slide-dots > li {
  display: inline-block;
  flex-grow: 1;
  margin: 0;
  opacity: 1 !important;
}

.slide-dots > li button {
  position: relative;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 100%;
  height: 5px;
}

.slide-dots > li button:before {
  content: "";
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background: #7f7f80;
  width: 100%;
  height: 5px;
}

.slide-dots > li.slick-active button:before {
  content: "";
  background: #17a79f;
}

.top-pickup-contener {
  width: 100%;
  padding: 0 0 8vh 16vw;
  margin-bottom: 10vh;
  overflow: hidden;
}

.top-pickup-contener p.toppickup-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}

.top-pickup-contener p.toppickup-title span.jp {
  display: block;
  font-size: 1.6rem;
  color: #17a79f;
  font-weight: 600;
}

.top-pickup-contener p.toppickup-title span.en {
  position: absolute;
  left: 0;
  top: -18px;
  transform: rotate(90deg);
  transform-origin: left bottom;
  display: block;
  font-size: 6rem;
  color: #17a79f;
  font-weight: 600;
  line-height: 0.7;
  margin-bottom: 0px;
}

.top-pickup-contener ul.toppickup-link-list {
  margin-left: 5vw;
  width: 79vw;
  display: flex;
  justify-content: space-between;
}

.top-pickup-contener ul.toppickup-link-list li {
  width: calc(26.3333333333vw - 5px);
  height: 300px;
  background: #888;
  margin-left: 5px;
}

.top-pickup-contener ul.toppickup-link-list li.pick01 {
  background: url("../images/top/top_pickup01.jpg") no-repeat center center;
  background-size: cover;
}

.top-pickup-contener ul.toppickup-link-list li.pick02 {
  background: url("../images/top/top_pickup03.jpg") no-repeat center center;
  background-size: cover;
}

.top-pickup-contener ul.toppickup-link-list li.pick03 {
  background: url("../images/top/top_pickup02.jpg") no-repeat center center;
  background-size: cover;
}

.top-pickup-contener ul.toppickup-link-list li.pick04 {
  background: url("../images/top/top_pickup04.jpg") no-repeat center center;
  background-size: cover;
}

.top-pickup-contener ul.toppickup-link-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0.7vw;
}

.top-pickup-contener ul.toppickup-link-list li a p.toppickup-linktitle {
  display: block;
  width: 100%;
  font-size: 3rem;
  font-weight: 600;
  color: #FFF;
  line-height: 1.4;
}

.top-pickup-contener ul.toppickup-link-list li a p.toppickup-linkread {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
  padding: 20px 30px 20px 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFF;
}

.top-pickup-contener ul.toppickup-link-list li a p.toppickup-linkread::after {
  content: "＞";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) scaleX(0.7);
  font-weight: 900;
}

.top-pickup-contener ul.toppickup-link-list .slick-list {
  width: 100%;
}

.top-pickup-contener ul.toppickup-link-list .slick-slide {
  margin-right: 5px;
}

.top-recruit-contener {
  width: 100%;
  margin-bottom: 10vh;
}

.top-recruit-contener .toprecruit-titlebox {
  width: 100%;
  padding: 0 16vw;
  background: url("../images/top/top-image11.jpg") no-repeat center center;
  background-size: cover;
  height: 25vh;
  z-index: -1;
}

.top-recruit-contener .toprecruit-titlebox p.toprecruit-title {
  display: block;
  width: 100%;
  padding-top: 2vh;
}

.top-recruit-contener .toprecruit-titlebox p.toprecruit-title span.en {
  display: block;
  width: 100%;
  font-size: 6rem;
  color: #FFF;
  font-weight: 600;
  line-height: 0.7;
  margin-bottom: 8px;
}

.top-recruit-contener .toprecruit-titlebox p.toprecruit-title span.jp {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #FFF;
  font-weight: 600;
}

.top-recruit-contener ul.toprecruit-link-list {
  width: 85%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-6vh);
  margin: 0 auto;
}

.top-recruit-contener ul.toprecruit-link-list li {
  width: 48%;
}

.top-recruit-contener ul.toprecruit-link-list li a {
  display: flex;
  width: 100%;
}

.top-recruit-contener ul.toprecruit-link-list li a .toprecruit-link-img {
  width: 50%;
}

.top-recruit-contener ul.toprecruit-link-list li a .toprecruit-link-img img {
  width: 100%;
  height: 100%;
  background: #777;
}

.top-recruit-contener ul.toprecruit-link-list li a p.toprecruit-linkread {
  width: 50%;
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: flex-end;
  background: #17a79f;
}

.top-recruit-contener ul.toprecruit-link-list li a p.toprecruit-linkread span {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
  padding: 20px 30px 20px 10px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFF;
}

.top-recruit-contener ul.toprecruit-link-list li a p.toprecruit-linkread span::after {
  content: "＞";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) scaleX(0.7);
  font-weight: 900;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  /**********************

  top

  ***********************/
  .vertical-writing::before {
    display: none;
  }
  .top-project-contener .topproject-titlebox {
    width: 100vw;
    padding-left: 7vw;
  }
  .top-project-contener .topproject-titlebox p.topproject-title {
    display: block;
    width: 100%;
    padding-top: 2vh;
  }
  .top-project-contener .topproject-titlebox p.topproject-title span.en {
    display: block;
    width: 100%;
    font-size: 13vw;
    color: #FFF;
    font-weight: 600;
    line-height: 0.7;
    margin-bottom: 8px;
  }
  .top-project-contener .topproject-titlebox p.topproject-title span.jp {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    color: #FFF;
    font-weight: 600;
  }
  .top-project-contener ul.topproject-linklist {
    width: 100%;
    padding-left: 7vw;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -16vh;
  }
  .top-project-contener ul.topproject-linklist li {
    width: 100%;
    height: 25vw;
    padding: 3vw;
    position: relative;
    background-size: cover !important;
  }
  .top-project-contener ul.topproject-linklist li p.read {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    color: #FFF;
    line-height: 1.9;
    font-weight: 600;
  }
  .top-project-contener ul.topproject-linklist li p.number {
    position: absolute;
    right: 10px;
    bottom: 0;
    opacity: 0.7;
  }
  .top-project-contener ul.topproject-linklist li p.number img {
    width: 80px;
  }
  .top-project-contener ul.topproject-linklist li a.round-viewall {
    display: block;
    position: absolute;
    left: 3vw;
    bottom: 25px;
    background: #FFF;
    border-radius: 30px;
    font-size: 1.4rem;
    color: #17a79f;
    padding: 5px 40px;
    font-weight: 600;
  }
  .top-recruit-contener ul.toprecruit-link-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 7vw;
    transform: translateY(-11vh);
    flex-wrap: wrap;
  }
  .top-recruit-contener ul.toprecruit-link-list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-recruit-contener ul.toprecruit-link-list li a {
    display: flex;
    width: 100%;
  }
  .top-recruit-contener ul.toprecruit-link-list li a .toprecruit-link-img {
    width: 50%;
    overflow: hidden;
    height: 17vh;
  }
  .top-recruit-contener ul.toprecruit-link-list li a .toprecruit-link-img img {
    width: 100%;
    height: auto;
    background: #777;
  }
}
@media screen and (max-width: 834px) and (orientation: portrait) {
  /**********************

  top

  ***********************/
  .top-firstview-contener {
    height: calc(100vh + 0px);
  }
  .ver03 .top-firstview-contener .top-firstview-movie-box {
    height: 100vh !important;
  }
  .top-firstview-contener .top-firstview-movie-box .video-fix {
    height: 100%;
  }
  .ver03 .top-firstview-contener .top-firstview-movie-box .video-fix {
    height: 100vh !important;
    min-height: 100vh !important;
  }
  .top-firstview-contener .news-box-container {
    bottom: 12vw;
    width: 96vw;
    padding: 15px 20px;
    border-radius: 10px;
    background: #FFF;
  }
  .top-firstview-contener .news-box-container .top-firstview-news-box {
    width: 100%;
    padding: 0;
    border-radius: unset;
    background: unset;
  }
  .top-firstview-contener .news-box-container .top-firstview-news-box p.firstview-news {
    flex-wrap: wrap;
    height: fit-content;
  }
  .top-firstview-contener .news-box-container .top-firstview-news-box p.firstview-news span.newtag {
    order: 2;
  }
  .top-firstview-contener .news-box-container .top-firstview-news-box p.firstview-news span.date {
    margin-right: 0;
    order: 1;
  }
  .top-firstview-contener .news-box-container .top-firstview-news-box p.firstview-news span.info {
    margin: 5px 0;
    order: 3;
    width: 100%;
  }
  .top-firstview-contener .news-box-container .top-firstview-news-box + .top-firstview-news-box {
    margin-top: unset;
    border-top: 1px dotted #17a79f;
    padding-top: 5px;
  }
  .ver02 .top-firstview-contener {
    width: 100%;
    margin-top: 0;
    height: calc(100vh + 100px);
    position: relative;
  }
  .ver03 .top-firstview-contener {
    width: 100%;
    margin-top: 0;
    height: calc(100vh + 100px);
    position: relative;
  }
  .top-concept-contener {
    width: 100%;
    padding: 6vh 0;
    position: relative;
    z-index: 0;
  }
  .top-concept-contener .top-concept_title {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
  .top-concept-contener .top-concept_title .english {
    color: #17a79f;
    order: 1;
    margin-bottom: 70px;
    position: relative;
  }
  .top-concept-contener .top-concept_title .english:before {
    content: "";
    width: 0;
    height: 2px;
    background: #17a79f;
    display: inline-block;
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin: auto auto auto -30px;
    transition: all 0.6s ease 1s;
  }
  .top-concept-contener .top-concept_title .japanese {
    font-size: 6vw;
  }
  .is-show .top-concept-contener .top-concept_title .english:before {
    width: 60px;
  }
  .top-concept-contener .vertical-writing {
    width: 80vw;
    transform: translateX(12%);
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    line-height: 2em;
    padding-top: 20px;
    position: relative;
  }
  .top-concept-contener .vertical-writing::before {
    content: "";
    position: relative;
    z-index: 1000;
    position: absolute;
    top: -10px;
    left: 10px;
    width: 55px;
    height: 24px;
    background: url(../images/top/top-concept_title-arrow.png) no-repeat;
    background-size: cover;
    opacity: 1;
    transition: 0.25s all ease 2.25s;
    display: inline-block;
  }
  .top-concept-contener .vertical-writing p {
    position: relative;
  }
  .l-top-concept.is-show .vertical-writing::before {
    content: "";
    opacity: 1;
    left: 0;
  }
  .top-concept-contener .vertical-writing span {
    position: relative;
  }
  .top-concept-contener .vertical-writing p {
    position: relative;
  }
  .top-concept-contener .vertical-writing p::before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #Fff;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
  }
  .top-concept-contener.is-show .vertical-writing p:nth-of-type(1)::before {
    top: 100%;
    transition: all 2s ease 1.2s;
    opacity: 0;
  }
  .top-concept-contener.is-show .vertical-writing p:nth-of-type(2)::before {
    top: 100%;
    transition: all 2s ease 1.4s;
    opacity: 0;
  }
  .top-concept-contener.is-show .vertical-writing p:nth-of-type(3)::before {
    top: 100%;
    transition: all 2s ease 1.6s;
    opacity: 0;
  }
  .top-concept-contener.is-show .vertical-writing p:nth-of-type(4)::before {
    top: 100%;
    transition: all 2s ease 1.8s;
    opacity: 0;
  }
  .top-project-contener {
    width: 100%;
    margin-bottom: 15vh;
  }
  .top-project-contener .topproject-titlebox {
    width: 100vw;
    background: url("../images/top/top-image02.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 20vh;
    padding-left: 7vw;
  }
  .top-project-contener .topproject-titlebox p.topproject-title {
    display: block;
    width: 100%;
    padding-top: 2vh;
  }
  .top-project-contener .topproject-titlebox p.topproject-title span.en {
    display: block;
    width: 100%;
    font-size: 16vw;
    color: #FFF;
    font-weight: 600;
    line-height: 0.7;
    margin-bottom: 8px;
  }
  .top-project-contener .topproject-titlebox p.topproject-title span.jp {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    color: #FFF;
    font-weight: 600;
  }
  .top-project-contener ul.topproject-linklist {
    width: 100%;
    padding-left: 7vw;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -16vh;
  }
  .top-project-contener ul.topproject-linklist li {
    width: 100%;
    height: 35vw;
    padding: 13px;
    position: relative;
    background-size: cover;
  }
  .top-project-contener ul.topproject-linklist li p.read {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    color: #FFF;
    line-height: 1.9;
    font-weight: 600;
  }
  .top-project-contener ul.topproject-linklist li p.number {
    position: absolute;
    right: 10px;
    bottom: 0;
    opacity: 0.7;
  }
  .top-project-contener ul.topproject-linklist li p.number img {
    width: 80px;
  }
  .top-project-contener ul.topproject-linklist li a.round-viewall {
    display: block;
    position: absolute;
    left: 25px;
    bottom: 9px;
    background: #FFF;
    border-radius: 30px;
    font-size: 1.4rem;
    color: #17a79f;
    padding: 5px 15px;
    font-weight: 600;
  }
  .top-person-contener {
    padding-left: 7vw;
    margin-bottom: 20vh;
  }
  .top-person-contener p.topperson-title {
    width: calc(100% - 16vw);
    margin-right: 16vw;
  }
  .top-person-contener p.topperson-title span.jp {
    display: block;
    font-size: 1.6rem;
    color: #17a79f;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .top-person-contener p.topperson-title span.en {
    display: block;
    font-size: 13vw;
    color: #17a79f;
    font-weight: 600;
    line-height: 0.7;
    margin-bottom: 20px;
  }
  .top-person-contener ul.topperson-link-list {
    width: calc(100% + 20px);
    margin-left: -22px;
    display: flex;
    justify-content: space-between;
  }
  .top-person-contener ul.topperson-link-list .slick-slide {
    margin-left: 23px;
  }
  .top-person-contener ul.topperson-link-list .slick-slide li {
    list-style: none;
    background: #888;
  }
  .top-person-contener ul.topperson-link-list .slick-slide li a {
    width: 100%;
    position: relative;
    display: block;
  }
  .top-person-contener ul.topperson-link-list .slick-slide li a img {
    width: 100%;
  }
  .top-person-contener ul.topperson-link-list .slick-slide li a .topperson-info {
    position: absolute;
    top: 40%;
    left: -10px;
    display: block;
  }
  .top-person-contener ul.topperson-link-list .slick-slide li a .topperson-info p.interview-num {
    display: block;
  }
  .top-person-contener ul.topperson-link-list .slick-slide li a .topperson-info p.interview-num span.en {
    display: block;
    font-size: 1rem;
    color: #17a79f;
    font-weight: 600;
  }
  .top-person-contener ul.topperson-link-list .slick-slide li a .topperson-info p.interview-num span.num {
    display: block;
    font-size: 3rem;
    font-weight: 500;
    color: #17a79f;
    line-height: 0.8;
  }
  .top-person-contener ul.topperson-link-list .slick-slide li a .topperson-info p.interview-name {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background: rgba(23, 167, 159, 0.8);
    padding: 10px;
  }
  .top-person-contener ul.topperson-link-list .slick-slide li a .topperson-info p.interview-name span.prof {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    color: #FFF;
    font-weight: 600;
    height: 4rem;
    letter-spacing: 0;
  }
  .top-person-contener ul.topperson-link-list .slick-slide li a .topperson-info p.interview-name span.name {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 1.8rem;
    color: #FFF;
    font-weight: 500;
    margin-top: 20px;
  }
  .top-person-contener a.roundbtn {
    right: 8vw;
    bottom: -62px;
    font-size: 1.3rem;
    position: absolute;
    background: #17a79f;
    color: #FFF;
    border-radius: 50px;
    padding: 5px 10px;
  }
  .slide-dots {
    position: absolute;
    left: 0;
    bottom: -80px;
    width: calc(100% - 14vw);
    margin-left: 5.5vw;
    display: flex;
  }
  .slide-dots > li {
    display: inline-block;
    flex-grow: 1;
    margin: 0;
    opacity: 1 !important;
  }
  .slide-dots > li button {
    position: relative;
    text-indent: -9999px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 100%;
    height: 5px;
  }
  .slide-dots > li button:before {
    content: "";
    font-size: 20px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    background: #7f7f80;
    width: 100%;
    height: 5px;
  }
  .slide-dots > li.slick-active button:before {
    content: "";
    background: #17a79f;
  }
  .top-pickup-contener {
    width: 100%;
    padding: 0 0 0vh 7vw;
    margin-bottom: 10vh;
    overflow: hidden;
  }
  .top-pickup-contener p.toppickup-title {
    width: calc(100% - 16vw);
    margin-right: 16vw;
    display: flex;
    flex-direction: column;
  }
  .top-pickup-contener p.toppickup-title span.jp {
    display: block;
    font-size: 1.3rem;
    color: #17a79f;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .top-pickup-contener p.toppickup-title span.en {
    display: block;
    font-size: 13vw;
    color: #17a79f;
    font-weight: 600;
    line-height: 0.7;
    margin-bottom: 20px;
    transform: rotate(0deg);
    position: inherit;
    top: auto;
    left: auto;
  }
  .top-pickup-contener ul.toppickup-link-list {
    margin-left: 0vw;
    width: 93vw;
    display: flex;
    justify-content: space-between;
  }
  .top-pickup-contener ul.toppickup-link-list li {
    width: 100%;
    height: 190px;
    background: #888;
    margin-left: 5px;
  }
  .top-pickup-contener ul.toppickup-link-list li .slick-slide {
    width: 100%;
  }
  .top-pickup-contener ul.toppickup-link-list li.pick01 {
    background: url("../images/top/top_pickup01.jpg") no-repeat center center;
    background-size: cover;
  }
  .top-pickup-contener ul.toppickup-link-list li.pick02 {
    background: url("../images/top/top_pickup03.jpg") no-repeat center center;
    background-size: cover;
  }
  .top-pickup-contener ul.toppickup-link-list li.pick03 {
    background: url("../images/top/top_pickup02.jpg") no-repeat center center;
    background-size: cover;
  }
  .top-pickup-contener ul.toppickup-link-list li.pick04 {
    background: url("../images/top/top_pickup04.jpg") no-repeat center center;
    background-size: cover;
  }
  .top-pickup-contener ul.toppickup-link-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 2vw;
  }
  .top-pickup-contener ul.toppickup-link-list li a p.toppickup-linktitle {
    display: block;
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
    color: #FFF;
    line-height: 1;
  }
  .top-pickup-contener ul.toppickup-link-list li a p.toppickup-linkread {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    padding: 20px 15px 20px 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: #FFF;
    letter-spacing: 0;
  }
  .top-pickup-contener ul.toppickup-link-list li a p.toppickup-linkread::after {
    content: "＞";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%) scaleX(0.7);
    font-weight: 900;
  }
  .top-pickup-contener ul.toppickup-link-list .slick-list {
    width: 100%;
  }
  .top-pickup-contener ul.toppickup-link-list .slick-slide {
    margin-right: 5px;
    width: 100%;
  }
  .top-recruit-contener {
    width: 100%;
    margin-bottom: 5vh;
  }
  .top-recruit-contener .toprecruit-titlebox {
    width: 100%;
    padding: 0 7vw;
    background: url("../images/top/top-image11.jpg") no-repeat center center;
    background-size: cover;
    height: 25vh;
    z-index: -1;
  }
  .top-recruit-contener .toprecruit-titlebox p.toprecruit-title {
    display: block;
    width: 100%;
    padding-top: 2vh;
  }
  .top-recruit-contener .toprecruit-titlebox p.toprecruit-title span.en {
    display: block;
    width: 100%;
    font-size: 13vw;
    color: #FFF;
    font-weight: 600;
    line-height: 0.7;
    margin-bottom: 8px;
  }
  .top-recruit-contener .toprecruit-titlebox p.toprecruit-title span.jp {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    color: #FFF;
    font-weight: 600;
  }
  .top-recruit-contener ul.toprecruit-link-list {
    width: 80%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    transform: translateY(-12vh);
    flex-wrap: wrap;
    margin: 5vh auto;
  }
  .top-recruit-contener ul.toprecruit-link-list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-recruit-contener ul.toprecruit-link-list li a {
    display: flex;
    width: 100%;
  }
  .top-recruit-contener ul.toprecruit-link-list li a .toprecruit-link-img {
    width: 100%;
    height: 15vh;
  }
  .top-recruit-contener ul.toprecruit-link-list li a .toprecruit-link-img img {
    width: 100%;
    background: #777;
    height: auto;
  }
  .top-recruit-contener ul.toprecruit-link-list li a p.toprecruit-linkread {
    width: 100%;
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
    background: #17a79f;
    min-width: inherit;
  }
  .top-recruit-contener ul.toprecruit-link-list li a p.toprecruit-linkread span {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    padding: 20px 30px 20px 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #FFF;
  }
  .top-recruit-contener ul.toprecruit-link-list li a p.toprecruit-linkread span::after {
    content: "＞";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) scaleX(0.7);
    font-weight: 900;
  }
}
/*# sourceMappingURL=maps/top.css.map */
