#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;
}

.secondTime {
  background-color: #e5eef7;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}

.secondTime__outer--heroArea {
  background: #005EAB url(/resource/about_career_change/second_time/img/heroArea_bg.webp) no-repeat center;
  background-size: cover;
  padding-top: 19px;
  padding-bottom: 180px;
  color: #fff;
}

.secondTime__outer--firstView {
  background-color: #fff;
  width: 1000px;
  margin: -180px auto 30px;
  position: relative;
  z-index: 2;
}

.secondTime__outer--others {
  padding: 65px 0 80px;
}

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

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

.secondTime__text+.secondTime__text {
  margin-top: 27px;
}
.secondTime__text-bottom{
    margin-bottom: 27px;
}

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

@media screen and (max-width: 767px) {
  .secondTime__outer--heroArea {
    padding-top: 5px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .secondTime__outer--firstView {
    width: calc(100% - 36px);
    margin-top: -20px;
  }

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

  .secondTime__outer--others {
    padding: 40px 0 30px;
  }

  .secondTime__inner {
    width: auto;
    padding: 0 19px;
  }
}

/* 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__thumb,
.relatedArticle__imgOuter {
  width: 160px;
  height: 84px;
  flex-shrink: 0;
}

.relatedArticle__thumb img,
.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__thumb,
  .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__inner {
  width: 1000px;
  margin: 0 auto 32px;
  position: relative;
}

.heroArea__inner::before {
  content: "";
  position: absolute;
  background-image: url(/resource/about_career_change/second_time/img/heroArea_main.webp);
  width: 100%;
  height: 520px;
  z-index: 1;
  background-size: contain;
}

.heroArea__date {
  font-weight: bold;
  font-size: 12px;
}

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

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

.heroArea__titleOuter {
  height: 132px;
  background: #fff;
  border-radius: 5px;
  margin: 55px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

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

.heroArea__title {
  font-weight: bold;
  font-size: 56px;
  line-height: 60px;
  text-align: center;
  color: #005eab;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}

.heroArea__title--large {
  font-size: 56px;
  display: block;
}

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

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

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

@media screen and (max-width: 767px) {
  .heroArea__inner {
    width: calc(100% - 36px);
    max-width: 339px;
    margin-bottom: 12px;
  }

  .heroArea__inner::before {
    background-image: url(/resource/about_career_change/second_time/img/heroArea_main_left_sp.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 149.67px;
    height: 169px;
    left: -14px;
    bottom: -33px;
  }

  .heroArea__inner::after {
    content: "";
    position: absolute;
    background-image: url(/resource/about_career_change/second_time/img/heroArea_main_right_sp.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 117px;
    height: 183px;
    right: -18px;
    bottom: -71px;
  }

  .heroArea__company {
    font-size: 10px;
    line-height: 1;
    top: 28px;
    left: 75px;
    white-space: nowrap;
  }

  .heroArea__company:after {
    width: 144px;
    margin-left: 15px;
  }

  .heroArea__titleOuter {
    margin-top: 26px;
    margin-left: 77px;
    width: 261px;
    height: 65px;
    border-radius: 3px;
    background: #fff;
    padding-left: 44px;
  }

  .heroArea__titleOuter:before {
    width: 23px;
    height: 65px;
    border-radius: 3px 0px 0px 3px;
    background: #ffc000;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    writing-mode: vertical-rl;
    top: 0;
    left: 0;
  }

  .heroArea__title {
    line-height: 1.3;
    flex-wrap: wrap;
  }

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

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

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

  .heroArea__title span:nth-of-type(4) {
    width: 100%;
    text-align: left;
    margin-left: 30px;
  }

  .heroArea__leadOuter {
    margin-left: 110px;
  }

  .heroArea__lead {
    width: 196px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px;
  }
}

/* firstView */
.firstView {
  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__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 {
    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__imgOuter {
    max-width: 92px;
  }

  .firstView__imgOuter img {
    width: 100%;
    height: auto;
  }

  .firstView__anchorOuter {
    margin-top: 17px;
  }

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

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

  .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 {
  background-color: #fff;
}

.secondView__outer {
  padding: 80px 0;
}

.secondView__outer+.secondView__outer {
  padding-top: 0;
}

.secondView__inner {
  width: 680px;
  margin: 0 auto;
}

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

.secondView__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%);
}

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

.secondView__imgOuter {
  margin-bottom: 30px;
}

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

.secondView__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;
}

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

.secondView__more--faq {
  max-width: 500px;
}

.secondView__more:before,
.secondView__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: color .5s ease;
}

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

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

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

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

  .secondView__outer--cv {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .secondView__inner {
    width: 100%;
  }

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

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

  .secondView__imgOuter {
    margin-bottom: 15px;
  }

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

/* matome */
.matome {
  margin-top: -24px;
  margin-bottom: 30px;
}

.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 30px;
  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 {
    margin-top: -12px;
    margin-bottom: 15px;
  }

  .matome__titleOuter {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    margin-left: 9px;
  }

  .matome__title {
    width: 319px;
    height: 72px;
    border-radius: 36px;
    background: #ffc000;
    line-height: 1.3;
  }

  .matome__listOuter {
    padding: 63px 15px 30px;
    margin-top: -45px;
  }
}

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

.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;
  padding-left: 35px;
  position: relative;
}

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

.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;
    margin-top: 15px;
  }

  .mokuji__item {
    padding-left: 31px;
  }
}

/* feature */
.feature {
  margin-top: 30px;
}

.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 {
    margin-top: 20px;
  }

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

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

/* .view */
.view__list {
  display: grid;
  gap: 60px 0;
  list-style-type: none;
  margin-top: 60px;
}

.view__titleOuter {
  margin-bottom: 30px;
  min-height: 55px;
  background-image: url(/resource/it/workType/img/post_title_bg.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  position: relative;
}

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

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

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

.view__relatedArticle {
  margin-top: 30px;
}

.view__relatedArticle>.relatedArticle+.relatedArticle {
  margin-top: 30px;
}

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

  .view__titleOuter {
    margin-bottom: 25px;
  }

  .view__title {
    font-size: 20px;
  }

  .view__relatedArticle {
    margin-top: 20px;
  }

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

/* .reason */
.reason__list {
  display: grid;
  gap: 60px 0;
  list-style-type: none;
  margin-top: 60px;
}

.reason__titleOuter {
  margin-bottom: 30px;
  min-height: 55px;
  background-image: url(/resource/it/workType/img/post_title_bg.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  position: relative;
}

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

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

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

.reason__relatedArticle {
  margin-top: 30px;
}

.reason__relatedArticle>.relatedArticle+.relatedArticle {
  margin-top: 30px;
}

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

  .reason__titleOuter {
    margin-bottom: 25px;
  }

  .reason__title {
    font-size: 20px;
  }

  .reason__relatedArticle {
    margin-top: 20px;
  }

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

/* search */
.search__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 19px;
  margin: 0 -32.5px;
}

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

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

.search__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);
}

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

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

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


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

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

@media screen and (max-width: 767px) {
  .search {
    padding: 20px 0 30px;
    position: relative;
  }

  .search::before {
    content: "";
    background: #e5eef7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
  }

  .search .secondView__title--color {
    position: relative;
    z-index: 1;
  }

  .search__list {
    gap: 10px;
    grid-template-columns: 1fr;
    margin: 0;
  }

  .search__anchor {
    height: 60px;
  }

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

/* .change */
.change__list {
  display: grid;
  gap: 60px 0;
  list-style-type: none;
  margin-top: 60px;
}

.change__titleOuter {
  margin-bottom: 30px;
  min-height: 55px;
  background-image: url(/resource/it/workType/img/post_title_bg.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  position: relative;
}

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

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

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

.change__relatedArticle {
  margin-top: 30px;
}

.change__relatedArticle>.relatedArticle+.relatedArticle {
  margin-top: 30px;
}

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

  .change__titleOuter {
    margin-bottom: 25px;
  }

  .change__title {
    font-size: 20px;
  }

  .change__relatedArticle {
    margin-top: 20px;
  }

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

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

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

.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 {
    padding: 30px 0;
    position: relative;
  }

  .jcc::before {
    content: "";
    background: #e5eef7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
  }

  .jcc .secondView__title--color {
    position: relative;
    z-index: 1;
  }

  .jcc__list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

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

/* .question */
.question__list {
  display: grid;
  gap: 60px 0;
  list-style-type: none;
  margin-top: 60px;
}

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

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

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

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

.question__relatedArticle {
  margin-top: 30px;
}

.question__relatedArticle>.relatedArticle+.relatedArticle {
  margin-top: 30px;
}

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

  .question__titleOuter {
    margin-bottom: 25px;
  }

  .question__title {
    font-size: 20px;
  }

  .question__relatedArticle {
    margin-top: 20px;
  }

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

/* point */
.point__list {
  display: grid;
  gap: 15px 0;
  counter-reset: point__item 0;
}

.point__item {
  border-radius: 10px;
  overflow: hidden;
  counter-increment: point__item 1;
}

.point__item.is-active {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.point__head {
  background: #E5EEF7;
  position: relative;
  cursor: pointer;
}

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

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

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

.point__title {
  padding: 18px 51px 18px 100px;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  transition: .3s color;
}

.point__title::before {
  content: "Point "counter(point__item);
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #015EAB;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.point__body {
  display: none;
  background-color: #fff;
  padding: 25px 40px;
  position: relative;
}

.point__relatedArticle {
  margin-top: 15px;
}

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

@media screen and (max-width: 767px) {

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

  .point__title {
    font-size: 15px;
    padding: 18px 50px 18px 77px;
  }

  .point__title::before {
    font-size: 15px;
    line-height: 24px;
    left: 15px;
    content: "Point"counter(point__item);
  }

  .point__body {
    padding: 15px;
  }
}

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

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

.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 {
    padding: 30px 0;
    position: relative;
  }

  .fjc::before {
    content: "";
    background: #e5eef7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
  }

  .fjc .secondView__title--color {
    position: relative;
    z-index: 1;
  }

  .fjc__list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

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

/* .work */
.work__list {
  display: grid;
  gap: 60px 0;
  list-style-type: none;
  margin-top: 60px;
}

.work__titleOuter {
  margin-bottom: 30px;
  min-height: 55px;
  background-image: url(/resource/it/workType/img/post_title_bg.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  position: relative;
}

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

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

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

.work__relatedArticle {
  margin-top: 30px;
}

.work__relatedArticle>.relatedArticle+.relatedArticle {
  margin-top: 30px;
}

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

  .work__titleOuter {
    margin-bottom: 25px;
  }

  .work__title {
    font-size: 20px;
  }

  .work__relatedArticle {
    margin-top: 20px;
  }

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

/* flow */
.flow__list {
  display: grid;
  gap: 15px 0;
  counter-reset: flow__item 0;
}

.flow__item {
  border-radius: 10px;
  overflow: hidden;
  counter-increment: flow__item 1;
}

.flow__item.is-active {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.flow__head {
  background: #E5EEF7;
  position: relative;
  cursor: pointer;
}

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

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

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

.flow__title {
  padding: 18px 51px 18px 100px;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  transition: .3s color;
}

.flow__title::before {
  content: "STEP "counter(flow__item);
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #015EAB;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.flow__body {
  display: none;
  background-color: #fff;
  padding: 25px 40px;
  position: relative;
}

.flow__inListTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 25px;
  border-radius: 12.5px;
  background: #003b6b;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
}

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

.flow__inItem {
  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;
}

.flow__support {
  margin-top: 20px;
}

.flow__supportHead {
  width: 442px;
  height: 49px;
  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: 16px;
  line-height: 27px;
  color: #fdf4cd;
}

.flow__supportBody {
  padding: 50px 20px 25px;
  border-radius: 10px;
  background: #e5eef7;
  display: flex;
  gap: 0 20px;
}

.flow__supportImgOuter {
  flex-shrink: 0;
  border-radius: 5px;
}

.flow__relatedArticle {
  margin-top: 15px;
}

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

@media screen and (max-width: 767px) {

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

  .flow__title {
    font-size: 15px;
    padding: 18px 51px 18px 78px;
  }

  .flow__title::before {
    font-size: 15px;
    line-height: 24px;
    left: 15px;
    content: "STEP"counter(flow__item);
  }

  .flow__body {
    padding: 20px 15px;
  }

  .flow__inListTitle {
    font-size: 12px;
    width: 114px;
    height: 25px;
    border-radius: 12.5px;
    background: #003b6b;
  }

  .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;
  }
}

/* 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;
  margin: 0 auto;
}

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

.voice__text {
  font-weight: bold;
  font-size: 20px;
  line-height: 31px;
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  background: #005eab;
  margin-left: 180px;
  width: 100%;
  position: relative;
  margin-top: 5px;
}

.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: 180px;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #005eab;
  margin-top: 20px;
}

.voice__body {
  margin-top: 30px;
}

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

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

.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-top: 5px;
  flex-grow: 1;
}

.voice__inText {
  margin-top: 20px;
  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: 20px;
}

.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%;
    min-height: 95px;
    align-items: flex-start;
  }

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

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

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

  .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: -13px;
  }

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

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

  .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);
  }
}

/* faq */
.faq__list {
  display: grid;
  gap: 15px 0;
}

.faq__item {
  border-radius: 10px;
  overflow: hidden;
}

.faq__item.is-active {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.faq__head {
  background: #E5EEF7;
  position: relative;
  cursor: pointer;
}

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

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

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

.faq__question {
  padding: 18px 51px;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  transition: .3s color;
}

.faq__question::before {
  content: 'Q';
  font-family: Arial;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #015EAB;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.faq__body {
  display: none;
  background-color: #fff;
}

.faq__answer {
  padding: 15px 30px 18px 69px;
  font-size: 15px;
  line-height: 1.7;
  position: relative;
}

.faq__answer::before {
  content: 'A';
  font-family: Arial;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #40BFE3;
  left: 20px;
  top: 20px;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .faq__question {
    padding: 18px 50px;
  }

  .faq__question::before {
    left: 15px;
  }

  .faq__answer {
    padding: 15px 15px 20px 47px;
  }

  .faq__answer::before {
    left: 15px;
  }

  .faq__answer>.relatedArticle {
    margin-left: -32px;
  }
}

/* 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 19px;
  }
}

.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;
  }
}

.referenceList:nth-child(n+2) {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .referenceList:nth-child(n+2) {
      margin-top: 15px; } }

.referenceList_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  transition: opacity .3s ease; }
  @media screen and (max-width: 767px) {
    .referenceList_item {
      flex-direction: column;
      gap: 5px; } }
  .referenceList_item:nth-child(n+2) {
    margin-top: 15px; }
  @media (hover: hover) {
    .referenceList_item:hover {
      opacity: 0.7; } }

.referenceList_hl {
  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; }

.referenceList_link {
  color: #0A9FC2;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
  transition: opacity .5s ease; }
  @media screen and (max-width: 767px) {
    .referenceList_link {
      font-size: 13px; } }