@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
@media screen and (min-width: 768px) {
  .main.is-loaded .mainVisual__image {
    opacity: 1;
  }
  .main.is-loaded .mainVisual__head {
    opacity: 1;
    transform: translateX(0);
  }
  .main.is-loaded .mainVisual__heading {
    opacity: 1;
    transform: translateX(0);
  }
  .main.is-loaded .mainVisual__lead {
    opacity: 1;
    transform: translateX(0);
  }
  .main.is-loaded .mainVisual__note {
    opacity: 1;
  }
  .main.is-loaded .mainVisual__request {
    opacity: 1;
    transform: translateY(0);
  }
  .main.is-loaded .mainVisual__item {
    opacity: 1;
    transform: translateY(0);
  }
  .main.is-loaded .mainVisual .marker {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .main.is-loaded .mainVisual__image {
    opacity: 1;
  }
  .main.is-loaded .mainVisual__head {
    opacity: 1;
    transform: translateX(0);
  }
  .main.is-loaded .mainVisual__heading {
    opacity: 1;
    transform: translateX(0);
  }
  .main.is-loaded .mainVisual__lead {
    opacity: 1;
    transform: translateX(0);
  }
  .main.is-loaded .mainVisual__note {
    opacity: 1;
  }
  .main.is-loaded .mainVisual__item {
    opacity: 1;
    transform: translateY(0);
  }
  .main.is-loaded .mainVisual .marker {
    background-size: 100% 100%;
  }
}

.mainVisual {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .mainVisual {
    margin-top: 9.4444444444vw;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1440px) {
  .mainVisual {
    margin-top: 136px;
  }
}
@media screen and (max-width: 1000px) {
  .mainVisual {
    margin-top: 25.0666666667vw;
  }
}
.mainVisual .mainVisual__inner {
  position: relative;
  background-color: var(--Bg-Grey);
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__inner {
    height: 38.8888888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__inner {
    height: 560px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__inner {
    height: 104.1025641026vw;
  }
}
.mainVisual .mainVisual__image {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.2s;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__image {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/support/mainVisual__image.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__image {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 73.8461538462vw;
    background: url(../img/support/mainVisual__image.sp.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__text {
    position: absolute;
    z-index: 2;
    left: 8.3333333333vw;
    top: 4.1666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__text {
    left: 120px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__text {
    top: 60px;
  }
}
.mainVisual .mainVisual__head {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
  transform: translateX(-20px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__head {
    position: absolute;
    top: 8.2051282051vw;
    left: 6.1538461538vw;
  }
}
.mainVisual .mainVisual__head--symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 16px 0 #DDECFA;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__head--symbol {
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    border-radius: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__head--symbol {
    width: 100px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__head--symbol {
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__head--symbol {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__head--symbol {
    width: 16.4102564103vw;
    height: 16.4102564103vw;
    border-radius: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__head--symbol img {
    width: 4.4444444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__head--symbol img {
    width: 64px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__head--symbol img {
    width: 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__head--contents {
    margin-left: 2.2222222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__head--contents {
    margin-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__head--contents {
    margin-left: 5.1282051282vw;
  }
}
.mainVisual .mainVisual__head--text {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__head--text {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__head--text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__head--text {
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__head--logo {
    width: 23.8194444444vw;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__head--logo {
    width: 343px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__head--logo {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__head--logo {
    width: 58.4615384615vw;
    margin-top: 3.5897435897vw;
  }
}
.mainVisual .mainVisual__heading {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.4s;
  transform: translateX(-20px);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__heading {
    margin-top: 2.2222222222vw;
    width: 46.0416666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__heading {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__heading {
    width: 663px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__heading {
    position: absolute;
    top: 37.9487179487vw;
    left: 6.1538461538vw;
    z-index: 2;
    width: 79.4871794872vw;
  }
}
.mainVisual .mainVisual__lead {
  opacity: 0;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.4s;
  transform: translateX(-20px);
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__lead {
    margin-top: 2.2222222222vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__lead {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__lead {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__lead {
    line-height: 140%;
    font-size: 4.1025641026vw;
    position: absolute;
    left: 6.1538461538vw;
    top: 69.7435897436vw;
    z-index: 2;
    width: 100%;
  }
}
.mainVisual .mainVisual__note {
  opacity: 0;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  transition-delay: 1s;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__note {
    position: absolute;
    z-index: 2;
    font-size: 0.8333333333vw;
    right: 9.8611111111vw;
    top: 31.9444444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__note {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__note {
    right: 142px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__note {
    top: 460px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__note {
    line-height: 180%;
    font-size: 2.5641025641vw;
    margin-top: 8.2051282051vw;
    padding-left: 6.1538461538vw;
    padding-right: 6.1538461538vw;
  }
}
.mainVisual .mainVisual__request {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
  transition-delay: 1s;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__request {
    top: 2.7777777778vw;
    right: 2.7777777778vw;
    width: 11.8055555556vw;
    height: 11.8055555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__request {
    top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__request {
    right: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__request {
    width: 170px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__request {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__request {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__request--link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    background: var(--Energy-Yellow);
    border: 6px solid #DBD900;
    border-radius: 50%;
    padding-top: 2.4305555556vw;
    transition: background-color 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__request--link {
    padding-top: 35px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .mainVisual .mainVisual__request--link:hover {
    background-color: #DBD900;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__request--link .mainVisual__request--text {
    line-height: 140%;
    text-align: center;
    font-size: 1.25vw;
    margin-top: 0.3472222222vw;
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__request--link .mainVisual__request--text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__request--link .mainVisual__request--text {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__request--link .mainVisual__request--text {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__request--link .mainVisual__request--arrow {
    font-size: 1.9444444444vw;
    transition: transform 0.3s ease;
    -webkit-animation: updown 1.5s ease-in-out infinite;
    animation: updown 1.5s ease-in-out infinite;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__request--link .mainVisual__request--arrow {
    font-size: 28px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.mainVisual .mainVisual__list {
  display: flex;
  justify-content: center;
  transform: translate(-50%, 60%);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__list {
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__list {
    gap: 2.0512820513vw;
  }
}
.mainVisual .mainVisual__item {
  background-color: #fff;
  border: 2px solid var(--Harmmo-Green);
  display: flex;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.6s;
}
.mainVisual .mainVisual__item:nth-child(2) {
  transition-delay: 0.7s;
}
.mainVisual .mainVisual__item:nth-child(3) {
  transition-delay: 0.8s;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__item {
    position: relative;
    align-items: center;
    width: 26.875vw;
    height: 8.8888888889vw;
    padding-left: 2.2222222222vw;
    padding-top: 1.6666666667vw;
    padding-bottom: 1.6666666667vw;
    border-radius: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__item {
    width: 387px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__item {
    height: 128px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__item {
    padding-left: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__item {
    padding-top: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__item {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__item {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__item {
    flex-direction: column;
    align-items: center;
    width: 27.6923076923vw;
    padding-top: 5.1282051282vw;
    padding-bottom: 5.1282051282vw;
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
    border-radius: 4.1025641026vw;
  }
}
.mainVisual .mainVisual__item--title {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__item--title {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__item--title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__item--title {
    line-height: 140%;
    text-align: center;
    font-size: 3.0769230769vw;
  }
}
.mainVisual .mainVisual__item--text {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__item--text {
    margin-top: 0.8333333333vw;
    font-size: 0.9027777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__item--text {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__item--text {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__item--text {
    line-height: 140%;
    font-size: 2.5641025641vw;
    margin-top: 2.0512820513vw;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__item--image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7.6388888889vw;
    margin-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__item--image {
    width: 110px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__item--image {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__item--image {
    width: 16.4102564103vw;
    margin-top: 2.0512820513vw;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__item--image01 {
    right: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__item--image01 {
    right: 24px;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__item--image02 {
    right: 0vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__item--image02 {
    right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__item--image03 {
    right: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__item--image03 {
    right: 24px;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__contents {
    margin-top: 7.6388888889vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__contents {
    margin-top: 110px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__contents {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__contents {
    margin-top: 35.8974358974vw;
    padding-bottom: 20.5128205128vw;
  }
}
.mainVisual .mainVisual__contents--lead {
  font-weight: 600;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__contents--lead {
    text-align: center;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__contents--lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__contents--lead {
    padding-left: 6.1538461538vw;
    padding-right: 6.1538461538vw;
    font-size: 4.1025641026vw;
  }
}
.mainVisual .mainVisual__contents--text {
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__contents--text {
    text-align: center;
    margin-top: 1.0416666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__contents--text {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__contents--text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__contents--text {
    padding-left: 6.1538461538vw;
    padding-right: 6.1538461538vw;
    margin-top: 4.1025641026vw;
    font-size: 3.5897435897vw;
  }
}
.mainVisual .mainVisual__button--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__button--wrapper {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__button--wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__button--wrapper {
    margin-top: 7.6923076923vw;
  }
}
.mainVisual .mainVisual__button--cap {
  color: var(--Dark-Green);
  font-weight: 600;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__button--cap {
    margin-bottom: 0.4166666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__button--cap {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__button--cap {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__button--cap {
    margin-bottom: 1.0256410256vw;
    font-size: 3.5897435897vw;
  }
}
.mainVisual .mainVisual__button {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__button {
    width: 38.8888888889vw;
    height: 6.1111111111vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__button {
    width: 560px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__button {
    height: 88px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__button {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__button {
    width: 87.6923076923vw;
    height: 16.4102564103vw;
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual .mainVisual__button .material-symbols-outlined {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .mainVisual .mainVisual__button .material-symbols-outlined {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__button .material-symbols-outlined {
    font-size: 6.1538461538vw;
  }
}
.mainVisual .marker {
  transition-delay: 0.8s;
}

.about {
  position: relative;
  background: var(--Grey);
}
@media screen and (min-width: 768px) {
  .about {
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 20.5128205128vw;
  }
}
.about .about__heading {
  line-height: 140%;
  font-weight: 600;
  color: var(--Sub-Text);
}
@media screen and (min-width: 768px) {
  .about .about__heading {
    text-align: center;
    font-size: 3.3333333333vw;
    padding-top: 9.7222222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__heading {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__heading {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__heading {
    position: relative;
    padding-top: 23.0769230769vw;
    font-size: 8.2051282051vw;
    padding-left: 6.1538461538vw;
  }
}
.about .about__heading::before {
  display: none;
}
.about .about__heading span {
  position: relative;
}
.about .about__heading span::after {
  content: "";
  display: block;
  background-color: var(--Dark-Green);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .about .about__heading span::after {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__heading span::after {
    width: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__heading span::after {
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__heading span::after {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
}
@media screen and (min-width: 768px) {
  .about .about__heading--image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about .about__heading--image {
    display: block;
    position: absolute;
    bottom: -2.5641025641vw;
    right: 3.5897435897vw;
    width: 32.8205128205vw;
    height: 32.8205128205vw;
    background: url(../img/support/about__trouble--main.sp.png) no-repeat center/cover;
  }
}
.about .about__trouble {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about .about__trouble {
    margin-inline: auto;
    width: 65.5555555556vw;
    height: 44.7222222222vw;
    margin-top: 2.2222222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble {
    width: 944px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble {
    height: 644px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__trouble {
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
    margin-top: 14.358974359vw;
  }
}
.about .about__trouble--main {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .about .about__trouble--main {
    top: 7.6388888889vw;
    left: 23.0555555556vw;
    width: 16.7361111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--main {
    top: 110px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--main {
    left: 332px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--main {
    width: 241px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__trouble--main {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .about .about__trouble--sub01 {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .about .about__trouble--sub01 {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .about .about__trouble--sub02 {
    position: absolute;
    right: 0;
    top: 6.4583333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--sub02 {
    top: 93px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__trouble--sub02 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 2.0512820513vw;
  }
}
@media screen and (min-width: 768px) {
  .about .about__trouble--sub03 {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 8.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--sub03 {
    left: 120px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__trouble--sub03 {
    display: flex;
    align-items: center;
    margin-top: 2.0512820513vw;
  }
}
.about .about__trouble--title01 {
  display: flex;
  flex-shrink: 1;
  font-weight: 600;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .about .about__trouble--title01 {
    align-items: center;
    font-size: 1.25vw;
    padding-left: 3.0555555556vw;
    width: 23.2638888889vw;
    height: 12.9861111111vw;
    background: url(../img/support/about__trouble--sub01.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title01 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title01 {
    padding-left: 44px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title01 {
    width: 335px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title01 {
    height: 187px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__trouble--title01 {
    font-size: 3.0769230769vw;
    width: 41.2820512821vw;
    height: 31.7948717949vw;
    padding-left: 2.0512820513vw;
    padding-top: 8.2051282051vw;
    background: url(../img/support/about__trouble--sub01.sp.png) no-repeat center/cover;
  }
}
.about .about__trouble--title01::before {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .about .about__trouble--title01::before {
    margin-right: 0.6944444444vw;
    width: 4.1666666667vw;
    height: 3.3333333333vw;
    background: url(../img/support/about__trouble--sub01_icon.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title01::before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title01::before {
    width: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title01::before {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__trouble--title01::before {
    margin-right: 2.0512820513vw;
    width: 10.2564102564vw;
    height: 8.2051282051vw;
    background: url(../img/support/about__trouble--sub01_icon.sp.png) no-repeat center/cover;
  }
}
.about .about__trouble--title02 {
  display: flex;
  flex-shrink: 1;
  font-weight: 600;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .about .about__trouble--title02 {
    align-items: center;
    font-size: 1.25vw;
    padding-left: 2.6388888889vw;
    width: 20.9722222222vw;
    height: 14.0277777778vw;
    background: url(../img/support/about__trouble--sub02.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title02 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title02 {
    padding-left: 38px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title02 {
    width: 302px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title02 {
    height: 202px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__trouble--title02 {
    font-size: 3.0769230769vw;
    width: 47.6923076923vw;
    height: 37.9487179487vw;
    padding-left: 2.0512820513vw;
    margin-left: 2.5641025641vw;
    padding-top: 9.4871794872vw;
    background: url(../img/support/about__trouble--sub02.sp.png) no-repeat center/cover;
  }
}
.about .about__trouble--title02::before {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .about .about__trouble--title02::before {
    margin-right: 0.6944444444vw;
    width: 4.1666666667vw;
    height: 3.3333333333vw;
    background: url(../img/support/about__trouble--sub02_icon.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title02::before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title02::before {
    width: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title02::before {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__trouble--title02::before {
    margin-right: 2.0512820513vw;
    width: 10.2564102564vw;
    height: 8.2051282051vw;
    background: url(../img/support/about__trouble--sub02_icon.sp.png) no-repeat center/cover;
  }
}
.about .about__trouble--title03 {
  display: flex;
  font-weight: 600;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .about .about__trouble--title03 {
    align-items: center;
    font-size: 1.25vw;
    padding-left: 1.3194444444vw;
    width: 17.6388888889vw;
    height: 15.7638888889vw;
    background: url(../img/support/about__trouble--sub03.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title03 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title03 {
    padding-left: 19px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title03 {
    width: 254px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title03 {
    height: 227px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__trouble--title03 {
    flex-shrink: 1;
    font-size: 3.0769230769vw;
    width: 41.2820512821vw;
    height: 44.6153846154vw;
    padding-left: 1.5384615385vw;
    padding-top: 15.3846153846vw;
    margin-right: 2.5641025641vw;
    background: url(../img/support/about__trouble--sub03.sp.png) no-repeat center/cover;
  }
}
.about .about__trouble--title03::before {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .about .about__trouble--title03::before {
    margin-right: 0.6944444444vw;
    width: 4.1666666667vw;
    height: 3.3333333333vw;
    background: url(../img/support/about__trouble--sub03_icon.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title03::before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title03::before {
    width: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--title03::before {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__trouble--title03::before {
    margin-right: 2.0512820513vw;
    width: 10.2564102564vw;
    height: 8.2051282051vw;
    background: url(../img/support/about__trouble--sub03_icon.sp.png) no-repeat center/cover;
  }
}
.about .about__trouble--list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about .about__trouble--list {
    gap: 0.5555555556vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--list {
    gap: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--list {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__trouble--list {
    font-size: 2.8205128205vw;
    gap: 1.5384615385vw;
  }
}
@media screen and (min-width: 768px) {
  .about .about__trouble--list li {
    display: inline-flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .about .about__trouble--list li {
    display: flex;
    line-height: 180%;
  }
}
.about .about__trouble--list li span {
  color: var(--Harmmo-Green);
}
@media screen and (min-width: 768px) {
  .about .about__trouble--list li span {
    font-size: 1.6666666667vw;
    margin-right: 0.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--list li span {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--list li span {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__trouble--list li span {
    font-size: 4.1025641026vw;
    margin-right: 1.0256410256vw;
  }
}
@media screen and (min-width: 768px) {
  .about .about__trouble--list01 {
    margin-top: 1.6666666667vw;
    margin-left: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--list01 {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--list01 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__trouble--list01 {
    margin-left: 2.5641025641vw;
  }
}
@media screen and (min-width: 768px) {
  .about .about__trouble--list02 {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--list02 {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .about .about__trouble--list03 {
    margin-left: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--list03 {
    margin-left: 30px;
  }
}
.about .about__trouble--line {
  height: 1px;
  background: #C3D4EF;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about .about__trouble--line {
    width: 83.3333333333vw;
    margin-top: 4.4444444444vw;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--line {
    width: 1200px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--line {
    margin-top: 64px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__trouble--line {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__trouble--line {
    width: auto;
    margin-top: 10.2564102564vw;
    margin-bottom: 6.1538461538vw;
    margin-left: 6.1538461538vw;
    margin-right: 6.1538461538vw;
  }
}
.about .about__figure--text {
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .about .about__figure--text {
    text-align: center;
    font-size: 1.25vw;
    margin-top: 2.2222222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--text {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__figure--text {
    font-size: 3.5897435897vw;
    margin-top: 2.5641025641vw;
    padding-left: 6.1538461538vw;
    padding-right: 6.1538461538vw;
  }
}
.about .about__down {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about .about__down {
    width: 11.1111111111vw;
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__down {
    width: 160px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__down {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__down {
    width: 22.0512820513vw;
    margin-top: 2.5641025641vw;
  }
}
.about .about__lead {
  font-weight: 600;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .about .about__lead {
    text-align: center;
    font-size: 2.7777777778vw;
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__lead {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__lead {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__lead {
    font-size: 5.1282051282vw;
    margin-top: 6.1538461538vw;
    padding-left: 6.1538461538vw;
    padding-right: 6.1538461538vw;
  }
}
.about .about__lead span {
  color: var(--Dark-Green);
}
@media screen and (min-width: 768px) {
  .about .about__lead .en {
    font-size: 3.0555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__lead .en {
    font-size: 44px;
  }
}
.about .about__zero {
  background: #fff;
  border: 2px solid var(--Grey);
}
@media screen and (min-width: 768px) {
  .about .about__zero {
    width: 83.3333333333vw;
    border-radius: 1.6666666667vw;
    padding-top: 4.4444444444vw;
    padding-bottom: 4.4444444444vw;
    margin-top: 2.7777777778vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__zero {
    width: 1200px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__zero {
    border-radius: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__zero {
    padding-top: 64px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__zero {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__zero {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__zero {
    border-radius: 4.1025641026vw;
    padding: 10.2564102564vw 3.8461538462vw;
    margin-left: 6.1538461538vw;
    margin-right: 6.1538461538vw;
    margin-top: 6.1538461538vw;
  }
}
.about .about__zero--title {
  color: var(--Sub-Text);
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .about__zero--title {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__zero--title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__zero--title {
    font-size: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .about .about__zero--list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__zero--list {
    gap: 48px;
  }
}
@media screen and (min-width: 768px) {
  .about .about__zero--item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 19.4444444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__zero--item {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__zero--item {
    display: grid;
    grid-template-areas: "image title" "image text";
  }
  .about .about__zero--item:not(:first-of-type) {
    margin-top: 8.2051282051vw;
  }
}
.about .about__zero--item:nth-child(1) .about__zero--image {
  align-self: center;
}
.about .about__zero--item:nth-child(2) {
  transition-delay: 0.2s;
}
.about .about__zero--item:nth-child(3) {
  transition-delay: 0.4s;
}
.about .about__zero--itemTitle {
  font-weight: 600;
  color: var(--Dark-Green);
}
@media screen and (min-width: 768px) {
  .about .about__zero--itemTitle {
    text-align: center;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__zero--itemTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__zero--itemTitle {
    grid-area: title;
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .about .about__zero--image {
    width: 9.4444444444vw;
    margin-top: 2.2222222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__zero--image {
    width: 136px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__zero--image {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__zero--image {
    grid-area: image;
    align-items: center;
    width: 18.4615384615vw;
    margin-right: 4.1025641026vw;
  }
}
.about .about__zero--itemText {
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .about .about__zero--itemText {
    margin-top: 2.2222222222vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__zero--itemText {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__zero--itemText {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__zero--itemText {
    grid-area: text;
    font-size: 3.0769230769vw;
    margin-top: 2.0512820513vw;
  }
}

.feature {
  position: relative;
  background-color: var(--Bg-Grey);
}
@media screen and (min-width: 768px) {
  .feature {
    padding-top: 11.1111111111vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature {
    padding-top: 160px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .feature {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
.feature .feature__heading {
  font-weight: 600;
  text-align: center;
  line-height: 140%;
  color: var(--Sub-Text);
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature .feature__heading {
    font-size: 3.3333333333vw;
    padding-bottom: 2.5vw;
    margin-bottom: 4.5138888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__heading {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__heading {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__heading {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__heading {
    font-size: 7.1794871795vw;
    padding-bottom: 7.6923076923vw;
    margin-bottom: 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  .feature .feature__heading span {
    font-size: 3.8461538462vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__heading span {
    font-size: 55.3846153846px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__heading span {
    font-size: 8.2051282051vw;
  }
}
.feature .feature__block {
  background: #fff;
  border: 2px solid var(--Grey);
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature .feature__block {
    border-radius: 1.6666666667vw;
    width: 83.6111111111vw;
    padding-top: 5.5555555556vw;
    padding-bottom: 5.5555555556vw;
    padding-left: 11.1111111111vw;
    padding-right: 11.1111111111vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block {
    border-radius: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block {
    width: 1204px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block {
    padding-left: 160px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block {
    padding-right: 160px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block {
    margin-left: 5.641025641vw;
    margin-right: 5.641025641vw;
    padding: 12.3076923077vw 6.1538461538vw;
    border-radius: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  .feature .feature__block:not(:first-of-type) {
    margin-top: 4.4444444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block:not(:first-of-type) {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block:not(:first-of-type) {
    margin-top: 10.2564102564vw;
  }
}
.feature .feature__block .marker {
  transition-delay: 0.5s;
}
.feature .feature__block--number {
  position: absolute;
  transition: opacity 1s ease 0.5s, transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}
@media screen and (min-width: 768px) {
  .feature .feature__block--number {
    width: 12.2222222222vw;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(0.7) translate(-40%, -30%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--number {
    width: 176px;
  }
}
@media screen and (min-width: 768px) {
  .feature .feature__block--number.is-active {
    opacity: 1;
    transform: scale(1) translate(-40%, -30%);
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block--number {
    right: 0;
    top: 0;
    width: 22.8205128205vw;
    opacity: 0;
    transform: scale(0.7) translate(10%, -35%);
  }
  .feature .feature__block--number.is-active {
    opacity: 1;
    transform: scale(1) translate(10%, -35%);
  }
}
.feature .feature__block--title {
  font-weight: 600;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .feature .feature__block--title {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block--title {
    font-size: 5.1282051282vw;
  }
}
.feature .feature__block--list {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .feature .feature__block--list {
    margin-top: 1.6666666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--list {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--list {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block--list {
    font-size: 3.3333333333vw;
    margin-top: 4.1025641026vw;
  }
}
.feature .feature__block--list li {
  display: flex;
  align-items: flex-start;
  line-height: 180%;
}
.feature .feature__block--list li::before {
  content: "";
  display: block;
  background: var(--Harmmo-Green);
  border-radius: 50%;
  transform: translateY(145%);
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .feature .feature__block--list li::before {
    width: 0.5555555556vw;
    height: 0.5555555556vw;
    margin-right: 0.8333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--list li::before {
    width: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--list li::before {
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--list li::before {
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block--list li::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    margin-right: 2.0512820513vw;
  }
}
@media screen and (min-width: 768px) {
  .feature .feature__block--list li:not(:first-of-type) {
    margin-top: 0.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--list li:not(:first-of-type) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block--list li:not(:first-of-type) {
    margin-top: 1.2820512821vw;
  }
}
.feature .feature__block--list li .inline__flex {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .feature .feature__block01 {
    padding-bottom: 33.3333333333vw;
  }
}
.feature .feature__block--image01 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .feature .feature__block--image01 {
    bottom: 1.3888888889vw;
    right: 2.0833333333vw;
    width: 29.1666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image01 {
    bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image01 {
    right: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image01 {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block--image01 {
    right: 0vw;
    bottom: 0vw;
    width: 58.4615384615vw;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block02 {
    padding-bottom: 28.9743589744vw;
  }
}
.feature .feature__block--image02 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .feature .feature__block--image02 {
    bottom: 1.3888888889vw;
    right: 6.9444444444vw;
    width: 20.8333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image02 {
    bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image02 {
    right: 100px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image02 {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block--image02 {
    right: 5.1282051282vw;
    bottom: 4.358974359vw;
    width: 38.7179487179vw;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block03 {
    padding-bottom: 30vw;
  }
}
.feature .feature__block--image03 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .feature .feature__block--image03 {
    bottom: 2.7777777778vw;
    right: 6.9444444444vw;
    width: 16.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image03 {
    bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image03 {
    right: 100px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image03 {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block--image03 {
    right: 12.5641025641vw;
    bottom: 4.358974359vw;
    width: 31.7948717949vw;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block04 {
    padding-bottom: 43.0769230769vw;
  }
}
.feature .feature__block--image04 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .feature .feature__block--image04 {
    bottom: 2.9166666667vw;
    right: 4.1666666667vw;
    width: 17.3611111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image04 {
    bottom: 42px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image04 {
    right: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image04 {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block--image04 {
    right: 6.9230769231vw;
    bottom: 6.1538461538vw;
    width: 37.1794871795vw;
  }
}
.feature .service__button--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .feature .service__button--wrapper {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .service__button--wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .feature .service__button--wrapper {
    margin-top: 10.2564102564vw;
  }
}
.feature .service__button--cap {
  color: var(--Dark-Green);
  font-weight: 600;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .feature .service__button--cap {
    margin-bottom: 0.4166666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .service__button--cap {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .service__button--cap {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .feature .service__button--cap {
    font-size: 3.5897435897vw;
    margin-bottom: 1.0256410256vw;
  }
}
.feature .service__button {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .feature .service__button {
    width: 38.8888888889vw;
    height: 6.1111111111vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .service__button {
    width: 560px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .service__button {
    height: 88px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .service__button {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .feature .service__button {
    width: 87.6923076923vw;
    height: 16.4102564103vw;
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  .feature .service__button .material-symbols-outlined {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .service__button .material-symbols-outlined {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .feature .service__button .material-symbols-outlined {
    font-size: 6.1538461538vw;
  }
}