/* =========================================================
font setting
========================================================= */
/* =========================================================
font class
========================================================= */
.font-main-en {
  font-size: 65px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-main-en {
    font-size: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .font-main-en {
    font-size: 100px;
  }
}

.font-main-jp {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-main-jp {
    font-size: 54px;
  }
}

.font-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-title {
    font-size: 32px;
  }
}

.font-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-subtitle {
    font-size: 24px;
  }
}

.font-lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-lead {
    font-size: 20px;
  }
}

.font-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  word-break: break-word;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 2.1;
    letter-spacing: 0.08em;
  }
}

.font-text-small {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
  word-break: break-word;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-text-small {
    font-size: 12px;
  }
}

/* =========================================================
jobs
========================================================= */
.p-jobs-list ul {
  border-radius: 12px;
  background: #fff;
  display: grid;
  padding: 20px 18px;
}
@media screen and (min-width: 992px) {
  .p-jobs-list ul {
    margin: 0 auto;
    padding: 45px 55px;
  }
}
.p-jobs-list ul a {
  display: block;
  position: relative;
  min-height: 44px;
  padding: 18px 36px 18px 10px;
  border-bottom: 1px solid #8AE1FF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .p-jobs-list ul a {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.p-jobs-list ul a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 10px;
  background: url("../images/common/icon-arrow-bl.svg") center/contain no-repeat;
  transform: translateY(-50%);
}
.p-jobs-list ul a:hover {
  background: #007FCD;
}
.p-jobs-list ul a:hover::after {
  background-image: url("../images/common/icon-arrow-wh.svg");
}
.p-jobs-list ul a:hover .title {
  color: #ffffff;
}
.p-jobs-list ul .type {
  flex-shrink: 0;
  padding: 6px 15px;
  border-radius: 20px;
  background: #F1F1F1;
  color: #007FCD;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  max-width: 145px;
  width: 100%;
  text-align: center;
}
.p-jobs-list ul .title {
  display: block;
  margin-top: 5px;
  color: #000000;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .p-jobs-list ul .title {
    display: inline-block;
    margin-top: 0;
  }
}
.p-jobs-table--wrap {
  border-radius: 12px;
  background: #fff;
  display: grid;
  padding: 20px 18px;
}
@media screen and (min-width: 992px) {
  .p-jobs-table--wrap {
    margin: 0 auto;
    padding: 45px 55px;
  }
}
.p-jobs-table_item {
  display: block;
  position: relative;
  padding: 20px 15px 25px 15px;
  border-bottom: 1px solid #8AE1FF;
}
@media screen and (min-width: 992px) {
  .p-jobs-table_item {
    display: flex;
    gap: 20px;
  }
}
.p-jobs-table_title {
  color: #007FCD;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .p-jobs-table_title {
    width: 200px;
    padding-top: 5px;
    margin-bottom: 0;
  }
}
.p-jobs-table_content {
  line-height: 1.8;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 992px) {
  .p-jobs-table_content {
    width: calc(100% - 200px);
  }
}
.p-jobs-table_content p {
  padding: 5px 0;
}
.p-jobs-table_content strong {
  font-weight: bold;
}
.p-jobs-table_content ul li {
  padding-bottom: 5px;
}
.p-jobs-buttons {
  display: grid;
  justify-content: center;
  gap: 22px;
  margin-top: 42px;
}
/*# sourceMappingURL=style-jobs.css.map */