#wrap #contentWrap * {
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  #wrap {
    width: 1100px;
  }
}

#wrap #contentWrap #breadcrumbArea {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  a:hover {
    text-decoration: none;
  }
}

ol {
  list-style: none;
}

.firstTime {
  color: #333;
  font-size: 15px;
}

.firstTime__outer {
  padding: 80px 0;
}

.firstTime__outer--small {
  padding: 35px 0;
}

.firstTime__outer--blue {
  background-color: #E5EEF7;
}

.firstTime__outer--heroArea {
  padding-bottom: 30px;
}

.firstTime__outer--firstSecond {
  padding-bottom: 60px;
}

.firstTime__outer--cv {
  background-image: url(/resource/about_career_change/first_time/img/cv_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.firstTime__inner {
  width: 1000px;
  margin: 0 auto;
}

.firstTime__inner--secondView {
  background-color: #fff;
}


.firstTime__title--color {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  color: #005eab;
  margin-bottom: 22px;
}

.firstTime__title--underLine {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
}

.firstTime__title--underLine:after {
  content: '';
  display: block;
  width: 64px;
  height: 4px;
  margin: 15px auto 0;
  border-radius: 2px;
  background: linear-gradient(to right, #FFC000 0%, #FFC000 50%, #005EAB 50%, #005EAB 100%);
}

.firstTime__lead {
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 30px;
}

.firstTime__text {
  font-size: 15px;
  line-height: 1.5em;
}

.firstTime__text+p {
  margin-top: 1.5em;
}

.firstTime__more {
  max-width: 400px;
  height: 65px;
  margin: 30px auto 0;
  border-radius: 8px;
  background: #005eab;
  border: 2px solid #005eab;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: background .3s, color .3s;
}

.firstTime__more:hover {
  background: #fff;
  color: #005eab;
}

.firstTime__more:before,
.firstTime__more:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1px;
  transition: background-color .3s;
}

.firstTime__more:before {
  transform-origin: bottom right;
  transform: rotate(36deg);
}

.firstTime__more:after {
  transform-origin: top right;
  transform: rotate(-36deg);
}

.firstTime__more:hover:before,
.firstTime__more:hover:after {
  background-color: #005eab;
}

@media screen and (max-width: 767px) {
  .firstTime__outer {
    padding: 40px 0;
  }

  .firstTime__outer--small {
    padding: 20px 0;
  }

  .firstTime__outer--heroArea {
    padding-bottom: 20px;
  }

  .firstTime__outer--firstSecond {
    padding-bottom: 0;
  }

  .firstTime__inner {
    width: 100%;
    padding: 0 18px;
  }

  .firstTime__title--color {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .firstTime__title--underLine {
    font-size: 25px;
  }

  .firstTime__lead {
    margin-bottom: 20px;
    text-align: left;
  }

  .firstTime__more {
    font-size: 14px;
    line-height: 28px;
    height: 57px;
    margin-top: 15px;
  }
}

/* relatedArticle */
.relatedArticle {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  transition: transform .3s ease;
}

.relatedArticle:hover {
  transform: scale(1.05);
}

.relatedArticle+.relatedArticle {
  margin-top: 10px;
}

.relatedArticle:before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  width: 113px;
  height: 114px;
  background-color: #E5EEF7;
  border-radius: 100px 0 0 100px;
  top: 50%;
  right: -56.5px;
  transform: translateY(-50%);
}

.relatedArticle--faq {
  margin-top: 30px;
}

.relatedArticle__anchor {
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  padding: 15px 66px 15px 15px;
  width: 100%;
  height: 100%;
  min-height: 114px;
  display: flex;
  gap: 15px;
  align-items: center;
  text-decoration: none;
}

.relatedArticle__anchor:before,
.relatedArticle__anchor:after {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #0A9FC2;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1.5px;
}

.relatedArticle__anchor:before {
  transform-origin: bottom right;
  transform: rotate(45deg);
}

.relatedArticle__anchor:after {
  transform-origin: top right;
  transform: rotate(-45deg);
}

.relatedArticle__imgOuter {
  width: 160px;
  height: 84px;
  flex-shrink: 0;
}

.relatedArticle__imgOuter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.relatedArticle__titleOuter {
  width: calc(100% - 160px - 15px);
}

.relatedArticle__icon {
  width: 62px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  background-color: #0A9FC2;
  border-radius: 10px;
  font-size: 13px;
  margin-bottom: 5px;
}

.relatedArticle__title {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .relatedArticle:before {
    content: none;
  }

  .relatedArticle--faq {
    margin-top: 15px;
  }

  .relatedArticle__anchor {
    gap: 10px;
    padding: 19px 14px 25px;
    min-height: 90px;
  }

  .relatedArticle__anchor:before,
  .relatedArticle__anchor:after {
    display: none;
  }

  .relatedArticle__imgOuter {
    width: 100px;
    height: 53px;
  }

  .relatedArticle__titleOuter {
    width: calc(100% - 100px - 10px);
  }

  .relatedArticle__icon {
    position: absolute;
    border-radius: 10px 0 10px 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
  }

  .relatedArticle__title {
    line-height: 1.4;
    font-size: 14px;
  }
}

/* heroArea */
.heroArea {
  color: #fff;
  height: 520px;
  background-image: url(/resource/about_career_change/first_time/img/heroArea_bg.webp);
  background-color: #E5EEF7;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1366px 520px;
}

@media screen and (min-width: 1365px) {
  .heroArea {
    background-size: 100%;
  }
}

.heroArea__inner {
  position: relative;
}

.heroArea__date {
  font-size: 12px;
  font-weight: bold;
  height: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.heroArea__company {
  position: absolute;
  left: 305px;
  top: 60px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
}

.heroArea__company::after {
  content: "";
  width: 368px;
  height: 2px;
  background-color: #fff;
  margin-left: 21px;
}

.heroArea__titleOuter {
  width: 680px;
  height: 132px;
  background: #005eab;
  border-radius: 5px;
  margin: 34px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.heroArea__titleOuter::before {
  content: "完全版";
  font-weight: bold;
  font-size: 25px;
  color: #005eab;
  width: 105px;
  height: 49px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20px;
  top: -35px;
}

.heroArea__title {
  position: relative;
  z-index: 1;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.heroArea__title--large {
  font-size: 54px;
}

.heroArea__title--medium {
  font-size: 46px;
}

.heroArea__title--small {
  font-size: 40px;
}

.heroArea__title::before {
  content: "";
  background-image: url(/resource/about_career_change/first_time/img/heroArea_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 45.75px;
  height: 75.02px;
  left: -29px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: -1;
}

.heroArea__lead {
  margin-top: 22px;
  font-weight: bold;
  font-size: 18px;
  line-height: 35.4px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.heroArea__lead--bg {
  background: rgba(10, 159, 194, 0.6);
  padding: 1px 5px 2px;
}

@media screen and (max-width: 767px) {
  .heroArea {
    height: 230px;
    background-image: url(/resource/about_career_change/first_time/img/heroArea_bg_sp.webp);
    background-size: cover;
  }

  .heroArea__date {
    height: auto;
    padding-top: 6px;
  }

  .heroArea__company {
    transform: rotate(90deg);
    left: auto;
    right: -84px;
    top: 98px;
    font-size: 10px;
  }

  .heroArea__company::after {
    width: 80px;
    height: 1px;
    margin-left: 10px;
  }

  .heroArea__titleOuter {
    width: 315px;
    height: 60px;
    margin-top: 71px;
  }

  .heroArea__titleOuter::before {
    width: 65px;
    height: 28px;
    font-size: 15px;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
  }

  .heroArea__title--large {
    font-size: 26px;
  }

  .heroArea__title--medium {
    font-size: 22px;
  }

  .heroArea__title--small {
    font-size: 17px;
  }

  .heroArea__title::before {
    width: 21.98px;
    height: 36.04px;
    left: -7px;
  }

  .heroArea__lead {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }

  .heroArea__lead--bg {
    padding: 0 2px;
  }
}

/* firstView */
.firstView {
  margin-top: -183px;
}

.firstView__inner {
  padding: 35px 45px;
  background-color: #fff;
}

.firstView__title {
  font-size: 28px;
  font-weight: bold;
  color: #005EAB;
  margin-bottom: 15px;
  text-align: center;
}

.firstView__list {
  display: flex;
  gap: 0 20px;
}

.firstView__item {
  width: 290px;
  height: 220px;
  background: #e5eef7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.firstView__txt {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #005eab;
  margin-top: 10px;
}

.firstView__imgOuter img {
  height: auto;
}

.firstView__anchorOuter {
  margin-top: 20px;
}

.firstView__anchorLead {
  font-size: 15px;
  line-height: 27px;
  text-align: center;
}

.firstView_btn {
  border-radius: 8px;
  height: 65px;
  display: block;
  margin: 15px auto 0;
  width: 450px;
}

.firstView_btn_txt1 {
  background-color: #fff;
  width: 92px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D10042;
  font-size: 15px;
}

.firstView_btn_txt2 {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}

.firstView_btn>a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #D10042;
  text-decoration: none;
  line-height: 1.5;
  padding: 0 25px 0 0px;
  transition: all .3s ease;
  box-shadow: 0 0 10px rgba(209, 0, 66, 0.3);
}

.firstView_btn>a:hover {
  transform: scale(1.05);
}

.firstView_btn>a:before,
.firstView_btn>a:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1px;
  transition: color .5s ease;
}

.firstView_btn>a:before {
  transform-origin: bottom right;
  transform: rotate(36deg);
}

.firstView_btn>a:after {
  transform-origin: top right;
  transform: rotate(-36deg);
}

@media screen and (max-width: 767px) {
  .firstView {
    margin-top: -20px;
    padding: 0 18px;
  }

  .firstView__inner {
    padding: 16px 14px 15px;
  }

  .firstView__title {
    font-size: 20px;
  }

  .firstView__list {
    flex-direction: column;
    gap: 10px 0;
  }

  .firstView__item {
    flex-direction: row;
    width: 100%;
    height: 74px;
    justify-content: flex-start;
    padding: 9px 14px;
    gap: 0 8px;
  }

  .firstView__txt {
    margin-top: 0;
    font-size: 15px;
    line-height: 19px;
    text-align: left;
  }

  .firstView__imgOuter {
    max-width: 92px;
  }

  .firstView__imgOuter img {
    width: 100%;
  }

  .firstView__anchorOuter {
    margin-top: 17px;
  }

  .firstView__anchorLead {
    font-size: 16px;
    line-height: 1.5;
  }

  .firstView_btn {
    height: 57px;
    width: auto;
    margin: 15px 6px 0;
  }

  .firstView_btn_txt1 {
    width: 70px;
    height: 22px;
    border-radius: 11px;
    font-size: 12px;
  }

  .firstView_btn_txt2 {
    font-size: 14px;
  }

  .firstView_btn>a {
    font-size: 14px;
    padding: 0 17px 0 0;
    gap: 10px;
  }

  .firstView_btn>a:before,
  .firstView_btn>a:after {
    right: 12px;
  }
}

/* secondView */
.secondView {
  padding: 80px 0 60px;
  width: 680px;
  margin: 0 auto;
}

.secondView__inner:nth-of-type(n+2) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .secondView {
    width: 100%;
    padding: 30px 0 0;
  }

  .secondView__inner:nth-of-type(n+2) {
    margin-top: 15px;
  }
}

/* matome */
.matome__titleOuter {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  z-index: 2;
}

.matome__title {
  padding: 0 15px;
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  background-color: #FFC000;
  border-radius: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #005EAB;
}

.matome__title--icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.matome__listOuter {
  position: relative;
  z-index: 1;
  border: 3px solid #FFC000;
  border-radius: 10px;
  padding: 40px 30px 20px;
  margin-top: -24px;
}

.matome__list {
  font-size: 15px;
  font-weight: bold;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.matome__item {
  padding-left: 35px;
  background: url(/resource/about_career_change/first_time/img/matome_icon.svg) 0 0 no-repeat;
  background-size: 25px 25px;
  min-height: 25px;
}

@media screen and (max-width: 767px) {
  .matome__titleOuter {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
  }

  .matome__listOuter {
    padding: 40px 15px 30px;
  }
}

@media screen and (max-width: 600px) {
  .matome__title {
    width: 319px;
    height: 72px;
    border-radius: 36px;
    line-height: 1.3;
  }
}


@media screen and (min-width: 600px) {
  .matome__title--br {
    display: none !important;
  }
}


/* mokuji */
.mokuji {
  background-color: #e5eef7;
  padding: 23px 40px;
  border-radius: 10px;
}

.mokuji__title {
  color: #005EAB;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}

.mokuji__list {
  list-style: none;
  counter-reset: count;
}

.mokuji__item {
  counter-increment: count;
  display: flex;
  justify-content: flex-start;
  gap: 17px;
  font-size: 18px;
  line-height: 1.22;
  padding-bottom: 13px;
  border-bottom: 1px dashed #0A9FC2;
}

.mokuji__item:before {
  content: counter(count);
  display: block;
  font-weight: bold;
  color: #005EAB;
}

.mokuji__item:nth-child(n+2) {
  margin-top: 13px;
}

.mokuji__link {
  text-decoration: none;
  color: #333;
  transition: color .3s;
}

.mokuji__link:hover {
  color: #005EAB;
}

@media screen and (max-width: 767px) {
  .mokuji {
    padding: 17px 18px 15px;
  }
}

/* feature */
.feature__title {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
  color: #005EAB;
}

.feature__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 0 -33px;
}

.feature__link {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 76px;
  padding: 0 30px 0 5px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: opacity .3s ease;
}

.feature__txt {
  width: calc(100% - 107px);
  box-sizing: border-box;
  text-align: left;
}

.feature__link:before,
.feature__link:after {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #0A9FC2;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1px;
}

.feature__link:before {
  transform-origin: bottom right;
  transform: rotate(45deg);
}

.feature__link:after {
  transform-origin: top right;
  transform: rotate(-45deg);
}

.feature__link:hover {
  opacity: 0.7;
}

.feature__link img {
  image-rendering: -webkit-optimize-contrast;
  width: 97px;
  height: auto;
  border-radius: 9px 0 0 9px;
}

@media screen and (max-width: 767px) {
  .feature__title {
    font-size: 22px;
    margin-bottom: 11px;
  }

  .feature__list {
    gap: 15px;
    grid-template-columns: 1fr;
    margin: 0;
  }

}

/* searchTop */
.searchTop__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  width: 680px;
  margin: 0 auto;
}

.searchTop__item {
  transition: transform .3s ease;
}

.searchTop__item:hover {
  transform: scale(1.05);
}

.searchTop__anchor {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 76px;
  padding: 0 30px 0 15px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.1;
  color: #333;
  text-decoration: none;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.searchTop__anchor:before,
.searchTop__anchor:after {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #0A9FC2;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1px;
}

.searchTop__anchor:before {
  transform-origin: bottom right;
  transform: rotate(45deg);
}

.searchTop__anchor:after {
  transform-origin: top right;
  transform: rotate(-45deg);
}

.searchTop__num {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .searchTop__list {
    gap: 14px 17px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .searchTop__anchor {
    height: 60px;
  }
}

/* searchBottom */
.searchBottom__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 19px;
  max-width: 745px;
  margin: 0 auto;
}

.searchBottom__item {
  transition: transform .3s ease;
}

.searchBottom__item:hover {
  transform: scale(1.05);
}

.searchBottom__anchor {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  color: #005EAB;
  text-decoration: none;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.searchBottom__anchor:before,
.searchBottom__anchor:after {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #0A9FC2;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1px;
}

.searchBottom__anchor:before {
  transform-origin: bottom right;
  transform: rotate(45deg);
}

.searchBottom__anchor:after {
  transform-origin: top right;
  transform: rotate(-45deg);
}


.searchBottom__anchor img {
  width: 70px;
  height: 70px;
}

.searchBottom__txt {
  width: calc(100% - 75px);
  box-sizing: border-box;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .searchBottom__list {
    gap: 10px;
    grid-template-columns: 1fr;
    margin: 0;
  }

  .searchBottom__anchor {
    height: 60px;
  }

  .searchBottom__anchor img {
    width: 40px;
    height: 40px;
  }

  .searchBottom__txt {
    width: calc(100% - 50px);
  }
}

.status__linkOuter {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.status__link {
  color: #0A9FC2;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
  transition: opacity .5s ease;
  display: flex;
  align-items: center;
}

.status__link::before {
  content: "参照";
  width: 62px;
  height: 20px;
  border-radius: 10px;
  background-color: #0A9FC2;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  margin-right: 15px;
}

.status__link+.status__link {
  margin-top: 15px;
}

.status__link:hover {
  opacity: .7;
  text-decoration: underline;
}

.status__text {
  font-size: 15px;
  line-height: 27px;
}

.status__text+.status__text {
  margin-top: 27px;
}

.status__text--underLine {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #FFF1C3 0%) repeat scroll 0 0;
}

.status__box {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #245fa6;
  overflow: hidden;
}

.status__head {
  height: 66px;
  background: #FAF8F8;
  background-image: url(/resource/about_career_change/first_time/img/status_bg.webp);
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.status__number {
  flex-shrink: 0;
  width: 73px;
  height: 66px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #005eab;
  border-radius: 0px 0px 10px 0px;
  background: #ffc000;
  border-right: 2px solid #005eab;
  border-bottom: 2px solid #005eab;
}

.status__number--big {
  font-family: Avenir;
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
}

.status__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #015eab;
}

.status__body {
  padding: 30px 32px;
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.status__imgOuter {
  width: 336px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.status__textOuter {
  width: 570px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .status__linkOuter {
    margin: 15px 0;
  }

  .status__link {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .status__link::before {
    margin-bottom: 5px;
  }

  .status__link+.status__link {
    margin-top: 10px;
  }

  .status__head {
    padding-right: 14px;
  }

  .status__number {
    margin-right: 10px;
    width: 68px;
    height: 66px;
  }

  .status__body {
    flex-direction: column;
    padding: 15px;
    gap: 15px 0;
  }

  .status__imgOuter {
    width: 100%;
  }

  .status__imgOuter img {
    max-width: 100%;
    height: auto;
  }

  .status__textOuter {
    width: 100%;
  }
}

/* .difference */
.difference__list {
  display: grid;
  gap: 60px 0;
  list-style-type: none;
}

.difference__titleOuter {
  margin-bottom: 40px;
  min-height: 55px;
  background-image: url(/resource/about_career_change/first_time/img/post_title_bg.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  position: relative;
}

.difference__number {
  position: absolute;
  left: 0;
  top: 5px;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 29px;
  line-height: 1;
  color: #40bfe3;
}

.difference__number--txt {
  font-size: 10px;
  display: block;
}

.difference__title {
  font-weight: bold;
  font-size: 25px;
  display: block;
  padding-top: 16px;
  margin-left: 80px;
  position: relative;
  line-height: 1.4;
}

.difference__text {
  font-size: 15px;
  line-height: 27px;
}

.difference__text--underLine {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #FFF1C3 0%) repeat scroll 0 0;
}

.difference__text+.difference__text {
  margin-top: 27px;
}

.difference__boxOuter {
  margin-top: 116px;
  display: flex;
  align-items: center;
  gap: 0 24px;
}

.difference__box {
  width: calc(50% - 12px);
  height: 51px;
  border-radius: 12px 12px 0px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.difference__box:nth-of-type(1) {
  background: #0a9fc2;
}

.difference__box:nth-of-type(2) {
  background: #005eab;
}

.difference__box::after {
  content: "";
  position: absolute;
  top: -75px;
  width: 168px;
  height: 87px;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.difference__box:nth-of-type(1)::after {
  background-image: url(/resource/about_career_change/first_time/img/difference_img01.webp);
  left: 0;
}

.difference__box:nth-of-type(2)::after {
  background-image: url(/resource/about_career_change/first_time/img/difference_img02.webp);
  right: 0;
}

.difference__diffTitle {
  font-weight: bold;
  font-size: 21px;
  line-height: 17px;
  color: #fff;
}

.difference__inList {
  display: grid;
  gap: 52px 0;
  margin-top: 65px;
}

.difference__inItem {
  border-radius: 0px 0px 10px 10px;
  background: rgba(229, 238, 247, 0.7);
  padding: 50px 30px 30px;
  position: relative;
}

.difference__inTitle {
  width: 530px;
  height: 52px;
  border-radius: 26px;
  background: #f59d11;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  color: #fdf4cd;
}

.difference__inBoxOuter {
  display: flex;
  gap: 0 24px;
}

.difference__inBox {
  width: calc(50% - 12px);
  border-radius: 0px 0px 12px 12px;
  background: #fff;
  padding: 25px;
  position: relative;
}

.difference__inBox::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.difference__inBox--01::after {
  width: 152px;
  height: 152px;
  background-image: url(/resource/about_career_change/first_time/img/difference_inBox_bg01.svg);
}

.difference__inBox--02::after {
  width: 152px;
  height: 152px;
  background-image: url(/resource/about_career_change/first_time/img/difference_inBox_bg02.svg);
}

.difference__inBox--03::after {
  width: 152px;
  height: 192px;
  background-image: url(/resource/about_career_change/first_time/img/difference_inBox_bg03.svg);
}

.difference__inBox--04::after {
  width: 152px;
  height: 192px;
  background-image: url(/resource/about_career_change/first_time/img/difference_inBox_bg04.svg);
}

.difference__inBox--05::after {
  width: 142px;
  height: 170px;
  background-image: url(/resource/about_career_change/first_time/img/difference_inBox_bg05.svg);
}

.difference__inBox--06::after {
  width: 142px;
  height: 170px;
  background-image: url(/resource/about_career_change/first_time/img/difference_inBox_bg06.svg);
}

.difference__inBoxTitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  padding: 4px 0px 4px 13px;
  margin-bottom: 20px;
}

.difference__inBox:nth-of-type(1) .difference__inBoxTitle {
  color: #0a9fc2;
  border-left: 3px solid #0a9fc2;
}

.difference__inBox:nth-of-type(2) .difference__inBoxTitle {
  color: #005EAB;
  border-left: 3px solid #005EAB;
}

.difference__relatedArticle {
  margin-top: 30px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .difference__list {
    gap: 40px 0;
  }

  .difference__titleOuter {
    margin-bottom: 25px;
    background-image: url(/resource/it/workType/img/post_title_bg.svg);
  }

  .difference__title {
    font-size: 20px;
    margin-left: 70px;
  }

  .difference__boxOuter {
    margin-top: 100px;
    gap: 0 7px;
  }

  .difference__box {
    width: calc(50% - 3.5px);
    height: 50px;
    border-radius: 12px;
  }

  .difference__box::after {
    top: -75px;
    width: 159px;
    height: 82.17px;
    transform: translateX(-50%);
  }

  .difference__box:nth-of-type(1)::after {
    left: 50%;
  }

  .difference__box:nth-of-type(2)::after {
    right: auto;
    left: 50%;
  }

  .difference__inList {
    margin-top: 57px;
    gap: 43px 0;
  }

  .difference__inItem {
    padding: 42px 10px 20px 10px;
  }

  .difference__inTitle {
    width: calc(100% - 20px);
    height: 45px;
    font-size: 20px;
    top: -22.5px;
  }

  .difference__inBoxOuter {
    flex-direction: column;
    gap: 15px 0;
  }

  .difference__inBox {
    border-radius: 12px;
    padding: 15px;
    width: 100%;
  }

  .difference__inBoxTitle {
    margin-bottom: 15px;
  }

  .difference__inBoxTitle:before {
    width: 60px;
    height: 20px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }

  .difference__inBox:nth-of-type(1) .difference__inBoxTitle:before {
    content: "就職";
    background: #0a9fc2;
  }

  .difference__inBox:nth-of-type(2) .difference__inBoxTitle:before {
    content: "転職";
    background: #005eab;
  }

  .difference__relatedArticle {
    margin-top: 20px;
    padding: 0 10px;
  }
}

/* trouble */
.trouble__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.trouble__space {
  display: none;
}

.trouble__imgOuter img {
  max-width: 100%;
  height: auto;
}

.trouble__lead {
  font-size: 15px;
  line-height: 27px;
}

.trouble__list {
  list-style-type: none;
  display: grid;
  gap: 30px 0;
}

.trouble__item {
  border-radius: 10px;
  background: #fff;
  border: 2px solid #245fa6;
  overflow: hidden;
}

.trouble__head {
  height: 68px;
  background: #FAF8F8;
  background-image: url(/resource/about_career_change/first_time/img/status_bg.webp);
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: background-color .3s;
}

.trouble__head:hover {
  background-color: #E5EEF7;
}

.trouble__head::before,
.trouble__head::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #607B80;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  z-index: 1;
}

.trouble__head::before {
  transform: translateY(-50%) rotate(90deg);
  transition: all .3s ease;
}

.trouble__head.is-active::before {
  transform: translateY(-50%) rotate(0deg);
}

.trouble__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #015eab;
}

.trouble__number {
  flex-shrink: 0;
  width: 73px;
  height: 68px;
  background: #005eab;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.trouble__number--big {
  font-family: Avenir;
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
}

.trouble__body {
  padding: 30px;
  display: none;
}

.trouble__textOuter {
  position: relative;
}

.trouble__textOuter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  right: 0;
  bottom: 0;
}

.trouble__item:nth-of-type(1) .trouble__textOuter::after {
  background-image: url(/resource/about_career_change/first_time/img/trouble_bg01.svg);
}

.trouble__item:nth-of-type(2) .trouble__textOuter::after {
  background-image: url(/resource/about_career_change/first_time/img/trouble_bg02.svg);
}

.trouble__item:nth-of-type(3) .trouble__textOuter::after {
  background-image: url(/resource/about_career_change/first_time/img/trouble_bg03.svg);
}

.trouble__item:nth-of-type(4) .trouble__textOuter::after {
  background-image: url(/resource/about_career_change/first_time/img/trouble_bg04.svg);
}

.trouble__item:nth-of-type(5) .trouble__textOuter::after {
  background-image: url(/resource/about_career_change/first_time/img/trouble_bg05.svg);
}

.trouble__item:nth-of-type(6) .trouble__textOuter::after {
  background-image: url(/resource/about_career_change/first_time/img/trouble_bg06.svg);
}

.trouble__item:nth-of-type(7) .trouble__textOuter::after {
  background-image: url(/resource/about_career_change/first_time/img/trouble_bg07.svg);
}

.trouble__text {
  font-size: 15px;
  line-height: 27px;
}

.trouble__text--underLine {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #FFF1C3 0%) repeat scroll 0 0;
}

.trouble__text+.trouble__text {
  margin-top: 27px;
}

.trouble__relatedArticle {
  padding: 0 20px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .trouble__box {
    overflow: hidden;
    display: block;
  }

  .trouble__space {
    display: block;
    float: right;
    height: 54px;
  }

  .trouble__imgOuter {
    float: right;
    clear: both;
    width: 135px;
    height: 101px;
  }

  .trouble__imgOuter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .trouble__lead {
    font-size: 14px;
  }

  .trouble__list {
    gap: 20px 0;
  }

  .trouble__head {
    padding-right: 39px;
  }

  .trouble__head::before,
  .trouble__head::after {
    right: 15px;
  }

  .trouble__number {
    width: 68px;
    height: 68px;
    margin-right: 10px;
  }

  .trouble__body {
    padding: 15px;
  }

  .trouble__textOuter::after {
    background-position: center bottom;
  }

  .trouble__relatedArticle {
    margin-top: 20px;
    padding: 0 5px;
  }
}


/* point */
.point__list {
  list-style-type: none;
  display: grid;
  gap: 30px 0;
}

.point__item {
  padding: 30px 0 30px 230px;
  border-bottom: 2px solid #e5eef7;
  position: relative;
}

.point__titleOuter {
  border-bottom: 1px solid #003b6b;
  color: #003b6b;
  padding-bottom: 15px;
  position: relative;
}

.point__titleOuter::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 125px;
  left: -230px;
  top: 0;
}

.point__item:nth-of-type(1) .point__titleOuter::before {
  background: url(/resource/about_career_change/first_time/img/point_img01.webp) center/cover no-repeat;
}

.point__item:nth-of-type(2) .point__titleOuter::before {
  background: url(/resource/about_career_change/first_time/img/point_img02.webp) center/cover no-repeat;
}

.point__item:nth-of-type(3) .point__titleOuter::before {
  background: url(/resource/about_career_change/first_time/img/point_img03.webp) center/cover no-repeat;
}

.point__item:nth-of-type(4) .point__titleOuter::before {
  background: url(/resource/about_career_change/first_time/img/point_img04.webp) center/cover no-repeat;
}

.point__item:nth-of-type(5) .point__titleOuter::before {
  background: url(/resource/about_career_change/first_time/img/point_img05.webp) center/cover no-repeat;
}

.point__item:nth-of-type(6) .point__titleOuter::before {
  background: url(/resource/about_career_change/first_time/img/point_img06.webp) center/cover no-repeat;
}

.point__item:nth-of-type(7) .point__titleOuter::before {
  background: url(/resource/about_career_change/first_time/img/point_img07.webp) center/cover no-repeat;
}

.point__item:nth-of-type(8) .point__titleOuter::before {
  background: url(/resource/about_career_change/first_time/img/point_img08.webp) center/cover no-repeat;
}

.point__title {
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
}

.point__number {
  font-family: Avenir;
  font-weight: bold;
  font-size: 13px;
  line-height: 28px;
  margin-right: 30px;
}

.point__number--big {
  font-size: 18px;
}

.point__textOuter {
  margin-top: 30px;
}

.point__text {
  font-size: 15px;
  line-height: 27px;
}

.point__text--underLine {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #FFF1C3 0%) repeat scroll 0 0;
}

.point__text+.point__text {
  margin-top: 27px;
}

.point__relatedArticle {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .point__item {
    padding: 5px 0 20px;
  }

  .point__titleOuter {
    padding-right: 87px;
  }

  .point__titleOuter::before {
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 100px;
    height: 62.5px;
  }

  .point__textOuter {
    margin-top: 20px;
  }

  .point__relatedArticle {
    margin-top: 20px;
  }
}

/* flow */
.flow__list {
  display: grid;
  gap: 30px 0;
}

.flow__item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 30px;
}

.flow__title {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  background: #005eab;
  position: relative;
}

.flow__title::after {
  content: "";
  width: 110px;
  height: 16px;
  background: #005eab;
  position: absolute;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.flow__top {
  padding: 0 30px;
  margin-top: 45px;
  display: flex;
  gap: 0 30px;
}

.flow__textOuter {
  width: 60%;
  max-width: 530px;
}

.flow__text {
  font-size: 15px;
  line-height: 27px;
}

.flow__inListOuter {
  width: 49%;
  max-width: 380px;
}

.flow__inListTitle {
  font-weight: bold;
  font-size: 15px;
  line-height: 27px;
  color: #fff;
  width: 186px;
  height: 30px;
  background: #005eab;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow__inList {
  position: relative;
  list-style-type: none;
  background: #FEFBE7;
  padding: 12px;
  border: 2px solid #005eab;
}

.flow__inItem {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  color: #005eab;
}

.flow__middle {
  padding: 0 30px;
  margin-top: 30px;
}

.flow__supportHead {
  width: 488px;
  height: 52px;
  border-radius: 26px;
  background: #005eab;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto -26px;
  position: relative;
}

.flow__supportTitle {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #fdf4cd;
}

.flow__supportBody {
  padding: 56px 30px 33px 30px;
  border-radius: 10px;
  background: #e5eef7;
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.flow__supportImgOuter {
  flex-shrink: 0;
}

.flow__supportText {
  font-size: 15px;
  line-height: 27px;
}

.flow__supportText--strong {
  color: #005EAB;
}

.flow__bottom {
  padding: 0 50px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .flow__item {
    padding-bottom: 20px;
  }

  .flow__title {
    font-size: 20px;
    line-height: 28px;
    height: 60px;
  }

  .flow__title::after {
    width: 65px;
    height: 10px;
    bottom: -8px;
  }

  .flow__top {
    flex-direction: column;
    gap: 15px 0;
    margin-top: 25px;
    padding: 0 15px;
  }

  .flow__textOuter {
    width: 100%;
    max-width: 100%;
  }

  .flow__inListOuter {
    width: 100%;
    max-width: 100%;
  }

  .flow__inListTitle {
    font-size: 14px;
    height: 25px;
  }

  .flow__middle {
    margin-top: 20px;
    padding: 0 15px;
  }

  .flow__supportHead {
    width: calc(100% - 20px);
    height: 60px;
    border-radius: 30px;
    margin: 0 auto -30px;
  }

  .flow__supportTitle {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }

  .flow__supportBody {
    padding: 45px 10px 15px 10px;
    display: block;
  }

  .flow__supportImgOuter {
    width: 120px;
    height: 90px;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
  }

  .flow__supportImgOuter img {
    max-width: 100%;
    height: auto;
  }

  .flow__bottom {
    padding: 0 20px;
    margin-top: 20px;
  }
}

/* voice */
.voice__inner {
  border-radius: 10px;
  background: #faf8f8;
  overflow: hidden;
  padding: 30px 30px 40px 30px;
}

.voice__inner:nth-of-type(n+2) {
  margin-top: 30px;
}

.voice__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 760px;
  margin: 0 auto;
}

.voice__imgOuter {
  position: absolute;
  left: 0;
}

.voice__text {
  font-weight: bold;
  font-size: 20px;
  line-height: 31px;
  color: #fff;
  max-width: 520px;
  padding: 22px 30px;
  border-radius: 5px;
  background: #005eab;
  margin-left: 240px;
  position: relative;
}

.voice__text::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 19px;
  background: #005eab;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  left: -12px;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}

.voice__age {
  margin-left: 240px;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #005eab;
  margin-top: 20px;
}

.voice__body {
  margin-top: 30px;
}

.voice__list {
  display: grid;
  gap: 56px 0;
  padding: 40px 50px;
  border-radius: 10px;
  background: #fff;
}

.voice__item:nth-of-type(2) .voice__inText:nth-of-type(2) {
  margin-top: -27px;
}

.voice__inTitle {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #005eab;
  display: flex;
}

.voice__inTitle span {
  width: 190px;
  flex-shrink: 0;
}

.voice__inTitle:after {
  content: '';
  display: block;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to right, #FFC000 0%, #FFC000 30px, #005EAB 30px, #005EAB 100%);
  margin-left: 40px;
  margin-top: 5px;
  flex-grow: 1;
}

.voice__inText {
  padding-left: 230px;
  font-size: 15px;
  line-height: 27px;
}

.voice__impression {
  max-width: 940px;
  margin: 30px auto 0;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #005eab;
  overflow: hidden;
}

.voice__impressionHead {
  display: flex;
  align-items: center;
  background: #005eab;
  padding: 10px 20px;
}

.voice__impressionTitle {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.voice__impressionBody {
  padding: 25px 30px;
}

.voice__impressionText {
  font-size: 15px;
  background-image:
    linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #E4EBED 100%);
  background-size: 100% 2em;
  line-height: 2em;
}

.voice__more {
  display: none;
}

@media screen and (max-width: 767px) {
  .voice__inner {
    padding: 15px 10px 0px 10px;
  }

  .voice__inner:nth-of-type(n+2) {
    margin-top: 25px;
  }

  .voice__head {
    width: 100%;
  }

  .voice__imgOuter {
    width: 80px;
    height: 80px;
    top: 0;
  }

  .voice__imgOuter img {
    max-width: 100%;
    height: auto;
  }

  .voice__text {
    margin-left: 90px;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 15px;
    min-height: 90px;
    display: flex;
    align-items: center;
  }

  .voice__text:before {
    width: 10px;
    height: 6px;
    left: -7px;
    transform: translateY(-50%) rotate(270deg);
  }

  .voice__age {
    margin-left: 0;
    margin-top: 0;
    font-size: 14px;
    line-height: 27px;
    position: absolute;
    left: 10px;
    bottom: -10px;
  }

  .voice__body {
    margin-top: 15px;
    display: none;
  }

  .voice__list {
    gap: 20px 0;
    padding: 15px 10px;
  }

  .voice__item:nth-of-type(2) .voice__inText:nth-of-type(2) {
    margin-top: 15px;
  }

  .voice__inTitle {
    flex-wrap: wrap;
  }

  .voice__inTitle span {
    width: 100%;
  }

  .voice__inTitle:after {
    margin-left: 0;
    margin-top: 6px;
    width: 100%;
  }

  .voice__inText {
    padding-left: 0;
    margin-top: 15px;
  }

  .voice__impression {
    margin-top: 15px;
  }

  .voice__impressionHead {
    padding: 10px;
  }

  .voice__impressionBody {
    padding: 15px 12px;
  }

  .voice__more {
    width: 100vw;
    margin: 15px calc(50% - 50vw) 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5eef7;
  }

  .voice__more.is-active {
    background: #999;
  }

  .voice__more span {
    font-weight: bold;
    font-size: 14px;
    line-height: 27px;
    color: #005eab;
    position: relative;
  }

  .voice__more span::after {
    content: "";
    width: 10px;
    height: 4px;
    background: #005eab;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
  }

  .voice__more.is-active span {
    color: #fff;
  }

  .voice__more.is-active span::after {
    background: #fff;
    transform: translateY(-50%) rotate(180deg);
  }
}

/* jcc */
.jcc__list {
  display: flex;
  justify-content: center;
  gap: 0 25px;
}

.jcc__item {
  width: 210px;
  min-width: 210px;
  height: 307px;
}

.jcc__anchor {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  padding: 15px 15px 22.5px 15px;
  display: block;
  text-decoration: none;
  position: relative;
  transition: opacity .3s;
}

.jcc__anchor:hover {
  opacity: .7;
}

.jcc__imgOuter {
  width: 180px;
  height: 122.47px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #f5f5f5;
}

.jcc__imgOuter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jcc__text {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  margin-top: 15px;
}

.jcc__check {
  width: 62px;
  height: 20px;
  border-radius: 10px 0 10px 0;
  background-color: #0A9FC2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .jcc__list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .jcc__item {
    margin: 5px 12.5px;
  }
}

/* fjc */
.fjc__list {
  display: flex;
  justify-content: center;
  gap: 0 25px;
}

.fjc__item {
  width: 210px;
  min-width: 210px;
  height: 238px;
}

.fjc__anchor {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: block;
  text-decoration: none;
  position: relative;
  transition: opacity .3s;
}

.fjc__anchor:hover {
  opacity: .7;
}

.fjc__age {
  width: 87px;
  height: 30px;
  border-radius: 0px 10px 0px 20px;
  background: #005eab;
  font-weight: bold;
  font-size: 12px;
  line-height: 22.5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

.fjc__imgOuter {
  width: 170px;
  height: 100px;
  border-radius: 10px;
  background: #bfeeff;
  overflow: hidden;
}

.fjc__text {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .fjc__list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .fjc__item {
    margin: 5px 12.5px;
  }
}

/* faq */
.faq {
  width: 700px;
  margin: 0 auto;
}

.faq__list {
  display: grid;
  gap: 20px 0;
}

.faq__item {
  border: 2px solid #0a9fc2;
  border-radius: 30px;
  overflow: hidden;
}

.faq__head {
  padding: 20px 75px;
  background: #f0fafc;
  display: flex;
  align-items: center;
  color: #0a9fc2;
  position: relative;
  transition: background .3s, color .3s;
  cursor: pointer;
}

.faq__head:hover {
  color: #fff;
  background: #0a9fc2;
}

.faq__head.is-active {
  color: #fff;
  background: #0a9fc2;
}

.faq__head::before,
.faq__head::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #0A9FC2;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 1;
  transition: background .5s;
}

.faq__head:hover::before,
.faq__head:hover::after {
  background: #fff;
}

.faq__head.is-active::before,
.faq__head.is-active::after {
  background: #fff;
}

.faq__head::before {
  transform: translateY(-50%) rotate(90deg);
}

.faq__head.is-active::before {
  transform: translateY(-50%) rotate(0deg);
}

.faq__question {
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  text-align: left;
}

.faq__question::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url(/resource/top/img/icon_question_blue_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.faq__question.is-active::before {
  background-image: url(/resource/about_career_change/first_time/img/icon_question_white_01.svg);
}

.faq__head:hover .faq__question::before {
  background-image: url(/resource/about_career_change/first_time/img/icon_question_white_01.svg);
}

.faq__body {
  background: #fff;
  display: none;
  padding: 30px 15px 30px 30px;
}

.faq__answer {
  position: relative;
}

.faq__answer::before {
  content: '';
  width: 40px;
  height: 40px;
  left: -15px;
  top: -12px;
  position: absolute;
  z-index: 1;
  background-image: url(/resource/about_career_change/first_time/img/icon_answer_blue_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.faq__text {
  font-size: 15px;
  line-height: 27px;
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .faq {
    width: 100%;
  }

  .faq__head {
    padding: 10px 40px 10px 54px;
  }

  .faq__head::before,
  .faq__head::after {
    right: 4%;
  }

  .faq__question {
    line-height: 1.3;
  }

  .faq__question::before {
    width: 30px;
    height: 30px;
  }

  .faq__body {
    padding: 22px 15px 20px 20px;
  }

  .faq__answer::before {
    width: 30px;
    height: 30px;
    left: -5px;
    top: -8px;
  }

  .faq__text {
    padding-left: 34px;
  }
}

/* recommend */
.recommend__list {
  display: grid;
  gap: 40px 0;
}

.recommend__item {
  color: #005eab;
}

.recommend__title {
  font-size: 20px;
  border-bottom: 2px solid #005eab;
  padding-bottom: 8px;
  padding-left: 44px;
  position: relative;
}

.recommend__title::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  left: 0;
  top: 50%;
  background-repeat: no-repeat;
  transform: translateY(-65%);
  background-position: center;
}

.recommend__title--01::before {
  background-image: url(/resource/about_career_change/img/first_time/icon_content_02.svg);
}

.recommend__title--02::before {
  background-image: url(/resource/about_career_change/img/first_time/icon_content_03.svg);
}

.recommend__title--03::before {
  background-image: url(/resource/about_career_change/img/first_time/icon_content_04.svg);
}

.recommend__inList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 20px;
}

.recommend__inItem {
  width: calc(50% - 10px);
}

.recommend__inAnchor {
  width: 100%;
  padding: 10px 0 10px 15px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: background-color .3s;
  position: relative;
}

.recommend__inAnchor:before,
.recommend__inAnchor:after {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #0A9FC2;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1px;
}

.recommend__inAnchor:before {
  transform-origin: bottom right;
  transform: rotate(45deg);
}

.recommend__inAnchor:after {
  transform-origin: top right;
  transform: rotate(-45deg);
}

.recommend__inAnchor:hover {
  background-color: #E5EEF7;
}


.recommend__inAnchor img {
  width: 150px;
  height: 80px;
  border-radius: 10px;
  image-rendering: -webkit-optimize-contrast;
  flex-shrink: 0;
}

.recommend__inText {
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
  padding: 0 30px 0 20px;
}

@media screen and (max-width: 767px) {
  .recommend__list {
    display: grid;
    gap: 30px 0;
  }

  .recommend__title {
    font-size: 18px;
  }

  .recommend__inList {
    flex-direction: column;
    margin-top: 20px;
    gap: 10px 0;
  }

  .recommend__inItem {
    width: 100%;
  }

  .recommend__inAnchor {
    padding: 18px 0 18px 14px;
  }

  .recommend__inAnchor img {
    width: 100px;
    height: 54px;
  }

  .recommend__inText {
    font-size: 14px;
    line-height: 20px;
    padding: 0 31px 0 11px;
  }
}

/* success */
.success__title {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
  color: #005EAB;
}

.success__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 19px;
}

.success__link {
  background-color: #fff;
  border-radius: 9px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 30px 0 16px;
  font-weight: bold;
  font-size: 16px;
  color: #005EAB;
  text-decoration: none;
  position: relative;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  transition: opacity .3s ease;
}

.success__link:before,
.success__link:after {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #0A9FC2;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1px;
}

.success__link:before {
  transform-origin: bottom right;
  transform: rotate(45deg);
}

.success__link:after {
  transform-origin: top right;
  transform: rotate(-45deg);
}

.success__link:hover {
  opacity: 0.7;
}

.success__link img {
  width: 50px;
  height: 50px;
  image-rendering: -webkit-optimize-contrast;
}

.success__txt {
  padding-left: 10px;
  width: calc(100% - 50px);
}

@media screen and (max-width: 767px) {
  .success__title {
    font-size: 25px;
  }

  .success__list {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .success__link {
    height: 50px;
    padding-left: 10px;
  }

  .success__link img {
    width: 35px;
    height: 35px;
  }

  .success__txt {
    width: calc(100% - 35px);
  }
}

/* service */
.service {
  margin-top: 80px;
}

.service__title {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
  color: #005EAB;
}

.service__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 26px;
}

.service__link {
  background-color: #fff;
  border-radius: 9px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  padding: 0 30px 0 0;
  font-weight: bold;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  position: relative;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  transition: opacity .3s ease;
}

.service__link:before,
.service__link:after {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #0A9FC2;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1px;
}

.service__link:before {
  transform-origin: bottom right;
  transform: rotate(45deg);
}

.service__link:after {
  transform-origin: top right;
  transform: rotate(-45deg);
}

.service__link:hover {
  opacity: 0.7;
}

.service__link img {
  width: 110px;
  height: 75px;
  image-rendering: -webkit-optimize-contrast;
}

.service__txt {
  width: calc(100% - 110px);
  display: block;
  padding-left: 12px;
}

@media screen and (max-width: 767px) {
  .service {
    margin-top: 30px;
  }

  .service__title {
    font-size: 25px;
  }

  .service__list {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}

/* author */
.author {
  margin-top: 80px;
}

.author__box {
  padding: 0;
  border: none;
  margin-bottom: 0 !important;
}

.author__title {
  font-weight: bold;
  font-size: 18px;
  color: #1a4f85;
  border-bottom: 1px solid #40BFE3;
  padding-bottom: 6.5px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}

.author__title::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  left: 0;
  background-image: url(/resource/it/workType/img/author_icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .author {
    margin-top: 30px;
  }

  .author__title {
    width: 100%;
  }

  .author__box--flex {
    align-items: center;
  }

  .author__title.pc {
    display: block !important;
  }

  .author__title.sp {
    display: none !important;
  }

  .author__box {
    margin: 0;
  }

  .author__box img {
    width: 87px;
    min-width: 87px;
    height: 87px;
  }

  .author__cont {
    width: 100%;
    margin-left: 20px;
    padding-top: 0;
    padding-left: 0;
  }

  .author__info {
    font-size: 14px;
    margin-top: 10px
  }
}

/* expertSite */
.expertSite {
  margin-top: 80px;
}

.expertSite__title {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
}

.expertSite__title:after {
  content: '';
  display: block;
  width: 64px;
  height: 4px;
  margin: 15px auto 0;
  border-radius: 2px;
  background: linear-gradient(to right, #FFC000 0%, #FFC000 50%, #005EAB 50%, #005EAB 100%);
}

.expertSite__list {
  display: flex;
}

.expertSite__item:nth-of-type(1) {
  padding-right: 25px;
  width: calc(100% - 207px);
}

.expertSite__item:nth-of-type(2) {
  padding-left: 25px;
  border-left: 2px solid #005EAB;
  width: 207px;
}

.expertSite__inList {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.expertSite__inList--area {
  display: grid;
  gap: 15px;
}

.expertSite__anchor {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  position: relative;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  transition: opacity .3s ease;
}

.expertSite__anchor:before,
.expertSite__anchor:after {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  background-color: #0A9FC2;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1px;
}

.expertSite__anchor:before {
  transform-origin: bottom right;
  transform: rotate(45deg);
}

.expertSite__anchor:after {
  transform-origin: top right;
  transform: rotate(-45deg);
}

.expertSite__anchor:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .expertSite {
    margin-top: 30px;
  }

  .expertSite__title {
    font-size: 25px;
  }

  .expertSite__list {
    display: block;
  }

  .expertSite__item:nth-of-type(1) {
    width: 100%;
    padding-right: 0;
    padding-bottom: 12px;
  }

  .expertSite__item:nth-of-type(2) {
    padding-left: 0;
    padding-top: 12px;
    border-left: none;
    border-top: 2px solid #005EAB;
    width: 100%;
  }

  .expertSite__inList {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .expertSite__anchor {
    color: #005EAB;
    text-align: left;
    justify-content: flex-start;
  }
}

/* cv */
.cv {
  /* background-image: url(/resource/about_career_change/first_time/img/cv_bg.webp);
  background-size: cover; */
  padding: 35px 50px;
}

@media screen and (max-width: 767px) {
  .cv {
    padding: 20px 0;
  }
}

.cv_inner {
  padding: 40px 56px;
  background-color: #fff;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  .cv_inner {
    padding: 25px 19px;
  }
}

.cv_lead {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .cv_lead {
    font-size: 17px;
  }
}

.cv_box01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .cv_box01 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.cv_box01_txt {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 13px;
}

.cv_box01_img {
  height: auto;
}

.cv_box01_lead {
  font-size: 20px;
  color: #005EAB;
  font-weight: bold;
}

.cv_box01--type1 .cv_box01_txt {
  width: 640px;
}

@media screen and (max-width: 767px) {
  .cv_box01--type1 .cv_box01_txt {
    width: 100%;
  }
}

.cv_box01--type1 .cv_box01_img {
  width: 105px;
}

@media screen and (max-width: 767px) {
  .cv_box01--type1 .cv_box01_img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cv_box01--type1 .cv_box01_lead {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .cv_box01--type1 .cv_box01_lead>p {
    text-align: center;
    line-height: 1.44;
  }
}

.cv_box01--type1 .cv_box01_lead>img {
  display: none;
}

@media screen and (max-width: 767px) {
  .cv_box01--type1 .cv_box01_lead>img {
    display: block;
    width: 81px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .cv_box01--type2 {
    gap: 25px;
  }
}

.cv_box01--type2 .cv_box01_txt {
  width: 450px;
}

@media screen and (max-width: 767px) {
  .cv_box01--type2 .cv_box01_txt {
    width: 100%;
  }
}

.cv_box01--type2 .cv_box01_img {
  width: 261px;
}

@media screen and (max-width: 767px) {
  .cv_box01--type2 .cv_box01_img {
    width: 264px;
  }
}

.cv_box02 {
  background-color: #e5eef7;
  padding: 20px 49px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .cv_box02 {
    gap: 10px;
    padding: 15px;
  }
}

.cv_box01+.cv_box02 {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .cv_box01+.cv_box02 {
    margin-top: 25px;
  }
}

.cv_box02_img>img {
  height: auto;
  max-width: 100%;
}

.cv_box02_txt {
  font-size: 10px;
  color: #4a4a4a;
  width: 100%;
  text-align: center;
}

.cv_box02--type2 .cv_box02_img {
  width: 574px;
}

@media screen and (max-width: 767px) {
  .cv_box02--type2 .cv_box02_img {
    width: 232px;
  }
}

.cv_box02--type2 .cv_box02_txt {
  text-align: left;
}

.cv_box02--type2 .cv_box02_img {
  width: 465px;
}

@media screen and (max-width: 767px) {
  .cv_box02--type2 .cv_box02_img {
    width: 254px;
  }
}

.cv_box03 {
  display: flex;
  gap: 15px;
  align-items: center;
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cv_box03 {
    flex-direction: column;
  }
}

.cv_box03_img {
  align-self: flex-start;
  height: auto;
}

@media screen and (max-width: 767px) {
  .cv_box03_img {
    align-self: center;
  }
}

.cv_box03_txt {
  font-size: 13px;
}

.cv_box03--type1 .cv_box03_img {
  width: 132px;
}

@media screen and (max-width: 767px) {
  .cv_box03--type1 .cv_box03_img {
    width: 75px;
  }
}

.cv_box03--type1 .cv_box03_txt {
  width: calc(100% - 132px - 15px);
}

@media screen and (max-width: 767px) {
  .cv_box03--type1 .cv_box03_txt {
    width: 100%;
  }
}

.cv_box03--type2 .cv_box03_img {
  width: 108px;
}

@media screen and (max-width: 767px) {
  .cv_box03--type2 .cv_box03_img {
    width: 88px;
  }
}

.cv_box03--type2 .cv_box03_txt {
  width: calc(100% - 108px - 15px);
}

@media screen and (max-width: 767px) {
  .cv_box03--type2 .cv_box03_txt {
    width: 100%;
  }
}

.cv_box03--type3 .cv_box03_img {
  width: 140px;
}

@media screen and (max-width: 767px) {
  .cv_box03--type3 .cv_box03_img {
    width: 134px;
  }
}

.cv_box03--type3 .cv_box03_txt {
  width: calc(100% - 140px - 15px);
}

@media screen and (max-width: 767px) {
  .cv_box03--type3 .cv_box03_txt {
    width: 100%;
  }
}

.cv_box03--type4 .cv_box03_img {
  width: 95px;
}

@media screen and (max-width: 767px) {
  .cv_box03--type4 .cv_box03_img {
    width: 77px;
  }
}

.cv_box03--type4 .cv_box03_txt {
  width: calc(100% - 95px - 15px);
}

@media screen and (max-width: 767px) {
  .cv_box03--type4 .cv_box03_txt {
    width: 100%;
  }
}

.cv_btns {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .cv_btns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }
}

.cv_box02+.cv_btns {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .cv_box02+.cv_btns {
    margin-top: 25px;
  }
}

.cv_btns_item {
  height: 65px;
}

@media screen and (max-width: 767px) {
  .cv_btns_item {
    height: 57px;
    max-width: 400px;
  }
}

.cv_btns_item>a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #005EAB;
  border: 2px solid #005EAB;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  padding: 0;
  transition: all .5s ease;
}

@media screen and (max-width: 767px) {
  .cv_btns_item>a {
    font-size: 14px;
    gap: 5px;
  }
}

.cv_btns_item>a:before,
.cv_btns_item>a:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  transition: color .5s ease;
}

.cv_btns_item>a:before {
  transform-origin: bottom right;
  transform: rotate(36deg);
}

.cv_btns_item>a:after {
  transform-origin: top right;
  transform: rotate(-36deg);
}

.cv_btns_item--entry {
  width: 446px;
}

@media screen and (max-width: 767px) {
  .cv_btns_item--entry {
    width: 100%;
  }
}

.cv_btns_item--entry>a {
  background-color: #D10042;
  border-color: #D10042;
}

@media screen and (max-width: 767px) {
  .cv_btns_item--entry>a {
    padding: 0 10px;
  }
}

@media (hover: hover) {
  .cv_btns_item--entry>a:hover {
    transform: scale(1.05);
  }
}

.cv_btns_item--entry_txt1 {
  font-weight: normal;
  font-size: 15px;
  vertical-align: middle;
  color: #D10042;
  letter-spacing: .04;
  width: 92px;
  height: 32px;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .cv_btns_item--entry_txt1 {
    width: 70px;
    height: 23px;
    border-radius: 11.5px;
    font-size: 12px;
  }
}

.cv_btns_item--entry_txt2 {
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .cv_btns_item--entry_txt2 {
    font-size: 14px;
    padding-right: 10px;
  }
}

.cv_btns_item--faq {
  width: calc(100% - 446px - 15px);
}

@media screen and (max-width: 767px) {
  .cv_btns_item--faq {
    width: 100%;
  }
}

.cv_btns_item--faq>a {
  background-color: #005EAB;
  border-color: #005EAB;
}

@media (hover: hover) {
  .cv_btns_item--faq>a:hover {
    background-color: #fff;
    color: #005EAB;
  }

  .cv_btns_item--faq>a:hover:before,
  .cv_btns_item--faq>a:hover:after {
    background-color: #005EAB;
  }
}

.slick__arrow {
  padding: 0;
  position: absolute;
  top: calc(50% - 25px);
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #005EAB;
  border: 2px solid #fff;
  z-index: 2;
  transition: opacity .3s;
}

.slick__arrow:hover {
  opacity: .7;
}

.slick__arrow:before,
.slick__arrow:after {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  right: calc(50% - 6px);
  top: 50%;
  margin-top: -1px;
}

.slick__arrow--prev:before {
  transform-origin: top left;
  transform: rotate(45deg);
}

.slick__arrow--prev:after {
  transform-origin: bottom left;
  transform: rotate(-45deg);
}

.slick__arrow--next:before {
  transform-origin: bottom right;
  transform: rotate(45deg);
}

.slick__arrow--next:after {
  transform-origin: top right;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .slick__arrow--prev {
    left: 19px;
  }

  .slick__arrow--next {
    right: 19px;
  }
}

/* cv_btnsの幅に合わせた画像サイズ */
.setting__img{
  width: 100%;
  height: auto;
  max-width: 788px;
}