.p-office {
  background: var(--color-gray);
}
@media only screen and (max-width: 768px) {
  .p-office {
    margin-bottom: 12.9333333333vw;
    padding: 13.3333333333vw 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-office {
    margin-bottom: min(140px, 10.9375vw);
    padding-block: min(140px, 10.9375vw) min(200px, 15.625vw);
  }
}

.p-office-title {
  align-items: center;
  display: flex;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .p-office-title {
    flex-direction: column-reverse;
    gap: 1.3333333333vw;
    margin-block: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-office-title {
    flex-direction: column;
    gap: min(17px, 1.328125vw);
    margin-bottom: min(35px, 2.734375vw);
  }
}

.p-office-title-en {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-office-title-en {
    font-size: 2.9333333333vw;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 769px) {
  .p-office-title-en {
    font-size: min(17px, 1.328125vw);
    line-height: 1.47;
  }
}

.p-office-title-ja {
  letter-spacing: 0.11em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-office-title-ja {
    font-size: 4.5333333333vw;
    line-height: 1.441;
  }
}
@media print, screen and (min-width: 769px) {
  .p-office-title-ja {
    font-size: min(25px, 1.953125vw);
    line-height: 1.44;
  }
}

@media only screen and (max-width: 768px) {
  .p-office-image {
    margin-bottom: 6.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-office-image {
    margin-bottom: min(60px, 4.6875vw);
  }
}
.p-office-image img {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-office-items {
    margin-bottom: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-office-items {
    display: flex;
    gap: min(30px, 2.34375vw);
    justify-content: center;
    margin-bottom: min(100px, 7.8125vw);
  }
}

.p-office-item {
  font-weight: 300;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .p-office-item + .p-office-item {
    margin-top: min(40px, 3.125vw);
  }
}

.p-office-heading {
  letter-spacing: 0.11em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-office-heading {
    border-bottom: 1px dotted #6F6D6D;
    font-size: 3.2vw;
    line-height: 1.458;
    margin: 0 auto 1.6vw;
    padding-bottom: 1.6vw;
    width: 46.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-office-heading {
    border-bottom: 1px solid #fff;
    font-size: min(18px, 1.40625vw);
    line-height: 1.444;
    margin-bottom: min(14px, 1.09375vw);
    padding-bottom: min(14px, 1.09375vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-office-text {
    font-size: 2.9333333333vw;
    line-height: 1.636;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .p-office-text {
    font-size: min(16px, 1.25vw);
    line-height: 1.625;
  }
}

.p-rules {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .p-rules {
    border-radius: 4vw;
    padding: 5.7333333333vw 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-rules {
    border-radius: min(20px, 1.5625vw);
    padding: min(47px, 3.671875vw) min(75px, 5.859375vw) min(57px, 4.453125vw);
  }
}

.p-rules-title {
  border-bottom: 1px solid #6F6D6D;
  color: #6F6D6D;
  letter-spacing: 0.11em;
}
@media only screen and (max-width: 768px) {
  .p-rules-title {
    font-size: 2.9333333333vw;
    line-height: 1.4;
    margin-bottom: 2.8vw;
    padding-bottom: 2.8vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .p-rules-title {
    font-size: min(18px, 1.40625vw);
    line-height: 1.444;
    margin-bottom: min(22px, 1.71875vw);
    padding-bottom: min(22px, 1.71875vw);
  }
}

.p-rules-list li {
  color: #6F6D6D;
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .p-rules-list li {
    font-size: 2.4vw;
    line-height: 1.666;
  }
}
@media print, screen and (min-width: 769px) {
  .p-rules-list li {
    font-size: min(16px, 1.25vw);
    line-height: 1.75;
  }
}

.p-process {
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .p-process {
    margin-bottom: 12.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-process {
    margin-bottom: min(222px, 17.34375vw);
  }
}

.p-process-title {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-process-title {
    flex-direction: column-reverse;
    gap: 1.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-process-title {
    flex-direction: column;
    gap: min(17px, 1.328125vw);
    margin-bottom: min(100px, 7.8125vw);
  }
}

.p-process-title-en {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-process-title-en {
    font-size: 2.9333333333vw;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 769px) {
  .p-process-title-en {
    font-size: min(17px, 1.328125vw);
    line-height: 1.47;
  }
}

.p-process-title-ja {
  letter-spacing: 0.11em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-process-title-ja {
    font-size: 4.5333333333vw;
    line-height: 1.666;
  }
}
@media print, screen and (min-width: 769px) {
  .p-process-title-ja {
    font-size: min(25px, 1.953125vw);
    line-height: 1.44;
  }
}

@media only screen and (max-width: 768px) {
  .p-process-items {
    padding-inline: 4vw;
  }
}

.p-process-item {
  background: var(--color-gray);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-process-item {
    border-radius: 2.6666666667vw;
    padding: 2.4vw 3.6vw 8.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-process-item {
    align-items: center;
    border-radius: min(20px, 1.5625vw);
    display: flex;
    height: min(95px, 7.421875vw);
    padding-inline: min(30px, 2.34375vw);
  }
}
.p-process-item:not(:last-child)::after {
  background: url("../img/pict-arrow.svg") no-repeat left top/cover;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  translate: -50%;
}
@media only screen and (max-width: 768px) {
  .p-process-item:not(:last-child)::after {
    bottom: -6.2666666667vw;
    height: 2.9333333333vw;
    width: 4.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-process-item:not(:last-child)::after {
    bottom: max(-40px, -3.125vw);
    height: min(22px, 1.71875vw);
    width: min(36px, 2.8125vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-process-item + .p-process-item {
    margin-top: 9.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-process-item + .p-process-item {
    margin-top: min(60px, 4.6875vw);
  }
}

.p-process-item-title {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-process-item-title {
    border-bottom: 0.2666666667vw dashed #000;
    margin-bottom: 3.6vw;
    padding-bottom: 0.8vw;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-process-step {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-process-step {
    font-size: 2.2666666667vw;
    width: 11.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-process-step {
    font-size: min(17px, 1.328125vw);
    width: min(88px, 6.875vw);
  }
}

.p-process-heading {
  flex-shrink: 0;
  letter-spacing: 0.11em;
}
@media only screen and (max-width: 768px) {
  .p-process-heading {
    font-size: 3.3333333333vw;
    line-height: 1.44;
  }
}
@media print, screen and (min-width: 769px) {
  .p-process-heading {
    border-right: 1px solid #3E3E3E;
    font-size: min(25px, 1.953125vw);
    line-height: 1.44;
    margin-right: min(47px, 3.671875vw);
    width: min(148px, 11.5625vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-process-text {
    font-size: 3.3333333333vw;
    line-height: 1.6;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .p-process-text {
    font-size: min(19px, 1.484375vw);
    line-height: 1.421;
  }
}
@media print, screen and (min-width: 769px) {
  .p-process-text small {
    font-size: min(16px, 1.25vw);
  }
}

.p-job {
  background: var(--color-gray);
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .p-job {
    margin-bottom: 16vw;
    padding: 14.8vw 4vw 25.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-job {
    margin-bottom: min(150px, 11.71875vw);
    padding-block: min(100px, 7.8125vw);
  }
}

.p-job-title {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-job-title {
    flex-direction: column-reverse;
    gap: 1.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-job-title {
    flex-direction: column;
    gap: min(27px, 2.109375vw);
    margin-bottom: min(134px, 10.46875vw);
  }
}

.p-job-title-en {
  font-weight: 300;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-job-title-en {
    font-size: min(17px, 1.328125vw);
    line-height: 1.47;
  }
}

.p-job-title-ja {
  font-weight: 300;
  letter-spacing: 0.09em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-job-title-ja {
    font-size: 4.5333333333vw;
    line-height: 1.47;
  }
}
@media print, screen and (min-width: 769px) {
  .p-job-title-ja {
    font-size: min(38px, 2.96875vw);
    line-height: 1.447;
  }
}

@media only screen and (max-width: 768px) {
  .p-job-sec + .p-job-sec {
    margin-top: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-job-sec + .p-job-sec {
    margin-top: min(80px, 6.25vw);
  }
}

.p-job-sec-title {
  background: #FEE6E6;
  display: grid;
  letter-spacing: 0.11em;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .p-job-sec-title {
    border-radius: 2.6666666667vw;
    font-size: 3.6vw;
    height: 8.4vw;
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-job-sec-title {
    border-radius: min(20px, 1.5625vw);
    font-size: min(25px, 1.953125vw);
    height: min(63px, 4.921875vw);
    margin-bottom: min(50px, 3.90625vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-job-items {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding-inline: 10vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-job-items {
    display: grid;
    gap: min(30px, 2.34375vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .p-job-items2 {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding-inline: 10vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-job-items2 {
    display: grid;
    gap: min(30px, 2.34375vw);
    grid-template-columns: 1fr;
  }
}

.p-job-image img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-job-image img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2.66667vw 2.66667vw 0px 0px;
  }
}

.p-job-detail {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .p-job-detail {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    padding: 5.3333333333vw 4.4vw 4.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-job-detail {
    border-radius: 0 0 min(20px, 1.5625vw) min(20px, 1.5625vw);
    padding: min(36px, 2.8125vw) min(26px, 2.03125vw);
  }
}

.p-job-name {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-job-name {
    font-size: 3.6vw;
    line-height: 1.444;
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-job-name {
    font-size: min(22px, 1.71875vw);
    margin-bottom: min(16px, 1.25vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-job-text {
    font-size: 3.0666666667vw;
    line-height: 1.739;
    margin-bottom: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-job-text {
    font-size: min(15px, 1.171875vw);
    line-height: 1.73;
    margin-bottom: min(50px, 3.90625vw);
  }
}

.p-job-link {
  display: flex;
  justify-content: flex-end;
}
.p-job-link a {
  display: block;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .p-job-link a {
    width: 30.1333333333vw;
    padding-bottom: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-job-link a {
    padding-bottom: min(16px, 1.25vw);
    width: min(178px, 13.90625vw);
  }
}
.p-job-link a span {
  display: block;
  font-weight: 400;
  letter-spacing: 0.06em;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .p-job-link a span {
    font-size: 2.8vw;
    line-height: 1.428;
    padding-left: 1.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-job-link a span {
    font-size: min(17px, 1.328125vw);
    line-height: 1.47;
    padding-left: min(10px, 0.78125vw);
  }
}
.p-job-link a::after {
  background: url("../../img/pict-link-arrow.svg") no-repeat right top/auto 100%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-job-link a::after {
    height: 2.4vw;
    width: 30.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-job-link a::after {
    height: min(15px, 1.171875vw);
    transition: 0.3s ease-in-out;
    width: min(178px, 13.90625vw);
  }
}
@media print, screen and (min-width: 769px) {
  .p-job-link a:hover span {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 769px) {
  .p-job-link a:hover::after {
    transform: translateX(10px);
  }
}/*# sourceMappingURL=index.css.map */