@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;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .main html {
    width: 100%;
    scroll-padding-top: 50px;
  }
}
.main body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  width: 100%;
}
.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 */
  overflow-x: hidden;
}
.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: 0px;
  }
}
.main .fv-main {
  position: relative;
  background: linear-gradient(135deg, #E6F4F8 0%, #F0F9FC 50%, #FFF5F7 100%);
  padding-bottom: 1.40625vw;
}
@media screen and (max-width: 768px) {
  .main .fv-main {
    padding-bottom: 9.0666666667vw;
  }
}
.main .fv-main__inner {
  position: relative;
  display: flex;
  gap: 3.3854166667vw;
  max-width: 80.1041666667vw;
  margin-left: 11.1979166667vw;
  z-index: 1;
}
.main .fv-main__inner::before {
  position: absolute;
  content: "";
  background: radial-gradient(circle at 30% 20%, rgba(0, 150, 199, 0.08) 0%, transparent 50%),
              linear-gradient(45deg, rgba(0, 150, 199, 0.04) 25%, transparent 25%),
              linear-gradient(-45deg, rgba(0, 150, 199, 0.04) 25%, transparent 25%);
  background-size: 100% 100%, 60px 60px, 60px 60px;
  background-position: 0 0, 0 0, 30px 30px;
  top: 0;
  left: 0;
  width: 30.9375vw;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .main .fv-main__inner::before {
    background: radial-gradient(circle at 30% 20%, rgba(0, 150, 199, 0.08) 0%, transparent 50%),
                linear-gradient(45deg, rgba(0, 150, 199, 0.04) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(0, 150, 199, 0.04) 25%, transparent 25%);
    background-size: 100% 100%, 30px 30px, 30px 30px;
    background-position: 0 0, 0 0, 15px 15px;
    width: 38.4vw;
    opacity: 0.4;
  }
}
.main .fv-main__inner::after {
  position: absolute;
  content: "";
  background: radial-gradient(ellipse at 70% 30%, rgba(203, 0, 35, 0.06) 0%, transparent 60%),
              repeating-linear-gradient(135deg, transparent, transparent 40px, rgba(203, 0, 35, 0.015) 40px, rgba(203, 0, 35, 0.015) 80px);
  top: 0;
  right: 0;
  width: 53.5416666667vw;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .main .fv-main__inner::after {
    background: radial-gradient(ellipse at 70% 30%, rgba(203, 0, 35, 0.06) 0%, transparent 60%),
                repeating-linear-gradient(135deg, transparent, transparent 20px, rgba(203, 0, 35, 0.015) 20px, rgba(203, 0, 35, 0.015) 40px);
    width: 45.0666666667vw;
    opacity: 0.4;
  }
}
@media screen and (max-width: 768px) {
  .main .fv-main__inner {
    display: block;
    max-width: unset;
    margin-left: unset;
  }
}
.main .fv-main__contents {
  margin-top: 5.2083333333vw;
}
@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: #006B8E;
}
@media screen and (max-width: 768px) {
  .main .fv__title {
    font-size: 6.4vw;
    padding-left: 0;
    margin-top: calc(45 / 375)*100vw;
    text-align: center;
  }
}
.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: #0096C7;
  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: linear-gradient(180deg, #F8F9FA 0%, #FFFFFF 50%, #F0F7FA 100%);
  position: relative;
  overflow: hidden;
}
.main .trouble::before {
  position: absolute;
  content: "";
  background: radial-gradient(ellipse at 50% 0%, rgba(0, 150, 199, 0.05) 0%, transparent 70%);
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  z-index: 0;
}
.main .trouble::after {
  position: absolute;
  content: "";
  background: radial-gradient(ellipse at 50% 100%, rgba(203, 0, 35, 0.05) 0%, transparent 70%);
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .main .trouble {
    padding-top: 12.8vw;
    margin-bottom: 12.8vw;
  }
}
.main .trouble__inner {
  position: relative;
  z-index: 1;
}
.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 {
  display: none;
}
.main .trouble-section-title__comment {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1;
  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%;
  background-position: center;
  width: 18.4895833333vw;
  height: 4.0104166667vw;
  padding-top: 0.2083333333vw;
  padding-bottom: 0.5208333333vw;
  padding-left: 0;
  padding-right: 0;
  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: 0.8vw;
    padding-bottom: 2.1333333333vw;
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
  }
}
.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: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw;
  margin: 0 auto;
  max-width: 72.9166666667vw;
  margin-top: 3.125vw;
  margin-bottom: 12.0833333333vw;
  padding: 0 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .main .trouble-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw;
    margin-top: 8.5333333333vw;
    max-width: 94.9333333333vw;
    margin-bottom: 28.5333333333vw;
    padding: 0;
  }
}
.main .trouble-items::before {
  display: none;
}
.main .trouble-item {
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 0.8333333333vw;
  width: 100%;
  padding: 1.6666666667vw 1.25vw;
  background: linear-gradient(135deg, #FFFFFF 0%, #F8F9FA 100%);
  box-shadow: 0 0.2083333333vw 0.8333333333vw rgba(0, 0, 0, 0.08),
              0 0.1041666667vw 0.4166666667vw rgba(203, 0, 35, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.main .trouble-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0.2083333333vw;
  background: linear-gradient(90deg, #0096C7 0%, #CB0023 100%);
}
.main .trouble-item:hover {
  transform: translateY(-0.2083333333vw);
  box-shadow: 0 0.4166666667vw 1.25vw rgba(0, 0, 0, 0.12),
              0 0.2083333333vw 0.625vw rgba(203, 0, 35, 0.15);
}
@media screen and (max-width: 768px) {
  .main .trouble-item {
    border-radius: 3.2vw;
    padding: 6.4vw 4.2666666667vw;
    box-shadow: 0 0.5333333333vw 2.1333333333vw rgba(0, 0, 0, 0.08),
                0 0.2666666667vw 1.0666666667vw rgba(203, 0, 35, 0.1);
  }
  .main .trouble-item::before {
    height: 0.8vw;
  }
  .main .trouble-item:hover {
    transform: translateY(-0.5333333333vw);
    box-shadow: 0 1.0666666667vw 3.2vw rgba(0, 0, 0, 0.12),
                0 0.5333333333vw 1.6vw rgba(203, 0, 35, 0.15);
  }
}
.main .trouble-item--illustration,
.main .trouble-item:nth-child(7) {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  box-shadow: none;
  padding: 2.0833333333vw 0;
  border-radius: 0;
}
.main .trouble-item--illustration::before,
.main .trouble-item:nth-child(7)::before {
  display: none;
}
.main .trouble-item--illustration:hover,
.main .trouble-item:nth-child(7):hover {
  transform: none;
  box-shadow: none;
}
.main .trouble-item--illustration img,
.main .trouble-item:nth-child(7) img {
  max-width: 26.0416666667vw;
  height: auto;
  filter: drop-shadow(0 0.4166666667vw 0.8333333333vw rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  .main .trouble-item--illustration,
  .main .trouble-item:nth-child(7) {
    padding: 8vw 0;
  }
  .main .trouble-item--illustration img,
  .main .trouble-item:nth-child(7) img {
    max-width: 74.6666666667vw;
    filter: drop-shadow(0 1.0666666667vw 2.1333333333vw rgba(0, 0, 0, 0.1));
  }
}
.main .trouble-item__check-icon {
  position: relative;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  margin: 0 auto 0.8333333333vw;
  background: linear-gradient(135deg, #0096C7 0%, #006B8E 100%);
  border-radius: 50%;
  box-shadow: 0 0.2083333333vw 0.625vw rgba(0, 150, 199, 0.25),
              0 0.1041666667vw 0.3125vw rgba(0, 150, 199, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.main .trouble-item__check-icon::before {
  content: "";
  position: absolute;
  width: 0.8333333333vw;
  height: 1.3541666667vw;
  border-right: 0.2083333333vw solid #FFFFFF;
  border-bottom: 0.2083333333vw solid #FFFFFF;
  transform: rotate(45deg) translate(-0.1041666667vw, -0.2083333333vw);
  box-shadow: 0 0.0520833333vw 0.1041666667vw rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .main .trouble-item__check-icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin: 0 auto 3.2vw;
    box-shadow: 0 0.5333333333vw 1.6vw rgba(0, 150, 199, 0.25),
                0 0.2666666667vw 0.8vw rgba(0, 150, 199, 0.2);
  }
  .main .trouble-item__check-icon::before {
    width: 2.1333333333vw;
    height: 3.4666666667vw;
    border-right: 0.5333333333vw solid #FFFFFF;
    border-bottom: 0.5333333333vw solid #FFFFFF;
    transform: rotate(45deg) translate(-0.2666666667vw, -0.5333333333vw);
    box-shadow: 0 0.1333333333vw 0.2666666667vw rgba(0, 0, 0, 0.1);
  }
}
.main .trouble-item__text {
  font-size: 1.3541666667vw;
  font-weight: 700;
  line-height: 180%;
  text-align: left;
  margin-top: 0;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .main .trouble-item__text {
    font-size: 3.7333333333vw;
    line-height: 170%;
  }
}
.main .trouble-item__text .color {
  color: #CB0023;
}
.main .rouble-resolution__title {
  position: relative;
  font-size: 2.0833333333vw;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333333;
}
.main .rouble-resolution__title .color {
  color: #CB0023;
}
.main .rouble-resolution__title--red {
  color: #CB0023;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .main .rouble-resolution__title--red {
    font-size: 5.8666666667vw;
  }
}
@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: "";
  width: 20.8333333333vw;
  height: 0.2083333333vw;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #0096C7 0%, rgba(0, 150, 199, 0.3) 100%);
  border-radius: 0.1041666667vw;
}
@media screen and (max-width: 768px) {
  .main .rouble-resolution__title::before {
    display: none;
  }
}
.main .rouble-resolution__title::after {
  position: absolute;
  content: "";
  width: 20.8333333333vw;
  height: 0.2083333333vw;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(203, 0, 35, 0.3) 0%, #CB0023 100%);
  border-radius: 0.1041666667vw;
}
@media screen and (max-width: 768px) {
  .main .rouble-resolution__title::after {
    display: none;
  }
}
.main .trouble-resolution__contents {
  position: relative;
  padding-top: 4.1666666667vw;
  padding-bottom: 6.25vw;
  background: linear-gradient(135deg, #E6F4F8 0%, #F0F9FC 50%, #FFF5F7 100%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__contents {
    padding-top: 8vw;
  }
}
.main .trouble-resolution__contents::before {
  position: absolute;
  content: "";
  width: 41.6666666667vw;
  height: 41.6666666667vw;
  top: -10.4166666667vw;
  left: -10.4166666667vw;
  background: radial-gradient(circle, rgba(0, 150, 199, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__contents::before {
    width: 160vw;
    height: 160vw;
    top: -40vw;
    left: -40vw;
  }
}
.main .trouble-resolution__contents::after {
  position: absolute;
  content: "";
  width: 31.25vw;
  height: 31.25vw;
  bottom: -7.8125vw;
  right: -5.2083333333vw;
  background: radial-gradient(circle, rgba(203, 0, 35, 0.06) 0%, transparent 70%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__contents::after {
    width: 106.6666666667vw;
    height: 106.6666666667vw;
    bottom: -26.6666666667vw;
    right: -13.3333333333vw;
  }
}
.main .trouble-resolution__contents__inner {
  max-width: 62.5vw;
  margin: 0 auto;
  padding: 3.125vw 4.1666666667vw;
  border-radius: 1.0416666667vw;
  background: linear-gradient(135deg, #FFFFFF 0%, #F8F9FA 100%);
  box-shadow: 0 0.4166666667vw 1.6666666667vw rgba(0, 0, 0, 0.08),
              0 0.2083333333vw 0.8333333333vw rgba(0, 150, 199, 0.1);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__contents__inner {
    max-width: 90.6666666667vw;
    padding: 10.6666666667vw 6.4vw;
    border-radius: 4.2666666667vw;
    box-shadow: 0 1.0666666667vw 4.2666666667vw rgba(0, 0, 0, 0.08),
                0 0.5333333333vw 2.1333333333vw rgba(0, 150, 199, 0.1);
  }
}
.main .trouble-resolution__contents__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.3125vw;
  background: linear-gradient(90deg, #0096C7 0%, #CB0023 100%);
  border-radius: 1.0416666667vw 1.0416666667vw 0 0;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__contents__inner::before {
    height: 1.0666666667vw;
    border-radius: 4.2666666667vw 4.2666666667vw 0 0;
  }
}
.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__image {
  margin-top: 2.0833333333vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__image {
    margin-top: 8vw;
  }
}
.main .trouble-resolution__image__img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  filter: contrast(1.05) brightness(1.02);
  border-radius: 0.4166666667vw;
}
@media screen and (max-width: 768px) {
  .main .trouble-resolution__image__img {
    border-radius: 1.0666666667vw;
  }
}
.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%, #0096C7 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: 80vw;
  margin: 0 auto;
  z-index: 10;
  padding: 0 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .main .reason__inner {
    max-width: unset;
    padding: 0 2.6666666667vw;
  }
}
.main .reason .section-title {
  color: #333333;
}
.main .reason .section-title .color {
  color: #CB0023;
}
.main .reason .section-title:before {
  background-color: #333333;
}
.main .reason .section-title:after {
  background-color: #333333;
}
.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;
  }
}

/* Point01専用スタイル - おしゃれなデザイン */
.main .reason-item--point01 {
  position: relative;
  display: block;
}

.main .reason-item__contents--point01 {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 3.125vw 3.3333333333vw;
  background: linear-gradient(135deg, #FFFFFF 0%, #F8F9FA 50%, #F0F7FA 100%);
  border-radius: 1.5625vw;
  box-shadow: 0 0.4166666667vw 1.6666666667vw rgba(0, 0, 0, 0.08),
              0 0.2083333333vw 0.8333333333vw rgba(0, 150, 199, 0.12);
  border: 0.0520833333vw solid rgba(0, 150, 199, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.main .reason-item__contents--point01::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 0.3125vw;
  background: linear-gradient(90deg, #0096C7 0%, #006B8E 50%, #CB0023 100%);
  border-radius: 1.5625vw 1.5625vw 0 0;
}

.main .reason-item__contents--point01:hover {
  transform: translateY(-0.2083333333vw);
  box-shadow: 0 0.625vw 2.0833333333vw rgba(0, 0, 0, 0.12),
              0 0.3125vw 1.0416666667vw rgba(0, 150, 199, 0.18);
}

@media screen and (max-width: 768px) {
  .main .reason-item__contents--point01 {
    padding: 8vw 5.3333333333vw;
    border-radius: 4.2666666667vw;
    box-shadow: 0 1.0666666667vw 4.2666666667vw rgba(0, 0, 0, 0.08),
                0 0.5333333333vw 2.1333333333vw rgba(0, 150, 199, 0.12);
  }
  .main .reason-item__contents--point01::before {
    height: 1.0666666667vw;
    border-radius: 4.2666666667vw 4.2666666667vw 0 0;
  }
  .main .reason-item__contents--point01:hover {
    transform: translateY(-0.5333333333vw);
    box-shadow: 0 1.6vw 5.3333333333vw rgba(0, 0, 0, 0.12),
                0 0.8vw 2.6666666667vw rgba(0, 150, 199, 0.18);
  }
  .main .reason-item__title--point01 {
    font-size: 7.4666666667vw;
    margin-top: 0;
  }
}

.main .reason-item__header {
  margin-bottom: 2.6041666667vw;
  display: flex;
  align-items: flex-start;
  gap: 3.125vw;
  padding-bottom: 2.0833333333vw;
  border-bottom: 0.0520833333vw solid rgba(0, 150, 199, 0.2);
}

@media screen and (max-width: 768px) {
  .main .reason-item__header {
    margin-bottom: 6.4vw;
    flex-direction: column;
    gap: 4.2666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}

.main .reason-item__heading--point01 {
  font-size: 2.2916666667vw;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #CB0023;
  margin-bottom: 0;
  flex-shrink: 0;
  min-width: 12.5vw;
}

.main .reason-item__heading--point01::before {
  display: none;
}

.main .reason-item__heading--point01::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .main .reason-item__heading--point01 {
    font-size: 9.6vw;
    margin-bottom: 0;
    min-width: unset;
  }
}

.main .reason-item__title--point01 {
  font-size: 2.1875vw;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #333333;
  margin-top: 0;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .main .reason-item__title--point01 {
    font-size: 7.4666666667vw;
    margin-top: 5.3333333333vw;
    line-height: 1.35;
  }
}

/* Point02見出しスタイル - Point01と同じデザイン */
.main .reason-item__heading--point02 {
  font-size: 2.2916666667vw;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #CB0023;
  margin-bottom: 0;
  flex-shrink: 0;
  min-width: 12.5vw;
}

.main .reason-item__heading--point02::before {
  display: none;
}

.main .reason-item__heading--point02::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .main .reason-item__heading--point02 {
    font-size: 9.6vw;
    margin-bottom: 0;
    min-width: unset;
  }
}

.main .reason-item__title--point02 {
  font-size: 2.1875vw;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #333333;
  margin-top: 0;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .main .reason-item__title--point02 {
    font-size: 7.4666666667vw;
    margin-top: 0;
    line-height: 1.35;
  }
}

.main .reason-item__text--point01 {
  font-size: 1.1458333333vw;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #333333;
  margin-top: 2.0833333333vw;
  padding: 0;
  background: transparent;
  border: none;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .main .reason-item__text--point01 {
    font-size: 4.2666666667vw;
    line-height: 1.9;
    margin-top: 8vw;
    padding: 0;
  }
}

.main .reason-text__items--point01 {
  margin-top: 2.6041666667vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw;
}

@media screen and (max-width: 768px) {
  .main .reason-text__items--point01 {
    margin-top: 10.6666666667vw;
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}

.main .reason-text__item--point01 {
  position: relative;
  padding: 2.0833333333vw 1.7708333333vw;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
  border-radius: 0.8333333333vw;
  border: 0.0520833333vw solid rgba(203, 0, 35, 0.15);
  transition: all 0.3s ease;
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
}

.main .reason-text__item--point01::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0.2083333333vw;
  height: 100%;
  background: linear-gradient(180deg, #CB0023 0%, #A0001A 100%);
  border-radius: 0.8333333333vw 0 0 0.8333333333vw;
}

.main .reason-text__item--point01:hover {
  transform: translateX(0.2083333333vw);
  box-shadow: 0 0.3125vw 1.0416666667vw rgba(203, 0, 35, 0.15);
  border-color: rgba(203, 0, 35, 0.25);
}

@media screen and (max-width: 768px) {
  .main .reason-text__item--point01 {
    padding: 6.4vw 5.3333333333vw;
    border-radius: 3.2vw;
  }
  .main .reason-text__item--point01::before {
    width: 0.8vw;
    border-radius: 3.2vw 0 0 3.2vw;
  }
  .main .reason-text__item--point01:hover {
    transform: translateX(0.5333333333vw);
    box-shadow: 0 0.8vw 2.6666666667vw rgba(203, 0, 35, 0.15);
  }
}

.main .reason-text__item__heading--point01 {
  gap: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .main .reason-text__item__heading--point01 {
    gap: 4.2666666667vw;
    margin-bottom: 3.2vw;
    margin-left: 0;
  }
}

.main .reason-text__item__number--point01 {
  font-size: 1.3541666667vw;
  font-weight: 900;
  color: #FFFFFF;
  background: linear-gradient(135deg, #CB0023 0%, #A0001A 100%);
  width: 2.3958333333vw;
  height: 2.3958333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0.2083333333vw 0.625vw rgba(203, 0, 35, 0.3);
  flex-shrink: 0;
}

.main .reason-text__item__number--point01::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .main .reason-text__item__number--point01 {
    font-size: 7.4666666667vw;
    width: 12.8vw;
    height: 12.8vw;
    box-shadow: 0 0.5333333333vw 1.6vw rgba(203, 0, 35, 0.3);
  }
}

.main .reason-text__item__text--point01 {
  font-size: 1.0416666667vw;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #CB0023;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .main .reason-text__item__text--point01 {
    font-size: 4.8vw;
    line-height: 1.45;
  }
}

.main .reason-text--point01 {
  font-size: 0.9895833333vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #555555;
  margin-top: 1.25vw;
  padding-left: 0.5208333333vw;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .main .reason-text--point01 {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    margin-top: 4.2666666667vw;
    padding-left: 2.1333333333vw;
  }
}

.main .reason-text--point01 .color {
  font-weight: 700;
  color: #CB0023;
  background: linear-gradient(transparent 70%, rgba(203, 0, 35, 0.15) 70%);
  padding: 0 0.2083333333vw;
}

@media screen and (max-width: 768px) {
  .main .reason-text--point01 .color {
    padding: 0 0.8vw;
  }
}

/* Point02専用スタイル - Point01と同じデザイン */
.main .reason-item--point02 {
  position: relative;
  display: flex;
  gap: 3.3333333333vw;
}

@media screen and (max-width: 768px) {
  .main .reason-item--point02 {
    display: block;
  }
}

.main .reason-item__contents--point02 {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 3.125vw 3.3333333333vw;
  background: linear-gradient(135deg, #FFFFFF 0%, #F8F9FA 50%, #F0F7FA 100%);
  border-radius: 1.5625vw;
  box-shadow: 0 0.4166666667vw 1.6666666667vw rgba(0, 0, 0, 0.08),
              0 0.2083333333vw 0.8333333333vw rgba(0, 150, 199, 0.12);
  border: 0.0520833333vw solid rgba(0, 150, 199, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.main .reason-item__contents--point02::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 0.3125vw;
  background: linear-gradient(90deg, #0096C7 0%, #006B8E 50%, #CB0023 100%);
  border-radius: 1.5625vw 1.5625vw 0 0;
}

.main .reason-item__contents--point02:hover {
  transform: translateY(-0.2083333333vw);
  box-shadow: 0 0.625vw 2.0833333333vw rgba(0, 0, 0, 0.12),
              0 0.3125vw 1.0416666667vw rgba(0, 150, 199, 0.18);
}

@media screen and (max-width: 768px) {
  .main .reason-item__contents--point02 {
    padding: 8vw 5.3333333333vw;
    border-radius: 4.2666666667vw;
    box-shadow: 0 1.0666666667vw 4.2666666667vw rgba(0, 0, 0, 0.08),
                0 0.5333333333vw 2.1333333333vw rgba(0, 150, 199, 0.12);
  }
  .main .reason-item__contents--point02::before {
    height: 1.0666666667vw;
    border-radius: 4.2666666667vw 4.2666666667vw 0 0;
  }
  .main .reason-item__contents--point02:hover {
    transform: translateY(-0.5333333333vw);
    box-shadow: 0 1.6vw 5.3333333333vw rgba(0, 0, 0, 0.12),
                0 0.8vw 2.6666666667vw rgba(0, 150, 199, 0.18);
  }
}

.main .reason-item__text--point02 {
  font-size: 1.1458333333vw;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #333333;
  margin-top: 2.0833333333vw;
  padding: 0;
  background: transparent;
  border: none;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .main .reason-item__text--point02 {
    font-size: 4.2666666667vw;
    line-height: 1.9;
    margin-top: 8vw;
    padding: 0;
  }
}

.main .reason-text__items--point02 {
  margin-top: 2.6041666667vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.0833333333vw;
}

@media screen and (max-width: 768px) {
  .main .reason-text__items--point02 {
    margin-top: 10.6666666667vw;
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}

.main .reason-text__item--point02 {
  position: relative;
  padding: 2.0833333333vw 1.7708333333vw;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
  border-radius: 0.8333333333vw;
  border: 0.0520833333vw solid rgba(203, 0, 35, 0.15);
  transition: all 0.3s ease;
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.main .reason-text__item--point02::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0.2083333333vw;
  height: 100%;
  background: linear-gradient(180deg, #CB0023 0%, #A0001A 100%);
  border-radius: 0.8333333333vw 0 0 0.8333333333vw;
}

.main .reason-text__item--point02:hover {
  transform: translateX(0.2083333333vw);
  box-shadow: 0 0.3125vw 1.0416666667vw rgba(203, 0, 35, 0.15);
  border-color: rgba(203, 0, 35, 0.25);
}

@media screen and (max-width: 768px) {
  .main .reason-text__item--point02 {
    padding: 6.4vw 5.3333333333vw;
    border-radius: 3.2vw;
  }
  .main .reason-text__item--point02::before {
    width: 0.8vw;
    border-radius: 3.2vw 0 0 3.2vw;
  }
  .main .reason-text__item--point02:hover {
    transform: translateX(0.5333333333vw);
    box-shadow: 0 0.8vw 2.6666666667vw rgba(203, 0, 35, 0.15);
  }
}

.main .reason-text__item__heading--point02 {
  gap: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .main .reason-text__item__heading--point02 {
    gap: 4.2666666667vw;
    margin-bottom: 3.2vw;
    margin-left: 0;
  }
}

.main .reason-text__item__number--point02 {
  font-size: 1.3541666667vw;
  font-weight: 900;
  color: #FFFFFF;
  background: linear-gradient(135deg, #CB0023 0%, #A0001A 100%);
  width: 2.3958333333vw;
  height: 2.3958333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0.2083333333vw 0.625vw rgba(203, 0, 35, 0.3);
  flex-shrink: 0;
}

.main .reason-text__item__number--point02::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .main .reason-text__item__number--point02 {
    font-size: 7.4666666667vw;
    width: 12.8vw;
    height: 12.8vw;
    box-shadow: 0 0.5333333333vw 1.6vw rgba(203, 0, 35, 0.3);
  }
}

.main .reason-text__item__text--point02 {
  font-size: 1.0416666667vw;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #CB0023;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .main .reason-text__item__text--point02 {
    font-size: 4.8vw;
    line-height: 1.45;
  }
}

.main .reason-text--point02 {
  font-size: 0.9895833333vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #555555;
  margin-top: 1.25vw;
  padding-left: 0.5208333333vw;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .main .reason-text--point02 {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    margin-top: 4.2666666667vw;
    padding-left: 2.1333333333vw;
  }
}

.main .reason-text--point02 .color {
  font-weight: 700;
  color: #CB0023;
  background: linear-gradient(transparent 70%, rgba(203, 0, 35, 0.15) 70%);
  padding: 0 0.2083333333vw;
}

@media screen and (max-width: 768px) {
  .main .reason-text--point02 .color {
    padding: 0 0.8vw;
  }
}

/* Point02画像スタイル */
.main .reason-img__item--point02 {
  margin-top: 1.5625vw;
  padding-top: 1.5625vw;
  border-top: 0.0520833333vw solid rgba(0, 150, 199, 0.15);
  width: 100%;
}

.main .reason-img__item__title--point02 {
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.5;
  color: #006B8E;
  text-align: center;
  margin-bottom: 1.0416666667vw;
}

.main .img__wrap--point02 {
  margin-top: 0.8333333333vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .img__02--point02 {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0.5208333333vw;
  box-shadow: 0 0.2083333333vw 0.8333333333vw rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  margin: 0 auto;
}

.main .img__02--point02:hover {
  transform: scale(1.02);
  box-shadow: 0 0.4166666667vw 1.25vw rgba(0, 0, 0, 0.15);
}

.main .reason-img__item--point02 .img__scale {
  margin-top: 0.8333333333vw;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  font-size: 0.8333333333vw;
  display: inline-flex;
  align-items: center;
  gap: 0.4166666667vw;
}

.main .reason-img__item--point02 .img__scale::before {
  position: relative;
  content: "";
  background-image: url(../../assets/img/scale-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  left: 0;
  top: 0;
  margin-right: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .main .reason-img__item--point02 {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    border-top: 0.2666666667vw solid rgba(0, 150, 199, 0.15);
  }
  .main .reason-img__item__title--point02 {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
  .main .img__wrap--point02 {
    margin-top: 3.2vw;
  }
  .main .img__02--point02 {
    border-radius: 2.1333333333vw;
  }
  .main .reason-img__item--point02 .img__scale {
    margin-top: 3.2vw;
    font-size: 3.2vw;
    gap: 1.0666666667vw;
  }
  .main .reason-img__item--point02 .img__scale::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

.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-item__diagram {
  width: 100%;
  height: auto;
  display: block;
}
.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;
}
@media screen and (max-width: 768px) {
  .main .reason-img__item .img__wrap {
    text-align: center;
  }
  .main .reason-img__item .img__wrap .img__link {
    display: block;
    text-align: center;
  }
}
.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: auto;
    margin-right: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.6vw;
  }
  .main .reason-img__item .img__scale::before {
    position: relative;
    left: 0;
    flex-shrink: 0;
  }
}
.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: #0096C7;
  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;
  filter: hue-rotate(170deg) saturate(1.2);
}
@media screen and (max-width: 768px) {
  .main .contact-btn__comment::before {
    width: 72.2666666667vw;
    height: 9.7653333333vw;
    left: 6.5333333333vw;
    filter: hue-rotate(170deg) saturate(1.2);
  }
}
.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;
  filter: none;
}
@media screen and (max-width: 768px) {
  .main .contact-btn__wrap:nth-child(2) .contact-btn__comment::before {
    top: -0.5333333333vw;
    left: 6.6666666667vw;
    filter: none;
  }
}
.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: #0096C7;
  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;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8F9FA 30%, #F0F7FA 70%, #FFFFFF 100%);
}
@media screen and (max-width: 768px) {
  .main .understand {
    padding: 12vw 0 13.8666666667vw;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8F9FA 30%, #F0F7FA 70%, #FFFFFF 100%);
  }
}
/* understandセクション（前半） */
.main .understand--part01 {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .main .understand--part01 {
    padding-bottom: 0;
  }
}
/* understandセクション（後半） */
.main .understand--part02 {
  padding-top: 4.1666666667vw;
  margin-top: 0;
  border-top: 0.2083333333vw solid rgba(0, 150, 199, 0.2);
  background: #F8F9FA;
  padding-bottom: 6.4583333333vw;
}
@media screen and (max-width: 768px) {
  .main .understand--part02 {
    padding-top: 8.5333333333vw;
    border-top: 0.8vw solid rgba(0, 150, 199, 0.2);
    padding-bottom: 13.8666666667vw;
  }
}
.main .understand--part02 .understand-item {
  background: linear-gradient(135deg, #FFFFFF 0%, #F8F9FA 100%);
  border: 0.1041666667vw solid rgba(0, 150, 199, 0.15);
  box-shadow: 0 0.3125vw 1.25vw rgba(0, 0, 0, 0.06),
              0 0.15625vw 0.625vw rgba(0, 150, 199, 0.1);
}
.main .understand--part02 .understand-item::before {
  background: linear-gradient(90deg, #0096C7 0%, #006B8E 50%, #CB0023 100%);
  height: 0.2083333333vw;
}
.main .understand--part02 .understand-item:hover {
  transform: translateY(-0.15625vw);
  box-shadow: 0 0.5208333333vw 1.6666666667vw rgba(0, 0, 0, 0.1),
              0 0.2604166667vw 0.8333333333vw rgba(0, 150, 199, 0.15);
}
@media screen and (max-width: 768px) {
  .main .understand--part02 .understand-item {
    border: 0.4vw solid rgba(0, 150, 199, 0.15);
    box-shadow: 0 0.8vw 3.2vw rgba(0, 0, 0, 0.06),
                0 0.4vw 1.6vw rgba(0, 150, 199, 0.1);
  }
  .main .understand--part02 .understand-item::before {
    height: 0.8vw;
  }
  .main .understand--part02 .understand-item:hover {
    transform: translateY(-0.4vw);
    box-shadow: 0 1.3333333333vw 4.2666666667vw rgba(0, 0, 0, 0.1),
                0 0.6666666667vw 2.1333333333vw rgba(0, 150, 199, 0.15);
  }
}
.main .understand::before {
  display: none;
}
.main .understand::after {
  display: none;
}
.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: 100%;
    margin: 0;
    padding: 0 calc(20 / 375)*100vw;
  }
}
.main .understand .section-title {
  color: #333333;
  padding: 0 2.0833333333vw;
}
.main .understand .section-title .color {
  color: #CB0023;
}
.main .understand .section-title::before {
  background-color: #333333;
  width: 12.5520833333vw;
  left: -14.6354166667vw;
}
@media screen and (max-width: 768px) {
  .main .understand .section-title {
    padding: 0 calc(20 / 375)*100vw;
    font-size: 5.8vw;
  }
  .main .understand .section-title::before {
    width: 12.8vw;
    height: 0.2666666667vw;
    left: -17.0666666667vw;
  }
}
.main .understand .section-title::after {
  background-color: #333333;
  width: 12.5520833333vw;
  right: -14.6354166667vw;
}
@media screen and (max-width: 768px) {
  .main .understand .section-title::after {
    width: 12.8vw;
    height: 0.2666666667vw;
    right: -17.0666666667vw;
  }
}
.main .understand-heading {
  position: relative;
  display: flex;
  padding: 0;
  background: transparent;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .main .understand-heading {
    max-width: 100%;
    margin: 0;
    display: block;
    padding: calc(16 / 375)*100vw;
    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: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.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;
    display: flex;
    flex-direction: column;
    gap: calc(16 / 375 * 100vw);
  }
}
/* understand-itemカード型デザイン */
.main .understand-item {
  position: relative;
  padding: 3.125vw 3.3333333333vw;
  background: linear-gradient(135deg, #FFFFFF 0%, #F8F9FA 50%, #F0F7FA 100%);
  border-radius: 1.5625vw;
  box-shadow: 0 0.4166666667vw 1.6666666667vw rgba(0, 0, 0, 0.08),
              0 0.2083333333vw 0.8333333333vw rgba(0, 150, 199, 0.12);
  border: 0.0520833333vw solid rgba(0, 150, 199, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 2.6041666667vw;
}

.main .understand-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 0.3125vw;
  background: linear-gradient(90deg, #0096C7 0%, #006B8E 50%, #CB0023 100%);
  border-radius: 1.5625vw 1.5625vw 0 0;
}

.main .understand-item:hover {
  transform: translateY(-0.2083333333vw);
  box-shadow: 0 0.625vw 2.0833333333vw rgba(0, 0, 0, 0.12),
              0 0.3125vw 1.0416666667vw rgba(0, 150, 199, 0.18);
}

@media screen and (max-width: 768px) {
  .main .understand-item {
    padding: 8vw 5.3333333333vw;
    border-radius: 4.2666666667vw;
    box-shadow: 0 1.0666666667vw 4.2666666667vw rgba(0, 0, 0, 0.08),
                0 0.5333333333vw 2.1333333333vw rgba(0, 150, 199, 0.12);
    margin-bottom: 6.4vw;
  }
  .main .understand-item::before {
    height: 1.0666666667vw;
    border-radius: 4.2666666667vw 4.2666666667vw 0 0;
  }
  .main .understand-item:hover {
    transform: translateY(-0.5333333333vw);
    box-shadow: 0 1.6vw 5.3333333333vw rgba(0, 0, 0, 0.12),
                0 0.8vw 2.6666666667vw rgba(0, 150, 199, 0.18);
  }
  .main .understand-item:not(:nth-child(2)) {
    max-width: 94.6666666667vw;
    margin: 0 auto;
  }
}
.main .understand-item__title {
  position: relative;
  display: block;
  font-size: 1.6666666667vw;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #CB0023;
  margin-bottom: 1.25vw;
  padding-bottom: 1.25vw;
  border-bottom: 0.0520833333vw solid rgba(203, 0, 35, 0.2);
}
@media screen and (max-width: 768px) {
  .main .understand-item__title {
    font-size: 5.8666666667vw;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-bottom: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.main .understand-item__title::before {
  display: none;
}
.main .understand-item__text {
  font-size: 1.1458333333vw;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #333333;
  margin-top: 1.25vw;
}
.main .understand-item__text:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .main .understand-item__text {
    font-size: 4.2666666667vw;
    line-height: 1.9;
    margin-top: 4.2666666667vw;
  }
  .main .understand-item__text:first-of-type {
    margin-top: 0;
  }
}
.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: 0;
}
@media screen and (max-width: 768px) {
  .main .understand-item:nth-child(2) {
    position: relative;
    margin-top: 0;
    max-width: 94.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.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: 5.3333333333vw;
  }
}
.main .understand-item02__img {
  width: 20.3125vw;
  height: auto;
  margin-right: 0.5208333333vw;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .main .understand-item02__img {
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
    width: 96vw;
    margin: 5.3333333333vw auto 0;
    display: block;
  }
}
.main .understand-item:nth-child(3),
.main .understand-item:nth-child(4) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .main .understand-item:nth-child(3),
  .main .understand-item:nth-child(4) {
    margin-top: 0;
  }
}
.main .understand-item04__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw;
  margin-top: 3.0208333333vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item04__items {
    display: block;
    margin-top: 6.4vw;
    gap: 0;
  }
}
.main .understand-item04__item {
  position: relative;
  padding: 2.0833333333vw 1.7708333333vw;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
  border-radius: 0.8333333333vw;
  border: 0.0520833333vw solid rgba(203, 0, 35, 0.15);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.main .understand-item04__item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0.2083333333vw;
  height: 100%;
  background: linear-gradient(180deg, #CB0023 0%, #A0001A 100%);
  border-radius: 0.8333333333vw 0 0 0.8333333333vw;
}
.main .understand-item04__item:hover {
  transform: translateX(0.2083333333vw);
  box-shadow: 0 0.3125vw 1.0416666667vw rgba(203, 0, 35, 0.15);
  border-color: rgba(203, 0, 35, 0.25);
}
@media screen and (max-width: 768px) {
  .main .understand-item04__item {
    padding: 6.4vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
    margin-bottom: 6.4vw;
  }
  .main .understand-item04__item::before {
    width: 0.8vw;
    border-radius: 2.1333333333vw 0 0 2.1333333333vw;
  }
  .main .understand-item04__item:hover {
    transform: translateX(0.5333333333vw);
  }
  .main .understand-item04__item:first-child {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
  .main .understand-item04__item:last-child {
    margin-bottom: 0;
  }
  .main .understand-item04__item:not(:last-child) {
    border-bottom: 0.2666666667vw solid rgba(203, 0, 35, 0.15);
  }
}
.main .understand-item04__item__name {
  font-size: 1.25vw;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #CB0023;
  text-align: center;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .main .understand-item04__item__name {
    font-size: 5.3333333333vw;
    line-height: 1.4;
    margin-bottom: 4.2666666667vw;
  }
}
.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: 1.0416666667vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #555555;
  max-width: 100%;
  margin: 1.25vw auto 0;
}
@media screen and (max-width: 768px) {
  .main .understand-item04__item__text {
    font-size: 4.2666666667vw;
    max-width: 100%;
    margin-top: 4.2666666667vw;
  }
}

.main .flow {
  position: relative;
  padding: 6.1458333333vw 0 6.4583333333vw;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8F9FA 30%, #F0F7FA 70%, #FFFFFF 100%);
}
@media screen and (max-width: 768px) {
  .main .flow {
    padding: 12vw 0 13.8666666667vw;
  }
}
.main .flow__inner {
  max-width: 80vw;
  margin: 0 auto;
  padding: 0 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .main .flow__inner {
    max-width: unset;
    padding: 0 2.6666666667vw;
  }
}
.main .flow .section-title {
  color: #333333;
  padding: 0 2.0833333333vw;
}
.main .flow .section-title .color {
  color: #CB0023;
}
.main .flow .section-title::before {
  width: 12.5520833333vw;
  background-color: #333333;
  left: -14.6354166667vw;
}
@media screen and (max-width: 768px) {
  .main .flow .section-title {
    padding: 0 4.2666666667vw;
  }
  .main .flow .section-title::before {
    width: 12.8vw;
    height: 0.2666666667vw;
    left: -17.0666666667vw;
  }
}
.main .flow .section-title::after {
  width: 12.5520833333vw;
  background-color: #333333;
  right: -14.6354166667vw;
}
@media screen and (max-width: 768px) {
  .main .flow .section-title::after {
    width: 12.8vw;
    height: 0.2666666667vw;
    right: -17.0666666667vw;
  }
}
.main .flow__text {
  font-size: 1.1458333333vw;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #333333;
  margin-top: 2.0833333333vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .flow__text {
    font-size: 4.2666666667vw;
    line-height: 1.9;
    margin-top: 8vw;
    text-align: left;
  }
}
.main .flow-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.0416666667vw;
  margin-top: 4.1666666667vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .flow-items {
    grid-template-columns: 1fr;
    gap: 6.4vw;
    margin-top: 10.6666666667vw;
  }
}
/* ステップ間の矢印（PC表示のみ） */
.main .flow-item:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -1.4583333333vw;
  transform: translateY(-50%);
  font-size: 2.6041666667vw;
  font-weight: 900;
  color: #CB0023;
  z-index: 9999;
  line-height: 1;
  text-shadow: 0 0.1041666667vw 0.2083333333vw rgba(203, 0, 35, 0.4);
  filter: drop-shadow(0 0.1041666667vw 0.3125vw rgba(203, 0, 35, 0.3));
}
@media screen and (max-width: 768px) {
  .main .flow-item:not(:last-child)::after {
    content: "↓";
    position: absolute;
    display: block;
    text-align: center;
    top: auto;
    right: auto;
    bottom: calc(-3.2vw);
    left: 50%;
    transform: translateX(-50%);
    font-size: calc(32 / 375 * 100vw);
    font-weight: 900;
    color: #CB0023;
    line-height: 1;
    text-shadow: 0 calc(1.5 / 375 * 100vw) calc(3 / 375 * 100vw) rgba(203, 0, 35, 0.4);
    filter: drop-shadow(0 calc(1.5 / 375 * 100vw) calc(4 / 375 * 100vw) rgba(203, 0, 35, 0.3));
    z-index: 1;
  }
}
/* flow-itemカード型デザイン */
.main .flow-item {
  position: relative;
  padding: 2.0833333333vw 1.7708333333vw;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
  border-radius: 0.8333333333vw;
  border: 0.0520833333vw solid rgba(203, 0, 35, 0.15);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1;
}
.main .flow-item:hover {
  z-index: 2;
}
.main .flow-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0.2083333333vw;
  height: 100%;
  background: linear-gradient(180deg, #CB0023 0%, #A0001A 100%);
  border-radius: 0.8333333333vw 0 0 0.8333333333vw;
}
.main .flow-item:hover {
  transform: translateX(0.2083333333vw);
  box-shadow: 0 0.3125vw 1.0416666667vw rgba(203, 0, 35, 0.15);
  border-color: rgba(203, 0, 35, 0.25);
}
@media screen and (max-width: 768px) {
  .main .flow-item {
    position: relative;
    padding: 6.4vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
    overflow: visible;
  }
  .main .flow-item::before {
    width: 0.8vw;
    border-radius: 2.1333333333vw 0 0 2.1333333333vw;
  }
  .main .flow-item:hover {
    transform: translateX(0.5333333333vw);
  }
}
.main .flow-item__img {
  width: 100%;
  max-width: 8.3333333333vw;
  height: auto;
  margin: 0 auto 1.25vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .main .flow-item__img {
    max-width: 20vw;
    margin-bottom: 4.2666666667vw;
  }
}
.main .flow-item__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5208333333vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main .flow-item__contents {
    gap: 2.1333333333vw;
  }
}
.main .flow-item__number {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  font-size: 1.0416666667vw;
  font-weight: 800;
  line-height: 1;
  color: #FFFFFF;
  background: linear-gradient(135deg, #CB0023 0%, #A0001A 100%);
  border-radius: 50%;
  box-shadow: 0 0.2083333333vw 0.625vw rgba(203, 0, 35, 0.3);
}
@media screen and (max-width: 768px) {
  .main .flow-item__number {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4.8vw;
  }
}
.main .flow-item__number::before {
  display: none;
}
.main .flow-item__text {
  font-size: 1.0416666667vw;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #CB0023;
  margin-top: 0.5208333333vw;
}
.main .flow-item__text span {
  display: block;
  font-size: 0.8333333333vw;
  font-weight: 500;
  color: #555555;
  margin-top: 0.5208333333vw;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .main .flow-item__text {
    font-size: 4.8vw;
    margin-top: 2.1333333333vw;
  }
  .main .flow-item__text span {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}

/* voiceセクション */
.main .voice {
  position: relative;
  padding: 6.1458333333vw 0 6.4583333333vw;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8F9FA 30%, #F0F7FA 70%, #FFFFFF 100%);
}
@media screen and (max-width: 768px) {
  .main .voice {
    padding: 12vw 0 13.8666666667vw;
  }
}
.main .voice__inner {
  max-width: 80vw;
  margin: 0 auto;
  padding: 0 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .main .voice__inner {
    max-width: unset;
    padding: 0 2.6666666667vw;
  }
}
.main .voice .section-title {
  color: #333333;
  padding: 0 2.0833333333vw;
}
.main .voice .section-title .color {
  color: #CB0023;
}
.main .voice .section-title::before {
  width: 12.5520833333vw;
  background-color: #333333;
  left: -14.6354166667vw;
}
@media screen and (max-width: 768px) {
  .main .voice .section-title {
    padding: 0 4.2666666667vw;
  }
  .main .voice .section-title::before {
    width: 12.8vw;
    height: 0.2666666667vw;
    left: -17.0666666667vw;
  }
}
.main .voice .section-title::after {
  width: 12.5520833333vw;
  background-color: #333333;
  right: -14.6354166667vw;
}
@media screen and (max-width: 768px) {
  .main .voice .section-title::after {
    width: 12.8vw;
    height: 0.2666666667vw;
    right: -17.0666666667vw;
  }
}
.main .voice-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .main .voice-items {
    grid-template-columns: 1fr;
    gap: 6.4vw;
    margin-top: 10.6666666667vw;
  }
}
.main .voice-item {
  position: relative;
  padding: 2.0833333333vw;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
  border-radius: 0.8333333333vw;
  border: 0.0520833333vw solid rgba(203, 0, 35, 0.15);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.main .voice-item:hover {
  z-index: 2;
  transform: translateY(-0.2083333333vw);
  box-shadow: 0 0.3125vw 1.0416666667vw rgba(203, 0, 35, 0.15);
  border-color: rgba(203, 0, 35, 0.25);
}
.main .voice-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0.2083333333vw;
  height: 100%;
  background: linear-gradient(180deg, #CB0023 0%, #A0001A 100%);
  border-radius: 0.8333333333vw 0 0 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .main .voice-item {
    padding: 6.4vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
  .main .voice-item::before {
    width: 0.8vw;
    border-radius: 2.1333333333vw 0 0 2.1333333333vw;
  }
  .main .voice-item:hover {
    transform: translateY(-0.5333333333vw);
  }
}
.main .voice-item__img-wrap {
  width: 100%;
  height: 12.5vw;
  overflow: hidden;
  border-radius: 0.5208333333vw;
  margin-bottom: 1.25vw;
  background: #F8F9FA;
}
@media screen and (max-width: 768px) {
  .main .voice-item__img-wrap {
    height: 40vw;
    border-radius: 1.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.main .voice-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.main .voice-item:hover .voice-item__img {
  transform: scale(1.05);
}
.main .voice-item__contents {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .main .voice-item__contents {
    gap: 2.1333333333vw;
  }
}
.main .voice-item__company {
  font-size: 1.25vw;
  font-weight: 800;
  line-height: 1.4;
  color: #CB0023;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .main .voice-item__company {
    font-size: 4.8vw;
  }
}
.main .voice-item__text {
  font-size: 1.0416666667vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #333333;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .main .voice-item__text {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
.main .voice-item__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5208333333vw;
  margin-top: 0.5208333333vw;
  padding: 0.5208333333vw 0;
  font-size: 1.0416666667vw;
  font-weight: 700;
  color: #CB0023;
  text-decoration: none;
  transition: all 0.3s ease;
}
.main .voice-item__link:hover {
  color: #A0001A;
  gap: 0.8333333333vw;
}
.main .voice-item__link .arrow-icon {
  width: 1.0416666667vw;
  height: auto;
  transition: transform 0.3s ease;
}
.main .voice-item__link:hover .arrow-icon {
  transform: translateX(0.2083333333vw);
}
@media screen and (max-width: 768px) {
  .main .voice-item__link {
    gap: 2.1333333333vw;
    margin-top: 2.1333333333vw;
    padding: 2.1333333333vw 0;
    font-size: 3.7333333333vw;
  }
  .main .voice-item__link:hover {
    gap: 2.6666666667vw;
  }
  .main .voice-item__link .arrow-icon {
    width: 4.2666666667vw;
  }
  .main .voice-item__link:hover .arrow-icon {
    transform: translateX(0.5333333333vw);
  }
}

.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;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .main .closing .logo {
    width: 57.0666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.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;
  }
  .mod-gnav-box.onf {
    display: block !important;
  }
}




