@import url("./style/common.css");

.vjs-waiting {
  visibility: hidden;
  background: transparent;
}
.vjs-loading-spinner {
  display: none !important;
}
.video-js {
  background: transparent;
}
.d-none {
  display: none !important;
}
.js-banner-video-dimensions {
  width: 100%;
  height: 100%;
}
/*-----------------メインビジュアル------------------------*/
.bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  object-fit: cover;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation: mainvisual 5s ease;
  -webkit-animation: mainvisual 5s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center center;
}
.mainvisual.top::after {
  /*基本的に画像に疑似要素は付けられないので包括するボックスに加える。*/
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 240px;
  background-image: linear-gradient(
    to bottom,
    rgba(26, 80, 111, 0.5),
    rgba(26, 80, 111, 0)
  );
}

@keyframes mainvisual {
  from {
    transform: scale(1.1, 1.1);
  }
  to {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes mainvisual {
  from {
    transform: scale(1.1, 1.1);
  }
  to {
    transform: scale(1, 1);
  }
}
.mainvisual {
  background-image: url(/wp-content/themes/assign/img/mainvisual_line.png);
  padding-bottom: 6px;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.mainvisual_ytPlayerWrap {
  position: relative;
  height: 100vh;
  width: 100%;
  background: #000;
  background-size: cover;
  overflow: hidden;
}
.ytPlayer {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.js-mainVisual-video-dimensions{
  width: 100%;
  height: 100%;
}

.js-mainVisual-video-dimensions video {
  object-fit: cover;
}

.mainVisual-movie {
  width: 100%;
  height: 100%;
}
@keyframes kf-top-hero {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes kf-top-title {
  from {
    transform: translateY(80px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes kf-top-content {
  from {
    transform: translateY(160px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

.mainvisual_inner {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 4.16667vw;
  color: #fff;
  animation: kf-top-hero 1s ease-in-out both;
}

.mainvisual_button_list {
  display: flex;
  width: 100%;
  height: 1.25vw;
  align-items: center;
  justify-content: center;
}

.mainvisual_scroll_wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 2.08333vw;
}

.mainvisual_scroll_wrapper:hover a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.mainvisual_scroll_wrapper:hover + .mainvisual_scroll_wrapper_icon {
  transform: translateX(.52083vw);
}

.mainvisual_scroll_wrapper a {
  display: flex;
  align-items: center;
  justify-self: center;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  /* font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif; */
  font-family: "Roboto", serif;

  font-size: .9375vw;
  line-height: .9375vw;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.mainvisual_scroll_btn::after {
  content:  "";
  display: block;
  width: .9375vw;
  height: .9375vw;
  background: url(img/icon_scroll.png) center center no-repeat;
  background-size: cover;
  margin-left: .41667vw;
  transition: 0.3s;
}
.mainvisual_banner_cm {
  position: absolute;
  bottom: 4.16667vw;
  right: 1.66vw;
  background: #fff;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.10);
  padding: 0.625vw;
  cursor: pointer;

  border-radius: 6px;
  overflow: hidden;
  width: 36.60vw;
}
.mainvisual + .mainvisual_banner_cm {
  display: none;
}
.mainvisual_banner_cm_inner {
  border: 1px solid #242424;
  display: flex;
  align-items: center;
}
.mainvisual_banner_cm_text {
  width: 0;
  overflow: hidden;
  animation: slideBannerIn 1s ease forwards;
}
.mainvisual_banner_cm_text_content {
  width: 21.8vw;
}
@keyframes slideBannerIn {
  from{
    width: 0;
  }
  to {
    width: 21.8vw;
  }
}

.mainvisual_banner_cm_thumbnail {
  position: relative;
  width: 14.42vw;
  height: 8.125vw;
  overflow: hidden;
}
.mainvisual_banner_cm_thumbnail_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainvisual_banner_cm_play {
  position: absolute;
  width: 2.08vw;
  height: 2.08vw;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.mainvisual_banner_play_icon {
  position: relative;
  z-index: 1;
}
.mainvisual_banner_cm_play::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.08vw;
  height: 2.08vw;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background: rgba(0,0,0,0.5);
  transition: .3s ease;
  border-radius: 1000px;
  cursor: pointer;
}
.mainvisual_banner_cm:hover .mainvisual_banner_cm_play::before {
  transform: scale(10,10);
}
@media screen and (max-width: 768px) {
  .mainvisual_scroll_wrapper {
    display: none;
  }
  .mainvisual_scroll_wrapper_icon {
    display: none;
  }
  .mainvisual_button_list.visible-pc {
    display: none;
  }

  .js-mainVisual-video-dimensions{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual {
    background-image: none;
    min-height: 375px;
    position: relative;
    overflow: hidden;
    text-align: center;

    margin-top: 52px;
  }
  .mainvisual_ytPlayerWrap {
    height: 100%;
    position: relative;
    top: 0;
    background: #000 url(img/top_sp.jpg) center center no-repeat;
    background-size: cover;
    aspect-ratio: 1/1;

    background: #000 url(img/top_sp.jpg) center center / cover no-repeat;
    background-image: url(/wp-content/themes/assign/img/mainvisual_line.png), url(img/top_sp.jpg);
    background-position: center bottom, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 5px, cover;

  }
  .ytPlayer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .pc-ytPlayer {
    display: none;
  }
  .mainvisual_copy {
    width: 90%;
    font-size: 24px;
    line-height: 180%;
    text-align: center;
    padding-bottom: 12px;
    margin: 0 auto;
    margin-block-start: 0em;
    margin-block-end: 0em;
  }
  .mainvisual_scroll {
    display: none;
  }
  .mainvisual_banner_cm {
    position: relative;
    z-index: 1;
    right: 0;
    bottom: 0px;
    width: calc(100% - 32px);
    padding: 8px;
    margin: 16px;
    box-shadow: none;
  }
  .mainvisual .mainvisual_banner_cm {
    display: none;
  }
  .mainvisual + .mainvisual_banner_cm,
  .mainvisual_inner + .mainvisual_banner_cm {
    display: block;
  }
  .mainvisual_inner {
    display: none;
    /* position: absolute;
    z-index: 0;
    content: "";
    bottom: 2px;
    left: 0;
    width: 100vw;
    height: 128px;
    background: linear-gradient(180deg, rgba(26, 80, 111, 0.50) 0%, rgba(26, 80, 111, 0.00) 100%); */
    animation: none;
  }
  .mainvisual_banner_cm_thumbnail {
    width: 142px;
    height: 80px;
  }
  .mainvisual_banner_cm_text {
    flex: 1;
  }
  .mainvisual_banner_cm_text_content {
    width: 180px;
    margin: 0 auto;
  }
  .mainvisual_banner_cm_play {
    width: 24px;
    height: 24px;
  }
  .mainvisual_banner_cm_play::before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 320px) {
  .mainvisual_banner_cm_text_content {
    width: 100%;
  }
}




/* ここから250212 */
/*----------------------------------------------------------common-----------------------------*/

@media screen and (max-width: 768px) {
  .top_common .inner {
    padding: 0 32px;
  }
}

.c-viewmore {
  display: flex;
  justify-content: flex-end;
  font-size: 1.03vw;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 1.2vw;
}

.c-viewmore a {
  line-height: 1.05;
}

.c-viewmore span {
  padding-right: 10px;
  position: relative;
  /* text-decoration: underline; */
}

.c-viewmore span:after {
  background-image: url(/wp-content/themes/assign/img/icon_arrow.svg);
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 5px;
}

.c-viewmore__whi span:after {
  background-image: url(/wp-content/themes/assign/img/icon_arrow_whi.svg);
}

@media screen and (min-width: 769px) {
  .c-viewmore a:hover {
    text-decoration: none;
  }

  .p-service-item > a:hover .anim-link::before {
    width: 0;
  }

  .p-service-item > a:hover .anim-link::after {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-viewmore {
    font-size: 14px;
  }

  .c-viewmore a:hover {
    text-decoration: none;
  }
}

.c-label {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.81vw;
  line-height: 1;
  /* padding: 0.15vw 0.51vw; */
  padding: 4px 0 2.5px;
}

.c-label__interview,
.c-label__INTERVIEW {
  background-color: #333;
}

.c-label__seminar,
.c-label__SEMINAR {
  background-color: #A7A7A7;
}

.c-label__topics,
.c-label__TOPICS {
  background-color: #6C6C6C;
}

@media screen and (max-width: 768px) {
  .c-label {
    height: 15px;
    font-size: 11px;
    /* padding: 4px 0 2.5px; */
    width: 74px;
  }
}

/*----------------------------------------------------------OUR SERVICES-----------------------------*/
.p-service-photo picture {
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

.p-service-logo {
  margin-bottom: 1.46vw;
  margin-top: 0.73vw;
}

.p-service-item .p-service-logo img {
  height: auto;
}

.p-service-item:nth-child(1) .p-service-logo img {
  width: 171px;
}

.p-service-item:nth-child(2) .p-service-logo img {
  width: 161px;
}

.p-service-item:nth-child(3) .p-service-logo img {
  width: 172px;
}

.p-service-txt__m {
  font-size: 1.68vw;
  font-weight: 700;
  font-family: "游ゴシック体 Pr6N D", "Yu Gothic Pr6N D", sans-serif;
}

.p-service-txt__sm {
  font-size: 1.03vw;
}

.p-service-item a .p-service-txtblock,
.p-service-item a:hover .p-service-txtblock {
  color: #000;
}

.p-service-company {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 4.39vw;
  /* padding: 1.61vw 1.83vw; */
  position: relative;
}

/* .p-service-company:before {
  background-color: rgba(0, 34, 49,.42);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
} */

.p-service-company > a {
  display: block;
  padding: 1.61vw 1.83vw;
  position: relative;
}

.p-service-company-items {
  color: #FFF;
  position: relative;
}

.p-service-company-items > a {
  color: #FFF;
}

.p-service-company-heading__en {
  font-size: 	1.03vw;
  margin-bottom: 0.73vw;
  margin-top: 0;
}

.p-service-company-heading__ja {
  font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
  font-size: 1.68vw;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
}

.p-service-company-biz li {
  font-size: 1.17vw;
}

.p-service-company-biz li:nth-child(n+2) {
  margin-top: 0.88vw;
}

.p-service-company-biz li span {
  background-image: url(/wp-content/themes/assign/img/top_img01.svg);
  background-repeat: no-repeat;
  font-size: 1.03vw;
  margin-left: 6px;
  padding-left: 16px;
}

.p-service-company .c-viewmore a {
  color: #FFF;
}

@media screen and (min-width: 769px) {
  .service {
    padding: 7.32vw 0 11.71vw;
  }

  .service .inner {
    margin-inline: auto;
    padding-inline: 9.17vw;
  }

  .p-service-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4.54vw;
  }

  .p-service-item .p-service-photo picture img {
    transition: all .7s;
  }

  .p-service-item:hover .p-service-photo picture img {
    transform: scale(1.4);
  }

  .p-service-company-item:nth-child(2) {
    padding-left: 0.73vw;
  }

  .p-service-company {
    /* background-image: url(/wp-content/themes/assign/img/top_service_p04.jpg);
    background-size: cover; */
  }

  .p-service-company > a {
    padding: 2.92vw 1.83vw;
  }
  
  .p-service-company > a::after {
    background-image: url(/wp-content/themes/assign/img/top_service_p04.jpg);
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%;
    z-index: -1;
  }

  .p-service-company > a:hover::after {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }



  .p-service-company-heading__en {
    margin-bottom: 0;
  }

  .p-service-company-heading__ja {
    line-height: 1.5;
  }

  .p-service-company-biz li:nth-child(n+2) {
    margin-top: 1.59vw;
  }




  .p-service-company-items > * {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }

  /* .p-service-company-items > a {
    color: #FFF;
  } */

  .p-service-company-item:last-child {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .p-service-company-item:last-child .c-viewmore span {
    text-decoration: underline;
  }

  .p-service-company > a:hover .p-service-company-item:last-child .c-viewmore span {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .service {
    padding: 40px 0 80px;
  }

  .p-service-item:nth-child(n+2) {
    margin-top: 40px;
  }

  .p-service-photo picture img {
    width: 100%;
  }

  .p-service-logo {
    margin-bottom: 20px;
    margin-top: 12px;
  }

  .p-service-txt__m {
    font-size: 20px;
  }

  .p-service-txt__sm {
    font-size: 14px;
  }

  .p-service-txtblock+.c-viewmore {
    margin-top: 7.5px;
  }

  .p-service-company {
    background-image: url(/wp-content/themes/assign/img/top_service_p04_sp.jpg);
    background-position: right;
    background-size: cover;
    /* padding: 40px 11px; */
    margin-top: 60px;
  }

  .p-service-company > a {
    padding: 40px 11px;
  }

  .p-service-company-item:nth-child(n+2) {
    margin-top: 40px;
  }

  .p-service-company-heading {
    padding: 0 9px;
  }

  .p-service-company-heading__en {
    font-size: 	14px;
  }

  .p-service-company-heading__ja {
    font-size: 20px;
  }

  .p-service-company-biz li {
    font-size: 	14px;
  }

  .p-service-company-biz li:nth-child(n+2) {
    margin-top: 20px;
  }

  .p-service-company-biz li span {
    font-size: 13px;
  }
}

/*-------------------NEWS-------------------------------------------*/
.p-newslist-item {
  display: grid;
  row-gap: 0;
  align-items: center;align-items: center;
}

.p-newslist-ymd {
  color: #B5B5B5;
}

.p-newslist-label .c-label {
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .news {
    padding-bottom: 11.71vw;
  }

  .news .inner {
    margin-inline: auto;
    padding-inline: 9.17vw;
  }

  .p-news-items {
    display: grid;
    grid-template-columns: 15.437vw auto;
  }
  
  .p-newslist-items {
    column-gap: 2.20vw;
  }

  .p-newslist-item {
    grid-template-columns: 8.05vw 7.32vw auto;
  }

  .p-newslist-item:nth-child(n+2) {
    margin-top: 40px;
  }

  .p-newslist-ymd {
    font-size: 1.17vw;
  }

  .p-newslist-label {
    padding-right: 2.34vw;
    transform: translateY(-1px);
  }

  .p-newslist-text a {
    font-size: 1.03vw;
    position: relative;
  }

  .p-newslist-text a::after {
    background-color: #D70C18;
    bottom: 0;
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    transition: width .3s;
    width: 0;
  }

  .p-newslist-text a:hover::after {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 80px;
  }

  .p-newslist-item {
    grid-template-columns: auto 1fr;
    column-gap: 13px;
    /* align-items: center; */
  }

  .p-newslist-item:nth-child(n+2) {
    margin-top: 24px;
  }

  .p-newslist-ymd {
    font-size: 14px;
  }

  .p-newslist-text {
    grid-column: 1 / -1;
  }

  .p-newslist-text a {
    display: block;
    font-size: 14px;
    margin-top: 4px;
  }

  .p-newslist-items+.c-viewmore {
    margin-top: 40px;
  }
}

/*---------------recruit------------------*/
.p-recruit-item picture {
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

.p-recruit-txt__l {
  font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
}

.p-recruit-list li a {
  font-weight: bold;
  position: relative;
}

.p-recruit-list li a span {
  padding-right: 10px;
  position: relative;
}

.p-recruit-list li a span::before {
  background-image: url(/wp-content/themes/assign/img/icon_arrow.svg);
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 5px;
}

@media screen and (min-width: 769px) {
  .recruit {
    padding-bottom: 11.71vw;
  }

  .recruit .inner {
    margin-inline: auto;
    padding-inline: 9.17vw;
  }

  .p-recruit-items {
    display: grid;
    grid-template-columns: 41.80vw auto;
    column-gap: 3.81vw;
  }

  .p-recruit-item:nth-child(2) {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .p-recruit-txt__l {
    font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
    font-size: 1.76vw;
    margin-bottom: 2.93vw;
  }

  .p-recruit-list li:not(:first-child) {
    margin-top: 1.10vw;
  }

  .p-recruit-list li a {
    font-size: 1.03vw;
  }
}

@media screen and (max-width: 768px) {
  .recruit {
    padding-bottom: 40px;
  }

  .p-recruit-item:nth-child(2) {
    margin-top: 20px;
  }

  .p-recruit-txt__l {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .p-recruit-list li:not(:first-child) {
    margin-top: 15px;
  }

  .p-recruit-list li a {
    font-size: 14px;
  }
}

/*---------------award------------------*/
.p-award-item picture {
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

.p-award-txt__l {
  font-weight: bold;
}

.p-award-list li p {
  margin: 0;
}

.p-award-list li .p-award-txt__m {
  font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
  padding-left: 14px;
  position: relative;
}

.p-award-list li .p-award-txt__m::before {
  background-image: url(/wp-content/themes/assign/img/top_img01.svg);
  background-size: cover;
  content: "";
  height: 16px;
  position: absolute;
  /* left: -14px; */
  left: 0;
  /* top: 4px; */
  top: calc(50% - 8px);
  width: 8px;
}

@media screen and (min-width: 769px) {
  .award {
    padding-bottom: 11.71vw;
  }

  .award .inner {
    margin-inline: auto;
    padding-inline: 9.17vw;
  }

  .p-award-items {
    display: grid;
    grid-template-columns: 41.80vw auto;
    column-gap: 3.81vw;
  }

  .p-award-item:nth-child(2) {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .p-award-txt__l {
    font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
    font-size: 1.76vw;
    margin-bottom: 2.93vw;
  }

  .p-award-list li:not(:first-child) {
    margin-top: 2.20vw;
  }

  .p-award-list li .p-award-txt__m {
    display: flex;
    align-items: center;
    font-size: 1.03vw;
  }

  .p-award-list li:nth-child(1) *+p {
    font-size: 1.03vw;
    margin-top: 0.73vw;
  }

  .p-award-list li .p-award-txt__m span {
    margin-left: 1.46vw;
  }

  .p-award-list li:nth-child(1) .p-award-txt__m span {
    display: flex;
  }

  .p-award-list li .p-award-txt__m span img {
    width: auto;
  }

  .p-award-list li:nth-child(1) .p-award-txt__m span img {
    height: 0.95vw;
  }

  .p-award-list li:nth-child(2) .p-award-txt__m span img {
    height: 2.93vw;
  }

  .p-award-list li:nth-child(3) .p-award-txt__m span img {
    height: 2.05vw;
  }

  .p-award-logolist {
    display: none;
  } 
}

@media screen and (max-width: 768px) {
  .award {
    padding-bottom: 40px;
  }

  .p-award-item:nth-child(2) {
    margin-top: 20px;
  }

  .p-award-txt__l {
    font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
  }

  .p-award-list li:not(:first-child) {
    margin-top: 30px;
  }

  .p-award-list li p {
    font-size: 14px;
    margin-top: 4px;
  }

  .p-award-list li .p-award-txt__m span {
    display: none;
  }

  .p-award-logolist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  } 

  .p-award-logolist li img {
    width: auto;
  } 

  .p-award-logolist li:nth-child(1) img {
    height: 14px;
  } 

  .p-award-logolist li:nth-child(2) img {
    height: 47px;
  } 

  .p-award-logolist li:nth-child(3) img {
    height: 30px;
  } 
}







