/* =========================================================
font setting
========================================================= */
/* =========================================================
font class
========================================================= */
.font-main-en {
  font-size: 65px;
  font-family: "Times New Roman", 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;
  }
}

/* =========================================================
career-up
========================================================= */
@media screen and (min-width: 992px) {
  .p-career-up .c-title-page-mv_content {
    padding: 50px 8% 35px;
  }
}
.p-career-up-flow {
  position: relative;
  padding: 10px 0 50px;
}
@media screen and (min-width: 992px) {
  .p-career-up-flow {
    padding: 0 0 90px;
  }
}
.p-career-up-flow::before {
  content: "";
  background: url(../images/common/wing01.svg) no-repeat left top;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -60%;
}
@media screen and (min-width: 992px) {
  .p-career-up-flow::before {
    bottom: -120px;
    left: -83%;
    background-position: right bottom;
    height: 500px;
    top: auto;
  }
}
.p-career-up-flow::after {
  content: "";
  background: url(../images/common/wing03-w.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 170%;
  height: 60vh;
  position: absolute;
  top: 0;
  right: -110%;
}
@media screen and (min-width: 992px) {
  .p-career-up-flow::after {
    background-position: right bottom;
    height: 50vh;
    top: 0;
    right: -520px;
  }
}
.p-career-up-flow .l-container {
  padding: 0 5px;
}
@media screen and (min-width: 992px) {
  .p-career-up-flow .l-container {
    padding: 0 15px;
  }
}
.p-career-up-flow .c-title-en {
  position: relative;
}
.p-career-up-flow .c-title-en::before {
  content: "";
  border-bottom: 2px dashed #8AE1FF;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
}
.p-career-up-flow .c-title-en .color {
  color: #007FCD;
  font-size: 110%;
}
.p-career-up-flow_list {
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-career-up-flow_list {
    padding-top: 30px;
  }
}
.p-career-up-flow-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-career-up-flow-item {
    gap: 24px;
    padding-bottom: 40px;
  }
}
.p-career-up-flow-item::before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 25px;
  width: 1px;
  height: 100%;
  border-left: 15px solid #ffffff;
}
@media screen and (min-width: 992px) {
  .p-career-up-flow-item::before {
    left: 40px;
  }
}
.p-career-up-flow-item:last-of-type {
  padding-bottom: 0;
}
.p-career-up-flow-item:last-of-type::before {
  content: none;
}
.p-career-up-flow-item_time {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #007FCD;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-career-up-flow-item_time {
    width: 100px;
    height: 100px;
  }
}
.p-career-up-flow-item_time .label {
  background: #8AE1FF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  padding: 8px 0 3px;
}
@media screen and (min-width: 1200px) {
  .p-career-up-flow-item_time .label {
    font-size: 18px;
  }
}
.p-career-up-flow-item_time .time {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-career-up-flow-item_time .time {
    font-size: 40px;
  }
}
.p-career-up-flow-item_time .year {
  font-size: 50%;
}
.p-career-up-flow-item_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 40px;
  border-bottom: 2px dashed #8AE1FF;
}
@media screen and (min-width: 992px) {
  .p-career-up-flow-item_body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}
.p-career-up-flow-item_text {
  flex: 1;
}
.p-career-up-flow-item_title {
  margin: 0 0 6px;
}
.p-career-up-flow-item_desc {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 992px) {
  .p-career-up-flow-item_desc {
    font-size: 13px;
    line-height: 2;
  }
}
.p-career-up-flow-item ul {
  margin-top: 20px;
}
.p-career-up-flow-item ul li {
  color: #000000;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.p-career-up-flow-item ul li::before {
  content: "";
  background: #007FCD;
  border-radius: 100%;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .p-career-up-flow-item ul li::before {
    top: 11px;
  }
}
.p-career-up-flow-item ul li:last-of-type {
  margin-bottom: 0;
}

/*# sourceMappingURL=style-career-up.css.map */