@charset "UTF-8";
/* ---------------------------------------------
  TOP
-----------------------------------------------*/
/* top-mv
--------------------------------------*/
.p-top-mv {
  position: relative;
  background: #FFF9B1;
}
.p-top-mv .wrap {
  height: 380px;
  /* 4行の時
  padding-top: 80px;
  */
  padding-top: 60px;
}
@media screen and (max-width: 743px) {
  .p-top-mv .wrap {
    height: auto;
    padding-top: 25px;
    padding-bottom: 45px;
  }
}
.p-top-mv .text {
  font-size: 4.1rem;
  line-height: 1.5609756098;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .p-top-mv .text {
    font-size: 2.7rem;
    line-height: 1.2962962963;
  }
}
.p-top-mv.-roudou .wrap {
  padding-top: 0;
}
.p-top-mv.-roudou .text {
  margin-top: 0;
}
@media screen and (max-width: 743px) {
  .p-top-mv.-roudou .wrap {
    padding-bottom: 20px;
  }
  .p-top-mv.-roudou .text {
    padding-top: 20px;
  }
}
.p-top-mv .anchor {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.p-top-mv .anchor li {
  position: relative;
  margin-right: 70px;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.25;
  padding-left: 1rem;
  white-space: nowrap;
}
.p-top-mv .anchor li::before {
  position: absolute;
  content: "・";
  left: -0.5rem;
  top: 0;
}
.p-top-mv .anchor li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 743px) {
  .p-top-mv .anchor {
    margin-top: 40px;
    display: block;
  }
  .p-top-mv .anchor li {
    margin-right: 0;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.p-site-name {
  background: #1A1A1A;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 743px) {
  .p-site-name {
    height: 89px;
    align-items: center;
  }
}
.p-site-name img {
  display: inline-block;
  width: 322px;
}
@media screen and (max-width: 743px) {
  .p-site-name img {
    width: 234px;
  }
}

.section {
  padding: 75px 0 78px;
}
@media screen and (max-width: 743px) {
  .section {
    padding: 60px 0 60px !important;
  }
}

/* message
--------------------------------------*/
.p-message {
  background: #fffde3;
}
.p-message .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 743px) {
  .p-message .inner {
    display: block;
  }
}
.p-message-movie {
  width: 473px;
  height: 286px;
}
@media screen and (max-width: 743px) {
  .p-message-movie {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.p-message-movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 473/286;
}
@media screen and (max-width: 743px) {
  .p-message-movie iframe {
    aspect-ratio: 352/196;
  }
}
.p-message-text {
  flex: 1;
  padding-left: 27px;
}
@media screen and (max-width: 743px) {
  .p-message-text {
    padding-left: 0;
  }
}
.p-message-text dt span {
  display: inline-block;
  background: #1A1A1A;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.45;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  padding: 1px 14px 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 743px) {
  .p-message-text dt span {
    margin-bottom: 5px;
  }
}
.p-message-text dd {
  padding-right: 120px;
  font-size: 1.8rem;
  line-height: 1.8333333333;
  font-family: "TsukuGoPr5-M", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-message-text dd .name {
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
.p-message-text dd .txt {
  font-size: 1.8rem;
  line-height: 1.8333333333;
  font-family: "TsukuGoPr5-M", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 743px) {
  .p-message-text dd {
    padding-right: 0;
  }
}

/* flowchart
--------------------------------------*/
.p-flowchart {
  background: #ffffff;
  padding: 75px 0 72px;
}
.p-flowchart .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 28px;
}
.p-flowchart-step {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 126px;
  background: #ffffff;
  border: 2px solid #1A1A1A;
  border-radius: 10px;
  box-shadow: 0 4px 0 0 #1A1A1A;
  margin-top: 32px;
}
@media screen and (max-width: 743px) {
  .p-flowchart-step {
    height: 100%;
    margin-top: 40px;
    flex-direction: column;
    padding: 10px 5px 12px 10px;
    box-shadow: 0 2px 0 0 #1A1A1A;
  }
}
.p-flowchart-step:first-child {
  margin-top: 0;
}
@media screen and (max-width: 743px) {
  .p-flowchart-step:first-child {
    margin-top: 30px;
  }
}
.p-flowchart-step dd {
  display: flex;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 743px) {
  .p-flowchart-step dd {
    width: 100%;
  }
}
.p-flowchart-step dd .ill {
  min-width: 200px;
  padding-left: 43px;
}
@media screen and (max-width: 743px) {
  .p-flowchart-step dd .ill {
    min-width: inherit;
    padding-left: 0;
    width: 96px;
  }
  .p-flowchart-step dd .ill.-ill01 img {
    width: 93px;
    margin-left: -6px;
  }
  .p-flowchart-step dd .ill.-ill02 img {
    width: 82px;
  }
  .p-flowchart-step dd .ill.-ill03 img {
    width: 68px;
  }
  .p-flowchart-step dd .ill.-ill04 img {
    width: 82px;
  }
}
.p-flowchart-step dd .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  flex: 1;
}
@media screen and (max-width: 743px) {
  .p-flowchart-step dd .text {
    font-size: 2.3rem;
    line-height: 1.1739130435;
  }
}
.p-flowchart-step dd.-h {
  padding: 22px 10px 22px 0;
}
@media screen and (max-width: 743px) {
  .p-flowchart-step dd.-h {
    padding: 0;
  }
}
.p-flowchart-step dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF9B1;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 2px solid #1A1A1A;
  width: 134px;
  height: 100%;
}
@media screen and (max-width: 743px) {
  .p-flowchart-step dt {
    text-align: center;
    width: 46px;
    height: 46px;
    display: block;
    border: 2px solid #1A1A1A;
    border-radius: 100px;
    padding-top: 1.2%;
    margin-top: -32px;
  }
}
.p-flowchart-num span {
  display: block;
}
@media screen and (max-width: 743px) {
  .p-flowchart-num img {
    width: 28px;
    margin: 0 auto;
  }
}
.p-flowchart .c-notes {
  line-height: 1.2222222222;
}

/* fee
--------------------------------------*/
.p-fee {
  background: #fffde3;
  padding: 75px 0 72px;
}
.p-fee .c-top-headline {
  margin-bottom: 35px;
}
.p-fee .inner {
  margin-top: 50px;
}
@media screen and (max-width: 743px) {
  .p-fee .inner {
    margin-top: 20px;
  }
}
.p-fee .c-top-subtitle {
  margin-bottom: 40px;
  margin-top: 50px;
}
.p-fee .c-top-subtitle:first-of-type {
  margin-top: 0;
}
.p-fee-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 743px) {
  .p-fee-box {
    display: block;
  }
}
.p-fee-box dl {
  width: 450px;
  border: 1px solid #1A1A1A;
}
@media screen and (max-width: 743px) {
  .p-fee-box dl {
    width: 100%;
  }
}
.p-fee-box dt {
  background: #ececec;
  padding: 23px 35px 27px;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.3157894737;
}
@media screen and (max-width: 743px) {
  .p-fee-box dt {
    padding: 18px 15px 22px;
  }
}
.p-fee-box dd {
  background: #ffffff;
  padding: 23px 68px 27px;
  font-family: "TsukuGoPr5-M", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #252525;
  font-size: 2.3rem;
  line-height: 1.347826087;
  white-space: nowrap;
}
@media screen and (max-width: 743px) {
  .p-fee-box dd {
    padding: 18px 15px 22px;
    white-space: normal;
  }
}
.p-fee-box dd .sm {
  font-size: 1.8rem;
}
.p-fee-box .or {
  font-size: 3rem;
  font-family: "TsukuGoPr5-M", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #252525;
}
@media screen and (max-width: 743px) {
  .p-fee-box .or {
    text-align: center;
  }
}
.p-fee-whitebox {
  background: #ffffff;
  padding: 34px 50px;
  margin-top: 48px;
}
@media screen and (max-width: 743px) {
  .p-fee-whitebox {
    margin-top: 20px;
    padding: 20px 20px;
  }
}

/* fee-rou
--------------------------------------*/
.p-fee-rou {
  background: #fffde3;
  padding: 75px 0 63px;
}
@media screen and (max-width: 743px) {
  .p-fee-rou {
    padding-bottom: 50px !important;
  }
}
.p-fee-rou .c-top-headline {
  margin-bottom: 50px;
}
.p-fee-rou .inner {
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 743px) {
  .p-fee-rou .inner {
    margin-bottom: 20px;
  }
}
.p-fee-rou .c-top-headline + .c-txt {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 743px) {
  .p-fee-rou .c-top-headline + .c-txt {
    margin-bottom: 32px;
  }
}
.p-fee-rou .txt-type {
  font-size: 2.3rem;
  line-height: 1.347826087;
  margin-bottom: 24px;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .p-fee-rou .txt-type {
    margin-bottom: 5px;
  }
}
.p-fee-rou-boxwrap {
  background: #ffffff;
  width: 100%;
}
.p-fee-rou-boxwrap:nth-child(1) {
  max-width: 482px;
  padding: 32px 30px 42px;
}
.p-fee-rou-boxwrap:nth-child(2) {
  max-width: 475px;
  padding: 32px 27px 42px;
}
@media screen and (max-width: 743px) {
  .p-fee-rou-boxwrap {
    max-width: inherit !important;
    margin: 0 auto;
    padding: 28px 20px !important;
  }
  .p-fee-rou-boxwrap + .p-fee-rou-boxwrap {
    margin-top: 30px;
  }
}
.p-fee-rou-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 743px) {
  .p-fee-rou-box {
    display: block;
  }
}
.p-fee-rou-box dl {
  width: 100%;
  border: 2px solid #1A1A1A;
}
.p-fee-rou-box dl + dl {
  margin-top: 20px;
}
@media screen and (max-width: 743px) {
  .p-fee-rou-box dl {
    width: 100%;
  }
  .p-fee-rou-box dl + dl {
    margin-top: 12px;
  }
}
.p-fee-rou-box dt {
  background: #ececec;
  padding: 10px 0 14px;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.3157894737;
  text-align: center;
}
.p-fee-rou-box dd {
  background: #ffffff;
  padding: 14px 0 18px;
  font-family: "TsukuGoPr5-M", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: flex;
  justify-content: center;
}
.p-fee-rou-box dd p {
  color: #252525;
  font-size: 2.3rem;
  line-height: 1.347826087;
}
@media screen and (max-width: 743px) {
  .p-fee-rou-box dd {
    line-height: 1.1739130435;
  }
}
.p-fee-rou-box dd .sm {
  font-size: 1.8rem;
}
.p-fee-rou-box sup {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  top: .2em;
  font-family: "TsukuGoPr5-R", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}
.p-fee-rou .notes-wrap .c-txt {
  padding-left: .5em;
}
.p-fee-rou .notes-wrap sup {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  top: .2em;
  left: -.5em;
}

/* benefits
--------------------------------------*/
.p-benefits {
  background: #ffffff;
}
.p-benefits .c-top-headline {
  margin-bottom: 35px;
}
.p-benefits .inner {
  margin-top: 50px;
}
.p-benefits .c-top-subtitle {
  margin-bottom: 32px;
  margin-top: 50px;
}
@media screen and (max-width: 743px) {
  .p-benefits .c-top-subtitle {
    text-align: center;
    padding: 10px 0 14px;
    margin-top: 70px;
  }
}
.p-benefits .c-top-subtitle:first-of-type {
  margin-top: 0;
}
.p-benefits .c-txt .dotline {
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: 2px dashed #1A1A1A;
  padding-bottom: 3px;
}
@media screen and (max-width: 743px) {
  .p-benefits .c-txt .dotline {
    padding-bottom: 1px;
  }
}
.p-benefits .c-txt + .c-txt {
  margin-top: 40px;
}

/* form
--------------------------------------*/
.p-form {
  background: #fffde3;
  padding-bottom: 72px;
}
.p-form-lead .c-notes {
  margin-top: 5px;
}
.p-form-form {
  margin-top: 20px;
}
@media screen and (max-width: 743px) {
  .p-form-form {
    margin-top: 0px;
  }
}

@media screen and (max-width: 743px) {
  .p-form-form:has(.errorText) {
    margin-top: 20px;
  }
}

.p-form-form .errorText {
  background-color: #fff;
  border: 1px solid #FF3131;
  padding: 15px 20px 15px 40px;
}
@media screen and (max-width: 743px) {
  .p-form-form .errorText {
    padding: 10px 15px 10px 30px;
  }
}

.p-form-form .errorText li {
  color: #FF3131;
  list-style-type: disc;
}

.p-confirm {
  background: #fffde3;
  padding-top: 0;
  padding-bottom: 77px;
}
@media screen and (max-width: 743px) {
  .p-confirm {
    padding: 5px 0 60px !important;
  }
}

/* freeconsul
--------------------------------------*/
.p-freeconsul {
  background: #ffffff;
  padding-bottom: 5px;
}
@media screen and (max-width: 743px) {
  .p-freeconsul {
    padding-bottom: 36px !important;
  }
}
.p-freeconsul .inner {
  margin-top: 50px;
}
.p-freeconsul .c-button-primary {
  margin-top: 50px;
  margin-bottom: 65px;
}
@media screen and (max-width: 743px) {
  .p-freeconsul .c-button-primary {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.p-freeconsul .c-button-primary__link {
  width: 331px;
  height: 70px;
}

/* stepbar
--------------------------------------*/
.p-stepbar {
  background: #ffffff;
  padding: 83px 0 57px;
}
.p-stepbar-wrap {
  overflow-y: hidden;
  display: flex;
  width: 100%;
  margin-bottom: 54px;
}
@media screen and (max-width: 743px) {
  .p-stepbar {
    padding: 60px 0 28px;
  }
  .p-stepbar-wrap {
    margin-bottom: 25px;
  }
}
.p-stepbar-li {
  position: relative;
  padding: 0;
  margin: 0;
  height: 56px;
  width: 100%;
  /* background: rgba(14,158,42, 27%); */
  background: #BDE5C5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-stepbar-li.-confirm {
  width: 487px;
  margin-right: 30px;
}
.p-stepbar-li.-complete {
  width: 486px;
}
.p-stepbar-li.-complete::before, .p-stepbar-li.-complete::after {
  display: none;
}
.p-stepbar-li span {
  display: block;
  font-size: 2rem;
  line-height: 1.45;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding-left: 16px;
}
.p-stepbar-li::before {
  content: "";
  position: absolute;
  top: 0;
  right: -61px;
  border-width: 28px 31px;
  /* border-color: transparent transparent transparent rgba(14,158,42, 27%); */
  border-color: transparent transparent transparent #BDE5C5;
  border-style: solid;
  z-index: 10;
}
.p-stepbar-li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -91px;
  border-width: 28px 31px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  z-index: 5;
}
.p-stepbar-li.-current {
  background: #0E9E2A;
}
.p-stepbar-li.-current::before {
  border-color: transparent transparent transparent #0E9E2A;
}
.p-stepbar-li.-current span {
  color: #ffffff;
}
@media screen and (max-width: 743px) {
  .p-stepbar-li {
    height: 42px;
  }
  .p-stepbar-li.-confirm {
    width: 48%;
    margin-right: 2.5%;
  }
  .p-stepbar-li.-complete {
    width: 49.5%;
  }
  .p-stepbar-li span {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    padding-left: 16px;
  }
  .p-stepbar-li::before {
    right: -35.5px;
    border-width: 21px 18px;
  }
  .p-stepbar-li.-thanks::before {
    right: -36px;
  }
  .p-stepbar-li::after {
    right: -44px;
    border-width: 21px 18px;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .p-stepbar-li::after {
    right: -51px;
  }
}
.p-stepbar-text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-stepbar-text {
    text-align: left;
  }
}
.p-stepbar-mes {
  display: flex;
  width: 100%;
  align-content: center;
}
.p-stepbar-mes .text-area {
  flex-basis: 50%;
  padding: 0 0 0 125px;
}
.p-stepbar-mes .btn-area {
  flex-basis: 50%;
  padding: 0 60px 0 0;
}
.p-stepbar-mes .txt1 {
  font-size: 2rem;
  line-height: 1.25;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
.p-stepbar-mes .txt2 {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 743px) {
  .p-stepbar-mes {
    display: block;
  }
  .p-stepbar-mes .text-area {
    width: 100%;
    padding: 0;
  }
  .p-stepbar-mes .btn-area {
    width: 100%;
    padding: 57px 0 0;
  }
  .p-stepbar-mes .txt2 {
    font-size: 1.8rem;
    line-height: 1.2222222222;
    margin-top: 20px;
  }
}
.p-stepbar-mes.-rou {
  display: block;
}
.p-stepbar-mes.-rou .text-area,
.p-stepbar-mes.-rou .btn-area {
  width: 100%;
  padding: 0;
}
.p-stepbar-mes.-rou .btn-area {
  padding-top: 25px;
}
@media screen and (max-width: 743px) {
  .p-stepbar-mes.-rou .btn-area {
    padding-top: 57px;
  }
}
.p-stepbar-mes.-rou .txt1,
.p-stepbar-mes.-rou .txt2 {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-stepbar-mes.-rou .txt1,
  .p-stepbar-mes.-rou .txt2 {
    text-align: left;
  }
}

/* cases
--------------------------------------*/
.p-cases {
  background: #ffffff;
  padding: 75px 0 70px;
}
@media screen and (max-width: 743px) {
  .p-cases {
    padding: 60px 0;
  }
}
.p-cases .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-cases-block {
  width: 470px;
}
.p-cases-block dt {
  font-size: 2.3rem;
  line-height: 1.347826087;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  background: #FFF9B1;
  padding: 12px 0 16px;
  margin-bottom: 36px;
}
.p-cases-block dd {
  padding-bottom: 70px;
}
.p-cases-block:nth-child(n+3) dd {
  padding-bottom: 0;
}
@media screen and (max-width: 743px) {
  .p-cases-block {
    width: 100%;
  }
  .p-cases-block dt {
    padding: 7px 0 11px;
    margin-bottom: 30px;
  }
  .p-cases-block dd {
    padding-bottom: 50px;
  }
  .p-cases-block:nth-child(3) dd {
    padding-bottom: 50px;
  }
  .p-cases-block:last-child dd {
    padding-bottom: 0;
  }
}
.p-cases-list {
  margin-bottom: 32px;
}
.p-cases-list li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 2.2rem;
}
.p-cases-list li + li {
  margin-top: 20px;
}
.p-cases-list li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
@media screen and (max-width: 743px) {
  .p-cases-list {
    margin-bottom: 30px;
  }
  .p-cases-list li {
    padding-left: 0.5rem;
  }
  .p-cases-list li + li {
    margin-top: 20px;
  }
  .p-cases-list li::before {
    left: -1.4rem;
  }
}
.p-cases .c-button-primary__link.-arrow {
  border-width: 2px;
}

/*# sourceMappingURL=index.css.map */
