@charset "utf-8";

/* ===================================
   スーパーガルテクト FV
=================================== */

.sg-fv {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #111;
  color: #fff;
}

.sg-fv__bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/supergaltect/sg-fv.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}

.sg-fv__overlay {
  position: absolute;
  inset: 0;
  /* background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, .76) 0%,
      rgba(0, 0, 0, .58) 46%,
      rgba(0, 0, 0, .22) 100%
    ); */
}

.sg-fv__inner {
  position: relative;
  z-index: 2;
  width: 92%;
  max-width: 1100px;
  min-height: 600px;
  margin: 0 auto;
  padding: 76px 0 64px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.sg-fv__content {
  /* max-width: 620px; */
}

.sg-fv__label {
  display: inline-block;
  margin: 0 0 18px;
  padding: 7px 16px;
  background: #04bf8c;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.sg-fv__title {
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .04em;
  text-align: left;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0,0,0,.35);
}

.sg-fv__lead {
  margin: 0 0 16px;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.5;
  font-weight: 700;
  color: #04bf8c;
  text-shadow: 0 3px 10px rgba(0,0,0,.35);
}

.sg-fv__text {
  margin: 0 0 30px;
  color: rgba(255,255,255,.92);
  font-size: 16px;
  line-height: 1.9;
}

.sg-fv__buttons {
  display: flex;
}

.sg-fv__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 15px 28px;
  background: #04bf8c;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .04em;
  transition: .25s ease;
}

.sg-fv__btn:hover {
  color: #fff;
  opacity: .9;
  transform: translateY(-2px);
}

.sg-fv__badge {
  position: relative;
  top: 48px;
  right: 0;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #04bf8c;
  color: #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.22);
}

.sg-fv__badge-small {
  font-size: 20px;
  color: #04bf8c;
  font-weight: 700;
}

.sg-fv__badge strong {
  display: block;
  margin: 6px 0;
  font-size: 36px;
  line-height: 1.2;
}

.sg-fv__badge span:last-child {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {

  .sg-fv {
    min-height: auto;
  }

  .sg-fv__inner {
    min-height: auto;
    padding: 72px 0 56px;
    display: block;
  }

  .sg-fv__overlay {
    background: rgba(0,0,0,.68);
  }

  .sg-fv__title {
    font-size: 30px;
  }

  .sg-fv__text {
    font-size: 15px;
  }

  .sg-fv__btn {
    width: 100%;
  }

  .sg-fv__badge {
    position: absolute;
    width: 132px;
    height: 132px;
    margin: 28px auto 0;
    top: -50px;
  }

  .sg-fv__badge-small {
    font-size: 12px;
  }

  .sg-fv__badge strong {
    font-size: 16px;
  }

  .sg-fv__badge span:last-child {
    font-size: 11px;
    line-height: 1.45;
    font-weight: 700;
}

  .sp-only {
    display: block;
  }
}

@media screen and (max-width:425px) {
  .sg-fv__badge {
    position: absolute;
    width: 132px;
    height: 132px;
    margin: 28px auto 0;
    top: -50px;
  }

  .sg-fv__badge-small {
    font-size: 12px;
  }

  .sg-fv__badge strong {
    font-size: 16px;
  }

  .sg-fv__badge span:last-child {
    font-size: 11px;
}
}

/* ===================================
   こんなお悩みありませんか？
=================================== */

.sg-worries {
  padding: 72px 0;
  background: #f8f8f8;
}

.sg-worries__inner {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.sg-worries__head {
  text-align: center;
  margin-bottom: 42px;
}

.sg-worries__eyebrow {
  margin: 0 0 10px;
  color: #04bf8c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.sg-worries__title {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 16px;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.45;
  font-weight: 800;
}

.sg-worries__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 54px;
  height: 3px;
  background: #04bf8c;
  transform: translateX(-50%);
}

.sg-worries__lead {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.9;
}

.sg-worries__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  width: 100%;
}

.sg-worries__item {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  /* padding: 25px 20px; */
  text-align: center;
  transition: .3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.sg-worries__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
}

.sg-worries__icon {
  aspect-ratio: 16/9;
}

.sg-worries__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sg-worries__icon i {
  color: #04bf8c;
}

.sg-worries__text {
  padding: 20px;
  background-color: rgba(4, 191, 141, 0.151);
}

.sg-worries__item h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  /* border-bottom: 1px solid #04bf8c;
  padding-bottom: 0.5em; */
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
}

.sg-worries__item p {
  margin: 0.5em 0;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

.sg-worries__message {
  margin-top: 36px;
  text-align: center;
}

.sg-worries__message p {
  display: inline-block;
  margin: 0;
  padding: 16px 28px;
  background: #fff;
  border-left: 4px solid #04bf8c;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .sg-worries__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {

  .sg-worries {
    padding: 54px 0;
  }

  .sg-worries__head {
    text-align: left;
  }

  .sg-worries__title::after {
    left: 0;
    transform: none;
  }

  .sg-worries__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sg-worries__item {
    padding: 26px 20px;
  }

  .sg-worries__item h3 {
    font-size: 18px;
  }
}

/* ===================================
   スーパーガルテクトが選ばれる理由
=================================== */

.sg-merit {
  padding: 72px 0;
  background: #fff;
}

.sg-merit__inner {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.sg-merit__head {
  margin-bottom: 46px;
  text-align: center;
}

.sg-merit__eyebrow {
  margin: 0 0 10px;
  color: #04bf8c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.sg-merit__title {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 16px;
  color: #222;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.45;
  font-weight: 800;
}

.sg-merit__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 54px;
  height: 3px;
  background: #04bf8c;
  transform: translateX(-50%);
}

.sg-merit__lead {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.9;
}

.sg-merit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.sg-merit__item {
  display: grid;
  grid-template-columns: 42% 1fr;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
}

.sg-merit__image {
  min-height: 230px;
  background: #eee;
}

.sg-merit__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sg-merit__content {
  position: relative;
  padding: 28px 26px;
}

.sg-merit__num {
  display: inline-block;
  margin-bottom: 12px;
  color: #04bf8c;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
}

.sg-merit__content h3 {
  margin: 0 0 14px;
  color: #222;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 800;
}

.sg-merit__content p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.9;
}

@media screen and (max-width: 900px) {

  .sg-merit {
    padding: 64px 0;
  }

  .sg-merit__head {
    text-align: left;
  }

  .sg-merit__title::after {
    left: 0;
    transform: none;
  }

  .sg-merit__list {
    grid-template-columns: 1fr;
  }

}

@media screen and (max-width: 600px) {

  .sg-merit {
    padding: 54px 0;
  }

  .sg-merit__item {
    grid-template-columns: 1fr;
  }

  .sg-merit__image {
    min-height: 210px;
  }

  .sg-merit__content {
    padding: 24px 20px;
  }

  .sg-merit__content h3 {
    font-size: 19px;
  }

}

/* ===================================
   屋根リフォームの工法選び
=================================== */

.sg-guide {
  padding: 72px 0;
  background: #f8f8f8;
}

.sg-guide__inner {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}

.sg-guide__eyebrow {
  margin: 0 0 10px;
  color: #04bf8c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.sg-guide__title {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 18px;
  color: #222;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.45;
  font-weight: 800;
}

.sg-guide__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 3px;
  background: #04bf8c;
}

.sg-guide__text {
  margin: 0 0 18px;
  color: #444;
  font-size: 15px;
  line-height: 2;
}

.sg-guide__text:last-child {
  margin-bottom: 0;
}

.sg-guide__visual {
  position: relative;
  display: grid;
  gap: 16px;
}

.sg-guide__card {
  position: relative;
  padding: 24px 26px 24px 30px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 10px 22px rgba(0,0,0,.05);
}

.sg-guide__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  background: #ccc;
}

.sg-guide__card--cover {
  border-color: rgba(4,191,140,.5);
  background: rgba(4,191,140,.06);
}

.sg-guide__card--cover::before {
  background: #04bf8c;
}

.sg-guide__card span {
  display: block;
  margin-bottom: 8px;
  color: #222;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.4;
}

.sg-guide__card--cover span {
  color: #04bf8c;
}

.sg-guide__card p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 900px) {

  .sg-guide {
    padding: 64px 0;
  }

  .sg-guide__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

}

@media screen and (max-width: 600px) {

  .sg-guide {
    padding: 54px 0;
  }

  .sg-guide__title {
    font-size: 27px;
  }

  .sg-guide__card {
    padding: 22px 20px 22px 24px;
  }

  .sg-guide__card span {
    font-size: 19px;
  }

}

/* ===================================
   カバー工法とは
=================================== */

.sg-cover {
  padding: 72px 0;
  /* background: #f8f8f8; */
  background: rgba(4, 191, 141, 0.08);
  
}

.sg-cover__inner {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.sg-cover__head {
  margin-bottom: 42px;
  text-align: center;
}

.sg-cover__eyebrow {
  margin: 0 0 10px;
  color: #04bf8c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.sg-cover__title {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 16px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.45;
  font-weight: 800;
}

.sg-cover__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 54px;
  height: 3px;
  background: #04bf8c;
  transform: translateX(-50%);
}

.sg-cover__lead {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.9;
}

.sg-cover__body {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 44px;
  align-items: center;
}

.sg-cover__visual {
  padding: 22px;
  background: #fff;
  border: 1px solid #ddd;
}

.sg-cover__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.sg-cover__content h3 {
  margin: 0 0 20px;
  color: #222;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.55;
  font-weight: 800;
}

.sg-cover__content p {
  margin: 0 0 26px;
  color: #444;
  font-size: 15px;
  line-height: 2;
}

.sg-cover__points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sg-cover__points li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid #ddd;
  color: #222;
  font-size: 15px;
  font-weight: 700;
}

.sg-cover__points li:last-child {
  border-bottom: 1px solid #ddd;
}

.sg-cover__points span {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #04bf8c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}


/* ==========================
   Responsive
========================== */

@media screen and (max-width: 900px) {

  .sg-cover {
    padding: 64px 0;
  }

  .sg-cover__body {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sg-cover__visual {
    max-width: 520px;
    margin: 0 auto;
  }

}

@media screen and (max-width: 600px) {

  .sg-cover {
    padding: 54px 0;
  }

  .sg-cover__head {
    margin-bottom: 34px;
  }

  .sg-cover__title {
    font-size: 28px;
  }

  .sg-cover__visual {
    padding: 14px;
  }

}

/* ===================================
   工法比較
=================================== */

.sg-compare {
  padding: 72px 0;
  background: #fff;
}

.sg-compare__inner {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.sg-compare__head {
  margin-bottom: 42px;
  text-align: center;
}

.sg-compare__eyebrow {
  margin: 0 0 10px;
  color: #04bf8c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.sg-compare__title {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 16px;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.45;
  font-weight: 800;
}

.sg-compare__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 54px;
  height: 3px;
  background: #04bf8c;
  transform: translateX(-50%);
}

.sg-compare__lead {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.9;
}

.sg-compare__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 42px;
}

.sg-compare__card {
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
}

.sg-compare__card.is-recommend {
  border: 2px solid #04bf8c;
  box-shadow: 0 10px 24px rgba(4,191,140,.12);
}

.sg-compare__card-img {
  height: 190px;
  background: #fff;
  padding: 10px;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sg-compare__card-img img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}

.sg-compare__card-body {
  padding: 24px 22px;
}

.sg-compare__card-body span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: #f1f1f1;
  color: #555;
  font-size: 12px;
  font-weight: 700;
}

.sg-compare__card.is-recommend .sg-compare__card-body span {
  background: #04bf8c;
  color: #fff;
}

.sg-compare__card-body h3 {
  margin: 0 0 12px;
  color: #222;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 800;
}

.sg-compare__card-body p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.85;
}

.sg-compare__table-wrap {
  overflow-x: auto;
}

.sg-compare__table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background: #fff;
}

.sg-compare__table th,
.sg-compare__table td {
  padding: 16px 14px !important;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.7;
}

.sg-compare__table thead th {
  background: #f3f3f3;
  color: #222;
  font-weight: 800;
}

.sg-compare__table tbody th {
  width: 18%;
  background: #f8f8f8;
  color: #222;
  font-weight: 800;
  text-align: left;
}

.sg-compare__table td {
  color: #444;
}

.sg-compare__table .is-recommend {
  background: rgba(4,191,140,.08);
  font-weight: 700;
}

.sg-compare__table thead .is-recommend {
  background: #04bf8c;
  color: #fff;
}

.sg-compare__note {
  margin: 18px 0 0;
  color: #666;
  font-size: 13px;
  line-height: 1.8;
}

@media screen and (max-width: 900px) {

  .sg-compare {
    padding: 64px 0;
  }

  .sg-compare__head {
    text-align: left;
  }

  .sg-compare__title::after {
    left: 0;
    transform: none;
  }

  .sg-compare__cards {
    grid-template-columns: 1fr;
  }

  .sg-compare__card {
    display: grid;
    grid-template-columns: 38% 1fr;
  }

  .sg-compare__card-img {
    height: auto;
    min-height: 220px;
  }

  .sg-compare__table-wrap::after {
    content: "横にスクロールできます";
    display: block;
    padding: 10px;
    background: #04bf8c;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }

}

@media screen and (max-width: 600px) {

  .sg-compare {
    padding: 54px 0;
  }

  .sg-compare__card {
    display: block;
  }

  .sg-compare__card-img {
    height: 190px;
    min-height: auto;
  }

  .sg-compare__card-body {
    padding: 22px 20px;
  }

  .sg-compare__table {
    min-width: 760px;
  }

}

/* ===================================
   スーパーガルテクト FAQ
=================================== */

.sg-faq {
  padding: 100px 0;
  background: #f7f4ef;
  color: #111;
}

.sg-faq__inner {
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
}

.sg-faq__head {
  margin-bottom: 50px;
  text-align: center;
}

.sg-faq__eyebrow {
  margin: 0 0 12px;
  color: #04bf8c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
}

.sg-faq__title {
  margin: 0 0 20px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.35;
  font-weight: 800;
}

.sg-faq__lead {
  margin: 0;
  color: #444;
  font-size: 16px;
  line-height: 2;
}

.sg-faq__list {
  display: grid;
  gap: 16px;
}

.sg-faq__item {
  background: #fff;
  border: 1px solid #e3ddd3;
  box-shadow: 0 10px 28px rgba(0,0,0,.05);
}

.sg-faq__item summary {
  position: relative;
  padding: 24px 64px 24px 28px;
  cursor: pointer;
  color: #111;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 800;
  list-style: none;
}

.sg-faq__item summary::-webkit-details-marker {
  display: none;
}

.sg-faq__item summary::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 14px;
  border-radius: 50%;
  background: #04bf8c;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.sg-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  color: #04bf8c;
  font-size: 30px;
  font-weight: 400;
}

.sg-faq__item[open] summary::after {
  content: "−";
}

.sg-faq__answer {
  padding: 0 28px 26px 76px;
}

.sg-faq__answer p {
  margin: 0;
  color: #444;
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 600px) {

  .sg-faq {
    padding: 70px 0;
  }

  .sg-faq__head {
    text-align: left;
    margin-bottom: 36px;
  }

  .sg-faq__item summary {
    padding: 20px 52px 20px 20px;
    font-size: 15.5px;
  }

  .sg-faq__item summary::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .sg-faq__item summary::after {
    right: 18px;
  }

  .sg-faq__answer {
    padding: 0 20px 22px 20px;
  }

}

/* ===================================
   CTA
=================================== */

.sg-cta {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background:
    linear-gradient(
      rgba(15,15,15,.35),
      rgba(15,15,15,.55)
    ),
    url(../images/supergaltect/sg-cta-bg.png)
    center center / cover no-repeat;
}

.sg-cta__inner {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.sg-cta__content {
  margin-bottom: 38px;
  text-align: center;
}

.sg-cta__eyebrow {
  margin: 0 0 12px;
  color: #04bf8c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.sg-cta__title {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.45;
  font-weight: 800;
}

.sg-cta__text {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(255,255,255,.85);
  font-size: 15px;
  line-height: 2;
}

.sg-cta__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.sg-cta__button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  padding: 34px;
  text-decoration: none;
  transition: .35s ease;
}

.sg-cta__button:hover {
  transform: translateY(-5px);
}

.sg-cta__button--tel {
  background: #fff;
}

.sg-cta__button--mail {
  background: #04bf8c;
}

.sg-cta__small {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
}

.sg-cta__button--tel .sg-cta__small {
  color: #555;
}

.sg-cta__button--mail .sg-cta__small {
  color: rgba(255,255,255,.8);
}

.sg-cta__tel {
  display: block;
  margin-bottom: 10px;
  color: #222;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
  font-weight: 800;
}

.sg-cta__mail-title {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.4;
  font-weight: 800;
}

.sg-cta__time {
  color: #666;
  font-size: 13px;
}

.sg-cta__arrow {
  color: rgba(255,255,255,.9);
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {

  .sg-cta {
    padding: 64px 0;
  }

  .sg-cta__buttons {
    grid-template-columns: 1fr;
  }

  .sg-cta__button {
    min-height: auto;
    padding: 28px 24px;
  }

  .sg-cta__content {
    text-align: left;
  }

}