*,
*::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 {
  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-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

.serif {
  font-family: "Noto Serif JP", serif;
}

@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;
  }
}

.visually-hidden {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 4px !important;
  height: 4px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
}

#company .kv {
  height: calc(550 / 1360 * var(--inner-width) * 1px);
  background: url(/recruit/assets/images/about/company/kv-bg.jpg) no-repeat left center/calc(600 / 1360 * var(--inner-width) * 1px) auto;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #company .kv {
    height: calc(968 / 768 * var(--inner-width) * 1px);
    background: url(/recruit/assets/images/about/company/kv-bg.jpg) no-repeat top center/100% auto;
    margin-top: calc(94 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (min-width: 48em) {
  #company .kv .kv-img {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(775 / 1360 * var(--inner-width) * 1px);
    height: calc(550 / 1360 * var(--inner-width) * 1px);
    overflow: hidden;
  }
}
@media only screen and (max-width: 47.9375em) {
  #company .kv .kv-img {
    width: 100%;
    height: calc(582 / 768 * var(--inner-width) * 1px);
  }
}
#company .kv .kv-img img {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  #company .kv .kv-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#company .kv .kv-inner {
  padding-top: calc(197 / 1360 * var(--inner-width) * 1px);
  padding-left: calc(80 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .kv .kv-inner {
    padding-top: calc(64 / 768 * var(--inner-width) * 1px);
    padding-left: 0;
    height: calc(385 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  #company .kv .ttl {
    margin-bottom: calc(10 / 768 * var(--inner-width) * 1px);
  }
}
#company .kv .ttl-text {
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  #company .kv .ttl-text {
    text-align: center;
  }
}
#company .company-wrap {
  padding-top: calc(84 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .company-wrap {
    padding-top: calc(88 / 768 * var(--inner-width) * 1px);
  }
}
#company .anchorlink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(59 / 1360 * var(--inner-width) * 1px);
  margin-bottom: calc(94 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .anchorlink {
    margin-bottom: calc(110 / 768 * var(--inner-width) * 1px);
    gap: calc(18 / 768 * var(--inner-width) * 1px);
  }
}
#company .anchorlink li a {
  width: calc(226 / 1360 * var(--inner-width) * 1px);
  height: calc(48 / 1360 * var(--inner-width) * 1px);
  background: #004098;
  color: #fff;
  font-size: calc(16 / 1360 * var(--inner-width) * 1px);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #company .anchorlink li a {
    width: calc(203 / 768 * var(--inner-width) * 1px);
    height: calc(86 / 768 * var(--inner-width) * 1px);
    font-size: calc(26 / 768 * var(--inner-width) * 1px);
    line-height: 1.2;
    text-align: center;
    align-items: flex-start;
    padding-top: calc(16 / 768 * var(--inner-width) * 1px);
  }
}
#company .anchorlink li a::after {
  display: block;
  content: "";
  background: url(/recruit/assets/images/about/company/anchorlink-arrow.png) no-repeat center center/contain;
  width: calc(12 / 1360 * var(--inner-width) * 1px);
  height: min(9px, 9 / 1360 * var(--inner-width) * 1px);
  position: absolute;
  right: min(13px, 13 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .anchorlink li a::after {
    width: calc(22 / 768 * var(--inner-width) * 1px);
    height: calc(17 / 768 * var(--inner-width) * 1px);
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: calc(11 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-inner {
  width: calc(1200 / 1360 * var(--inner-width) * 1px);
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  #company .about-inner {
    width: calc(658 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-inner .about-ttl {
  position: relative;
  z-index: 2;
  padding-left: calc(45 / 1360 * var(--inner-width) * 1px);
  margin-bottom: calc(20 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-inner .about-ttl {
    padding-left: calc(40 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(20 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-inner .about-ttl img {
  width: auto;
  height: calc(55 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-inner .about-ttl img {
    height: calc(65 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-inner .about-ttl span {
  font-size: calc(23 / 1360 * var(--inner-width) * 1px);
  font-weight: 600;
  color: #004099;
}
@media only screen and (max-width: 47.9375em) {
  #company .about-inner .about-ttl span {
    font-size: calc(30 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-inner .about-ttl::before {
  display: block;
  content: "";
  background: url(/recruit/assets/images/about/company/ttl-bar.png) no-repeat center center/cover;
  width: calc(18 / 1360 * var(--inner-width) * 1px);
  height: calc(404 / 1360 * var(--inner-width) * 1px);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 47.9375em) {
  #company .about-inner .about-ttl::before {
    width: calc(9 / 768 * var(--inner-width) * 1px);
    height: calc(201 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-inner + .about-inner {
  margin-top: calc(88 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-inner + .about-inner {
    margin-top: calc(100 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-block {
  background: #b2d9ff;
  padding: calc(50 / 1360 * var(--inner-width) * 1px);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: calc(33 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block {
    padding: calc(34 / 768 * var(--inner-width) * 1px);
    gap: calc(40 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-contents {
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(27 / 1360 * var(--inner-width) * 1px);
  padding: calc(10 / 1360 * var(--inner-width) * 1px) calc(40 / 1360 * var(--inner-width) * 1px);
  height: calc(212 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-contents {
    width: 100%;
    height: auto;
    padding: calc(35 / 768 * var(--inner-width) * 1px);
    flex-direction: column;
  }
}
#company .about-contents .tag {
  font-size: calc(16 / 1360 * var(--inner-width) * 1px);
  font-weight: 600;
  color: #fff;
  background: #004099;
  padding: calc(10 / 1360 * var(--inner-width) * 1px);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 47.9375em) {
  #company .about-contents .tag {
    font-size: calc(29 / 768 * var(--inner-width) * 1px);
    padding: calc(12 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-contents__text {
  font-size: calc(13 / 1360 * var(--inner-width) * 1px);
  font-weight: 400;
  line-height: 1.7;
}
@media only screen and (max-width: 47.9375em) {
  #company .about-contents__text {
    font-size: calc(26 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  #company .about-contents.company01,
  #company .about-contents.company02 {
    padding-top: calc(96 / 768 * var(--inner-width) * 1px);
  }
}
#company .company-img01,
#company .company-img02 {
  width: calc(475 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .company-img01,
  #company .company-img02 {
    width: 100%;
  }
}
#company .about-contents:nth-child(3),
#company .about-contents:nth-child(4),
#company .about-contents:nth-child(5),
#company .about-contents:nth-child(6) {
  width: calc(527 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-contents:nth-child(3),
  #company .about-contents:nth-child(4),
  #company .about-contents:nth-child(5),
  #company .about-contents:nth-child(6) {
    width: 100%;
  }
}
#company .company-img03,
#company .company-img04 {
  width: auto;
  height: calc(158 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .company-img03,
  #company .company-img04 {
    height: calc(217 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-contents.about05 {
  flex-direction: column;
}
@media only screen and (min-width: 48em) {
  #company .about-contents.about05 {
    gap: calc(20 / 1360 * var(--inner-width) * 1px);
  }
}
#company .about-contents__ttl {
  color: #004099;
  font-size: calc(22 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-contents__ttl {
    font-size: calc(31 / 768 * var(--inner-width) * 1px);
    text-align: center;
    line-height: 1.2;
  }
}
#company .about-contents__ttl span {
  font-size: calc(28 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-contents__ttl span {
    font-size: calc(42 / 768 * var(--inner-width) * 1px);
    display: block;
  }
}
#company .about-contents.about06 {
  flex-direction: column;
  align-items: flex-start;
  gap: calc(20 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (min-width: 48em) {
  #company .about-contents.about06 {
    padding-left: calc(250 / 1360 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  #company .about-contents.about06 {
    padding-top: calc(80 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  #company .about-contents.about06 .about-contents__ttl {
    padding-left: calc(230 / 768 * var(--inner-width) * 1px);
    text-align: left;
    margin-bottom: calc(50 / 768 * var(--inner-width) * 1px);
  }
}
#company .company-img06 {
  width: calc(164 / 1360 * var(--inner-width) * 1px);
  position: absolute;
  left: calc(48 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .company-img06 {
    width: calc(204 / 768 * var(--inner-width) * 1px);
    left: calc(36 / 768 * var(--inner-width) * 1px);
    top: calc(40 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (min-width: 48em) {
  #company .about-block.work .about-contents {
    width: calc(336 / 1360 * var(--inner-width) * 1px);
    height: calc(267 / 1360 * var(--inner-width) * 1px);
    flex-direction: column;
    gap: min(10px, 10 / 1360 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.work .about-contents {
    width: 100%;
    height: auto;
    padding: calc(28 / 768 * var(--inner-width) * 1px);
    align-items: flex-start;
  }
}
#company .about-block.work .about-contents > img {
  width: calc(186 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.work .about-contents > img {
    width: calc(248 / 768 * var(--inner-width) * 1px);
    position: absolute;
    right: calc(50 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-block.work .work-ttl {
  text-align: center;
  color: #004098;
  font-size: calc(24 / 1360 * var(--inner-width) * 1px);
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: calc(10 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.work .work-ttl {
    font-size: calc(34 / 768 * var(--inner-width) * 1px);
    text-align: left;
  }
}
#company .about-block.work .work-num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: calc(44 / 1360 * var(--inner-width) * 1px);
  font-weight: 600;
  color: #004098;
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.work .work-num {
    font-size: calc(57 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-block.work .work-num img {
  width: auto;
  height: calc(77 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.work .work-num img {
    height: calc(94 / 768 * var(--inner-width) * 1px);
    margin-right: calc(5 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.work .about-contents.work01 .work-ttl {
    margin-left: calc(30 / 768 * var(--inner-width) * 1px);
  }
  #company .about-block.work .about-contents.work01 .work-num {
    margin-left: calc(54 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.work .about-contents.work02 > img {
    width: auto;
    height: calc(156 / 768 * var(--inner-width) * 1px);
    right: calc(30 / 768 * var(--inner-width) * 1px);
  }
  #company .about-block.work .about-contents.work02 .work-ttl {
    margin-left: calc(60 / 768 * var(--inner-width) * 1px);
  }
  #company .about-block.work .about-contents.work02 .work-num {
    margin-left: calc(45 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (min-width: 48em) {
  #company .about-block.work .about-contents.work03 picture {
    width: auto;
    height: min(100px, 100 / 1360 * var(--inner-width) * 1px);
    position: relative;
    top: min(-10px, -10 / 1360 * var(--inner-width) * 1px);
  }
  #company .about-block.work .about-contents.work03 picture img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.work .about-contents.work03 picture {
    width: auto;
    height: calc(94 / 768 * var(--inner-width) * 1px);
    top: calc(100 / 768 * var(--inner-width) * 1px);
    right: calc(70 / 768 * var(--inner-width) * 1px);
    position: absolute;
  }
  #company .about-block.work .about-contents.work03 picture img {
    width: auto;
    height: 100%;
  }
  #company .about-block.work .about-contents.work03 .work-ttl {
    margin-left: calc(60 / 768 * var(--inner-width) * 1px);
  }
  #company .about-block.work .about-contents.work03 .work-num {
    margin-left: calc(54 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (min-width: 48em) {
  #company .about-block.work .about-contents.work04 {
    width: calc(527 / 1360 * var(--inner-width) * 1px);
    height: calc(212 / 1360 * var(--inner-width) * 1px);
    flex-direction: row;
    gap: unset;
  }
}
#company .about-block.work .about-contents.work04 .work-num {
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.work .about-contents.work04 .work-num {
    font-size: calc(50 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-block.work .about-contents.work04 .work-num span {
  font-size: calc(27 / 1360 * var(--inner-width) * 1px);
  position: relative;
  top: calc(-25 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.work .about-contents.work04 .work-num span {
    font-size: calc(35 / 768 * var(--inner-width) * 1px);
    top: calc(-30 / 768 * var(--inner-width) * 1px);
    left: calc(-5 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-block.work .about-contents.work04 .work-num img {
  width: calc(164 / 1360 * var(--inner-width) * 1px);
  height: auto;
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.work .about-contents.work04 .work-num img {
    width: calc(226 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-block.work .about-contents.work04 > img {
  width: calc(233 / 1360 * var(--inner-width) * 1px);
  height: auto;
  position: relative;
  left: calc(-20 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.work .about-contents.work04 > img {
    width: calc(238 / 768 * var(--inner-width) * 1px);
    right: calc(25 / 768 * var(--inner-width) * 1px);
    left: unset;
    position: absolute;
  }
}
@media only screen and (min-width: 48em) {
  #company .about-block.work .about-contents.work05 {
    width: calc(527 / 1360 * var(--inner-width) * 1px);
    height: calc(212 / 1360 * var(--inner-width) * 1px);
    gap: calc(10 / 1360 * var(--inner-width) * 1px);
  }
}
#company .about-block.work .about-contents.work05 > div {
  display: flex;
  align-items: center;
}
#company .about-block.work .about-contents.work05 > img {
  width: calc(377 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.work .about-contents.work05 > img {
    width: 100%;
    position: relative;
    right: unset;
  }
}
#company .about-block.environment .about-contents {
  flex-direction: column;
  justify-content: flex-start;
  gap: min(15px, 15 / 1360 * var(--inner-width) * 1px);
  width: calc(244 / 1360 * var(--inner-width) * 1px);
  height: calc(244 / 1360 * var(--inner-width) * 1px);
  padding: calc(15 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.environment .about-contents {
    width: calc(274 / 768 * var(--inner-width) * 1px);
    height: auto;
    padding: calc(30 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.environment .about-contents.environment06 {
    padding-top: calc(60 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.environment .about-contents.environment08 {
    padding-top: calc(50 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-block.environment .environment-ttl {
  text-align: center;
  font-size: calc(22 / 1360 * var(--inner-width) * 1px);
  font-weight: 600;
  color: #004098;
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.environment .environment-ttl {
    font-size: calc(29 / 768 * var(--inner-width) * 1px);
    line-height: 1.3;
  }
}
#company .about-block.environment .environment-ttl small {
  display: block;
  font-size: calc(15 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.environment .environment-ttl small {
    font-size: calc(19 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-block.environment .about-contents > img {
  width: auto;
  height: calc(131 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.environment .about-contents > img {
    height: calc(140 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (min-width: 48em) {
  #company .about-block.environment .about-contents > img.environment-img05, #company .about-block.environment .about-contents > img.environment-img06 {
    height: calc(129 / 1360 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.environment .about-contents > img.environment-img05 {
    height: calc(155 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.environment .about-contents > img.environment-img06 {
    width: calc(216 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-block.environment .about-contents > img.environment-img07, #company .about-block.environment .about-contents > img.environment-img08 {
  height: calc(80 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.environment .about-contents > img.environment-img07, #company .about-block.environment .about-contents > img.environment-img08 {
    height: calc(100 / 768 * var(--inner-width) * 1px);
  }
}
#company .about-block.environment .about-contents .note {
  font-size: calc(13 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company .about-block.environment .about-contents .note {
    font-size: calc(23 / 768 * var(--inner-width) * 1px);
    margin-top: calc(10 / 768 * var(--inner-width) * 1px);
  }
}
#company #about-company,
#company #workstyle,
#company #environment {
  margin-top: calc(-60 / 1360 * var(--inner-width) * 1px);
  padding-top: calc(60 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #company #about-company,
  #company #workstyle,
  #company #environment {
    margin-top: calc(-94 / 768 * var(--inner-width) * 1px);
    padding-top: calc(94 / 768 * var(--inner-width) * 1px);
  }
}/*# sourceMappingURL=company.css.map */