.p-front-mv {
  position: relative;
  width: 100%;
  height: 120vh;
  margin: 0 0 120px;
}
@media (max-width: 780px) {
  .p-front-mv {
    height: 100vh;
    margin: 0 0 90px;
  }
}
.p-front-mv > .back-img {
  position: absolute;
  z-index: -1;
  inset: 0;
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
}
@media (max-width: 780px) {
  .p-front-mv > .back-img {
    -o-object-position: 60%;
       object-position: 60%;
    -webkit-filter: opacity(0.6);
            filter: opacity(0.6);
  }
}
.p-front-mv .wrapper {
  position: relative;
}
@media (max-width: 780px) {
  .p-front-mv .wrapper {
    position: absolute;
    bottom: 10%;
  }
}
@media (max-width: 780px) {
  .p-front-mv .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-front-mv__container {
  width: 70%;
  padding: 15% 0 0;
}
@media (max-width: 780px) {
  .p-front-mv__container {
    width: 100%;
    padding: 150px 0 0;
  }
}
.p-front-mv__container h1 {
  width: 100%;
  margin-bottom: 15px;
}
.p-front-mv__container h1 img {
  width: 100%;
}
.p-front-mv__top {
  width: 80%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 780px) {
  .p-front-mv__top {
    width: 100%;
    margin-bottom: 5%;
  }
}
.p-front-mv__illust {
  width: 30%;
}
.p-front-mv__fukidashi {
  width: 70%;
}
.p-front-mv__point {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 1.5rem;
}
@media (max-width: 450px) {
  .p-front-mv__point {
    gap: 5px;
  }
}
.p-front-mv__price {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-front-mv__price > div {
  width: 15%;
}
.p-front-mv__price > p {
  width: 85%;
}
.p-front-mv__part-time {
  width: 100%;
  padding: 0.5em 1em 0;
  background: #FFDB54;
  border-radius: 1.5em;
}
.p-front-mv__part-time p {
  width: 80%;
  margin: 0 auto;
}
.p-front-mv__deco-txt {
  position: absolute;
  top: 70%;
  left: 80%;
  width: 300px;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotate(-5deg);
}
@media (max-width: 780px) {
  .p-front-mv__deco-txt {
    display: none;
  }
}

.p-front-news {
  margin-bottom: 90px;
}
.p-front-news .wrapper > .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 780px) {
  .p-front-news .wrapper > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-front-news__left {
  width: 20%;
}
@media (max-width: 780px) {
  .p-front-news__left {
    width: 100%;
  }
}
.p-front-news__right {
  width: 70%;
  padding: 2.5%;
}
@media (max-width: 780px) {
  .p-front-news__right {
    width: 100%;
  }
}
.p-front-news__item {
  margin-bottom: 1em;
  padding: 1em 1.5em;
  font-size: 2rem;
  border-bottom: solid 1px #707070;
}
.p-front-news__item .flex {
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  gap: 90px;
}
@media (max-width: 780px) {
  .p-front-news__item .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0.5em;
  }
}
.p-front-news .c-more-btn {
  margin: 0 auto;
}

.p-front-wic__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 90px;
  font-size: 6rem;
  font-weight: 700;
}
@media (max-width: 1550px) {
  .p-front-wic__heading {
    font-size: 4.5rem;
  }
}
@media (max-width: 780px) {
  .p-front-wic__heading {
    font-size: 3rem;
    padding: 0 0.5em;
  }
}
.p-front-wic__heading span {
  font-weight: inherit;
}
.p-front-wic__container {
  position: relative;
  width: 100%;
  padding: 10% 0;
}
.p-front-wic__container .img-cover {
  position: absolute;
  z-index: -2;
  inset: 0;
}
.p-front-wic__container .img-cover::after {
  background: rgba(245, 221, 96, 0.8);
}
.p-front-wic__main {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .p-front-wic__main {
    width: 90%;
  }
}
.p-front-wic__main h3 {
  font-size: 6rem;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-bottom: 45px;
  text-shadow: 3px 3px 10px #fff;
}
@media (max-width: 780px) {
  .p-front-wic__main h3 {
    font-size: 3rem;
    margin-bottom: 0.5em;
  }
}
.p-front-wic__main p {
  font-size: 3rem;
}
@media (max-width: 780px) {
  .p-front-wic__main p {
    font-size: 1.6rem;
    text-align: left;
  }
}

.p-front-strength {
  padding: 90px 0 60px;
  margin: 2.5% 0 0;
}
.p-front-strength__top {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 780px) {
  .p-front-strength__top {
    margin-bottom: 60px;
  }
}
.p-front-strength__deco-txt {
  position: absolute;
  top: 0;
  left: 20%;
  font-size: 3rem;
  -webkit-transform: translate(-50%, -100%) rotate(-15deg);
          transform: translate(-50%, -100%) rotate(-15deg);
}
.p-front-strength__deco-txt::before, .p-front-strength__deco-txt::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.5em;
  background: #707070;
}
.p-front-strength__deco-txt::before {
  position: absolute;
  bottom: 0;
  left: -15px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p-front-strength__deco-txt::after {
  position: absolute;
  bottom: 0;
  right: -5px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media (max-width: 780px) {
  .p-front-strength__deco-txt {
    font-size: 1.4rem;
    top: -10%;
    left: 5%;
    -webkit-transform: translate(0, -100%) rotate(-7.5deg);
            transform: translate(0, -100%) rotate(-7.5deg);
  }
}
.p-front-strength__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 45px;
}
@media (max-width: 780px) {
  .p-front-strength__container {
    width: 95%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
}

.p-front-difference {
  margin: 0 0;
  padding: 60px 0;
  background: #EFEFEF;
}
.p-front-difference h2 {
  margin: 0 auto 45px;
}
.p-front-difference__container {
  width: 100%;
}
@media (max-width: 780px) {
  .p-front-difference__container {
    width: 90%;
    margin: 0 auto;
  }
}

.p-front-price {
  padding: 60px 0 0;
}
.p-front-price h3 {
  position: relative;
  font-size: 4.5rem;
  font-weight: 700;
  z-index: 1;
}
.p-front-price h3 .c-cl--main::after {
  z-index: -1;
}
@media (max-width: 780px) {
  .p-front-price h3 {
    font-size: 3rem;
  }
}

.p-exit-service {
  margin-bottom: 60px;
}
.p-exit-service h3 {
  margin-bottom: 1.5em;
}
.p-exit-service__container {
  margin-bottom: 30px;
  gap: 60px;
}
@media (max-width: 780px) {
  .p-exit-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-exit-service__detail {
  width: 50%;
  margin: 0 auto;
  padding: 45px 0;
  border-top: solid 1px #c3c3c3;
  border-bottom: solid 1px #c3c3c3;
}
.p-exit-service__detail p {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .p-exit-service__detail {
    width: 100%;
  }
  .p-exit-service__detail p {
    width: 90%;
  }
}

.p-job-support {
  margin-bottom: 60px;
}
.p-job-support h3 {
  margin-bottom: 1.5em;
}
.p-job-support__container {
  width: 75%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 3rem;
  background: -webkit-gradient(linear, left top, right top, from(#00DFFF), to(#0098FF));
  background: linear-gradient(to right, #00DFFF, #0098FF);
}
@media (max-width: 780px) {
  .p-job-support__container {
    width: 100%;
  }
  .p-job-support__container > .flex {
    gap: 30px;
  }
}
.p-job-support__container > div {
  width: 100%;
  height: 100%;
  padding: 5% 10%;
  border-radius: 2rem;
  background: #fff;
}
@media (max-width: 780px) {
  .p-job-support__container > div {
    padding: 5%;
  }
}
.p-job-support__container--left {
  width: 40%;
}
@media (max-width: 780px) {
  .p-job-support__container--left {
    width: 100%;
  }
}
.p-job-support__container--right {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1.5fr 1fr;
  width: 60%;
  padding: 0 5% 0;
}
@media (max-width: 780px) {
  .p-job-support__container--right {
    width: 100%;
    gap: 0.5em;
  }
}
.p-job-support__container--right > p {
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #0098FF;
}
.p-job-support__container--right .p-job-support__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: solid 1px #c3c3c3;
  border-bottom: solid 1px #c3c3c3;
}
.p-job-support__container--right .p-job-support__detail p {
  width: 80%;
  font-size: 2.2rem;
}
@media (max-width: 780px) {
  .p-job-support__container--right .p-job-support__detail p {
    font-size: 1.6rem;
  }
}
.p-job-support__container--right .c-more-btn--blue {
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: center;
}
.p-job-support__img {
  width: 100%;
  margin-bottom: 15px;
}
.p-job-support__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-job-support__icon {
  width: 100%;
}

.p-pay-method {
  padding: 0 0 90px;
}
.p-pay-method h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.p-pay-method__container {
  width: 100%;
  padding: 5% 0;
  border-top: solid 1px #c3c3c3;
  border-bottom: solid 1px #c3c3c3;
}
.p-pay-method__list {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .p-pay-method__list {
    width: 90%;
  }
}
.p-pay-method__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  padding: 2em 0;
  border-bottom: solid 1px #c3c3c3;
}
@media (max-width: 780px) {
  .p-pay-method__item {
    gap: 1em;
  }
}
.p-pay-method__item p {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-pay-method__item:nth-last-child(1) {
  border-bottom: none;
}
.p-pay-method__img {
  width: 100%;
}
.p-pay-method__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-pay-method__img--cov {
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 780px) {
  .p-pay-method__img--cov {
    width: 80%;
  }
}
.p-pay-method__img--cov > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-help-issues {
  margin-bottom: 0;
  padding-bottom: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#c3c3c3));
  background: linear-gradient(to bottom, #707070, #c3c3c3);
}
@media (max-width: 780px) {
  .p-help-issues {
    padding-bottom: 30px;
  }
}
.p-help-issues__deco {
  width: 100%;
  height: 350px;
}
@media (max-width: 780px) {
  .p-help-issues__deco {
    height: 150px;
  }
}
.p-help-issues__heading {
  width: 100%;
  margin: -3em 0 1em;
  padding: 0 10%;
  text-align: center;
}
.p-help-issues__heading > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateX(2.5%);
          transform: translateX(2.5%);
}
@media (max-width: 780px) {
  .p-help-issues__heading > .sp-block {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-help-issues__container {
  width: 100%;
}
.p-help-issues__img {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 45px;
}
.p-help-issues__img > img {
  width: 180px;
}
@media (max-width: 780px) {
  .p-help-issues__img {
    padding: 0 10px;
  }
  .p-help-issues__img > img {
    width: 120px;
  }
}
.p-help-issues__box {
  position: relative;
  margin-top: -30px;
  padding: 30px;
  border-radius: 4rem;
  background: #FFDB54;
}
.p-help-issues__box > div {
  width: 100%;
  height: 100%;
  padding: 60px 0;
  border-radius: 1.5rem;
  background: #FFF9DB;
}
@media (max-width: 780px) {
  .p-help-issues__box {
    margin-top: -10px;
    padding: 10px;
    border-radius: 3rem;
  }
  .p-help-issues__box > div {
    padding: 30px 0 15px;
    border-radius: 1.5rem;
  }
}
.p-help-issues__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-help-issues__item {
  position: relative;
  font-size: 3rem;
  margin-bottom: 0.75em;
  padding-left: 60px;
}
@media (max-width: 780px) {
  .p-help-issues__item {
    font-size: 1.8rem;
    padding-left: 45px;
  }
}
.p-help-issues__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/svg/check-mark.svg) no-repeat center center/contain;
}
@media (max-width: 780px) {
  .p-help-issues__item::before {
    width: 20px;
    height: 20px;
    top: 15%;
    left: 2.5%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-front-actions .l-common-container {
  padding: 90px;
}
@media (max-width: 780px) {
  .p-front-actions .l-common-container {
    padding: 10% 5%;
  }
}
.p-front-actions__heading {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 780px) {
  .p-front-actions__heading {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .p-front-actions__container {
    overflow-x: auto;
  }
}
.p-front-actions .c-compare-table {
  margin-bottom: 45px;
  min-width: 900px;
}
@media (max-width: 780px) {
  .p-front-actions .c-compare-table {
    margin-top: 15px;
  }
}
.p-front-actions .table-bottom {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.p-front-actions .table-bottom span {
  grid-column: 2/6;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .p-front-actions .table-bottom span {
    grid-column: 1/6;
  }
}

.p-front-flow {
  margin-bottom: 120px;
}
.p-front-flow .u-heading-txt {
  margin-bottom: 45px;
}
.p-front-flow #flow-list-nav {
  margin-bottom: 60px;
}
@media (max-width: 780px) {
  .p-front-flow #flow-list-nav {
    margin-bottom: 30px;
  }
}
.p-front-flow__heading {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 780px) {
  .p-front-flow__heading {
    font-size: 2.5rem;
    margin-bottom: 60px;
  }
}
.p-front-flow__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 60px 120px;
  margin-bottom: 60px;
}
@media (max-width: 780px) {
  .p-front-flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.p-front-flow__list li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 780px) {
  .p-front-flow__list li:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-front-flow__list li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
@media (max-width: 780px) {
  .p-front-flow__list li:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-front-flow__list li:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
@media (max-width: 780px) {
  .p-front-flow__list li:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-front-flow__list li:nth-child(4) {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 780px) {
  .p-front-flow__list li:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-front-flow__list li:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 780px) {
  .p-front-flow__list li:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-front-flow__list li:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}
@media (max-width: 780px) {
  .p-front-flow__list li:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-front-flow__item {
  width: 100%;
}
@media (max-width: 780px) {
  .p-front-flow__item.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-front-flow__img {
  position: relative;
  width: 30%;
  padding: 3em;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  background: #fff;
}
@media (max-width: 780px) {
  .p-front-flow__img {
    width: 40%;
    padding: 2rem;
  }
}
.p-front-flow__img .c-step-num {
  position: absolute;
  top: -30px;
  left: -30px;
}
@media (max-width: 780px) {
  .p-front-flow__img .c-step-num {
    top: -30px;
    left: -10px;
  }
}
.p-front-flow__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-front-flow__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 70%;
  padding-left: 30px;
}
@media (max-width: 780px) {
  .p-front-flow__txt {
    width: 60%;
  }
}
.p-front-flow__txt > h4 {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-front-flow__txt > p {
  font-size: 1.4rem;
}
.p-front-flow .c-triangle-2 {
  margin: 0 auto;
  margin-bottom: 30px;
}
.p-front-flow__confirm {
  width: 80%;
  height: 120px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#FFDB54), to(#FF0F47));
  background: linear-gradient(to right, #FFDB54, #FF0F47);
}
@media (max-width: 780px) {
  .p-front-flow__confirm {
    width: 100%;
    height: 90px;
    padding: 5px;
    border-radius: 1rem;
  }
}
.p-front-flow__confirm p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: #fff;
}
@media (max-width: 780px) {
  .p-front-flow__confirm p {
    border-radius: 0.5rem;
  }
}
.p-front-flow__confirm p span {
  font-size: 4.5rem;
  font-weight: 700;
}
@media (max-width: 780px) {
  .p-front-flow__confirm p span {
    font-size: 3rem;
  }
}
.p-front-flow__banner {
  margin-bottom: 90px;
}

.p-front-faq {
  margin-bottom: 120px;
}
@media (max-width: 780px) {
  .p-front-faq {
    margin-bottom: 60px;
  }
}
.p-front-faq__container {
  padding: 0 0 90px;
}
@media (max-width: 780px) {
  .p-front-faq__container {
    padding: 0 0 30px;
  }
}
.p-front-faq__list {
  max-width: 980px;
  margin: 0 auto;
}
.p-front-faq__item {
  width: 100%;
}
.p-front-faq__question {
  position: relative;
  cursor: pointer;
  padding: 1em 2em;
  padding-left: 4em;
  margin-bottom: 1em;
  border-radius: 1.5rem;
  background-color: #FFF9DB;
  font-size: 2.5rem;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 780px) {
  .p-front-faq__question {
    font-size: 1.6rem;
    padding: 1em 3em;
  }
}
.p-front-faq__question::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 1em;
  font-size: 1.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFDB54;
}
@media (max-width: 780px) {
  .p-front-faq__question::before {
    top: 1.5em;
  }
}
.p-front-faq__question::after {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 45px;
  height: 45px;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #FFDB54;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 780px) {
  .p-front-faq__question::after {
    top: 0.6em;
    right: 0.25em;
  }
}
.p-front-faq__answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 3em;
  border-top: 3px solid transparent;
  font-size: 1.8rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 780px) {
  .p-front-faq__answer {
    font-size: 1.6rem;
  }
}
.p-front-faq__item.active .p-front-faq__question {
  margin-bottom: 0;
  border-radius: 1.5rem 1.5rem 0 0;
}
.p-front-faq__item.active .p-front-faq__question::after {
  content: "-";
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-front-faq__item.active .p-front-faq__answer {
  max-height: 150px;
  padding: 1em 3em 2em;
  border-top: 3px solid #FFDB54;
}
@media (max-width: 780px) {
  .p-front-faq__item.active .p-front-faq__answer {
    max-height: 280px;
  }
}

.p-front-contact {
  width: 100%;
  margin-bottom: 0;
  padding: 90px 0;
  background: #FFDB54;
}
.p-front-contact .u-heading-txt {
  margin-bottom: 60px;
}/*# sourceMappingURL=front.css.map */