:root {
  --header-height-pc: 60;
  --header-height-sp: 44;
  --color-text: #393939;
  --color-azure-radiance: #0096FF;
  --color-biscay: #20386D;
  --color-white: #fff;
  --color-prussian-blue: #001F4A;
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-inter: "Inter", sans-serif;
  --z-index-header: 100;
  --z-float: 90;
}
.p_top .p_top_mv {
  position: relative;
  height: calc(100vh - 50px);
}
@media screen and (min-width: 768px) {
  .p_top .p_top_mv {
    height: 100vh;
  }
}
.p_top .p_top_mv__body {
  position: relative;
  height: 100%;
}
.p_top .p_top_mv__body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: min(85.3333333333vw, 639px);
  bottom: 0;
  right: 0;
  background:
    linear-gradient(
      204deg,
      #1257E2 0%,
      #20376B 66%) 0% 0% no-repeat;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  mix-blend-mode: multiply;
  z-index: 0;
  mask-image:
    linear-gradient(
      to right,
      transparent 0% 50%,
      white 50% 100%);
  mask-size: 200% 100%;
  mask-position: 50% 50%;
  -webkit-mask-position-x: 0%;
  transition: -webkit-mask-position-x 0.5s ease;
  transition-delay: 0.4s;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_mv__body::before {
    width: 50%;
    height: 44.375vw;
  }
}
@media print {
  .p_top .p_top_mv__body::before {
    mix-blend-mode: unset !important;
    display: none;
  }
}
.p_top .p_top_mv__body.is_run::before {
  -webkit-mask-position-x: 100%;
}
.p_top .p_top_mv__body.is_run .p_top_mv__body_title,
.p_top .p_top_mv__body.is_run .p_top_mv__body_text {
  opacity: 1;
  transform: none;
  visibility: visible;
}
.p_top .p_top_mv__body_in {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 30px;
  gap: 65px;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_mv__body_in {
    max-width: 81.9444444444vw;
    padding-bottom: min(7.2706935123vh, 65px);
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    gap: 1.3888888889vw;
  }
}
.p_top .p_top_mv__body_title {
  mix-blend-mode: hard-light;
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: 0.5s;
  transition-property:
    visibility,
    opacity,
    transform;
  transition-delay: 0.7s;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_mv__body_title {
    width: 77.7966101695%;
  }
}
.p_top .p_top_mv__body_text {
  flex-shrink: 0;
  font-size: 4.8vw;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: 0.5s;
  transition-property:
    visibility,
    opacity,
    transform;
  transition-delay: 0.7s;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_mv__body_text {
    font-size: 1.5277777778vw;
  }
}
.p_top .p_top_mv__body_text .line {
  display: block;
}
.p_top .p_top_mv__body_text .line + .line {
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_mv__body_text .line + .line {
    margin-top: 2.2916666667vw;
  }
}
.p_top .p_top_mv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_mv__video {
    padding-top: calc(var(--header-height-pc) * 1px);
  }
}
.p_top .p_top_mv__video::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: url(../images/top/img_fv_overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.p_top .p_top_mv__video_body {
  width: 100%;
  height: 100%;
}
.p_top .p_top_mv__video_main {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_top .p_top_aboutus {
  position: relative;
  z-index: 0;
  padding-top: 26.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_aboutus {
    padding-top: 11.8055555556vw;
  }
}
.p_top .p_top_aboutus::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 85.3333333333vw;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #F4F9FE;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_aboutus::after {
    width: 50%;
    height: 44.375vw;
  }
}
@media print {
  .p_top .p_top_aboutus::after {
    display: none !important;
  }
}
.p_top .p_top_aboutus__body {
  display: flex;
  flex-direction: column-reverse;
  max-width: 89.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_aboutus__body {
    max-width: 81.9444444444vw;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media print {
  .p_top .p_top_aboutus__body {
    max-width: unset;
  }
}
.p_top .p_top_aboutus__box_thumb {
  margin-inline: calc(50% - 50vw);
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_aboutus__box_thumb {
    width: 50vw;
    margin-left: calc(50% - 50vw);
    margin-right: unset;
    margin-top: unset;
  }
}
.p_top .p_top_aboutus__thumb {
  display: block;
  width: 104.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_aboutus__thumb {
    width: 69.4444444444vw;
  }
}
.p_top .p_top_aboutus__thumb_img {
  object-position: top 50% right 4.6vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_aboutus__thumb_img {
    object-position: top 50% right 15.9722222222vw;
  }
}
.p_top .p_top_aboutus__box_content {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_aboutus__box_content {
    width: 50%;
    padding-left: 2.0833333333vw;
    padding-right: 2.4305555556vw;
    padding-top: 10.5555555556vw;
  }
}
@media screen and (min-width: 768px) {
  .p_top .p_top_aboutus__title {
    max-width: 36.4583333333vw;
  }
}
.p_top .p_top_aboutus__cap {
  font-size: 3.3333333333vw;
  line-height: 3.2;
  padding-top: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_aboutus__cap {
    line-height: 2.3333333333;
    font-size: 1.0416666667vw;
    padding-top: 2.4305555556vw;
  }
}
.p_top .p_top_aboutus__cap > p + p {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_aboutus__cap > p + p {
    margin-top: 0;
  }
}
.p_top .p_top_sales {
  padding-top: 14.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_sales {
    padding-top: 17.3611111111vw;
  }
}
.p_top .p_top_sales .c_line {
  transform: translateX(-36.6767371601%) translateY(15.8192090395%) scaleX(-1);
  background:
    linear-gradient(
      180deg,
      #1257E2 0%,
      #20376B 100%) 0% 0% no-repeat;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_sales .c_line {
    transform: translateX(-35.1677852349%) translateY(-17.6351896691%);
    background:
      linear-gradient(
        180deg,
        #1257E2 0%,
        #20376B 100%) 0% 0% no-repeat;
  }
}
.p_top .p_top_sales__body {
  position: relative;
}
.p_top .p_top_sales__container {
  max-width: 89.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_sales__container {
    max-width: 81.9444444444vw;
  }
}
@media print {
  .p_top .p_top_sales__container {
    max-width: unset;
  }
}
.p_top .p_top_sales__title {
  color: var(--color-biscay);
}
.p_top .p_top_sales__list {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 9.3333333333vw;
  gap: 5.3333333333vw 4.8vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_sales__list {
    max-width: 68.0555555556vw;
    padding-top: 3.3333333333vw;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125vw 3.8194444444vw;
  }
}
.p_top .p_top_sales__list .item {
  background-color: var(--color-white);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2549019608);
}
@media screen and (min-width: 768px) {
  .p_top .p_top_sales__list .item {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2549019608);
  }
  .p_top .p_top_sales__list .item:hover .item__body {
    opacity: 1;
  }
  .p_top .p_top_sales__list .item:hover .item__thumb_img {
    transform: scale(1.05);
  }
}
.p_top .p_top_sales__list .item .item__thumb {
  flex-shrink: 0;
  overflow: hidden;
  aspect-ratio: 315/180;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_sales__list .item .item__thumb {
    aspect-ratio: 290/157;
  }
}
.p_top .p_top_sales__list .item .item__thumb_img {
  height: 100%;
  object-position: center;
  transform: scale(1.0001);
  transition: transform 0.3s ease-in-out;
}
.p_top .p_top_sales__list .item .item__content {
  position: relative;
  flex: 1;
  padding: 3.2vw 2.9333333333vw 2.6666666667vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_sales__list .item .item__content {
    padding: 1.5972222222vw 1.3888888889vw 1.3888888889vw 0.6944444444vw;
  }
}
.p_top .p_top_sales__list .item .item__title {
  font-weight: 700;
  color: #21376B;
  text-align: center;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_sales__list .item .item__title {
    font-size: 1.1805555556vw;
  }
}
.p_top .p_top_sales__list .item .item__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p_top .p_top_sales__list .item .item__icon {
  position: relative;
  aspect-ratio: 1;
  border: 1px solid #21376B;
  margin-left: auto;
  margin-top: 0.8vw;
  width: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_sales__list .item .item__icon {
    width: 2.5vw;
    margin-top: 0.6944444444vw;
  }
}
@media print {
  .p_top .p_top_sales__list .item .item__icon {
    display: none !important;
  }
}
.p_top .p_top_sales__list .item .item__icon::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  left: 39%;
  top: 55%;
  transform: rotate(45deg) translate(-50%, -50%);
  width: 1.0666666667vw;
  border-top: 0.2666666667vw solid #21376B;
  border-right: 0.2666666667vw solid #21376B;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_sales__list .item .item__icon::after {
    width: 0.4861111111vw;
    border-top: 0.1388888889vw solid #21376B;
    border-right: 0.1388888889vw solid #21376B;
  }
}
.p_top .p_top_philosophy {
  padding-top: 20.5333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy {
    padding-top: 14.0277777778vw;
  }
}
.p_top .p_top_philosophy .c_line {
  top: 155.2vw;
  transform: translateX(-40.6948640483%);
  background:
    linear-gradient(
      180deg,
      #0044CC 0%,
      #135EE0 35%,
      #177DD5 63%,
      rgba(0, 78, 255, 0) 100%) 0% 0% no-repeat;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy .c_line {
    top: 49.7222222222vw;
    transform: translateX(-32.192393736%) scaleX(-1);
    background:
      linear-gradient(
        180deg,
        #0044CC 0%,
        #135EE0 42%,
        #177DD5 73%,
        rgba(0, 78, 255, 0) 100%) 0% 0% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .p_top .p_top_philosophy__head {
    max-width: 89.3333333333vw;
  }
}
@media print {
  .p_top .p_top_philosophy__head {
    max-width: unset;
  }
}
.p_top .p_top_philosophy__title {
  color: var(--color-white);
}
@media print {
  .p_top .p_top_philosophy__title {
    color: #20386D !important;
  }
}
.p_top .p_top_philosophy_child + .p_top_philosophy_child {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy_child + .p_top_philosophy_child {
    margin-top: 10.4166666667vw;
  }
}
.p_top .p_top_philosophy_child.is_reverse .p_top_philosophy_child__content {
  margin-left: unset;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy_child.is_reverse .p_top_philosophy_child__content {
    order: 2;
    padding-left: 4.1666666667vw;
  }
}
.p_top .p_top_philosophy_child.is_reverse .p_top_philosophy_child__thumb {
  margin-left: calc((50vw - 50%) * -1);
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy_child.is_reverse .p_top_philosophy_child__thumb {
    order: 1;
    margin-right: 0;
    padding-left: 0;
    padding-right: 4.1666666667vw;
  }
}
.p_top .p_top_philosophy__content {
  padding-top: 11.2vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy__content {
    padding-top: 8.6805555556vw;
  }
}
.p_top .p_top_philosophy_child__body {
  max-width: 89.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy_child__body {
    max-width: 81.9444444444vw;
    display: flex;
    align-items: center;
  }
}
@media print {
  .p_top .p_top_philosophy_child__body {
    max-width: unset;
  }
}
.p_top .p_top_philosophy_child__content {
  margin-left: auto;
  width: 64.4vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy_child__content {
    margin-left: unset;
    width: 50%;
    padding-left: 6.9444444444vw;
  }
}
@media print {
  .p_top .p_top_philosophy_child__content {
    width: 100% !important;
  }
}
.p_top .p_top_philosophy_child__content_in {
  color: var(--color-white);
}
.p_top .p_top_philosophy_child__title {
  color: #02CFF3;
  margin-bottom: 1.8666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy_child__title {
    gap: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
.p_top .p_top_philosophy_child__title .top_title__en {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy_child__title .top_title__en {
    font-size: 2.7777777778vw;
  }
}
.p_top .p_top_philosophy_child__list_content {
  margin-top: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy_child__list_content {
    margin-top: 0;
  }
}
.p_top .p_top_philosophy_child__list_content .item {
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy_child__list_content .item {
    margin-top: 1.875vw;
  }
}
.p_top .p_top_philosophy_child__list_content .p_top_philosophy_child__cap {
  margin-top: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy_child__list_content .p_top_philosophy_child__cap {
    margin-top: 0.1388888889vw;
  }
}
.p_top .p_top_philosophy_child__ctitle {
  font-weight: 700;
  line-height: 1.4166666667;
  font-size: 6.4vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy_child__ctitle {
    line-height: 1.3636363636;
    font-size: 3.8194444444vw;
  }
}
@media print {
  .p_top .p_top_philosophy_child__ctitle {
    color: #20386D !important;
  }
}
.p_top .p_top_philosophy_child__cap {
  line-height: 2.1739130435;
  margin-top: 1.8666666667vw;
  font-size: 3.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy_child__cap {
    line-height: 2.3333333333;
    margin-top: 1.7361111111vw;
    font-size: 1.0416666667vw;
  }
}
@media print {
  .p_top .p_top_philosophy_child__cap {
    color: #20386D !important;
  }
}
.p_top .p_top_philosophy_child__thumb {
  width: 70.1333333333vw;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy_child__thumb {
    width: 50vw;
    margin-top: 0;
    margin-right: calc((50vw - 50%) * -1);
    padding-left: 4.1666666667vw;
  }
}
@media print {
  .p_top .p_top_philosophy_child__thumb {
    margin-inline: unset !important;
    width: 100% !important;
  }
}
.p_top .p_top_philosophy_child__thumb_box {
  box-shadow: 0px 2.5px 10px rgba(0, 0, 0, 0.1607843137);
  display: block;
  aspect-ratio: 525/350;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_philosophy_child__thumb_box {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1607843137);
    aspect-ratio: 660/400;
  }
}
.p_top .p_top_philosophy_child__thumb_img {
  height: 100%;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_mission .p_top_philosophy_child__content {
    padding-top: 0.6944444444vw;
  }
}
.p_top .p_top_vision {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_vision .p_top_philosophy_child__content {
    padding-top: 1.0416666667vw;
  }
}
.p_top .p_top_vision .p_top_philosophy_child__content_in {
  color: var(--color-biscay);
}
@media screen and (min-width: 768px) {
  .p_top .p_top_value .p_top_philosophy_child__thumb {
    padding-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 768px) {
  .p_top .p_top_commit.p_top_philosophy_child {
    margin-top: 9.9305555556vw;
  }
}
.p_top .p_top_commit .p_top_philosophy_child__cap {
  color: #20386D;
  line-height: 2;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_commit .p_top_philosophy_child__cap {
    color: inherit;
    line-height: 1.8;
    margin-top: 0;
    font-size: 1.7361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p_top .p_top_commit .p_top_philosophy_child__thumb {
    margin-top: 6.1333333333vw;
    width: 75.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p_top .p_top_commit .p_top_philosophy_child__thumb_box {
    aspect-ratio: 568/350;
  }
}
@media screen and (min-width: 768px) {
  .p_top .p_top_commit .p_top_philosophy_child__content {
    margin-bottom: 1.3888888889vw;
  }
}
.p_top .p_top_information {
  padding-top: 19.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_information {
    padding-top: 13.8888888889vw;
  }
}
.p_top .p_top_information__head {
  max-width: 89.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_information__head {
    max-width: 81.9444444444vw;
  }
}
@media print {
  .p_top .p_top_information__head {
    max-width: unset;
  }
}
.p_top .p_top_information__content {
  max-width: 89.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_information__content {
    max-width: 68.0555555556vw;
  }
}
@media print {
  .p_top .p_top_information__content {
    max-width: unset;
  }
}
.p_top .p_top_information__title {
  color: var(--color-biscay);
}
@media screen and (max-width: 767px) {
  .p_top .p_top_information__title {
    color: var(--color-white);
  }
  .p_top .p_top_information__title .top_title__en {
    font-size: 5.3333333333vw;
  }
}
.p_top .p_top_information__list {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_information__list {
    margin-top: 8.6805555556vw;
  }
}
@media screen and (min-width: 768px) {
  .p_top .p_top_information__list .item {
    padding-inline: 0.2777777778vw;
  }
}
.p_top .p_top_information__list .item__body {
  line-height: 1.5217391304;
  font-size: 3.0666666667vw;
  display: block;
  padding-top: 2.6666666667vw;
  padding-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_information__list .item__body {
    display: flex;
    line-height: 2.3333333333;
    justify-content: space-between;
    gap: 0.6944444444vw;
    font-size: 1.0416666667vw;
    padding-top: 0.9722222222vw;
    padding-bottom: 0.9027777778vw;
  }
}
@media screen and (max-width: 767px) {
  .p_top .p_top_information__list .item__body {
    color: var(--color-white);
  }
}
.p_top .p_top_information__list .item__title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_information__list .item__title {
    margin-top: 0;
    width: 58.4722222222vw;
  }
}
.p_top .p_top_information__list_item {
  border-bottom: 1px solid #E5E5E5;
}
.p_top .p_top_information__list_item:first-child {
  border-top: 1px solid #E5E5E5;
}
.p_top .p_top_information__link {
  text-align: center;
  margin-top: 10.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_information__link {
    margin-top: 3.8194444444vw;
  }
}
.p_top .p_top_information__btn {
  width: 27.7777777778vw;
  font-size: 1.0416666667vw;
  min-height: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .p_top .p_top_information__btn {
    --current-bg-color: transparent;
    border: 1px solid var(--color-white);
    padding-right: 1.0666666667vw;
    width: 40vw;
    min-height: 8vw;
    font-size: 2.6666666667vw;
  }
}
.p_top .p_top_company {
  padding-top: 32vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_company {
    padding-top: 13.8888888889vw;
  }
}
.p_top .p_top_company__body {
  position: relative;
}
.p_top .p_top_company__body .c_line {
  transform: translateX(-49.335347432%) translateY(-87.2881355932%) scaleX(-1);
  background:
    linear-gradient(
      180deg,
      #1257E2 0%,
      rgba(25, 70, 163, 0.8392156863) 73%,
      rgba(0, 77, 252, 0.3843137255) 100%) 0% 0% no-repeat;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_company__body .c_line {
    transform: translateX(-33.1767337808%) translateY(-19.8547215496%);
    background:
      linear-gradient(
        180deg,
        #1257E2 0%,
        #20376B 100%) 0% 0% no-repeat;
  }
}
.p_top .p_top_company__head {
  max-width: 89.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_company__head {
    max-width: 81.9444444444vw;
  }
}
@media print {
  .p_top .p_top_company__head {
    max-width: unset;
  }
}
.p_top .p_top_company__title {
  color: var(--color-biscay);
}
@media screen and (max-width: 767px) {
  .p_top .p_top_company__title .top_title__en {
    font-size: 5.3333333333vw;
  }
}
.p_top .p_top_company__list {
  margin-top: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_company__list {
    margin-top: 3.8194444444vw;
  }
}
@media screen and (max-width: 767px) {
  .p_top .p_top_company__list {
    margin-inline: calc(50% - 50vw);
    max-width: 100%;
    width: 100%;
  }
}
@media print {
  .p_top .p_top_company__list {
    margin-inline: auto !important;
    width: 100%;
    max-width: 100%;
  }
}
.p_top .p_top_company__row {
  display: flex;
  justify-content: space-between;
}
@media print {
  .p_top .p_top_company__row {
    opacity: 1 !important;
    visibility: visible !important;
    transform: unset !important;
  }
}
.p_top .p_top_company__row.two_cols .p_top_company__item:first-child {
  width: 49.1836734694%;
}
.p_top .p_top_company__row.two_cols .p_top_company__item:first-child .item__thumb {
  aspect-ratio: 482/327;
}
.p_top .p_top_company__row.two_cols .p_top_company__item:last-child {
  width: 50%;
}
.p_top .p_top_company__row.two_cols .p_top_company__item:last-child .item__thumb {
  aspect-ratio: 490/327;
}
.p_top .p_top_company__row.three_cols {
  margin-top: 0.8vw;
  gap: 0.8vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_company__row.three_cols {
    margin-top: 0.5555555556vw;
    gap: 0.701754386vw;
  }
}
.p_top .p_top_company__row.three_cols .p_top_company__item {
  flex: 1;
}
.p_top .p_top_company__row.three_cols .item__thumb {
  aspect-ratio: 246/247;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_company__row.three_cols .item__thumb {
    aspect-ratio: 321/327;
  }
}
@media screen and (min-width: 768px) {
  .p_top .p_top_company__item:hover .item {
    opacity: 1;
  }
  .p_top .p_top_company__item:hover .item__thumb_img {
    transform: scale(1.02);
  }
}
.p_top .p_top_company__item .item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.p_top .p_top_company__item .item__thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.p_top .p_top_company__item .item__thumb::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #20386D;
  opacity: 0.3;
}
.p_top .p_top_company__item .item__thumb_img {
  transform: scale(1.000001);
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  height: 100%;
  object-position: center;
}
.p_top .p_top_company__item .item__body {
  position: absolute;
  z-index: 1;
  color: var(--color-white);
  bottom: 3.2vw;
  left: 2.6666666667vw;
}
@media print {
  .p_top .p_top_company__item .item__body {
    color: #20386D !important;
  }
}
@media screen and (min-width: 768px) {
  .p_top .p_top_company__item .item__body {
    bottom: 2.7083333333vw;
    left: 2.2916666667vw;
  }
}
.p_top .p_top_company__item .item__title {
  font-family: var(--font-en);
  font-style: italic;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_company__item .item__title {
    font-size: 1.9444444444vw;
  }
}
.p_top .p_top_company__item .item__cap {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_company__item .item__cap {
    margin-top: 0.6944444444vw;
    padding-left: 0.4166666667vw;
    font-size: 1.0416666667vw;
  }
}
.p_top .p_top_recruit {
  position: relative;
  z-index: 0;
  background-color: #F7F7F7;
  margin-top: 8vw;
  padding-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_recruit {
    padding-top: 0;
    margin-top: 13.8888888889vw;
  }
}
.p_top .p_top_recruit_line {
  position: absolute;
  width: 100vw;
  height: 115.2vw;
  background:
    linear-gradient(
      180deg,
      #0045A5 0%,
      #00060F 100%) 0% 0% no-repeat;
  clip-path: polygon(0 86.5%, 100% 0, 100% 100%, 0% 100%);
  left: 0;
  bottom: -44px;
  z-index: -1;
  mask-image:
    linear-gradient(
      to right,
      transparent 0% 50%,
      white 50% 100%);
  mask-size: 200% 100%;
  mask-position: 50% 50%;
  -webkit-mask-position-x: 0%;
  transition: -webkit-mask-position-x 1s ease-in-out;
}
.p_top .p_top_recruit_line.is_run {
  -webkit-mask-position-x: 100%;
}
@media print {
  .p_top .p_top_recruit_line {
    display: none;
  }
}
.p_top .p_top_recruit__body {
  max-width: 89.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_recruit__body {
    max-width: 81.9444444444vw;
  }
}
@media print {
  .p_top .p_top_recruit__body {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p_top .p_top_recruit__body_in {
    align-items: center;
    display: flex;
  }
}
.p_top .p_top_recruit__img_box {
  width: 100vw;
  margin-inline: calc((100vw - 100%) / 2 * -1);
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_recruit__img_box {
    width: calc(50vw + min(14.8611111111vw, 214px));
    margin-right: calc(50% - 50vw);
    margin-left: calc(min(14.8611111111vw, 214px) * -1);
    margin-top: 0;
  }
}
.p_top .p_top_recruit__thumb {
  display: block;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_recruit__content_box {
    padding-bottom: min(4.1666666667vw, 60px);
    padding-top: min(2.0833333333vw, 30px);
    width: 50%;
  }
}
.p_top .p_top_recruit__title {
  color: #001F4A;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 767px) {
  .p_top .p_top_recruit__title {
    gap: 1.8666666667vw;
  }
  .p_top .p_top_recruit__title .top_title__en {
    font-size: 5.3333333333vw;
  }
}
.p_top .p_top_recruit__cap {
  line-height: 2.1739130435;
  margin-top: 1.8666666667vw;
  font-size: 3.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_recruit__cap {
    line-height: 2.3333333333;
    margin-top: 1.0416666667vw;
    font-size: 1.0416666667vw;
  }
}
.p_top .p_top_recruit__link {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_recruit__link {
    margin-top: 1.3888888889vw;
  }
}
.p_top .p_top_recruit__button {
  display: inline-flex;
  align-items: center;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_recruit__button {
    gap: 0.9027777778vw;
  }
}
.p_top .p_top_recruit__button_icon {
  aspect-ratio: 1;
  border: 1px solid #20386D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_recruit__button_icon {
    width: 3.3333333333vw;
  }
}
.p_top .p_top_recruit__button_icon::before {
  content: "";
  mask-image: url(../images/common/icon_arrow_down.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #20386D;
  transform: rotate(-90deg);
  width: 2.4vw;
  height: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_recruit__button_icon::before {
    width: 0.9027777778vw;
    height: 0.5555555556vw;
  }
}
.p_top .p_top_recruit__button_text {
  color: #001F4A;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top .p_top_recruit__button_text {
    font-size: 1.0416666667vw;
  }
}
.p_top + .c_footer {
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p_top + .c_footer {
    margin-top: 5.6944444444vw;
  }
}
.top_title {
  display: grid;
  justify-content: start;
  gap: 1.8666666667vw;
}
@media screen and (min-width: 768px) {
  .top_title {
    gap: 1.25vw;
  }
}
.top_title .top_title__en {
  font-family: var(--font-en);
  font-style: italic;
  font-weight: 700;
  font-variation-settings: "wdth" 75;
  font-optical-sizing: none;
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .top_title .top_title__en {
    font-size: 2.7777777778vw;
  }
}
.top_title .top_title__ja {
  font-weight: 700;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .top_title .top_title__ja {
    font-size: 1.3888888889vw;
  }
}
