@charset "UTF-8";
.top {
  overflow: hidden;
}
.top .u-bgDots--blue {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fff)), -webkit-gradient(linear, left top, right top, color-stop(40%, #e6f0ff), color-stop(40%, #fff));
  background-image: linear-gradient(transparent 40%, #fff 40%), linear-gradient(to right, #e6f0ff 40%, #fff 40%);
  background-size: 9.5px 9.5px;
}
.top .u-bgDots--beige {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fff)), -webkit-gradient(linear, left top, right top, color-stop(40%, #fff3d3), color-stop(40%, #fff));
  background-image: linear-gradient(transparent 40%, #fff 40%), linear-gradient(to right, #fff3d3 40%, #fff 40%);
  background-size: 9.5px 9.5px;
}
.top .table {
  margin: 80px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .top .table {
    margin-top: 16px;
    min-width: 290px;
  }
}
.top .th,
.top .td,
.top .td a {
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .top .th,
  .top .td,
  .top .td a {
    font-size: 14px;
    line-height: 42px;
    letter-spacing: 0.7px;
  }
}
.top .section__fv {
  position: relative;
  width: 100%;
  max-height: 900px;
  aspect-ratio: 1200/675;
  overflow: hidden;
  /* ズーム */
  /* スライドのサイズ調整 */
}
@media screen and (min-width: 1601px) {
  .top .section__fv {
    height: 900px;
    aspect-ratio: initial;
  }
}
@media screen and (max-width: 1199px) {
  .top .section__fv {
    height: 675px;
    aspect-ratio: initial;
  }
}
@media screen and (max-width: 767px) {
  .top .section__fv {
    width: 100%;
    height: auto;
    max-height: initial;
    aspect-ratio: 320/568;
  }
}
.top .section__fv .fv__splideWrapper {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1601px) {
  .top .section__fv .fv__splideWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
@media screen and (max-width: 1199px) {
  .top .section__fv .fv__splideWrapper {
    width: auto;
    min-height: 100%;
    aspect-ratio: 1200/675;
    top: 0;
    left: 0;
    translate: initial;
  }
}
@media screen and (max-width: 767px) {
  .top .section__fv .fv__splideWrapper {
    width: 100%;
    height: 100%;
    aspect-ratio: 320/568;
  }
}
.top .section__fv .splide__track {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1601px) {
  .top .section__fv .splide__track {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
@media screen and (max-width: 1199px) {
  .top .section__fv .splide__track {
    height: 100%;
    top: 0;
    left: 0;
    translate: initial;
  }
}
.top .section__fv .splide__slide img {
  -webkit-transition: 8s ease-out;
  transition: 8s ease-out;
}
.top .section__fv .splide__slide.is-active img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.top .section__fv .splide__slide img {
  height: auto;
  width: 100%;
}
.top .section__fv .fv__textBox {
  width: 1110px;
  height: auto;
  aspect-ratio: 1110/328;
  background: url("../img/common/img-bg-ribbon-white.png") no-repeat center center/contain;
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -50% 0;
  max-height: 100%;
}
@media screen and (min-width: 1201px) {
  .top .section__fv .fv__textBox {
    width: clamp(1110px, 92.5vw, 1480px);
  }
}
@media screen and (max-width: 767px) {
  .top .section__fv .fv__textBox {
    bottom: 5px;
    width: 100%;
    aspect-ratio: 320/194;
    background: url("../img/common/img-bg-ribbon-white-sp.png") no-repeat center center/contain;
  }
}
.top .section__fv .fv__text {
  width: 100%;
  position: absolute;
  top: 19%;
  left: 8.5%;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.74;
  color: #000000;
}
@media screen and (min-width: 1201px) {
  .top .section__fv .fv__text {
    font-size: clamp(28px, 2.3333333333vw, 37px);
  }
}
@media screen and (max-width: 767px) {
  .top .section__fv .fv__text {
    font-size: 5.625vw;
    letter-spacing: 1.8px;
    top: 16%;
    left: 14%;
  }
}
.top .section__message {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .top .section__message {
    padding-top: 50px;
  }
}
.top .section__message .section__inner {
  max-width: 1100px;
}
.top .section__message .btnPrimary {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .top .section__message .btnPrimary {
    margin-top: 42px;
  }
}
.top .message__logo {
  position: relative;
  display: block;
  margin-inline: auto;
  width: 380px;
  height: auto;
  aspect-ratio: 380/86;
}
@media screen and (max-width: 767px) {
  .top .message__logo {
    left: 3px;
    width: 200px;
  }
}
.top .message__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top .message__text {
  margin-top: 66px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 3.6px;
  color: #323232;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top .message__text {
    margin-top: 32px;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.4px;
  }
}
.top .section__businessIntro {
  padding-top: 149px;
}
@media screen and (max-width: 767px) {
  .top .section__businessIntro {
    padding-top: 81px;
  }
}
.top .businessContent__list {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .top .businessContent__list {
    margin-top: 71px;
    margin-inline: auto;
    max-width: 600px;
  }
}
.top .businessContent__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(4.1666666667vw, 50px);
  padding-bottom: 106px;
  padding-right: min(4.3333333333vw, 52px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top .businessContent__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 58px;
  }
}
.top .businessContent__item::after {
  content: "";
  position: absolute;
  top: 36px;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1100/318;
  background: url("../img/common/img-bg-ribbon-lightblue.png") no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top .businessContent__item::after {
    top: 46px;
    aspect-ratio: 290/234;
    background: url("../img/common/img-bg-ribbon-lightblue-sp.png") no-repeat center center/cover;
  }
}
.top .businessContent__itemTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top .businessContent__itemTopText {
  display: block;
  padding-left: 3px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 17px;
  color: #0041A0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top .businessContent__itemTopText {
    padding-left: 0px;
    font-size: 10px;
    line-height: 13.68px;
  }
}
.top .businessContent__itemTopNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1.8px;
  color: #0041A0;
}
@media screen and (max-width: 767px) {
  .top .businessContent__itemTopNumber {
    font-size: 28px;
    line-height: 35.32px;
    letter-spacing: 1.4px;
  }
}
.top .businessContent__itemTopNumber::before {
  content: "";
  display: block;
  margin-inline: 10px 14px;
  width: 1px;
  height: 30px;
  background-color: #0041A0;
  translate: 0 2px;
}
@media screen and (max-width: 767px) {
  .top .businessContent__itemTopNumber::before {
    margin-inline: 10px 11px;
    height: 25px;
  }
}
.top .businessContent__itemTextBox2 {
  margin-top: 67px;
  padding-left: min(9.4166666667vw, 113px);
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .top .businessContent__itemTextBox2 {
    margin-top: 57px;
    padding-left: 0;
  }
}
.top .businessContent__itemLink {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .top .businessContent__itemLink {
    padding-left: 4.6875vw;
  }
}
.top .businessContent__itemLinkText {
  position: relative;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 2.3333333333vw, 28px);
  line-height: 44.8px;
  letter-spacing: 1.4px;
  color: #0041A0;
}
@media screen and (max-width: 767px) {
  .top .businessContent__itemLinkText {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
  }
}
.top .businessContent__itemLinkText::after {
  content: "";
  position: absolute;
  top: 12px;
  right: -55px;
  width: 32px;
  height: auto;
  aspect-ratio: 32/24;
  background: url("../img/common/icon-arrow-right.svg") no-repeat center center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .top .businessContent__itemLinkText::after {
    top: 9px;
    right: -31px;
    width: 21px;
  }
}
.top .businessContent__itemText {
  margin-top: 11px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 37px;
  letter-spacing: 0.8px;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .top .businessContent__itemText {
    margin-top: 9px;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 1.4px;
    padding-left: 4.6875vw;
  }
}
.top .businessContent__itemImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 5px;
  width: 38%;
  height: auto;
  aspect-ratio: 400/280;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 65, 160, 0.6);
          box-shadow: 10px 10px 10px rgba(0, 65, 160, 0.6);
}
@media screen and (max-width: 767px) {
  .top .businessContent__itemImg {
    margin-top: 0;
    margin-inline: auto;
    width: 73%;
    -webkit-box-shadow: 5.25px 5.25px 5.25px rgba(0, 65, 160, 0.6);
            box-shadow: 5.25px 5.25px 5.25px rgba(0, 65, 160, 0.6);
    max-width: 340px;
  }
}
.top .businessContent__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: min(4.75vw, 57px);
}
@media screen and (max-width: 767px) {
  .top .businessContent__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .businessContent__item:nth-of-type(even) .businessContent__itemTextBox {
  padding-left: 0;
}
.top .businessContent__item:nth-of-type(even) .businessContent__itemTextBox2 {
  margin-top: 90px;
  padding-left: min(0.25vw, 3px);
}
@media screen and (max-width: 767px) {
  .top .businessContent__item:nth-of-type(even) .businessContent__itemTextBox2 {
    margin-top: 57px;
  }
}
.top .businessContent__item:nth-of-type(even) .businessContent__itemImg {
  margin-left: min(4.1666666667vw, 50px);
}
@media screen and (max-width: 767px) {
  .top .businessContent__item:nth-of-type(even) .businessContent__itemImg {
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .top .businessContent__itemLink:hover {
    opacity: 0.7;
  }
  .top .businessContent__itemLink:hover .businessContent__itemLinkText::after {
    translate: 20%;
  }
}
.top .section__news {
  width: 100%;
  margin-inline: auto;
  margin-top: 69px;
  padding-block: 50px 76px;
}
@media screen and (max-width: 767px) {
  .top .section__news {
    margin-top: 19px;
    padding-block: 55px 44px;
  }
}
.top .section__news .section__inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top .section__news .section__inner2 {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .top .section__news .btnPrimary .btnPrimary__text {
    padding-right: 13px;
  }
  .top .section__news .btnPrimary .btnPrimary__text::after {
    right: 25px;
  }
}
.top .news__list {
  margin: 99px auto 0;
  padding: 0 min(4.1666666667vw, 50px);
  width: 100%;
  height: 100%;
  max-width: calc(800px + min(4.1666666667vw, 50px) * 2);
}
@media screen and (max-width: 767px) {
  .top .news__list {
    margin-top: 40px;
    padding: 0;
    max-width: 100%;
  }
}
.top .news__item {
  width: 100%;
  height: 100%;
}
.top .news__item + .news__item {
  margin-top: 39px;
}
@media screen and (max-width: 767px) {
  .top .news__item + .news__item {
    margin-top: 36px;
  }
}
.top .news__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 13px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .top .news__link {
    display: block;
    height: initial;
  }
}
.top .news__title {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .top .news__title {
    font-size: 14px;
    line-height: 22.4px;
  }
}
.top .news__ymd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  padding-left: clamp(77px, 7.0833333333vw, 85px);
  min-width: clamp(192px, 17.3333333333vw, 208px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .top .news__ymd {
    padding-left: clamp(68px, 7.0833333333vw, 85px);
    min-width: clamp(187px, 17.3333333333vw, 208px);
  }
}
@media screen and (max-width: 767px) {
  .top .news__ymd {
    gap: 20px;
    margin-left: 0;
    padding-left: 0;
    min-width: initial;
    font-size: 14px;
    line-height: 1;
  }
}
.top .news__ymd.is-new {
  position: relative;
}
.top .news__ymd.is-new::before {
  content: "NEW";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  background-color: #0041a0;
  padding: 6px min(1.5vw, 18px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.7px;
  color: #FFF000;
}
@media screen and (max-width: 1024px) {
  .top .news__ymd.is-new::before {
    padding: 6px min(1vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .top .news__ymd.is-new::before {
    position: initial;
    top: initial;
    left: initial;
    translate: initial;
    padding: 4px 15px 5px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
.top .news__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .top .news__title {
    margin-top: 12px;
    -webkit-line-clamp: 4;
  }
}
.top .news__readMore {
  display: block;
  margin: 69px 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .top .news__readMore {
    margin: 48px auto 0;
  }
}
@media (any-hover: hover) {
  .top .news__link:hover {
    opacity: 0.7;
  }
}
.top .section__recruitInfo {
  padding-block: 49px 71px;
}
@media screen and (max-width: 767px) {
  .top .section__recruitInfo {
    padding-block: 56px 80px;
  }
}
@media screen and (max-width: 767px) {
  .top .section__recruitInfo .section__inner2 {
    max-width: 600px;
  }
}
.top .section__recruitInfo .btnPrimary {
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .top .section__recruitInfo .btnPrimary {
    margin-top: 29px;
  }
}
.top .section__recruitInfo .btnPrimary .btnPrimary__text {
  padding-right: 29px;
}
@media screen and (max-width: 767px) {
  .top .section__recruitInfo .btnPrimary .btnPrimary__text {
    padding-right: 15px;
  }
}
.top .recruitInfo__imgBox {
  margin-top: 43px;
  margin-inline: auto;
  max-width: 1000px;
  height: auto;
  aspect-ratio: 1000/500;
}
@media screen and (max-width: 767px) {
  .top .recruitInfo__imgBox {
    margin-top: 26px;
    padding-inline: initial;
    aspect-ratio: 290/327;
  }
}
.top .section__ibarakiRobots {
  padding-block: 98px 100px;
}
@media screen and (max-width: 767px) {
  .top .section__ibarakiRobots {
    padding-block: 52px 51px;
  }
}
.top .ibarakiRobots__text {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 3.6px;
  color: #323232;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top .ibarakiRobots__text {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 3px;
  }
}
.top .ibarakiRobots__imgBox {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 600px;
  height: auto;
  aspect-ratio: 600/250;
}
@media screen and (max-width: 767px) {
  .top .ibarakiRobots__imgBox {
    margin-top: 27px;
  }
}
/*# sourceMappingURL=front-page.css.map */