@charset "UTF-8";
/**********************************************************
フォーマット選択エリア
*********************************************************/
.fs34-vr {
  font-size: calc(16px + 18 * (100vw - 375px) / 393);
}

.description-area {
  margin-top: 5.625rem;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .description-area {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.description-area > div {
  text-align: center;
}
.description-area > div span {
  font-size: 2.125rem;
}
@media screen and (max-width: 768px) {
  .description-area > div span {
    font-size: 21px;
  }
}
.description-area .under-cream {
  text-decoration: underline;
  text-decoration-thickness: 7px;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: rgba(255, 186, 0, 0.2);
}
.description-area .border-cream {
  position: relative;
}
.description-area .border-cream:nth-child(1)::after {
  position: absolute;
  content: "";
  width: 48%;
  height: 12px;
  bottom: 2px;
  left: 50%;
  transform: translateX(-64%);
  border-bottom: 12px solid rgba(255, 186, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .description-area .border-cream:nth-child(1)::after {
    border-width: 6px;
    width: 62%;
    bottom: 18px;
    transform: translateX(-35%);
  }
}
.description-area .border-cream:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 54%;
  height: 12px;
  bottom: 2px;
  left: 50%;
  transform: translateX(-54%);
  border-bottom: 12px solid rgba(255, 186, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .description-area .border-cream:nth-child(2)::after {
    border-width: 4px;
    width: 70%;
  }
}

.feature-area {
  width: 95%;
  margin: 6.8rem auto 0;
  padding: 5rem 10rem 3rem;
  background: url("/assets/img/top/feature-bg.svg") top center no-repeat;
  font-size: 1.375rem;
  counter-reset: item;
  background-size: 96%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature-area {
    width: 100%;
    margin-top: 3.8rem;
    padding: 6rem 0 2.5rem;
    background: url("/assets/img/top/feature-bg-sp.svg") top center no-repeat;
    background-size: cover;
    border-left: 1px solid rgb(244, 244, 244);
    border-right: 1px solid rgb(244, 244, 244);
    border-bottom: 8px solid rgb(244, 244, 244);
  }
}
.feature-area .feature-title {
  position: absolute;
  top: -45px;
  left: 18.75rem;
}
@media screen and (max-width: 768px) {
  .feature-area .feature-title {
    transform: translateX(-50%);
    left: 50%;
    top: -1rem;
  }
}
@media screen and (max-width: 578px) {
  .feature-area .feature-title {
    width: 70%;
    transform: translateX(-50%);
    left: 50%;
    top: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .feature-area .feature-contents {
    width: 95%;
    margin: 0 auto;
  }
}
.feature-area .contents-item {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .feature-area .contents-item {
    margin-bottom: 2.5rem;
  }
}
.feature-area .thumb {
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature-area .thumb {
    display: flex;
    align-items: center;
  }
}
.feature-area .thumb:before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-45%);
  font-size: 1rem;
}
.feature-area .thumb span {
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature-area .thumb span {
    /* 
    background: linear-gradient(transparent 60%, rgb(244,244,244) 0%);
    */
    display: inline;
    text-decoration: underline;
    text-decoration-color: #E0E0E0;
    text-decoration-thickness: 4px;
  }
}
.feature-area .thumb span::before {
  position: absolute;
  content: "";
  width: calc(100% + 3em);
  height: 11px;
  background-color: #E0E0E0;
  left: -0.5em;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .feature-area .thumb span::before {
    content: none;
  }
}
.feature-area .foot-stamp {
  position: absolute;
  right: 0;
  transform: translateX(-50%);
  display: flex;
  bottom: 16%;
  justify-content: space-around;
}
@media screen and (max-width: 578px) {
  .feature-area .foot-stamp > img {
    width: 75.2604166667%;
  }
}
@media screen and (max-width: 578px) {
  .feature-area .foot-stamp {
    transform: translateX(10%);
  }
}

.format-area {
  text-align: center;
  margin-top: 90px;
}
.format-area .title {
  font-size: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .format-area .title {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .format-area .title img {
    width: 75%;
  }
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  border: 0.4em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.docchoice-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.docchoice-wrap > div {
  width: 50%;
}
.docchoice-wrap > div img {
  width: 94%;
}

.format-selecter {
  display: flex;
  flex-wrap: wrap; /* 複数のアイテムがある場合は折り返す */
  align-items: stretch; /* 全てのアイテムの高さを一番高いアイテムに合わせる */
  justify-content: space-between; /* アイテム間のスペースを均等に配置 */
  margin-top: 12rem;
}
.format-selecter > div {
  display: flex;
  position: relative;
  width: 45%;
}
.format-selecter > div:not(:last-child):not(:nth-last-child(2)):nth-child(odd), .format-selecter > div:not(:last-child):not(:nth-last-child(2)):nth-child(even) {
  margin-bottom: 13rem;
}
@media screen and (max-width: 768px) {
  .format-selecter > div {
    width: 98%;
    margin: 0 auto 13.75rem;
    justify-content: center;
  }
  .format-selecter > div:last-child {
    margin-bottom: 0;
  }
}
.format-selecter #format-resign {
  margin-bottom: 13rem;
}

.format-select {
  width: 445px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6rem 2rem 3rem;
}
@media screen and (max-width: 768px) {
  .format-select {
    padding: 0;
  }
}
.format-select img {
  height: 85px;
  margin: 1rem 0;
}
.format-select .resume-size {
  border: #646464 solid;
  border-radius: 2rem;
  padding: 0.1rem 2.5rem;
  font-size: 22px;
}
.format-select .note {
  margin-top: 1rem;
  font-weight: initial;
  font-size: 17px;
  text-align: start;
}

.border-green {
  border: #2bb270 solid;
  border-radius: 1rem;
}

.border-blue {
  border: rgb(0, 129, 249) solid;
  border-radius: 1rem;
}

.border-purple {
  border: rgb(146, 54, 169) solid;
  border-radius: 1rem;
}

.border-skyblue {
  border: rgb(31, 163, 179) solid;
  border-radius: 1rem;
}

.bg-skyblue {
  background-color: rgb(201, 232, 236);
}

.border-orange {
  border: rgb(250, 135, 2) solid;
  border-radius: 1rem;
}

.bg-orange {
  background-color: rgb(250, 135, 2);
}

.btn-make {
  border: 2px solid rgb(0, 138, 71);
  background: rgb(0, 138, 71);
  color: white;
  padding: 0.875rem 0;
  line-height: 1.5em;
  margin-top: 1rem;
  font-size: 1.5rem;
  position: absolute;
  bottom: 0;
  z-index: 10;
  right: 50%;
  transform: translate(50%, 50%);
  text-align: center;
  width: 66%;
}
.btn-make:hover {
  background: white;
  color: rgb(0, 138, 71);
  line-height: 1.5em;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .btn-make {
    border: 2px solid rgb(0, 138, 71);
    background: rgb(0, 138, 71);
    color: white;
    padding: 0.4rem 4rem;
    line-height: 3em;
    margin-top: 1rem;
    font-size: 1rem;
    position: absolute;
    bottom: 10%;
    width: 84%;
    z-index: 10;
  }
  .btn-make:hover {
    background: white;
    color: rgb(0, 138, 71);
    padding: 0.4rem 4rem;
    line-height: 3em;
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.btn-blue {
  border: 2px solid rgb(0, 129, 249);
  background: rgb(0, 129, 249);
  color: white;
}
.btn-blue:hover {
  background: white;
  color: rgb(0, 129, 249);
}

.btn-purple {
  border: 2px solid rgb(146, 54, 169) !important;
  background: rgb(146, 54, 169);
  color: white;
}
.btn-purple:hover {
  background: white;
  color: rgb(146, 54, 169);
}

.btn-gray {
  border: 2px solid rgb(226, 233, 239) !important;
  background: rgb(226, 233, 239);
  color: white;
}
.btn-gray:hover {
  border: 2px solid rgb(226, 233, 239) !important;
  background: rgb(226, 233, 239);
  color: white;
}

.btn-skyblue {
  border: 2px solid rgb(31, 163, 179) !important;
  background: rgb(31, 163, 179);
  color: white;
}
.btn-skyblue:hover {
  background: white;
  color: rgb(31, 163, 179);
}

.btn-orange {
  border: 2px solid rgb(250, 135, 2) !important;
  background: rgb(250, 135, 2);
  color: white;
}
.btn-orange:hover {
  background: white;
  color: rgb(250, 135, 2);
}

.circle {
  border: 0.5em solid white;
  width: calc(196px + 1.5em);
  height: calc(196px + 1.5em);
  line-height: 300px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -7.5rem;
  right: 50%;
  transform: translateX(50%);
}

.bg-gray {
  background-color: rgb(234, 240, 232);
}

.bg-navy {
  background-color: rgb(226, 233, 239);
}

.bg-purple {
  background-color: rgb(239, 213, 239);
}

.bg-skyblue {
  background-color: rgb(201, 232, 236);
}

.circle img {
  width: 7.5rem;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}

@media screen and (max-width: 768px) {
  .format-selecter {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    margin: 12rem 0 0;
    /* margin-top: 75px; */
  }
  .format-select {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 6.875rem 0.5rem 7rem;
  }
  .format-select img {
    height: 60px;
    margin: 1rem 0;
  }
  .format-select .resume-size {
    border: #646464 solid;
    border-radius: 1rem;
    padding: 0.1rem 1.5rem;
  }
  .format-select .note {
    margin-top: 1rem;
    width: 86%;
  }
  .border-green {
    border: #2bb270 solid;
    border-radius: 1rem;
  }
  .border-blue {
    border: rgb(0, 129, 249) solid;
    border-radius: 1rem;
  }
  .border-purple {
    border: rgb(146, 54, 169) solid;
    border-radius: 1rem;
  }
  .border-skyblue {
    border: rgb(31, 163, 179) solid;
    border-radius: 1rem;
  }
  .btn-blue {
    border: 2px solid rgb(0, 129, 249);
    background: rgb(0, 129, 249);
    color: white;
  }
  .btn-blue:hover {
    background: white;
    color: rgb(0, 129, 249);
  }
  .btn-purple {
    border: 2px solid rgb(146, 54, 169) !important;
    background: rgb(146, 54, 169);
    color: white;
  }
  .btn-purple:hover {
    background: white;
    color: rgb(146, 54, 169);
  }
  .btn-skyblue {
    border: 2px solid rgb(31, 163, 179) !important;
    background: rgb(31, 163, 179);
    color: white;
  }
  .btn-skyblue:hover {
    background: white;
    color: rgb(31, 163, 179);
  }
}
/**********************************************************
早見表バナー
*********************************************************/
.convertchart-wrap {
  margin-top: 9.25rem;
  display: flex;
  justify-content: center;
}

.top-ad-wrap {
  width: 95%;
  margin: 5.25rem auto 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-ad-wrap {
    width: 100%;
    margin: 2.375rem auto 0;
  }
}

/**********************************************************
会員登録ボタン
*********************************************************/
.register-guide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 90px 1rem;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .register-guide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2.375rem auto 5rem;
  }
}
.register-guide > img {
  width: 125px;
  position: relative;
  left: 3rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .register-guide > img {
    width: 54%;
    transform: translateX(50%);
    left: -25%;
    bottom: -2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .btn-introduce {
    line-height: normal !important;
  }
  .btn-introduce:hover {
    line-height: normal !important;
  }
}
/**********************************************************
企業向け案内エリア
*********************************************************/
.introduce-area {
  height: 490px;
  background: url("../img/introduce-bg.svg");
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .introduce-area {
    background-size: contain;
    background-image: url("../img/introduce-bg-sp.svg");
  }
}
.introduce-area .introduce-inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .introduce-area .introduce-inner {
    max-width: none;
  }
}
.introduce-area .introduce {
  margin: auto;
  background-color: #fff;
  border: none;
  border-radius: 10rem;
  max-height: 312px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 7.25rem 3.5rem;
  font-size: 1.5rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .introduce-area .introduce {
    padding: 5rem 0.5rem 3rem;
    border-radius: initial;
  }
}
@media screen and (max-width: 578px) {
  .introduce-area .introduce {
    padding: 2.5rem 0.5rem 3rem;
    border-radius: initial;
  }
}
.introduce-area .introduce > img {
  max-width: 390px;
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-25%);
}
@media screen and (max-width: 768px) {
  .introduce-area .introduce > img {
    max-width: 64%;
    top: -30%;
  }
}
@media screen and (max-width: 578px) {
  .introduce-area .introduce > img {
    max-width: 64%;
    top: -20%;
  }
}
.introduce-area .introduce > div > span {
  color: #F64623;
  font-size: 2.6rem;
}
.introduce-area .introduce > div > img {
  width: 150px;
  margin-bottom: 0.5rem;
}

.news-more-area {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .news-more-area {
    justify-content: center;
  }
}

.btn-introduce {
  border: 2px solid rgb(255, 186, 0);
  background: rgb(255, 186, 0);
  color: rgb(6, 6, 6);
  padding: 0.75rem 2.25rem;
  line-height: 1.8em;
  margin-top: 1.5rem;
  font-size: 1.875rem;
  width: 392px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .btn-introduce {
    font-size: 1.2rem;
  }
}
.btn-introduce > img {
  width: 1rem;
}
.btn-introduce:hover {
  background: white;
  color: rgb(6, 6, 6);
  margin-top: 1.5rem;
  font-size: 1.875rem;
}

.btn-new-member {
  border: 2px solid rgb(255, 186, 0);
  background: rgb(255, 186, 0);
  color: rgb(6, 6, 6);
  padding: 2.5rem 3rem 2.5rem 5.5rem;
  margin-top: 1rem;
  font-size: 1.866rem;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .btn-new-member {
    white-space: initial;
    font-size: 1.25rem;
    padding: 36px 0 30px;
    width: 100%;
    justify-content: center;
    position: relative;
  }
}
.btn-new-member > div {
  display: flex;
}
.btn-new-member > div > span {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .btn-new-member > div > span {
    margin-top: 0;
  }
}
.btn-new-member > img {
  margin-top: 0.5rem;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .btn-new-member > img {
    transform: translateY(-44%);
    top: 45%;
    width: 1rem;
    position: absolute;
    right: 20px;
  }
}
.btn-new-member:hover {
  background: white;
  color: rgb(6, 6, 6);
}

/**********************************************************
お知らせエリア
*********************************************************/
.news-area .title,
.faq-area .title {
  display: flex;
}
.news-area .title .title-item,
.faq-area .title .title-item {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  width: 100%;
  border-bottom: 3px solid;
}
.news-area .title .title-item h5,
.faq-area .title .title-item h5 {
  font-size: 3.28rem;
  font-weight: initial;
}
@media screen and (max-width: 768px) {
  .news-area .title .title-item h5,
  .faq-area .title .title-item h5 {
    font-size: 2rem;
  }
}
.news-area .title .title-item span,
.faq-area .title .title-item span {
  font-size: 1.35rem;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .news-area .title .title-item span,
  .faq-area .title .title-item span {
    font-size: 13px;
    margin-left: 1rem;
  }
}

.news-area .news-contents {
  margin-top: 3rem;
}
.news-area .news-contents ul {
  margin-bottom: 1.75rem;
}
.news-area .news-contents .news-item {
  list-style: none;
  display: flex;
  padding: 1.25rem 0;
  border-bottom: 1px solid;
  flex-wrap: wrap;
}
.news-area .news-contents .news-item:first-child {
  border-top: 1px solid;
}
.news-area .news-contents .news-item .news-day {
  margin-right: 1.5rem;
}
.news-area .news-contents .news-item .news-icon {
  border-radius: 25px;
  text-align: center;
  color: black;
  background-color: rgb(241, 240, 235);
  font-size: 0.8rem;
  padding: 0.3rem 1rem;
  margin-right: 1rem;
}
.news-area .news-contents .news-item a {
  text-decoration: underline;
  color: initial;
}

.faq-area {
  margin-top: 4.25rem;
}
.faq-area .faq-contents {
  margin-top: 5.625rem;
}
.faq-area .faq-contents ul {
  padding-left: 0;
}
.faq-area .faq-item {
  list-style: none;
  padding: 1.25rem 0;
  border-bottom: 1px solid;
}
.faq-area .faq-item:first-child {
  border-top: 1px solid;
}
.faq-area .faq-item .faq-title {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .faq-area .faq-item .faq-title {
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  .faq-area .faq-item .faq-title img {
    width: 2.25rem;
  }
}
.faq-area .faq-item .faq-title > div.faq-sentence {
  margin-left: 1.75rem;
  white-space: nowrap;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .faq-area .faq-item .faq-title > div.faq-sentence {
    margin-left: 1rem;
    white-space: initial;
    font-size: 1.25rem;
    padding-right: 2rem;
  }
}
.faq-area .faq-item .faq-body {
  display: none; /* デフォルトで非表示 */
  transition: max-height 0.3s ease-out; /* アコーディオンの開閉アニメーション */
  overflow: hidden; /* 内容が最大高さを超える場合は隠す */
  max-height: 0; /* 初期状態の高さ */
  margin-top: 1rem;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .faq-area .faq-item .faq-body {
    align-items: start;
    font-size: 1rem;
  }
}
.faq-area .faq-item .faq-body > div {
  margin-left: 1.75rem;
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .faq-area .faq-item .faq-body > div {
    margin-left: 1rem;
    padding-right: 2.2rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .faq-area .faq-item .faq-body img {
    width: 2.25rem;
  }
}

.btn-more-view {
  border: 2px solid black;
  color: black;
  padding: 0.85rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 176px;
}
@media screen and (max-width: 768px) {
  .btn-more-view {
    width: 90%;
  }
}
.btn-more-view:hover {
  border: 2px solid white;
  color: white;
  background-color: black;
}

.minus {
  position: relative;
}

.minus::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 25px;
  top: -1rem;
  background-color: #000066;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .minus::before {
    right: 10px;
    top: 1rem;
  }
}

.plus {
  position: relative;
}

.plus::before, .plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 25px;
  top: -1rem;
  background-color: #000066;
}
@media screen and (max-width: 768px) {
  .plus::before, .plus::after {
    right: 10px;
    top: 1rem;
  }
}

.plus::after {
  transform: rotate(90deg);
}

/**********************************************************
  アイデアエリア
  *********************************************************/
.idea-area {
  margin: 12rem 3rem 0;
  background-color: rgb(240, 240, 240);
  border-radius: 10px;
  display: flex;
  justify-content: end;
  padding: 4.5rem 2rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .idea-area {
    margin: 12rem auto 0;
    padding: 10rem 1.35rem 4rem;
  }
}
.idea-area .idea-img img {
  position: absolute;
  bottom: 2rem;
  left: 3rem;
  width: 28.25rem;
}
@media screen and (max-width: 768px) {
  .idea-area .idea-img img {
    right: 0;
    left: auto;
    top: -3.5rem;
    width: 77%;
  }
}
.idea-area .idea-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.idea-area .idea-contents .idea-sentence {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .idea-area .idea-contents .idea-sentence {
    font-size: 1.125rem;
  }
}

.btn-idea {
  border: 2px solid rgb(255, 186, 0);
  background: rgb(255, 186, 0);
  color: rgb(6, 6, 6);
  padding: 0.67rem 1.25rem;
  line-height: 2em;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 360px;
}
@media screen and (max-width: 768px) {
  .btn-idea {
    min-width: auto;
    width: 100%;
  }
}
.btn-idea:hover {
  background: white;
  color: rgb(6, 6, 6);
  line-height: 2em;
}

/**********************************************************
  バナーエリア
  *********************************************************/
.banner-area {
  margin: 7.25rem 3rem 0;
}
@media screen and (max-width: 768px) {
  .banner-area {
    margin: 7.25rem auto 0;
  }
}
.banner-area .banner-title {
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .banner-area .banner-title {
    font-size: 1.35rem;
  }
}
.banner-area img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .banner-area img {
    width: 100%;
  }
}