@charset "UTF-8";
/* Objects */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* base color */
/* origin color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

.-en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-archive h2 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  margin-bottom: 10px;
}

.p-recruit._01 {
  background-color: #E6F5FF;
  padding-top: clamp(48px, 17.7777777778vw, 160px);
  padding-bottom: clamp(120px, 22.2222222222vw, 200px);
}
.p-recruit_text {
  width: 100%;
  overflow: hidden;
  margin-top: clamp(240px, 35.5555555556vw, 320px);
}
.p-recruit_text .-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(32px, 3.75vw, 48px);
  -webkit-animation: text-slide 40s infinite linear 1s both;
          animation: text-slide 40s infinite linear 1s both;
}
.p-recruit_text span {
  position: relative;
  bottom: -5px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(4rem, 14.2222222222vw, 8rem);
  font-weight: 500;
  color: #1CA0FF;
  line-height: 0.8;
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
}
.p-recruit .person {
  position: relative;
  padding-bottom: 540px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .p-recruit .person {
    padding-bottom: 160px;
  }
}
.p-recruit .person .c-title_recruit {
  margin-bottom: clamp(56px, 10.2222222222vw, 92px);
}
@media screen and (min-width: 901px) {
  .p-recruit .person .c-title_recruit {
    margin-left: clamp(20px, 13.7777777778vw, 124px);
  }
}
.p-recruit .person .-inner {
  max-width: 676px;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .p-recruit .person .-inner {
    margin-left: 0;
    margin-top: 56px;
  }
}
.p-recruit .person .-inner h3 {
  color: #1CA0FF;
  font-size: clamp(1.75rem, 3.5555555556vw, 2rem);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 450px) {
  .p-recruit .person .-inner h3 {
    line-height: 1.5;
  }
}
.p-recruit .person .-inner h3 + p {
  margin-top: 32px;
}
.p-recruit .person-image {
  position: relative;
  bottom: -3.75%;
  aspect-ratio: 956/900;
  max-width: 956px;
  width: 59.75vw;
  height: auto;
}
@media screen and (max-width: 450px) {
  .p-recruit .person-image {
    width: 94.67%;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit .person-image {
    position: absolute;
    z-index: 1;
    left: 0;
  }
}
.p-recruit .person-image figure {
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
}
.p-recruit .person-image figure:nth-of-type(1) {
  top: 0;
  left: 0;
  aspect-ratio: 520/640;
  width: 54.3933054393%;
  height: auto;
}
.p-recruit .person-image figure:nth-of-type(2) {
  bottom: 0;
  right: 0;
  aspect-ratio: 380/480;
  width: 39.7489539749%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-recruit .job .js-panel {
    background-color: #FAFAFA;
    overflow: hidden;
    border-radius: 8px;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit .job .js-panel:not(.is-show) {
    overflow: hidden;
    height: 0;
    opacity: 0;
  }
  .p-recruit .job .js-panel.is-show {
    overflow: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
}
.p-recruit .job-box {
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  padding-top: clamp(120px, 20vw, 180px);
  padding-left: clamp(20px, 13.3333333333vw, 120px);
  padding-bottom: clamp(140px, 20vw, 180px);
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .p-recruit .job-box {
    padding: 120px 40px 140px;
    margin: 0 -40px;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit .job-box {
    padding-top: 80px;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 450px) {
  .p-recruit .job-box {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-recruit .job-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
}
@media screen and (max-width: 900px) {
  .p-recruit .job-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit .job-wrap .-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-recruit .job-list {
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}
@media screen and (max-width: 900px) {
  .p-recruit .job-list {
    display: none;
  }
}
.p-recruit .job-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 288px;
  height: 72px;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FAFAFA;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-recruit .job-item.is-active, .p-recruit .job-item:hover {
  background-color: #1CA0FF;
  color: #fff;
  width: clamp(300px, 20vw, 320px);
}
.p-recruit .job-item.is-active i, .p-recruit .job-item:hover i {
  background-color: #fff;
}
.p-recruit .job-item.is-active path, .p-recruit .job-item:hover path {
  fill: #1CA0FF;
}
.p-recruit .job-item + .job-item {
  margin-top: 8px;
}
.p-recruit .job-item i {
  position: relative;
  width: 40px;
  height: 24px;
  background-color: #1CA0FF;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-recruit .job-item i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  width: 8px;
  height: 16px;
}
.p-recruit .job-item i path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-recruit .job-panel {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-recruit .job-panel {
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #FAFAFA;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit .job-panel .js-panel + .js-panel {
    margin-top: 32px;
  }
}
.p-recruit .job-panel figure {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p-recruit .job-panel figure img {
    margin-right: 0;
  }
}
.p-recruit .job-panel figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(220px, 27.3333333333vw, 246px);
  height: clamp(34px, 7.7777777778vw, 70px);
  background-color: #1CA0FF;
  color: #fff;
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  font-weight: 700;
  border-top-right-radius: 4px;
}
@media screen and (max-width: 450px) {
  .p-recruit .job-panel figcaption {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 8px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.2;
  }
}
.p-recruit .job-panel p {
  padding: clamp(20px, 3.125vw, 40px);
}
.p-recruit .interview {
  position: relative;
  top: -48px;
  margin-bottom: -48px;
}
@media screen and (max-width: 450px) {
  .p-recruit .interview {
    top: -32px;
    margin-bottom: -32px;
  }
}
.p-recruit .interview-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(40px, 5.625vw, 72px);
}
@media screen and (max-width: 900px) {
  .p-recruit .interview-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
@media screen and (min-width: 901px) {
  .p-recruit .interview-side {
    margin-top: clamp(80px, 13.3333333333vw, 120px);
  }
  .p-recruit .interview-side:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-recruit .interview-side + .interview-side {
  margin-top: clamp(80px, 13.3333333333vw, 120px);
}
.p-recruit .interview-side > figure {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-recruit .interview-side > figure {
    -ms-flex-preferred-size: 35.3333333333%;
        flex-basis: 35.3333333333%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit .interview-side > figure {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-recruit .interview-side > figure figcaption {
  position: absolute;
  color: #1CA0FF;
  background-color: #E6F5FF;
  border-radius: 4px;
  padding: clamp(8px, 0.9375vw, 12px) clamp(16px, 1.5625vw, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.9375rem, 2.6666666667vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 901px) {
  .p-recruit .interview-side > figure figcaption {
    top: 24px;
    left: -24px;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit .interview-side > figure figcaption {
    left: -8px;
    top: 16px;
  }
}
.p-recruit .interview-side > figure img {
  border-radius: 8px;
}
@media screen and (min-width: 901px) {
  .p-recruit .interview-side .-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-recruit .interview-side .-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  margin-bottom: 16px;
}
.p-recruit .interview-side .-name span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: clamp(3rem, 8vw, 4.5rem);
  font-weight: 500;
  line-height: 1;
}
.p-recruit .interview-side .-name small {
  font-size: 20px;
  font-weight: 700;
}
.p-recruit .interview-side .-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(24px, 5.3333333333vw, 48px);
}
@media screen and (max-width: 450px) {
  .p-recruit .interview-side .-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.p-recruit .interview-side .-info span {
  display: block;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
  background-color: #1CA0FF;
  color: #fff;
  border-radius: 4px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.p-recruit .interview-side .-info small {
  font-size: 16px;
  line-height: 1.2;
}
.p-recruit .interview-side .-skill {
  margin-bottom: clamp(32px, 3.5vw, 56px);
  padding-bottom: clamp(32px, 3.5vw, 56px);
  border-bottom: 1px solid #E2E2E2;
}
.p-recruit .interview-side .-skill dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}
.p-recruit .interview-side .-skill dt::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background-color: #1CA0FF;
  border-radius: 50%;
}
.p-recruit .interview-side .-skill ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.p-recruit .interview-side .-skill ul li {
  line-height: 1.2;
}
.p-recruit .interview-side .-skill ul .-wrap {
  background-color: #F0F6FF;
  border-radius: 4px;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-recruit .interview .-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
}
@media screen and (max-width: 900px) {
  .p-recruit .interview .-btn {
    margin-top: 160px;
  }
}
.p-recruit .interview .-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  max-width: 640px;
  height: 80px;
  background-color: #1CA0FF;
  color: #fff;
  font-size: clamp(1rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
  border-radius: 4px;
}
@media screen and (max-width: 450px) {
  .p-recruit .interview .-btn a {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (hover: hover) {
  .p-recruit .interview .-btn a:hover {
    opacity: 1;
    background-color: #E6F5FF;
    color: #1CA0FF;
  }
}
@media (hover: none) {
  .p-recruit .interview .-btn a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-recruit .interview .-btn a:active {
    opacity: 1;
    background-color: #E6F5FF;
    color: #1CA0FF;
  }
}
.p-recruit .interview .-btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: clamp(28px, 2.34375vw, 30px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: clamp(24px, 4.4444444444vw, 40px);
  height: auto;
  background-color: #1CA0FF;
  border-radius: 4px;
}
.p-recruit .interview .-btn i svg {
  aspect-ratio: 1/1;
  width: clamp(15px, 2.3333333333vw, 21px);
  height: auto;
}

@-webkit-keyframes text-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes text-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-contact h2 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  margin-bottom: 10px;
}
.p-contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 829px) {
  .p-contact_list {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_list {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.p-contact_tab {
  position: relative;
  width: 296px;
  color: #333;
  background: #fff;
  text-align: center;
  border: 1px solid transparent;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
}
.p-contact_tab.active {
  color: #fff;
  background: #ddd;
}
@media screen and (min-width: 829px) {
  .p-contact_tab {
    line-height: 54px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_tab {
    line-height: 34px;
  }
}
.p-contact_count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 829px) {
  .p-contact_count {
    left: 16px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_count {
    left: 8px;
  }
}
.p-contact_line {
  display: block;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 829px) {
  .p-contact_line {
    width: 72px;
    -ms-flex-preferred-size: 72px;
        flex-basis: 72px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_line {
    width: 20px;
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
  }
}

.p-policy dd {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
}
.p-policy dd a.link {
  color: red;
}
.p-policy dd + dt {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: red;
  font-weight: bold;
  line-height: 2;
  margin-top: clamp(25px, 5.5555555556vw, 50px);
  margin-bottom: clamp(8px, 1.7777777778vw, 16px);
}
.p-policy dd + dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.p-policy dd + dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.p-policy li {
  position: relative;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-policy li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.p-notfound {
  padding-top: clamp(48px, 10.6666666667vw, 96px);
}
.p-notfound_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
.p-notfound_head p {
  color: #2A348F;
  font-size: clamp(2.5rem, 7.1111111111vw, 4rem);
  font-weight: 500;
  line-height: 1.2;
}
.p-notfound_head h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  line-height: 2;
}
.p-notfound_txt {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 2;
}
.p-notfound_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 80px;
}
.p-notfound_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 264px;
  height: 48px;
  background-color: #2A348F;
  color: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 8px 8px 16px;
}
@media (hover: hover) {
  .p-notfound_btn a:hover {
    opacity: 1;
    background-color: #F0F6FF;
    color: #333;
  }
  .p-notfound_btn a:hover i {
    background-color: #2A348F;
  }
  .p-notfound_btn a:hover path {
    fill: #fff;
  }
}
@media (hover: none) {
  .p-notfound_btn a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-notfound_btn a:active {
    opacity: 1;
    background-color: #F0F6FF;
    color: #333;
  }
  .p-notfound_btn a:active i {
    background-color: #2A348F;
  }
  .p-notfound_btn a:active path {
    fill: #fff;
  }
}
.p-notfound_btn i {
  position: relative;
  width: 56px;
  height: 32px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-notfound_btn i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  width: 20px;
  height: 10px;
}
.p-notfound_btn i svg {
  aspect-ratio: 1/1;
  width: clamp(15px, 2.3333333333vw, 21px);
  height: auto;
}
.p-notfound_btn i path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #2A348F;
}