.about {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.about__container {
  width: 100%;
  max-width: 880px;
  padding: 0 20px;
  margin: 0 auto;
}

.about__heading {
  position: relative;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  background-color: var(--primary-color);
  color: var(--white-color);
}

.about__heading::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 29px solid var(--primary-color);
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
}

.about__bg {
  position: absolute;
  width: 485px;
  height: 198px;
  top: 145px;
  right: -55px;
  z-index: -1;
}

.about__title {
  margin-top: 79px;
  font-size: 44px;
  font-weight: 600;
  text-align: center;
}

.about__content {
  margin-top: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.about__image {
  width: 100%;
  max-width: 548px;
  line-height: 0;
}

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

.about__description {
  width: 100%;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .about {
    margin-top: 72px;
  }

  .about__heading {
    height: 54px;
    font-weight: 600;
    font-size: 24px;
  }

  .about__heading::after {
    top: calc(100% - 5px);
    border-top: 22px solid var(--primary-color);
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
  }

  .about__bg {
    width: 300px;
    height: 123px;
    right: -60px;
    top: 104px;
  }

  .about__title {
    margin-top: 32px;
    font-weight: 600;
    font-size: 28px;
  }

  .about__container {
    padding: 0 16px;
  }

  .about__content {
    margin-top: 24px;
    gap: 0;
  }

  .about__image {
    max-width: 100%;
  }

  .about__description {
    margin-top: 28px;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
  }

  .about__image+.about__description {
    margin-top: 33px;
  }
}

.cta {
  padding: 66px 0 62px;
  color: var(--white-color);
  background-image: url(../img/cta-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta__heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.cta__title {
  margin-top: 16px;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}

.cta__description {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-align: center;
}

.cta__btn-wrapper {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.cta__btn {
  padding: 25px 80px;
  color: #0D1A51;
  background: var(--white-color);
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  border: none;
}

.cta__btn:before {
  width: 25px;
  height: 25px;
  content: '';
  display: inline-block;
  background-size: 25px 25px;
  background: url(../img/cta-icon.svg) no-repeat center;
}

@media (min-width: 768px) {
  .cta__btn:hover {
    color: var(--white-color);
    background: #0060A7;
  }


  .cta__btn:hover:before {
    background: url(../img/cta-icon--white.svg) no-repeat center;
    background-size: 20px 20px;
  }
}

@media (max-width: 767px) {
  .cta {
    padding: 40px 0 48px;
    background-image: url(../img/cta-bg--sp.png);
    background-size: cover;
  }

  .cta__heading {
    font-size: 16px;
    line-height: 25.6px;

  }

  .cta__title {
    margin-top: 12px;
    font-size: 24px;
  }

  .cta__description {
    margin-top: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-align: center;
  }

  .cta__btn-wrapper {
    margin-top: 32px;
  }

  .cta__btn {
    padding: 23px 81px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    gap: 10px;
  }

  .cta__btn:before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}

.effect {
  padding: 93px 0 100px;
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  position: relative;
  background: #F8F8F8 url(../img/effect-bg--pc.png);
  background-size: cover;
}

.effect__heading {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: var(--primary-color);
}

.effect__title {
  margin-top: 12px;
  font-size: 40px;
  font-weight: 600;
  line-height: 64px;
  text-align: center;
}

.effect__kpi {
  max-width: min(960px, calc(100vw - 80px));
  background: var(--white-color);
  margin: 79px auto 0;
  padding: 30px 25px 40px;
  box-shadow: 0px 4px 30px 0px #0000000D;
  border-radius: 30px;
}

.effect__kpi-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  color: var(--primary-color);
  text-align: center;
}

.effect__kpi-subtitle {
  margin-top: 19px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

.effect__kpi-content {
  margin-top: 31px;
  display: flex;
  justify-content: space-between;
}

.effect__kpi-item {
  flex: 1 1 230px;
  padding: 0 19px;
  border-right: 1px solid #D2D2D2;
}

.effect__kpi-item:first-child {
  flex: 1 1 211px;
  padding-left: 0;
}

.effect__kpi-item:last-child {
  flex: 1 1 211px;
  padding-right: 0;
  border-right: none;
}

.effect__kpi-item-image {
  max-width: 90px;
  margin: 0 auto;
  line-height: 0;
}

.effect__kpi-item-image img {
  width: 100%;
}

.effect__kpi-item-title {
  margin-top: 9px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25.2px;
  text-align: center;
  color: var(--primary-color);
}

.effect__kpi-item-description {
  margin-top: 12px;
}

.effect__plus-divider {
  font-weight: 600;
  font-size: 100px;
  line-height: 100px;
  color: var(--primary-color);
  text-align: center;
}

.effect__synergy {
  max-width: min(960px, calc(100vw - 80px));
  margin: 0 auto;
  padding: 30px 63px 40px;
  box-shadow: 0px 4px 30px 0px #0000000D;
  border-radius: 30px;
  background: var(--white-color);
}

.effect__synergy-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  color: var(--primary-color);
  text-align: center;
}

.effect__synergy-subtitle {
  margin-top: 18px;
  font-size: 18px;
  text-align: center;
}

.effect__synergy-content {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}

.effect__synergy-item {
  flex: 1 1 295px;
  padding: 0 29px;
  border-right: 1px solid #D2D2D2;
}

.effect__synergy-item:first-child {
  flex: 1 1 270px;
  padding-left: 0;
}

.effect__synergy-item:last-child {
  flex: 1 1 269px;
  padding-right: 0;
  border-right: none;
}

.effect__synergy-item-image {
  max-width: 90px;
  margin: 0 auto;
  line-height: 0;
}

.effect__synergy-item-image img {
  width: 100%;
}

.effect__synergy-item-title {
  height: 50px;
  margin-top: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25.2px;
  text-align: center;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.effect__synergy-item-description {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .effect {
    background: #F8F8F8 url(../img/effect-bg--sp.png);
    padding-top: 63px;
    padding-bottom: 80px;
  }

  .effect__heading {
    font-size: 12px;
    line-height: 12px;
  }

  .effect__title {
    font-size: 24px;
    line-height: 38.4px;
    margin-top: 0;
  }

  .effect__kpi {
    margin: 32px auto 0;
    padding: 32px 15px 40px;
    width: calc(100% - 32px);
    max-width: 100%;
  }

  .effect__kpi-title {
    font-size: 20px;
    line-height: 20px;
  }

  .effect__kpi-subtitle {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22.4px;
  }

  .effect__kpi-content {
    margin-top: 40px;
    flex-direction: column;
    gap: 32px;
  }

  .effect__kpi-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-template-areas: "image title" "image description";
    row-gap: 6px;
    column-gap: 16px;
    flex: unset !important;
    padding: 0;
    border-right: none;
  }

  .effect__kpi-item-image {
    grid-area: image;
  }

  .effect__kpi-item-title {
    grid-area: title;
    font-size: 16px;
    line-height: 22.4px;
    text-align: left;
    margin-top: 2px;
    height: max-content;
  }

  .effect__kpi-item-description {
    grid-area: description;
    font-size: 13px;
    line-height: 20.8px;
    margin-top: 0;
  }

  .effect__plus-divider {
    font-size: 66px;
    line-height: 66px;
  }

  .effect__synergy {
    padding: 32px 15px 40px;
    width: calc(100% - 32px);
    max-width: 100%;
  }

  .effect__synergy-title {
    font-size: 20px;
    line-height: 20px;
  }

  .effect__synergy-subtitle {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22.4px;
  }

  .effect__synergy-content {
    margin-top: 40px;
    flex-direction: column;
    gap: 32px;
  }

  .effect__synergy-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-template-areas: "image title" "image description";
    row-gap: 6px;
    column-gap: 16px;
    flex: unset !important;
    padding: 0;
    border-right: none;
  }

  .effect__synergy-item-image {
    grid-area: image;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .effect__synergy-item-title {
    grid-area: title;
    font-size: 16px;
    line-height: 22.4px;
    text-align: left;
    margin-top: 2px;
    height: max-content;
    display: block;
  }

  .effect__synergy-item-description {
    grid-area: description;
    font-size: 13px;
    line-height: 20.8px;
    margin-top: 0;
  }
}

.footer {
  padding-top: 53px;
  padding-bottom: 48px;
  background: #F7F7F7;
}

.footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 21px;
}

.footer__logo-wrapper {
  width: 93px;
  line-height: 0;
}

.footer__logo {
  width: 100%;
  height: auto;
}

.footer__content {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 21.78px;
  text-align: center;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .footer__container {
    gap: 15px;
  }

  .footer__content {
    font-size: 12px;
    line-height: 14.52px;
  }
}

.header {
  width: 100%;
}

.header__container {
  display: flex;
  align-items: center;
  background-color: #630f2e;
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 11;
}

.header__header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header--fixed {
  position: sticky;
  top: -100px;
  left: 0;
  z-index: 21;
  transition: 0.6s;
  transition-property: top;
  background-color: var(--white-color);
}

.header--transformed {
  top: 0 !important;
}

.header--fixed .header__container {
  background-color: var(--white-color);
}

.header--fixed .header__nav-item {
  color: var(--primary-color);
}

.header__logo {
  height: 100%;
  padding: 25px min(98px, calc(100vw - 636px) / 5) 22px 60px;
}

.header__logo-img {
  width: 60px;
}

.header__logo-img--white {
  display: block;
}

.header__logo-img--red {
  display: none;
}

.header--transformed .header__logo-img--white {
  display: none;
}

.header--transformed .header__logo-img--red {
  display: block;
}

/* Navigation */
.header__nav {
  width: 100%;
  max-width: 608px;
  margin-left: auto;
  margin-right: min(98px, calc(100vw - 636px) / 5);
  /* 636px = all text and logo width */
  font-weight: 600;
  line-height: 16px;
}

.header__nav-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.header__nav-contact-btn {
  display: none;
  text-decoration: none;
}

.header__nav-item {
  color: var(--white-color);
  text-decoration: none;
  font-weight: bold;
}

/* Menu Section */
.header__right-btn-wrapper {
  height: 100%;
  display: flex;
}

.header__menu-mail {
  width: 100px;
  height: 100%;
  background-color: var(--contact-bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.header__menu-mail-text {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--white-color);
  display: none;
}

.header__menu-mail img {
  width: 32px;
}

/* Hamburger Menu */
.header__menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: var(--white-color);
  border: none;
  cursor: pointer;
  width: 65px;
  height: 100%;
}

.header__menu-line {
  display: block;
  width: 21px;
  height: 3px;
  background: var(--primary-color);
  transition: 0.6s;
}

/* Hamburger Animation */
.header__menu-toggle.open .header__menu-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.header__menu-toggle.open .header__menu-line:nth-child(2) {
  opacity: 0;
}

.header__menu-toggle.open .header__menu-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.header__menu-overlay {
  display: none;
}

#sp_nav {
  display: none;
}

@media (min-width: 768px) {
  .header__nav-item:hover {
    text-decoration: underline;
  }

  .header__menu-mail:hover {
    background-color: var(--contact-bg-hover);
  }
}

/* Mobile Menu */
@media (max-width: 767px) {
  .header__container {
    height: 56px;
    justify-content: space-between;
    box-shadow: 0px 4px 10px 0px #0000001A;
  }

  .header--fixed {
    box-shadow: 0px 4px 10px 0px #0000001A;
    top: -56px;
  }

  .header__logo {
    height: 100%;
    padding: 12px 16px;
  }

  .header__logo-img {
    width: 35px;
    height: auto;
  }

  #pc_nav {
    display: none;
  }

  #sp_nav {
    display: block;
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 412px;
    background-color: var(--white-color);
    transition: 0.6s ease-in-out;
    transition-property: transform;
    margin: 0;
    padding: 56px 0 0;
    transform: translate(0, -100%);
    background-image: url(../img/mim_pattern.svg);
    background-size: 300px 123px;
    background-repeat: no-repeat;
    background-position: -51px 88px
  }

  .header__nav-wrapper {
    margin-top: 60px;
    flex-direction: column;
    text-align: center;
    gap: 36px;
  }

  .header__nav-contact-btn {
    color: var(--white-color);
    background-color: var(--contact-bg);
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    width: 255px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .header__nav-contact-btn:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url(../img/mail-contact--white.svg);
    background-size: 20px 15px;
  }

  #sp_nav.open {
    transform: translate(0, 0);
  }

  .header__nav.open .header__nav-item {
    color: var(--primary-color);
  }

  .header__menu-overlay {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
  }

  .header__menu-mail {
    width: 65px;
    flex-direction: column;
    gap: 4px;
  }

  .header__menu-mail img {
    width: 20px;
  }

  .header__menu-mail-text {
    display: inline-block;
  }

  .header__menu-toggle {
    display: inline-flex;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: calc(100vw / 1280 * 760);
  overflow: hidden;
}

.hero__pink-bg {
  display: block;
  position: absolute;
  top: 0;
  left: calc(100vw / 1280 * 61);
  width: calc(100vw / 1280 * 738);
  transform: translate(0, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s, opacity .6s;
  content: '';
  z-index: -1;
}

.hero__red-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s, opacity .6s;
  content: '';
  z-index: -3;
}

.hero__sp-bg {
  display: none;
}

.hero__red-bg img,
.hero__pink-bg img {
  width: 100%;
  height: auto;
}

.hero.js-bg-fadein:before {
  transform: translate(0, 100%);
  opacity: 0;
}

.hero__container {
  max-width: 1120px;
  width: calc(100vw - 40px);
  display: grid;
  grid-template-areas: "h1 logo" "description logo";
  grid-template-columns: 1fr calc(100vw / 1280 * 316);
  margin: 38px auto 0;
}

.hero__h1 {
  grid-area: h1;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.hero__description {
  grid-area: description;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  color: var(--primary-color);
  margin-top: 7px;
}

.hero__description-bg {
  position: absolute;
  background: var(--white-color);
  height: 50px;
  z-index: -2;
}

.hero__description-bg--line1 {
  top: 83px;
  width: 304px;
}

.hero__description-bg--line2 {
  top: 144px;
  width: 494px;
}

.hero__logo {
  grid-area: logo;
  display: flex;
  justify-content: right;
  align-items: flex-start;
  margin-top: 16px;
}

.hero__logo-img {
  margin-top: 5px;
}

.hero__logo-img2 {
  margin-left: 15px;
}

.hero__logo-img img,
.hero__logo-img2 img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .hero__logo{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero__logo-img2 {
    margin-left: unset;
    margin-top: 10px;
  }
}


.hero__h1,
.hero__description,
.hero__logo,
.hero__description-bg {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, opacity linear 0.6s;
  transition-delay: 0.6s;
}

.hero.js-bg-fadein .hero__h1,
.hero.js-bg-fadein .hero__description,
.hero.js-bg-fadein .hero__logo,
.hero.js-bg-fadein .hero__pink-bg,
.hero.js-bg-fadein .hero__red-bg {
  transform: translate(0, 100%);
  opacity: 0;
}

.hero.js-bg-fadein .hero__description-bg {
  transform: translate(0, 80px);
  opacity: 0;
}

.hero__swiper {
  position: absolute;
  width: 100%;
  min-width: calc(100vw / 1280 * 1518);
  overflow: visible;
  transform: rotate(-5deg) translate(calc(-100vw / 1280 * 106), calc(100vw / 1280 * 8));
}

.hero__slide {
  border-radius: 10px;
  transition: opacity linear 0.4s, scale ease-in-out 0.4s;
}

.hero__slide--invisible {
  opacity: 0;
  scale: 0.88;
}

.hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.hero .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hero {
    height: calc(100vw / 375 * 489);
  }

  .hero__pink-bg,
  .hero__red-bg {
    display: none;
  }

  .hero__sp-bg {
    display: block;
    position: absolute;
    top: 0;
    left: -305px;
    width: 944px;
    transform: translate(0, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s, opacity .6s;
    content: '';
    z-index: -2;
  }

  .hero__sp-bg img {
    width: 100%;
    height: auto;
  }

  .hero__container {
    margin: 34px 16px 0;
    grid-template-areas: "h1 logo" "description description";
    grid-template-columns: 1fr 92px;
    width: calc(100vw - 32px);
  }

  .hero__h1 {
    margin-top: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 19.5px;
  }

  .hero__description {
    margin-top: 0;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.01em;
  }

  .hero__logo {
    margin-top: 0;

  }

  .hero__description-bg {
    height: 35px;
  }

  .hero__description-bg--line1 {
    width: 187px;
    top: 180px;
  }

  .hero__description-bg--line2 {
    width: 286px;
    top: 220px;
  }

  .hero__swiper {
    width: 100%;
    min-width: calc(100vw / 375 * 669);
    transform: rotate(-5deg) translate(calc(-100vw / 375 * 106), calc(100vw / 375 * 18));
  }
}

@charset "UTF-8";

:root {
  --primary-color: #661535;
  --contact-bg: #AF1250;
  --contact-bg-hover: #970038;
  --dark-color: #222222;
  --highlight-bg: #F8F8F8;
  --white-color: #FFFFFF;
  --font-family: 'Noto Sans JP', serif;
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.6;
  color: var(--dark-color);
  position: relative;
}

.main {}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.highlighted-text {
  font-weight: 600;
  color: var(--primary-color);
}

.js-fade-in {
  opacity: 0;
  translate: 0 50px
}


.btn-contact-sticky {
  position: fixed;
  bottom: 24px;
  right: 24px;
  color: var(--white-color);
  background-color: var(--contact-bg);
  width: 220px;
  height: 60px;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  z-index: 10;
  text-decoration: none;
}

.btn-contact-sticky:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 19px;
  background-image: url(../img/mail-contact--white.svg);
  background-size: 25px 19px;
}

.btn-go-to-top {
  width: 52px;
  height: 52px;
  background-color: var(--white-color);
  color: var(--primary-color);
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20.8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 24px;
  right: 24px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.btn-go-to-top.btn-go-to-top--hidden {
  display: none;
}

.btn-go-to-top::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 6px;
  background-image: url(../img/btn-top.svg);
  background-size: cover;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  display: none;
}

@media (min-width: 768px) {
  .btn-contact-sticky:hover {
    background-color: var(--contact-bg-hover);
  }

  .btn-go-to-top:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }

  .btn-go-to-top:hover::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 6px;
    background-image: url(../img/btn-top--white.svg);
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  .btn-contact-sticky {
    width: 60px;
    border-radius: 50%;
  }

  .btn-contact-sticky::before {
    width: 29px;
    height: 22px;
    background-size: 29px 22px;
  }

  .btn-contact-sticky span {
    display: none;
  }

  .btn-go-to-top {
    width: 60px;
    height: 60px;
  }

  .btn-go-to-top::before {
    width: 18px;
    height: 12px;
    background-size: 18px 12px;
  }

  .btn-go-to-top span {
    display: none;
  }

  .highlighted-text--pc-only {
    color: var(--dark-color);
  }

  .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    display: block;
    z-index: 1;
    opacity: 1;
    background-color: #555555;
  }
}

.information {
  padding: 100px 0;
  position: relative;
}

.information__mim-pattern {
  width: 485px;
  height: 198px;
  position: absolute;
  left: -55px;
  top: 100px;
  z-index: -1;
}

.information__container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.information__header {
  margin-top: 33px;
  width: max-content;
  flex-shrink: 0;
}

.information__heading {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: var(--primary-color);
}

.information__title {
  margin-top: 12px;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
}

.information__content {
  display: flex;
  flex-direction: column;
  overflow: auto;
  scrollbar-color: #6615354D #F8F8F8;
}

.information__item {
  display: grid;
  grid-template-areas: "image date" "image description";
  padding: 33px 34px 30px 20px;
  grid-template-columns: 120px 1fr;
  border-bottom: 1px solid #D2D2D2;
  gap: 12px 23px;
  text-decoration: none;
  color: inherit;
}

.information__item:has(a) {
  padding: 0;
}

.information__item>a {
  grid-column-start: span 2;
  grid-row-start: span 2;
  padding: 33px 34px 30px 20px;
  display: grid;
  grid-template-areas: "image date" "image description";
  grid-template-columns: 120px 1fr;
  gap: 12px 23px;
  text-decoration: none;
  color: inherit;
}

.information__image-wrapper {
  grid-area: image;
  width: 120px;
  height: min-content;
  line-height: 0;
}

.information__image {
  width: 100%;
}

.information__date {
  grid-area: date;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: var(--primary-color);
}

.information__description {
  grid-area: description;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 22.4px;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.information__description-icon-wrapper {
  margin-left: 34px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
}

.information__description-icon {
  width: 100%;
  line-height: 0;
}

.information__btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.information__btn {
  padding: 15px 60px;
  border: 2px solid var(--primary-color);
  border-radius: 4px;
  color: var(--primary-color);
  background: var(--white-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 768px) {
  .information__item>a:hover {
    background: #F8F8F8;
    cursor: pointer;
  }

  .information__item>a:hover .information__description {
    text-decoration: underline;
  }

  .information__btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
  }

  .information__item {
    grid-template-rows: 16px 1fr;
  }

  .information__item>a {
    grid-template-rows: 16px 1fr;
  }

  .information__description-text {
    align-self: flex-start;
  }

  .information__description-icon-wrapper {
    margin-top: -28px;
  }
}

@media (max-width: 767px) {
  .information {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .information__mim-pattern {
    width: 300px;
    height: 123px;
    left: -60px;
    top: 38px;
  }

  .information__header {
    margin-top: 0;
  }

  .information__heading {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
  }

  .information__title {
    margin-top: 0;
    font-size: 24px;
  }

  .information__container {
    padding: 70px 16px 0;
    flex-direction: column;
  }

  .information__content {
    margin-top: 46px;
    gap: 40px;
  }

  .information__item {
    padding: 0;
    grid-template-areas: "image" "date" "description";
    grid-template-columns: 1fr;
    row-gap: 0;
    column-gap: 10px;
    border: none;
  }

  .information__item>a {
    grid-column-start: span 1;
    grid-row-start: span 1;
    display: grid;
    padding: 0;
    grid-template-areas: "image" "date" "description";
    grid-template-columns: 1fr;
    row-gap: 0;
    column-gap: 10px;
    border: none;
  }

  .information__image-wrapper,
  .information__image {
    width: 100%;
    height: auto;
  }

  .information__date {
    margin-top: 12px;
    margin-left: 14px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.04em;
  }

  .information__description {
    margin-top: 6px;
    margin-left: 14px;
    font-weight: 500;
    font-size: 13px;
    line-height: 23.4px;
    letter-spacing: 0;
  }

  .information__description-icon-wrapper {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 14px;
    width: 18px;
  }

  .information__btn-wrapper {
    margin-top: 48px;
  }

  .information__btn {
    padding: 14px 58px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
  }
}

.problem {
  margin-top: 84px;
  position: relative;
  height: min(calc(100vw / 1280 * 719), 719px);
}

.problem__title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.problem__image-wrapper {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  max-width: 100vw;
}

.problem__image {
  max-width: 1103px;
  width: calc(100vw - 80px);
  height: auto;
}

@media (max-width: 767px) {
  .problem {
    margin-top: 20px;
    height: unset;
  }

  .problem__title {
    font-size: 24px;
  }

  .problem__image-wrapper {
    position: relative;
    top: unset;
    margin-top: 26px;
    max-width: 375px;
    width: calc(100% - 12px);
  }

  .problem__image {
    width: 100%;
  }
}

.scene {
  padding-top: 100px;
  background-color: var(--white-color);
  text-align: center;
}

.scene__heading {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: var(--primary-color);
}

.scene__title {
  margin-top: 12px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.scene__description {
  padding: 0 20px;
  margin-top: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

.scene__swiper-container {
  position: relative;
  margin-top: 55px;
  padding-bottom: 50px;
}

.scene__swiper-wrapper {
  width: 100%;
  padding-top: 108px;
  padding-bottom: 10px;
  overflow: hidden;
}

.scene__swiper-wrapper--red .scene__slide-detail {
  padding-bottom: 30px;
}

.scene__swiper-wrapper--red {
  background: #660f32;
  padding-bottom: 0;
}

.scene__slider {
  position: relative;
}

.scene__swiper {
  display: flex;
  align-items: stretch;
}

.scene__slide-wrapper {
  width: 465px;
  height: 100%;
}

.scene__slide.swiper-slide {
  width: max-content;
  height: unset !important;
}

.scene__slide.swiper-slide:first-child {
  padding-left: 60px;
}

.scene__slide.swiper-slide:last-child {
  padding-right: 60px;
}

.scene__slide-image-wrapper {
  width: 100%;
  line-height: 0;
}

.scene__slide-image {
  width: 100%;
  height: auto;
}

.scene__slide-title {
  margin-top: 21px;
  color: var(--white-color);
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.scene__slide-detail {
  margin-top: 16px;
  padding: 0 32px 28px;
  text-align: left;
  font-size: 16px;
  color: var(--white-color);
}

.scene .swiper-button-disabled {
  display: none;
}

/* Swiper Styles */
.scene .scene__pagination {
  bottom: -8px !important;
  top: unset !important;
}

.scene .swiper-pagination-bullet {
  background: var(--primary-color) !important;
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
}

/* Navigation */
.scene .swiper-button-prev,
.scene .swiper-button-next {
  color: var(--primary-color);
  background: #FFFFFFCC;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(22%);
}

.scene .swiper-button-prev {
  left: 60px;
}

.scene .swiper-button-next {
  right: 60px;
}

.scene .swiper-button-prev::after {
  content: url(../img/scene__button-prev.svg);
  width: 11px;
  height: 20px;
  font-size: unset;
  line-height: 0;
  margin-top: 5px;
}

.scene .swiper-button-next::after {
  content: url(../img/scene__button-next.svg);
  width: 11px;
  height: 20px;
  font-size: unset;
  line-height: 0;
  margin-top: 5px;
}

.scene__user-title {
  position: absolute;
  display: flex;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white-color);
  gap: 16px;
  font-weight: 600;
  font-size: 28px;
}

.scene__enterprise-title-img {
  display: inline-block;
  width: 37px;
}

.scene__enterprise-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary-color);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.scene__enterprise-title-img {
  display: inline-block;
  width: 30px;
}

.scene__swiper-container--enterprise {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 51px;
  background: #F8F8F8;
}

.scene__swiper-container--enterprise .scene__swiper-wrapper {
  padding: 35px 0 40px;
}

.scene__swiper-container--enterprise .scene__slide-wrapper {
  background: var(--white-color);
}

.scene__swiper-container--enterprise .scene__slide-title {
  color: var(--primary-color);
}

.scene__swiper-container--enterprise .scene__slide-detail {
  color: var(--dark-color);
}

.scene__pagination.scene__pagination--enterprise {
  bottom: 36px !important;
}

@media (max-width: 767px) {
  .scene {
    padding-top: 64px;
  }

  .scene__heading {
    font-size: 12px;
    line-height: 12px;
  }

  .scene__title {
    font-size: 24px;
    line-height: 38.4px;
    margin-top: 0;
  }

  .scene__description {
    font-weight: 500;
    font-size: 14px;
    line-height: 25.2px;
    text-align: center;
    padding: 0 16px;
    margin-top: 32px;
  }

  .scene__swiper-container {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .scene__swiper-wrapper {
    padding-top: 68px;
  }

  .scene__slide.swiper-slide:first-child {
    padding-left: 16px;
  }

  .scene__slide.swiper-slide:last-child {
    padding-right: 16px;
  }

  .scene__swiper-container--user {
    margin-bottom: 48px;
  }

  .scene__swiper-next,
  .scene__swiper-prev {
    display: none !important;
  }

  .scene .scene__pagination {
    bottom: -36px !important;
  }

  .scene__pagination.scene__pagination--enterprise {
    bottom: 15px !important;
  }

  .scene .swiper-pagination-bullet {
    margin: 0 3px !important;
  }

  .scene__slide-wrapper {
    width: 300px;
  }

  .scene__slide-title {
    font-size: 16px;
    text-align: center;
    margin-top: 14px;
  }

  .scene__slide-detail {
    font-size: 14px;
    margin-top: 14px;
    padding: 0 10px 20px;
  }

  .scene__swiper-container--enterprise {
    margin-top: 0;
    padding-top: 33px;
  }

  .scene__user-title {
    top: 24px;
    font-size: 20px;
    gap: 7px;
    line-height: 20px;
    letter-spacing: 0;
  }

  .scene__user-title-img {
    width: 19px;
    height: auto;
  }

  .scene__enterprise-title {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    gap: 7px;
  }

  .scene__enterprise-title-img {
    width: 17px;
    height: auto;
  }

  .scene__swiper-container--enterprise .scene__swiper-wrapper {
    padding-top: 32px;
    padding-bottom: 50px;
  }
}

.service {
  padding: 100px 0;
  position: relative;
}

.service__mim-pattern {
  position: absolute;
  top: 154px;
  left: -55px;
  width: 485px;
  height: 198px;
  z-index: -1;
}

.service__container {
  width: 100%;
  max-width: 880px;
  padding: 0 20px;
  margin: 0 auto;
}

.service__heading {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: var(--primary-color);
}

.service__title {
  margin-top: 8px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.section__description {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.04em;
}

.service__personalized {
  margin-top: 108px;
}

.service__hero {
  padding-top: 40px;
  min-height: min(calc(100vw / 1080 * 458), 458px);
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.service__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: min(calc(100vw / 1080 * 458), 458px);
  max-width: 1080px;
}

.service__hero-image img {
  width: 100%;
  height: auto;
}

/*.service__hero-image::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-image: linear-gradient(270deg, #FCF8F9 21.81%, rgba(255, 255, 255, 0) 46.1%);*/
/*}*/

.service__hero-content {
  width: 530px;
  max-width: 100vw;
  position: relative;
  margin-left: auto;
  margin-right: 12.5%;
  background: var(--primary-color);
  box-shadow: 0px 4px 30px 0px #0000001A;
  padding: 60px 40px 50px;
}

.service__hero-en-title {
  position: absolute;
  right: 16px;
  top: 0;
  font-family: Roboto, sans-serif;
  font-size: 70px;
  font-weight: 300;
  color: #FFFFFF33;
  line-height: 70px;
  text-align: right;
}

.service__hero-jp-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.03em;
  text-align: left;
  color: var(--white-color);
}

.service__hero-subtitle {
  letter-spacing: 0.5px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: var(--white-color);
}

.service__hero-description {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--white-color);
}

.service__features {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.service__feature {
  width: calc(33.3333% - 20px);
}

.service__feature-image {
  line-height: 0;
  max-width: 100%;
  border: 1px solid #D2D2D2
}

.service__feature-image img {
  width: 100%;
  height: auto;
}

.service__feature-content {
  margin-top: 20px;
}

.service__feature-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26.1px;
  text-align: center;
  color: var(--primary-color);
}

.service__feature-description {
  margin-top: 16px;
  padding: 0 14px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.service__visualize,
.service__customization {
  margin-top: 80px;
}

.service__hero--reverse .service__hero-image {
  left: unset;
  right: 0;
}

.service__hero--reverse .service__hero-content {
  margin-left: 12.5%;
  margin-right: auto;
}

.service__divider {
  margin: 100px auto 0;
  width: 100%;
  max-width: 960px;
  color: #E1E1E1;
  background-color: #E1E1E1;
  border-top: 1px solid #E1E1E1;
  height: 1px;
}

.service__other {
  margin-top: 57px;
}

.service__other-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary-color);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.service__other-title-img {
  display: inline-block;
  width: 40px;
}

.service__other-features {
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  gap: 13px;
}

.service__other-feature {
  flex: 1 1 calc(25% - 13px);
  padding: 17px 15px 22px;
  border: 1px solid var(--primary-color);
}

.service__other-feature-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: var(--primary-color);
  text-align: center;
}

.service__other-feature-divider {
  color: var(--primary-color);
  background-color: var(--primary-color);
  border-top: 1px solid var(--primary-color);
  border-bottom: none;
  border-left: none;
  border-right: none;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.service__other-feature-description {
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .service {
    padding: 80px 0 59px;
  }

  .service__heading {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
  }

  .service__title {
    font-size: 24px;
    margin-top: 0;
  }

  .service__container {
    padding: 0 16px;
  }

  .section__description {
    margin-top: 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
  }

  .service__mim-pattern {
    width: 300px;
    height: 123px;
    left: -61px;
    top: 134px;
  }

  .service__mim-pattern img {
    width: 100%;
    height: auto;
  }

  .service__personalized {
    margin-top: 48px;
  }

  .service__hero {
    padding-top: 213px;
  }

  .service__hero-content {
    width: calc(100% - 32px);
    max-width: 343px;
    margin: 0 auto;
    padding: 33px 24px 24px;
  }

  .service__hero--reverse .service__hero-content {
    margin: 0 auto;
  }

  .service__hero-en-title {
    font-size: 36px;
    line-height: 36px;
    top: -3px;
    right: 7px;
  }

  .service__hero-jp-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    white-space: nowrap;
  }

  .service__hero-subtitle {
    margin-top: 24px;
    font-size: 16px;
  }

  .service__hero-description {
    margin-top: 14px;
    font-size: 14px;
    line-height: 25.2px;
  }

  .service__features {
    margin-top: 32px;
    flex-direction: column;
    flex: 1 1 100%;
    justify-content: center;
    align-items: center;
    gap: 44px;
  }

  .service__feature {
    width: calc(100% - 32px);
  }

  .service__feature-title {
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23.2px;
  }

  .service__feature-description {
    margin-top: 14px;
    padding: 0 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24.5px;
  }

  .service__visualize,
  .service__customization {
    margin-top: 68px;
  }

  .service__divider {
    margin-top: 34px;
    width: 343px;
  }

  .service__other {
    margin-top: 60px;
  }

  .service__other-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    gap: 8px;
  }

  .service__other-title-img {
    width: 27px;
  }

  .service__other-features {
    padding: 0 16px;
    gap: 16px;
    margin-top: 33px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .service__other-feature {
    flex-basis: calc(50% - 8px);
    padding: 15px 10px;
  }

  .service__other-feature-title {
    font-size: 16px;
    line-height: 25.6px;
  }

  .service__other-feature-divider {
    margin-top: 4px;
    margin-bottom: 10px;
  }

  .service__other-feature-description {
    font-size: 13px;
    line-height: 22.75px;
    min-width: 143px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .service__hero-content {
    margin-right: 2.5%;
  }

  .service__hero--reverse .service__hero-content {
    margin-left: 2.5%;
  }
}