@charset "UTF-8";
/* fixed
――――――――――――――――――――――――――――――――――――*/
.fixed {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: fixed;
  bottom: -60px;
  left: 0;
  z-index: 100;
  transition: 0.4s;
}
@media (max-width: 770px) {
  .fixed.disp {
    bottom: 0;
  }
}
.fixed-btn {
  width: 100%;
  height: 56px;
  padding: 0;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(to top, #EC4300, #FF7300);
  color: var(--white);
  display: grid;
  place-content: center;
}
.fixed-btn.green {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  background: linear-gradient(to bottom, #3FBE08, #2E9A00);
}
.fixed-btn-text {
  font-size: 10px;
}
.fixed-btn-tel {
  font-family: "Roboto";
  font-size: 20px;
}
.fixed-btn-tel-icon {
  display: inline-block;
  width: 11px;
  margin-right: 2px;
  vertical-align: baseline;
}

/* Main visual
――――――――――――――――――――――――――――――――――――*/
.mv-fig {
  width: 100%;
  height: 560px;
  background: url("../_assets/media/mv_bg.webp") no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .mv-fig {
    height: 48vw;
  }
}
@media (max-width: 770px) {
  .mv-fig {
    height: auto;
    background: none;
  }
}
.mv-fig-obj {
  width: 95%;
  max-width: 1117px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 770px) {
  .mv-fig-obj {
    width: 100%;
    max-width: 100%;
    position: static;
  }
}

/* support
――――――――――――――――――――――――――――――――――――*/
.support {
  height: 500px;
  margin-bottom: 88px;
  background: url("../_assets/media/support_bg.webp") no-repeat left/auto 100%;
  position: relative;
}
@media (max-width: 770px) {
  .support {
    height: auto;
    margin-bottom: 40px;
  }
  .support::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.support .sec {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
}
@media (max-width: 770px) {
  .support .sec {
    max-width: 85%;
    padding: 32px 0 0;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 2;
  }
}
.support-fig {
  width: 450px;
  max-width: 100%;
  margin-top: auto;
}
@media (max-width: 770px) {
  .support-fig {
    order: 2;
  }
}
.support-meta {
  width: 600px;
  max-width: 100%;
}
.support-meta-ti {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: bold;
  transition: 0.2s;
}
@media (max-width: 770px) {
  .support-meta-ti {
    font-size: 28px;
  }
}
.support-meta-sub {
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid var(--brown);
  color: var(--brown);
  transition: 0.2s;
}
.support-meta-txt {
  line-height: 1.8;
}
@media (max-width: 1120px) {
  .support-meta-ti {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .support-meta-sub {
    font-size: 22px;
  }
}

/* media
――――――――――――――――――――――――――――――――――――*/
.media {
  width: 940px;
  margin-bottom: 73px;
}
@media (max-width: 770px) {
  .media {
    max-width: 85%;
  }
}
.media-ti {
  margin-bottom: 24px;
  padding: 3px 0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: var(--green);
  border: 2px solid var(--green);
  border-left: none;
  border-right: none;
}
.media-logo {
  padding: 0 24px;
  display: flex;
  gap: 16px;
}
@media (max-width: 770px) {
  .media-logo {
    padding: 0;
    flex-wrap: wrap;
    gap: 10px;
  }
  .media-logo-li {
    width: calc(50% - 5px);
  }
}

/* want
――――――――――――――――――――――――――――――――――――*/
.want {
  width: 1030px;
  margin-bottom: 80px;
  padding: 48px;
  border-radius: 12px;
  background: url("../_assets/media/want_bg.webp") no-repeat center/cover;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 770px) {
  .want {
    margin-bottom: 40px;
    padding: 32px 16px;
  }
}
.want-head {
  margin-bottom: 32px;
}
@media (max-width: 770px) {
  .want-head {
    margin-bottom: 16px;
  }
}
.want-head::after {
  content: "";
  width: 144px;
  height: 122px;
  display: block;
  background: url("../_assets/media/want_home.png") no-repeat center/cover;
  position: absolute;
  top: 20px;
  left: 80%;
  z-index: 1;
}
@media (max-width: 770px) {
  .want-head::after {
    content: none;
  }
}
.want-head-ti {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
@media (max-width: 770px) {
  .want-head-ti {
    font-size: 20px;
  }
}
.want-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 770px) {
  .want-list {
    flex-direction: column;
    gap: 12px;
  }
}
.want-list-li {
  width: 240px;
  padding: 32px 56px;
  text-align: center;
  border-radius: 16px;
  background: var(--white);
  box-sizing: border-box;
  transition: 0.2s;
}
@media (max-width: 770px) {
  .want-list-li {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.want-list-li-fig {
  width: 112px;
  margin: 0 auto 16px;
  transition: 0.2s;
}
@media (max-width: 880px) {
  .want-list-li-fig {
    width: 80px;
  }
}
@media (max-width: 770px) {
  .want-list-li-fig {
    width: 48px;
    margin: 0 16px 0 0;
  }
}
.want-list-li-fig-img {
  width: 100%;
}
.want-list-li-txt {
  font-size: 24px;
  font-weight: bold;
  color: var(--brown);
  transition: 0.2s;
}
@media (max-width: 880px) {
  .want-list {
    gap: 24px;
  }
  .want-list-li {
    padding: 16px;
  }
  .want-list-li-txt {
    font-size: 22px;
  }
}

/* choice
――――――――――――――――――――――――――――――――――――*/
.choice {
  padding: 80px 0;
  background: url("../_assets/media/choice_bg.webp") no-repeat center bottom/100% auto, linear-gradient(to left, #cbe5f8, #cbe5f8);
}
@media (max-width: 770px) {
  .choice {
    padding: 40px 0;
  }
}
.choice-ti {
  margin-bottom: 40px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 770px) {
  .choice-ti {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.choice-ti-deco {
  font-size: 48px;
  color: var(--green);
  display: block;
}
@media (max-width: 770px) {
  .choice-ti-deco {
    font-size: 28px;
  }
}
.choice-item {
  width: 1110px;
  max-width: 94%;
  margin: 0 auto 32px;
  padding: 40px;
  border-radius: 12px;
  background: var(--white);
  display: flex;
  gap: 40px;
  box-sizing: border-box;
}
@media (max-width: 770px) {
  .choice-item {
    padding: 20px 24px;
    flex-direction: column;
    gap: 8px;
  }
}
.choice-item-fig {
  flex: 0 0 40%;
  align-self: stretch;
  border-radius: 4px;
  overflow: hidden;
}
.choice-item-detail-label {
  font-size: 14px;
  font-weight: bold;
  color: var(--green);
}
.choice-item-detail-label-num {
  margin-left: 6px;
  font-size: 40px;
  font-family: "Roboto";
  vertical-align: middle;
}
@media (max-width: 770px) {
  .choice-item-detail-label-num {
    font-size: 32px;
  }
}
.choice-item-detail-ti {
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 950px) {
  .choice-item-detail-ti-item-detail-ti {
    margin-bottom: 16px;
    font-size: 22px;
  }
}
@media (max-width: 770px) {
  .choice-item-detail-ti {
    font-size: 20px;
  }
}
.choice-item-detail-txt {
  line-height: 1.8;
}
@media (max-width: 770px) {
  .choice-item-detail-txt {
    font-size: 15px;
  }
}

/* detail
――――――――――――――――――――――――――――――――――――*/
.detail {
  padding: 62px 0;
  background: var(--cream);
}
@media (max-width: 770px) {
  .detail {
    padding: 32px 0;
  }
}
.detail .sec {
  width: 1100px;
  margin: auto;
  padding: 72px 0;
  border-radius: 12px;
  background: var(--white);
}
@media (max-width: 770px) {
  .detail .sec {
    max-width: 90%;
    padding: 32px 0;
  }
}
.detail-catch {
  margin-bottom: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 770px) {
  .detail-catch {
    font-size: 13px;
  }
}
.detail-ti {
  margin-bottom: 48px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 770px) {
  .detail-ti {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.detail-ti-green {
  color: var(--green);
}
.detail-ti-line {
  background: linear-gradient(transparent 80%, var(--yellow) 20%);
  display: inline-block;
}
.detail-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
}
@media (max-width: 770px) {
  .detail-list {
    gap: 16px;
  }
}
.detail-list-item {
  width: 256px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 770px) {
  .detail-list-item {
    width: calc(50% - 8px);
  }
}
.detail-list-item-ti {
  margin: 0 0 8px;
  padding: 5px 0;
  font-size: 24px;
  font-weight: bold;
  border-radius: var(--radius-round);
  background: #999;
  color: var(--white);
}
@media (max-width: 770px) {
  .detail-list-item-ti {
    font-size: 16px;
  }
}
.detail-list-item-ti.blue {
  background: #4F91C1;
}
.detail-list-item-ti.purple {
  background: #7E70AB;
}
.detail-list-item-ti.braun {
  background: #AB8E70;
}
.detail-list-item-ti.gold {
  background: #CDB547;
}
.detail-list-item-ti.red {
  background: #94636C;
}
@media (max-width: 770px) {
  .detail-list-item-txt {
    font-size: 15px;
  }
  .detail-list-item-txt br {
    display: none;
  }
}

/* trouble
――――――――――――――――――――――――――――――――――――*/
.trouble {
  padding: 80px 0 40px;
  background: var(--gradient-gray);
  position: relative;
}
@media (max-width: 770px) {
  .trouble {
    padding: 40px 0;
  }
}
.trouble::after {
  content: "";
  margin: auto;
  width: 160px;
  height: 48px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  background: #EAEAEA;
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
}
@media (max-width: 770px) {
  .trouble::after {
    width: 128px;
    height: 31px;
    bottom: -31px;
  }
}
.trouble .sec {
  width: 1044px;
  margin: auto;
  border-radius: 16px;
  background: var(--white);
}
.trouble-head {
  padding: 16px 0;
  text-align: center;
  border-radius: 16px 16px 0 0;
  background: var(--gray);
  position: relative;
}
@media (max-width: 770px) {
  .trouble-head {
    padding: 12px 0;
  }
}
.trouble-head::after {
  content: "";
  width: 117px;
  height: 135px;
  background: url("../_assets/media/trouble_head.png") no-repeat center/100% auto;
  display: block;
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 1;
}
@media (max-width: 770px) {
  .trouble-head::after {
    content: none;
  }
}
.trouble-head-ti {
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 0 3px var(--gray);
  color: var(--white);
  position: relative;
  z-index: 2;
}
@media (max-width: 770px) {
  .trouble-head-ti {
    font-size: 20px;
  }
}
.trouble-list {
  margin: auto;
  padding: 48px 30px;
  border-radius: 0 0 16px 16px;
  border: 2px solid var(--gray);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 770px) {
  .trouble-list {
    padding: 24px 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.trouble-list-item {
  width: 256px;
}
@media (max-width: 770px) {
  .trouble-list-item {
    width: calc(50% - 10px);
  }
}
.trouble-list-item-fig {
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 770px) {
  .trouble-list-item-fig {
    margin-bottom: 8px;
  }
}
.trouble-list-item-txt {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 770px) {
  .trouble-list-item-txt {
    font-size: 15px;
  }
}

/* leaveTo
――――――――――――――――――――――――――――――――――――*/
.leaveTo {
  padding: 110px 0 80px;
}
@media (max-width: 770px) {
  .leaveTo {
    padding: 55px 0 40px;
  }
}
.leaveTo-ti {
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 770px) {
  .leaveTo-ti {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.leaveTo-ti-img {
  max-width: 70%;
  margin: 0 auto 16px;
  display: block;
}
@media (max-width: 770px) {
  .leaveTo-ti-img {
    margin: 0 auto 8px;
  }
}
.leaveTo-item {
  width: 1020px;
  max-width: 95%;
  margin: 0 auto 40px;
  counter-increment: num;
}
@media (max-width: 770px) {
  .leaveTo-item {
    margin: 0 auto 24px;
  }
}
.leaveTo-item-ti {
  height: 63px;
  margin-bottom: 28px;
  padding: 12px 0 12px 87px;
  font-size: 26px;
  font-weight: bold;
  border-radius: 4px;
  background: var(--brown);
  color: var(--white);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media (max-width: 800px) {
  .leaveTo-item-ti {
    font-size: 24px;
  }
}
@media (max-width: 770px) {
  .leaveTo-item-ti {
    height: auto;
    padding: 12px 14px 12px 54px;
    font-size: 20px;
  }
}
.leaveTo-item-ti::before {
  content: counter(num, decimal-leading-zero);
  height: 63px;
  font-family: "Roboto";
  aspect-ratio: 1/1;
  background: var(--brown-light);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 770px) {
  .leaveTo-item-ti::before {
    width: 40px;
    height: 100%;
    aspect-ratio: auto;
  }
}
.leaveTo-item-ti-deco {
  color: var(--yellow);
}
.leaveTo-item-fig {
  display: flex;
  gap: 48px;
}
@media (max-width: 770px) {
  .leaveTo-item-fig {
    flex-direction: column;
    gap: 16px;
  }
}
.leaveTo-item-fig-txt {
  width: 50%;
  line-height: 1.8;
}
@media (max-width: 770px) {
  .leaveTo-item-fig-txt {
    order: 2;
    width: 100%;
  }
}
.leaveTo-item-fig-img {
  width: 50%;
  height: fit-content;
}
@media (max-width: 770px) {
  .leaveTo-item-fig-img {
    order: 1;
    width: 100%;
  }
}

/* achieve
――――――――――――――――――――――――――――――――――――*/
.achieve {
  padding: 96px 0 48px;
  background: var(--green-light);
}
@media (max-width: 770px) {
  .achieve {
    padding: 48px 0;
  }
}
.achieve-ti {
  margin-bottom: 40px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 770px) {
  .achieve-ti {
    margin-bottom: 18px;
    font-size: 28px;
  }
}
.achieve-art {
  width: fit-content;
  max-width: 98%;
  margin: 0 auto 32px;
  padding: 40px;
  border-radius: 8px;
  border: 2px solid var(--green);
  background: var(--white);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 770px) {
  .achieve-art {
    padding: 24px;
    flex-direction: column;
    position: relative;
  }
}
.achieve-art-meta {
  width: 616px;
  max-width: 60%;
}
@media (max-width: 770px) {
  .achieve-art-meta {
    max-width: 100%;
  }
}
.achieve-art-meta-info {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 770px) {
  .achieve-art-meta-info {
    margin-bottom: 260px;
  }
}
.achieve-art-meta-info-ti {
  padding: 8px 24px;
  font-weight: 500;
  border-radius: var(--radius-round);
  background: var(--beige);
  transition: 0.2s;
}
@media (max-width: 770px) {
  .achieve-art-meta-info-ti {
    font-size: 14px;
  }
}
.achieve-art-meta-info-txt {
  margin-right: 8px;
  font-size: 26px;
  font-weight: bold;
  transition: 0.2s;
}
.achieve-art-meta-txt {
  line-height: 1.8;
}
.achieve-art-fig {
  width: 368px;
  max-width: 40%;
  aspect-ratio: 4/3;
}
@media (max-width: 770px) {
  .achieve-art-fig {
    width: 100%;
    max-width: calc(100% - 48px);
    max-height: 220px;
    margin: auto;
    position: absolute;
    top: 125px;
    left: 0;
    right: 0;
  }
}
.achieve-foot-fig {
  width: 1100px;
  max-width: 90%;
  margin: auto;
}
.achieve-foot-fig-img {
  width: 100%;
}
@media (max-width: 1140px) {
  .achieve-art-meta-info {
    width: 300px;
    flex-wrap: wrap;
  }
  .achieve-art-meta-info-ti {
    padding: 4px 16px;
  }
  .achieve-art-meta-info-txt {
    font-size: 20px;
  }
}

/* distrust
――――――――――――――――――――――――――――――――――――*/
.distrust {
  width: 1030px;
  max-width: 95%;
  margin: 80px auto;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 770px) {
  .distrust {
    margin: 40px auto;
  }
}
.distrust-head {
  padding: 24px 0;
  text-align: center;
  background: var(--black);
  color: var(--white);
  position: relative;
}
.distrust-head::after {
  content: "";
  margin: auto;
  width: 48px;
  height: 24px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  background: var(--black);
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
}
.distrust-head-ti {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 770px) {
  .distrust-head-ti {
    font-size: 24px;
  }
}
.distrust-head-ti-deco {
  color: var(--yellow);
}
.distrust-head-ti-sub {
  font-size: 24px;
  display: block;
}
@media (max-width: 770px) {
  .distrust-head-ti-sub {
    font-size: 18px;
  }
}
.distrust-meta {
  background: var(--gradient-gray);
  display: flex;
  gap: 48px;
}
@media (max-width: 770px) {
  .distrust-meta {
    flex-direction: column;
    gap: 0;
  }
}
.distrust-meta-box {
  max-width: 600px;
  display: flex;
  align-items: center;
}
.distrust-meta-box-txt {
  padding: 40px 53px 32px 0;
  line-height: 2;
}
@media (max-width: 770px) {
  .distrust-meta-box-txt {
    padding: 24px;
    background: var(--gradient-gray);
  }
}

/* difference
――――――――――――――――――――――――――――――――――――*/
.difference {
  margin: 40px auto;
}
@media (max-width: 770px) {
  .difference {
    max-width: 100%;
    margin: 56px auto;
  }
}
.difference-ti {
  margin-bottom: 40px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 770px) {
  .difference-ti {
    margin-bottom: 32px;
    font-size: 28px;
  }
}
.difference-fig {
  width: 1000px;
  max-width: 95%;
  margin: auto;
  overflow-y: hidden;
  overflow-x: auto;
}
@media (max-width: 770px) {
  .difference-fig {
    max-width: 95%;
    margin-left: 5%;
  }
}
.difference-fig-img {
  width: 100%;
}
@media (max-width: 770px) {
  .difference-fig-img {
    width: 580px;
  }
}
.difference-txt {
  width: 1000px;
  max-width: 95%;
  margin: 16px auto 0;
  line-height: 1.7;
  font-size: 12px;
  color: #555;
  display: block;
}
@media (max-width: 770px) {
  .difference-txt {
    max-width: 90%;
    font-size: 11px;
  }
}

/* flow
――――――――――――――――――――――――――――――――――――*/
.flow {
  margin: 70px auto;
}
@media (max-width: 770px) {
  .flow {
    margin: 48px auto;
  }
}
.flow-ti {
  margin-bottom: 40px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 770px) {
  .flow-ti {
    margin-bottom: 32px;
    font-size: 28px;
  }
}
.flow-list {
  width: 1070px;
  max-width: 95%;
  margin: auto;
  padding-top: 24px;
  display: flex;
  gap: 40px;
}
@media (max-width: 770px) {
  .flow-list {
    flex-direction: column;
  }
}
.flow-list-item {
  flex: 1;
  counter-increment: num;
  position: relative;
}
.flow-list-item::after {
  content: counter(num, decimal-leading-zero);
  width: 48px;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto";
  aspect-ratio: 1/1;
  border-radius: var(--radius-circle);
  background: var(--brown);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
}
.flow-list-item-fig {
  margin-bottom: 24px;
  border-radius: 8px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 770px) {
  .flow-list-item-fig {
    height: 160px;
    margin-bottom: 16px;
    aspect-ratio: auto;
  }
}
.flow-list-item-ti {
  margin-bottom: 12px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  transition: 0.2s;
}
@media (max-width: 1000px) {
  .flow-list-item-ti {
    font-size: 17px;
  }
}
@media (max-width: 770px) {
  .flow-list-item-ti {
    font-size: 20px;
  }
}
.flow-list-item-txt {
  line-height: 1.8;
}

/* faq
――――――――――――――――――――――――――――――――――――*/
.faq {
  padding: 88px 0 64px;
}
@media (max-width: 770px) {
  .faq {
    padding: 48px 0;
  }
}
.faq-ti {
  margin-bottom: 40px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 770px) {
  .faq-ti {
    margin-bottom: 32px;
    font-size: 28px;
  }
}
.faq-list {
  width: 1020px;
  max-width: 95%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-list-item {
  padding: 32px 40px;
  border-radius: 12px;
  background: var(--white);
}
@media (max-width: 770px) {
  .faq-list-item {
    padding: 12px 20px;
  }
}
.faq-list-item-q {
  margin-bottom: 33px;
  padding-bottom: 33px;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 770px) {
  .faq-list-item-q {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 15px;
    gap: 16px;
  }
}
.faq-list-item-q::before {
  content: "Q";
  font-size: 32px;
  font-weight: bold;
  font-family: "Roboto";
  color: var(--brown);
}
@media (max-width: 770px) {
  .faq-list-item-q::before {
    font-size: 24px;
  }
}
.faq-list-item-a {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 770px) {
  .faq-list-item-a {
    font-size: 15px;
    gap: 16px;
  }
}
.faq-list-item-a::before {
  content: "A";
  font-size: 32px;
  font-weight: bold;
  color: var(--gray-light);
}
@media (max-width: 770px) {
  .faq-list-item-a::before {
    font-size: 24px;
  }
}
