.indexMv__heading {
  padding: 22px 0 0;
}
.indexMv__heading span {
  display: block;
  color: #000;
  font-weight: 800;
  font-size: 29px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.indexMv__heading b {
  display: block;
  padding: 5px 0 0;
  color: #196DB7;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  font-family: "Akshar", sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 46.0625em) {
  .indexMv {
    -webkit-box-align: start;
        -ms-flex-align: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
            justify-content: flex-start;
    margin: 0 0 0 max(calc(50% - 715px),15px);
  }
  .indexMv__label img {
    width: 357px;
  }
  .indexMv__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 357px;
    z-index: 1;
    position: relative;
            flex: 0 0 357px;
    width: 357px;
    padding: 127px 0 0;
  }
  .indexMv__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 600px;
    margin: 0 0 0 -40px;
  }
  .indexMv__image img {
    -o-object-fit: cover;
    -o-object-position: left;
    width: 100%;
    max-width: none;
    height: 100%;
       object-fit: cover;
       object-position: left;
  }
  .indexMv__heading {
    padding: 62px 0 0;
  }
  .indexMv__heading span {
    font-size: 58px;
  }
  .indexMv__heading b {
    padding: 28px 0 0;
    font-size: 80px;
  }
}
@media (max-width: 46em) {
  .indexMv__label img {
    width: 110px;
  }
  .indexMv__content {
    padding: 30px 15px 20px;
  }
}

.indexDesc {
  position: relative;
  padding: 30px 15px;
}
.indexDesc__inserttext {
  z-index: 0;
  position: absolute;
  top: 0;
  right: calc(50% - 200px);
}
.indexDesc__inserttext img {
  width: 800px;
}
.indexDesc__text {
  z-index: 1;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
@media (min-width: 46.0625em) {
  .indexDesc {
    padding: 63.5px 15px 85.5px;
  }
  .indexDesc__text {
    font-size: 16px;
    line-height: 38px;
    text-align: center;
  }
  .indexDesc__inserttext {
    right: calc(50% - 30px);
  }
  .indexDesc__inserttext img {
    width: 1601px;
  }
}

.indexAnchor {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding: 0 15px;
  gap: 0 5px;
}
.indexAnchor__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 1 100%;
          align-items: center;
          justify-content: center;
  max-width: 152px;
  height: 40px;
  border: 1px solid #196DB7;
  color: #196DB7;
  font-weight: bold;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0;
          transition-duration: 0.3s;
  transition-property: color, background-color;
}
.indexAnchor__button:hover {
  background-color: #196DB7;
  color: #fff;
}
@media (min-width: 46.0625em) {
  .indexAnchor {
    padding: 0;
    gap: 0 20px;
  }
  .indexAnchor__button {
    height: 50px;
    font-size: 16px;
  }
}

.indexMain {
  padding: 0 0 100px;
}
@media (min-width: 46.0625em) {
  .indexMain {
    padding: 0 0 200px;
  }
}

.indexSection {
  position: relative;
  margin: 50px 0 0;
  padding: 0 15px;
}
.indexSection__heading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
          justify-content: center;
  gap: 0.4em;
  font-weight: bold;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: center;
}
.indexSection__heading b {
  color: #196DB7;
}
.indexSection__grid {
  display: grid;
  z-index: 2;
  position: relative;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 30px auto 0;
  gap: 50px 0;
}
.indexSection__bg {
  z-index: 0;
  position: absolute;
  background-color: #ECF3F9;
}
.indexSection__bg01 {
  top: 10%;
  right: 0;
  width: 150%;
  height: 80%;
}
.indexSection__bg02 {
  top: 20%;
  left: 0;
  width: 150%;
  height: 200%;
}
.indexSection__inserttext {
  z-index: 1;
  position: absolute;
  bottom: 2%;
  left: calc(50% - 300px);
}
.indexSection__inserttext img {
  width: 800px;
}
@media (min-width: 35.0625em) {
  .indexSection__grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px 20px;
  }
}
@media (min-width: 46.0625em) {
  .indexSection {
    margin: 80px 0 0;
    padding: 0 15px;
  }
  .indexSection + .indexSection {
    margin-top: 106px;
  }
  .indexSection__heading {
    font-size: 32px;
  }
  .indexSection__grid {
    grid-template-columns: repeat(3, 1fr);
    margin: 94px auto 0;
    gap: 96px 40px;
  }
  .indexSection__bg01 {
    top: 261px;
    width: calc(50% + 715px);
    min-width: 1430px;
    height: 1155px;
  }
  .indexSection__bg02 {
    top: 313px;
    left: 0;
    width: calc(50% + 600px);
    min-width: 1430px;
    height: 917px;
  }
  .indexSection__inserttext {
    bottom: 197px;
    left: calc(50% - 277px);
  }
  .indexSection__inserttext img {
    width: 990px;
  }
}

.indexCard {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
  display: block;
  color: #000;
          transition-duration: 0.3s;
  transition-property: opacity;
}
.indexCard:hover {
  opacity: 0.6;
}
.indexCard__image {
  position: relative;
}
.indexCard__image figcaption {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -18px;
  right: 0;
          align-items: center;
          justify-content: center;
  height: 36px;
  padding: 0 20px;
  background-color: #196DB7;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
}
.indexCard__title {
  margin: 10px 0 0;
  color: #196DB7;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.indexCard__copy {
  margin: 12px 0 0;
  font-size: 14px;
  letter-spacing: 0.03em;
}
@media (min-width: 46.0625em) {
  .indexCard__image figcaption {
    top: -22px;
    min-width: 140px;
    height: 45px;
    padding: 0 40px;
    font-size: 20px;
  }
  .indexCard__title {
    margin: 20px 0 0;
    font-size: 20px;
  }
  .indexCard__copy {
    margin: 20px 0 0;
    font-size: 16px;
  }
}
@media (max-width: 46em) {
  .indexCard__image {
    max-width: 373px;
    margin: 0 auto;
  }
}

.articleMv {
  z-index: 0;
  position: relative;
  height: 500px;
  padding: 30px 0 50px;
}
.articleMv__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articleMv__bg img {
  -o-object-fit: cover;
  -o-object-position: left;
  width: 100%;
  max-width: none;
  height: 100%;
     object-fit: cover;
     object-position: left;
}
.articleMv__content {
  z-index: 2;
  position: relative;
  max-width: 1430px;
  margin: 0 auto;
}
.articleMv__copy span {
  display: inline-block;
  padding: 5px 15px;
  background-color: #196DB7;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.articleMv__item {
  -webkit-transform: rotate(var(--deg, 0deg));
      -ms-transform: rotate(var(--deg, 0deg));
  z-index: 1;
  position: absolute;
  bottom: -72px;
  left: 15px;
  width: 120px;
          transform: rotate(var(--deg, 0deg));
}
.articleMv__label {
  text-align: right;
}
.articleMv__label img {
  width: 180px;
}
@media (min-width: 46.0625em) {
  .articleMv {
    height: 680px;
    padding: 0 15px;
  }
  .articleMv__bg img {
    -o-object-position: center;
       object-position: center;
  }
  .articleMv__copy--mobile {
    display: none;
  }
  .articleMv__copy--pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: flex-end;
            justify-content: flex-end;
    height: 260px;
    margin: 68.5px 0 0;
    gap: 10px;
  }
  .articleMv__copy--pc span:nth-last-child(1) {
    margin-right: 72px;
  }
  .articleMv__copy--pc span:nth-last-child(2) {
    margin-right: 36px;
  }
  .articleMv__copy span {
    padding: 10px 40px;
    font-size: 40px;
  }
  .articleMv__content {
    height: 680px;
    padding: 127px 0 0;
  }
  .articleMv__item {
    right: calc(50% + 485px);
    bottom: -180px;
    left: revert;
    width: 371px;
  }
  .articleMv__label img {
    width: 357px;
  }
}
@media (max-width: 46em) {
  .articleMv__label {
    padding-right: 15px;
  }
  .articleMv__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            justify-content: space-between;
    height: 100%;
  }
  .articleMv__copy--pc {
    display: none;
  }
  .articleMv__copy--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: flex-end;
            justify-content: flex-end;
    gap: 8px;
  }
  .articleMv__copy--mobile span:nth-last-child(1) {
    margin-right: 36px;
  }
  .articleMv__copy--mobile span:nth-last-child(2) {
    margin-right: 18px;
  }
  .articleMv__copy--mobile.col4 span:nth-last-child(1) {
    margin-right: 52px;
  }
  .articleMv__copy--mobile.col4 span:nth-last-child(2) {
    margin-right: 36px;
  }
  .articleMv__copy--mobile.col4 span:nth-last-child(3) {
    margin-right: 18px;
  }
}

.articleProfile {
  z-index: 1;
  position: relative;
  max-width: 1430px;
  margin: 0 auto;
}
.articleProfile__blk01 {
  height: 60px;
  padding: 5px 25px 0;
  background-color: #F3F3F3;
}
.articleProfile__blk02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 60px;
  padding: 0 35px;
  background-color: #000;
  color: #fff;
}
.articleProfile__blk02 small {
  display: block;
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.articleProfile__blk02 b {
  display: block;
  margin-top: 3px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.articleProfile__name {
  padding: 0 0 0 5px;
  color: #196DB7;
  font-size: 14px;
  letter-spacing: 0;
}
.articleProfile__join {
  margin: 0;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.articleProfile__content {
  margin-top: -30px;
}
@media (min-width: 46.0625em) {
  .articleProfile__content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
    margin-top: -40px;
  }
  .articleProfile__name {
    padding: 0 0 0 19px;
    font-size: 28px;
  }
  .articleProfile__join {
    margin-top: 6.5px;
    font-size: 16px;
  }
  .articleProfile__blk01 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            flex: 0 1 auto;
            order: 1;
    height: 80px;
    padding: 15px 100px 0 34px;
  }
  .articleProfile__blk02 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            flex: 0 1 auto;
            order: 2;
    height: 80px;
    margin: 0 5px 0 -32px;
    padding: 0 70px;
  }
  .articleProfile__blk02 small {
    font-size: 16px;
  }
  .articleProfile__blk02 b {
    margin-top: 6px;
    font-size: 28px;
  }
}
@media (max-width: 46em) {
  .articleProfile__blk01 {
    display: inline-block;
    margin: 0 24px 0 0;
  }
  .articleProfile__blk02 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .articleProfile__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: flex-end;
  }
  .articleProfile__name {
    text-align: left;
  }
}

.articleFaq {
  position: relative;
  margin: 60px 0 80px;
}
.articleFaq__inserttext {
  z-index: 0;
  position: absolute;
  top: 22px;
  right: calc(50% - 150px);
}
.articleFaq__inserttext img {
  width: 500px;
  max-width: none;
}
.articleFaq__main {
  z-index: 1;
  position: relative;
}
.articleFaq__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #196DB7;
}
.articleFaq__block {
  position: relative;
  padding: 0 15px;
}
.articleFaq__block + .articleFaq__block {
  margin-top: 70px;
}
.articleFaq__main .articleFaq__block:nth-child(odd) .articleFaq__bg,
.articleFaq__main .articleFaq__block:nth-child(odd) .articleFaqBlock__bg {
  -webkit-clip-path: polygon(var(--clipX) 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(var(--clipX) 0%, 100% 0%, 100% 100%, 0% 100%);
}
.articleFaq__main .articleFaq__block:nth-child(odd) .articleFaq__bg {
  right: 0;
}
.articleFaq__main .articleFaq__block:nth-child(odd) .articleFaqBlock__bg {
  right: -15px;
}
.articleFaq__main .articleFaq__block:nth-child(even) .articleFaq__bg,
.articleFaq__main .articleFaq__block:nth-child(even) .articleFaqBlock__bg {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - var(--clipX)) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, calc(100% - var(--clipX)) 100%, 0% 100%);
}
.articleFaq__main .articleFaq__block:nth-child(even) .articleFaq__bg {
  left: 0;
}
.articleFaq__main .articleFaq__block:nth-child(even) .articleFaqBlock__bg {
  left: -15px;
}
@media (min-width: 46.0625em) {
  .articleFaq {
    margin: 129px 0 156px;
  }
  .articleFaq__inserttext {
    top: -21px;
    right: calc(50% - 275px);
  }
  .articleFaq__inserttext img {
    width: 990px;
  }
  .articleFaq__block {
    padding: 130px 15px 117px;
  }
  .articleFaq__block + .articleFaq__block {
    margin-top: 100px;
  }
  .articleFaq__bg {
    width: calc(50% - 320px);
  }
  .articleFaq__main .articleFaq__block:nth-child(even) .articleFaqBlock__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .articleFaq__main .articleFaq__block:nth-child(even) .articleFaqBlock__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 46em) {
  .articleFaq__bg {
    display: none;
  }
}

.articleFaqBlock {
  z-index: 2;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.articleFaqBlock__num {
  margin: 0 0 15px;
  color: #196DB7;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  font-family: "Akshar", sans-serif;
  letter-spacing: 0;
  text-align: center;
}
.articleFaqBlock__q {
  color: #196DB7;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.articleFaqBlock__a {
  margin: 18px 0 0;
}
.articleFaqBlock__a p {
  font-size: 14px;
  line-height: 1.875;
  letter-spacing: 0.03em;
}
.articleFaqBlock__a p + p {
  margin-top: 1.875em;
}
.articleFaqBlock__image {
  position: relative;
}
.articleFaqBlock__image > img {
  z-index: 1;
  position: relative;
}
.articleFaqBlock__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  width: 125%;
  height: 100%;
  background-color: #196DB7;
}
@media (min-width: 46.0625em) {
  .articleFaqBlock {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .articleFaqBlock__num {
    margin: -8px 0 25px;
    font-size: 80px;
  }
  .articleFaqBlock__q {
    font-size: 26px;
  }
  .articleFaqBlock__a {
    margin: 35px 0 0;
  }
  .articleFaqBlock__a p {
    font-size: 16px;
    line-height: 30px;
  }
  .articleFaqBlock__a p + p {
    margin-top: 30px;
  }
  .articleFaqBlock__bg {
    display: none;
  }
}
@media (min-width: 67.5625em) {
  .articleFaqBlock {
    gap: 80px;
  }
}
@media (max-width: 46em) {
  .articleFaqBlock__image {
    margin: 22px 0 0;
    padding: 40px 0;
    text-align: center;
  }
}

.articleSchedule {
  position: relative;
  padding: 44px 15px 50px;
}
.articleSchedule__inserttext {
  z-index: 0;
  position: absolute;
  top: 20px;
}
.articleSchedule__inserttext img {
  width: 620px;
  max-width: none;
}
.articleSchedule__container {
  z-index: 1;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.articleSchedule__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 0 8px;
}
.articleSchedule__header span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 113.4px;
          flex: 0 0 113.4px;
  line-height: 1;
}
.articleSchedule__header b {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.articleSchedule__main {
  position: relative;
  margin: 30px 0 0;
  padding: 30px 15px;
}
.articleSchedule__list {
  z-index: 1;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.articleSchedule__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 0 10px;
}
.articleSchedule__list dl + dl {
  margin-top: 20px;
}
.articleSchedule__list dl + dl dt::before {
  position: absolute;
  top: -22px;
  left: 39px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  content: "";
}
.articleSchedule__list dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex: 0 0 80px;
          align-items: center;
          justify-content: center;
  width: 80px;
  height: 40px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-family: "Akshar", sans-serif;
}
.articleSchedule__list dd {
  -ms-flex-item-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
      align-self: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.44444;
  letter-spacing: 0.05em;
}
.articleSchedule__bgimage {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articleSchedule__bgimage::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #196DB7;
  content: "";
  opacity: 0.8;
}
.articleSchedule__bgimage img {
  -o-object-fit: cover;
  z-index: 0;
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
     object-fit: cover;
}
.articleSchedule__bg {
  z-index: 0;
  position: absolute;
  right: 0;
  background-color: #F7F7F7;
}
@media (min-width: 46.0625em) {
  .articleSchedule {
    padding: 44px 15px 50px;
  }
  .articleSchedule__inserttext {
    top: 0;
    right: calc(50% - 337px);
  }
  .articleSchedule__inserttext img {
    width: 1336px;
  }
  .articleSchedule__header {
    gap: 0 16px;
  }
  .articleSchedule__header span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 189px;
            flex: 0 0 189px;
  }
  .articleSchedule__header b {
    font-size: 26px;
  }
  .articleSchedule__main {
    margin: 50px 0 0;
    padding: 70px 30px;
  }
  .articleSchedule__list dl {
    gap: 40px;
  }
  .articleSchedule__list dl + dl {
    margin-top: 30px;
  }
  .articleSchedule__list dl + dl dt::before {
    top: -32px;
    left: 130px;
    height: 30px;
  }
  .articleSchedule__list dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 263px;
            flex: 0 0 263px;
    width: 263px;
    height: 80px;
    font-size: 22px;
  }
  .articleSchedule__list dd {
    font-size: 18px;
  }
  .articleSchedule__bg {
    bottom: 30px;
    width: calc(50% + 377px);
    height: calc(100% - 230px);
  }
}

.articleWork {
  max-width: 1200px;
  margin: 0 auto 100px;
}
.articleWork__heading {
  margin: 12px 0 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.articleWork__label img {
  width: 137.4px;
}
.articleWork__textarea {
  margin: 18px 0 0;
}
.articleWork__textarea p {
  font-size: 14px;
  line-height: 1.875;
  letter-spacing: 0.03em;
}
@media (min-width: 46.0625em) {
  .articleWork {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 240px;
    gap: 0 30px;
  }
  .articleWork__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            order: 2;
  }
  .articleWork__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            order: 1;
  }
  .articleWork__label img {
    width: 229px;
  }
  .articleWork__heading {
    margin: 25px 0 0;
    font-size: 26px;
  }
  .articleWork__textarea {
    margin: 25.5px 0 0;
  }
  .articleWork__textarea p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 67.5625em) {
  .articleWork {
    gap: 0 60px;
  }
}
@media (max-width: 46em) {
  .articleWork__content {
    padding: 0 15px;
  }
  .articleWork__image {
    margin: 20px 0 0;
  }
}


