*,
*::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;
}

#business .kv {
  height: calc(550 / 1360 * var(--inner-width) * 1px);
  background: url(/recruit/assets/images/about/business/kv-bg.jpg) no-repeat left center/auto 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #business .kv {
    height: calc(968 / 768 * var(--inner-width) * 1px);
    background: url(/recruit/assets/images/about/business/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) {
  #business .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) {
  #business .kv .kv-img {
    width: 100%;
    height: calc(582 / 768 * var(--inner-width) * 1px);
  }
}
#business .kv .kv-img img {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  #business .kv .kv-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#business .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) {
  #business .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) {
  #business .kv .ttl {
    margin-bottom: calc(10 / 768 * var(--inner-width) * 1px);
  }
}
#business .kv .ttl-text {
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  #business .kv .ttl-text {
    text-align: center;
  }
}
#business .business-contents {
  padding: calc(84 / 1360 * var(--inner-width) * 1px) 0;
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents {
    padding: calc(90 / 768 * var(--inner-width) * 1px) 0;
  }
}
#business .business-contents.field {
  background: url(/recruit/assets/images/about/business/co1-bg.jpg) no-repeat center center/cover;
}
#business .business-contents.product {
  background: url(/recruit/assets/images/about/business/co3-bg.jpg) no-repeat center center/cover;
}
#business .business-contents .co-ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: calc(10 / 1360 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents .co-ttl {
    gap: calc(10 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(45 / 768 * var(--inner-width) * 1px);
  }
}
#business .business-contents .co-ttl img {
  width: auto;
  height: calc(50 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents .co-ttl img {
    height: calc(60 / 768 * var(--inner-width) * 1px);
  }
}
#business .business-contents .co-ttl span {
  text-align: center;
  font-size: calc(23 / 1360 * var(--inner-width) * 1px);
  font-weight: 600;
  color: #003289;
  position: relative;
  margin-bottom: calc(20 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents .co-ttl span {
    font-size: calc(35 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(30 / 768 * var(--inner-width) * 1px);
  }
}
#business .business-contents .co-ttl::after {
  position: absolute;
  content: "";
  width: calc(130 / 1360 * var(--inner-width) * 1px);
  height: 0.0735294118vw;
  left: 50%;
  margin-left: -4.7794117647vw;
  bottom: 0;
  background: linear-gradient(to right, #7fcefe 0%, #7fcefe 45%, #cfcefe 65%);
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents .co-ttl::after {
    width: calc(157 / 768 * var(--inner-width) * 1px);
    height: 1px;
    margin: auto;
    left: 0;
    right: 0;
  }
}
#business .business-contents .co1-img {
  width: calc(1000 / 1360 * var(--inner-width) * 1px);
  margin: calc(40 / 1360 * var(--inner-width) * 1px) auto;
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents .co1-img {
    width: 100%;
    padding: 0 calc(54 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(50 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (min-width: 48em) {
  #business .business-contents .co1-text {
    width: calc(705 / 1360 * var(--inner-width) * 1px);
    margin: calc(55 / 1360 * var(--inner-width) * 1px) auto 0;
    font-size: calc(13 / 1360 * var(--inner-width) * 1px);
    line-height: 1.9;
  }
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents .co1-text {
    font-size: calc(28 / 768 * var(--inner-width) * 1px);
    padding: 0 calc(54 / 768 * var(--inner-width) * 1px);
  }
}
#business .business-contents.model {
  background: #fff;
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.model {
    padding-bottom: calc(110 / 768 * var(--inner-width) * 1px);
  }
}
#business .business-contents.model .co-lead {
  text-align: center;
  font-size: calc(16 / 1360 * var(--inner-width) * 1px);
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: calc(40 / 1360 * var(--inner-width) * 1px);
  margin-top: calc(30 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.model .co-lead {
    font-size: calc(28 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(60 / 768 * var(--inner-width) * 1px);
    margin-top: 0;
  }
}
#business .business-contents.model .co2-img {
  width: calc(1100 / 1360 * var(--inner-width) * 1px);
  margin: 0 auto calc(8 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.model .co2-img {
    width: calc(590 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(100 / 768 * var(--inner-width) * 1px);
  }
}
#business .business-contents.model .contents--inner--box--flow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(7 / 1360 * var(--inner-width) * 1px);
  border: 1px solid #6fc5ff;
  padding: calc(30 / 1360 * var(--inner-width) * 1px);
  margin: calc(20 / 1360 * var(--inner-width) * 1px) auto 0;
  font-weight: 600;
  width: calc(1000 / 1360 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.model .contents--inner--box--flow {
    flex-direction: column;
    width: calc(660 / 768 * var(--inner-width) * 1px);
    padding-top: calc(64 / 768 * var(--inner-width) * 1px);
    padding-bottom: calc(50 / 768 * var(--inner-width) * 1px);
    margin-top: 0;
    gap: calc(30 / 768 * var(--inner-width) * 1px);
  }
}
#business .business-contents.model .contents--inner--box--flow .ttl {
  font-size: calc(22 / 1360 * var(--inner-width) * 1px);
  font-weight: 600;
  color: #004098;
  width: calc(282 / 1360 * var(--inner-width) * 1px);
  background: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(-18 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.model .contents--inner--box--flow .ttl {
    font-size: calc(31 / 768 * var(--inner-width) * 1px);
    width: calc(405 / 768 * var(--inner-width) * 1px);
    top: calc(-30 / 768 * var(--inner-width) * 1px);
  }
}
#business .business-contents.model .contents--inner--box--flow .box {
  width: calc(271 / 1360 * var(--inner-width) * 1px);
  height: calc(120 / 1360 * var(--inner-width) * 1px);
  position: relative;
  font-size: calc(15 / 1360 * var(--inner-width) * 1px);
  font-weight: 600;
  line-height: 1.3;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #003288;
  -webkit-clip-path: polygon(0 0, calc(100% - 65 / 1360 * var(--inner-width) * 1px) 0, 100% 50%, calc(100% - 65 / 1360 * var(--inner-width) * 1px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 65 / 1360 * var(--inner-width) * 1px) 0, 100% 50%, calc(100% - 65 / 1360 * var(--inner-width) * 1px) 100%, 0 100%);
  padding-right: calc(20 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.model .contents--inner--box--flow .box {
    width: calc(551 / 768 * var(--inner-width) * 1px);
    height: calc(182 / 768 * var(--inner-width) * 1px);
    align-items: flex-start;
    padding-top: calc(15 / 768 * var(--inner-width) * 1px);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 55 / 768 * var(--inner-width) * 1px), 50% 100%, 0 calc(100% - 55 / 768 * var(--inner-width) * 1px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 55 / 768 * var(--inner-width) * 1px), 50% 100%, 0 calc(100% - 55 / 768 * var(--inner-width) * 1px));
    padding-right: 0;
    font-size: calc(28 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.model .contents--inner--box--flow .box:nth-child(3) {
    height: calc(202 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.model .contents--inner--box--flow .box:nth-child(4) {
    height: calc(242 / 768 * var(--inner-width) * 1px);
  }
}
#business .business-contents.model .contents--inner--box--flow .box.last {
  width: calc(208 / 1360 * var(--inner-width) * 1px);
  height: calc(120 / 1360 * var(--inner-width) * 1px);
  -webkit-clip-path: unset;
          clip-path: unset;
  padding-right: 0;
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.model .contents--inner--box--flow .box.last {
    width: calc(551 / 768 * var(--inner-width) * 1px);
    height: auto;
    padding: calc(20 / 768 * var(--inner-width) * 1px) 0;
  }
}
#business .business-contents.product {
  position: relative;
}
#business .business-contents.product .product-inner {
  width: calc(1100 / 1360 * var(--inner-width) * 1px);
  margin: calc(60 / 1360 * var(--inner-width) * 1px) auto 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.product .product-inner {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: calc(48 / 768 * var(--inner-width) * 1px);
  }
}
#business .business-contents.product .product-contents {
  width: calc(344 / 1360 * var(--inner-width) * 1px);
  padding: calc(20 / 1360 * var(--inner-width) * 1px) calc(30 / 1360 * var(--inner-width) * 1px) min(30px, 30 / 1360 * var(--inner-width) * 1px);
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.product .product-contents {
    width: calc(657 / 768 * var(--inner-width) * 1px);
    padding: calc(50 / 768 * var(--inner-width) * 1px) calc(58 / 768 * var(--inner-width) * 1px);
  }
}
#business .business-contents.product .product-contents::after {
  display: block;
  content: "";
  width: calc(334 / 1360 * var(--inner-width) * 1px);
  height: calc(472 / 1360 * var(--inner-width) * 1px);
  border: 1px solid;
  -o-border-image: linear-gradient(to right, #8acefe, #cfb9fe) 1;
     border-image: linear-gradient(to right, #8acefe, #cfb9fe) 1;
  position: absolute;
  top: calc(5 / 1360 * var(--inner-width) * 1px);
  left: calc(5 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.product .product-contents::after {
    width: calc(638 / 768 * var(--inner-width) * 1px);
    height: calc(100% - 18 / 768 * var(--inner-width) * 1px);
    top: calc(9 / 768 * var(--inner-width) * 1px);
    left: calc(9 / 768 * var(--inner-width) * 1px);
  }
}
#business .business-contents.product .product-contents h4 {
  font-size: calc(22 / 1360 * var(--inner-width) * 1px);
  font-weight: 600;
  color: #003288;
  text-align: center;
  margin-bottom: calc(10 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.product .product-contents h4 {
    font-size: calc(35 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(10 / 768 * var(--inner-width) * 1px);
  }
}
#business .business-contents.product .product-contents dl dt {
  font-size: calc(20 / 1360 * var(--inner-width) * 1px);
  font-weight: 600;
  background: linear-gradient(to right, #8acefe, #cfb9fe);
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(5 / 1360 * var(--inner-width) * 1px) 0;
  margin-bottom: calc(10 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.product .product-contents dl dt {
    font-size: calc(35 / 768 * var(--inner-width) * 1px);
    padding: calc(8 / 768 * var(--inner-width) * 1px) 0;
    margin-bottom: calc(30 / 768 * var(--inner-width) * 1px);
  }
}
#business .business-contents.product .product-contents dl dd {
  font-size: calc(13 / 1360 * var(--inner-width) * 1px);
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.product .product-contents dl dd {
    font-size: calc(26 / 768 * var(--inner-width) * 1px);
  }
}
#business .business-contents.product .product-contents dl dd span {
  margin-top: calc(20 / 1360 * var(--inner-width) * 1px);
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.product .product-contents dl dd span {
    margin-top: calc(40 / 768 * var(--inner-width) * 1px);
  }
}
#business .business-contents.product .product-contents dl + dl {
  margin-top: calc(20 / 1360 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #business .business-contents.product .product-contents dl + dl {
    margin-top: calc(30 / 768 * var(--inner-width) * 1px);
  }
}
#business .loop_wrap {
  display: flex;
  width: 100%;
  height: 29.0441176471vw;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  #business .loop_wrap {
    height: calc(469 / 768 * var(--inner-width) * 1px);
  }
}
#business .loop_wrap img {
  width: auto;
  height: 100%;
  padding: 0 0.1470588235vw;
}
#business .loop_wrap img:first-child {
  animation: loop 250s -125s linear infinite;
}
#business .loop_wrap img:last-child {
  animation: loop2 250s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media only screen and (min-width: 48em) {
  #business .page-link__list li .message {
    padding-top: calc(35 / 1360 * var(--inner-width) * 1px);
  }
  #business .page-link__list li .message::after {
    bottom: calc(36 / 1360 * var(--inner-width) * 1px);
  }
}/*# sourceMappingURL=business.css.map */