.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.header__logo img {
  display: block;
  height: auto;
}

@media screen and (width <= 767px) {
  .header {
    padding: 0.6rem 2rem 0.8rem 0.4rem;
  }
  .header__logo img {
    width: 27.4rem;
  }
}
@media screen and (width > 767px) {
  .header {
    padding-left: 1.6rem;
  }
  .header__logo img {
    width: 44.7rem;
  }
  .header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10rem;
  }
  .header__nav__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2.4rem;
  }
  .header__nav__list__item {
    font-size: 1.6rem;
    font-style: italic;
    color: #0A3AB4;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s ease-in-out;
  }
  .header__nav__list__item__arrow {
    width: 0.6rem;
    height: 1.3rem;
  }
  .header__nav__list__item:hover {
    opacity: 0.4;
  }
  .header__nav__cta {
    padding: 1.6rem 1.2rem;
    background-color: #0A3AB4;
  }
  .header__nav__cta__link {
    font-size: 1.6rem;
    color: #fff;
    padding: 1rem 1rem 1rem 2rem;
    border: 0.2rem solid #fff;
    border-radius: 8rem;
    box-shadow: -1px 3px 4px 0 rgba(0, 0, 0, 0.13), 0 0.5px 0.5px 0 rgba(255, 255, 255, 0.6) inset, 0 2.5px 5px 0 rgba(255, 255, 255, 0.1) inset;
    background: linear-gradient(180deg, #08DD48 0%, #17B842 51.44%, #1D9D11 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.4rem;
  }
  .header__nav__cta__link:hover {
    background: linear-gradient(0deg, #08DD48 0%, #17B842 51.44%, #1D9D11 100%);
  }
}
.mv {
  position: relative;
}
.mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.mv__wrap {
  position: relative;
  z-index: 10;
}
.mv__wrap__title {
  margin-bottom: 2.2rem;
}
.mv__wrap__title__image {
  width: 100%;
  height: auto;
}
.mv__wrap__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #08DD48 0%, #17B842 51.44%, #1D9D11 100%);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.mv__wrap__cta:hover {
  background: linear-gradient(0deg, #08DD48 0%, #17B842 51.44%, #1D9D11 100%);
}
.mv__wrap__cta::before {
  position: absolute;
  content: "";
  background: linear-gradient(162deg, #fc0 7.92%, #e47a00 29.8%, #ffd93f 58.8%, #fff 78.13%, #000 109.67%);
  mix-blend-mode: hard-light;
  z-index: -1;
}
.mv__wrap__cta span {
  color: white;
}

@media screen and (width <= 767px) {
  .mv {
    padding: 1.8rem 0 4rem;
  }
  .mv__wrap__title__image {
    display: block;
    width: 90%;
    margin-inline: auto;
  }
  .mv__wrap__cta {
    padding: 0.8rem 1.6rem;
    border-radius: 4rem;
    border: 0.15rem solid #fff;
    box-shadow: -1.3px 4px 5px rgba(0, 0, 0, 0.13), 0 0.65px 0.65px 0 rgba(255, 255, 255, 0.6) inset, 0 3px 6.5px rgba(255, 255, 255, 0.1) inset;
    margin-left: 1.6rem;
  }
  .mv__wrap__cta::before {
    width: calc(100% + 0.2rem);
    height: calc(100% + 0.2rem);
    border-radius: 4rem;
    border: 0.6px solid #304ca7;
    box-shadow: 0 0.6px 0.6px rgba(255, 255, 255, 0.6) inset, 0 3px 6px 0 rgba(255, 255, 255, 0.1) inset, -1px 4px 5px rgba(0, 0, 0, 0.13);
    filter: blur(13px);
  }
  .mv__wrap__cta__star {
    width: 2.4rem;
    height: 2.4rem;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
  }
  .mv__wrap__cta__arrow {
    width: 2.8rem;
    height: 2.8rem;
  }
  .mv__wrap__cta span {
    font-size: 1.8rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    margin-inline: 0.4rem 1.4rem;
  }
}
@media screen and (width > 767px) {
  .mv {
    padding: 2rem 13.2rem 10rem;
  }
  .mv__wrap {
    width: 92.4rem;
    margin-inline: auto 0;
  }
  .mv__wrap__title__image {
    display: block;
    width: 90%;
    margin-inline: auto;
  }
  .mv__wrap__cta {
    padding: 1.8rem;
    border-radius: 7.7rem;
    border: 0.3rem solid #fff;
    box-shadow: -2.5px 7.5px 10px rgba(0, 0, 0, 0.13), 0 1.2px 1.2px rgba(255, 255, 255, 0.6) inset, 0 6px 12px 0 rgba(255, 255, 255, 0.1) inset;
    margin-inline: auto;
  }
  .mv__wrap__cta::before {
    width: calc(100% + 0.4rem);
    height: calc(100% + 0.4rem);
    border-radius: 7.7rem;
    border: 1.2px solid #304ca7;
    box-shadow: 0 1.2px 1.2px rgba(255, 255, 255, 0.6) inset, 0 6.2px 12px 0 rgba(255, 255, 255, 0.1) inset, -2.5px 7.5px 10px rgba(0, 0, 0, 0.13);
    filter: blur(25px);
  }
  .mv__wrap__cta__star {
    width: 4.8rem;
    height: 4.8rem;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
  }
  .mv__wrap__cta__arrow {
    width: 5.2rem;
    height: 5.2rem;
  }
  .mv__wrap__cta span {
    font-size: 3.6rem;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    margin-inline: 0.8rem 2.6rem;
  }
}
.feature {
  background-color: #39C;
  position: relative;
}
.feature::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  translate: 0 -98%;
  background-color: #39C;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.feature::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  translate: 0 100%;
  background-color: #39C;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.feature__obj {
  position: absolute;
  writing-mode: vertical-rl;
  color: #f5f5f5;
}
.feature__wrap__title {
  position: relative;
  border-bottom: 0.3rem solid #fee800;
  border-radius: 0.8rem;
  background-color: #f5f5f5;
}
.feature__wrap__title__scratch {
  position: absolute;
  top: 0;
  left: 0;
  translate: -45% -45%;
}
.feature__wrap__list {
  margin-top: 2.5rem;
}
.feature__wrap__list__item {
  color: #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 0.1rem solid #eee;
}
.feature__wrap__list__item span {
  background-image: linear-gradient(to bottom, #FEE800, #FEE800 45%, transparent 45%, transparent 55%, #FEE800 55%, #FEE800 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.feature__image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  z-index: 10;
}

@media screen and (width <= 767px) {
  .feature {
    padding: 4rem 3.3rem 7rem;
  }
  .feature::before {
    height: 3rem;
  }
  .feature::after {
    height: 3rem;
  }
  .feature__obj {
    left: -4rem;
    bottom: -14rem;
    font-size: 8.6rem;
  }
  .feature__wrap__title {
    font-size: 3rem;
    padding: 1.4rem 3.4rem;
  }
  .feature__wrap__title__scratch {
    width: 11.65rem;
    height: 8.7rem;
  }
  .feature__wrap__list {
    margin-top: 2.5rem;
  }
  .feature__wrap__list__item {
    font-size: 2rem;
    text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
    padding: 1.6rem 1.5rem;
  }
  .feature__wrap__list__item span {
    font-size: 2.6rem;
    background-size: 100% 0.8rem;
  }
  .feature__wrap__list__item__star {
    width: 2rem;
    height: 2rem;
    margin-right: 2rem;
  }
  .feature__image {
    width: 20.4rem;
    translate: 0 70%;
  }
}
@media screen and (width > 767px) {
  .feature {
    padding: 4rem 33rem 9.5rem 29rem;
  }
  .feature::before {
    height: 8rem;
  }
  .feature::after {
    height: 8rem;
  }
  .feature__obj {
    left: -10rem;
    top: -1rem;
    font-size: 21.6rem;
  }
  .feature__wrap__title {
    font-size: 5.6rem;
    padding: 1rem 3rem;
  }
  .feature__wrap__title__scratch {
    width: 20rem;
    height: 15rem;
  }
  .feature__wrap__list {
    margin-top: 2.5rem;
  }
  .feature__wrap__list__item {
    font-size: 3.2rem;
    text-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.25);
    padding: 2.4rem;
  }
  .feature__wrap__list__item span {
    font-size: 4rem;
    background-size: 100% 1rem;
  }
  .feature__wrap__list__item__star {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 3.2rem;
  }
  .feature__image {
    width: 52.4rem;
    translate: 0 49%;
  }
}
.about__title {
  font-style: italic;
  color: #FEE800;
  position: relative;
  z-index: 10;
  rotate: -1deg;
}
.about__title::before, .about__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about__title::before {
  background-color: #FEE800;
  rotate: 1deg;
}
.about__title::after {
  top: 0;
  left: 0;
  background-color: #0A3AB4;
}
.about__content:nth-of-type(2) {
  background-color: #eee;
  position: relative;
}
.about__content:nth-of-type(2)::before, .about__content:nth-of-type(2)::after {
  position: absolute;
  content: "";
  width: 100%;
  background: #eee;
  left: 0;
}
.about__content:nth-of-type(2)::before {
  top: 0;
  translate: 0 -100%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.about__content:nth-of-type(2)::after {
  bottom: 0;
  translate: 0 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.about__content__imgWrap {
  position: relative;
}
.about__content__imgWrap__scratch {
  position: absolute;
  top: 0;
  left: 0;
  translate: -45% -45%;
}
.about__content__imgWrap.full-image picture {
  width: 100%;
  height: auto;
}
.about__content__imgWrap__table {
  display: grid;
  align-items: stretch;
  border: 1px solid #ccc;
}
.about__content__imgWrap__table__title {
  color: #39C;
  text-align: center;
  background-color: #f0f0f0;
  display: grid;
  place-items: center;
}
.about__content__imgWrap__table__title:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.about__content__imgWrap__table__body {
  font-size: 1.6rem;
}
.about__content__imgWrap__table__body small {
  font-weight: 400;
}
.about__content__imgWrap__table__body span {
  color: #f30818;
}
.about__content__title {
  color: #39C;
  padding-bottom: 1.6rem;
}

@media screen and (width <= 767px) {
  .about {
    padding-block: 20rem 6rem;
  }
  .about__title {
    font-size: 2.8rem;
    width: 34rem;
    padding-inline: 4rem;
    margin-left: 1.4rem;
  }
  .about__title::before, .about__title::after {
    -webkit-clip-path: polygon(2.5rem 0, 100% 0, calc(100% - 2.5rem) 100%, 0 100%);
            clip-path: polygon(2.5rem 0, 100% 0, calc(100% - 2.5rem) 100%, 0 100%);
  }
  .about__title::before {
    width: calc(100% + 1rem);
    left: 0;
    bottom: -0.8rem;
  }
  .about__text {
    font-size: 1.8rem;
    margin: 3rem auto 0;
    width: 32.2rem;
  }
  .about__content {
    padding-inline: 3.5rem;
    margin-top: 9.6rem;
  }
  .about__content:first-of-type {
    margin-top: 5.6rem;
  }
  .about__content:nth-of-type(2) {
    padding-block: 1.6rem 3.2rem;
  }
  .about__content:nth-of-type(2)::before, .about__content:nth-of-type(2)::after {
    height: 3rem;
  }
  .about__content__imgWrap__scratch {
    width: 11.65rem;
    height: 8.7rem;
  }
  .about__content__imgWrap__table {
    grid-template-columns: 1fr;
  }
  .about__content__imgWrap__table__title {
    font-size: 2.2rem;
    padding: 1.2rem 2.4rem;
  }
  .about__content__imgWrap__table__body {
    padding: 1.2rem 2.4rem;
    border-top: 1px solid #ccc;
  }
  .about__content__title {
    font-size: 2.2rem;
    border-bottom: 2px solid #39C;
    padding-inline: 1rem;
    margin-top: 2.4rem;
  }
  .about__content__text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 2rem;
  }
}
@media screen and (width > 767px) {
  .about {
    padding-block: 20rem;
  }
  .about__title {
    font-size: 5.4rem;
    width: 102.8rem;
    padding-inline: 3rem;
    margin-inline: auto;
  }
  .about__title::before, .about__title::after {
    -webkit-clip-path: polygon(3.4rem 0, 100% 0, calc(100% - 3.4rem) 100%, 0 100%);
            clip-path: polygon(3.4rem 0, 100% 0, calc(100% - 3.4rem) 100%, 0 100%);
  }
  .about__title::before {
    left: -1rem;
    bottom: -1.2rem;
  }
  .about__text {
    font-size: 2.4rem;
    margin: 5rem auto 0;
    width: 95rem;
  }
  .about__content {
    padding-inline: 30rem;
    margin-top: 11.4rem;
  }
  .about__content:first-of-type {
    margin-top: 8.8rem;
  }
  .about__content:nth-of-type(2) {
    padding-block: 6.4rem 4.8rem;
  }
  .about__content:nth-of-type(2)::before, .about__content:nth-of-type(2)::after {
    height: 8rem;
  }
  .about__content__imgWrap__scratch {
    width: 20rem;
    height: 15rem;
  }
  .about__content__imgWrap__table {
    grid-template-columns: 34% 66%;
  }
  .about__content__imgWrap__table__title {
    font-size: 2.4rem;
  }
  .about__content__imgWrap__table__body {
    padding: 2.4rem 3rem;
    border-left: 1px solid #ccc;
  }
  .about__content__imgWrap__table__body span {
    font-size: 1.8rem;
  }
  .about__content__imgWrap__table__body:not(:first-of-type) {
    border-top: 1px solid #ccc;
  }
  .about__content__title {
    font-size: 3.2rem;
    text-align: center;
    border-bottom: 0.4rem solid #39C;
    margin-top: 4rem;
  }
  .about__content__text {
    font-size: 1.6rem;
    line-height: 2;
    width: 84rem;
    margin: 2.4rem auto 0;
  }
}
.working {
  background-color: #39C;
  position: relative;
}
.working::before, .working::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  background-color: #39C;
}
.working::before {
  top: 0;
  translate: 0 -99%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.working::after {
  bottom: 0;
  translate: 0 99%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.working__title {
  font-style: italic;
  color: #FEE800;
  position: relative;
  z-index: 10;
  rotate: -1deg;
}
.working__title::before, .working__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.working__title::before {
  background-color: #FEE800;
  rotate: 1deg;
}
.working__title::after {
  top: 0;
  left: 0;
  background-color: #0A3AB4;
}
.working__text {
  color: #f5f5f5;
}
.working__wrap {
  position: relative;
}
.working__wrap__categoryList {
  position: sticky;
}
.working__wrap__categoryList__categories__item {
  text-align: center;
  color: #39C;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  transition: all 0.3s ease-in-out;
}
.working__wrap__categoryList__categories__item:hover {
  opacity: 0.3;
}
.working__wrap__workList__item__content {
  position: relative;
  background: #f5f5f5;
}
.working__wrap__workList__item__content__icon {
  position: absolute;
}
.working__wrap__workList__item__content__title {
  color: #39C;
}
.working__wrap__workList__border {
  display: block;
  width: 100%;
  background-color: #FEE800;
}

@media screen and (width <= 767px) {
  .working {
    padding-block: 4rem 5rem;
  }
  .working::before, .working::after {
    height: 3rem;
  }
  .working__title {
    font-size: 2.8rem;
    width: 31.8rem;
    padding-inline: 4rem;
    margin-left: 1.4rem;
  }
  .working__title::before, .working__title::after {
    -webkit-clip-path: polygon(2.5rem 0, 100% 0, calc(100% - 2.5rem) 100%, 0 100%);
            clip-path: polygon(2.5rem 0, 100% 0, calc(100% - 2.5rem) 100%, 0 100%);
  }
  .working__title::before {
    width: calc(100% + 1rem);
    left: 0;
    bottom: -0.8rem;
  }
  .working__text {
    font-size: 1.8rem;
    width: 32.2rem;
    margin: 2.6rem auto 0;
  }
  .working__wrap {
    margin-top: 2rem;
  }
  .working__wrap__categoryList {
    top: 10rem;
    overflow-x: scroll;
    padding: 0 1.6rem 1.2rem;
    z-index: 10;
  }
  .working__wrap__categoryList__categories {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
  }
  .working__wrap__categoryList__categories__item {
    font-size: 1.8rem;
    padding-block: 1rem;
    width: 16rem;
    flex-shrink: 0;
  }
  .working__wrap__workList {
    padding: 1.2rem 2rem 0;
  }
  .working__wrap__workList__item {
    scroll-margin-top: 8rem;
    margin-inline: 0.4rem;
    position: relative;
    -webkit-clip-path: polygon(0 1.6rem, 100% 0, 100% calc(100% - 1.6rem), 0 100%);
            clip-path: polygon(0 1.6rem, 100% 0, 100% calc(100% - 1.6rem), 0 100%);
  }
  .working__wrap__workList__item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 11.6rem;
    height: auto;
    z-index: 1;
  }
  .working__wrap__workList__item__content {
    padding: 9rem 2.6rem 5rem;
  }
  .working__wrap__workList__item__content__icon {
    top: 1.8rem;
    right: 1.8rem;
    width: 6.8rem;
    height: 6.8rem;
  }
  .working__wrap__workList__item__content__title {
    font-size: 2.2rem;
    padding: 0 1.6rem 1.6rem;
    border-bottom: 2px solid #39C;
    margin-left: 10.4rem;
  }
  .working__wrap__workList__item__content__text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 4.6rem;
  }
  .working__wrap__workList__border {
    height: 2.6rem;
    -webkit-clip-path: polygon(0 1.6rem, 100% 0, 100% calc(100% - 1.6rem), 0 100%);
            clip-path: polygon(0 1.6rem, 100% 0, 100% calc(100% - 1.6rem), 0 100%);
    filter: drop-shadow(0 0.5px 0.5px rgba(0, 0, 0, 0.25));
  }
  .working__wrap__workList__border:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media screen and (width > 767px) {
  .working {
    padding: 6rem 9rem 9.8rem 10rem;
  }
  .working::before, .working::after {
    height: 8rem;
    z-index: 1;
  }
  .working__title {
    font-size: 5.4rem;
    width: 83rem;
    padding-inline: 3rem;
  }
  .working__title::before, .working__title::after {
    -webkit-clip-path: polygon(3.4rem 0, 100% 0, calc(100% - 3.4rem) 100%, 0 100%);
            clip-path: polygon(3.4rem 0, 100% 0, calc(100% - 3.4rem) 100%, 0 100%);
  }
  .working__title::before {
    left: -1rem;
    bottom: -1.2rem;
  }
  .working__text {
    font-size: 2.4rem;
    margin-top: 3.6rem;
  }
  .working__wrap {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 18% 78%;
    gap: 2rem;
  }
  .working__wrap__categoryList {
    top: 16rem;
    height: -moz-fit-content;
    height: fit-content;
  }
  .working__wrap__categoryList__categories__item {
    display: block;
    font-size: 2.4rem;
    padding-block: 4rem;
  }
  .working__wrap__categoryList__categories__item:not(:first-child) {
    margin-top: 1.2rem;
  }
  .working__wrap__workList__item {
    display: grid;
    align-items: center;
    grid-template-columns: 27% 73%;
    padding-inline: 1.6rem;
    -webkit-clip-path: polygon(0 5.2rem, 100% 0, 100% calc(100% - 5.2rem), 0 100%);
            clip-path: polygon(0 5.2rem, 100% 0, 100% calc(100% - 5.2rem), 0 100%);
  }
  .working__wrap__workList__item__image {
    height: 100%;
  }
  .working__wrap__workList__item__image img {
    height: 100%;
  }
  .working__wrap__workList__item__content {
    padding: 11.5rem 10.2rem 0 6.6rem;
    min-height: 53.2rem;
  }
  .working__wrap__workList__item__content__icon {
    top: 3.2rem;
    right: 4.8rem;
    width: 12rem;
    height: 12rem;
  }
  .working__wrap__workList__item__content__title {
    font-size: 3.2rem;
    color: #39C;
    padding: 0 4rem 1.6rem;
    border-bottom: 0.4rem solid #39C;
  }
  .working__wrap__workList__item__content__text {
    font-size: 1.6rem;
    line-height: 2;
    padding-inline: 4rem;
    margin-top: 2.4rem;
  }
  .working__wrap__workList__border {
    height: 7.6rem;
    -webkit-clip-path: polygon(0 5.2rem, 100% 0, 100% calc(100% - 5.2rem), 0 100%);
            clip-path: polygon(0 5.2rem, 100% 0, 100% calc(100% - 5.2rem), 0 100%);
    filter: drop-shadow(0 1.7px 1.7px rgba(0, 0, 0, 0.25));
  }
}
.cta {
  position: relative;
  z-index: 10;
}
.cta__bg {
  width: 100%;
  height: auto;
}
.cta__wrap {
  position: absolute;
}
.cta__wrap__banner {
  background-color: #0A3AB4;
}
.cta__wrap__banner__image {
  width: 100%;
  height: auto;
}
.cta__wrap__content {
  position: relative;
  background-color: #0A3AB4;
}
.cta__wrap__content__image {
  position: absolute;
  bottom: 0;
  left: 3rem;
  height: auto;
}
.cta__wrap__content__items__text {
  line-height: 0.7;
  color: #f5f5f5;
}
.cta__wrap__content__items__link {
  display: block;
  padding: 0.6rem 0.8rem;
  border: 2px solid #7cc0ad;
  border-radius: 1.8rem;
  background: linear-gradient(180deg, #08DD48 0%, #17B842 51.44%, #1D9D11 100%);
  box-shadow: 0 0.6rem #194816;
}
.cta__wrap__content__items__link__inner {
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 1.2rem;
}
.cta__wrap__content__items__link__inner__arrow {
  width: 1.4rem;
  height: 2.6rem;
}
.cta__wrap__content__items__link:hover {
  translate: 0 0.6rem;
  box-shadow: none;
}

@media screen and (width <= 767px) {
  .cta {
    padding-bottom: 6rem;
  }
  .cta__wrap {
    width: 100%;
    bottom: 0;
  }
  .cta__wrap__banner {
    width: 95.8%;
    padding: 0.8rem 0.8rem 0;
    margin-inline: auto;
  }
  .cta__wrap__content {
    padding-block: 1.6rem 1.8rem;
  }
  .cta__wrap__content__image {
    left: 0;
    width: 10.2rem;
  }
  .cta__wrap__content__items {
    width: 27.2rem;
    margin-inline: auto 1.6rem;
  }
  .cta__wrap__content__items__text {
    font-size: 2.4rem;
    line-height: 0.7;
    padding-inline: 0.4rem;
  }
  .cta__wrap__content__items__text small {
    font-size: 1.2rem;
  }
  .cta__wrap__content__items__link {
    width: 26rem;
    margin-top: 1.2rem;
  }
  .cta__wrap__content__items__link__inner {
    font-size: 2.2rem;
    padding: 0.6rem 1.6rem 0.8rem;
  }
}
@media screen and (width > 767px) {
  .cta__wrap {
    width: 92.5%;
    left: calc(50% - 74rem);
    bottom: 10rem;
    border-radius: 0.8rem;
    overflow: hidden;
  }
  .cta__wrap__banner {
    padding: 3rem 3rem 0;
  }
  .cta__wrap__content {
    padding-block: 3rem 3.8rem;
  }
  .cta__wrap__content__image {
    left: 3rem;
    width: 40.3rem;
  }
  .cta__wrap__content__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 92.2rem;
    margin-inline: auto 8rem;
  }
  .cta__wrap__content__items__text {
    font-size: 4.8rem;
    line-height: 0.7;
  }
  .cta__wrap__content__items__text small {
    font-size: 2rem;
  }
  .cta__wrap__content__items__link {
    width: 41.6rem;
  }
  .cta__wrap__content__items__link__inner {
    font-size: 3.2rem;
    padding: 1rem 3rem 1.2rem;
  }
}
.flow__title {
  font-style: italic;
  color: #FEE800;
  position: relative;
  z-index: 10;
  rotate: -1deg;
}
.flow__title::before, .flow__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.flow__title::before {
  background-color: #FEE800;
  rotate: 1deg;
}
.flow__title::after {
  top: 0;
  left: 0;
  background-color: #0A3AB4;
}
.flow__wrap__content__outline__title {
  color: #39C;
  padding: 0.6rem 0 0.6rem 2.6rem;
  border-left: 0.6rem solid #39C;
}
.flow__wrap__content__outline__text {
  font-size: 1.4rem;
}
.flow__wrap__content__times {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.flow__wrap__content__times__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  font-size: 1.6rem;
}
.flow__wrap__content__times__item__num {
  font-size: 1.6rem;
  line-height: 1;
  color: white;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: #ccc;
}
.flow__wrap__content__times__item__num.light-blue {
  background-color: #39C;
}
.flow__wrap__content__times__item__num.green {
  background-color: #1D9D11;
}
.flow__wrap__content__times__item__num.purple {
  background-color: #6753C2;
}
.flow__wrap__content__times__item__num.orange {
  background-color: #F57F20;
}
.flow__wrap__content__times__item__num.blue {
  background-color: #306BAD;
}
.flow__wrap__content__details__table {
  display: block;
  height: auto;
}

@media screen and (width <= 767px) {
  .flow {
    padding-block: 7.2rem 5.2rem;
  }
  .flow__title {
    font-size: 2.8rem;
    width: 31.8rem;
    padding: 0.6rem 3rem 1rem;
    margin-left: 1.4rem;
  }
  .flow__title::before, .flow__title::after {
    -webkit-clip-path: polygon(2.5rem 0, 100% 0, calc(100% - 2.5rem) 100%, 0 100%);
            clip-path: polygon(2.5rem 0, 100% 0, calc(100% - 2.5rem) 100%, 0 100%);
  }
  .flow__title::before {
    width: calc(100% + 1rem);
    left: 0;
    bottom: -0.8rem;
  }
  .flow__text {
    font-size: 1.8rem;
    margin-top: 3rem;
    padding-inline: 3.4rem;
  }
  .flow__wrap {
    margin-top: 4rem;
  }
  .flow__wrap:first-of-type {
    margin-top: 1.8rem;
  }
  .flow__wrap__image {
    display: block;
    width: 32rem;
    height: 15rem;
    margin-inline: auto;
  }
  .flow__wrap__content {
    margin-top: 2.4rem;
  }
  .flow__wrap__content__outline {
    padding-inline: 2.5rem 3rem;
  }
  .flow__wrap__content__outline__title {
    font-size: 2.4rem;
  }
  .flow__wrap__content__outline__text {
    line-height: 1.8;
    padding: 1.6rem 0.8rem 0;
    border-top: 1px solid #28303A;
    margin-top: 1.6rem;
  }
  .flow__wrap__content__times {
    gap: 1rem 2rem;
    padding-inline: 3rem;
    margin-top: 3rem;
  }
  .flow__wrap__content__details {
    margin-top: 2rem;
    padding: 0 2.5rem 2.4rem;
    overflow-x: scroll;
  }
  .flow__wrap__content__details__table {
    width: 102.8rem;
  }
}
@media screen and (width > 767px) {
  .flow {
    padding: 4rem 9.6rem 20rem 12.2rem;
  }
  .flow__title {
    font-size: 5.6rem;
    width: 83rem;
    padding-inline: 3rem;
  }
  .flow__title::before, .flow__title::after {
    -webkit-clip-path: polygon(3.4rem 0, 100% 0, calc(100% - 3.4rem) 100%, 0 100%);
            clip-path: polygon(3.4rem 0, 100% 0, calc(100% - 3.4rem) 100%, 0 100%);
  }
  .flow__title::before {
    left: -1rem;
    bottom: -1.2rem;
  }
  .flow__text {
    font-size: 2.4rem;
    margin-top: 3.6rem;
  }
  .flow__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8rem;
  }
  .flow__wrap:first-of-type {
    margin-top: 5.4rem;
  }
  .flow__wrap__image {
    width: 29rem;
    height: 40rem;
  }
  .flow__wrap__content {
    width: 74.5%;
  }
  .flow__wrap__content__outline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
  }
  .flow__wrap__content__outline__title {
    font-size: 3.2rem;
  }
  .flow__wrap__content__outline__text {
    line-height: 2;
    padding-left: 4rem;
    border-left: 1px solid #28303A;
  }
  .flow__wrap__content__times {
    gap: 3.6rem;
    padding-inline: 1rem;
    margin-top: 5rem;
  }
  .flow__wrap__content__times__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    font-size: 1.6rem;
  }
  .flow__wrap__content__details {
    margin-top: 1.6rem;
  }
  .flow__wrap__content__details__table {
    width: 100%;
  }
}
.stats {
  background-color: #39C;
  position: relative;
}
.stats::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  translate: 0 -99%;
  background-color: #39C;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.stats::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  translate: 0 99%;
  background-color: #39C;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.stats__obj {
  position: absolute;
  writing-mode: vertical-rl;
  color: #f5f5f5;
}
.stats__wrap__title {
  position: relative;
  border-bottom: 0.3rem solid #fee800;
  border-radius: 0.8rem;
  background-color: #f5f5f5;
}
.stats__wrap__title__scratch {
  position: absolute;
  top: 0;
  left: 0;
  translate: -45% -45%;
}
.stats__wrap__outline__title {
  font-style: italic;
  color: #FEE800;
  position: relative;
  z-index: 10;
}
.stats__wrap__outline__title::before, .stats__wrap__outline__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(2.6rem 0, 100% 0, calc(100% - 2.6rem) 100%, 0 100%);
          clip-path: polygon(2.6rem 0, 100% 0, calc(100% - 2.6rem) 100%, 0 100%);
  z-index: -1;
}
.stats__wrap__outline__title::before {
  rotate: -3deg;
  background-color: #FEE800;
}
.stats__wrap__outline__title::after {
  background-color: #0A3AB4;
}
.stats__wrap__outline__text {
  color: #eee;
  border: 2px solid #eee;
  border-radius: 0.8rem;
}
.stats__wrap__list {
  display: grid;
  margin-top: 4.8rem;
  position: relative;
  z-index: 10;
}
.stats__wrap__list__item {
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(0 1.4rem, 100% 0, 100% calc(100% - 1.4rem), 0 100%);
          clip-path: polygon(0 1.4rem, 100% 0, 100% calc(100% - 1.4rem), 0 100%);
}
.stats__wrap__list__item__asetts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stats__wrap__list__item__asetts__num {
  filter: drop-shadow(-3px 3px #0A3AB4);
}
.stats__wrap__list__item__asetts__num__inner {
  font-size: 2.4rem;
  font-style: italic;
  text-align: center;
  color: #0A3AB4;
  width: 6.4rem;
  height: 3.6rem;
  display: block;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(0.2rem 0.4rem, 100% 0, calc(100% - 0.2rem) calc(100% - 0.4rem), 0 100%);
          clip-path: polygon(0.2rem 0.4rem, 100% 0, calc(100% - 0.2rem) calc(100% - 0.4rem), 0 100%);
}
.stats__wrap__list__item__asetts__icon {
  width: 10.8rem;
  height: auto;
}
.stats__wrap__list__item__title {
  color: #0A3AB4;
}
.stats__wrap__list__item__data {
  font-size: 7.2rem;
  font-style: italic;
  text-align: center;
  color: #FEE800;
  width: 22rem;
  margin: 2.8rem auto 0;
  position: relative;
  z-index: 10;
}
.stats__wrap__list__item__data::before, .stats__wrap__list__item__data::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-clip-path: polygon(1.2rem 0, 100% 0, calc(100% - 1.2rem) 100%, 0 100%);
          clip-path: polygon(1.2rem 0, 100% 0, calc(100% - 1.2rem) 100%, 0 100%);
  z-index: -1;
}
.stats__wrap__list__item__data::before {
  top: 1rem;
  rotate: -3deg;
  background-color: #FEE800;
}
.stats__wrap__list__item__data::after {
  top: 0;
  background-color: #0A3AB4;
}
.stats__image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  z-index: 1;
}

@media screen and (width <= 767px) {
  .stats {
    padding: 4rem 3rem 7rem;
  }
  .stats::before {
    height: 3rem;
  }
  .stats::after {
    height: 3rem;
  }
  .stats__obj {
    left: -4rem;
    top: 39rem;
    font-size: 8.6rem;
  }
  .stats__wrap__title {
    font-size: 3rem;
    text-align: center;
    padding: 1.4rem 3.4rem;
  }
  .stats__wrap__title__scratch {
    width: 11.65rem;
    height: 8.7rem;
  }
  .stats__wrap__outline {
    margin-top: 2.6rem;
  }
  .stats__wrap__outline__title {
    font-size: 2.8rem;
    line-height: 2;
    padding-inline: 3rem;
  }
  .stats__wrap__outline__title::before {
    rotate: -3deg;
    background-color: #FEE800;
  }
  .stats__wrap__outline__title::after {
    background-color: #0A3AB4;
  }
  .stats__wrap__outline__text {
    font-size: 1.6rem;
    line-height: 1.7;
    padding: 1rem 3.2rem;
    margin-top: 2.2rem;
  }
  .stats__wrap__list {
    grid-template-columns: 1fr;
    margin-top: 2.4rem;
  }
  .stats__wrap__list__item {
    padding: 2rem 2.2rem 4.8rem;
  }
  .stats__wrap__list__item__asetts {
    padding-inline: 2.4rem;
  }
  .stats__wrap__list__item__title {
    font-size: 1.8rem;
    padding: 0 2rem 1.2rem;
    border-bottom: 1px solid #ccc;
  }
  .stats__image {
    width: 35rem;
    translate: 0 45%;
  }
}
@media screen and (width > 767px) {
  .stats {
    padding-block: 5rem 10rem;
  }
  .stats::before {
    height: 8rem;
  }
  .stats::after {
    height: 8rem;
  }
  .stats__obj {
    left: -10rem;
    top: -1rem;
    font-size: 21.6rem;
  }
  .stats__wrap {
    width: 103.8rem;
    margin-inline: auto;
  }
  .stats__wrap__title {
    font-size: 5.6rem;
    padding: 1rem 3rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stats__wrap__title__scratch {
    width: 20rem;
    height: 15rem;
  }
  .stats__wrap__outline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.6rem;
  }
  .stats__wrap__outline__title {
    font-size: 4.8rem;
    line-height: 1.6;
    padding-inline: 2rem;
  }
  .stats__wrap__outline__title::before {
    rotate: -3deg;
    background-color: #FEE800;
  }
  .stats__wrap__outline__title::after {
    background-color: #0A3AB4;
  }
  .stats__wrap__outline__text {
    font-size: 1.8rem;
    line-height: 2;
    padding: 1rem 3.6rem;
  }
  .stats__wrap__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 6.4rem;
    margin-top: 4.8rem;
  }
  .stats__wrap__list__item {
    padding: 3rem 2.4rem 6.2rem;
  }
  .stats__wrap__list__item__title {
    font-size: 2.2rem;
    padding: 0 2rem 1.6rem;
    border-bottom: 2px solid #ccc;
    margin-inline: 1rem;
  }
  .stats__image {
    width: 80rem;
    translate: 0 38%;
  }
}
.interview {
  position: relative;
}
.interview::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  bottom: 0;
  translate: 0 99%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.interview__title {
  font-style: italic;
  color: #FEE800;
  position: relative;
  z-index: 10;
  rotate: -1deg;
}
.interview__title::before, .interview__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.interview__title::before {
  background-color: #FEE800;
  rotate: 1deg;
}
.interview__title::after {
  top: 0;
  left: 0;
  background-color: #0A3AB4;
}
.interview__bg {
  position: sticky;
  left: 0;
  height: 0;
  z-index: -1;
}
.interview__bg__text {
  position: absolute;
  writing-mode: vertical-rl;
}
.interview__bg__image {
  width: 100%;
  height: auto;
}
.interview__list {
  position: relative;
  z-index: 10;
}
.interview__list__item__wrap {
  display: flex;
  flex-direction: column;
}
.interview__list__item__title {
  border-radius: 0.8rem;
  border-bottom: 3px solid #FEE800;
  position: relative;
  z-index: 10;
  background-color: #F5F5F5;
}
.interview__list__item__title__scratch {
  position: absolute;
  top: 0;
  left: 0;
  translate: -45% -45%;
}
.interview__list__item__image {
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
}
.interview .accordion-item {
  background-color: #FFF;
}
.interview .accordion-button {
  background: none;
}
.interview .accordion-button::before {
  content: "Q";
  color: white;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: #0A3AB4;
}
.interview .accordion__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #FEE800;
  position: relative;
}
.interview .accordion__link__star {
  border-radius: 100%;
  background-color: #0A3AB4;
}
.interview .accordion__link__star img {
  width: 100%;
}
.interview .accordion__link__arrow {
  position: absolute;
}

.accordion-button {
  text-align: left;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
  cursor: pointer;
  width: 100%;
}
.accordion-button-icon {
  position: absolute;
}
.accordion-button-icon::before, .accordion-button-icon::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  background: #0A3AB4;
}
.accordion-button-icon::after {
  rotate: 90deg;
  transition: all 0.3s ease-in-out;
}
.accordion-button.active .accordion-button-icon::after {
  rotate: 0deg;
}
.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

@media screen and (width <= 767px) {
  .interview {
    padding-block: 20rem 5rem;
  }
  .interview::after {
    height: 3rem;
  }
  .interview__title {
    font-size: 2.8rem;
    width: 31.8rem;
    padding: 0.6rem 3rem 1rem;
    margin-left: 1.4rem;
    text-align: center;
  }
  .interview__title::before, .interview__title::after {
    -webkit-clip-path: polygon(2.5rem 0, 100% 0, calc(100% - 2.5rem) 100%, 0 100%);
            clip-path: polygon(2.5rem 0, 100% 0, calc(100% - 2.5rem) 100%, 0 100%);
  }
  .interview__title::before {
    width: calc(100% + 1rem);
    left: 0;
    bottom: -0.8rem;
  }
  .interview__bg {
    top: 22rem;
  }
  .interview__bg__text {
    font-size: 8.6rem;
    right: -6rem;
    top: -20rem;
  }
  .interview__text {
    font-size: 1.8rem;
    margin: 2.8rem auto 0;
    width: 32rem;
  }
  .interview__list {
    margin-top: 4rem;
  }
  .interview__list__item {
    padding-inline: 2rem;
  }
  .interview__list__item:not(:first-of-type) {
    margin-top: 4rem;
  }
  .interview__list__item__title {
    font-size: 2.6rem;
    text-align: center;
    padding-block: 1.4rem;
    margin-inline: 0.8rem;
    translate: 0 -3rem;
  }
  .interview__list__item__title__scratch {
    width: 11.65rem;
    height: 8.7rem;
  }
  .interview__list__item__image {
    width: 100%;
    height: 22.6rem;
    order: -1;
  }
  .interview .accordion {
    margin-inline: 0.8rem;
  }
  .interview .accordion-item {
    border-radius: 0.4rem;
  }
  .interview .accordion-item:not(:first-of-type) {
    margin-top: 0.8rem;
  }
  .interview .accordion-button::before {
    font-size: 1.4rem;
    width: 3.2rem;
    height: 3.2rem;
  }
  .interview .accordion-button-title {
    font-size: 1.6rem;
  }
  .interview .accordion__link {
    font-size: 1.6rem;
    gap: 0.8rem;
    padding: 1.2rem 3.6rem 1.2rem 1.2rem;
    border-radius: 0.4rem;
  }
  .interview .accordion__link:not(:first-child) {
    margin-top: 0.8rem;
  }
  .interview .accordion__link__star {
    width: 3.2rem;
    height: 3.2rem;
    padding: 0.8rem;
  }
  .interview .accordion__link__arrow {
    top: calc(50% - 1.2rem);
    right: 1.2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .accordion-button {
    gap: 0.8rem;
    padding: 1.2rem 3.6rem 1.2rem 1.2rem;
  }
  .accordion-button-icon {
    right: 1.6rem;
    top: calc(50% - 0.7rem);
    width: 1.4rem;
    height: 1.4rem;
  }
  .accordion-button-icon::before, .accordion-button-icon::after {
    height: 2px;
    top: calc(50% - 2px);
    border-radius: 1px;
  }
  .accordion-panel {
    padding-inline: 4.4rem 3.6rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .accordion-panel p {
    line-height: 1.8;
  }
  .accordion-panel > *:last-child {
    padding-bottom: 1.2rem;
  }
}
@media screen and (width > 767px) {
  .interview {
    padding-block: 30rem 0;
  }
  .interview::after {
    height: 8rem;
    z-index: 20;
  }
  .interview__title {
    font-size: 5.6rem;
    width: 83rem;
    padding-inline: 3rem;
    margin-left: 16rem;
  }
  .interview__title::before, .interview__title::after {
    -webkit-clip-path: polygon(3.4rem 0, 100% 0, calc(100% - 3.4rem) 100%, 0 100%);
            clip-path: polygon(3.4rem 0, 100% 0, calc(100% - 3.4rem) 100%, 0 100%);
  }
  .interview__title::before {
    left: -1rem;
    bottom: -1.2rem;
  }
  .interview__bg {
    top: 22rem;
  }
  .interview__bg__text {
    font-size: 18rem;
    position: absolute;
    right: 2.6rem;
    top: -14.8rem;
  }
  .interview__text {
    font-size: 2.4rem;
    margin-top: 3.4rem;
    margin-left: 16rem;
  }
  .interview__list {
    margin-top: 6.8rem;
  }
  .interview__list__item {
    padding-left: 10.6rem;
  }
  .interview__list__item__title {
    font-size: 4rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem 3rem;
  }
  .interview__list__item__title__scratch {
    width: 20rem;
    height: 15rem;
  }
  .interview__list__item__image {
    width: 88rem;
    height: 56.8rem;
    translate: 0.4rem -2.6rem;
  }
  .interview .accordion {
    translate: 45.8rem -30rem;
    width: 91.4rem;
  }
  .interview .accordion-item {
    border-radius: 1.2rem;
  }
  .interview .accordion-item:not(:first-of-type) {
    margin-top: 1.6rem;
  }
  .interview .accordion-button::before {
    font-size: 3.5rem;
    width: 8rem;
    height: 8rem;
  }
  .interview .accordion-button-title {
    font-size: 3.4rem;
  }
  .interview .accordion__link {
    font-size: 3.4rem;
    gap: 2.4rem;
    padding: 2.4rem 7.2rem 2.4rem 2.4rem;
    border-radius: 0.8rem;
  }
  .interview .accordion__link:not(:first-child) {
    margin-top: 1.6rem;
  }
  .interview .accordion__link__star {
    width: 8rem;
    height: 8rem;
    padding: 2rem;
  }
  .interview .accordion__link__arrow {
    top: calc(50% - 2.4rem);
    right: 2.4rem;
    width: 4.8rem;
    height: 4.8rem;
  }
  .accordion-button {
    gap: 2.4rem;
    padding: 2.4rem 7.2rem 2.4rem 2.4rem;
  }
  .accordion-button-icon {
    right: 2.4rem;
    top: calc(50% - 1.2rem);
    width: 2.8rem;
    height: 2.8rem;
  }
  .accordion-button-icon::before, .accordion-button-icon::after {
    height: 4px;
    top: calc(50% - 2px);
    border-radius: 2px;
  }
  .accordion-panel {
    padding-inline: 11.4rem 2.4rem;
    font-size: 2rem;
    line-height: 2.1;
  }
  .accordion-panel p {
    line-height: 2.1;
  }
  .accordion-panel > *:last-child {
    padding-bottom: 2.4rem;
  }
}
.recruit {
  position: relative;
  z-index: 10;
}
.recruit::before, .recruit::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  z-index: -1;
}
.recruit::before {
  translate: 0 3rem;
  background-color: #FEE800;
}
.recruit::after {
  background-color: #39C;
}
.recruit__title {
  font-style: italic;
  color: #FEE800;
  position: relative;
  z-index: 10;
  rotate: -1deg;
}
.recruit__title::before, .recruit__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.recruit__title::before {
  background-color: #FEE800;
  rotate: 1deg;
}
.recruit__title::after {
  top: 0;
  left: 0;
  background-color: #0A3AB4;
}
.recruit__wrap {
  display: grid;
  margin-top: 8.8rem;
}
.recruit__wrap__item {
  scroll-margin-top: 8rem;
}
.recruit__wrap__item__button {
  background-color: #FEE800;
}
.recruit__wrap__item__button__star {
  border-radius: 100%;
  background-color: #0A3AB4;
}
.recruit__wrap__item__button__star img {
  display: block;
  width: 100%;
}
.recruit__wrap__item__panel {
  padding: 0;
  background-color: #FFF;
}
.recruit__wrap__item__panel .panel {
  position: relative;
}
.recruit__wrap__item__panel .panel.is-open .more-btn__wrap {
  display: none;
}
.recruit__wrap__item__panel .panel.is-open::after {
  display: none;
}
.recruit__wrap__item__panel .panel.is-open .panel__content {
  max-height: unset;
}
.recruit__wrap__item__panel .panel .more-btn {
  font-size: 1.4rem;
  text-align: center;
  border: none;
  background-color: #FFF;
  cursor: pointer;
}
.recruit__wrap__item__panel .panel .more-btn__wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: grid;
  place-items: center;
  z-index: 10;
}
.recruit__wrap__item__panel .panel .more-btn__wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  z-index: -1;
}
.recruit__wrap__item__panel .panel::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7.6rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #FFF 90%, rgba(249, 249, 249, 0) 100%);
}
.recruit__wrap__item__panel .panel__title {
  text-align: center;
}
.recruit__wrap__item__panel .panel__content {
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
}
.recruit__wrap__item__panel .panel__content__column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #CCC;
}
.recruit__wrap__item__panel .panel__content__column__title {
  text-align: center;
  line-height: 1.3;
  border: 1px solid #CCC;
  background-color: #f0f0f0;
  flex-shrink: 0;
}
.recruit__wrap__item__panel .panel__content__column__text {
  line-height: 1.3;
}
.recruit__wrap__item__panel .panel__content__cta__text {
  font-size: 1.4rem;
  text-align: center;
}
.recruit__wrap__item__panel .panel__content__cta__link {
  display: block;
  padding: 0.6rem;
  background: linear-gradient(180deg, #08DD48 0%, #17B842 51.44%, #1D9D11 100%);
  box-shadow: 0 0.6rem #194816;
  cursor: pointer;
  margin-top: 1rem;
}
.recruit__wrap__item__panel .panel__content__cta__link__inner {
  color: #FFF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #FFF;
  border-radius: 1rem;
}
.recruit__wrap__item__panel .panel__content__cta__link__inner__arrow {
  width: 1.4rem;
  height: 2.6rem;
}
.recruit__wrap__item__panel .panel__content__cta__link:hover {
  translate: 0 0.6rem;
  box-shadow: none;
}

@media screen and (width <= 767px) {
  .recruit {
    padding: 8rem 2.8rem 6.4rem;
  }
  .recruit::before, .recruit::after {
    height: 97rem;
    top: calc(50% - 48rem);
    -webkit-clip-path: polygon(0 0, 100% 3rem, 100% 100%, 0 calc(100% - 3rem));
            clip-path: polygon(0 0, 100% 3rem, 100% 100%, 0 calc(100% - 3rem));
  }
  .recruit__title {
    font-size: 2.8rem;
    width: 31.8rem;
    padding: 0.6rem 3rem 1rem;
    text-align: center;
  }
  .recruit__title::before, .recruit__title::after {
    -webkit-clip-path: polygon(2.5rem 0, 100% 0, calc(100% - 2.5rem) 100%, 0 100%);
            clip-path: polygon(2.5rem 0, 100% 0, calc(100% - 2.5rem) 100%, 0 100%);
  }
  .recruit__title::before {
    width: calc(100% + 1rem);
    left: 0;
    bottom: -0.8rem;
  }
  .recruit__wrap {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .recruit__wrap__item__button {
    font-size: 1.6rem;
    padding: 1.2rem 3.6rem 1.2rem 1.2rem;
    border-radius: 0.4rem;
  }
  .recruit__wrap__item__button__star {
    width: 3.2rem;
    height: 3.2rem;
    padding: 0.6rem;
  }
  .recruit__wrap__item__panel {
    margin-top: 1.6rem;
    border-radius: 1rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  }
  .recruit__wrap__item__panel__inner {
    padding: 1.6rem;
  }
  .recruit__wrap__item__panel .panel .more-btn {
    padding-inline: 1.6rem;
  }
  .recruit__wrap__item__panel .panel .more-btn__wrap {
    padding-block: 2.8rem;
  }
  .recruit__wrap__item__panel .panel .more-btn__wrap::after {
    background-size: 0.6rem 1px;
    background-image: linear-gradient(to right, #28303A 0.3rem, transparent 0.3rem);
  }
  .recruit__wrap__item__panel .panel__title {
    font-size: 1.6rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #FEE800;
  }
  .recruit__wrap__item__panel .panel__content {
    margin-top: 1.6rem;
    max-height: 65rem;
  }
  .recruit__wrap__item__panel .panel__content__column {
    gap: 0.4rem;
    padding-block: 1.2rem;
  }
  .recruit__wrap__item__panel .panel__content__column__title {
    font-size: 1.2rem;
    padding: 0.1rem 0.8rem;
    border-radius: 7rem;
    min-width: 5rem;
  }
  .recruit__wrap__item__panel .panel__content__column__text {
    font-size: 1.2rem;
    min-width: 10.8rem;
  }
  .recruit__wrap__item__panel .panel__content__cta {
    margin-block: 1.2rem;
  }
  .recruit__wrap__item__panel .panel__content__cta__text {
    font-size: 1.2rem;
  }
  .recruit__wrap__item__panel .panel__content__cta__link {
    width: 100%;
    border: 1px solid #7CC0AD;
    border-radius: 1rem;
  }
  .recruit__wrap__item__panel .panel__content__cta__link__inner {
    font-size: 2.2rem;
    padding: 0.6rem 1.6rem 0.8rem;
  }
}
@media screen and (width > 767px) {
  .recruit {
    padding: 4.8rem 14rem 10rem;
  }
  .recruit::before, .recruit::after {
    height: 93rem;
    left: 0;
    top: calc(50% - 46rem);
    -webkit-clip-path: polygon(0 0, 100% 8rem, 100% 100%, 0 calc(100% - 8rem));
            clip-path: polygon(0 0, 100% 8rem, 100% 100%, 0 calc(100% - 8rem));
  }
  .recruit__title {
    font-size: 5.6rem;
    width: 83rem;
    padding-inline: 3rem;
  }
  .recruit__title::before, .recruit__title::after {
    -webkit-clip-path: polygon(3.4rem 0, 100% 0, calc(100% - 3.4rem) 100%, 0 100%);
            clip-path: polygon(3.4rem 0, 100% 0, calc(100% - 3.4rem) 100%, 0 100%);
  }
  .recruit__title::before {
    left: -1rem;
    bottom: -1.2rem;
  }
  .recruit__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
  .recruit__wrap__item__button {
    font-size: 2.2rem;
    padding: 1.6rem 5rem 1.6rem 1.6rem;
    border-radius: 0.8rem;
  }
  .recruit__wrap__item__button__star {
    width: 5.4rem;
    height: 5.4rem;
    padding: 1.2rem;
  }
  .recruit__wrap__item__panel {
    margin-top: 2rem;
    border-radius: 2rem;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .recruit__wrap__item__panel__inner {
    padding: 3.2rem;
  }
  .recruit__wrap__item__panel .panel .more-btn {
    padding-inline: 3rem;
  }
  .recruit__wrap__item__panel .panel .more-btn__wrap {
    padding-block: 3.2rem;
  }
  .recruit__wrap__item__panel .panel .more-btn__wrap::after {
    background-size: 1.2rem 1px;
    background-image: linear-gradient(to right, #28303A 0.6rem, transparent 0.6rem);
  }
  .recruit__wrap__item__panel .panel__title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #FEE800;
  }
  .recruit__wrap__item__panel .panel__content {
    margin-top: 1rem;
    max-height: 75rem;
  }
  .recruit__wrap__item__panel .panel__content__column {
    gap: 0.8rem;
    padding-block: 2rem;
  }
  .recruit__wrap__item__panel .panel__content__column__title {
    font-size: 1.4rem;
    padding: 0.2rem 1.6rem;
    border-radius: 14rem;
    min-width: 9.6rem;
  }
  .recruit__wrap__item__panel .panel__content__column__text {
    font-size: 1.6rem;
    min-width: 22rem;
  }
  .recruit__wrap__item__panel .panel__content__cta {
    margin-block: 2.4rem 0.6rem;
  }
  .recruit__wrap__item__panel .panel__content__cta__text {
    font-size: 1.4rem;
  }
  .recruit__wrap__item__panel .panel__content__cta__link {
    width: 41.6rem;
    margin-inline: auto;
    border: 2px solid #7CC0AD;
    border-radius: 2rem;
  }
  .recruit__wrap__item__panel .panel__content__cta__link__inner {
    font-size: 3.2rem;
    padding: 1rem 3rem 1.2rem;
  }
}
.contact {
  position: relative;
  z-index: 30;
}
.contact__title {
  font-style: italic;
  color: #FEE800;
  position: relative;
  z-index: 10;
  rotate: -1deg;
}
.contact__title::before, .contact__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact__title::before {
  background-color: #FEE800;
  rotate: 1deg;
}
.contact__title::after {
  top: 0;
  left: 0;
  background-color: #0A3AB4;
}
.contact .form__wrap:not(:first-of-type) {
  margin-top: 3.2rem;
}
.contact .form__wrap__title {
  color: #39C;
  padding: 0.6rem 0 0.6rem 2.6rem;
  border-left: 0.6rem solid #39C;
}
.contact .form__wrap__content {
  display: grid;
}
.contact .form__wrap__content:not(:nth-child(2)) {
  margin-top: 0.4rem;
}
.contact .form__wrap__content__label {
  border: 1px solid #CCC;
  background-color: #f0f0f0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
.contact .form__wrap__content__label__tag {
  font-size: 1.2rem;
  padding: 0.2rem 1rem;
  border: 1px solid #CCC;
  border-radius: 14rem;
  background-color: #CCC;
}
.contact .form__wrap__content__label__tag.red {
  color: #FFF;
  background-color: #F30818;
}
.contact .form__wrap__content input[type=text], .contact .form__wrap__content input[type=email] {
  border: 1px solid #CCC;
  background-color: #F7F7F7;
}
.contact .form__wrap__content input::-moz-placeholder {
  color: #28303A;
  opacity: 0.4;
}
.contact .form__wrap__content input::placeholder {
  color: #28303A;
  opacity: 0.4;
}
.contact .form__wrap__content textarea {
  border: 1px solid #CCC;
  background-color: #F7F7F7;
}
.contact .form__wrap__content textarea::-moz-placeholder {
  color: #28303A;
  opacity: 0.4;
}
.contact .form__wrap__content textarea::placeholder {
  color: #28303A;
  opacity: 0.4;
}
.contact .form__wrap__content__radioList {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #ccc;
  background-color: #F7F7F7;
}
.contact .form__wrap__content__radioList__item {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.contact .form__wrap__content__radioList__item input {
  margin-top: 0;
}
.contact .form__wrap__column {
  display: grid;
}
.contact .form__wrap__column:not(:first-of-type) {
  margin-top: 0.4rem;
}
.contact .form__wrap__column .form__wrap__content {
  margin-top: 0;
}
.contact .form__wrap__text a {
  color: #0A3AB4;
  text-decoration: underline;
}
.contact .form__wrap__text a:hover {
  text-decoration: none;
  color: #CCC;
}
.contact .form__submit {
  background-color: #0A3AB4;
}
.contact .form__submit__text {
  line-height: 0.6;
  color: #f5f5f5;
}
.contact .form__submit__button {
  padding: 0.6rem;
  background: linear-gradient(180deg, #08DD48 0%, #17B842 51.44%, #1D9D11 100%);
  box-shadow: 0 0.6rem #194816;
  cursor: pointer;
}
.contact .form__submit__button__inner {
  color: #FFF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #FFF;
  border-radius: 1rem;
}
.contact .form__submit__button__inner__arrow {
  width: 1.4rem;
  height: 2.6rem;
}
.contact .form__submit__button:hover {
  translate: 0 0.6rem;
  box-shadow: none;
}

@media screen and (width <= 767px) {
  .contact {
    padding-inline: 2.2rem;
    margin-bottom: 1.2rem;
  }
  .contact__title {
    font-size: 2.8rem;
    width: 31.8rem;
    padding: 0.6rem 3rem 1rem;
    text-align: center;
  }
  .contact__title::before, .contact__title::after {
    -webkit-clip-path: polygon(2.5rem 0, 100% 0, calc(100% - 2.5rem) 100%, 0 100%);
            clip-path: polygon(2.5rem 0, 100% 0, calc(100% - 2.5rem) 100%, 0 100%);
  }
  .contact__title::before {
    width: calc(100% + 1rem);
    left: 0;
    bottom: -0.8rem;
  }
  .contact__text {
    font-size: 1.8rem;
    padding-inline: 2.4rem;
    margin-top: 2.8rem;
  }
  .contact .form {
    margin-top: 2.4rem;
  }
  .contact .form__wrap:not(:first-of-type) {
    margin-top: 3.2rem;
  }
  .contact .form__wrap__title {
    font-size: 1.8rem;
  }
  .contact .form__wrap__content {
    grid-template-columns: 1fr;
    margin-top: 1.2rem;
  }
  .contact .form__wrap__content__label {
    font-size: 1.4rem;
    padding: 1.4rem;
  }
  .contact .form__wrap__content input[type=text], .contact .form__wrap__content input[type=email] {
    font-size: 1.4rem;
    padding: 1.4rem;
    border-top: none;
  }
  .contact .form__wrap__content textarea {
    font-size: 1.4rem;
    padding: 1.4rem;
    border-top: none;
    min-height: 6.4rem;
  }
  .contact .form__wrap__content__radioList {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    padding: 1.4rem;
    border-top: none;
  }
  .contact .form__wrap__content__radioList__item {
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .contact .form__wrap__content__radioList__item input {
    margin-top: 0;
  }
  .contact .form__wrap__column {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    margin-top: 1.2rem;
  }
  .contact .form__wrap__text {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
  .contact .form__submit {
    padding: 3.2rem 2.2rem 2.8rem;
  }
  .contact .form__submit__text {
    font-size: 2.8rem;
    text-align: center;
  }
  .contact .form__submit__text small {
    font-size: 1.2rem;
  }
  .contact .form__submit__button {
    display: block;
    width: 100%;
    border: 1px solid #7CC0AD;
    border-radius: 1rem;
    margin-top: 2.4rem;
  }
  .contact .form__submit__button__inner {
    font-size: 2.2rem;
    padding: 0.6rem 1.6rem 0.8rem;
  }
}
@media screen and (width > 767px) {
  .contact {
    padding-inline: 30rem;
    margin-bottom: 6.6rem;
  }
  .contact__title {
    font-size: 5.6rem;
    width: 83rem;
    padding-inline: 3rem;
  }
  .contact__title::before, .contact__title::after {
    -webkit-clip-path: polygon(3.4rem 0, 100% 0, calc(100% - 3.4rem) 100%, 0 100%);
            clip-path: polygon(3.4rem 0, 100% 0, calc(100% - 3.4rem) 100%, 0 100%);
  }
  .contact__title::before {
    left: -1rem;
    bottom: -1.2rem;
  }
  .contact__text {
    font-size: 2.4rem;
    margin-top: 3.4rem;
  }
  .contact .form {
    margin-top: 6.4rem;
  }
  .contact .form__wrap:not(:first-of-type) {
    margin-top: 3.2rem;
  }
  .contact .form__wrap__title {
    font-size: 2.4rem;
  }
  .contact .form__wrap__content {
    grid-template-columns: minmax(0, 24rem) minmax(0, 1fr);
    margin-top: 1.6rem;
  }
  .contact .form__wrap__content__label {
    font-size: 1.8rem;
    padding: 1.2rem 0 1.2rem 2rem;
  }
  .contact .form__wrap__content input[type=text], .contact .form__wrap__content input[type=email] {
    font-size: 1.6rem;
    padding: 1.2rem 3rem;
    border-left: none;
  }
  .contact .form__wrap__content textarea {
    font-size: 1.6rem;
    padding: 1.2rem 3rem;
    border-left: none;
    min-height: 23rem;
  }
  .contact .form__wrap__content__radioList {
    align-items: center;
    gap: 1.6rem;
    padding-inline: 3rem;
    border-left: none;
  }
  .contact .form__wrap__content__radioList__item {
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .contact .form__wrap__content__radioList__item input {
    margin-top: 0;
  }
  .contact .form__wrap__column {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
    margin-top: 1.6rem;
    min-width: 0;
  }
  .contact .form__wrap__text {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
  .contact .form__submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem 4rem;
    margin-top: 1.6rem;
  }
  .contact .form__submit__text {
    font-size: 4.8rem;
  }
  .contact .form__submit__text small {
    font-size: 2rem;
  }
  .contact .form__submit__button {
    width: 41.6rem;
    border: 2px solid #7CC0AD;
    border-radius: 2rem;
  }
  .contact .form__submit__button__inner {
    font-size: 3.2rem;
    padding: 1rem 3rem 1.2rem;
  }
}
.footer {
  background-color: #F5F5F5;
}
.footer__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.footer__wrap__bg {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: -1;
}
.footer__wrap__content {
  background-color: #FFF;
}
.footer__wrap__content__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__wrap__content__title__text {
  position: relative;
}
.footer__wrap__content__title__text__scratch {
  position: absolute;
  top: 0;
  left: 0;
  translate: -45% -45%;
}
.footer__wrap__content__title__logo {
  height: auto;
}
.footer__wrap__content__table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer__wrap__content__table__column {
  border-bottom: 1px solid #CCC;
}
.footer__wrap__content__table__column.fr-2 {
  grid-column: span 2;
}
.footer__wrap__content__table__column__title {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #CCC;
  background-color: #F0F0F0;
}
.footer__wrap__text {
  height: auto;
}
.footer__copy {
  font-size: 1.6rem;
  color: white;
  text-align: center;
  padding-block: 1.8rem;
  background-color: #0A3AB4;
}

@media screen and (width <= 767px) {
  .footer__wrap {
    flex-direction: column-reverse;
    gap: 1.4rem;
    padding-bottom: 2.4rem;
  }
  .footer__wrap__bg {
    top: 1.2rem;
  }
  .footer__wrap__content {
    padding: 1.6rem 1rem;
    margin-inline: 2rem;
    border-radius: 1.2rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  }
  .footer__wrap__content__title__text {
    font-size: 1.6rem;
    padding: 0.6rem 1.6rem;
    border-bottom: 2px solid #FEE800;
  }
  .footer__wrap__content__title__text__scratch {
    width: 11.65rem;
    height: 8.7rem;
  }
  .footer__wrap__content__title__logo {
    width: 21.4rem;
  }
  .footer__wrap__content__table {
    margin-top: 0.8rem;
    gap: 1.2rem 0.6rem;
  }
  .footer__wrap__content__table__column {
    padding: 0 0.2rem 0.6rem;
  }
  .footer__wrap__content__table__column__title {
    font-size: 1.2rem;
    min-width: 5.2rem;
    padding: 0.1rem 1.8rem;
    border-radius: 7.6rem;
  }
  .footer__wrap__content__table__column__text {
    font-size: 1.2rem;
    margin-top: 0.6rem;
  }
  .footer__wrap__text {
    width: 37rem;
  }
  .footer__copy {
    font-size: 1.6rem;
    color: white;
    text-align: center;
    padding-block: 1.8rem;
    background-color: #0A3AB4;
  }
}
@media screen and (width > 767px) {
  .footer__wrap {
    gap: 3.2rem;
    padding-bottom: 6.2rem;
  }
  .footer__wrap__bg {
    bottom: 0;
  }
  .footer__wrap__content {
    width: 64rem;
    padding: 3.2rem;
    border-radius: 2rem;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .footer__wrap__content__title__text {
    font-size: 2.4rem;
    padding: 1rem 3rem;
    border-bottom: 3px solid #FEE800;
  }
  .footer__wrap__content__title__text__scratch {
    width: 20rem;
    height: 15rem;
  }
  .footer__wrap__content__title__logo {
    width: 39rem;
  }
  .footer__wrap__content__table {
    margin-top: 1rem;
    gap: 1.2rem 1.6rem;
  }
  .footer__wrap__content__table__column {
    padding: 0.8rem 0.4rem 1.2rem;
  }
  .footer__wrap__content__table__column__title {
    font-size: 1.4rem;
    min-width: 9.6rem;
    padding: 0.2rem 1.6rem;
    border-radius: 14rem;
  }
  .footer__wrap__content__table__column__text {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
  .footer__wrap__text {
    width: 79rem;
  }
  .footer__copy {
    font-size: 1.6rem;
    color: white;
    text-align: center;
    padding-block: 1.8rem;
    background-color: #0A3AB4;
  }
}
@media screen and (width <= 767px) {
  .menu-toggle {
    width: 3.2rem;
    height: 2.2rem;
    position: relative;
    border: none;
    background-size: 100% 2px;
    background-image: linear-gradient(to bottom, #0A3AB4);
    background-repeat: repeat-x;
    background-position: left 50%;
    background-color: transparent;
  }
  .menu-toggle::before, .menu-toggle::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0A3AB4;
    transition: all 0.3s ease-in-out;
  }
  .menu-toggle::before {
    top: 0;
    left: 0;
  }
  .menu-toggle::after {
    bottom: 0;
    left: 0;
  }
  .menu-toggle.is-active {
    background-image: linear-gradient(to bottom, transparent);
  }
  .menu-toggle.is-active::before {
    top: calc(50% - 1px);
    left: calc(50% - 1.5rem);
    rotate: 45deg;
  }
  .menu-toggle.is-active::after {
    bottom: calc(50% - 1px);
    left: calc(50% - 1.5rem);
    rotate: -45deg;
  }
  .nav-drawer {
    position: fixed;
    top: 0;
    left: 0;
    translate: 100% 0;
    z-index: 100;
    width: 100%;
    height: 100lvh;
    padding: 8rem 3rem 10rem;
    transition: all 0.3s ease-in-out;
    background-color: #39C;
  }
  .nav-drawer.is-active {
    translate: 0 0;
  }
  .nav-drawer__list li:not(:first-child) {
    margin-top: 3rem;
  }
  .nav-drawer__list__item {
    font-size: 1.8rem;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    color: white;
    padding: 0.4rem 2rem 1.2rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
  }
  .nav-drawer__list__item__arrow {
    width: 1.4rem;
    height: 2.6rem;
  }
  .nav-drawer__cta {
    padding: 3.2rem 2.2rem 2.8rem;
    margin-top: 4rem;
    background-color: #0A3AB4;
  }
  .nav-drawer__cta__text {
    font-size: 2.8rem;
    text-align: center;
    line-height: 0.6;
    color: #f5f5f5;
  }
  .nav-drawer__cta__text small {
    font-size: 1.2rem;
  }
  .nav-drawer__cta__link {
    display: block;
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #7CC0AD;
    border-radius: 1rem;
    margin-top: 2.4rem;
    background: linear-gradient(180deg, #08DD48 0%, #17B842 51.44%, #1D9D11 100%);
    box-shadow: 0 0.6rem #194816;
  }
  .nav-drawer__cta__link__inner {
    font-size: 2.2rem;
    color: #FFF;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 1.6rem 0.8rem;
    border: 1px solid #FFF;
    border-radius: 1rem;
  }
  .nav-drawer__cta__link__inner__arrow {
    width: 1.4rem;
    height: 2.6rem;
  }
}