@charset "utf-8";

h2 {
  margin-block-start: 0;
  margin-block-end: 0;
}
#MV,
#primary{
  font-family: "Hiragino Sans", sans-serif, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.mv-txt__top {
  color: #0c3f81;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.mv-txt__top .hdTxt01-01 {
  font-weight: 600;
  position: relative;
  z-index: 0;
}
.mv-txt__top .hdTxt01-01::after {
  content: "";
  background: url("/guide/reputation/img/mv-deco.svg")no-repeat top left / cover;
  position: absolute;
  display: block;
  z-index: -1;
}
.mv-txt__top .order1 {
  order: 1;
}
.mv-txt__top .order3 {
  order: 3;
}
#mv span.by-mediwel {
  color: var(---text-blue800, #0c3f81);
  font-weight: normal;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
}
#mv span.by-mediwel::before,
#mv span.by-mediwel::after {
  content: "";
  border-top: 1px solid #0c3f81;
  height: 1px;
}
.survey__title__number {
  color: #0c3f81;
  font-family: Lora;
  font-weight: 400;
  line-height: 1;
  position: absolute;
}
#survey-site .survey__title__number {
  color: #00a8a4;
  margin-left: auto;
  position: relative;
}
#survey-site .survey__title__number:after {
  content: "満足度";
  color: #e2276e;
  font-family: Hiragino Sans;
  font-size: 0.4em;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  position: absolute;
  top: 0.5em;
  right: 0;
}
.survey__title__number .txt-xs {
  font-size: 0.73em;
  padding-left: 2px;
}
#contents {
  max-width: 1000px;
}
#cta .primary-cta-link:hover {
  text-decoration: none;
}

.primary-cta-button {
  width: 480px;
  height: 64px;
  display: flex;
  padding: 11px 24px 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  background: radial-gradient(100% 100% at 50% 0%, #d4306d 0%, #b80548 100%);
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  cursor: pointer;
  transition: opacity 0.3s;
}

.primary-cta-button:hover {
  opacity: 0.7;
}

.primary-cta-button span {
  background-color: #fff;
  border-radius: 50%;
  color: #e2276e;
  font-weight: 600;
  line-height: 130%;
  display: grid;
  place-items: center;
}

@media screen and (min-width: 1000px) {
  #mv {
    margin: 0 calc(50% - 50vw);
  }
}
.index {
  background-color: #f5f4f4;
  padding: 24px 0px;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .index__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
.index ul {
  width: 446px;
  padding-left: 72px;
}
.index ul li {
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.index ul li a {
  color: #333;
  font-size: 14px;
  display: block;
  width: 100%;
  position: relative;
}
.index ul li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

#satisfaction {
  border-radius: 5px;
  background: #fffaec;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  padding: 24px 20px;
  margin-bottom: 2.5rem;
}
#satisfaction .content {
  border-radius: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 24px 0;
  margin-bottom: 24px;
  gap: 0.5rem;
}
.satisfaction-wrap.item-1 {
  display: block;
  text-align: center;
  padding-left: 40px;
  padding-right: 24px;
}
.satisfaction-wrap.item-1 span {
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
}
.satisfaction-wrap.item-1 .item-1__title {
  font-size: 24px;
  font-weight: 600;
  font-family: Noto Serif JP;
  line-height: 130%;
  color: transparent;
  background: linear-gradient(
    158deg,
    #af8201 13.35%,
    #f8d570 52.24%,
    #a17802 95.7%
  );
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 2rem;
}
.satisfaction-wrap.item-1 .item-1__title span {
  font-size: 29px;
}
.satisfaction-wrap.item-1 picture img {
  width: 313px;
  margin: 0 auto 20px;
  display: block;
}
.satisfaction-wrap.item-2 img {
  width: 238px;
}
#satisfaction .content-sub {
  margin: 20px auto 0;
  width: 596px;
}
#satisfaction .content-sub .content-sub__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  width: 596px;
  text-align: center;
  margin-bottom: 1rem;
}
#satisfaction .content-sub .content-item {
  display: flex;
  width: 100%;
  gap: 8px;
}
#satisfaction .content-sub .content-item > div:nth-of-type(1) span {
  color: #0c3f81;
  font-weight: 600;
}
#satisfaction .content-sub .content-item > div:nth-of-type(2) span {
  color: #00a8a4;
  font-weight: 600;
}
#satisfaction .content-sub .content-item p {
  font-size: 14px;
}
.content-item div img {
  width: 280px;
  margin: 0 7.32px 8px;
}
.content-item {
  text-align: center;
}

#survey {
  padding: 4rem 0 2.5rem;
  position: relative;
}
#survey::before {
  content: "";
  background-color: #f4faff;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}

#survey h2 {
  color: #fff;
  background: #0c3f81;
  height: 84px;
  padding: 10px 0px 12px 0px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  position: relative;
  margin-bottom: 2rem;
}
#survey h2::after {
  content: "";
  display: block;
  width: 660px;
  height: 88px;
  position: absolute;
  right: -6px;
  top: 21px;
  border-right: 3px solid #0c3f81;
  border-bottom: 3px solid #0c3f81;
}

/* パターン１ */
.survey__pattern {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#survey .items__wrapper {
  border-radius: 5px;
  border: 1px solid #0c3f81;
  box-sizing: border-box;
  background: #f4faff;
}
#survey .items {
  display: flex;
  position: relative;
}
#survey .left-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#survey .left-item h3 {
  font-weight: 600;
  line-height: 120%;
  color: #0c3f81;
}
#survey .left-item h3.txt-28 span {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 2.8px;
  display: block;
  width: 154px;
}
#survey .right-item,
#survey-site .right-item {
  display: flex;
  font-family: Hiragino Sans;
  font-weight: 600;
  line-height: normal;
  color: #e2276e;
  position: absolute;
}
#survey .comment {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  align-self: stretch;
}
#survey .comment__name,
#survey-site .comment__name {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  color: #0c3f81;
}
#survey .comment__text,
#survey-site .comment__text {
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
  color: #000;
}
#survey .comment__name img,
#survey-site .comment__name img {
  width: 40px;
  height: auto;
}
#survey .survey-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
#survey .survey-contents .survey-contents__title {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  color: #0c3f81;
  font-family: Noto Serif JP;
  background-image: url(../img/bg-item1.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 20px 0;
  padding: 0 30px;
}
#survey .survey-contents .survey-contents__title span {
  font-size: 32px;
}
#survey .survey-contents ul li {
  color: #0c3f81;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}
#survey .survey-contents ul li span {
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
#survey .survey-contents ul p {
  font-weight: normal;
  font-size: 14px;
}
#cta {
  padding: 40px 0;
  text-align: center;
}
#cta p {
  margin-bottom: 16px;
}
.primary-cta-link {
  display: inline-block;
}
#cta .primary-cta-button {
  margin: 0 auto;
}
#cta .contact-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-top: 16px;
}
#cta .contact-tel a {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: #0c3f81;
  font-size: 20px;
  line-height: 140%;
  flex-wrap: wrap;
  width: 210px;
}
#cta .contact-tel a img {
  width: 34px;
  height: 22px;
}
#cta .contact-tel a p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 21px;
}
#cta .contact-tel a span {
  color: #333;
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
}

#survey-site {
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
  color: #333;
}

#survey-site h2 {
  color: #fff;
  background: #0c3f81;
  padding: 10px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 4rem;
  height: 42px;
}
#survey-site h2::after {
  content: "";
  display: block;
  width: 670px;
  height: 52px;
  position: absolute;
  right: -6px;
  top: 13px;
  border-right: 3px solid #0c3f81;
  border-bottom: 3px solid #0c3f81;
}
#survey-site .survey__pattern {
  border-radius: 5px;
  background: #f5f4f4;
  padding: 10px 24px 32px;
}
#survey-site .survey__pattern.pattern03 {
  flex-direction: column;
}
#survey-site .survey__pattern:not(:last-child) {
  margin-bottom: 24px;
}
#survey-site .items {
  display: flex;
  position: relative;
  align-items: center;
}
#survey-site .survey__title__top {
  color: #00a8a4;
  flex-direction: unset;
  align-items: center;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 1.12px;
}
#survey-site .survey__title__top .survey__title__top--big {
  font-weight: 600;
}
#survey-site .content01 .left-item {
  width: 286px;
  height: 100px;
  border-right: 1px solid #00a8a4;
  padding-right: 24px;
}
#survey-site .right-item span.txt-pink {
  font-family: Hiragino Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #e2276e;
  position: absolute;
  right: 0px;
  top: 32px;
}
#survey-site .comment__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#survey-site .comment {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 8px;
  padding: 10px 16px 8px;
  align-items: center;
}
#survey-site .comment__name {
  color: #00a8a4;
}
#survey-site .content02 {
  position: relative;
}
#survey-site .content02 .survey__title__top {
  align-items: baseline;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #00a8a4;
  padding-top: 25px;
}
#worry h2 {
  color: #fff;
  background: #0c3f81;
  height: 88px;
  padding: 10px 0px 12px 0px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  position: relative;
  margin-bottom: 2rem;
}
#worry h2::after {
  content: "";
  display: block;
  width: 660px;
  height: 92px;
  position: absolute;
  right: -6px;
  top: 21px;
  border-right: 3px solid #0c3f81;
  border-bottom: 3px solid #0c3f81;
}
#worry .interview {
  color: #0c3f81;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 160%;
  margin: 32px 0 24px;
}
#worry .worry-content {
  border-radius: 5px;
  background: #f5f4f4;
  padding: 16px 0px 32px 0px;
}
#worry .worry-content h3 {
  color: #0c3f81;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 16px;
  display: flex;
  gap: 6px;
  align-items: center;
}
#worry .worry-content h3 img {
  position: relative;
  top: -4px;
  transform: scaleX(-1);
}
#worry .worry-content picture img {
  width: 590px;
  margin: 0 auto;
  display: block;
}
#worry .worry-content li:not(:last-of-type) {
  margin-bottom: 24px;
}
#worry p.sub {
  color: #333;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  padding-top: 8px;
  line-height: 1.2;
}
#worry .consultant {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
#worry .consultant p {
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
  color: #333;
}
#worry .consultant img {
  width: 130px;
  height: 130px;
}

#about h2 {
  color: #fff;
  background: #0c3f81;
  padding: 10px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  position: relative;
  margin-bottom: 2rem;
  height: 42px;
}
#about h2::after {
  content: "";
  display: block;
  width: 670px;
  height: 52px;
  position: absolute;
  right: -6px;
  top: 13px;
  border-right: 3px solid #0c3f81;
  border-bottom: 3px solid #0c3f81;
}
#about .interview {
  color: #0c3f81;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 160%;
  margin: 24px 0;
}
#about .about-cta {
  background: #f5f4f4;
  padding: 24px 0px 16px 0px;
  margin-bottom: 2.5rem;
  border-radius: 5px;
}
#about .about-cta h3 {
  color: #0c3f81;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 16px;
}
#about .about-cta p {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
  margin-bottom: 1.25rem;
}
#about #cta {
  padding-top: 0;
}
#about #cta .contact-tel p {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #0c3f81;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
#about .about-features h3 {
  color: #0c3f81;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  margin-bottom: 2.5rem;
}
#about .about-features ul {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 48px;
}
#about .about-features li {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  width: 212.67px;
  padding: 72px 8px 16px 8px;
  position: relative;
}
#about .about-features li h4 {
  color: #38add8;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  padding-bottom: 8px;
}

#about .about-features li p {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
}
#about .about-features li img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#about .about-point {
  padding-bottom: 48px;
}
#about .about-point h3 {
  color: #0c3f81;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  margin-bottom: 2.5rem;
}
#about .about-point img {
  display: block;
  width: 670px;
  margin-bottom: 1rem;
}
#about .about-point p {
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
  text-align: right;
}
#about .about-contents {
  background: #f5f4f4;
  padding: 40px 0;
}
#about .about-contents h3 {
  color: #0c3f81;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 56px;
}
#about .about-contents .about-comparison ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  row-gap: 48px;
  margin-bottom: 48px;
}
#about .about-contents .about-comparison li {
  padding: 40px 16px 16px 16px;
  width: 255px;
  border-radius: 5px;
  border: 1px solid #38add8;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
#about .about-contents .about-comparison li img {
  width: 74px;
  height: 74px;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
}
#about .about-contents .about-comparison li span {
  padding: 8px 0;
  text-align: center;
  display: block;
  color: #38add8;
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
}
#about .about-contents .about-comparison li p {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}
#about .about-contents .about-jobchange ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  row-gap: 48px;
  margin-bottom: 48px;
}
#about .about-contents .about-jobchange li {
  padding: 40px 16px 16px 16px;
  width: 255px;
  border-radius: 5px;
  border: 1px solid #0c3f81;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
#about .about-contents .about-jobchange li img {
  width: 74px;
  height: 74px;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
}
#about .about-contents .about-jobchange li span {
  padding: 8px 0;
  text-align: center;
  display: block;
  color: #0c3f81;
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
}
#about .about-contents .about-jobchange li p {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  width: 255px;
  margin: 0 auto;
}

#about-mediwel {
  margin-top: 3.5rem;
  background-image: url(../img/about-bg_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 64px 0px 80px;
}
#about-mediwel .about-mediwel__title {
  color: #1e5fb3;
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 1rem;
  padding-left: 24px;
}
#about-mediwel p {
  color: #191919;
  font-size: 15px;
  font-weight: 400;
  line-height: 190%;
  margin-bottom: 35px;
  padding-left: 24px;
}
#about-mediwel .about-cards {
  width: 600px;
  margin: 0 auto;
}
#about-mediwel .about-cards ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
#about-mediwel .about-cards li {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
#about-mediwel .about-cards li:before {
  content: "";
  background-image: url(../img/list-deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -1px;
  left: 0;
}
#about-mediwel .about-cards li span {
  color: #191919;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
}
#about-mediwel .about-cards li p {
  color: #1e5fb3;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
  padding-left: 0;
}
#related-contents {
  background: #f6f6f6;
  padding: 40px 0px;
}
#related-contents .content-items {
  width: 614px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#related-contents h3 {
  color: #191919;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  margin-bottom: 1.25rem;
}

#related-contents .job-change,
#related-contents .parttime-job,
#related-contents .epilogi,
#related-contents .lab {
  display: flex;
  padding: 16px 16px 16px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  width: 100%;
}
#related-contents .job-change__title,
#related-contents .parttime-job__title,
#related-contents .epilogi__title,
#related-contents .lab__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  width: 100%;
}
#related-contents .job-change img {
  width: 169px;
}
#related-contents .parttime-job img {
  width: 181px;
}
#related-contents .epilogi img {
  width: 90px;
}
#related-contents .lab img {
  width: 150px;
}
#related-contents img {
  width: 100%;
}
#related-contents .job-change {
  border: 2px solid #1e5fb3;
}
#related-contents .parttime-job {
  border: 2px solid #f18d00;
}
#related-contents .epilogi {
  border: 2px solid #259d96;
}
#related-contents .lab {
  border: 2px solid #152345;
}
.related-contents__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.related-contents__right {
  width: 330px;
}
#meaning {
  margin: 56px 0;
  padding: 32px 40px;
  border: 1px solid var(---border-blue800, #0c3f81);
  position: relative;
}
#meaning .meaning__title {
  color: #0c3f81;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  background-color: #fff;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
}
#meaning p {
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
}
.primary-cta-button_sp {
  display: none;
}
.about-point_sp {
  display: none;
}
.footer {
  margin-top: 0;
}
#side {
  margin-top: 64px;
}
#contents:after {
  clear: both;
  content: unset;
  display: block;
  height: 0;
  visibility: hidden;
}

/* 調整用CSS */
@media (min-width: 1350px) {
  #mv {
    background: url("../img/bkg_mv01_pc.png") center center/cover no-repeat;
    font-size: 14px;
    overflow: hidden;
    width: calc(100vw - 15px);
    height: 424px;
    background-size: 1440px;
    position: relative;
    margin-bottom: 64px;
  }
}
@media (max-width: 1350px) {
  @media (min-width: 769px) {
  #mv {
    background: url("../img/bkg_mv01_pc.png");
    font-size: 14px;
    overflow: hidden;
    background-size: contain;
    max-width: 1440px;
    width: calc(100vw - 15px);
    height: 424px;
    position: relative;
    background-repeat: no-repeat;
    background-position-y: center;
    margin-bottom: 64px;
  }
  .primary-cta-button {
    width: 100%;
    font-size: 0.416em;
  }
  #mv .primary-cta-button {
    bottom: 2.17vw;
  }
  }
}

@media (max-width: 1080px) {
  #basemain {
    width: 97vw;
  }
  #contents {
    display: flex;
    flex-wrap: wrap;
  }
}


/* PC用 s */
@media screen and (min-width: 769px) {
  .link-anchor {
    margin-top: -120px;
    padding-top: 120px;
  }
  #primary {
    font-size: 14px;
  }
  #mv::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: radial-gradient(
      273.62% 176.44% at 52.5% 0%,
      #fff 22.31%,
      #d8eeff 100%
    );
  }
  #mv .mv-txt {
    position: absolute;
    top: 56px;
    left: 220px;
    width: 480px;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  @media screen and (min-width: 1800px) {
    #mv .mv-txt {
      left: 23vw;
    }
  }
  @media screen and (max-width: 1799px) {
    #mv .mv-txt {
      left: 20vw;
    }
  }
  @media screen and (max-width: 1600px) {
    #mv .mv-txt {
      left: 18vw;
    }
  }
  @media screen and (max-width: 1500px) {
    #mv .mv-txt {
      left: 220px;
    }
  }
  @media screen and (max-width: 1389px) {
    #mv .mv-txt {
      left: 13vw;
    }
  }
  @media screen and (max-width: 1280px) {
    #mv .mv-txt {
      left: 8vw;
    }
  }
  @media screen and (max-width: 1100px) {
    #mv .mv-txt {
      left: 3vw;
    }
  }
  .mv-txt__top {
    color: #0c3f81;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    margin: 25px auto 0;
  }
  .mv-txt__top .hdTxt01-01 {
    display: contents;
    font-size: 48px;
  }
  .mv-txt__bottom {
    color: var(---text-black, #333);
    font-family: Hiragino Sans;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 3.8px;
    position: absolute;
    top: 200px;
    left: 24px;
    padding: 0 12px;
    display: flex;
    align-items: center;
  }
  .mv-txt__bottom span.mvh2 {
    color: var(---text-blue800, #0c3f81);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.76px;
    padding: 4px 8px;
  }
  .mv-txt__bottom span.mvh2 img {
    padding-left: 4px;
    vertical-align: baseline;
    width: 23.222px;
    height: 22px;
  }
  #mv span.by-mediwel {
    font-size: 18px;
    margin: 15px 0;
  }
  #mv span.by-mediwel::before,
  #mv span.by-mediwel::after {
    width: 127px;
  }
  .mv-txt__top .hdTxt01-01::after {
    bottom: -8px;
    left: 50px;
    width: 273.067px;
    height: 18.846px;
  }
  #mv .primary-cta-button {
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  #mv .mv-img {
    display: contents;
  }
  #mv .mv-img p {
    color: var(---text-black, #333);
    font-family: Hiragino Sans;
    font-size: 20px;
    font-weight: normal;
    line-height: 120%;
    top: 0;
    left: 0;
    display: block;
  }
  #mv .mv-img p span {
    color: var(---text-pink, #e2276e);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  #mv .mv-img p.man {
    position: absolute;
    top: 260px;
    left: 55.555vw;
    width: 15.5vw;
    height: auto;
    background: #fff;
    padding: 12px 16px 10px 16px;
  }
  #mv .mv-img p.man::before {
    content: "";
    background: url(../img/polygon_pc.png);
    width: 30.625px;
    height: 24.75px;
    position: absolute;
    left: 24.875px;
    top: -18.5px;
    background-size: cover;
  }
  #mv .mv-img p.woman {
    position: absolute;
    top: 190px;
    left: 78.82vw;
    width: 240px;
    height: auto;
    background: #fff;
    padding: 12px 16px 10px 16px;
  }
  #mv .mv-img p.woman::before {
    content: "";
    background: url(../img/polygon_pc.png);
    width: 30.625px;
    height: 24.75px;
    position: absolute;
    right: 72.975px;
    top: -22px;
    transform: scaleX(-1);
    background-size: cover;
  }
  .primary-cta-button {
    width: 480px;
    height: 64px;
    padding: 11px 24px 10px;
    background: radial-gradient(100% 100% at 50% 0%, #d4306d 0%, #b80548 100%);
    font-size: 20px;
  }
  .primary-cta-button span {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  .survey__title__top {
    display: flex;
    flex-direction: column;
  }
  #primary .txt-disc {
    color: #333;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 40px;
  }
  #primary .txt-disc span {
    font-weight: 600;
  }
  #side .sideSearch {
    top: 120px;
  }
  #survey::before {
    left: 75%;
    transform: translateX(-50%);
    width: calc(100vw - 30px);
  }
  #survey .items__wrapper {
    margin-bottom: 16px;
    padding: 32px 32px 24px 32px;
  }
  #survey .items {
    align-items: center;
  }
  #survey .pattern02 .items {
    padding-bottom: 182px;
  }
  #survey-site .content02 .item09 .items {
    display: block;
    position: unset;
    width: 100%;
  }
  #survey .pattern01 .items__wrapper,
  #survey-site .items__wrapper {
    width: 100%;
  }
  #survey .pattern02 .items__wrapper {
    width: calc(50% - 5px);
  }
  #survey .pattern01 .items {
    height: 100px;
  }
  #survey .pattern01 .left-item,
  #survey-site .pattern01 .left-item {
    border-right: 1px solid #0c3f81;
    padding-right: 1rem;
    width: 286px;
    height: 100px;
  }
  #survey .pattern02 .left-item {
    border-bottom: 1px solid #0c3f81;
    padding-bottom: 16px;
    position: relative;
    width: 100%;
  }
  #survey .pattern01 .left-item h3 {
    font-size: 24px;
  }
  #survey .pattern02 .left-item h3 {
    font-size: 20px;
  }
  #survey .left-item .survey__title__top--big {
    font-size: 1.85em;
    letter-spacing: -7.1px;
    line-height: 120%;
    width: max-content;
  }
  #survey .pattern01 .left-item .survey__title__top--big {
    font-size: 32px;
    letter-spacing: 3.84px;
  }
  #survey .pattern02 .left-item .survey__title__top--big {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
  #survey-site .content02 .survey__title__top .survey__title__top--big {
    font-size: 28px;
    padding-left: 8px;
  }
  #survey .survey__title__number,
  #survey-site .survey__title__number {
    font-size: 77px;
    letter-spacing: -2.31px;
  }
  #survey .survey__title__number .survey__title__number--big,
  #survey-site .survey__title__number .survey__title__number--big {
    font-size: 142px;
    letter-spacing: -7.1px;
  }
  #survey .pattern01 .survey__title__number {
    top: -20px;
    right: 10px;
  }
  #survey .pattern02 .survey__title__number {
    bottom: -2.1em;
    left: 0;
    width: 100%;
  }
  #survey-site .item08 .survey__title__top:after {
    content: "";
    background: url("/guide/reputation/img/survey-08.png")no-repeat left center / 148px 104px;
    display: block;
    width: 148px;
    height: 104px;
    border-right: solid 1px #00a8a4;
    margin-left: 15px;
  }
  #survey-site .content02 .survey__title__number {
    position: absolute;
    left: 24px;
    bottom: 32px;
  }
  #survey-site .content02 .survey__title__number:before {
    content: "";
    background: url("/guide/reputation/img/survey-09.png")no-repeat left center / 197px 140px;
    display: block;
    margin-left: 15px;
    position: absolute;
    top: -160px;
    left: 20px;
    width: 197px;
    height: 140px;
  }
  #survey-site .content02 .right-item {
    bottom: 105px;
    left: 195px;
  }
  #survey-site .content02 .comment__list {
    margin-top: 30px;
    margin-left: auto;
    width: 330px;
  }
  #survey-site .content02 .comment {
    padding: 8px 12px;
  }
  #survey-site .content02 .comment__name {
    flex-direction: column;
    align-items: center;
    width: 5em;
  }
  #survey-site .content02 .comment__name img {
    margin-bottom: 8px;
  }
  #survey .pattern02 .left-item-img {
    position: absolute;
  }
  #survey .item01 .left-item-img,
  #survey-site .item01 .left-item-img {
    margin-top: -10px;
  }
  #survey .pattern02 .item02 .left-item-img {
    right: 0;
    bottom: 12px;
  }
  #survey .pattern02 .item03 .left-item-img {
    right: -10px;
    bottom: 24px;
  }
  #survey .pattern02 .item08 .left-item-img {
    right: 0;
    bottom: 24px;
  }
  #survey .right-item,
  #survey-site .right-item {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
  #survey .pattern01 .right-item,
  #survey-site .pattern01 .right-item {
    top: -8px;
    right: 0;
  }
  #survey .pattern02 .right-item {
    right: 10px;
    bottom: -2.5em;
  }
  #survey .pattern02 .item03 .right-item {
    right: 5px;
  }
  #survey .comment {
    align-items: center;
  }
  #survey .pattern01 .comment {
    gap: 16px;
    margin-top: 24px;
    padding: 8px 16px;
  }
  #survey .pattern02 .comment {
    gap: 8px;
    padding: 8px 12px;
  }
  #survey .comment__text,
  #survey-site .comment__text {
    margin-left: auto;
  }
  #survey .pattern01 .comment__text {
    width: calc(100% - (48px + 4.5em));
  }
  #survey .pattern02 .comment__text {
    width: calc(100% - 6em);
  }
  #survey-site .pattern01 .comment__text {
    width: calc(100% - (48px + 5em));
  }
  #survey-site .pattern03 .comment__text {
    width: calc(100% - 5em);
  }
  #survey .pattern01 .comment__name,
  #survey-site .content01 .comment__name {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 40px;
  }
  #survey .pattern02 .comment__name {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 6em;
  }
  #survey .pattern01 .comment__name img,
  #survey-site .pattern01 .comment__name img {
    margin-right: 8px;
  }
  #survey .pattern02 .comment__name img {
    margin-bottom: 6px;
  }
}
/* 202312 SP ここから */
@media screen and (max-width: 769px) {
  .link-anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
  #mv {
    width: 100%;
  }
  #mv:before {
    content: "";
    display: block;
    background: url("/guide/reputation/img/bkg_mv01_sp.jpg")no-repeat top center / cover;
    width: 100%;
    height: 53.333vw;
  }
  #basemain {
    width: 100vw;
  }
  #contents {
    display: block;
  }
  #primary {
    font-size: 14px;
    width: 94vw;
    margin: 0 auto;
  }
  .primary-cta-button {
    display: none;
  }
  .primary-cta-link_sp {
    display: flex;
    margin: 0 auto;
    width: 320px;
    height: 54px;
  }
  .primary-cta-button_sp {
    display: flex;
    width: 100%;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    background: radial-gradient(100% 100% at 50% 0%, #d4306d 0%, #b80548 100%);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    text-align: left;
  }

  .primary-cta-button_sp span {
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #e2276e;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.7;
    display: grid;
    place-items: center;
  }
  .mv-txt h1 {
    display: flex;
    padding: 10vw 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: radial-gradient(
      159.74% 115.74% at 50% 0%,
      #fff 0%,
      #d8eeff 100%
    );
    margin-bottom: 16px;
  }
  .mv-txt__top {
    font-size: 6.4vw;
  }
  .mv-txt__top .order1,
  .mv-txt__top .order3 .hdTxt01-01 {
    font-size: 8vw;
  }
  #mv span.by-mediwel {
    color: #0c3f81;
    font-size: 4.266vw;
    margin: 2.5vw 0;
  }
  #mv span.by-mediwel::before,
  #mv span.by-mediwel::after {
    width: 18.666vw;
  }
  .mv-txt__top .hdTxt01-01::after {
    bottom: 0.3em;
    left: 0.3em;
    width: 5.5em;
    height: 0.3em;
  }
  .mv-txt__bottom {
    font-size: 4.8vw;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.36px;
    background-color: #fff;
    margin-top: 3vw;
    padding: 6px 8px 4px 8px;
    text-align: center;
    display: flex;
    align-items: baseline;
  }
  .mv-txt__bottom .mvh2 {
    color: var(---text-blue800, #0c3f81);
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    padding: 0;
  }
  .mv-txt__bottom .mvh2 img {
    vertical-align: top;
    width: 1em;
    height: auto;
  }
  #primary .txt-disc {
    margin: 40px 0;
    line-height: 1.6;
  }
  #primary .txt-disc span {
    font-weight: 600;
  }
  .index {
    display: block;
    width: 94vw;
    max-width: 368px;
    margin: 0 auto 40px;
  }
  .index .index__title {
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
  }
  .index ul {
    width: unset;
    padding: 16px 16px 0;
  }
  .index ul li {
    padding-bottom: 8px;
  }
  .index ul li a {
    font-size: 13px;
  }
  #satisfaction {
    padding: 24px 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 20px;
  }
  #satisfaction .content {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  #satisfaction .satisfaction-wrap.item-1 {
    display: block;
    text-align: center;
    width: 261px;
    margin: 0 auto;
    padding: 0;
  }
  #satisfaction .satisfaction-wrap.item-2 {
    margin-top: 24px;
  }
  .satisfaction-wrap.item-1 picture img {
    margin-bottom: 8px;
  }
  .satisfaction-wrap.item-1 .item-1__title {
    margin-bottom: 8px;
  }
  #satisfaction .content-sub {
    width: 100%;
  }
  #satisfaction .content-sub .content-item p {
    font-size: 12px;
  }
  #satisfaction .content-sub .content-sub__title {
    line-height: 150%;
    width: 100%;
    margin-top: 24px;
  }
  #satisfaction .content-sub .content-item {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .satisfaction-wrap.item-2 img {
    width: 266px;
  }
  #survey .survey-contents ul {
    margin: 0 auto;
  }
  #survey .survey-contents ul li:nth-of-type(3) span {
    padding-left: 1em;
  }
  #survey {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: #f4faff;
    padding-top: 10px;
  }
  #survey::before {
    display: none;
  }
  #survey h2 {
    width: 94vw;
    height: 56px;
    padding: 10px 0px 12px 0px;
    flex-direction: column;
    gap: 4px;
    font-size: 20px;
    line-height: 140%;
    margin: 0 auto 32px;
  }
  #survey h2::after {
    content: "";
    display: block;
    width: 94vw;
    height: 71px;
    position: absolute;
    right: -4px;
    top: 9px;
    border-right: 2px solid #0c3f81;
    border-bottom: 2px solid #0c3f81;
  }
  .survey__pattern {
    margin: 16px auto 0;
    width: 94vw;
  }
  #survey .items__wrapper {
    margin: 0 auto;
    padding: 16px;
    max-width: 600px;
    width: 100%;
  }
  #survey .left-item {
    flex-direction: column;
    width: 100%;
  }
  #survey .left-item h3 {
    position: relative;
    width: 100%;
  }
  #survey .right-item,
  #survey-site .right-item {
    font-size: min(6.933vw,32px);
    letter-spacing: 1.6px;
    top: 1.85em;
    right: 0;
  }
  #survey .item07 .right-item {
    top: 2.85em;
  }
  #survey .survey__title__top {
    border-bottom: solid 1px #0c3f81;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    padding-bottom: 8px;
  }
  #survey .item07 .survey__title__top {
    display: flex;
    flex-direction: column;
  }
  #survey .left-item .survey__title__top--big {
    font-size: 22px;
    padding-left: 4px;
  }
  #survey .item07 .left-item .survey__title__top--big {
    padding-left: 0;
  }
  #survey .left-item-img img {
    margin-top: 20px;
    margin-bottom: 16px;
    width: 27vw;
    height: 20.8vw;
  }
  #survey .survey__title__number {
    bottom: -1.85em;
  }
  #survey .survey__title__number,
  #survey-site .survey__title__number {
    font-size: clamp(64px,17vw,80px);
    letter-spacing: -5.2px;
    right: 10px;
  }
  #survey .survey__title__number .survey__title__number--big,
  #survey-site .survey__title__number .survey__title__number--big {
    font-size: 1.75em;
    padding-right: 2px;
  }
  #survey .comment {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 16px;
  }
  #survey .comment__name,
  #survey-site .comment__name {
    align-items: center;
    margin-bottom: 5px;
  }
  #survey .comment__name p,
  #survey-site .comment__name p {
    margin-left: 5px;
  }
  #survey .survey__pattern.pattern02 {
    flex-direction: column;
  }
  #survey .survey__pattern.pattern02 .items__wrapper:not(:last-of-type) {
    margin-bottom: 16px;
  }
  #survey .survey-contents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 32px auto 0;
    width: 77.6vw;
  }
  #survey .survey-contents .survey-contents__title {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    color: rgb(12, 63, 129);
    font-family: "Noto Serif JP";
    background-image: url(../img/bg-item1.png);
    background-size: 256px 66px;
    background-repeat: no-repeat;
    background-position-x: center;
    margin: 0 auto 16px;
    width: auto;
  }
  #survey-site .survey__pattern {
    padding: 16px;
  }
  #survey-site .content01.survey__pattern {
    margin-top: 34px;
  }
  #survey-site .items {
    flex-direction: column;
    align-items: flex-start;
  }
  #survey-site .items__wrapper {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }
  #survey-site .survey__title__top {
    border-bottom: 1px solid #00a8a4;
    font-size: 22px;
    padding-bottom: 8px;
    width: 100%;
  }
  #survey-site .item09 .survey__title__top {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
    padding-top: 0;
  }
  #survey-site .content02 .survey__title__top .survey__title__top--big {
    font-size: 1.25em;
    padding-left: 0;
  }
  #survey-site .survey__title__number {
    display: flex;
    align-items: baseline;
    right: unset;
    width: 100%;
  }
  #survey-site .survey__title__number:before {
    content: "";
    aspect-ratio: 37 / 26;
    background: url("/guide/reputation/img/survey-08.png")no-repeat left center / cover;
    display: block;
    margin-right: auto;
    width: 30vw;
    max-width: 148px;
    height: auto;
   }
  #survey-site .content02 .survey__title__number:before {
    aspect-ratio: 113 / 80;
    background: url("/guide/reputation/img/survey-09.png")no-repeat left center / cover;
  }
  #survey-site .item09 .right-item {
    top: 18vw;
  }
  #survey-site .comment__list {
    gap: 16px;
    max-width: 600px;
    width: 100%;
  }
  #survey-site .comment {
    box-shadow: unset;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 16px;
  }
  #cta.bg-sp,
  #about.bg-sp {
    display: flex;
    width: 94vw;
    padding: 16px 0px;
    flex-direction: column;
    align-items: center;
    background: #f5f4f4;
    margin: 40px auto 56px;
  }
  #cta.bgwhite-sp {
    display: flex;
    width: 94vw;
    padding: 0px;
    flex-direction: column;
    align-items: center;
    background: #fff;
    margin: 40px auto 56px;
  }
  #cta.bgwhite-sp .contact-tel a {
    justify-content: center;
  }
  #about.bg-sp .contact-tel a {
    display: flex;
    justify-content: center;
  }

  #cta p {
    line-height: 1.4;
  }
  #cta .contact-tel {
    display: flex;
    margin-top: 12px;
    flex-direction: column;
    gap: 2px;
  }
  #cta .contact-tel a p {
    font-weight: 600;
  }

  #survey-site h2 {
    width: 94vw;
    height: 56px;
    padding: 10px 0px 12px 0px;
    flex-direction: column;
    gap: 4px;
    font-size: 20px;
    line-height: 140%;
    margin: 0 auto;
  }
  #survey-site h2::after {
    content: "";
    display: block;
    width: 94vw;
    height: 71px;
    position: absolute;
    right: -4px;
    top: 9px;
    border-right: 2px solid #0c3f81;
    border-bottom: 2px solid #0c3f81;
  }
  #worry h2 {
    width: 94vw;
    height: 56px;
    padding: 10px 0px 12px 0px;
    flex-direction: column;
    gap: 4px;
    font-size: 20px;
    line-height: 140%;
    margin: 0 auto;
  }
  #worry h2::after {
    content: "";
    display: block;
    width: 94vw;
    height: 71px;
    position: absolute;
    right: -5px;
    top: 10px;
    border-right: 2px solid #0c3f81;
    border-bottom: 2px solid #0c3f81;
  }
  #worry .interview {
    text-align: start;
  }
  #worry .worry-content {
    padding: 24px 0px 40px 0px;
  }
  #worry .worry-content h3 {
    display: block;
    text-align: center;
  }
  #worry .worry-content h3 img {
    display: block;
    margin: 0 auto 6px;
    transform: scaleX(1);
  }
  #worry .worry-content picture img {
    width: 85.333vw;
  }
  #worry .worry-content li:not(:last-of-type) {
    margin-bottom: 40px;
    position: relative;
  }
  #worry .worry-content li:not(:first-of-type) {
    position: relative;
  }
  
  #worry .consultant {
    margin-top: 32px;
    padding: 24px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 5px;
    border: 1px solid var(---border-gray200, #eee);
  }
  #worry .consultant p {
    font-size: 16px;
    font-weight: normal;
    line-height: 160%;
    color: #333;
    width: 95%;
  }
  #worry .consultant img {
    width: 96px;
    height: 96px;
  }
  #about h2 {
    width: 94vw;
    height: 28px;
    padding: 10px 0px 12px 0px;
    flex-direction: column;
    gap: 4px;
    font-size: 20px;
    line-height: 140%;
    margin: 0 auto;
  }
  #about h2::after {
    content: "";
    display: block;
    width: 94vw;
    height: 44px;
    position: absolute;
    right: -4px;
    top: 8px;
    border-right: 2px solid #0c3f81;
    border-bottom: 2px solid #0c3f81;
  }
  #about .interview {
    text-align: left;
    margin-bottom: 32px;
    margin: 20px 0 32px;
  }
  #about .about-cta {
    padding-top: 32px;
  }
  #about .about-features h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  #about .about-features ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 40px;
  }
  #about .about-features li {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    width: 78vw;
    padding: 16px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #about .about-features li img {
    width: 80px;
    height: 80px;
    position: unset;
    transform: unset;
  }
  #about .about-features li h4 {
    padding-left: 24px;
    padding-bottom: 0;
    font-size: 16px;
  }
  #about .about-features li p {
    margin-top: 6px;
  }
  #about .about-point {
    background: #f4faff;
    display: flex;
    margin: 0 auto;
    padding: 32px 18px;
    flex-direction: column;
    align-items: center;
  }
  #about .about-point h3 {
    margin-bottom: 24px;
  }
  #about .about-point img {
    display: none;
  }
  #about .about-point_sp {
    display: block;
    background: #fff;
    padding: 8px 8px 8px 16px;
    margin-bottom: 16px;
  }
  #about .about-point_sp li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
  }
  #about .about-point_sp li p {
    color: #38add8;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.84px;
    display: block;
    width: 42px;
    flex-shrink: 0;
    text-align: center;
  }
  #about .about-point_sp li p .number {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
  #about .about-point_sp li p .number-people {
    font-family: Hiragino Sans;
    font-size: 12px;
    letter-spacing: 0;
    color: #333;
    font-weight: normal;
  }
  #about .about-point_sp li h4 {
    color: var(---text-black, #333);
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    padding: 6px 0;
  }
  #about .about-point_sp li h4 span {
    font-size: 14px;
  }
  #about .about-contents {
    width: 100vw;
    margin: 40px calc(50% - 50vw) 0;
    padding-bottom: 40px;
  }
  #about .about-contents h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
  }
  #about .about-contents .about-comparison li,
  #about .about-contents .about-jobchange li {
    width: 85vw;
  }
  #about .about-contents .about-comparison ul {
    margin-bottom: 56px;
  }
  #about .about-contents .about-jobchange ul {
    margin-bottom: 0px;
  }
  #about .about-contents .about-comparison li p,
  #about .about-contents .about-jobchange li p {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    width: 100%;
    margin: 0 auto;
  }
  #about-mediwel {
    background: none;
    margin: 0;
    padding: 0;
  }
  #about-mediwel .about-mediwel__title {
    margin: 0 calc(50% - 50vw);
    color: var(---lab-text-blue-10, #1e5fb3);
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    padding: 0;
    position: relative;
    margin-top: 118px;
    margin-bottom: 72px;
    text-indent: 4%;
  }
  #about-mediwel .about-mediwel__title::before {
    background-image: url(../img/about-bg_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 280px;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100vw;
    top: -54px;
  }
  #about-mediwel .about-cards {
    width: auto;
  }
  #about-mediwel .about-cards ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }
  #about-mediwel .about-cards li {
    padding: 16px 8px;
    justify-content: space-between;
  }
  #about-mediwel p {
    color: #191919;
    font-size: 16px;
    font-weight: normal;
    line-height: 190%;
    margin-bottom: 16px;
    padding-left: 0;
  }
  #related-contents {
    width: 100vw;
    margin: 40px calc(50% - 50vw) 0;
  }
  #related-contents .content-items {
    width: auto;
  }
  #related-contents h3 {
    font-size: 20px;
  }
  #related-contents .job-change,
  #related-contents .parttime-job,
  #related-contents .epilogi,
  #related-contents .lab {
    padding: 24px 16px;
    flex-direction: column;
    width: 85%;
  }
  .related-contents__right {
    width: 95%;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }
  #related-contents .job-change img {
    width: 225px;
    margin-top: 8px;
  }
  #related-contents .parttime-job img {
    width: 242px;
    margin-top: 8px;
  }
  #related-contents .epilogi img {
    width: 118px;
    margin-top: 8px;
  }
  #related-contents .lab img {
    width: 200px;
    margin-top: 8px;
  }
  #meaning .meaning__title {
    padding: 0 16px;
    width: 200px;
  }
  #meaning {
    padding: 32px;
  }
}
@media screen and (max-width: 567px) {
  #about-mediwel .about-mediwel__title::before {
    background-image: url(../img/about-bg_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 140px;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100vw;
    top: -54px;
  }
}

/*SP用 s*/
@media (max-width: 768px) {
  .pointList_new {
    margin-left: 10px;
    display: inline-block;
    padding: 0.2em 1em;
    border: 1px solid #000;
    letter-spacing: normal;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    background: #e2276e;
    border-color: #e2276e;
    vertical-align: middle;
  }
}

/* コンサルタントバナー */
.consultant_banner{
  margin-top: 40px !important;
  background-color: #fffaec;
  padding-top: 24px;
}
@media screen and (max-width:768px) {
  /* SP用 */
  .consultant_banner{
    margin-bottom: 40px !important;
  }
}
.consultant_banner .absolute_parent {
    position:  relative;
    background-color: #fff;
    margin: 0 24px 20px;
    border-radius: 5px;
    padding: 20px;
}
.consultant_banner .absolute_parent p span{
    color:#0c3f81;
    font-weight:bold;
}
.consultant_banner .absolute_btn {
    position:  absolute;
    right: 18px;
    top: 120px;
}
.consultant_banner .absolute_btn a{
    width: 230px;
    margin: 0 auto;
    background-color: #1e5fb3;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    font: normal normal normal 14px / 36px Meiryo;
    height: 36px;
}
.consultant_banner .absolute_btn a:before{
    content: "";
    position: absolute;
    border: 1px solid #fff;
    border-bottom: transparent;
    border-left: transparent;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    right: 10px;
}

@media screen and (min-width: 769px) {
  /* PC用 */
  .consultant_banner .absolute_parent .flex_box{
      display:  flex;
      justify-content: space-between;
      padding: 20px 0;
  }
 .consultant_banner .absolute_parent .banner_text{
    margin-left: 30px;
    font: normal normal normal 14px/24px Meiryo;
    width: 373px;
  }
  .consultant_banner .absolute_parent .flex_box img{
      width:170px;
  }
}
@media screen and (max-width:768px) {
  /* SP用 */
 .consultant_banner .absolute_parent .banner_img{
   text-align:center;
   margin-bottom:15px;
 }
 .consultant_banner .absolute_parent .banner_text{
    font: normal normal normal 14px/24px Meiryo;
  }
  .consultant_banner .absolute_parent .flex_box img{
      max-width:100%;
  }
  .consultant_banner .absolute_parent {
      padding: 20px 14px;
  }
  .consultant_banner .absolute_btn {
      position:  static;
      text-align:right;
      margin-top:10px;
  }  
}


/* コンサルタント一覧 */
.consultant_banner .consultant-list__inner {
    background-color: #fffaec;
    padding: 0 24px 18px;
}
.consultant_banner .swiper-button-prev {
    width: 20px;
    height: 100px;
    padding: 8px;
    background: #000;
    box-sizing: border-box;
    left: 12px;
    opacity: 0.3;
    border-radius: 10px;
    top: calc(50% - 50px);
}
.consultant_banner .swiper-button-prev:after {
    content: "";
    border: 2px solid #fff;
    border-right: transparent;
    border-top: transparent;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 6px;
    transform: rotate(45deg);
}
.consultant_banner .swiper-button-next {
    width: 20px;
    height: 100px;
    padding: 8px;
    background: #000;
    box-sizing: border-box;
    right: 12px;
    opacity: 0.3;
    border-radius: 10px;
    top: calc(50% - 50px);
}
.consultant_banner .swiper-button-next:after {
    content: "";
    border: 2px solid #fff;
    border-left: transparent;
    border-bottom: transparent;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 6px;
    transform: rotate(45deg);
}
.consultant_banner .consultant-list__item{
    box-shadow: 0px 0px 4px #00000026;
    border-radius: 5px;
}
.consultant_banner .consultant-list__box {
    border-radius: 5px;
}
.consultant_banner .consultant-list__link{
    background-image: linear-gradient(-45deg, #F5F4F4 20px, transparent 0);
    padding-bottom: 16px;
    height: 100%;
}
.consultant_banner .consultant-list__link:before {
    content: "";
    background: url(/common2014/img/icon_search_arrow.svg) no-repeat left 6px bottom -5px / contain;
    background-size: 18px;
    width: 25px;
    height: 25px;
    right: -5px;
    bottom: -8px;
    transform: translateY(-50%);
    position: absolute;
}