@charset "UTF-8";
/* ===================================================================
CSS information

file name  : job_business.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@property --1vw {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
:root {
  --1vw: 1vw;
  --vw-to-px: calc(tan(atan2(var(--1vw), 1px)));
}

@media only screen and (min-width: 768px) {
  .p-page-visual__inner {
    width: 97%;
    aspect-ratio: 1400/700;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-page-visual__inner {
    width: 100%;
    aspect-ratio: 375/300;
  }
}
.p-page-visual__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media only screen and (min-width: 768px) {
  .p-page-visual__inner img {
    border-radius: 0.6rem;
  }
}

.p-info {
  margin-top: 9.3rem;
}
@media only screen and (max-width: 767px) {
  .p-info {
    margin-top: 4rem;
  }
}
.p-info__inner {
  width: var(--content-width);
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-info__inner {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 768px) {
  .p-info__heading {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-info__heading {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-info__heading {
    max-width: 920px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .p-info__heading {
    letter-spacing: 0em;
  }
}
.p-info__table-wrapper {
  width: 100%;
  margin-top: 8rem;
}
@media only screen and (max-width: 1199px) {
  .p-info__table-wrapper {
    overflow: visible;
    max-width: 100%;
    margin-top: 4rem;
    padding-top: 3.9rem;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-info__table-wrapper {
    margin-top: 2.1rem;
    padding-top: 2.9rem;
  }
}
.p-info__table-scroll-inner {
  padding-top: 5em;
}
@media only screen and (max-width: 1199px) {
  .p-info__table-scroll-inner {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 2.2rem;
    scrollbar-width: auto;
  }
  .p-info__table-scroll-inner::-webkit-scrollbar {
    width: 8px;
    height: 5px;
  }
  .p-info__table-scroll-inner::-webkit-scrollbar-track {
    border-radius: 1000px;
    background-color: transparent;
  }
  .p-info__table-scroll-inner::-webkit-scrollbar-thumb {
    border-radius: 1000px;
    cursor: pointer;
  }
  .p-info__table-scroll-inner {
    scrollbar-color: var(--color-key1) transparent;
  }
  .p-info__table-scroll-inner::-webkit-scrollbar-thumb {
    background-color: var(--color-key1);
  }
  .p-info__table-scroll-inner {
    scrollbar-color: var(--color-key1) #1C293E;
  }
  .p-info__table-scroll-inner::-webkit-scrollbar-track {
    background-color: #1C293E;
  }
}
.p-info__table {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .p-info__table {
    width: 64rem;
    white-space: nowrap;
  }
}
.p-info__table tr th, .p-info__table tr td {
  width: 25%;
  text-align: center;
  font-weight: inherit;
}
@media only screen and (min-width: 768px) {
  .p-info__table tr th, .p-info__table tr td {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th, .p-info__table tr td {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th, .p-info__table tr td {
    width: 25%;
  }
}
.p-info__table tr th {
  position: relative;
}
.p-info__table tr th:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-width: 2.3rem 0 2.3rem 2.3rem;
  border-style: solid;
  border-color: transparent transparent transparent var(--color-bg-step1);
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th:after {
    border-width: 1.9rem 0 1.9rem 1.7rem;
  }
}
.p-info__table tr th:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-width: 2.3rem 0 2.3rem 2.3rem;
  border-style: solid;
  border-color: transparent transparent transparent var(--color-base-bg);
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th:not(:first-child):before {
    border-width: 1.9rem 0 1.9rem 1.7rem;
  }
}
.p-info__table tr th:first-child {
  padding-right: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th:first-child {
    padding-right: 0.6rem;
  }
}
.p-info__table tr th:first-child:after {
  margin-left: -0.8rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th:first-child:after {
    margin-left: -0.6rem;
  }
}
.p-info__table tr th:first-child .p-info__table-head {
  background: var(--color-bg-step1);
}
@media only screen and (min-width: 768px) {
  .p-info__table tr th:nth-child(2) {
    padding-inline: 8px 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th:nth-child(2) {
    padding-inline: 6px 1.3rem;
  }
}
.p-info__table tr th:nth-child(2):before {
  left: 8px;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th:nth-child(2):before {
    left: 6px;
  }
}
.p-info__table tr th:nth-child(2):after {
  margin-left: -1.9rem;
  border-left-color: var(--color-bg-step2);
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th:nth-child(2):after {
    margin-left: -1.4rem;
  }
}
.p-info__table tr th:nth-child(2) .p-info__table-head {
  padding-left: 2.6rem;
  background: var(--color-bg-step2);
}
.p-info__table tr th:nth-child(3) {
  padding-right: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th:nth-child(3) {
    padding-right: 2.1rem;
  }
}
.p-info__table tr th:nth-child(3):before {
  left: -7px;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th:nth-child(3):before {
    left: -5px;
  }
}
.p-info__table tr th:nth-child(3):after {
  margin-left: -2.8rem;
  border-left-color: var(--color-bg-step3);
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th:nth-child(3):after {
    margin-left: -2.2rem;
  }
}
.p-info__table tr th:nth-child(3) .p-info__table-head {
  padding-left: 2.8rem;
  background: var(--color-bg-step3);
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th:nth-child(3) .p-info__table-head {
    padding-left: 0.7rem;
  }
}
.p-info__table tr th:nth-child(3) .p-info__table-head:after {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 7px;
  background: var(--color-bg-step3);
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th:nth-child(3) .p-info__table-head:after {
    left: -5px;
    width: 5px;
  }
}
.p-info__table tr th:nth-child(3) .p-info__table-point {
  margin-right: -1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th:nth-child(3) .p-info__table-point {
    margin-right: -1.2rem;
  }
}
.p-info__table tr th:nth-child(4) {
  padding-right: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th:nth-child(4) {
    padding-right: 1.7rem;
  }
}
.p-info__table tr th:nth-child(4):before {
  left: -23px;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th:nth-child(4):before {
    left: -17px;
  }
}
.p-info__table tr th:nth-child(4):after {
  left: auto;
  right: 0;
  border-left-color: var(--color-bg-step4);
}
.p-info__table tr th:nth-child(4) .p-info__table-head {
  background: var(--color-bg-step4);
}
@media only screen and (min-width: 768px) {
  .p-info__table tr th:nth-child(4) .p-info__table-head {
    padding-left: 2.2rem;
  }
}
.p-info__table tr th:nth-child(4) .p-info__table-head:after {
  content: "";
  display: block;
  position: absolute;
  left: -23px;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 23px;
  background: var(--color-bg-step4);
}
@media only screen and (max-width: 767px) {
  .p-info__table tr th:nth-child(4) .p-info__table-head:after {
    left: -17px;
    width: 17px;
  }
}
.p-info__table tr td {
  padding-top: 0.6rem;
  padding-inline: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td {
    padding-top: 0.5rem;
    padding-inline: 1.2rem;
  }
}
.p-info__table tr td:first-child {
  padding-left: 0;
}
.p-info__table tr td:last-child {
  padding-right: 0;
}
.p-info__table tr td:not(:last-child) {
  position: relative;
}
.p-info__table tr td:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 1px;
  background: var(--color-border-white2);
}
.p-info__table tr td:not(:last-child).u-border-space-10:before {
  top: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-10:before {
    top: 0.5rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-11:before {
  top: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-11:before {
    top: 0.5rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-12:before {
  top: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-12:before {
    top: 0.6rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-13:before {
  top: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-13:before {
    top: 0.6rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-14:before {
  top: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-14:before {
    top: 0.7rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-15:before {
  top: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-15:before {
    top: 0.8rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-16:before {
  top: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-16:before {
    top: 0.8rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-17:before {
  top: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-17:before {
    top: 0.9rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-18:before {
  top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-18:before {
    top: 0.9rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-19:before {
  top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-19:before {
    top: 1rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-20:before {
  top: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-20:before {
    top: 1rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-21:before {
  top: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-21:before {
    top: 1.1rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-22:before {
  top: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-22:before {
    top: 1.1rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-23:before {
  top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-23:before {
    top: 1.2rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-24:before {
  top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-24:before {
    top: 1.2rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-25:before {
  top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-25:before {
    top: 1.3rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-26:before {
  top: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-26:before {
    top: 1.3rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-27:before {
  top: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-27:before {
    top: 1.4rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-28:before {
  top: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-28:before {
    top: 1.4rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-29:before {
  top: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-29:before {
    top: 1.5rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-30:before {
  top: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-30:before {
    top: 1.6rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-31:before {
  top: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-31:before {
    top: 1.6rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-32:before {
  top: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-32:before {
    top: 1.7rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-33:before {
  top: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-33:before {
    top: 1.7rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-34:before {
  top: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-34:before {
    top: 1.8rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-35:before {
  top: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-35:before {
    top: 1.8rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-36:before {
  top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-36:before {
    top: 1.9rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-37:before {
  top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-37:before {
    top: 1.9rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-38:before {
  top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-38:before {
    top: 2rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-39:before {
  top: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-39:before {
    top: 2rem;
  }
}
.p-info__table tr td:not(:last-child).u-border-space-40:before {
  top: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr td:not(:last-child).u-border-space-40:before {
    top: 2.1rem;
  }
}
.p-info__table tr:first-child th, .p-info__table tr:first-child td, .p-info__table tr:last-child th, .p-info__table tr:last-child td {
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr:first-child th, .p-info__table tr:first-child td, .p-info__table tr:last-child th, .p-info__table tr:last-child td {
    width: 24%;
  }
}
.p-info__table tr.u-padding-10 td {
  padding-top: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-10 td {
    padding-top: 0.5rem;
  }
}
.p-info__table tr.u-padding-11 td {
  padding-top: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-11 td {
    padding-top: 0.5rem;
  }
}
.p-info__table tr.u-padding-12 td {
  padding-top: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-12 td {
    padding-top: 0.6rem;
  }
}
.p-info__table tr.u-padding-13 td {
  padding-top: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-13 td {
    padding-top: 0.6rem;
  }
}
.p-info__table tr.u-padding-14 td {
  padding-top: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-14 td {
    padding-top: 0.7rem;
  }
}
.p-info__table tr.u-padding-15 td {
  padding-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-15 td {
    padding-top: 0.7rem;
  }
}
.p-info__table tr.u-padding-16 td {
  padding-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-16 td {
    padding-top: 0.8rem;
  }
}
.p-info__table tr.u-padding-17 td {
  padding-top: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-17 td {
    padding-top: 0.8rem;
  }
}
.p-info__table tr.u-padding-18 td {
  padding-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-18 td {
    padding-top: 0.9rem;
  }
}
.p-info__table tr.u-padding-19 td {
  padding-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-19 td {
    padding-top: 0.9rem;
  }
}
.p-info__table tr.u-padding-20 td {
  padding-top: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-20 td {
    padding-top: 1rem;
  }
}
.p-info__table tr.u-padding-21 td {
  padding-top: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-21 td {
    padding-top: 1rem;
  }
}
.p-info__table tr.u-padding-22 td {
  padding-top: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-22 td {
    padding-top: 1.1rem;
  }
}
.p-info__table tr.u-padding-23 td {
  padding-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-23 td {
    padding-top: 1.1rem;
  }
}
.p-info__table tr.u-padding-24 td {
  padding-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-24 td {
    padding-top: 1.2rem;
  }
}
.p-info__table tr.u-padding-25 td {
  padding-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-25 td {
    padding-top: 1.2rem;
  }
}
.p-info__table tr.u-padding-26 td {
  padding-top: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-26 td {
    padding-top: 1.3rem;
  }
}
.p-info__table tr.u-padding-27 td {
  padding-top: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-27 td {
    padding-top: 1.3rem;
  }
}
.p-info__table tr.u-padding-28 td {
  padding-top: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-28 td {
    padding-top: 1.4rem;
  }
}
.p-info__table tr.u-padding-29 td {
  padding-top: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-29 td {
    padding-top: 1.4rem;
  }
}
.p-info__table tr.u-padding-30 td {
  padding-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-30 td {
    padding-top: 1.5rem;
  }
}
.p-info__table tr.u-padding-31 td {
  padding-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-31 td {
    padding-top: 1.5rem;
  }
}
.p-info__table tr.u-padding-32 td {
  padding-top: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-32 td {
    padding-top: 1.6rem;
  }
}
.p-info__table tr.u-padding-33 td {
  padding-top: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-33 td {
    padding-top: 1.6rem;
  }
}
.p-info__table tr.u-padding-34 td {
  padding-top: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-34 td {
    padding-top: 1.7rem;
  }
}
.p-info__table tr.u-padding-35 td {
  padding-top: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-35 td {
    padding-top: 1.7rem;
  }
}
.p-info__table tr.u-padding-36 td {
  padding-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-36 td {
    padding-top: 1.8rem;
  }
}
.p-info__table tr.u-padding-37 td {
  padding-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-37 td {
    padding-top: 1.8rem;
  }
}
.p-info__table tr.u-padding-38 td {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-38 td {
    padding-top: 1.9rem;
  }
}
.p-info__table tr.u-padding-39 td {
  padding-top: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-39 td {
    padding-top: 1.9rem;
  }
}
.p-info__table tr.u-padding-40 td {
  padding-top: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .p-info__table tr.u-padding-40 td {
    padding-top: 2rem;
  }
}
.p-info__table-head {
  display: block;
  padding-block: 1.2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .p-info__table-head {
    padding-block: 0.9rem;
  }
}
.p-info__table-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5.1rem;
  aspect-ratio: 1;
  margin-right: -2.6rem;
  margin-bottom: -1.2rem;
  border-radius: 100%;
  background: #052674;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .p-info__table-point {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-info__table-point {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-info__table-point {
    width: 3.8rem;
    margin-right: -1.9rem;
    margin-bottom: -1rem;
  }
}
.p-info__table-data-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
}
.p-info__table-data-wrapper .p-info__table-data {
  width: 48%;
}
.p-info__table-data {
  padding-block: 1rem;
  border-radius: 2px;
  background: var(--color-bg6);
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .p-info__table-data {
    padding-block: 0.8rem;
  }
}
.p-info__table-data.u-bg-dark {
  background: #0B192E;
}
.p-info__table-data.u-management {
  padding-block: 2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-info__table-data.u-management {
    padding-block: 1.5rem;
  }
}
.p-info__table-data.u-management span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-info__table-data.u-management span {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-info__table-data.u-management span {
    font-size: 0.9rem;
  }
}

.p-category {
  margin-top: 10.6rem;
}
@media only screen and (max-width: 767px) {
  .p-category {
    margin-top: 8rem;
  }
}
.p-category__heading {
  width: var(--content-width);
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-category__heading {
    max-width: 1280px;
  }
}
.p-category__filter {
  margin-top: 4rem;
  padding-block: 3.3rem 4.6rem;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: var(--color-border-white2);
}
@media only screen and (max-width: 767px) {
  .p-category__filter {
    margin-top: 3.3rem;
    padding-block: 2.6rem 3.3rem;
  }
}
.p-category__filter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.6rem;
  width: var(--content-width);
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-category__filter-inner {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 767px) {
  .p-category__filter-inner {
    row-gap: 2rem;
  }
}
.p-category__panel {
  padding-top: 6.6rem;
}
@media only screen and (max-width: 767px) {
  .p-category__panel {
    padding-top: 5.3rem;
  }
}
.p-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: var(--content-width);
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-category__list {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 768px) {
  .p-category__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4rem 3%;
  }
}
@media only screen and (max-width: 767px) {
  .p-category__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3.3rem;
  }
}
.p-category__item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-category__item {
    width: 31%;
  }
}

.p-category-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: var(--content-width);
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-category-modal {
    max-width: 1360px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-category-modal {
    width: 94%;
  }
}
@media print {
  .p-category-modal {
    width: 94%;
  }
}
@media only screen and (max-width: 1199px) {
  .p-category-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-category-modal__text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3.3rem;
  padding: 2.6rem;
  background: var(--color-bg5);
}
@media only screen and (min-width: 1200px) {
  .p-category-modal__text {
    width: 55%;
    padding: 5%;
  }
}
@media print {
  .p-category-modal__text {
    width: 55%;
    padding: 5%;
  }
}
@media only screen and (max-width: 1199px) {
  .p-category-modal__text {
    row-gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-category-modal__text {
    padding: 2rem 2rem 2.6rem;
  }
}
.p-category-modal .c-heading {
  padding-bottom: 0;
  border-bottom: none;
}
.p-category-modal .c-hash-list {
  margin-top: -2.6rem;
  gap: 0.8rem;
}
@media only screen and (max-width: 1199px) {
  .p-category-modal .c-hash-list {
    margin-top: -1.2rem;
  }
}
.p-category-modal .c-hash-list__item {
  color: var(--color-white);
}
.p-category-modal__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.3rem;
  margin-top: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .p-category-modal__button {
    width: 21.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-category-modal__button {
    width: 100%;
    margin-inline: auto;
  }
}
.p-category-modal__button .c-button {
  width: 100%;
}
.p-category-modal__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 1200px) {
  .p-category-modal__image {
    width: 44%;
    height: 100%;
  }
}
@media print {
  .p-category-modal__image {
    width: 44%;
    height: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .p-category-modal__image {
    width: 100%;
  }
}
.p-category-modal__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media only screen and (min-width: 1200px) {
  .p-category-modal__image img {
    height: 100%;
  }
}
@media print {
  .p-category-modal__image img {
    height: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .p-category-modal__image img {
    aspect-ratio: 3/2;
  }
}