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

  こちらにLPページの個別cssを記述してください。

  =======================================*/
/* project > kv
----------------------------------- */
@media screen and (min-width: 768px) {
  .p-kv__copy-wrap {
    top: calc(50% + 20px);
  }
}
/* project > merit
----------------------------------- */
@media screen and (min-width: 768px) {
  .p-merit__heading {
    min-height: 150px;
  }
}
.p-merit__img img {
  height: 130px;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}
/* project > story
----------------------------------- */
@media screen and (min-width: 768px) {
  .p-story .l-inner {
    max-width: 1180px;
  }
}
.p-story__wrap {
  position: relative;
  z-index: 1;
}
.p-story__know-how-title {
  font-size: 20px;
  text-align: center;
}
.p-story__know-how-title span {
  font-size: 18px;
  display: block;
  line-height: 1.5;
}
/* project > step
----------------------------------- */
@media screen and (min-width: 768px) {
  .p-step__list {
    padding-bottom: 120px;
  }
}
/* project > opening-step
----------------------------------- */
.p-opening-step {
  background-color: var(--color-light-yellow-5);
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-opening-step {
    padding-top: 60px;
  }
  .p-opening-step .l-inner {
    max-width: 1220px;
  }
  .p-opening-step .c-title {
    margin-top: 0px;
  }
}
.p-opening-step-wrap {
  background-color: var(--color-white);
  padding: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-opening-step-wrap {
    padding: 60px 30px;
    margin-top: 40px;
  }
}
.p-opening-step__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 20px;
  background-color: var(--color-bg);
  border-radius: 10px;
  align-items: center;
}
@media screen and (min-width: 1121px) {
  .p-opening-step__list {
    flex-direction: row;
    justify-content: center;
    gap: 84px;
    padding: 30px 20px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.p-opening-step__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  width: 300px;
  max-width: 100%;
}
@media screen and (min-width: 1121px) {
  .p-opening-step__list li {
    flex-direction: column;
    gap: 0px;
  }
}
.p-opening-step__list li:not(:last-child)::after {
  content: "";
  background: url(/beginner/images/icon_arrow_grey.svg) no-repeat center / contain;
  display: block;
  width: 50px;
  aspect-ratio: 45 /22;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: -20px;
}
@media screen and (min-width: 1121px) {
  .p-opening-step__list li:not(:last-child)::after {
    top: 50%;
    right: -20px;
    transform: translate(100%, -50%) rotate(-90deg);
    left: auto;
    bottom: auto;
  }
}
.p-opening-step__list li span {
  line-height: 34px;
  text-align: center;
  width: 100px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  background-color: var(--color-main);
}
@media screen and (min-width: 1121px) {
  .p-opening-step__list li span {
    width: 160px;
    margin: 0 auto;
  }
}
.p-opening-step__list li p {
  font-size: 18px;
  font-weight: bold;
}
.p-opening-step__detail-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-opening-step__detail-list {
    gap: 124px;
    max-width: 880px;
    margin: 60px auto 0;
  }
}
.p-opening-step__detail-list li {
  position: relative;
  width: 100%;
}
.p-opening-step__detail-list li:not(:last-child)::after {
  content: "";
  background: url(/beginner/images/icon_arrow_grey.svg) no-repeat center / contain;
  display: block;
  width: 50px;
  aspect-ratio: 45 /22;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: -20px;
}
@media screen and (min-width: 768px) {
  .p-opening-step__detail-list li:not(:last-child)::after {
    width: 90px;
    bottom: -40px;
  }
}
.p-detail-list__subtitle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-detail-list__subtitle {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    font-size: 30px;
  }
}
.p-detail-list__subtitle__step {
  line-height: 40px;
  text-align: center;
  width: 100%;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  background-color: var(--color-main);
}
@media screen and (min-width: 768px) {
  .p-detail-list__subtitle__step {
    line-height: 50px;
    width: 220px;
    font-size: 24px;
  }
}
.p-detail-list__title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-detail-list__title {
    font-size: 30px;
    text-align: left;
  }
}
.p-detail-list__note {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-detail-list__note {
    font-size: 18px;
    margin-top: 8px;
  }
}
.p-detail-list__action-point__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-detail-list__action-point__title {
    font-size: 24px;
    text-align: left;
  }
}
.p-detail-list__action-point {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 981px) {
  .p-detail-list__action-point {
    flex-direction: row;
    gap: 30px;
  }
}
.p-detail-list__action-point p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
}
.p-detail-list__action-point p::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/beginner/images/icon_check.svg) no-repeat center / 13px var(--color-light-yellow-5);
  border-radius: 4px;
  border: 2px solid var(--color-text);
}
.p-opening-step__days {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-opening-step__days {
    margin-top: 30px;
  }
}
.p-opening-step__day-label {
  display: block;
  margin: 0 auto 10px;
  width: 200px;
  line-height: 26px;
  text-align: center;
  border:  2px solid var(--color-text);
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-opening-step__day {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .p-opening-step__amount .p-opening-step__day {
    align-items: flex-start;
  }
  .p-opening-step__day-label {
    width: 140px;
    margin: 0;
    line-height: 36px;
    font-size: 20px;
  }
  .p-opening-step__amount .p-opening-step__day-label {
    width: 190px;
  }
}
.p-opening-step__days p {
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-opening-step__days p {
    font-size: 18px;
  }
}
.p-opening-step__point-label {
  min-height: 34px;
  font-size: 18px;
  margin: 0 auto 23px;
  max-width: 200px;
  width: 100%;
  line-height: 34px;
  background: var(--color-light-yellow-2);
  border-radius: 30px;
  display: block;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-opening-step__point-label {
    font-size: 20px;
    max-width: 140px;
    line-height: 40px;
    margin: 0 auto 21px 0;
  }
}
.p-opening-step__point-label::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid var(--color-light-yellow-2);
}
.p-opening-step__day-desc {
  font-weight: 600;
}
p.p-opening-step__day-title {
  font-size: 17px;
  font-weight: bold;
  display: flex;
  gap: 10px;
}
p.p-opening-step__day-title::before {
  content: "";
  background-color: var(--color-gray);
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateY(7px);
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  p.p-opening-step__day-title {
    font-size: 24px;
  }
  p.p-opening-step__day-title::before{
    width: 14px;
    height: 14px;
    transform: translateY(12px);
  }
}
.p-opening-step__start-text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-opening-step__start-text {
    font-size: 24px;
  }
}
p.p-opening-step__day-sublabel {
  margin: 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-opening-step__day-desc-wrap {
    flex: 1;
  }
  p.p-opening-step__day-sublabel {
    font-size: 20px;
    margin: 0 0 10px 0;
    text-align: left;
  }
}
/* コラム */
.p-opening-step .p-column {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-opening-step .p-column {
    max-width: 1080px;
    margin: 40px auto 0;
  }
}
.p-opening-step .p-column__item {
  background-color: var(--color-white);
}
.p-column__subtitle {
  font-size: 18px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-column__subtitle {
    font-size: 22px;
  }
}
.p-opening-step .p-column__text {
  line-height: 1.7;
}
.p-opening-step .p-intv-schedule__link {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .p-opening-step .p-intv-schedule__link {
    margin: 40px auto 0;
  }
}
/* project > intv
----------------------------------- */
.p-intv__heading.c-title span {
  font-size: 18px;
  display: block;
}
/* 私の前職 */
.p-previous-job {
  padding-top: 30px;
}
.p-previous-job-item {
  background-color: var(--color-light-yellow-5);
  padding: 40px 10px 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-previous-job-item {
    padding: 40px 100px;
  }
}
.p-previous-job__label {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-main);
  font-size: 20px;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 34px;
  border-radius: 50vh;
}
@media screen and (min-width: 768px) {
  .p-previous-job__label {
    max-width: 160px;
  }
}
.p-previous-job__label::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid var(--color-main);
}
.p-previous-job__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.p-previous-job__text {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .p-previous-job__text {
    font-size: 18px;
    padding: 0;
  }
}
/* 3つのポイント */
.p-intv-ac__point {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-intv-ac__point {
    margin-top: 40px;
  }
}