@charset "UTF-8";

.header {
  .logo {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}

/* ファーストビュー */
.fv {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fv-images {
  width: 65%;

  .main-image {
    background: url("../../../images/btob/kv.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 600px;
    width: 100%;
    background-position: right;
  }
}

.sub-title {
  margin-bottom: 20px;
  font-size: 20px;
}

.feature {
  font-size: 18px;
}

.feature {
  margin-bottom: 20px;
}

.section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.content {
  width: 80%;
  margin: 0 auto;
}

.reason-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (30%)[auto-fill];
  grid-template-columns: repeat(auto-fill, 30%);
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
}

.worries {
  background: url("../../../images/btob/bg.png");
}

.worries .section-title {
  color: #0c598c;
}

.worries .section-title .title-m {
  font-size: 40px;
}

.worries .section-title .title-m .big {
  font-size: 60px;
}

.worries .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.worries .contents .img-area {
  width: 40%;
}

.worries .contents .text-area .text-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.worries .contents .text-area .text-list .list-item .number {
  font-size: 80px;
  color: #e6f0f9;
  margin-right: 16px;
}

.worries .contents .text-area .text-list .list-item .text-item {
  color: #424449;
  font-size: 20px;
}

.worries .contents .text-area .text-list .list-item .text-item .big {
  font-size: 30px;
}

.ribbon {
  position: relative;
  height: 100px;
}

.ribbon .parallelogram-list {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

.ribbon .parallelogram-list .parallelogram-item {
  position: relative;
  margin: 0 auto;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 500px;
  height: 60px;
}

.ribbon .parallelogram-list .parallelogram-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3397db), to(#6abff8));
  background-image: linear-gradient(90deg, #3397db, #6abff8);
  position: absolute;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}

.ribbon .parallelogram-list .parallelogram-item .parallelogram-text {
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}

.ribbon .parallelogram-list .parallelogram-item .parallelogram {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #b1c7dd;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  top: 8px;
  left: 8px;
}

/* Reason セクション */
.course-details {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.course-details .table-area {
  width: 100%;
  height: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.course-details .table-area table {
  min-width: 1080px;
  border: 4px solid #d4def5;
  border-radius: 8px;
  border-collapse: separate;
  font-weight: bold;
  font-size: 18px;
}

.course-details .table-area table thead th {
  height: 64px;
  background: #edf3ff;
  font-weight: 700;
  font-size: 16px;
}

.course-details .table-area table thead th.sticky {
  z-index: 1;
}

.course-details .table-area table thead th:first-child {
  background: #d7e0fd;
  border-radius: 8px 0 0 0;
  background: #d7e0fd;
}

.course-details .table-area table thead th:last-child {
  border-radius: 0 8px 0 0;
}

.course-details .table-area table thead th.contents {
  width: 172px;
}

.course-details .table-area table thead th.datil {
  width: 172px;
}

.course-details .table-area table thead th.period {
  width: 112px;
}

.course-details .table-area table thead th.description {
  width: 576px;
}

.course-details .table-area table tbody th {
  background-color: #edf3ff;
  font-weight: 700;
  font-size: 16px;
}

.course-details .table-area table tbody td {
  padding: 20px 16px;
  text-align: left;
}

.course-details .sticky {
  width: 48px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
}

.course-details .sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 1px solid #d4def5;
  background: #edf3ff;
  z-index: -1;
}

.details-left {
  width: 60%;
}

.details-right {
  width: 35%;
}

.table-area thead th.our-company .line-wrapper .line {
  background: url("../../../images/btob/line.png");
}

/* Teacher セクション */
.teacher-header.funaki {
  background-image: url("../../../images/btob/photo/img-11.png");
}

.teacher-header.kuriyama {
  background-image: url("../../../images/btob/photo/img-12.png");
}

.teacher-header.gyoba {
  background-image: url("../../../images/btob/photo/img-21.png");
}

.flow .content .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flow .content .flow-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow .content .flow-list .list-item::after {
  content: "";
  display: block;
  width: 50px;
  height: 28px;
  margin: 0 16px;
  background-image: url("../../../images/btob/icon/icon-15.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.flow .content .flow-list .list-item:last-child::after {
  display: none;
  background-image: none;
  width: auto;
}

.flow .content .flow-list .list-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-image: radial-gradient(#fbfcfb 10%, rgba(255, 255, 255, 0.2) 53%, rgba(251, 252, 251, 0.2) 90%);
}

.flow .content .flow-list .list-item .icon-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow .content .flow-list .list-item .icon-area .text {
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
}

.flow .content .flow-list .list-item .text-area {
  font-size: 14px;
  text-align: center;
}

.flow .content .flow-icon {
  display: block;
}

.flow .content .flow-icon.inquiry {
  width: 17px;
  height: 16px;
}

.flow .content .flow-icon.hearing {
  width: 20px;
  height: 18px;
}

.flow .content .flow-icon.start {
  width: 24px;
  height: 17px;
}

/* Closing セクション */
.closing {
  background: url("../../../images/btob/photo/img-19.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1200px) {
  .zdo_drawer_menu {
    display: block;
  }

  .pc-only-flex {
    display: none !important;
  }

  .section-title .title-big {
    font-size: 48px;
  }

  .fv-img .main-image {
    height: 480px;
  }

  .table-area {
    width: 100%;
    min-width: auto;
  }

  .table-area table {
    min-width: 1080px;
  }

  .main-title {
    white-space: nowrap;
    font-size: 60px;
  }

  .change-life {
    width: 450px;
    height: 158px;
    right: 150px;
  }

  .details-left,
  .details-right {
    width: 90%;
    margin: 0 auto;
  }

  .reason-cards {
    max-width: none;
    width: 100%;
    -ms-grid-columns: (400px)[auto-fill];
    grid-template-columns: repeat(auto-fill, 400px);
    gap: 20px;
  }

  .career .value {
    padding: 6px 18px;
  }

  .media-features {
    max-width: none;
  }

  .closing-message {
    width: 50%;
  }

  .closing-message .main-title {
    min-width: auto;
  }

  .contact-form {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .main-title {
    text-align: center;
    font-size: 52px;
  }

  .tab-display {
    display: block !important;
  }

  .section-title .title-big {
    font-size: 40px;
  }

  .fv {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fv-content {
    width: 100%;
  }

  .fv-content .fv-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fv-images {
    position: relative;
  }

  .fv-images .main-image {
    background: url(../../../images/btob/kv-tab.png);
  }

  .fv .change-life {
    bottom: 19%;
    left: 4%;
    width: 46%;
    height: auto;
  }

  .sub-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .feature {
    margin-bottom: 20px;
  }

  .worries .section-title {
    color: #0c598c;
  }

  .worries .section-title .title-m {
    font-size: 24px;
  }

  .worries .section-title .title-m .big {
    font-size: 40px;
  }

  .worries .contents {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 20px;
    padding: 0 20px;
  }

  .worries .contents .img-area {
    width: 30%;
  }

  .worries .contents .text-area .text-list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
  }

  .worries .contents .text-area .text-list .list-item .number {
    font-size: 48px;
    color: #e6f0f9;
    margin-right: 16px;
  }

  .worries .contents .text-area .text-list .list-item .text-item {
    color: #424449;
    font-size: 14px;
  }

  .worries .contents .text-area .text-list .list-item .text-item .big {
    font-size: 24px;
  }

  .ribbon .parallelogram-list {
    top: -20px;
  }

  .ribbon .parallelogram-list .parallelogram-item {
    width: 400px;
    height: 45px;
  }

  .ribbon .parallelogram-list .parallelogram-item .parallelogram-text {
    font-size: 32px;
  }

  .support-step {
    gap: 15px;
  }

  .support-step .step-content {
    gap: 10px;
  }

  .course-details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .teachers {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 20px;
  }

  .media-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .media-features .media-feature {
    width: 100%;
    gap: 15px;
  }

  .media-features .media-feature .media-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .media-features .media-feature .media-content {
    gap: 10px;
  }

  .reason-cards {
    width: 90%;
    -ms-grid-columns: (45%)[auto-fill];
    grid-template-columns: repeat(auto-fill, 45%);
  }

  .closing-message {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .closing-message .main-title {
    min-width: auto;
  }

  .contact-form {
    width: 100%;
  }

  .flow .content .flow-list .list-item::after {
    width: 35px;
    height: 18px;
  }

  .flow .content .flow-list .list-item .item {
    width: 180px;
    height: 180px;
  }

  .flow .content .flow-list .list-item .icon-area .text {
    font-size: 14px;
  }

  .flow .content .flow-list .list-item .text-area {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  section {
    width: 100%;
  }

  .reason,
  .curriculum,
  .flow,
  .teacher,
  .media,
  .support,
  .question {
    padding: 80px 20px 40px;
  }

  .tab-only {
    display: block !important;
  }

  .fv-content .fv-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fv-content .fv-text .sub-title {
    margin-bottom: 32px;
  }

  .main-title {
    font-size: 48px;
    text-align: center;
  }

  .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
  }

  .worries .contents {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }

  .worries .contents .img-area {
    width: 50%;
  }

  .worries .contents .text-area .text-list .list-item .number {
    font-size: 48px;
    margin-right: 16px;
  }

  .worries .contents .text-area .text-list .list-item .text-item {
    font-size: 14px;
  }

  .worries .contents .text-area .text-list .list-item .text-item .big {
    font-size: 24px;
  }

  .ribbon .parallelogram-list {
    top: -20px;
  }

  .ribbon .parallelogram-list .parallelogram-item .parallelogram-text {
    font-size: 30px;
  }

  .table-area table th,
  .table-area table td {
    width: 152px;
  }

  .table-area thead th {
    padding: 8px 0;
    font-size: 16px;
  }

  .table-area thead th.our-company {
    max-width: 152px;
    width: 152px;
    font-size: 16px;
  }

  .table-area thead th.our-company .line-wrapper .line {
    background-size: 212px 530px;
    width: 212px;
    height: 530px;
    top: -10px;
    left: 0;
  }

  .table-area tbody th {
    padding: 10px 0;
    padding-left: 14px;
    width: 132px;
  }

  .table-area tbody td {
    padding: 10px 0;
  }

  .table-area tbody td.highlight {
    width: 152px;
  }

  .comparison-tables .line-wrapper .line {
    height: 580px;
    width: 210px;
    background-size: 210px 580px;
    left: 213px;
  }

  .teachers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .teachers .teacher-card {
    width: 100%;
  }

  .reason-cards {
    gap: 50px;
    -ms-grid-columns: (100%)[auto-fill];
    grid-template-columns: repeat(auto-fill, 100%);
    width: 100%;
  }

  .faq-answer {
    padding: 0;
  }

  .course-details,
  .company-info,
  .teachers,
  .media-features,
  .content {
    width: 100%;
  }

  .flow .content .flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flow .content .flow-list .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flow .content .flow-list .list-item::after {
    width: 50px;
    height: 28px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 16px 0;
  }

  .flow .content .flow-list .list-item .item {
    width: 220px;
    height: 220px;
    margin-bottom: 16px;
  }

  .flow .content .flow-list .list-item:nth-child(2) .item {
    margin: 16px 0;
  }

  .flow .content .flow-list .list-item .icon-area .text {
    font-size: 16px;
  }

  .flow .content .flow-list .list-item .text-area {
    font-size: 14px;
  }

  .swal2-popup.responsive-modal {
    width: 90% !important;
  }
}

@media screen and (max-width: 480px) {
  .sp-only {
    display: block !important;
  }

  .fv .main-image {
    height: 360px;
  }

  .navigation {
    display: none;
  }

  .section-title {
    font-size: 32px;
  }

  .main-title {
    font-size: 40px;
  }

  .ribbon .parallelogram-list .parallelogram-item {
    width: 350px;
    height: 40px;
  }

  .ribbon .parallelogram-list .parallelogram-item .parallelogram-text {
    font-size: 24px;
  }

  .reason-cards {
    gap: 15px;
    -ms-grid-columns: (100%)[auto-fill];
    grid-template-columns: repeat(auto-fill, 100%);
  }

  .feature {
    font-size: 16px;
  }

  .feature-multiply {
    font-size: 24px;
  }

  .comparison-table {
    overflow-x: auto;
  }

  .teacher-content {
    padding: 24px;
  }
}

/* お客様の声 */
.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  padding: 0 10px;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  max-width: 1080px; /* コンテンツの最大幅 */
  width: 100%; /* 親要素の幅に合わせて柔軟に */
}

.testimonial {
  background-color: rgba(251, 252, 255, 0.5);
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: none;
  cursor: default;
  /* PC (3列) のための幅計算 */
  flex: 0 0 calc(33.3333% - 13.3333px); /* (100% / 3) - (gap * 2 / 3) */
}

.testimonial.hidden-testimonial {
  display: none;
}

.testimonial:hover {
  transform: none;
  box-shadow: none;
}

.testimonial-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.testimonial-profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #66b3ff;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.profile-info {
  width: 100%;
}

.company-details .detail {
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}

.company-details .detail:last-child {
  margin-bottom: 0;
}

.company-details .label {
  font-weight: 700;
  color: #555;
  margin-right: 5px;
}

.company-details .value {
  color: #222;
}

.company-details .detail.company-name .label {
  display: none;
}

.company-details .detail.contact-info {
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.company-details .detail.contact-info .label {
  display: none;
}

.company-details .detail.contact-info .value {
  font-weight: 700;
}

.company-details .detail.contact-info .contact-job-title {
  white-space: nowrap;
}

.company-details .detail.contact-info .contact-customer-name {
  display: block;
  width: 100%;
  text-align: center;
}

.detail.satisfaction {
  margin-bottom: 0;
}

.detail.satisfaction .value {
  color: #ffd700;
  font-size: 1.2em;
  letter-spacing: 2px;
}

.testimonial-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-title {
  display: none;
}

.testimonial-details {
  margin-top: 10px;
  text-align: left;
  padding-top: 10px;
  border-top: 1px dashed #eee;
}

.testimonial-details h4 {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 8px;
  font-weight: 600;
}

.testimonial-details p {
  font-size: 0.95em;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  word-break: break-word; /* テキストの見切れ防止 */
  overflow-wrap: break-word; /* テキストの見切れ防止 */
}

.testimonial-details .purpose-of_introduction {
  margin-bottom: 20px;
}

.testimonial-details p:last-child {
  margin-bottom: 0;
}

p.notice {
  width: 100%;
  text-align: left;
  margin-top: 30px;
  font-size: 0.85em;
  color: #888;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.view-detail-link {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 15px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}

.view-detail-link:hover {
  background-color: #0056b3;
}

.load-more-container {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.load-more-button {
  padding: 10px 20px;
  background-color: #28a745;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.load-more-button:hover {
  background-color: #218838;
}


/* SweetAlert2 モーダル内のテキストサイズ調整用クラス */
.responsive-modal .swal2-html-container h2 {
  font-size: 1.3em !important;
}
.responsive-modal .swal2-html-container p {
  font-size: 0.95em !important;
}
.responsive-modal .swal2-html-container h4 {
  font-size: 1.1em !important;
}


@media (max-width: 992px) { /* タブレット (1行2列) */
  .testimonials {
    justify-content: center;
    width: calc(100% + 20px); /* 親のpadding 0 10px と gap 20px の組み合わせに対応 */
  }

  .testimonial {
    flex-basis: calc(50% - 10px); /* (100% / 2) - (gap * 1 / 2) = 50% - 10px (gapは20pxのまま) */
  }
}

@media (max-width: 768px) { /* スマートフォン (1行2列) */
  .testimonials {
    padding: 0; /* ★修正箇所: gap (15px) の半分をpaddingとして与える */
    gap: 15px;
    justify-content: center;
    width: 100%!important;
  }

  .testimonial {
    width: calc(50% - 7.5px); /* ★修正箇所: スマホで1行2件表示のための幅計算 */
    flex-basis: calc(50% - 7.5px); /* ★修正箇所: スマホで1行2件表示のためのflex-basis計算 */
    padding: 25px;
  }

  .testimonial-title {
    font-size: 1.3em;
  }

  .testimonial-details h4 {
    font-size: 1em;
  }

  .testimonial-details p {
    font-size: 0.9em;
  }

  .responsive-modal .swal2-html-container h2 {
    font-size: 1.2em !important;
  }
  .responsive-modal .swal2-html-container p {
    font-size: 0.9em !important;
  }
  .responsive-modal .swal2-html-container h4 {
    font-size: 1em !important;
  }
}

section.voice img.orange,
section.voice img.pink {
  position: absolute;
  z-index: -1;
  opacity: 0.6;
}

section.voice img.orange {
  top: 50px;
  left: 0;
  width: 150px;
}

section.voice img.pink {
  bottom: 20px;
  right: 0;
  width: 180px;
}

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