@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.cta-wrapper {
  width: 100%;
}
.cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 27px;
}
@media screen and (max-width: 1199px) {
  .cta-list {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .cta-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.cta-btn {
  width: 100%;
  height: 100%;
}
.cta-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #011388;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
}
.cta-text {
  font-size: 20px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cta-text {
    font-size: 18px;
    line-height: 18px;
  }
}
.cta-subtext {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .cta-subtext {
    font-size: 12px;
    line-height: 18px;
  }
}
.cta-item {
  max-width: 380px;
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .cta-item {
    max-width: 342px;
    height: 54px;
  }
}
.cta-item:first-child .cta-pic {
  max-width: 34px;
}
.cta-item:nth-of-type(2) .cta-link {
  background-color: #00C300;
}
.cta-item:last-child .cta-pic {
  max-width: 23px;
}
.cta-item:last-child .cta-link {
  background-color: #9B8E2C;
}
.cta-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .cta-pic {
    margin-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  .cta-pic {
    margin-right: 10px;
  }
}

.section-cta {
  background-color: #F9F9F9;
}
.section-cta .plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 45px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1199px) {
  .section-cta .plan-list {
    gap: 0 14px;
  }
}
@media screen and (max-width: 991px) {
  .section-cta .plan-list {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
}
.section-cta .plan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 90px) / 3);
  flex: 0 0 calc((100% - 90px) / 3);
}
@media screen and (max-width: 1199px) {
  .section-cta .plan-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 28px) / 3);
    flex: 0 0 calc((100% - 28px) / 3);
  }
}
@media screen and (max-width: 991px) {
  .section-cta .plan-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dotted #c5c6ce;
  }
}
.section-cta .plan-item_textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 8px;
}
@media screen and (max-width: 991px) {
  .section-cta .plan-item_textbox {
    max-width: 375px;
  }
}
@media screen and (max-width: 767px) {
  .section-cta .plan-item_textbox {
    max-width: 55%;
  }
}
.section-cta .plan-item_title {
  width: 100%;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #011388;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-item_title {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-cta .plan-item_text {
  font-size: 24px;
  line-height: 33px;
  color: #011388;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-item_text {
    font-size: 20px;
    line-height: 33px;
  }
}
.section-cta .plan-item_subtext {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .section-cta .plan-item_subtext {
    font-size: 10px;
    line-height: 16px;
  }
}
.section-cta .plan-item_pic {
  max-width: 135px;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-item_pic {
    max-width: 45%;
  }
}
.section-cta .plan-heading {
  width: 100%;
  background-color: #011388;
  margin-bottom: 24px;
  padding: 8px 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-heading {
    margin-bottom: 12px;
    padding: 4px 13px;
  }
}
.section-cta .plan-subtitle {
  margin-right: 30px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 21px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-cta .plan-subtitle {
    margin-right: 15px;
  }
}
.section-cta .plan-subtitle br {
  display: none;
}
@media screen and (max-width: 575px) {
  .section-cta .plan-subtitle br {
    display: block;
  }
}
.section-cta .plan-btn {
  max-width: 137px;
  width: 100%;
}
.section-cta .plan-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 15px;
}
.section-cta .plan-link_text {
  margin-right: 8px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  color: #011388;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-link_text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-cta .plan-link_text {
    margin-right: 4px;
  }
}
.section-cta .plan-link_arrow {
  width: 12px;
  height: 12px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #011388;
}
.section-cta .plan-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .section-cta .plan-inner {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .section-cta .plan-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 0;
  }
}
.section-cta .plan-subList {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  margin-right: 25px;
}
@media screen and (max-width: 1199px) {
  .section-cta .plan-subList {
    gap: 0 14px;
  }
}
@media screen and (max-width: 991px) {
  .section-cta .plan-subList {
    margin: 0 auto 10px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.section-cta .plan-subItem_pic {
  max-width: 234px;
}
@media screen and (max-width: 1199px) {
  .section-cta .plan-subItem_pic {
    max-width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .section-cta .plan-subItem_pic {
    max-width: 234px;
  }
}
.section-cta .plan-subItem_text {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-subItem_text {
    font-size: 10px;
    line-height: 12px;
  }
}
.section-cta .plan-subItem_text br {
  display: none;
}
@media screen and (max-width: 1199px) {
  .section-cta .plan-subItem_text br {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .section-cta .plan-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }
}
.section-cta .plan-price .price-text {
  margin-bottom: 10px;
  font-size: 33px;
  line-height: 36px;
  color: #011388;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-price .price-text {
    font-size: 24px;
    line-height: 33px;
  }
}
@media screen and (max-width: 991px) {
  .section-cta .plan-price .price-text {
    margin-bottom: 0;
    margin-right: 17px;
  }
}
.section-cta .plan-price .price-text br {
  display: none;
}
@media screen and (max-width: 991px) {
  .section-cta .plan-price .price-text br {
    display: none;
  }
}
.section-cta .plan-price .price-subtext {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-cta .plan-price .price-subtext {
    font-size: 10px;
    line-height: 12px;
  }
}
@media screen and (max-width: 575px) {
  .section-cta .plan-price .price-subtext {
    text-align: left;
  }
}
.section-cta .plan-price .price-subtext br {
  display: none;
}
@media screen and (max-width: 575px) {
  .section-cta .plan-price .price-subtext br {
    display: block;
  }
}

/*# sourceMappingURL=cta.css.map */
