@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Noto+Serif+JP:wght@600&family=Quicksand&display=swap");
html, body {
  height: 100%;
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
body {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 40px;
  color: #606060;
  background-color: #FFFCFC;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 30px;
    font-feature-settings: "palt";
  }
}

.caution {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
  color: #898989;
  background-color: #333333;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 960px) {
  .caution {
    justify-content: space-between;
    font-size: 10px;
    line-height: 16px;
  }
}
.caution .countdown-timer {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 32px;
  line-height: 32px;
}
@media screen and (max-width: 960px) {
  .caution .countdown-timer {
    gap: 0;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
  }
}
.caution .countdown-timer .countdown-title img {
  display: block;
}
.caution .countdown-timer ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.caution .countdown-timer ul li:nth-child(even) {
  display: flex;
  align-items: end;
  padding-left: 2px;
  padding-right: 5px;
}
@media screen and (max-width: 960px) {
  .caution .countdown-timer ul li:nth-child(even) {
    padding-left: 1px;
    padding-right: 2px;
  }
}
.caution .countdown-timer span {
  display: inline-block;
}
.caution .countdown-timer .num {
  padding: 9px 0;
  margin-bottom: 2px;
  width: 50px;
  color: #E1585B;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .caution .countdown-timer .num {
    width: 30px;
  }
}
.caution .countdown-timer .jp {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 960px) {
  .caution .countdown-timer .jp {
    font-size: 12px;
    line-height: 12px;
  }
}

header {
  margin-top: 60px;
}
header img {
  width: 100%;
}

.strategy-book {
  padding: 150px 20px 60px;
  background: url(../img/strategy-book-bg.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .strategy-book {
    padding: 40px 15px 20px;
  }
}
.strategy-book h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 38px;
  letter-spacing: 6px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .strategy-book h2 {
    font-size: 26px;
  }
}
.strategy-book h2 img {
  display: block;
  margin-inline: auto;
  margin-bottom: 10px;
  max-width: 187px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .strategy-book h2 img {
    max-width: 50%;
  }
}
.strategy-book .image {
  margin-inline: auto;
  max-width: 732px;
}
@media screen and (max-width: 768px) {
  .strategy-book .image {
    max-width: 80%;
  }
}
.strategy-book .image img {
  width: 100%;
}

.container {
  margin-inline: auto;
  max-width: 1200px;
}

.cta-banner img {
  width: 100%;
}

.cta-btn {
  margin-block: 40px;
}
.cta-btn a {
  display: block;
  margin-inline: auto;
  width: 100%;
  max-width: 342px;
  transition: opacity 0.3s;
}
.cta-btn:hover {
  opacity: 0.8;
}
.cta-btn img {
  width: 100%;
}

.point {
  padding: 90px 20px 0;
  background-color: #FFFCFC;
}
@media screen and (max-width: 768px) {
  .point {
    padding: 50px 15px 0;
  }
}
.point__title {
  margin-bottom: 30px;
  text-align: center;
}
.point__title p {
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  color: #E5837D;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .point__title p {
    margin-bottom: 0;
  }
}
.point__title h2 {
  margin-bottom: 80px;
  font-size: 22px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .point__title h2 {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.point__title h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .point__title h3 {
    font-size: 22px;
  }
}
.point__box {
  display: flex;
  gap: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .point__box {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.point__box:last-child {
  margin-bottom: 0;
}
.point__box--photo {
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .point__box--photo {
    max-width: none;
    order: 1;
  }
}
.point__box--photo img {
  width: 100%;
}
.point__box--text {
  padding-top: 40px;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .point__box--text {
    padding-top: 0;
    padding-right: 0;
    order: 2;
  }
}
.point__box--text .title {
  font-family: "Quicksand", sans-serif;
  color: #E5837D;
  letter-spacing: 4px;
}
.point__box--text strong {
  font-weight: normal;
  color: #E5837D;
}

.topclass {
  margin-top: 110px;
  padding: 60px 20px;
  background: url(../img/strategy-book-bg.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .topclass {
    margin-top: 60px;
  }
}
.topclass img {
  width: 100%;
}
.topclass h2 {
  margin-inline: auto;
  margin-bottom: 90px;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .topclass h2 {
    margin-bottom: 40px;
  }
}
.topclass .image {
  margin-inline: auto;
  max-width: 700px;
}

.seminarflow {
  margin-block: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .seminarflow {
    padding: 50px 0;
  }
}
.seminarflow img {
  width: 100%;
}
.seminarflow h2 {
  margin-inline: auto;
  margin-bottom: 80px;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .seminarflow h2 {
    margin-bottom: 40px;
  }
}
.seminarflow .diploma {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .seminarflow .diploma {
    display: block;
    padding-inline: 30px;
    font-size: 16px;
  }
}
.seminarflow .diploma li {
  margin-inline: auto;
}
.seminarflow .diploma li:first-child {
  max-width: 374px;
}
.seminarflow .diploma li:last-child {
  padding-top: 20px;
  max-width: 390px;
}
.seminarflow .diploma strong {
  font-weight: normal;
  color: #E5837D;
}

.beginner img {
  width: 100%;
}

.movie__title {
  margin-top: 40px;
  text-align: center;
}
.movie__title p {
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  color: #E5837D;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .movie__title p {
    margin-bottom: 0;
  }
}
.movie__title h2 {
  font-size: 22px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .movie__title h2 {
    font-size: 16px;
  }
}
.movie__main {
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .movie__main {
    padding: 20px 15px;
  }
}
.movie img {
  width: 100%;
}
.movie p {
  font-size: 13px;
}
.movie small {
  font-size: 10px;
}
.movie .swiper-slide img {
  margin-bottom: 10px;
}
.movie .swiper-slide p {
  font-size: 13px;
  line-height: 22px;
}
.movie .swiper-pagination-clickable .swiper-pagination-bullet {
  border-radius: 0;
}
.movie .swiper-pagination-bullet-active {
  background-color: #000;
}
.movie .swiper-button-prev, .movie .swiper-rtl .swiper-button-next,
.movie .swiper-button-next, .movie .swiper-rtl .swiper-button-prev {
  top: 40%;
}
.movie .swiper-button-prev:after, .movie .swiper-rtl .swiper-button-next:after {
  content: "";
  height: 30px;
  width: 30px;
  background: url(../img/swiper-button-prev01.svg) no-repeat center;
  background-size: contain;
}
.movie .swiper-button-next:after, .movie .swiper-rtl .swiper-button-prev:after {
  content: "";
  height: 30px;
  width: 30px;
  background: url(../img/swiper-button-next01.svg) no-repeat center;
  background-size: contain;
}
.movie .movie01 {
  margin: 0 auto 30px;
  max-width: 614px;
  cursor: pointer;
}
.movie .movie01 img {
  margin-bottom: 10px;
}
.movie .movie01 p {
  font-size: 13px;
  line-height: 22px;
}
.movie .movie02,
.movie .movie03,
.movie .movie04 {
  cursor: pointer;
}
.movie .movie-others {
  display: flex;
  gap: 15px;
  margin-inline: auto;
  max-width: 614px;
}
.movie .movie-others img {
  cursor: pointer;
}
.movie .modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.movie .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.movie .video-container {
  width: 640px;
  height: 360px;
}
.movie .video-container video {
  width: 100%;
}
.movie .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  cursor: pointer;
}

.ba {
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .ba {
    padding: 20px 15px;
  }
}
.ba__title {
  margin-bottom: 30px;
  text-align: center;
}
.ba__title p {
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  color: #E5837D;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .ba__title p {
    margin-bottom: 0;
  }
}
.ba__title h2 {
  margin-bottom: 80px;
  font-size: 22px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .ba__title h2 {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.ba__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .ba__box {
    grid-template-columns: 1fr;
    gap: 40px;
    font-size: 12px;
    line-height: 22px;
  }
}
.ba__box img {
  margin-bottom: 10px;
  width: 100%;
}

.voice {
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 20px 15px;
  }
}
.voice__title {
  margin-bottom: 30px;
  text-align: center;
}
.voice__title p {
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  color: #E5837D;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .voice__title p {
    margin-bottom: 0;
  }
}
.voice__title h2 {
  margin-bottom: 80px;
  font-size: 22px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .voice__title h2 {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.voice__box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .voice__box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.voice__box img {
  margin-bottom: 10px;
  width: 100%;
}

.course {
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .course {
    padding: 20px 15px;
  }
}
.course__title {
  margin-bottom: 30px;
  text-align: center;
}
.course__title p {
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  color: #E5837D;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .course__title p {
    margin-bottom: 0;
  }
}
.course__title h2 {
  margin-bottom: 80px;
  font-size: 22px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .course__title h2 {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.course img {
  width: 100%;
}
.course .swiper-slide img {
  margin-bottom: 10px;
}
.course .swiper-pagination-clickable .swiper-pagination-bullet {
  border-radius: 0;
}
.course .swiper-pagination-bullet-active {
  background-color: #000;
}
.course .swiper-button-next {
  top: 50%;
  right: 0;
}
.course .swiper-button-prev {
  top: 50%;
  left: 0;
}
.course .swiper-button-prev:after, .course .swiper-rtl .swiper-button-next:after {
  content: "";
  height: 40px;
  width: 40px;
  background: url(../img/swiper-button-prev02.svg) no-repeat center;
  background-size: contain;
}
.course .swiper-button-next:after, .course .swiper-rtl .swiper-button-prev:after {
  content: "";
  height: 40px;
  width: 40px;
  background: url(../img/swiper-button-next02.svg) no-repeat center;
  background-size: contain;
}
.course .course-others {
  display: flex;
  gap: 15px;
  margin-inline: auto;
  max-width: 1200px;
}
.course .modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.course .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.course .video-container {
  width: 640px;
  height: 360px;
}
.course .video-container video {
  width: 100%;
}
.course .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  cursor: pointer;
}

.seminar {
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .seminar {
    padding: 50px 15px;
  }
}
.seminar__title {
  margin-bottom: 30px;
  text-align: center;
}
.seminar__title p {
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  color: #E5837D;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .seminar__title p {
    margin-bottom: 0;
  }
}
.seminar__title h2 {
  margin-bottom: 80px;
  font-size: 22px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .seminar__title h2 {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.seminar__info {
  padding: 30px;
  margin-inline: auto;
  margin-bottom: 30px;
  max-width: 900px;
  border: 2px solid #E5837D;
}
@media screen and (max-width: 768px) {
  .seminar__info {
    padding: 20px;
  }
}
.seminar__info ul {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .seminar__info ul {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-inline: auto;
    width: 90%;
  }
}
.seminar__info li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .seminar__info li {
    width: 100%;
  }
}
.seminar__info span {
  display: inline-block;
  padding: 1px;
  margin-right: 10px;
  width: 120px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background-color: #E5837D;
}
@media screen and (max-width: 768px) {
  .seminar__info p {
    width: 60%;
  }
}
.seminar__free {
  margin-inline: auto;
  max-width: 740px;
}
.seminar__free img {
  width: 100%;
}

.schedule {
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .schedule {
    padding: 20px 15px;
  }
}
.schedule .container {
  max-width: 600px;
}
.schedule__box {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.schedule__title {
  text-align: center;
  color: #fff;
  background-color: #333333;
}
.schedule__title h2 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .schedule__title h2 {
    font-size: 16px;
  }
}
.schedule ul {
  padding: 25px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .schedule ul {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.schedule ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  border-bottom: 1px solid #606060;
}
@media screen and (max-width: 768px) {
  .schedule ul li {
    flex-wrap: wrap;
  }
}
.schedule ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.schedule ul .keiei, .schedule ul .gijutsu {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .schedule ul .keiei, .schedule ul .gijutsu {
    font-size: 16px;
    line-height: 16px;
  }
}
.schedule ul .keiei {
  color: #E5837D;
}
.schedule ul .gijutsu {
  color: #EDA037;
}
.schedule ul .remaining {
  display: inline-block;
  padding: 5px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background-color: #e82e45;
}
@media screen and (max-width: 768px) {
  .schedule ul .remaining {
    font-size: 13px;
    line-height: 13px;
  }
}

.form {
  padding: 100px 20px 200px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .form {
    padding: 50px 15px 200px;
  }
}
.form__title {
  margin-bottom: 30px;
  text-align: center;
}
.form__title p {
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  color: #E5837D;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .form__title p {
    margin-bottom: 0;
  }
}
.form__title h2 {
  margin-bottom: 40px;
  font-size: 22px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .form__title h2 {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.form__input {
  padding: 50px;
  margin-inline: auto;
  margin-bottom: 80px;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .form__input {
    padding: 50px 15px;
    font-size: 12px;
  }
}
.form__input li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .form__input li {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
}
.form__input .input {
  width: 100%;
  max-width: 412px;
}
.form__input .input input[type=text] {
  margin-left: auto;
}
.form__input .input .info {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .form__input .item {
    margin-bottom: 10px;
  }
}
.form__input .required {
  display: inline-block;
  padding-inline: 20px;
  margin-right: 15px;
  color: #fff;
  border-radius: 30px;
  background-color: #E5837D;
}
@media screen and (max-width: 768px) {
  .form__input .required {
    padding-inline: 15px;
    margin-right: 10px;
    line-height: 2;
  }
}
.form__input .info {
  font-size: 14px;
}
.form__input input[type=text] {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #EDEDED;
  border-radius: 8px;
}
.form__input input[type=text]::-moz-placeholder {
  color: #eee;
}
.form__input input[type=text]::placeholder {
  color: #eee;
}
.form__input .checkbox {
  width: 100%;
  max-width: 412px;
}
@media screen and (max-width: 768px) {
  .form__input .checkbox {
    font-size: 10px;
  }
}
.form__input input[type=checkbox] {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #EDEDED;
}
@media screen and (max-width: 768px) {
  .form__input input[type=checkbox] {
    margin-right: 5px;
    width: 24px;
    height: 24px;
  }
}
.form__input input[type=checkbox]:checked {
  border: none;
  background: url(../img/cheked.svg) no-repeat center #E5837D;
  background-size: 14px;
}
.form .submit_area {
  text-align: center;
}
.form .submit_area input {
  padding-block: 20px;
  width: 100%;
  max-width: 362px;
  color: #fff;
  font-size: 28px;
  border-radius: 40px;
  background-color: #E5837D;
}

.faq {
  padding: 150px 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 50px 0;
  }
}
.faq__title {
  margin-bottom: 30px;
  text-align: center;
}
.faq__title p {
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  color: #E5837D;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .faq__title p {
    margin-bottom: 0;
  }
}
.faq__title h2 {
  margin-bottom: 80px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .faq__title h2 {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.faq .accordion {
  margin-inline: auto;
  max-width: 900px;
}
.faq .accordion .accordion-item {
  border-bottom: 1px solid #B4B4B4;
}
.faq .accordion .accordion-item.active .accordion-content {
  display: block;
}
.faq .accordion .accordion-item:target .accordion-content {
  display: block;
}
.faq .accordion .accordion-header {
  padding: 30px 0 30px 150px;
  background: url(../img/faq-q.svg) no-repeat left 70px center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq .accordion .accordion-header {
    padding: 20px 15px 20px 70px;
    background: url(../img/faq-q.svg) no-repeat left 15px center;
    background-size: 40px;
  }
}
.faq .accordion .accordion-content {
  display: none;
  padding: 20px 0 20px 150px;
  background: url(../img/faq-a.svg) no-repeat left 70px center #FFF5E6;
}
@media screen and (max-width: 768px) {
  .faq .accordion .accordion-content {
    padding: 20px 15px 20px 70px;
    font-size: 12px;
    background: url(../img/faq-a.svg) no-repeat left 15px center #FFF5E6;
    background-size: 40px;
  }
}

footer {
  padding-block: 50px 200px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-block: 25px 120px;
  }
}
footer .logo {
  margin-inline: auto;
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  footer .logo {
    max-width: 100px;
  }
}
footer img {
  width: 100%;
}

.cta-line-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.cta-line-btn a {
  display: block;
  margin-inline: auto;
  width: 100%;
  max-width: 342px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .cta-line-btn a {
    max-width: 80%;
  }
}
.cta-line-btn a:hover {
  opacity: 0.8;
}
.cta-line-btn img {
  display: block;
  margin-inline: auto;
  width: 100%;
}/*# sourceMappingURL=style.css.map */