@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%;
  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;
    aspect-ratio: 320/568;
  }
}
.top .section__fv .fv__splideWrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .top .section__fv .fv__splideWrapper {
    width: 100%;
    min-height: 100%;
    aspect-ratio: 1200/675;
  }
}
@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: 100%;
}
@media screen and (max-width: 1199px) {
  .top .section__fv .splide__track {
    height: 100%;
  }
}
.top .section__fv .splide__list,
.top .section__fv .splide__slide,
.top .section__fv .splide__slide picture {
  width: 100%;
  height: 100%;
}
.top .section__fv .splide__slide picture,
.top .section__fv .splide__slide img {
  display: block;
}
.top .section__fv {
  /* ズーム */
}
.top .section__fv .splide__slide img {
  -webkit-transition: none;
  transition: none;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
  height: 100%;
}
.top .section__fv .fv__splideWrapper.is-ready .splide__slide img {
  -webkit-transition: -webkit-transform 8s ease-out;
  transition: -webkit-transform 8s ease-out;
  transition: transform 8s ease-out;
  transition: transform 8s ease-out, -webkit-transform 8s ease-out;
}
.top .section__fv .fv__splideWrapper.is-ready .splide__slide.is-active img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.top .section__fv .fv__textBox {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: absolute;
  top: 51%;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .top .section__fv .fv__textBox {
    top: 44%;
    left: 51.8%;
  }
}
.top .section__fv .fv__textBox::after {
  content: "";
  position: absolute;
  top: 79%;
  left: 50%;
  width: 1207px;
  height: auto;
  aspect-ratio: 1206/230;
  background: url("../img/common/img-bg-ribbon-white.png") no-repeat center center/contain;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .top .section__fv .fv__textBox::after {
    top: 59%;
    width: 320px;
    height: 194px;
    aspect-ratio: 320/194;
    background: url("../img/common/img-bg-ribbon-white-sp.png") no-repeat center center/contain;
  }
}
.top .section__fv .fv__text {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top .section__fv .fv__text {
    white-space: normal;
  }
}
.top .section__fv .fv__text span {
  display: inline-block;
  font-family: "M PLUS 1p", serif;
  font-size: 25px;
  line-height: 34.5px;
  letter-spacing: 2.5px;
  color: #26439B;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .section__fv .fv__text span {
    display: block;
    margin-inline: auto;
    text-align: center;
    white-space: nowrap;
  }
}
.top .section__fv .fv__text span + span {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .top .section__fv .fv__text span + span {
    margin-left: 0;
  }
}
.top .section__message {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .top .section__message {
    padding-top: 46px;
  }
}
.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: 500px;
  height: auto;
  aspect-ratio: 500/82;
}
@media screen and (max-width: 767px) {
  .top .message__logo {
    width: 230px;
  }
}
.top .message__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top .message__text {
  margin-top: 69px;
  font-family: "M PLUS 1p", serif;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 2px;
  color: #323232;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top .message__text {
    margin-top: 46px;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 1.4px;
  }
}
.top .message__text + .message__text {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .top .message__text + .message__text {
    margin-top: 26px;
  }
}
.top .section__businessIntro {
  padding-top: 81px;
}
@media screen and (max-width: 767px) {
  .top .section__businessIntro {
    padding-top: 70px;
  }
}
.top .businessContent__list {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top .businessContent__list {
    margin-top: 42px;
    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: 124px;
  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: 47px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 44px;
  }
}
.top .businessContent__item::after {
  content: "";
  position: absolute;
  top: 59px;
  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: 10px;
  font-family: "M PLUS 1p", serif;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 2px;
  color: #0041A0;
  text-align: left;
}
@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: "M PLUS 1p", serif;
  font-size: 50px;
  line-height: 43px;
  letter-spacing: 5px;
  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: 24px 19px;
  width: 1px;
  height: 44px;
  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: 74px;
  padding-left: min(5.5vw, 66px);
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .top .businessContent__itemTextBox2 {
    padding-left: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .top .businessContent__itemTextBox2 {
    margin-top: 41px;
    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: "M PLUS 1p", 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: 29px;
    letter-spacing: 2px;
  }
}
.top .businessContent__itemLinkText::after {
  content: "";
  display: inline-block;
  margin-left: 1em;
  translate: 0 0.07em;
  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: 1024px) {
  .top .businessContent__itemLinkText::after {
    right: -5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .top .businessContent__itemLinkText::after {
    top: initial;
    right: -31px;
    width: 21px;
    bottom: 6px;
    height: 15px;
  }
}
.top .businessContent__itemText {
  margin-top: 6px;
  font-family: "M PLUS 1p", serif;
  font-size: 19px;
  letter-spacing: 1.9px;
  line-height: 1.75;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .top .businessContent__itemText {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 1.4px;
    padding-left: 4.6875vw;
  }
}
.top .businessContent__itemImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 26px;
  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;
    gap: 47px;
  }
}
.top .businessContent__item:nth-of-type(even)::after {
  top: 19px;
}
@media screen and (max-width: 767px) {
  .top .businessContent__item:nth-of-type(even)::after {
    top: 45px;
  }
}
.top .businessContent__item:nth-of-type(even) .businessContent__itemTextBox {
  padding-left: 0;
}
.top .businessContent__item:nth-of-type(even) .businessContent__itemTopText {
  padding-left: 4px;
}
.top .businessContent__item:nth-of-type(even) .businessContent__itemTextBox2 {
  margin-top: 57px;
  padding-left: min(0.25vw, 3px);
}
@media screen and (max-width: 767px) {
  .top .businessContent__item:nth-of-type(even) .businessContent__itemTextBox2 {
    margin-top: 41px;
  }
}
.top .businessContent__item:nth-of-type(even) .businessContent__itemLinkText {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top .businessContent__item:nth-of-type(even) .businessContent__itemLinkText::after {
    top: initial;
    right: 155px;
    width: 21px;
    bottom: 5px;
    height: 15px;
  }
}
.top .businessContent__item:nth-of-type(even) .businessContent__itemImg {
  margin-top: 14px;
  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% 0.07em;
  }
}
.top .section__news {
  width: 100%;
  margin-inline: auto;
  margin-top: 57px;
  padding-block: 70px 76px;
}
@media screen and (max-width: 767px) {
  .top .section__news {
    margin-top: 29px;
    padding-block: 49px 53px;
  }
}
.top .section__news .section__inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top .section__news .section__inner2 {
    max-width: 600px;
  }
}
.top .news__list {
  margin: 96px auto 0;
  padding: 0 min(2.6666666667vw, 32px);
  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: 34px;
}
@media screen and (max-width: 767px) {
  .top .news__item + .news__item {
    margin-top: 20px;
  }
}
.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: "M PLUS 1p", sans-serif;
  font-size: 19px;
  letter-spacing: 1.9px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .top .news__title {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 1.75;
  }
}
.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, 8.5vw, 102px);
  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: "M PLUS 1p", sans-serif;
  font-size: 19px;
  letter-spacing: 1.9px;
  line-height: 1.75;
}
@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: "M PLUS 1p", 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: 87px 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 .news__title,
  .top .news__link:hover .news__ymd {
    color: #0041a0;
  }
}
.top .section__recruitInfo {
  padding-block: 72px 114px;
}
@media screen and (max-width: 767px) {
  .top .section__recruitInfo {
    padding-block: 39px 62px;
  }
}
@media screen and (max-width: 767px) {
  .top .section__recruitInfo .section__inner2 {
    max-width: 600px;
  }
}
.top .section__recruitInfo .btnPrimary {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .top .section__recruitInfo .btnPrimary {
    margin-top: 48px;
  }
}
.top .section__recruitInfo .btnPrimary .btnPrimary__text {
  padding-right: 56px;
}
@media screen and (max-width: 767px) {
  .top .section__recruitInfo .btnPrimary .btnPrimary__text {
    padding-right: 40px;
  }
}
.top .recruitInfo__imgBox {
  margin-top: 62px;
  margin-inline: auto;
  max-width: 1000px;
  height: auto;
  aspect-ratio: 1000/500;
}
@media screen and (max-width: 767px) {
  .top .recruitInfo__imgBox {
    margin-top: 47px;
    padding-inline: initial;
    aspect-ratio: 290/327;
  }
}
/*# sourceMappingURL=front-page.css.map */