@charset "utf-8";

/*
  File Name   : top.css
  Description : トップページ
*/

#container {
  background: #f2f2f2;
  padding-top: 80px;
}

/* kv
============================================================ */
.kv {
  position: relative;
  width: 100%;
}
.kv__slider__item {
  width: 100%;
  height: calc(100vh + 65px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.kv__slider__item--01 {
  background-image: url(../img/top/img-kv-01.jpg);
}
.kv__slider__item--02 {
  background-image: url(../img/top/img-kv-02.jpg);
}
.kv__slider__item--03 {
  background-image: url(../img/top/img-kv-03.jpg);
}
.kv__slider__item--04 {
  background-image: url(../img/top/img-kv-04.jpg);
}
.kv__slider__item--05 {
  background-image: url(../img/top/img-kv-05.jpg);
}
.kv__slider__item--06 {
  background-image: url(../img/top/img-kv-06.jpg);
}
.kv__news {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.kv__news__title {
  position: relative;
  width: 13%;
  max-width: 150px;
  padding: 0 0 0 15px;
  height: 65px;
  line-height: 65px;
  font-size: 22px;
  color: #0f68b3;
  background: #f2f2f2;
  text-align: center;
}
.kv__news__title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #0f68b3;
}
.kv__news__title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -30px;
  bottom: 0;
  border-style: solid;
  border-width: 65px 0 0px 30px;
  border-color: transparent transparent transparent #f2f2f2;
}
.kv__news__body {
  width: 87%;
  height: 60px;
  padding: 0 0 0 50px;
  line-height: 60px;
  color: #fff;
  background: rgba(0, 0, 0, .8);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.kv__news__text {
  padding: 0 10px 0 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.kv__news__btn {
  margin-left: auto;
  flex-shrink: 0;
}
.kv__news__btn a {
  display: block;
  position: relative;
  height: 36px;
  line-height: 36px;
  padding: 0 50px 0 23px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 18px 0 0 18px;
  color: #fff;
  background: #093f6e;
  text-decoration: none;
}
.kv__news__btn a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(../img/top/icon-kv-01.png) no-repeat;
  background-size: cover;
}
.kv .slick-dots {
  bottom: -35px;
}
.kv .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.kv .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #c7c7c7;
  border-radius: 5px;
}
.kv .slick-dots li.slick-active button {
  background: #0f68b3;
}
.kv .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
}
.kv .slick-prev,
.kv .slick-next {
  width: 50px;
  height: 50px;
  z-index: 1;
}
.kv .slick-prev {
  left: 0;
}
.kv .slick-next {
  right: 0;
}
.kv .slick-prev:before,
.kv .slick-next:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.kv .slick-prev:before {
  background: url(../img/top/icon-kv-02.png) no-repeat;
  background-size: cover;
}
.kv .slick-next:before {
  background: url(../img/top/icon-kv-03.png) no-repeat;
  background-size: cover;
}

/* section
------------------------------------------------------------ */
.sec {
  width: 100%;
  padding: 80px 0;
}
.sec-inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.sec__title {
  font-size: 32px;
  text-align: center;
}
.sec__content {
  margin: 30px 0 0;
}

/* sec-movie,
   sec-message
------------------------------------------------------------ */
.sec-movie,
.sec-message {
  background: #f2f2f2;
}
.sec-message {
  padding-top: 0;
}
.sec-movie .sec__content,
.sec-message .sec__content {
  display: flex;
  justify-content: space-between;
}
.sec-movie .sec__content__item,
.sec-message .sec__content__item {
  position: relative;
  width: 49.64%;
  padding: 30px 20px 20px;
  background: #fff;
}
.sec-movie .sec__content__item__title,
.sec-message .sec__content__item__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.sec-movie .sec__content__item__body {
  position: relative;
  margin: 30px 0 0;
  width: 100%;
  height: 330px;
}
.movie__btn {
  margin: 40px 0 0;
  text-align: center;
}
.movie__btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 18px 0;
  width: 270px;
  font-weight: bold;
  color: #fff;
  background: #0f68b3;
  text-decoration: none;
}
.movie__btn a::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.sec-movie .sec__content__item__body iframe {
  width: 100%;
  height: 100%;
}
.sec-message .sec__content__item::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: url(../img/top/icon-message-01.png) no-repeat;
  background-size: cover;
}
.sec-message .sec__content__item__body {
  margin: 30px 0 0;
  overflow: hidden;
}
.sec-message .sec__content__item__body a {
  display: block;
}
.sec-message .sec__content__item__body a img {
  transition: all .3s ease;
}
.sec-message .sec__content__item__body a:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 1340px) {
  .sec-movie .sec__content__item__body {
    height: 22vw;
  }
}

/* sec-special
------------------------------------------------------------ */
.sec-special {
  background: #fff;
}
.sec-special .sec__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-special .sec__content__item {
  width: 49.64%;
  margin: 0 0 10px;
  overflow: hidden;
}
.sec-special .sec__content__item a {
  display: block;
  position: relative;
  text-decoration: none;
}
.sec-special .sec__content__item a::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: url(../img/top/icon-special-01.png) no-repeat;
  background-size: cover;
}
.sec-special .sec__content__item a img {
  transition: all .3s ease;
}
.sec-special .sec__content__item a:hover img {
  transform: scale(1.1);
}
.sec-special .sec__content__item figcaption {
  position: absolute;
  left: 6%;
  top: 25%;
}
.sec-special .item__figcap__subtitle {
  font-size: 12px;
  color: #1f6097;
}
.sec-special .item__figcap__title {
  padding: 6px 10px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background: #2576ba;
}
.sec-special .item__figcap__title.f-lato {
  font-size: 20px;
  font-weight: normal;
}

/* sec-about
------------------------------------------------------------ */
.sec-about {
  background: #f2f2f2;
}
.sec-about .sec__content {
  display: flex;
  justify-content: space-around;
}
.sec-about .sec__content__item {
  position: relative;
  width: 24.35%;
  overflow: hidden;
}
.sec-about .sec__content__item a {
  display: block;
}
.sec-about .sec__content__item figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: rgba(0, 0, 0, .4);
}
.sec-about .sec__content__item figcaption::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.sec-about .sec__content__item a img {
  transition: all .3s ease;
}
.sec-about .sec__content__item a:hover img {
  transform: scale(1.2);
}

/* sec-people
------------------------------------------------------------ */
.sec-people {
  padding-top: 0;
  background: #f2f2f2;
}
.sec-people .sec__content {
  display: flex;
}
.sec-people .sec__content__item {
  width: calc(100% /7);
}
.sec-people .sec__content__item a {
  position: relative;
  display: block;
}
.sec-people .sec__content__item figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: #0f68b3;
}
.sec-people .sec__content__item__text {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  padding: 0 18px;
  background: rgba(255, 255, 255, .9);
  opacity: 0;
  transition: all .3s;
}
.sec-people .item__figcap__name {
  margin-top: 55%;
  font-size: 20px;
  font-weight: bold;
}
.sec-people .item__figcap__position {
  position: relative;
  margin: 14px 0 0;
  padding: 14px 0 0;
}
.sec-people .item__figcap__position::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  top: 0;
  left: 0;
  background: #0f68b3;
}
.people__btn {
  margin: 40px 0 0;
  text-align: center;
}
.people__btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 18px 0;
  width: 270px;
  font-weight: bold;
  color: #fff;
  background: #0f68b3;
  text-decoration: none;
}
.people__btn a::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 812px) {
  .sec-people .sec__content__item a:hover figure::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(15, 104, 179, .4);
  }
  .sec-people .sec__content__item a:hover figure::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    bottom: 0;
    right: 0;
    background: url(../img/top/icon-message-01.png) no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .sec-people .sec__content__item a:hover .sec__content__item__text {
    opacity: 1;
  }
}

/* sec-recruiting
------------------------------------------------------------ */
.sec-recruiting {
  padding-top: 0;
  background: #f2f2f2;
}
.sec-recruiting .sec__content {
  display: flex;
  justify-content: space-between;
}
.sec-recruiting .sec__content__item {
  width: 19.42%;
  background: #fff;
}
.sec-recruiting .sec__content__item a {
  display: block;
  height: 100%;
  padding: 30px 0 25px;
  border: 5px solid #fff;
  text-decoration: none;
  transition: all .3s;
  text-align: center;
}
.sec-recruiting .sec__content__item a:hover {
  border: 5px solid #0f68b3;
}
.sec-recruiting .sec__content__item img {
  margin: 0 auto;
}
.sec-recruiting .sec__content__item--org img {
  width: 25.18%;
}
.sec-recruiting .sec__content__item--guide img {
  width: 17.27%;
}
.sec-recruiting .sec__content__item--flow img {
  width: 15.80%;
}
.sec-recruiting .sec__content__item--faq img {
  width: 22.05%;
}
.sec-recruiting .sec__content__item--seminar img {
  width: 21.13%;
}
.sec-recruiting .sec__content__item figcaption {
  margin: 15px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/* sec-news
------------------------------------------------------------ */
.sec-news {
  background: #fff;
}
.sec-news .sec__content__item {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid #f2f2f2;
}
.sec-news .sec__content__item:last-child {
  border-bottom: 1px solid #f2f2f2;
}
.sec-news .item__data {
  padding: 0 0 0 15px;
}


/* sp
------------------------------------------------------------ */
/* @media screen and (max-width: 1280px) {
  .kv__slider__item {
    height: 56.25vw;
  }
} */
/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #container {
    padding-top: 40px;
  }

  /* kv
  ------------------------------------------------------------ */
  .kv__slider__item {
    height: 56.25vw;
  }
  .kv__news__body {
    width: 100%;
    height: auto;
    padding: 8px 20px;
    line-height: 1.4;
    font-size: 11px !important;
  }
  .kv__news__date {
    font-size: 11px;
  }
  .kv__news__text {
    margin: 0 0 0 14px;
    font-size: 11px !important;
  }
  .kv .slick-dots {
    bottom: -25px;
  }
  .kv .slick-prev,
  .kv .slick-next {
    width: 25px;
    height: 25px;
  }
  .kv .slick-prev:before,
  .kv .slick-next:before {
    width: 25px;
    height: 25px;
  }

  /* section
  ------------------------------------------------------------ */
  .sec {
    padding: 30px 0;
  }
  .sec-inner {
    width: 87.5%;
  }
  .sec__title {
    font-size: 18px;
  }
  .sec__content {
    margin: 15px 0 0;
  }

  /* sec-movie,
   sec-message
  ------------------------------------------------------------ */
  .sec-message {
    padding-top: 0;
  }
  .sec-movie .sec__content,
  .sec-message .sec__content {
    flex-wrap: wrap;
  }
  .sec-movie .sec__content__item,
  .sec-message .sec__content__item {
    width: 100%;
    padding: 15px 10px 10px;
    margin: 0 0 5px;
  }
  .sec-movie .sec__content__item__title,
  .sec-message .sec__content__item__title {
    font-size: 12px;
  }
  .sec-movie .sec__content__item__body,
  .sec-message .sec__content__item__body {
    margin: 15px 0 0;
    height: 41.5vw;
  }
  .sec-movie .movie__btn {
    margin: 20px 0 0;
  }
  .movie__btn a {
    width: 62.5%;
    padding: 10px 0;
    font-size: 12px;
  }

  /* sec-special
  ------------------------------------------------------------ */
  .sec-special .sec__content__item {
    width: 100%;
    margin: 0 0 5px;
  }
  .sec-special .sec__content__item figcaption {
    position: absolute;
    left: 4%;
    top: 16%;
  }
  .sec-special .item__figcap__subtitle {
    font-size: 10px;
    color: #1f6097;
  }
  .sec-special .item__figcap__title {
    padding: 5px 6px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background: #2576ba;
  }
  .sec-special .item__figcap__title.f-lato {
    font-size: 15px;
  }

  /* sec-about
  ------------------------------------------------------------ */
  .sec-about .sec__content {
    flex-wrap: wrap;
  }
  .sec-about .sec__content__item {
    width: 49%;
    margin: 0 0 5px;
  }
  .sec-about .sec__content__item figcaption {
    padding: 7px 15px 7px 10px;
    font-size: 12px;
  }
  .sec-about .sec__content__item figcaption::after {
    right: 12px;
    width: 5px;
    height: 5px;
  }

  /* sec-people
  ------------------------------------------------------------ */
  .sec-people {
    padding-top: 0;
  }
  .sec-people .sec__content {
    display: block;
  }
  .sec-people .sec__content__item {
    width: 100%;
  }
  .sec-people .sec__content__item a {
    display: flex;
  }
  .sec-people .sec__content__item figure {
    width: 35.7%;
  }
  .sec-people .sec__content__item__text {
    position: inherit;
    height: auto;
    width: 64.3%;
    padding: 20px 8px;
    top: auto;
    left: auto;
    opacity: 1;
  }
  .sec-people .item__figcap__name {
    margin-top: 0;
    font-size: 13px;
  }
  .sec-people .item__figcap__position {
    margin: 8px 0 0;
    padding: 8px 0 0;
    font-size: 11px;
  }
  .sec-people .sec__content__item figcaption {
    font-size: 10px;
    padding: 5px;
  }
  .sec-people .slick-dots {
    bottom: -30px;
  }
  .sec-people .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .sec-people .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #c2c2c2;
    border-radius: 5px;
  }
  .sec-people .slick-dots li.slick-active button {
    background: #0f68b3;
  }
  .sec-people .slick-dots li button:before {
    content: none;
  }
  .sec-people .slick-prev {
    left: -30px;
  }
  .sec-people .slick-next {
    right: -30px;
  }
  .sec-people .slick-prev:before,
  .sec-people .slick-next:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
  .sec-people .slick-prev:before {
    transform: rotate(225deg);
  }
  .sec-people .slick-next:before {
    transform: rotate(45deg);
  }
  .sec-people .people__btn {
    margin: 45px 0 0;
  }
  .people__btn a {
    width: 62.5%;
    padding: 10px 0;
    font-size: 12px;
  }



  /* sec-recruiting
  ------------------------------------------------------------ */
  .sec-recruiting {
    padding-top: 0;
  }
  .sec-recruiting .sec__content {
    display: block;
  }
  .sec-recruiting .sec__content__item {
    width: 100%;
  }
  .sec-recruiting .sec__content__item + .sec__content__item {
    margin: 5px 0 0;
  }
  .sec-recruiting .sec__content__item a {
    position: relative;
    padding: 12px 15px 12px 23.21%;
  }
  .sec-recruiting .sec__content__item a::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
  }
  .sec-recruiting .sec__content__item figure {
    display: flex;
    align-items: center;
  }
  .sec-recruiting .sec__content__item figure img {
    display: none;
  }
  .sec-recruiting .sec__content__item--org {
    background: #fff url(../img/top/icon-recruit-01-off.png) no-repeat left 8.71% center;
    background-size: 35px 26px;
  }
  .sec-recruiting .sec__content__item--guide {
    background: #fff url(../img/top/icon-recruit-02-off.png) no-repeat left 8.71% center;
    background-size: 25px 26px;
  }
  .sec-recruiting .sec__content__item--flow {
    background: #fff url(../img/top/icon-recruit-03-off.png) no-repeat left 8.71% center;
    background-size: 26px 30px;
  }
  .sec-recruiting .sec__content__item--faq {
    background: #fff url(../img/top/icon-recruit-04-off.png) no-repeat left 8.71% center;
    background-size: 32px 30px;
  }
  .sec-recruiting .sec__content__item--seminar {
    background: #fff url(../img/top/icon-recruit-05-off.png) no-repeat left 8.71% center;
    background-size: 30px 26px;
  }
  .sec-recruiting .sec__content__item figcaption {
    margin: 0;
    font-size: 12px;
  }

  /* sec-news
  ------------------------------------------------------------ */
  .sec-news .sec__content__item {
    display: block;
    font-size: 11px;
  }
  .sec-news .item__data {
    padding: 0;
    margin: 5px 0 0;
  }

}
