/* CSS Document */
/* CSS Document */
/* line 8, home.scss */
.mv {
  position: relative; }
  /* line 10, home.scss */
  .mv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    z-index: 1; }

/* line 22, home.scss */
.mvb {
  max-width: 1900px;
  margin: 0 auto;
  aspect-ratio: 1900 / 810;
  position: relative;
  overflow: hidden;
  background: #000; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 22, home.scss */
    .mvb {
      aspect-ratio: 1500 / 810; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 22, home.scss */
    .mvb {
      aspect-ratio: 1500 / 1100; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 22, home.scss */
    .mvb {
      aspect-ratio: 710 / 910; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 22, home.scss */
    .mvb {
      aspect-ratio: 710 / 910; } }
  @media screen and (max-width: 350px) {
    /* line 22, home.scss */
    .mvb {
      aspect-ratio: 710 / 910; } }

/* line 47, home.scss */
.mv_txt {
  position: absolute;
  top: 44%;
  left: 7%;
  width: fit-content;
  z-index: 1; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 47, home.scss */
    .mv_txt {
      left: 0;
      right: 0;
      margin: auto; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 47, home.scss */
    .mv_txt {
      left: 0;
      right: 0;
      margin: auto; } }
  @media screen and (max-width: 350px) {
    /* line 47, home.scss */
    .mv_txt {
      left: 0;
      right: 0;
      margin: auto; } }

/* line 74, home.scss */
.mv_txtb {
  font-size: 3.0vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-feature-settings: "palt";
  color: #fff; }
  @media all and (min-width: 1200.01px) and (max-width: 1360px) {
    /* line 74, home.scss */
    .mv_txtb {
      font-size: 3.8vw; } }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 74, home.scss */
    .mv_txtb {
      font-size: 4.5vw; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 74, home.scss */
    .mv_txtb {
      font-size: 4.8vw; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 74, home.scss */
    .mv_txtb {
      font-size: 7.0vw;
      text-align: center; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 74, home.scss */
    .mv_txtb {
      font-size: 8.0vw;
      text-align: center; } }
  @media screen and (max-width: 350px) {
    /* line 74, home.scss */
    .mv_txtb {
      font-size: 8.0vw;
      text-align: center; } }

/* line 105, home.scss */
.mv_mov {
  max-width: 98%;
  margin: 0 -15% 0 auto;
  opacity: 0.8; }
  /* line 122, home.scss */
  .mv_mov video {
    max-width: 100%;
    width: auto;
    height: auto; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 122, home.scss */
      .mv_mov video {
        max-width: 130%;
        margin-left: -16%; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 122, home.scss */
      .mv_mov video {
        max-width: 230%;
        margin-left: -77%; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 122, home.scss */
      .mv_mov video {
        max-width: 230%;
        margin-left: -77%; } }
    @media screen and (max-width: 350px) {
      /* line 122, home.scss */
      .mv_mov video {
        max-width: 230%;
        margin-left: -77%; } }

/* line 148, home.scss */
.mv_mov1 {
  max-width: 100%;
  margin: 0; }

/* line 153, home.scss */
.mv_mov2 {
  max-width: 87%;
  margin: 0 0 0 auto; }

/* line 158, home.scss */
.recruit {
  margin: 0px 0 0 0;
  position: relative;
  background: #07133f;
  border-top: solid #07133f;
  border-bottom: solid #07133f;
  border-width: 80px; }

/* line 167, home.scss */
.recruit_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1420px;
  z-index: 1; }

/* line 181, home.scss */
.slick-list {
  margin: 0 -10px; }

/* line 184, home.scss */
.slick-slide {
  margin: 0 10px; }

/* line 188, home.scss */
.mainb {
  max-width: 1400px;
  margin: 0 auto; }
  /* line 192, home.scss */
  .main02 .mainb, .main04 .mainb {
    max-width: 1900px; }

/* line 197, home.scss */
.news {
  padding: 0 40px; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 197, home.scss */
    .news {
      padding: 0 30px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 197, home.scss */
    .news {
      padding: 0 20px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 197, home.scss */
    .news {
      padding: 0 20px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 197, home.scss */
    .news {
      padding: 0 20px; } }
  @media screen and (max-width: 350px) {
    /* line 197, home.scss */
    .news {
      padding: 0 20px; } }
  /* line 216, home.scss */
  .news .newsb {
    margin-top: 60px;
    margin-bottom: 160px; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 216, home.scss */
      .news .newsb {
        margin-bottom: 120px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 216, home.scss */
      .news .newsb {
        margin-top: 40px;
        margin-bottom: 120px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 216, home.scss */
      .news .newsb {
        margin-top: 40px;
        margin-bottom: 110px; } }
    @media screen and (max-width: 350px) {
      /* line 216, home.scss */
      .news .newsb {
        margin-top: 40px;
        margin-bottom: 110px; } }

/* line 240, home.scss */
h2.title_news {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 44px;
  font-size: 4.4rem; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 240, home.scss */
    h2.title_news {
      font-size: 36px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 240, home.scss */
    h2.title_news {
      font-size: 26px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 240, home.scss */
    h2.title_news {
      font-size: 26px; } }
  @media screen and (max-width: 350px) {
    /* line 240, home.scss */
    h2.title_news {
      font-size: 26px; } }

/* line 263, home.scss */
.news_box {
  margin: 0 auto 0;
  max-width: 1200px; }

/* line 270, home.scss */
.news_unit {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0; }

/* line 274, home.scss */
.news_unitb {
  display: flex; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 274, home.scss */
    .news_unitb {
      display: block; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 274, home.scss */
    .news_unitb {
      display: block; } }
  @media screen and (max-width: 350px) {
    /* line 274, home.scss */
    .news_unitb {
      display: block; } }
  /* line 291, home.scss */
  .news_unitb .news_day {
    width: 180px;
    font-weight: 700;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 291, home.scss */
      .news_unitb .news_day {
        width: 140px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 291, home.scss */
      .news_unitb .news_day {
        width: auto; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 291, home.scss */
      .news_unitb .news_day {
        width: auto; } }
    @media screen and (max-width: 350px) {
      /* line 291, home.scss */
      .news_unitb .news_day {
        width: auto; } }
  /* line 310, home.scss */
  .news_unitb .news_txt {
    width: calc(100% - 180px); }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 310, home.scss */
      .news_unitb .news_txt {
        width: calc(100% - 140px); } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 310, home.scss */
      .news_unitb .news_txt {
        width: auto; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 310, home.scss */
      .news_unitb .news_txt {
        width: auto; } }
    @media screen and (max-width: 350px) {
      /* line 310, home.scss */
      .news_unitb .news_txt {
        width: auto; } }

/* line 329, home.scss */
.office_box {
  background-color: #1a2758;
  background-image: url("../images/office_bg.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 1px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 329, home.scss */
    .office_box {
      background-size: 100% auto;
      background-position: bottom right;
      background-image: none; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 329, home.scss */
    .office_box {
      background-size: 100% auto;
      background-position: bottom right;
      background-image: none; } }
  @media screen and (max-width: 350px) {
    /* line 329, home.scss */
    .office_box {
      background-size: 100% auto;
      background-position: bottom right;
      background-image: none; } }

/* line 353, home.scss */
.office_boxb {
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 353, home.scss */
    .office_boxb {
      display: block; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 353, home.scss */
    .office_boxb {
      display: block; } }
  @media screen and (max-width: 350px) {
    /* line 353, home.scss */
    .office_boxb {
      display: block; } }

/* line 372, home.scss */
.office_main_img {
  max-width: 898px;
  margin-top: -70px;
  width: 100%;
  height: 570px;
  overflow: hidden;
  position: relative;
  background: url("../images/office_img01.jpg") 50% 50% no-repeat;
  background-size: cover; }
  @media all and (min-width: 1200.01px) and (max-width: 1560px) {
    /* line 372, home.scss */
    .office_main_img {
      max-width: 700px; } }
  @media all and (min-width: 1200.01px) and (max-width: 1400px) {
    /* line 372, home.scss */
    .office_main_img {
      max-width: 545px; } }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 372, home.scss */
    .office_main_img {
      max-width: 420px;
      height: 535px; } }
  @media all and (min-width: 930.01px) and (max-width: 1050px) {
    /* line 372, home.scss */
    .office_main_img {
      max-width: 550px;
      height: 565px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 372, home.scss */
    .office_main_img {
      max-width: 380px;
      height: 380px;
      margin-top: -50px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 372, home.scss */
    .office_main_img {
      background: none;
      height: auto;
      padding: 0 20px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 372, home.scss */
    .office_main_img {
      margin-top: -50px;
      background: none;
      height: auto;
      padding: 0 20px; } }
  @media screen and (max-width: 350px) {
    /* line 372, home.scss */
    .office_main_img {
      background: none;
      height: auto;
      padding: 0 20px; } }
  /* line 420, home.scss */
  .office_main_img img {
    display: none; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 420, home.scss */
      .office_main_img img {
        display: inline-block; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 420, home.scss */
      .office_main_img img {
        display: inline-block; } }
    @media screen and (max-width: 350px) {
      /* line 420, home.scss */
      .office_main_img img {
        display: inline-block; } }

/* line 445, home.scss */
.office_txt {
  width: calc(100% - 960px);
  padding: 70px 40px 70px 0;
  color: #fff; }
  @media all and (min-width: 1200.01px) and (max-width: 1560px) {
    /* line 445, home.scss */
    .office_txt {
      width: fit-content;
      margin: 0 auto;
      padding-left: 30px; } }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 445, home.scss */
    .office_txt {
      width: fit-content;
      margin: 0 auto;
      padding-left: 40px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 445, home.scss */
    .office_txt {
      width: fit-content;
      margin: 0 auto;
      padding: 50px 40px 0 40px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 445, home.scss */
    .office_txt {
      width: fit-content;
      margin: 0 auto;
      padding: 30px 20px 0 20px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 445, home.scss */
    .office_txt {
      width: fit-content;
      margin: 0 auto;
      padding: 30px 20px 0 20px; } }
  @media screen and (max-width: 350px) {
    /* line 445, home.scss */
    .office_txt {
      width: fit-content;
      margin: 0 auto;
      padding: 30px 20px 0 20px; } }
  /* line 485, home.scss */
  .office_txt h2.office_title {
    line-height: 1.5;
    font-size: 40px;
    font-weight: 700; }
    @media all and (min-width: 930.01px) and (max-width: 1050px) {
      /* line 485, home.scss */
      .office_txt h2.office_title {
        font-size: 32px; } }
    @media screen and (min-width: 930.01px) and (max-width: 1200px) {
      /* line 485, home.scss */
      .office_txt h2.office_title {
        font-size: 28px; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 485, home.scss */
      .office_txt h2.office_title {
        font-size: 26px; } }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 485, home.scss */
      .office_txt h2.office_title {
        font-size: 24px;
        text-align: center; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 485, home.scss */
      .office_txt h2.office_title {
        font-size: 24px;
        text-align: center; } }
    @media screen and (max-width: 350px) {
      /* line 485, home.scss */
      .office_txt h2.office_title {
        font-size: 24px;
        text-align: center; } }
  /* line 512, home.scss */
  .office_txt p {
    margin: 20px 0 0; }

/* line 518, home.scss */
.office_img {
  margin: 40px 0 0;
  display: flex; }
  @media all and (min-width: 930.01px) and (max-width: 1050px) {
    /* line 518, home.scss */
    .office_img {
      max-width: 550px; } }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 518, home.scss */
    .office_img {
      max-width: 450px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 518, home.scss */
    .office_img {
      margin: 40px auto 0;
      padding-bottom: 60px;
      max-width: fit-content; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 518, home.scss */
    .office_img {
      margin: 40px auto 0;
      padding-bottom: 60px;
      max-width: fit-content; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 518, home.scss */
    .office_img {
      margin: 40px auto 0;
      padding-bottom: 60px;
      max-width: 300px;
      display: block; } }
  /* line 547, home.scss */
  .office_img div {
    max-width: 240px; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 547, home.scss */
      .office_img div {
        max-width: 264px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 547, home.scss */
      .office_img div {
        max-width: 100%; } }
    @media screen and (max-width: 350px) {
      /* line 547, home.scss */
      .office_img div {
        max-width: 100%; } }
    /* line 560, home.scss */
    .office_img div + div {
      margin-left: 10px;
      max-width: 250px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 560, home.scss */
        .office_img div + div {
          max-width: 275px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 560, home.scss */
        .office_img div + div {
          max-width: 100%;
          margin-left: 0;
          margin-top: 20px; } }
      @media screen and (max-width: 350px) {
        /* line 560, home.scss */
        .office_img div + div {
          max-width: 100%;
          margin-left: 0;
          margin-top: 20px; } }

/* line 581, home.scss */
.gsv {
  background: url("../images/gsv_bg.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
  padding: 60px 40px 80px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 581, home.scss */
    .gsv {
      padding: 60px 30px 80px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 581, home.scss */
    .gsv {
      padding: 40px 20px 50px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 581, home.scss */
    .gsv {
      padding: 40px 20px 50px; } }
  @media screen and (max-width: 350px) {
    /* line 581, home.scss */
    .gsv {
      padding: 40px 20px 50px; } }

/* line 602, home.scss */
.gsvb {
  max-width: 1300px;
  margin: 0 auto; }

/* line 607, home.scss */
.gsv_title {
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #fff; }

/* line 614, home.scss */
.gsv_title_en {
  font-size: 24px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 614, home.scss */
    .gsv_title_en {
      font-size: 20px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 614, home.scss */
    .gsv_title_en {
      font-size: 16px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 614, home.scss */
    .gsv_title_en {
      font-size: 16px; } }
  @media screen and (max-width: 350px) {
    /* line 614, home.scss */
    .gsv_title_en {
      font-size: 16px; } }

/* line 633, home.scss */
.gsv_title_jp {
  font-size: 40px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 633, home.scss */
    .gsv_title_jp {
      font-size: 32px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 633, home.scss */
    .gsv_title_jp {
      font-size: 24px;
      margin-top: 5px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 633, home.scss */
    .gsv_title_jp {
      font-size: 24px;
      margin-top: 5px; } }
  @media screen and (max-width: 350px) {
    /* line 633, home.scss */
    .gsv_title_jp {
      font-size: 24px;
      margin-top: 5px; } }

/* line 655, home.scss */
.gsv_title_main {
  position: relative;
  width: 100%;
  padding-bottom: 40%;
  overflow: hidden;
  background: #000;
  margin: 40px 0 0 0; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 655, home.scss */
    .gsv_title_main {
      margin: 30px 0 0 0;
      padding-bottom: 60%; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 655, home.scss */
    .gsv_title_main {
      margin: 30px 0 0 0;
      padding-bottom: 90%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 655, home.scss */
    .gsv_title_main {
      margin: 30px 0 0 0;
      padding-bottom: 90%; } }
  @media screen and (max-width: 350px) {
    /* line 655, home.scss */
    .gsv_title_main {
      margin: 30px 0 0 0;
      padding-bottom: 90%; } }
  /* line 682, home.scss */
  .gsv_title_main iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/* line 691, home.scss */
.top_pages {
  max-width: 2000px;
  margin: 0 auto; }

/* line 696, home.scss */
.top_pages_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 696, home.scss */
    .top_pages_list {
      grid-template-columns: 1fr;
      border-top: 10px solid #fff;
      border-bottom: 10px solid #fff; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 696, home.scss */
    .top_pages_list {
      grid-template-columns: 1fr;
      border-top: 10px solid #fff;
      border-bottom: 10px solid #fff; } }
  @media screen and (max-width: 350px) {
    /* line 696, home.scss */
    .top_pages_list {
      grid-template-columns: 1fr;
      border-top: 10px solid #fff;
      border-bottom: 10px solid #fff; } }

/* line 721, home.scss */
.top_pages_item {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%; }
  /* line 727, home.scss */
  .top_pages_item + .top_pages_item {
    border-left: 1px solid #7b89be; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 727, home.scss */
      .top_pages_item + .top_pages_item {
        border-top: 5px solid #fff;
        border-left: none; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 727, home.scss */
      .top_pages_item + .top_pages_item {
        border-top: 5px solid #fff;
        border-left: none; } }
    @media screen and (max-width: 350px) {
      /* line 727, home.scss */
      .top_pages_item + .top_pages_item {
        border-top: 5px solid #fff;
        border-left: none; } }

/* line 748, home.scss */
.top_pages_thumb {
  position: relative;
  padding-bottom: 65.08%;
  overflow: hidden; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 748, home.scss */
    .top_pages_thumb {
      padding-bottom: 80%; } }
  /* line 765, home.scss */
  .top_pages_thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

/* line 775, home.scss */
.top_pages_body {
  padding: 40px 40px 150px;
  color: #fff;
  position: relative;
  background: url("../images/cmn/ami_bg.jpg") repeat;
  background-size: 480px; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 775, home.scss */
    .top_pages_body {
      padding: 30px 30px 130px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 775, home.scss */
    .top_pages_body {
      padding: 30px 20px 130px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 775, home.scss */
    .top_pages_body {
      padding: 30px 20px 130px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 775, home.scss */
    .top_pages_body {
      padding: 30px 20px 130px; } }
  @media screen and (max-width: 350px) {
    /* line 775, home.scss */
    .top_pages_body {
      padding: 30px 20px 130px; } }
  /* line 799, home.scss */
  .top_pages_body:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/cmn/ami_light.png") 0 0 no-repeat;
    background-size: cover;
    mix-blend-mode: overlay;
    pointer-events: none; }

/* line 810, home.scss */
.top_pages_title {
  text-align: center;
  font-size: 34px;
  line-height: 1.5;
  font-weight: 700; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 810, home.scss */
    .top_pages_title {
      font-size: 30px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 810, home.scss */
    .top_pages_title {
      font-size: 26px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 810, home.scss */
    .top_pages_title {
      font-size: 24px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 810, home.scss */
    .top_pages_title {
      font-size: 24px; } }
  @media screen and (max-width: 350px) {
    /* line 810, home.scss */
    .top_pages_title {
      font-size: 24px; } }

/* line 834, home.scss */
.top_pages_text {
  margin: 20px auto 0;
  width: fit-content; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 834, home.scss */
    .top_pages_text {
      margin-top: 15px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 834, home.scss */
    .top_pages_text {
      margin-top: 15px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 834, home.scss */
    .top_pages_text {
      margin-top: 15px; } }
  @media screen and (max-width: 350px) {
    /* line 834, home.scss */
    .top_pages_text {
      margin-top: 15px; } }
  @media all and (min-width: 0) and (max-width: 1600px) {
    /* line 853, home.scss */
    .top_pages_text br.l-media {
      display: none; } }

/* line 861, home.scss */
.top_pages_btn {
  text-decoration: none;
  color: #fff;
  max-width: 360px;
  margin: 30px auto 0;
  position: absolute;
  bottom: 40px;
  left: 30px;
  right: 30px;
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  background: url("../images/cmn/btn_bg.jpg") 50% 50% repeat-y;
  background-size: 100% auto;
  box-shadow: inset 3px 3px 0px rgba(255, 255, 255, 0.3), inset -3px -3px 0px rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 861, home.scss */
    .top_pages_btn {
      font-size: 16px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 861, home.scss */
    .top_pages_btn {
      font-size: 16px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 861, home.scss */
    .top_pages_btn {
      font-size: 16px; } }
  @media screen and (max-width: 350px) {
    /* line 861, home.scss */
    .top_pages_btn {
      font-size: 16px; } }

/* line 903, home.scss */
.top_pages_btn_arrow {
  margin-left: 10px; }

/* line 911, home.scss */
.top_recruit {
  margin: 0px 0 0 0;
  position: relative;
  background: #07133f;
  border-top: solid #07133f;
  border-bottom: solid #07133f;
  border-width: 80px; }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 911, home.scss */
    .top_recruit {
      border-width: 70px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 911, home.scss */
    .top_recruit {
      border-width: 60px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 911, home.scss */
    .top_recruit {
      border-top-width: 40px;
      border-bottom-width: 150px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 911, home.scss */
    .top_recruit {
      border-top-width: 40px;
      border-bottom-width: 150px; } }
  @media screen and (max-width: 350px) {
    /* line 911, home.scss */
    .top_recruit {
      border-top-width: 40px;
      border-bottom-width: 150px; } }

/* line 940, home.scss */
.top_recruit_body {
  position: absolute;
  top: 0;
  left: 10vw;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 510px;
  z-index: 1;
  background: #07133f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media all and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 940, home.scss */
    .top_recruit_body {
      width: 360px; } }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 940, home.scss */
    .top_recruit_body {
      width: 360px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 940, home.scss */
    .top_recruit_body {
      width: 290px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 940, home.scss */
    .top_recruit_body {
      width: auto;
      position: static; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 940, home.scss */
    .top_recruit_body {
      width: auto;
      position: static; } }
  @media screen and (max-width: 350px) {
    /* line 940, home.scss */
    .top_recruit_body {
      width: auto;
      position: static; } }

/* line 986, home.scss */
.top_recruit_body_title_en {
  font-size: 82px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  position: relative; }
  @media all and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 986, home.scss */
    .top_recruit_body_title_en {
      font-size: 60px; } }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 986, home.scss */
    .top_recruit_body_title_en {
      font-size: 60px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 986, home.scss */
    .top_recruit_body_title_en {
      font-size: 50px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 986, home.scss */
    .top_recruit_body_title_en {
      font-size: 70px;
      width: fit-content;
      margin: 0 auto; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 986, home.scss */
    .top_recruit_body_title_en {
      font-size: 70px;
      width: fit-content;
      margin: 0 auto; } }
  @media screen and (max-width: 350px) {
    /* line 986, home.scss */
    .top_recruit_body_title_en {
      font-size: 60px;
      width: fit-content;
      margin: 0 auto; } }
  /* line 1021, home.scss */
  .top_recruit_body_title_en:before {
    content: "RECRUIT";
    position: absolute;
    display: block;
    color: #07133f;
    top: 0;
    left: 0;
    pointer-events: none; }

/* line 1032, home.scss */
.top_recruit_body_title_jp {
  font-size: 40px;
  line-height: 1;
  margin: 15px 0 0 0;
  letter-spacing: 0.1em; }
  @media all and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 1032, home.scss */
    .top_recruit_body_title_jp {
      font-size: 28px; } }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 1032, home.scss */
    .top_recruit_body_title_jp {
      font-size: 28px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1032, home.scss */
    .top_recruit_body_title_jp {
      font-size: 24px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1032, home.scss */
    .top_recruit_body_title_jp {
      font-size: 26px;
      text-align: center; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 1032, home.scss */
    .top_recruit_body_title_jp {
      font-size: 26px;
      text-align: center; } }
  @media screen and (max-width: 350px) {
    /* line 1032, home.scss */
    .top_recruit_body_title_jp {
      font-size: 26px;
      text-align: center; } }

/* line 1062, home.scss */
.top_recruit_body_txt {
  font-size: 24px;
  line-height: 1.8;
  margin: 35px 0 0 0;
  letter-spacing: 0.1em; }
  @media all and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 1062, home.scss */
    .top_recruit_body_txt {
      font-size: 22px; } }
  @media screen and (min-width: 930.01px) and (max-width: 1200px) {
    /* line 1062, home.scss */
    .top_recruit_body_txt {
      font-size: 22px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1062, home.scss */
    .top_recruit_body_txt {
      font-size: 18px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1062, home.scss */
    .top_recruit_body_txt {
      font-size: 18px;
      text-align: center;
      margin: 25px 0 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 1062, home.scss */
    .top_recruit_body_txt {
      font-size: 18px;
      text-align: center;
      margin: 25px 0 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 1062, home.scss */
    .top_recruit_body_txt {
      font-size: 18px;
      text-align: center;
      margin: 25px 0 0 0; } }

/* line 1094, home.scss */
.top_recruit_body_btn {
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: center;
  margin: 35px 0 0 0;
  display: block; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 1094, home.scss */
    .top_recruit_body_btn {
      font-size: 18px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 1094, home.scss */
    .top_recruit_body_btn {
      font-size: 16px;
      text-align: center;
      position: absolute;
      bottom: -90px;
      left: 0;
      right: 0;
      max-width: 360px;
      width: calc(100% - 60px);
      margin: auto; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 1094, home.scss */
    .top_recruit_body_btn {
      font-size: 16px;
      text-align: center;
      position: absolute;
      bottom: -90px;
      left: 0;
      right: 0;
      max-width: 360px;
      width: calc(100% - 60px);
      margin: auto; } }
  @media screen and (max-width: 350px) {
    /* line 1094, home.scss */
    .top_recruit_body_btn {
      font-size: 16px;
      text-align: center;
      position: absolute;
      bottom: -90px;
      left: 0;
      right: 0;
      max-width: 360px;
      width: calc(100% - 60px);
      margin: auto; } }

/* line 1149, home.scss */
.top_recruit_body_btn_arrow {
  margin-left: 10px; }

@media screen and (min-width: 600.01px) and (max-width: 760px) {
  /* line 1153, home.scss */
  .top_recruit_img {
    margin-top: 30px; } }
@media screen and (min-width: 350.1px) and (max-width: 600px) {
  /* line 1153, home.scss */
  .top_recruit_img {
    margin-top: 30px; } }
@media screen and (max-width: 350px) {
  /* line 1153, home.scss */
  .top_recruit_img {
    margin-top: 30px; } }
@media screen and (min-width: 760.01px) and (max-width: 930px) {
  /* line 1164, home.scss */
  .top_recruit_img img {
    height: 370px; } }
@media screen and (min-width: 600.01px) and (max-width: 760px) {
  /* line 1164, home.scss */
  .top_recruit_img img {
    height: 300px; } }
@media screen and (min-width: 350.1px) and (max-width: 600px) {
  /* line 1164, home.scss */
  .top_recruit_img img {
    height: 300px; } }
@media screen and (max-width: 350px) {
  /* line 1164, home.scss */
  .top_recruit_img img {
    height: 300px; } }

@media screen and (min-width: 760.01px) and (max-width: 930px) {
  /* line 1180, home.scss */
  .slick-slide {
    margin: 0 7px; } }
@media screen and (min-width: 600.01px) and (max-width: 760px) {
  /* line 1180, home.scss */
  .slick-slide {
    margin: 0 5px; } }
@media screen and (min-width: 350.1px) and (max-width: 600px) {
  /* line 1180, home.scss */
  .slick-slide {
    margin: 0 5px; } }
@media screen and (max-width: 350px) {
  /* line 1180, home.scss */
  .slick-slide {
    margin: 0 5px; } }

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