@charset "UTF-8";
html {
  font-size: 1.0582010582vw;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.header {
  display: flex;
  position: fixed;
  width: 100%;
  justify-content: space-between;
  background-color: transparent;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .header {
    position: relative;
    background-color: #fff;
    justify-content: center;
  }
}
.logo {
  width: 17.328042328vw;
  margin: 1.5873015873vw 0 0 2.1164021164vw;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 61.3871794872vw;
    padding: 2.0512820513vw 0;
    margin: unset;
  }
}
.header__items {
  position: absolute;
  display: flex;
  right: 0;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .header__items {
    position: fixed;
    display: flex;
    justify-content: center;
    bottom: env(safe-area-inset-bottom, 0);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 2.1384615385vw 0;
    z-index: 1000;
  }
}
.header__item {
  font-size: 1.0582010582vw;
  font-weight: 700;
  line-height: 175%;
  width: 16.9312169312vw;
  height: 3.7037037037vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../assets/img/bg_header-download.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: -2.1825396825vw;
  transition: filter 0.3s ease;
}

@media screen and (max-width: 768px) {
  .header__item {
    font-size: 3.5897435897vw;
    width: 48.241025641vw;
    height: 11.4512820513vw;
    background-image: url(../../assets/img/sp_bg_header-download.png);
    margin-right: -6.6666666667vw;
  }
}
.header__item:nth-child(2) {
  width: 15.873015873vw;
  justify-content: flex-end;
  padding-right: 1.5873015873vw;
  background-image: url(../../assets/img/bg_header-contact.png);
  margin-right: unset;
}

@media screen and (max-width: 768px) {
  .header__item:nth-child(2) {
    width: 52.3435897436vw;
    height: 11.4512820513vw;
    background-image: url(../../assets/img/sp_bg_header-contact.png);
    padding-right: 6.4102564103vw;
  }
}
.header__item:hover {
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.6));
}

.header__link {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}

.header__item:nth-child(2) .header__link {
  color: #fff;
  margin-left: 2.6455026455vw;
}

@media screen and (max-width: 768px) {
  .header__item:nth-child(2) .header__link {
    margin-left: 5.8974358974vw;
  }
}
.fv {
  position: relative;
  padding-top: 5.753968254vw;
}
@media screen and (max-width: 768px) {
  .fv {
    padding-top: unset;
  }
}

.fv-img {
  position: relative;
  z-index: 1;
}

.fv-frame {
  position: absolute;
  width: 43.6507936508vw;
  height: 26.5873015873vw;
  top: 20.0396825397vw;
  right: 15.5423280423vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fv-frame {
    width: 89.7435897436vw;
    height: 55.1282051282vw;
    top: 45.8974358974vw;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}

.fv__inner {
  position: absolute;
  top: 21.2301587302vw;
  right: 16.7328042328vw;
  width: 41.1375661376vw;
  height: 24.2063492063vw;
  border: 1px solid #fff;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    top: 48.4615384615vw;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 84.358974359vw;
    height: 49.7435897436vw;
  }
}

.fv-heading__wrap {
  display: flex;
}

.fv-heading_01 {
  font-size: 1.3227513228vw;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  width: 16.335978836vw;
  height: 5.4894179894vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fv-heading_01 {
    font-size: 2.7128205128vw;
    font-weight: 700;
    width: 33.8461538462vw;
    height: 11.2820512821vw;
  }
}

.fv-heading_02 {
  font-size: 1.5873015873vw;
  font-weight: 700;
  text-align: center;
  width: 24.6693121693vw;
  height: 5.4894179894vw;
  border-left: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fv-heading_02 {
    font-size: 3.2538461538vw;
    width: 50.5128205128vw;
    height: 11.2820512821vw;
  }
}

.fv-title_01 {
  font-size: 5.291005291vw;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  height: 7.4074074074vw;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .fv-title_01 {
    font-size: 10.8461538462vw;
    height: 15.1282051282vw;
    line-height: 120%;
  }
}

.fv-title_02 {
  font-size: 9.2592592593vw;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  height: 11.4417989418vw;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fv-title_02 {
    font-size: 18.9820512821vw;
    height: 23.3333333333vw;
    margin-top: -1.2820512821vw;
  }
}

.issues {
  position: relative;
  margin-top: 1.9841269841vw;
  padding-bottom: 21.2301587302vw;
}
@media screen and (max-width: 768px) {
  .issues {
    margin-top: 16.4102564103vw;
    padding-bottom: 29.2307692308vw;
  }
}

.bg__issues {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bg__issues {
    bottom: 5.1282051282vw;
  }
}

.issues .inner {
  position: relative;
  z-index: 10;
}

.offer {
  position: relative;
}
@media screen and (max-width: 768px) {
  .offer {
    padding-bottom: 17.1794871795vw;
  }
}

.bg__offer {
  position: absolute;
  bottom: -8.5978835979vw;
}
@media screen and (max-width: 768px) {
  .bg__offer {
    bottom: 0;
  }
}

.offer .inner {
  position: relative;
  z-index: 10;
}

.offer__hading {
  font-size: 1.5873015873vw;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .offer__hading {
    font-size: 4.1025641026vw;
    line-height: 2;
  }
}

.offer .bg-blue {
  padding: 0 0.6613756614vw;
}
.offer__items {
  display: flex;
  margin-top: 3.5714285714vw;
  gap: 0.8597883598vw;
}
@media screen and (max-width: 768px) {
  .offer__items {
    margin-top: 8.2051282051vw;
    display: block;
  }
}

.offer__item {
  width: 22.0238095238vw;
  height: 21.7592592593vw;
  border: 1px solid #7980DB;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .offer__item {
    width: 100%;
    height: 46.6666666667vw;
  }
}

.offer__item:nth-child(2) {
  border: 1px solid #70C499;
}

.offer__item:nth-child(3) {
  border: 1px solid #D65D5D;
}

@media screen and (max-width: 768px) {
  .offer__item + .offer__item {
    margin-top: 4.1025641026vw;
  }
}

.offer__item__hading {
  display: flex;
  flex: 0 0 auto;
}

.offer__item__number {
  font-size: 2.380952381vw;
  font-weight: 300;
  line-height: 1.3333333333;
  font-family: "Roboto", sans-serif;
  color: #7980DB;
  width: 10.9788359788vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .offer__item__number {
    font-size: 9.2307692308vw;
    width: 43.8461538462vw;
  }
}

.offer__item:nth-child(2) .offer__item__number {
  color: #70C499;
}

.offer__item:nth-child(3) .offer__item__number {
  color: #D65D5D;
}

.offer__item__img {
  width: 10.9788359788vw;
  border-left: 1px solid #7980DB;
}
@media screen and (max-width: 768px) {
  .offer__item__img {
    width: 43.8461538462vw;
  }
}

.offer__item:nth-child(2) .offer__item__img {
  border-left: 1px solid #70C499;
}

.offer__item:nth-child(3) .offer__item__img {
  border-left: 1px solid #D65D5D;
}

.offer__item__text {
  font-size: 1.3227513228vw;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  border-top: 1px solid #7980DB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  flex: 1 1 auto;
  gap: 0.7936507937vw;
}
@media screen and (max-width: 768px) {
  .offer__item__text {
    font-size: 4.1025641026vw;
    line-height: 2.1;
  }
}

.offer__item:nth-child(2) .offer__item__text {
  border-top: 1px solid #70C499;
}

.offer__item:nth-child(3) .offer__item__text {
  border-top: 1px solid #D65D5D;
}

.offer__item__text--weight {
  font-size: 1.7195767196vw;
  font-weight: 700;
  line-height: 1.1923076923;
}
@media screen and (max-width: 768px) {
  .offer__item__text--weight {
    font-size: 5.1282051282vw;
    line-height: 1.9;
  }
}

.offer__concluding {
  font-size: 2.6455026455vw;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  margin-top: 5.6878306878vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .offer__concluding {
    font-size: 6.1538461538vw;
    margin-top: 6.1538461538vw;
  }
}

.results {
  margin-top: 11.3756613757vw;
  padding-bottom: 7.9365079365vw;
}
@media screen and (max-width: 768px) {
  .results {
    margin-top: 5.1282051282vw;
    padding-bottom: 10vw;
  }
}

@media screen and (max-width: 768px) {
  .results .layout__items {
    margin-top: 4.8717948718vw;
  }
}

@media screen and (max-width: 768px) {
  .results .layout__img__wrap {
    height: 26.1538461538vw;
  }
}

.results .layout__item__title {
  font-size: 1.5873015873vw;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .results .layout__item__title {
    font-size: 4.6153846154vw;
    padding: 6.1538461538vw 0 6.1538461538vw 3.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .results .layout__item:nth-child(1) .layout__item__title {
    padding: 6.1538461538vw 0 6.1538461538vw 5.8974358974vw;
  }
}

.case {
  padding-top: 7.9365079365vw;
  padding-bottom: 7.9365079365vw;
  background-image: url(../../assets/img/bg_case.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .case {
    padding-top: 10.2564102564vw;
    padding-bottom: 10.2564102564vw;
    background-image: url(../../assets/img/sp_bg_case.jpg);
  }
}

.case__items {
  margin-top: 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .case__items {
    margin-top: 4.1025641026vw;
  }
}

.case__item {
  background-color: #11261B;
  border: 1px solid #fff;
}

.case__item + .case__item {
  margin-top: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .case__item + .case__item {
    margin-top: 6.1538461538vw;
  }
}

.case__item__heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.case__item__number {
  font-size: 1.8518518519vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.1785714286;
  color: #fff;
  width: 5.4232804233vw;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .case__item__number {
    font-size: 4.1025641026vw;
    line-height: 1.1875;
    width: 8.9743589744vw;
  }
}

.case__item__text {
  font-size: 1.8518518519vw;
  font-weight: 700;
  line-height: 1.2142857143;
  color: #fff;
  border-left: 1px solid #fff;
  padding: 1.3227513228vw 1.5873015873vw 1.5873015873vw;
  width: 62.3677248677vw;
}
@media screen and (max-width: 768px) {
  .case__item__text {
    font-size: 4.6153846154vw;
    line-height: 1.2222222222;
    width: 78.9743589744vw;
    padding: 3.0769230769vw 6.1538461538vw 2.0512820513vw;
  }
}

.case__item__text .size {
  font-size: 1.3227513228vw;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .case__item__text .size {
    font-size: 3.5897435897vw;
    line-height: 150%;
  }
}

@media screen and (max-width: 768px) {
  .case__item__text .margin {
    line-height: 2;
  }
}

.case-contents__wrap {
  display: flex;
  gap: 1.5873015873vw;
  padding: 1.5873015873vw;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .case-contents__wrap {
    display: block;
    padding: 4.1025641026vw;
  }
}

.case-contents__img {
  width: 21.6931216931vw;
  height: 20.5687830688vw;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.69px solid #fff;
}
@media screen and (max-width: 768px) {
  .case-contents__img {
    width: 79.4871794872vw;
    height: 49.2307692308vw;
    -o-object-fit: cover;
       object-fit: cover;
    border: 1px solid #fff;
    margin: 0 auto;
  }
}

.case__item:nth-child(2) .case-contents__img {
  height: 25.462962963vw;
}
@media screen and (max-width: 768px) {
  .case__item:nth-child(2) .case-contents__img {
    height: 49.2307692308vw;
  }
}

.case__item:nth-child(3) .case-contents__img {
  height: 22.5529100529vw;
}
@media screen and (max-width: 768px) {
  .case__item:nth-child(3) .case-contents__img {
    height: 49.2307692308vw;
  }
}

.case__item:nth-child(4) .case-contents__img {
  height: 27.2486772487vw;
}
@media screen and (max-width: 768px) {
  .case__item:nth-child(4) .case-contents__img {
    height: 49.2307692308vw;
  }
}

.case-contents__text__wrap {
  width: 41.2698412698vw;
}
@media screen and (max-width: 768px) {
  .case-contents__text__wrap {
    width: 100%;
    margin-top: 4.1025641026vw;
  }
}

.case-contents__task {
  position: relative;
}

.case-contents__task::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/case-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 2.9100529101vw;
  height: 1.6534391534vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.9761904762vw;
}
@media screen and (max-width: 768px) {
  .case-contents__task::before {
    width: 6.1538461538vw;
    height: 4.1025641026vw;
    bottom: -5.8974358974vw;
  }
}

.case-contents__task__label {
  display: inline-block;
  padding: 0.5291005291vw;
  font-size: 0.9259259259vw;
  font-weight: 500;
  line-height: 1.2142857143;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .case-contents__task__label {
    font-size: 3.0769230769vw;
    line-height: 1.1666666667;
    padding: 2.0512820513vw;
  }
}

.case-contents__task__items {
  border: 1px solid #fff;
}

.case-contents__task__item {
  font-size: 1.1904761905vw;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  padding: 0.5291005291vw 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .case-contents__task__item {
    font-size: 3.5897435897vw;
    padding: 2.0512820513vw 4.1025641026vw;
  }
}

.case-contents__task__item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.case-contents__point {
  margin-top: 3.7698412698vw;
}
@media screen and (max-width: 768px) {
  .case-contents__point {
    margin-top: 7.1794871795vw;
  }
}

.case-contents__point__label {
  display: inline-block;
  padding: 0.5291005291vw;
  font-size: 0.9259259259vw;
  font-weight: 500;
  line-height: 1.2142857143;
  color: #000;
  background-color: #70C499;
}
@media screen and (max-width: 768px) {
  .case-contents__point__label {
    font-size: 3.0769230769vw;
    line-height: 1.1666666667;
    padding: 2.0512820513vw;
  }
}

.case-contents__point__items {
  border: 1px solid #70C499;
}

.case-contents__point__item {
  font-size: 1.3227513228vw;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  padding: 0.5291005291vw 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .case-contents__point__item {
    font-size: 4.1025641026vw;
    padding: 2.0512820513vw 4.1025641026vw;
  }
}

.case-contents__point__item:not(:last-child) {
  border-bottom: 1px solid #70C499;
}

.case-contents__point__item .weight {
  font-weight: 400;
}

.components {
  position: relative;
  padding-top: 7.9365079365vw;
  padding-bottom: 7.9365079365vw;
  background-image: url(../../assets/img/bg_components.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .components {
    padding-top: 10.2564102564vw;
    padding-bottom: 10.2564102564vw;
    background-image: url(../../assets/img/sp_bg_components.jpg);
  }
}

.components__items {
  margin-top: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .components__items {
    margin-top: 5.1282051282vw;
  }
}

.components__item {
  border: 1px solid #fff;
}

.components__item + .components__item {
  margin-top: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .components__item + .components__item {
    margin-top: 6.1538461538vw;
  }
}

.components__item__heading {
  display: flex;
  height: 5.4232804233vw;
}
@media screen and (max-width: 768px) {
  .components__item__heading {
    height: 9.7435897436vw;
  }
}

.components__item__number {
  font-size: 1.8518518519vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.1785714286;
  color: #fff;
  width: 5.4232804233vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .components__item__number {
    font-size: 4.1025641026vw;
    line-height: 1.1875;
    width: 8.9743589744vw;
  }
}

.components__item__title {
  font-size: 1.8518518519vw;
  font-weight: 700;
  line-height: 1.2142857143;
  color: #fff;
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
  padding-left: 2.3148148148vw;
}
@media screen and (max-width: 768px) {
  .components__item__title {
    font-size: 4.6153846154vw;
    line-height: 1.2222222222;
    line-height: 3;
    width: 78.9743589744vw;
    padding-left: 3.5897435897vw;
    padding-bottom: 0.5128205128vw;
  }
}

.components__item__body {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #fff;
  height: 11.1111111111vw;
}
@media screen and (max-width: 768px) {
  .components__item__body {
    display: block;
    height: unset;
  }
}

.components__item__img__wrap {
  width: 27.2486772487vw;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .components__item__img__wrap {
    width: 87.6923076923vw;
    height: 36.4102564103vw;
    align-items: center;
  }
}

.components__item__img {
  width: 26.1904761905vw;
}
@media screen and (max-width: 768px) {
  .components__item__img {
    width: 83.5897435897vw;
  }
}

.components__item:nth-child(2) .components__item__img {
  width: 21.2301587302vw;
  margin-top: -1.6534391534vw;
  margin-left: 1.3227513228vw;
}
@media screen and (max-width: 768px) {
  .components__item:nth-child(2) .components__item__img {
    width: 72.8205128205vw;
    margin-top: -2.5641025641vw;
    margin-left: 2.5641025641vw;
  }
}

.components__item:nth-child(3) .components__item__img {
  width: 26.0582010582vw;
  margin-left: 2.6455026455vw;
}
@media screen and (max-width: 768px) {
  .components__item:nth-child(3) .components__item__img {
    width: 82.5641025641vw;
  }
}

.components__item__text {
  font-size: 1.455026455vw;
  font-weight: 700;
  line-height: 175%;
  color: #fff;
  width: 40.6084656085vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11.1111111111vw;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .components__item__text {
    font-size: 4.1025641026vw;
    border-left: unset;
    border-top: 1px solid #fff;
    width: 100%;
    height: unset;
    padding: 2.0512820513vw 4.6153846154vw;
  }
}

.components__item__feature__wrap {
  display: flex;
  gap: 1.5873015873vw;
  padding: 1.5873015873vw;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .components__item__feature__wrap {
    padding: 3.0769230769vw 4.1025641026vw 4.1025641026vw;
    gap: unset;
  }
}

.components__item__feature__label {
  font-size: 1.1904761905vw;
  font-weight: 700;
  line-height: 1.5555555556;
  color: #000;
  background-color: #6095EA;
  width: 5.4232804233vw;
  height: 6.746031746vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .components__item__feature__label {
    font-size: 4.1025641026vw;
    line-height: 1.75;
    width: 12.3076923077vw;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .components__item__feature__items {
    padding-left: 5.1282051282vw;
    width: 63.0769230769vw;
  }
}

.components__item__feature__item {
  font-size: 1.1904761905vw;
  font-weight: 700;
  line-height: 1.8;
  color: #6095EA;
}
@media screen and (max-width: 768px) {
  .components__item__feature__item {
    font-size: 3.5897435897vw;
    line-height: 1.5;
    text-indent: -1.5em;
    padding-left: 1em;
    width: 63.0769230769vw;
  }
}

.components__item__feature__item .font {
  font-family: "Roboto", sans-serif;
  padding-right: 0.5291005291vw;
}
@media screen and (max-width: 768px) {
  .components__item__feature__item .font {
    padding-right: 2.0512820513vw;
  }
}

.advantage {
  position: relative;
  background-image: url(../../assets/img/bg_advantage.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 11.1772486772vw;
  padding-bottom: 6.0846560847vw;
  margin-top: -8.5978835979vw;
}
@media screen and (max-width: 768px) {
  .advantage {
    background-image: url(../../assets/img/sp_bg_advantage.jpg);
    padding: 6.1538461538vw;
    margin-top: unset;
    padding-top: 10.2564102564vw;
    padding-bottom: unset;
  }
}

.advantage .inner {
  position: relative;
  padding: 4.7619047619vw 3.1746031746vw 8.5978835979vw;
}
@media screen and (max-width: 768px) {
  .advantage .inner {
    padding: 6.1538461538vw 4.1025641026vw 16.6666666667vw;
    z-index: 10;
  }
}

.advantage-title__heading {
  font-size: 1.1904761905vw;
  font-weight: 500;
  line-height: 175%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .advantage-title__heading {
    font-size: 3.5897435897vw;
  }
}

.advantage-title {
  font-size: 2.1164021164vw;
  font-weight: 700;
  line-height: 175%;
  color: #fff;
  margin-top: 0.2645502646vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .advantage-title {
    font-size: 6.1538461538vw;
    margin-top: 1.0256410256vw;
  }
}

.advantage__abstract {
  font-size: 1.455026455vw;
  font-weight: 500;
  line-height: 175%;
  color: #fff;
  text-align: center;
  margin-top: 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .advantage__abstract {
    font-size: 4.1025641026vw;
    margin-top: 4.1025641026vw;
  }
}

.advantage__text {
  font-size: 1.1904761905vw;
  font-weight: 500;
  line-height: 175%;
  color: #fff;
  padding-top: 1.0582010582vw;
  width: 56.0846560847vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .advantage__text {
    font-size: 3.5897435897vw;
    padding-top: 2.0512820513vw;
    width: 79.4871794872vw;
    margin: unset;
  }
}

.advantage__text span {
  display: inline-block;
}

.advantage__items {
  display: flex;
  gap: 3.0423280423vw;
  margin-top: 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .advantage__items {
    flex-direction: column;
    gap: unset;
    margin-top: 6.1538461538vw;
    justify-content: center;
  }
}

.advantage__item {
  width: 29.1666666667vw;
  padding: 1.5873015873vw 0;
  background-image: url(../../assets/img/bg_advantage-item_01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .advantage__item {
    width: 79.4871794872vw;
    padding: 4.1025641026vw 0;
    background-image: url(../../assets/img/sp_bg_advantage-item_01.jpg);
    margin: 0 auto;
  }
}

.advantage__item:nth-child(2) {
  background-image: url(../../assets/img/bg_advantage-item_02.jpg);
}
@media screen and (max-width: 768px) {
  .advantage__item:nth-child(2) {
    background-image: url(../../assets/img/sp_bg_advantage-item_02.jpg);
  }
}

@media screen and (max-width: 768px) {
  .advantage__item + .advantage__item {
    margin-top: 2.0512820513vw;
  }
}

.advantage__item__number {
  position: relative;
  font-size: 1.3227513228vw;
  font-weight: 700;
  line-height: 175%;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .advantage__item__number {
    font-size: 3.5897435897vw;
  }
}

.advantage__item__number::before {
  position: absolute;
  content: "";
  width: 1.2566137566vw;
  height: 0.0661375661vw;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 12.1031746032vw;
}
@media screen and (max-width: 768px) {
  .advantage__item__number::before {
    width: 4.8717948718vw;
    height: 0.2564102564vw;
    left: 30.7692307692vw;
  }
}

.advantage__item__number::after {
  position: absolute;
  content: "";
  width: 1.2566137566vw;
  height: 0.0661375661vw;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 12.037037037vw;
}
@media screen and (max-width: 768px) {
  .advantage__item__number::after {
    width: 4.8717948718vw;
    height: 0.2564102564vw;
    right: 30.7692307692vw;
  }
}

.advantage__item__title {
  font-size: 1.455026455vw;
  font-weight: 700;
  line-height: 175%;
  color: #fff;
  text-align: center;
  margin-top: 0.2645502646vw;
}
@media screen and (max-width: 768px) {
  .advantage__item__title {
    font-size: 4.6153846154vw;
    margin-top: 1.0256410256vw;
  }
}

.advantage__item__img {
  width: 9.5238095238vw;
  padding-top: 1.0582010582vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .advantage__item__img {
    width: 36.9230769231vw;
    padding-top: 2.0512820513vw;
  }
}

.advantage__item__text {
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 175%;
  color: #fff;
  text-align: center;
  margin-top: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .advantage__item__text {
    font-size: 3.5897435897vw;
    margin-top: 2.0512820513vw;
  }
}

.advantage__conclusion {
  font-size: 1.8518518519vw;
  font-weight: 700;
  line-height: 175%;
  text-align: center;
  margin-top: 4.2328042328vw;
}
@media screen and (max-width: 768px) {
  .advantage__conclusion {
    font-size: 4.6153846154vw;
    line-height: 150%;
    margin-top: 8.2051282051vw;
  }
}

.advantage-arrow {
  position: absolute;
  width: 53.3068783069vw;
  height: 6.6798941799vw;
  bottom: 6.2830687831vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .advantage-arrow {
    width: 100vw;
    bottom: -0.7692307692vw;
    left: 0;
  }
}

.advantage-btn {
  position: relative;
  padding-bottom: 12.3677248677vw;
}
@media screen and (max-width: 768px) {
  .advantage-btn {
    padding-top: 8.9743589744vw;
    padding-bottom: 25.641025641vw;
    z-index: 1;
  }
}

.advantage-btn__link {
  position: relative;
  font-size: 2.1164021164vw;
  font-weight: 700;
  line-height: 1.1875;
  color: #fff;
  text-align: center;
  background-color: #6095EA;
  width: 36.6402116402vw;
  height: 6.2169312169vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .advantage-btn__link {
    font-size: 4.6153846154vw;
    line-height: 1.2222222222;
    width: 77.4358974359vw;
    height: 13.8461538462vw;
  }
}

.advantage-btn__link::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/bg_advantage-btn-frame.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 39.0873015873vw;
  height: 8.5978835979vw;
  top: -1.1904761905vw;
  left: -1.1904761905vw;
}
@media screen and (max-width: 768px) {
  .advantage-btn__link::before {
    width: 83.8461538462vw;
    height: 20.5128205128vw;
    top: -2.5641025641vw;
    left: -3.0769230769vw;
  }
}

.advantage-btn__link:hover {
  filter: grayscale(40%);
  transition: filter 0.3s ease;
}

.download {
  position: relative;
  background-image: url(../../assets/img/bg_download.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 8.5978835979vw;
  padding-bottom: 9.0608465608vw;
}
@media screen and (max-width: 768px) {
  .download {
    background-image: url(../../assets/img/sp_bg_download.jpg);
    padding-top: 17.4358974359vw;
    padding-bottom: 23.5897435897vw;
    width: 100%;
  }
}

.download-title {
  position: absolute;
  top: -4.2989417989vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.1164021164vw;
  font-weight: 700;
  line-height: 1.1875;
  background-image: url(../../assets/img/bg_download-title.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 81.2169312169vw;
  height: 8.5978835979vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 0.3306878307vw;
}
@media screen and (max-width: 768px) {
  .download-title {
    background-image: url(../../assets/img/sp_bg_download-title.png);
    width: 100vw;
    height: 25.641025641vw;
    top: -14.1025641026vw;
    font-size: 6.1538461538vw;
    z-index: 30;
    color: #446073;
    margin-top: 1.2820512821vw;
    padding-bottom: unset;
  }
}

.download__items {
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
  width: 68.253968254vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .download__items {
    display: block;
    width: 87.6923076923vw;
    border: unset;
  }
}

.download__item {
  width: 22.5529100529vw;
}
@media screen and (max-width: 768px) {
  .download__item {
    width: 100%;
    border: 1px solid #fff;
  }
}

.download__item:not(:first-child) {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .download__item + .download__item {
    margin-top: 4.1025641026vw;
  }
}

.download__item__title {
  font-size: 1.5873015873vw;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 0.5291005291vw 0;
}
@media screen and (max-width: 768px) {
  .download__item__title {
    font-size: 4.6153846154vw;
    padding: 2.0512820513vw 0;
    line-height: 148%;
  }
}

.download-understand__wrap {
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 175%;
  color: #fff;
  padding: 1.5873015873vw;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .download-understand__wrap {
    font-size: 3.5897435897vw;
    padding: 4.1025641026vw;
  }
}

.download-understand__heading {
  font-weight: 700;
}

.download-understand__item {
  text-indent: -1em;
  padding-left: 1em;
}

.download__img {
  border-top: 1px solid #fff;
  padding: 0.9920634921vw 0;
}
@media screen and (max-width: 768px) {
  .download__img {
    padding: 3.8461538462vw 0;
  }
}

.download__img img {
  width: 15.1455026455vw;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 #FFF;
}
@media screen and (max-width: 768px) {
  .download__img img {
    width: 36.1538461538vw;
  }
}

.download-recommended__wrap {
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 1.75;
  color: #FFDA2A;
  padding: 1.5873015873vw;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .download-recommended__wrap {
    font-size: 3.5897435897vw;
    padding: 4.1025641026vw;
  }
}

.download-recommended__heading {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .download-recommended__items {
    margin-top: 2.0512820513vw;
  }
}

.download-recommended__item {
  position: relative;
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 175%;
  color: #fff;
  padding-left: 1.0582010582vw;
}
@media screen and (max-width: 768px) {
  .download-recommended__item {
    font-size: 3.5897435897vw;
    padding-left: 4.1025641026vw;
  }
}

.download-recommended__item::before {
  position: absolute;
  content: "";
  width: 0.5291005291vw;
  height: 0.0661375661vw;
  background-color: #FFDA2A;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .download-recommended__item::before {
    width: 2.0512820513vw;
    height: 0.2564102564vw;
  }
}

@media screen and (max-width: 768px) {
  .download-recommended__item + .download-recommended__item {
    margin-top: 1.9230769231vw;
  }
}

.download-btn {
  margin-top: 5.4232804233vw;
}
@media screen and (max-width: 768px) {
  .download-btn {
    margin-top: 11.2820512821vw;
  }
}

.download-btn__link {
  position: relative;
  font-size: 2.1164021164vw;
  font-weight: 700;
  line-height: 1.1875;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 38.7566137566vw;
  height: 6.2169312169vw;
  border: 1px solid #FFF;
  background: rgba(255, 218, 42, 0.5);
}
@media screen and (max-width: 768px) {
  .download-btn__link {
    font-size: 4.6153846154vw;
    line-height: 1.2222222222;
    width: 82.0512820513vw;
    height: 13.8461538462vw;
  }
}

.download-btn__link::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/download-btn-frame.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 41.5343915344vw;
  height: 8.664021164vw;
  top: -1.1904761905vw;
  left: -1.3227513228vw;
}
@media screen and (max-width: 768px) {
  .download-btn__link::before {
    width: 88.4615384615vw;
    height: 20vw;
    top: -2.5641025641vw;
    left: -3.3333333333vw;
  }
}

.download-btn__link:hover {
  filter: grayscale(40%);
  transition: filter 0.3s ease;
}

.contact {
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact {
    margin-top: -0.5128205128vw;
  }
}

.contact__inner {
  position: absolute;
  bottom: -1.9841269841vw;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .contact__inner {
    bottom: -11.0256410256vw;
  }
}
.contact-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1904761905vw;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  color: #fff;
  background-image: url(../../assets/img/contact-comment_frame.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15.5423280423vw;
  height: 1.1243386243vw;
  margin: 0 auto 0.7275132275vw;
}

@media screen and (max-width: 768px) {
  .contact-comment {
    font-size: 3.8461538462vw;
    line-height: 1.8666666667;
    width: 52.5641025641vw;
    height: 4.358974359vw;
    background-image: url(../../assets/img/sp_contact-comment_frame.png);
    margin-bottom: 1.7948717949vw;
  }
}
.contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5873015873vw;
  font-weight: 700;
  line-height: 1.1666666667;
  color: #fff;
  background-image: url(../../assets/img/bg_contact.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 44.246031746vw;
  height: 4.3650793651vw;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;
  padding-bottom: 0.3306878307vw;
}

@media screen and (max-width: 768px) {
  .contact-btn {
    font-size: 4.6153846154vw;
    line-height: 1.5555555556;
    width: 86.4102564103vw;
    height: 22.0512820513vw;
    background-image: url(../../assets/img/sp_bg_contact.png);
    padding-left: 5.1282051282vw;
    justify-content: start;
  }
}
.contact-btn:hover {
  filter: grayscale(40%);
  transition: filter 0.3s ease;
}

.footer {
  padding: 3.542989418vw 0 1.4265873016vw;
  background-color: #002B49;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 17.1794871795vw 0 53.0769230769vw;
  }
}
.copyright {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 3.0769230769vw;
    line-height: 2.3333333333;
  }
}
.layout__items {
  margin-top: 2.1164021164vw;
}
@media screen and (max-width: 768px) {
  .layout__items {
    margin-top: 6.1538461538vw;
  }
}

.layout__item {
  display: flex;
  gap: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .layout__item {
    display: block;
  }
}

.layout__item + .layout__item {
  margin-top: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .layout__item + .layout__item {
    margin-top: 8.2051282051vw;
  }
}

.layout__img__wrap {
  width: 18.3862433862vw;
}
@media screen and (max-width: 768px) {
  .layout__img__wrap {
    display: flex;
    width: 87.6923076923vw;
  }
}

@media screen and (max-width: 768px) {
  .layout__img {
    width: 43.8461538462vw;
  }
}

.layout__item__title {
  font-size: 1.1904761905vw;
  font-weight: 500;
  line-height: 1.2222222222;
  text-align: center;
  color: #fff;
  padding: 0.7936507937vw 0 0.8597883598vw;
  border-top: 2px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .layout__item__title {
    font-size: 4.6153846154vw;
    width: 43.8461538462vw;
    border-left: unset;
    text-align: left;
    padding: 5.8974358974vw 4.358974359vw;
    border-top: 1px solid #fff;
  }
}

.layout__item__title .size {
  font-size: 2.380952381vw;
  font-weight: 700;
  line-height: 1.1944444444;
}
@media screen and (max-width: 768px) {
  .layout__item__title .size {
    font-size: 6.1538461538vw;
    line-height: 1.2083333333;
  }
}

.layout__text__items {
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .layout__text__items {
    border: unset;
  }
}

.layout__text__item {
  position: relative;
  font-size: 1.7195767196vw;
  font-weight: 500;
  line-height: 1.1923076923;
  color: #fff;
  width: 46.2301587302vw;
  height: 5.0925925926vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .layout__text__item {
    font-size: 4.6153846154vw;
    line-height: 1.5;
    width: 100%;
    height: 13.8461538462vw;
    margin-top: 5.1282051282vw;
    border: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .layout__item:nth-child(2) .layout__text__item {
    height: 22.0512820513vw;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .results .layout__item:nth-child(2) .layout__text__item {
    height: 13.8461538462vw;
    flex-direction: unset;
  }
}

.layout__text__item .weight {
  font-weight: 700;
}

.layout__text__item:first-child,
.layout__text__item:nth-child(2) {
  border-bottom: 1px solid #fff;
}

.layout__text__item::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/issues__text-mark.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.7195767196vw;
  height: 1.9841269841vw;
  top: 50%;
  transform: translateY(-50%);
  left: -1.7195767196vw;
}
@media screen and (max-width: 768px) {
  .layout__text__item::before {
    background-image: url(../../assets/img/sp_issues__text-mark.svg);
    width: 4.358974359vw;
    height: 4.358974359vw;
    top: -1.5384615385vw;
    left: 39.7435897436vw;
  }
}

.section-title__heading {
  position: relative;
  font-size: 0.9259259259vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.1428571429;
  color: #6095EA;
  padding-left: 0.8597883598vw;
}
@media screen and (max-width: 768px) {
  .section-title__heading {
    font-size: 3.5897435897vw;
    padding-left: 3.3333333333vw;
  }
}

.section-title__heading::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/section-title_icon-blue.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 0.3306878307vw;
  height: 0.462962963vw;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .section-title__heading::before {
    width: 1.2820512821vw;
    height: 1.7948717949vw;
  }
}

.section-title {
  font-size: 2.1164021164vw;
  font-weight: 700;
  line-height: 1.1875;
  margin-top: 0.7936507937vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 6.1538461538vw;
    line-height: 150%;
    margin-top: 3.0769230769vw;
  }
}

.section-title__heading.section-title__heading--green {
  color: #70C499;
}

.section-title__heading.section-title__heading--green::before {
  background-image: url(../../assets/img/section-title_icon-green.svg);
}

.color-blue {
  color: #6095EA;
}

.color-green {
  color: #70C499;
}

.color-purple {
  color: #7980DB;
}

.color-red {
  color: #D65D5D;
}

.bg-blue {
  background-color: #6095EA;
  color: #000;
}

.inner {
  max-width: 67.791005291vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 87.6923076923vw;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

body {
  background-color: #000;
}