@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-in-hover {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoom-in-hover2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes sub_menu_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes pop-upwards {
  0% {
    transform: matrix(0.97, 0, 0, 1, 0, 12);
    opacity: 0;
  }
  20% {
    transform: matrix(0.99, 0, 0, 1, 0, 2);
    opacity: 0.7;
  }
  40% {
    transform: matrix(1, 0, 0, 1, 0, -1);
    opacity: 1;
  }
  70% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@keyframes pop-downwards {
  0% {
    transform: matrix(0.97, 0, 0, 1, 0, -12);
    opacity: 0;
  }
  20% {
    transform: matrix(0.99, 0, 0, 1, 0, -2);
    opacity: 0.7;
  }
  40% {
    transform: matrix(1, 0, 0, 1, 0, 1);
    opacity: 1;
  }
  70% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@keyframes pop-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes pop-up-return {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes character_move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes character_move02 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes comment01_move {
  0% {
    transform: translateY(0);
    transform: scale(1.1);
  }
  50% {
    transform: translateY(-20px);
    transform: scale(1);
  }
  100% {
    transform: translateY(0);
    transform: scale(1.1);
  }
}
@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes header_start {
  0% {
    transform: translate(-50%, -200px);
  }
  100% {
    transform: translateY(-50%, 0);
  }
}
@keyframes gnav_sub {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes header_appear {
  0% {
    transform: translateY(-100%);
    display: none;
  }
  1% {
    transform: translateY(-100%);
    display: block;
  }
  100% {
    transform: translateY(0);
    display: block;
  }
}
@keyframes imenu_fade-in {
  0% {
    display: none;
    opacity: 0;
    transform: translateY(20px);
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero_animation {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (min-width: 1000px), print {
  .js_fade-in {
    opacity: 0;
    transform: translate(0, 45px);
    transition: 1000ms;
  }
  .js_fade-in.js_scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-in-hover {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoom-in-hover2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes sub_menu_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes pop-upwards {
  0% {
    transform: matrix(0.97, 0, 0, 1, 0, 12);
    opacity: 0;
  }
  20% {
    transform: matrix(0.99, 0, 0, 1, 0, 2);
    opacity: 0.7;
  }
  40% {
    transform: matrix(1, 0, 0, 1, 0, -1);
    opacity: 1;
  }
  70% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@keyframes pop-downwards {
  0% {
    transform: matrix(0.97, 0, 0, 1, 0, -12);
    opacity: 0;
  }
  20% {
    transform: matrix(0.99, 0, 0, 1, 0, -2);
    opacity: 0.7;
  }
  40% {
    transform: matrix(1, 0, 0, 1, 0, 1);
    opacity: 1;
  }
  70% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@keyframes pop-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes pop-up-return {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes character_move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes character_move02 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes comment01_move {
  0% {
    transform: translateY(0);
    transform: scale(1.1);
  }
  50% {
    transform: translateY(-20px);
    transform: scale(1);
  }
  100% {
    transform: translateY(0);
    transform: scale(1.1);
  }
}
@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes header_start {
  0% {
    transform: translate(-50%, -200px);
  }
  100% {
    transform: translateY(-50%, 0);
  }
}
@keyframes gnav_sub {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes header_appear {
  0% {
    transform: translateY(-100%);
    display: none;
  }
  1% {
    transform: translateY(-100%);
    display: block;
  }
  100% {
    transform: translateY(0);
    display: block;
  }
}
@keyframes imenu_fade-in {
  0% {
    display: none;
    opacity: 0;
    transform: translateY(20px);
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero_animation {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hero_animation_sp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1000px), print {
  .js_fade-in {
    opacity: 0;
    transform: translate(0, 45px);
    transition: 1000ms;
  }
  .js_fade-in.js_scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes category_title_bar {
  0% {
    left: 0;
    width: 0;
    opacity: 1;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes category_title_txt {
  0% {
    color: #252f79;
    background-color: transparent;
  }
  70% {
    color: #fff;
    background-color: #252f79;
  }
  100% {
    color: #fff;
    background-color: #252f79;
  }
}
@keyframes category_title_txt-product {
  0% {
    color: #1c2148;
    background-color: transparent;
  }
  70% {
    color: #fff;
    background-color: #1c2148;
  }
  100% {
    color: #fff;
    background-color: #1c2148;
  }
}
.index_main_content .about_area {
  padding-top: 150vh;
  opacity: 0;
  transition: 0.6s opacity cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.index_main_content.inited .about_area {
  opacity: 1;
  padding-top: 0;
}

.hero {
  opacity: 0;
  transition: 0.7s opacity cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.hero.inited {
  opacity: 1;
}

.hero_logo_area {
  position: absolute;
  width: 90px;
  top: 20px;
  right: 15px;
  z-index: 12;
}
.hero_logo_area img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .hero_logo_area {
    width: 60px;
  }
}
.hero {
  position: relative;
  z-index: 100;
}

.hero_text {
  position: absolute;
  z-index: 30;
  top: 40%;
  left: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero_text_ja {
  width: 469px;
  min-height: 0%;
}
.hero_text_ja img {
  width: 100%;
}

.hero_text_en {
  width: 449px;
  margin-top: -30px;
  min-height: 0%;
}
.hero_text_en img {
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .hero_text {
    transform: scale(0.8);
    transform-origin: left center;
    top: 30%;
    left: 3%;
  }
}
@media screen and (max-width: 999px) {
  .hero_text {
    transform: scale(1);
    left: 0;
    top: 45%;
  }
}
@media screen and (max-width: 625px) {
  .hero_text {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 480px) {
  .hero_text {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 370px) {
  .hero_text {
    transform: scale(0.6);
  }
}
.hero .hero_slider .bxslider_slide[aria-hidden=false] {
  animation-name: hero_animation;
  animation-duration: 6s;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero .hero_slider .bxslider_slide[aria-hidden=true] {
  transform: scale(1);
}
.hero .hero_slider .bx-wrapper {
  position: relative;
  z-index: 10;
}
.hero .hero_slider .bx-wrapper img {
  width: 100%;
}
.hero .hero_slider .bx-viewport {
  max-height: 65vh;
}

@media screen and (max-width: 999px) {
  .hero .hero_slider .bxslider_slide[aria-hidden=false] {
    animation-name: hero_animation_sp;
    animation-duration: 6s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .hero .hero_slider .bxslider_slide[aria-hidden=true] {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 999px) {
  .hero .hero_slider .bx-wrapper img {
    width: auto;
    position: relative;
  }
  .hero .hero_slider .bx-wrapper .hero_img_staff01 {
    left: 50%;
    transform: translateX(-50%);
  }
  .hero .hero_slider .bx-wrapper .hero_img_gaikan {
    left: -225px;
  }
  .hero .hero_slider .bx-wrapper .hero_img_excavator01 {
    right: 230px;
  }
  .hero .hero_slider .bx-wrapper .hero_img_gaikan-night {
    left: -560px;
  }
  .hero .hero_slider .bx-wrapper .hero_img_staff02 {
    left: -350px;
  }
  .hero .hero_slider .bx-wrapper .hero_img_excavator02, .hero .hero_slider .bx-wrapper .hero_img_excavator04 {
    left: 50%;
    transform: translateX(-50%);
  }
  .hero .hero_slider .bx-viewport {
    height: 60vh;
  }
  .hero .hero_slider .bx-wrapper .hero_img_excavator03 {
    left: -200px;
    top: -150px;
  }
}
.i_information_area {
  width: 600px;
  min-height: 240px;
  background-color: #252f79;
  position: absolute;
  bottom: -200px;
  right: 0;
  z-index: 30;
  box-shadow: 7.071px 7.071px 40px 0px rgba(27, 44, 88, 0.2);
  padding: 45px 50px 85px;
}

@media screen and (max-width: 999px) {
  .i_information_area {
    bottom: -150px;
  }
}
.i_information_area h2 {
  color: #fff;
  margin-bottom: 20px;
}
.i_information_area h2 .i_information_title_en {
  font-size: 24px;
  font-weight: 500;
}
.i_information_area h2 .i_information_title_ja {
  font-size: 18px;
  font-weight: 400;
}
.i_information_area .i_information {
  display: block;
  transition: 0.2s;
}
.i_information_area .i_information .i_information_ex {
  transition: 0.4s;
}
.i_information_area .i_information:hover {
  opacity: 0.8;
}
.i_information_area .i_information:hover .i_information_ex {
  text-decoration: none;
}
.i_information_area .i_information_slider {
  margin-bottom: 0;
}
.i_information_area .i_information_date {
  color: #a3aadc;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
}
.i_information_area .i_information .i_information_ex {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  line-height: 1.4;
}
.i_information_area .i_information_dot_area .slick-dots {
  position: absolute;
  text-align: left;
  bottom: 55px;
}
.i_information_area .i_information_dot_area .slick-dots li {
  width: 12px;
  height: 12px;
  background: url(/top/img/information_dot.png) no-repeat center center/cover;
  transition: 0.2s;
}
.i_information_area .i_information_dot_area .slick-dots li:not(:first-child) {
  margin: 0 6px;
}
.i_information_area .i_information_dot_area .slick-dots li:first-child {
  margin: 0 6px 0 2px;
}
.i_information_area .i_information_dot_area .slick-dots li:hover {
  opacity: 0.7;
}
.i_information_area .i_information_dot_area .slick-dots li.slick-active {
  background: url(/top/img/information_dot_active.png) no-repeat center center/cover;
}
.i_information_area .i_information_dot_area .slick-dots li button::before {
  display: none;
}

@media screen and (max-width: 625px) {
  .i_information_area {
    width: calc(100% - 25px);
    bottom: -50px;
    padding: 15px 25px 15px;
    min-height: 120px;
  }
}
@media screen and (max-width: 625px) {
  .i_information_area h2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 625px) {
  .i_information_area h2 .i_information_title_en {
    font-size: 13px;
  }
}
@media screen and (max-width: 625px) {
  .i_information_area h2 .i_information_title_ja {
    font-size: 12px;
  }
}
@media screen and (max-width: 625px) {
  .i_information_area .i_information_date {
    font-size: 13px;
  }
}
@media screen and (max-width: 625px) {
  .i_information_area .i_information .i_information_ex {
    font-size: 14px;
  }
}
@media screen and (max-width: 625px) {
  .i_information_area .i_information_dot_area .slick-dots li:not(:first-child) {
    margin: 0 4px;
  }
  .i_information_area .i_information_dot_area .slick-dots li:first-child {
    margin: 0 4px 0 0px;
  }
}
@media screen and (max-width: 625px) {
  .i_information_area .i_information_dot_area .slick-dots {
    bottom: 15px;
    right: 25px;
    text-align: right;
  }
}
.about_area {
  display: flex;
  justify-content: space-between;
  margin-top: 195px;
  margin-bottom: 133px;
  gap: 60px;
}

.movie_area {
  justify-content: space-between;
  margin-top: 310px;
  margin-bottom: 133px;
}
.movie_area .about_02 {
  display: flex;
  max-width: 1200px;
  max-height: 600px;
}
.movie_area .about_02 iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.movie_area .about_02 .movie_text_img {
  max-height: 170px;
  height: auto;
  padding-left: 10vw;
}
.movie_area .about_02 .movie_text_img img {
  max-height: 100%;
}

@media screen and (max-width: 625px) {
  .movie_area .about_02 .movie_text_img {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 999px) {
  .about_area {
    display: block;
    position: relative;
    margin-top: 200px;
    margin-bottom: 145px;
  }
}
@media screen and (max-width: 625px) {
  .about_area {
    margin-top: 125px;
  }
}
.about_area .about_01 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.movie_bg {
  background-color: #1c2148;
}

@media screen and (min-width: 1000px), print {
  .about_area .about_01 {
    width: 39%;
  }
}
@media screen and (min-width: 1000px), print {
  .movie_area .about_01 {
    width: 100%;
    z-index: 100;
  }
}
.movie_area .about_01_01 {
  z-index: 100;
}

.about_area .about_01 h2 {
  margin-bottom: 40px;
}

.movie_area .about_01 h2 {
  margin-top: 70px;
  margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
  .movie_area .about_01 h2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1250px) {
  .about_area .about_01 h2 {
    margin-bottom: 30px;
  }
}
.about_area .about_01 h2 .about_title_en {
  display: block;
  font-size: 60px;
  font-weight: 500;
  color: #252f79;
}

.movie_area .about_01 h2 .about_title_en {
  display: block;
  font-size: 36px;
  font-weight: 500;
  color: #252f79;
  z-index: 10;
}

.movie_text_container {
  display: flex;
  justify-content: space-between;
}
.movie_text_container .movie_text {
  font-size: 16px !important;
  font-weight: bold;
  line-height: 2;
}
.movie_text_container .about_btn {
  margin-top: 0 !important;
}

@media screen and (min-width: 1000px), print {
  .movie_text_container .movie_text {
    width: 65%;
  }
}
@media screen and (min-width: 1000px), print {
  .about_area .about_01 h2 .about_title_en {
    transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
  .about_area .about_01 h2 .about_title_en.init {
    transform: translateY(20px);
    opacity: 0;
  }
}
@media screen and (max-width: 999px) {
  .about_area .about_01 h2 .about_title_en {
    font-size: 50px;
    font-weight: 500;
  }
}
@media screen and (max-width: 999px) {
  .movie_area .about_01 h2 .about_title_en {
    font-size: 28px;
  }
}
.about_area .about_01 h2 .about_title_ja {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
}
.about_area .about_01 .about_text {
  font-size: 24px;
  font-weight: 500;
  color: #272727;
  line-height: 2;
}
.about_area .about_01 .about_01_02 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.about_area .about_01 .about_btn {
  width: 250px;
  height: 60px;
  border-radius: 30px;
  margin-top: 30px;
  display: block;
  background-color: #355aba;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) all;
}
.about_area .about_01 .about_btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(/common//img/btn_arrrow.png) no-repeat center center/cover;
  margin-left: 10px;
  margin-top: 5px;
}
.about_area .about_01 .about_btn:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
  background-color: #204091;
}
.about_area .about_02 .about_image {
  width: 600px;
  position: relative;
}
.about_area .about_02 .about_image.movie_image {
  width: 1000px;
  position: relative;
}
.about_area .about_02 .about_image img {
  width: 100%;
  box-shadow: 7.071px 7.071px 40px 0px rgba(27, 44, 88, 0.2);
  position: relative;
  z-index: 10;
}
.about_area .about_02 .movie_image iframe {
  width: 100%;
  box-shadow: 7.071px 7.071px 40px 0px rgba(27, 44, 88, 0.2);
  position: relative;
  z-index: 10;
}
.about_area .about_02 .about_image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f0f3fc;
  position: absolute;
  left: -40px;
  bottom: -30px;
  z-index: 5;
}
.about_area .about_02 .movie_image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f0f3fc;
  position: absolute;
  left: -40px;
  bottom: -90px;
  z-index: 5;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 1000px), print {
  .about_area .about_01 h2 .about_title_ja {
    transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.2s;
    opacity: 1;
  }
  .about_area .about_01 h2 .about_title_ja.init {
    transform: translateY(20px);
    opacity: 0;
  }
}
@media screen and (max-width: 999px) {
  .about_area .about_01 h2 .about_title_ja {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px), print {
  .about_area .about_01 .about_text {
    transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.4s;
    opacity: 1;
  }
  .about_area .about_01 .about_text.init {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@media screen and (max-width: 1250px) {
  .about_area .about_01 .about_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 999px) {
  .about_area .about_01 .about_text {
    font-size: 15px;
    /* margin-bottom: 40px; */
  }
}
@media screen and (min-width: 1000px), print {
  .about_area .about_01 .about_01_02 {
    transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.6s;
    opacity: 1;
  }
  .about_area .about_01 .about_01_02.init {
    transform: translateY(20px);
    opacity: 0;
  }
}
@media screen and (max-width: 999px) {
  .about_area .about_01 .about_01_02 {
    position: absolute;
    bottom: -80px;
    left: 50%;
    margin-left: -75px;
  }
}
@media screen and (max-width: 1250px) {
  .about_area .about_01 .about_btn {
    width: 230px;
    height: 50px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  .about_area .about_01 .about_btn {
    width: 150px;
    height: 40px;
    font-size: 15px;
    z-index: 15;
  }
  .about_area .about_01 .about_btn::after {
    margin-left: 4px;
    margin-top: 3px;
  }
}
@media screen and (min-width: 1000px), print {
  .about_area .about_02 .about_image img {
    transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
  .about_area .about_02 .about_image img.init {
    transform: translateX(60px);
    opacity: 0;
  }
}
@media screen and (max-width: 1250px) {
  .about_area .about_02 .movie_image::before {
    width: 116%;
  }
}
@media screen and (max-width: 1250px) {
  .about_area .about_02 .about_image {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .about_area .about_02 {
    width: calc(100% + 25px);
    max-width: 600px;
    margin: 0 auto;
  }
  .about_area .about_02 .about_image::before {
    left: -25px;
    bottom: -60px;
  }
}
.i_news_area {
  background-color: #f0f3fc;
  box-shadow: 7.071px 7.071px 40px 0px rgba(27, 44, 88, 0.2);
  display: flex;
  position: relative;
  margin-bottom: 140px;
  min-height: 360px;
  transition: 0.8s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
.i_news_area .i_news_01 {
  width: 31%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 65px;
  padding-bottom: 70px;
}
.i_news_area .i_news_01 .i_news_title_ja {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #313131;
  position: relative;
}
.i_news_area .i_news_01 .i_news_title_ja:after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  position: absolute;
  top: 52%;
  right: -20%;
  background: #96b1d4;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 999px) {
  .i_news_area .i_news_01 .i_news_title_ja:after {
    right: -25%;
  }
}
.i_news_area .i_news_01 .i_news_title_en {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #252f79;
  margin-top: 4px;
}
.i_news_area .i_news_01 .i_news_link > a {
  display: inline-block;
  position: relative;
  color: #355aba;
  font-size: 14px;
  font-weight: 500;
  padding-right: 17px;
  padding-left: 3px;
  padding-bottom: 8px;
}
.i_news_area .i_news_01 .i_news_link > a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #355aba;
  border-right: 1px solid #355aba;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 6px;
}
.i_news_area .i_news_01 .i_news_link > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #355aba;
  position: absolute;
  bottom: 0;
  transform: scale(1, 1);
  transition: transform 0.3s, opacity 0.8s;
  transform-origin: left top;
}
.i_news_area .i_news_01 .i_news_link > a:hover {
  opacity: 0.8;
}
.i_news_area .i_news_01 .i_news_link > a:hover::after {
  transform: scale(0.1);
  opacity: 0;
}
.i_news_area .i_news_02 {
  padding: 35px 80px 45px 0;
}
.i_news_area .i_news_02 .news_content:last-child {
  border-bottom: none;
}
.i_news_area .i_news_02 .news_line {
  display: flex;
  align-items: center;
}
.i_news_area .i_news_02 .news_date {
  margin-right: 30px;
}

@media screen and (max-width: 999px) {
  .i_news_area {
    display: block;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1000px), print {
  .i_news_area.init {
    transform: translateY(60px);
    opacity: 0;
  }
}
@media screen and (max-width: 1250px) {
  .i_news_area .i_news_01 {
    width: 35%;
  }
}
@media screen and (max-width: 999px) {
  .i_news_area .i_news_01 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1000px), print {
  .i_news_area .i_news_01 .i_news_title_ja {
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
  .i_news_area .i_news_01 .i_news_title_ja.init {
    transform: translateY(40px);
    transition-delay: 0.4s;
    opacity: 0;
  }
}
@media screen and (max-width: 999px) {
  .i_news_area .i_news_01 .i_news_title_ja {
    font-size: 24px;
  }
}
@media screen and (min-width: 1000px), print {
  .i_news_area .i_news_01 .i_news_title_en {
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
  .i_news_area .i_news_01 .i_news_title_en.init {
    transform: translateY(40px);
    transition-delay: 0.6s;
    opacity: 0;
  }
}
@media screen and (max-width: 999px) {
  .i_news_area .i_news_01 .i_news_title_en {
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  .i_news_area .i_news_01 .i_news_link {
    position: absolute;
    bottom: 47px;
    right: 50%;
    transform: translateX(50%);
    z-index: 9;
  }
}
@media screen and (max-width: 1250px) {
  .i_news_area .i_news_02 {
    width: 65%;
    min-width: 715px;
  }
}
@media screen and (max-width: 999px) {
  .i_news_area .i_news_02 {
    width: 100%;
    padding: 0 25px 105px 25px;
    min-width: auto;
  }
}
@media screen and (max-width: 999px) {
  .i_news_area .i_news_02 .news_line {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .i_news_area .i_news_02 .news_date {
    margin-right: 5px;
  }
}
@media screen and (min-width: 1000px), print {
  .i_news_area .i_news_02 .news_cat {
    display: block;
    flex-direction: column;
    /* IE */
    min-width: 100px;
    max-width: 100px;
  }
}
@media screen and (min-width: 1000px), print {
  .i_news_area .i_news_02 .news_body {
    margin-left: 5px;
  }
}
.ipr_area {
  margin-bottom: 190px;
}
.ipr_area .pr_contents {
  max-width: 900px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
}
.ipr_area .pr_contents img {
  width: 150px;
  display: block;
}
.ipr_area .pr_contents p {
  width: calc(100% - 150px);
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 500px) {
  .ipr_area .pr_contents {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .ipr_area .pr_contents img {
    width: 150px;
    margin: 0 auto 1em;
  }
}
@media screen and (max-width: 500px) {
  .ipr_area .pr_contents p {
    width: 100%;
    padding-left: 0;
  }
}
.i_map_area {
  width: 100%;
  height: 300px;
  background-color: #f0f3fc;
  margin-bottom: 240px;
}
.i_map_area .i_map_container {
  display: flex;
  flex-direction: row-reverse;
}
.i_map_area .i_map_title {
  width: 400px;
  height: 300px;
  text-align: center;
  padding-top: 120px;
  position: relative;
}
.i_map_area .i_map_title::before {
  content: "";
  display: block;
  width: 437px;
  height: 139px;
  background: url(/top/img/map_bg.png) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.i_map_area .i_map_title_01 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #313131;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
  transition: 0.8s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
.i_map_area .i_map_title_02 {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #252f79;
  position: relative;
  z-index: 10;
  transition: 0.8s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.2s;
  opacity: 1;
}
.i_map_area .i_map {
  width: calc(100% - 400px);
  height: 430px;
  background-color: #fff;
  box-shadow: 0px 0px 32px 8px rgba(29, 38, 61, 0.1);
  margin-top: -60px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition: 0.8s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
.i_map_area .i_map .i_map_iframe {
  width: 100%;
  height: calc(100% + 46px);
}

@media screen and (max-width: 999px) {
  .i_map_area {
    height: auto;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 999px) {
  .i_map_area .i_map_container {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 999px) {
  .i_map_area .i_map_title {
    width: 100%;
    height: auto;
    min-height: 140px;
    padding-top: 37px;
  }
}
@media screen and (max-width: 999px) {
  .i_map_area .i_map_title::before {
    width: 50%;
    min-width: 280px;
    max-height: 100%;
    background: url(/top/img/map_bg.png) no-repeat right bottom/contain;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1000px), print {
  .i_map_area .i_map_title_01.init {
    transform: translateY(30px);
    opacity: 0;
  }
}
@media screen and (max-width: 999px) {
  .i_map_area .i_map_title_01 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1000px), print {
  .i_map_area .i_map_title_02.init {
    transform: translateY(20px);
    opacity: 0;
  }
}
@media screen and (min-width: 1000px), print {
  .i_map_area .i_map.init {
    transform: translateX(-60px);
    opacity: 0;
  }
}
@media screen and (max-width: 999px) {
  .i_map_area .i_map {
    width: 100%;
    height: 300px;
    margin-top: -107px;
  }
}
@media screen and (max-width: 400px) {
  .i_map_area .i_map {
    height: 175px;
  }
}
@media screen and (max-width: 999px) {
  .i_map_area .i_map .i_map_iframe {
    margin-top: -46px;
  }
}
.i_product_container {
  position: relative;
}
.i_product_container::before {
  width: 1000px;
  height: 300px;
  content: "";
  display: block;
  background: #f0f3fc;
  position: absolute;
  z-index: 5;
  bottom: -50px;
  right: 0;
  opacity: 1;
  transition: 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.i_product_container.init::before {
  opacity: 0;
  transform: translateX(200px);
}

@media screen and (max-width: 1250px) {
  .i_product_container::before {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .i_product_container::before {
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  .i_product_container::before {
    height: 160px;
  }
}
.i_product_area {
  width: 1000px;
  height: 300px;
  margin: 0 auto 160px;
  overflow: hidden;
}
.i_product_area .i_product_banner {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/top/img/product_banner_bg.jpg) no-repeat center center/cover;
  margin: 0 auto;
  pointer-events: none;
  text-align: center;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.i_product_area .i_product_banner:hover {
  height: 120%;
  transform-origin: center;
}
.i_product_area .i_product_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i_product_area .i_product_title {
  padding-top: 90px;
  transition: 0.8s;
}
.i_product_area .i_product_title_01 {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.i_product_area .i_product_title_02 {
  display: block;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
}
.i_product_area .i_product_btn {
  width: 200px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.i_product_area .i_product_btn span {
  display: block;
  position: relative;
  padding-right: 15px;
}
.i_product_area .i_product_btn span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 6px;
}
.i_product_area .i_product_btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 1250px) {
  .i_product_area {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .i_product_area {
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  .i_product_area {
    height: 160px;
  }
}
@media screen and (min-width: 1000px), print {
  .i_product_area .i_product_banner {
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (min-width: 1000px), print {
  .i_product_area.init .i_product_banner {
    transform: translateY(-80px);
    opacity: 0;
  }
}
@media screen and (max-width: 600px) {
  .i_product_area .i_product_title {
    padding-top: 35px;
  }
}
@media screen and (max-width: 999px) {
  .i_product_area .i_product_title_01 {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .i_product_area .i_product_title_01 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 999px) {
  .i_product_area .i_product_title_02 {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .i_product_area .i_product_title_02 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 999px) {
  .i_product_area .i_product_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .i_product_area .i_product_btn {
    width: 140px;
    height: 40px;
  }
}
@media screen and (max-width: 400px) {
  .i_product_area .i_product_btn {
    width: 120px;
    height: 30px;
  }
}
@media screen and (max-width: 600px) {
  .i_product_area .i_product_btn span {
    padding-right: 8px;
  }
}
.i_work_area {
  position: relative;
  margin-bottom: 150px;
}
.i_work_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  background-color: #f0f3fc;
  position: absolute;
  top: 168px;
  z-index: 5;
}
.i_work_area .i_work_title {
  text-align: center;
  position: relative;
  z-index: 10;
}
.i_work_area .i_work_title_en {
  display: block;
  font-size: 48px;
  font-weight: 500;
  color: #252f79;
  margin-bottom: 5px;
}
.i_work_area .i_work_title_ja {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #252f79;
  margin-bottom: 50px;
}
.i_work_area .i_work_wrapper {
  position: relative;
  z-index: 10;
}
.i_work_area .i_work_wrapper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.i_work_area .i_work_wrapper ul li {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 40px;
  height: 340px;
  box-shadow: 7.071px 7.071px 40px 0px rgba(27, 44, 88, 0.2);
  position: relative;
  z-index: 1;
}
.i_work_area .i_work_wrapper ul li::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #252f79;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i_work_area .i_work_wrapper ul li > a::before {
  position: relative;
  z-index: 5;
}
.i_work_area .i_work_wrapper ul li:nth-child(1) > a::before {
  background: url(/top/img/sales_image.jpg) no-repeat center center/cover;
}
.i_work_area .i_work_wrapper ul li:nth-child(2) > a::before {
  background: url(/top/img/service_image.jpg) no-repeat top center/cover;
}
.i_work_area .i_work_wrapper ul li:nth-child(3) > a::before {
  background: url(/top/img/clerk_image.jpg) no-repeat center center/cover;
}
.i_work_area .i_work_wrapper ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.i_work_area .i_work_wrapper ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.i_work_area .i_work_wrapper ul li a:hover::before {
  transform: scale(1.1);
}
.i_work_area .i_work_wrapper ul li a:hover .i_work_btn {
  background-color: #252f79;
}
.i_work_area .i_work_wrapper ul li a:hover .i_work_btn .i_work_ja {
  color: #fff;
}
.i_work_area .i_work_wrapper .i_work_btn {
  display: flex;
  height: 60px;
  border-radius: 30px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 70px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.i_work_area .i_work_wrapper .i_work_btn .i_work_ja {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #252f79;
  white-space: nowrap;
  margin-bottom: 5px;
}
.i_work_area .i_work_wrapper .i_work_btn .i_work_en {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #babfe4;
  white-space: nowrap;
}

@media screen and (max-width: 999px) {
  .i_work_area {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 999px) {
  .i_work_area::before {
    display: none;
  }
}
@media screen and (min-width: 1000px), print {
  .i_work_area::before {
    transition: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.8s;
  }
  .i_work_area.init::before {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 1000px), print {
  .i_work_area .i_work_title_en {
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
  .i_work_area .i_work_title_en.init {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@media screen and (max-width: 999px) {
  .i_work_area .i_work_title_en {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px), print {
  .i_work_area .i_work_title_ja {
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.2s;
    opacity: 1;
  }
  .i_work_area .i_work_title_ja.init {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@media screen and (max-width: 999px) {
  .i_work_area .i_work_title_ja {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 999px) {
  .i_work_area .i_work_wrapper ul {
    flex-direction: column;
  }
}
/* .i_work_area .i_work_wrapper ul li:nth-child(3) > a::before {
background: url(/top/img/mechanic_image.jpg) no-repeat bottom center/cover;
} */
@media screen and (min-width: 1000px), print {
  .i_work_area .i_work_wrapper ul li.init::before {
    width: 100%;
    height: 100%;
  }
  .i_work_area .i_work_wrapper ul li:nth-child(1)::before {
    transition-delay: 0;
  }
  .i_work_area .i_work_wrapper ul li:nth-child(2)::before {
    transition-delay: 0.2s;
  }
  .i_work_area .i_work_wrapper ul li:nth-child(3)::before {
    transition-delay: 0;
  }
  .i_work_area .i_work_wrapper ul li:nth-child(4)::before {
    transition-delay: 0.2s;
  }
}
@media screen and (max-width: 999px) {
  .i_work_area .i_work_wrapper ul li {
    width: 100%;
  }
}
@media screen and (max-width: 625px) {
  .i_work_area .i_work_wrapper ul li {
    height: 200px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 999px) {
  .i_work_area .i_work_wrapper .i_work_btn {
    height: 50px;
    padding: 0 25px;
    min-width: 150px;
  }
}
@media screen and (max-width: 999px) {
  .i_work_area .i_work_wrapper .i_work_btn .i_work_ja {
    font-size: 15px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  .i_work_area .i_work_wrapper .i_work_btn .i_work_en {
    font-size: 12px;
  }
}
.init.i_interview_area::before {
  opacity: 0;
  transform: translateX(100%);
}

.i_interview_area {
  margin-bottom: 110px;
  width: 100%;
  position: relative;
}
.i_interview_area::before {
  content: "";
  display: block;
  width: 62%;
  min-width: 1000px;
  height: calc(100% - 110px);
  background-color: #f0f3fc;
  position: absolute;
  right: 0;
  top: 112px;
  z-index: 5;
}
.i_interview_area .i_interview_title {
  width: 100%;
  height: 112px;
  position: relative;
}
.i_interview_area .i_interview_title::before {
  content: "";
  display: block;
  width: 62%;
  min-width: 1000px;
  height: 100%;
  background: url(/top/img/interview_bg.png) no-repeat top left/contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i_interview_area .i_interview_title h2 {
  font-size: 30px;
  font-weight: 500;
  color: #252f79;
  text-align: center;
  position: relative;
  z-index: 10;
  padding-top: 35px;
}
.i_interview_area .i_interview_container {
  position: relative;
  z-index: 50;
}
.i_interview_area .i_interview_slider {
  z-index: 100;
}
.i_interview_area .i_interview_slider .i_interview_wrapper {
  display: flex;
  padding-top: 60px;
}
.i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_01 {
  position: relative;
  z-index: 10;
}
.i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_01 .i_interview_num {
  font-size: 120px;
  color: #252f79;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_01 .i_interview_txt {
  font-size: 30px;
  color: #252f79;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 12px;
  left: 160px;
}
.i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_01 .staff_image {
  width: 700px;
  height: 450px;
  box-shadow: 7.071px 7.071px 40px 0px rgba(27, 44, 88, 0.2);
  margin-top: 60px;
  margin-bottom: 70px;
}
.i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 {
  width: 500px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 110px;
  padding-left: 100px;
}
.i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02_wrapper {
  width: 100%;
}
.i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 h4 {
  font-size: 35px;
  font-weight: 700;
  color: #272727;
  line-height: 1.6;
  margin-bottom: 45px;
}
.i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 .staff_name {
  font-size: 22px;
  color: #252f79;
  font-weight: 700;
  margin-bottom: 50px;
}
.i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 .staff_name .job {
  font-size: 16px;
  font-weight: 500;
  background-color: #252f79;
  color: #fff;
  padding: 4px 14px;
  margin-right: 20px;
}
.i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 .interview_btn {
  display: inline-block;
  height: 46px;
  font-size: 14px;
  font-weight: 400;
  color: #252f79;
  padding: 14px 55px 14px 40px;
  border: 1px solid #252f79;
  border-radius: 23px;
  position: relative;
  align-self: flex-end;
  transition: 0.2s;
}
.i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 .interview_btn::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #252f79;
  border-right: 1px solid #252f79;
  transform: rotate(45deg);
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -3px;
  transition: 0.2s;
}
.i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 .interview_btn:hover {
  color: #fff;
  background-color: #252f79;
}
.i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 .interview_btn:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.i_interview_area .interview_bottom {
  position: relative;
  z-index: 100;
}
.i_interview_area .interview_bottom h3 {
  font-size: 24px;
  font-weight: 500;
  color: #252f79;
  margin-bottom: 40px;
  position: relative;
}
.i_interview_area .interview_bottom h3::after {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  background-color: #252f79;
  position: absolute;
  left: 290px;
  top: 50%;
}
.i_interview_area .interview_bottom ul {
  display: flex;
  justify-content: center;
  padding-right: 75px;
  padding-left: 75px;
  padding-bottom: 30px;
}
.i_interview_area .interview_bottom ul.init li {
  transform: translateY(20px);
  opacity: 0;
}
.i_interview_area .interview_bottom ul li:not(:last-child) {
  margin-right: 30px;
}
.i_interview_area .interview_bottom ul li a {
  display: block;
  max-height: 60px;
  min-width: 240px;
  border-radius: 30px;
  color: #fff;
  background-color: #355aba;
  position: relative;
  padding: 20px 20px 20px 10px;
  text-align: center;
  transition: 0.2s;
}
.i_interview_area .interview_bottom ul li a:hover {
  color: #fff;
  background-color: #252f79;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}
.i_interview_area .interview_bottom ul li a:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.i_interview_area .interview_bottom ul li a span {
  display: inline-block;
  position: relative;
}
.i_interview_area .interview_bottom ul li a span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -2px;
}

@media screen and (max-width: 999px) {
  .i_interview_area {
    margin-bottom: 125px;
  }
}
@media screen and (min-width: 1000px), print {
  .i_interview_area::before {
    opacity: 1;
    transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media screen and (max-width: 999px) {
  .i_interview_area::before {
    width: 86%;
    height: calc(100% - 40px);
    min-width: 0px;
    top: 85px;
  }
}
@media screen and (max-width: 670px) {
  .i_interview_area::before {
    top: 56px;
    height: calc(100% - 26px);
  }
}
@media screen and (max-width: 999px) {
  .i_interview_area .i_interview_title {
    height: 85px;
  }
}
@media screen and (max-width: 670px) {
  .i_interview_area .i_interview_title {
    height: 56px;
  }
}
@media screen and (max-width: 999px) {
  .i_interview_area .i_interview_title::before {
    width: 86%;
    min-width: 0;
    background: url(/top/img/interview_bg.png) no-repeat top left/cover;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1000px), print {
  .i_interview_area .i_interview_title h2 {
    transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.2s;
  }
  .i_interview_area .i_interview_title h2.init {
    opacity: 0;
    transform: translateY(100px);
  }
}
@media screen and (max-width: 999px) {
  .i_interview_area .i_interview_title h2 {
    font-size: 18px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 670px) {
  .i_interview_area .i_interview_title h2 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1000px), print {
  .i_interview_area .i_interview_container {
    transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
  .i_interview_area .i_interview_container.init {
    transform: translateX(-20%);
    opacity: 0;
  }
}
@media screen and (max-width: 999px) {
  .i_interview_area .i_interview_container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper {
    justify-content: space-between;
  }
}
@media screen and (max-width: 999px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper {
    display: block;
    padding-top: 0;
  }
}
@media screen and (max-width: 1250px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_01 {
    width: 55%;
  }
}
@media screen and (max-width: 999px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_01 {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width: 999px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_01 .i_interview_num {
    font-size: 60px;
    top: -30px;
  }
}
@media screen and (max-width: 999px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_01 .i_interview_txt {
    font-size: 16px;
    top: -20px;
    left: 90px;
  }
}
@media screen and (max-width: 1250px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_01 .staff_image {
    width: 100%;
    height: auto;
    margin-top: 45px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 490px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_01 .staff_image {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 1250px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 {
    width: 45%;
    padding-left: 40px;
    padding-top: 55px;
  }
}
@media screen and (max-width: 999px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 {
    width: 100%;
    min-height: 310px;
    padding-top: 0;
    padding-left: 37px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 490px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 {
    min-height: 240px;
  }
}
@media screen and (max-width: 1250px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 999px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 .staff_name {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 999px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 .staff_name {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 .staff_name .job {
    font-size: 13px;
    padding: 4px 8px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 999px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 .interview_btn {
    height: 30px;
    padding: 5px 35px 5px 25px;
    align-self: center;
    margin-left: -37px;
  }
}
@media screen and (max-width: 999px) {
  .i_interview_area .i_interview_slider .i_interview_wrapper .i_interview_content_02 .interview_btn::before {
    right: 25px;
  }
}
@media screen and (min-width: 1000px), print {
  .i_interview_area .interview_bottom h3 {
    transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
  .i_interview_area .interview_bottom h3.init {
    transform: translateX(-20px);
    opacity: 0;
  }
}
@media screen and (max-width: 1250px) {
  .i_interview_area .interview_bottom ul {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  .i_interview_area .interview_bottom ul li a {
    min-width: 210px;
  }
}
@media screen and (min-width: 1000px), print {
  .i_interview_area .interview_bottom ul li {
    transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0);
    opacity: 1;
  }
  .i_interview_area .interview_bottom ul li:nth-child(1) {
    transition-delay: 0;
  }
  .i_interview_area .interview_bottom ul li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .i_interview_area .interview_bottom ul li:nth-child(3) {
    transition-delay: 0.4s;
  }
  .i_interview_area .interview_bottom ul li:nth-child(4) {
    transition-delay: 0.6s;
  }
}
.i_interview_thum_area {
  width: 1200px;
  height: 80px;
  position: absolute;
  z-index: 200;
  bottom: 70px;
  transform: translateX(13px);
}
.i_interview_thum_area .i_interview_thum_slider {
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
}
.i_interview_thum_area .slick-slide .i_interview_thum_content .thum_wrap {
  width: 80px;
  height: 80px;
  position: relative;
  transition: 0.5s;
}
.i_interview_thum_area .slick-slide .i_interview_thum_content .thum_wrap:hover {
  opacity: 0.7;
}
.i_interview_thum_area .slick-slide .i_interview_thum_content .thum_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
}
.i_interview_thum_area .slick-slide .i_interview_thum_content .thum_wrap img {
  display: block;
  width: 100%;
}
.i_interview_thum_area .slick-slide.slick-current .i_interview_thum_content .thum_wrap::before {
  opacity: 0;
}

@media screen and (max-width: 1250px) {
  .i_interview_thum_area {
    width: 100%;
    bottom: 50px;
    transform: translateX(-25px);
  }
}
@media screen and (max-width: 999px) {
  .i_interview_thum_area {
    bottom: 85px;
  }
}
@media screen and (max-width: 490px) {
  .i_interview_thum_area {
    height: 40px;
    bottom: 70px;
    transform: translateX(-16px);
  }
}
@media screen and (max-width: 490px) {
  .i_interview_thum_area .i_interview_thum_slider {
    width: 150px;
  }
}
@media screen and (max-width: 490px) {
  .i_interview_thum_area .slick-slide .i_interview_thum_content .thum_wrap {
    width: 40px;
    height: 40px;
  }
}
.instagram {
  margin-top: 30px;
  transition-delay: 0.6s;
}
.instagram img {
  max-width: 100%;
  border: solid 6px #252f79;
  box-sizing: border-box;
}
.instagram a:hover {
  transition: 0.3s;
  opacity: 0.5;
}

@media screen and (max-width: 999px) {
  .instagram {
    margin: 20px 0;
  }
  .instagram img {
    border: solid 2px #252f79;
  }
}
.i_news_tab_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 255px;
  max-width: 100%;
  margin: 40px auto 30px;
}
.i_news_tab_list li {
  width: 47%;
}
.i_news_tab_list a {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #333;
  border-radius: 50px;
  padding: 7px 0;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: bold;
  cursor: pointer;
}
.i_news_tab_list a._selected {
  background-color: #355aba;
  color: #fff;
}

.i_news_01 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.swiper {
  width: 65%;
}
@media screen and (max-width: 999px) {
  .swiper {
    width: 100%;
  }
}


/*# sourceMappingURL=top.css.map */
