*,
*::before,
*::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 47.9375em) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  font-size: 1rem;
  text-rendering: optimizeSpeed;
  line-height: 1.55;
}

*:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

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

figure,
img,
picture,
svg {
  display: block;
}

img,
picture,
svg {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 47.9375em) {
  img,
  picture,
  svg {
    width: 100%;
  }
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

select {
  background: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-value {
  color: inherit;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  background: transparent;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

html {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 47.9375em) {
  html {
    font-size: calc(16 / 768 * var(--inner-width) * 1px);
  }
}

@media only screen and (max-width: 47.9375em) {
  .pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 48em) {
  .sp-only {
    display: none !important;
  }
}

#professional-company {
  padding-top: min(100px, 100 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-company {
    padding-top: calc(100 / 768 * var(--inner-width) * 1px);
  }
}
#professional-company .company-wrap {
  padding-top: min(112px, 112 / 1280 * var(--inner-width) * 1px);
  padding-bottom: min(120px, 120 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-company .company-wrap {
    padding: calc(112 / 768 * var(--inner-width) * 1px) calc(40 / 768 * var(--inner-width) * 1px) calc(120 / 768 * var(--inner-width) * 1px);
  }
}
#professional-company .company-inner {
  width: min(928px, 928 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  #professional-company .company-inner {
    width: 100%;
  }
}
#professional-company .company-contents + .company-contents {
  margin-top: min(56px, 56 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-company .company-contents + .company-contents {
    margin-top: calc(56 / 768 * var(--inner-width) * 1px);
  }
}
#professional-company .company-contents h3 {
  font-size: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  margin-bottom: min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-company .company-contents h3 {
    font-size: calc(24 / 768 * var(--inner-width) * 1px);
    gap: calc(16 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-company .company-contents h3 span {
  color: #61a6e3;
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  width: min(48px, 48 / 1280 * var(--inner-width) * 1px);
  height: min(34px, 34 / 1280 * var(--inner-width) * 1px);
  border-radius: calc(5 / 1280 * var(--inner-width) * 1px);
  border: 1px solid #61a6e3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  #professional-company .company-contents h3 span {
    font-size: calc(20 / 768 * var(--inner-width) * 1px);
    width: calc(57 / 768 * var(--inner-width) * 1px);
    height: calc(46 / 768 * var(--inner-width) * 1px);
    border-radius: calc(5 / 768 * var(--inner-width) * 1px);
  }
}
#professional-company .company-link {
  width: 100%;
  height: min(240px, 240 / 1280 * var(--inner-width) * 1px);
  border-radius: calc(10 / 1280 * var(--inner-width) * 1px);
  overflow: hidden;
  padding: min(140px, 140 / 1280 * var(--inner-width) * 1px) min(24px, 24 / 1280 * var(--inner-width) * 1px) 0 min(24px, 24 / 1280 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #professional-company .company-link {
    height: calc(280 / 768 * var(--inner-width) * 1px);
    border-radius: calc(10 / 768 * var(--inner-width) * 1px);
    padding: calc(149 / 768 * var(--inner-width) * 1px) 0 calc(37 / 768 * var(--inner-width) * 1px) calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-company .company-link > img {
  width: min(40px, 40 / 1280 * var(--inner-width) * 1px);
  height: min(40px, 40 / 1280 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #professional-company .company-link > img {
    width: calc(56 / 768 * var(--inner-width) * 1px);
    height: calc(56 / 768 * var(--inner-width) * 1px);
  }
}
#professional-company .company-link:hover .company-link__img img {
  transform: scale(1.03);
}
#professional-company .company-link__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#professional-company .company-link__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
#professional-company .company-link__img::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#professional-company .company-link__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  #professional-company .company-link__title {
    font-size: calc(20 / 768 * var(--inner-width) * 1px);
  }
}
#professional-company .company-link__text {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  #professional-company .company-link__text {
    font-size: calc(16 / 768 * var(--inner-width) * 1px);
  }
}/*# sourceMappingURL=company.css.map */