@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__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__item {
    opacity: 1;
    transform: translateY(0);
  }
  .main.is-loaded .mainVisual .marker {
    background-size: 100% 100%;
  }
}

.mainVisual {
  overflow: hidden;
}
@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/zero/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/zero/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: 47.2222222222vw;
  }
}
@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: 680px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual__heading {
    position: absolute;
    top: 37.9487179487vw;
    left: 6.1538461538vw;
    z-index: 2;
    width: 52.3076923077vw;
  }
}
.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 {
    font-size: 4.1025641026vw;
    position: absolute;
    left: 6.1538461538vw;
    top: 69.2307692308vw;
    z-index: 2;
    width: 100%;
  }
}
.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%, 50%);
  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 {
    align-items: center;
    justify-content: center;
    width: 26.875vw;
    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 {
    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 {
    font-size: 3.3333333333vw;
  }
}
.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 {
    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__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: 24.6153846154vw;
    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%;
  text-align: center;
  font-weight: 600;
  color: var(--Sub-Text);
}
@media screen and (min-width: 768px) {
  .about .about__heading {
    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 {
    padding-top: 23.0769230769vw;
    font-size: 6.6666666667vw;
  }
}
.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;
  }
}
.about .about__figure {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about .about__figure {
    width: 54.1666666667vw;
    margin-top: 2.0833333333vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure {
    width: 780px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__figure {
    margin-top: 34.8717948718vw;
  }
}
.about .about__figure--sub {
  font-weight: 600;
  text-align: center;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .about .about__figure--sub {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__figure--sub {
    font-size: 2.5641025641vw;
  }
}
.about .about__figure--sub .marker {
  transition-delay: 0.2s;
}
.about .about__figure--sub01 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .about .about__figure--sub01 {
    top: 1.6666666667vw;
    left: -8.6805555556vw;
    padding-top: 3.4722222222vw;
    width: 20vw;
    height: 16.0416666667vw;
    background: url(../img/zero/about__figure--sub01.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--sub01 {
    top: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--sub01 {
    left: -125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--sub01 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--sub01 {
    width: 288px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--sub01 {
    height: 231px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__figure--sub01 {
    width: 36.1538461538vw;
    height: 28.9743589744vw;
    padding-top: 6.1538461538vw;
    top: -8.4615384615vw;
    left: 0;
    background: url(../img/zero/about__figure--sub01.sp.png) no-repeat center/cover;
  }
}
.about .about__figure--sub02 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .about .about__figure--sub02 {
    top: 13.8194444444vw;
    right: -12.8472222222vw;
    padding-top: 3.4722222222vw;
    width: 20.0694444444vw;
    height: 16.1111111111vw;
    background: url(../img/zero/about__figure--sub02.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--sub02 {
    top: 199px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--sub02 {
    right: -185px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--sub02 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--sub02 {
    width: 289px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--sub02 {
    height: 232px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__figure--sub02 {
    width: 38.9743589744vw;
    height: 31.2820512821vw;
    padding-top: 7.6923076923vw;
    top: -26.6666666667vw;
    left: 33.0769230769vw;
    background: url(../img/zero/about__figure--sub02.sp.png) no-repeat center/cover;
  }
}
.about .about__figure--sub03 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .about .about__figure--sub03 {
    bottom: 6.875vw;
    left: -6.8055555556vw;
    padding-top: 4.375vw;
    width: 16.25vw;
    height: 17.1527777778vw;
    background: url(../img/zero/about__figure--sub03.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--sub03 {
    bottom: 99px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--sub03 {
    left: -98px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--sub03 {
    padding-top: 63px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--sub03 {
    width: 234px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__figure--sub03 {
    height: 247px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__figure--sub03 {
    width: 31.0256410256vw;
    height: 32.5641025641vw;
    padding-top: 7.9487179487vw;
    top: -10.5128205128vw;
    right: 2.5641025641vw;
    background: url(../img/zero/about__figure--sub03.sp.png) no-repeat center/cover;
  }
}
.about .about__figure--text {
  line-height: 180%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .about__figure--text {
    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;
  }
}
.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;
  text-align: center;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .about .about__lead {
    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;
  }
}
.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: 12.3076923077vw 10.2564102564vw;
    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;
    margin-top: 3.3333333333vw;
    gap: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__zero--list {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__zero--list {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__zero--list {
    margin-top: 7.6923076923vw;
  }
}
@media screen and (min-width: 768px) {
  .about .about__zero--item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 16.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about .about__zero--item {
    width: 240px;
  }
}
@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(2) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .about .about__zero--item:nth-child(2) .about__zero--image {
    margin-top: 3.3333333333vw;
  }
}
.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;
    width: 22.0512820513vw;
    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 .feature__inner {
    padding-top: 11.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__inner {
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__inner {
    padding-top: 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 {
    border-radius: 4.1025641026vw;
    margin-left: 5.641025641vw;
    margin-right: 5.641025641vw;
    padding: 12.3076923077vw 6.1538461538vw;
  }
  .feature .feature__block:nth-of-type(1) {
    padding-bottom: 20vw;
  }
}
@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--text {
  font-weight: 600;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .feature .feature__block--text {
    margin-top: 1.6666666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--text {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block--text {
    font-size: 3.5897435897vw;
    margin-top: 6.1538461538vw;
  }
}
.feature .feature__block--image01 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .feature .feature__block--image01 {
    bottom: 0.6944444444vw;
    right: 4.8611111111vw;
    width: 29.8611111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image01 {
    bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image01 {
    right: 70px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image01 {
    width: 430px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block--image01 {
    right: 3.0769230769vw;
    bottom: 3.0769230769vw;
    width: 39.7435897436vw;
  }
}
@media screen and (min-width: 768px) {
  .feature .feature__block--image02 {
    margin-top: 2.9861111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image02 {
    margin-top: 43px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block--image02 {
    margin-top: 5.1282051282vw;
  }
}
.feature .feature__block--image02Area {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0.3s;
}
.feature .feature__block--image02Area.is-active {
  opacity: 1;
}
.feature .feature__block--image02Comment {
  font-weight: 600;
  line-height: 160%;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: 0.5s;
}
.feature .feature__block--image02Comment.is-active {
  opacity: 1;
}
.feature .feature__block--image02Comment.is-active .marker {
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .feature .feature__block--image02Comment {
    font-size: 0.9722222222vw;
    width: 9.7222222222vw;
    height: 5.8333333333vw;
    padding-top: 0.9722222222vw;
    background: url(../img/zero/feature__block--image02Comment.png) no-repeat center/cover;
    top: -1.6666666667vw;
    right: 7.2222222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image02Comment {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image02Comment {
    width: 140px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image02Comment {
    height: 84px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image02Comment {
    padding-top: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image02Comment {
    top: -24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--image02Comment {
    right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block--image02Comment {
    font-size: 2.5641025641vw;
    width: 24.1025641026vw;
    height: 14.8717948718vw;
    padding-top: 2.0512820513vw;
    top: 0;
    right: 1.7948717949vw;
    background: url(../img/zero/feature__block--image02Comment.sp.png) no-repeat center/cover;
  }
}
.feature .feature__block--image02Comment .marker {
  transition-delay: 1s;
}
.feature .feature__block02--lead {
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .feature .feature__block02--lead {
    font-size: 1.3888888889vw;
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block02--lead {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block02--lead {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block02--lead {
    font-size: 3.5897435897vw;
    margin-top: 6.1538461538vw;
  }
}
.feature .feature__block02--lead::before {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .feature .feature__block02--lead::before {
    position: relative;
    top: -0.3472222222vw;
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 0.5555555556vw;
    background: url(../img/zero/feature__block02--lead.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block02--lead::before {
    top: -5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block02--lead::before {
    width: 54px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block02--lead::before {
    height: 54px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block02--lead::before {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block02--lead::before {
    width: 15.641025641vw;
    height: 15.641025641vw;
    margin-right: 4.1025641026vw;
    background: url(../img/zero/feature__block02--lead.sp.png) no-repeat center/cover;
  }
}
.feature .feature__block02--lead .color {
  color: var(--Dark-Green);
}
.feature .feature__block02--list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .feature .feature__block02--list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5555555556vw;
    margin-top: 2.9166666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block02--list {
    gap: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block02--list {
    margin-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block02--list {
    flex-direction: column;
    gap: 1.0256410256vw;
    margin-top: 6.1538461538vw;
  }
}
.feature .feature__block02--item {
  background-color: var(--Bg-Grey);
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .feature .feature__block02--item {
    width: 19.8611111111vw;
    height: 4.0277777778vw;
    font-size: 0.9027777778vw;
    padding-left: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block02--item {
    width: 286px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block02--item {
    height: 58px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block02--item {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block02--item {
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block02--item {
    padding-left: 4.1025641026vw;
    padding-right: 4.1025641026vw;
    font-size: 2.8205128205vw;
    height: 9.7435897436vw;
  }
}
.feature .feature__block02--item span {
  color: var(--Harmmo-Green);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .feature .feature__block02--item span {
    font-size: 1.6666666667vw;
    margin-right: 0.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block02--item span {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block02--item span {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block02--item span {
    font-size: 4.6153846154vw;
    margin-right: 2.0512820513vw;
  }
}
.feature .feature__block--note {
  color: var(--Sub-Text);
  display: flex;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .feature .feature__block--note {
    font-size: 0.8333333333vw;
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--note {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--note {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block--note {
    font-size: 2.5641025641vw;
    margin-top: 6.1538461538vw;
  }
}
.feature .feature__block--note + p {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .feature .feature__block--note + p {
    margin-top: 0.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .feature__block--note + p {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block--note + p {
    margin-top: 2.0512820513vw;
  }
}
.feature .feature__block--note .large {
  display: inline-block;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .feature .feature__block--note .large {
    width: 2.3em;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__block--note .large {
    width: 2em;
  }
}
.feature .feature__block--note .small {
  display: inline-block;
  flex-shrink: 0;
  width: 1.3em;
}
@media screen and (min-width: 768px) {
  .feature .grahp__area {
    display: flex;
    gap: 1.875vw;
    margin-top: 4.4444444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__area {
    gap: 27px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__area {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .feature .grahp__area {
    margin-top: 4.1025641026vw;
  }
}
.feature .grahp__left {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0.3s;
}
.feature .grahp__left.is-active {
  opacity: 1;
}
.feature .grahp__left .marker {
  transition-delay: 1s;
}
.feature .grahp__left--comment {
  position: absolute;
  text-align: center;
  line-height: 200%;
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: 0.5s;
}
.feature .grahp__left--comment.is-active {
  opacity: 1;
}
.feature .grahp__left--comment.is-active .marker {
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .feature .grahp__left--comment {
    font-size: 0.7638888889vw;
    width: 8.6805555556vw;
    height: 5.8333333333vw;
    top: 7.2916666667vw;
    right: 0.2777777778vw;
    padding-top: 0.9722222222vw;
    background: url(../img/zero/grahp__left--comment.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__left--comment {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__left--comment {
    width: 125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__left--comment {
    height: 84px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__left--comment {
    top: 105px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__left--comment {
    right: 4px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__left--comment {
    padding-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .feature .grahp__left--comment {
    font-size: 2.8205128205vw;
    width: 30vw;
    height: 20.2564102564vw;
    top: 29.7435897436vw;
    left: 48.4615384615vw;
    padding-top: 2.5641025641vw;
    background: url(../img/zero/grahp__left--comment.sp.png) no-repeat center/cover;
  }
}
.feature .grahp__left--comment em {
  font-weight: 600;
  display: inline-block;
  margin: 0 2px;
}
@media screen and (min-width: 768px) {
  .feature .grahp__left--comment em {
    font-size: 1.3194444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__left--comment em {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .feature .grahp__left--comment em {
    font-size: 5.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .feature .grahp__left--comment em span {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__left--comment em span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .feature .grahp__left--comment em span {
    font-size: 3.8461538462vw;
  }
}
.feature .grahp__right {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .feature .grahp__right {
    margin-top: 6.1538461538vw;
  }
}
.feature .grahp__right.is-active {
  opacity: 1;
}
.feature .grahp__right .marker {
  transition-delay: 0.8s;
}
.feature .grahp__right--comment01 {
  position: absolute;
  text-align: center;
  line-height: 200%;
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: 0.5s;
}
.feature .grahp__right--comment01.is-active {
  opacity: 1;
}
.feature .grahp__right--comment01.is-active .marker {
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .feature .grahp__right--comment01 {
    font-size: 0.7638888889vw;
    width: 10.0694444444vw;
    height: 5.6944444444vw;
    top: 5.5555555556vw;
    right: 6.7361111111vw;
    padding-top: 0.9722222222vw;
    background: url(../img/zero/grahp__right--comment01.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__right--comment01 {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__right--comment01 {
    width: 145px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__right--comment01 {
    height: 82px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__right--comment01 {
    top: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__right--comment01 {
    right: 97px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__right--comment01 {
    padding-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .feature .grahp__right--comment01 {
    font-size: 2.8205128205vw;
    width: 34.358974359vw;
    height: 20.2564102564vw;
    top: 19.7435897436vw;
    right: 6.4102564103vw;
    padding-top: 2.5641025641vw;
    background: url(../img/zero/grahp__right--comment01.sp.png) no-repeat center/cover;
  }
}
.feature .grahp__right--comment01 em {
  font-weight: 600;
  display: inline-block;
  margin: 0 2px;
}
@media screen and (min-width: 768px) {
  .feature .grahp__right--comment01 em {
    font-size: 1.3194444444vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__right--comment01 em {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .feature .grahp__right--comment01 em {
    font-size: 5.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .feature .grahp__right--comment01 em span {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__right--comment01 em span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .feature .grahp__right--comment01 em span {
    font-size: 3.8461538462vw;
  }
}
.feature .grahp__right--comment02 {
  position: absolute;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: 0.5s;
}
.feature .grahp__right--comment02.is-active {
  opacity: 1;
}
.feature .grahp__right--comment02.is-active .marker {
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .feature .grahp__right--comment02 {
    line-height: 200%;
    font-size: 0.6944444444vw;
    width: 9.0972222222vw;
    height: 5.6944444444vw;
    top: 14.0277777778vw;
    right: 2.2222222222vw;
    padding-top: 0.9722222222vw;
    background: url(../img/zero/grahp__right--comment02.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__right--comment02 {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__right--comment02 {
    width: 131px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__right--comment02 {
    height: 82px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__right--comment02 {
    top: 202px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__right--comment02 {
    right: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__right--comment02 {
    padding-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .feature .grahp__right--comment02 {
    line-height: 140%;
    font-size: 2.5641025641vw;
    width: 22.0512820513vw;
    height: 21.7948717949vw;
    top: 45.8974358974vw;
    right: 2.0512820513vw;
    padding-top: 2.5641025641vw;
    background: url(../img/zero/grahp__right--comment02.sp.png) no-repeat center/cover;
  }
}
.feature .grahp__right--comment02 em {
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .feature .grahp__right--comment02 em {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .feature .grahp__right--comment02 em {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .feature .grahp__right--comment02 em {
    margin-top: 1.2820512821vw;
    font-size: 3.7333333333vw;
  }
}

.service {
  position: relative;
  background-color: var(--Bg-Grey);
}
@media screen and (min-width: 768px) {
  .service {
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service {
    padding-top: 120px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .service {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
.service .service__heading {
  font-weight: 600;
  text-align: center;
  line-height: 140%;
  color: var(--Sub-Text);
  position: relative;
}
@media screen and (min-width: 768px) {
  .service .service__heading {
    font-size: 3.3333333333vw;
    padding-bottom: 2.5vw;
    margin-bottom: 4.5138888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__heading {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__heading {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__heading {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__heading {
    font-size: 7.1794871795vw;
    padding-bottom: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .service .service__heading span {
    font-size: 3.8461538462vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__heading span {
    font-size: 55.3846153846px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__heading span {
    font-size: 8.2051282051vw;
  }
}
.service .service__contents {
  background-color: #fff;
  border: 2px solid var(--Grey);
}
@media screen and (min-width: 768px) {
  .service .service__contents {
    margin-inline: auto;
    width: 83.6111111111vw;
    padding-top: 5.5555555556vw;
    padding-bottom: 5.5555555556vw;
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
    border-radius: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__contents {
    width: 1204px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__contents {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__contents {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__contents {
    padding-left: 120px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__contents {
    padding-right: 120px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__contents {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__contents {
    margin-top: 10.2564102564vw;
    padding: 12.3076923077vw 6.1538461538vw 23.0769230769vw;
    margin-left: 5.641025641vw;
    margin-right: 5.641025641vw;
    border-radius: 4.1025641026vw;
  }
}
.service .service__lead {
  font-weight: 600;
  text-align: center;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .service .service__lead {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__lead {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__lead {
    font-size: 5.1282051282vw;
  }
}
.service .service__text {
  font-weight: 600;
  text-align: center;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .service .service__text {
    margin-top: 1.6666666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__text {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__text {
    margin-top: 4.1025641026vw;
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .service .service__list {
    display: flex;
    justify-content: center;
    gap: 1.1111111111vw;
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__list {
    gap: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__list {
    margin-top: 6.1538461538vw;
  }
}
.service .service__item {
  background: var(--Bg-Grey);
  display: flex;
}
@media screen and (min-width: 768px) {
  .service .service__item {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 1.1111111111vw;
    width: 21.5277777778vw;
    padding-top: 2.2222222222vw;
    padding-bottom: 2.2222222222vw;
    padding-left: 2.2222222222vw;
    padding-right: 2.2222222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__item {
    border-radius: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__item {
    width: 310px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__item {
    padding-top: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__item {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__item {
    padding-left: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__item {
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__item {
    border-radius: 2.0512820513vw;
    padding: 4.1025641026vw 6.1538461538vw;
  }
  .service .service__item:not(:first-of-type) {
    margin-top: 2.0512820513vw;
  }
}
.service .service__item:nth-child(2) {
  transition-delay: 0.2s;
}
.service .service__item:nth-child(3) {
  transition-delay: 0.4s;
}
@media screen and (min-width: 768px) {
  .service .service__item--image {
    width: 6.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__item--image {
    width: 88px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__item--image {
    flex-shrink: 0;
    width: 17.9487179487vw;
    margin-right: 4.1025641026vw;
  }
}
.service .service__item--title {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .service .service__item--title {
    font-size: 1.5277777778vw;
    margin-top: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__item--title {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__item--title {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__item--title {
    font-size: 4.1025641026vw;
  }
}
.service .service__item--title .marker {
  transition-delay: 1s;
}
.service .service__item--title .marker.is-active {
  background-size: 100% 100%;
}
.service .service__item--text {
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .service .service__item--text {
    font-size: 1.1111111111vw;
    margin-top: 1.1111111111vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__item--text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__item--text {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__item--text {
    font-size: 3.0769230769vw;
    margin-top: 2.0512820513vw;
  }
}
@media screen and (min-width: 768px) {
  .service .service__image {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__image {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__image {
    margin-top: 10.2564102564vw;
  }
}
.service .service__image--area {
  position: relative;
}
.service .service__button--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .service .service__button--wrapper {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__button--wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__button--wrapper {
    margin-top: 10.2564102564vw;
  }
}
.service .service__button--cap {
  color: var(--Dark-Green);
  font-weight: 600;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .service .service__button--cap {
    margin-bottom: 0.4166666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__button--cap {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__button--cap {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__button--cap {
    font-size: 3.5897435897vw;
    margin-bottom: 1.0256410256vw;
  }
}
.service .service__button {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .service .service__button {
    width: 38.8888888889vw;
    height: 6.1111111111vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__button {
    width: 560px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__button {
    height: 88px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__button {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__button {
    width: 87.6923076923vw;
    height: 16.4102564103vw;
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  .service .service__button .material-symbols-outlined {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service .service__button .material-symbols-outlined {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__button .material-symbols-outlined {
    font-size: 6.1538461538vw;
  }
}