@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
/**** process hero ****/
.profess-hero {
  position: relative;
  height: 520px;
}
@media screen and (max-width: 767px) {
  .profess-hero {
    height: auto;
  }
}
.profess-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 8.28125vw;
  background-color: #8e8e8e;
  z-index: 0;
  height: 520px;
}
@media screen and (max-width: 767px) {
  .profess-hero::before {
    bottom: 0;
    height: auto;
  }
}
.profess-hero__bg-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 16.875vw;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .profess-hero__bg-text-wrapper {
    height: 20.8604954368vw;
  }
}
.profess-hero__bg-text-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #8e8e8e;
  z-index: 1;
}
.profess-hero__bg-text-wrapper.scrolled::before {
  animation: txt-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.profess-hero__bg-text {
  display: block;
  height: 100%;
  width: auto;
}
.profess-hero-inner {
  display: grid;
  align-items: center;
  position: relative;
  z-index: 2;
  grid-template-columns: 1fr 45.0520833333vw;
  padding: 0px 32px 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .profess-hero-inner {
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
  }
}
.profess-hero__img-wrapper {
  width: 53.3333333333vw;
  flex-shrink: 0;
  position: absolute;
  top: 108px;
  left: 32px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .profess-hero__img-wrapper {
    width: 100%;
    text-align: center;
    position: relative;
    left: unset;
    top: unset;
    padding: 60px 32px 0;
  }
}
.profess-hero__img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .profess-hero__img-wrapper img {
    max-width: 480px;
    margin: 0 auto;
  }
}
.profess-hero__txt-wrapper {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .profess-hero__txt-wrapper {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
}
.profess-hero__ttl {
  font-weight: 900;
  font-size: 4.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .profess-hero__ttl {
    font-size: 2.8rem;
  }
}
.profess-hero__txt {
  font-size: 1.6rem;
  line-height: 1.4444444444;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .profess-hero__txt {
    font-size: 1.4rem;
  }
}

/**** process list ****/
.profess-section {
  padding-top: 230px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .profess-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.profess-list-item {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .profess-list-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.profess-list-item__header {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 44px;
}
@media screen and (max-width: 767px) {
  .profess-list-item__header {
    flex-direction: column;
    gap: 24px 12px;
    align-items: flex-start;
  }
}
.profess-list-item__num {
  flex-shrink: 0;
}
.profess-list-item__num img {
  display: block;
  height: auto;
}
.profess-list-item__content {
  margin-top: 24px;
  margin-left: 152px;
}
@media screen and (max-width: 767px) {
  .profess-list-item__content {
    margin-left: 0;
    margin-top: 18px;
  }
}
.profess-list-item__ttl {
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.2666666667;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .profess-list-item__ttl {
    font-size: 2.8rem;
  }
}
.profess-list-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .profess-list-item__tags {
    gap: 12px;
  }
}
.profess-list-item__tag {
  background-color: #222222;
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 100vw;
  padding: 5px 18px;
  display: inline-block;
  line-height: 1.5;
}
.profess-list-item__txt {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 42px;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .profess-list-item__txt {
    margin-top: 24px;
    font-size: 1.4rem;
  }
}

/**** process page header overrides ****/
.page-profess .global-navi_notfixed {
  position: relative;
  /*background-color: #ebebeb;*/
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-profess .global-navi_notfixed {
    padding-bottom: 20px;
  }
}
.page-profess .global-navi_notfixed .header-nav ul li a {
  color: #222222;
}
.page-profess .global-navi_notfixed .nav-languages ul li a {
  color: #222222;
}
.page-profess .global-navi_notfixed .nav-languages ul li:first-of-type::before {
  background-color: #222222;
}

/**** process CTA ****/
.profess-cta {
  background-color: #626262;
  text-align: center;
  height: 587px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .profess-cta {
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto;
  }
}
.profess-cta__txt {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 2.08;
}
@media screen and (max-width: 767px) {
  .profess-cta__txt {
    font-size: 1.6rem;
  }
}
.profess-cta__btn-wrapper {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .profess-cta__btn-wrapper {
    margin-top: 40px;
  }
}
.profess-cta__btn {
  display: flex;
  background-color: #FFFFFF;
  border: 3px solid #222222;
  border-radius: 100vw;
  color: #222222;
  font-weight: 700;
  font-size: 4.5rem;
  position: relative;
  transition: all 0.3s;
  width: 732px;
  height: 200px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .profess-cta__btn {
    font-size: 1.8rem;
    padding: 32px 65px 32px 40px;
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.profess-cta__btn::after {
  content: "";
  width: 20px;
  height: 34px;
  background: url(../img/common/icon-arrow-right.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .profess-cta__btn::after {
    height: 24px;
  }
}
.profess-cta__btn:hover {
  opacity: 1;
}
.profess-cta__btn:hover::after {
  transform: translate(5px, -50%);
}

/*# sourceMappingURL=style-profess.css.map */
