@charset "UTF-8";
.test-from-colors {
  outline: 5px dashed lime !important;
}

.main html {
  font-size: 0.9375vw;
  font-weight: 500;
  color: #333333;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .main html {
    width: 100%;
    scroll-padding-top: 50px;
  }
}
.main body {
  font-family: "Noto Sans JP", sans-serif;
}
.main a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .main a[href^="tel:"] {
    pointer-events: auto;
  }
}
.main a {
  transition: opacity 0.3s;
}

.main *,
.main *::before,
.main *::after {
  box-sizing: border-box;
}
.main {
  /* Remove default padding */
}
.main ul,
.main ol {
  padding: 0;
}
.main {
  /* Remove default margin */
}
.main body,
.main h1,
.main h2,
.main h3,
.main h4,
.main p,
.main ul,
.main ol,
.main figure,
.main blockquote,
.main dl,
.main dd {
  margin: 0;
}
.main {
  /* Set core root defaults */
}
.main html {
  scroll-behavior: smooth;
}
.main {
  /* Set core body defaults */
}
.main body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
.main {
  /* Remove list styles on ul, ol elements with a class attribute */
}
.main ul,
.main ol {
  list-style: none;
}
.main {
  /* A elements that don't have a class get default styles */
}
.main a:not([class]) {
  text-decoration-skip-ink: auto;
}
.main a {
  text-decoration: none;
}
.main {
  /* Make images easier to work with */
}
.main img {
  max-width: 100%;
  display: block;
  width: 100%;
}
.main {
  /* Natural flow and rhythm in articles by default */
}
.main article > * + * {
  margin-top: 1em;
}
.main {
  /* Inherit fonts for inputs and buttons */
}
.main input,
.main button,
.main textarea,
.main select {
  font: inherit;
}
.main {
  /* Blur images when they have no alt attribute */
}
.main img:not([alt]) {
  filter: blur(10px);
}
.main {
  /* フォームリセット */
}
.main input,
.main button,
.main select,
.main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.main textarea {
  resize: vertical;
}
.main input[type=checkbox],
.main input[type=radio] {
  display: none;
}
.main input[type=submit],
.main input[type=button],
.main label,
.main button,
.main select {
  cursor: pointer;
}
.main select::-ms-expand {
  display: none;
}

.main .fv {
  margin-top: 107.445px;
}
@media screen and (max-width: 1024px) {
  .main .fv {
    margin-top: 60px;
  }
}
.main .fv-main {
  position: relative;
  background-color: #F4F4F4;
  padding-bottom: 1.40625vw;
}
@media screen and (max-width: 768px) {
  .main .fv-main {
    padding-bottom: 9.0666666667vw;
  }
}
.main .fv-main::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/fv-design01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 30.9375vw;
  height: 92.8vw;
}
@media screen and (max-width: 768px) {
  .main .fv-main::before {
    background-image: url(../../assets/img/fv-design01_sp.png);
    width: 38.4vw;
    height: 20.5333333333vw;
  }
}
.main .fv-main::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/fv-design02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  right: 0;
  width: 53.5416666667vw;
  height: 160.8vw;
}
@media screen and (max-width: 768px) {
  .main .fv-main::after {
    background-image: url(../../assets/img/fv-design02_sp.png);
    width: 45.0666666667vw;
    height: 27.7333333333vw;
  }
}
.main .fv-main__inner {
  position: relative;
  display: flex;
  gap: 3.3854166667vw;
  max-width: 80.1041666667vw;
  margin-left: 11.1979166667vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main .fv-main__inner {
    display: block;
    max-width: unset;
    margin-left: unset;
  }
}
.main .fv-main__contents {
  margin-top: 6.9270833333vw;
}
@media screen and (max-width: 768px) {
  .main .fv-main__contents {
    margin-top: unset;
    padding-top: 16.8vw;
  }
}
.main .fv__title {
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 130%;
  color: #FD7910;
}
@media screen and (max-width: 768px) {
  .main .fv__title {
    font-size: 6.4vw;
    padding-left: 4.8vw;
  }
}
.main .fv__title .color {
  font-size: 3.0208333333vw;
  font-weight: 900;
  color: #CB0023;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .main .fv__title .color {
    font-size: 7.7333333333vw;
  }
}
.main .fv__subtitle {
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.6770833333vw;
}
@media screen and (max-width: 768px) {
  .main .fv__subtitle {
    font-size: 4vw;
    line-height: 1.2;
    margin-top: 1.6vw;
    text-align: center;
  }
}
.main .fv-btn__items {
  display: flex;
  gap: 0.8854166667vw;
  margin-top: 3.0208333333vw;
}
@media screen and (max-width: 768px) {
  .main .fv-btn__items {
    margin-top: 5.3333333333vw;
  }
}
.main .fv-btn__item {
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.6s ease;
}
.main .fv-btn__item:hover {
  opacity: 1 !important;
  transform: translateY(-0.15625vw);
}
.main .fv-btn__item:hover .fv-btn__link {
  opacity: 1 !important;
  box-shadow: 0 0.15625vw 0.15625vw rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .main .fv-btn__item:nth-child(2) {
    margin-top: 2.1333333333vw;
  }
}
.main .fv-btn__item::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/mail-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.875vw;
  height: 1.875vw;
  top: 0.9895833333vw;
  left: 2.2395833333vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main .fv-btn__item::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    top: 4.2666666667vw;
    left: 16.8vw;
  }
}
.main .fv-btn__link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.1979166667vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.2173913043;
  text-shadow: 0 0 0.625vw rgba(0, 0, 0, 0.4);
  width: 16.1458333333vw;
  height: 3.8020833333vw;
  border-radius: 2.6041666667vw;
  background: #FD7910;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .main .fv-btn__link {
    font-size: 5.3333333333vw;
    line-height: 1.2;
    text-shadow: 0 0 1.3333333333vw rgba(0, 0, 0, 0.4);
    width: 88.5333333333vw;
    height: 14.9333333333vw;
    border-radius: 8.5333333333vw;
    margin: 0 auto;
  }
}
.main .fv-btn__item:hover .fv-btn__link {
  box-shadow: 0 0.2083333333vw 0.7291666667vw rgba(0, 0, 0, 0.18);
}
.main .fv-btn__link::before {
  position: absolute;
  content: "";
  width: 17.5520833333vw;
  height: 2.0833333333vw;
  border-radius: 0.3138541667vw;
  border: 0.0506770833vw solid #0FB195;
  background: linear-gradient(180deg, rgba(255, 254, 254, 0.67) 50.75%, rgba(217, 217, 217, 0) 100%, rgba(255, 255, 255, 0) 100%);
  filter: blur(0.5830643574vw);
  top: -0.78125vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main .fv-btn__link::before {
    width: 92vw;
    height: 8.5333333333vw;
    border-radius: 1.0229333333vw;
    border: 0.1653333333vw solid #0FB195;
    filter: blur(1.9004339854vw);
    top: -2.6666666667vw;
  }
}
.main .fv-btn__link::after {
  position: absolute;
  content: "";
  width: 17.5vw;
  height: 2.2395833333vw;
  border: 0.0506770833vw solid #EB6EA5;
  background: linear-gradient(180deg, rgba(65, 65, 65, 0.76) 22.83%, rgba(65, 65, 65, 0.76) 22.83%, rgba(217, 217, 217, 0) 63.13%, rgba(65, 65, 65, 0) 63.13%);
  filter: blur(0.5830643574vw);
  bottom: -1.7708333333vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main .fv-btn__link::after {
    width: 91.2vw;
    height: 7.4666666667vw;
    filter: blur(1.9004339854vw);
    bottom: -4vw;
  }
}
.main .fv-btn__item:first-child .fv-btn__link {
  padding-left: 5.2604166667vw;
}
@media screen and (max-width: 768px) {
  .main .fv-btn__item:first-child .fv-btn__link {
    padding-left: 29.3333333333vw;
  }
}
.main .fv-btn__item:nth-child(2)::before {
  background-image: url(../../assets/img/download-icon.svg);
  left: 1.1458333333vw;
}
@media screen and (max-width: 768px) {
  .main .fv-btn__item:nth-child(2)::before {
    left: 16vw;
  }
}
.main .fv-btn__item:nth-child(2) .fv-btn__link {
  padding-left: 3.5416666667vw;
  background-color: #D70A30;
}
@media screen and (max-width: 768px) {
  .main .fv-btn__item:nth-child(2) .fv-btn__link {
    padding-left: 22.6666666667vw;
  }
}
.main .img__wrap.fv-img {
  width: 41.0416666667vw;
  margin-top: 3.59375vw;
  margin-left: 0.625vw;
}
@media screen and (max-width: 768px) {
  .main .img__wrap.fv-img {
    width: 87.4666666667vw;
    margin: 0 auto;
    padding-top: 2.6666666667vw;
  }
}
.main .fv-banner {
  padding: 2.0833333333vw 0;
}
@media screen and (max-width: 768px) {
  .main .fv-banner {
    padding: 2.9333333333vw 0 8vw;
  }
}
.main .fv-banner__items {
  display: flex;
  margin-left: 13.59375vw;
}
@media screen and (max-width: 768px) {
  .main .fv-banner__items {
    flex-wrap: wrap;
    margin-left: unset;
    justify-content: center;
    margin-left: 1.3333333333vw;
  }
}
.main .fv-banner__item:not(:first-child) {
  margin-left: 2.9166666667vw;
}
@media screen and (max-width: 768px) {
  .main .fv-banner__item:not(:first-child) {
    margin-left: 2.4vw;
  }
}
.main .fv-banner__item:first-child,
.main .fv-banner__item:nth-child(2),
.main .fv-banner__item:nth-child(3) {
  background-image: url(../../assets/img/fv-banner_frame.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 1.9791666667vw;
  padding-bottom: 0.2604166667vw;
  width: 14.4791666667vw;
}
@media screen and (max-width: 768px) {
  .main .fv-banner__item:first-child,
  .main .fv-banner__item:nth-child(2),
  .main .fv-banner__item:nth-child(3) {
    padding-top: 3.4666666667vw;
    padding-bottom: 1.6vw;
    width: 28.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .main .fv-banner__item:nth-child(3) {
    padding-top: 4.5333333333vw;
  }
}
.main .fv-banner__item:nth-child(4) {
  width: 7.2916666667vw;
  margin-top: 0.78125vw;
}
@media screen and (max-width: 768px) {
  .main .fv-banner__item:nth-child(4) {
    width: 18.4vw;
    margin-top: 2.6666666667vw;
    margin-left: -4.2666666667vw;
  }
}
.main .fv-banner__item:nth-child(5) {
  width: 6.3541666667vw;
  margin-top: 0.8854166667vw;
}
@media screen and (max-width: 768px) {
  .main .fv-banner__item:nth-child(5) {
    width: 16vw;
    margin-top: 2.9333333333vw;
    margin-left: 5.8666666667vw;
  }
}
.main .fv-banner__heading {
  position: relative;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.2083333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .fv-banner__heading {
    font-size: 2.6666666667vw;
    line-height: 1.2;
    margin-left: 1.0666666667vw;
  }
}
.main .fv-banner__item:nth-child(2) .fv-banner__heading {
  margin-left: 0.625vw;
  margin-top: 0.0520833333vw;
}
@media screen and (max-width: 768px) {
  .main .fv-banner__item:nth-child(2) .fv-banner__heading {
    margin-left: 3.2vw;
    margin-top: 0.2666666667vw;
  }
}
.main .fv-banner__heading .size {
  font-size: 0.9895833333vw;
  line-height: 1.2105263158;
}
@media screen and (max-width: 768px) {
  .main .fv-banner__heading .size {
    font-size: 2.1333333333vw;
    line-height: 1.25;
  }
}
.main .fv-banner__heading .space {
  letter-spacing: -0.16vw;
}
.main .fv-banner__number {
  font-size: 2.8125vw;
  font-weight: 700;
  font-family: Arial, sans-serif;
  line-height: 1.1481481481;
  color: #B77C04;
  letter-spacing: -0.08vw;
  text-align: center;
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .main .fv-banner__number {
    font-size: 5.6vw;
    line-height: 1.1428571429;
    margin-top: unset;
    margin-left: 1.0666666667vw;
  }
}
.main .fv-banner__item:nth-child(2) .fv-banner__number {
  margin-top: unset;
  margin-left: -0.9375vw;
}
@media screen and (max-width: 768px) {
  .main .fv-banner__item:nth-child(2) .fv-banner__number {
    margin-left: -0.8vw;
  }
}
.main .fv-banner__number .size {
  font-size: 1.3020833333vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .main .fv-banner__number .size {
    font-size: 2.6666666667vw;
    line-height: 1.2;
  }
}
.main .fv-banner__number .size02 {
  font-size: 0.9375vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .main .fv-banner__number .size02 {
    font-size: 2.1333333333vw;
    line-height: 1.25;
  }
}
.main .asterisk {
  position: absolute;
  bottom: -0.15625vw;
  font-size: 0.5208333333vw;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .main .asterisk {
    font-size: 1.0213333333vw;
    bottom: -0.5333333333vw;
    right: 2.9333333333vw;
  }
}
.main .fv-banner__annotation {
  font-size: 0.5208333333vw;
  font-weight: 400;
  line-height: 1.2;
  margin-top: -0.2604166667vw;
  text-align: center;
  margin-left: -0.3125vw;
}
@media screen and (max-width: 768px) {
  .main .fv-banner__annotation {
    font-size: 1.0666666667vw;
    line-height: 1.25;
    margin-top: -0.5333333333vw;
    margin-left: 0.2666666667vw;
  }
}
.main .fv-banner__text {
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 150%;
  color: #B77C04;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .fv-banner__text {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
  }
}
.main .fv-banner__item:nth-child(3) .fv-banner__text {
  margin-top: 0.0520833333vw;
  margin-left: -0.15625vw;
}
.main .fv-banner__item:nth-child(3) .fv-banner__heading {
  margin-left: -0.2083333333vw;
}

.main .trouble {
  padding-top: 6.25vw;
  background-image: url(../../assets/img/trouble_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .main .trouble {
    padding-top: 12.8vw;
    background-image: url(../../assets/img/trouble_bg_sp.jpg);
    margin-bottom: 12.8vw;
  }
}
.main .trouble-section-title {
  position: relative;
  font-size: 1.875vw;
  line-height: 1.1944444444;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .main .trouble-section-title {
    font-size: 5.3333333333vw;
    line-height: 170%;
    margin-top: -0.5333333333vw;
  }
}
.main .trouble-section-title::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/trouble-section-title_design.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 0.9375vw;
  height: 1.0677083333vw;
  top: 3.4895833333vw;
  left: 47.65625vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main .trouble-section-title::before {
    width: 5.0666666667vw;
    height: 5.3333333333vw;
    top: 18.6666666667vw;
    left: 43.7333333333vw;
  }
}
.main .trouble-section-title__comment {
  position: relative;
  display: block;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  color: #CB0023;
  text-align: center;
  background-image: url(../../assets/img/trouble-section-title_frame.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18.4895833333vw;
  height: 4.0104166667vw;
  padding-top: 0.3645833333vw;
  padding-left: 1.4583333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .trouble-section-title__comment {
    font-size: 5.8666666667vw;
    width: 83.2vw;
    height: 20.5333333333vw;
    background-image: url(../../assets/img/trouble-section-title_frame_sp.png);
    padding-top: 4.2666666667vw;
    padding-left: 6.6666666667vw;
  }
}
.main .trouble-section-title .color {
  font-size: 2.1875vw;
  line-height: 1.1904761905;
  color: #CB0023;
}
@media screen and (max-width: 768px) {
  .main .trouble-section-title .color {
    font-size: 7.4666666667vw;
    line-height: 170%;
  }
}
.main .trouble-items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  margin: 0 auto;
  max-width: 62.1875vw;
  margin-top: 3.125vw;
  margin-bottom: 12.0833333333vw;
}
@media screen and (max-width: 768px) {
  .main .trouble-items {
    margin-top: 8.5333333333vw;
    max-width: 94.9333333333vw;
    margin-bottom: 28.5333333333vw;
  }
}
.main .trouble-items::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/trouble-item_design.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 0.5208333333vw;
  height: 3.75vw;
  bottom: -7.9166666667vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .main .trouble-items::before {
    width: 2.6666666667vw;
    height: 19.2vw;
    bottom: -20vw;
  }
}
.main .trouble-item {
  display: flex;
  flex-direction: column;
  border: 0.1041666667vw solid #CB0023;
  border-radius: 0.4166666667vw;
  width: 18.2291666667vw;
  padding-top: 1.3541666667vw;
  padding-bottom: 0.8854166667vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .main .trouble-item {
    border: 0.5333333333vw solid #CB0023;
    border-radius: 1.9813333333vw;
    width: 45.3333333333vw;
    height: 55.4666666667vw;
    padding-top: 5.6vw;
  }
}
.main .trouble-item:not(:first-child, :nth-child(4)) {
  margin-left: 3.75vw;
}
@media screen and (max-width: 768px) {
  .main .trouble-item:not(:first-child, :nth-child(4)) {
    margin-left: unset;
  }
}
.main .trouble-item:nth-child(4),
.main .trouble-item:nth-child(5) {
  margin-top: 3.75vw;
}
@media screen and (max-width: 768px) {
  .main .trouble-item:nth-child(4),
  .main .trouble-item:nth-child(5) {
    margin-top: unset;
  }
}
@media screen and (max-width: 768px) {
  .main .trouble-item:nth-child(3),
  .main .trouble-item:nth-child(4),
  .main .trouble-item:nth-child(5) {
    margin-top: 6.4vw;
  }
}
.main .trouble-item:nth-child(6) {
  border: unset;
  border-radius: unset;
  margin-left: 5.5729166667vw;
  margin-right: 2.4479166667vw;
  width: 13.9583333333vw;
  padding-top: unset;
  padding-bottom: unset;
  background-color: unset;
  margin-top: 1.875vw;
}
@media screen and (max-width: 768px) {
  .main .trouble-item:nth-child(6) {
    width: 45.3333333333vw;
    margin-right: unset;
    margin-top: 14.1333333333vw;
    margin-left: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .main .trouble-item:nth-child(even) {
    margin-left: 4vw;
  }
}
.main .trouble-item__check-icon {
  width: 1.875vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .trouble-item__check-icon {
    width: 9.0666666667vw;
  }
}
.main .trouble-item__text {
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 768px) {
  .main .trouble-item__text {
    font-size: 4vw;
    padding-top: 2.6666666667vw;
    max-width: 36vw;
    margin: 0 auto;
  }
}
.main .trouble-item__text .color {
  color: #CB0023;
}
.main .rouble-resolution__title {
  position: relative;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .rouble-resolution__title {
    font-size: 4.8vw;
    margin-left: 1.3333333333vw;
  }
}
.main .rouble-resolution__title::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/trouble-resolution__title_design01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 32.6041666667vw;
  height: 4.5104166667vw;
  top: 0.2604166667vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .main .rouble-resolution__title::before {
    background-image: url(../../assets/img/trouble-resolution__title_design01_sp.png);
    width: 20vw;
    height: 18.6666666667vw;
    left: -1.3333333333vw;
  }
}
.main .rouble-resolution__title::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/trouble-resolution__title_design02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 31.6666666667vw;
  height: 4.5104166667vw;
  top: 0.5208333333vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  .main .rouble-resolution__title::after {
    background-image: url(../../assets/img/trouble-resolution__title_design02_sp.png);
    width: 17.2vw;
    height: 18.6666666667vw;
  }
}
.main .trouble-resolution__contents {
  position: relative;
  padding-top: 4.1666666667vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__contents {
    padding-top: 8vw;
  }
}
.main .trouble-resolution__contents::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/trouble-resolution__contents_design01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 35.7291666667vw;
  height: 22.03125vw;
  top: -0.6770833333vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__contents::before {
    background-image: unset;
  }
}
.main .trouble-resolution__contents::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/trouble-resolution__contents_design02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 52.1354166667vw;
  height: 34.8177083333vw;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__contents::after {
    background-image: unset;
  }
}
.main .trouble-resolution__contents__inner {
  max-width: 62.5vw;
  margin: 0 auto;
  padding: 2.5vw 5vw;
  border-radius: 0.8333333333vw;
  background: #fff;
  box-shadow: 0 0 0.5208333333vw 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__contents__inner {
    max-width: 94.6666666667vw;
    padding: 12.8vw 2vw 11.7333333333vw;
    border-radius: 4.2666666667vw;
    box-shadow: 0 0 2.6666666667vw 0 rgba(0, 0, 0, 0.5);
  }
}
.main .trouble-resolution__text {
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__text {
    font-size: 3.7333333333vw;
  }
}
.main .trouble-resolution__text .color {
  font-weight: 700;
  color: #CB0023;
}
.main .trouble-resolution__items {
  display: flex;
  gap: 2.5vw;
  margin-top: 2.2395833333vw;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__items {
    display: block;
    margin-top: 9.8666666667vw;
  }
}
.main .trouble-resolution__item {
  position: relative;
  width: 25vw;
  background-color: #EEEEEE;
  border-radius: 0.4166666667vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__item {
    width: 100%;
    border-radius: 1.5333333333vw;
  }
}
.main .trouble-resolution__item:nth-child(2) {
  background-color: #FFF0F3;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__item:nth-child(2) {
    margin-top: 8.5333333333vw;
  }
}
.main .trouble-resolution__item::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/trouble-resolution__item_design.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 25.2604166667vw;
  height: 9.8958333333vw;
  top: 2.9166666667vw;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__item::before {
    width: 90.4vw;
    height: 36.5333333333vw;
    top: 10.5333333333vw;
  }
}
.main .trouble-resolution__item:nth-child(2)::before {
  background-image: unset;
}
.main .trouble-resolution__item__label {
  position: relative;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #fff;
  background: #625B55;
  border-radius: 0.4166666667vw 0.4166666667vw 0 0;
  padding-top: 0.8333333333vw;
  padding-bottom: 0.8333333333vw;
  padding-left: 5.15625vw;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__item__label {
    font-size: 4.6vw;
    border-radius: 1.5333333333vw 1.5333333333vw 0 0;
    padding-top: 2.6666666667vw;
    padding-bottom: 3.0666666667vw;
    padding-left: 18.9546666667vw;
  }
}
.main .trouble-resolution__item:nth-child(2) .trouble-resolution__item__label {
  background: linear-gradient(91deg, #CB0023 0.92%, #F67C1B 100%);
  padding-left: 5.0520833333vw;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__item:nth-child(2) .trouble-resolution__item__label {
    padding-left: 18.1333333333vw;
    padding-top: 3.2vw;
  }
}
.main .trouble-resolution__item__label::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/trouble-resolution__item__label_design01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.4583333333vw;
  height: 1.7447916667vw;
  top: 50%;
  transform: translateY(-50%);
  left: 3.125vw;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__item__label::before {
    width: 5.6vw;
    height: 6.9333333333vw;
    left: 10.9333333333vw;
  }
}
.main .trouble-resolution__item:nth-child(2) .trouble-resolution__item__label::before {
  background-image: url(../../assets/img/trouble-resolution__item__label_design02.png);
  width: 1.25vw;
  height: 1.25vw;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__item:nth-child(2) .trouble-resolution__item__label::before {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    left: 11.4666666667vw;
  }
}
.main .trouble-resolution__item:nth-child(2) .trouble-resolution__item__label::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/trouble-resolution__item__label_design03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.40625vw;
  height: 1.0416666667vw;
  top: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__item:nth-child(2) .trouble-resolution__item__label::after {
    width: 5.0666666667vw;
    height: 3.7333333333vw;
    top: 3.7333333333vw;
  }
}
.main .trouble-resolution__item__img {
  position: relative;
  width: 21.0416666667vw;
  padding-top: 1.3020833333vw;
  padding-bottom: 0.4166666667vw;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__item__img {
    width: 77.6vw;
    padding-top: 4.9333333333vw;
    padding-bottom: 2.8vw;
  }
}
.main .trouble-resolution__item:nth-child(2) .trouble-resolution__item__img {
  padding-bottom: unset;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__item:nth-child(2) .trouble-resolution__item__img {
    padding-top: 4.8vw;
    padding-bottom: 1.8666666667vw;
  }
}

.main .reason {
  position: relative;
  padding: 6.25vw 0;
}
@media screen and (max-width: 768px) {
  .main .reason {
    padding: 6.4vw 0 12.8vw;
  }
}
.main .reason::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/reason_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  height: 52.03125vw;
  top: 32.9166666667vw;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .main .reason::before {
    background-image: url(../../assets/img/reason_bg_sp.png);
    width: 100%;
    height: 213.8666666667vw;
    top: 128vw;
  }
}
@media screen and (max-width: 768px) {
  .main .reason .section-title {
    max-width: 93.8666666667vw;
  }
}
.main .reason__inner {
  position: relative;
  max-width: 62.5vw;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .main .reason__inner {
    max-width: unset;
    padding: 0 2.6666666667vw;
  }
}
.main .reason-items {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .main .reason-items {
    margin-top: 8.5333333333vw;
  }
}
.main .reason-item {
  display: flex;
  gap: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .main .reason-item {
    display: block;
  }
}
.main .reason-item:nth-child(2) {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .main .reason-item:nth-child(2) {
    margin-top: 6.4vw;
  }
}
.main .reason-item__contents {
  max-width: 25.5208333333vw;
}
@media screen and (max-width: 768px) {
  .main .reason-item__contents {
    max-width: unset;
  }
}
.main .reason-item__heading {
  position: relative;
  font-size: 2.0833333333vw;
  font-weight: 700;
  line-height: 1.2;
  color: #CB0023;
}
@media screen and (max-width: 768px) {
  .main .reason-item__heading {
    font-size: 8.5333333333vw;
    line-height: 1.1875;
  }
}
.main .reason-item__heading::before {
  position: absolute;
  content: "";
  width: 16.1458333333vw;
  height: 0.0520833333vw;
  background-color: #CB0023;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 768px) {
  .main .reason-item__heading::before {
    width: 55.4666666667vw;
    height: 0.2666666667vw;
  }
}
.main .reason-item__title {
  font-size: 1.7708333333vw;
  font-weight: 700;
  line-height: 150%;
  margin-top: 1.25vw;
}
@media screen and (max-width: 768px) {
  .main .reason-item__title {
    font-size: 6.4vw;
    margin-top: 6.4vw;
  }
}
.main .reason-item__text {
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 200%;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .main .reason-item__text {
    font-size: 3.7333333333vw;
    margin-top: 8.5333333333vw;
  }
}
.main .reason-item__text .color {
  font-weight: 700;
  color: #CB0023;
}
.main .reason-text__items {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .main .reason-text__items {
    margin-top: 9.0666666667vw;
  }
}
.main .reason-text__item:not(:first-child) {
  margin-top: 1.25vw;
}
@media screen and (max-width: 768px) {
  .main .reason-text__item:not(:first-child) {
    margin-top: 13.6vw;
  }
}
.main .reason-text__item__heading {
  display: flex;
  align-items: center;
  gap: 0.9375vw;
}
@media screen and (max-width: 768px) {
  .main .reason-text__item__heading {
    gap: 5.3333333333vw;
    margin-left: 7.3333333333vw;
  }
}
.main .reason-text__item__number {
  position: relative;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 100%;
  color: #CB0023;
}
@media screen and (max-width: 768px) {
  .main .reason-text__item__number {
    font-size: 6.4vw;
  }
}
.main .reason-text__item__number::before {
  position: absolute;
  content: "";
  width: 0.0520833333vw;
  height: 2.5vw;
  top: 50%;
  transform: translateY(-50%);
  right: -0.46875vw;
  background-color: #CB0023;
}
@media screen and (max-width: 768px) {
  .main .reason-text__item__number::before {
    width: 0.2666666667vw;
    height: 12.8vw;
    right: -3.2vw;
  }
}
.main .reason-text__item__text {
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 150%;
  color: #CB0023;
}
@media screen and (max-width: 768px) {
  .main .reason-text__item__text {
    font-size: 3.7333333333vw;
  }
}
.main .reason-text {
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 200%;
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .main .reason-text {
    font-size: 3.7333333333vw;
    margin-top: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .main .reason-text__item:nth-child(2) .reason-text {
    margin-top: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .main .reason-text__item:nth-child(3) .reason-text {
    margin-top: 1.6vw;
  }
}
.main .reason-item__img {
  width: 33.8020833333vw;
  padding: 1.3541666667vw 1.09375vw 1.40625vw 1.5364583333vw;
  border-radius: 1.0416666667vw;
  background: #fff;
  box-shadow: 0 0 0.8333333333vw 0 rgba(203, 0, 35, 0.3);
}
@media screen and (max-width: 768px) {
  .main .reason-item__img {
    width: 100%;
    padding: 3.7333333333vw 3.2vw 4vw 1.8666666667vw;
    border-radius: 3.2vw;
    box-shadow: 0 0 2.3338666667vw 0 rgba(203, 0, 35, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .main .reason-item:nth-child(1) .reason-item__img {
    margin-top: 8.5333333333vw;
  }
}
.main .reason-item:nth-child(2) .reason-item__img {
  padding: unset;
}
.main .reason-img__items {
  padding: 2.1354166667vw 2.65625vw;
}
.main .reason-img__item:not(:first-child) {
  padding-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .main .reason-img__item:not(:first-child) {
    padding-top: unset;
  }
}
.main .reason-img__item:not(:last-child) {
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .main .reason-img__item:not(:last-child) {
    border-bottom: unset;
    padding-bottom: unset;
  }
}
.main .reason-img__item__title {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 160%;
  color: #CB0023;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .reason-img__item__title {
    font-size: 4.2666666667vw;
    line-height: 100%;
    margin-top: 6.9333333333vw;
  }
}
.main .img__wrap {
  margin-top: 1.25vw;
}
.main .img__01 {
  width: 31.1458333333vw;
}
@media screen and (max-width: 768px) {
  .main .img__01 {
    width: 100%;
  }
}
.main .img__02 {
  width: 27.03125vw;
}
@media screen and (max-width: 768px) {
  .main .img__02 {
    width: 75.7333333333vw;
    margin: 0 auto;
    padding-top: 3.2vw;
  }
}
.main .reason-img__item .img__scale {
  margin-top: 1.25vw;
  margin-left: 12.4479166667vw;
}
@media screen and (max-width: 768px) {
  .main .reason-img__item .img__scale {
    margin-top: 4.2666666667vw;
    margin-left: 40.8vw;
  }
}
.main {
  /* モーダル背景 */
}

/* モーダル背景 */
.img-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 99999;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.img-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.img-modal__inner {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.img-modal__inner img {
  max-width: 90vw;
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.img-modal.is-open .img-modal__inner {
  opacity: 1;
}

/* モーダルの × ボタン */
.img-modal__close {
  position: fixed;
  top: 1.25vw;
  right: 1.25vw;
  width: 2.5vw;
  height: 2.5vw;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 100000;
}
@media screen and (max-width: 768px) {
  .img-modal__close {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

.img-modal__close img {
  width: 100%;
  height: 100%;
  display: block;
}

/* モーダル画像 */
.main .contact {
  padding: 3.75vw 0;
  background-image: url(../../assets/img/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .main .contact {
    padding: 14.9333333333vw 0;
    background-image: url(../../assets/img/contact_bg_sp.jpg);
  }
}
.main .contact__inner {
  border-radius: 0.8333333333vw;
  background: rgba(255, 255, 255, 0.9);
  padding: 2.9166666667vw 0;
  max-width: 68.28125vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .contact__inner {
    border-radius: 3.4666666667vw;
    max-width: 92vw;
    padding: 8.5333333333vw 0;
  }
}
.main .contact-title {
  font-size: 2.1875vw;
  font-weight: 700;
  line-height: 1.1904761905;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .contact-title {
    font-size: 7.4666666667vw;
    line-height: 150%;
  }
}
.main .contact__text {
  font-size: 1.0416666667vw;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  margin-top: 2.5vw;
}
@media screen and (max-width: 768px) {
  .main .contact__text {
    font-size: 3.7333333333vw;
    padding-top: 4.2666666667vw;
    text-align: left;
    max-width: 81.8666666667vw;
    margin: 0 auto;
  }
}
.main .contact-items {
  display: flex;
  justify-content: center;
  gap: 1.6666666667vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .main .contact-items {
    display: block;
    padding-top: 4.2666666667vw;
    max-width: 82.4vw;
    margin: 0 auto;
  }
}
.main .contact-item {
  display: flex;
  gap: 0.4166666667vw;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main .contact-item {
    gap: 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .main .contact-item + .contact-item {
    margin-top: 4.2666666667vw;
  }
}
.main .check-icon {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .main .check-icon {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.main .contact-item__text {
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .main .contact-item__text {
    font-size: 3.7333333333vw;
  }
}
.main .contact-btn__wrapper {
  display: flex;
  justify-content: center;
  gap: 2.9166666667vw;
  margin-top: 1.7708333333vw;
}
@media screen and (max-width: 768px) {
  .main .contact-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 6.9333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.main .contact-btn__wrap {
  transition: transform 0.3s ease;
}
.main .contact-btn__wrap:hover {
  transform: translateY(-0.15625vw);
}
.main .contact-btn__link {
  opacity: 1 !important;
}
.main .contact-btn__comment {
  position: relative;
  display: inline-block;
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 1.2222222222;
  color: #F67C1B;
  padding-top: 0.2604166667vw;
  padding-left: 4.4791666667vw;
  margin-bottom: 0.15625vw;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .main .contact-btn__comment {
    font-size: 3.5146666667vw;
    line-height: 1.2139605463;
    padding-top: 1.3333333333vw;
    padding-left: 16.5333333333vw;
    margin-bottom: 0.48vw;
  }
}
.main .contact-btn__wrap:nth-child(2) .contact-btn__comment {
  color: #CB0023;
  padding-left: 3.75vw;
  padding-top: 0.3645833333vw;
  margin-bottom: 0.15625vw;
}
@media screen and (max-width: 768px) {
  .main .contact-btn__wrap:nth-child(2) .contact-btn__comment {
    padding-left: 13.3333333333vw;
    margin-bottom: 0vw;
    padding-top: 1.3333333333vw;
  }
}
.main .contact-btn__comment::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/contact-btn_comment_bg01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 19.375vw;
  height: 2.7083333333vw;
  top: -0.2604166667vw;
  left: 1.8229166667vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .main .contact-btn__comment::before {
    width: 72.2666666667vw;
    height: 9.7653333333vw;
    left: 6.5333333333vw;
  }
}
.main .contact-btn__wrap:nth-child(2) .contact-btn__comment::before {
  background-image: url(../../assets/img/contact-btn_comment_bg02.png);
  top: -0.0520833333vw;
  left: 2.03125vw;
}
@media screen and (max-width: 768px) {
  .main .contact-btn__wrap:nth-child(2) .contact-btn__comment::before {
    top: -0.5333333333vw;
    left: 6.6666666667vw;
  }
}
.main .contact-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9895833333vw;
  width: 22.9166666667vw;
  height: 3.8020833333vw;
  border-radius: 2.6041666667vw;
  background-color: #FD7910;
  overflow: hidden;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}
@media screen and (max-width: 768px) {
  .main .contact-btn {
    width: 85.3333333333vw;
    height: 14.1333333333vw;
    border-radius: 9.696vw;
    gap: 3.7333333333vw;
  }
}
.main .contact-btn__wrap:hover .contact-btn {
  box-shadow: 0 0.2083333333vw 0.7291666667vw rgba(0, 0, 0, 0.18);
}
.main .contact-btn__wrap:nth-child(2) .contact-btn {
  gap: 0.3125vw;
  background-color: #D70A30;
}
@media screen and (max-width: 768px) {
  .main .contact-btn__wrap:nth-child(2) .contact-btn {
    gap: 1.0666666667vw;
  }
}
.main .contact-btn::before {
  position: absolute;
  content: "";
  width: 24.9479166667vw;
  height: 2.0833333333vw;
  border-radius: 0.3138541667vw;
  border: 0.0506770833vw solid #0FB195;
  background: linear-gradient(180deg, rgba(255, 254, 254, 0.67) 50.75%, rgba(217, 217, 217, 0) 100%, rgba(255, 255, 255, 0) 100%);
  filter: blur(0.5830643574vw);
  top: -0.78125vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main .contact-btn::before {
    width: 93.0666666667vw;
    height: 7.7333333333vw;
    border-radius: 1.1685333333vw;
    border: 0.1888vw solid #0FB195;
    filter: blur(2.1711199443vw);
    top: -2.1333333333vw;
  }
}
.main .contact-btn::after {
  position: absolute;
  content: "";
  width: 24.8958333333vw;
  height: 2.2916666667vw;
  border: 0.0506770833vw solid #EB6EA5;
  background: linear-gradient(180deg, rgba(65, 65, 65, 0.76) 22.83%, rgba(65, 65, 65, 0.76) 22.83%, rgba(217, 217, 217, 0) 63.13%, rgba(65, 65, 65, 0) 63.13%);
  filter: blur(0.5830643574vw);
  bottom: -1.7708333333vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main .contact-btn::after {
    width: 92.8vw;
    height: 8.5333333333vw;
    border: 0.1888vw solid #EB6EA5;
    filter: blur(2.1711199443vw);
    bottom: -5.3333333333vw;
  }
}
.main .contact-btn__icon {
  position: relative;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .main .contact-btn__icon {
    width: 6.2053333333vw;
    height: 6.2053333333vw;
  }
}
.main .contact-btn__text {
  position: relative;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.2083333333;
  color: #fff;
  text-shadow: 0 0 0.625vw rgba(0, 0, 0, 0.4);
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .main .contact-btn__text {
    font-size: 4.6533333333vw;
    text-shadow: 0 0 2.3272vw rgba(0, 0, 0, 0.4);
  }
}

.main .understand {
  position: relative;
  padding: 6.1458333333vw 0 6.4583333333vw;
}
@media screen and (max-width: 768px) {
  .main .understand {
    padding: 12vw 0 13.8666666667vw;
  }
}
.main .understand::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/understand_bg01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 44.5833333333vw;
  height: 30.0520833333vw;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .main .understand::before {
    width: 60.2666666667vw;
    height: 40.5333333333vw;
    top: -0.2666666667vw;
  }
}
.main .understand::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/understand_bg02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 43.125vw;
  height: 25.2604166667vw;
  bottom: -0.625vw;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .main .understand::after {
    width: 68vw;
    height: 39.7333333333vw;
    bottom: -1.3333333333vw;
    z-index: -1;
  }
}
.main .understand__inner {
  max-width: 62.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .understand__inner {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .main .section-title {
    max-width: 94.6666666667vw;
    margin: 0 auto;
  }
}
.main .understand .section-title::before {
  width: 4.609375vw;
}
@media screen and (max-width: 768px) {
  .main .understand .section-title::before {
    width: 6.4vw;
  }
}
.main .understand .section-title::after {
  width: 4.609375vw;
}
@media screen and (max-width: 768px) {
  .main .understand .section-title::after {
    width: 6.4vw;
  }
}
.main .understand-heading {
  position: relative;
  display: flex;
  padding: 0.8333333333vw 0 0.8333333333vw 2.0833333333vw;
  background-color: #F3F3F3;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .main .understand-heading {
    max-width: 94.6666666667vw;
    margin: 0 auto;
    display: block;
    padding: 4.2666666667vw;
    margin-top: 8.5333333333vw;
  }
}
.main .understand-heading__text {
  font-size: 1.0416666667vw;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .main .understand-heading__text {
    font-size: 3.7333333333vw;
    max-width: 59.2vw;
  }
}
.main .understand-heading__text .color {
  font-weight: 700;
  color: #CB0023;
}
.main .understand-heading__img {
  position: absolute;
  right: 1.9791666667vw;
  bottom: 0;
  width: 8.28125vw;
}
@media screen and (max-width: 768px) {
  .main .understand-heading__img {
    right: 0;
    width: 31.7333333333vw;
  }
}
.main .understand-items {
  margin-top: 4.0104166667vw;
}
@media screen and (max-width: 768px) {
  .main .understand-items {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .main .understand-item:not(:nth-child(2)) {
    max-width: 94.6666666667vw;
    margin: 0 auto;
  }
}
.main .understand-item__title {
  position: relative;
  display: inline-block;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.2083333333;
  letter-spacing: 0.04em;
  color: #CB0023;
}
@media screen and (max-width: 768px) {
  .main .understand-item__title {
    font-size: 4.8vw;
    line-height: 1.2222222222;
    letter-spacing: 0;
  }
}
.main .understand-item__title::before {
  position: absolute;
  content: "";
  width: 15vw;
  height: 0.0520833333vw;
  background-color: #CB0023;
  top: 50%;
  transform: translateY(-50%);
  right: -15.8333333333vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item__title::before {
    width: 49.0666666667vw;
    height: 0.2666666667vw;
    right: -53.3333333333vw;
  }
}
.main .understand-item:nth-child(2) .understand-item__title::before {
  width: 26.71875vw;
  right: -27.5520833333vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item:nth-child(2) .understand-item__title::before {
    width: 71.2vw;
    right: -75.4666666667vw;
  }
}
.main .understand-item:nth-child(3) .understand-item__title::before {
  width: 24.1145833333vw;
  right: -24.9479166667vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item:nth-child(3) .understand-item__title::before {
    width: 61.6vw;
    right: -65.8666666667vw;
  }
}
.main .understand-item:nth-child(4) .understand-item__title::before {
  width: 24.1666666667vw;
  right: -25vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item:nth-child(4) .understand-item__title::before {
    width: 61.6vw;
    right: -65.8666666667vw;
  }
}
.main .understand-item__text {
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 160%;
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item__text {
    font-size: 3.7333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.main .understand-item:not(:first-child) .understand-item__text {
  width: 33.2291666667vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item:not(:first-child) .understand-item__text {
    width: 100%;
  }
}
.main .understand-item01__items {
  display: flex;
  margin-top: 3.125vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item01__items {
    display: block;
    margin-top: 12.8vw;
  }
}
.main .understand-item01__item {
  width: 22.7083333333vw;
  padding-bottom: 0 2.6302083333vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item01__item {
    width: 100%;
    padding-top: 10.6666666667vw;
    padding-bottom: unset;
  }
}
.main .understand-item01__item:first-child {
  padding-left: unset;
  width: 19.9479166667vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item01__item:first-child {
    width: 100%;
    padding-top: unset;
  }
}
.main .understand-item01__item:last-child {
  padding-right: unset;
  width: 19.9479166667vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item01__item:last-child {
    width: 100%;
  }
}
.main .understand-item01__item:not(:first-child) {
  padding-left: 2.7604166667vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item01__item:not(:first-child) {
    padding-left: unset;
  }
}
.main .understand-item01__item:not(:last-child) {
  border-right: 1px solid #D0D0D0;
  padding-right: 2.7604166667vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item01__item:not(:last-child) {
    padding-right: unset;
    border-right: unset;
    border-bottom: 0.2666666667vw solid #D0D0D0;
    padding-bottom: 11.2vw;
  }
}
.main .understand-item01__item__img {
  width: 17.4479166667vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item01__item__img {
    width: 89.3333333333vw;
    margin-top: 5.6vw;
    margin-left: 2.6666666667vw;
  }
}
.main .understand-item01__item:last-child .understand-item01__item__img {
  margin-top: -0.46875vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item01__item:last-child .understand-item01__item__img {
    padding-top: unset;
    margin-top: 4.2666666667vw;
    margin-left: 6.9333333333vw;
  }
}
.main .understand-item01__item__name {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.2083333333;
  letter-spacing: 0.04em;
  color: #CB0023;
  text-align: center;
  margin-top: 1.25vw;
  width: 17.1875vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item01__item__name {
    font-size: 5.3333333333vw;
    line-height: 1.2;
    margin-top: unset;
    width: unset;
  }
}
.main .understand-item01__item:last-child .understand-item01__item__name {
  margin-top: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item01__item:last-child .understand-item01__item__name {
    margin-top: unset;
  }
}
.main .understand-item01__item__text {
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 160%;
  width: 17.4479166667vw;
  margin-top: 0.9375vw;
  padding: 0 0.5208333333vw;
  width: 17.1875vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item01__item__text {
    font-size: 4.2666666667vw;
    width: 83.2vw;
    margin-top: 6.4vw;
    margin-left: 5.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .main .understand-item01__item:last-child .understand-item01__item__text {
    margin-top: 4.2666666667vw;
  }
}
.main .understand-item:nth-child(2) {
  margin-top: 6.25vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item:nth-child(2) {
    position: relative;
    margin-top: 26.6666666667vw;
  }
}
.main .understand-item__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main .understand-item__inner {
    display: block;
  }
}
.main .understand-item__contents {
  margin-top: 3.90625vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item__contents {
    margin-top: unset;
    max-width: 94.6666666667vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .main .understand-item:nth-child(2) .understand-item__text {
    padding-bottom: 67.4666666667vw;
  }
}
.main .understand-item02__img {
  width: 20.3125vw;
  margin-right: 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item02__img {
    position: absolute;
    top: unset;
    bottom: 0;
    right: 1.3333333333vw;
    width: 96vw;
    margin-right: unset;
  }
}
.main .understand-item:nth-child(3),
.main .understand-item:nth-child(4) {
  margin-top: 6.25vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item:nth-child(3),
  .main .understand-item:nth-child(4) {
    margin-top: 26.6666666667vw;
  }
}
.main .understand-item04__items {
  display: flex;
  margin-top: 3.0208333333vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item04__items {
    display: block;
    margin-top: 6.4vw;
  }
}
.main .understand-item04__item {
  padding: 0 2.7604166667vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item04__item {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.main .understand-item04__item:first-child {
  padding-left: unset;
}
@media screen and (max-width: 768px) {
  .main .understand-item04__item:first-child {
    padding-top: unset;
    padding: 0 2.6666666667vw 6.4vw 2.6666666667vw;
  }
}
.main .understand-item04__item:last-child {
  padding-right: unset;
}
@media screen and (max-width: 768px) {
  .main .understand-item04__item:last-child {
    padding-left: 0;
  }
}
.main .understand-item04__item:not(:last-child) {
  border-right: 1px solid #D0D0D0;
}
@media screen and (max-width: 768px) {
  .main .understand-item04__item:not(:last-child) {
    border-right: unset;
    border-bottom: 0.2666666667vw solid #D0D0D0;
  }
}
.main .understand-item04__item__name {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.2083333333;
  letter-spacing: 0.04em;
  color: #CB0023;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .understand-item04__item__name {
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }
}
.main .understand-item04__item .img__wrap {
  margin-top: 0.15625vw;
}
.main .understand-item04__img01 {
  width: 17.4479166667vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item04__img01 {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.main .understand .img__scale {
  margin-top: 1.25vw;
  margin-left: 6.71875vw;
}
@media screen and (max-width: 768px) {
  .main .understand .img__scale {
    margin-top: 6.6666666667vw;
    margin-left: 37.6vw;
  }
}
@media screen and (max-width: 768px) {
  .main .understand-item04__item:nth-child(3) .img__scale {
    margin-top: 6.4vw;
    margin-left: 40.8vw;
  }
}
.main .understand-item04__item__text {
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 160%;
  max-width: 16.9791666667vw;
  margin: 0 auto;
  padding-top: 0.8333333333vw;
  padding-top: 3.125vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item04__item__text {
    font-size: 4.2666666667vw;
    max-width: 84.2666666667vw;
    padding-top: 6.4vw;
  }
}

.main .flow__inner {
  padding: 6.6666666667vw 0 6.25vw;
  background-color: #F3F3F3;
}
@media screen and (max-width: 768px) {
  .main .flow__inner {
    padding: 12.8vw 0;
  }
}
.main .flow .section-title {
  max-width: 43.8020833333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .flow .section-title {
    max-width: 82.4vw;
  }
}
.main .flow .section-title::before {
  width: 5.8854166667vw;
}
@media screen and (max-width: 768px) {
  .main .flow .section-title::before {
    width: 12.8vw;
  }
}
.main .flow .section-title::after {
  width: 5.8854166667vw;
}
@media screen and (max-width: 768px) {
  .main .flow .section-title::after {
    width: 12.8vw;
  }
}
.main .flow__text {
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 1.2222222222;
  margin-top: 1.9270833333vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .flow__text {
    font-size: 3.7333333333vw;
    line-height: 200%;
    letter-spacing: 0.04em;
    padding-top: 11.2vw;
    margin-left: 7.7333333333vw;
    max-width: 86.6666666667vw;
    text-align: left;
  }
}
.main .flow-items {
  display: flex;
  max-width: 57.0833333333vw;
  margin: 0 auto;
  padding-top: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .main .flow-items {
    display: block;
    max-width: unset;
    margin-top: 12.8vw;
    padding-top: unset;
  }
}
.main .flow-item:not(:first-child) {
  margin-left: -1.4583333333vw;
}
@media screen and (max-width: 768px) {
  .main .flow-item:not(:first-child) {
    margin-left: unset;
    margin-top: 8.5333333333vw;
  }
}
.main .flow-item:nth-child(2) {
  margin-left: -1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .main .flow-item:nth-child(2) {
    margin-left: unset;
  }
}
.main .flow-item:nth-child(3) {
  margin-left: -1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .main .flow-item:nth-child(3) {
    margin-left: unset;
  }
}
.main .flow-item:nth-child(4) {
  margin-left: -1.71875vw;
}
@media screen and (max-width: 768px) {
  .main .flow-item:nth-child(4) {
    margin-left: unset;
  }
}
@media screen and (max-width: 768px) {
  .main .flow-item__img {
    margin: 0 auto;
  }
}
.main .flow-item:first-child .flow-item__img {
  width: 15.2604166667vw;
}
@media screen and (max-width: 768px) {
  .main .flow-item:first-child .flow-item__img {
    width: 32vw;
  }
}
.main .flow-item:nth-child(2) .flow-item__img {
  width: 15.625vw;
}
@media screen and (max-width: 768px) {
  .main .flow-item:nth-child(2) .flow-item__img {
    width: 32vw;
  }
}
.main .flow-item:nth-child(3) .flow-item__img {
  width: 15.625vw;
}
@media screen and (max-width: 768px) {
  .main .flow-item:nth-child(3) .flow-item__img {
    width: 32vw;
  }
}
.main .flow-item:nth-child(4) .flow-item__img {
  width: 15.15625vw;
}
@media screen and (max-width: 768px) {
  .main .flow-item:nth-child(4) .flow-item__img {
    width: 32vw;
  }
}
.main .flow-item__contents {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  margin-top: 1.25vw;
  margin-left: 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  .main .flow-item__contents {
    gap: 4.2666666667vw;
    margin-top: 4.2666666667vw;
    margin-left: unset;
    justify-content: center;
  }
}
.main .flow-item:nth-child(2) .flow-item__contents {
  margin-left: 2.7604166667vw;
}
@media screen and (max-width: 768px) {
  .main .flow-item:nth-child(2) .flow-item__contents {
    margin-left: unset;
  }
}
.main .flow-item:nth-child(3) .flow-item__contents {
  margin-left: 2.6041666667vw;
}
@media screen and (max-width: 768px) {
  .main .flow-item:nth-child(3) .flow-item__contents {
    margin-left: unset;
  }
}
.main .flow-item:nth-child(4) .flow-item__contents {
  margin-left: 0.2604166667vw;
}
@media screen and (max-width: 768px) {
  .main .flow-item:nth-child(4) .flow-item__contents {
    margin-left: unset;
  }
}
.main .flow-item__number {
  position: relative;
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 1.2222222222;
  color: #CB0023;
}
@media screen and (max-width: 768px) {
  .main .flow-item__number {
    font-size: 4.8vw;
    line-height: 1.2222222222;
  }
}
.main .flow-item__number::before {
  position: absolute;
  content: "";
  width: 0.0520833333vw;
  height: 0.7291666667vw;
  top: 50%;
  transform: translateY(-50%);
  right: -0.5208333333vw;
  background-color: #CB0023;
}
@media screen and (max-width: 768px) {
  .main .flow-item__number::before {
    width: 0.2666666667vw;
    height: 3.7333333333vw;
    right: -2.6666666667vw;
  }
}
.main .flow-item__text {
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.1875;
}
@media screen and (max-width: 768px) {
  .main .flow-item__text {
    font-size: 4.2666666667vw;
    line-height: 1.1875;
  }
}

.main .closing {
  margin-left: 1.3541666667vw;
}
@media screen and (max-width: 768px) {
  .main .closing {
    margin-left: unset;
  }
}
.main .closing__inner {
  display: flex;
  gap: 4.1666666667vw;
  padding: 6.25vw 0;
  max-width: 59.1666666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .closing__inner {
    display: block;
    max-width: unset;
    padding: 12.8vw 0;
  }
}
.main .closing__contents {
  max-width: 28.75vw;
}
@media screen and (max-width: 768px) {
  .main .closing__contents {
    max-width: unset;
    padding: 0 2.6666666667vw;
  }
}
.main .closing-title {
  font-size: 1.7708333333vw;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .main .closing-title {
    font-size: 6.4vw;
  }
}
.main .closing__text {
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 200%;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .main .closing__text {
    font-size: 3.7333333333vw;
    margin-top: 8.5333333333vw;
    max-width: 92.2666666667vw;
  }
}
.main .closing-link__wrap {
  margin-top: 0.6770833333vw;
}
@media screen and (max-width: 768px) {
  .main .closing-link__wrap {
    margin-top: 14.1333333333vw;
  }
}
.main .closing .logo {
  width: 11.1458333333vw;
  margin-left: 0.3125vw;
}
@media screen and (max-width: 768px) {
  .main .closing .logo {
    width: 57.0666666667vw;
    margin-left: 4.2666666667vw;
  }
}
.main .closing-link__items {
  margin-top: 2.96875vw;
}
@media screen and (max-width: 768px) {
  .main .closing-link__items {
    margin-top: 13.0666666667vw;
  }
}
.main .closing-link__item {
  width: 26.25vw;
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 1.25vw;
}
@media screen and (max-width: 768px) {
  .main .closing-link__item {
    width: 95.2vw;
    margin-left: 2.6666666667vw;
    padding-bottom: 6.4vw;
  }
}
.main .closing-link__item:not(:first-child) {
  padding-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .main .closing-link__item:not(:first-child) {
    padding-top: 8.5333333333vw;
  }
}
.main .closing-link__link {
  position: relative;
  display: flex;
  gap: 1.25vw;
  align-items: center;
  padding-left: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .main .closing-link__link {
    gap: 2.1333333333vw;
    padding-left: 2.1333333333vw;
  }
}
.main .closing-link__link__text {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.2083333333;
  color: #CB0023;
}
@media screen and (max-width: 768px) {
  .main .closing-link__link__text {
    font-size: 4.8vw;
    line-height: 1.2222222222;
  }
}
.main .arrow-icon {
  width: 1.25vw;
  height: 1.25vw;
}
@media screen and (max-width: 768px) {
  .main .arrow-icon {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.main .img__scale {
  position: relative;
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1.1875;
  color: #333333;
  margin-top: 1.1458333333vw;
  margin-left: 19.4791666667vw;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .main .img__scale {
    font-size: 3.2vw;
    line-height: 1.1666666667;
    margin-top: 4.5333333333vw;
    margin-left: 37.3333333333vw;
  }
}
.main .img__scale::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/scale-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  top: 0;
  left: -1.4583333333vw;
}
@media screen and (max-width: 768px) {
  .main .img__scale::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    left: -6.4vw;
  }
}
.main .section-title {
  position: relative;
  font-size: 2.1875vw;
  font-weight: 700;
  line-height: 1.2380952381;
  letter-spacing: 0.04em;
  color: #CB0023;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .section-title {
    font-size: 6.4vw;
    line-height: 1.2083333333;
  }
}
.main .section-title:before {
  position: absolute;
  content: "";
  width: 12.5520833333vw;
  height: 0.0520833333vw;
  background-color: #CB0023;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .main .section-title:before {
    width: 12.8vw;
    height: 0.2666666667vw;
  }
}
.main .section-title:after {
  position: absolute;
  content: "";
  width: 12.5520833333vw;
  height: 0.0520833333vw;
  background-color: #CB0023;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 768px) {
  .main .section-title:after {
    width: 12.8vw;
    height: 0.2666666667vw;
  }
}
.main {
  /* 背景スクロール禁止用 */
}
.main .body-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.mod-gnav-box,
.mod-nav-pc {
  z-index: 9999;
}

.m-header {
  z-index: 1000;
}

.mod-nav-pc {
  z-index: 1100;
}

.mod-gnav-box {
  z-index: 1100;
}

.img-modal {
  z-index: 1200;
}

@media screen and (max-width: 768px) {
  .main .md-none {
    display: none;
  }
}
.main .md-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .main .md-show {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .main .md-none {
    display: none;
  }
  .main .md-show {
    display: block;
  }
}
