#front-page {
  overflow: hidden;
  position: relative;
}

#front-page::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  height: 262px;
  width: 542px;
  background: url("../img/common/fix-bg.svg") no-repeat center center;
  background-size: cover;
  z-index: -1;
  rotate: 180deg;
}

#front-page .fv {
  padding-top: 80px;
  background: #f7fcff;
}

#front-page .fv .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 34px 0 0 67px;
  margin-bottom: 32px;
}

#front-page .fv .upper .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 38px;
}

#front-page .fv .upper .texts h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.6px;
  border-bottom: 2px dotted #3c6e9a;
  padding-bottom: 5px;
}

#front-page .fv .upper .texts h1 span {
  color: #3c6e9a;
  font-weight: 700;
}

#front-page .fv .upper .texts h2 {
  max-width: 667px;
  width: 100%;
  height: auto;
}

#front-page .fv .upper .texts h2 img {
  width: 100%;
  height: auto;
}

#front-page .fv .upper .texts h3 {
  max-width: 512px;
  width: 100%;
  height: auto;
}

#front-page .fv .upper .texts h3 img {
  width: 100%;
  height: auto;
}

#front-page .fv .upper .film {
  width: 706px;
  height: 576px;
  background: url("../img/front-page/fv-film.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  padding: 49px 0 49px 24px;
  overflow-x: hidden;
}

#front-page .fv .upper .film #splide-film .splide__track .splide__list {
  width: 500px;
  height: 478px;
}

#front-page .fv .upper .film #splide-film .splide__track .splide__list img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

#front-page .fv .lower {
  position: relative;
}

#front-page .fv .lower ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

#front-page .fv .lower ul li {
  max-width: 123px;
  width: 100%;
  height: auto;
}

#front-page .fv .lower ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

#front-page .design {
  background: #f7fcff;
  border-radius: 0 0 30px 30px;
  position: relative;
  z-index: 2;
}

#front-page .design.no-background {
  background: #ffffff;
  border-radius: 0;
}

#front-page .design.no-background::after {
  content: none;
}

#front-page .design::after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1585px;
  height: 288px;
  background: url("../img/front-page/design-case-line.svg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}

#front-page .design .inner {
  padding: 80px 40px;
}

#front-page .design-content {
  position: relative;
  z-index: 1;
  margin: 64px 0;
}

#front-page .design-content .design-cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
}

#front-page .design-content .design-case-item {
  width: 384px;
}

#front-page .design-content .design-case-item .design-case-thumbnail {
  margin-bottom: 20px;
  width: 100%;
  height: 400px;
  padding: 32px 12px;
  border-radius: 12px;
  gap: 10px;
  background: url("../img/common/film.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

#front-page .design-content .design-case-item .design-case-thumbnail .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#front-page .design-content .design-case-item .design-case-thumbnail .img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#front-page .design-content .design-case-item .design-case-thumbnail .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#front-page .design-content .design-case-item .design-case-meta .meta-table {
  width: 100%;
  border-collapse: collapse;
}

#front-page .design-content .design-case-item .design-case-meta .meta-table td {
  padding: 2px 0;
  vertical-align: middle;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 1.28px;
}

#front-page .design-content .design-case-item .design-case-meta .meta-table td.meta-label {
  color: #606178;
  white-space: nowrap;
  width: 1%;
}

#front-page .design-content .design-case-item .design-case-meta .meta-table td.meta-separator {
  color: #dfdfe9;
  text-align: center;
  width: 20px;
  padding: 0 8px;
}

#front-page .design-content .design-case-item .design-case-meta .meta-table td.meta-value {
  color: #606178;
}

#front-page .design .btn-wrap {
  text-align: center;
}

#front-page .worry .inner {
  padding: 80px 40px 0;
}

#front-page .worry .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1.28px;
  color: #090a33;
  margin: 0 auto 24px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #3c6e9a;
}

#front-page .worry .title .color {
  color: #3c6e9a;
  font-weight: 700;
}

#front-page .worry .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

#front-page .worry .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 384px;
  max-width: 384px;
  padding: 24px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#front-page .worry .items .item .text p {
  font-family: "din-2014", sans-serif;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #2475bd;
}

#front-page .worry .items .item .text h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 33.6px */
  letter-spacing: 1.28px;
  color: #606178;
  text-align: center;
}

#front-page .worry .items .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: 200px;
}

#front-page .worry .items .item .img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#front-page .worry .solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
  position: relative;
}

#front-page .worry .solution .arrow-top,
#front-page .worry .solution .arrow-bottom {
  width: auto;
  height: 80px;
}

#front-page .worry .solution .arrow-top img,
#front-page .worry .solution .arrow-bottom img {
  width: auto;
  height: 100%;
}

#front-page .worry .solution h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 1.28px;
  color: #090a33;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

#front-page .worry .solution h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#front-page .worry .solution h2 .highlight {
  padding-left: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
}

#front-page .worry .solution h2 .highlight span {
  display: inline-block;
  color: #ffffff;
  background: #090a33;
  padding: 3px;
  border-radius: 4px;
  line-height: 1;
}

#front-page .worry .solution h2 .underline {
  border-bottom: 1px solid #090a33;
}

#front-page .resolved .inner {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  position: relative;
}

#front-page .resolved .inner::before {
  content: "";
  position: absolute;
  top: 57.5%;
  left: -341px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 710px;
  height: 736px;
  background: url("../img/front-page/resolved.svg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}

#front-page .resolved .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

#front-page .resolved .step .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}

#front-page .resolved .step .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#front-page .resolved .step .item .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}

#front-page .resolved .step .item .texts .num {
  font-family: "din-2014", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 64px */
  letter-spacing: 1.28px;
  color: #2475bd;
}

#front-page .resolved .step .item .texts h2 {
  font-size: 30.4px;
  font-style: normal;
  font-weight: 500;
  line-height: 48.64px;
  /* 160% */
  letter-spacing: 2.432px;
}

#front-page .resolved .step .item .texts p span {
  font-weight: 700;
}

#front-page .resolved .step .item .img {
  max-width: 710px;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#front-page .resolved .step .item .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 24px;
}

#front-page .resolved .anxiety .arrow-top,
#front-page .resolved .anxiety .arrow-bottom {
  width: auto;
}

#front-page .resolved .anxiety .arrow-top img,
#front-page .resolved .anxiety .arrow-bottom img {
  width: auto;
  height: 100%;
}

#front-page .resolved .anxiety .arrow-top {
  height: 40px;
}

#front-page .resolved .anxiety .arrow-bottom {
  height: 47px;
}

#front-page .resolved .anxiety .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

#front-page .resolved .anxiety .middle .img {
  width: 241px;
  height: auto;
}

#front-page .resolved .anxiety .middle .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#front-page .resolved .anxiety .middle .text {
  padding: 32px 20px;
  background: #e2ebf5;
  border-radius: 12px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  /* 200% */
  letter-spacing: 1.28px;
  position: relative;
}

#front-page .resolved .anxiety .middle .text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/common/balloon-l.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

#front-page .resolved .use h2 {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 32px */
  letter-spacing: 1.28px;
  color: #090a33;
  text-align: center;
  margin-bottom: 40px;
}

#front-page .resolved .use h2 span {
  display: inline-block;
  border-bottom: 2px dotted #3c6e9a;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#front-page .resolved .use .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 40px;
}

#front-page .resolved .use .items .item {
  max-width: 373px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

#front-page .resolved .use .items .item h3 {
  font-weight: 500;
  line-height: 21px;
  /* 131.25% */
  letter-spacing: 1.2px;
  color: #ffffff;
  background: #606178;
  padding: 16px 24px;
  border-radius: 57px;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 19px;
}

#front-page .resolved .use .items .item h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 17px;
  height: 19px;
  background: url("../img/common/balloon-b-g.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

#front-page .resolved .use .items .item .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

#front-page .resolved .use .items .item .middle .img {
  width: 120px;
  height: 120px;
}

#front-page .resolved .use .items .item .middle .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 40px;
}

#front-page .resolved .use .items .item .middle .texts p + p {
  margin-top: 8px;
}

#front-page .resolved .use .items .item .middle .texts p {
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  text-align: center;
}

#front-page .resolved .use .items .item .lower table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 14px;
  margin-bottom: 12px;
}

#front-page .resolved .use .items .item .lower table tbody tr {
  display: table-row;
}

#front-page .resolved .use .items .item .lower table tbody tr th {
  display: table-cell;
  width: 80px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.2px;
  color: #606178;
  text-align: left;
  vertical-align: top;
  padding-right: 8px;
}

#front-page .resolved .use .items .item .lower table tbody tr td {
  display: table-cell;
  line-height: 110%;
  vertical-align: top;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

#front-page .resolved .use .items .item .lower .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 10em;
  border-radius: 12px;
  padding: 24px;
  background: #e2ebf5;
}

#front-page .resolved .use .items .item .lower .wrap p {
  font-weight: 500;
  line-height: 28px;
  /* 175% */
  letter-spacing: 1.28px;
}

#front-page .resolved .use .items .item .lower .wrap p span {
  font-weight: 700;
  color: #3c6e9a;
}

#front-page .arrow-animation-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
  position: relative;
}

#front-page .arrow-animation-section .arrow-top,
#front-page .arrow-animation-section .arrow-bottom {
  width: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

#front-page .achievements {
  background-color: #f7fcff;
  padding: 80px 0;
}

#front-page .achievements .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#front-page .achievements .inner .l h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.28px;
}

#front-page .achievements .inner .r ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 780px;
}

#front-page .achievements .inner .r ul li {
  width: 100%;
  height: auto;
}

#front-page .achievements .inner .r ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#front-page .comparison {
  padding: 80px 0;
  background-color: #ffffff;
}

#front-page .comparison .inner .c-head {
  margin-bottom: 48px;
}

#front-page .comparison .inner .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 71px;
  background: #f7fcff;
  border-radius: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#front-page .comparison .inner .table-wrap .img {
  width: 1057px;
  min-width: 1057px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#front-page .comparison .inner .table-wrap .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#front-page .comparison .inner .point {
  margin: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

#front-page .comparison .inner .point .img {
  width: 50px;
  height: auto;
}

#front-page .comparison .inner .point .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#front-page .comparison .inner .point h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
  letter-spacing: 1.28px;
}

#front-page .comparison .inner .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 48px;
  padding: 0 70px;
}

#front-page .comparison .inner .cards .card {
  width: 100%;
  background-color: #2475bd;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 9px;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
}

#front-page .comparison .inner .cards .card .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 9px;
}

#front-page .comparison .inner .cards .card .upper .circle {
  width: 100px;
  height: 100px;
}

#front-page .comparison .inner .cards .card .upper .circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#front-page .comparison .inner .cards .card .upper h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  color: #ffffff;
}

#front-page .comparison .inner .cards .card .text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.179px;
  color: #ffffff;
}

#front-page .customer-voice {
  padding: 80px 0;
  background-color: #ffffff;
}

#front-page .customer-voice .inner {
  padding: 80px;
  background-color: #f7fcff;
  border-radius: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  max-width: 1360px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#front-page .customer-voice .inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 368px;
  height: 275px;
  background: url("../img/front-page/voice-bg01.webp") no-repeat center center;
  background-size: cover;
  z-index: -1;
}

#front-page .customer-voice .inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 437px;
  width: 616px;
  background: url("../img/front-page/voice-bg02.webp") no-repeat center center;
  background-size: cover;
  z-index: -1;
}

#front-page .customer-voice .inner .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}

#front-page .customer-voice .inner .items .item {
  padding: 48px 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 64px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #dfdfe9;
}

#front-page .customer-voice .inner .items .item .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

#front-page .customer-voice .inner .items .item .l h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  letter-spacing: 1.28px;
  color: #090a33;
}

#front-page .customer-voice .inner .items .item .l table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 14px;
  margin-bottom: 12px;
}

#front-page .customer-voice .inner .items .item .l table tbody tr {
  display: table-row;
}

#front-page .customer-voice .inner .items .item .l table tbody tr th {
  display: table-cell;
  width: 80px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.2px;
  color: #606178;
  text-align: left;
  vertical-align: middle;
  padding-right: 8px;
}

#front-page .customer-voice .inner .items .item .l table tbody tr td {
  display: table-cell;
  line-height: 110%;
  vertical-align: middle;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 19.8px */
}

#front-page .customer-voice .inner .items .item .l .texts h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 200% */
  letter-spacing: 1.28px;
  color: #3c6e9a;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#front-page .customer-voice .inner .items .item .l .texts h5::after {
  content: "";
  background-color: rgba(60, 110, 154, 0.2);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  margin-left: 7px;
}

#front-page .customer-voice .inner .items .item .r {
  width: 420px;
  height: 420px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#front-page .customer-voice .inner .items .item .r .splide__arrow:disabled {
  opacity: 0;
}

#front-page .customer-voice .inner .items .item .r .splide__arrow {
  opacity: 1;
  width: 32px;
  height: 32px;
}

#front-page .customer-voice .inner .items .item .r .splide__pagination {
  bottom: 12px;
}

#front-page .customer-voice .inner .items .item .r .splide__pagination__page {
  background: rgba(60, 110, 154, 0.2);
  margin: 0 4px;
}

#front-page .customer-voice .inner .items .item .r .splide__pagination__page.is-active {
  background: #2475bd;
  -webkit-transform: none;
  transform: none;
  z-index: 1;
}

#front-page .customer-voice .inner .items .item .r .splide {
  width: 100%;
  height: 100%;
}

#front-page .customer-voice .inner .items .item .r .splide .splide__slide {
  width: 420px;
  height: 420px;
}

#front-page .customer-voice .inner .items .item .r .splide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  border-radius: 12px;
}

#front-page .customer-voice .inner .items .item .r .splide .custom-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

#front-page .customer-voice .inner .items .item .r .splide .custom-arrow {
  background: none;
  border: none;
  pointer-events: auto;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 11;
  opacity: 1;
}

#front-page .customer-voice .inner .items .item .r .splide .custom-prev {
  background: url("../img/front-page/voice-slide-prev.svg") no-repeat center center;
  background-size: cover;
  left: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#front-page .customer-voice .inner .items .item .r .splide .custom-next {
  background: url("../img/front-page/voice-slide-next.svg") no-repeat center center;
  background-size: cover;
  right: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#front-page .campaign {
  padding: 80px 0;
  background-color: #ffffff;
}

#front-page .campaign .inner {
  background-color: #2475bd;
  padding: 60px 48px;
  border-radius: 24px;
  color: #ffffff;
  position: relative;
}

#front-page .campaign .inner::before,
#front-page .campaign .inner::after {
  content: "";
  position: absolute;
  width: 186px;
  height: 186px;
  background: url("../img/front-page/campaign-ribbon.svg") no-repeat center center;
  background-size: cover;
}

#front-page .campaign .inner::before {
  top: -8px;
  left: -8px;
}

#front-page .campaign .inner::after {
  bottom: -8px;
  right: -8px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#front-page .campaign .inner .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#front-page .campaign .inner .title-wrap h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 100%;
  /* 36px */
  letter-spacing: -2px;
  margin-bottom: 20px;
  position: relative;
}

#front-page .campaign .inner .title-wrap h2::before,
#front-page .campaign .inner .title-wrap h2::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 29px;
  background-size: cover;
  background-repeat: no-repeat;
}

#front-page .campaign .inner .title-wrap h2::before {
  left: -40px;
  background-image: url("../img/front-page/campaign-left.svg");
}

#front-page .campaign .inner .title-wrap h2::after {
  right: -40px;
  background-image: url("../img/front-page/campaign-right.svg");
}

#front-page .campaign .inner h3 {
  text-align: center;
  font-size: 30.4px;
  font-weight: 500;
  line-height: 48.64px;
  /* 160% */
  letter-spacing: 2.432px;
  margin-bottom: 20px;
}

#front-page .campaign .inner h3 span {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 12px */
  letter-spacing: 2.432px;
}

#front-page .campaign .inner .period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

#front-page .campaign .inner .period h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 16px;
  border-radius: 28px;
  border: 2px solid #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
  letter-spacing: 1.28px;
}

#front-page .campaign .inner .period .date p {
  font-family: "din-2014", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 28px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fabf13));
  background: linear-gradient(transparent 80%, #fabf13 80%);
}

#front-page .campaign .inner .period .date p span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

#front-page .campaign .inner .text {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin-bottom: 24px;
}

#front-page .campaign .inner .products {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

#front-page .campaign .inner .products li {
  width: 258px;
  height: auto;
  background: #ffffff;
  border-radius: 24px;
}

#front-page .campaign .inner .products li img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

#front-page .campaign .inner .note {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
  letter-spacing: 1.28px;
}

#front-page .column {
  padding: 120px 0;
  background-color: #ffffff;
}

#front-page .column .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 80px;
}

#front-page .column .inner .c-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#front-page .column .inner .content {
  max-width: 873px;
  width: 100%;
}

#front-page .column .inner .content .useful-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 80px;
}

#front-page .column .inner .content .useful-info-list li {
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #dfdfe9;
}

#front-page .column .inner .content .useful-info-list li:last-child {
  border-bottom: 1px solid #dfdfe9;
}

#front-page .column .inner .content .useful-info-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 48px;
}

#front-page .column .inner .content .useful-info-list li a span {
  display: block;
}

#front-page .column .inner .content .useful-info-list li a span.date {
  font-family: "Lato", sans-serif;
  position: relative;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
  /* 160% */
  letter-spacing: 0.32px;
  color: #606178;
}

#front-page .column .inner .content .useful-info-list li a span.date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #606178;
}

#front-page .column .inner .content .useful-info-list li a span.title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  /* 160% */
  letter-spacing: 0.32px;
}

@media screen and (max-width: 1152px) {
  #front-page::after {
    right: 0;
    bottom: 0;
    width: 70.5128205128vw;
    height: 34.1191051282vw;
  }

  #front-page .fv {
    padding-top: 25.641025641vw;
    border-radius: 0 0 7.6923076923vw 7.6923076923vw;
  }

  #front-page .fv .upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 89.7435897436vw;
    width: 100%;
    margin: 0 auto;
    gap: 10.2564102564vw;
    padding: 0;
  }

  #front-page .fv .upper .texts {
    gap: 9.7435897436vw;
  }

  #front-page .fv .upper .texts h1 {
    font-size: 4.1025641026vw;
    letter-spacing: 0.1076923077vw;
    border-bottom: 0.5128205128vw dotted #3c6e9a;
    padding-bottom: 0.6358974359vw;
  }

  #front-page .fv .upper .texts h2 {
    max-width: 89.7435897436vw;
    width: 100%;
  }

  #front-page .fv .upper .texts h3 {
    max-width: 76.9230769231vw;
    width: 100%;
  }

  #front-page .fv .upper .film {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 73.2184615385vw;
    padding: 6.2282051282vw 0 6.2282051282vw 3.0512820513vw;
  }

  #front-page .fv .upper .film #splide-film .splide__track .splide__list {
    width: 63.5576923077vw;
    height: 60.2482051282vw;
  }

  #front-page .fv .lower {
    display: none;
  }

  #front-page .design {
    padding: 20.5128205128vw 5.1282051282vw;
  }

  #front-page .design::after {
    display: none;
  }

  #front-page .design .inner {
    padding: 0;
  }

  #front-page .design-content .design-cases {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12.3076923077vw;
  }

  #front-page .design-content .design-case-item {
    width: 100%;
    max-width: 100%;
  }

  #front-page .design-content .design-case-item .design-case-thumbnail {
    background: url("../img/common/film-sp.svg");
    height: 77.9487179487vw;
    padding: 8.2051282051vw 5.1282051282vw;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3.0769230769vw;
    gap: 2.5641025641vw;
  }

  #front-page .design-content .design-case-item .design-case-thumbnail .img img {
    width: 100%;
    height: 100%;
  }

  #front-page .design-content .design-case-item .design-case-meta .meta-table td {
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
    /* 142.857% */
    letter-spacing: 0.3282051282vw;
  }

  #front-page .design-content .design-case-item .design-case-meta .meta-table td.meta-separator {
    padding: 0 3.0769230769vw;
  }

  #front-page .worry .inner {
    padding: 20.5128205128vw 5.1282051282vw 0;
  }

  #front-page .worry .title {
    font-size: 6.1538461538vw;
    letter-spacing: 0.2564102564vw;
    padding-bottom: 2.5641025641vw;
    border-bottom: 0.5128205128vw dotted #3c6e9a;
  }

  #front-page .worry .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6.1538461538vw;
  }

  #front-page .worry .items .item {
    width: 100%;
    max-width: 98.4615384615vw;
    padding: 6.1538461538vw 0;
    gap: 6.6666666667vw;
  }

  #front-page .worry .items .item .text p {
    font-size: 5.1282051282vw;
    font-style: normal;
    font-weight: 600;
    line-height: 11.4871794872vw;
    /* 140% */
  }

  #front-page .worry .items .item .text h3 {
    font-size: 4.1025641026vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8.6153846154vw;
    /* 140% */
    letter-spacing: 0.3282051282vw;
  }

  #front-page .worry .items .item .img {
    width: auto;
    height: 51.2820512821vw;
  }

  #front-page .worry .solution {
    gap: 2.3076923077vw;
  }

  #front-page .worry .solution .arrow-top,
  #front-page .worry .solution .arrow-bottom {
    height: 20.5128205128vw;
  }

  #front-page .worry .solution h2 {
    font-size: 8.2051282051vw;
    font-style: normal;
    font-weight: 600;
    line-height: 11.4871794872vw;
    /* 140% */
    letter-spacing: 0.3282051282vw;
    gap: 2.3076923077vw;
  }

  #front-page .worry .solution h2 .sp-n-flex {
    display: block;
    width: 100%;
    font-size: 6.1538461538vw;
    font-weight: 500;
    line-height: 100%;
    /* 24px */
    letter-spacing: 0.3282051282vw;
    text-wrap: nowrap;
  }

  #front-page .worry .solution h2 .highlight {
    padding-left: 0;
    gap: 0.5128205128vw;
  }

  #front-page .worry .solution h2 .highlight span {
    padding: 0.7692307692vw;
    border-radius: 0.5128205128vw;
  }

  #front-page .worry .solution h2 .underline {
    border: none;
    display: inline;
  }

  #front-page .resolved .inner {
    padding: 20.5128205128vw 5.1282051282vw;
    gap: 10.2564102564vw;
  }

  #front-page .resolved .inner {
    padding: 20.5128205128vw 5.1282051282vw;
  }

  #front-page .resolved .inner::before {
    display: none;
  }

  #front-page .resolved .step {
    gap: 15.3846153846vw;
  }

  #front-page .resolved .step .item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #front-page .resolved .step .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6.1538461538vw;
  }

  #front-page .resolved .step .item .texts {
    gap: 3.0769230769vw;
  }

  #front-page .resolved .step .item .texts .num {
    font-size: 16.4102564103vw;
    font-style: normal;
    font-weight: 600;
    line-height: 23.1794871795vw;
    /* 140% */
    letter-spacing: 0.3282051282vw;
  }

  #front-page .resolved .step .item .texts h2 {
    font-size: 5.1282051282vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 20px */
    letter-spacing: 0.6235897436vw;
  }

  #front-page .resolved .step .item .texts p {
    font-size: 3.8461538462vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 24px */
    letter-spacing: 0.0820512821vw;
  }

  #front-page .resolved .step .item .img {
    max-width: 89.7435897436vw;
    width: 100%;
    height: 76.9230769231vw;
  }

  #front-page .resolved .step .item .img img {
    width: 100%;
    height: 100%;
  }

  #front-page .resolved .anxiety .arrow-top {
    height: 10.2564102564vw;
  }

  #front-page .resolved .anxiety .arrow-bottom {
    height: 12.0512820513vw;
  }

  #front-page .resolved .anxiety .middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5.1282051282vw;
  }

  #front-page .resolved .anxiety .middle .img {
    width: 61.7948717949vw;
    height: auto;
  }

  #front-page .resolved .anxiety .middle .text {
    padding: 5.1282051282vw 8.2051282051vw;
    font-size: 4.1025641026vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: 0.3282051282vw;
  }

  #front-page .resolved .anxiety .middle .text::before {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    top: auto;
    bottom: -5.1282051282vw;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(270deg);
    transform: translateX(-50%) rotate(270deg);
  }

  #front-page .resolved .use h2 {
    font-size: 5.1282051282vw;
    letter-spacing: 0.3282051282vw;
    margin-bottom: 10.2564102564vw;
    text-wrap: nowrap;
  }

  #front-page .resolved .use h2 span {
    margin-bottom: 5.1282051282vw;
    padding-bottom: 2.5641025641vw;
    border-bottom: 0.5128205128vw dotted #3c6e9a;
  }

  #front-page .resolved .use .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10.2564102564vw;
  }

  #front-page .resolved .use .items .item {
    max-width: 95.641025641vw;
    width: 100%;
    gap: 6.1538461538vw;
  }

  #front-page .resolved .use .items .item h3 {
    line-height: 5.3846153846vw;
    /* 131.25% */
    letter-spacing: 0.3076923077vw;
    padding: 4.1025641026vw 6.1538461538vw;
    border-radius: 14.6153846154vw;
    margin-bottom: 4.8717948718vw;
  }

  #front-page .resolved .use .items .item h3::after {
    width: 4.358974359vw;
    height: 4.8717948718vw;
    bottom: -4.6153846154vw;
  }

  #front-page .resolved .use .items .item .middle {
    gap: 3.0769230769vw;
  }

  #front-page .resolved .use .items .item .middle .img {
    width: 30.7692307692vw;
    height: 30.7692307692vw;
  }

  #front-page .resolved .use .items .item .middle .img img {
    border-radius: 10.2564102564vw;
  }

  #front-page .resolved .use .items .item .middle .texts p + p {
    margin-top: 2.0512820513vw;
  }

  #front-page .resolved .use .items .item .lower table {
    border-spacing: 0 3.5897435897vw;
    margin-bottom: 3.0769230769vw;
  }

  #front-page .resolved .use .items .item .lower table tbody tr th {
    width: 20.5128205128vw;
    font-size: 3.5897435897vw;
    padding-right: 2.0512820513vw;
    letter-spacing: 0.3076923077vh;
  }

  #front-page .resolved .use .items .item .lower table tbody tr td {
    font-size: 4.1025641026vw;
  }

  #front-page .resolved .use .items .item .lower .wrap {
    padding: 6.1538461538vw;
    border-radius: 3.0769230769vw;
  }

  #front-page .resolved .use .items .item .lower .wrap p {
    line-height: 7.1794871795vw;
    /* 175% */
    letter-spacing: 0.3282051282vw;
  }

  #front-page .arrow-animation-section {
    gap: 2.3076923077vw;
  }

  #front-page .arrow-animation-section .arrow-top,
  #front-page .arrow-animation-section .arrow-bottom {
    width: auto;
    height: 20.5128205128vw;
  }

  #front-page .achievements {
    padding: 20.5128205128vw 5.1282051282vw;
  }

  #front-page .achievements .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12.3076923077vw;
  }

  #front-page .achievements .inner .l h2 {
    font-size: 6.1538461538vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 0.3282051282vw;
  }

  #front-page .achievements .inner .r {
    width: 100%;
    text-align: center;
  }

  #front-page .achievements .inner .r ul {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    gap: 6.4102564103vw;
  }

  #front-page .comparison {
    padding: 20.5128205128vw 5.1282051282vw;
  }

  #front-page .comparison .inner .c-head {
    margin-bottom: 12.3076923077vw;
  }

  #front-page .comparison .inner .table-wrap {
    padding: 10.2564102564vw 5.1282051282vw;
    border-radius: 12.3076923077vw;
  }

  #front-page .comparison .inner .table-wrap .img {
    max-width: 184.6153846154vw;
    width: 184.6153846154vw;
  }

  #front-page .comparison .inner .point {
    margin: 12.3076923077vw 0 6.1538461538vw;
    gap: 3.0769230769vw;
  }

  #front-page .comparison .inner .point .img {
    width: 7.9487179487vw;
  }

  #front-page .comparison .inner .point h3 {
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
    /* 116.667% */
    letter-spacing: 0.3282051282vw;
  }

  #front-page .comparison .inner .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    gap: 6.1538461538vw;
    padding: 0;
  }

  #front-page .comparison .inner .cards .card {
    padding: 8.2051282051vw 6.1538461538vw;
    gap: 2.3076923077vw;
    clip-path: polygon(0 0, calc(100% - 6.1538461538vw) 0, 100% 6.1538461538vw, 100% 100%, 6.1538461538vw 100%, 0 calc(100% - 6.1538461538vw));
  }

  #front-page .comparison .inner .cards .card .upper {
    gap: 2.3076923077vw;
  }

  #front-page .comparison .inner .cards .card .upper .circle {
    width: 25.641025641vw;
    height: 25.641025641vw;
  }

  #front-page .comparison .inner .cards .card .upper h4 {
    font-size: 4.1025641026vw;
  }

  #front-page .comparison .inner .cards .card .text {
    font-size: 3.5897435897vw;
    line-height: 5.7435897436vw;
    /* 160% */
    letter-spacing: 0.0458974359vw;
  }

  #front-page .customer-voice {
    padding: 20.5128205128vw 0;
  }

  #front-page .customer-voice .inner {
    padding: 20.5128205128vw 5.1282051282vw;
    max-width: 100%;
    border-radius: 12.3076923077vw;
    gap: 12.3076923077vw;
    position: relative;
    overflow: hidden;
    z-index: 1;
    max-width: 100%;
  }

  #front-page .customer-voice .inner::before {
    width: 59.4871794872vw;
    height: 44.8717948718vw;
  }

  #front-page .customer-voice .inner::after {
    height: 71.7948717949vw;
    width: 101.2820512821vw;
    -webkit-transform: scale(1, -1) rotate(90deg);
    transform: scale(1, -1) rotate(90deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    top: 0;
    right: 0;
  }

  #front-page .customer-voice .inner .items {
    gap: 12.3076923077vw;
  }

  #front-page .customer-voice .inner .items .item {
    padding: 12.3076923077vw 5.1282051282vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6.1538461538vw;
    border-radius: 4.1025641026vw;
  }

  #front-page .customer-voice .inner .items .item .l {
    gap: 6.1538461538vw;
  }

  #front-page .customer-voice .inner .items .item .l h4 {
    font-size: 4.6153846154vw;
    line-height: 7.1794871795vw;
  }

  #front-page .customer-voice .inner .items .item .l table {
    border-spacing: 0 3.5897435897vw;
    margin-bottom: 3.0769230769vw;
  }

  #front-page .customer-voice .inner .items .item .l table tbody tr th {
    width: 20.5128205128vw;
    font-size: 3.5897435897vw;
    padding-right: 2.0512820513vw;
    letter-spacing: 0.3076923077vh;
  }

  #front-page .customer-voice .inner .items .item .l table tbody tr td {
    font-size: 3.8461538462vw;
    line-height: 140%;
  }

  #front-page .customer-voice .inner .items .item .l .texts h5 {
    font-size: 4.1025641026vw;
    font-style: normal;
    font-weight: 500;
    line-height: 8.2051282051vw;
    /* 200% */
    letter-spacing: 0.3282051282vw;
  }

  #front-page .customer-voice .inner .items .item .l .texts h5::after {
    margin-left: 1.7948717949vw;
  }

  #front-page .customer-voice .inner .items .item .l .texts p {
    font-size: 3.8461538462vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8.2051282051vw;
    /* 213.333% */
    letter-spacing: 0.0717948718vw;
  }

  #front-page .customer-voice .inner .items .item .r {
    width: 100%;
    height: 79.4871794872vw;
  }

  #front-page .customer-voice .inner .items .item .r .splide__arrow {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }

  #front-page .customer-voice .inner .items .item .r .splide__pagination {
    bottom: 3.0769230769vw;
  }

  #front-page .customer-voice .inner .items .item .r .splide__pagination__page {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    margin: 0 1.0256410256vw;
  }

  #front-page .customer-voice .inner .items .item .r .splide .splide__slide {
    width: 79.4871794872vw;
    height: 79.4871794872vw;
    border-radius: 3.0769230769vw;
  }

  #front-page .customer-voice .inner .items .item .r .splide .splide__slide img {
    border-radius: 3.0769230769vw;
  }

  #front-page .customer-voice .inner .items .item .r .splide .custom-arrow {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }

  #front-page .customer-voice .inner .items .item .r .splide .custom-prev {
    left: 3.0769230769vw;
  }

  #front-page .customer-voice .inner .items .item .r .splide .custom-next {
    right: 3.0769230769vw;
  }

  #front-page .campaign {
    padding: 20.5128205128vw 5.1282051282vw;
  }

  #front-page .campaign .inner {
    padding: 20.5128205128vw 5.1282051282vw;
    border-radius: 6.1538461538vw;
  }

  #front-page .campaign .inner::before,
  #front-page .campaign .inner::after {
    width: 40vw;
    height: 40vw;
  }

  #front-page .campaign .inner::before {
    left: -2.0512820513vw;
    top: -2.0512820513vw;
  }

  #front-page .campaign .inner::after {
    right: -2.0512820513vw;
    bottom: -2.0512820513vw;
  }

  #front-page .campaign .inner .title-wrap h2 {
    margin-bottom: 6.1538461538vw;
    font-size: 9.2307692308vw;
    letter-spacing: -0.5128205128vw;
    margin-bottom: 5.1282051282vw;
  }

  #front-page .campaign .inner .title-wrap h2::before,
  #front-page .campaign .inner .title-wrap h2::after {
    width: 6.6666666667vw;
    height: 7.4358974359vw;
  }

  #front-page .campaign .inner .title-wrap h2::before {
    left: -10.2564102564vw;
  }

  #front-page .campaign .inner .title-wrap h2::after {
    right: -10.2564102564vw;
  }

  #front-page .campaign .inner h3 {
    font-size: 6.1538461538vw;
    font-weight: 700;
    line-height: 9.7435897436vw;
    /* 158.333% */
    letter-spacing: 0.6235897436vw;
  }

  #front-page .campaign .inner h3 span {
    font-size: 3.0769230769vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.0769230769vw;
    /* 100% */
    letter-spacing: 0.6235897436vw;
  }

  #front-page .campaign .inner .period {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.5641025641vw;
    margin-bottom: 6.1538461538vw;
  }

  #front-page .campaign .inner .period h4 {
    width: 32.8205128205vw;
    text-align: center;
    padding: 1.7948717949vw 4.1025641026vw;
    border-radius: 7.1794871795vw;
    font-size: 5.1282051282vw;
    font-weight: 500;
    line-height: 5.1282051282vw;
    /* 20px */
    letter-spacing: 0.3282051282vw;
  }

  #front-page .campaign .inner .period .date p {
    font-size: 6.1538461538vw;
    font-weight: 400;
    line-height: 5.3846153846vw;
    text-wrap: nowrap;
  }

  #front-page .campaign .inner .period .date p span {
    font-size: 4.5282051282vw;
    line-height: 5.6602564103vw;
    /* 125% */
  }

  #front-page .campaign .inner .text {
    text-align: left;
    font-size: 3.8461538462vw;
    font-style: normal;
    font-weight: 500;
    line-height: 8.2051282051vw;
    /* 213.333% */
    letter-spacing: 0.0820512821vw;
  }

  #front-page .campaign .inner .products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.0769230769vw;
    margin-bottom: 6.1538461538vw;
  }

  #front-page .campaign .inner .products li {
    width: 38.2051282051vw;
    height: 38.2051282051vw;
    border-radius: 6.1538461538vw;
  }

  #front-page .campaign .inner .products li img {
    border-radius: 6.1538461538vw;
  }

  #front-page .campaign .inner .note {
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0px;
    font-size: 3.0769230769vw;
  }

  #front-page .column {
    padding: 20.5128205128vw 5.1282051282vw;
  }

  #front-page .column .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12.3076923077vw;
  }

  #front-page .column .inner .content {
    max-width: 223.8461538462vw;
    width: 100%;
  }

  #front-page .column .inner .content .useful-info-list {
    margin-bottom: 12.3076923077vw;
  }

  #front-page .column .inner .content .useful-info-list li {
    padding: 10.2564102564vw 0;
  }

  #front-page .column .inner .content .useful-info-list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.0512820513vw;
  }

  #front-page .column .inner .content .useful-info-list li a span.date {
    font-size: 3.3333333333vw;
    line-height: 5.3333333333vw;
    /* 160% */
    letter-spacing: 0.0820512821vw;
  }

  #front-page .column .inner .content .useful-info-list li a span.date::after {
    right: -3.0769230769vw;
    width: 0.2564102564vw;
    height: 2.5641025641vw;
  }

  #front-page .column .inner .content .useful-info-list li a span.title {
    font-size: 4.6153846154vw;
    line-height: 7.3846153846vw;
    /* 160% */
    letter-spacing: 0.0820512821vw;
  }
}

@media screen and (max-width: 390px) {
  #front-page .fv .upper .film #splide-film .splide__track .splide__list img {
    border-radius: 2.5435897436vw;
  }
}
/*# sourceMappingURL=front-page.css.map */