@charset "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, button, header {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}

button:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  color: rgb(0, 0, 0);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.885rem + 0.32vw, 1.125rem);
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}
body.js-open {
  position: fixed;
}

a {
  font-weight: 500;
  color: rgb(51, 51, 51);
}

/* header */
.c-header {
  width: 100%;
  padding-inline: 4vw;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .c-header {
    padding-inline: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1500px) {
  .c-header {
    padding-inline: 8vw 3.75vw;
  }
}

.c-header__body {
  display: block flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  inline-size: 100%;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .c-header__body {
    height: 80px;
  }
}
@media screen and (min-width: 992px) {
  .c-header__body {
    height: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .c-header__body {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    block-size: 100px;
  }
}
@media screen and (min-width: 1500px) {
  .c-header__body {
    block-size: 120px;
  }
}

.c-header__logo {
  font-size: clamp(1.75rem, 0.963rem + 1.64vw, 2.5rem);
  font-weight: 700;
  color: rgb(1, 63, 142);
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .c-header__logo {
    padding-block: 0 1.875rem;
  }
}

.menu-open .c-header__logo-link {
  color: rgba(1, 63, 142, 0);
}

.c-header__nav {
  display: none;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1200px) {
  .c-header__nav {
    display: block flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2rem;
  }
}
@media screen and (min-width: 1500px) {
  .c-header__nav {
    gap: 4rem;
  }
}

.c-header__nav-list {
  display: block grid;
  grid-template-columns: repeat(5, auto);
  gap: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .c-header__nav-list {
    gap: 1rem;
    padding-block: 0 1.5rem;
  }
}
.c-header__nav-link {
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
  font-size: clamp(1rem, 0.869rem + 0.27vw, 1.125rem);
  font-weight: 700;
  color: rgb(1, 63, 142);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.c-header__nav-link::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: rgb(1, 63, 142);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% -10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header__nav-link:hover {
  color: rgb(127, 158, 198);
}
.c-header__nav-link:hover::after {
  width: calc(100% - 16px);
}
@media screen and (min-width: 1200px) {
  .c-header__nav-link {
    padding-block: 1rem;
    padding-inline: 0.5rem;
  }
}

.c-header__entry {
  display: block grid;
  place-content: center;
  place-items: center;
  inline-size: 140px;
  block-size: 72px;
  font-size: clamp(1.125rem, 0.732rem + 0.82vw, 1.5rem);
  font-weight: 700;
  color: rgb(255, 255, 255);
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background-color: rgb(25, 47, 96);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header__entry:hover {
  background-color: rgb(127, 158, 198);
}
@media screen and (min-width: 1200px) {
  .c-header__entry {
    inline-size: 140px;
    block-size: 65px;
  }
}
@media screen and (min-width: 1500px) {
  .c-header__entry {
    inline-size: 180px;
    block-size: 72px;
  }
}

.c-hamburger {
  display: block grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  inline-size: 53px;
  height: 100%;
  margin-inline: auto 0;
  position: relative;
  opacity: 100;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .c-hamburger {
    display: none;
  }
}

.menu-open .c-hamburger {
  opacity: 0;
}

.c-hamburger__button {
  display: block grid;
  grid-template-rows: 3px;
  grid-template-columns: 3rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  aspect-ratio: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  position: relative;
}

.c-hamburger__button-icon {
  display: block grid;
  grid-template-areas: "stack";
  align-self: stretch;
  border-radius: 2px;
  background-color: rgb(1, 63, 142);
}
.c-hamburger__button-icon::before, .c-hamburger__button-icon::after {
  content: "";
  background-color: inherit;
  grid-area: stack;
  border-radius: 2px;
}
.c-hamburger__button-icon::before {
  translate: 0 16px;
}
.c-hamburger__button-icon::after {
  translate: 0 -16px;
}

.c-hamburger__text {
  display: none;
}

.c-hamburger__button-text {
  font-size: 0.875rem;
  font-weight: 500;
}

.c-megamenu {
  display: block;
  inline-size: 100%;
  block-size: unset;
  max-inline-size: unset;
  max-block-size: unset;
  margin: unset;
  padding: unset;
  border: unset;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  inset: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); /* スライドアウト */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  outline: 0;
  z-index: 80;
}
.c-megamenu .c-megamenu[open] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-megamenu .c-megamenu::-ms-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.c-megamenu .c-megamenu::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1200px) {
  .c-megamenu {
    display: none;
  }
}

.c-megamenu__inner {
  display: block flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: 100%;
  block-size: 100%;
  padding-inline: 1.25rem;
}

.c-megamenu__logo {
  display: block flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  block-size: 70px;
  font-size: clamp(1.75rem, 0.963rem + 1.64vw, 2.5rem);
  font-weight: 700;
  color: rgb(1, 63, 142);
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 4vw;
}
.c-megamenu__logo:hover {
  color: rgb(127, 158, 198);
}
@media screen and (min-width: 768px) {
  .c-megamenu__logo {
    block-size: 80px;
    left: 2vw;
  }
}
@media screen and (min-width: 992px) {
  .c-megamenu__logo {
    block-size: 90px;
  }
}

.c-megamenu__button {
  display: block flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  block-size: 70px;
  position: absolute;
  top: 0;
  right: 4vw;
}
@media screen and (min-width: 768px) {
  .c-megamenu__button {
    block-size: 80px;
    right: 2vw;
  }
}
@media screen and (min-width: 992px) {
  .c-megamenu__button {
    block-size: 90px;
  }
}

.c-megamenu__close {
  inline-size: 52px;
  block-size: 38px;
  position: relative;
  cursor: pointer;
}
.c-megamenu__close::before, .c-megamenu__close::after {
  content: "";
  width: 60px;
  height: 3px;
  border-radius: 2px;
  background-color: rgb(25, 47, 96);
  position: absolute;
  left: 0.25rem;
}
.c-megamenu__close::before {
  top: 0;
  rotate: 36deg;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.c-megamenu__close::after {
  bottom: 0;
  rotate: -36deg;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.c-megamenu__text {
  display: none;
}

.c-megamenu__body {
  width: 100%;
  margin-inline: auto;
}

.c-megamenu__main {
  display: block flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  max-inline-size: 800px;
  margin-block: 0 2rem;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .c-megamenu__main {
    gap: 1rem;
    margin-block: 0 4rem;
  }
}

.c-megamenu__link {
  display: block flex;
  width: 100%;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
  font-size: clamp(1.375rem, 0.798rem + 1.6vw, 2rem);
  font-weight: 600;
  color: rgb(1, 63, 142);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-megamenu__link:hover {
  color: rgb(127, 158, 198);
}
@media screen and (min-width: 768px) {
  .c-megamenu__link {
    padding-block: 1rem;
    padding-inline: 1rem;
  }
}

.c-megamenu__enrty {
  display: block grid;
  inline-size: 100%;
  margin-inline: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-megamenu__enrty-button {
  overflow: clip;
  display: block grid;
  place-content: center;
  place-items: center;
  inline-size: 100%;
  block-size: 60px;
  font-size: clamp(1.5rem, 1.038rem + 1.28vw, 2rem);
  color: rgb(255, 255, 255);
  background-color: rgb(25, 47, 96);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-megamenu__enrty-button:hover {
  background-color: rgb(127, 158, 198);
}
@media screen and (min-width: 576px) {
  .c-megamenu__enrty-button {
    block-size: 65px;
  }
}
@media screen and (min-width: 768px) {
  .c-megamenu__enrty-button {
    block-size: 70px;
  }
}
@media screen and (min-width: 992px) {
  .c-megamenu__enrty-button {
    block-size: 80px;
  }
}

/* footer */
.c-footer {
  padding-block: 2rem 5rem;
  padding-inline: 1rem;
  background-color: rgb(229, 235, 243);
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-footer {
    padding-block: 2rem 6rem;
  }
}
@media screen and (min-width: 992px) {
  .c-footer {
    padding-block: 3rem 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-footer {
    padding-block: 3rem 2rem;
  }
}

.c-footer__inner {
  display: block flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-inline: auto;
}

.c-footer__nav {
  display: block grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  gap: 0.625rem;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .c-footer__nav {
    grid-template-columns: repeat(2, auto);
    gap: 3.875rem;
  }
}

.c-footer__nav-link {
  font-size: 1rem;
  font-weight: normal;
  color: rgb(112, 112, 112);
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-footer__nav-link:hover {
    text-decoration: underline;
  }
  .c-footer__nav-link:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgb(112, 112, 112);
    position: absolute;
    top: 50%;
    right: -32px;
    translate: 0 -50%;
  }
}

.c-footer__copy {
  width: 100%;
  font-size: clamp(0.75rem, 0.519rem + 0.64vw, 1rem);
  color: rgb(112, 112, 112);
  text-align: center;
  position: relative;
  z-index: 20;
}

/* component */
.c-innner {
  max-inline-size: 980px;
  margin-inline: auto;
  padding-inline: 4vw;
  -webkit-box-sizing: revert;
          box-sizing: revert;
  position: relative;
  z-index: 40;
}
@media screen and (min-width: 768px) {
  .c-innner {
    padding-inline: 2rem;
  }
}

.c-headline {
  display: block flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  inline-size: 100%;
  max-inline-size: 980px;
  margin-block: 0 1.5rem;
  padding-block: 0 0.5rem;
  font-size: clamp(1rem, 0.475rem + 1.09vw, 1.5rem);
  font-weight: 700;
  color: rgb(1, 63, 142);
  border-bottom: 1px solid rgb(1, 63, 142);
}
.c-headline::before {
  content: attr(data-enttl) "";
  display: block;
  font-size: clamp(2.25rem, -0.635rem + 6.01vw, 5rem);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-headline {
    margin-block: 0 2rem;
    padding-block: 0 1rem;
  }
}
@media screen and (min-width: 992px) {
  .c-headline {
    margin-block: 0 3rem;
  }
}

.p-hero {
  overflow: clip;
  block-size: 600px;
  padding-inline: 2vw;
  position: relative;
}
@media screen and (min-width: 476px) {
  .p-hero {
    block-size: 700px;
  }
}
@media screen and (min-width: 576px) {
  .p-hero {
    block-size: 750px;
  }
}
@media screen and (min-width: 768px) {
  .p-hero {
    block-size: 850px;
  }
}
@media screen and (min-width: 992px) {
  .p-hero {
    block-size: 850px;
  }
}
@media screen and (min-width: 1200px) {
  .p-hero {
    block-size: 1000px;
  }
}
@media screen and (min-width: 1500px) {
  .p-hero {
    block-size: 1140px;
  }
}

.p-hero__bg {
  inline-size: 100%;
  block-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  inline-size: 100%;
  block-size: 100%;
}

.p-hero__fig {
  max-inline-size: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media screen and (min-width: 476px) {
  .p-hero__fig {
    max-inline-size: 400px;
  }
}
@media screen and (min-width: 576px) {
  .p-hero__fig {
    max-inline-size: 500px;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__fig {
    max-inline-size: 550px;
  }
}
@media screen and (min-width: 992px) {
  .p-hero__fig {
    max-inline-size: 650px;
  }
}
@media screen and (min-width: 1200px) {
  .p-hero__fig {
    max-inline-size: 800px;
  }
}
@media screen and (min-width: 1500px) {
  .p-hero__fig {
    max-inline-size: 935px;
  }
}

.p-hero__main {
  inline-size: 100%;
  max-inline-size: 1000px;
  margin-inline: auto;
  padding-block: 5.625rem 0;
  padding-inline: 0.5rem 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 476px) {
  .p-hero__main {
    padding-block: 6.25rem 0;
    padding-inline: 1rem 0;
  }
}
@media screen and (min-width: 576px) {
  .p-hero__main {
    padding-block: 6.25rem 0;
    padding-inline: 1rem 0;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__main {
    padding-block: 7.5rem 0;
  }
}
@media screen and (min-width: 992px) {
  .p-hero__main {
    padding-block: 8.125rem 0;
    padding-inline: 1.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-hero__main {
    padding-block: 10rem 0;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1500px) {
  .p-hero__main {
    padding-block: 14.0625rem 0;
  }
}

.p-hero__headline {
  max-inline-size: 270px;
  margin-block: 0 1rem;
}
@media screen and (min-width: 576px) {
  .p-hero__headline {
    max-inline-size: 350px;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__headline {
    max-inline-size: 350px;
  }
}
@media screen and (min-width: 992px) {
  .p-hero__headline {
    max-inline-size: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .p-hero__headline {
    max-inline-size: 450px;
  }
}
@media screen and (min-width: 1500px) {
  .p-hero__headline {
    max-inline-size: 480px;
  }
}

.p-hero__title {
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  padding-inline: 0.5rem 0;
  margin-block: 0 0.5rem;
  font-size: clamp(0.875rem, 0.529rem + 0.96vw, 1.25rem);
  font-weight: 700;
  color: rgb(25, 47, 96);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .p-hero__title {
    margin-block: 0 1rem;
    letter-spacing: 0.21em;
  }
}

.p-hero__tagline {
  padding-inline: 0.5rem 0;
  font-size: clamp(1rem, 0.538rem + 1.28vw, 1.5rem);
  font-weight: 700;
  color: rgb(25, 47, 96);
  line-height: 1.6;
}

.p-hero__deco {
  inline-size: 460px;
  position: absolute;
  top: 3.75rem;
  left: -4.0625rem;
}
@media screen and (min-width: 476px) {
  .p-hero__deco {
    inline-size: 460px;
    top: 4.6875rem;
    left: -3.4375rem;
  }
}
@media screen and (min-width: 576px) {
  .p-hero__deco {
    inline-size: 540px;
    top: 4.0625rem;
    left: -4.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__deco {
    inline-size: 580px;
    top: 5.3125rem;
    left: -4.6875rem;
  }
}
@media screen and (min-width: 992px) {
  .p-hero__deco {
    inline-size: 630px;
    top: 5.625rem;
    left: -5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-hero__deco {
    inline-size: 700px;
    top: 7.5rem;
    left: -6.875rem;
  }
}
@media screen and (min-width: 1500px) {
  .p-hero__deco {
    inline-size: 750px;
    top: 11.25rem;
    left: -7.5rem;
  }
}

.p-message {
  container: inline-size;
  padding-block: 4rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-message {
    padding-block: 6rem 5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-message {
    padding-block: 8rem 6rem;
  }
}

.p-message__inner .c-headline {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-message__inner .c-headline {
    inline-size: calc(100% - 260px);
  }
}
@media screen and (min-width: 1200px) {
  .p-message__inner .c-headline {
    max-inline-size: 750px;
  }
}

.p-message__detail {
  font-size: clamp(1rem, 0.654rem + 0.96vw, 1.375rem);
  color: rgb(255, 255, 255);
  line-height: 2;
}
.p-message__detail .pcbr {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-message__detail {
    inline-size: calc(100% - 260px);
  }
}
@media screen and (min-width: 992px) {
  .p-message__detail {
    max-inline-size: 570px;
    line-height: 2.2;
  }
  .p-message__detail .pcbr {
    display: block;
  }
}

.p-message__bg {
  inline-size: 100%;
  block-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-message__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
  inline-size: 100%;
}

.p-message__deco01 {
  width: 100%;
  max-inline-size: 45vw;
  margin-inline: auto 2rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 576px) {
  .p-message__deco01 {
    margin-inline: auto 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-message__deco01 {
    max-inline-size: 30vw;
    margin-inline: 0;
    right: 2rem;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-message__deco01 {
    max-inline-size: 350px;
    right: auto;
    left: calc(50cqi + 120px);
  }
}
@media screen and (min-width: 1200px) {
  .p-message__deco01 {
    max-inline-size: 400px;
  }
}
@media screen and (min-width: 1500px) {
  .p-message__deco01 {
    max-inline-size: 480px;
  }
}

.p-message__deco02 {
  inline-size: 35vw;
  max-inline-size: 345px;
  position: absolute;
  bottom: 0;
  left: 2rem;
}
@media screen and (min-width: 576px) {
  .p-message__deco02 {
    inline-size: 40vw;
    left: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-message__deco02 {
    top: 8rem;
    right: 1rem;
    bottom: auto;
    left: auto;
    max-inline-size: 220px;
  }
}
@media screen and (min-width: 992px) {
  .p-message__deco02 {
    max-inline-size: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .p-message__deco02 {
    max-inline-size: 300px;
    right: 2rem;
  }
}
@media screen and (min-width: 1500px) {
  .p-message__deco02 {
    max-inline-size: 345px;
    top: 8rem;
    right: auto;
    left: calc(50cqi + 380px);
  }
}

.p-work {
  padding-block: 5rem 2rem;
  position: relative;
}
.p-work::after {
  content: "";
  block-size: 120%;
  inline-size: 100%;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(20%, rgb(248, 252, 253)), color-stop(35%, rgb(208, 235, 242)), color-stop(85%, rgb(208, 235, 242)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(248, 252, 253) 20%, rgb(208, 235, 242) 35%, rgb(208, 235, 242) 85%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-work {
    padding-block: 7rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-work {
    padding-block: 8rem 4rem;
  }
}

.p-work__inner {
  max-inline-size: 450px;
}
@media screen and (min-width: 768px) {
  .p-work__inner {
    max-inline-size: 980px;
  }
}

.p-work__info {
  display: block grid;
  gap: 2.5rem;
  grid-template-areas: "place" "operation" "nop" "aptitude" "shift" "flow";
}
@media screen and (min-width: 768px) {
  .p-work__info {
    grid-template-areas: "place place" "operation operation" "nop aptitude" "shift shift" "flow flow";
  }
}

.p-work__box {
  display: block grid;
  grid-template-rows: auto 1fr;
}

.p-work__headline {
  display: block grid;
  place-content: center;
  place-items: center;
  block-size: 42px;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  min-inline-size: 180px;
  padding-inline: 2rem;
  font-size: clamp(1.125rem, 1.01rem + 0.32vw, 1.25rem);
  font-weight: 700;
  color: rgb(255, 255, 255);
  letter-spacing: 0.2em;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: rgb(161, 216, 230);
}

.p-work__main {
  inline-size: 100%;
  padding-block: 1.5rem;
  padding-inline: 1.5rem;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 476px) {
  .p-work__main {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-work__main {
    padding-block: 2rem;
    padding-inline: 3rem;
  }
}

.p-work__summary {
  display: block flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-block: 0 1rem;
  font-size: clamp(1rem, 0.769rem + 0.64vw, 1.25rem);
  font-weight: 500;
  color: rgb(1, 63, 142);
}
@media screen and (min-width: 768px) {
  .p-work__summary {
    margin-block: 0 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-work__summary {
    margin-block: 0 2.5rem;
  }
}

.p-work__place {
  grid-area: place;
}
.p-work__place .p-work__main {
  padding-block: 1.25rem;
}
.p-work__place p {
  display: block flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  font-size: clamp(1.5rem, 1.038rem + 1.28vw, 2rem);
  color: rgb(1, 63, 142);
}
.p-work__place span {
  font-size: 0.75em;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .p-work__place p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-work__place p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}

.p-work__operation {
  grid-area: operation;
}
.p-work__operation .p-work__main {
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
}
@media screen and (min-width: 768px) {
  .p-work__operation .p-work__main {
    -webkit-padding-after: 3rem;
            padding-block-end: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-work__operation .p-work__main {
    -webkit-padding-after: 4rem;
            padding-block-end: 4rem;
  }
}

.p-work__operation-block {
  display: block grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-inline-size: 780px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-work__operation-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-work__operation-block {
    gap: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-work__operation-block {
    gap: 6.5rem;
  }
}

.p-work__operation-fig {
  margin-block: 0 0.5rem;
}

.p-work__operation-title {
  font-size: clamp(1.125rem, 1.01rem + 0.32vw, 1.25rem);
  font-weight: 500;
  color: rgb(1, 63, 142);
}

.p-work__nop {
  grid-area: nop;
}

.p-work__nop-summary {
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  font-weight: 500;
  margin-block: 0 1rem;
  color: rgb(1, 63, 142);
}
@media screen and (min-width: 992px) {
  .p-work__nop-summary {
    margin-block: 0 2rem;
  }
}

.p-work__aptitude {
  grid-area: aptitude;
}
.p-work__aptitude .p-work__main {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}

.p-work__aptitude-summary {
  font-size: clamp(1rem, 0.769rem + 0.64vw, 1.25rem);
  font-weight: 500;
  color: rgb(1, 63, 142);
}

.p-work__shift {
  grid-area: shift;
}
.p-work__shift .p-work__main {
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
}
@media screen and (min-width: 768px) {
  .p-work__shift .p-work__main {
    -webkit-padding-after: 3rem;
            padding-block-end: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-work__shift .p-work__main {
    -webkit-padding-after: 4rem;
            padding-block-end: 4rem;
  }
}

.p-work__cycle {
  display: block flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  inline-size: 100%;
  max-inline-size: 830px;
  margin-block: 0 1.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 476px) {
  .p-work__cycle {
    gap: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-work__cycle {
    gap: 0.75rem;
  }
}

.p-work__cycle-item {
  display: block grid;
  place-content: center;
  place-items: center;
  inline-size: calc((100% - 48px) / 7);
  font-size: clamp(0.938rem, 0.382rem + 1.16vw, 1.25rem);
  color: rgb(255, 255, 255);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgb(1, 63, 142);
  position: relative;
}
.p-work__cycle-item:nth-of-type(5n+5) {
  color: rgb(1, 63, 142);
  border: 1px solid rgb(1, 63, 142);
  background-color: rgb(255, 255, 255);
}
.p-work__cycle-item:last-of-type {
  background: none;
}
.p-work__cycle-item:last-of-type::after {
  content: "・・・";
  font-size: clamp(0.938rem, 0.382rem + 1.16vw, 1.25rem);
  color: rgb(1, 63, 142);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 476px) {
  .p-work__cycle-item {
    inline-size: calc((100% - 60px) / 7);
  }
}
@media screen and (min-width: 768px) {
  .p-work__cycle-item {
    inline-size: calc((100% - 120px) / 11);
  }
}

.p-work__shift-note {
  display: block flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-block: 0 1rem;
  line-height: 1.4;
}

.p-work__shift-point {
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  margin-inline: auto;
  padding-block: 0.5rem;
  padding-inline: 2rem;
  font-size: clamp(1rem, 0.769rem + 0.64vw, 1.25rem);
  font-weight: 500;
  color: rgb(1, 63, 142);
  line-height: 1.4;
  text-align: center;
  background-color: rgb(208, 235, 242);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-work__shift-point br {
    display: none;
  }
}

.p-work__flow {
  grid-area: flow;
}
.p-work__flow .p-work__main {
  display: block grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-work__flow .p-work__main {
    grid-template-columns: 1fr auto;
  }
}
@media screen and (min-width: 992px) {
  .p-work__flow .p-work__main {
    gap: 3rem;
  }
}

.p-work__flow-item {
  display: block grid;
  padding-block: 0.5rem;
  padding-inline: 1rem;
}
.p-work__flow-item:nth-of-type(odd) {
  background-color: rgb(208, 235, 242);
}
.p-work__flow-item p:first-of-type {
  font-size: clamp(1.125rem, 1.01rem + 0.32vw, 1.25rem);
  font-weight: 500;
  color: rgb(1, 63, 142);
}
@media screen and (min-width: 476px) {
  .p-work__flow-item {
    grid-template-columns: 140px 1fr;
  }
}
@media screen and (min-width: 992px) {
  .p-work__flow-item {
    grid-template-columns: 160px 1fr;
    padding-inline: 2rem;
  }
}

.p-work__flow-fig {
  margin-block: 0 -1.5rem;
  margin-inline: -1.5rem;
}
.p-work__flow-fig img {
  -o-object-fit: cover;
     object-fit: cover;
  block-size: 100%;
  inline-size: 100%;
}
@media screen and (min-width: 476px) {
  .p-work__flow-fig {
    margin-inline: -2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-work__flow-fig {
    max-inline-size: 275px;
    margin-block: -1.5rem;
    margin-inline: 0 -2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-work__flow-fig {
    margin-block: -2rem;
    margin-inline: 0 -3rem;
  }
}

.p-data {
  padding-block: 2rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-data {
    padding-block: 3rem 7rem;
  }
}
@media screen and (min-width: 992px) {
  .p-data {
    padding-block: 4rem 9rem;
  }
}

.p-data__inner {
  max-inline-size: 450px;
}
@media screen and (min-width: 768px) {
  .p-data__inner {
    max-inline-size: 980px;
  }
}

.p-data__main {
  display: block grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-data__main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .p-data__main {
    gap: 5rem;
  }
}

.p-data__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-data__headline {
  inline-size: 100%;
  max-inline-size: 400px;
  margin-block: 0 1rem;
  font-size: clamp(1.125rem, 1.01rem + 0.32vw, 1.25rem);
  font-weight: 700;
  color: rgb(1, 63, 142);
}

.p-data__graph {
  max-inline-size: 270px;
  margin-block: 0 2rem;
}
@media screen and (min-width: 768px) {
  .p-data__graph {
    margin-block: 0 3.5rem;
  }
}

.p-data__summary {
  inline-size: 100%;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  padding-block: 0.75rem;
  padding-inline: 1rem;
  font-size: clamp(0.875rem, 0.587rem + 0.8vw, 1.188rem);
  font-weight: 500;
  line-height: 1.4;
  border: 2px solid rgb(161, 216, 230);
  border-radius: 20px;
  position: relative;
}
.p-data__summary::before, .p-data__summary::after {
  content: "";
  inline-size: 18px;
  block-size: 24px;
  position: absolute;
  left: 50%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.p-data__summary::before {
  background-color: rgb(161, 216, 230);
  top: 0;
  translate: -50% -100%;
}
.p-data__summary::after {
  background-color: rgb(255, 255, 255);
  top: 0.375rem;
  translate: -50% -100%;
}
@media screen and (min-width: 768px) {
  .p-data__summary::before, .p-data__summary::after {
    content: "";
    inline-size: 22px;
    block-size: 40px;
  }
  .p-data__summary::after {
    top: 0.5rem;
  }
}

.p-voice {
  padding-block: 5rem 2rem;
  position: relative;
}
.p-voice .c-headline {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding-block: 7rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-voice {
    padding-block: 9rem 4.5rem;
  }
}

.p-voice__inner {
  max-inline-size: 450px;
}
@media screen and (min-width: 768px) {
  .p-voice__inner {
    max-inline-size: 980px;
  }
}

.p-voice__slider .swiper {
  margin-block: 0 2rem;
}
.p-voice__slider .swiper-slide {
  block-size: auto;
}
@media screen and (min-width: 768px) {
  .p-voice__slider .swiper {
    margin-block: 0 3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-voice__slider .swiper {
    margin-block: 0 4.5rem;
  }
}

.p-voice__slider-box {
  display: block grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  grid-template-areas: "fig" "headline" "data" "detail";
  block-size: 100%;
  padding-block: 2rem;
  padding-inline: 1.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 16px solid rgb(1, 63, 142);
}
@media screen and (min-width: 768px) {
  .p-voice__slider-box {
    grid-template-columns: 320px 1fr;
    grid-template-rows: auto auto 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    grid-template-areas: "fig headline" "fig data" "fig detail";
    padding-block: 2rem;
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-voice__slider-box {
    grid-template-columns: 380px 1fr;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    padding-block: 4.5rem;
    padding-inline: 3rem;
  }
}

.p-voice__slider-headline {
  grid-area: headline;
  margin-block: 0 0.5rem;
  font-size: clamp(1.25rem, 1.077rem + 0.48vw, 1.438rem);
  font-weight: 700;
  color: rgb(1, 63, 142);
}

.p-voice__slider-data {
  grid-area: data;
  margin-block: 0 0.5rem;
  color: rgb(1, 63, 142);
}

.p-voice__slider-detail {
  grid-area: detail;
  line-height: 2;
}

.p-voice__slider-fig {
  grid-area: fig;
  margin-block: 0 1rem;
}

.p-voice__bg {
  inline-size: 100%;
  block-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-voice__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
  block-size: 100%;
}

.p-voice__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  position: relative;
}
.p-voice__control .swiper-button-prev,
.p-voice__control .swiper-button-next {
  width: auto;
  height: auto;
  margin: 0;
  block-size: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgb(1, 63, 142);
  position: relative;
  top: auto;
  right: auto;
  left: auto;
}
.p-voice__control .swiper-button-prev::after,
.p-voice__control .swiper-button-next::after {
  content: "";
  block-size: 100%;
  inline-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.p-voice__control .swiper-button-prev::after {
  background-image: url(../img/arrow-l-wht.png);
}
.p-voice__control .swiper-button-next::after {
  background-image: url(../img/arrow-r-wht.png);
}
.p-voice__control .swiper-pagination.swiper-pagination-bullets {
  width: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.p-voice__control .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  block-size: 12px;
  inline-size: 12px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
}
.p-voice__control .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: rgb(127, 158, 198);
}

.p-qanda {
  padding-block: 5rem 7rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-qanda {
    padding-block: 7rem 10rem;
  }
}
@media screen and (min-width: 992px) {
  .p-qanda {
    padding-block: 9rem 13rem;
  }
}

.p-qanda__inner {
  max-inline-size: 450px;
}
@media screen and (min-width: 768px) {
  .p-qanda__inner {
    max-inline-size: 980px;
  }
}

.p-qanda__list {
  display: block grid;
  gap: 1rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-qanda__list {
    gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-qanda__list {
    gap: 2.5rem;
  }
}

.p-qanda__list-box {
  padding-inline: 1.5rem;
  background-color: rgb(227, 242, 248);
}
@media screen and (min-width: 768px) {
  .p-qanda__list-box {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-qanda__list-box {
    padding-inline: 3rem;
  }
}

.p-qanda__list-head {
  inline-size: 100%;
  padding-block: 1rem;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  font-weight: 500;
  color: rgb(1, 63, 142);
  text-align: left;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-qanda__list-head {
    padding-block: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-qanda__list-head {
    padding-block: 2.5rem;
  }
}

.p-qanda__list-text {
  line-height: 1.4;
  padding-inline: 0 1rem;
}

.p-qanda__list-icon {
  display: block grid;
  block-size: 18px;
  inline-size: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 70% -50%;
}
.p-qanda__list-icon::before, .p-qanda__list-icon::after {
  content: "";
  inline-size: 100%;
  block-size: 2px;
  border-radius: 2px;
  background-color: rgb(1, 63, 142);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-qanda__list-icon::after {
  rotate: 90deg;
}
@media screen and (min-width: 768px) {
  .p-qanda__list-icon {
    translate: 100% -50%;
  }
}

.js-show .p-qanda__list-icon::after {
  rotate: 360deg;
}

.p-qanda__list-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.p-qanda__list-body p {
  padding-block: 1rem;
  border-top: 1px solid rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-qanda__list-body p {
    padding-block: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-qanda__list-body p {
    padding-block: 2.5rem;
  }
}

.p-qanda__bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-company {
  padding-block: 5rem 7rem;
  position: relative;
}
.p-company .c-headline {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-company {
    padding-block: 6rem 7rem;
  }
}
@media screen and (min-width: 992px) {
  .p-company {
    padding-block: 8rem 7rem;
  }
}

.p-company__inner {
  max-inline-size: 450px;
}
@media screen and (min-width: 768px) {
  .p-company__inner {
    max-inline-size: 980px;
  }
}

.p-company__main {
  display: block grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-company__main {
    grid-template-columns: 50% 1fr;
  }
}
@media screen and (min-width: 992px) {
  .p-company__main {
    gap: 3.125rem;
  }
}

.p-company__map {
  block-size: 300px;
}
.p-company__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-company__map {
    block-size: auto;
  }
}

.p-company__list-item {
  display: block grid;
  gap: 0.75rem;
  padding-block: 0.75rem;
  color: rgb(255, 255, 255);
  line-height: 1.4;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.p-company__list-item:first-of-type {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.p-company__list-item p:first-of-type {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 476px) {
  .p-company__list-item {
    grid-template-columns: minmax(70px, auto) 1fr;
  }
}
@media screen and (min-width: 768px) {
  .p-company__list-item {
    padding-block: 1rem;
  }
  .p-company__list-item p:first-of-type {
    padding-block: 0.0625rem 0;
  }
}
@media screen and (min-width: 992px) {
  .p-company__list-item {
    padding-block: 1.25rem;
  }
  .p-company__list-item p:first-of-type {
    padding-block: 0.125rem 0;
  }
}

.p-company__bg {
  block-size: 100%;
  inline-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-company__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
  block-size: 100%;
}
.p-company__bg::before {
  content: "";
  inline-size: 100%;
  block-size: 100%;
  background-color: rgba(1, 63, 142, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

.p-entry {
  padding-block: 3rem;
}

.p-entry__button {
  display: grid;
  place-content: center;
  place-items: center;
  block-size: 70px;
  inline-size: 300px;
  margin-inline: auto;
  font-size: clamp(1.25rem, 1.019rem + 0.64vw, 1.5rem);
  font-weight: 700;
  border: 2px solid rgb(1, 63, 142);
  border-radius: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-entry__button::after {
  content: "";
  block-size: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: url(../img/arrow-r-wht.png);
  background-position: center left 11px;
  background-repeat: no-repeat;
  background-size: 9px;
  background-color: rgb(1, 63, 142);
  position: absolute;
  top: 50%;
  right: 1rem;
  translate: 0 -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-entry__button:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(1, 63, 142);
}
.p-entry__button:hover::after {
  background-image: url(../img/arrow-r-ble.png);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-entry__button {
    block-size: 80px;
    inline-size: 380px;
  }
  .p-entry__button::after {
    block-size: 34px;
    background-position: center left 13px;
    background-size: 10px;
    right: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-entry__button {
    block-size: 92px;
    inline-size: 440px;
  }
  .p-entry__button::after {
    block-size: 40px;
    background-position: center left 16px;
    background-size: 11px;
    right: 2rem;
  }
}

.p-fixedentry {
  inline-size: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 40;
}
@media screen and (min-width: 1200px) {
  .p-fixedentry {
    display: none;
  }
}

.p-fixedentry__entry {
  overflow: clip;
  display: block grid;
  place-content: center;
  place-items: center;
  inline-size: 100%;
  block-size: 60px;
  font-size: clamp(1.5rem, 1.038rem + 1.28vw, 2rem);
  color: rgb(255, 255, 255);
  background-color: rgb(25, 47, 96);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fixedentry__entry:hover {
  background-color: rgb(127, 158, 198);
}
@media screen and (min-width: 576px) {
  .p-fixedentry__entry {
    block-size: 65px;
  }
}
@media screen and (min-width: 768px) {
  .p-fixedentry__entry {
    block-size: 70px;
  }
}
@media screen and (min-width: 992px) {
  .p-fixedentry__entry {
    block-size: 80px;
  }
}