@import url(https://fonts.googleapis.com/css?family=Lexend+Deca&display=swap);
@charset "UTF-8";
/* stylelint-disable */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP"), url("https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-ExtraLight.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-ExtraLight.woff") format("woff"), url("https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-ExtraLight.otf") format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP"), url("https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Light.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Light.woff") format("woff"), url("https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Light.otf") format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), url("https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Regular.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Regular.woff") format("woff"), url("https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP"), url("https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.woff") format("woff"), url("https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.otf") format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP"), url("https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Bold.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Bold.woff") format("woff"), url("https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Bold.otf") format("opentype"); }

/* stylelint-enable */
* {
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

a {
  color: inherit;
  text-decoration: none; }

ul,
ol,
div {
  margin: 0;
  padding: 0; }

html {
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #ccc;
  font-size: 10px;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  text-align: justify;
  max-width: 1920px;
  margin: 0 auto;
  background: #000; }
  @media screen and (max-width: 980px) {
    html {
      min-width: 980px;
      width: 980px; } }
  @media screen and (max-width: 767px) {
    html {
      min-width: 100%;
      width: 100%; } }

.title-container {
  width: 100%;
  background: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    .title-container {
      padding: 30.8px 4% 23.32px;
      width: unset; } }
  .title-container.contact {
    background: transparent;
    padding: 80px 0 65px; }

.title {
  color: #bf002d;
  font-family: "Lexend Deca", sans-serif;
  font-size: 6rem;
  margin-bottom: 10px; }
  @media screen and (max-width: 600px) and (min-width: 320px) {
    .title {
      font-size: 4.5rem; } }
  .title span {
    color: #ccc;
    font-weight: 500; }
    .title span.gray {
      color: #666; }

.title-text {
  font-size: 2rem; }
  @media screen and (max-width: 767px) {
    .title-text {
      font-size: 1.8rem;
      text-align: center; } }
  @media screen and (max-width: 600px) and (min-width: 320px) {
    .title-text {
      font-size: 14.08px; } }
  .title-text.black {
    color: #333; }

input[type="text"],
input[type="email"] {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  outline: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0; }
  @media screen and (max-width: 767px) {
    input[type="text"],
    input[type="email"] {
      height: 30.8px;
      font-size: 1.6rem; } }

textarea {
  width: 100%;
  height: 220px;
  resize: none;
  border-radius: 6px;
  outline: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0; }
  @media screen and (max-width: 767px) {
    textarea {
      font-size: 1.6rem; } }

/* stylelint-disable */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + span,
[type="radio"]:not(:checked) + span {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    [type="radio"]:checked + span,
    [type="radio"]:not(:checked) + span {
      font-size: 14.08px;
      padding-left: 17.6px; } }

[type="radio"]:checked + span:before,
[type="radio"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  width: 15px;
  height: 15px;
  border: 2px solid #666;
  border-radius: 100%;
  background: #fff; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    [type="radio"]:checked + span:before,
    [type="radio"]:not(:checked) + span:before {
      bottom: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  @media screen and (max-width: 767px) {
    [type="radio"]:checked + span:before,
    [type="radio"]:not(:checked) + span:before {
      width: 9.68px;
      height: 9.68px; } }

[type="radio"]:checked + span:after,
[type="radio"]:not(:checked) + span:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #bf002d;
  position: absolute;
  top: 10px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media screen and (max-width: 767px) {
    [type="radio"]:checked + span:after,
    [type="radio"]:not(:checked) + span:after {
      width: 6.16px;
      height: 6.16px;
      top: 8.5px;
      left: 4px; } }

[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0); }

[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1); }

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:checked + span,
[type="checkbox"]:not(:checked) + span {
  position: relative;
  padding-left: 21px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    [type="checkbox"]:checked + span,
    [type="checkbox"]:not(:checked) + span {
      font-size: 12.32px; } }

[type="checkbox"]:checked + span:before,
[type="checkbox"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  width: 16px;
  height: 16px;
  border: 2px solid #666;
  border-radius: 3px;
  background: #fff; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    [type="checkbox"]:checked + span:before,
    [type="checkbox"]:not(:checked) + span:before {
      bottom: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

[type="checkbox"]:checked + span:after,
[type="checkbox"]:not(:checked) + span:after {
  content: '';
  width: 12px;
  height: 10px;
  background-image: url("./src/img/checkmark.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: 4px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media screen and (max-width: 767px) {
    [type="checkbox"]:checked + span:after,
    [type="checkbox"]:not(:checked) + span:after {
      top: 5px; } }

[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0); }

[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1); }

/* stylelint-enable */
.case {
  width: 100%;
  background: #222;
  padding: 80px 0;
  overflow: hidden; }
  .case__container {
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .case__container {
        max-width: 100%;
        padding: 0 4%; } }
  .case__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative; }
    @media screen and (max-width: 600px) and (min-width: 320px) {
      .case__list {
        margin-left: 4%; } }
  .case__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px; }
  .case__arrow {
    width: 46px; }
    @media screen and (max-width: 767px) {
      .case__arrow {
        width: 30px; } }
  .case__info-text {
    color: #feffc0;
    text-align: center;
    margin-top: 30px;
    font-size: 2.8rem;
    line-height: 1.3; }
    @media screen and (max-width: 600px) and (min-width: 320px) {
      .case__info-text {
        font-size: 1.8rem; } }
    .case__info-text .large {
      font-size: 5.2rem;
      display: block; }
      @media screen and (max-width: 767px) {
        .case__info-text .large {
          font-size: 4rem; } }
      @media screen and (max-width: 600px) and (min-width: 320px) {
        .case__info-text .large {
          font-size: 2.4rem; } }
      @media screen and (max-width: 767px) {
        .case__info-text .large:not(:last-child) {
          margin-top: 5%; } }
    @media screen and (max-width: 767px) {
      .case__info-text span {
        display: block; } }
  .case__item {
    border: 10px solid #666;
    padding: 50px 50px 30px;
    background: #000;
    position: relative;
    width: 395px;
    height: 288px; }
    @media screen and (max-width: 767px) {
      .case__item {
        width: 72%;
        padding: 10% 8% 5%; } }
    @media screen and (max-width: 600px) and (min-width: 320px) {
      .case__item {
        width: 70%;
        padding: 13% 7% 16%;
        height: auto;
        border-width: 5px; } }
    .case__item--right {
      margin-top: 160px;
      margin-left: -50px; }
      @media screen and (max-width: 767px) {
        .case__item--right {
          margin-top: -5vh;
          margin-left: 8vw; } }
    .case__item--right2 {
      margin-top: 60px;
      margin-left: -50px; }
      @media screen and (max-width: 767px) {
        .case__item--right2 {
          margin-top: -5vh;
          margin-left: 8vw; } }
    .case__item--left {
      margin-top: -100px; }
      @media screen and (max-width: 767px) {
        .case__item--left {
          margin-top: -5vh; } }
  .case__label {
    position: absolute;
    left: -20px;
    top: -20px;
    font-family: "Lexend Deca", sans-serif;
    font-size: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #bf002d;
    padding: 10px; }
    @media screen and (max-width: 600px) and (min-width: 320px) {
      .case__label {
        font-size: 1.8rem;
        padding: 2%; } }
  .case__title {
    font-size: 2.9rem;
    color: #bf002d;
    line-height: 1.3em; }
    @media screen and (max-width: 600px) and (min-width: 320px) {
      .case__title {
        font-size: 4.5vw; } }
  .case__question {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20rem;
    font-family: "Lexend Deca", sans-serif;
    color: #222;
    line-height: 0.75; }
    @media screen and (max-width: 600px) and (min-width: 320px) {
      .case__question {
        font-size: 30vw; } }
  .case__text {
    font-size: 1.6rem;
    margin-top: 30px;
    line-height: 1.9em;
    padding-right: 28px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .case__text {
        line-height: 1.5em;
        z-index: 1;
        margin-top: 4%; } }
    @media screen and (max-width: 600px) and (min-width: 320px) {
      .case__text {
        font-size: 1.4rem;
        padding-right: 0;
        z-index: 1;
        position: relative; } }

.voice {
  width: 100%;
  background: #000;
  padding: 130px 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .voice {
      padding: 30.8px 0 58.96px; } }
  .voice__container {
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .voice__container {
        max-width: 100%;
        padding: 0 4%; } }
  .voice__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .voice__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .voice__item {
        padding: 0 3%; } }
    .voice__item:not(:first-child) {
      margin-top: 85px; }
      @media screen and (max-width: 767px) {
        .voice__item:not(:first-child) {
          margin-top: 30.8px; } }
  .voice__info {
    background: #fff;
    position: relative;
    padding: 25px;
    height: 190px;
    margin-top: -100px;
    margin-right: -40px;
    margin-left: 40px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .voice__info {
        width: 80%;
        margin-left: 0;
        margin-right: 55px; } }
    @media screen and (max-width: 600px) and (min-width: 320px) {
      .voice__info {
        width: 95%;
        margin: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 4% 4% 6%;
        height: auto; } }
    .voice__info::after {
      content: "";
      border-width: 20px 0 0 25px;
      border-style: solid;
      border-color: transparent #fff;
      height: 0;
      width: 0;
      position: absolute;
      top: 70px;
      -webkit-transform: skew(0deg, 18deg);
      -ms-transform: skew(0deg, 18deg);
      transform: skew(0deg, 25deg);
      right: -25px; }
      @media screen and (max-width: 767px) {
        .voice__info::after {
          border-width: 0 20px 25px 0;
          left: 7%;
          -webkit-transform: skew(25deg, 0deg);
              -ms-transform: skew(25deg, 0deg);
                  transform: skew(25deg, 0deg);
          bottom: -25px;
          top: unset;
          right: unset; } }
    .voice__info--right {
      margin-left: -40px;
      margin-right: 40px;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      @media screen and (max-width: 767px) {
        .voice__info--right {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          margin: 0;
          -webkit-align-self: flex-end;
              -ms-flex-item-align: end;
                  align-self: flex-end; } }
      .voice__info--right::after {
        content: "";
        border-width: 20px 0 0 25px;
        border-style: solid;
        border-color: transparent #fff;
        height: 0;
        width: 0;
        position: absolute;
        top: 70px;
        -webkit-transform: skew(0deg, 18deg);
        -ms-transform: skew(0deg, 18deg);
        transform: skew(0deg, -20deg) scaleX(-1) rotate(0deg);
        left: -24px; }
        @media screen and (max-width: 767px) {
          .voice__info--right::after {
            border-width: 0 20px 25px 0;
            right: 7%;
            -webkit-transform: skew(-20deg, 0deg) scaleX(-1) rotate(0deg);
                -ms-transform: skew(-20deg, 0deg) scaleX(-1) rotate(0deg);
                    transform: skew(-20deg, 0deg) scaleX(-1) rotate(0deg);
            bottom: -24px;
            top: unset;
            left: unset; } }
  .voice__title {
    color: #866e00;
    font-size: 2.9rem;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .voice__title {
        line-height: 1.4; } }
    @media screen and (max-width: 600px) and (min-width: 320px) {
      .voice__title {
        font-size: 4.5vw; } }
  .voice__text {
    font-size: 1.6rem;
    margin-top: 15px;
    color: #000;
    line-height: 1.9; }
    @media screen and (max-width: 767px) {
      .voice__text {
        line-height: 1.4;
        margin-top: 4%; } }
    @media screen and (max-width: 600px) and (min-width: 320px) {
      .voice__text {
        font-size: 1.4rem;
        margin-top: 3%; } }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .voice__text {
        font-size: 1.3rem; } }
  .voice__image {
    width: 360px;
    height: 240px; }
    @media screen and (max-width: 767px) {
      .voice__image {
        width: 95%;
        height: auto;
        margin-top: -3%;
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; } }
    @media screen and (max-width: 767px) {
      .voice__image img {
        width: 100%; } }
    .voice__image--right {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      @media screen and (max-width: 767px) {
        .voice__image--right {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          -webkit-align-self: flex-start;
              -ms-flex-item-align: start;
                  align-self: flex-start; } }

.process {
  width: 100%;
  background: url("./src/img/process-bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 80px 0 230px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .process {
      padding: 80px 0 30%; } }
  .process__container {
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 767px) {
      .process__container {
        max-width: 100%;
        padding: 0 4%; } }
  .process__heading {
    font-size: 2rem;
    line-height: 1.7;
    text-align: center; }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .process__heading {
        font-size: 1.5rem; } }
    @media screen and (max-width: 767px) {
      .process__heading span {
        display: block; } }
  .process__table {
    width: 100%;
    margin-top: 60px; }
  .process__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #3a3a3a;
    padding: 15px 25px; }
    @media screen and (max-width: 767px) {
      .process__item {
        padding: 3%; } }
    .process__item:last-child {
      border-bottom: 1px solid #3a3a3a; }
  .process__text, .process__text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 50px; }
    @media screen and (max-width: 767px) {
      .process__text, .process__text-container {
        margin-left: 5vw; } }
  .process__text-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .process__text-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .process__text-container:not(:first-child) {
      margin-top: 30px; }
  .process__number {
    font-size: 4rem;
    font-family: "Lexend Deca", sans-serif;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .process__number {
        font-size: 3rem; } }
  .process__title {
    color: #feffc0;
    font-size: 2.4rem;
    margin-left: 25px;
    font-weight: 500;
    line-height: 1.3; }
    @media screen and (max-width: 767px) {
      .process__title {
        font-size: 2rem;
        margin-left: 10px; } }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .process__title {
        font-size: 1.75rem; } }
  .process__image {
    width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .process__image {
        width: 18.1vw; } }
    @media screen and (max-width: 767px) {
      .process__image.arrow-1 {
        height: 112vw; } }
    @media screen and (max-width: 767px) {
      .process__image.arrow-2 {
        height: 48vh;
        width: 70vw; } }
    @media screen and (max-width: 550px) and (min-width: 424px) {
      .process__image.arrow-2 {
        width: 20vw; } }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .process__image.arrow-2 {
        width: 15vw; } }
    @media screen and (max-width: 767px) {
      .process__image.arrow-3 {
        height: 73vw;
        width: 20vh; } }
    @media screen and (max-width: 550px) and (min-width: 424px) {
      .process__image.arrow-3 {
        width: 20vw; } }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .process__image.arrow-3 {
        width: 15vw; } }
    @media screen and (max-width: 550px) and (min-width: 424px) {
      .process__image.arrow-4 {
        width: 20vw; } }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .process__image.arrow-4 {
        width: 15vw; } }
    .process__image img {
      position: relative; }
      @media screen and (max-width: 767px) {
        .process__image img {
          width: 100%;
          height: 100%; } }
  .process__image-text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    font-size: 1.5rem; }
    @media screen and (max-width: 767px) {
      .process__image-text p {
        -webkit-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
                writing-mode: vertical-lr;
        -webkit-text-orientation: upright;
                text-orientation: upright;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .process__image-text--horizontal {
        -webkit-writing-mode: horizontal-tb !important;
            -ms-writing-mode: lr-tb !important;
                writing-mode: horizontal-tb !important; } }
  .process__info {
    list-style-type: disc;
    font-size: 1.5rem;
    line-height: 1.9;
    width: 375px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .process__info {
        font-size: 1.3rem;
        width: 100%;
        line-height: 1.4; } }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .process__info {
        font-size: 3.5vw; } }
    @media screen and (max-width: 767px) {
      .process__info li span {
        display: block; } }
  .process__text-wrapper {
    width: 280px; }
    @media screen and (max-width: 767px) {
      .process__text-wrapper {
        width: 100%; } }
  .process__list-wrapper {
    width: 490px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .process__list-wrapper {
        width: 100%;
        margin-left: 11vh;
        margin-top: 3%; } }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .process__list-wrapper {
        margin-left: 9vh; } }
  .process__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .process__wrapper--noimage {
      margin-left: 150px; }
      @media screen and (max-width: 767px) {
        .process__wrapper--noimage {
          margin-left: 0; } }

.staff {
  width: 100%;
  background: #000;
  padding: 80px 0;
  overflow: hidden; }
  .staff__container {
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .staff__container {
        max-width: 100%;
        padding: 0 4%; } }
  .staff__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40%; }
    @media screen and (max-width: 767px) {
      .staff__image {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        margin-top: 3%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .staff__image img {
      width: 160px; }
      @media screen and (max-width: 424px) and (min-width: 320px) {
        .staff__image img {
          width: 30vw; } }
    .staff__image--right {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      width: 51%; }
      @media screen and (max-width: 767px) {
        .staff__image--right {
          width: 100%; } }
      .staff__image--right img {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
        @media screen and (max-width: 767px) {
          .staff__image--right img {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
                -ms-flex-order: 2;
                    order: 2; } }
    .staff__image--last {
      width: 40%; }
      @media screen and (max-width: 767px) {
        .staff__image--last {
          width: 100%; } }
  .staff__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .staff__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .staff__item:not(:first-child) {
      margin-top: 70px; }
      @media screen and (max-width: 767px) {
        .staff__item:not(:first-child) {
          margin-top: 10%; } }
    .staff__item:first-child img {
      width: 300px; }
      @media screen and (max-width: 424px) and (min-width: 320px) {
        .staff__item:first-child img {
          width: 45vw; } }
  .staff__image-text {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .staff__image-text {
        margin-left: 3%; } }
    @media screen and (max-width: 767px) {
      .staff__image-text--left {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin-left: 0;
        margin-right: 3%; } }
    .staff__image-text p {
      margin-top: 30px;
      font-size: 1.6rem;
      font-weight: 700; }
      @media screen and (max-width: 600px) and (min-width: 320px) {
        .staff__image-text p {
          font-size: 1.2rem;
          margin-top: 0; } }
      @media screen and (max-width: 767px) {
        .staff__image-text p span {
          display: block; } }
      .staff__image-text p.large {
        font-size: 2.1rem;
        margin-top: 0; }
        @media screen and (max-width: 699px) and (min-width: 320px) {
          .staff__image-text p.large {
            font-size: 1.8rem; } }
      .staff__image-text p.nomargin {
        margin-top: 0; }
  .staff__title {
    color: #bf002d;
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .staff__title {
        text-align: left; } }
    @media screen and (max-width: 600px) and (min-width: 425px) {
      .staff__title {
        font-size: 2.5rem; } }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .staff__title {
        font-size: 2rem; } }
    @media screen and (max-width: 600px) and (min-width: 320px) {
      .staff__title p {
        display: inline; } }
  .staff__text {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: left;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 600px) and (min-width: 320px) {
      .staff__text {
        font-size: 1.4rem; } }
  .staff__info {
    margin-left: 20px;
    width: 80%; }
    @media screen and (max-width: 767px) {
      .staff__info {
        width: 100%;
        margin-left: 0; } }
    .staff__info--right {
      margin-left: 0;
      margin-right: 15px;
      width: 90%; }
      @media screen and (max-width: 767px) {
        .staff__info--right {
          width: 100%;
          margin-right: 0; } }
    .staff__info--last {
      width: 70%;
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        .staff__info--last {
          width: 100%; } }

.faq {
  width: 100%;
  background: url("./src/img/faq-bg.jpg") no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding: 80px 0 370px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .faq {
      padding: 80px 0 54%;
      background-size: 150%;
      background-position: right bottom; } }
  .faq__container {
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .faq__container {
        max-width: 100%;
        padding: 0 4%; } }
  .faq__item {
    border: 1px solid #333;
    padding: 25px 24px;
    background: rgba(0, 0, 0, 0.7); }
    @media screen and (max-width: 767px) {
      .faq__item {
        padding: 7% 5%;
        background: transparent; } }
    .faq__item:not(:first-child) {
      margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .faq__item:last-child {
        border-bottom: none; } }
  .faq__question {
    color: #feffc0;
    font-size: 2.2rem;
    font-weight: 500; }
    .faq__question h4 {
      font-family: "Lexend Deca", sans-serif;
      font-size: 4rem;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .faq__question h4 {
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      @media screen and (max-width: 600px) and (min-width: 320px) {
        .faq__question h4 {
          font-size: 3rem; } }
      .faq__question h4 span {
        font-size: 2.2rem;
        margin-left: 25px; }
        @media screen and (max-width: 767px) {
          .faq__question h4 span {
            line-height: 1.3; } }
        @media screen and (max-width: 600px) and (min-width: 320px) {
          .faq__question h4 span {
            font-size: 1.8rem; } }
  .faq__answer {
    color: #ccc;
    font-weight: 500;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .faq__answer {
        margin-top: 15px; } }
    .faq__answer h4 {
      font-family: "Lexend Deca", sans-serif;
      font-size: 4rem;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .faq__answer h4 {
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      @media screen and (max-width: 600px) and (min-width: 320px) {
        .faq__answer h4 {
          font-size: 3rem; } }
      .faq__answer h4 span {
        font-size: 1.6rem;
        margin-left: 25px;
        line-height: 1.9; }
        @media screen and (max-width: 767px) {
          .faq__answer h4 span {
            line-height: 1.3; } }
        @media screen and (max-width: 600px) and (min-width: 320px) {
          .faq__answer h4 span {
            font-size: 1.4rem; } }

.about {
  width: 100%;
  background: #000;
  padding: 100px 0 80px;
  overflow: hidden; }
  .about__container {
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 767px) {
      .about__container {
        max-width: 100%;
        padding: 0 4%; } }
  .about__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 65px; }
    @media screen and (max-width: 767px) {
      .about__info {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media screen and (max-width: 767px) {
    .about__info-text {
      width: 88vh; } }
  @media screen and (max-width: 600px) and (min-width: 320px) {
    .about__info-text {
      width: 100%; } }
  .about__logo {
    width: 340px; }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .about__logo {
        width: 80vw; } }
  .about__logo-image {
    width: 220px;
    margin-top: 25px; }
    @media screen and (max-width: 767px) {
      .about__logo-image {
        display: none; } }
  .about__image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media screen and (max-width: 767px) {
      .about__image-container {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        margin-top: 4.5%;
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .about__text-wrapper {
      margin-left: 3%;
      margin-top: 3%; } }
  .about__image {
    width: 295px; }
    @media screen and (max-width: 767px) {
      .about__image {
        width: 100%; } }
  .about__text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .about__text-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .about__text-container:not(:first-child) {
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        .about__text-container:not(:first-child) {
          margin-top: 6%; } }
  .about__heading {
    width: 130px; }
  @media screen and (max-width: 767px) {
    .about__text {
      margin-left: 3%;
      margin-top: 3%; } }

.contact {
  width: 100%;
  background: #fff;
  padding: 0 0 80px;
  overflow: hidden; }
  .contact__container {
    max-width: 820px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 767px) {
      .contact__container {
        max-width: 100%;
        padding: 0 4%; } }
  .contact__subtitle {
    text-align: center;
    font-size: 2rem;
    margin-top: 65px;
    color: #333; }
    @media screen and (max-width: 767px) {
      .contact__subtitle {
        line-height: 1.4;
        margin-top: 7%; } }
    @media screen and (max-width: 600px) and (min-width: 320px) {
      .contact__subtitle {
        font-size: 1.7rem; } }
    @media screen and (max-width: 767px) {
      .contact__subtitle span {
        display: block; } }
  .contact__heading {
    text-align: center;
    color: #bf002d; }
    .contact__heading h2 {
      font-size: 2.8rem;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        .contact__heading h2 {
          font-weight: 700; } }
      @media screen and (max-width: 600px) and (min-width: 320px) {
        .contact__heading h2 {
          font-size: 2rem; } }
      @media screen and (max-width: 767px) {
        .contact__heading h2 span {
          display: block; } }
      @media screen and (max-width: 767px) {
        .contact__heading h2 span.regular {
          font-weight: 400;
          margin-bottom: 3%; } }
    .contact__heading h1 {
      font-size: 5.2rem;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        .contact__heading h1 {
          font-weight: 700;
          line-height: 1.2; } }
      @media screen and (max-width: 600px) and (min-width: 425px) {
        .contact__heading h1 {
          font-size: 3.5rem; } }
      @media screen and (max-width: 424px) and (min-width: 320px) {
        .contact__heading h1 {
          font-size: 2.9rem; } }
      @media screen and (max-width: 767px) {
        .contact__heading h1 span {
          display: block; } }
  .contact__title {
    background: #ddd;
    color: #333;
    margin-top: 25px;
    padding: 20px 0;
    text-align: center;
    width: 100%; }
    .contact__title h2 {
      font-size: 2.6rem;
      font-weight: 700; }
      @media screen and (max-width: 600px) and (min-width: 425px) {
        .contact__title h2 {
          font-size: 2rem; } }
      @media screen and (max-width: 424px) and (min-width: 320px) {
        .contact__title h2 {
          font-size: 1.7rem; } }
      .contact__title h2 span {
        color: #bf002d; }
        @media screen and (max-width: 767px) {
          .contact__title h2 span {
            display: block; } }
  .contact__button-title {
    color: #333;
    text-align: center;
    margin-top: 45px;
    width: 100%;
    position: relative; }
    .contact__button-title h2 {
      font-size: 2.6rem;
      font-weight: 700;
      background: #fff;
      z-index: 1;
      position: relative;
      display: inline-block;
      padding: 0 10px;
      line-height: 1; }
      @media screen and (max-width: 600px) and (min-width: 320px) {
        .contact__button-title h2 {
          font-size: 1.6rem; } }
  .contact__line {
    width: 100%;
    height: 1px;
    background: #999;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .contact__buttons {
    width: 820px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .contact__buttons {
        width: 100%; } }
  .contact__button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px; }
    @media screen and (max-width: 767px) {
      .contact__button-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 4%;
        width: unset; } }
  .contact__phone {
    border: 3px solid #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 400px;
    height: 115px; }
    @media screen and (max-width: 767px) {
      .contact__phone {
        width: 100%;
        height: 70.4px; } }
    @media screen and (min-width: 751px) {
      .contact__phone {
        pointer-events: none;
        cursor: default; } }
    .contact__phone p {
      font-size: 1.5rem;
      color: #333; }
      @media screen and (max-width: 600px) and (min-width: 320px) {
        .contact__phone p {
          font-size: 1.2rem; } }
    .contact__phone h3 {
      font-size: 3.6rem;
      color: #000;
      font-weight: 400; }
      @media screen and (max-width: 600px) and (min-width: 320px) {
        .contact__phone h3 {
          font-size: 3.5rem;
          line-height: 1; } }
  @media screen and (max-width: 767px) {
    .contact__button-wrap {
      width: 100%;
      margin-top: 3.5%; } }
  .contact__button {
    width: 400px;
    height: 120px;
    background: #bf002d;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 2px; }
    @media screen and (max-width: 767px) {
      .contact__button {
        width: 100%;
        height: 70.4px; } }
    @media screen and (max-width: 600px) and (min-width: 320px) {
      .contact__button {
        font-size: 2rem; } }
    .contact__button:hover {
      opacity: 0.8; }
      .contact__button:hover .contact__button-wrap {
        opacity: 0.8; }

.footer {
  width: 100%;
  padding: 40px 0;
  background: #000;
  position: relative; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 5% 0; } }
  .footer--form {
    border-top: 2px solid #666; }
  .footer p {
    text-align: center;
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      .footer p {
        line-height: 1.3; } }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .footer p {
        font-size: 1.2rem; } }
    @media screen and (max-width: 767px) {
      .footer p span {
        display: block; } }
  .footer__page-top {
    cursor: pointer;
    width: 50px;
    right: 20px;
    bottom: -35px;
    position: fixed;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media screen and (max-width: 767px) {
      .footer__page-top {
        width: 9vh;
        bottom: 0;
        right: 4%; } }
    .footer__page-top:hover {
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px); }
  @media screen and (max-width: 767px) {
    .footer__sp {
      background: #4b000c;
      height: 66px;
      width: 100%; } }

.top-active {
  position: fixed;
  bottom: 35px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media screen and (max-width: 767px) {
    .top-active {
      bottom: 95px; } }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1920px; }
  @media screen and (max-width: 767px) {
    .header {
      top: auto;
      bottom: 0; } }
  .header__contact {
    width: 341px;
    height: 74px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    background: #000;
    line-height: 2.5em; }
    @media screen and (max-width: 767px) {
      .header__contact {
        background: #333;
        width: 64%;
        height: 66px; } }
    @media screen and (min-width: 751px) {
      .header__contact {
        pointer-events: none;
        cursor: default; } }
  .header__sched {
    font-size: 1.5rem; }
    @media screen and (max-width: 767px) {
      .header__sched {
        font-size: 10.12px; } }
  .header__call {
    font-size: 2.6rem; }
    @media screen and (max-width: 767px) {
      .header__call {
        font-size: 27.72px; } }
  .header__button {
    width: 190px;
    height: 74px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #bf002d;
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    @media screen and (max-width: 767px) {
      .header__button {
        width: 36%;
        height: 66px; } }
    .header__button:hover {
      opacity: 0.8; }

.carousel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 750px; }
  @media screen and (max-width: 767px) {
    .carousel {
      height: 460.24px; } }
  .carousel::after {
    content: 'flickity';
    display: none; }
  .carousel__cell {
    width: 100%;
    height: 100%;
    max-width: 1920px; }
  .carousel__image {
    height: 100%; }
    @media screen and (min-width: 1366px) {
      .carousel__image {
        width: 100%; } }
  .carousel__wrapper {
    position: absolute;
    width: 100%;
    height: 750px;
    padding: 30px;
    z-index: 9999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1920px;
    min-width: 980px;
    top: 0; }
    @media screen and (max-width: 767px) {
      .carousel__wrapper {
        position: static;
        min-width: 100%;
        padding: 0;
        height: auto; } }
  .carousel__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 40px 0 82px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .carousel__content {
        padding: 38.28px 4.4% 72.6px;
        background: #000; } }
  .carousel__points-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .carousel__content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .carousel__content-container {
        position: absolute;
        top: 22.88px;
        background: rgba(0, 0, 0, 0.3);
        width: 86.67%;
        padding: 52.36px 15.4px 91.52px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 414.92px; } }
  .carousel__tagline {
    position: relative;
    font-size: 1.5rem;
    padding-bottom: 12px;
    text-align: center;
    margin-bottom: 17px; }
    @media screen and (max-width: 767px) {
      .carousel__tagline {
        display: none; } }
    .carousel__tagline::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 50%;
      -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
              transform: translateX(50%);
      height: 1px;
      width: 400px;
      background: #fff; }
  .carousel__logo {
    margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      .carousel__logo {
        margin-bottom: 52.36px; } }
    @media screen and (max-width: 450px) {
      .carousel__logo {
        width: 100%; } }
  .carousel__midtext {
    text-align: center;
    margin-bottom: 68px; }
    @media screen and (max-width: 767px) {
      .carousel__midtext {
        margin-bottom: 0; } }
  .carousel__midtext-subtitle {
    font-weight: 500;
    font-size: 3rem;
    color: #feffc0; }
    @media screen and (max-width: 767px) {
      .carousel__midtext-subtitle {
        font-size: 21.12px;
        margin-bottom: 4.4px; } }
  .carousel__midtext-title {
    font-weight: 100;
    font-size: 8.16rem;
    line-height: 1em;
    margin-top: 17px; }
    @media screen and (max-width: 767px) {
      .carousel__midtext-title {
        font-size: 48.4px;
        line-height: 56.76px;
        margin-top: 15px; } }
  .carousel__small {
    font-size: 6.48rem; }
    @media screen and (max-width: 767px) {
      .carousel__small {
        font-size: 38.28px; } }
  .carousel__point-subtext {
    font-size: 2.2rem;
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .carousel__point-subtext {
        font-size: 16.28px;
        line-height: 28.6px;
        margin-bottom: 30.8px; } }
  .carousel__points {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .carousel__points {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .carousel__point {
    position: relative;
    width: 210px;
    height: 130px;
    padding: 11px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .carousel__point {
        width: 44%;
        height: auto;
        padding: 7.92px; } }
    .carousel__point::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 1px;
      width: 60px;
      background: #fff; }
      @media screen and (max-width: 767px) {
        .carousel__point::before {
          height: 2px;
          width: 40.92px; } }
    .carousel__point::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 97px;
      background: #fff; }
      @media screen and (max-width: 767px) {
        .carousel__point::after {
          width: 2px;
          height: 66px; } }
    .carousel__point:not(:last-child) {
      margin-right: 30px; }
      @media screen and (max-width: 980px) {
        .carousel__point:not(:last-child) {
          margin-right: 10px; } }
      @media screen and (max-width: 767px) {
        .carousel__point:not(:last-child) {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .carousel__point:not(:nth-last-child(-n + 2)) {
        margin-bottom: 16.72px; } }
  .carousel__point-container {
    padding-top: 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgba(0, 0, 0, 0.6); }
    @media screen and (max-width: 767px) {
      .carousel__point-container {
        background: #333;
        padding: 14.08px 0; } }
    .carousel__point-container::before {
      content: '';
      position: absolute;
      bottom: -11px;
      right: -8px;
      height: 1px;
      width: 60px;
      background: #fff; }
      @media screen and (max-width: 767px) {
        .carousel__point-container::before {
          bottom: -getsp(18px);
          right: -getsp(18px);
          height: 2px;
          width: 40.92px; } }
    .carousel__point-container::after {
      content: '';
      position: absolute;
      bottom: -11px;
      right: -8px;
      width: 1px;
      height: 97px;
      background: #fff; }
      @media screen and (max-width: 767px) {
        .carousel__point-container::after {
          width: 2px;
          bottom: -getsp(18px);
          right: -getsp(18px);
          height: 66px; } }
  .carousel__point-title {
    font-family: "Lexend Deca", sans-serif;
    font-size: 2.2rem;
    color: #feffc0;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .carousel__point-title {
        font-size: 17.6px;
        margin-bottom: 8.8px; } }
    .carousel__point-title--short {
      margin-bottom: 19px; }
      @media screen and (max-width: 767px) {
        .carousel__point-title--short {
          font-size: 17.6px;
          margin-bottom: 8.8px; } }
    @media screen and (max-width: 767px) {
      .carousel__point-title--long {
        margin-bottom: 22px; } }
  .carousel__point-text {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.33em; }
    @media screen and (max-width: 767px) {
      .carousel__point-text {
        font-size: 13.2px; } }
  .carousel__scroll {
    position: absolute;
    bottom: 3px;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    padding-top: 53px;
    z-index: 9999;
    color: #fff;
    font-size: 1.5rem; }
    @media screen and (max-width: 767px) {
      .carousel__scroll {
        display: none; } }
    .carousel__scroll span {
      position: absolute;
      top: 0;
      left: 50%;
      width: 30px;
      height: 50px;
      margin-left: -15px;
      border: 2px solid #fff;
      border-radius: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .carousel__scroll span::before {
      position: absolute;
      top: 10px;
      left: 50%;
      content: '';
      width: 6px;
      height: 6px;
      margin-left: -3px;
      background-color: #fff;
      border-radius: 100%;
      -webkit-animation: sdb 2s infinite;
      animation: sdb 2s infinite;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

.mobile__newline {
  display: inline; }
  @media screen and (max-width: 767px) {
    .mobile__newline {
      display: block; } }

.mobile__inline {
  display: block; }
  @media screen and (max-width: 767px) {
    .mobile__inline {
      display: inline; } }

.overview {
  background: #000;
  padding: 96px 0 104px; }
  @media screen and (max-width: 767px) {
    .overview {
      padding: 0;
      padding-bottom: 62.04px; } }
  .overview__container {
    max-width: 1220px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .overview__container {
        max-width: 100%;
        padding: 0 4%; } }
    @media screen and (max-width: 767px) {
      .overview__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0; } }
  .overview__content {
    margin-left: 81px; }
    @media screen and (max-width: 1365px) {
      .overview__content {
        margin-left: 3.64%; } }
    @media screen and (max-width: 767px) {
      .overview__content {
        margin: 24.64px 0 30.36px; } }
  .overview__title {
    font-size: 3rem;
    line-height: 1.67em;
    margin-bottom: 32px; }
    @media screen and (max-width: 767px) {
      .overview__title {
        text-align: center;
        font-size: 18.48px;
        line-height: 28.6px;
        margin-bottom: 21.12px; } }
    @media screen and (max-width: 767px) {
      .overview__title--bold-sp {
        font-weight: 700; } }
  .overview__text {
    font-size: 1.8rem;
    line-height: 2em; }
    @media screen and (max-width: 767px) {
      .overview__text {
        text-align: center;
        font-size: 12.32px;
        line-height: 22px; } }
  .overview__image {
    display: block; }
    @media screen and (max-width: 1366px) {
      .overview__image {
        width: 56.4%; } }
    @media screen and (max-width: 767px) {
      .overview__image {
        display: none; } }
    .overview__image--sp {
      display: none; }
      @media screen and (max-width: 767px) {
        .overview__image--sp {
          display: block;
          width: 100%; } }
  
@media screen and (max-width: 767px) {
  .works {
    padding-bottom: 65.12px; } }

.works__main-image {
  width: 50%; }
  @media screen and (max-width: 1365px) {
    .works__main-image {
      height: 32.22vw;
      width: auto; } }
  @media screen and (max-width: 767px) {
    .works__main-image {
      width: 100%;
      height: auto;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }

.works__content {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (max-width: 767px) {
    .works__content {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

.works__text-content {
  margin: 0 30px; }
  @media screen and (max-width: 767px) {
    .works__text-content {
      margin: 0 4%;
      margin-top: 30.8px;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

.works__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .works__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .works__block:nth-child(odd) .works__image:first-child {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  .works__block:nth-child(even) .works__content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .works__block:not(:last-child) {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .works__block:not(:last-child) {
        margin-bottom: 30.36px; } }

.works__preview-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 1365px) {
    .works__preview-images {
      height: 32.22vw; } }
  @media screen and (max-width: 767px) {
    .works__preview-images {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      height: auto;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.works__image {
  height: 50%; }
  @media screen and (max-width: 767px) {
    .works__image {
      width: 50%;
      height: auto; } }

.works__number {
  font-family: "Lexend Deca", sans-serif;
  font-size: 6rem;
  margin: 24px 0 25px; }
  @media screen and (max-width: 1070px) {
    .works__number {
      margin: 0;
      font-size: 33px;
      margin-bottom: 17.6px; } }

.works__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .works__title {
      font-size: 15.84px; } }

.works__text {
  font-size: 1.2rem;
  line-height: 1.67em; }
  @media screen and (max-width: 767px) {
    .works__text {
      font-size: 12.32px; } }

.works__link {
  width: 126px;
  height: 36px;
  color: #fff;
  border: 1px solid #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Lexend Deca", sans-serif;
  font-size: 1.4rem;
  margin-left: auto;
  margin-top: 36px; }
  @media screen and (max-width: 767px) {
    .works__link {
      width: 100%;
      height: 46.2px;
      font-size: 17.6px; } }
  .works__link:hover {
    background: #666;
    color: #000; }

.success {
  position: relative;
  padding: 100px 0 74px;
  background-image: url("./src/img/success-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .success {
      padding: 30.8px 4% 66.44px;
      background-position: center -180px; } }
  .success__title {
    font-size: 4.2rem;
    text-shadow: 0 0 5px #000;
    color: #fff;
    margin-bottom: 62px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .success__title {
        font-size: 18.48px;
        margin-bottom: 22.88px; } }
  .success__points {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 145px; }
    @media screen and (max-width: 767px) {
      .success__points {
        max-width: 100%;
        padding: 0 4%; } }
    @media screen and (max-width: 767px) {
      .success__points {
        padding: 0;
        padding-bottom: 94.6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .success__points::after {
      content: '';
      position: absolute;
      right: 50%;
      -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
              transform: translateX(50%);
      bottom: 34px;
      width: 46px;
      height: 76px;
      background-image: url("./src/img/arrow-down.png");
      background-size: 100%;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .success__points::after {
          width: 20.24px;
          height: 33.44px;
          bottom: 30.8px; } }
  .success__point {
    width: 300px;
    height: 407px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 23px 27px 52px 29px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    color: #000; }
    @media screen and (max-width: 767px) {
      .success__point {
        width: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        height: auto;
        padding: 15.84px 15.4px 22.44px;
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
                box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); } }
    @media screen and (max-width: 767px) {
      .success__point:not(:last-child) {
        margin-bottom: 21.56px; } }
  .success__point-text {
    font-family: "Lexend Deca", sans-serif;
    font-size: 2.2rem;
    margin-bottom: 40px;
    color: #bf002d; }
    @media screen and (max-width: 767px) {
      .success__point-text {
        font-size: 17.6px;
        text-align: center;
        width: 100%; } }
  .success__point-title {
    font-weight: 300;
    font-size: 4rem;
    line-height: 0.75em;
    margin-bottom: 13px; }
    @media screen and (max-width: 767px) {
      .success__point-title {
        font-size: 30.8px;
        margin-bottom: 6.6px;
        text-align: center;
        width: 100%; } }
  .success__point-subtitle {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 38px; }
    @media screen and (max-width: 767px) {
      .success__point-subtitle {
        font-size: 13.2px;
        margin-bottom: 14.96px;
        text-align: center;
        width: 100%; } }
  .success__points-list {
    font-size: 1.6rem;
    line-height: 1.63em; }
  .success__points-item {
    margin-left: 20px;
    text-indent: -20px; }
    .success__points-item:not(:last-child) {
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .success__points-item:not(:last-child) {
          margin-bottom: 0; } }
  .success__tagline {
    text-align: center;
    color: #feffc0; }
  .success__tagline-small {
    font-size: 2.8rem; }
    @media screen and (max-width: 767px) {
      .success__tagline-small {
        font-size: 16.72px;
        padding: 0 17.6px; } }
  .success__tagline-big {
    font-size: 5.2rem;
    line-height: 1.1em; }
    @media screen and (max-width: 767px) {
      .success__tagline-big {
        font-size: 26.4px; } }

.know-how {
  padding: 80px 0 75px;
  background-image: url("./src/img/know-how-bg.jpg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .know-how {
      padding: 29.92px 4% 66.88px;
      background-size: 134%;
      background-position: right top; } }
  .know-how__title {
    font-size: 4.2rem;
    margin-bottom: 55px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #000; }
    @media screen and (max-width: 767px) {
      .know-how__title {
        font-size: 19.8px;
        margin-bottom: 22.44px; } }
    .know-how__title--small-sp {
      font-size: 14.96px; }
  .know-how__list {
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .know-how__list {
        max-width: 100%;
        padding: 0 4%; } }
    @media screen and (max-width: 767px) {
      .know-how__list {
        padding: 0; } }
  .know-how__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .know-how__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 320px;
        margin: 0 auto; } }
    .know-how__item:nth-child(even) {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .know-how__item:not(:last-child) {
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .know-how__item:not(:last-child) {
          margin-bottom: 31.24px; } }
  .know-how__item-title {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 400px;
    height: 332px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #bf002d;
    padding: 30px 42px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .know-how__item-title {
        width: 255.2px;
        height: 156.64px;
        padding: 15.4px; } }
  .know-how__title-text {
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.2em; }
    @media screen and (max-width: 767px) {
      .know-how__title-text {
        font-size: 18.48px; } }
  .know-how__number {
    position: absolute;
    font-family: "Lexend Deca", sans-serif;
    font-size: 6rem;
    bottom: 15px;
    right: 33px; }
    @media screen and (max-width: 767px) {
      .know-how__number {
        font-size: 35.2px;
        left: 15.4px;
        right: auto;
        bottom: 15.4px; } }
  .know-how__content {
    margin-top: 40px;
    margin-left: -60px;
    width: 500px;
    height: 332px;
    background: #333;
    padding: 27px 35px 0 113px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .know-how__content {
        width: 255.2px;
        height: auto;
        margin-top: -30.8px;
        padding: 44px 15.84px 15.84px 18.48px;
        margin-left: 0;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; } }
  .know-how__content-title {
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 1.58em;
    margin-bottom: 14px; }
    @media screen and (max-width: 767px) {
      .know-how__content-title {
        font-size: 13.2px;
        margin-bottom: 11px; } }
  .know-how__content-text {
    font-size: 1.6rem;
    line-height: 1.88em; }
    @media screen and (max-width: 767px) {
      .know-how__content-text {
        font-size: 13.2px;
        line-height: 1.5em; } }

.advantage {
  padding: 265px 0;
  background-image: url("./src/img/advantage-top-bg.jpg"), url("./src/img/advantage-bottom-bg.jpg");
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom; }
  @media screen and (max-width: 767px) {
    .advantage {
      background-size: 299%, 150%;
      background-position: center top, right bottom;
      padding: 100% 0 46%; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .advantage {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .advantage__block {
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .advantage__block {
        max-width: 100%;
        padding: 0 4%; } }
    @media screen and (max-width: 767px) {
      .advantage__block {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 0 1vw;
        width: 375px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  .advantage__item {
    position: relative;
    text-align: center;
    width: 300px;
    height: 300px;
    background: #866e00;
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem;
    padding-top: 90px;
    line-height: 1.8em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .advantage__item {
        width: 150.48px;
        height: 88px;
        padding-top: 17.6px;
        font-size: 11.44px;
        line-height: 1.5em;
        margin-bottom: 30px; } }
    .advantage__item:not(:last-child) {
      margin-right: 40px; }
      @media screen and (max-width: 767px) {
        .advantage__item:not(:last-child) {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .advantage__item:first-child {
        margin-right: 4%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
    .advantage__item::after {
      content: '';
      position: absolute;
      bottom: -20px;
      right: 50%;
      -webkit-transform: translateX(50%) rotate(-10deg);
          -ms-transform: translateX(50%) rotate(-10deg);
              transform: translateX(50%) rotate(-10deg);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 18px 24px 0;
      border-color: transparent #866e00 transparent transparent; }
      @media screen and (max-width: 767px) {
        .advantage__item::after {
          bottom: auto;
          top: -20px;
          border-width: 0 0 24px 18px;
          -webkit-transform: translateX(50%) rotate(10deg);
              -ms-transform: translateX(50%) rotate(10deg);
                  transform: translateX(50%) rotate(10deg);
          border-color: transparent transparent #866e00 transparent; } }
    @media screen and (max-width: 767px) {
      .advantage__item:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3; } }
    .advantage__item:nth-child(2)::after {
      border-width: 22px 7px 0;
      -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
              transform: translateX(50%);
      border-color: #866e00 transparent transparent transparent; }
      @media screen and (max-width: 767px) {
        .advantage__item:nth-child(2)::after {
          border-width: 0 7px 22px;
          border-color: transparent transparent #866e00 transparent; } }
    @media screen and (max-width: 767px) {
      .advantage__item:last-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
    .advantage__item:last-child::after {
      border-width: 24px 18px 0 0;
      -webkit-transform: translateX(50%) rotate(10deg);
          -ms-transform: translateX(50%) rotate(10deg);
              transform: translateX(50%) rotate(10deg);
      border-color: #866e00 transparent transparent transparent; }
      @media screen and (max-width: 767px) {
        .advantage__item:last-child::after {
          border-width: 24px 0 0 18px;
          -webkit-transform: translateX(50%) rotate(-10deg);
              -ms-transform: translateX(50%) rotate(-10deg);
                  transform: translateX(50%) rotate(-10deg);
          border-color: transparent transparent transparent #866e00; } }
    @media screen and (max-width: 767px) {
      .advantage__item--bottom {
        margin-bottom: 0; } }
    .advantage__item--bottom::after {
      bottom: auto;
      top: -20px;
      border-width: 0 0 24px 18px;
      -webkit-transform: translateX(50%) rotate(10deg);
          -ms-transform: translateX(50%) rotate(10deg);
              transform: translateX(50%) rotate(10deg);
      border-color: transparent transparent #866e00 transparent; }
    .advantage__item--bottom:last-child::after {
      bottom: auto;
      top: -20px;
      border-width: 24px 0 0 18px;
      -webkit-transform: translateX(50%) rotate(-10deg);
          -ms-transform: translateX(50%) rotate(-10deg);
              transform: translateX(50%) rotate(-10deg);
      border-color: transparent transparent transparent #866e00; }
  .advantage__text-big {
    font-size: 3.2rem; }
    @media screen and (max-width: 767px) {
      .advantage__text-big {
        font-size: 15.84px; } }
  .advantage__title {
    font-weight: 300;
    font-size: 5.6rem;
    margin: 55px 0 56px;
    text-align: center;
    width: 100%;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .advantage__title {
        font-size: 30.8px;
        margin: 0;
        margin-bottom: 37.84px; } }

.form {
  padding: 50px 0 57px;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .form {
      max-width: 100%;
      padding: 0 4%; } }
  @media screen and (max-width: 767px) {
    .form {
      padding: 35.2px 4% 66px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  .form__header {
    height: 74px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid #666;
    padding: 0 27px 0 25px; }
    @media screen and (max-width: 767px) {
      .form__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        padding: 25.08px 0 19.36px; } }
  .form__logo {
    width: 238px; }
    @media screen and (max-width: 767px) {
      .form__logo {
        width: 148.72px;
        margin-bottom: 15.4px; } }
  .form__title {
    font-weight: 500;
    font-size: 2.2rem;
    color: #bf002d; }
    @media screen and (max-width: 767px) {
      .form__title {
        text-align: center;
        font-size: 19.8px; } }
  .form__steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 43px; }
    @media screen and (max-width: 767px) {
      .form__steps {
        margin-bottom: 34.76px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .form__step {
    position: relative;
    width: 178px;
    height: 49px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #666;
    color: #666;
    font-weight: 500;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .form__step {
        width: 32%;
        font-size: 10.56px;
        height: 29.48px; } }
    .form__step::after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 24.5px 0 24.5px 14px;
      border-color: transparent transparent transparent #000;
      right: -13px;
      top: -1px;
      z-index: 99999; }
      @media screen and (max-width: 767px) {
        .form__step::after {
          border-width: 16.75px 0 16.75px 10px;
          right: -9px; } }
    .form__step::before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 25px 0 25px 15px;
      border-color: transparent transparent transparent #666;
      right: -15px;
      top: -1px;
      z-index: 99999; }
      @media screen and (max-width: 767px) {
        .form__step::before {
          border-width: 16.25px 0 16.25px 9px;
          right: -10px; } }
    .form__step--active {
      background: #666;
      color: #ccc; }
      .form__step--active::after {
        border-color: transparent transparent transparent #666; }
  .form__instructions {
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.78em;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .form__instructions {
        font-size: 12.32px;
        margin-bottom: 33.88px; } }
  .form__container {
    padding: 0 90px; }
    @media screen and (max-width: 767px) {
      .form__container {
        padding: 0; } }
  .form__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .form__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .form__wrapper:not(:last-child) {
      margin-bottom: 32px; }
      @media screen and (max-width: 767px) {
        .form__wrapper:not(:last-child) {
          margin-bottom: 17.6px; } }
  .form__label {
    width: 170px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 17px;
    margin-top: 13px; }
    @media screen and (max-width: 767px) {
      .form__label {
        margin-top: 0;
        padding-right: 0;
        width: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 7.04px; } }
  .form__required {
    background: #bf002d;
    width: 40px;
    height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    border-radius: 3px;
    font-size: 1.4rem;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 767px) {
      .form__required {
        width: 23.76px;
        height: 15.4px;
        border-radius: 3px;
        font-size: 8.8px;
        line-height: 0; } }
  .form__label-text {
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .form__label-text {
        font-size: 11.44px;
        margin-right: 7.04px; } }
  .form__input {
    width: 100%; }
  .form__radio {
    margin-top: 13px; }
    @media screen and (max-width: 767px) {
      .form__radio {
        margin-top: 0; } }
  .form__placeholder {
    margin-top: 7px;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .form__placeholder {
        font-size: 9.68px;
        margin-top: 4.4px; } }
  .form__agreement {
    margin-top: 50px;
    width: 100%;
    height: 195.73px;
    overflow-y: scroll;
    border-radius: 6px;
    background: #fff;
    color: #000;
    padding: 21px 26px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* stylelint-disable */
    /* stylelint-enable */ }
    @media screen and (max-width: 767px) {
      .form__agreement {
        height: 105.6px;
        padding: 15.4px 11px; } }
    .form__agreement::-webkit-scrollbar {
      width: 8px;
      border-radius: 4px; }
    .form__agreement::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 4px; }
  .form__agreement-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 6px; }
    @media screen and (max-width: 767px) {
      .form__agreement-title {
        font-size: 9.68px;
        margin-bottom: 0; } }
  .form__agreement-text {
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      .form__agreement-text {
        font-size: 9.68px; } }
  .form__agreement-block:not(:last-child) {
    margin-bottom: 39px; }
    @media screen and (max-width: 767px) {
      .form__agreement-block:not(:last-child) {
        margin-bottom: 21.12px; } }
  .form__agree {
    margin-top: 37px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .form__agree {
        margin-top: 17.6px; } }
  .form__button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 48px; }
    @media screen and (max-width: 767px) {
      .form__button-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 39.16px; } }
  .form__button-back {
    width: 160px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 2rem;
    margin-right: 10px;
    outline: 0;
    border: 0;
    border-radius: 25px;
    font-family: "Noto Sans JP", sans-serif;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    @media screen and (max-width: 767px) {
      .form__button-back {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
        height: 55px;
        border-radius: 27.5px; } }
    .form__button-back:hover {
      opacity: 0.8; }
  .form__submit-container {
    position: relative; }
    .form__submit-container::before {
      content: '';
      width: 19px;
      height: 19px;
      background-image: url("./src/img/button-arrow.png");
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      left: 20px;
      bottom: 50%;
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%);
      z-index: 9999; }
      @media screen and (max-width: 767px) {
        .form__submit-container::before {
          width: 31.68px;
          height: 31.68px; } }
  .form__button-submit {
    width: 260px;
    height: 50px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #bf002d;
    color: #fff;
    outline: 0;
    border: 0;
    border-radius: 25px;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    @media screen and (max-width: 767px) {
      .form__button-submit {
        width: 100%;
        height: 55px;
        border-radius: 27.5px; } }
    .form__button-submit:hover {
      opacity: 0.8; }

.flickity-button {
  display: none; }

.flickity-slider {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.carousel__cell {
  left: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: -1; }

.carousel__cell.is-selected {
  opacity: 1;
  z-index: 0; }

.flickity-page-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(90deg);
      -ms-transform: translateY(50%) rotate(90deg);
          transform: translateY(50%) rotate(90deg);
  right: 10px;
  max-width: 95px;
  z-index: 99999; }
  @media screen and (max-width: 767px) {
    .flickity-page-dots {
      bottom: 54.12px;
      right: 50%;
      -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
              transform: translateX(50%); } }
  .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0; }
    .flickity-page-dots .dot:not(:last-child) {
      margin-right: 17px; }
    .flickity-page-dots .dot.is-selected {
      position: relative;
      background: transparent;
      border: 3px solid #fff; }

span.mwform-radio-field-text {
  margin-right: 15px; }

.mw_wp_form .error {
  color: #bf002d !important;
  font-size: 1.6rem !important; }

.mw_wp_form_confirm .form__input {
  font-size: 1.8rem;
  margin-top: 13px; }

.mw_wp_form_confirm .form__placeholder,
.mw_wp_form_confirm .form__agreement,
.mw_wp_form_confirm .form__agree {
  display: none; }

.thank-you {
  font-size: 1.7rem;
  text-align: center; }
  .thank-you__link {
    text-decoration: underline;
    margin-top: 30px;
    display: block; }

.btn {
  margin: 50px 0;
}
.btn a{
  font-size: 16px;
  position: relative;
  z-index: 1;
  display: block;
  padding: 12px 40px;
  border: solid 2px #fff;
  width: 100%;
  max-width: 260px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.btn a:hover {
  background-color: #bf002d;
  border: solid 2px transparent;
  transition: all .4s ease-out;
}
.footer .btn {
  margin: 10px 0 20px;
}
.footer .btn a {
  font-size: 14px;
  max-width: 140px;
}

@media screen and (max-width: 767px) {
  .btn a{
    font-size: 12px;
    padding: 12px 40px;
    border: solid 2px #fff;
    width: 100%;
    max-width: 180px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
  }
  .footer .btn a {
    font-size: 12px;
    max-width: 140px;
  }
}

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