@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.anim {
  backface-visibility: hidden;
  will-change: transform;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim--slow {
  animation-duration: 1s !important;
}

.anim--delay {
  animation-delay: 0.6s !important;
}

.anim-hide {
  opacity: 0;
}

.anim-fadeIn.onAnim {
  animation: fadeIn 1s ease 0s 1 alternate forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeUp.onAnim {
  animation: fadeUp 1s ease 0s 1 alternate forwards;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeLeft.onAnim {
  animation: fadeLeft 1s ease 0s 1 alternate forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight.onAnim {
  animation: fadeRight 1s ease 0s 1 alternate forwards;
}

img {
  display: block;
  max-width: 100%;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

:-moz-placeholder-shown {
  color: #ccc;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

a {
  color: #333;
}
a:hover {
  text-decoration: underline;
}

html {
  font-size: 16px;
}
@media all and (max-width: 680px) {
  html {
    font-size: 3.7208vw;
  }
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.75;
  color: #000;
  overscroll-behavior: none;
  font-weight: 500;
}
@media all and (max-width: 680px) {
  body {
    font-size: 3.7208vw;
  }
}
body.hide {
  overflow: hidden;
}
body figure {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

.o_tab {
  display: none !important;
}

.o_sp {
  display: none !important;
}

.o_sp2 {
  display: none !important;
}

.hiddenBox {
  overflow: hidden;
}

.textRight {
  text-align: right;
}

@media all and (max-width: 1024px) {
  .o_tab {
    display: block !important;
  }
}
@media all and (max-width: 680px) {
  .o_sp {
    display: block !important;
  }
}
@media all and (max-width: 1024px) {
  .o_pc {
    display: none !important;
  }
}

@media all and (max-width: 680px) {
  html {
    font-size: 3.7208vw;
  }
  body {
    font-size: 3.7208vw;
  }
}
@media all and (max-width: 680px) {
  .o_sp2 {
    display: block !important;
  }
  .no_sp {
    display: none !important;
  }
}
.mb100 {
  margin-bottom: 6.25rem;
}
@media all and (max-width: 680px) {
  .mb100 {
    margin-bottom: 4.375rem;
  }
}

.inner {
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
@media all and (max-width: 1024px) {
  .inner {
    padding: 0 30px;
  }
}
@media all and (max-width: 680px) {
  .inner {
    padding: 0 4.651vw;
  }
}

.mainHeader {
  position: fixed;
  z-index: 99;
  background-color: #D10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 2.5rem;
  width: 100%;
  transition: all 0.3s ease 0s;
}
@media all and (max-width: 680px) {
  .mainHeader {
    padding: 0.625rem 0.9375rem 0.625rem 1.25rem;
  }
}
.mainHeader:hover {
  text-decoration: none;
}
.mainHeader.top {
  translate: 0 -120%;
}
.mainHeader .logo {
  max-width: 3.6875rem;
}
.mainHeader .button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  font-weight: 900;
  width: 9.375rem;
  background-color: #FFDC19;
  position: relative;
  line-height: 1.4;
  padding: 0.5em;
  border-radius: 3em;
  overflow: hidden;
  box-shadow: 0 0.1875rem 0 #BCA523;
  transition: all 0.3s ease 0s;
}
.mainHeader .button:hover {
  text-decoration: none;
}
.mainHeader .button:hover {
  translate: 0 0.1875rem;
  box-shadow: 0 0 0 #BCA523;
  text-decoration: none;
}
.mainHeader .button:after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  top: 50%;
  right: 0.625rem;
  translate: 0 -50%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images_kikaku/bt_arrow.svg);
}

.fv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images_kikaku/fv_bg.webp);
  transition: opacity 0.5s ease 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 680px) {
  .fv {
    background-image: url(../images_kikaku/fv_bg-sp.webp);
  }
}
.fv__inner {
  width: 100%;
  position: relative;
  padding: 5rem 2.5rem 5rem;
  max-width: 67.5rem;
}
@media all and (max-width: 680px) {
  .fv__inner {
    padding: 2.5rem 1.25rem 2.5rem;
  }
}
.fv__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv__header {
  display: flex;
  align-items: flex-end;
  gap: 2.5rem;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .fv__header {
    flex-direction: column;
    align-items: center;
  }
}
.fv__lead {
  position: relative;
  color: #fff;
  font-weight: bold;
  background-color: #F41F1F;
  font-size: 1.25rem;
  padding: 0.2em 1em;
  line-height: 1.3;
  border-radius: 2em;
  flex-shrink: 0;
}
.fv__lead strong {
  font-size: 1.5em;
}
@media all and (max-width: 680px) {
  .fv__lead {
    font-size: 1.125rem;
  }
}
.fv__list1 {
  display: flex;
  gap: 1.25rem;
  width: 100%;
}
.fv__list1 li {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  line-height: 1.6;
  background-color: rgba(255, 255, 255, 0.8);
  flex: 1;
  flex-shrink: 0;
  border-radius: 1rem;
  white-space: nowrap;
  padding: 1em 0.5em;
}
.fv__list1 li strong {
  font-size: 1.25em;
  color: #F41F1F;
}
@media all and (max-width: 680px) {
  .fv__list1 {
    flex-direction: column;
  }
  .fv__list1 br {
    display: none;
  }
  .fv__list1 li {
    padding: 0.5em 0.5em;
  }
}
.fv__title {
  color: #fff;
  font-weight: 900;
  margin: 3.4375rem 0;
  font-size: 1.875rem;
}
.fv__title strong {
  font-size: 1.666em;
}
@media all and (max-width: 680px) {
  .fv__title {
    margin: 1.875rem 0;
    font-size: 1.5rem;
    text-align: center;
  }
}
.fv__title .main {
  color: #F41F1F;
  font-size: 3.333em;
  background-color: #fff;
  line-height: 1.2;
  display: inline-block;
  padding: 0 0.2em 0.1em;
  margin-right: 0.1em;
}
@media all and (max-width: 1024px) {
  .fv__title .main {
    margin-right: 0;
  }
}
@media all and (max-width: 680px) {
  .fv__title .main {
    font-size: 2.25em;
  }
}
.fv__list2 {
  display: flex;
  gap: 0.625rem;
  justify-content: space-between;
  font-weight: 900;
  color: #fff;
}
.fv__list2 li {
  position: relative;
  line-height: 1.6;
}
.fv__list2 li p {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  translate: -50% -60%;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
}
.fv__list2 li strong {
  font-size: 1.5em;
}
.fv__list2 li strong.strong {
  font-size: 1.875em;
}
.fv__list2 li .color {
  color: #F41F1F;
}
@media all and (max-width: 1024px) {
  .fv__list2 {
    gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 680px) {
  .fv__list2 {
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
  }
}
.fv.onAnim {
  opacity: 1;
}

.commonHeading {
  text-align: center;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  gap: 1.5rem;
  margin-bottom: 3.75rem;
}
.commonHeading__main {
  font-size: 2.5rem;
  position: relative;
  padding-bottom: 0.75em;
}
.commonHeading__main:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  height: 0.625rem;
  width: 5rem;
  background-color: #FFDC19;
}
.commonHeading__main strong {
  font-size: 1.25em;
}
@media all and (max-width: 680px) {
  .commonHeading__main {
    font-size: 1.875rem;
  }
}
.commonHeading__sub {
  font-weight: 900;
  font-size: 1.5rem;
  color: #ff5f5f;
}
@media all and (max-width: 680px) {
  .commonHeading__sub {
    font-size: 1.25rem;
  }
}

.color {
  color: #F41F1F;
}

.cv {
  background-color: #D10000;
  padding: 1.25rem 0;
  position: relative;
}
@media all and (max-width: 680px) {
  .cv {
    padding-bottom: 1.875rem;
  }
}
.cv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
}
@media all and (max-width: 1024px) {
  .cv__inner {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.cv__text {
  flex-shrink: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  gap: 0.625rem;
}
.cv__text:before {
  content: "";
  width: 2.8125rem;
  height: 2.8125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images_kikaku/ic_megaphone.svg);
}
.cv__text strong {
  font-size: 1.2em;
}
@media all and (max-width: 680px) {
  .cv__text {
    font-size: 1.375rem;
  }
}
.cv__btWrap {
  width: 100%;
  max-width: 21.875rem;
}
@media all and (max-width: 1024px) {
  .cv__btWrap {
    width: 100%;
    max-width: 30rem;
  }
}

.cvBT {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  font-weight: 900;
  width: 100%;
  background-color: #FFDC19;
  font-size: 1.375rem;
  position: relative;
  line-height: 1.4;
  padding: 0.3em;
  border-radius: 3em;
  overflow: hidden;
  box-shadow: 0 0.1875rem 0 #BCA523;
  transition: all 0.3s ease 0s;
}
.cvBT:hover {
  text-decoration: none;
}
.cvBT:hover {
  translate: 0 0.1875rem;
  box-shadow: 0 0 0 #BCA523;
  text-decoration: none;
}
.cvBT strong {
  font-size: 1.1em;
}
@media all and (max-width: 680px) {
  .cvBT {
    font-size: 1.5rem;
  }
}
.cvBT:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  right: 1.25rem;
  translate: 0 -50%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images_kikaku/bt_arrow.svg);
}

.container {
  padding: 6.25rem 0;
}
@media all and (max-width: 680px) {
  .container {
    padding: 4.375rem 0;
  }
}

.flexContainer {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  align-items: center;
  flex-direction: column;
  max-width: 36.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 1025px) {
  .flexContainer {
    max-width: 100%;
    flex-direction: row;
  }
}
@media all and (min-width: 1025px) {
  .flexContainer--reverse {
    flex-direction: row-reverse;
  }
}
@media all and (min-width: 1025px) {
  .flexContainer__img {
    width: calc(50% - 2.5rem);
  }
}
@media all and (min-width: 1025px) {
  .flexContainer__content {
    width: 50%;
  }
}

.intro {
  padding: 5rem 0 6.25rem;
}
@media all and (max-width: 680px) {
  .intro {
    padding: 3.75rem 0 4.375rem;
  }
}
.intro__lead {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  gap: 1em;
  margin-bottom: 3em;
}
@media all and (max-width: 680px) {
  .intro__lead {
    font-size: 1.4375rem;
  }
}
.intro__lead strong {
  font-size: 1.25em;
}
.intro__lead .strong {
  font-size: 2em;
}
.intro__lead .strong2 {
  position: relative;
}
.intro__lead .strong2 span {
  position: relative;
  z-index: 5;
}
.intro__lead .strong2:before {
  content: "";
  position: absolute;
  height: 0.4em;
  width: 100%;
  background-color: #ffdc19;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0.0625rem 0.25rem rgba(0, 0, 0, 0.2);
}
.intro__lead .arrow {
  width: 100%;
  max-width: 38.75rem;
  position: relative;
  height: 0.25rem;
  background-color: #fff;
  filter: drop-shadow(0px 0.375rem 0.3125rem rgba(0, 0, 0, 0.1));
}
.intro__lead .arrow:after {
  content: "";
  width: 6.25rem;
  height: 2.5rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 97%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.intro__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media all and (max-width: 1024px) {
  .intro__list {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 33.75rem;
  }
}
.intro__list__item {
  border: 0.1875rem solid #D10000;
  border-radius: 1.25rem;
  padding: 3.75rem 1.875rem 1.875rem;
  position: relative;
}
@media all and (max-width: 1024px) {
  .intro__list__item {
    margin-left: 2.5rem;
    padding: 1.875rem 1.875rem 1.875rem 3.75rem;
  }
}
@media all and (max-width: 680px) {
  .intro__list__item {
    padding: 1.25rem 1.25rem 1.25rem 3.125rem;
  }
}
.intro__list__item .icon {
  position: absolute;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D10000;
  border-radius: 50%;
  aspect-ratio: 1/1;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
.intro__list__item .icon img {
  width: 62.5%;
}
@media all and (max-width: 1024px) {
  .intro__list__item .icon {
    left: 0;
    top: 50%;
  }
}
@media all and (max-width: 680px) {
  .intro__list__item .icon {
    width: 4.375rem;
  }
}
.intro__list__item .heading {
  text-align: center;
  line-height: 1.6;
  padding-bottom: 1em;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 1em;
  background-image: linear-gradient(to right, #707070 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 1em;
}
@media all and (max-width: 1024px) {
  .intro__list__item .heading {
    text-align: left;
  }
  .intro__list__item .heading br {
    display: none;
  }
}
@media all and (max-width: 680px) {
  .intro__list__item .heading br {
    display: inline;
  }
}

.area {
  background-color: #f5ece5;
  position: relative;
  z-index: 5;
}
.area:after {
  content: "";
  width: 6.25rem;
  height: 3.125rem;
  background-color: #f5ece5;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 97%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.area__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem 2.5rem;
}
@media all and (max-width: 680px) {
  .area__list {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
.area__list li {
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0px 0.0625rem 0.25rem rgba(0, 0, 0, 0.2);
  padding: 0.4em;
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media all and (max-width: 680px) {
  .area__list li {
    font-size: 0.9375rem;
  }
}
.area__list li strong {
  color: #F41F1F;
  font-size: 1.333em;
}

.example__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media all and (max-width: 680px) {
  .example__list {
    grid-template-columns: 1fr;
  }
}
.example__list__item {
  background-color: #fff;
  padding: 1.25rem 1.875rem;
  border-radius: 0.625rem;
  box-shadow: 0px 0.0625rem 0.25rem rgba(0, 0, 0, 0.2);
  font-size: 1.125rem;
}
@media all and (max-width: 1024px) {
  .example__list__item {
    padding: 1.25rem;
  }
}
@media all and (max-width: 680px) {
  .example__list__item {
    font-size: 1rem;
  }
}
.example__list__item .heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: bold;
  align-items: baseline;
  margin: 1em 0 0.5em;
}
.example__list__item .heading strong {
  font-weight: 900;
  font-size: 1.333em;
}
.example__list__item .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 900;
  align-items: baseline;
  line-height: 1.4;
  gap: 0 1em;
  margin-bottom: 2em;
}
.example__list__item .price strong {
  font-size: 1.888em;
  color: #F41F1F;
}
.example__list__item .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  font-size: 1rem;
}
@media all and (max-width: 680px) {
  .example__list__item .list {
    font-size: 0.875rem;
  }
}
.example__list__item .list li {
  white-space: nowrap;
  color: #F41F1F;
  border: 0.0625rem solid #F41F1F;
  text-align: center;
  line-height: 1.25;
  padding: 0 1em 0.1em;
  border-radius: 3em;
}

.voice {
  background-color: #F5ECE5;
}
.voice__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
@media all and (max-width: 680px) {
  .voice__lead {
    font-size: 1.125rem;
  }
}
.voice__lead > span {
  position: relative;
}
.voice__lead > span:before, .voice__lead > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.25rem;
  height: 100%;
  translate: 0 -50%;
  background-color: #000;
}
@media all and (max-width: 680px) {
  .voice__lead > span:before, .voice__lead > span:after {
    width: 0.1875rem;
  }
}
.voice__lead > span:before {
  left: -0.5em;
  transform: skew(12deg);
}
.voice__lead > span:after {
  right: -0.5em;
  transform: skew(-12deg);
}
.voice__slide {
  padding: 1em 0;
}
.voice__slide .swiper-wrapper {
  transition-timing-function: linear;
  gap: 2.5rem;
}
.voice__slide__item.swiper-slide {
  height: auto;
  width: 23.125rem;
  padding: 1.25rem 1.875rem;
  background-color: #fff;
  border-radius: 1rem;
  width: 360px;
  box-shadow: 0px 0.0625rem 0.25rem rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 680px) {
  .voice__slide__item.swiper-slide {
    padding: 1.25rem;
  }
}
.voice__slide__heading {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 1.2em 0 1em;
}
.voice__slide__heading small {
  font-size: 0.875rem;
}
.voice__slide__history {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media all and (max-width: 680px) {
  .voice__slide__history {
    font-size: 0.875rem;
  }
}
.voice__slide__history .arrow {
  width: 1.25rem;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images_kikaku/bt_arrow-k.svg);
  flex-shrink: 0;
  margin: 0 1.25rem;
}
.voice__slide__history .text {
  width: 50%;
}
.voice__slide__history .text:first-child {
  text-align: right;
}
.voice__slide__text {
  background-image: linear-gradient(to right, #707070 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left top;
  padding-top: 1em;
}
@media all and (max-width: 680px) {
  .voice__slide__text {
    font-size: 0.875rem;
  }
}

.faq {
  position: relative;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
.faq__list__item {
  overflow: hidden;
  border-radius: 0.65rem;
  background-color: #D10000;
  box-shadow: 0px 0.0625rem 0.25rem rgba(0, 0, 0, 0.2);
}
.faq__list dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2.25rem;
  gap: 1.25rem;
  cursor: pointer;
  color: #fff;
}
@media all and (max-width: 680px) {
  .faq__list dt {
    padding: 1rem;
  }
}
.faq__list dt .q {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: -0.2em;
}
@media all and (max-width: 680px) {
  .faq__list dt .q {
    font-size: 1.875rem;
  }
}
.faq__list dt .text {
  width: 100%;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media all and (max-width: 680px) {
  .faq__list dt .text {
    font-size: 1rem;
  }
}
.faq__list dt .icon {
  width: 2.5rem;
  aspect-ratio: 1/1;
  position: relative;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
}
@media all and (max-width: 680px) {
  .faq__list dt .icon {
    width: 2em;
  }
}
.faq__list dt .icon:before, .faq__list dt .icon:after {
  content: "";
  width: 35%;
  height: 0.15rem;
  background-color: #D10000;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease 0s;
}
.faq__list dt .icon:before:hover, .faq__list dt .icon:after:hover {
  text-decoration: none;
}
.faq__list dt .icon:after {
  rotate: 90deg;
}
.faq__list dt.active .icon:after {
  rotate: 0deg;
}
.faq__list dd {
  border-radius: 0 0 0.65rem 0.65rem;
  padding: 1.75rem 2.25rem;
  display: none;
  font-weight: 400;
  background-color: #fff;
}
@media all and (max-width: 680px) {
  .faq__list dd {
    padding: 1.75rem;
    font-size: 0.875rem;
  }
}
.faq__list dd ul {
  list-style-type: square;
  padding-left: 1.5em;
}

.footLead {
  padding: 0 1.25rem 1.25rem;
  display: flex;
  text-align: center;
  font-weight: 900;
  flex-direction: column;
  align-items: center;
}
.footLead__sub {
  position: relative;
  line-height: 1.25;
  padding-bottom: 0.2em;
  margin-bottom: 0.3em;
  font-size: 1.5rem;
}
.footLead__sub strong {
  font-size: 1.25em;
}
@media all and (max-width: 680px) {
  .footLead__sub {
    font-size: 1.125rem;
  }
}
.footLead__sub:before, .footLead__sub:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.25rem;
  height: 80%;
  translate: 0 -50%;
  background-color: #000;
}
@media all and (max-width: 680px) {
  .footLead__sub:before, .footLead__sub:after {
    width: 0.1875rem;
  }
}
.footLead__sub:before {
  left: -0.75em;
  transform: skew(12deg);
}
.footLead__sub:after {
  right: -0.75em;
  transform: skew(-12deg);
}
.footLead__main {
  font-size: 2.5rem;
  line-height: 1.3;
}
@media all and (max-width: 680px) {
  .footLead__main {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
.footLead__main > strong {
  position: relative;
}
.footLead__main > strong > span {
  position: relative;
  z-index: 5;
}
.footLead__main > strong strong {
  font-size: 1.5em;
  color: #F41F1F;
}
.footLead__main > strong:before {
  content: "";
  position: absolute;
  height: 0.5em;
  width: 100%;
  background-color: #ffdc19;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0.0625rem 0.25rem rgba(0, 0, 0, 0.2);
}

.footer {
  font-size: 0.75rem;
  padding: 1.5em 0;
  background-color: #000;
  color: #fff;
  padding: 3.75rem 0;
  text-align: center;
}
@media all and (max-width: 680px) {
  .footer {
    padding: 1.875rem 0;
  }
}
.footer .logo {
  max-width: 4.9375rem;
}
.footer .company-name {
  font-size: 0.875rem;
}
.footer__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2em;
}
.footer__credit {
  font-size: 0.75rem;
  padding: 1em;
  display: block;
  text-align: center;
}