@charset "UTF-8";
@font-face {
  font-family: "Impact";
  src: url(../font/Impact.ttf) format("truetype");
}
:root {
  --textPrimary: #333333;
  --textSecondary: #ffffff;
  --textTertiary: #008b0b;
  --textQuaternary: #050063;
  --bgPrimary: #ffffff;
  --bgSecondary: #c5e6d6;
  --bgTertiary: #cbedff;
  --bgQuaternary: #e3f1e4;
  --AccentRed: #f73600;
  --AccentRed-02: #ff4a00;
  --AccentRed-03: #d42f51;
  --AccentBlue: #1500b2;
  --AccentBlue-02: #0094be;
  --AccentBlue-03: #4da5fe;
  --AccentYellow: #ffe32e;
  --AccentYellow-02: #fff6bd;
  --AccentOrange: #ffab22;
  --AccentGreen: #00b20d;
  --fontBase: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --fontEn-1: "Emblema One", system-ui;
  --fontEn-2: --fontEn-2 ;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  font-family: var(--fontBase);
  color: var(--textPrimary);
  background: var(--bgPrimary);
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

li,
ol,
summary {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

button {
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: none;
  border-radius: 0;
}

.br__md--block {
  display: none;
}
@media screen and (max-width: 768px) {
  .br__md--block {
    display: block;
  }
}

.br__md--none {
  display: block;
}
@media screen and (max-width: 768px) {
  .br__md--none {
    display: none;
  }
}

.inner__primary {
  max-width: 990px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .inner__primary {
    max-width: 974px;
    padding-inline: 12px;
  }
}

.button__primary {
  position: relative;
  width: 100%;
  text-align: center;
  padding-block: clamp(0.625rem, 0.2728873239rem + 1.5023474178vw, 1.625rem);
  border-radius: 85px;
  display: inline-block;
  color: #fff;
  font-size: clamp(0.875rem, 0.625rem + 1.25vw, 1.75rem);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1.9px;
  background: linear-gradient(to bottom, #ff6a2e, #ff4a00);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s;
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.4), 0px 6px 0px #a83000, 0px 1px 7.92px 0.08px rgba(0, 0, 0, 0.57);
  text-shadow: 0 1px 1px rgba(168, 48, 0, 0.6);
}
.button__primary:hover {
  transform: translateY(4px);
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.4), 0px 2px 0px #a83000, 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
}
.button__primary:active {
  transform: translateY(6px);
  box-shadow: none;
}
.button__primary::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  width: clamp(3.25rem, 2.2857142857rem + 4.8214285714vw, 6.625rem);
  height: clamp(3.25rem, 2.2857142857rem + 4.8214285714vw, 6.625rem);
  background: url(../image/_common/icon/icon_free.png) no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .button__primary::before {
    left: 10px;
  }
}
.button__primary .inner-text {
  position: relative;
  display: inline-block;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .button__primary .inner-text {
    left: 10px;
  }
}
.button__primary .inner-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  width: clamp(2rem, 2rem + 0vw, 2rem);
  height: clamp(2rem, 2rem + 0vw, 2rem);
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  rotate: -45deg;
  -webkit-animation: arrowMove 1.5s infinite ease-in-out;
  animation: arrowMove 1.5s infinite ease-in-out;
}
@media screen and (max-width: 576px) {
  .button__primary .inner-text::after {
    display: none;
  }
}
.button__primary .shiny {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 85px;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.button__primary .shiny::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  -webkit-animation: shiny_btn 3s infinite;
  animation: shiny_btn 3s infinite;
}

@-webkit-keyframes shiny_btn {
  0% {
    left: -100%;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  45% {
    left: 200%;
    opacity: 1;
  }
  46% {
    opacity: 0;
  }
  100% {
    left: 200%;
    opacity: 0;
  }
}
@keyframes shiny_btn {
  0% {
    left: -100%;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  45% {
    left: 200%;
    opacity: 1;
  }
  46% {
    opacity: 0;
  }
  100% {
    left: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes arrowMove {
  0% {
    transform: translateY(-50%) translate(0, 0);
  }
  50% {
    transform: translateY(-50%) translate(10px, 0);
  }
  100% {
    transform: translateY(-50%) translate(0, 0);
  }
}
@keyframes arrowMove {
  0% {
    transform: translateY(-50%) translate(0, 0);
  }
  50% {
    transform: translateY(-50%) translate(10px, 0);
  }
  100% {
    transform: translateY(-50%) translate(0, 0);
  }
}
.button__secondary {
  position: relative;
  width: 100%;
  text-align: center;
  padding-block: clamp(0.625rem, 0.2728873239rem + 1.5023474178vw, 1.625rem);
  border-radius: 85px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1.9px;
  font-size: clamp(0.875rem, 0.5669014085rem + 1.3145539906vw, 1.75rem);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s;
}
.button__secondary::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: clamp(1.875rem, 0.9947183099rem + 3.7558685446vw, 4.375rem);
  width: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
  height: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  rotate: -45deg;
  pointer-events: none;
  -webkit-animation: arrowMove 1.5s infinite ease-in-out;
  animation: arrowMove 1.5s infinite ease-in-out;
}
@media screen and (max-width: 768px) {
  .button__secondary::after {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
}
.button__secondary:hover {
  transform: translateY(4px);
}
.button__secondary:active {
  transform: translateY(6px);
  box-shadow: none !important;
}
.button__secondary.--line {
  background: linear-gradient(to bottom, #2ed530, #00ba01);
  box-shadow: 0px 6px 0px #007301;
}
.button__secondary.--line:hover {
  box-shadow: 0px 2px 0px #007301;
}
.button__secondary.--line::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
  left: 15px;
  width: clamp(2.8125rem, 1.6517857143rem + 5.8035714286vw, 6.875rem);
  height: 100%;
  background: url(../image/_common/icon/icon_line.png) no-repeat center center/contain;
  pointer-events: none;
}
.button__secondary.--tel {
  background: linear-gradient(to bottom, #3a75c4, #15509b);
  box-shadow: 0px 6px 0px #0d305c;
}
.button__secondary.--tel:hover {
  box-shadow: 0px 2px 0px #0d305c;
}
.button__secondary.--tel::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: clamp(0.625rem, 0.4049295775rem + 0.9389671362vw, 1.25rem);
  width: clamp(2.8125rem, 2.0089285714rem + 4.0178571429vw, 5.625rem);
  height: 100%;
  background: url(../image/_common/icon/icon_tel.png) no-repeat center center/contain;
  pointer-events: none;
}
.button__secondary .inner-text {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.button__secondary .inner-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -75px;
  width: clamp(2rem, 1.7799295775rem + 0.9389671362vw, 2.625rem);
  height: clamp(2rem, 1.7799295775rem + 0.9389671362vw, 2.625rem);
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  rotate: -45deg;
}
@media screen and (max-width: 576px) {
  .button__secondary .inner-text::after {
    display: none;
  }
}
.button__secondary .shiny {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 85px;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.button__secondary .shiny::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  -webkit-animation: shiny_btn 3s infinite;
  animation: shiny_btn 3s infinite;
}

@keyframes shiny_btn {
  0% {
    left: -100%;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  45% {
    left: 200%;
    opacity: 1;
  }
  46% {
    opacity: 0;
  }
  100% {
    left: 200%;
    opacity: 0;
  }
}
@keyframes arrowMove {
  0% {
    transform: translateY(-50%) translate(0, 0);
  }
  50% {
    transform: translateY(-50%) translate(10px, 0);
  }
  100% {
    transform: translateY(-50%) translate(0, 0);
  }
}
.header {
  padding-block: 16px;
}
@media screen and (max-width: 768px) {
  .header {
    padding-block: 12px;
  }
}
.header .header__inner {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 46px;
}
@media screen and (max-width: 768px) {
  .header .header__inner {
    flex-direction: column;
    gap: 0px;
  }
}
.header .header__left {
  color: var(--AccentRed);
  font-size: 2.8125rem;
  font-size: clamp(1.125rem, 0.5308098592rem + 2.5352112676vw, 2.8125rem);
}
.header .header__right {
  line-height: 1.2;
  font-size: clamp(0.875rem, 0.6549295775rem + 0.9389671362vw, 1.5rem);
  background: linear-gradient(to bottom, #c0a135 0%, #cebe8c 50%, #bc9c2b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .header .header__right {
    text-align: center;
  }
}

.fv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
}
.fv .fv--bg-green {
  position: absolute;
  bottom: -262px;
  left: 0;
}
.fv .--bottom-section__text--pc {
  padding-bottom: 37px;
  text-align: center;
  font-size: 2.5rem;
  color: var(--AccentBlue);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fv .--bottom-section__text--pc {
    display: none;
  }
}
.fv .--bottom-section__text--sp {
  text-align: center;
  width: 100vw;
  padding-block: 26px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--textSecondary);
  background: linear-gradient(to bottom, #5db64c 50%, #00a040 50%);
  display: none;
}
@media screen and (max-width: 768px) {
  .fv .--bottom-section__text--sp {
    display: block;
    font-size: 1.125rem;
  }
}
.fv .fv__section01 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../image/index/fv/fv_bg-1.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .fv .fv__section01 {
    background: url(../image/index/fv/fv_bg-section01.jpg) no-repeat center center/cover;
    padding-block: 20px 40px;
  }
}
.fv .fv__section01--inner {
  max-width: 780px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .fv .fv__section01--inner {
    max-width: 764px;
    padding-inline: 12px;
  }
}
.fv .fv__section01--heading1 {
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .fv .fv__section01--heading1 {
    margin-top: 24px;
  }
}
.fv .fv__section01--items {
  margin-top: -24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .fv .fv__section01--items {
    margin-top: -8px;
    gap: 6px;
  }
}
.fv .fv__section01--item {
  display: inline-block;
  text-align: center;
  padding-block: clamp(0.75rem, 0.5299295775rem + 0.9389671362vw, 1.375rem);
  color: #fff;
  font-weight: bold;
  font-size: 2.125rem;
  font-size: clamp(0.75rem, 0.4642857143rem + 1.4285714286vw, 1.75rem);
  line-height: 1.2;
  border-radius: 42px;
  background: linear-gradient(164deg, #0078ee 50%, #2c94fc 50%);
  box-shadow: 0px 1px 7.92px 0.08px rgba(0, 0, 0, 0.57);
}
@media screen and (max-width: 768px) {
  .fv .fv__section01--item {
    border-radius: 20px;
  }
}
.fv .fv__section01--bottom {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .fv .fv__section01--bottom {
    margin-top: 0;
  }
}
.fv .fv__section01--bottom--title {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}
.fv .fv__section01--bottom--button {
  margin-top: 28px;
  width: clamp(23.4375rem, 17.6056338028rem + 24.882629108vw, 40rem);
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 576px) {
  .fv .fv__section01--bottom--button {
    width: 100%;
  }
}
.fv .fv__section02 {
  padding-top: 40px;
  padding-bottom: 50px;
  background: url(../image/index/fv/fv_bg-section02.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .fv .fv__section02 {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.fv .fv__section02--inner {
  padding-inline: 12px;
}
@media screen and (max-width: 768px) {
  .fv .fv__section02--inner {
    padding-top: 0;
    padding-bottom: 22px;
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv__section02--content {
    padding-top: 20px;
  }
}
.fv .fv__section02--heading2--pc {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.375rem, 1.0669014085rem + 1.3145539906vw, 2.25rem);
  font-weight: bold;
  color: #006835;
}
@media screen and (max-width: 768px) {
  .fv .fv__section02--heading2--pc {
    display: none;
  }
}
.fv .fv__section02--heading2--sp {
  text-align: center;
  font-weight: bold;
  font-size: clamp(0.875rem, 0.3908450704rem + 2.0657276995vw, 2.25rem);
  font-weight: bold;
  display: none;
}
@media screen and (max-width: 768px) {
  .fv .fv__section02--heading2--sp {
    display: block;
  }
}
.fv .fv__section02--wrapper {
  position: relative;
  margin-top: 26px;
  padding-block: 36px 27px;
  background: var(--bgPrimary);
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .fv .fv__section02--wrapper {
    margin-top: 12px;
    padding-block: 2px 18px;
    border-radius: 29px;
  }
}
.fv .fv__section02--items {
  margin-top: 20px;
  position: relative;
  max-width: 496px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .fv .fv__section02--items {
    max-width: 232px;
    gap: 2px;
  }
}
.fv .fv__section02--items img {
  position: absolute;
  bottom: 12px;
  left: -174px;
  width: 154px;
}
@media screen and (max-width: 768px) {
  .fv .fv__section02--items img {
    bottom: -31px;
    left: -43px;
    width: 44px;
  }
}
.fv .fv__section02--box--item {
  font-size: 1.875rem;
  font-size: clamp(0.875rem, 0.6607142857rem + 1.0714285714vw, 1.625rem);
  font-weight: bold;
  white-space: nowrap;
}
.fv .fv__section02--box--item .is-circle {
  display: inline-block;
  margin-right: 10px;
  color: var(--AccentRed-02);
}
.fv .fv__section02--buttons {
  max-width: 640px;
  width: 100%;
  margin-inline: auto;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .fv .fv__section02--buttons {
    margin-top: 8px;
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv__section02--buttons.--pc {
    display: none;
  }
}
.fv .fv__section02--buttons.--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv .fv__section02--buttons.--sp {
    display: flex;
  }
}
.fv .fv__section03 .fv__section03--images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .fv .fv__section03 .fv__section03--images {
    grid-template-columns: repeat(1, 1fr);
  }
}
.worries {
  padding-block: 74px 103px;
  background: url(../image/index/worries/worries_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .worries {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
}
.worries .worries__head {
  text-align: center;
}
.worries .worries__head--heading2--pc {
  font-size: clamp(2.875rem, 2.5669014085rem + 1.3145539906vw, 3.75rem);
  font-weight: bold;
  font-weight: 900;
  color: var(--textSecondary);
  text-shadow: 0 0 4px #2fa6e9, 0 0 8px #2fa6e9, 0 0 12px #2fa6e9;
}
@media screen and (max-width: 768px) {
  .worries .worries__head--heading2--pc {
    display: none;
  }
}
.worries .worries__head--heading2--sp {
  position: relative;
  font-size: 1.375rem;
  padding-block: 26px;
  font-weight: bold;
  color: var(--textSecondary);
  background: linear-gradient(to bottom, #5ba2f0, #468ce2);
  display: none;
}
@media screen and (max-width: 768px) {
  .worries .worries__head--heading2--sp {
    display: block;
  }
}
.worries .worries__content {
  position: relative;
}
@media screen and (max-width: 768px) {
  .worries .worries__content {
    z-index: 1;
    padding-bottom: 40px;
    background: var(--bgTertiary);
  }
}
.worries .worries__items {
  position: relative;
  margin-top: 46px;
  max-width: 647px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .worries .worries__items {
    margin-top: 0;
    padding-top: 38px;
    gap: 14px;
  }
}
.worries .worries__items::after {
  content: "";
  position: absolute;
  top: -46px;
  left: 0;
  width: 80px;
  height: 80px;
  background: url(../image/_common/icon/icon_lady-1.png) no-repeat center center/contain;
  display: none;
}
@media (max-width: 440px) {
  .worries .worries__items::after {
    top: -34px;
    right: -25px;
  }
}
.worries .worries__item {
  position: relative;
  padding-left: clamp(2.875rem, 2.5669014085rem + 1.3145539906vw, 3.75rem);
  padding-bottom: clamp(0.625rem, 0.448943662rem + 0.7511737089vw, 1.125rem);
  font-size: clamp(1rem, 0.8928571429rem + 0.5357142857vw, 1.375rem);
  border-bottom: 1px dotted #7d7d7d;
}
.worries .worries__item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: clamp(2.1875rem, 1.9454225352rem + 1.0328638498vw, 2.875rem);
  height: clamp(2.1875rem, 1.6373239437rem + 2.3474178404vw, 3.75rem);
  background: url(../image/_common/icon/icon_check-1.png) no-repeat center center/contain;
}
.worries .worries__image {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  right: 0;
  width: 391px;
  height: 264px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .worries .worries__image {
    position: initial;
    transform: none;
    width: 220px;
    margin-inline: auto;
    margin-top: 30px;
    height: auto;
  }
}

.point {
  padding-top: 80px;
  padding-bottom: 186px;
  position: relative;
  background: var(--bgSecondary);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .point {
    padding-top: 0;
    padding-bottom: 26px;
    background: url(../image/_common/grid_bg-sp.png) no-repeat center center/cover;
  }
}
@media screen and (max-width: 768px) {
  .point .point__photo {
    display: none;
  }
}
.point .point__photo--left,
.point .point__photo--right {
  position: absolute;
  max-width: 49.0277777778%;
  width: 100%;
  z-index: -1;
}
.point .point__photo--left {
  top: 0;
  left: 0;
}
.point .point__photo--right {
  bottom: 0;
  right: 0;
}
.point .point__inner {
  padding-inline: 12px;
}
.point .point__head {
  position: relative;
  text-align: center;
  z-index: 999;
}
.point .point__head--heading2--pc {
  max-width: 700px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .point .point__head--heading2--pc {
    display: none;
  }
}
.point .point__head--heading2--sp {
  width: 100vw;
  padding-block: 26px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  font-size: 1.375rem;
  font-weight: bold;
  color: var(--textSecondary);
  background: linear-gradient(to bottom, #5db64c 50%, #00a040 50%);
  display: none;
}
@media screen and (max-width: 768px) {
  .point .point__head--heading2--sp {
    display: block;
  }
}
.point .point__head--heading2--sp .is-color {
  color: var(--AccentYellow);
}
.point .point__head--heading2--sp .is-bigger {
  font-style: italic;
  font-size: 1.875rem;
}
.point .point__boxes {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .point .point__boxes {
    margin-top: 12px;
    gap: 12px;
  }
}
.point .point__box {
  position: relative;
  padding-top: 66px;
  padding-bottom: 68px;
  background: var(--bgPrimary);
  border: 10px solid var(--AccentYellow);
  z-index: 0;
  /* 左上の三角形 */
}
@media screen and (max-width: 768px) {
  .point .point__box {
    padding-top: 28px;
    padding-bottom: 38px;
    border-width: 7px;
  }
}
.point .point__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 150px 0 0;
  /* 三角形のサイズ調整（幅 高さ） */
  border-color: var(--AccentYellow) transparent transparent transparent;
  z-index: -1;
  /* コンテンツの下に配置 */
}
@media screen and (max-width: 768px) {
  .point .point__box::before {
    border-width: 30px 30px 0 0;
  }
}
.point .point__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 150px;
  /* 三角形のサイズ調整（高さ 幅） */
  border-color: transparent transparent var(--AccentYellow) transparent;
  z-index: -1;
  /* コンテンツの下に配置 */
}
@media screen and (max-width: 768px) {
  .point .point__box::after {
    border-width: 0 0 30px 30px;
  }
}
.point .point__box--inner {
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .point .point__box--inner {
    padding-inline: 12px;
  }
}
.point .point__box--head {
  display: flex;
  align-items: center;
  padding-left: clamp(0rem, -1.1003521127rem + 4.6948356808vw, 3.125rem);
  gap: 37px;
}
@media screen and (max-width: 768px) {
  .point .point__box--head {
    flex-direction: column;
    gap: 20px;
  }
}
.point .point__box--head--number {
  width: 242px;
}
@media screen and (max-width: 768px) {
  .point .point__box--head--number {
    width: 102px;
  }
}
.point .point__box--head--heading3 {
  font-size: 3.25rem;
  font-size: clamp(2.5rem, 1.640461997rem + 1.7883755589vw, 3.25rem);
  color: var(--textTertiary);
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .point .point__box--head--heading3 {
    font-size: clamp(1.375rem, 0.0856929955rem + 2.6825633383vw, 2.5rem);
    text-align: center;
  }
}
.point .point__box--body {
  display: flex;
  gap: 20px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .point .point__box--body {
    margin-top: 18px;
    flex-direction: column;
    gap: 12px;
  }
}
.point .point__box--body .point__box--body--text {
  font-size: 1.375rem;
  max-width: 48.6784140969%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .point .point__box--body .point__box--body--text {
    font-size: 0.9375rem;
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .point .point__box--body .point__box--body--text {
    font-size: 0.75rem;
  }
}
.point .point__box--body .point__box--body--text p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .point .point__box--body .point__box--body--text p {
    line-height: 1.5;
  }
}
.point .point__box--body--image {
  max-width: 49.5594713656%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .point .point__box--body--image {
    max-width: 100%;
  }
}

.case {
  padding-block: 60px 100px;
  background: #cfe7ff;
}
@media screen and (max-width: 768px) {
  .case {
    padding-block: 0 28px;
    background: var(--bgTertiary);
  }
}
@media screen and (max-width: 768px) {
  .case .case__inner {
    padding-inline: 12px;
  }
}
.case .case__head {
  position: relative;
}
.case .case__head--pc {
  text-align: center;
  max-width: 532px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .case .case__head--pc {
    display: none;
  }
}
.case .case__head--sp {
  position: relative;
  padding-block: 26px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  color: var(--textSecondary);
  background: linear-gradient(to bottom, #3684e5 50%, #4fa2fc 50%);
  display: none;
}
@media screen and (max-width: 768px) {
  .case .case__head--sp {
    display: block;
  }
}
.case .case__head--sp--icon {
  position: absolute;
  top: 6px;
  right: 0;
  width: 62px;
  display: none;
}
@media screen and (max-width: 768px) {
  .case .case__head--sp--icon {
    display: block;
  }
}
.case .case__boxes {
  margin-top: 110px;
  display: flex;
  flex-direction: column;
  gap: 145px;
}
@media screen and (max-width: 768px) {
  .case .case__boxes {
    margin-top: 40px;
    gap: 42px;
  }
}
.case .case__box {
  position: relative;
  padding: 45px 24px;
}
@media screen and (max-width: 768px) {
  .case .case__box {
    padding-top: 20px;
    padding-bottom: 0;
    padding-inline: 0;
  }
}
.case .case__box:nth-child(1) {
  background: linear-gradient(to bottom, #3297ff, #4da5fe);
}
.case .case__box:nth-child(2) {
  background: linear-gradient(to top, #3297ff, #4da5fe);
}
.case .case__box--head {
  display: flex;
  align-items: center;
  gap: 36px;
  padding-inline: 32px;
}
@media screen and (max-width: 768px) {
  .case .case__box--head {
    padding-inline: 12px;
    padding-bottom: 8px;
    gap: 8px;
  }
}
.case .case__box--head--image {
  width: 158px;
}
@media screen and (max-width: 768px) {
  .case .case__box--head--image {
    width: 60px;
  }
}
.case .case__box--number {
  position: absolute;
  top: -100px;
  left: 24px;
  width: 306px;
}
@media screen and (max-width: 768px) {
  .case .case__box--number {
    top: -28px;
    left: 12px;
    width: 114px;
  }
}
.case .case__box--head--items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .case .case__box--head--items {
    gap: 0;
  }
}
.case .case__box--head--item {
  font-size: 1.4375rem;
  font-weight: bold;
  font-size: clamp(0.75rem, 0.5079225352rem + 1.0328638498vw, 1.4375rem);
  color: var(--textSecondary);
}
@media screen and (max-width: 768px) {
  .case .case__box--head--item {
    line-height: 1.3;
  }
}
.case .case__box--middle {
  margin-top: 38px;
  padding: 38px 45px;
  background: var(--AccentYellow-02);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .case .case__box--middle {
    gap: 0;
    padding: 12px 16px;
    margin-top: 8px;
  }
}
.case .case__box--middle--text {
  display: flex;
  color: var(--textQuaternary);
  font-weight: bold;
  font-size: 1.25rem;
  font-size: 1rem;
  font-size: clamp(0.875rem, 0.7678571429rem + 0.5357142857vw, 1.25rem);
}
.case .case__box--middle--text.--sp {
  display: flex;
  flex-direction: column;
}
.case .case__box--middle--text.--sp span {
  padding-left: 1em;
}
.case .case__box--body {
  margin-top: 6px;
  padding: 39px 28px;
  background: var(--bgPrimary);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .case .case__box--body {
    gap: 12px;
    margin-top: 0;
    padding: 24px 28px;
  }
}
.case .case__box--body--text {
  font-size: clamp(1rem, 0.9559859155rem + 0.1877934272vw, 1.125rem);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .case .case__box--body--text {
    line-height: 1.5;
  }
}
.voice {
  padding-block: 95px;
  background: var(--AccentYellow-02);
}
@media screen and (max-width: 768px) {
  .voice {
    padding-block: 0 38px;
  }
}
.voice .voice__heading2--pc {
  max-width: 579px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .voice .voice__heading2--pc {
    display: none;
  }
}
.voice .voice__heading2--sp {
  text-align: center;
  padding-block: 26px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  color: var(--textSecondary);
  font-size: 1.375rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #FFD147 0%, #FFD147 50%, #FFAE3B 50%, #FFAE3B 100%);
  display: none;
}
@media screen and (max-width: 768px) {
  .voice .voice__heading2--sp {
    display: block;
  }
}
.voice .voice__boxes {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .voice .voice__boxes {
    margin-top: 30px;
  }
}
.voice .voice__boxes--inner {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .voice .voice__boxes--inner {
    padding-inline: 12px;
  }
}
.voice .voice__box {
  padding: 47px 42px 66px;
  background: var(--bgPrimary);
}
@media screen and (max-width: 768px) {
  .voice .voice__box {
    padding: 16px 0 42px;
  }
}
.voice .voice__box--heading3 {
  text-align: center;
  font-size: clamp(2.125rem, 1.5528169014rem + 2.441314554vw, 3.75rem);
  font-family: var(--fontEn-1);
  color: var(--AccentOrange);
  line-height: 100%;
}
.voice .voice__box--head {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-inline: 33px;
}
@media screen and (max-width: 768px) {
  .voice .voice__box--head {
    margin-top: 4px;
    gap: 2px;
    padding-inline: 4px;
  }
}
.voice .voice__box--head--image {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .voice .voice__box--head--image {
    width: 68px;
  }
}
.voice .voice__box--head--item {
  font-size: clamp(0.75rem, 0.485915493rem + 1.1267605634vw, 1.5rem);
  font-weight: bold;
  color: var(--textQuaternary);
}
@media screen and (max-width: 768px) {
  .voice .voice__box--head--item {
    line-height: 1.4;
  }
}
.voice .voice__box--body {
  margin-top: 20px;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .voice .voice__box--body {
    margin-top: 10px;
    flex-direction: column;
    padding-inline: 16px;
  }
}
.voice .voice__box--body--text {
  max-width: 49.1111111111%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .voice .voice__box--body--text {
    max-width: 100%;
  }
}
.voice .voice__box--body--text p {
  font-size: clamp(1rem, 0.9559859155rem + 0.1877934272vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .voice .voice__box--body--text .is-pc {
    display: none;
  }
}
.voice .voice__box--body--text .is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .voice .voice__box--body--text .is-sp {
    display: block;
  }
}
.voice .voice__box--body--image {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .voice .voice__box--body--image {
    margin-top: 8px;
    max-width: 100%;
  }
}
.voice .voice__box--body--outside {
  margin-top: 12px;
  max-width: 618px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .voice .voice__box--body--outside.--pc {
    display: none;
  }
}
.voice .voice__box--body--outside p {
  margin-top: 0;
  font-size: clamp(1rem, 0.9559859155rem + 0.1877934272vw, 1.125rem);
}

.area .area__head--heading2--sp {
  position: relative;
  padding-block: 22px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  color: var(--textSecondary);
  line-height: 1.4;
  background: linear-gradient(to bottom, #4fa2fc 50%, #3684e5 50%);
  display: none;
}
@media screen and (max-width: 768px) {
  .area .area__head--heading2--sp {
    display: block;
  }
}
.area .area__head--heading2--sp::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  width: 62px;
  height: 100%;
  background: url(../image/_common/icon/icon_boy-1.png) no-repeat center center/contain;
}
.area .area__content {
  padding: 20px 12px 159px;
  background: url(../image/index/area/area_bg-pc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .area .area__content {
    padding: 20px 12px 64px;
    background: url(../image/index/area/area_bg.jpg) no-repeat center center/cover;
  }
}
.area .area__head--heading2--pc {
  position: relative;
  padding-top: 78px;
  width: 479px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .area .area__head--heading2--pc {
    display: none;
  }
}
.area .area__head--heading2--pc::after {
  content: "";
  position: absolute;
  top: 43px;
  right: -172px;
  width: 123px;
  height: 100%;
  background: url(../image/_common/icon/icon_boy-1.png) no-repeat center center/contain;
}
.area .area__box {
  position: relative;
  max-width: 958px;
  width: 100%;
  margin-inline: auto;
  margin-top: 25px;
  border-radius: 20px;
  padding: 20px 12px 12px;
  padding: 42px 40px 42px;
  background: var(--bgPrimary);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .area .area__box {
    display: block;
    margin-top: 0;
    padding: 20px 12px 12px;
  }
}
.area .area__box--text {
  left: 74px;
}
.area .area__box--text p {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .area .area__box--text p {
    font-size: 0.8125rem;
  }
}
.area .area__box--map {
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .area .area__box--map {
    width: 85%;
    margin-left: none;
  }
}

.price {
  padding-block: 60px 120px;
  background: linear-gradient(180deg, #ffc65c 0%, #ffb03d 100%);
}
@media screen and (max-width: 768px) {
  .price {
    padding-top: 0;
    padding-bottom: 26px;
    background: var(--AccentYellow-02);
  }
}
@media screen and (max-width: 768px) {
  .price .price__inner {
    padding-inline: 12px;
  }
}
.price .price__head--heading2--pc {
  max-width: 493px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .price .price__head--heading2--pc {
    display: none;
  }
}
.price .price__head--heading2--sp {
  padding-block: 26px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  color: var(--textSecondary);
  font-size: 1.375rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #FFD147 0%, #FFD147 50%, #FFAE3B 50%, #FFAE3B 100%);
  display: none;
}
@media screen and (max-width: 768px) {
  .price .price__head--heading2--sp {
    display: block;
  }
}
.price .price__box {
  margin-top: 26px;
  padding: 82px 0 72px;
  background: var(--bgPrimary);
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .price .price__box {
    padding-top: 18px;
    padding-bottom: 24px;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .price .price__box--inner {
    padding-inline: 4px;
  }
}
.price .price__box--content {
  position: relative;
  max-width: 650px;
  width: 100%;
  margin-inline: auto;
}
.price .price__box--content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 131px;
  height: 196px;
  background: url(../image/_common/icon/icon_boy-2.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .price .price__box--content::after {
    bottom: 22px;
    right: 19px;
    width: 62px;
    height: 81px;
  }
}
.price .price__box--text-top {
  font-size: 1.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .price .price__box--text-top {
    font-size: 0.8125rem;
  }
}
.price .price__box--text-top span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.75rem;
}
.price .price__box--middle {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .price .price__box--middle {
    margin-top: 12px;
  }
}
.price .price__box--middle .is-strong {
  font-size: 3rem;
  color: var(--AccentRed-03);
  font-weight: bold;
  font-style: italic;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .price .price__box--middle .is-strong {
    font-size: 1.5rem;
  }
}
.price .price__box--middle .is-normal {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .price .price__box--middle .is-normal {
    font-size: 0.875rem;
  }
}
.price .price__box--bottom {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .price .price__box--bottom {
    margin-top: 8px;
  }
}
.price .price__box--bottom .line-1st {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .price .price__box--bottom .line-1st {
    font-size: 0.875rem;
  }
}
.price .price__box--bottom .line-1st .is-normal {
  font-weight: normal;
}
.price .price__box--bottom .line-2nd {
  font-size: 1.75rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .price .price__box--bottom .line-2nd {
    font-size: 0.875rem;
  }
}
.price .price__box--bottom .line-2nd .is-marker {
  background: linear-gradient(transparent 50%, yellow 0%);
}
.price .price__box--bottom .line-2nd .is-strong {
  color: var(--AccentRed-03);
  font-size: 3rem;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price .price__box--bottom .line-2nd .is-strong {
    font-size: 1.5rem;
  }
}
.price .price__button {
  margin-top: 37px;
  width: 640px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .price .price__button {
    display: none;
  }
}

.flow {
  position: relative;
  padding-top: 82px;
  padding-bottom: 170px;
  background: var(--bgQuaternary);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-block: 0 36px;
    background: url(../image/_common/grid_bg-sp.png) no-repeat center center/cover;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow__photo {
    display: none;
  }
}
.flow .flow__photo--left,
.flow .flow__photo--right {
  position: absolute;
  max-width: 32.4305555556%;
  width: 100%;
  z-index: -1;
}
.flow .flow__photo--left {
  top: 0;
  left: 0;
}
.flow .flow__photo--right {
  bottom: 0;
  right: 0;
}
.flow .flow__head--heading--pc {
  max-width: 695px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .flow .flow__head--heading--pc {
    display: none;
  }
}
.flow .flow__head--heading--sp {
  text-align: center;
  width: 100vw;
  padding-block: 26px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  font-size: 1.375rem;
  font-weight: bold;
  color: var(--textSecondary);
  background: linear-gradient(to bottom, #5db64c 50%, #00a040 50%);
  display: none;
}
@media screen and (max-width: 768px) {
  .flow .flow__head--heading--sp {
    display: block;
  }
}
.flow .flow__boxes {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .flow .flow__boxes {
    gap: 20px;
    margin-top: 30px;
  }
}
.flow .flow__box {
  position: relative;
  padding-block: 35px;
  background: var(--bgPrimary);
  border: 10px solid var(--AccentGreen);
}
@media screen and (max-width: 768px) {
  .flow .flow__box {
    padding-block: 12px;
    border: 6px solid var(--AccentGreen);
  }
}
.flow .flow__box::before {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 32px solid var(--AccentGreen);
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .flow .flow__box::before {
    bottom: -20px;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 20px solid var(--AccentGreen);
  }
}
.flow .flow__box.--blue {
  border: 10px solid var(--AccentBlue-02);
}
@media screen and (max-width: 768px) {
  .flow .flow__box.--blue {
    border: 6px solid var(--AccentBlue-02);
  }
}
.flow .flow__box.--blue::before {
  display: none;
}
.flow .flow__box--inner {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .flow .flow__box--inner {
    gap: 12px;
    padding-left: 12px;
  }
}
.flow .flow__box--number {
  width: 125px;
}
@media screen and (max-width: 768px) {
  .flow .flow__box--number {
    width: 70px;
  }
}
.flow .flow__box--body {
  display: flex;
  flex-direction: column;
  width: calc(100% - 125px);
  font-size: clamp(0.875rem, 0.610915493rem + 1.1267605634vw, 1.625rem);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow .flow__box--body {
    width: 100%;
  }
}

.qa {
  padding-block: 85px 120px;
  background: var(--bgTertiary);
}
@media screen and (max-width: 768px) {
  .qa {
    padding-block: 0 36px;
  }
}
.qa .qa__head--pc {
  max-width: 449px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .qa .qa__head--pc {
    display: none;
  }
}
.qa .qa__head--sp {
  position: relative;
  padding-block: 26px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  color: var(--textSecondary);
  background: linear-gradient(to bottom, #4fa2fc 50%, #3684e5 50%);
  display: none;
}
@media screen and (max-width: 768px) {
  .qa .qa__head--sp {
    display: block;
  }
}
.qa .qa__head--sp::after {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  width: 58px;
  height: 95px;
  background: url(../image/_common/icon/icon_lady-1.png) no-repeat center center/contain;
}
.qa .qa__boxes {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  gap: 43px;
}
@media screen and (max-width: 768px) {
  .qa .qa__boxes {
    gap: 14px;
  }
}
.qa .qa__box--q {
  padding-left: 37px;
  background: var(--AccentBlue-03);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .qa .qa__box--q {
    padding-block: 4px 0;
    padding-left: 12px;
    gap: 10px;
  }
}
.qa .qa__box--q--number {
  width: 96px;
  font-weight: 900;
  letter-spacing: -2px;
  font-style: italic;
  font-size: 2.625rem;
  color: var(--AccentBlue);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .qa .qa__box--q--number {
    width: auto;
    font-size: 1.375rem;
  }
}
.qa .qa__box--q--title {
  width: calc(100% - 96px);
  color: var(--textSecondary);
}
@media screen and (max-width: 768px) {
  .qa .qa__box--q--title {
    width: 100%;
    font-size: 0.875rem;
  }
}
.qa .qa__box--a {
  padding-left: 37px;
  padding-block: 18px 22px;
  display: flex;
  align-items: center;
  background: var(--bgPrimary);
}
@media screen and (max-width: 768px) {
  .qa .qa__box--a {
    gap: 10px;
    padding: 0 12px 8px;
    align-items: baseline;
  }
}
.qa .qa__box--a--number {
  width: 96px;
  font-weight: 900;
  letter-spacing: -2px;
  font-style: italic;
  font-size: 42px;
  color: var(--AccentRed-03);
}
@media screen and (max-width: 768px) {
  .qa .qa__box--a--number {
    position: relative;
    top: 2px;
    width: auto;
    font-size: 1.375rem;
  }
}
.qa .qa__box--a--title {
  width: 600px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .qa .qa__box--a--title {
    width: 100%;
    font-size: 1rem;
    line-height: 1.7;
    font-size: 0.875rem;
  }
}

.footer {
  color: var(--textSecondary);
  text-align: center;
}
@media screen and (max-width: 576px) {
  .footer {
    padding-bottom: clamp(6.875rem, 1.875rem + 25vw, 10.875rem);
  }
}
.footer .footer__top {
  padding-block: 60px 50px;
  background: var(--AccentGreen);
}
@media screen and (max-width: 768px) {
  .footer .footer__top {
    padding-block: 32px 30px;
  }
}
.footer .footer__top--copy-right p {
  line-height: 100%;
  font-size: clamp(0.75rem, 0.5299295775rem + 0.9389671362vw, 1.375rem);
}
.footer .footer__bottom {
  padding-block: 42px 30px;
  background: var(--AccentBlue);
}
@media screen and (max-width: 768px) {
  .footer .footer__bottom {
    padding-block: 22px 26px;
  }
}
.footer .footer__bottom--copy-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer .footer__bottom--copy-right a {
  display: block;
  line-height: 100%;
  font-size: clamp(0.75rem, 0.5299295775rem + 0.9389671362vw, 1.375rem);
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (any-hover: hover), (hover: hover) and (pointer: fine) {
  .footer .footer__bottom--copy-right a:hover, .footer .footer__bottom--copy-right a:focus {
    opacity: 0.7;
  }
}

.cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 576px) {
  .cta {
    display: block;
  }
}

.cta {
  padding: 6px;
  text-align: center;
  background: var(--bgPrimary);
}
.cta .cta__text {
  font-size: 0.5rem;
  font-size: clamp(0.5rem, 0.03125rem + 2.34375vw, 0.875rem);
  font-weight: bold;
  color: #006833;
  line-height: 1.2;
}
.cta .cta__links {
  margin-top: 4px;
  display: flex;
  gap: 4px;
}