@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
.theme-recruit3 {
  background: #FFFFFF;
  color: #4A4A4A;
  font-family: 'Noto Sans JP', sans-serif;
}

[data-structure="b-recruit3-header"] + .block [class*="--has_angle--top"]:before,
[data-structure^="b-header"] + .block [class*="--has_angle--top"]:before {
  z-index: -1;
}

.p-recruit3-main {
  background-image: url("../../s3bucket/images/templates/recruit3/bg_main.jpg");
  position: relative;
  z-index: 0;
}

.p-recruit3-main__heading {
  color: #fff;
}

.p-recruit3-main__text {
  color: #fff;
}

.p-recruit3-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 56, 113, 0.44);
}

.p-recruit3-mission__underlined-title {
  color: #fff;
  display: inline-block;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  padding: 0 10px 0 3px;
}

.p-recruit3-mission__underlined-title [data-structure="e-text"] {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.p-recruit3-mission__heading {
  color: #fff;
}

.p-recruit3-mission__text {
  color: #fff;
}

.p-recruit3-about__underlined-title {
  display: inline-block;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  padding: 0 10px 0 3px;
}

.p-recruit3-about__underlined-title [data-structure="e-text"] {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.p-recruit3-about__img {
  position: relative;
  text-align: center;
}

.p-recruit3-about__img__bg-line {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  -webkit-transform: matrix(1, -0.1, 0, 1.5, 0, 0);
      -ms-transform: matrix(1, -0.1, 0, 1.5, 0, 0);
          transform: matrix(1, -0.1, 0, 1.5, 0, 0);
}

.p-recruit3-about__img__img-wrap {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.p-recruit3-about__img__img-wrap [data-structure="e-img"] {
  position: relative;
  z-index: 1;
}

.p-recruit3-culture-heading__underlined-title {
  display: inline-block;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  padding: 0 10px 0 3px;
}

.p-recruit3-culture-heading__underlined-title [data-structure="e-text"] {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.p-recruit3-culture-support__top {
  background-color: #B754E6;
  width: 80%;
  max-width: 900px;
  padding-bottom: 100px;
}

.p-recruit3-culture-support__top__heading {
  color: #fff;
  padding: 32px 32px 32px 32px;
  padding: 2rem 2rem 2rem 2rem;
}

.p-recruit3-culture-support__top__set {
  position: relative;
  padding: 0 32px 32px 32px;
  padding: 0 2rem 2rem 2rem;
}

.p-recruit3-culture-support__top__set__text {
  color: #fff;
}

.p-recruit3-culture-support__img {
  position: relative;
  top: -100px;
  text-align: right;
  margin-bottom: -80px;
  max-width: 1000px;
}

.p-recruit3-culture-support__img__img-wrap {
  width: 90%;
  max-width: 600px;
  margin: 0 0 0 auto;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .p-recruit3-culture-support__top {
    margin: 0 auto;
  }
  .p-recruit3-culture-support__img {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-recruit3-culture-understanding__top {
  background-color: #00CE90;
  width: 80%;
  max-width: 900px;
  margin: 0 0 0 auto;
  padding-bottom: 100px;
}

.p-recruit3-culture-understanding__top__heading {
  color: #fff;
  padding: 32px 32px 32px 32px;
  padding: 2rem 2rem 2rem 2rem;
}

.p-recruit3-culture-understanding__top__set {
  position: relative;
  padding: 0 32px 32px 32px;
  padding: 0 2rem 2rem 2rem;
}

.p-recruit3-culture-understanding__top__set__text {
  color: #fff;
}

.p-recruit3-culture-understanding__img {
  position: relative;
  top: -100px;
  text-align: left;
  margin-bottom: -80px;
  max-width: 1000px;
}

.p-recruit3-culture-understanding__img__img-wrap {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 0 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-recruit3-culture-understanding__top {
    margin: 0 auto;
  }
  .p-recruit3-culture-understanding__img {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-recruit3-culture-welfare__heading__inner {
  color: #fff;
  width: 70%;
  padding: 8px 0 8px 32px;
  padding: 0.5rem 0 0.5rem 2rem;
}

@media screen and (min-width: 768px) {
  .p-recruit3-culture-welfare__heading {
    max-width: 980px;
    margin: 0 auto;
  }
}

.p-recruit3-culture__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.p-recruit3-culture__card__heading {
  color: #fff;
  padding: 0 32px 0 0;
  padding: 0 2rem 0 0;
}

.p-recruit3-culture__card__content__title {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.p-recruit3-culture-support .p-recruit3-culture__card__heading {
  color: #B754E5;
}

.p-recruit3-culture-understanding .p-recruit3-culture__card__heading {
  color: #00CE90;
}

.p-recruit3-atmosphere__top {
  min-width: 100%;
  min-height: 300px;
  width: 100%;
  height: 300px;
}

.p-recruit3-atmosphere__top__bg-img {
  background-image: url("../../s3bucket/images/templates/recruit3/im_atmosphere1.jpg");
  width: 100%;
  height: 100%;
  position: relative;
}

.p-recruit3-atmosphere__top__bg-img:before {
  content: '';
  display: inline-block;
  width: 85%;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
  z-index: 10;
  bottom: -5px;
}

.p-recruit3-atmosphere__top__bg-img:after {
  content: '';
  display: inline-block;
  width: 40%;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
  z-index: 10;
  bottom: -5px;
}

.p-recruit3-atmosphere__middle {
  width: 80%;
  max-width: 768px;
  margin: 100px auto;
}

.p-recruit3-atmosphere__bottom {
  min-width: 100%;
  min-height: 300px;
  width: 100%;
  height: 300px;
}

.p-recruit3-atmosphere__bottom__bg-img {
  background-image: url("../../s3bucket/images/templates/recruit3/im_atmosphere2.jpg");
  width: 100%;
  height: 100%;
  position: relative;
}

.p-recruit3-atmosphere__bottom__bg-img:before {
  content: '';
  display: inline-block;
  width: 60%;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
  z-index: 10;
  top: 0;
}

.p-recruit3-atmosphere__bottom__bg-img:after {
  content: '';
  display: inline-block;
  width: 85%;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
  z-index: 10;
  top: -5px;
}

@media screen and (min-width: 768px) {
  .p-recruit3-atmosphere__top {
    height: 500px;
  }
  .p-recruit3-atmosphere__bottom {
    height: 500px;
  }
}

@media screen and (min-width: 480px) and (max-width: 620px) {
  .p-recruit3-atmosphere__top__bg-img:before {
    -webkit-transform: rotate(-4.5deg);
        -ms-transform: rotate(-4.5deg);
            transform: rotate(-4.5deg);
  }
  .p-recruit3-atmosphere__top__bg-img:after {
    -webkit-transform: rotate(-4.5deg);
        -ms-transform: rotate(-4.5deg);
            transform: rotate(-4.5deg);
  }
  .p-recruit3-atmosphere__bottom__bg-img:before {
    -webkit-transform: rotate(-4.5deg);
        -ms-transform: rotate(-4.5deg);
            transform: rotate(-4.5deg);
  }
  .p-recruit3-atmosphere__bottom__bg-img:after {
    -webkit-transform: rotate(-4.5deg);
        -ms-transform: rotate(-4.5deg);
            transform: rotate(-4.5deg);
  }
}

@media screen and (min-width: 621px) and (max-width: 768px) {
  .p-recruit3-atmosphere__top__bg-img:before {
    -webkit-transform: rotate(-3.7deg);
        -ms-transform: rotate(-3.7deg);
            transform: rotate(-3.7deg);
  }
  .p-recruit3-atmosphere__top__bg-img:after {
    -webkit-transform: rotate(-3.7deg);
        -ms-transform: rotate(-3.7deg);
            transform: rotate(-3.7deg);
  }
  .p-recruit3-atmosphere__bottom__bg-img:before {
    -webkit-transform: rotate(-3.7deg);
        -ms-transform: rotate(-3.7deg);
            transform: rotate(-3.7deg);
  }
  .p-recruit3-atmosphere__bottom__bg-img:after {
    -webkit-transform: rotate(-3.7deg);
        -ms-transform: rotate(-3.7deg);
            transform: rotate(-3.7deg);
  }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .p-recruit3-atmosphere__top__bg-img:before {
    -webkit-transform: rotate(-3.1deg);
        -ms-transform: rotate(-3.1deg);
            transform: rotate(-3.1deg);
  }
  .p-recruit3-atmosphere__top__bg-img:after {
    -webkit-transform: rotate(-3.1deg);
        -ms-transform: rotate(-3.1deg);
            transform: rotate(-3.1deg);
  }
  .p-recruit3-atmosphere__bottom__bg-img:before {
    -webkit-transform: rotate(-3.1deg);
        -ms-transform: rotate(-3.1deg);
            transform: rotate(-3.1deg);
  }
  .p-recruit3-atmosphere__bottom__bg-img:after {
    -webkit-transform: rotate(-3.1deg);
        -ms-transform: rotate(-3.1deg);
            transform: rotate(-3.1deg);
  }
}

@media screen and (min-width: 901px) and (max-width: 1020px) {
  .p-recruit3-atmosphere__top__bg-img:before {
    -webkit-transform: rotate(-2.8deg);
        -ms-transform: rotate(-2.8deg);
            transform: rotate(-2.8deg);
  }
  .p-recruit3-atmosphere__top__bg-img:after {
    -webkit-transform: rotate(-2.8deg);
        -ms-transform: rotate(-2.8deg);
            transform: rotate(-2.8deg);
  }
  .p-recruit3-atmosphere__bottom__bg-img:before {
    -webkit-transform: rotate(-2.8deg);
        -ms-transform: rotate(-2.8deg);
            transform: rotate(-2.8deg);
  }
  .p-recruit3-atmosphere__bottom__bg-img:after {
    -webkit-transform: rotate(-2.8deg);
        -ms-transform: rotate(-2.8deg);
            transform: rotate(-2.8deg);
  }
}

@media screen and (min-width: 1021px) and (max-width: 1500px) {
  .p-recruit3-atmosphere__top__bg-img:before {
    -webkit-transform: rotate(-1.9deg);
        -ms-transform: rotate(-1.9deg);
            transform: rotate(-1.9deg);
  }
  .p-recruit3-atmosphere__top__bg-img:after {
    -webkit-transform: rotate(-1.9deg);
        -ms-transform: rotate(-1.9deg);
            transform: rotate(-1.9deg);
  }
  .p-recruit3-atmosphere__bottom__bg-img:before {
    -webkit-transform: rotate(-1.9deg);
        -ms-transform: rotate(-1.9deg);
            transform: rotate(-1.9deg);
  }
  .p-recruit3-atmosphere__bottom__bg-img:after {
    -webkit-transform: rotate(-1.9deg);
        -ms-transform: rotate(-1.9deg);
            transform: rotate(-1.9deg);
  }
}

@media screen and (min-width: 1501px) {
  .p-recruit3-atmosphere__top__bg-img:before {
    -webkit-transform: rotate(-1.5deg);
        -ms-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  .p-recruit3-atmosphere__top__bg-img:after {
    -webkit-transform: rotate(-1.5deg);
        -ms-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  .p-recruit3-atmosphere__bottom__bg-img:before {
    -webkit-transform: rotate(-1.5deg);
        -ms-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  .p-recruit3-atmosphere__bottom__bg-img:after {
    -webkit-transform: rotate(-1.5deg);
        -ms-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
}

.p-recruit3-interview__underlined-title {
  display: inline-block;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  padding: 0 10px 0 3px;
}

.p-recruit3-interview__underlined-title [data-structure="e-text"] {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.p-recruit3-interview__card {
  margin: 30px auto;
  position: relative;
}

.p-recruit3-interview__card__bg-img {
  background-image: url("../../s3bucket/images/templates/recruit3/im_interview1.jpg");
  width: 100%;
  height: 300px;
}

.p-recruit3-interview__card__label {
  color: #fff;
  position: absolute;
  top: 30px;
  right: -30px;
  width: 190px;
  padding: 10px;
}

.p-recruit3-interview__card__label__position:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.p-recruit3-interview__card__serif {
  background-color: #fff;
  position: relative;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .p-recruit3-interview__card__bg-img {
    height: 500px;
  }
  .p-recruit3-interview__card__label {
    width: 250px;
  }
}

.p-recruit3-job-list__underlined-title {
  display: inline-block;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  padding: 0 10px 0 3px;
}

.p-recruit3-job-list__underlined-title [data-structure="e-text"] {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.p-recruit3-career-plan__underlined-title {
  display: inline-block;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  padding: 0 10px 0 3px;
}

.p-recruit3-career-plan__underlined-title [data-structure="e-text"] {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.p-recruit3-career-plan__img {
  text-align: center;
}

.p-recruit3-job-description__underlined-title {
  display: inline-block;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  padding: 0 10px 0 3px;
}

.p-recruit3-job-description__underlined-title [data-structure="e-text"] {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.p-recruit3-job-description__table__row__header {
  padding: 8px;
  padding: 0.5rem;
}

.p-recruit3-form {
  color: #fff;
}

.p-recruit3-form__underlined-title {
  color: #fff;
  display: inline-block;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  padding: 0 10px 0 3px;
}

.p-recruit3-form__underlined-title [data-structure="e-text"] {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.p-recruit3-form .c-form input[type="text"],
.p-recruit3-form .c-form input[type="email"],
.p-recruit3-form .c-form textarea,
.p-recruit3-form .c-form select {
  border: none;
  border-radius: 5px;
}

.p-recruit3-form .c-btn .btn-customform-submit {
  width: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-recruit3-form .c-btn .btn-customform-submit:hover {
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-recruit3-form__btn {
  margin-top: 40px;
}

.p-recruit3-footer__logo {
  width: 200px;
  margin: 0 auto;
}

.p-recruit3-footer__logo [data-structure="e-img"] {
  max-width: 100%;
}

.p-recruit3-footer__access {
  color: #7A7A7A;
}

.theme-base {
  background-color: #FFF;
}

.theme-base .c-bg-grad {
  background-image: -webkit-linear-gradient(right, rgba(4, 202, 211, 0.9), rgba(4, 30, 211, 0.9));
  background-image: linear-gradient(to left, rgba(4, 202, 211, 0.9), rgba(4, 30, 211, 0.9));
}

.theme-base .c-bg-color {
  background-color: #fff;
}

.theme-base .c-border {
  border-color: #046CE7;
}

.theme-base .c-btn a,
.theme-base .c-btn input,
.theme-base .c-btn button {
  background-color: #046CE7;
}

.theme-base .c-btn--secondary a,
.theme-base .c-btn--secondary input,
.theme-base .c-btn--secondary button {
  background-color: #E8F2FF;
  color: #fff;
}

.theme-base .c-btn--invert a,
.theme-base .c-btn--invert input,
.theme-base .c-btn--invert button {
  color: #046CE7;
  background-color: #fff;
}

.theme-base .c-btn--ghost a,
.theme-base .c-btn--ghost input,
.theme-base .c-btn--ghost button {
  background: none;
  border-color: #046CE7;
  color: #046CE7;
}

.theme-base .c-btn--ghost.c-btn--secondary a,
.theme-base .c-btn--ghost.c-btn--secondary input,
.theme-base .c-btn--ghost.c-btn--secondary button {
  background: none;
  border-color: #E8F2FF;
  color: #E8F2FF;
}

.theme-base .c-btn--ghost-white a,
.theme-base .c-btn--ghost-white input,
.theme-base .c-btn--ghost-white button {
  background: none;
}

.theme-base .c-form input[type="text"]:focus,
.theme-base .c-form input[type="email"]:focus,
.theme-base .c-form textarea:focus,
.theme-base .c-form select:focus {
  border-color: #046CE7;
  box-shadow: 0 0 6px 0 #87bdfd;
}

.theme-base .c-heading--bdr-btm, .theme-base .c-heading--bdr-thin-btm {
  border-bottom-color: #046CE7;
}

.theme-base .c-hr-dashed,
.theme-base .c-hr-dotted,
.theme-base .c-hr-double,
.theme-base .c-hr-solid {
  border-color: #046CE7;
}

.theme-base .c-hr-origin {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(4, 108, 231, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M37.4%2C18.4c-0.8%2C0.4-1.5%2C0.9-2.3%2C1.4c-0.5%2C0.3-1.1%2C0.8-1.6%2C0.8c-0.8%2C0.1-1.6%2C0.8-2.4%2C0.3%0A%09c-0.6-0.3-1.2-0.2-1.7-0.2c-0.9%2C0-1.8-0.2-2.7-0.2c-0.8%2C0-1.6%2C0.2-2.4%2C0.2c-0.7%2C0-1.3%2C0-2-0.1c-0.6%2C0-1.3%2C0-1.9-0.2%0A%09c-1-0.4-1.9-1.3-2.9-2c-0.3-0.3-0.7-0.6-1.1-0.5c-0.6%2C0.1-1.1-0.3-1.7%2C0c-0.6%2C0.3-1.2%2C0.3-1.9%2C0.5c-0.6%2C0.2-1.2%2C0.7-1.8%2C0.9%0A%09c-0.7%2C0.2-1.3%2C0.4-1.9%2C0.9c-0.1%2C0.1-0.3%2C0.3-0.4%2C0.3c-0.4%2C0-0.7-0.2-1.1%2C0c-0.9%2C0.5-1.8%2C0.2-2.6%2C0.3c-0.3%2C0-0.6-0.3-1-0.5%0A%09c-1-0.6-2-1.2-3-1.8c-0.4-0.2-0.7-0.4-1.1-0.4v1.4c0.7%2C0.1%2C1.5%2C0.5%2C2.1%2C1.2c0.2%2C0.2%2C0.4%2C0.2%2C0.6%2C0.3c0.6%2C0.3%2C1.2%2C0.5%2C1.7%2C0.8%0A%09C4.7%2C22%2C4.8%2C22.1%2C5%2C22.1c0.6%2C0%2C1.1-0.1%2C1.7-0.1c0.6%2C0.1%2C1.2-0.1%2C1.8-0.5c0.1%2C0%2C0.1%2C0%2C0.2-0.1c0.6-0.2%2C1.2-0.4%2C1.8-0.6%0A%09c0.4-0.1%2C0.8-0.3%2C1.2-0.4c0.2-0.1%2C0.5-0.2%2C0.7-0.3c0%2C0%2C0.1-0.1%2C0.1-0.2c0.1-0.1%2C0.2-0.4%2C0.3-0.4c0.8-0.2%2C1.7-0.3%2C2.5-0.4%0A%09c0.3%2C0%2C0.5%2C0%2C0.8%2C0c0.5%2C0.2%2C1.1%2C0.3%2C1.6%2C0.7c0.8%2C0.6%2C1.6%2C1.3%2C2.5%2C1.5c0.7%2C0.2%2C1.5%2C0.4%2C2.2%2C0.4c0.7%2C0%2C1.4%2C0%2C2%2C0c0.5%2C0%2C1.1-0.2%2C1.6%2C0%0A%09c0.5%2C0.2%2C1-0.3%2C1.6-0.1c0.6%2C0.3%2C1.2%2C0%2C1.8%2C0c0.6%2C0%2C1.3%2C0.1%2C1.9%2C0.2c0.5%2C0%2C1%2C0.1%2C1.5%2C0c0.7-0.2%2C1.4-0.5%2C2.2-0.9%0A%09c0.8-0.4%2C1.6-1%2C2.4-1.4c0.8-0.4%2C2.6%2C0%2C2.6%2C0v-1.4c-0.5%2C0-0.8-0.2-1.3-0.1C38.3%2C18.2%2C37.8%2C18.2%2C37.4%2C18.4z%22/%3E%0A%3C/svg%3E");
}

.theme-base .c-hr-origin--2 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(4, 108, 231, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-265.9%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-265.5%2C417.9-265.8%2C417.8-265.9%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-252.8%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-252.4%2C417.9-252.7%2C417.8-252.8%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-239.8%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-239.3%2C417.9-239.6%2C417.8-239.8%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E");
}

.theme-base .c-hr-origin--3 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(4, 108, 231, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M33.6%2C22c-0.3%2C0.1-1.3-0.1-1.5-0.3c-0.5-0.5-1.1-0.9-1.5-1.5c-0.6-0.8-0.3-1.5%2C0-2c0.4-0.8%2C1.1-1.4%2C1.7-2%0A%09%09c0.7-0.6%2C1.6-0.4%2C2.4-0.4c0.7%2C0.1%2C1%2C0.8%2C1.1%2C1.3c0.2%2C0.6%2C0.3%2C1.5%2C0.2%2C2.1c-0.2%2C0.9-0.3%2C1.9-1.5%2C2.3C34.5%2C21.2%2C33.8%2C21.5%2C33.6%2C22z%22%0A%09%09/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M19.6%2C21.4c-1.2-0.4-1.2-1.5-1.3-2.4c0-0.5%2C0.2-0.9%2C0.9-1.1c0.5-0.2%2C1-0.5%2C1.4-0.9c0.6-0.5%2C0.9-0.5%2C1.7-0.1%0A%09%09c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1c0.7%2C0%2C1.1%2C0.5%2C1.2%2C1.1c0.2%2C1.1%2C0.1%2C2.1-0.8%2C3C22.8%2C21.3%2C20.5%2C21.7%2C19.6%2C21.4z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.3%2C21.9c-0.8%2C0.4-1.9%2C0-2.5-0.7c-0.4-0.5-1-1.2-0.6-2.1c0.3-0.7%2C0.2-1.6%2C1.1-1.9c0.4-0.2%2C0.7-0.5%2C1.2-0.1%0A%09%09c0.1%2C0.1%2C0.4%2C0.1%2C0.6-0.1c0.5-0.5%2C0.9-0.2%2C1.3%2C0.1c1.1%2C0.9%2C1.7%2C2%2C0.9%2C3.5C10%2C21.2%2C8.9%2C21.7%2C8.3%2C21.9z%22/%3E%0A%3C/g%3E%0A%3C/svg%3E");
}

.theme-base .c-hr-origin--4 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(4, 108, 231, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-271.5%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-271.5%2C417.3-271.5%2C417.5-271.5%2C417.7C-271.5%2C417.6-271.5%2C417.6-271.5%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-261.6%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-261.6%2C417.3-261.6%2C417.5-261.6%2C417.7C-261.6%2C417.6-261.6%2C417.6-261.6%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-251.7%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-251.7%2C417.3-251.7%2C417.5-251.7%2C417.7C-251.7%2C417.6-251.7%2C417.6-251.7%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-241.8%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-241.9%2C417.3-241.8%2C417.5-241.8%2C417.7C-241.8%2C417.6-241.8%2C417.6-241.8%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E%0A");
}

.theme-base .c-hr-origin--5 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(4, 108, 231, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M-241.7%2C420.3c-2%2C0.2-4%2C0.7-4.8%2C2.5c-0.4-0.5-0.9-1-1.3-1.5c-0.3-0.4-0.6-0.7-1-1.1c-0.7-0.7-1.3-1.4-2-2.1%0A%09c-0.8-0.8-2-1-3-1.5c-1.4-0.7-2.9-0.9-4.5-0.9c-1.1%2C0-2.2%2C0.2-3.2%2C0.3c-3.2%2C0.1-6.3%2C0.7-9.3%2C1.7c-1.3%2C0.4-2.6%2C0.9-3.6%2C1.9%0A%09c-0.6%2C0.6-1.4%2C1.5-2%2C2c-0.3%2C0.3-0.5%2C0.5-0.7%2C0.5l0%2C2c0.3%2C0%2C0.4-0.2%2C0.6-0.3c0.2-0.1%2C0.3-0.3%2C0.5-0.5c1.3-1.6%2C2.7-3.6%2C4.9-4.4%0A%09c1.4-0.5%2C2.8-1%2C4.3-1.3c1.5-0.3%2C3-0.5%2C4.6-0.7c1.3-0.1%2C2.6-0.2%2C4-0.2c1.7-0.1%2C3.2%2C0.6%2C4.8%2C1c0.7%2C0.1%2C1.4%2C0.8%2C1.9%2C1.3%0A%09c0.7%2C0.6%2C1.1%2C1.4%2C1.8%2C2c1.3%2C1.1%2C1.9%2C2.4%2C2.4%2C3.8c0.2%2C0.6%2C0.5%2C0.5%2C1%2C0.5c0.6-0.1%2C0.8-0.5%2C0.9-1c0.2-0.8%2C0.5-1.6%2C1.4-2.1%0A%09c0.2-0.1%2C0.4-0.3%2C0.7-0.4c0.7-0.2%2C1.5-0.6%2C2.3-0.6c1.8%2C0.2%2C3%2C1.1%2C3.3%2C2.7c0%2C0.1%2C0.1%2C0.2%2C0.3%2C0.3c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0v-2.1%0A%09C-237.7%2C421-239.9%2C420.1-241.7%2C420.3z%22/%3E%0A%3C/svg%3E%0A");
}

.theme-base .c-hr-origin--6 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0Apath%7Bfill%3Argba(4, 108, 231, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20d%3D%22M3.2%2C23.2L3.2%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.2-0.1-0.4-0.4-0.6-0.5%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2C4.3%2C18%2C4%2C18.4%2C3.6%2C18.8c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09s0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C2.9%2C23.7%2C3%2C23.7%2C3.2%2C23.2z%20M1.6%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6c0.4-0.2%2C0.7-0.5%2C1-0.7%0A%09c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3s1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1%0A%09c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6C4.7%2C21%2C4%2C21.7%2C3.1%2C22.5c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4%0A%09C2.4%2C22.5%2C2%2C22.1%2C1.6%2C21.7z%22/%3E%0A%3Cpath%20d%3D%22M17%2C23.2L17%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.1-0.2-0.4-0.4-0.5-0.6%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2c-0.5%2C0.4-0.9%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09c0.2%2C0.2%2C0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C16.6%2C23.7%2C16.7%2C23.7%2C17%2C23.2z%20M15.4%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6%0A%09c0.4-0.2%2C0.7-0.5%2C1-0.7c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3c0.9-0.7%2C1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9%0A%09c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6%0A%09c-0.9%2C0.7-1.6%2C1.5-2.5%2C2.2c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4C16.1%2C22.5%2C15.8%2C22.1%2C15.4%2C21.7z%22/%3E%0A%3Cpath%20d%3D%22M30.8%2C23.2L30.8%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.1-0.2-0.4-0.4-0.5-0.6%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2c-0.5%2C0.4-0.9%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09c0.2%2C0.2%2C0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C30.4%2C23.7%2C30.6%2C23.7%2C30.8%2C23.2z%20M29.2%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6%0A%09c0.4-0.2%2C0.7-0.5%2C1-0.7c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3s1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9c0.1%2C0%2C0.2%2C0%2C0.4%2C0%0A%09c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6c-0.9%2C0.7-1.6%2C1.5-2.5%2C2.2%0A%09c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4C29.9%2C22.5%2C29.6%2C22.1%2C29.2%2C21.7z%22/%3E%0A%3C/svg%3E%0A");
}

.theme-base .c-img-icon {
  background-color: #046CE7;
}

.theme-base .c-symbol {
  background-color: #046CE7;
}

.theme-base .c-thead--color thead th,
.theme-base .c-thead--color thead td {
  background-color: white;
}

.theme-base .c-thead--color-invert thead th,
.theme-base .c-thead--color-invert thead td {
  background-color: #046CE7;
}

.theme-base .p-article-point__header {
  background-color: #046CE7;
}

.theme-base .p-card-voice-bordered {
  border-top-color: #046CE7;
}

.theme-base .p-card-voice-bordered__img img {
  border-color: #046CE7;
}

.theme-base .p-form-simple .c-form-control-label {
  color: #046CE7;
}

.theme-base .p-form-simple input[type="text"]:focus,
.theme-base .p-form-simple input[type="email"]:focus {
  background-color: #e1effe;
  box-shadow: inset 0 -2px 0 0 #046CE7;
}

.theme-base .p-form-simple textarea:focus {
  background-color: #e1effe;
  border-color: #046CE7;
}

.theme-base .p-header--theme-color {
  background-color: #046CE7;
}

.theme-base .p-heading-arrow {
  background-color: #046CE7;
}

.theme-base .p-heading-arrow:before, .theme-base .p-heading-arrow:after {
  background-color: #FFF;
}

.theme-base .p-heading-arrow:before,
.theme-base .p-heading-arrow:after {
  background-color: #FFF;
}

.theme-base .p-heading-arrow--v2 {
  background-color: #046CE7;
}

.theme-base .p-heading-arrow--v2:before {
  border-top-color: #046CE7;
  background-color: transparent;
}

.theme-base .p-heading-ribbon {
  background-image: -webkit-linear-gradient(transparent 8%, #6eaffc 8%, #6eaffc 14%, transparent 14%, transparent 86%, #6eaffc 86%, #6eaffc 92%, transparent 92%), -webkit-linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), -webkit-linear-gradient(45deg, transparent 40%, #b9d9fe 40%, #b9d9fe 60%, transparent 60%), -webkit-linear-gradient(white, white);
  background-image: linear-gradient(transparent 8%, #6eaffc 8%, #6eaffc 14%, transparent 14%, transparent 86%, #6eaffc 86%, #6eaffc 92%, transparent 92%), linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), linear-gradient(45deg, transparent 40%, #b9d9fe 40%, #b9d9fe 60%, transparent 60%), linear-gradient(white, white);
}

.theme-base .p-heading-ribbon:before {
  border-top-color: #b9d9fe;
  border-right-color: #b9d9fe;
  border-bottom-color: #b9d9fe;
}

.theme-base .p-heading-ribbon:after {
  border-left-color: #b9d9fe;
  border-top-color: #b9d9fe;
  border-bottom-color: #b9d9fe;
}

.theme-base .p-heading-ribbon__body:before, .theme-base .p-heading-ribbon__body:after {
  border-color: #2386fb transparent transparent transparent;
}

.theme-base .p-heading-ribbon--flat {
  background: #046CE7;
}

.theme-base .p-heading-ribbon--flat:before {
  border-top-color: #0465d8;
  border-right-color: #0465d8;
  border-bottom-color: #0465d8;
}

.theme-base .p-heading-ribbon--flat:after {
  border-left-color: #0465d8;
  border-top-color: #0465d8;
  border-bottom-color: #0465d8;
}

.theme-base .p-heading-btm-bdr:after {
  border-top-color: #046CE7;
}

.theme-base .p-heading-double-bdr {
  border-color: #046CE7;
}

.theme-base .p-heading-double-bdr--updown:before {
  border-top-color: #046CE7;
  border-bottom-color: #046CE7;
}

.theme-base .p-heading-double-bdr--updown:after {
  border-top-color: #046CE7;
  border-bottom-color: #046CE7;
}

.theme-base .p-heading-put-on-bdr__inner:before, .theme-base .p-heading-put-on-bdr__inner:after {
  background-color: #046CE7;
}

.theme-base .p-heading-balloon {
  background-color: #b9d9fe;
}

.theme-base .p-heading-balloon:after {
  border-top-color: #b9d9fe;
}

.theme-base .p-heading-balloon--invert {
  background-color: #046CE7;
}

.theme-base .p-heading-balloon--invert:after {
  border-top-color: #046CE7;
}

.theme-base .p-heading-balloon--ghost {
  border-color: #046CE7;
}

.theme-base .p-heading-balloon--ghost:before {
  border-top-color: #046CE7;
}

.theme-base .p-heading-dogear {
  background-color: #b9d9fe;
}

.theme-base .p-heading-dogear:after {
  border-color: #FFF #FFF #046CE7 #046CE7;
}

.theme-base .p-heading-marker:after {
  background-color: #87bdfd;
}

.theme-base .p-heading-accent:before {
  background-color: #046CE7;
}

.theme-base .p-heading-accent:after {
  background: #87bdfd;
}

.theme-base .p-list-step {
  color: #046CE7;
}

.theme-base .p-list-step__body {
  border-left-color: #046CE7;
}

.theme-base .p-list-step-has-img:not(:last-child) .c-border:before {
  height: 0;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #046CE7;
}

.theme-base .p-others-timeline__date {
  color: #046CE7;
}

.theme-base .p-order-ticket-2__price {
  color: #E8F2FF;
}

.theme-base .p-order-card-bordered {
  border-top-color: #046CE7;
}

.theme-base .p-others-shop-menu__card {
  background-color: #fff;
  border: 0;
  box-shadow: none;
}

.theme-base .p-others-shop-menu__label {
  background-color: #046CE7;
}

.theme-base .p-others-rectangle__item-inner {
  background-color: #046CE7;
  color: #fff;
}

.theme-base .p-timetable-item__subhead {
  background-color: #ebf4ff;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .theme-base .p-timetable-item__time {
    background-color: #f7f7f7;
  }
}

.theme-base .p-timetable-item:nth-child(odd) .p-timetable-item__time {
  background-color: #f7f7f7;
}

.theme-base .p-funding-goal-borderd__flame {
  border-color: #046CE7;
}

.theme-base .p-premium-heading-arrow {
  background-color: #046CE7;
}

.theme-base .p-premium-heading-arrow:before,
.theme-base .p-premium-heading-arrow:after {
  background-color: #FFF;
}

.theme-base .p-premium-heading-arrow--v2 {
  background-color: #046CE7;
}

.theme-base .p-premium-heading-arrow--v2:before {
  border-top-color: #046CE7;
}

.theme-base .p-premium-heading-frame {
  background-color: #046CE7;
  box-shadow: inset 0 0 0 5px #046CE7, inset 0 0 0 6px #fff;
}

.theme-base .p-premium-btn-set-2__heading {
  background-color: #046CE7;
}

.theme-base .p-premium-btn-set-3__wrapper {
  background-color: #046CE7;
}

.theme-base .p-premium-faq__icon--a {
  background-color: #046CE7;
  color: #fff;
}

.theme-base .p-premium-cards-img-left__label {
  background-color: #046CE7;
}

.theme-base .p-premium-sentence-merit__label {
  background-color: #046CE7;
}

.theme-base .p-premium-sentence-merit__header {
  border-color: #046CE7;
}

.theme-base .p-premium-profile__heading {
  background-color: #046CE7;
}

.theme-base .p-premium-profile__name {
  border-color: #046CE7;
}

.theme-base .p-premium-profile__subHeading {
  color: #046CE7;
}

.theme-base .p-premium-heading-grad {
  background-color: #046CE7;
}

.theme-base .p-premium-heading-grad__inner {
  background-color: #046CE7;
}

.theme-base .p-premium-btn a {
  background-color: #E8F2FF;
}

.theme-base .p-premium-contact-set {
  background-color: #046CE7;
  border-color: #0355b5;
}

.theme-base .p-premium-contact-set__btn a {
  background-color: #E8F2FF;
}

.theme-base .p-premium-steps__heading {
  border-color: #046CE7;
}

.theme-base .p-premium-steps__heading:after {
  background-color: #046CE7;
}

.theme-base .p-premium-steps__item-header {
  background-color: #046CE7;
}

.theme-base .p-premium-steps__item-num {
  color: #046CE7;
}

.theme-base .p-premium-steps__item-img {
  box-shadow: #046CE7 0 0 0 3px;
}

.theme-base .p-premium-steps__arrow:after {
  border-left-color: #046CE7;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .theme-base .p-premium-steps__arrow:after {
    border-left-color: transparent;
    border-top-color: #046CE7;
  }
}

.theme-base .p-premium-interview__heading {
  background-color: #046CE7;
}

.theme-base .p-sentence-card {
  background-color: #d2e6fe;
  border: 1px solid #046CE7;
}

.theme-base .u-color-theme-main {
  color: #046CE7;
}

.theme-base .u-color-theme-sub {
  color: #E8F2FF;
}

.theme-base .u-color-theme-accent {
  color: #57FFAE;
}

.theme-base .c-symbol {
  background-color: #E8F2FF;
}

.theme-base .p-recruit3-mission__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #57FFAE 90%);
  background: linear-gradient(transparent 90%, #57FFAE 90%);
}

.theme-base .p-recruit3-about__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #57FFAE 90%);
  background: linear-gradient(transparent 90%, #57FFAE 90%);
  color: #046CE7;
}

.theme-base .p-recruit3-culture-heading__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #57FFAE 90%);
  background: linear-gradient(transparent 90%, #57FFAE 90%);
  color: #046CE7;
}

.theme-base .p-recruit3-interview__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #57FFAE 90%);
  background: linear-gradient(transparent 90%, #57FFAE 90%);
  color: #046CE7;
}

.theme-base .p-recruit3-job-list__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #57FFAE 90%);
  background: linear-gradient(transparent 90%, #57FFAE 90%);
  color: #046CE7;
}

.theme-base .p-recruit3-career-plan__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #57FFAE 90%);
  background: linear-gradient(transparent 90%, #57FFAE 90%);
  color: #046CE7;
}

.theme-base .p-recruit3-job-description__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #57FFAE 90%);
  background: linear-gradient(transparent 90%, #57FFAE 90%);
  color: #046CE7;
}

.theme-base .p-recruit3-form__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #57FFAE 90%);
  background: linear-gradient(transparent 90%, #57FFAE 90%);
}

.theme-base .p-recruit3-mission {
  background-color: #046CE7;
}

.theme-base .p-recruit3-about {
  background-color: #E8F2FF;
}

.theme-base .p-recruit3-about__img__bg-line {
  background-color: #c9e1ff;
}

.theme-base .p-recruit3-about__subhead {
  color: #046CE7;
}

.theme-base .p-recruit3-culture-welfare__heading__inner {
  background-color: #046CE7;
}

.theme-base .p-recruit3-culture-welfare .p-recruit3-culture__card__heading {
  color: #046CE7;
}

.theme-base .p-recruit3-atmosphere__top__bg-img:before {
  background-color: #046CE7;
}

.theme-base .p-recruit3-atmosphere__top__bg-img:after {
  background-color: #57FFAE;
}

.theme-base .p-recruit3-atmosphere__middle__heading {
  color: #046CE7;
}

.theme-base .p-recruit3-atmosphere__bottom__bg-img:before {
  background-color: #57FFAE;
}

.theme-base .p-recruit3-atmosphere__bottom__bg-img:after {
  background-color: #046CE7;
}

.theme-base .p-recruit3-interview {
  background-color: #E8F2FF;
}

.theme-base .p-recruit3-interview__underlined-title {
  color: #046CE7;
}

.theme-base .p-recruit3-interview__card__label {
  background-color: #046CE7;
}

.theme-base .p-recruit3-interview__card__serif__title {
  color: #046CE7;
}

.theme-base .p-recruit3-job-list__underlined-title {
  color: #046CE7;
}

.theme-base .p-recruit3-job-list__card__title {
  color: #046CE7;
}

.theme-base .p-recruit3-career-plan__underlined-title {
  color: #046CE7;
}

.theme-base .p-recruit3-career-plan__card__title {
  color: #046CE7;
}

.theme-base .p-recruit3-job-description {
  background-color: #E8F2FF;
}

.theme-base .p-recruit3-job-description__underlined-title {
  color: #046CE7;
}

.theme-base .p-recruit3-job-description__table__row__header {
  background-color: #c9e1ff;
}

.theme-base .p-recruit3-form {
  background-color: #046CE7;
}

.theme-base .p-recruit3-form .c-btn .btn-customform-submit {
  background-color: #046CE7;
}

.theme-base .p-recruit3-mission--has_angle--top {
  position: relative;
}

.theme-base .p-recruit3-mission--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(4,108,231)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-base .p-recruit3-about--has_angle--top {
  position: relative;
}

.theme-base .p-recruit3-about--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(232,242,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-base .p-recruit3-culture-heading--has_angle--top {
  position: relative;
}

.theme-base .p-recruit3-culture-heading--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-base .p-recruit3-atmosphere__inner--has_angle--top {
  position: relative;
}

.theme-base .p-recruit3-atmosphere__inner--has_angle--top:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,50'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -50px;
}

.theme-base .p-recruit3-atmosphere__inner--has_angle--bottom {
  position: relative;
}

.theme-base .p-recruit3-atmosphere__inner--has_angle--bottom:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-base .p-recruit3-interview--has_angle--top {
  position: relative;
}

.theme-base .p-recruit3-interview--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(232,242,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-base .p-recruit3-job-list--has_angle--top {
  position: relative;
}

.theme-base .p-recruit3-job-list--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-base .p-recruit3-job-description--has_angle--top {
  position: relative;
}

.theme-base .p-recruit3-job-description--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(232,242,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-base .p-recruit3-form--has_angle--top {
  position: relative;
}

.theme-base .p-recruit3-form--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(4,108,231)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-base .p-recruit3-footer--has_angle--top {
  position: relative;
}

.theme-base .p-recruit3-footer--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-modern {
  background-color: #FFF;
}

.theme-modern .c-bg-grad {
  background-image: -webkit-linear-gradient(right, rgba(19, 179, 32, 0.9), rgba(19, 179, 165, 0.9));
  background-image: linear-gradient(to left, rgba(19, 179, 32, 0.9), rgba(19, 179, 165, 0.9));
}

.theme-modern .c-bg-color {
  background-color: #fff;
}

.theme-modern .c-border {
  border-color: #15C57B;
}

.theme-modern .c-btn a,
.theme-modern .c-btn input,
.theme-modern .c-btn button {
  background-color: #15C57B;
}

.theme-modern .c-btn--secondary a,
.theme-modern .c-btn--secondary input,
.theme-modern .c-btn--secondary button {
  background-color: #E2FFF3;
  color: #fff;
}

.theme-modern .c-btn--invert a,
.theme-modern .c-btn--invert input,
.theme-modern .c-btn--invert button {
  color: #15C57B;
  background-color: #fff;
}

.theme-modern .c-btn--ghost a,
.theme-modern .c-btn--ghost input,
.theme-modern .c-btn--ghost button {
  background: none;
  border-color: #15C57B;
  color: #15C57B;
}

.theme-modern .c-btn--ghost.c-btn--secondary a,
.theme-modern .c-btn--ghost.c-btn--secondary input,
.theme-modern .c-btn--ghost.c-btn--secondary button {
  background: none;
  border-color: #E2FFF3;
  color: #E2FFF3;
}

.theme-modern .c-btn--ghost-white a,
.theme-modern .c-btn--ghost-white input,
.theme-modern .c-btn--ghost-white button {
  background: none;
}

.theme-modern .c-form input[type="text"]:focus,
.theme-modern .c-form input[type="email"]:focus,
.theme-modern .c-form textarea:focus,
.theme-modern .c-form select:focus {
  border-color: #15C57B;
  box-shadow: 0 0 6px 0 #81f2c2;
}

.theme-modern .c-heading--bdr-btm, .theme-modern .c-heading--bdr-thin-btm {
  border-bottom-color: #15C57B;
}

.theme-modern .c-hr-dashed,
.theme-modern .c-hr-dotted,
.theme-modern .c-hr-double,
.theme-modern .c-hr-solid {
  border-color: #15C57B;
}

.theme-modern .c-hr-origin {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(21, 197, 123, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M37.4%2C18.4c-0.8%2C0.4-1.5%2C0.9-2.3%2C1.4c-0.5%2C0.3-1.1%2C0.8-1.6%2C0.8c-0.8%2C0.1-1.6%2C0.8-2.4%2C0.3%0A%09c-0.6-0.3-1.2-0.2-1.7-0.2c-0.9%2C0-1.8-0.2-2.7-0.2c-0.8%2C0-1.6%2C0.2-2.4%2C0.2c-0.7%2C0-1.3%2C0-2-0.1c-0.6%2C0-1.3%2C0-1.9-0.2%0A%09c-1-0.4-1.9-1.3-2.9-2c-0.3-0.3-0.7-0.6-1.1-0.5c-0.6%2C0.1-1.1-0.3-1.7%2C0c-0.6%2C0.3-1.2%2C0.3-1.9%2C0.5c-0.6%2C0.2-1.2%2C0.7-1.8%2C0.9%0A%09c-0.7%2C0.2-1.3%2C0.4-1.9%2C0.9c-0.1%2C0.1-0.3%2C0.3-0.4%2C0.3c-0.4%2C0-0.7-0.2-1.1%2C0c-0.9%2C0.5-1.8%2C0.2-2.6%2C0.3c-0.3%2C0-0.6-0.3-1-0.5%0A%09c-1-0.6-2-1.2-3-1.8c-0.4-0.2-0.7-0.4-1.1-0.4v1.4c0.7%2C0.1%2C1.5%2C0.5%2C2.1%2C1.2c0.2%2C0.2%2C0.4%2C0.2%2C0.6%2C0.3c0.6%2C0.3%2C1.2%2C0.5%2C1.7%2C0.8%0A%09C4.7%2C22%2C4.8%2C22.1%2C5%2C22.1c0.6%2C0%2C1.1-0.1%2C1.7-0.1c0.6%2C0.1%2C1.2-0.1%2C1.8-0.5c0.1%2C0%2C0.1%2C0%2C0.2-0.1c0.6-0.2%2C1.2-0.4%2C1.8-0.6%0A%09c0.4-0.1%2C0.8-0.3%2C1.2-0.4c0.2-0.1%2C0.5-0.2%2C0.7-0.3c0%2C0%2C0.1-0.1%2C0.1-0.2c0.1-0.1%2C0.2-0.4%2C0.3-0.4c0.8-0.2%2C1.7-0.3%2C2.5-0.4%0A%09c0.3%2C0%2C0.5%2C0%2C0.8%2C0c0.5%2C0.2%2C1.1%2C0.3%2C1.6%2C0.7c0.8%2C0.6%2C1.6%2C1.3%2C2.5%2C1.5c0.7%2C0.2%2C1.5%2C0.4%2C2.2%2C0.4c0.7%2C0%2C1.4%2C0%2C2%2C0c0.5%2C0%2C1.1-0.2%2C1.6%2C0%0A%09c0.5%2C0.2%2C1-0.3%2C1.6-0.1c0.6%2C0.3%2C1.2%2C0%2C1.8%2C0c0.6%2C0%2C1.3%2C0.1%2C1.9%2C0.2c0.5%2C0%2C1%2C0.1%2C1.5%2C0c0.7-0.2%2C1.4-0.5%2C2.2-0.9%0A%09c0.8-0.4%2C1.6-1%2C2.4-1.4c0.8-0.4%2C2.6%2C0%2C2.6%2C0v-1.4c-0.5%2C0-0.8-0.2-1.3-0.1C38.3%2C18.2%2C37.8%2C18.2%2C37.4%2C18.4z%22/%3E%0A%3C/svg%3E");
}

.theme-modern .c-hr-origin--2 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(21, 197, 123, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-265.9%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-265.5%2C417.9-265.8%2C417.8-265.9%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-252.8%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-252.4%2C417.9-252.7%2C417.8-252.8%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-239.8%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-239.3%2C417.9-239.6%2C417.8-239.8%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E");
}

.theme-modern .c-hr-origin--3 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(21, 197, 123, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M33.6%2C22c-0.3%2C0.1-1.3-0.1-1.5-0.3c-0.5-0.5-1.1-0.9-1.5-1.5c-0.6-0.8-0.3-1.5%2C0-2c0.4-0.8%2C1.1-1.4%2C1.7-2%0A%09%09c0.7-0.6%2C1.6-0.4%2C2.4-0.4c0.7%2C0.1%2C1%2C0.8%2C1.1%2C1.3c0.2%2C0.6%2C0.3%2C1.5%2C0.2%2C2.1c-0.2%2C0.9-0.3%2C1.9-1.5%2C2.3C34.5%2C21.2%2C33.8%2C21.5%2C33.6%2C22z%22%0A%09%09/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M19.6%2C21.4c-1.2-0.4-1.2-1.5-1.3-2.4c0-0.5%2C0.2-0.9%2C0.9-1.1c0.5-0.2%2C1-0.5%2C1.4-0.9c0.6-0.5%2C0.9-0.5%2C1.7-0.1%0A%09%09c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1c0.7%2C0%2C1.1%2C0.5%2C1.2%2C1.1c0.2%2C1.1%2C0.1%2C2.1-0.8%2C3C22.8%2C21.3%2C20.5%2C21.7%2C19.6%2C21.4z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.3%2C21.9c-0.8%2C0.4-1.9%2C0-2.5-0.7c-0.4-0.5-1-1.2-0.6-2.1c0.3-0.7%2C0.2-1.6%2C1.1-1.9c0.4-0.2%2C0.7-0.5%2C1.2-0.1%0A%09%09c0.1%2C0.1%2C0.4%2C0.1%2C0.6-0.1c0.5-0.5%2C0.9-0.2%2C1.3%2C0.1c1.1%2C0.9%2C1.7%2C2%2C0.9%2C3.5C10%2C21.2%2C8.9%2C21.7%2C8.3%2C21.9z%22/%3E%0A%3C/g%3E%0A%3C/svg%3E");
}

.theme-modern .c-hr-origin--4 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(21, 197, 123, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-271.5%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-271.5%2C417.3-271.5%2C417.5-271.5%2C417.7C-271.5%2C417.6-271.5%2C417.6-271.5%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-261.6%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-261.6%2C417.3-261.6%2C417.5-261.6%2C417.7C-261.6%2C417.6-261.6%2C417.6-261.6%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-251.7%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-251.7%2C417.3-251.7%2C417.5-251.7%2C417.7C-251.7%2C417.6-251.7%2C417.6-251.7%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-241.8%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-241.9%2C417.3-241.8%2C417.5-241.8%2C417.7C-241.8%2C417.6-241.8%2C417.6-241.8%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E%0A");
}

.theme-modern .c-hr-origin--5 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(21, 197, 123, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M-241.7%2C420.3c-2%2C0.2-4%2C0.7-4.8%2C2.5c-0.4-0.5-0.9-1-1.3-1.5c-0.3-0.4-0.6-0.7-1-1.1c-0.7-0.7-1.3-1.4-2-2.1%0A%09c-0.8-0.8-2-1-3-1.5c-1.4-0.7-2.9-0.9-4.5-0.9c-1.1%2C0-2.2%2C0.2-3.2%2C0.3c-3.2%2C0.1-6.3%2C0.7-9.3%2C1.7c-1.3%2C0.4-2.6%2C0.9-3.6%2C1.9%0A%09c-0.6%2C0.6-1.4%2C1.5-2%2C2c-0.3%2C0.3-0.5%2C0.5-0.7%2C0.5l0%2C2c0.3%2C0%2C0.4-0.2%2C0.6-0.3c0.2-0.1%2C0.3-0.3%2C0.5-0.5c1.3-1.6%2C2.7-3.6%2C4.9-4.4%0A%09c1.4-0.5%2C2.8-1%2C4.3-1.3c1.5-0.3%2C3-0.5%2C4.6-0.7c1.3-0.1%2C2.6-0.2%2C4-0.2c1.7-0.1%2C3.2%2C0.6%2C4.8%2C1c0.7%2C0.1%2C1.4%2C0.8%2C1.9%2C1.3%0A%09c0.7%2C0.6%2C1.1%2C1.4%2C1.8%2C2c1.3%2C1.1%2C1.9%2C2.4%2C2.4%2C3.8c0.2%2C0.6%2C0.5%2C0.5%2C1%2C0.5c0.6-0.1%2C0.8-0.5%2C0.9-1c0.2-0.8%2C0.5-1.6%2C1.4-2.1%0A%09c0.2-0.1%2C0.4-0.3%2C0.7-0.4c0.7-0.2%2C1.5-0.6%2C2.3-0.6c1.8%2C0.2%2C3%2C1.1%2C3.3%2C2.7c0%2C0.1%2C0.1%2C0.2%2C0.3%2C0.3c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0v-2.1%0A%09C-237.7%2C421-239.9%2C420.1-241.7%2C420.3z%22/%3E%0A%3C/svg%3E%0A");
}

.theme-modern .c-hr-origin--6 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0Apath%7Bfill%3Argba(21, 197, 123, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20d%3D%22M3.2%2C23.2L3.2%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.2-0.1-0.4-0.4-0.6-0.5%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2C4.3%2C18%2C4%2C18.4%2C3.6%2C18.8c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09s0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C2.9%2C23.7%2C3%2C23.7%2C3.2%2C23.2z%20M1.6%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6c0.4-0.2%2C0.7-0.5%2C1-0.7%0A%09c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3s1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1%0A%09c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6C4.7%2C21%2C4%2C21.7%2C3.1%2C22.5c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4%0A%09C2.4%2C22.5%2C2%2C22.1%2C1.6%2C21.7z%22/%3E%0A%3Cpath%20d%3D%22M17%2C23.2L17%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.1-0.2-0.4-0.4-0.5-0.6%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2c-0.5%2C0.4-0.9%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09c0.2%2C0.2%2C0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C16.6%2C23.7%2C16.7%2C23.7%2C17%2C23.2z%20M15.4%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6%0A%09c0.4-0.2%2C0.7-0.5%2C1-0.7c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3c0.9-0.7%2C1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9%0A%09c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6%0A%09c-0.9%2C0.7-1.6%2C1.5-2.5%2C2.2c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4C16.1%2C22.5%2C15.8%2C22.1%2C15.4%2C21.7z%22/%3E%0A%3Cpath%20d%3D%22M30.8%2C23.2L30.8%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.1-0.2-0.4-0.4-0.5-0.6%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2c-0.5%2C0.4-0.9%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09c0.2%2C0.2%2C0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C30.4%2C23.7%2C30.6%2C23.7%2C30.8%2C23.2z%20M29.2%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6%0A%09c0.4-0.2%2C0.7-0.5%2C1-0.7c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3s1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9c0.1%2C0%2C0.2%2C0%2C0.4%2C0%0A%09c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6c-0.9%2C0.7-1.6%2C1.5-2.5%2C2.2%0A%09c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4C29.9%2C22.5%2C29.6%2C22.1%2C29.2%2C21.7z%22/%3E%0A%3C/svg%3E%0A");
}

.theme-modern .c-img-icon {
  background-color: #15C57B;
}

.theme-modern .c-symbol {
  background-color: #15C57B;
}

.theme-modern .c-thead--color thead th,
.theme-modern .c-thead--color thead td {
  background-color: white;
}

.theme-modern .c-thead--color-invert thead th,
.theme-modern .c-thead--color-invert thead td {
  background-color: #15C57B;
}

.theme-modern .p-article-point__header {
  background-color: #15C57B;
}

.theme-modern .p-card-voice-bordered {
  border-top-color: #15C57B;
}

.theme-modern .p-card-voice-bordered__img img {
  border-color: #15C57B;
}

.theme-modern .p-form-simple .c-form-control-label {
  color: #15C57B;
}

.theme-modern .p-form-simple input[type="text"]:focus,
.theme-modern .p-form-simple input[type="email"]:focus {
  background-color: #d4faea;
  box-shadow: inset 0 -2px 0 0 #15C57B;
}

.theme-modern .p-form-simple textarea:focus {
  background-color: #d4faea;
  border-color: #15C57B;
}

.theme-modern .p-header--theme-color {
  background-color: #15C57B;
}

.theme-modern .p-heading-arrow {
  background-color: #15C57B;
}

.theme-modern .p-heading-arrow:before, .theme-modern .p-heading-arrow:after {
  background-color: #FFF;
}

.theme-modern .p-heading-arrow:before,
.theme-modern .p-heading-arrow:after {
  background-color: #FFF;
}

.theme-modern .p-heading-arrow--v2 {
  background-color: #15C57B;
}

.theme-modern .p-heading-arrow--v2:before {
  border-top-color: #15C57B;
  background-color: transparent;
}

.theme-modern .p-heading-ribbon {
  background-image: -webkit-linear-gradient(transparent 8%, #6aefb7 8%, #6aefb7 14%, transparent 14%, transparent 86%, #6aefb7 86%, #6aefb7 92%, transparent 92%), -webkit-linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), -webkit-linear-gradient(45deg, transparent 40%, #aff7d9 40%, #aff7d9 60%, transparent 60%), -webkit-linear-gradient(white, white);
  background-image: linear-gradient(transparent 8%, #6aefb7 8%, #6aefb7 14%, transparent 14%, transparent 86%, #6aefb7 86%, #6aefb7 92%, transparent 92%), linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), linear-gradient(45deg, transparent 40%, #aff7d9 40%, #aff7d9 60%, transparent 60%), linear-gradient(white, white);
}

.theme-modern .p-heading-ribbon:before {
  border-top-color: #aff7d9;
  border-right-color: #aff7d9;
  border-bottom-color: #aff7d9;
}

.theme-modern .p-heading-ribbon:after {
  border-left-color: #aff7d9;
  border-top-color: #aff7d9;
  border-bottom-color: #aff7d9;
}

.theme-modern .p-heading-ribbon__body:before, .theme-modern .p-heading-ribbon__body:after {
  border-color: #25e896 transparent transparent transparent;
}

.theme-modern .p-heading-ribbon--flat {
  background: #15C57B;
}

.theme-modern .p-heading-ribbon--flat:before {
  border-top-color: #14b772;
  border-right-color: #14b772;
  border-bottom-color: #14b772;
}

.theme-modern .p-heading-ribbon--flat:after {
  border-left-color: #14b772;
  border-top-color: #14b772;
  border-bottom-color: #14b772;
}

.theme-modern .p-heading-btm-bdr:after {
  border-top-color: #15C57B;
}

.theme-modern .p-heading-double-bdr {
  border-color: #15C57B;
}

.theme-modern .p-heading-double-bdr--updown:before {
  border-top-color: #15C57B;
  border-bottom-color: #15C57B;
}

.theme-modern .p-heading-double-bdr--updown:after {
  border-top-color: #15C57B;
  border-bottom-color: #15C57B;
}

.theme-modern .p-heading-put-on-bdr__inner:before, .theme-modern .p-heading-put-on-bdr__inner:after {
  background-color: #15C57B;
}

.theme-modern .p-heading-balloon {
  background-color: #aff7d9;
}

.theme-modern .p-heading-balloon:after {
  border-top-color: #aff7d9;
}

.theme-modern .p-heading-balloon--invert {
  background-color: #15C57B;
}

.theme-modern .p-heading-balloon--invert:after {
  border-top-color: #15C57B;
}

.theme-modern .p-heading-balloon--ghost {
  border-color: #15C57B;
}

.theme-modern .p-heading-balloon--ghost:before {
  border-top-color: #15C57B;
}

.theme-modern .p-heading-dogear {
  background-color: #aff7d9;
}

.theme-modern .p-heading-dogear:after {
  border-color: #FFF #FFF #15C57B #15C57B;
}

.theme-modern .p-heading-marker:after {
  background-color: #81f2c2;
}

.theme-modern .p-heading-accent:before {
  background-color: #15C57B;
}

.theme-modern .p-heading-accent:after {
  background: #81f2c2;
}

.theme-modern .p-list-step {
  color: #15C57B;
}

.theme-modern .p-list-step__body {
  border-left-color: #15C57B;
}

.theme-modern .p-list-step-has-img:not(:last-child) .c-border:before {
  height: 0;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #15C57B;
}

.theme-modern .p-others-timeline__date {
  color: #15C57B;
}

.theme-modern .p-order-ticket-2__price {
  color: #E2FFF3;
}

.theme-modern .p-order-card-bordered {
  border-top-color: #15C57B;
}

.theme-modern .p-others-shop-menu__card {
  background-color: #fff;
  border: 0;
  box-shadow: none;
}

.theme-modern .p-others-shop-menu__label {
  background-color: #15C57B;
}

.theme-modern .p-others-rectangle__item-inner {
  background-color: #15C57B;
  color: #fff;
}

.theme-modern .p-timetable-item__subhead {
  background-color: #defbef;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .theme-modern .p-timetable-item__time {
    background-color: #f7f7f7;
  }
}

.theme-modern .p-timetable-item:nth-child(odd) .p-timetable-item__time {
  background-color: #f7f7f7;
}

.theme-modern .p-funding-goal-borderd__flame {
  border-color: #15C57B;
}

.theme-modern .p-premium-heading-arrow {
  background-color: #15C57B;
}

.theme-modern .p-premium-heading-arrow:before,
.theme-modern .p-premium-heading-arrow:after {
  background-color: #FFF;
}

.theme-modern .p-premium-heading-arrow--v2 {
  background-color: #15C57B;
}

.theme-modern .p-premium-heading-arrow--v2:before {
  border-top-color: #15C57B;
}

.theme-modern .p-premium-heading-frame {
  background-color: #15C57B;
  box-shadow: inset 0 0 0 5px #15C57B, inset 0 0 0 6px #fff;
}

.theme-modern .p-premium-btn-set-2__heading {
  background-color: #15C57B;
}

.theme-modern .p-premium-btn-set-3__wrapper {
  background-color: #15C57B;
}

.theme-modern .p-premium-faq__icon--a {
  background-color: #15C57B;
  color: #fff;
}

.theme-modern .p-premium-cards-img-left__label {
  background-color: #15C57B;
}

.theme-modern .p-premium-sentence-merit__label {
  background-color: #15C57B;
}

.theme-modern .p-premium-sentence-merit__header {
  border-color: #15C57B;
}

.theme-modern .p-premium-profile__heading {
  background-color: #15C57B;
}

.theme-modern .p-premium-profile__name {
  border-color: #15C57B;
}

.theme-modern .p-premium-profile__subHeading {
  color: #15C57B;
}

.theme-modern .p-premium-heading-grad {
  background-color: #15C57B;
}

.theme-modern .p-premium-heading-grad__inner {
  background-color: #15C57B;
}

.theme-modern .p-premium-btn a {
  background-color: #E2FFF3;
}

.theme-modern .p-premium-contact-set {
  background-color: #15C57B;
  border-color: #10975e;
}

.theme-modern .p-premium-contact-set__btn a {
  background-color: #E2FFF3;
}

.theme-modern .p-premium-steps__heading {
  border-color: #15C57B;
}

.theme-modern .p-premium-steps__heading:after {
  background-color: #15C57B;
}

.theme-modern .p-premium-steps__item-header {
  background-color: #15C57B;
}

.theme-modern .p-premium-steps__item-num {
  color: #15C57B;
}

.theme-modern .p-premium-steps__item-img {
  box-shadow: #15C57B 0 0 0 3px;
}

.theme-modern .p-premium-steps__arrow:after {
  border-left-color: #15C57B;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .theme-modern .p-premium-steps__arrow:after {
    border-left-color: transparent;
    border-top-color: #15C57B;
  }
}

.theme-modern .p-premium-interview__heading {
  background-color: #15C57B;
}

.theme-modern .p-sentence-card {
  background-color: #c7f9e4;
  border: 1px solid #15C57B;
}

.theme-modern .u-color-theme-main {
  color: #15C57B;
}

.theme-modern .u-color-theme-sub {
  color: #E2FFF3;
}

.theme-modern .u-color-theme-accent {
  color: #66FEFE;
}

.theme-modern .c-symbol {
  background-color: #E2FFF3;
}

.theme-modern .p-recruit3-culture-support__top {
  background-color: #B754E6;
}

.theme-modern .p-recruit3-culture-support .p-recruit3-culture__card__heading {
  color: #B754E6;
}

.theme-modern .p-recruit3-culture-understanding__top {
  background-color: #0E77D8;
}

.theme-modern .p-recruit3-culture-understanding .p-recruit3-culture__card__heading {
  color: #0E77D8;
}

.theme-modern .p-recruit3-mission__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #66FEFE 90%);
  background: linear-gradient(transparent 90%, #66FEFE 90%);
}

.theme-modern .p-recruit3-about__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #66FEFE 90%);
  background: linear-gradient(transparent 90%, #66FEFE 90%);
  color: #15C57B;
}

.theme-modern .p-recruit3-culture-heading__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #66FEFE 90%);
  background: linear-gradient(transparent 90%, #66FEFE 90%);
  color: #15C57B;
}

.theme-modern .p-recruit3-interview__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #66FEFE 90%);
  background: linear-gradient(transparent 90%, #66FEFE 90%);
  color: #15C57B;
}

.theme-modern .p-recruit3-job-list__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #66FEFE 90%);
  background: linear-gradient(transparent 90%, #66FEFE 90%);
  color: #15C57B;
}

.theme-modern .p-recruit3-career-plan__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #66FEFE 90%);
  background: linear-gradient(transparent 90%, #66FEFE 90%);
  color: #15C57B;
}

.theme-modern .p-recruit3-job-description__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #66FEFE 90%);
  background: linear-gradient(transparent 90%, #66FEFE 90%);
  color: #15C57B;
}

.theme-modern .p-recruit3-form__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #66FEFE 90%);
  background: linear-gradient(transparent 90%, #66FEFE 90%);
}

.theme-modern .p-recruit3-mission {
  background-color: #15C57B;
}

.theme-modern .p-recruit3-about {
  background-color: #E2FFF3;
}

.theme-modern .p-recruit3-about__img__bg-line {
  background-color: #c3ffe6;
}

.theme-modern .p-recruit3-about__subhead {
  color: #15C57B;
}

.theme-modern .p-recruit3-culture-welfare__heading__inner {
  background-color: #15C57B;
}

.theme-modern .p-recruit3-culture-welfare .p-recruit3-culture__card__heading {
  color: #15C57B;
}

.theme-modern .p-recruit3-atmosphere__top__bg-img:before {
  background-color: #15C57B;
}

.theme-modern .p-recruit3-atmosphere__top__bg-img:after {
  background-color: #66FEFE;
}

.theme-modern .p-recruit3-atmosphere__middle__heading {
  color: #15C57B;
}

.theme-modern .p-recruit3-atmosphere__bottom__bg-img:before {
  background-color: #66FEFE;
}

.theme-modern .p-recruit3-atmosphere__bottom__bg-img:after {
  background-color: #15C57B;
}

.theme-modern .p-recruit3-interview {
  background-color: #E2FFF3;
}

.theme-modern .p-recruit3-interview__underlined-title {
  color: #15C57B;
}

.theme-modern .p-recruit3-interview__card__label {
  background-color: #15C57B;
}

.theme-modern .p-recruit3-interview__card__serif__title {
  color: #15C57B;
}

.theme-modern .p-recruit3-job-list__underlined-title {
  color: #15C57B;
}

.theme-modern .p-recruit3-job-list__card__title {
  color: #15C57B;
}

.theme-modern .p-recruit3-career-plan__underlined-title {
  color: #15C57B;
}

.theme-modern .p-recruit3-career-plan__card__title {
  color: #15C57B;
}

.theme-modern .p-recruit3-job-description {
  background-color: #E2FFF3;
}

.theme-modern .p-recruit3-job-description__underlined-title {
  color: #15C57B;
}

.theme-modern .p-recruit3-job-description__table__row__header {
  background-color: #c3ffe6;
}

.theme-modern .p-recruit3-form {
  background-color: #15C57B;
}

.theme-modern .p-recruit3-form .c-btn .btn-customform-submit {
  background-color: #15C57B;
}

.theme-modern .p-recruit3-mission--has_angle--top {
  position: relative;
}

.theme-modern .p-recruit3-mission--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(21,197,123)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-modern .p-recruit3-about--has_angle--top {
  position: relative;
}

.theme-modern .p-recruit3-about--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(226,255,243)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-modern .p-recruit3-culture-heading--has_angle--top {
  position: relative;
}

.theme-modern .p-recruit3-culture-heading--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-modern .p-recruit3-atmosphere__inner--has_angle--top {
  position: relative;
}

.theme-modern .p-recruit3-atmosphere__inner--has_angle--top:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,50'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -50px;
}

.theme-modern .p-recruit3-atmosphere__inner--has_angle--bottom {
  position: relative;
}

.theme-modern .p-recruit3-atmosphere__inner--has_angle--bottom:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-modern .p-recruit3-interview--has_angle--top {
  position: relative;
}

.theme-modern .p-recruit3-interview--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(226,255,243)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-modern .p-recruit3-job-list--has_angle--top {
  position: relative;
}

.theme-modern .p-recruit3-job-list--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-modern .p-recruit3-job-description--has_angle--top {
  position: relative;
}

.theme-modern .p-recruit3-job-description--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(226,255,243)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-modern .p-recruit3-form--has_angle--top {
  position: relative;
}

.theme-modern .p-recruit3-form--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(21,197,123)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-modern .p-recruit3-footer--has_angle--top {
  position: relative;
}

.theme-modern .p-recruit3-footer--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-nature {
  background-color: #FFF;
}

.theme-nature .c-bg-grad {
  background-image: -webkit-linear-gradient(right, rgba(239, 24, 0, 0.9), rgba(239, 223, 0, 0.9));
  background-image: linear-gradient(to left, rgba(239, 24, 0, 0.9), rgba(239, 223, 0, 0.9));
}

.theme-nature .c-bg-color {
  background-color: #fff;
}

.theme-nature .c-border {
  border-color: #FF9B04;
}

.theme-nature .c-btn a,
.theme-nature .c-btn input,
.theme-nature .c-btn button {
  background-color: #FF9B04;
}

.theme-nature .c-btn--secondary a,
.theme-nature .c-btn--secondary input,
.theme-nature .c-btn--secondary button {
  background-color: #FFF7EC;
  color: #fff;
}

.theme-nature .c-btn--invert a,
.theme-nature .c-btn--invert input,
.theme-nature .c-btn--invert button {
  color: #FF9B04;
  background-color: #fff;
}

.theme-nature .c-btn--ghost a,
.theme-nature .c-btn--ghost input,
.theme-nature .c-btn--ghost button {
  background: none;
  border-color: #FF9B04;
  color: #FF9B04;
}

.theme-nature .c-btn--ghost.c-btn--secondary a,
.theme-nature .c-btn--ghost.c-btn--secondary input,
.theme-nature .c-btn--ghost.c-btn--secondary button {
  background: none;
  border-color: #FFF7EC;
  color: #FFF7EC;
}

.theme-nature .c-btn--ghost-white a,
.theme-nature .c-btn--ghost-white input,
.theme-nature .c-btn--ghost-white button {
  background: none;
}

.theme-nature .c-form input[type="text"]:focus,
.theme-nature .c-form input[type="email"]:focus,
.theme-nature .c-form textarea:focus,
.theme-nature .c-form select:focus {
  border-color: #FF9B04;
  box-shadow: 0 0 6px 0 #ffd89d;
}

.theme-nature .c-heading--bdr-btm, .theme-nature .c-heading--bdr-thin-btm {
  border-bottom-color: #FF9B04;
}

.theme-nature .c-hr-dashed,
.theme-nature .c-hr-dotted,
.theme-nature .c-hr-double,
.theme-nature .c-hr-solid {
  border-color: #FF9B04;
}

.theme-nature .c-hr-origin {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(255, 155, 4, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M37.4%2C18.4c-0.8%2C0.4-1.5%2C0.9-2.3%2C1.4c-0.5%2C0.3-1.1%2C0.8-1.6%2C0.8c-0.8%2C0.1-1.6%2C0.8-2.4%2C0.3%0A%09c-0.6-0.3-1.2-0.2-1.7-0.2c-0.9%2C0-1.8-0.2-2.7-0.2c-0.8%2C0-1.6%2C0.2-2.4%2C0.2c-0.7%2C0-1.3%2C0-2-0.1c-0.6%2C0-1.3%2C0-1.9-0.2%0A%09c-1-0.4-1.9-1.3-2.9-2c-0.3-0.3-0.7-0.6-1.1-0.5c-0.6%2C0.1-1.1-0.3-1.7%2C0c-0.6%2C0.3-1.2%2C0.3-1.9%2C0.5c-0.6%2C0.2-1.2%2C0.7-1.8%2C0.9%0A%09c-0.7%2C0.2-1.3%2C0.4-1.9%2C0.9c-0.1%2C0.1-0.3%2C0.3-0.4%2C0.3c-0.4%2C0-0.7-0.2-1.1%2C0c-0.9%2C0.5-1.8%2C0.2-2.6%2C0.3c-0.3%2C0-0.6-0.3-1-0.5%0A%09c-1-0.6-2-1.2-3-1.8c-0.4-0.2-0.7-0.4-1.1-0.4v1.4c0.7%2C0.1%2C1.5%2C0.5%2C2.1%2C1.2c0.2%2C0.2%2C0.4%2C0.2%2C0.6%2C0.3c0.6%2C0.3%2C1.2%2C0.5%2C1.7%2C0.8%0A%09C4.7%2C22%2C4.8%2C22.1%2C5%2C22.1c0.6%2C0%2C1.1-0.1%2C1.7-0.1c0.6%2C0.1%2C1.2-0.1%2C1.8-0.5c0.1%2C0%2C0.1%2C0%2C0.2-0.1c0.6-0.2%2C1.2-0.4%2C1.8-0.6%0A%09c0.4-0.1%2C0.8-0.3%2C1.2-0.4c0.2-0.1%2C0.5-0.2%2C0.7-0.3c0%2C0%2C0.1-0.1%2C0.1-0.2c0.1-0.1%2C0.2-0.4%2C0.3-0.4c0.8-0.2%2C1.7-0.3%2C2.5-0.4%0A%09c0.3%2C0%2C0.5%2C0%2C0.8%2C0c0.5%2C0.2%2C1.1%2C0.3%2C1.6%2C0.7c0.8%2C0.6%2C1.6%2C1.3%2C2.5%2C1.5c0.7%2C0.2%2C1.5%2C0.4%2C2.2%2C0.4c0.7%2C0%2C1.4%2C0%2C2%2C0c0.5%2C0%2C1.1-0.2%2C1.6%2C0%0A%09c0.5%2C0.2%2C1-0.3%2C1.6-0.1c0.6%2C0.3%2C1.2%2C0%2C1.8%2C0c0.6%2C0%2C1.3%2C0.1%2C1.9%2C0.2c0.5%2C0%2C1%2C0.1%2C1.5%2C0c0.7-0.2%2C1.4-0.5%2C2.2-0.9%0A%09c0.8-0.4%2C1.6-1%2C2.4-1.4c0.8-0.4%2C2.6%2C0%2C2.6%2C0v-1.4c-0.5%2C0-0.8-0.2-1.3-0.1C38.3%2C18.2%2C37.8%2C18.2%2C37.4%2C18.4z%22/%3E%0A%3C/svg%3E");
}

.theme-nature .c-hr-origin--2 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(255, 155, 4, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-265.9%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-265.5%2C417.9-265.8%2C417.8-265.9%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-252.8%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-252.4%2C417.9-252.7%2C417.8-252.8%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-239.8%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-239.3%2C417.9-239.6%2C417.8-239.8%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E");
}

.theme-nature .c-hr-origin--3 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(255, 155, 4, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M33.6%2C22c-0.3%2C0.1-1.3-0.1-1.5-0.3c-0.5-0.5-1.1-0.9-1.5-1.5c-0.6-0.8-0.3-1.5%2C0-2c0.4-0.8%2C1.1-1.4%2C1.7-2%0A%09%09c0.7-0.6%2C1.6-0.4%2C2.4-0.4c0.7%2C0.1%2C1%2C0.8%2C1.1%2C1.3c0.2%2C0.6%2C0.3%2C1.5%2C0.2%2C2.1c-0.2%2C0.9-0.3%2C1.9-1.5%2C2.3C34.5%2C21.2%2C33.8%2C21.5%2C33.6%2C22z%22%0A%09%09/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M19.6%2C21.4c-1.2-0.4-1.2-1.5-1.3-2.4c0-0.5%2C0.2-0.9%2C0.9-1.1c0.5-0.2%2C1-0.5%2C1.4-0.9c0.6-0.5%2C0.9-0.5%2C1.7-0.1%0A%09%09c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1c0.7%2C0%2C1.1%2C0.5%2C1.2%2C1.1c0.2%2C1.1%2C0.1%2C2.1-0.8%2C3C22.8%2C21.3%2C20.5%2C21.7%2C19.6%2C21.4z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.3%2C21.9c-0.8%2C0.4-1.9%2C0-2.5-0.7c-0.4-0.5-1-1.2-0.6-2.1c0.3-0.7%2C0.2-1.6%2C1.1-1.9c0.4-0.2%2C0.7-0.5%2C1.2-0.1%0A%09%09c0.1%2C0.1%2C0.4%2C0.1%2C0.6-0.1c0.5-0.5%2C0.9-0.2%2C1.3%2C0.1c1.1%2C0.9%2C1.7%2C2%2C0.9%2C3.5C10%2C21.2%2C8.9%2C21.7%2C8.3%2C21.9z%22/%3E%0A%3C/g%3E%0A%3C/svg%3E");
}

.theme-nature .c-hr-origin--4 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(255, 155, 4, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-271.5%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-271.5%2C417.3-271.5%2C417.5-271.5%2C417.7C-271.5%2C417.6-271.5%2C417.6-271.5%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-261.6%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-261.6%2C417.3-261.6%2C417.5-261.6%2C417.7C-261.6%2C417.6-261.6%2C417.6-261.6%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-251.7%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-251.7%2C417.3-251.7%2C417.5-251.7%2C417.7C-251.7%2C417.6-251.7%2C417.6-251.7%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-241.8%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-241.9%2C417.3-241.8%2C417.5-241.8%2C417.7C-241.8%2C417.6-241.8%2C417.6-241.8%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E%0A");
}

.theme-nature .c-hr-origin--5 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(255, 155, 4, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M-241.7%2C420.3c-2%2C0.2-4%2C0.7-4.8%2C2.5c-0.4-0.5-0.9-1-1.3-1.5c-0.3-0.4-0.6-0.7-1-1.1c-0.7-0.7-1.3-1.4-2-2.1%0A%09c-0.8-0.8-2-1-3-1.5c-1.4-0.7-2.9-0.9-4.5-0.9c-1.1%2C0-2.2%2C0.2-3.2%2C0.3c-3.2%2C0.1-6.3%2C0.7-9.3%2C1.7c-1.3%2C0.4-2.6%2C0.9-3.6%2C1.9%0A%09c-0.6%2C0.6-1.4%2C1.5-2%2C2c-0.3%2C0.3-0.5%2C0.5-0.7%2C0.5l0%2C2c0.3%2C0%2C0.4-0.2%2C0.6-0.3c0.2-0.1%2C0.3-0.3%2C0.5-0.5c1.3-1.6%2C2.7-3.6%2C4.9-4.4%0A%09c1.4-0.5%2C2.8-1%2C4.3-1.3c1.5-0.3%2C3-0.5%2C4.6-0.7c1.3-0.1%2C2.6-0.2%2C4-0.2c1.7-0.1%2C3.2%2C0.6%2C4.8%2C1c0.7%2C0.1%2C1.4%2C0.8%2C1.9%2C1.3%0A%09c0.7%2C0.6%2C1.1%2C1.4%2C1.8%2C2c1.3%2C1.1%2C1.9%2C2.4%2C2.4%2C3.8c0.2%2C0.6%2C0.5%2C0.5%2C1%2C0.5c0.6-0.1%2C0.8-0.5%2C0.9-1c0.2-0.8%2C0.5-1.6%2C1.4-2.1%0A%09c0.2-0.1%2C0.4-0.3%2C0.7-0.4c0.7-0.2%2C1.5-0.6%2C2.3-0.6c1.8%2C0.2%2C3%2C1.1%2C3.3%2C2.7c0%2C0.1%2C0.1%2C0.2%2C0.3%2C0.3c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0v-2.1%0A%09C-237.7%2C421-239.9%2C420.1-241.7%2C420.3z%22/%3E%0A%3C/svg%3E%0A");
}

.theme-nature .c-hr-origin--6 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0Apath%7Bfill%3Argba(255, 155, 4, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20d%3D%22M3.2%2C23.2L3.2%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.2-0.1-0.4-0.4-0.6-0.5%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2C4.3%2C18%2C4%2C18.4%2C3.6%2C18.8c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09s0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C2.9%2C23.7%2C3%2C23.7%2C3.2%2C23.2z%20M1.6%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6c0.4-0.2%2C0.7-0.5%2C1-0.7%0A%09c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3s1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1%0A%09c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6C4.7%2C21%2C4%2C21.7%2C3.1%2C22.5c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4%0A%09C2.4%2C22.5%2C2%2C22.1%2C1.6%2C21.7z%22/%3E%0A%3Cpath%20d%3D%22M17%2C23.2L17%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.1-0.2-0.4-0.4-0.5-0.6%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2c-0.5%2C0.4-0.9%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09c0.2%2C0.2%2C0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C16.6%2C23.7%2C16.7%2C23.7%2C17%2C23.2z%20M15.4%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6%0A%09c0.4-0.2%2C0.7-0.5%2C1-0.7c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3c0.9-0.7%2C1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9%0A%09c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6%0A%09c-0.9%2C0.7-1.6%2C1.5-2.5%2C2.2c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4C16.1%2C22.5%2C15.8%2C22.1%2C15.4%2C21.7z%22/%3E%0A%3Cpath%20d%3D%22M30.8%2C23.2L30.8%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.1-0.2-0.4-0.4-0.5-0.6%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2c-0.5%2C0.4-0.9%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09c0.2%2C0.2%2C0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C30.4%2C23.7%2C30.6%2C23.7%2C30.8%2C23.2z%20M29.2%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6%0A%09c0.4-0.2%2C0.7-0.5%2C1-0.7c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3s1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9c0.1%2C0%2C0.2%2C0%2C0.4%2C0%0A%09c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6c-0.9%2C0.7-1.6%2C1.5-2.5%2C2.2%0A%09c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4C29.9%2C22.5%2C29.6%2C22.1%2C29.2%2C21.7z%22/%3E%0A%3C/svg%3E%0A");
}

.theme-nature .c-img-icon {
  background-color: #FF9B04;
}

.theme-nature .c-symbol {
  background-color: #FF9B04;
}

.theme-nature .c-thead--color thead th,
.theme-nature .c-thead--color thead td {
  background-color: white;
}

.theme-nature .c-thead--color-invert thead th,
.theme-nature .c-thead--color-invert thead td {
  background-color: #FF9B04;
}

.theme-nature .p-article-point__header {
  background-color: #FF9B04;
}

.theme-nature .p-card-voice-bordered {
  border-top-color: #FF9B04;
}

.theme-nature .p-card-voice-bordered__img img {
  border-color: #FF9B04;
}

.theme-nature .p-form-simple .c-form-control-label {
  color: #FF9B04;
}

.theme-nature .p-form-simple input[type="text"]:focus,
.theme-nature .p-form-simple input[type="email"]:focus {
  background-color: #fffdf9;
  box-shadow: inset 0 -2px 0 0 #FF9B04;
}

.theme-nature .p-form-simple textarea:focus {
  background-color: #fffdf9;
  border-color: #FF9B04;
}

.theme-nature .p-header--theme-color {
  background-color: #FF9B04;
}

.theme-nature .p-heading-arrow {
  background-color: #FF9B04;
}

.theme-nature .p-heading-arrow:before, .theme-nature .p-heading-arrow:after {
  background-color: #FFF;
}

.theme-nature .p-heading-arrow:before,
.theme-nature .p-heading-arrow:after {
  background-color: #FFF;
}

.theme-nature .p-heading-arrow--v2 {
  background-color: #FF9B04;
}

.theme-nature .p-heading-arrow--v2:before {
  border-top-color: #FF9B04;
  background-color: transparent;
}

.theme-nature .p-heading-ribbon {
  background-image: -webkit-linear-gradient(transparent 8%, #ffce84 8%, #ffce84 14%, transparent 14%, transparent 86%, #ffce84 86%, #ffce84 92%, transparent 92%), -webkit-linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), -webkit-linear-gradient(45deg, transparent 40%, #ffecd0 40%, #ffecd0 60%, transparent 60%), -webkit-linear-gradient(white, white);
  background-image: linear-gradient(transparent 8%, #ffce84 8%, #ffce84 14%, transparent 14%, transparent 86%, #ffce84 86%, #ffce84 92%, transparent 92%), linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), linear-gradient(45deg, transparent 40%, #ffecd0 40%, #ffecd0 60%, transparent 60%), linear-gradient(white, white);
}

.theme-nature .p-heading-ribbon:before {
  border-top-color: #ffecd0;
  border-right-color: #ffecd0;
  border-bottom-color: #ffecd0;
}

.theme-nature .p-heading-ribbon:after {
  border-left-color: #ffecd0;
  border-top-color: #ffecd0;
  border-bottom-color: #ffecd0;
}

.theme-nature .p-heading-ribbon__body:before, .theme-nature .p-heading-ribbon__body:after {
  border-color: #ffaf37 transparent transparent transparent;
}

.theme-nature .p-heading-ribbon--flat {
  background: #FF9B04;
}

.theme-nature .p-heading-ribbon--flat:before {
  border-top-color: #f49300;
  border-right-color: #f49300;
  border-bottom-color: #f49300;
}

.theme-nature .p-heading-ribbon--flat:after {
  border-left-color: #f49300;
  border-top-color: #f49300;
  border-bottom-color: #f49300;
}

.theme-nature .p-heading-btm-bdr:after {
  border-top-color: #FF9B04;
}

.theme-nature .p-heading-double-bdr {
  border-color: #FF9B04;
}

.theme-nature .p-heading-double-bdr--updown:before {
  border-top-color: #FF9B04;
  border-bottom-color: #FF9B04;
}

.theme-nature .p-heading-double-bdr--updown:after {
  border-top-color: #FF9B04;
  border-bottom-color: #FF9B04;
}

.theme-nature .p-heading-put-on-bdr__inner:before, .theme-nature .p-heading-put-on-bdr__inner:after {
  background-color: #FF9B04;
}

.theme-nature .p-heading-balloon {
  background-color: #ffecd0;
}

.theme-nature .p-heading-balloon:after {
  border-top-color: #ffecd0;
}

.theme-nature .p-heading-balloon--invert {
  background-color: #FF9B04;
}

.theme-nature .p-heading-balloon--invert:after {
  border-top-color: #FF9B04;
}

.theme-nature .p-heading-balloon--ghost {
  border-color: #FF9B04;
}

.theme-nature .p-heading-balloon--ghost:before {
  border-top-color: #FF9B04;
}

.theme-nature .p-heading-dogear {
  background-color: #ffecd0;
}

.theme-nature .p-heading-dogear:after {
  border-color: #FFF #FFF #FF9B04 #FF9B04;
}

.theme-nature .p-heading-marker:after {
  background-color: #ffd89d;
}

.theme-nature .p-heading-accent:before {
  background-color: #FF9B04;
}

.theme-nature .p-heading-accent:after {
  background: #ffd89d;
}

.theme-nature .p-list-step {
  color: #FF9B04;
}

.theme-nature .p-list-step__body {
  border-left-color: #FF9B04;
}

.theme-nature .p-list-step-has-img:not(:last-child) .c-border:before {
  height: 0;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #FF9B04;
}

.theme-nature .p-others-timeline__date {
  color: #FF9B04;
}

.theme-nature .p-order-ticket-2__price {
  color: #FFF7EC;
}

.theme-nature .p-order-card-bordered {
  border-top-color: #FF9B04;
}

.theme-nature .p-others-shop-menu__card {
  background-color: #fff;
  border: 0;
  box-shadow: none;
}

.theme-nature .p-others-shop-menu__label {
  background-color: #FF9B04;
}

.theme-nature .p-others-rectangle__item-inner {
  background-color: #FF9B04;
  color: #fff;
}

.theme-nature .p-timetable-item__subhead {
  background-color: white;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .theme-nature .p-timetable-item__time {
    background-color: #f7f7f7;
  }
}

.theme-nature .p-timetable-item:nth-child(odd) .p-timetable-item__time {
  background-color: #f7f7f7;
}

.theme-nature .p-funding-goal-borderd__flame {
  border-color: #FF9B04;
}

.theme-nature .p-premium-heading-arrow {
  background-color: #FF9B04;
}

.theme-nature .p-premium-heading-arrow:before,
.theme-nature .p-premium-heading-arrow:after {
  background-color: #FFF;
}

.theme-nature .p-premium-heading-arrow--v2 {
  background-color: #FF9B04;
}

.theme-nature .p-premium-heading-arrow--v2:before {
  border-top-color: #FF9B04;
}

.theme-nature .p-premium-heading-frame {
  background-color: #FF9B04;
  box-shadow: inset 0 0 0 5px #FF9B04, inset 0 0 0 6px #fff;
}

.theme-nature .p-premium-btn-set-2__heading {
  background-color: #FF9B04;
}

.theme-nature .p-premium-btn-set-3__wrapper {
  background-color: #FF9B04;
}

.theme-nature .p-premium-faq__icon--a {
  background-color: #FF9B04;
  color: #fff;
}

.theme-nature .p-premium-cards-img-left__label {
  background-color: #FF9B04;
}

.theme-nature .p-premium-sentence-merit__label {
  background-color: #FF9B04;
}

.theme-nature .p-premium-sentence-merit__header {
  border-color: #FF9B04;
}

.theme-nature .p-premium-profile__heading {
  background-color: #FF9B04;
}

.theme-nature .p-premium-profile__name {
  border-color: #FF9B04;
}

.theme-nature .p-premium-profile__subHeading {
  color: #FF9B04;
}

.theme-nature .p-premium-heading-grad {
  background-color: #FF9B04;
}

.theme-nature .p-premium-heading-grad__inner {
  background-color: #FF9B04;
}

.theme-nature .p-premium-btn a {
  background-color: #FFF7EC;
}

.theme-nature .p-premium-contact-set {
  background-color: #FF9B04;
  border-color: #d07d00;
}

.theme-nature .p-premium-contact-set__btn a {
  background-color: #FFF7EC;
}

.theme-nature .p-premium-steps__heading {
  border-color: #FF9B04;
}

.theme-nature .p-premium-steps__heading:after {
  background-color: #FF9B04;
}

.theme-nature .p-premium-steps__item-header {
  background-color: #FF9B04;
}

.theme-nature .p-premium-steps__item-num {
  color: #FF9B04;
}

.theme-nature .p-premium-steps__item-img {
  box-shadow: #FF9B04 0 0 0 3px;
}

.theme-nature .p-premium-steps__arrow:after {
  border-left-color: #FF9B04;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .theme-nature .p-premium-steps__arrow:after {
    border-left-color: transparent;
    border-top-color: #FF9B04;
  }
}

.theme-nature .p-premium-interview__heading {
  background-color: #FF9B04;
}

.theme-nature .p-sentence-card {
  background-color: #fff6ea;
  border: 1px solid #FF9B04;
}

.theme-nature .u-color-theme-main {
  color: #FF9B04;
}

.theme-nature .u-color-theme-sub {
  color: #FFF7EC;
}

.theme-nature .u-color-theme-accent {
  color: #FFF850;
}

.theme-nature .c-symbol {
  background-color: #FFF7EC;
}

.theme-nature .p-recruit3-culture-support__top {
  background-color: #0E77D8;
}

.theme-nature .p-recruit3-culture-support .p-recruit3-culture__card__heading {
  color: #0E77D8;
}

.theme-nature .p-recruit3-culture-understanding__top {
  background-color: #00CE90;
}

.theme-nature .p-recruit3-culture-understanding .p-recruit3-culture__card__heading {
  color: #00CE90;
}

.theme-nature .p-recruit3-mission__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #FFF850 90%);
  background: linear-gradient(transparent 90%, #FFF850 90%);
}

.theme-nature .p-recruit3-about__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #FFF850 90%);
  background: linear-gradient(transparent 90%, #FFF850 90%);
  color: #FF9B04;
}

.theme-nature .p-recruit3-culture-heading__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #FFF850 90%);
  background: linear-gradient(transparent 90%, #FFF850 90%);
  color: #FF9B04;
}

.theme-nature .p-recruit3-interview__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #FFF850 90%);
  background: linear-gradient(transparent 90%, #FFF850 90%);
  color: #FF9B04;
}

.theme-nature .p-recruit3-job-list__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #FFF850 90%);
  background: linear-gradient(transparent 90%, #FFF850 90%);
  color: #FF9B04;
}

.theme-nature .p-recruit3-career-plan__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #FFF850 90%);
  background: linear-gradient(transparent 90%, #FFF850 90%);
  color: #FF9B04;
}

.theme-nature .p-recruit3-job-description__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #FFF850 90%);
  background: linear-gradient(transparent 90%, #FFF850 90%);
  color: #FF9B04;
}

.theme-nature .p-recruit3-form__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #FFF850 90%);
  background: linear-gradient(transparent 90%, #FFF850 90%);
}

.theme-nature .p-recruit3-mission {
  background-color: #FF9B04;
}

.theme-nature .p-recruit3-about {
  background-color: #FFF7EC;
}

.theme-nature .p-recruit3-about__img__bg-line {
  background-color: #ffeacd;
}

.theme-nature .p-recruit3-about__subhead {
  color: #FF9B04;
}

.theme-nature .p-recruit3-culture-welfare__heading__inner {
  background-color: #FF9B04;
}

.theme-nature .p-recruit3-culture-welfare .p-recruit3-culture__card__heading {
  color: #FF9B04;
}

.theme-nature .p-recruit3-atmosphere__top__bg-img:before {
  background-color: #FF9B04;
}

.theme-nature .p-recruit3-atmosphere__top__bg-img:after {
  background-color: #FFF850;
}

.theme-nature .p-recruit3-atmosphere__middle__heading {
  color: #FF9B04;
}

.theme-nature .p-recruit3-atmosphere__bottom__bg-img:before {
  background-color: #FFF850;
}

.theme-nature .p-recruit3-atmosphere__bottom__bg-img:after {
  background-color: #FF9B04;
}

.theme-nature .p-recruit3-interview {
  background-color: #FFF7EC;
}

.theme-nature .p-recruit3-interview__underlined-title {
  color: #FF9B04;
}

.theme-nature .p-recruit3-interview__card__label {
  background-color: #FF9B04;
}

.theme-nature .p-recruit3-interview__card__serif__title {
  color: #FF9B04;
}

.theme-nature .p-recruit3-job-list__underlined-title {
  color: #FF9B04;
}

.theme-nature .p-recruit3-job-list__card__title {
  color: #FF9B04;
}

.theme-nature .p-recruit3-career-plan__underlined-title {
  color: #FF9B04;
}

.theme-nature .p-recruit3-career-plan__card__title {
  color: #FF9B04;
}

.theme-nature .p-recruit3-job-description {
  background-color: #FFF7EC;
}

.theme-nature .p-recruit3-job-description__underlined-title {
  color: #FF9B04;
}

.theme-nature .p-recruit3-job-description__table__row__header {
  background-color: #ffeacd;
}

.theme-nature .p-recruit3-form {
  background-color: #FF9B04;
}

.theme-nature .p-recruit3-form .c-btn .btn-customform-submit {
  background-color: #FF9B04;
}

.theme-nature .p-recruit3-mission--has_angle--top {
  position: relative;
}

.theme-nature .p-recruit3-mission--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,155,4)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-nature .p-recruit3-about--has_angle--top {
  position: relative;
}

.theme-nature .p-recruit3-about--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,247,236)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-nature .p-recruit3-culture-heading--has_angle--top {
  position: relative;
}

.theme-nature .p-recruit3-culture-heading--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-nature .p-recruit3-atmosphere__inner--has_angle--top {
  position: relative;
}

.theme-nature .p-recruit3-atmosphere__inner--has_angle--top:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,50'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -50px;
}

.theme-nature .p-recruit3-atmosphere__inner--has_angle--bottom {
  position: relative;
}

.theme-nature .p-recruit3-atmosphere__inner--has_angle--bottom:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-nature .p-recruit3-interview--has_angle--top {
  position: relative;
}

.theme-nature .p-recruit3-interview--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,247,236)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-nature .p-recruit3-job-list--has_angle--top {
  position: relative;
}

.theme-nature .p-recruit3-job-list--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-nature .p-recruit3-job-description--has_angle--top {
  position: relative;
}

.theme-nature .p-recruit3-job-description--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,247,236)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-nature .p-recruit3-form--has_angle--top {
  position: relative;
}

.theme-nature .p-recruit3-form--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,155,4)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-nature .p-recruit3-footer--has_angle--top {
  position: relative;
}

.theme-nature .p-recruit3-footer--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-elegant {
  background-color: #FFF;
}

.theme-elegant .c-bg-grad {
  background-image: -webkit-linear-gradient(right, rgba(71, 98, 46, 0.9), rgba(46, 98, 65, 0.9));
  background-image: linear-gradient(to left, rgba(71, 98, 46, 0.9), rgba(46, 98, 65, 0.9));
}

.theme-elegant .c-bg-color {
  background-color: #fff;
}

.theme-elegant .c-border {
  border-color: #357037;
}

.theme-elegant .c-btn a,
.theme-elegant .c-btn input,
.theme-elegant .c-btn button {
  background-color: #357037;
}

.theme-elegant .c-btn--secondary a,
.theme-elegant .c-btn--secondary input,
.theme-elegant .c-btn--secondary button {
  background-color: #F1EBDB;
  color: #fff;
}

.theme-elegant .c-btn--invert a,
.theme-elegant .c-btn--invert input,
.theme-elegant .c-btn--invert button {
  color: #357037;
  background-color: #fff;
}

.theme-elegant .c-btn--ghost a,
.theme-elegant .c-btn--ghost input,
.theme-elegant .c-btn--ghost button {
  background: none;
  border-color: #357037;
  color: #357037;
}

.theme-elegant .c-btn--ghost.c-btn--secondary a,
.theme-elegant .c-btn--ghost.c-btn--secondary input,
.theme-elegant .c-btn--ghost.c-btn--secondary button {
  background: none;
  border-color: #F1EBDB;
  color: #F1EBDB;
}

.theme-elegant .c-btn--ghost-white a,
.theme-elegant .c-btn--ghost-white input,
.theme-elegant .c-btn--ghost-white button {
  background: none;
}

.theme-elegant .c-form input[type="text"]:focus,
.theme-elegant .c-form input[type="email"]:focus,
.theme-elegant .c-form textarea:focus,
.theme-elegant .c-form select:focus {
  border-color: #357037;
  box-shadow: 0 0 6px 0 #7dc17f;
}

.theme-elegant .c-heading--bdr-btm, .theme-elegant .c-heading--bdr-thin-btm {
  border-bottom-color: #357037;
}

.theme-elegant .c-hr-dashed,
.theme-elegant .c-hr-dotted,
.theme-elegant .c-hr-double,
.theme-elegant .c-hr-solid {
  border-color: #357037;
}

.theme-elegant .c-hr-origin {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(53, 112, 55, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M37.4%2C18.4c-0.8%2C0.4-1.5%2C0.9-2.3%2C1.4c-0.5%2C0.3-1.1%2C0.8-1.6%2C0.8c-0.8%2C0.1-1.6%2C0.8-2.4%2C0.3%0A%09c-0.6-0.3-1.2-0.2-1.7-0.2c-0.9%2C0-1.8-0.2-2.7-0.2c-0.8%2C0-1.6%2C0.2-2.4%2C0.2c-0.7%2C0-1.3%2C0-2-0.1c-0.6%2C0-1.3%2C0-1.9-0.2%0A%09c-1-0.4-1.9-1.3-2.9-2c-0.3-0.3-0.7-0.6-1.1-0.5c-0.6%2C0.1-1.1-0.3-1.7%2C0c-0.6%2C0.3-1.2%2C0.3-1.9%2C0.5c-0.6%2C0.2-1.2%2C0.7-1.8%2C0.9%0A%09c-0.7%2C0.2-1.3%2C0.4-1.9%2C0.9c-0.1%2C0.1-0.3%2C0.3-0.4%2C0.3c-0.4%2C0-0.7-0.2-1.1%2C0c-0.9%2C0.5-1.8%2C0.2-2.6%2C0.3c-0.3%2C0-0.6-0.3-1-0.5%0A%09c-1-0.6-2-1.2-3-1.8c-0.4-0.2-0.7-0.4-1.1-0.4v1.4c0.7%2C0.1%2C1.5%2C0.5%2C2.1%2C1.2c0.2%2C0.2%2C0.4%2C0.2%2C0.6%2C0.3c0.6%2C0.3%2C1.2%2C0.5%2C1.7%2C0.8%0A%09C4.7%2C22%2C4.8%2C22.1%2C5%2C22.1c0.6%2C0%2C1.1-0.1%2C1.7-0.1c0.6%2C0.1%2C1.2-0.1%2C1.8-0.5c0.1%2C0%2C0.1%2C0%2C0.2-0.1c0.6-0.2%2C1.2-0.4%2C1.8-0.6%0A%09c0.4-0.1%2C0.8-0.3%2C1.2-0.4c0.2-0.1%2C0.5-0.2%2C0.7-0.3c0%2C0%2C0.1-0.1%2C0.1-0.2c0.1-0.1%2C0.2-0.4%2C0.3-0.4c0.8-0.2%2C1.7-0.3%2C2.5-0.4%0A%09c0.3%2C0%2C0.5%2C0%2C0.8%2C0c0.5%2C0.2%2C1.1%2C0.3%2C1.6%2C0.7c0.8%2C0.6%2C1.6%2C1.3%2C2.5%2C1.5c0.7%2C0.2%2C1.5%2C0.4%2C2.2%2C0.4c0.7%2C0%2C1.4%2C0%2C2%2C0c0.5%2C0%2C1.1-0.2%2C1.6%2C0%0A%09c0.5%2C0.2%2C1-0.3%2C1.6-0.1c0.6%2C0.3%2C1.2%2C0%2C1.8%2C0c0.6%2C0%2C1.3%2C0.1%2C1.9%2C0.2c0.5%2C0%2C1%2C0.1%2C1.5%2C0c0.7-0.2%2C1.4-0.5%2C2.2-0.9%0A%09c0.8-0.4%2C1.6-1%2C2.4-1.4c0.8-0.4%2C2.6%2C0%2C2.6%2C0v-1.4c-0.5%2C0-0.8-0.2-1.3-0.1C38.3%2C18.2%2C37.8%2C18.2%2C37.4%2C18.4z%22/%3E%0A%3C/svg%3E");
}

.theme-elegant .c-hr-origin--2 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(53, 112, 55, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-265.9%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-265.5%2C417.9-265.8%2C417.8-265.9%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-252.8%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-252.4%2C417.9-252.7%2C417.8-252.8%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-239.8%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-239.3%2C417.9-239.6%2C417.8-239.8%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E");
}

.theme-elegant .c-hr-origin--3 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(53, 112, 55, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M33.6%2C22c-0.3%2C0.1-1.3-0.1-1.5-0.3c-0.5-0.5-1.1-0.9-1.5-1.5c-0.6-0.8-0.3-1.5%2C0-2c0.4-0.8%2C1.1-1.4%2C1.7-2%0A%09%09c0.7-0.6%2C1.6-0.4%2C2.4-0.4c0.7%2C0.1%2C1%2C0.8%2C1.1%2C1.3c0.2%2C0.6%2C0.3%2C1.5%2C0.2%2C2.1c-0.2%2C0.9-0.3%2C1.9-1.5%2C2.3C34.5%2C21.2%2C33.8%2C21.5%2C33.6%2C22z%22%0A%09%09/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M19.6%2C21.4c-1.2-0.4-1.2-1.5-1.3-2.4c0-0.5%2C0.2-0.9%2C0.9-1.1c0.5-0.2%2C1-0.5%2C1.4-0.9c0.6-0.5%2C0.9-0.5%2C1.7-0.1%0A%09%09c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1c0.7%2C0%2C1.1%2C0.5%2C1.2%2C1.1c0.2%2C1.1%2C0.1%2C2.1-0.8%2C3C22.8%2C21.3%2C20.5%2C21.7%2C19.6%2C21.4z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.3%2C21.9c-0.8%2C0.4-1.9%2C0-2.5-0.7c-0.4-0.5-1-1.2-0.6-2.1c0.3-0.7%2C0.2-1.6%2C1.1-1.9c0.4-0.2%2C0.7-0.5%2C1.2-0.1%0A%09%09c0.1%2C0.1%2C0.4%2C0.1%2C0.6-0.1c0.5-0.5%2C0.9-0.2%2C1.3%2C0.1c1.1%2C0.9%2C1.7%2C2%2C0.9%2C3.5C10%2C21.2%2C8.9%2C21.7%2C8.3%2C21.9z%22/%3E%0A%3C/g%3E%0A%3C/svg%3E");
}

.theme-elegant .c-hr-origin--4 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(53, 112, 55, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-271.5%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-271.5%2C417.3-271.5%2C417.5-271.5%2C417.7C-271.5%2C417.6-271.5%2C417.6-271.5%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-261.6%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-261.6%2C417.3-261.6%2C417.5-261.6%2C417.7C-261.6%2C417.6-261.6%2C417.6-261.6%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-251.7%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-251.7%2C417.3-251.7%2C417.5-251.7%2C417.7C-251.7%2C417.6-251.7%2C417.6-251.7%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-241.8%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-241.9%2C417.3-241.8%2C417.5-241.8%2C417.7C-241.8%2C417.6-241.8%2C417.6-241.8%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E%0A");
}

.theme-elegant .c-hr-origin--5 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(53, 112, 55, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M-241.7%2C420.3c-2%2C0.2-4%2C0.7-4.8%2C2.5c-0.4-0.5-0.9-1-1.3-1.5c-0.3-0.4-0.6-0.7-1-1.1c-0.7-0.7-1.3-1.4-2-2.1%0A%09c-0.8-0.8-2-1-3-1.5c-1.4-0.7-2.9-0.9-4.5-0.9c-1.1%2C0-2.2%2C0.2-3.2%2C0.3c-3.2%2C0.1-6.3%2C0.7-9.3%2C1.7c-1.3%2C0.4-2.6%2C0.9-3.6%2C1.9%0A%09c-0.6%2C0.6-1.4%2C1.5-2%2C2c-0.3%2C0.3-0.5%2C0.5-0.7%2C0.5l0%2C2c0.3%2C0%2C0.4-0.2%2C0.6-0.3c0.2-0.1%2C0.3-0.3%2C0.5-0.5c1.3-1.6%2C2.7-3.6%2C4.9-4.4%0A%09c1.4-0.5%2C2.8-1%2C4.3-1.3c1.5-0.3%2C3-0.5%2C4.6-0.7c1.3-0.1%2C2.6-0.2%2C4-0.2c1.7-0.1%2C3.2%2C0.6%2C4.8%2C1c0.7%2C0.1%2C1.4%2C0.8%2C1.9%2C1.3%0A%09c0.7%2C0.6%2C1.1%2C1.4%2C1.8%2C2c1.3%2C1.1%2C1.9%2C2.4%2C2.4%2C3.8c0.2%2C0.6%2C0.5%2C0.5%2C1%2C0.5c0.6-0.1%2C0.8-0.5%2C0.9-1c0.2-0.8%2C0.5-1.6%2C1.4-2.1%0A%09c0.2-0.1%2C0.4-0.3%2C0.7-0.4c0.7-0.2%2C1.5-0.6%2C2.3-0.6c1.8%2C0.2%2C3%2C1.1%2C3.3%2C2.7c0%2C0.1%2C0.1%2C0.2%2C0.3%2C0.3c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0v-2.1%0A%09C-237.7%2C421-239.9%2C420.1-241.7%2C420.3z%22/%3E%0A%3C/svg%3E%0A");
}

.theme-elegant .c-hr-origin--6 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0Apath%7Bfill%3Argba(53, 112, 55, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20d%3D%22M3.2%2C23.2L3.2%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.2-0.1-0.4-0.4-0.6-0.5%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2C4.3%2C18%2C4%2C18.4%2C3.6%2C18.8c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09s0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C2.9%2C23.7%2C3%2C23.7%2C3.2%2C23.2z%20M1.6%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6c0.4-0.2%2C0.7-0.5%2C1-0.7%0A%09c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3s1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1%0A%09c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6C4.7%2C21%2C4%2C21.7%2C3.1%2C22.5c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4%0A%09C2.4%2C22.5%2C2%2C22.1%2C1.6%2C21.7z%22/%3E%0A%3Cpath%20d%3D%22M17%2C23.2L17%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.1-0.2-0.4-0.4-0.5-0.6%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2c-0.5%2C0.4-0.9%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09c0.2%2C0.2%2C0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C16.6%2C23.7%2C16.7%2C23.7%2C17%2C23.2z%20M15.4%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6%0A%09c0.4-0.2%2C0.7-0.5%2C1-0.7c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3c0.9-0.7%2C1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9%0A%09c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6%0A%09c-0.9%2C0.7-1.6%2C1.5-2.5%2C2.2c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4C16.1%2C22.5%2C15.8%2C22.1%2C15.4%2C21.7z%22/%3E%0A%3Cpath%20d%3D%22M30.8%2C23.2L30.8%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.1-0.2-0.4-0.4-0.5-0.6%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2c-0.5%2C0.4-0.9%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09c0.2%2C0.2%2C0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C30.4%2C23.7%2C30.6%2C23.7%2C30.8%2C23.2z%20M29.2%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6%0A%09c0.4-0.2%2C0.7-0.5%2C1-0.7c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3s1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9c0.1%2C0%2C0.2%2C0%2C0.4%2C0%0A%09c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6c-0.9%2C0.7-1.6%2C1.5-2.5%2C2.2%0A%09c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4C29.9%2C22.5%2C29.6%2C22.1%2C29.2%2C21.7z%22/%3E%0A%3C/svg%3E%0A");
}

.theme-elegant .c-img-icon {
  background-color: #357037;
}

.theme-elegant .c-symbol {
  background-color: #357037;
}

.theme-elegant .c-thead--color thead th,
.theme-elegant .c-thead--color thead td {
  background-color: white;
}

.theme-elegant .c-thead--color-invert thead th,
.theme-elegant .c-thead--color-invert thead td {
  background-color: #357037;
}

.theme-elegant .p-article-point__header {
  background-color: #357037;
}

.theme-elegant .p-card-voice-bordered {
  border-top-color: #357037;
}

.theme-elegant .p-card-voice-bordered__img img {
  border-color: #357037;
}

.theme-elegant .p-form-simple .c-form-control-label {
  color: #357037;
}

.theme-elegant .p-form-simple input[type="text"]:focus,
.theme-elegant .p-form-simple input[type="email"]:focus {
  background-color: #bbdfbc;
  box-shadow: inset 0 -2px 0 0 #357037;
}

.theme-elegant .p-form-simple textarea:focus {
  background-color: #bbdfbc;
  border-color: #357037;
}

.theme-elegant .p-header--theme-color {
  background-color: #357037;
}

.theme-elegant .p-heading-arrow {
  background-color: #357037;
}

.theme-elegant .p-heading-arrow:before, .theme-elegant .p-heading-arrow:after {
  background-color: #FFF;
}

.theme-elegant .p-heading-arrow:before,
.theme-elegant .p-heading-arrow:after {
  background-color: #FFF;
}

.theme-elegant .p-heading-arrow--v2 {
  background-color: #357037;
}

.theme-elegant .p-heading-arrow--v2:before {
  border-top-color: #357037;
  background-color: transparent;
}

.theme-elegant .p-heading-ribbon {
  background-image: -webkit-linear-gradient(transparent 8%, #6bb96e 8%, #6bb96e 14%, transparent 14%, transparent 86%, #6bb96e 86%, #6bb96e 92%, transparent 92%), -webkit-linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), -webkit-linear-gradient(45deg, transparent 40%, #9fd2a1 40%, #9fd2a1 60%, transparent 60%), -webkit-linear-gradient(white, white);
  background-image: linear-gradient(transparent 8%, #6bb96e 8%, #6bb96e 14%, transparent 14%, transparent 86%, #6bb96e 86%, #6bb96e 92%, transparent 92%), linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), linear-gradient(45deg, transparent 40%, #9fd2a1 40%, #9fd2a1 60%, transparent 60%), linear-gradient(white, white);
}

.theme-elegant .p-heading-ribbon:before {
  border-top-color: #9fd2a1;
  border-right-color: #9fd2a1;
  border-bottom-color: #9fd2a1;
}

.theme-elegant .p-heading-ribbon:after {
  border-left-color: #9fd2a1;
  border-top-color: #9fd2a1;
  border-bottom-color: #9fd2a1;
}

.theme-elegant .p-heading-ribbon__body:before, .theme-elegant .p-heading-ribbon__body:after {
  border-color: #459348 transparent transparent transparent;
}

.theme-elegant .p-heading-ribbon--flat {
  background: #357037;
}

.theme-elegant .p-heading-ribbon--flat:before {
  border-top-color: #306632;
  border-right-color: #306632;
  border-bottom-color: #306632;
}

.theme-elegant .p-heading-ribbon--flat:after {
  border-left-color: #306632;
  border-top-color: #306632;
  border-bottom-color: #306632;
}

.theme-elegant .p-heading-btm-bdr:after {
  border-top-color: #357037;
}

.theme-elegant .p-heading-double-bdr {
  border-color: #357037;
}

.theme-elegant .p-heading-double-bdr--updown:before {
  border-top-color: #357037;
  border-bottom-color: #357037;
}

.theme-elegant .p-heading-double-bdr--updown:after {
  border-top-color: #357037;
  border-bottom-color: #357037;
}

.theme-elegant .p-heading-put-on-bdr__inner:before, .theme-elegant .p-heading-put-on-bdr__inner:after {
  background-color: #357037;
}

.theme-elegant .p-heading-balloon {
  background-color: #9fd2a1;
}

.theme-elegant .p-heading-balloon:after {
  border-top-color: #9fd2a1;
}

.theme-elegant .p-heading-balloon--invert {
  background-color: #357037;
}

.theme-elegant .p-heading-balloon--invert:after {
  border-top-color: #357037;
}

.theme-elegant .p-heading-balloon--ghost {
  border-color: #357037;
}

.theme-elegant .p-heading-balloon--ghost:before {
  border-top-color: #357037;
}

.theme-elegant .p-heading-dogear {
  background-color: #9fd2a1;
}

.theme-elegant .p-heading-dogear:after {
  border-color: #FFF #FFF #357037 #357037;
}

.theme-elegant .p-heading-marker:after {
  background-color: #7dc17f;
}

.theme-elegant .p-heading-accent:before {
  background-color: #357037;
}

.theme-elegant .p-heading-accent:after {
  background: #7dc17f;
}

.theme-elegant .p-list-step {
  color: #357037;
}

.theme-elegant .p-list-step__body {
  border-left-color: #357037;
}

.theme-elegant .p-list-step-has-img:not(:last-child) .c-border:before {
  height: 0;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #357037;
}

.theme-elegant .p-others-timeline__date {
  color: #357037;
}

.theme-elegant .p-order-ticket-2__price {
  color: #F1EBDB;
}

.theme-elegant .p-order-card-bordered {
  border-top-color: #357037;
}

.theme-elegant .p-others-shop-menu__card {
  background-color: #fff;
  border: 0;
  box-shadow: none;
}

.theme-elegant .p-others-shop-menu__label {
  background-color: #357037;
}

.theme-elegant .p-others-rectangle__item-inner {
  background-color: #357037;
  color: #fff;
}

.theme-elegant .p-timetable-item__subhead {
  background-color: #c2e2c3;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .theme-elegant .p-timetable-item__time {
    background-color: #f7f7f7;
  }
}

.theme-elegant .p-timetable-item:nth-child(odd) .p-timetable-item__time {
  background-color: #f7f7f7;
}

.theme-elegant .p-funding-goal-borderd__flame {
  border-color: #357037;
}

.theme-elegant .p-premium-heading-arrow {
  background-color: #357037;
}

.theme-elegant .p-premium-heading-arrow:before,
.theme-elegant .p-premium-heading-arrow:after {
  background-color: #FFF;
}

.theme-elegant .p-premium-heading-arrow--v2 {
  background-color: #357037;
}

.theme-elegant .p-premium-heading-arrow--v2:before {
  border-top-color: #357037;
}

.theme-elegant .p-premium-heading-frame {
  background-color: #357037;
  box-shadow: inset 0 0 0 5px #357037, inset 0 0 0 6px #fff;
}

.theme-elegant .p-premium-btn-set-2__heading {
  background-color: #357037;
}

.theme-elegant .p-premium-btn-set-3__wrapper {
  background-color: #357037;
}

.theme-elegant .p-premium-faq__icon--a {
  background-color: #357037;
  color: #fff;
}

.theme-elegant .p-premium-cards-img-left__label {
  background-color: #357037;
}

.theme-elegant .p-premium-sentence-merit__label {
  background-color: #357037;
}

.theme-elegant .p-premium-sentence-merit__header {
  border-color: #357037;
}

.theme-elegant .p-premium-profile__heading {
  background-color: #357037;
}

.theme-elegant .p-premium-profile__name {
  border-color: #357037;
}

.theme-elegant .p-premium-profile__subHeading {
  color: #357037;
}

.theme-elegant .p-premium-heading-grad {
  background-color: #357037;
}

.theme-elegant .p-premium-heading-grad__inner {
  background-color: #357037;
}

.theme-elegant .p-premium-btn a {
  background-color: #F1EBDB;
}

.theme-elegant .p-premium-contact-set {
  background-color: #357037;
  border-color: #254d26;
}

.theme-elegant .p-premium-contact-set__btn a {
  background-color: #F1EBDB;
}

.theme-elegant .p-premium-steps__heading {
  border-color: #357037;
}

.theme-elegant .p-premium-steps__heading:after {
  background-color: #357037;
}

.theme-elegant .p-premium-steps__item-header {
  background-color: #357037;
}

.theme-elegant .p-premium-steps__item-num {
  color: #357037;
}

.theme-elegant .p-premium-steps__item-img {
  box-shadow: #357037 0 0 0 3px;
}

.theme-elegant .p-premium-steps__arrow:after {
  border-left-color: #357037;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .theme-elegant .p-premium-steps__arrow:after {
    border-left-color: transparent;
    border-top-color: #357037;
  }
}

.theme-elegant .p-premium-interview__heading {
  background-color: #357037;
}

.theme-elegant .p-sentence-card {
  background-color: #b1dab2;
  border: 1px solid #357037;
}

.theme-elegant .u-color-theme-main {
  color: #357037;
}

.theme-elegant .u-color-theme-sub {
  color: #F1EBDB;
}

.theme-elegant .u-color-theme-accent {
  color: #D7BF6C;
}

.theme-elegant .c-symbol {
  background-color: #F1EBDB;
}

.theme-elegant .p-recruit3-culture-support__top {
  background-color: #68ABDB;
}

.theme-elegant .p-recruit3-culture-support .p-recruit3-culture__card__heading {
  color: #68ABDB;
}

.theme-elegant .p-recruit3-culture-understanding__top {
  background-color: #B57F99;
}

.theme-elegant .p-recruit3-culture-understanding .p-recruit3-culture__card__heading {
  color: #B57F99;
}

.theme-elegant .p-recruit3-mission__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #D7BF6C 90%);
  background: linear-gradient(transparent 90%, #D7BF6C 90%);
}

.theme-elegant .p-recruit3-about__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #D7BF6C 90%);
  background: linear-gradient(transparent 90%, #D7BF6C 90%);
  color: #357037;
}

.theme-elegant .p-recruit3-culture-heading__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #D7BF6C 90%);
  background: linear-gradient(transparent 90%, #D7BF6C 90%);
  color: #357037;
}

.theme-elegant .p-recruit3-interview__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #D7BF6C 90%);
  background: linear-gradient(transparent 90%, #D7BF6C 90%);
  color: #357037;
}

.theme-elegant .p-recruit3-job-list__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #D7BF6C 90%);
  background: linear-gradient(transparent 90%, #D7BF6C 90%);
  color: #357037;
}

.theme-elegant .p-recruit3-career-plan__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #D7BF6C 90%);
  background: linear-gradient(transparent 90%, #D7BF6C 90%);
  color: #357037;
}

.theme-elegant .p-recruit3-job-description__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #D7BF6C 90%);
  background: linear-gradient(transparent 90%, #D7BF6C 90%);
  color: #357037;
}

.theme-elegant .p-recruit3-form__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #D7BF6C 90%);
  background: linear-gradient(transparent 90%, #D7BF6C 90%);
}

.theme-elegant .p-recruit3-mission {
  background-color: #357037;
}

.theme-elegant .p-recruit3-about {
  background-color: #F1EBDB;
}

.theme-elegant .p-recruit3-about__img__bg-line {
  background-color: #e8dfc5;
}

.theme-elegant .p-recruit3-about__subhead {
  color: #357037;
}

.theme-elegant .p-recruit3-culture-welfare__heading__inner {
  background-color: #357037;
}

.theme-elegant .p-recruit3-culture-welfare .p-recruit3-culture__card__heading {
  color: #357037;
}

.theme-elegant .p-recruit3-atmosphere__top__bg-img:before {
  background-color: #357037;
}

.theme-elegant .p-recruit3-atmosphere__top__bg-img:after {
  background-color: #D7BF6C;
}

.theme-elegant .p-recruit3-atmosphere__middle__heading {
  color: #357037;
}

.theme-elegant .p-recruit3-atmosphere__bottom__bg-img:before {
  background-color: #D7BF6C;
}

.theme-elegant .p-recruit3-atmosphere__bottom__bg-img:after {
  background-color: #357037;
}

.theme-elegant .p-recruit3-interview {
  background-color: #F1EBDB;
}

.theme-elegant .p-recruit3-interview__underlined-title {
  color: #357037;
}

.theme-elegant .p-recruit3-interview__card__label {
  background-color: #357037;
}

.theme-elegant .p-recruit3-interview__card__serif__title {
  color: #357037;
}

.theme-elegant .p-recruit3-job-list__underlined-title {
  color: #357037;
}

.theme-elegant .p-recruit3-job-list__card__title {
  color: #357037;
}

.theme-elegant .p-recruit3-career-plan__underlined-title {
  color: #357037;
}

.theme-elegant .p-recruit3-career-plan__card__title {
  color: #357037;
}

.theme-elegant .p-recruit3-job-description {
  background-color: #F1EBDB;
}

.theme-elegant .p-recruit3-job-description__underlined-title {
  color: #357037;
}

.theme-elegant .p-recruit3-job-description__table__row__header {
  background-color: #e8dfc5;
}

.theme-elegant .p-recruit3-form {
  background-color: #357037;
}

.theme-elegant .p-recruit3-form .c-btn .btn-customform-submit {
  background-color: #357037;
}

.theme-elegant .p-recruit3-mission--has_angle--top {
  position: relative;
}

.theme-elegant .p-recruit3-mission--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(53,112,55)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-elegant .p-recruit3-about--has_angle--top {
  position: relative;
}

.theme-elegant .p-recruit3-about--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(241,235,219)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-elegant .p-recruit3-culture-heading--has_angle--top {
  position: relative;
}

.theme-elegant .p-recruit3-culture-heading--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-elegant .p-recruit3-atmosphere__inner--has_angle--top {
  position: relative;
}

.theme-elegant .p-recruit3-atmosphere__inner--has_angle--top:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,50'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -50px;
}

.theme-elegant .p-recruit3-atmosphere__inner--has_angle--bottom {
  position: relative;
}

.theme-elegant .p-recruit3-atmosphere__inner--has_angle--bottom:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-elegant .p-recruit3-interview--has_angle--top {
  position: relative;
}

.theme-elegant .p-recruit3-interview--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(241,235,219)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-elegant .p-recruit3-job-list--has_angle--top {
  position: relative;
}

.theme-elegant .p-recruit3-job-list--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-elegant .p-recruit3-job-description--has_angle--top {
  position: relative;
}

.theme-elegant .p-recruit3-job-description--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(241,235,219)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-elegant .p-recruit3-form--has_angle--top {
  position: relative;
}

.theme-elegant .p-recruit3-form--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(53,112,55)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-elegant .p-recruit3-footer--has_angle--top {
  position: relative;
}

.theme-elegant .p-recruit3-footer--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-elegant .p-recruit3-mission {
  background-color: #796E58;
}

.theme-elegant .p-recruit3-mission--has_angle--top {
  position: relative;
}

.theme-elegant .p-recruit3-mission--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(121,110,88)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-elegant .p-recruit3-form {
  background-color: #796E58;
}

.theme-elegant .p-recruit3-form--has_angle--top {
  position: relative;
}

.theme-elegant .p-recruit3-form--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(121,110,88)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-elegant .p-recruit3-form .c-btn .btn-customform-submit {
  background-color: #796E58;
}

.theme-elegant .p-recruit3-about__underlined-title,
.theme-elegant .p-recruit3-culture-heading__underlined-title,
.theme-elegant .p-recruit3-interview__underlined-title,
.theme-elegant .p-recruit3-job-list__underlined-title,
.theme-elegant .p-recruit3-career-plan__underlined-title,
.theme-elegant .p-recruit3-job-description__underlined-title {
  color: #796E58;
}

.theme-dark {
  background-color: #FFF;
}

.theme-dark .c-bg-grad {
  background-image: -webkit-linear-gradient(right, rgba(246, 124, 184, 0.9), rgba(246, 166, 124, 0.9));
  background-image: linear-gradient(to left, rgba(246, 124, 184, 0.9), rgba(246, 166, 124, 0.9));
}

.theme-dark .c-bg-color {
  background-color: #fff;
}

.theme-dark .c-border {
  border-color: #F7908F;
}

.theme-dark .c-btn a,
.theme-dark .c-btn input,
.theme-dark .c-btn button {
  background-color: #F7908F;
}

.theme-dark .c-btn--secondary a,
.theme-dark .c-btn--secondary input,
.theme-dark .c-btn--secondary button {
  background-color: #FFF6F6;
  color: #fff;
}

.theme-dark .c-btn--invert a,
.theme-dark .c-btn--invert input,
.theme-dark .c-btn--invert button {
  color: #F7908F;
  background-color: #fff;
}

.theme-dark .c-btn--ghost a,
.theme-dark .c-btn--ghost input,
.theme-dark .c-btn--ghost button {
  background: none;
  border-color: #F7908F;
  color: #F7908F;
}

.theme-dark .c-btn--ghost.c-btn--secondary a,
.theme-dark .c-btn--ghost.c-btn--secondary input,
.theme-dark .c-btn--ghost.c-btn--secondary button {
  background: none;
  border-color: #FFF6F6;
  color: #FFF6F6;
}

.theme-dark .c-btn--ghost-white a,
.theme-dark .c-btn--ghost-white input,
.theme-dark .c-btn--ghost-white button {
  background: none;
}

.theme-dark .c-form input[type="text"]:focus,
.theme-dark .c-form input[type="email"]:focus,
.theme-dark .c-form textarea:focus,
.theme-dark .c-form select:focus {
  border-color: #F7908F;
  box-shadow: 0 0 6px 0 white;
}

.theme-dark .c-heading--bdr-btm, .theme-dark .c-heading--bdr-thin-btm {
  border-bottom-color: #F7908F;
}

.theme-dark .c-hr-dashed,
.theme-dark .c-hr-dotted,
.theme-dark .c-hr-double,
.theme-dark .c-hr-solid {
  border-color: #F7908F;
}

.theme-dark .c-hr-origin {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(247, 144, 143, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M37.4%2C18.4c-0.8%2C0.4-1.5%2C0.9-2.3%2C1.4c-0.5%2C0.3-1.1%2C0.8-1.6%2C0.8c-0.8%2C0.1-1.6%2C0.8-2.4%2C0.3%0A%09c-0.6-0.3-1.2-0.2-1.7-0.2c-0.9%2C0-1.8-0.2-2.7-0.2c-0.8%2C0-1.6%2C0.2-2.4%2C0.2c-0.7%2C0-1.3%2C0-2-0.1c-0.6%2C0-1.3%2C0-1.9-0.2%0A%09c-1-0.4-1.9-1.3-2.9-2c-0.3-0.3-0.7-0.6-1.1-0.5c-0.6%2C0.1-1.1-0.3-1.7%2C0c-0.6%2C0.3-1.2%2C0.3-1.9%2C0.5c-0.6%2C0.2-1.2%2C0.7-1.8%2C0.9%0A%09c-0.7%2C0.2-1.3%2C0.4-1.9%2C0.9c-0.1%2C0.1-0.3%2C0.3-0.4%2C0.3c-0.4%2C0-0.7-0.2-1.1%2C0c-0.9%2C0.5-1.8%2C0.2-2.6%2C0.3c-0.3%2C0-0.6-0.3-1-0.5%0A%09c-1-0.6-2-1.2-3-1.8c-0.4-0.2-0.7-0.4-1.1-0.4v1.4c0.7%2C0.1%2C1.5%2C0.5%2C2.1%2C1.2c0.2%2C0.2%2C0.4%2C0.2%2C0.6%2C0.3c0.6%2C0.3%2C1.2%2C0.5%2C1.7%2C0.8%0A%09C4.7%2C22%2C4.8%2C22.1%2C5%2C22.1c0.6%2C0%2C1.1-0.1%2C1.7-0.1c0.6%2C0.1%2C1.2-0.1%2C1.8-0.5c0.1%2C0%2C0.1%2C0%2C0.2-0.1c0.6-0.2%2C1.2-0.4%2C1.8-0.6%0A%09c0.4-0.1%2C0.8-0.3%2C1.2-0.4c0.2-0.1%2C0.5-0.2%2C0.7-0.3c0%2C0%2C0.1-0.1%2C0.1-0.2c0.1-0.1%2C0.2-0.4%2C0.3-0.4c0.8-0.2%2C1.7-0.3%2C2.5-0.4%0A%09c0.3%2C0%2C0.5%2C0%2C0.8%2C0c0.5%2C0.2%2C1.1%2C0.3%2C1.6%2C0.7c0.8%2C0.6%2C1.6%2C1.3%2C2.5%2C1.5c0.7%2C0.2%2C1.5%2C0.4%2C2.2%2C0.4c0.7%2C0%2C1.4%2C0%2C2%2C0c0.5%2C0%2C1.1-0.2%2C1.6%2C0%0A%09c0.5%2C0.2%2C1-0.3%2C1.6-0.1c0.6%2C0.3%2C1.2%2C0%2C1.8%2C0c0.6%2C0%2C1.3%2C0.1%2C1.9%2C0.2c0.5%2C0%2C1%2C0.1%2C1.5%2C0c0.7-0.2%2C1.4-0.5%2C2.2-0.9%0A%09c0.8-0.4%2C1.6-1%2C2.4-1.4c0.8-0.4%2C2.6%2C0%2C2.6%2C0v-1.4c-0.5%2C0-0.8-0.2-1.3-0.1C38.3%2C18.2%2C37.8%2C18.2%2C37.4%2C18.4z%22/%3E%0A%3C/svg%3E");
}

.theme-dark .c-hr-origin--2 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(247, 144, 143, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-265.9%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-265.5%2C417.9-265.8%2C417.8-265.9%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-252.8%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-252.4%2C417.9-252.7%2C417.8-252.8%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-239.8%2C417.5c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.3-0.5-0.5-1%2C0%0A%09%09%09c-0.3%2C0.3-0.6%2C0.7-0.9%2C1c-0.3%2C0.3-0.7%2C0.6-1%2C0.9c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5c-0.4%2C0.3-0.7%2C0.8-1.1%2C1.1c-0.4%2C0.3-0.6%2C0.7-1%2C1%0A%09%09%09c-0.3%2C0.3-0.6%2C0.6-0.9%2C0.9c-0.4%2C0.4-0.8%2C0.8-1.4%2C1c-0.2%2C0.1-0.4%2C0.5-0.2%2C0.6c0.2%2C0.2%2C0.5%2C0.5%2C0.7%2C0.7c0.3%2C0.3%2C0.8%2C0.5%2C0.7%2C1.1%0A%09%09%09c0.5%2C0.1%2C0.5%2C0.1%2C0.7-0.3c0%2C0%2C0-0.1%2C0-0.1c0.7-0.7%2C1.3-1.4%2C2-2.2c0.2-0.3%2C0.5-0.5%2C0.7-0.7c0.3-0.3%2C0.7-0.6%2C1-0.9%0A%09%09%09c0.3-0.3%2C0.5-0.6%2C0.8-0.8c0.5-0.5%2C1-0.9%2C1.5-1.3c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.2-0.1%2C0.3-0.2%2C0.3-0.4%0A%09%09%09C-239.3%2C417.9-239.6%2C417.8-239.8%2C417.5z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E");
}

.theme-dark .c-hr-origin--3 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(247, 144, 143, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M33.6%2C22c-0.3%2C0.1-1.3-0.1-1.5-0.3c-0.5-0.5-1.1-0.9-1.5-1.5c-0.6-0.8-0.3-1.5%2C0-2c0.4-0.8%2C1.1-1.4%2C1.7-2%0A%09%09c0.7-0.6%2C1.6-0.4%2C2.4-0.4c0.7%2C0.1%2C1%2C0.8%2C1.1%2C1.3c0.2%2C0.6%2C0.3%2C1.5%2C0.2%2C2.1c-0.2%2C0.9-0.3%2C1.9-1.5%2C2.3C34.5%2C21.2%2C33.8%2C21.5%2C33.6%2C22z%22%0A%09%09/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M19.6%2C21.4c-1.2-0.4-1.2-1.5-1.3-2.4c0-0.5%2C0.2-0.9%2C0.9-1.1c0.5-0.2%2C1-0.5%2C1.4-0.9c0.6-0.5%2C0.9-0.5%2C1.7-0.1%0A%09%09c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1c0.7%2C0%2C1.1%2C0.5%2C1.2%2C1.1c0.2%2C1.1%2C0.1%2C2.1-0.8%2C3C22.8%2C21.3%2C20.5%2C21.7%2C19.6%2C21.4z%22/%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M8.3%2C21.9c-0.8%2C0.4-1.9%2C0-2.5-0.7c-0.4-0.5-1-1.2-0.6-2.1c0.3-0.7%2C0.2-1.6%2C1.1-1.9c0.4-0.2%2C0.7-0.5%2C1.2-0.1%0A%09%09c0.1%2C0.1%2C0.4%2C0.1%2C0.6-0.1c0.5-0.5%2C0.9-0.2%2C1.3%2C0.1c1.1%2C0.9%2C1.7%2C2%2C0.9%2C3.5C10%2C21.2%2C8.9%2C21.7%2C8.3%2C21.9z%22/%3E%0A%3C/g%3E%0A%3C/svg%3E");
}

.theme-dark .c-hr-origin--4 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(247, 144, 143, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-271.5%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-271.5%2C417.3-271.5%2C417.5-271.5%2C417.7C-271.5%2C417.6-271.5%2C417.6-271.5%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-261.6%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-261.6%2C417.3-261.6%2C417.5-261.6%2C417.7C-261.6%2C417.6-261.6%2C417.6-261.6%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-251.7%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-251.7%2C417.3-251.7%2C417.5-251.7%2C417.7C-251.7%2C417.6-251.7%2C417.6-251.7%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-241.8%2C417.7c0%2C1.2%2C0.1%2C2.3%2C0.1%2C3.5c0%2C0.5-0.1%2C1-0.1%2C1.6c0%2C0.5%2C0%2C1.1%2C0.1%2C1.6c0.1%2C0.4-0.2%2C0.4-0.4%2C0.4%0A%09%09%09c-0.1%2C0-0.3-0.2-0.3-0.4c0-0.3%2C0-0.7%2C0-1c0-1.2%2C0-2.4%2C0-3.6c0-0.6-0.1-1.3-0.2-1.9c0-0.1%2C0-0.2%2C0-0.2c0-0.6%2C0.2-0.8%2C0.7-0.4%0A%09%09%09C-241.9%2C417.3-241.8%2C417.5-241.8%2C417.7C-241.8%2C417.6-241.8%2C417.6-241.8%2C417.7z%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E%0A");
}

.theme-dark .c-hr-origin--5 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%22-277%20400.9%2040%2040%22%20style%3D%22enable-background%3Anew%20-277%20400.9%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3Argba(247, 144, 143, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M-241.7%2C420.3c-2%2C0.2-4%2C0.7-4.8%2C2.5c-0.4-0.5-0.9-1-1.3-1.5c-0.3-0.4-0.6-0.7-1-1.1c-0.7-0.7-1.3-1.4-2-2.1%0A%09c-0.8-0.8-2-1-3-1.5c-1.4-0.7-2.9-0.9-4.5-0.9c-1.1%2C0-2.2%2C0.2-3.2%2C0.3c-3.2%2C0.1-6.3%2C0.7-9.3%2C1.7c-1.3%2C0.4-2.6%2C0.9-3.6%2C1.9%0A%09c-0.6%2C0.6-1.4%2C1.5-2%2C2c-0.3%2C0.3-0.5%2C0.5-0.7%2C0.5l0%2C2c0.3%2C0%2C0.4-0.2%2C0.6-0.3c0.2-0.1%2C0.3-0.3%2C0.5-0.5c1.3-1.6%2C2.7-3.6%2C4.9-4.4%0A%09c1.4-0.5%2C2.8-1%2C4.3-1.3c1.5-0.3%2C3-0.5%2C4.6-0.7c1.3-0.1%2C2.6-0.2%2C4-0.2c1.7-0.1%2C3.2%2C0.6%2C4.8%2C1c0.7%2C0.1%2C1.4%2C0.8%2C1.9%2C1.3%0A%09c0.7%2C0.6%2C1.1%2C1.4%2C1.8%2C2c1.3%2C1.1%2C1.9%2C2.4%2C2.4%2C3.8c0.2%2C0.6%2C0.5%2C0.5%2C1%2C0.5c0.6-0.1%2C0.8-0.5%2C0.9-1c0.2-0.8%2C0.5-1.6%2C1.4-2.1%0A%09c0.2-0.1%2C0.4-0.3%2C0.7-0.4c0.7-0.2%2C1.5-0.6%2C2.3-0.6c1.8%2C0.2%2C3%2C1.1%2C3.3%2C2.7c0%2C0.1%2C0.1%2C0.2%2C0.3%2C0.3c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0v-2.1%0A%09C-237.7%2C421-239.9%2C420.1-241.7%2C420.3z%22/%3E%0A%3C/svg%3E%0A");
}

.theme-dark .c-hr-origin--6 {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0Apath%7Bfill%3Argba(247, 144, 143, 0.99)%3B%7D%0A%3C/style%3E%0A%3Cpath%20d%3D%22M3.2%2C23.2L3.2%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.2-0.1-0.4-0.4-0.6-0.5%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2C4.3%2C18%2C4%2C18.4%2C3.6%2C18.8c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09s0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C2.9%2C23.7%2C3%2C23.7%2C3.2%2C23.2z%20M1.6%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6c0.4-0.2%2C0.7-0.5%2C1-0.7%0A%09c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3s1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1%0A%09c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6C4.7%2C21%2C4%2C21.7%2C3.1%2C22.5c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4%0A%09C2.4%2C22.5%2C2%2C22.1%2C1.6%2C21.7z%22/%3E%0A%3Cpath%20d%3D%22M17%2C23.2L17%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.1-0.2-0.4-0.4-0.5-0.6%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2c-0.5%2C0.4-0.9%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09c0.2%2C0.2%2C0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C16.6%2C23.7%2C16.7%2C23.7%2C17%2C23.2z%20M15.4%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6%0A%09c0.4-0.2%2C0.7-0.5%2C1-0.7c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3c0.9-0.7%2C1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9%0A%09c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6%0A%09c-0.9%2C0.7-1.6%2C1.5-2.5%2C2.2c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4C16.1%2C22.5%2C15.8%2C22.1%2C15.4%2C21.7z%22/%3E%0A%3Cpath%20d%3D%22M30.8%2C23.2L30.8%2C23.2c0.9-0.9%2C1.7-1.7%2C2.6-2.5c0.2-0.2%2C0.6-0.6%2C0.9-0.9c0.4-0.4%2C0.9-0.7%2C1.2-1c0.4-0.2%2C0.6-0.6%2C1-1%0A%09c0.6-0.5%2C1.2-1%2C2-1.5c0.2-0.2%2C0.6-0.4%2C0.9-0.5c0.2-0.1%2C0.4-0.2%2C0.4-0.4c0-0.4-0.4-0.6-0.5-0.9c-0.1-0.2-0.4-0.4-0.5-0.6%0A%09c-0.1-0.1-0.2-0.2-0.4-0.4c-0.4-0.4-0.6-0.6-1.2%2C0c-0.4%2C0.4-0.7%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.9%2C0.7-1.4%2C1c-0.2%2C0.1-0.4%2C0.4-0.6%2C0.5%0A%09c-0.5%2C0.4-0.9%2C0.9-1.4%2C1.2c-0.5%2C0.4-0.9%2C0.7-1.2%2C1.1c-0.4%2C0.4-0.7%2C0.7-1.2%2C1c-0.5%2C0.4-1%2C1-1.7%2C1.1c-0.2%2C0.1-0.5%2C0.5-0.2%2C0.7%0A%09c0.2%2C0.2%2C0.6%2C0.5%2C0.9%2C0.7c0.4%2C0.4%2C1%2C0.6%2C1%2C1.2C30.4%2C23.7%2C30.6%2C23.7%2C30.8%2C23.2z%20M29.2%2C21.7c-0.2-0.2-0.2-0.5%2C0-0.6%0A%09c0.4-0.2%2C0.7-0.5%2C1-0.7c0.4-0.2%2C0.7-0.6%2C1.1-1c0.9-0.7%2C1.7-1.6%2C2.6-2.3s1.7-1.4%2C2.6-2c0.4-0.2%2C0.6-0.6%2C1-0.9c0.1%2C0%2C0.2%2C0%2C0.4%2C0%0A%09c0.4%2C0.2%2C0.6%2C0.6%2C0.9%2C1c0.2%2C0.2%2C0.2%2C0.4-0.1%2C0.5c-0.9%2C0.6-1.9%2C1.2-2.6%2C2c-1%2C0.9-1.9%2C1.7-2.8%2C2.6c-0.9%2C0.7-1.6%2C1.5-2.5%2C2.2%0A%09c-0.1%2C0.1-0.2%2C0.1-0.5%2C0.4C29.9%2C22.5%2C29.6%2C22.1%2C29.2%2C21.7z%22/%3E%0A%3C/svg%3E%0A");
}

.theme-dark .c-img-icon {
  background-color: #F7908F;
}

.theme-dark .c-symbol {
  background-color: #F7908F;
}

.theme-dark .c-thead--color thead th,
.theme-dark .c-thead--color thead td {
  background-color: white;
}

.theme-dark .c-thead--color-invert thead th,
.theme-dark .c-thead--color-invert thead td {
  background-color: #F7908F;
}

.theme-dark .p-article-point__header {
  background-color: #F7908F;
}

.theme-dark .p-card-voice-bordered {
  border-top-color: #F7908F;
}

.theme-dark .p-card-voice-bordered__img img {
  border-color: #F7908F;
}

.theme-dark .p-form-simple .c-form-control-label {
  color: #F7908F;
}

.theme-dark .p-form-simple input[type="text"]:focus,
.theme-dark .p-form-simple input[type="email"]:focus {
  background-color: white;
  box-shadow: inset 0 -2px 0 0 #F7908F;
}

.theme-dark .p-form-simple textarea:focus {
  background-color: white;
  border-color: #F7908F;
}

.theme-dark .p-header--theme-color {
  background-color: #F7908F;
}

.theme-dark .p-heading-arrow {
  background-color: #F7908F;
}

.theme-dark .p-heading-arrow:before, .theme-dark .p-heading-arrow:after {
  background-color: #FFF;
}

.theme-dark .p-heading-arrow:before,
.theme-dark .p-heading-arrow:after {
  background-color: #FFF;
}

.theme-dark .p-heading-arrow--v2 {
  background-color: #F7908F;
}

.theme-dark .p-heading-arrow--v2:before {
  border-top-color: #F7908F;
  background-color: transparent;
}

.theme-dark .p-heading-ribbon {
  background-image: -webkit-linear-gradient(transparent 8%, white 8%, white 14%, transparent 14%, transparent 86%, white 86%, white 92%, transparent 92%), -webkit-linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), -webkit-linear-gradient(45deg, transparent 40%, white 40%, white 60%, transparent 60%), -webkit-linear-gradient(white, white);
  background-image: linear-gradient(transparent 8%, white 8%, white 14%, transparent 14%, transparent 86%, white 86%, white 92%, transparent 92%), linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), linear-gradient(45deg, transparent 40%, white 40%, white 60%, transparent 60%), linear-gradient(white, white);
}

.theme-dark .p-heading-ribbon:before {
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
}

.theme-dark .p-heading-ribbon:after {
  border-left-color: white;
  border-top-color: white;
  border-bottom-color: white;
}

.theme-dark .p-heading-ribbon__body:before, .theme-dark .p-heading-ribbon__body:after {
  border-color: #fabfbf transparent transparent transparent;
}

.theme-dark .p-heading-ribbon--flat {
  background: #F7908F;
}

.theme-dark .p-heading-ribbon--flat:before {
  border-top-color: #f68281;
  border-right-color: #f68281;
  border-bottom-color: #f68281;
}

.theme-dark .p-heading-ribbon--flat:after {
  border-left-color: #f68281;
  border-top-color: #f68281;
  border-bottom-color: #f68281;
}

.theme-dark .p-heading-btm-bdr:after {
  border-top-color: #F7908F;
}

.theme-dark .p-heading-double-bdr {
  border-color: #F7908F;
}

.theme-dark .p-heading-double-bdr--updown:before {
  border-top-color: #F7908F;
  border-bottom-color: #F7908F;
}

.theme-dark .p-heading-double-bdr--updown:after {
  border-top-color: #F7908F;
  border-bottom-color: #F7908F;
}

.theme-dark .p-heading-put-on-bdr__inner:before, .theme-dark .p-heading-put-on-bdr__inner:after {
  background-color: #F7908F;
}

.theme-dark .p-heading-balloon {
  background-color: white;
}

.theme-dark .p-heading-balloon:after {
  border-top-color: white;
}

.theme-dark .p-heading-balloon--invert {
  background-color: #F7908F;
}

.theme-dark .p-heading-balloon--invert:after {
  border-top-color: #F7908F;
}

.theme-dark .p-heading-balloon--ghost {
  border-color: #F7908F;
}

.theme-dark .p-heading-balloon--ghost:before {
  border-top-color: #F7908F;
}

.theme-dark .p-heading-dogear {
  background-color: white;
}

.theme-dark .p-heading-dogear:after {
  border-color: #FFF #FFF #F7908F #F7908F;
}

.theme-dark .p-heading-marker:after {
  background-color: white;
}

.theme-dark .p-heading-accent:before {
  background-color: #F7908F;
}

.theme-dark .p-heading-accent:after {
  background: white;
}

.theme-dark .p-list-step {
  color: #F7908F;
}

.theme-dark .p-list-step__body {
  border-left-color: #F7908F;
}

.theme-dark .p-list-step-has-img:not(:last-child) .c-border:before {
  height: 0;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #F7908F;
}

.theme-dark .p-others-timeline__date {
  color: #F7908F;
}

.theme-dark .p-order-ticket-2__price {
  color: #FFF6F6;
}

.theme-dark .p-order-card-bordered {
  border-top-color: #F7908F;
}

.theme-dark .p-others-shop-menu__card {
  background-color: #fff;
  border: 0;
  box-shadow: none;
}

.theme-dark .p-others-shop-menu__label {
  background-color: #F7908F;
}

.theme-dark .p-others-rectangle__item-inner {
  background-color: #F7908F;
  color: #fff;
}

.theme-dark .p-timetable-item__subhead {
  background-color: white;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .theme-dark .p-timetable-item__time {
    background-color: #f7f7f7;
  }
}

.theme-dark .p-timetable-item:nth-child(odd) .p-timetable-item__time {
  background-color: #f7f7f7;
}

.theme-dark .p-funding-goal-borderd__flame {
  border-color: #F7908F;
}

.theme-dark .p-premium-heading-arrow {
  background-color: #F7908F;
}

.theme-dark .p-premium-heading-arrow:before,
.theme-dark .p-premium-heading-arrow:after {
  background-color: #FFF;
}

.theme-dark .p-premium-heading-arrow--v2 {
  background-color: #F7908F;
}

.theme-dark .p-premium-heading-arrow--v2:before {
  border-top-color: #F7908F;
}

.theme-dark .p-premium-heading-frame {
  background-color: #F7908F;
  box-shadow: inset 0 0 0 5px #F7908F, inset 0 0 0 6px #fff;
}

.theme-dark .p-premium-btn-set-2__heading {
  background-color: #F7908F;
}

.theme-dark .p-premium-btn-set-3__wrapper {
  background-color: #F7908F;
}

.theme-dark .p-premium-faq__icon--a {
  background-color: #F7908F;
  color: #fff;
}

.theme-dark .p-premium-cards-img-left__label {
  background-color: #F7908F;
}

.theme-dark .p-premium-sentence-merit__label {
  background-color: #F7908F;
}

.theme-dark .p-premium-sentence-merit__header {
  border-color: #F7908F;
}

.theme-dark .p-premium-profile__heading {
  background-color: #F7908F;
}

.theme-dark .p-premium-profile__name {
  border-color: #F7908F;
}

.theme-dark .p-premium-profile__subHeading {
  color: #F7908F;
}

.theme-dark .p-premium-heading-grad {
  background-color: #F7908F;
}

.theme-dark .p-premium-heading-grad__inner {
  background-color: #F7908F;
}

.theme-dark .p-premium-btn a {
  background-color: #FFF6F6;
}

.theme-dark .p-premium-contact-set {
  background-color: #F7908F;
  border-color: #f4615f;
}

.theme-dark .p-premium-contact-set__btn a {
  background-color: #FFF6F6;
}

.theme-dark .p-premium-steps__heading {
  border-color: #F7908F;
}

.theme-dark .p-premium-steps__heading:after {
  background-color: #F7908F;
}

.theme-dark .p-premium-steps__item-header {
  background-color: #F7908F;
}

.theme-dark .p-premium-steps__item-num {
  color: #F7908F;
}

.theme-dark .p-premium-steps__item-img {
  box-shadow: #F7908F 0 0 0 3px;
}

.theme-dark .p-premium-steps__arrow:after {
  border-left-color: #F7908F;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
  .theme-dark .p-premium-steps__arrow:after {
    border-left-color: transparent;
    border-top-color: #F7908F;
  }
}

.theme-dark .p-premium-interview__heading {
  background-color: #F7908F;
}

.theme-dark .p-sentence-card {
  background-color: white;
  border: 1px solid #F7908F;
}

.theme-dark .u-color-theme-main {
  color: #F7908F;
}

.theme-dark .u-color-theme-sub {
  color: #FFF6F6;
}

.theme-dark .u-color-theme-accent {
  color: #C6E3FF;
}

.theme-dark .c-symbol {
  background-color: #FFF6F6;
}

.theme-dark .p-m_navigation,
.theme-dark .p-header-nav-floating-btn,
.theme-dark .p-header-nav-floating-btn .p-m_navigation,
.theme-dark .p-premium-btn-set-3__body,
.theme-dark .p-article--bdr__box,
.theme-dark .p-article-point__box,
.theme-dark .p-sentence-set__box--bdr,
.theme-dark .p-list__box--bdr,
.theme-dark .p-article-point__border,
.theme-dark .p-btn-set-3__inner,
.theme-dark .p-order-ticket-2__inner,
.theme-dark .p-card-voice-bordered {
  background: #fff;
}

.theme-dark .p-premium-btn-set-3__body {
  color: #333333;
}

.theme-dark .p-list-step-has-img:not(:last-child) .c-border:after {
  border-top-color: #fff;
}

.theme-dark .p-btn-set-3,
.theme-dark .p-order-ticket-2,
.theme-dark .p-card-voice-bordered__heading {
  background-color: #F7908F;
}

.theme-dark .p-heading-ribbon {
  background-image: -webkit-linear-gradient(transparent 8%, #fabfbf 8%, #fabfbf 14%, transparent 14%, transparent 86%, #fabfbf 86%, #fabfbf 92%, transparent 92%), -webkit-linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), -webkit-linear-gradient(45deg, transparent 40%, #fcd7d6 40%, #fcd7d6 60%, transparent 60%), -webkit-linear-gradient(white, white);
  background-image: linear-gradient(transparent 8%, #fabfbf 8%, #fabfbf 14%, transparent 14%, transparent 86%, #fabfbf 86%, #fabfbf 92%, transparent 92%), linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), linear-gradient(45deg, transparent 40%, #fcd7d6 40%, #fcd7d6 60%, transparent 60%), linear-gradient(white, white);
}

.theme-dark .p-heading-ribbon:before {
  border-top-color: #fcd7d6;
  border-right-color: #fcd7d6;
  border-bottom-color: #fcd7d6;
}

.theme-dark .p-heading-ribbon:after {
  border-left-color: #fcd7d6;
  border-top-color: #fcd7d6;
  border-bottom-color: #fcd7d6;
}

.theme-dark .p-heading-ribbon__body:before, .theme-dark .p-heading-ribbon__body:after {
  border-color: #f9a8a7 transparent transparent transparent;
}

.theme-dark .p-heading-ribbon--flat {
  background: #F7908F;
}

.theme-dark .p-heading-ribbon--flat:before {
  border-top-color: #f68281;
  border-right-color: #f68281;
  border-bottom-color: #f68281;
}

.theme-dark .p-heading-ribbon--flat:after {
  border-left-color: #f68281;
  border-top-color: #f68281;
  border-bottom-color: #f68281;
}

.theme-dark .p-recruit3-culture-support__top {
  background-color: #F9AF6C;
}

.theme-dark .p-recruit3-culture-support .p-recruit3-culture__card__heading {
  color: #F9AF6C;
}

.theme-dark .p-recruit3-culture-understanding__top {
  background-color: #A1A1FF;
}

.theme-dark .p-recruit3-culture-understanding .p-recruit3-culture__card__heading {
  color: #A1A1FF;
}

.theme-dark .p-recruit3-mission__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #C6E3FF 90%);
  background: linear-gradient(transparent 90%, #C6E3FF 90%);
}

.theme-dark .p-recruit3-about__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #C6E3FF 90%);
  background: linear-gradient(transparent 90%, #C6E3FF 90%);
  color: #F7908F;
}

.theme-dark .p-recruit3-culture-heading__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #C6E3FF 90%);
  background: linear-gradient(transparent 90%, #C6E3FF 90%);
  color: #F7908F;
}

.theme-dark .p-recruit3-interview__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #C6E3FF 90%);
  background: linear-gradient(transparent 90%, #C6E3FF 90%);
  color: #F7908F;
}

.theme-dark .p-recruit3-job-list__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #C6E3FF 90%);
  background: linear-gradient(transparent 90%, #C6E3FF 90%);
  color: #F7908F;
}

.theme-dark .p-recruit3-career-plan__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #C6E3FF 90%);
  background: linear-gradient(transparent 90%, #C6E3FF 90%);
  color: #F7908F;
}

.theme-dark .p-recruit3-job-description__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #C6E3FF 90%);
  background: linear-gradient(transparent 90%, #C6E3FF 90%);
  color: #F7908F;
}

.theme-dark .p-recruit3-form__underlined-title {
  background: -webkit-linear-gradient(transparent 90%, #C6E3FF 90%);
  background: linear-gradient(transparent 90%, #C6E3FF 90%);
}

.theme-dark .p-recruit3-mission {
  background-color: #F7908F;
}

.theme-dark .p-recruit3-about {
  background-color: #FFF6F6;
}

.theme-dark .p-recruit3-about__img__bg-line {
  background-color: #ffd7d7;
}

.theme-dark .p-recruit3-about__subhead {
  color: #F7908F;
}

.theme-dark .p-recruit3-culture-welfare__heading__inner {
  background-color: #F7908F;
}

.theme-dark .p-recruit3-culture-welfare .p-recruit3-culture__card__heading {
  color: #F7908F;
}

.theme-dark .p-recruit3-atmosphere__top__bg-img:before {
  background-color: #F7908F;
}

.theme-dark .p-recruit3-atmosphere__top__bg-img:after {
  background-color: #C6E3FF;
}

.theme-dark .p-recruit3-atmosphere__middle__heading {
  color: #F7908F;
}

.theme-dark .p-recruit3-atmosphere__bottom__bg-img:before {
  background-color: #C6E3FF;
}

.theme-dark .p-recruit3-atmosphere__bottom__bg-img:after {
  background-color: #F7908F;
}

.theme-dark .p-recruit3-interview {
  background-color: #FFF6F6;
}

.theme-dark .p-recruit3-interview__underlined-title {
  color: #F7908F;
}

.theme-dark .p-recruit3-interview__card__label {
  background-color: #F7908F;
}

.theme-dark .p-recruit3-interview__card__serif__title {
  color: #F7908F;
}

.theme-dark .p-recruit3-job-list__underlined-title {
  color: #F7908F;
}

.theme-dark .p-recruit3-job-list__card__title {
  color: #F7908F;
}

.theme-dark .p-recruit3-career-plan__underlined-title {
  color: #F7908F;
}

.theme-dark .p-recruit3-career-plan__card__title {
  color: #F7908F;
}

.theme-dark .p-recruit3-job-description {
  background-color: #FFF6F6;
}

.theme-dark .p-recruit3-job-description__underlined-title {
  color: #F7908F;
}

.theme-dark .p-recruit3-job-description__table__row__header {
  background-color: #ffd7d7;
}

.theme-dark .p-recruit3-form {
  background-color: #F7908F;
}

.theme-dark .p-recruit3-form .c-btn .btn-customform-submit {
  background-color: #F7908F;
}

.theme-dark .p-recruit3-mission--has_angle--top {
  position: relative;
}

.theme-dark .p-recruit3-mission--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(247,144,143)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-dark .p-recruit3-about--has_angle--top {
  position: relative;
}

.theme-dark .p-recruit3-about--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,246,246)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-dark .p-recruit3-culture-heading--has_angle--top {
  position: relative;
}

.theme-dark .p-recruit3-culture-heading--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-dark .p-recruit3-atmosphere__inner--has_angle--top {
  position: relative;
}

.theme-dark .p-recruit3-atmosphere__inner--has_angle--top:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,50'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -50px;
}

.theme-dark .p-recruit3-atmosphere__inner--has_angle--bottom {
  position: relative;
}

.theme-dark .p-recruit3-atmosphere__inner--has_angle--bottom:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-dark .p-recruit3-interview--has_angle--top {
  position: relative;
}

.theme-dark .p-recruit3-interview--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,246,246)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-dark .p-recruit3-job-list--has_angle--top {
  position: relative;
}

.theme-dark .p-recruit3-job-list--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-dark .p-recruit3-job-description--has_angle--top {
  position: relative;
}

.theme-dark .p-recruit3-job-description--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,246,246)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-dark .p-recruit3-form--has_angle--top {
  position: relative;
}

.theme-dark .p-recruit3-form--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(247,144,143)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}

.theme-dark .p-recruit3-footer--has_angle--top {
  position: relative;
}

.theme-dark .p-recruit3-footer--has_angle--top:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -50px;
}