/* line 4, company.scss */
.page-title .top-img {
  top: 21.1vw;
  translate: -21% 0;
  width: 16%; }
  @media screen and (max-width: 800px) {
    /* line 4, company.scss */
    .page-title .top-img {
      top: 192px;
      right: 138px;
      translate: 0 0;
      width: 99px; } }
/* line 15, company.scss */
.page-title .page-title-right {
  background-image: url("../img/topimage_company.jpg"); }

/* line 24, company.scss */
.company-content {
  display: flex;
  flex-wrap: wrap;
  gap: 72px 32px; }
  @media screen and (max-width: 800px) {
    /* line 24, company.scss */
    .company-content {
      gap: 56px 0; } }
  /* line 31, company.scss */
  .company-content .company-detail {
    width: 48.4%; }
    @media screen and (max-width: 800px) {
      /* line 31, company.scss */
      .company-content .company-detail {
        width: 100%; } }
    /* line 36, company.scss */
    .company-content .company-detail h2 {
      color: #004097;
      font-size: 25px;
      font-weight: 500;
      line-height: 1.28;
      margin-bottom: 16px; }
      @media screen and (max-width: 800px) {
        /* line 36, company.scss */
        .company-content .company-detail h2 {
          font-size: 20px; } }
    /* line 46, company.scss */
    .company-content .company-detail a {
      position: relative;
      display: flex;
      align-items: center;
      align-content: center;
      flex-wrap: wrap;
      text-decoration: none;
      padding: 32px 8px 40px; }
      @media screen and (min-width: 800px) {
        /* line 56, company.scss */
        .company-content .company-detail a:hover::before {
          scale: 0.98;
          border: 1px solid #F08A42; } }
      /* line 62, company.scss */
      .company-content .company-detail a::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        z-index: -1;
        pointer-events: none;
        transition: scale 0.3s ease-out,border 0.3s ease-out; }
      /* line 76, company.scss */
      .company-content .company-detail a p {
        width: 100%;
        font-family: "BIZ UDPMincho", serif;
        text-align: center;
        letter-spacing: 0.05em;
        line-height: 1.6;
        margin-bottom: 24px; }
        @media screen and (max-width: 800px) {
          /* line 76, company.scss */
          .company-content .company-detail a p {
            margin-bottom: 24px; } }
      /* line 87, company.scss */
      .company-content .company-detail a .company-img {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 164px;
        margin: 0 auto; }
        @media screen and (max-width: 800px) {
          /* line 87, company.scss */
          .company-content .company-detail a .company-img {
            width: 100%;
            min-height: inherit; } }
        @media screen and (max-width: 800px) {
          /* line 97, company.scss */
          .company-content .company-detail a .company-img.ci01 {
            max-width: 130px; } }
        @media screen and (max-width: 800px) {
          /* line 102, company.scss */
          .company-content .company-detail a .company-img.ci02 {
            max-width: 35px; } }
        @media screen and (max-width: 800px) {
          /* line 107, company.scss */
          .company-content .company-detail a .company-img.ci03 {
            max-width: 106px; } }
        @media screen and (max-width: 800px) {
          /* line 112, company.scss */
          .company-content .company-detail a .company-img.ci04 {
            max-width: 220px; } }
      /* line 118, company.scss */
      .company-content .company-detail a .btn-arrow {
        top: auto;
        right: 32px;
        bottom: 24px;
        translate: 0 0; }
        @media screen and (max-width: 800px) {
          /* line 118, company.scss */
          .company-content .company-detail a .btn-arrow {
            right: 20px;
            bottom: 20px;
            width: 32px;
            height: 16px; } }
        @media screen and (max-width: 800px) {
          /* line 129, company.scss */
          .company-content .company-detail a .btn-arrow::before, .company-content .company-detail a .btn-arrow::after {
            width: 6px;
            height: 9px; } }

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