@charset "UTF-8";
img {
  width: inherit;
}
body {
  font-family: "Shin Go Regular", sans-serif !important;
}
.sponly {
  display: none;
}
.pconly {
  display: block;
}
.mv {
  background-color: #282828;
  background-image: url("/diagnosis/career-path/assets/images/cp-top/bg_mv.png");
  background-size: cover;
  padding: 75px 0 50px;
}
.mv__inner {
  background: url("/diagnosis/career-path/assets/images/cp-top/bg_mv_l.png"),url("/diagnosis/career-path/assets/images/cp-top/bg_mv_r.png");
  background-position: 8vw 4vw,65vw 4vw;
  background-repeat: no-repeat,no-repeat;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.mv-lead {
  background: linear-gradient(transparent 92%, #af5 0);
  margin: 0 auto 25px;
  text-align: center;
}
.mv-text {
  display: flex;
  flex-direction: column;
  margin: 0 2vw;
  width: 43vw;
}
.mv-img-left, .mv-img-right {
  margin: 5vw 0 0;
  width: 15vw;
}
.attention {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 15px 0;
  text-align: left;
}
.conversion-button {
  align-items: center;
  background-color: #09af87;
  border-radius: 45px;
  box-shadow: unset;
  color: #fff;
  display: flex;
  font-family: "Shin Go Regular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  gap: 15px;
  justify-content: center;
  letter-spacing: 0.07em;
  line-height: 1;
  margin: 0 auto;
  padding: 2rem 3.5rem;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: fit-content;
}
.conversion-button::before {
  content: url("/diagnosis/career-path/assets/images/cp-top/btn_bot.svg");
}
.under-mv {
  background: #8cc2b5;
  font-size: 20px;
  letter-spacing: 0.08em;
  padding: 15px 0;
  text-align: center;
}
.under-mv .content-inner ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
.under-mv > .content-inner ul:before {
  background-color: #0c6650;
  content: "";
  height: 15px;
  left: 5%;
  position: absolute;
  top: calc(50% - 0px);
  transform: translateY(-50%);
  width: 80%;
  z-index: -1;
}
.under-mv__title {
  background: #0c6650;
  color: #fff;
  font-family: "Shin Go Bold", sans-serif;
  font-size: 17px;
  letter-spacing: 0.08em;
  padding: 1vw 0;
  text-align: center;
}
.under-mv__title span {
  color: #fff27b;
  font-size: 24px;
}
.under-mv__title img {
  margin: 0 10px 0 0;
}
.under-mv__txt {
  background: #fff;
  background-image: url("/diagnosis/career-path/assets/images/cp-top/icon_check_yellow.png");
  background-position: center;
  background-repeat: no-repeat;
  color: #0c6650;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 23px 15px;
  vertical-align: middle;
  width: 20%;
}
.under-mv__attention {
  color: #fff;
  font-size: 10px;
  font-weight: normal;
}
.worries {
  background-color: #ccf1e2;
  background-image: radial-gradient(rgba(164, 227, 200, 1) 5%, transparent 5%), radial-gradient(rgba(164, 227, 200, 1) 5%, transparent 5%);
  background-position: 0 20px, 0 20px;
  background-size: 30px 30px;
  padding: 90px 0;
  position: relative;
}
.worries:before {
  border-color: #ccf1e2 transparent transparent transparent;
  border-style: solid;
  border-width: 22px 35px 0 35px;
  bottom: -22px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
}
.worries__heading {
  background: url("/diagnosis/career-path/assets/images/cp-top/PROBLEM.png") no-repeat center;
  font-size: 27px;
  line-height: 80px;
  margin-bottom: 60px;
}
.worries-speech__bubble {
  position: absolute;
}
.worries-speech__bubble::after {
  content: url("/diagnosis/career-path/assets/images/cp-top/fukidashi_after.png");
  left: 30%;
  position: relative;
  top: -4px;
}
.worries-speech__bubble__title {
  background: #414250;
  border-radius: 5px 5px 0 0;
  color: #ccf1e2;
  font-style: italic;
  letter-spacing: 0.22em;
  padding: 5px 0;
  text-align: center;
}
.worries-speech__bubble__title span {
  font-size: 24px;
}
.worries-speech__bubble__txt {
  background: #646574;
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  padding: 20px;
}
.worries-speech__bubble__txt span {
  color: #af5;
  font-weight: 700;
}
.worries-speech__item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 33%;
}
.worries-speech__profile {
  font-family: "Makinas";
  font-size: 18px!important;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}
.resolution {
  background: #f1f8f5;
  background-image: url("/diagnosis/career-path/assets/images/cp-top/bg_solution_l.png"),url("/diagnosis/career-path/assets/images/cp-top/bg_solution_r.png"),url("/diagnosis/career-path/assets/images/cp-top/bg_solution_l.png");
  background-position: 0 25%,103% 60%,0 95%;
  background-repeat: no-repeat,no-repeat,no-repeat;
}
.resolution__heading {
  background: url("/diagnosis/career-path/assets/images/cp-top/SOLUTION.png") no-repeat center;
  font-size: 27px;
  line-height: 80PX;
  margin-bottom: 60px;
}
.relosution__merits-container .relosution__merit {
  background: #ccf1e2;
  border-radius: 5px;
  box-shadow: 4px 4px 15px rgba(146, 146, 146, 0.16);
  position: relative;
  width: 33%;
}
.resolution__robo-bubble {
  margin-bottom: 60px;
}
.resolution__robo-bubble__chat {
  border: #414250 solid 2px;
  color: #414250;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 28px;
  position: relative;
}
.resolution__robo-bubble__chat:before {
  border: 18px solid transparent;
  border-right: 18px solid #414250;
  content: "";
  left: -36px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
}
.resolution__robo-bubble__chat:after {
  border: 15px solid transparent;
  border-right: 15px solid #fffce3;
  content: "";
  left: -30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}
.relosution__merits-container .relosution__merit {
  padding: 25px;
  text-align: center;
}
.relosution__merits-container .relosution__merit .merit-number {
  background: #414250;
  border: 4px solid #ccf1e2;
  border-radius: 50%;
  color: #ccf1e2;
  font-family: "Helvetica Neue";
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  left: 10%;
  letter-spacing: 0.05em;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-20%, -50%);
}
.relosution__merit__reason {
  background: #fff;
  border-radius: 20px;
  color: #414250;
  font-size: 14px;
  margin: 22px auto;
  padding: 5px 0;
  width: 90%;
}
.relosution__merit__main {
  color: #0c6650;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin: 0 auto;
}
.relosution__merit__advice {
  color: #414250;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 20px;
  text-align: left;
}
.relosution__merit img {
  margin-top: -70px;
  position: inherit;
  width: 100%;
  z-index: 9;
}
.content-inner__relosution__after {
  background: #fff;
  border-radius: 0 0 5px 5px;
  font-weight: 400;
  padding: 15px;
}
.relosution__after__heading {
  background: #0c6650;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 18px;
  margin: 40px auto 0;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
.relosution__after__heading:after {
  border-color: #0c6650 transparent transparent transparent;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
}
.relosution__after-container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.relosution__after-container img {
  width: 60px;
}
.relosution__after__txt span {
  color: #8cc2b5;
  font-size: 24px;
  margin-left: 20px;
}
.relosution__after__txt strong {
  font-weight: bold;
}
.relosution__after__advice {
  align-items: center;
  background: #fffce3;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  padding: 15px 0 0;
}
.relosution__after__advice p {
  color: #414250;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}
.relosution__after__advice p span {
  color: #0c6650;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.relosution__after__advice p span:before {
  content: url("/diagnosis/career-path/assets/images/cp-top/icon_check_green.svg");
}

.flow {
  background: #8cc2b5;
  border: none;
  margin-top: 0;
  padding: 60px 0;
}
.flow h2 {
  background-color: unset;
  color: rgb(40, 40, 40);
  font-size: clamp(1.375rem, 0.819rem + 1.16vw, 1.688rem);
  font-size: 27px;
  font-weight: 700;
  padding: 0;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.flow-container .flow-item__dot {
  height: 90px;
  margin: 0 auto -30px;
  position: inherit;
  width: 90px;
  z-index: 1;
}
.flow-container {
  position: relative;
}
.flow-container:before {
  background-color: #414250;
  content: "";
  height: 4px;
  left: 10%;
  position: absolute;
  top: calc(50% - 50px);
  transform: translateY(-50%);
  width: 75%;
}
.flow-container .flow-item__step {
  background: #fff;
  border-radius: 5px;
  color: #414250;
  font-size: 14px;
  line-height: 26px;
  padding: 30px 15px 15px;
  vertical-align: middle;
  width: 94%;
}
.flow-container .step1 {
  background-image: url("/diagnosis/career-path/assets/images/cp-top/bg_01.png");
  background-position: center;
  background-repeat: no-repeat;
}
.flow-container .step2 {
  background-image: url("/diagnosis/career-path/assets/images/cp-top/bg_02.png");
  background-position: center;
  background-repeat: no-repeat;
}
.flow-container .step3 {
  background-image: url("/diagnosis/career-path/assets/images/cp-top/bg_03.png");
  background-position: center;
  background-repeat: no-repeat;
}
.flow-container .step4 {
  background-image: url("/diagnosis/career-path/assets/images/cp-top/bg_04.png");
  background-position: center;
  background-repeat: no-repeat;
}
.flow .content-inner p {
  color: #4142250;
  font-size: 10px;
  padding: 5px;
  text-align: right;
}
.ending {
  background: #414250;
  color: #fff;
  font-size: 12px;
  padding: 50px;
}
.ending__content__box {
  float: right;
  margin-bottom: 20px;
  width: 90%;
}
.ending__heading {
  background: #fffce3;
  border-radius: 5px;
  color: #414250;
  font-family: "Shin Go Regular", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 35px;
  margin-bottom: 10px;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.ending__heading span {
  background: linear-gradient(transparent 70%, #af5 70%);
  font-size: 15px;
}
.ending__heading:before {
  content: url("/diagnosis/career-path/assets/images/cp-top/img_ending_bot.svg");
  left: -19%;
  position: absolute;
  top: -18%;
}


@media only screen and (max-width: 767px) {
  .sponly {
    display: block;
  }
  .pconly {
    display: none;
  }
  .mv {
    padding: 30px 0;
  }
  .mv__inner {
    background: none;
  }
  .mv-text {
    margin: 0 auto;
    width: 92%;
  }
  .under-mv__title {
    padding: 5px 10px;
  }

  .under-mv .content-inner ul {
    background: unset;
    display: block;
    margin-top: 40px;
  }
  .under-mv__txt {
    margin-bottom: 10px;
    padding: 10px 0;
    position: relative;
    width: 100%;
  }
  .under-mv__txt:before {
    border-color: #117c4f;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    height: 0;
    left: 47%;
    position: absolute;
    width: 0;
  }
  .under-mv__txt:last-of-type:before {
    border: none;
    content: "";
  }
  .worries {
    padding: 30px 0;
  }
  .worries__heading, .resolution__heading {
    background-position: 0 10px;
    background-size: contain;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .worries-speech {
    display: block;
  }
  .worries-speech__item {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .worries-speech__profiles .worries-speech__profile {
    font-size: 20px;
  }
  .worries-speech__profiles {
    gap: 0;
  }
  .worries:before {
    left: 43%;
  }
  .resolution {
    padding: 30px 0;
  }
  .resolution__robo-bubble__chat {
    font-size: 15px;
    padding: 8px 20px;
    text-align: left;
  }
  .resolution__robo-bubble__chat:after {
    border: 10px solid transparent;
    border-right: 10px solid #fffce3;
    content: "";
    left: -18px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
  }
  .resolution__robo-bubble__chat:before {
    border: 11px solid transparent;
    border-right: 11px solid #414250;
    content: "";
    left: -22px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
  }
  .resolution__robo-bubble img {
    width: 16%;
  }
  .resolution__robo-bubble {
    align-items: center;
    color: rgb(40, 40, 40);
    display: flex;
    font-size: clamp(0.675rem, 1.41vw, 1.125rem);
    gap: 20px;
    justify-content: center;
  }
  .relosution__merits-container {
    display: block;
    margin-top: 60px;
  }
  .relosution__merits-container .relosution__merit {
    margin-bottom: 14vw;
    padding: 25px;
    text-align: center;
    width: 100%;
  }
  .relosution__merit__advice {
    line-height: 22px;
    margin-top: 10px;
  }
  .relosution__merit__reason {
    margin: 15px auto;
  }
  .relosution__after__heading {
    font-size: 16px;
  }
  .content-inner__relosution__after {
    padding: 5px;
  }
  .relosution__after__advice {
    border-radius: 5px;
    display: block;
    padding: 15px;
    text-align: center;
  }
  .flow {
    padding: 40px 0 30px;
  }
  .flow .content-inner {
    padding: 0;
  }
  .ending {
    padding: 30px 0;
  }
  .ending__content__box {
    width: 100%;
  }
  .ending__heading {
    background: #fffce3;
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    padding: 10px 15px 10px 80px;
    text-align: left;
  }
  .ending__heading:before {
    content: url(/diagnosis/career-path/assets/images/cp-top/img_ending_bot_sp.png);
    left: -12%;
    position: absolute;
    top: 2%;
  }

  .under-mv .content-inner ul:before {
    content: none;
  }

  .worries-speech__bubble::after {
    content: url(/diagnosis/career-path/assets/images/cp-top/fukidashi_after.png);
    left: 30%;
    position: relative;
    top: -4px;
  }
  .relosution__after-container img {
    width: 100%;
  }
}
