@charset "UTF-8";
/*
 * =====================================================
 *
 * [variable]
 *
 * =====================================================
 */
/*
 * =====================================================
 *
 * [home]
 *
 * =====================================================
 */
body.home {
  /**
   * ---------------------------------------------------
   * mv
   * ---------------------------------------------------
   */
  /**
   * ---------------------------------------------------
   * AIThink
   * ---------------------------------------------------
   */
  /**
   * ---------------------------------------------------
   * common
   * ---------------------------------------------------
   */
  /**
   * ---------------------------------------------------
   * 重要なお知らせ
   * ---------------------------------------------------
   */
  /**
   * ---------------------------------------------------
   * other
   * ---------------------------------------------------
   */
  /**
   * ---------------------------------------------------
   * recruit
   * ---------------------------------------------------
   */
}
body.home .wrapper {
  overflow: hidden;
}
body.home .wrapper *,
body.home .wrapper *::before,
body.home .wrapper *::after {
  box-sizing: border-box;
}
body.home.is-intro {
  position: relative;
  overflow: hidden;
}
body.home .introVox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home .introVox .logoWrap {
  /* display: inline-block; */
  position: relative;
  transition: all 0.5s cubic-bezier(0.71, 0.38, 0.33, 0.78) 0.25s;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  padding: 0 2.6041666667vw;
}
body.home .introVox .logoWrap.is-animated {
  -webkit-clip-path: polygon(110% 0, 200% 0, 190% 100%, 100% 100%);
  clip-path: polygon(110% 0, 200% 0, 190% 100%, 100% 100%);
  /* opacity: .75; */
}
body.home .introVox .logoWrap .logo {
  width: 18.75vw;
  opacity: 0;
}
body.home #mainVisual {
  display: grid;
  grid-template-rows: calc(100vh - 150px) 1fr;
  min-height: 550px;
  background-color: #e8edf2;
  overflow: hidden;
}
body.home #mainVisual > .inner {
  grid-row: 1/2;
  grid-column: 1/2;
  position: relative;
}
body.home #mainVisual > .inner .copy {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 2.25;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
}
body.home #mainVisual > .inner .stopBtn {
  transition: opacity 0.2s ease-out 0s;
  cursor: pointer;
  display: block;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
  background: transparent url("../../img/common/ico_stop_g.svg") no-repeat center/34px auto;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}
body.home #mainVisual > .inner .stopBtn:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 959px) {
  body.home #mainVisual > .inner .stopBtn {
    transition: none;
  }
  body.home #mainVisual > .inner .stopBtn:hover {
    opacity: 1;
  }
}
body.home #mainVisual > .inner .stopBtn.is-stop {
  background-image: url("../../img/common/ico_play_g.svg");
}
body.home #mainVisual .bnrArea {
  grid-row: 2/3;
  grid-column: 1/2;
  margin-top: -40px;
  padding-bottom: 25px;
  position: relative;
  z-index: 3;
}
body.home #mainVisual .bnrArea::before {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  background-color: #e8edf2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
body.home #mainVisual .bnrArea .sliderController {
  position: relative;
  z-index: 3;
}
body.home #mainVisual .bnrSlider {
  width: 268px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  overflow: visible;
}
body.home #mainVisual .bnrSlider .bnrSliderInner {
  position: relative;
  z-index: 2;
}
body.home #mainVisual .bnrSlider .bnrSliderInner .movie .movieIco {
  position: relative;
  display: block;
}
body.home #mainVisual .bnrSlider .bnrSliderInner .movie .movieIco::after {
  display: block;
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  left: 50%;
  top: 50%;
  background: url(../../img/common/ico_movie.png) no-repeat center/cover;
  translate: -50% -50%;
  z-index: 1;
}
body.home #mainVisual .bnrSlider .bnrSliderInner .movie .movieIco.icoBlack::after {
  background-image: url(../../img/common/ico_movie_black.png);
}
body.home #mainVisual .bnrSlider .bnrSliderInner .item button,
body.home #mainVisual .bnrSlider .bnrSliderInner .item a {
  cursor: pointer;
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-family: "Yu Gothic", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: left;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
}
body.home #mainVisual .bnrSlider .bnrSliderInner .item button img,
body.home #mainVisual .bnrSlider .bnrSliderInner .item a img {
  width: 100%;
  height: auto;
  transition: opacity ease-out 0.3s;
}
body.home #mainVisual .bnrSlider .bnrSliderInner .item button .img,
body.home #mainVisual .bnrSlider .bnrSliderInner .item a .img {
  display: block;
}
body.home #mainVisual .bnrSlider .bnrSliderInner .item button .title,
body.home #mainVisual .bnrSlider .bnrSliderInner .item a .title {
  display: block;
  font-weight: 500;
  margin-top: 10px;
  position: relative;
}
body.home #mainVisual .bnrSlider .bnrSliderInner .item button .title:not(.icoBlank)::after,
body.home #mainVisual .bnrSlider .bnrSliderInner .item a .title:not(.icoBlank)::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform-origin: center top;
  transform: scaleY(0.8) rotate(45deg);
}
body.home #mainVisual .bnrSlider .bnrSliderInner .item button:hover img,
body.home #mainVisual .bnrSlider .bnrSliderInner .item a:hover img {
  transition: opacity 0.2s ease-out 0s;
}
body.home #mainVisual .bnrSlider .bnrSliderInner .item button:hover img:hover,
body.home #mainVisual .bnrSlider .bnrSliderInner .item a:hover img:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 959px) {
  body.home #mainVisual .bnrSlider .bnrSliderInner .item button:hover img,
  body.home #mainVisual .bnrSlider .bnrSliderInner .item a:hover img {
    transition: none;
  }
  body.home #mainVisual .bnrSlider .bnrSliderInner .item button:hover img:hover,
  body.home #mainVisual .bnrSlider .bnrSliderInner .item a:hover img:hover {
    opacity: 1;
  }
}
body.home #mainVisual .bnrSlider .bnrSliderInner .item button:hover .title,
body.home #mainVisual .bnrSlider .bnrSliderInner .item a:hover .title {
  text-decoration: underline;
}
body.home #mainVisual .bnrSlider .bnrSliderInner .item button {
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: none;
}
body.home .bg-wrap {
  width: 100%;
  height: calc(100vh - 80px);
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 1;
  /* transition: opacity .2s; */
}
body.home .bg-wrap.is-loaded {
  visibility: visible;
}
body.home .bg-wrap.is-fixed {
  visibility: hidden;
}
body.home .bg-wrap #video {
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.home .bg-wrap .tb-slide {
  width: 100%;
}
body.home .aithinkSection {
  padding: 70px 0 40px 70px;
  background-color: #fff;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
body.home .aithinkSection .aithinkBlock {
  display: grid;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  grid-template-rows: auto auto;
  grid-template-columns: 35.38% 61.7%;
}
body.home .aithinkSection .aithinkBlock > header {
  grid-row: 1/2;
  grid-column: 1/2;
  min-width: 400px;
  margin-top: auto;
}
body.home .aithinkSection .aithinkBlock > header a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 20px;
}
body.home .aithinkSection .aithinkBlock > header a:hover .moreBtn span {
  text-decoration: underline;
}
body.home .aithinkSection .aithinkBlock > header p {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 20px;
}
body.home .aithinkSection .aithinkBlock > header .logo {
  display: inline-block;
  max-width: 228px;
  margin-bottom: 40px;
}
body.home .aithinkSection .aithinkBlock .aithinkContent {
  grid-row: 1/3;
  grid-column: 2/3;
}
body.home .aithinkSection .aithinkBlock .aithinkContent .sliderWrapper {
  padding: 40px 150px 20px 35px;
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
}
body.home .aithinkSection .aithinkBlock .aithinkContent .sliderWrapper .item .img {
  margin-bottom: 10px;
  transition: opacity ease-out 0.3s;
}
body.home .aithinkSection .aithinkBlock .aithinkContent .sliderWrapper .item .img img {
  width: 100%;
  height: auto;
}
body.home .aithinkSection .aithinkBlock .aithinkContent .sliderWrapper .item .txt .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  color: #000;
}
body.home .aithinkSection .aithinkBlock .aithinkContent .sliderWrapper .item .txt .title:not(.icoBlank)::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform-origin: center top;
  transform: scaleY(0.8) rotate(45deg);
}
body.home .aithinkSection .aithinkBlock .aithinkContent .sliderWrapper .item .txt .status {
  display: flex;
  gap: 0 1em;
  color: #4c4c4c;
  font-size: 1.3rem;
  margin-top: 5px;
}
body.home .aithinkSection .aithinkBlock .aithinkContent .sliderWrapper .item .txt .status .category {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}
body.home .aithinkSection .aithinkBlock .aithinkContent .sliderWrapper .item .txt .status .category::before {
  display: block;
  content: "/";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.home .aithinkSection .aithinkBlock .aithinkContent .sliderWrapper .item a {
  display: block;
  text-decoration: none;
}
body.home .aithinkSection .aithinkBlock .aithinkContent .sliderWrapper .item a:hover .img {
  opacity: 0.6;
}
body.home .aithinkSection .aithinkBlock .aithinkContent .sliderWrapper .item a:hover .txt .title {
  text-decoration: underline;
}
body.home .aithinkSection .aithinkBlock .aithinkContent .sliderController {
  justify-content: start;
  margin-top: 15px;
}
body.home .aithinkSection .aithinkBlock > footer {
  grid-row: 2/3;
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: auto;
}
body.home .contentSection {
  padding: 60px 60px 50px 60px;
  position: relative;
  z-index: 3;
}
body.home .contentSection:not(.newsSection):not(.otherSection) {
  background-color: #fff;
}
body.home .contentSection:not(.bdn)::after {
  display: block;
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  background-color: #d9ddea;
  position: absolute;
  bottom: 0;
  left: 30px;
}
body.home .contentSection > header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: end;
  gap: 30px;
  margin-bottom: 30px;
}
body.home .sectionTtl {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
body.home .importantList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}
body.home .importantList > dt {
  width: 160px;
  padding-left: 10px;
}
body.home .importantList > dt a {
  color: #000;
  text-decoration: none;
}
body.home .importantList > dt a:hover {
  text-decoration: underline;
}
body.home .importantList > dt a span::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform-origin: center top;
  transform: scaleY(0.8) rotate(45deg);
}
body.home .importantList > dd {
  width: calc(100% - 190px);
}
body.home .importantList > dd .newsVox {
  padding-bottom: 0;
}
body.home .importantList > dd .newsVox article a .title {
  width: calc(100% - 125px);
}
body.home .otherSection {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
body.home .recruitSection {
  padding: 80px 0 100px 60px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
body.home .recruitSection .pageContent {
  display: flex;
  justify-content: space-between;
  align-items: end;
  align-content: end;
  gap: 0 40px;
}
body.home .recruitSection .pageContent .txt {
  width: calc(31% - 40px);
}
body.home .recruitSection .pageContent .txt ul {
  list-style-type: none;
  padding: 0;
  margin: 35px 0 0 0;
}
body.home .recruitSection .pageContent .txt ul > li {
  border-bottom: 1px solid #ccc;
}
body.home .recruitSection .pageContent .txt ul > li:first-child {
  border-top: 1px solid #ccc;
}
body.home .recruitSection .pageContent .txt ul > li a {
  display: block;
  color: #000;
  font-size: 2rem;
  line-height: 1.3;
  text-decoration: none;
  padding: 20px;
  position: relative;
  transition: background-color 0.2s;
}
body.home .recruitSection .pageContent .txt ul > li a:not(.icoBlank)::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform-origin: center top;
  transform: scaleY(0.8) rotate(45deg);
}
body.home .recruitSection .pageContent .txt ul > li a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
body.home .recruitSection .pageContent .txt ul > li a:hover {
  text-decoration: underline;
}
body.home .recruitSection .pageContent .img {
  width: 69%;
  position: relative;
}
body.home .recruitSection .pageContent .img img {
  width: 100%;
  height: auto;
}
body.home .recruitSection .pageContent .img .cInner {
  width: 100%;
  padding: 30px 6.75%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.home .recruitSection .pageContent .img .copy {
  width: 49.54%;
  margin-bottom: 5.3%;
}
body.home .recruitSection .recruitPageList {
  max-width: 1080px;
  margin: 125px auto 0 auto;
}
body.home .recruitSection .recruitPageList .thumTxtList.column2 > .item > a .title,
body.home .recruitSection .recruitPageList .thumTxtList.column2 > .item > button .title {
  font-size: 2rem;
}

/*  END body */
/**
 ****************************************************
 *
 * PC以外
 *
 ****************************************************
 */
@media only screen and (min-width: 1024px) {
  /*  END body */
} /*  @media END */
/**
 ****************************************************
 *
 * タブレット
 *
 ****************************************************
 */
@media only screen and (max-width: 1024px) {
  body.home {
    /**
    * ---------------------------------------------------
    * mv
    * ---------------------------------------------------
    */
  }
  body.home .bg-wrap {
    top: 55px;
  }
  /*  END body */
} /*  @media END */
/**
 ****************************************************
 *
 * 960px以下
 *
 ****************************************************
 */
@media only screen and (max-width: 960px) {
  body.home {
    /**
    * ---------------------------------------------------
    * mv
    * ---------------------------------------------------
    */
    /**
    * ---------------------------------------------------
    * AIThink
    * ---------------------------------------------------
    */
    /**
     * ---------------------------------------------------
     * common
     * ---------------------------------------------------
     */
    /**
     * ---------------------------------------------------
     * 重要なお知らせ
     * ---------------------------------------------------
     */
    /**
     * ---------------------------------------------------
     * other
     * ---------------------------------------------------
     */
    /**
     * ---------------------------------------------------
     * other
     * ---------------------------------------------------
     */
  }
  body.home .introVox .logoWrap {
    padding: 0 13.3333333333vw;
  }
  body.home .introVox .logoWrap .logo {
    width: 48vw;
  }
  body.home #mainVisual {
    display: block;
    min-height: inherit;
  }
  body.home #mainVisual > .inner {
    padding-top: 450px;
  }
  body.home #mainVisual > .inner .copy {
    font-size: 3rem;
  }
  body.home #mainVisual > .inner .stopBtn {
    top: 10px;
    right: 12px;
  }
  body.home #mainVisual .bnrArea {
    padding-top: 15px;
    padding-bottom: 20px;
    background-color: #e8edf2;
  }
  body.home #mainVisual .bnrArea::before {
    content: none;
  }
  body.home #mainVisual .bnrSlider {
    width: 178px;
  }
  body.home #mainVisual .bnrSlider .bnrSliderInner .movie .movieIco::after {
    width: 55px;
    height: 55px;
  }
  body.home #mainVisual .bnrSlider figcaption {
    font-size: 1.5rem;
  }
  body.home .bg-wrap {
    height: 450px;
    top: 55px;
  }
  body.home .aithinkSection {
    padding: 35px 0 40px 0;
  }
  body.home .aithinkSection .aithinkBlock {
    display: block;
  }
  body.home .aithinkSection .aithinkBlock > header {
    display: block;
    min-width: inherit;
    padding: 0 20px;
  }
  body.home .aithinkSection .aithinkBlock > header a {
    padding: 0;
  }
  body.home .aithinkSection .aithinkBlock > header p {
    font-size: 1.8rem;
  }
  body.home .aithinkSection .aithinkBlock > header .logo {
    max-width: 190px;
    margin-bottom: 20px;
  }
  body.home .aithinkSection .aithinkBlock .aithinkContent .sliderWrapper {
    padding: 20px 10% 20px 5%;
    background-color: transparent;
  }
  body.home .aithinkSection .aithinkBlock .aithinkContent .sliderWrapper::before {
    display: block;
    content: "";
    width: 89%;
    height: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  body.home .aithinkSection .aithinkBlock .aithinkContent .sliderWrapper .item .txt a .title {
    font-size: 1.8rem;
  }
  body.home .aithinkSection .aithinkBlock .aithinkContent .sliderController {
    justify-content: center;
    margin-top: 20px;
  }
  body.home .aithinkSection .aithinkBlock > footer {
    text-align: right;
    padding: 0 20px;
    margin-top: 30px;
  }
  body.home .contentSection {
    padding: 40px 20px 35px 20px;
  }
  body.home .contentSection:not(.bdn)::after {
    width: calc(100% - 40px);
    left: 20px;
  }
  body.home .contentSection > header {
    margin-bottom: 25px;
  }
  body.home .contentSection > header .moreBtn {
    position: absolute;
    bottom: 30px;
    right: 20px;
  }
  body.home .newsSection > header .moreBtn {
    position: static;
  }
  body.home .sectionTtl {
    font-size: 2.4rem;
  }
  body.home .importantList {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body.home .importantList > dt {
    width: auto;
    margin-bottom: 5px;
  }
  body.home .importantList > dd {
    width: auto;
  }
  body.home .importantList > dd .newsVox {
    padding-bottom: 0;
  }
  body.home .importantList > dd .newsVox article a {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.home .importantList > dd .newsVox article a .title {
    width: 100%;
    margin-top: 5px;
  }
  body.home .otherSection {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  body.home .recruitSection {
    padding: 60px 0 40px 0;
  }
  body.home .recruitSection .pageContent {
    flex-wrap: wrap;
    gap: 40px 0;
  }
  body.home .recruitSection .pageContent .txt {
    width: 100%;
    padding: 0 20px;
    order: 2;
  }
  body.home .recruitSection .pageContent .txt ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  body.home .recruitSection .pageContent .txt ul > li {
    width: calc(50% - 10px);
  }
  body.home .recruitSection .pageContent .txt ul > li:nth-child(2) {
    border-top: 1px solid #ccc;
  }
  body.home .recruitSection .pageContent .txt ul > li a {
    font-size: 1.8rem;
    padding: 20px 18px 20px 0;
  }
  body.home .recruitSection .pageContent .txt ul > li a::after {
    right: 3px;
  }
  body.home .recruitSection .pageContent .img {
    width: 100%;
    order: 1;
  }
  body.home .recruitSection .pageContent .img .cInner {
    width: 85%;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body.home .recruitSection .pageContent .img .copy {
    width: 57.6%;
  }
  body.home .recruitSection .recruitPageList {
    padding: 0 20px;
    margin-top: 60px;
  }
  body.home .recruitSection .recruitPageList .thumTxtList.column2 > .item > button .title,
  body.home .recruitSection .recruitPageList .thumTxtList.column2 > .item > a .title {
    font-size: 1.8rem;
  }
  /*  END body */
} /*  @media END */
/**
 ****************************************************
 *
 * スマホ
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.home {
    /**
    * ---------------------------------------------------
    * mv
    * ---------------------------------------------------
    */
  }
  body.home #mainVisual > .inner {
    padding-top: 240px;
  }
  body.home .bg-wrap {
    height: 240px;
  }
  /*  END body */
} /*  @media END *//*# sourceMappingURL=home.css.map */