@charset "UTF-8";
@-webkit-keyframes floatAnimation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
}
@keyframes floatAnimation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
}
.animation-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.animation-icon .__item {
  position: absolute;
}
.animation-icon .__item > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.animation-icon .__item.__01 {
  top: 7%;
  left: 30%;
  -webkit-animation: floatAnimation 5.2s ease-in-out infinite;
  animation: floatAnimation 5.2s ease-in-out infinite;
  width: 3.7857142857vw;
}
@media (max-width: 480px) {
  .animation-icon .__item.__01 {
    top: 15%;
  }
}
.animation-icon .__item.__02 {
  bottom: 10%;
  left: -17%;
  -webkit-animation: floatAnimation 6.5s ease-in-out infinite;
  animation: floatAnimation 6.5s ease-in-out infinite;
  width: 23.8571428571vw;
}
@media (max-width: 480px) {
  .animation-icon .__item.__02 {
    bottom: 30%;
  }
}
.animation-icon .__item.__03 {
  bottom: 0;
  right: 3%;
  -webkit-animation: floatAnimation 4.8s ease-in-out infinite;
  animation: floatAnimation 4.8s ease-in-out infinite;
  width: 4.6428571429vw;
}
.animation-icon .__item.__04 {
  top: 7%;
  right: -3%;
  -webkit-animation: floatAnimation 5.2s ease-in-out infinite;
  animation: floatAnimation 5.2s ease-in-out infinite;
  width: 7.1428571429vw;
}
.animation-icon .__item.__05 {
  bottom: 3%;
  left: 10%;
  -webkit-animation: floatAnimation 6.5s ease-in-out infinite;
  animation: floatAnimation 6.5s ease-in-out infinite;
  width: 10.7142857143vw;
}
.animation-icon .__item.__06 {
  bottom: 5%;
  left: 25%;
  -webkit-animation: floatAnimation 4.8s ease-in-out infinite;
  animation: floatAnimation 4.8s ease-in-out infinite;
  width: 3.5714285714vw;
}
.animation-icon .__item.__07 {
  top: 10%;
  right: 5%;
  -webkit-animation: floatAnimation 5.2s ease-in-out infinite;
  animation: floatAnimation 5.2s ease-in-out infinite;
  width: 5vw;
}
.animation-icon .__item.__08 {
  bottom: 40%;
  left: -15%;
  -webkit-animation: floatAnimation 6.5s ease-in-out infinite;
  animation: floatAnimation 6.5s ease-in-out infinite;
  width: 23.8571428571vw;
}
.animation-icon .__item.__09 {
  bottom: -20%;
  right: -5%;
  -webkit-animation: floatAnimation 4.8s ease-in-out infinite;
  animation: floatAnimation 4.8s ease-in-out infinite;
  width: 23.8571428571vw;
}

@media (min-width: 768px) {
  .common-heading .common-heading__en {
    bottom: 10px;
  }
}

#mainvisual {
  overflow: hidden;
  position: relative;
}
@media (max-width: 960px) {
  #mainvisual.common-section {
    margin-bottom: 0;
  }
}
#mainvisual .mainvisual-inner {
  position: relative;
  z-index: 0;
  height: 100vh;
  height: 100svh;
  min-height: 650px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #mainvisual .mainvisual-inner {
    height: 0;
    min-height: 530px;
  }
}
@media (max-width: 480px) {
  #mainvisual .mainvisual-inner {
    min-height: 280px;
  }
}
#mainvisual .mainvisual-slider {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  margin-top: 3rem;
}
@media (max-width: 480px) {
  #mainvisual .mainvisual-slider {
    margin-top: 2rem;
  }
}
#mainvisual .mainvisual-slider > li {
  width: 100%;
  height: 100%;
  text-align: center;
}
#mainvisual .mainvisual-slider > li > img {
  height: 100%;
  aspect-ratio: 72/35;
  margin: 0 auto;
}
@media (max-width: 960px) {
  #mainvisual .mainvisual-slider > li > img {
    top: 6rem;
  }
}
@media (max-width: 480px) {
  #mainvisual .mainvisual-slider > li > img {
    top: 5rem;
  }
}
#mainvisual .mainvisual-text {
  bottom: 8%;
  position: relative;
  margin: 0;
  padding: 0;
  left: 8.5714285714vw;
}
@media (max-width: 960px) {
  #mainvisual .mainvisual-text {
    padding: 0 1rem;
    left: 0;
  }
}
@media (max-width: 480px) {
  #mainvisual .mainvisual-text {
    bottom: 0.5rem;
  }
}
#mainvisual .mainvisual-text__en {
  margin-bottom: 1rem;
  position: absolute;
  bottom: 0;
  left: 8.5714285714vw;
  z-index: 1;
}
@media (max-width: 960px) {
  #mainvisual .mainvisual-text__en {
    padding: 0 1rem;
    left: 0;
  }
}
@media (max-width: 480px) {
  #mainvisual .mainvisual-text__en {
    margin-bottom: 0.25rem;
  }
}
#mainvisual .mainvisual-text__en span {
  letter-spacing: 1.62px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3960784314);
  font-size: 5.06rem;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 3rem;
}
@media (max-width: 960px) {
  #mainvisual .mainvisual-text__en span {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  #mainvisual .mainvisual-text__en span {
    font-size: 5vw;
  }
}
#mainvisual .mainvisual-text__ja span {
  color: #000000;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5rem;
  display: inline-block;
}
#mainvisual .mainvisual-text__ja span:last-child {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  #mainvisual .mainvisual-text__ja span:last-child {
    font-size: 1.05rem;
  }
}
@media (max-width: 480px) {
  #mainvisual .mainvisual-text__ja span:last-child {
    font-size: 0.75rem;
  }
}
@media (max-width: 960px) {
  #mainvisual .mainvisual-text__ja span {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  #mainvisual .mainvisual-text__ja span {
    font-size: 4vw;
  }
}
@media (max-width: 480px) {
  #mainvisual .mainvisual-text__ja span {
    letter-spacing: 1.2px;
    margin-bottom: 0;
    line-height: 1;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  #mainvisual .mainvisual-text__ja span .br-lt {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  #mainvisual .mainvisual-text__ja span .br-sp {
    display: none;
  }
}

#consept {
  position: relative;
  padding: 3.25rem 0 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #consept {
    padding: 2rem 0 0;
  }
}
#consept .common-heading {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  #consept .common-heading {
    margin-left: auto;
  }
}
#consept .consept-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  z-index: 0;
}
@media (max-width: 768px) {
  #consept .consept-inner {
    flex-wrap: wrap;
  }
}
#consept .consept-inner::before {
  content: "About";
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
  font-size: 28.5714285714vw;
  color: #15843F;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.5px #15843F;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  left: -20%;
  top: -33%;
  line-height: 1;
}
@media (max-width: 480px) {
  #consept .consept-inner::before {
    font-size: 27.397260274vw;
    top: -3%;
  }
}
#consept .consept__text {
  width: 40%;
  margin-right: 1rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 960px) {
  #consept .consept__text {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #consept .consept__text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.75rem;
  }
}
#consept .consept__text::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -80px;
  left: -24px;
  width: 668px;
  height: 320px;
  background-color: #256E45;
  opacity: 0.1;
}
@media (max-width: 768px) {
  #consept .consept__text::after {
    bottom: -110px;
    left: -50px;
    width: 100%;
    height: 482px;
  }
}
#consept .consept__description {
  color: #256E45;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  #consept .consept__description {
    margin-left: 0;
  }
}
#consept .consept__text-content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
#consept .consept__text-content .common-button {
  margin-left: 0;
}
@media (max-width: 480px) {
  #consept .consept__text-content .common-button {
    margin: 0 auto;
  }
}
#consept .consept__image {
  max-width: 727px;
  width: 60%;
  z-index: 0;
}
@media (max-width: 960px) {
  #consept .consept__image {
    width: 40%;
  }
}
@media (max-width: 768px) {
  #consept .consept__image {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}

.consept__career {
  text-align: center;
}
@media (max-width: 768px) {
  .consept__career {
    text-align: left;
  }
}
.consept__career .consept__career--title {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .consept__career .consept__career--title {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .consept__career .consept__career--title {
    text-align: left;
  }
}
.consept__career .consept__career--list {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
}
.consept__career .consept__career--list dl {
  border-bottom: 0.5px solid #212121;
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem;
}
@media (max-width: 768px) {
  .consept__career .consept__career--list dl {
    display: block;
  }
}
.consept__career .consept__career--list dl dt {
  width: 200px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .consept__career .consept__career--list dl dt {
    width: none;
    font-weight: 700;
  }
}
.consept__career .consept__career--list dl dd {
  text-align: left;
}
@media (max-width: 768px) {
  .consept__career .consept__career--list dl dd {
    margin-left: 3rem;
  }
}

#service {
  padding: 10rem 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #service {
    padding: 2rem 0 0;
  }
}
#service .common-heading {
  margin-right: 3rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 768px) {
  #service .common-heading {
    margin-right: auto;
    align-items: center;
  }
}
#service .service-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 9rem;
  z-index: 0;
}
@media (max-width: 960px) {
  #service .service-inner {
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  #service .service-inner {
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
}
#service .service-inner.__01 {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  #service .service-inner.__01 {
    margin-bottom: 0;
  }
}
#service .service-inner.__01 .service__text::after {
  display: none;
}
#service .service-inner.__01::before {
  content: "Service";
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
  font-size: 28.5714285714vw;
  color: #15843F;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.5px #15843F;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  right: -30%;
  top: 0;
  line-height: 1;
}
@media (max-width: 480px) {
  #service .service-inner.__01::before {
    font-size: 27.397260274vw;
    top: -1.5%;
    left: 0;
  }
}
#service .service__text {
  width: 55%;
  position: relative;
  z-index: 0;
}
@media (max-width: 960px) {
  #service .service__text {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #service .service__text {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
#service .service__text::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -75px;
  right: -90%;
  width: 998px;
  height: 322px;
  background-color: #8CBA44;
  opacity: 0.1;
}
@media (max-width: 768px) {
  #service .service__text::after {
    bottom: -170px;
    left: 60px;
    width: 100%;
    height: 482px;
  }
}
#service .service__description {
  color: #256E45;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5rem;
}
#service .service__description span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
}
#service .service__text-content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
#service .service__text-content .common-button {
  margin-left: 0;
}
@media (max-width: 768px) {
  #service .service__text-content .common-button {
    margin-left: auto;
  }
}
#service .service__text-content :last-child {
  margin-bottom: 0;
}
#service .service__image {
  max-width: 420px;
  width: 55%;
  z-index: 1;
}
@media (max-width: 960px) {
  #service .service__image {
    width: 40%;
  }
}
@media (max-width: 768px) {
  #service .service__image {
    width: 100%;
    max-width: 480px;
    margin: 2rem 0;
  }
}
#service .service__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #service .service__list {
    gap: 1rem;
  }
}
#service .service-list-item {
  max-width: 310px;
}
#service .service-list-item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  #service .service-list-item {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto;
    gap: 0.75rem 1rem;
    margin-bottom: 2rem;
    align-items: center;
  }
  #service .service-list-item:last-child {
    margin-bottom: 0;
  }
}
#service .service-list-item .service__description {
  text-align: center;
}
@media (max-width: 768px) {
  #service .service-list-item .service__description {
    text-align: left;
    margin-bottom: 0;
  }
}
#service .service-list-item .service__text-content {
  grid-column: 1/3;
  grid-row: 2;
}
#service .service-list-item__image {
  margin-bottom: 1.5rem;
  text-align: center;
  height: 15.7857142857vw;
}
@media (max-width: 768px) {
  #service .service-list-item__image {
    width: 180px;
    margin-bottom: 0;
    height: 75px;
  }
}
@media (max-width: 480px) {
  #service .service-list-item__image {
    width: 200px;
    height: auto;
    aspect-ratio: 2/1.27;
  }
}
#service .service-list-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  #service .service-list-item__image img {
    height: 100%;
  }
}

#activity {
  padding: 3.25rem 0;
  position: relative;
  overflow: hidden;
  background: rgba(149, 191, 83, 0.2);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #activity {
    padding: 2rem 0 0;
  }
}
#activity .activity-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  z-index: 1;
  position: relative;
}
#activity .activity-inner .activity__element--01 {
  width: 30%;
}
@media (max-width: 960px) {
  #activity .activity-inner .activity__element--01 {
    width: 100%;
  }
}
#activity .activity-inner .activity__element--01 .activity-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
#activity .activity-inner .activity__element--01 .activity-title > span {
  margin-top: 1rem;
}
@media (max-width: 480px) {
  #activity .activity-inner .activity__element--01 .activity-title > span > p {
    font-size: 1rem;
  }
}
@media (max-width: 960px) {
  #activity .activity-inner .activity__element--01 .activity-title {
    font-size: 1.75rem;
  }
}
#activity .activity-inner .activity__element--02 {
  width: 65%;
}
@media (max-width: 960px) {
  #activity .activity-inner .activity__element--02 {
    width: 100%;
  }
}
#activity .activity-inner .activity__element--02 .activity__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#activity .activity-inner .activity__element--02 .activity__list .activity__list--item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.68rem;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
#activity .activity-inner .activity__element--02 .activity__list .activity__list--item:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #activity .activity-inner .activity__element--02 .activity__list .activity__list--item {
    flex-direction: column-reverse;
    align-items: center;
  }
}
#activity .activity-inner .activity__element--02 .activity__list .activity__list--item .activity__list--item--text .__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #256E45;
  margin-bottom: 1.25rem;
}
@media (max-width: 480px) {
  #activity .activity-inner .activity__element--02 .activity__list .activity__list--item .activity__list--item--text .__title {
    margin-bottom: 0.5rem;
  }
}
#activity .activity-inner .activity__element--02 .activity__list .activity__list--item .activity__list--item--text > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#activity .activity-inner .activity__element--02 .activity__list .activity__list--item .activity__list--item--image {
  width: 12.8571428571vw;
  height: auto;
  aspect-ratio: 179/130;
  flex-shrink: 0;
  border-radius: 10px;
}
@media (max-width: 480px) {
  #activity .activity-inner .activity__element--02 .activity__list .activity__list--item .activity__list--item--image {
    width: 100%;
  }
}
#activity .activity-inner .activity__element--02 .activity__list .activity__list--item .activity__list--item--image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#average {
  background-image: url("../images/average_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  height: 100%;
  min-height: 400px;
  /*-- parallax test ---*/
  background-position: center center;
  width: 100%;
  display: table;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  #average {
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  #average {
    min-height: 250px;
  }
}
@media (min-width: 768px) {
  #average {
    background-attachment: fixed; /*画像位置を固定*/
  }
}

#voice {
  padding: 10rem 0 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 9.75rem;
}
@media (max-width: 768px) {
  #voice {
    padding: 2rem 0 0;
  }
}
@media (max-width: 480px) {
  #voice {
    padding-bottom: 5rem;
  }
}
#voice .voice-inner {
  z-index: 0;
}
#voice .voice-inner::before {
  content: "Voice";
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
  font-size: 28.5714285714vw;
  color: #15843F;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.5px #15843F;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  left: -15%;
  top: 0;
  line-height: 1;
}
@media (max-width: 480px) {
  #voice .voice-inner::before {
    font-size: 27.397260274vw;
    top: -3%;
  }
}
#voice .common-heading {
  margin-left: 0;
  margin-bottom: 5rem;
}
@media (max-width: 960px) {
  #voice .common-heading {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  #voice .common-heading {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
#voice .voice-list {
  max-width: 1100px;
}
#voice .voice-list-item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  gap: 0.75rem 1rem;
  margin-bottom: 5.5rem;
}
#voice .voice-list-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #voice .voice-list-item {
    margin-bottom: 2.75rem;
  }
}
@media (max-width: 480px) {
  #voice .voice-list-item {
    grid-template-columns: none;
    grid-template-rows: none;
    display: block;
    margin-bottom: 2rem;
  }
}
#voice .voice-list-item__title {
  color: #256E45;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
#voice .voice-list-item__title span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
#voice .voice-list-item__image {
  width: 420px;
  grid-column: 2/3;
  grid-row: 1/3;
}
@media (max-width: 960px) {
  #voice .voice-list-item__image {
    width: 320px;
  }
}
@media (max-width: 768px) {
  #voice .voice-list-item__image {
    width: 220px;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (max-width: 480px) {
  #voice .voice-list-item__image {
    max-width: 320px;
    width: auto;
    grid-column: none;
    grid-row: none;
    margin: 0 auto 1rem;
  }
}
#voice .voice-list-item__content {
  grid-column: 1/2;
  grid-row: 2;
}
@media (max-width: 768px) {
  #voice .voice-list-item__content {
    grid-column: 1/3;
    grid-row: 2;
  }
}
@media (max-width: 480px) {
  #voice .voice-list-item__content {
    grid-column: none;
    grid-row: none;
  }
}
#voice .voice-list-item__content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
#voice .voice-list-item__content .common-button {
  margin-left: 0;
}
@media (max-width: 768px) {
  #voice .voice-list-item__content .common-button {
    margin-left: auto;
  }
}
#voice .voice-list-item__content :last-child {
  margin-bottom: 0;
}

/* 共通----------------------------------------------------
price　セクション
---------------------------------------------------------*/
#price {
  padding: 5rem 0 8rem;
  background: rgba(149, 191, 83, 0.2);
}
@media (max-width: 480px) {
  #price {
    padding: 5rem 1rem;
  }
}
#price .common-section-title {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
#price .common-container {
  background: #fff;
  padding: 5rem 0;
  border-radius: 10px;
}

.flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  .flow {
    flex-direction: column;
    gap: 1rem;
  }
}
.flow .flow--item {
  width: 20%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 5px solid #95bf53;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}
@media (max-width: 480px) {
  .flow .flow--item {
    width: 50%;
    justify-content: center;
  }
}
.flow .flow--item .__number {
  font-size: 2.25rem;
  font-weight: 700;
  color: #95bf53;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (max-width: 960px) {
  .flow .flow--item .__number {
    margin-bottom: 0.25rem;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .flow .flow--item .__number {
    font-size: 2.5rem;
  }
}
.flow .flow--item .__number > span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #95bf53;
  line-height: 1;
}
@media (max-width: 960px) {
  .flow .flow--item .__number > span {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .flow .flow--item .__number > span {
    font-size: 1rem;
  }
}
.flow .flow--item .__text {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 960px) {
  .flow .flow--item .__text {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .flow .flow--item .__text {
    font-size: 1rem;
  }
}
.flow .flow--item .__text.__black {
  font-weight: 500;
  color: #000;
}
.flow .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #c4c4c4;
  border-right: 0;
}
@media (max-width: 480px) {
  .flow .triangle {
    transform: rotate(90deg);
  }
}

.price-container {
  display: flex;
  gap: 1.4285714286vw;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 480px) {
  .price-container {
    padding: 0 1.6rem;
  }
}

@media (max-width: 768px) {
  .price-container {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.price-table {
  width: calc((80% - 1.4285714286vw) / 2);
  padding: 2.8571428571vw 1.4285714286vw;
  text-align: center;
  border-radius: 10px;
  box-shadow: 3px 0px 10px 1px rgba(0, 0, 0, 0.2);
  background: #2BABAB;
}

@media (max-width: 768px) {
  .price-table {
    width: 100%;
    margin: 0 auto;
    padding: 1.6rem;
  }
}
.price-table.__02 {
  background: #F2890C;
}

.price-table.__03 {
  background: #EB6545;
}

.price-table--inner {
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
}

.price-table .__title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  font-weight: 700;
}

.price-table .__title--sub {
  font-size: 0.7rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  font-weight: 600;
}

.price-table .__price {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  color: #F4AB25;
  font-weight: 700;
}

.price-table .__price span {
  font-size: 2.5rem;
  color: #F4AB25;
  font-weight: 700;
}

.price-table .__bunner {
  background: #FFCB3B;
  border-radius: 30px;
  padding: 0.5rem 0;
  color: #000;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}
@media (max-width: 480px) {
  .price-table .__bunner {
    margin-bottom: 0;
  }
}

.price-table .__text {
  font-size: 0.6rem;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 480px) {
  .price-table .__text {
    font-size: 0.75rem;
  }
}

.price-table .__text.__black {
  font-weight: 500;
  color: #000;
  margin-top: 0.5rem;
}

.price-table.__03 .price-table--inner .__main > dl.__flex {
  flex-wrap: wrap;
  gap: 0 2rem;
}
.price-table.__03 .price-table--inner .__main > dl.__flex > dt.__flex {
  width: fit-content;
}

.price-table .__main {
  margin-bottom: 0.75rem;
}
@media (max-width: 480px) {
  .price-table .__main {
    margin-bottom: 0;
  }
}

.price-table .__main dl {
  padding: 0.5rem 1.5rem;
  border-bottom: 0.5px solid #9E9E9E;
  display: flex;
}
@media (max-width: 480px) {
  .price-table .__main dl {
    padding: 0.25rem 0.5rem;
  }
}

.price-table .__main dt {
  font-size: 0.75rem;
  color: #9E9E9E;
  width: 60%;
  text-align: left;
  width: 50%;
}

.price-table .__main dd {
  font-weight: 600;
  font-size: 0.75rem;
  width: 50%;
  text-align: left;
}

.price-table .__button {
  background: linear-gradient(to right, #818181, #A8A8A8);
  padding: 1rem 0;
  color: #fff;
  border-radius: 2.1428571429vw;
  font-size: 0.85rem;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .price-table .__button {
    border-radius: 751000vw;
  }
}
.price-table.__02 .__button {
  background: linear-gradient(to right, var(--my-custom-theme__main-color--code), #dbce9d);
}

.price-table.__03 .__button {
  background: linear-gradient(to right, #bfb377, #e5d997);
}

.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.4285714286vw;
  height: 0.4285714286vw;
  transform: translateX(-25%) rotate(45deg);
}

@media (max-width: 768px) {
  .dli-chevron-round-right {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.dli-chevron-round-right::before,
.dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.price-table .__bold {
  font-size: 0.925rem;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */