/* TOP  */
/* ======================================================== */
/* HEADER TOGGLE  */
.toggle {
  background-color: #f25276;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
.toggle div {
  --gap: 12px; /* controls spacing */
  width: 60px;
  height: 32px;
  position: relative;
}
.toggle span {
  top: 50%;
  left: 0;
  position: absolute;
  background-color: #fff !important;
  margin: 0;
  transform: translateY(-50%);
  transition:
    transform 0.3s,
    opacity 0.3s;
}
.toggle span:nth-of-type(1) {
  width: 60px;
  transform: translateY(calc(-50% - var(--gap)));
}
.toggle span:nth-of-type(2) {
  width: 50px;
  transform: translateY(-50%);
}
.toggle span:nth-of-type(3) {
  width: 40px;
  transform: translateY(calc(-50% + var(--gap)));
}
.toggle.change span:nth-of-type(1),
.toggle.change span:nth-of-type(3) {
  width: 100%;
}
.toggle.change span:nth-of-type(1) {
  transform: translateY(-50%) rotate(45deg);
}
.toggle.change span:nth-of-type(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.toggle p {
  color: #fff !important;
  font-size: 13px;
  padding-top: 10px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .toggle div {
    --gap: 10px;
    width: 35px;
    height: 25px;
    position: relative;
  }
  .toggle span:nth-of-type(1) {
    width: 35px;
  }
  .toggle span:nth-of-type(2) {
    width: 25px;
  }
  .toggle span:nth-of-type(3) {
    width: 20px;
  }
  .toggle p {
    font-size: 10px;
    padding-top: 6px;
  }
}
/* END HEADER TOGGLE  */
/* ======================================================== */
/* COMPONENTS */
.l-container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.u-cl--primary {
  color: #f25276;
}
.c-text-dot {
  position: relative;
  font-size: inherit;
}
.c-text-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 100%;
}
.c-text-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.fw--700 {
  font-weight: 700;
}
.lh--30 {
  line-height: 30px;
}
.lh--32 {
  line-height: 32px;
}
.c-text--16 {
  font-size: 16px;
}
.c-text--18 {
  font-size: 18px;
}
.c-section-title {
  text-align: center;
  position: relative;
  padding-bottom: 14px;
}
.c-section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.c-section-title__label {
  display: block;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.c-section-title__heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .lh--30,
  .lh--32 {
    line-height: 1.6;
  }
  .c-text--16,
  .c-text--18 {
    font-size: 13px;
  }
  .c-text-underline {
    text-underline-offset: 6px;
  }
  .c-text-dot::after {
    top: -5px;
    width: 4px;
    height: 4px;
  }

  .c-section-title {
    padding-bottom: 12px;
  }
  .c-section-title__label {
    margin-bottom: 0;
  }
  .c-section-title__heading {
    font-size: 26px;
    margin-bottom: 0;
  }
}
/* END COMPONENTS */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* MAIN VISUAL */
.c-mainvisual {
  display: flex;
  height: max(100vh, 1150px);
  position: relative;
}
.c-mainvisual__wrapper {
  width: 100%;
  display: flex;
  padding-right: 198px;
  padding-top: 120px;
}
.c-mainvisual__nav-wrapper {
  width: 322px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  padding-top: 72px;
}
.c-mainvisual__nav {
  max-width: 205px;
  width: 100%;
}
.c-mainvisual__nav li + li {
  margin-top: 22px;
}
.c-mainvisual__nav a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
}
.c-mainvisual__nav a:hover,
.c-mainvisual__nav a.--active {
  color: #f25276;
}
.c-mainvisual__nav a span {
  flex: 1;
  border-bottom: 1px dashed transparent;
}
.c-mainvisual__nav a:hover span,
.c-mainvisual__nav a.--active span {
  border-color: currentColor;
}
.c-mainvisual__nav a::before {
  content: "▶";
  display: block;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: currentColor;
  opacity: 0;
  transition: inherit;
}
.c-mainvisual__nav a:hover::before,
.c-mainvisual__nav a.--active::before {
  opacity: 1;
}
.c-mainvisual__nav a.--custom {
  font-size: 16px;
}
.c-mainvisual__nav a.--custom::before {
  top: 3px;
}
.c-mainvisual__nav a.--custom small {
  display: block;
  font-size: 16px;
  position: relative;
  left: -8px;
}
.c-mainvisual__middle {
  flex: 1;
  display: flex;
  padding-bottom: 100px;
}
.c-mainvisual__middle-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.c-mainvisual__txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.c-mainvisual__title {
  position: absolute;
  top: 0;
  left: 50px;
  font-weight: 700;
  font-size: 95px;
  letter-spacing: 0;
  line-height: 120px;
}
.c-mainvisual__subtitle {
  position: absolute;
  top: 8px;
  right: 70px;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.6;
}
.c-mainvisual__subtitle .bottom {
  margin-top: 10px;
}
.c-mainvisual__subtitle .c-text-underline {
  text-underline-offset: 15px;
}
.c-mainvisual__imgs {
  width: 100%;
  height: calc(100% - 150px);
  max-height: 787px;
  z-index: 1;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.c-mainvisual__slider {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.c-mainvisual__slider .c-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-mainvisual__slider .mv1 {
  background-image: url(./../images/index_new/mv1.jpg);
}
.c-mainvisual__slider .mv2 {
  background-image: url(./../images/index_new/mv2.jpg);
}
.c-mainvisual__slider .mv3 {
  background-image: url(./../images/index_new/mv3.jpg);
}
.c-mainvisual .c-marquee {
  position: absolute;
  bottom: -72px;
  left: 0;
  z-index: 2;
}

.c-scrolldown {
  position: absolute;
  right: 64px;
  bottom: 298px;

  z-index: 3;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  color: #111;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-scrolldown:hover {
  color: #111;
}
.c-scrolldown-bar {
  width: 1px;
  height: 128px;
  position: relative;
  background-color: #cccccc;
  margin-top: 20px;
}
.c-scrolldown-bar::after {
  content: "";
  width: 100%;
  background-color: #f25276;
  position: absolute;
  left: 0;
  -webkit-animation: scrolldown 3s infinite ease-in-out;
  animation: scrolldown 3s infinite ease-in-out;
}
@-webkit-keyframes scrolldown {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    bottom: 0;
    height: 100%;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}
@keyframes scrolldown {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    bottom: 0;
    height: 100%;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}
@media screen and (max-width: 1800px) {
  .c-mainvisual {
    height: max(100vh, 1080px);
  }
  .c-mainvisual__wrapper {
    padding-right: 100px;
  }
  .c-mainvisual__title {
    left: 50px;
    font-size: 80px;
    line-height: 84px;
  }
  .c-mainvisual__subtitle {
    font-size: 26px;
    top: 0;
    right: 0;
  }
  .c-mainvisual__subtitle .c-text-underline {
    text-underline-offset: 8px;
  }
  .c-mainvisual__imgs {
    height: calc(100% - 104px);
  }
  .c-scrolldown {
    right: 40px;
    bottom: 198px;
  }
}
@media screen and (max-width: 1600px) {
  .c-mainvisual {
    height: max(100vh, 850px);
  }
  .c-mainvisual__nav-wrapper {
    width: 250px;
  }
  .c-mainvisual__middle {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .c-mainvisual__wrapper {
    padding-left: 50px;
  }
  .c-mainvisual__nav-wrapper {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .c-mainvisual__wrapper {
    padding-right: 50px;
  }
  .c-mainvisual__title {
    left: 20px;
  }
  .c-scrolldown {
    right: 15px;
    bottom: 198px;
  }
}
@media screen and (max-width: 1024px) {
  .c-mainvisual {
    height: 100vh;
  }
  .c-mainvisual__wrapper {
    padding-top: 120px;
  }
  .c-mainvisual__title {
    font-size: 48px;
    line-height: 52px;
  }
  .c-mainvisual__subtitle {
    font-size: 22px;
    top: 5px;
  }
  .c-mainvisual__subtitle .bottom {
    margin-top: 5px;
  }

  .c-mainvisual__subtitle .c-text-dot::after {
    top: -5px;
  }
  .c-mainvisual__imgs {
    height: calc(100% - 88px);
    max-height: unset;
  }
  .c-scrolldown {
    display: none;
  }
  .c-mainvisual .c-marquee {
    bottom: -52px;
  }
}
@media screen and (max-width: 767px) {
  .c-mainvisual__wrapper {
    padding: 90px 20px 0;
  }
  .c-mainvisual__middle-wrapper {
    flex-direction: column-reverse;
  }
  .c-mainvisual__txt,
  .c-mainvisual__title,
  .c-mainvisual__subtitle {
    position: static;
  }
  .c-mainvisual__txt {
    text-align: center;
    margin-top: -15px;
  }
  .c-mainvisual__title {
    font-size: 26px;
    line-height: 35px;
  }
  .c-mainvisual__subtitle {
    font-size: 14px;
  }
  .c-mainvisual .c-marquee {
    bottom: -28px;
  }
}
/* END SCROLLDOWN */
/* ================================================================ */
/* MARQUEE */
.c-marquee {
  display: flex;
  white-space: nowrap;
  width: 100%;
  height: 385px;
  overflow: hidden;
  font-family: sans-serif;
}

.c-marquee__text {
  font-size: 300px;
  line-height: 365px;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
  padding: 0 30px;
  opacity: 0.06;
  -webkit-animation-name: marquee;
  animation-name: marquee;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1024px) {
  .c-marquee {
    height: 240px;
  }
  .c-marquee__text {
    font-size: 200px;
    line-height: 205px;
  }
}
@media screen and (max-width: 767px) {
  .c-marquee {
    height: 80px;
  }
  .c-marquee__text {
    font-size: 75px;
    line-height: 80px;
  }
}
/* END MARQUEE */
/* ================================================================ */
/* OVERWRITE */

.h-box-logo1 ul li a:hover {
  color: #f25276;
}
.top-block1-box a.link {
  border-bottom: unset;
}
.top-block1-box a.link:hover {
  color: #f25276;
}
.top-block1-box a.link:hover::after {
  background: url(../images/common/ic-arrow-pink.png) no-repeat;
}
.tab-list li.in span,
.tab-list li a:hover span {
  background-color: #f25276;
  border-color: #f25276;
}

.top-block1-box .news-list a:nth-of-type(2n + 1),
.top-block1-box .news-list a:nth-of-type(2n + 1)::before,
.top-block1-box .news-list a:nth-of-type(2n + 1)::after {
  background-color: rgba(242, 82, 118, 0.03);
}
.top-block1-box .news-list a:hover,
.top-block1-box .news-list a:hover:before,
.top-block1-box .news-list a:hover:after {
  background: #fff;
}

.c-instagram-title::before {
  background-image: url(./../images/common/ic-instagram-pink.png);
}

.btn-1 {
  font-size: 18px;
}
.btn .bt::after {
  background-color: #f25276;
}
.btn-1:hover {
  color: #f25276;
}
.btn-1::after,
.btn-1:hover::after {
  background-color: #f25276;
}
.btn-1:hover::before {
  background: url(../images/common/ic-chevron-right-pink.png) no-repeat;
}

.block-qa__tab {
  border-color: #f25276;
  color: #f25276;
}
.block-qa__tab.active,
.block-qa__tab:hover {
  background-color: #f25276;
}
.block-qa__cardLabel {
  background-color: #f25276;
}
.swiper-pagination-bullet-active {
  background-color: #f25276;
}
@media screen and (max-width: 767px) {
  .btn .bt {
    margin-left: 0;
    margin-right: 0;
  }
}
/* END OVERWRITE */
/* ================================================================ */
.p-index-new {
  line-height: 1.6;
}
/*WORRY SECTION */
.c-worry-block {
  padding-top: 40px;
}
.c-worry-block__inner {
  max-width: 940px;
  margin: 0 auto;
}
.c-worry-block__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 68px;
}
.c-worry-block__title .c-text-underline {
  text-underline-offset: 16px;
}
.c-worry-block__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 56px 40px;
}
.c-worry-block__item {
  width: calc((100% - 40px) / 2);
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 0 20px 20px;
  border-bottom: 1px dashed #707070;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
}
.c-worry-block__icon {
  display: block;
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 1024px) {
  .c-worry-block__list {
    gap: 30px 20px;
  }
  .c-worry-block__item {
    width: calc((100% - 20px) / 2);
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-worry-block {
    padding-top: 0;
  }
  .c-worry-block__title {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .c-worry-block__title .c-text-underline {
    text-underline-offset: 10px;
  }
  .c-worry-block__list {
    gap: 20px 20px;
  }
  .c-worry-block__item {
    width: 100%;
    font-size: 13px;
    padding: 0 0 12px;
    gap: 10px;
  }
  .c-worry-block__icon {
    width: 14px;
    height: 14px;
  }
}
/* WORRY SECTION */
/* ======================================================== */
/* BLOCK 2 - COMMITMENT SECTION */
.c-commitment-title-wrap {
  padding: 134px 20px 28px;
}
.c-commitment-block {
  background-color: rgba(242, 82, 118, 0.04);
  padding: 70px 0 87px;
}
.c-commitment-block__wrapper {
  background-color: #fff;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 130px 155px 86px;
}
.c-commitment-item {
  display: flex;
  align-items: stretch;
  gap: 62px;
}
.c-commitment-item + .c-commitment-item {
  margin-top: 55px;
}
.c-commitment-item--reverse {
  flex-direction: row-reverse;
}
.c-commitment-item__img {
  width: 47.4%;
  flex-shrink: 0;
  padding-top: 15px;
}
.c-commitment-item__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.c-commitment-item__body {
  flex: 1;
}
.c-commitment-item__num {
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #707070;
  margin-bottom: 6px;
}
.c-commitment-item__title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.c-commitment-item__text {
  font-size: 14px;
  line-height: 2;
}
.c-commitment-item__text p + p {
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .c-commitment-block__wrapper {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .c-commitment-item {
    flex-direction: column;
    gap: 40px;
  }
  .c-commitment-item__img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-commitment-title-wrap {
    padding-top: 60px;
  }
  .c-commitment-block__wrapper {
    border-radius: 10px;
    padding: 40px 20px;
  }
  .c-commitment-item + .c-commitment-item {
    margin-top: 40px;
  }
  .c-commitment-item {
    flex-direction: column;
    gap: 20px;
  }
  .c-commitment-item__img img {
    border-radius: 10px;
  }
  .c-commitment-item__num {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .c-commitment-item__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
/* END BLOCK 2 - COMMITMENT SECTION */
/* ================================================================ */
/* BLOCK 3 - PRODUCTS SECTION */
.c-products-block {
  padding-top: 130px;
}
.c-products-block__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.c-products-hero {
  display: flex;
  position: relative;
  padding-left: 200px;
  margin-bottom: 78px;
}
.c-products-hero__txt {
  position: absolute;
  bottom: 52px;
  left: 0;
  z-index: 1;
}
.c-products-hero__title {
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.c-products-hero__sub {
  font-weight: 700;
  font-size: 32px;
  padding-left: 10px;
}
.c-products-hero__img {
  flex: 1;
}
.c-products-hero__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.c-products-block__lead {
  text-align: center;
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
}
.c-products-list {
  max-width: 1200px;
  margin: 0 auto;
}
.c-products-list__item {
  margin: 64px 0 0;
}

.c-products-list__txt {
  margin: 0 0 45px;
}
.c-products-list__txt .c-products-list__title {
  font-weight: bold;
  font-size: 26px;
  color: #f25276;
  display: inline-block;
}
.c-products-list__txt .c-products-list__num {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  color: #cccccc;
  margin: 0 0 0 18px;
  vertical-align: middle;
}
.c-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.c-products-card:hover {
  opacity: 0.5 !important;
}

.c-products-card__img {
  margin-bottom: 18px;
}
.c-products-card__img img {
  width: 100%;
  height: auto;
  display: block;
}
.c-products-card__cat {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #cccccc;
  margin-bottom: 4px;
}

@media screen and (max-width: 1024px) {
  .c-products-hero {
    flex-direction: column-reverse;
    padding-left: 0;
    gap: 30px;
    margin-bottom: 40px;
  }
  .c-products-hero__txt {
    position: static;
    text-align: center;
  }
  .c-products-hero__sub {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-products-block {
    padding-top: 60px;
  }
  .c-products-hero {
    gap: 20px;
    margin-bottom: 20px;
  }
  .c-products-hero__title {
    font-size: 26px;
  }
  .c-products-hero__sub {
    font-size: 14px;
  }
  .c-products-hero__img img {
    border-radius: 10px;
  }
  .c-products-block__lead {
    margin-bottom: 30px;
  }
  .c-products-list {
  }
  .c-products-list__item {
    margin: 32px 0 0;
  }
  .c-products-list__txt {
    margin: 0 0 20px;
  }
  .c-products-list__txt .c-products-list__title {
    font-size: 16px;
  }
  .c-products-list__txt .c-products-list__num {
    font-size: 14px;
    margin: 0 0 0 10px;
  }
  .c-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .c-products-card__img {
    margin-bottom: 14px;
  }
  .c-products-card__cat {
    font-size: 11px;
  }
}
/* END BLOCK 3 - PRODUCTS SECTION */
/* ================================================================ */
/* BLOCK 4 - CUSTOMER VOICE SECTION */
.c-voice-block {
  padding-top: 112px;
}
.c-voice-block__inner {
  max-width: 1423px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
.c-voice-block__title-col {
  flex-shrink: 0;
  padding-left: 12px;
}
.c-voice-block__title {
  writing-mode: vertical-rl;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.c-voice-block__title span {
  display: flex;
  align-items: flex-end;
}
.c-voice-block__title small {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  writing-mode: sideways-rl;
  margin-top: 16px;
  position: relative;
  left: 12px;
  margin-top: 29px;
}
.c-voice-block__items {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  align-items: start;
}
.c-voice-item {
  width: calc((100% - 200px) / 3);
}
.c-voice-item:nth-child(1) {
  margin-top: 120px;
}
.c-voice-item:nth-child(2) {
  margin-top: 62px;
}
.c-voice-item__img {
  margin-bottom: 24px;
}
.c-voice-item__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.c-voice-item__heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1300px) {
  .c-voice-block__inner {
    gap: 50px;
  }

  .c-voice-block__title-col {
    padding-left: 0;
  }
  .c-voice-block__items {
    gap: 50px;
  }
  .c-voice-item {
    width: calc((100% - 100px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .c-voice-block__inner {
    flex-direction: column;
    gap: 50px;
  }
  .c-voice-block__title-col {
    width: 100%;
  }
  .c-voice-block__title,
  .c-voice-block__title small {
    writing-mode: horizontal-tb;
  }
  .c-voice-block__title {
    text-align: center;
  }
  .c-voice-block__title span {
    display: block;
  }
  .c-voice-block__title small {
    display: block;
    left: 0;
    margin-top: 0;
  }
  .c-voice-item {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .c-voice-block {
    padding-top: 60px;
  }
  .c-voice-block__inner {
    gap: 30px;
  }
  .c-voice-block__items {
    gap: 40px;
  }
  .c-voice-item {
    width: 100%;
  }
  .c-voice-block__title {
    font-size: 26px;
  }
  .c-voice-block__title small {
    font-size: 14px;
    margin-top: 10px;
  }
  .c-voice-item__heading {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}
/* END BLOCK 4 - CUSTOMER VOICE SECTION */
/* ================================================================ */
/* FAQ */
.c-faq {
  padding-top: 112px;
  max-width: 1000px;
  margin: 0 auto;
}
.c-faq .c-section-title {
  margin-bottom: 78px;
}
/* ACCORDION */
/* COLLAPSE LIST */
.c-list-collapse .item + .item {
  margin-top: 44px;
}
.c-collapsible__header {
  background-color: #fff;
  color: #f25276;
  border: 2px solid #f25276;
  border-radius: 10px;
  padding: 25px 40px;
  padding-right: 80px;
  position: relative;
  cursor: pointer;
}
.c-collapsible__header .icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 44px;
  width: 17px;
  height: 17px;
  color: #f25276;
}
.c-collapsible__header .icon::before,
.c-collapsible__header .icon::after {
  content: "";
  display: block;
  position: absolute;
  background-color: currentColor;
  transition: 0.4s;
}
.c-collapsible__header .icon::before {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-collapsible__header .icon::after {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-collapsible.show .c-collapsible__header .icon::before {
  transform: translateX(-50%) rotate(90deg);
}
.c-collapsible__header p {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  display: flex;
  align-items: flex-start;
  line-height: 26px;
}
.c-collapsible__header p span {
  display: inline-block;
  font-size: 26px;
  margin-right: 20px;
  position: relative;
  top: -2px;
}
.c-collapsible .content {
  padding: 20px 80px;
}
@media screen and (max-width: 767px) {
  .c-faq {
    padding-top: 60px;
  }
  .c-faq .c-section-title {
    margin-bottom: 30px;
  }
  .c-list-collapse .item + .item {
    margin-top: 20px;
  }
  .c-collapsible__header {
    padding: 12px 20px;
    padding-right: 40px;
  }
  .c-collapsible .c-collapsible__header p {
    font-size: 15px;
    line-height: 26px;
  }
  .c-collapsible .c-collapsible__header p span {
    font-size: 18px;
    top: 0;
    margin-right: 4px;
  }
  .c-collapsible__header .icon {
    right: 20px;
    width: 10px;
    height: 10px;
  }
  .c-collapsible .content {
    padding: 20px;
  }
}
/* ACCORDION */
/* END FAQ */
/* ================================================================ */
/* FOOTER */
#footer {
  padding-bottom: 80px;
}
#footer .footer-bg {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  margin-bottom: 130px;
}
#footer .f-box-logo {
  margin-bottom: 54px;
}
.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 0;
  margin-bottom: 70px;
}
.footer-nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  padding: 5px 27px;
}
.footer-nav a:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 40px;
  border-left: 1px dashed #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.footer-nav a small {
  display: block;
  text-align: center;
}
.copyright {
  font-size: 11px;
}
@media screen and (max-width: 1024px) {
  #footer .footer-bg {
    height: 400px;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-bg {
    height: 250px;
    margin-bottom: 60px;
  }
  #footer .f-box-logo {
    margin-bottom: 40px;
  }

  .footer-nav {
    gap: 5px 0;
    margin-bottom: 30px;
  }
  .footer-nav a {
    font-size: 13px;
    line-height: 1.6;
    padding: 2px 8px;
  }
  .footer-nav a:not(:last-child)::after {
    height: 20px;
  }
}
/* END FOOTER */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
