.p-office-open {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-office-open {
    margin-top: 4vw;
    font-size: min(12px, 2.6666666667vw);
  }
}
@media print, screen and (min-width: 769px) {
  .p-office-open {
    margin-top: 1.3333333333vw;
    font-size: min(12px, 0.9333333333vw);
  }
}

.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 {
    margin-bottom: min(50px, 3.90625vw);
  }
}

.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.08em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-office-heading {
    border-bottom: 1px dotted var(--color-pink);
    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 var(--color-pink);
    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;
    text-align: center;
  }
}

.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 {
  background: #fff;
  width: 100%;
  margin: 0 auto;
}
.p-process .c-box {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
.p-process .c-box .p-process-title {
  text-align: center;
}
.p-process .c-box .p-process-title .p-process-title-en {
  font-size: 14px;
  color: #888;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.p-process .c-box .p-process-title .p-process-title-ja {
  font-size: 28px;
  margin-top: 10px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.p-process .c-box .p-process-items {
  margin-top: 60px;
}
.p-process .c-box .p-process-items .p-process-item {
  background: #f4f4f4;
  border-radius: 20px;
  padding: 20px 40px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}
.p-process .c-box .p-process-items .p-process-item:not(:last-child) {
  margin-bottom: 60px;
}
.p-process .c-box .p-process-items .p-process-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #e6a5ad;
}
.p-process .c-box .p-process-items .p-process-item .p-process-item-title {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 260px;
}
.p-process .c-box .p-process-items .p-process-item .p-process-item-title .p-process-step {
  font-size: 14px;
  color: #999;
  letter-spacing: 0.1em;
}
.p-process .c-box .p-process-items .p-process-item .p-process-item-title .p-process-heading {
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  padding-right: 20px;
  font-weight: 400;
  border-right: 1px solid #3E3E3E;
  line-height: 1.44;
}
.p-process .c-box .p-process-items .p-process-item .p-process-text {
  font-size: 18px;
  color: #555;
  line-height: 1.8;
  margin: 18px 0;
}
@media only screen and (max-width: 768px) {
  .p-process .sp {
    display: block;
    content: "/n";
  }
  .p-process {
    width: 100%;
    background: #fff;
  }
  .p-process .c-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .p-process .c-box .p-process-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .p-process .c-box .p-process-title .p-process-title-ja {
    font-size: 20px;
    font-weight: 400 !important;
    letter-spacing: 0.12em;
    margin: 0 0 8px;
    line-height: 1.5;
  }
  .p-process .c-box .p-process-title .p-process-title-en {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
  }
  .p-process .c-box .p-process-items {
    margin-top: 0;
    width: 90%;
    margin: 0 auto;
  }
  .p-process .c-box .p-process-items .p-process-item {
    display: block;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 16px;
    position: relative;
  }
  .p-process .c-box .p-process-items .p-process-item:not(:last-child) {
    margin-bottom: 43px;
  }
  .p-process .c-box .p-process-items .p-process-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -27px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #f5b7c3;
  }
  .p-process .c-box .p-process-items .p-process-item .p-process-item-title {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 0;
    border-bottom: 1px dashed #333;
    padding-bottom: 5px;
    margin: 0;
  }
  .p-process .c-box .p-process-items .p-process-item .p-process-item-title .p-process-step {
    font-size: 10px;
    color: #555;
    letter-spacing: 0;
    margin: 0;
    line-height: 1;
  }
  .p-process .c-box .p-process-items .p-process-item .p-process-item-title .p-process-heading {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.12em;
    margin: 0;
    line-height: 1;
    border-right: none;
  }
  .p-process .c-box .p-process-items .p-process-item .p-process-item-title .p-process-heading::after {
    display: none;
  }
  .p-process .c-box .p-process-items .p-process-item .p-process-text {
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.03em;
    color: #3e3e3e;
    margin: 13px 0;
  }
}

.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(21px, 1.640625vw);
    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 */