.section-hero {
  position: relative;
  background-color: var(--color-primary);
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .section-hero {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .section-hero__mv::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 280px;
    width: 100%;
    background-image: linear-gradient(to bottom, var(--color-white), var(--color-primary));
    mix-blend-mode: multiply;
    z-index: 1;
    opacity: 0.8;
  }
}
.section-hero__wrap {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .section-hero__wrap {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
}
.section-hero__imgs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625px;
}
@media only screen and (min-width: 768px) {
  .section-hero__imgs {
    flex: 0 0 calc(50% - 3px);
    gap: 6px;
  }
}
.section-hero__imgs figure {
  flex: 0 0 calc(50% - 0.78125px);
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-hero__imgs figure {
    flex: 0 0 calc(50% - 3px);
  }
}
.section-hero__imgs figure picture {
  display: block;
}
.section-hero__imgs figure picture img {
  width: 100%;
}
.section-hero__imgs figcaption {
  color: var(--color-white);
  text-align: center;
  font-size: 3.13984375rem;
  line-height: 1;
  opacity: 0.69;
  filter: drop-shadow(0 0 3px var(--color-primary));
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .section-hero__imgs figcaption {
    font-size: 3.6rem;
    letter-spacing: -0.05em;
    top: 45%;
  }
}
@media only screen and (min-width: 992px) {
  .section-hero__imgs figcaption {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-hero__imgs figcaption {
    font-size: 6rem;
    line-height: 1;
  }
}
.section-hero__bottom {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-hero__bottom {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .section-hero__bottom {
    bottom: 45px;
  }
}
.section-hero__content {
  max-width: 1286px;
  margin: 0 auto;
  padding-inline: 15px;
}
.section-hero__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media only screen and (min-width: 576px) {
  .section-hero__info {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .section-hero__info {
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-hero__info {
    margin-bottom: 0;
  }
}
.section-hero__left h2 {
  filter: drop-shadow(0px 3px 5px var(--color-primary));
  color: var(--color-white);
  font-size: 2.8252604167rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px) {
  .section-hero__left h2 {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-hero__left h2 {
    font-size: 10.849rem;
    margin-bottom: 16px;
  }
}
.section-hero__left p {
  filter: drop-shadow(0px 1px 2px var(--color-primary));
  color: var(--color-white);
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .section-hero__left p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-hero__left p {
    font-size: 2.604rem;
  }
}
.section-hero__left p.section-hero__note {
  color: var(--color-white);
  font-size: 0.35625rem;
  line-height: 2.8933333333;
}
@media only screen and (min-width: 768px) {
  .section-hero__left p.section-hero__note {
    font-size: 1.5rem;
  }
}
.section-hero__right p {
  transform: scale(1.1, 1.5);
  font-family: "Roboto", sans-serif;
  color: var(--color-white);
  font-size: 6.7708333333rem;
  filter: drop-shadow(0 3px 5px var(--color-primary));
  line-height: 0.6;
}
@media only screen and (min-width: 768px) {
  .section-hero__right p {
    font-size: 10rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 992px) {
  .section-hero__right p {
    font-size: 16rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-hero__right p {
    font-size: 20rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-hero__right p {
    font-size: 26rem;
    line-height: 0.8;
  }
}
.section-hero__right p span {
  font-size: 9.1145833333rem;
  letter-spacing: -0.025em;
}
@media only screen and (min-width: 768px) {
  .section-hero__right p span {
    font-size: 14rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-hero__right p span {
    font-size: 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-hero__right p span {
    font-size: 24rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-hero__right p span {
    font-size: 35rem;
  }
}
.section-hero__note {
  color: var(--color-white);
  font-size: 0.849rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .section-hero__note {
    font-size: 1.5rem;
  }
}

.section-concern {
  position: relative;
}
.section-concern::after {
  content: "";
  aspect-ratio: 783/129;
  width: 204px;
  display: block;
  background-image: url("../img/top/arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .section-concern::after {
    width: 550px;
    height: 129px;
    bottom: -85px;
  }
}
@media only screen and (min-width: 992px) {
  .section-concern::after {
    width: 783px;
  }
}
.section-concern__block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 18.2291666667px 11.9791666667px;
  gap: 18.75px;
  height: 81.7708333333px;
  background-color: var(--color-primary-70);
}
@media only screen and (min-width: 576px) {
  .section-concern__block {
    height: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .section-concern__block {
    padding-inline: 20px;
    gap: 24px;
    height: 314px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-concern__block {
    padding-inline: 90px 46px;
    gap: 72px;
    height: 314px;
  }
}
.section-concern__block:nth-of-type(odd) .section-concern__img {
  top: 0;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .section-concern__block:nth-of-type(odd) .section-concern__img {
    right: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-concern__block:nth-of-type(odd) .section-concern__img {
    top: 0;
    right: 46px;
  }
}
.section-concern__block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.section-concern__block:nth-of-type(even) .section-concern__img {
  bottom: 0;
  left: 11.9791666667px;
}
@media only screen and (min-width: 768px) {
  .section-concern__block:nth-of-type(even) .section-concern__img {
    left: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-concern__block:nth-of-type(even) .section-concern__img {
    bottom: 0;
    left: 46px;
  }
}
.section-concern__block:not(:last-of-type) {
  margin-bottom: 21px;
}
@media only screen and (min-width: 576px) {
  .section-concern__block:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .section-concern__block:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section-concern__block:not(:last-of-type) {
    margin-bottom: 142px;
  }
}
.section-concern__block:nth-of-type(2n + 2):not(:last-of-type) {
  margin-bottom: 4px;
}
@media only screen and (min-width: 576px) {
  .section-concern__block:nth-of-type(2n + 2):not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .section-concern__block:nth-of-type(2n + 2):not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.section-concern__block--blue {
  background-color: var(--color-primary-70);
}
.section-concern__block--brown {
  background-color: var(--color-brown-70);
}
.section-concern__block--green {
  background-color: var(--color-green-70);
}
.section-concern__info {
  flex-grow: 1;
  flex: 0 0 calc(100% - 104px - 6.7708333333px);
}
@media only screen and (min-width: 576px) {
  .section-concern__info {
    flex: 0 0 calc(100% - 160px - 6.7708333333px);
  }
}
@media only screen and (min-width: 768px) {
  .section-concern__info {
    flex: 0 0 calc(100% - 330px - 24px);
  }
}
@media only screen and (min-width: 992px) {
  .section-concern__info {
    flex: 0 0 calc(100% - 440px - 40px);
  }
}
@media only screen and (min-width: 1400px) {
  .section-concern__info {
    flex: 0 0 calc(100% - 440px - 26px);
  }
}
.section-concern__desc {
  color: var(--color-white);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 576px) {
  .section-concern__desc {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-concern__desc {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-concern__desc {
    font-size: 3rem;
  }
}
.section-concern__img {
  position: absolute;
}
.section-concern__img img {
  aspect-ratio: 1;
  width: 100px;
  object-fit: cover;
}
@media only screen and (min-width: 576px) {
  .section-concern__img img {
    width: 160px;
  }
}
@media only screen and (min-width: 768px) {
  .section-concern__img img {
    width: 330px;
  }
}
@media only screen and (min-width: 992px) {
  .section-concern__img img {
    width: 440px;
  }
}

.section-solve {
  background-color: var(--color-secondary);
}
.section-solve__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10.9375px 9px;
}
@media only screen and (min-width: 768px) {
  .section-solve__list {
    gap: 42px 36px;
  }
}
.section-solve__item {
  flex: 0 0 calc(50% - 4.5px);
  max-width: calc(50% - 4.5px);
}
@media only screen and (min-width: 768px) {
  .section-solve__item {
    flex: 0 0 calc(50% - 18px);
    max-width: calc(50% - 18px);
  }
}
.section-solve__item img {
  object-fit: cover;
}
.section-solve__item:nth-child(4n+3) .section-solve__info, .section-solve__item:nth-child(4n+4) .section-solve__info {
  flex-direction: row-reverse;
  padding-inline: 5.7291666667px 2.6041666667px;
}
@media only screen and (min-width: 768px) {
  .section-solve__item:nth-child(4n+3) .section-solve__info, .section-solve__item:nth-child(4n+4) .section-solve__info {
    padding-inline: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .section-solve__item:nth-child(4n+3) .section-solve__info, .section-solve__item:nth-child(4n+4) .section-solve__info {
    padding-inline: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-solve__item:nth-child(4n+3) .section-solve__info, .section-solve__item:nth-child(4n+4) .section-solve__info {
    padding-inline: 22px 12px;
  }
}
.section-solve__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 3.125px 5.7291666667px;
  gap: 4px;
}
@media only screen and (min-width: 768px) {
  .section-solve__info {
    padding-inline: 10px;
    gap: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .section-solve__info {
    padding-inline: 16px;
    gap: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-solve__info {
    padding-inline: 12px 22px;
  }
}
.section-solve__desc {
  flex-grow: 1;
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3076923077;
}
@media only screen and (min-width: 576px) {
  .section-solve__desc {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-solve__desc {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-solve__desc {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-solve__desc {
    font-size: 2.6rem;
  }
}
.section-solve__box {
  flex-shrink: 0;
  background-color: var(--color-white);
  padding: 1.5px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -8.3333333333px;
}
@media only screen and (min-width: 576px) {
  .section-solve__box {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .section-solve__box {
    width: 120px;
    height: 120px;
    margin-top: -32px;
    padding: 6px;
  }
}
@media only screen and (min-width: 992px) {
  .section-solve__box {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-solve__box {
    width: 174px;
    height: 174px;
  }
}
.section-solve__box span {
  color: var(--color-primary-70);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3889131384;
}
@media only screen and (min-width: 576px) {
  .section-solve__box span {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-solve__box span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-solve__box span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-solve__box span {
    font-size: 2.291rem;
  }
}

.section-features__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media only screen and (min-width: 768px) {
  .section-features__list {
    gap: 15px;
  }
}
.section-features__item {
  flex: 0 0 calc(50% - 2px);
  max-width: calc(50% - 2px);
  padding: 20px 13px 18.75px;
}
@media only screen and (min-width: 768px) {
  .section-features__item {
    flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section-features__item {
    padding: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-features__item {
    padding: 77px 50px 72px 70px;
  }
}
.section-features__item--green {
  background-color: var(--color-green-70);
}
.section-features__item--blue {
  background-color: var(--color-primary-70);
}
.section-features__item--brown {
  background-color: var(--color-brown-70);
}
.section-features__item--pink {
  background-color: var(--color-pink-70);
}
.section-features__item h3 {
  color: var(--color-white);
  font-size: 1.7708333333rem;
  font-weight: 500;
  line-height: 1.2647058824;
  margin-bottom: 3.6458333333px;
  display: flex;
  align-items: center;
  min-height: 45px;
}
@media only screen and (min-width: 576px) {
  .section-features__item h3 {
    font-size: 2.6rem;
    min-height: 66px;
  }
}
@media only screen and (min-width: 768px) {
  .section-features__item h3 {
    font-size: 4rem;
    min-height: 110px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .section-features__item h3 {
    font-size: 5.2rem;
    min-height: 132px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-features__item h3 {
    font-size: 6.8rem;
    min-height: 172px;
  }
}
.section-features__item p {
  color: var(--color-white);
  font-size: 1.1rem;
  line-height: 1.6666666667;
}
@media only screen and (min-width: 576px) {
  .section-features__item p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-features__item p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-features__item p {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-features__item p {
    font-size: 3rem;
  }
}

.section-voice {
  background-color: var(--color-secondary);
}
.section-voice__consultant {
  position: relative;
  isolation: isolate;
  padding-inline: 18px 12px;
  padding-bottom: 20px;
  display: flex;
  gap: 15.625px;
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) {
  .section-voice__consultant {
    padding-inline: 24px;
    padding-bottom: 42px;
    gap: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-voice__consultant {
    padding-inline: 68px 44px;
    padding-bottom: 82px;
    gap: 60px;
    margin-bottom: 68px;
  }
}
.section-voice__consultant::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 22px);
  max-height: 88%;
  background-color: var(--color-primary-70);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 576px) {
  .section-voice__consultant::before {
    height: calc(100% - 32px);
    max-height: 86%;
  }
}
@media only screen and (min-width: 768px) {
  .section-voice__consultant::before {
    height: calc(100% - 48px);
    max-height: 88%;
  }
}
@media only screen and (min-width: 1400px) {
  .section-voice__consultant::before {
    height: calc(100% - 58px);
    max-height: 90%;
  }
}
.section-voice__info h3 {
  color: var(--color-white);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}
@media only screen and (min-width: 576px) {
  .section-voice__info h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-voice__info h3 {
    font-size: 3.8rem;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-voice__info h3 {
    font-size: 4.398rem;
  }
}
.section-voice__info p {
  color: var(--color-white);
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.5833333333;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 576px) {
  .section-voice__info p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-voice__info p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-voice__info p {
    font-size: 2.4rem;
  }
}
.section-voice__img {
  flex-shrink: 0;
  max-width: 90px;
}
@media only screen and (min-width: 576px) {
  .section-voice__img {
    max-width: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .section-voice__img {
    max-width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .section-voice__img {
    max-width: 100%;
  }
}
.section-voice__img img {
  object-fit: cover;
}
.section-voice-campaign {
  padding: 14px 24px 19px 19px;
  background-color: var(--color-white);
}
@media only screen and (min-width: 768px) {
  .section-voice-campaign {
    padding: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-voice-campaign {
    padding: 56px 94px 74px 75px;
  }
}
.section-voice-campaign > h3 {
  color: var(--color-primary);
  font-size: 1.69rem;
  font-weight: 700;
  line-height: 1.5384615385;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .section-voice-campaign > h3 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-voice-campaign > h3 {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-voice-campaign > h3 {
    font-size: 6.5rem;
  }
}
.section-voice-campaign__block {
  display: flex;
}
.section-voice-campaign__block--green {
  background-color: var(--color-green-70);
}
.section-voice-campaign__block--brown {
  background-color: var(--color-brown-70);
}
.section-voice-campaign__block:not(:last-of-type) {
  margin-bottom: 7px;
}
@media only screen and (min-width: 576px) {
  .section-voice-campaign__block:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-voice-campaign__block:not(:last-of-type) {
    margin-bottom: 28px;
  }
}
.section-voice-campaign__info {
  flex: 1 0 calc(100% - 485px - 5px);
  padding: 7px 7px 10px;
}
@media only screen and (min-width: 576px) {
  .section-voice-campaign__info {
    padding: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .section-voice-campaign__info {
    padding: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-voice-campaign__info {
    padding: 27px 30px 40px;
  }
}
.section-voice-campaign__info h4 {
  color: var(--color-yellow);
  font-size: 1.46rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 5px;
}
@media only screen and (min-width: 576px) {
  .section-voice-campaign__info h4 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-voice-campaign__info h4 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-voice-campaign__info h4 {
    font-size: 4rem;
  }
}
.section-voice-campaign__info p {
  color: var(--color-white);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5652173913;
}
@media only screen and (min-width: 576px) {
  .section-voice-campaign__info p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-voice-campaign__info p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-voice-campaign__info p {
    font-size: 2.3rem;
  }
}
.section-voice-campaign__img {
  flex-shrink: 0;
  width: 105px;
  padding: 3px 3px 3px 0;
}
@media only screen and (min-width: 576px) {
  .section-voice-campaign__img {
    width: 184px;
    padding: 4px 4px 4px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-voice-campaign__img {
    width: 290px;
    padding: 5px 5px 5px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .section-voice-campaign__img {
    width: 490px;
    padding: 7px 7px 7px 0;
  }
}
.section-voice-campaign__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-faq__list li:not(:last-of-type) {
  margin-bottom: 5.2083333333px;
}
@media only screen and (min-width: 768px) {
  .section-faq__list li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.section-faq__question {
  background-color: var(--color-gray);
  padding: 9.8958333333px 10.4166666667px 9.375px;
  display: flex;
  align-items: center;
  gap: 8.59375px;
}
@media only screen and (min-width: 576px) {
  .section-faq__question {
    gap: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-faq__question {
    padding: 24px;
    gap: 33px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-faq__question {
    padding: 38px 40px 36px;
  }
}
.section-faq__question > img {
  flex-shrink: 0;
  max-width: 54px;
}
@media only screen and (min-width: 576px) {
  .section-faq__question > img {
    max-width: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .section-faq__question > img {
    max-width: 100%;
  }
}
.section-faq__question h3 {
  font-size: 1.1rem;
  font-weight: 700;
}
@media only screen and (min-width: 576px) {
  .section-faq__question h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-faq__question h3 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-faq__question h3 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-faq__question h3 {
    font-size: 4rem;
  }
}
.section-faq__answer {
  background-color: var(--color-light-blue);
  padding: 9.8958333333px 10.4166666667px 9.375px;
  display: flex;
  gap: 4.4270833333px;
}
@media only screen and (min-width: 576px) {
  .section-faq__answer {
    gap: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-faq__answer {
    padding: 24px;
    gap: 17px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-faq__answer {
    padding: 38px 40px 34px;
  }
}
.section-faq__answer > img {
  flex-shrink: 0;
  max-width: 54px;
}
@media only screen and (min-width: 576px) {
  .section-faq__answer > img {
    max-width: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .section-faq__answer > img {
    max-width: 100%;
  }
}
.section-faq__answer p {
  color: var(--color-white);
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.5384615385;
}
@media only screen and (min-width: 576px) {
  .section-faq__answer p {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-faq__answer p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-faq__answer p {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-faq__answer p {
    font-size: 2.6rem;
  }
}

.section-access {
  background-color: var(--color-secondary);
}
.section-access__location {
  max-width: calc(50% + 555px);
  margin-left: auto;
  display: flex;
  gap: 8px;
  padding-inline: 15px;
}
@media only screen and (min-width: 768px) {
  .section-access__location {
    gap: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-access__location {
    gap: 25px;
  }
}
.section-access__map {
  min-width: 180px;
  flex: 0 0 calc(50% - 4px);
}
@media only screen and (min-width: 576px) {
  .section-access__map {
    max-width: 100%;
    flex: 0 0 calc(50% - 4px);
  }
}
@media only screen and (min-width: 768px) {
  .section-access__map {
    min-width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .section-access__map {
    flex: unset;
  }
}
.section-access__map > img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-access__map > img {
    width: auto;
  }
}
.section-access__map p {
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5384615385;
  letter-spacing: -0.025em;
}
@media only screen and (min-width: 768px) {
  .section-access__map p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-access__map p {
    font-size: 2.6rem;
  }
}
.section-access__map p > a {
  color: var(--color-primary);
  transition: opacity 0.4s ease-in-out;
}
.section-access__map p > a:hover {
  opacity: 0.7;
}
.section-access__info {
  flex-grow: 1;
}
@media only screen and (min-width: 576px) {
  .section-access__info {
    flex: 0 0 calc(50% - 4px);
  }
}
@media only screen and (min-width: 768px) {
  .section-access__info {
    flex: auto;
  }
}
.section-access__info p {
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5384615385;
  letter-spacing: -0.025em;
}
@media only screen and (min-width: 576px) {
  .section-access__info p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-access__info p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-access__info p {
    font-size: 2.6rem;
  }
}
.section-access__info ul {
  margin-top: 14px;
}
@media only screen and (min-width: 768px) {
  .section-access__info ul {
    margin-top: 46px;
  }
}
.section-access__info ul li {
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5384615385;
  letter-spacing: -0.025em;
  text-indent: -9px;
  padding-left: 9px;
}
@media only screen and (min-width: 576px) {
  .section-access__info ul li {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-access__info ul li {
    font-size: 2rem;
    text-indent: -20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-access__info ul li {
    font-size: 2.6rem;
    text-indent: -26px;
    padding-left: 26px;
  }
}
.section-access__info ul li:not(:last-of-type) {
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .section-access__info ul li:not(:last-of-type) {
    margin-bottom: 46px;
  }
}

.section-operating__img {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 575px) {
  .section-operating__img {
    margin-bottom: 50px;
  }
}
.section-operating .wrap {
  max-width: 960px;
  margin: 48px auto;
  padding: 0 24px;
}
@media only screen and (max-width: 575px) {
  .section-operating .wrap {
    padding: 0;
  }
}
.section-operating .profile {
  margin: 0;
}
.section-operating .row {
  display: grid;
  grid-template-columns: 140px 1fr;
  column-gap: 28px;
  padding: 22px 0;
  border-bottom: 2px solid #9b9b9b;
}
@media only screen and (max-width: 767px) {
  .section-operating .row {
    grid-template-columns: 100px 1fr;
  }
}
@media only screen and (max-width: 575px) {
  .section-operating .row {
    padding: 15px 0;
    grid-template-columns: 70px 1fr;
    column-gap: 14px;
  }
}
.section-operating .row:last-child {
  border-bottom: none;
}
.section-operating dt {
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0;
  margin-top: 3px;
}
@media only screen and (max-width: 575px) {
  .section-operating dt {
    font-size: 12px;
  }
}
.section-operating dd {
  margin: 0;
  line-height: 1.6;
}
@media only screen and (max-width: 575px) {
  .section-operating dd {
    font-size: 12px;
    line-height: 1.5;
  }
}
.section-operating .value {
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .section-operating .value {
    font-size: 12px;
  }
}
.section-operating .addr-block {
  margin-bottom: 15px;
}
.section-operating .addr-block strong {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .section-operating .addr-block strong {
    margin-bottom: 5px;
  }
}
.section-operating .addr {
  line-height: 1.6;
}
@media only screen and (max-width: 575px) {
  .section-operating .addr {
    line-height: 1.5;
  }
}
.section-operating .note {
  font-size: 14px;
  line-height: 1.6;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 575px) {
  .section-operating .note {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
  }
}

/*# sourceMappingURL=styles.css.map */
