@charset "UTF-8";
/* ------------------------------ */
/* 共通開始 */
/* ------------------------------ */
/************ breakpointの設定	************/
@media screen and (min-width: 1025px) {
  .pc {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

.pc_big {
  /* 1350pxより大きい画面にはPC版のヘッダーを適用したい。 */
}

@media screen and (min-width: 1351px) {
  .pc_big {
    display: block;
  }
}

@media screen and (max-width: 1350px) {
  .pc_big {
    display: none !important;
  }
}

.pc_small {
  /* SP版のヘッダーを1350pxまで適用したい。 */
}

@media screen and (min-width: 1351px) {
  .pc_small {
    display: none !important;
  }
}

@media screen and (max-width: 1350px) {
  .pc_small {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .tab {
    display: none !important;
  }
}

@media screen and (min-width: 771px) and (max-width: 1023px) {
  .tab {
    display: block;
  }
}

@media screen and (min-width: 770px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 769px) {
  .sp {
    display: block;
  }
}

a {
  color: unset;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.ank {
  padding-top: 60px;
  margin-top: -60px;
}

/************ breakpointの設定	************/
/*==========フォント読み込み==========*/
/*
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
*/
body, input, button, textarea, select {
  font-family: "Noto Sans CJK JP","Noto Sans Japanese","Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

/*==========フォント読み込み終了==========*/
/*==========カラーコード開始==========*/
/*==========カラーコード終了==========*/
/*==========font-sizeコード開始==========*/
/*==========font-sizeコード終了==========*/
/*==========グラデーションを定義開始==========*/
/*==========グラデーションを定義開始==========*/
/*==========ボタンを定義開始==========*/
/*==========ボタンを定義終了==========*/
/*==========矢印を定義開始==========*/
/*==========矢印を定義終了==========*/
/*==========フェードインアニメーション終了==========*/
/* 下から上へフェードイン */
.element {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* 左から右へフェードイン */
.toright {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

/* フェードイン時に入るクラス */
.is-toright {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*==========フェードインアニメーション終了==========*/
/* ------------------------------ */
/* 共通終了 */
/* ------------------------------ */
/* ------------------------------ */
/* ヘッダー開始 */
/* ------------------------------ */
body {
  font-family: 'Noto Sans JP';
}

.top {
  /* -------------top開始タグ----------------- */
  /*----- 背景グレー -----*/
  position: relative;
  overflow: hidden;
  /*----- 背景グレー -----*/
  /* ------------------------------ */
  /* ヘッダー終了 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* スライダー開始 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* スライダー終了 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* スライダー修正 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* スライダー修正終了 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* ニュース開始 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* ニュース終了 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* ABOUTUS開始 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* ABOUTUS終了 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* NEWS開始 */
  /* ------------------------------ */
  /*section_02閉じタグ*/
  /* ------------------------------ */
  /* NEWS終了 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* CONSULTANT開始 */
  /* ------------------------------ */
  /*section_03閉じタグ*/
  /* ------------------------------ */
  /* CONSULTANT終了 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* COLUMN開始 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* COLUMN終了 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* RECRUIT開始 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* RECRUIT終了 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* CONTACT開始 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* CONTACT終了 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* footer開始 */
  /* ------------------------------ */
  /* ------------------------------ */
  /* footer終了 */
  /* ------------------------------ */
}

.top #canvas_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.top .bg_line01 {
  position: relative;
}

.top .bg_line01::before {
  content: '';
  display: inline-block;
  position: absolute;
  /*
      width: 4450px;
      height: 2454px;
      left: -5120px;
      */
  width: 795%;
  height: 100%;
  left: calc(50% - 460%);
  bottom: 0;
  background-color: #f5f5f5;
  -webkit-transform: skew(-68.2deg) scale(1, 0);
          transform: skew(-68.2deg) scale(1, 0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.top .bg_line01.animation-on::before {
  -webkit-transform: skew(-68.2deg) scale(1, 1);
          transform: skew(-68.2deg) scale(1, 1);
  -webkit-transition: .8s;
  transition: .8s;
}

.top .bg_line02 {
  position: relative;
  z-index: 3;
}

.top .bg_line02::before {
  content: '';
  display: inline-block;
  position: absolute;
  /*
      width: 4450px;
      height: 2454px;
      left: -5120px;
      */
  width: 422%;
  height: 100%;
  left: calc(50% - 253%);
  bottom: 0;
  background-color: #12246c;
  -webkit-transform: skew(-68.2deg) scale(1, 0);
          transform: skew(-68.2deg) scale(1, 0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

@media screen and (min-width: 450px) and (max-width: 768px) {
  .top .bg_line02::before {
    width: 322%;
    height: 100%;
    left: -103%;
  }
}

.top .bg_line02.animation-on::before {
  -webkit-transform: skew(-68.2deg) scale(1, 1);
          transform: skew(-68.2deg) scale(1, 1);
  -webkit-transition: .8s;
  transition: .8s;
}

.top .header02 {
  background-color: #ffffff;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.top .header02 .header02_wrap {
  padding: 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  position: relative;
  /* ハンバーガーメニューの線 */
  /* ハンバーガーメニュークリック後のスタイル */
  /* ナビのリンク */
  /*SNS*/
}

.top .header02 .header02_wrap .header02_logo a {
  display: block;
  width: 250px;
  height: 60px;
  padding: 10px;
}

.top .header02 .header02_wrap .wrap_mail_ham {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.top .header02 .header02_wrap .mail_wrap {
  background-image: -webkit-gradient(linear, left top, right top, from(#043b8b), to(#12246c));
  background-image: linear-gradient(90deg, #043b8b, #12246c);
  border-color: transparent;
}

.top .header02 .header02_wrap .mail_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
}

.top .header02 .header02_wrap .mail_wrap img {
  display: block;
  width: 30px;
  height: auto;
}

.top .header02 .header02_wrap .header__nav {
  position: fixed;
  right: 0;
  left: 0;
  top: 59px;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: ease .4s;
  transition: ease .4s;
  background-image: -webkit-gradient(linear, left top, right top, from(#043b8b), to(#12246c));
  background-image: linear-gradient(90deg, #043b8b, #12246c);
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.top .header02 .header02_wrap .nav-items {
  position: absolute;
  top: 2%;
  padding: 0;
  width: 90%;
}

@media screen and (max-width: 380px) {
  .top .header02 .header02_wrap .nav-items {
    top: 3%;
  }
}

.top .header02 .header02_wrap .nav-items__item:last-child {
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.top .header02 .header02_wrap .header__hamburger {
  width: 60px;
  height: 100%;
  padding: 10px;
}

.top .header02 .header02_wrap .hamburger {
  background-image: -webkit-gradient(linear, left top, right top, from(#043b8b), to(#12246c));
  background-image: linear-gradient(90deg, #043b8b, #12246c);
  border-color: transparent;
  /*buttonタグデフォルトスタイルを打ち消し*/
  z-index: 10;
}

.top .header02 .header02_wrap .hamburger span {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: ease .4s;
  transition: ease .4s;
  /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  display: block;
}

.top .header02 .header02_wrap .hamburger span:nth-child(1) {
  top: 0;
}

.top .header02 .header02_wrap .hamburger span:nth-child(2) {
  margin: 8px 0;
}

.top .header02 .header02_wrap .hamburger span:nth-child(3) {
  top: 0;
}

.top .header02 .header02_wrap .header__nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.top .header02 .header02_wrap .hamburger.active span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top .header02 .header02_wrap .hamburger.active span:nth-child(2) {
  opacity: 0;
}

.top .header02 .header02_wrap .hamburger.active span:nth-child(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top .header02 .header02_wrap .nav-items__item a {
  color: #ffffff;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
}

.top .header02 .header02_wrap .nav-items__item a .m_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 11px 20px;
  position: relative;
}

.top .header02 .header02_wrap .nav-items__item a .m_wrap .m_small {
  font-size: 32px;
}

@media screen and (max-width: 380px) {
  .top .header02 .header02_wrap .nav-items__item a .m_wrap .m_small {
    font-size: 24px;
  }
}

.top .header02 .header02_wrap .nav-items__item a .m_wrap .m_s_small {
  font-size: 14px;
}

@media screen and (max-width: 380px) {
  .top .header02 .header02_wrap .nav-items__item a .m_wrap .m_s_small {
    font-size: 14px;
  }
}

.top .header02 .header02_wrap .nav-items__item a .m_wrap span {
  position: relative;
  display: block;
  width: 23px;
  height: 3px;
  background-color: #ffffff;
  margin-left: 10px;
  position: absolute;
  right: 0;
}

.top .header02 .header02_wrap .nav-items__item a .m_wrap span::before {
  content: '';
  position: absolute;
  top: 5px;
  right: -3px;
  display: block;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ffffff;
}

.top .header02 .header02_wrap .nav-items__item a .m_wrap span::after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: -3px;
  display: block;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
}

.top .header02 .header02_wrap .nav-items__item:last-child a {
  margin-bottom: 0;
}

.top .header02 .header02_wrap .sns_wrap {
  position: relative;
  top: auto;
  bottom: 0px;
  width: 100vw;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
  margin-bottom: 60px;
}

.top .header02 .header02_wrap .sns_wrap a {
  margin: 5px;
}

.top .section_01 {
  max-width: 100vw;
  position: relative;
  margin: 0 auto;
  z-index: 5;
  /*スクロールダウン全体の場所*/
  /*Scrollテキストの描写*/
  /* 線の描写 */
  /*高さ・位置・透過が変化して線が上から下に動く*/
}

.top .section_01 .scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 4%;
  top: 730px;
  /*全体の高さ*/
  height: 80px;
  width: 50px;
  z-index: 5;
}

.top .section_01 .scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: 0px;
  right: 0px;
  top: -65px;
  width: 50px;
  /*テキストの形状*/
  color: #12246c;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.top .section_01 .scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  /*線の形状*/
  width: 1px;
  height: 80px;
  background: #12246c;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 70px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 70px;
    opacity: 0;
  }
}

@-webkit-keyframes slide-in-anim {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slide-in-anim {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slide-in-bg-anim {
  20% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes slide-in-bg-anim {
  20% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

.top .top_slider_big_wrap {
  position: relative;
}

.top .top_slider_main {
  position: relative;
  width: 100vw;
  padding-top: 45px;
  /*spとじタグ*/
}

.top .top_slider_main .slick-track {
  width: 100vw;
}

.top .top_slider_main .top_slider_box_main.slick-slide {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top .top_slider_main .top_slider_box_main.slick-slide .text_01, .top .top_slider_main .top_slider_box_main.slick-slide .text_03 {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.top .top_slider_main .top_slider_box_main.slick-slide .text_01::before, .top .top_slider_main .top_slider_box_main.slick-slide .text_03::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #043b8b;
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.top .top_slider_main .top_slider_box_main.slick-slide .text_02 {
  position: relative;
  font-family: 'Lato', sans-serif;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.top .top_slider_main .top_slider_box_main.slick-slide .text_02::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #043b8b;
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.top .top_slider_main .top_slider_box_main.slick-slide.slick-active .text_01, .top .top_slider_main .top_slider_box_main.slick-slide.slick-active .text_03 {
  position: relative;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.5, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.5, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.top .top_slider_main .top_slider_box_main.slick-slide.slick-active .text_01::before, .top .top_slider_main .top_slider_box_main.slick-slide.slick-active .text_03::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #043b8b;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transform: scale(0, 1);
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: 0.6s cubic-bezier(0.3, 0, 0.1, 1) 1s;
  transition: 0.6s cubic-bezier(0.3, 0, 0.1, 1) 1s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.top .top_slider_main .top_slider_box_main.slick-slide.slick-active .text_02 {
  position: relative;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.5, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.5, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.top .top_slider_main .top_slider_box_main.slick-slide.slick-active .text_02::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #043b8b;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transform: scale(0, 1);
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: 0.6s cubic-bezier(0.3, 0, 0.1, 1) 1s;
  transition: 0.6s cubic-bezier(0.3, 0, 0.1, 1) 1s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.top .top_slider_main .top_slider_box_main.slick-slide.slick-active .mainview_img img {
  -webkit-transform: translateX(-400%);
          transform: translateX(-400%);
  -webkit-animation: slide-in-anim 1.5s forwards;
          animation: slide-in-anim 1.5s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.top .top_slider_main .top_slider_box_main.slick-slide.slick-active .mainview_img::before {
  -webkit-transform: translateX(-400%);
          transform: translateX(-400%);
  -webkit-animation: slide-in-bg-anim 1.5s forwards;
          animation: slide-in-bg-anim 1.5s forwards;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.top .top_slider_main .top_slider_box_main.main_01 {
  /*
                        background: url(../img/mainview_img_01.png) no-repeat center center;
                        background-size: contain;
                        display: flex;
                        justify-content: flex-start;
                        @include tab {
                            padding: 30px;
                        }
                        */
}

.top .top_slider_main .top_slider_box_main.main_01 .mainview_img {
  position: relative;
}

.top .top_slider_main .top_slider_box_main.main_01 .mainview_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
}

.top .top_slider_main .top_slider_box_main.main_01 .mainview_img img {
  position: relative;
  z-index: 5;
}

.top .top_slider_main .top_slider_box_main.main_01 .mainview_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 5px 5px 5px 5px;
  max-width: 100vw;
  z-index: 6;
  width: 90%;
  padding-top: 30px;
}

.top .top_slider_main .top_slider_box_main.main_01 .mainview_wrap .text_01 {
  color: #12246c;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.top .top_slider_main .top_slider_box_main.main_01 .mainview_wrap .text_01 span {
  font-size: 42px;
  margin-left: 15px;
}

.top .top_slider_main .top_slider_box_main.main_01 .mainview_wrap .text_02 {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  height: 70px;
  margin: 0 0 15px 15px;
  text-align: center;
  padding: 7px 10px 7px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#043b8b), to(#12246c));
  background-image: linear-gradient(90deg, #043b8b, #12246c);
  line-height: 1.1;
}

.top .top_slider_main .top_slider_box_main.main_01 .mainview_wrap .text_02.left {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 7px 7px 7px 50px;
  font-size: 24px;
}

.top .top_slider_main .top_slider_box_main.main_01 .mainview_wrap .text_02.long {
  font-size: 24px;
}

.top .top_slider_main .top_slider_box_main.main_01 .mainview_wrap .text_03 {
  color: #12246c;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 15px;
  padding: 0 0 0 50px;
}

.top .top_slider_main .top_slider_box_main.main_02 {
  background: url(../img/mainview_img_02.png) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 980px) {
  .top .top_slider_main .top_slider_box_main.main_02 {
    padding: 30px;
  }
}

.top .top_slider_main .top_slider_box_main.main_02 .mainview_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .slick-dots {
  bottom: 30px;
  padding: 10px;
  text-align: right;
}

.top .slick-dots li {
  width: 10px !important;
  height: 10px;
  padding: 10px;
}

.top .slick-dots li.slick-active button {
  background-color: #12246c;
}

.top .slick-dots li button {
  background-color: #cccccc;
  width: 10px;
  height: 10px;
}

.top .slick-dots li button::before {
  font-size: 0;
}

.top .mv_slider {
  width: 100%;
  margin-top: 60px;
  display: none;
}

.top .mv_slider li {
  width: 100%;
  position: relative;
}

.top .mv_slider li .mv_slider_img01 {
  width: 100%;
  margin-left: auto;
  position: relative;
  margin-top: 160px;
}

.top .mv_slider li .mv_slider_img01::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #053a8b;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.top .mv_slider li .mv_slider_txt01 {
  position: absolute;
  top: 80px;
  left: 15px;
  width: calc(100% - 30px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top .mv_slider li .mv_slider_txt01 .txt01 {
  width: 100%;
}

.top .mv_slider li .mv_slider_txt01 .txt01 span {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 8px 8px;
  background-color: #053a8b;
  display: inline-block;
  position: relative;
  margin-top: 4px;
}

.top .mv_slider li .mv_slider_txt01 .txt01 span:first-of-type {
  margin-top: 0;
}

.top .mv_slider li .mv_slider_txt01 .txt01 span::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #053a8b;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.top .mv_slider li .mv_slider_txt01 .txt02 {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #12246c;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.065em;
  padding-left: 8px;
  margin-top: 15px;
  position: relative;
}

@media screen and (max-width: 980px) {
  .top .mv_slider li .mv_slider_txt01 .txt02 {
    font-size: 22px;
  }
}

.top .mv_slider li .mv_slider_txt01 .txt02::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #053a8b;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.top .mv_slider li.animation .mv_slider_img01::before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-animation: scaleIn .6s linear 0s 1 forwards;
  animation: scaleIn .6s linear 0s 1 forwards;
}

.top .mv_slider li.animation .mv_slider_txt01 .txt01 span::before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-animation: scaleIn .6s linear 0s 1 forwards;
  animation: scaleIn .6s linear 0s 1 forwards;
}

.top .mv_slider li.animation .mv_slider_txt01 .txt02::before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-animation: scaleIn .6s linear 0s 1 forwards;
  animation: scaleIn .6s linear 0s 1 forwards;
}

.top .mv_slider li.slick-center .mv_slider_img01 {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: scaleIn 1s cubic-bezier(0.8, 0, 0.2, 1) 1s 1 forwards;
  animation: scaleIn 1s cubic-bezier(0.8, 0, 0.2, 1) 1s 1 forwards;
}

.top .mv_slider li.slick-center .mv_slider_img01::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-animation: scaleOut 1s cubic-bezier(0.8, 0, 0.2, 1) 2s 1 forwards;
  animation: scaleOut 1s cubic-bezier(0.8, 0, 0.2, 1) 2s 1 forwards;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.top .mv_slider li.slick-center .mv_slider_txt01 .txt01 span {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: scaleIn 1s cubic-bezier(0.8, 0, 0.2, 1) 1s 1 forwards;
  animation: scaleIn 1s cubic-bezier(0.8, 0, 0.2, 1) 1s 1 forwards;
}

.top .mv_slider li.slick-center .mv_slider_txt01 .txt01 span::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-animation: scaleOut 1s cubic-bezier(0.8, 0, 0.2, 1) 2s 1 forwards;
  animation: scaleOut 1s cubic-bezier(0.8, 0, 0.2, 1) 2s 1 forwards;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.top .mv_slider li.slick-center .mv_slider_txt01 .txt02 {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: scaleIn 1s cubic-bezier(0.8, 0, 0.2, 1) 1s 1 forwards;
  animation: scaleIn 1s cubic-bezier(0.8, 0, 0.2, 1) 1s 1 forwards;
}

.top .mv_slider li.slick-center .mv_slider_txt01 .txt02::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-animation: scaleOut 1s cubic-bezier(0.8, 0, 0.2, 1) 2s 1 forwards;
  animation: scaleOut 1s cubic-bezier(0.8, 0, 0.2, 1) 2s 1 forwards;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

@keyframes scaleOut {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  49% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  51% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  100% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  49% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  51% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  100% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.top .news_wrap {
  /*
    position: absolute;
    z-index: 999;
    top: 863px;
    left: 50%;
    transform: translate(-50%, -50%);
    */
  width: 100%;
  max-width: 1200px;
  margin: -50px auto 0;
  position: absolute;
  bottom: -50px;
  z-index: 10;
}

.top .news_wrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .news_left {
  background-color: #ffffff;
  width: 70%;
  height: 80px;
}

.top .news_left_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 80px;
  overflow: hidden;
}

.top .news_left_wrap_date {
  color: #12246c;
  padding: 10px 15px 0px 15px;
  font-weight: bold;
  font-size: 13px;
}

.top .news_left_wrap_content {
  color: #222222;
  padding: 2px 15px 10px 15px;
  width: auto;
  font-size: 13px;
}

.top .news_right {
  background-image: -webkit-gradient(linear, left top, right top, from(#043b8b), to(#12246c));
  background-image: linear-gradient(90deg, #043b8b, #12246c);
  width: 25%;
}

.top .news_right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 10px 30px 10px 30px;
}

.top .news_right a:hover {
  opacity: 0.7;
}

.top .news_right a span {
  position: relative;
}

.top .news_right a span::before {
  position: absolute;
  content: '';
  background: url(../img/arrow01_w.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  bottom: -26px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.top .news_right_text {
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.2;
}

.top .news_right .arrow {
  position: relative;
  display: block;
  width: 23px;
  height: 3px;
  background-color: #ffffff;
  margin-left: 10px;
  margin-left: 0;
  margin-bottom: 7px;
}

.top .news_right .arrow::before {
  content: '';
  position: absolute;
  top: 5px;
  right: -3px;
  display: block;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ffffff;
}

.top .news_right .arrow::after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: -3px;
  display: block;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
}

.top .news_slider_main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.top .news_slider_main .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media screen and (max-width: 980px) {
  .top .news_slider_main {
    margin-top: 45px;
  }
}

.top .news_slider_main .common_contents_box .mainview_wrap {
  padding: 0 4.72972973%;
  height: 100%;
}

.top .news_slider_main .common_contents_box .mainview_wrap a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: unset;
}

.top .slider_arrow {
  width: 50px;
  height: 50px;
  border: solid 1px #fff;
  position: absolute;
  top: -70px;
  right: 10px;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.top .slider_arrow::before {
  content: "";
  width: 24px;
  height: 20px;
  background: url(../img/arrow01_w.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.top .slider_arrow.prev {
  z-index: 5;
  right: 75px;
}

.top .slider_arrow.prev::before {
  -webkit-transform: scale(-1, 1) translate(50%, -50%);
          transform: scale(-1, 1) translate(50%, -50%);
}

.top .slider_arrow:hover {
  background-color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.top .slider_arrow:hover::before {
  background: url(../img/arrow01_n.png) no-repeat center/contain;
  -webkit-transition: .2s;
  transition: .2s;
}

.top .slider_arrow.color01 {
  border: solid 1px #12246c;
  background-color: #ffffff;
}

.top .slider_arrow.color01::before {
  background: url(../img/arrow01_n.png) no-repeat center/contain;
}

.top .slider_arrow.color01:hover {
  background-color: #12246c;
}

.top .slider_arrow.color01:hover::before {
  background: url(../img/arrow01_w.png) no-repeat center/contain;
}

.top .common_contents_box .mainview_wrap {
  width: 100%;
}

.top .common_contents_box .mainview_wrap .n_s_upper {
  width: 100%;
  padding-top: 71.111111%;
  position: relative;
}

.top .common_contents_box .mainview_wrap .n_s_upper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0% 100%, 0 25px, 25px 0%, 100% 0%, 100% 0, 100% 100%);
          clip-path: polygon(0% 100%, 0 25px, 25px 0%, 100% 0%, 100% 0, 100% 100%);
}

.top .common_contents_box .mainview_wrap .n_s_lower {
  background-color: #ffffff;
  padding: 24px 8.444444% 26px;
  position: relative;
}

.top .common_contents_box .mainview_wrap .n_s_lower.news {
  height: 217px;
}

.top .common_contents_box .mainview_wrap .n_s_lower.colm {
  height: auto;
  min-height: 170px;
}

.top .common_contents_box .mainview_wrap .n_s_cat {
  font-size: 10px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 12px 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#043b8b), to(#12246c));
  background-image: linear-gradient(90deg, #043b8b, #12246c);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top .common_contents_box .mainview_wrap .n_s_date {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #12246c;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding-left: 4px;
}

.top .common_contents_box .mainview_wrap .n_s_ttl {
  font-size: 20px;
  color: #222;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-top: 6px;
}

.top .common_contents_box .mainview_wrap .n_s_text {
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-top: 12px;
}

.top .common_contents_box.slick-active .mainview_wrap img {
  opacity: 1;
}

.top .common_contents_box.slick-slide {
  height: auto;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .common_contents_box.column .mainview_wrap {
  padding-left: 30px;
}

.top .common_contents_box.column .mainview_wrap .n_s_upper {
  padding-top: 70.2702703%;
}

.top .common_contents_box.column .mainview_wrap .n_s_lower {
  padding: 25px 0;
}

.top .common_contents_box.column .mainview_wrap .n_s_lower .n_s_cat {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.top .common_contents_box.column .mainview_wrap .n_s_lower .n_s_ttl {
  font-size: 20px;
  margin-top: 8px;
}

.top .common_contents_box.column .mainview_wrap .n_s_lower .n_s_text {
  font-size: 16px;
}

.top .about_h2 {
  background: url(../../assets/img/ABOUT_US.png) top center no-repeat;
  background-size: contain;
  width: 280px;
  height: 75px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 20px;
  margin: 110px auto 10px;
}

.top .about_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 10px 10px 10px;
  text-align: left;
  line-height: 2;
  font-size: 16px;
}

.top .about_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 10px 0 0 0;
}

.top .about_cont .img {
  width: 100%;
}

.top .about_cont_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 10px 10px 10px 10px;
}

.top .about_cont_r_title {
  font-size: 32px;
  padding: 20px 0 40px 0;
  font-weight: bold;
  position: relative;
}

.top .about_cont_r_title span {
  color: #12246c;
  font-weight: bold;
}

.top .about_cont_r_title::before {
  content: 'Career change';
  display: inline-block;
  position: absolute;
  top: 74px;
  font-size: 14px;
  font-weight: bold;
  color: #12246c;
}

.top .about_cont_r_text {
  width: auto;
  line-height: 2;
  padding: 5px 0 28px 0;
}

.top .common_btn {
  width: 100%;
}

.top .common_btn a {
  background: url(../../assets/img/common_btn_01_1px.png) no-repeat bottom left/contain;
  width: 300px;
  height: 64.8648649px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: contain;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  padding: 0 0 3px 3px;
  margin: 0 auto;
}

.top .common_btn a::before {
  content: "";
  width: 15px;
  height: 12px;
  background: url(../img/arrow01_n.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  -webkit-transition: .2s;
  transition: .2s;
}

.top .common_btn a:hover::before {
  right: 20px;
  -webkit-transition: .2s;
  transition: .2s;
}

.top .common_btn_text {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #12246c;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}

.top .common_btn.white a {
  background: url(../../assets/img/common_btn_02_1px.png) no-repeat bottom left/contain;
}

.top .common_btn.white a::before {
  background: url(../img/arrow01_w.png) no-repeat center/contain;
}

.top .common_btn.white .common_btn_text {
  color: #fff;
}

.top .common_btn.contact .common_btn_text {
  font-size: 24px;
  padding-left: 42px;
  position: relative;
  padding-right: 30px;
}

.top .common_btn.contact .common_btn_text::before {
  content: "";
  width: 32px;
  height: 22px;
  background: url(../img/mail_icon.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top .section_02 {
  max-width: 100%;
  position: relative;
  margin: 0px auto 0;
  padding-top: 50px;
  z-index: 5;
  /*
  &::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 2700px;
    height: 3173px;
    left: -6159px;
    bottom: 0;
    background-color: $color-main;
    transform: skew(-70deg) scale(1,0);
    transform-origin: bottom center;
    overflow-y: visible;
    overflow-x: hidden;
    z-index: 0;
  }

  &.animation-on {
    &::before {
      transform: skew(-70deg) scale(1,1);
      transition: 1s;
      z-index: 0;
    }
  }
*/
  /*news閉じタグ*/
}

.top .section_02 .news_h2 {
  width: 100%;
  padding-left: 10px;
}

.top .section_02 .news_h2 .en {
  height: 32px;
  display: block;
}

.top .section_02 .news_h2 .en img {
  max-width: initial;
  max-width: auto;
  width: auto;
  height: 100%;
}

.top .section_02 .news_h2 .jp {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-top: 10px;
}

.top .section_02 .news_text {
  margin: 25px auto 75px 10px;
}

.top .section_02 .news_btn {
  margin-top: 30px;
}

.top .section_02 .news_tokyo_wrap {
  margin-top: 30px;
}

.top .section_02 .news_tokyo_wrap.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top .section_02 .news_tokyo_wrap.tab .left {
  width: 68%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top .section_02 .news_tokyo_wrap.tab .right {
  width: 30%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top .section_03 {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 5;
}

.top .section_03::before {
  content: '';
  display: inline-block;
  position: absolute;
  /*
    width: 1960px;
    height: 2824px;
    left: -5475px;
    */
  width: 300%;
  height: 100%;
  left: calc(50% - 327%);
  background-color: #f5f5f5;
  -webkit-transform: skew(110deg) scale(1, 0);
          transform: skew(110deg) scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.top .section_03.animation-on::before {
  -webkit-transform: skew(110deg) scale(1, 1);
          transform: skew(110deg) scale(1, 1);
  -webkit-transition: 1s;
  transition: 1s;
}

.top .section_03 .cons_h2 {
  text-align: center;
}

.top .section_03 .cons_h2 .en {
  height: 32px;
  display: block;
}

.top .section_03 .cons_h2 .en img {
  max-width: initial;
  max-width: auto;
  width: auto;
  height: 100%;
}

.top .section_03 .cons_h2 .jp {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-top: 10px;
}

.top .section_03 .cons_text {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.top .section_03 .cons_pic {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  margin-top: 30px;
}

.top .section_03 .common_btn {
  margin-top: 30px;
}

.top .section_04 {
  background: url(../../assets/img/bk_purple.png) center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 50px;
  z-index: 5;
}

.top .section_04_inner {
  max-width: 1920px;
}

.top .section_04 .colm_h2 {
  width: 100%;
  padding-left: 10px;
}

.top .section_04 .colm_h2 .en {
  height: 32px;
  display: block;
}

.top .section_04 .colm_h2 .en img {
  max-width: initial;
  max-width: auto;
  width: auto;
  height: 100%;
}

.top .section_04 .colm_h2 .jp {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-top: 10px;
}

.top .section_04 .colm_text {
  margin: 25px auto 77px 10px;
}

.top .section_04 .colm_page_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin: 0px 362px 40px 0px;
}

.top .section_04 .colm_page_l {
  width: 60px;
  height: 60px;
  border: 1px solid #12246c;
}

.top .section_04 .colm_page_l span {
  position: relative;
  display: block;
  width: 23px;
  height: 3px;
  background-color: #ffffff;
  margin-left: 10px;
  top: 50%;
  margin: 0 auto;
  background-color: #12246c;
}

.top .section_04 .colm_page_l span::before {
  content: '';
  position: absolute;
  top: 5px;
  right: -3px;
  display: block;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ffffff;
}

.top .section_04 .colm_page_l span::after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: -3px;
  display: block;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
}

.top .section_04 .colm_page_l span::before {
  right: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #12246c;
}

.top .section_04 .colm_page_l span::after {
  right: 13px;
  -webkit-transform: rotate(313deg);
          transform: rotate(313deg);
  background-color: #12246c;
}

.top .section_04 .colm_page_l:hover {
  border: 1px solid #ffffff;
  background-color: #12246c;
}

.top .section_04 .colm_page_l:hover span {
  background-color: #ffffff;
}

.top .section_04 .colm_page_l:hover span::before {
  background-color: #ffffff;
}

.top .section_04 .colm_page_l:hover span::after {
  background-color: #ffffff;
}

.top .section_04 .colm_page_r {
  margin-left: 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #12246c;
  background-color: #12246c;
}

.top .section_04 .colm_page_r span {
  position: relative;
  display: block;
  width: 23px;
  height: 3px;
  background-color: #ffffff;
  margin-left: 10px;
  background-color: #ffffff;
  top: 50%;
  margin: 0 auto;
}

.top .section_04 .colm_page_r span::before {
  content: '';
  position: absolute;
  top: 5px;
  right: -3px;
  display: block;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ffffff;
}

.top .section_04 .colm_page_r span::after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: -3px;
  display: block;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
}

.top .section_04 .colm_page_r span::before {
  background-color: #ffffff;
}

.top .section_04 .colm_page_r span::after {
  background-color: #ffffff;
}

.top .section_04 .colm_page_r:hover {
  border: 1px solid #12246c;
  background-color: #ffffff;
}

.top .section_04 .colm_page_r:hover span {
  background-color: #12246c;
}

.top .section_04 .colm_page_r:hover span::before {
  background-color: #12246c;
}

.top .section_04 .colm_page_r:hover span::after {
  background-color: #12246c;
}

.top .section_04 .colm_wrap_l {
  max-width: 1920px;
  margin-bottom: 50px;
}

.top .section_04 .colm_wrap_l .slick-list {
  margin-bottom: 20px;
}

.top .section_04 .colm_wrap_m {
  width: calc(100% - 15px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 40px 15px 0;
  background-color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top .section_04 .colm_wrap_m_view {
  position: absolute;
  right: -15px;
  bottom: -2px;
}

.top .section_04 .colm_wrap_m_view a {
  background-size: contain;
  width: 140px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: linear-gradient(135deg, transparent 10px, #043c8d 10px, #12246c 100%);
  color: #ffffff;
  padding-right: 13px;
}

.top .section_04 .colm_wrap_m_view a::before {
  position: absolute;
  background: url(../img/arrow01_w.png) no-repeat center/contain;
  content: '';
  width: 15px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.top .section_04 .colm_wrap_s {
  width: 1560px;
  height: 585px;
  background-color: #ffffff;
  border-top: 2px solid #4e0fee;
  border-right: 2px solid #4e0fee;
  border-bottom: 2px solid #4e0fee;
  padding: 77px 100px 77px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
  position: relative;
}

.top .section_04 .colm_wrap_s .pic {
  width: 384px;
  height: 484px;
}

.top .section_04 .colm_wrap_s_view {
  position: absolute;
  right: -15px;
  bottom: -2px;
}

.top .section_04 .colm_wrap_s_view a {
  background: url(../../assets/img/viewall.png) center center no-repeat;
  background-size: contain;
  width: 146px;
  height: 83px;
  display: block;
}

.top .section_04 .colm_wrap_s_view a:hover {
  background: url(../../assets/img/viewall_white.png) center center no-repeat;
}

.top .column_slider_main {
  width: 154.666666%;
  position: static;
}

.top .column_slider_main .slider_arrow {
  top: -60px;
  right: 0;
}

.top .column_slider_main .slider_arrow.prev {
  right: 65px;
}

.top .section_05 {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.top .section_05 .rec_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.top .section_05 .rec_l {
  background: url(../../assets/img/To_recruiters_sp.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 266px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

.top .section_05 .rec_r {
  background: url(../../assets/img/recruits_sp.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 266px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.top .section_05 .rec_ttl {
  width: 100%;
  padding-left: 10px;
}

.top .section_05 .rec_ttl .en {
  height: 32px;
  display: block;
}

.top .section_05 .rec_ttl .en img {
  max-width: initial;
  max-width: auto;
  width: auto;
  height: 100%;
}

.top .section_05 .rec_ttl .jp {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-top: 10px;
}

.top .section_05 .rec_ttl_wrap {
  width: 100%;
}

.top .section_05 .rec_ttl_wrap .rec_ttl .jp {
  width: 100%;
  font-size: 23px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
}

.top .section_05 .rec_ttl_wrap .rec_ttl .en {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  margin-top: 20px;
}

.top .section_05 .rec_ttl_wrap .rec_ttl_text {
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 10px;
}

.top .section_05 .rec_ttl_wrap .rec_btn {
  margin-top: 39px;
}

.top .section_06 {
  background: url(../../assets/img/contact_bk.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}

.top .section_06 .cont_ttl {
  font-size: 46px;
  letter-spacing: 1px;
  line-height: 1;
}

.top .section_06 .cont_ttl_wrap {
  text-align: center;
}

.top .section_06 .cont_ttl_wrap .en {
  height: 32px;
  display: block;
}

.top .section_06 .cont_ttl_wrap .en img {
  max-width: initial;
  max-width: auto;
  width: auto;
  height: 100%;
}

.top .section_06 .cont_ttl_wrap .jp {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-top: 10px;
}

.top .section_06 .cont_ttl_sub {
  font-size: 20px;
  margin: 5px auto;
}

.top .section_06 .cont_ttl_text {
  font-size: 16px;
  color: #fff;
  margin: 15px auto;
  text-align: center;
}

.top .section_06 .cont_btn {
  margin-top: 30px;
}

.top .f_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}

.top .f_upper_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top .f_upper_logo a img {
  width: 350px;
}

.top .f_upper_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top .f_upper_logo {
  padding-top: 20px;
  position: relative;
  z-index: 5;
  width: 60%;
}

.top .f_upper_sns {
  position: relative;
  z-index: 5;
}

.top .f_upper_sns .sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 10px;
}

.top .f_upper_sns .sns_wrap img {
  margin: 5px 7px;
  width: 25px;
  height: auto;
}

.top .f_upper_menu_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .f_upper_menu_li a {
  display: block;
  padding: 20px 20px 30px 20px;
  font-weight: bold;
  font-size: 16px;
}

.top .f_lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  padding: 15px 0;
  font-size: 12px;
}

.top #page_top {
  background-image: -webkit-gradient(linear, left top, right top, from(#043b8b), to(#12246c));
  background-image: linear-gradient(90deg, #043b8b, #12246c);
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
}

.top #page_top:hover {
  opacity: 0.7;
}

.top #page_top a {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top #page_top .arrow {
  position: relative;
  display: block;
  width: 23px;
  height: 3px;
  background-color: #ffffff;
  margin-left: 10px;
  margin-left: 0px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.top #page_top .arrow::before {
  content: '';
  position: absolute;
  top: 5px;
  right: -3px;
  display: block;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ffffff;
}

.top #page_top .arrow::after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: -3px;
  display: block;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
}

/* -------------top終了タグ----------------- */
/*# sourceMappingURL=sp.css.map */