@charset "UTF-8";
/* Scss Document */
/*---------------------------------------------
    common
---------------------------------------------*/
@media screen and (min-width: 750px) {
  .-top header {
    transform: translateY(-101%); }
    .-top header.-active, .-top header.-scroll {
      transform: none; } }

.top_sec {
  position: relative; }

.top_sec_titArea {
  color: #1B4A99;
  margin: 0 0 40px; }
  @media screen and (max-width: 750px) {
    .top_sec_titArea {
      margin: 0 0 10vw; } }

.top_sec_subTit {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.1; }
  @media screen and (max-width: 750px) {
    .top_sec_subTit {
      font-size: 11.7vw; } }

.top_sec_tit {
  font-size: 2rem; }
  @media screen and (max-width: 750px) {
    .top_sec_tit {
      font-size: 5.3vw; } }

.top_sec_txt {
  font-size: 1.8rem;
  line-height: 2; }
  @media screen and (max-width: 750px) {
    .top_sec_txt {
      font-size: 4.26vw; } }

/*---------------------------------------------
    kv
---------------------------------------------*/
.top_kv {
  aspect-ratio: 1 / 0.547;
  position: relative;
  margin: 0 0 290px;
  top: 70px; }
  @media screen and (max-width: 750px) {
    .top_kv {
      aspect-ratio: 1 / 1.47;
      top: 22vw;
      margin: 0 0 53.8vw; } }
  .top_kv .headLogo {
    position: absolute;
    left: 30px;
    top: -50px; }
    @media screen and (max-width: 750px) {
      .top_kv .headLogo {
        opacity: 0;
        left: 2.6vw;
        top: -19vw; } }
  .top_kv .menu_wrap {
    position: absolute;
    top: -50px;
    right: 30px; }

.top_kv_imgList {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transform: skewY(-10deg); }
  @media screen and (max-width: 750px) {
    .top_kv_imgList {
      position: relative; } }
  .top_kv_imgList.slick-initialized {
    opacity: 1; }

.top_kv_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  transform: skewY(10deg) scale(1.4); }

.top_kv_img01 {
  background-image: url("../img/top/kv_img01.jpg"); }
  @media screen and (max-width: 750px) {
    .top_kv_img01 {
      background-image: url("../img/top/kv_img01_sp.jpg"); } }

.top_kv_img02 {
  background-image: url("../img/top/kv_img02.jpg"); }
  @media screen and (max-width: 750px) {
    .top_kv_img02 {
      background-image: url("../img/top/kv_img02_sp.jpg"); } }

.top_kv_img03 {
  background-image: url("../img/top/kv_img03.jpg"); }
  @media screen and (max-width: 750px) {
    .top_kv_img03 {
      background-image: url("../img/top/kv_img03_sp.jpg"); } }

.slick-track,
.slick-list {
  width: 100%;
  height: 100%; }

.top_kv_copyArea {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  z-index: 2;
  transform: translateY(-50%); }
  @media screen and (max-width: 750px) {
    .top_kv_copyArea {
      transform: none;
      top: 24vw;
      left: 6.6vw; } }

.top_kv_copy {
  font-size: 8rem;
  line-height: 1.3;
  margin: 0 0 20px; }
  @media screen and (max-width: 1160px) {
    .top_kv_copy {
      font-size: 7rem; } }
  @media screen and (max-width: 750px) {
    .top_kv_copy {
      font-size: 9.6vw;
      margin: 0 0 1.3vw; } }

.top_kv_copy_txt {
  font-size: 2.2rem;
  font-weight: 700; }
  @media screen and (max-width: 1160px) {
    .top_kv_copy_txt {
      font-size: 2rem; } }
  @media screen and (max-width: 750px) {
    .top_kv_copy_txt {
      font-size: 3.2vw; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes zoomout {
  0% {
    transform: scale(1.6); }
  100% {
    transform: scale(1);
    /* 拡大率 */ } }
.top_float {
  position: absolute;
  right: 20px;
  bottom: 0; }
  @media screen and (max-width: 750px) {
    .top_float {
      right: 5vw; } }
  .top_float::after {
    content: "";
    display: block;
    background: url("../img/common/toshinsaurus.svg") no-repeat;
    background-size: contain;
    width: 132px;
    height: 117px;
    position: absolute;
    top: calc(100% - 33px);
    left: 50%;
    transform: translateX(-50%);
    transition: .4s; }
    @media screen and (max-width: 750px) {
      .top_float::after {
        width: 26.1vw;
        height: 23.4vw;
        top: calc(100% - 6.6vw); } }
  .top_float:hover::after {
    transform: translate(-50%, -10px); }

.top_float_tit {
  border: 3px solid #1B4A99;
  background: #fff;
  color: #1B4A99;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.3;
  font-weight: 700; }
  @media screen and (max-width: 750px) {
    .top_float_tit {
      border-width: 2px;
      width: 29.8vw;
      height: 29.8vw;
      font-size: 3.2vw; } }
  .top_float_tit::after {
    content: "";
    display: block;
    width: 16px;
    height: 12px;
    background: url("../img/common/icon_arrow01.svg") no-repeat;
    background-size: contain;
    margin: 5px 0 0; }
    @media screen and (max-width: 750px) {
      .top_float_tit::after {
        width: 2.93vw;
        height: 2.4vw; } }

/*---------------------------------------------
    company
---------------------------------------------*/
.top_sec.-company {
  position: relative;
  margin: 0 0 240px; }
  @media screen and (max-width: 750px) {
    .top_sec.-company {
      margin: 0 0 17.6vw; } }
  .top_sec.-company .top_sec_txt {
    margin: 0 0 60px; }
    @media screen and (max-width: 750px) {
      .top_sec.-company .top_sec_txt {
        margin: 0 0 16vw; } }

.top_company_tit {
  font-size: 4rem;
  margin: 0 0 30px; }
  @media screen and (max-width: 750px) {
    .top_company_tit {
      font-size: 6.6vw;
      margin: 0 0 5vw; } }

.top_company_img {
  width: 683px; }
  @media screen and (min-width: 750px) {
    .top_company_img {
      position: absolute;
      left: 50%;
      top: -50px;
      z-index: -1; } }
  @media screen and (max-width: 750px) {
    .top_company_img {
      width: 100vw;
      margin: 28vw 0 0 -5vw; } }

/*---------------------------------------------
    service
---------------------------------------------*/
.top_sec.-service {
  margin: 0 0 22%; }
  @media screen and (max-width: 750px) {
    .top_sec.-service {
      margin: 0 0 36vw; } }

.top_service_arrow {
  display: flex;
  align-items: center;
  margin: 0 0 20px; }
  @media screen and (max-width: 750px) {
    .top_service_arrow {
      margin: 0 0 5vw; } }
  .top_service_arrow .slide-arrow {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 18px;
    height: 17px;
    z-index: 30;
    cursor: pointer; }
    @media screen and (max-width: 750px) {
      .top_service_arrow .slide-arrow {
        width: 4.8vw;
        height: 4.26vw; } }
  .top_service_arrow .prev-arrow {
    background-image: url("../img/top/slide_prev.svg");
    margin: 0 30px 0 0; }
    @media screen and (max-width: 750px) {
      .top_service_arrow .prev-arrow {
        margin: 0 8vw 0 0; } }
  .top_service_arrow .next-arrow {
    background-image: url("../img/top/slide_next.svg"); }

.top_serviceList {
  transform: skewY(-10deg);
  display: flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .top_serviceList li {
    transform: skewY(10deg);
    margin: 0 8px;
    width: 20%;
    flex-shrink: 0; }
    @media screen and (max-width: 750px) {
      .top_serviceList li {
        margin: 0 4vw; } }
  @media screen and (min-width: 750px) {
    .top_serviceList a:hover .top_serviceList_img {
      overflow: hidden; }
      .top_serviceList a:hover .top_serviceList_img img {
        transform: skewY(10deg) scale(1.4); } }

.top_serviceList_img {
  transform: skewY(-10deg);
  overflow: hidden;
  margin: 0 0 14%; }
  .top_serviceList_img img {
    transform: skewY(10deg) scale(1.3);
    transition: .3s ease-in-out; }

.top_serviceList_tit {
  color: #1B4A99;
  font-weight: 700;
  font-size: 2.2rem;
  margin: 0 0 0.4em; }
  @media screen and (max-width: 750px) {
    .top_serviceList_tit {
      font-size: 5.3vw; } }
  .top_serviceList_tit::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/common/icon_arrow02.svg") no-repeat;
    background-size: contain;
    margin: 0 0 0 10px; }
    @media screen and (max-width: 750px) {
      .top_serviceList_tit::after {
        width: 4.26vw;
        height: 4.26vw; } }

.top_serviceList_txt {
  font-size: 1.5rem;
  line-height: 1.5; }
  @media screen and (max-width: 750px) {
    .top_serviceList_txt {
      font-size: 4vw; } }

/*---------------------------------------------
    recruit
---------------------------------------------*/
.top_sec.-recruit {
  position: relative;
  margin: 0 0 15%; }

.rotate {
  position: relative;
  display: flex;
  width: 224px;
  height: 224px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #1B4A99;
  position: absolute;
  left: -50px;
  top: -90px;
  z-index: 3; }
  @media screen and (max-width: 750px) {
    .rotate {
      width: 36.8vw;
      height: 36.8vw;
      left: 0;
      top: -22vw; } }
  .rotate::after {
    content: "";
    display: block;
    width: 26px;
    height: 20px;
    background: url("../img/common/icon_arrow01.svg") no-repeat;
    background-size: contain;
    margin: 0.5em 0 0;
    transition: .4s; }
    @media screen and (max-width: 750px) {
      .rotate::after {
        width: 4.26vw;
        height: 3.2vw; } }
  .rotate:hover::after {
    transform: translateX(5px); }

.rotate_tit {
  font-size: 2.6rem; }
  @media screen and (max-width: 750px) {
    .rotate_tit {
      font-size: 4.26vw; } }

.rotate_txt {
  position: absolute;
  left: 0;
  top: 0; }

.recruit_imgWrap {
  transform: skewY(-10deg);
  overflow: hidden;
  height: 540px; }
  @media screen and (max-width: 750px) {
    .recruit_imgWrap {
      height: 74.7vw; } }

.recruit_img {
  transform: skewY(10deg) scale(1.5);
  background: url("../img/top/recruit_img.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%; }

.recruit_img_titArea {
  color: #1B4A99;
  font-weight: 700;
  font-size: 9.4rem;
  transform: rotate(-10deg);
  line-height: 1;
  line-height: 0.74;
  display: flex;
  align-items: center;
  white-space: nowrap; }
  @media screen and (max-width: 750px) {
    .recruit_img_titArea {
      font-size: 6.9vw; } }

.recruit_img_tit {
  animation: flowing 40s linear infinite;
  transform: translateX(100%);
  margin: 0;
  padding: 0; }
  .recruit_img_tit li {
    display: inline-block;
    padding-right: 0.3em; }

@keyframes flowing {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
/*---------------------------------------------
    info
---------------------------------------------*/
.top_sec.-info {
  padding: 0 0 215px; }
  @media screen and (max-width: 750px) {
    .top_sec.-info {
      padding: 0 0 47.4vw; } }
  .top_sec.-info .inner {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 750px) {
      .top_sec.-info .inner {
        display: block; } }

.top_info {
  width: 45.4%; }
  @media screen and (max-width: 750px) {
    .top_info {
      width: 100%;
      margin: 0 0 20vw; } }

.top_info_tit {
  font-weight: 700;
  font-size: 3.6rem;
  margin: 0 0 20px; }
  @media screen and (max-width: 750px) {
    .top_info_tit {
      font-size: 9.6vw;
      margin: 0 0 6vw; } }

.top_info_list li {
  border-bottom: 1px solid #E0E0E0; }
.top_info_list a {
  display: block;
  padding: 20px 0; }
  @media screen and (max-width: 750px) {
    .top_info_list a {
      padding: 5vw 0; } }
  .top_info_list a:hover .top_info_list_tit {
    color: #1B4A99; }

.top_info_list_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 0 15px; }
  @media screen and (max-width: 750px) {
    .top_info_list_head {
      font-size: 3.2vw;
      margin: 0 0 4vw; } }

.top_info_list_category {
  background: #1D2B42;
  flex-shrink: 0;
  color: #fff;
  width: 80px;
  text-align: center;
  padding: 5px;
  border-radius: 100px; }
  @media screen and (max-width: 750px) {
    .top_info_list_category {
      width: 21.3vw;
      padding: 1.3vw; } }
  .top_info_list_category.-event {
    background: #ABC3EA;
    color: #1D2B42; }
  .top_info_list_category.-info {
    background: #E0E0E0;
    color: #1D2B42; }
  .top_info_list_category.-news {
    background: #1D2B42; }

.top_info_list_tit {
  line-height: 2.2; }

.top_info_linkArea {
  text-align: right;
  margin: 40px 0 0; }
  @media screen and (max-width: 750px) {
    .top_info_linkArea {
      margin: 8vw 0 0; } }

/*---------------------------------------------
    bnr
---------------------------------------------*/
.top_bnr {
  width: 45.4%; }
  @media screen and (max-width: 750px) {
    .top_bnr {
      width: 100%; } }

.top_bnr_list li:not(:last-child) {
  margin: 0 0 14px; }
  @media screen and (max-width: 750px) {
    .top_bnr_list li:not(:last-child) {
      margin: 0 0 2.6vw; } }
.top_bnr_list a {
  position: relative;
  display: block; }

.top_bnr_list_titArea {
  display: flex;
  color: #fff;
  position: absolute;
  align-items: center;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10; }
  @media screen and (max-width: 750px) {
    .top_bnr_list_titArea {
      left: 4.8vw; } }

.top_bnr_list_subTit {
  font-size: 3.6rem;
  font-weight: 700; }
  @media screen and (max-width: 750px) {
    .top_bnr_list_subTit {
      font-size: 6.4vw; } }

.top_bnr_list_tit {
  margin: 0 0 0 1em; }
  @media screen and (max-width: 750px) {
    .top_bnr_list_tit {
      font-size: 2.9vw; } }
