/* line 3, index.scss */
.topimage {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  z-index: -1;
  overflow: hidden;
  background-color: #004097;
  margin-bottom: 160px; }
  @media screen and (max-width: 800px) {
    /* line 3, index.scss */
    .topimage {
      margin-bottom: 80px; } }
  /* line 16, index.scss */
  .topimage::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../img/bg_topimage_2.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: soft-light; }
  /* line 31, index.scss */
  .topimage .read-topimage01 {
    position: absolute;
    left: 7%;
    top: 50%;
    translate: 0 -50%;
    color: #FFFFFF;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 0;
    z-index: 2; }
    @media screen and (max-width: 800px) {
      /* line 31, index.scss */
      .topimage .read-topimage01 {
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: 25px;
        left: 40px;
        top: 100px;
        translate: 0 0;
        letter-spacing: 0.02em; } }
    /* line 51, index.scss */
    .topimage .read-topimage01 .bgt-orange {
      display: inline-block;
      background-color: #F08A42;
      border-radius: 4px;
      margin-right: 8px;
      padding: 0 14px;
      color: #FFFFFF;
      line-height: 1.45; }
      @media screen and (max-width: 800px) {
        /* line 51, index.scss */
        .topimage .read-topimage01 .bgt-orange {
          margin: 0 5px 5px 0;
          padding: 7px 0;
          line-height: 1.5; } }
  /* line 66, index.scss */
  .topimage .read-topimage02 {
    position: absolute;
    right: 5.3%;
    bottom: 72px;
    color: #525A64;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    margin: 0;
    z-index: 2; }
    @media screen and (max-width: 800px) {
      /* line 66, index.scss */
      .topimage .read-topimage02 {
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: -0.03em;
        left: 20px;
        right: auto;
        bottom: 32px; } }
  /* line 85, index.scss */
  .topimage figure {
    position: absolute;
    left: 50%;
    top: 50%; }
    /* line 89, index.scss */
    .topimage figure img {
      width: 100%; }
  /* line 93, index.scss */
  .topimage .excel-logo {
    width: 4800px;
    translate: -1700px 0px;
    pointer-events: none;
    z-index: 0; }
    @media screen and (max-width: 800px) {
      /* line 93, index.scss */
      .topimage .excel-logo {
        width: 3800px;
        translate: -1500px 26px; } }
  /* line 107, index.scss */
  .topimage .fv-p01 {
    width: 298px;
    translate: 95px -72px;
    opacity: 0; }
    @media screen and (max-width: 800px) {
      /* line 107, index.scss */
      .topimage .fv-p01 {
        width: 234px;
        translate: -33px -31px; } }
  /* line 116, index.scss */
  .topimage .fv-p02 {
    width: 505px;
    translate: -67px -189px;
    opacity: 0; }
    @media screen and (max-width: 800px) {
      /* line 116, index.scss */
      .topimage .fv-p02 {
        width: 397px;
        translate: -53px -119px; } }
    /* line 124, index.scss */
    .topimage .fv-p02.shadow {
      mix-blend-mode: multiply; }
  /* line 129, index.scss */
  .topimage .fv-p03 {
    width: 484px;
    translate: -24px -189px;
    opacity: 0; }
    @media screen and (max-width: 800px) {
      /* line 129, index.scss */
      .topimage .fv-p03 {
        width: 379px;
        translate: -42px -102px; } }

/* line 140, index.scss */
article {
  padding-top: 70vh;
  background-color: #F7F7F7;
  opacity: 0;
  position: relative;
  z-index: 1; }
  /* line 146, index.scss */
  article h2 {
    width: 100%;
    margin-bottom: 48px; }
    /* line 149, index.scss */
    article h2.wide {
      margin: 0 64px 48px; }
      @media screen and (max-width: 800px) {
        /* line 149, index.scss */
        article h2.wide {
          margin: 0 0 48px; } }
    /* line 157, index.scss */
    article h2 .en {
      position: relative;
      display: block;
      color: #004097;
      font-family: "Libertinus Sans", sans-serif;
      font-size: 18px;
      padding-left: 18px;
      margin-bottom: 35px; }
      @media screen and (max-width: 800px) {
        /* line 157, index.scss */
        article h2 .en {
          margin-bottom: 16px; } }
      /* line 168, index.scss */
      article h2 .en::before {
        position: absolute;
        left: 0;
        top: 50%;
        translate: 0 -50%;
        width: 8px;
        height: 8px;
        content: "";
        background-color: #F08A42;
        border-radius: 50%; }
    /* line 180, index.scss */
    article h2 .jp {
      display: block;
      font-size: 25px;
      font-weight: 500; }
      @media screen and (max-width: 800px) {
        /* line 180, index.scss */
        article h2 .jp {
          font-size: 20px;
          line-height: 1.4; } }
  /* line 190, index.scss */
  article h3 {
    font-family: "BIZ UDPMincho", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.1em;
    margin: 0; }
    @media screen and (max-width: 800px) {
      /* line 190, index.scss */
      article h3 {
        font-size: 25px; } }

/* line 205, index.scss */
.information {
  margin-bottom: 128px; }
  @media screen and (max-width: 800px) {
    /* line 205, index.scss */
    .information {
      margin-bottom: 80px; } }
  /* line 210, index.scss */
  .information .information-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 128px);
    margin: 0 auto; }
    @media screen and (max-width: 800px) {
      /* line 210, index.scss */
      .information .information-content {
        flex-wrap: wrap;
        width: 100%; } }
    /* line 221, index.scss */
    .information .information-content h2 {
      width: 320px; }
      @media screen and (max-width: 800px) {
        /* line 221, index.scss */
        .information .information-content h2 {
          width: 100%; } }
    /* line 227, index.scss */
    .information .information-content .scroll-content {
      width: 70%;
      overflow-x: auto;
      padding-bottom: 15px;
      margin-bottom: 56px; }
      @media screen and (max-width: 800px) {
        /* line 227, index.scss */
        .information .information-content .scroll-content {
          margin: 0 -20px 56px;
          padding: 0 0 0 20px;
          width: calc(100% + 40px); } }
    /* line 238, index.scss */
    .information .information-content .information-list {
      flex-wrap: nowrap;
      margin: 0; }
      @media screen and (max-width: 800px) {
        /* line 238, index.scss */
        .information .information-content .information-list {
          min-width: 822px;
          gap: 0 28px;
          margin-right: 20px; } }
      /* line 247, index.scss */
      .information .information-content .information-list a {
        width: 100%; }

/* line 256, index.scss */
.risk-content {
  margin-bottom: 160px;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 480px;
  background-image: url("../img/bg_homesrs.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 12px; }
  @media screen and (max-width: 800px) {
    /* line 256, index.scss */
    .risk-content {
      margin-bottom: 80px; } }
  @media screen and (max-width: 800px) {
    /* line 256, index.scss */
    .risk-content {
      display: block;
      min-height: inherit;
      background: none; } }
  /* line 278, index.scss */
  .risk-content .risk-img {
    position: absolute;
    top: -128px;
    right: 45px; }
    @media screen and (max-width: 800px) {
      /* line 278, index.scss */
      .risk-content .risk-img {
        top: -76px;
        right: 0;
        width: 50%;
        z-index: 1; }
        /* line 287, index.scss */
        .risk-content .risk-img img {
          width: 100%; } }
  /* line 292, index.scss */
  .risk-content .risk-detail {
    position: relative;
    width: calc(100% - 128px);
    margin: 0 auto;
    padding-left: 6.1%; }
    @media screen and (max-width: 800px) {
      /* line 292, index.scss */
      .risk-content .risk-detail {
        width: 100%;
        padding-left: 0;
        padding-bottom: 56px; } }
    /* line 303, index.scss */
    .risk-content .risk-detail h3 {
      position: relative;
      width: 100%;
      color: #FFFFFF;
      margin-bottom: 40px; }
      @media screen and (max-width: 800px) {
        /* line 303, index.scss */
        .risk-content .risk-detail h3 {
          display: flex;
          align-items: center;
          height: 50.4vw;
          min-height: 189px;
          background-image: url("../img/bg_homesrs_sp.jpg");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover;
          border-radius: 8px;
          z-index: 0;
          margin-bottom: 32px;
          padding-left: 40px; } }
    /* line 323, index.scss */
    .risk-content .risk-detail p {
      color: #FFFFFF;
      font-size: 18px;
      line-height: 2;
      margin-bottom: 0; }
      @media screen and (max-width: 800px) {
        /* line 323, index.scss */
        .risk-content .risk-detail p {
          color: #0E2841;
          font-size: 15px;
          line-height: 1.8; } }
    @media screen and (max-width: 800px) {
      /* line 335, index.scss */
      .risk-content .risk-detail .btn.white {
        color: #5B626E; } }

/* line 346, index.scss */
.business {
  margin-bottom: 160px; }
  @media screen and (max-width: 800px) {
    /* line 346, index.scss */
    .business {
      margin-bottom: 80px; } }
  /* line 351, index.scss */
  .business .mountain {
    position: absolute;
    left: 50%;
    top: 25px;
    translate: -50% 0;
    width: 100%;
    min-width: 1371px;
    z-index: 0;
    pointer-events: none; }
    @media screen and (max-width: 800px) {
      /* line 351, index.scss */
      .business .mountain {
        top: 40px;
        translate: -46% 0;
        width: 815px;
        min-width: inherit; } }
    /* line 366, index.scss */
    .business .mountain::after {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 179px;
      background: linear-gradient(rgba(249, 249, 249, 0) 0%, #F7F7F7 100%);
      content: "";
      pointer-events: none;
      z-index: 0; }
      @media screen and (max-width: 800px) {
        /* line 366, index.scss */
        .business .mountain::after {
          height: 96px; } }
    /* line 380, index.scss */
    .business .mountain img {
      width: 100%; }
  /* line 384, index.scss */
  .business .cbox {
    position: relative;
    z-index: 1; }
  /* line 389, index.scss */
  .business h2.wide {
    margin-bottom: 16px; }
    @media screen and (max-width: 800px) {
      /* line 389, index.scss */
      .business h2.wide {
        margin-bottom: 32px; } }
  /* line 396, index.scss */
  .business h3 {
    text-align: right;
    margin: 0 6.1% 56px 0; }
    @media screen and (max-width: 800px) {
      /* line 396, index.scss */
      .business h3 {
        text-align: left;
        margin: 0 0 32px;
        white-space: nowrap; } }
  /* line 406, index.scss */
  .business .btn {
    right: 64px; }
    @media screen and (max-width: 800px) {
      /* line 406, index.scss */
      .business .btn {
        right: 0; } }

/* line 413, index.scss */
#business-slide {
  margin-bottom: 48px; }
  @media screen and (max-width: 800px) {
    /* line 413, index.scss */
    #business-slide {
      margin-bottom: 20px; } }
  /* line 418, index.scss */
  #business-slide .splide__slide {
    text-align: center; }
    /* line 420, index.scss */
    #business-slide .splide__slide .icon-business {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 144px;
      height: 144px;
      border: 2px solid rgba(0, 64, 151, 0.6);
      background-color: #FFFFFF;
      border-radius: 50%;
      margin-bottom: 8px; }
      @media screen and (max-width: 800px) {
        /* line 420, index.scss */
        #business-slide .splide__slide .icon-business {
          width: 80px;
          height: 80px; } }
      @media screen and (max-width: 800px) {
        /* line 434, index.scss */
        #business-slide .splide__slide .icon-business img {
          width: 30px; } }
    /* line 440, index.scss */
    #business-slide .splide__slide .icon-cap {
      display: block;
      color: #004097;
      font-family: "Libertinus Sans", sans-serif;
      font-size: 18px;
      text-align: center; }
      @media screen and (max-width: 800px) {
        /* line 440, index.scss */
        #business-slide .splide__slide .icon-cap {
          font-size: 15px;
          line-height: 1.3;
          word-break: break-all; } }

/* line 455, index.scss */
.cap-business {
  width: calc(100% - 128px);
  font-size: 18px;
  line-height: 2;
  margin: 0 auto;
  padding-left: 6.1%; }
  @media screen and (max-width: 800px) {
    /* line 455, index.scss */
    .cap-business {
      width: 100%;
      font-size: 15px;
      line-height: 1.8;
      padding: 0 0 56px; } }

/* line 472, index.scss */
.database {
  margin-bottom: 224px; }
  @media screen and (max-width: 800px) {
    /* line 472, index.scss */
    .database {
      padding-top: 40px;
      margin-bottom: 116px; } }
  @media screen and (max-width: 800px) {
    /* line 478, index.scss */
    .database::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 1290px;
      height: 726px;
      background-image: url("../img/bg_homeerd.jpg");
      background-repeat: no-repeat;
      background-position: left top;
      background-size: cover;
      content: "";
      z-index: 0;
      pointer-events: none; } }
  /* line 494, index.scss */
  .database .cbox {
    min-height: 720px;
    background-image: url("../img/bg_homeerd.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-radius: 12px;
    padding-top: 64px; }
    @media screen and (max-width: 800px) {
      /* line 494, index.scss */
      .database .cbox {
        background: none;
        border-radius: 0;
        padding: 0; } }
  /* line 508, index.scss */
  .database .database-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 128px);
    margin: 0 auto 0; }
    @media screen and (max-width: 800px) {
      /* line 508, index.scss */
      .database .database-content {
        width: 100%;
        flex-direction: column;
        gap: 32px 0; } }
    /* line 520, index.scss */
    .database .database-content h2 {
      width: 280px;
      margin-bottom: 0; }
      @media screen and (max-width: 800px) {
        /* line 520, index.scss */
        .database .database-content h2 {
          width: 100%; } }
      /* line 526, index.scss */
      .database .database-content h2 .jp,
      .database .database-content h2 .en {
        color: #FFFFFF; }
    /* line 531, index.scss */
    .database .database-content .r-database {
      width: calc(100% - 305px);
      padding-top: 32px; }
      @media screen and (max-width: 800px) {
        /* line 531, index.scss */
        .database .database-content .r-database {
          width: 100%;
          padding: 0 0 56px; } }
      /* line 538, index.scss */
      .database .database-content .r-database h3 {
        color: #FFFFFF;
        margin-bottom: 16px; }
        @media screen and (max-width: 800px) {
          /* line 538, index.scss */
          .database .database-content .r-database h3 {
            margin-bottom: 24px; } }
      /* line 545, index.scss */
      .database .database-content .r-database p {
        color: #FFFFFF;
        font-size: 18px;
        line-height: 2;
        margin: 0; }
        @media screen and (max-width: 800px) {
          /* line 545, index.scss */
          .database .database-content .r-database p {
            font-size: 15px;
            line-height: 1.8; } }

/* line 558, index.scss */
#database-slide {
  width: calc(100% + 64px);
  margin: 0 -32px;
  translate: 0 100px; }
  @media screen and (max-width: 800px) {
    /* line 558, index.scss */
    #database-slide {
      width: calc(100% + 40px);
      margin: 0 -20px;
      padding: 0;
      translate: 0 40px; } }
  /* line 569, index.scss */
  #database-slide .splide__track {
    padding-left: 96px !important;
    padding-right: 96px !important; }
    @media screen and (max-width: 800px) {
      /* line 569, index.scss */
      #database-slide .splide__track {
        padding-left: 20px !important;
        padding-right: 20px !important; } }
  /* line 577, index.scss */
  #database-slide .splide__arrow--prev {
    left: 64px; }
    @media screen and (max-width: 800px) {
      /* line 577, index.scss */
      #database-slide .splide__arrow--prev {
        left: 4px; } }
  /* line 583, index.scss */
  #database-slide .splide__arrow--next {
    right: 64px; }
    @media screen and (max-width: 800px) {
      /* line 583, index.scss */
      #database-slide .splide__arrow--next {
        right: 4px; } }

/* line 595, index.scss */
.recruit h2.wide {
  margin-bottom: 20px !important; }
  @media screen and (max-width: 800px) {
    /* line 595, index.scss */
    .recruit h2.wide {
      margin-bottom: 32px !important; } }
/* line 602, index.scss */
.recruit .recruit-content {
  max-width: 530px;
  min-height: 34vw;
  margin: 0 auto;
  padding-bottom: 20px; }
  @media screen and (max-width: 800px) {
    /* line 602, index.scss */
    .recruit .recruit-content {
      position: relative;
      max-width: inherit;
      padding-bottom: 0;
      margin: -16px 0 24px; } }
  /* line 613, index.scss */
  .recruit .recruit-content h3 {
    margin-bottom: 56px; }
    @media screen and (max-width: 800px) {
      /* line 613, index.scss */
      .recruit .recruit-content h3 {
        margin-bottom: 32px; } }
    @media screen and (max-width: 800px) {
      /* line 618, index.scss */
      .recruit .recruit-content h3 .r-text {
        display: block;
        width: calc(100% + 20px);
        padding-left: 102px; } }
  /* line 626, index.scss */
  .recruit .recruit-content p {
    color: #0E2841;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 40px;
    padding-left: 48px; }
    @media screen and (max-width: 800px) {
      /* line 626, index.scss */
      .recruit .recruit-content p {
        font-size: 15px;
        line-height: 1.8;
        padding: 0;
        margin-bottom: 32px; } }
    /* line 638, index.scss */
    .recruit .recruit-content p:last-child {
      margin-bottom: 0; }
/* line 643, index.scss */
.recruit .btn {
  right: 64px; }
  @media screen and (max-width: 800px) {
    /* line 643, index.scss */
    .recruit .btn {
      right: 0; } }

/* line 650, index.scss */
.recruit-img01 {
  position: absolute;
  left: -2.5%;
  top: 128px;
  width: 55.3%;
  z-index: -1; }
  @media screen and (max-width: 800px) {
    /* line 650, index.scss */
    .recruit-img01 {
      position: relative;
      left: -20px;
      top: auto;
      width: calc(100% + 20px); }
      /* line 661, index.scss */
      .recruit-img01 img {
        width: 100%; } }

/* line 666, index.scss */
.recruit-imgcontent {
  position: absolute;
  right: 4.9%;
  top: 0;
  width: 29.1%;
  z-index: -1; }
  @media screen and (max-width: 800px) {
    /* line 666, index.scss */
    .recruit-imgcontent {
      position: relative;
      display: flex;
      flex-direction: column-reverse;
      right: auto;
      top: auto;
      width: 82.1%; } }
  /* line 680, index.scss */
  .recruit-imgcontent .recruit-img02 {
    width: 80.2%;
    margin-bottom: 48px; }
    @media screen and (max-width: 800px) {
      /* line 680, index.scss */
      .recruit-imgcontent .recruit-img02 {
        position: relative;
        width: 55.1%;
        margin: -16px 0 0;
        z-index: 0; } }
  /* line 690, index.scss */
  .recruit-imgcontent .recruit-img03 {
    width: 80.2%;
    margin: 0 0 0 auto; }
    @media screen and (max-width: 800px) {
      /* line 690, index.scss */
      .recruit-imgcontent .recruit-img03 {
        position: relative;
        width: 55.1%;
        margin: 0 0 0 auto;
        z-index: 1; } }

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