@charset "UTF-8";
/**************************************************
*  background-color: colors(warning,dark);
*            ↓↓↓↓↓↓
*  background-color: #ff7b7b;
**************************************************/
@media screen and (min-width: 768px) {
.container[data-v-656eb7af] {
    margin-top: 100px;
    padding-top: 100px;
}
}
@media screen and (max-width: 767px) {
.container[data-v-656eb7af] {
    margin-top: 13.3333333333vw;
    padding-top: 13.3333333333vw;
}
}
.container_bg[data-v-656eb7af] {
  position: relative;
}
@media screen and (min-width: 768px) {
.container_bg[data-v-656eb7af] {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
.container_bg[data-v-656eb7af] {
    width: 100%;
}
}
.container_bg[data-v-656eb7af]::before {
  z-index: -1;
  content: "";
  position: absolute;
  background-color: #f2f2f0;
}
@media screen and (min-width: 768px) {
.container_bg[data-v-656eb7af]::before {
    width: calc(50% + 360px);
    height: calc(100% + 100px);
    top: 0;
    left: 0;
    border-radius: 0 20px 20px 0;
}
}
@media screen and (max-width: 767px) {
.container_bg[data-v-656eb7af]::before {
    width: 89.3333333333vw;
    height: calc(100% + 13.3333333333vw);
    top: 0vw;
    left: 0;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
}
}
.container_text[data-v-656eb7af] {
  display: flex;
}
@media screen and (min-width: 768px) {
.container_text[data-v-656eb7af] {
    align-items: center;
    justify-content: space-between;
}
}
@media screen and (max-width: 767px) {
.container_text[data-v-656eb7af] {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 46.6666666667vw;
}
}
.container_text_icon[data-v-656eb7af] {
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: rgba(247, 143, 0, 0.2);
  border-radius: 100px;
  color: #f78f00;
}
@media screen and (min-width: 768px) {
.container_text_icon[data-v-656eb7af] {
    width: 40px;
    height: 40px;
}
}
@media screen and (max-width: 767px) {
.container_text_icon[data-v-656eb7af] {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
}
}
.container_text_icon span[data-v-656eb7af] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
.container_text_icon span[data-v-656eb7af] {
    font-size: 6.4vw;
}
}
.container_list[data-v-656eb7af] {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
.container_list[data-v-656eb7af] {
    margin-top: 69px;
    gap: 35px;
}
}
@media screen and (max-width: 767px) {
.container_list[data-v-656eb7af] {
    margin-top: 9.3333333333vw;
    gap: 4vw;
}
}
@media screen and (max-width: 767px) {
.container_list_heading[data-v-656eb7af] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34.6666666667vw;
    font-size: 4.2666666667vw;
}
}
.container_list_icon[data-v-656eb7af] {
  text-align: center;
}
.container_list li[data-v-656eb7af] {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
.container_list li[data-v-656eb7af] {
    width: 310px;
    border-radius: 10px;
    cursor: pointer;
}
}
@media screen and (max-width: 767px) {
.container_list li[data-v-656eb7af] {
    width: 42.6666666667vw;
    min-height: 60.8vw;
    border-radius: 2.6666666667vw;
}
}
@media screen and (min-width: 768px) {
.container_list li:hover span[data-v-656eb7af] {
    -webkit-animation: animation-move-656eb7af 0.5s ease-in-out 1;
            animation: animation-move-656eb7af 0.5s ease-in-out 1;
    -webkit-animation-name: animation-move-656eb7af;
            animation-name: animation-move-656eb7af;
}
}
@media screen and (max-width: 767px) {
.container_list li:hover span[data-v-656eb7af] {
    -webkit-animation: animation-moveSp-656eb7af 0.5s ease-in-out 1;
            animation: animation-moveSp-656eb7af 0.5s ease-in-out 1;
    -webkit-animation-name: animation-move-656eb7af;
            animation-name: animation-move-656eb7af;
}
}
.container_list li a[data-v-656eb7af] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
.container_list li a[data-v-656eb7af] {
    padding: 40px 30px;
    gap: 25px;
}
}
@media screen and (max-width: 767px) {
.container_list li a[data-v-656eb7af] {
    align-items: center;
    justify-content: space-between;
    padding: 8vw 4vw 6.6666666667vw;
}
}
.container_list_green[data-v-656eb7af] {
  background-color: rgba(0, 157, 112, 0.2) !important;
  color: #009d70 !important;
}
[data-v-656eb7af] .container_text_icon-green {
  background-color: rgba(0, 157, 112, 0.2) !important;
  color: #009d70 !important;
}
@-webkit-keyframes animation-move-656eb7af {
0% {
    transform: translate(0, 0);
}
39% {
    transform: translate(0, 26px);
    opacity: 0;
}
59% {
    transform: translate(0, 26px);
    opacity: 0;
}
60% {
    transform: translate(0, 26px);
    opacity: 0;
}
90% {
    transform: translate(0, -7px);
    opacity: 0.1;
}
98% {
    transform: translate(0, -2px);
    opacity: 0.2;
}
100% {
    opacity: 1;
    transform: translate(0, 0);
}
}
@keyframes animation-move-656eb7af {
0% {
    transform: translate(0, 0);
}
39% {
    transform: translate(0, 26px);
    opacity: 0;
}
59% {
    transform: translate(0, 26px);
    opacity: 0;
}
60% {
    transform: translate(0, 26px);
    opacity: 0;
}
90% {
    transform: translate(0, -7px);
    opacity: 0.1;
}
98% {
    transform: translate(0, -2px);
    opacity: 0.2;
}
100% {
    opacity: 1;
    transform: translate(0, 0);
}
}
@-webkit-keyframes animation-moveSp-656eb7af {
0% {
    transform: translate(0, 0);
}
39% {
    transform: translate(0, 2.6666666667vw);
    opacity: 0;
}
59% {
    transform: translate(0, 2.6666666667vw);
    opacity: 0;
}
60% {
    transform: translate(0, 2.6666666667vw);
    opacity: 0;
}
90% {
    transform: translate(0, -2.6666666667vw);
    opacity: 0.1;
}
98% {
    transform: translate(0, -1.6vw);
    opacity: 0.2;
}
100% {
    opacity: 1;
    transform: translate(0, 0);
}
}
@keyframes animation-moveSp-656eb7af {
0% {
    transform: translate(0, 0);
}
39% {
    transform: translate(0, 2.6666666667vw);
    opacity: 0;
}
59% {
    transform: translate(0, 2.6666666667vw);
    opacity: 0;
}
60% {
    transform: translate(0, 2.6666666667vw);
    opacity: 0;
}
90% {
    transform: translate(0, -2.6666666667vw);
    opacity: 0.1;
}
98% {
    transform: translate(0, -1.6vw);
    opacity: 0.2;
}
100% {
    opacity: 1;
    transform: translate(0, 0);
}
}
/**************************************************
*  background-color: colors(warning,dark);
*            ↓↓↓↓↓↓
*  background-color: #ff7b7b;
**************************************************/
.block[data-v-89ab1a76] {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
.block[data-v-89ab1a76] {
    margin-top: 100px;
}
}
@media screen and (max-width: 767px) {
.block[data-v-89ab1a76] {
    margin-top: 28vw;
}
}
.block_icon-orange[data-v-89ab1a76] {
  color: #f78f00 !important;
}
@media screen and (min-width: 768px) {
.block_text[data-v-89ab1a76] {
    width: 50%;
    padding-right: 40px;
}
}
@media screen and (min-width: 768px) {
.block_text p[data-v-89ab1a76] {
    letter-spacing: -0.03rem;
    margin-top: 35px;
}
}
.block_text p span[data-v-89ab1a76] {
  display: block;
}
.block_heading[data-v-89ab1a76] {
  display: flex;
}
@media screen and (min-width: 768px) {
.block_heading[data-v-89ab1a76] {
    justify-content: space-between;
}
}
@media screen and (max-width: 767px) {
.block_heading[data-v-89ab1a76] {
    margin: 5.3333333333vw 0;
    gap: 5.3333333333vw;
}
}
.block_heading h2[data-v-89ab1a76] {
  line-height: 1.2;
  justify-content: center;
}
@media screen and (min-width: 768px) {
.block_heading h2[data-v-89ab1a76] {
    width: 350px;
    font-size: 26px;
}
}
@media screen and (max-width: 767px) {
.block_heading h2[data-v-89ab1a76] {
    width: 68vw;
    font-size: 5.3333333333vw;
}
}
@media screen and (min-width: 768px) {
.block_heading span[data-v-89ab1a76] {
    width: 70px;
}
}
@media screen and (max-width: 767px) {
.block_heading span[data-v-89ab1a76] {
    width: 16vw;
}
}
@media screen and (max-width: 767px) {
.block_heading span img[data-v-89ab1a76] {
    width: 100%;
}
}
.block_img[data-v-89ab1a76] {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
.block_img[data-v-89ab1a76] {
    border-radius: 20px;
}
}
.block_inner[data-v-89ab1a76] {
  display: flex;
}
@media screen and (min-width: 768px) {
.block_inner[data-v-89ab1a76] {
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
}
}
@media screen and (max-width: 767px) {
.block_inner[data-v-89ab1a76] {
    flex-direction: column-reverse;
    padding-top: 12vw;
}
}
@media screen and (min-width: 768px) {
.block_inner[data-v-89ab1a76]:nth-of-type(even) {
    flex-direction: row-reverse;
}
}
@media screen and (min-width: 768px) {
.block_inner:nth-of-type(even) .block_text[data-v-89ab1a76] {
    padding-right: 0;
    padding-left: 40px;
}
}
@media screen and (min-width: 768px) {
.block_img[data-v-89ab1a76] {
    width: 50%;
}
}
@media screen and (max-width: 767px) {
.block_img[data-v-89ab1a76] {
    width: 100%;
    border-radius: 2.6666666667vw;
    overflow: hidden;
}
}
@media screen and (max-width: 767px) {
.block_img img[data-v-89ab1a76] {
    width: 100%;
}
}
[data-v-89ab1a76] .block_icon-green {
  color: rgba(0, 157, 112, 0.4) !important;
}
[data-v-89ab1a76] .block_icon-orange {
  color: rgba(247, 143, 0, 0.4) !important;
}