@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --wh: #fff;
  --pink: #fc9d9d;
  --blue: #2d448b;
  --lgblue: #6088c6;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* ====================================================
main
==================================================== */
@media screen and (max-width: 834px) {
  main {
    padding-top: calc(65px - 1rem);
  }
}

/* ====================================================
FV
==================================================== */
@media (max-width: 1680px) {
  .fv {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .fv {
    margin: 2rem;
    padding-right: 0;
  }
}
.fv__inner {
  background: url(../img/fv-bg.webp) no-repeat center;
  background-size: cover;
  background-color: #85d2cd;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  padding: 10rem 5rem 12rem;
  margin: 2rem;
  margin-left: auto;
}
@media (min-width: 1681px) {
  .fv__inner {
    margin-right: calc((100% - 1200px) / 2 - 220px);
  }
}
@media (max-width: 1680px) {
  .fv__inner {
    width: calc(100% - 400px - 4rem);
    margin-left: 440px;
  }
}
@media screen and (max-width: 1200px) {
  .fv__inner {
    padding: 8rem 5rem 10rem;
  }
}
@media screen and (max-width: 990px) {
  .fv__inner {
    width: calc(100% - 400px - 2rem);
  }
}
@media screen and (max-width: 834px) {
  .fv__inner {
    width: 100%;
    padding: 6rem 3rem 3rem;
    margin: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .fv__inner {
    padding: 4rem 2rem 2rem;
  }
}
.fv.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.fv__title {
  text-align: right;
}
@media screen and (max-width: 834px) {
  .fv__title {
    grid-column: 1;
    grid-row: 1;
    max-width: 570px;
  }
}
.fv__title-text {
  margin-top: 1rem;
  font-size: 13px;
  color: #231815;
}
@media screen and (max-width: 834px) {
  .fv__title-text {
    display: none;
  }
}
.fv__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 0 8rem;
}
@media screen and (max-width: 1200px) {
  .fv__ttl {
    padding: 0 0 6rem;
  }
}
@media screen and (max-width: 1200px) {
  .fv__ttl {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(150px, auto);
    /* 画像の最小高さを設定 */
    gap: 2rem;
    justify-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .fv__ttl {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .fv__ttl-img.--01 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .fv__ttl-img.--02 {
    display: none;
  }
}
.fv__ttl-img.--sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .fv__ttl-img.--sp {
    display: block;
    grid-column: 1;
    grid-row: 2;
  }
}
.fv__ttl .img.--01 {
  width: 100%;
  max-width: 235px;
}
.fv__ttl .img.--02 {
  width: 100%;
  max-width: 263px;
}
.fv__ttl .img.--sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .fv__ttl .img.--sp {
    display: block;
    width: 100%;
    max-width: 590px;
  }
}
.fv__period {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .fv__period {
    flex-direction: column;
  }
}
.fv__period-title {
  background-color: var(--pink);
  color: var(--wh);
  font-size: 32px;
  font-weight: bold;
  padding: 3rem 3rem 3rem 20rem;
  border-radius: 10px 0 0 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .fv__period-title {
    font-size: 28px;
    padding: 1.5rem 0;
    border-radius: 20px 20px 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .fv__period-title {
    font-size: 24px;
    padding: 1rem 0;
  }
}
.fv__period-imgbox {
  background-color: var(--wh);
  padding: 2rem 3rem;
  border-radius: 0 10px 10px 0;
  border: 3px solid var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .fv__period-imgbox {
    border-radius: 0 0 20px 20px;
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .fv__period-imgbox {
    padding: 2rem 1rem;
  }
}
.fv__period-char {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  max-width: 158px;
}
@media screen and (max-width: 1200px) {
  .fv__period-char {
    top: 3rem;
    left: -4%;
    max-width: 127px;
  }
}
@media screen and (max-width: 640px) {
  .fv__period-char {
    top: 3rem;
    left: -4%;
    max-width: 80px;
  }
}

/* ====================================================
フリガナ通知書について
==================================================== */
.about {
  padding: 12rem 0;
  background-color: #fffdf3;
}
@media screen and (max-width: 1200px) {
  .about {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 834px) {
  .about {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 640px) {
  .about {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 499px) {
  .about {
    padding: 3rem 0;
  }
}
@media (min-width: 1681px) {
  .about-inner {
    margin-right: calc((100% - 1200px) / 2 - 220px + 100px);
  }
}
@media (max-width: 1680px) {
  .about-inner {
    width: calc(100% - 440px);
    max-width: 1000px;
    margin-left: calc(100% - (100% - 440px) + (100% - 1440px) / 2);
    margin-right: calc((100% - 1440px) / 2);
  }
}
@media (max-width: 1500px) {
  .about-inner {
    width: calc(100% - 440px - 2rem);
    margin-left: 440px;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .about-inner {
    width: 100%;
    margin-left: auto;
  }
}
.about__title {
  font-size: 32px;
  font-weight: bold;
  color: #38445b;
  text-align: center;
  margin: auto;
  margin-bottom: 9rem;
  padding: 15px 30px 7px;
  position: relative;
  background-color: #e7f6fe;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid var(--lgblue);
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .about__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 834px) {
  .about__title {
    font-size: 24px;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .about__title {
    font-size: 21px;
    margin-bottom: 4rem;
  }
}
.about__title::after {
  content: "";
  display: block;
  background-color: var(--lgblue);
  width: 100%;
  max-width: 14px;
  height: 10px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.about__text {
  font-size: 18px;
  margin-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  .about__text {
    margin-bottom: 4rem;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .about__text {
    margin-bottom: 2rem;
    font-size: 14px;
  }
}
.about__content-title {
  font-size: 32px;
  color: var(--wh);
  font-weight: bold;
  text-align: center;
  padding: 3rem 0;
  border-radius: 20px 20px 0 0;
  background-color: var(--lgblue);
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .about__content-title {
    font-size: 28px;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 640px) {
  .about__content-title {
    font-size: 24px;
  }
}
.about__content-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  background-color: var(--wh);
  padding: 4rem 2rem 0 5rem;
  border: 3px solid var(--lgblue);
  border-top: none;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1200px) {
  .about__content-inner {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .about__content-inner {
    gap: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .about__content-inner {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    padding: 4rem 2rem 0;
  }
}
@media screen and (max-width: 640px) {
  .about__content-inner {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.about__content-imgbox-inner {
  position: relative;
}
.about__content-imgbox-info {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: var(--wh);
  padding: 15px 7rem;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .about__content-imgbox-info {
    padding: 15px 5rem;
    font-size: 21px;
  }
}
@media screen and (max-width: 640px) {
  .about__content-imgbox-info {
    padding: 10px 3rem;
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .about__content-imgbox-info {
    padding: 7px 2rem;
    font-size: 16px;
  }
}
.about__content-imgbox-txt {
  font-size: 13px;
  margin-top: 1.8rem;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .about__content-imgbox-txt {
    margin-top: 7px;
  }
}
.about__content-info {
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .about__content-info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .about__content-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media screen and (max-width: 834px) {
  .about__content-info {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media screen and (max-width: 640px) {
  .about__content-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.about__content-info-txt {
  background-color: #fefbf3;
  padding: 4rem 6rem;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 20px;
  transform: translateY(15px);
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .about__content-info-txt {
    padding: 2rem 3rem;
    transform: none;
    font-size: 21px;
  }
}
@media screen and (max-width: 640px) {
  .about__content-info-txt {
    padding: 2rem 3rem;
    font-size: 18px;
  }
}
.about__content-info-img {
  max-width: 240px;
  position: relative;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .about__content-info-img {
    max-width: 178px;
    position: static;
  }
}
@media screen and (max-width: 640px) {
  .about__content-info-img {
    max-width: 140px;
    margin-top: -1rem;
  }
}
@media screen and (max-width: 499px) {
  .about__content-info-img {
    max-width: 100px;
  }
}
.about .blue-txt {
  font-size: 34px;
  font-weight: bold;
  color: var(--lgblue);
}
@media screen and (max-width: 1200px) {
  .about .blue-txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .about .blue-txt {
    font-size: 24px;
  }
}

/* ====================================================
届出確認チャート
==================================================== */
.chart {
  background: url(../img/chart-bg.webp) no-repeat center;
  background-size: cover;
  background-color: #fff5bd;
  padding: 12rem 0;
}
@media screen and (max-width: 1200px) {
  .chart {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 834px) {
  .chart {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 640px) {
  .chart {
    padding: 4rem 0;
  }
}
@media (min-width: 1681px) and (min-width: 1681px) {
  .chart-inner {
    margin-right: calc((100% - 1200px) / 2 - 220px + 100px);
  }
}
@media (max-width: 1680px) {
  .chart-inner {
    width: calc(100% - 440px);
    max-width: 1000px;
    margin-left: calc(100% - (100% - 440px) + (100% - 1440px) / 2);
    margin-right: calc((100% - 1440px) / 2);
  }
}
@media (max-width: 1500px) {
  .chart-inner {
    width: calc(100% - 440px - 2rem);
    margin-left: 440px;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .chart-inner {
    width: 100%;
    margin-left: auto;
  }
}
.chart__title {
  font-size: 32px;
  font-weight: bold;
  color: #38445b;
  text-align: center;
  margin: auto;
  margin-bottom: 9rem;
  padding: 15px 30px 7px;
  position: relative;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid var(--lgblue);
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .chart__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 834px) {
  .chart__title {
    font-size: 24px;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .chart__title {
    font-size: 21px;
    margin-bottom: 4rem;
  }
}
.chart__title::after {
  content: "";
  display: block;
  background-color: var(--lgblue);
  width: 100%;
  max-width: 14px;
  height: 10px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.chart__box-ttl {
  background-color: #ffa95c;
  border-radius: 20px 20px 0 0;
  padding: 6rem 8rem;
  color: var(--wh);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 1200px) {
  .chart__box-ttl {
    padding: 3rem 5%;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .chart__box-ttl {
    padding: 2rem 5%;
  }
}
.chart__box-ttl-icon {
  max-width: 215px;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .chart__box-ttl-icon {
    max-width: 90px;
  }
}
.chart__box-ttl-img {
  margin: auto;
}
.chart__box-title {
  margin-bottom: 2rem;
}
.chart__box-text {
  font-size: 18px;
  color: var(--wh);
}
.chart__box-content {
  background-color: var(--wh);
  padding: 6.5rem 10rem 7.5rem;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1200px) {
  .chart__box-content {
    padding: 6rem 5rem 7rem;
  }
}
@media screen and (max-width: 834px) {
  .chart__box-content {
    padding: 6rem 3rem 7rem;
  }
}
@media screen and (max-width: 640px) {
  .chart__box-content {
    padding: 4rem 2rem 5rem;
  }
}
.chart__box-content-img {
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .chart__box-content-img {
    width: 200%;
  }
}

/* ====================================================
届出方法
==================================================== */
.howto {
  background-color: #fffdf3;
  padding: 12rem 0 19rem;
}
@media screen and (max-width: 1200px) {
  .howto {
    padding: 8rem 0 12rem;
  }
}
@media screen and (max-width: 834px) {
  .howto {
    padding: 6rem 0 8rem;
  }
}
@media screen and (max-width: 640px) {
  .howto {
    padding: 4rem 0 6rem;
  }
}
@media (min-width: 1681px) {
  .howto-inner {
    margin-right: calc((100% - 1200px) / 2 - 220px + 100px);
  }
}
@media (max-width: 1680px) {
  .howto-inner {
    width: calc(100% - 440px);
    max-width: 1000px;
    margin-left: calc(100% - (100% - 440px) + (100% - 1440px) / 2);
    margin-right: calc((100% - 1440px) / 2);
  }
}
@media (max-width: 1500px) {
  .howto-inner {
    width: calc(100% - 440px - 2rem);
    margin-left: 440px;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .howto-inner {
    width: 100%;
    margin-left: auto;
  }
}
.howto__title {
  font-size: 32px;
  font-weight: bold;
  color: #38445b;
  text-align: center;
  margin: auto;
  margin-bottom: 7rem;
  padding: 15px 30px 7px;
  position: relative;
  background-color: #e7f6fe;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid var(--lgblue);
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .howto__title {
    font-size: 28px;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__title {
    font-size: 24px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__title {
    font-size: 21px;
    margin-bottom: 3rem;
  }
}
.howto__title::after {
  content: "";
  display: block;
  background-color: var(--lgblue);
  width: 100%;
  max-width: 14px;
  height: 10px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.howto__title-img {
  margin: auto;
  max-width: 238px;
  margin-bottom: 1rem;
}
.howto__text {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .howto__text {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .howto__text {
    font-size: 14px;
  }
}
.howto__box {
  background-color: var(--wh);
  border-radius: 20px;
  border: 1px solid var(--pink);
  border-top: none;
  text-align: center;
  padding-bottom: 4rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 834px) {
  .howto__box {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__box {
    margin-top: 2rem;
  }
}
.howto__box-title {
  background-color: var(--pink);
  color: var(--wh);
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 3rem 0;
  border-radius: 20px 20px 0 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .howto__box-title {
    padding: 2rem 0 1rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__box-title {
    font-size: 28px;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 640px) {
  .howto__box-title {
    font-size: 24px;
    padding: 1rem 0;
  }
}
.howto__box-imgbox {
  padding: 0 5%;
}
.howto__box-img {
  margin: auto;
}
.howto__group {
  background-color: #e6f5f7;
  border-radius: 20px;
  padding: 6rem 6rem 6rem 6rem;
  margin: 11.5rem 0 8rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .howto__group {
    padding: 6rem 4rem 6rem 4rem;
    margin: 6rem 0 8rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__group {
    padding: 6rem 8rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__group {
    padding: 3rem 2rem;
    margin: 4rem 0 20rem;
  }
}
@media screen and (max-width: 499px) {
  .howto__group {
    padding: 3rem 2rem;
    margin: 4rem 0 14rem;
  }
}
.howto__group-title {
  font-size: 42px;
  font-weight: bold;
  color: var(--lgblue);
  margin-bottom: 1rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .howto__group-title {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__group-title {
    font-size: 18px;
  }
}
.howto__group-title-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 1400px) {
  .howto__group-title-inner {
    flex-direction: column;
    gap: 0;
    padding-left: 12rem;
  }
}
@media screen and (max-width: 990px) {
  .howto__group-title-inner {
    padding-left: 9rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__group-title-inner {
    padding-left: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__group-title-inner {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 376px) {
  .howto__group-title-inner {
    padding-left: 2rem;
  }
}
.howto__group-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 2em;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .howto__group-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {
  .howto__group-text {
    font-size: 15px;
    margin-bottom: 2rem;
  }
}
.howto__group-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .howto__group-inner {
    flex-direction: column;
    align-items: center;
  }
}
.howto__group-item {
  max-width: 360px;
  flex: 1;
}
@media screen and (max-width: 834px) {
  .howto__group-item {
    width: 100%;
    max-width: 415px;
  }
}
@media screen and (max-width: 640px) {
  .howto__group-item {
    width: 90%;
    max-width: 100%;
    margin: auto;
  }
}
.howto__group-item-title {
  font-size: 32px;
  font-weight: bold;
  color: var(--wh);
  background-color: #72b0e4;
  border-radius: 10px;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
  .howto__group-item-title {
    font-size: 20px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__group-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .howto__group-item-title {
    font-size: 16px;
  }
}
.howto__group-item-text {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .howto__group-item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {
  .howto__group-item-text {
    font-size: 14px;
  }
}
.howto__group-imgbox {
  position: absolute;
  bottom: 0;
  left: 2rem;
}
@media (max-width: 1400px) {
  .howto__group-imgbox {
    top: -3rem;
    left: -1rem;
  }
}
@media screen and (max-width: 1200px) {
  .howto__group-imgbox {
    top: -3rem;
    left: -1rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__group-imgbox {
    top: auto;
    bottom: 0;
    left: -1rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__group-imgbox {
    top: auto;
    bottom: -26vw;
    left: 0;
  }
}
.howto__group-img {
  max-width: 129px;
}
@media screen and (max-width: 834px) {
  .howto__group-img {
    max-width: none;
    width: 15vw;
  }
}
@media screen and (max-width: 640px) {
  .howto__group-img {
    max-width: none;
    width: 18vw;
  }
}
.howto__list-item {
  background-color: #fde2e2;
  padding: 10rem 6rem 8rem;
  position: relative;
  border-radius: 20px;
}
.howto__list-item:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .howto__list-item:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1300px) {
  .howto__list-item {
    padding: 12rem 4rem 6rem;
  }
}
@media screen and (max-width: 1200px) {
  .howto__list-item {
    padding: 10rem 4rem 6rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-item {
    padding: 8rem 2rem 4rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__list-item {
    padding: 9rem 2rem 3rem;
  }
}
@media screen and (max-width: 499px) {
  .howto__list-item {
    padding: 8rem 1.5rem 3rem;
  }
}
.howto__list-subttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 1rem;
  color: #72b0e4;
  font-size: 50px;
  font-family: "Inter", sans-serif;
  background-color: #fff1f1;
  border-radius: 20px 0 20px 0;
  width: 155px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .howto__list-subttl {
    width: 120px;
    height: 70px;
    font-size: 40px;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-subttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 499px) {
  .howto__list-subttl {
    width: 90px;
    height: 60px;
    font-size: 25px;
  }
}
.howto__list-subttl .txt {
  font-size: 15px;
  color: #38445b;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .howto__list-subttl .txt {
    font-size: 14px;
  }
}
.howto__list-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  border-bottom: 2px dotted #f08585;
  padding-bottom: 4rem;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 1500px) {
  .howto__list-ttl {
    gap: 2rem;
  }
}
@media (max-width: 1300px) {
  .howto__list-ttl {
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__list-ttl {
    gap: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.howto__list-ttl-img {
  aspect-ratio: 400/300;
  min-width: 400px;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .howto__list-ttl-img {
    min-width: 300px;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-ttl-img {
    min-width: 200px;
  }
}
.howto__list-ttl-textbox {
  position: relative;
}
.howto__list-ttl-textbox-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .howto__list-ttl-textbox-title {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-ttl-textbox-title {
    font-size: 28px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__list-ttl-textbox-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.howto__list-ttl-textbox-txt {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .howto__list-ttl-textbox-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .howto__list-ttl-textbox-txt {
    font-size: 14px;
  }
}
.howto__list-ttl-textbox-txt.--01 {
  background: url(../img/howto-acc-01.webp) no-repeat center;
  background-size: contain;
  width: 202px;
  height: 158px;
  color: var(--wh);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: -140px;
  right: -10%;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .howto__list-ttl-textbox-txt.--01 {
    top: -174px;
  }
}
@media (max-width: 1300px) {
  .howto__list-ttl-textbox-txt.--01 {
    top: -12vw;
    right: 10vw;
  }
}
@media screen and (max-width: 1200px) {
  .howto__list-ttl-textbox-txt.--01 {
    top: -12vw;
    right: 0vw;
  }
}
@media screen and (max-width: 1024px) {
  .howto__list-ttl-textbox-txt.--01 {
    top: -16vw;
    right: -6vw;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-ttl-textbox-txt.--01 {
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 640px) {
  .howto__list-ttl-textbox-txt.--01 {
    width: 201px;
    height: 130px;
    top: -111px;
    right: 25%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 499px) {
  .howto__list-ttl-textbox-txt.--01 {
    width: 190px;
    height: 120px;
    top: -104px;
    right: 20%;
  }
}
@media screen and (max-width: 376px) {
  .howto__list-ttl-textbox-txt.--01 {
    top: -130px;
    right: 20%;
  }
}
.howto__list-ttl-textbox-txt.--01 span.--inner {
  transform: translateY(4px);
}
.howto__list-ttl-textbox-txt.--01 span.--s {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .howto__list-ttl-textbox-txt.--01 span.--s {
    font-size: 14px;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-ttl-textbox-txt.--01 span.--s {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .howto__list-ttl-textbox-txt.--01 span.--s {
    font-size: 11px;
  }
}
.howto__list-ttl-textbox-txt.--02 {
  background: url(../img/howto-acc-02.webp) no-repeat center;
  background-size: contain;
  width: 273px;
  height: 114px;
  color: var(--wh);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: -100px;
  right: 0%;
}
@media screen and (max-width: 1500px) {
  .howto__list-ttl-textbox-txt.--02 {
    top: -7vw;
    right: -5vw;
  }
}
@media (max-width: 1300px) {
  .howto__list-ttl-textbox-txt.--02 {
    top: -6vw;
    right: 18vw;
  }
}
@media screen and (max-width: 1200px) {
  .howto__list-ttl-textbox-txt.--02 {
    top: -9vw;
    right: 10vw;
  }
}
@media screen and (max-width: 1024px) {
  .howto__list-ttl-textbox-txt.--02 {
    top: -8vw;
    right: -2vw;
  }
}
@media screen and (max-width: 990px) {
  .howto__list-ttl-textbox-txt.--02 {
    top: -13vw;
    right: -3vw;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-ttl-textbox-txt.--02 {
    top: -9vw;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 834px) {
  .howto__list-ttl-textbox-txt.--02 {
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 640px) {
  .howto__list-ttl-textbox-txt.--02 {
    width: 201px;
    height: 130px;
    top: -88px;
    right: 34%;
    transform: none;
    line-height: 1.5;
  }
}
@media screen and (max-width: 499px) {
  .howto__list-ttl-textbox-txt.--02 {
    width: 180px;
    height: 100px;
    top: -66px;
    right: 3%;
  }
}
@media screen and (max-width: 376px) {
  .howto__list-ttl-textbox-txt.--02 {
    top: -66px;
    right: 0;
  }
}
.howto__list-ttl-textbox-txt.--02 span {
  transform: translateY(-6px);
}
.howto__list-ttl-textbox-txt.--03 {
  background: url(../img/howto-acc-03.webp) no-repeat center;
  background-size: contain;
  width: 202px;
  height: 158px;
  color: var(--wh);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: -123px;
  right: 4%;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .howto__list-ttl-textbox-txt.--03 {
    top: -174px;
  }
}
@media (max-width: 1300px) {
  .howto__list-ttl-textbox-txt.--03 {
    top: -11vw;
    right: 18vw;
  }
}
@media screen and (max-width: 1200px) {
  .howto__list-ttl-textbox-txt.--03 {
    top: -13vw;
    right: -3vw;
  }
}
@media screen and (max-width: 1024px) {
  .howto__list-ttl-textbox-txt.--03 {
    top: -13vw;
    right: -5vw;
  }
}
@media screen and (max-width: 990px) {
  .howto__list-ttl-textbox-txt.--03 {
    top: -15vw;
    right: -2vw;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-ttl-textbox-txt.--03 {
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 640px) {
  .howto__list-ttl-textbox-txt.--03 {
    width: 201px;
    height: 130px;
    top: -111px;
    right: 25%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 499px) {
  .howto__list-ttl-textbox-txt.--03 {
    width: 190px;
    height: 120px;
    top: -104px;
    right: 20%;
  }
}
@media screen and (max-width: 376px) {
  .howto__list-ttl-textbox-txt.--03 {
    top: -100px;
    right: 20%;
  }
}
.howto__list-ttl-textbox-txt.--03 span {
  transform: translateY(-10px);
}
.howto__list-ttl-textbox-note {
  display: flex;
  align-items: center;
  font-size: 16px;
  height: 82px;
  margin-top: 3rem;
}
@media screen and (max-width: 1200px) {
  .howto__list-ttl-textbox-note {
    font-size: 14px;
    height: 70px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__list-ttl-textbox-note {
    font-size: 12px;
    height: 60px;
  }
}
.howto__list-ttl-textbox-note-item {
  border-radius: 20px 0 0 20px;
  background-color: #feb3b3;
  color: var(--wh);
  font-weight: bold;
  width: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  white-space: nowrap;
}
.howto__list-ttl-textbox-note-desc {
  border-radius: 0 20px 20px 0;
  background-color: #fff1f1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 5rem 2rem 2rem;
}
@media screen and (max-width: 1500px) {
  .howto__list-ttl-textbox-note-desc {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .howto__list-ttl-textbox-note-desc {
    padding: 2rem 2rem 2rem 2rem;
  }
}
.howto__list-content-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .howto__list-content-title {
    font-size: 24px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-content-title {
    font-size: 20px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__list-content-title {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}
.howto__list-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 7px;
  counter-reset: flow-list;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 1500px) {
  .howto__list-flow {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 499px) {
  .howto__list-flow {
    gap: 0;
  }
}
.howto__list-flow-item {
  background: url(../img/howto-listbox-item-bg.png) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  padding: 9rem 2rem 5rem;
  flex: 1;
  counter-increment: flow-list;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1500px) {
  .howto__list-flow-item {
    flex: auto;
    width: 48%;
    padding: 9rem 5rem 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .howto__list-flow-item {
    width: 100%;
    padding: 9rem 4rem 5rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-flow-item {
    width: 48%;
    padding: 9rem 4rem 3rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__list-flow-item {
    padding: 8rem 2rem 3rem;
  }
}
@media screen and (max-width: 499px) {
  .howto__list-flow-item {
    width: 100%;
    padding: 7rem 2rem 3rem;
  }
}
.howto__list-flow-item::before {
  content: counter(flow-list, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  background: #72b0e4;
  color: var(--wh);
  font-weight: bold;
  font-family: "Inter", sans-serif;
  border-radius: 50%;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 3rem;
  transform: translateX(-50%);
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .howto__list-flow-item::before {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
    top: 2rem;
  }
}
.howto__list-flow-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .howto__list-flow-title {
    margin-bottom: 1rem;
  }
}
.howto__list-btn {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .howto__list-btn {
    margin-top: 2rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-btn {
    flex-direction: row;
  }
}
@media screen and (max-width: 640px) {
  .howto__list-btn {
    gap: 1rem;
  }
}
@media screen and (max-width: 499px) {
  .howto__list-btn {
    flex-direction: column;
  }
}
.howto__list-btn-item {
  border: none;
  background-color: #72b0e4;
  color: var(--wh);
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 80px;
  border-radius: 10px;
  box-shadow: 0 5px 0 0 #5491c4;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1024px) {
  .howto__list-btn-item {
    font-size: 16px;
    width: 280px;
    height: 67px;
  }
}
@media screen and (max-width: 640px) {
  .howto__list-btn-item {
    font-size: 16px;
    width: 280px;
    height: 67px;
  }
}
.howto__list-btn-item:hover {
  transform: translateY(5px);
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.howto__list-btn-item span {
  transform: translateY(5px);
}
.howto__list-table {
  background: url(../img/howto-listbox-item-bg2.png) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  padding: 5rem;
}
@media screen and (max-width: 1200px) {
  .howto__list-table {
    padding: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-table {
    padding: 2rem;
  }
}
.howto__list-table-item {
  display: flex;
  align-items: flex-start;
  padding: 3rem 2rem;
}
.howto__list-table-item:not(:last-child) {
  border-bottom: 1px solid #93a1bc;
}
.howto__list-table-item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .howto__list-table-item {
    flex-direction: column;
    padding: 2rem 0;
    gap: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-table-item {
    gap: 5px;
  }
}
.howto__list-table-item-title {
  color: #5079c9;
  font-size: 16px;
  font-weight: bold;
  width: 135px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .howto__list-table-item-title {
    width: 120px;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-table-item-title {
    font-size: 14px;
  }
}
.howto__list-table-item-text {
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .howto__list-table-item-text {
    font-size: 16px;
  }
}
.howto__list-table-item-text-list li::before {
  content: "check";
  font-family: "Material Symbols Outlined";
  color: #5079c9;
  display: inline-block;
  font-size: 18px;
  margin-right: 0.5rem;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
.howto__list-table-map {
  width: 100%;
  height: 330px;
}
@media screen and (max-width: 1024px) {
  .howto__list-table-map {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-table-map {
    margin-bottom: 1rem;
  }
}
.howto__list-table-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
}
.howto .yellow-txt {
  font-size: 32px;
  font-weight: bold;
  color: #fff000;
  letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
  .howto .yellow-txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 834px) {
  .howto .yellow-txt {
    font-size: 24px;
  }
}

/* ====================================================
FAQ(よくある質問)
==================================================== */
.faq {
  background: url(../img/faq-bg.webp) no-repeat center;
  background-size: cover;
  background-color: #85d2cd;
  padding: 12rem 0;
}
@media screen and (max-width: 1200px) {
  .faq {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 834px) {
  .faq {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 640px) {
  .faq {
    padding: 4rem 0;
  }
}
@media (min-width: 1681px) {
  .faq-inner {
    margin-right: calc((100% - 1200px) / 2 - 220px + 100px);
  }
}
@media (max-width: 1680px) {
  .faq-inner {
    width: calc(100% - 440px);
    max-width: 1000px;
    margin-left: calc(100% - (100% - 440px) + (100% - 1440px) / 2);
    margin-right: calc((100% - 1440px) / 2);
  }
}
@media (max-width: 1500px) {
  .faq-inner {
    width: calc(100% - 440px - 2rem);
    margin-left: 440px;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .faq-inner {
    width: 100%;
    margin-left: auto;
  }
}
.faq__title {
  font-size: 32px;
  font-weight: bold;
  color: #38445b;
  text-align: center;
  margin: auto;
  margin-bottom: 9rem;
  padding: 15px 30px 7px;
  position: relative;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid var(--lgblue);
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .faq__title {
    font-size: 28px;
    transform: translateX(-10%);
  }
}
@media screen and (max-width: 834px) {
  .faq__title {
    font-size: 24px;
    margin-bottom: 6rem;
    transform: translateX(0);
  }
}
@media screen and (max-width: 640px) {
  .faq__title {
    font-size: 21px;
    margin-bottom: 4rem;
  }
}
.faq__title::after {
  content: "";
  display: block;
  background-color: var(--lgblue);
  width: 100%;
  max-width: 14px;
  height: 10px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.faq__item {
  background-color: var(--wh);
  border-radius: 20px;
  position: relative;
  border: 2px solid #67a6dd;
}
.faq__item:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .faq__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .faq__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.faq__item-imgbox {
  position: absolute;
  top: -210px;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .faq__item-imgbox {
    top: -179px;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .faq__item-imgbox {
    top: -142px;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .faq__item-imgbox {
    top: -114px;
    right: 0;
  }
}
@media screen and (max-width: 990px) {
  .faq__item-imgbox {
    top: -87px;
    right: 0;
  }
}
@media screen and (max-width: 834px) {
  .faq__item-imgbox {
    top: -120px;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .faq__item-imgbox {
    top: -86px;
    right: 0;
  }
}
@media screen and (max-width: 499px) {
  .faq__item-imgbox {
    top: -74px;
    right: 0;
  }
}
.faq__item-img {
  max-width: 340px;
}
@media screen and (max-width: 1500px) {
  .faq__item-img {
    max-width: 290px;
  }
}
@media screen and (max-width: 1200px) {
  .faq__item-img {
    max-width: 230px;
  }
}
@media screen and (max-width: 1024px) {
  .faq__item-img {
    max-width: 185px;
  }
}
@media screen and (max-width: 990px) {
  .faq__item-img {
    max-width: 140px;
  }
}
@media screen and (max-width: 834px) {
  .faq__item-img {
    max-width: 195px;
  }
}
@media screen and (max-width: 640px) {
  .faq__item-img {
    max-width: 140px;
  }
}
@media screen and (max-width: 499px) {
  .faq__item-img {
    max-width: 120px;
  }
}
.faq__item-question {
  font-size: 21px;
  font-weight: bold;
  color: #67a6dd;
  padding: 4rem 5rem 2rem;
  border-bottom: 2px dotted #67a6dd;
  margin-bottom: 3rem;
  position: relative;
  padding-left: calc(60px + 4rem);
  min-height: 110px;
}
@media screen and (max-width: 834px) {
  .faq__item-question {
    font-size: 21px;
    padding-left: calc(50px + 3rem);
  }
}
@media screen and (max-width: 640px) {
  .faq__item-question {
    font-size: 20px;
    padding-right: 3rem;
    padding-left: calc(40px + 3rem);
  }
}
@media screen and (max-width: 499px) {
  .faq__item-question {
    font-size: 18px;
  }
}
.faq__item-question::before {
  content: "Q";
  font-size: 30px;
  font-family: "Inter", sans-serif;
  color: var(--wh);
  display: inline-flex;
  width: 60px;
  height: 60px;
  background-color: #67a6dd;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .faq__item-question::before {
    width: 50px;
    height: 50px;
    font-size: 24px;
    left: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .faq__item-question::before {
    width: 40px;
    height: 40px;
    font-size: 20px;
    left: 2rem;
  }
}
.faq__item-answer {
  font-size: 18px;
  padding: 0 5rem 5rem;
}
@media screen and (max-width: 834px) {
  .faq__item-answer {
    font-size: 16px;
    padding: 0 5rem 3rem;
  }
}
@media screen and (max-width: 640px) {
  .faq__item-answer {
    font-size: 14px;
    padding: 0 3rem 3rem;
  }
}
.faq__item-answer-list {
  line-height: 1.2;
  counter-reset: faq-list;
  padding-left: 0;
}
.faq__item-answer-list-item {
  counter-increment: faq-list;
  position: relative;
  padding-left: 2.5em;
}
.faq__item-answer-list-item::before {
  content: counter(faq-list);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
  margin-right: 2em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #67a6dd;
  color: #fff;
  font-weight: bold;
  border-radius: 100vmax;
  font-size: 1em;
  box-sizing: border-box;
}/*# sourceMappingURL=index.css.map */