.sub__container {
  max-width: 1142px;
  padding: 0 16px;
  margin: 0 auto;
}

.main__container {
  max-width: 744px;
  padding: 0 16px;
  margin: 0 auto;
}

.white {
  color: #fff;
}

.blue {
  color: #5A73E7;
}

.header .header__inner {
  padding: 12px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 33px;
  color: #FFF;
  background-color: #FF6060;
  border-radius: 10px;
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .header .header__inner {
    padding: 12px 16px;
  }
  .header .header__logo {
    flex: 0 0 161px;
  }
}
.section__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .section__title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.banner__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px;
  gap: 16px;
  background-image: linear-gradient(#E90000, #AE0000);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .banner__header {
    font-size: 18px;
    gap: 8px;
    padding: 13px;
  }
  .banner__header img {
    width: 23px;
  }
}
.mainvisual {
  position: relative;
  height: auto;
}
.mainvisual .mainvisual__image {
  width: 100%;
  height: 100%;
}
.mainvisual .amount {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.mainvisual .amount .amount__content {
  color: #fff;
  width: 100%;
  background-color: #FF5050;
  color: #FFFFFF;
  border: 1px solid #FFF;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
  font-size: 35px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 17px;
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.4);
}
.mainvisual .amount .amount__title {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.mainvisual .amount .amount__block {
  padding: 16px 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.mainvisual .amount .amount__block .number {
  font-size: 53px;
}
.mainvisual .amount .amount__desc {
  font-size: 22px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}

@media screen and (max-width: 768px) {
  .mainvisual .amount {
    bottom: -90px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
  }
  .mainvisual .amount .amount__content {
    font-size: 24px;
    padding: 16px;
  }
  .mainvisual .amount .amount__block {
    padding: 16px 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    line-height: 1;
  }
  .mainvisual .amount .amount__block .number {
    font-size: 40px;
  }
  .mainvisual .amount .amount__desc {
    font-size: 16px;
  }
}
.support {
  background: linear-gradient(173.89deg, #34A4FF 0%, #7BBBEF 61.67%);
  padding: 160px 0 80px;
}
.support .support__title {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 80px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.support .support__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 80px;
}
.support .support__block .support__item {
  border-radius: 10px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 24px 0 45px;
  color: #636363;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
}
.support .support__block .support__item img {
  width: 40px;
  margin-bottom: 32px;
}
.support .support__block .support__item .title {
  font-size: 32px;
  margin-bottom: 32px;
  letter-spacing: 0;
  text-align: center;
}
.support .support__block .support__item .desc {
  text-align: center;
  font-size: 24px;
}
.support .support__banner {
  width: 100%;
  height: 334px;
  background-image: url("../images/support_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 32px;
  line-height: 2;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .support {
    padding: 135px 0 51px;
  }
  .support .support__title {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .support .arrow_title {
    width: 13px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 40px;
  }
  .support .support__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 36px;
  }
  .support .support__block .support__item {
    text-align: start;
    padding: 18px 0;
  }
  .support .support__block .support__item img {
    width: 33px;
    margin-left: 16px;
    margin-bottom: 16px;
  }
  .support .support__block .support__item .title {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .support .support__block .support__item .desc {
    font-size: 16px;
  }
  .support .support__banner {
    height: 140px;
    background-image: url("../images/suport_img01_sp.png");
    font-size: 16px;
  }
  .support .support__banner .for_sp {
    font-size: 24px;
  }
}
.concern .concern__title {
  line-height: 1.5;
  margin-bottom: 40px;
}
.concern .concern__title2 {
  color: #636363;
}
.concern .concern__list {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.concern .concern__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: 3px solid #5A73E7;
  border-radius: 10px;
  padding: 24px;
}
.concern .icon {
  width: 199px;
  margin-bottom: 4px;
}
.concern .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #5C5C5C;
}
.concern .concern_arrow {
  max-width: 70px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.concern .concern__img {
  max-width: 712px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .concern {
    padding: 40px 0 0;
  }
  .concern .concern__title {
    font-size: 20px;
    margin-bottom: 33px;
  }
  .concern .concern__title2 {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .concern .concern__img {
    width: 100vw;
    margin-left: -16px;
  }
  .concern .concern__list {
    grid-template-columns: 1fr;
  }
}
.testimonials {
  background-color: #E3F7FF;
}
.testimonials .testimonials__title {
  color: #636363;
  line-height: 1.5;
  margin-bottom: 80px;
}
.testimonials .testimonials__title span {
  font-size: 40px;
}
.testimonials .testimonials__title span.red {
  color: #FF6060;
}
.testimonials .testimonials__title .testimonials__title_small {
  font-size: 16px;
}
.testimonials .testimonials__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 31px;
  -moz-column-gap: 44px;
       column-gap: 44px;
  margin-bottom: 80px;
}
.testimonials .testimonials__item {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 22px 24px;
  border-radius: 30px;
  background-color: #fff;
  position: relative;
  height: 242px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.testimonials .testimonials__item.right::before {
  content: url("data:image/svg+xml,%3Csvg width='55' height='31' viewBox='0 0 55 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.0234 15.625L0.755529 0.361302L0.755528 30.8887L54.0234 15.625Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  bottom: 55px;
  right: -31px;
}
.testimonials .testimonials__item.left::before {
  content: url("data:image/svg+xml,%3Csvg width='54' height='31' viewBox='0 0 54 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-6.04783e-07 15.625L53.2679 0.361302L53.2679 30.8887L-6.04783e-07 15.625Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  bottom: 55px;
  left: -31px;
}
.testimonials .testimonials__item .desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 9px;
  color: #636363;
}
.testimonials .testimonials__item .desc span {
  font-weight: bold;
}
.testimonials .testimonials__item .note {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
.testimonials .testimonials__note {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #636363;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .testimonials {
    padding: 40px 0;
  }
  .testimonials .testimonials__title {
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .testimonials .testimonials__title span {
    font-size: 28px;
  }
  .testimonials .testimonials__list {
    grid-template-columns: 1fr;
    padding: 0 12px;
    margin-bottom: 0;
  }
  .testimonials .testimonials__item {
    max-width: 303px;
    margin-bottom: 40px;
  }
  .testimonials .testimonials__item.left {
    margin-left: auto;
  }
  .testimonials .testimonials__note {
    font-size: 16px;
    text-align: center;
    padding: 16px 43px;
  }
}
.benefit {
  background: linear-gradient(157.16deg, #3AA6FE 15.04%, #7ABBF0 84.17%);
}
.benefit .benefit__heading {
  color: #FCFCFC;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.benefit .benefit__list {
  margin-bottom: 40px;
}
.benefit .benefit__list .benefit__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.benefit .benefit__list .benefit__item:last-child {
  margin-bottom: 24px;
}
.benefit .benefit__list .benefit__item .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.benefit .benefit__list .benefit__item .desc {
  font-size: 16px;
  color: #636363;
}
.benefit .alone_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 2;
}
.benefit .alone_next {
  text-align: center;
  margin-bottom: 40px;
}
.benefit .alone__heading {
  margin-bottom: 52px;
  color: #fff;
}
.benefit .benefit__block {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 15px 4px rgba(0, 0, 0, 0.3019607843);
  padding: 40px 15px;
}
.benefit .benefit__title1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}
.benefit .benefit__title2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
  text-align: center;
}
.benefit .title_decor {
  margin-bottom: 17px;
}
.benefit .specialist .specialist__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 26px;
  text-align: center;
}
.benefit .specialist .specialist__list {
  display: grid;
  gap: 60px 24px;
  grid-template-columns: repeat(2, 1fr);
}
.benefit .specialist .specialist__item .specialist__img {
  margin-bottom: 8px;
}
.benefit .specialist .specialist__item .title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.benefit .specialist .specialist__item .desc {
  font-size: 21px;
}
.benefit .next_decor {
  text-align: center;
  margin: 40px auto;
}
.benefit .retire {
  margin-bottom: 40px;
}
.benefit .retire .retire_title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}
.benefit .retire .retire__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 548px;
  margin: 0 auto;
}
.benefit .retire .retire__item {
  background-color: #EEFAFE;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 1/1;
}
.benefit .retire .title {
  color: #5A73E7;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
}
.benefit .retire .desc {
  font-size: 13px;
  line-height: 1.2;
  color: #636363;
}
.benefit .fees {
  color: #636363;
  font-weight: bold;
}
.benefit .fees .fees__title {
  color: #FF6E6E;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}
.benefit .fees .fees__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 518px;
  margin: 0 auto;
}
.benefit .fees .fees__block .heading {
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.benefit .fees .fees__block .heading .line {
  flex-grow: 2;
  height: 2px;
  background-color: #636363;
}
.benefit .fees .fees__block .fees__item {
  display: flex;
  gap: 5px;
  margin-bottom: 18px;
}
.benefit .fees .fees__block .fees__item:last-child {
  margin-bottom: 0;
}
.benefit .fees .fees__block .fees__item img {
  width: 13px;
  height: 13px;
}
.benefit .fees .fees__block .fees__item .txt_big {
  font-size: 15px;
  line-height: 1;
}
.benefit .fees .fees__block .fees__item .txt_small {
  font-size: 13px;
  line-height: 2;
}
.benefit .fees .fees__block .fees__item .txt_medium {
  font-size: 12px;
  line-height: 2;
}
.benefit .fees .fees__block .fees__right .fees__item {
  align-items: center;
  margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .benefit {
    padding: 40px 0 80px;
  }
  .benefit .sub__container {
    padding: 0;
  }
  .benefit .benefit__heading {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .benefit .benefit__block {
    padding: 40px 17px;
  }
  .benefit .benefit__title {
    margin-bottom: 8px;
  }
  .benefit .benefit__list .benefit__item {
    padding: 24px 16px;
  }
  .benefit .benefit__list .benefit__item .title {
    white-space: nowrap;
    font-size: 16px;
    padding-left: 8px;
    border-left: 4px solid #5A73E7;
  }
  .benefit .benefit__list .benefit__item .desc {
    font-size: 14px;
  }
  .benefit .alone_title {
    font-size: 24px;
  }
  .benefit .alone__heading {
    margin-bottom: 40px;
  }
  .benefit .benefit__container {
    padding: 0;
  }
  .benefit .benefit__title1 {
    font-size: 20px;
  }
  .benefit .benefit__title2 {
    font-size: 20px;
  }
  .benefit .title_decor {
    margin-bottom: 40px;
  }
  .benefit .specialist .specialist__title {
    font-size: 15px;
  }
  .benefit .specialist .specialist__list {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .benefit .specialist .specialist__item .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .benefit .specialist .specialist__item .desc {
    font-size: 16px;
  }
  .benefit .retire .retire_title {
    font-size: 20px;
  }
  .benefit .retire .retire__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .benefit .retire .title {
    font-size: 16px;
  }
  .benefit .retire .desc {
    font-size: 14px;
  }
  .benefit .fees {
    color: #636363;
    font-weight: bold;
  }
  .benefit .fees .fees__block {
    grid-template-columns: 1fr;
    padding: 0 17.5px;
  }
  .benefit .fees .fees__block .heading {
    font-size: 16px;
  }
  .benefit .fees .fees__block .fees__item img {
    width: 18px;
    height: 18px;
  }
  .benefit .fees .fees__block .fees__item .txt_big {
    font-size: 20px;
  }
  .benefit .fees .fees__block .fees__item .txt_small {
    font-size: 14px;
  }
  .benefit .fees .fees__block .fees__item .txt_medium {
    font-size: 16px;
  }
}
.line__btn {
  width: 100%;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  box-shadow: 0px 4px 15px 4px rgba(0, 0, 0, 0.1490196078);
  background-color: #00B900;
  border-radius: 15px;
  color: #fff;
}
.line__btn.line_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  z-index: 9999;
  gap: 52px;
  border-radius: 0;
}
.line__btn.line_fixed .txt {
  font-weight: 700;
  line-height: 1;
}
.line__btn.line_fixed .txt .txt_big {
  font-size: 24px;
  margin-bottom: 4px;
}
.line__btn.line_fixed .txt .txt_small {
  font-size: 12px;
}
.line__btn .line__btn__icon {
  width: 46px;
}
.line__btn .txt {
  text-align: center;
  line-height: 1.8;
  font-weight: 900;
}
.line__btn .txt .txt_small {
  font-size: 14px;
}

.line_section {
  background: linear-gradient(136.31deg, #FF9D00 0%, #F4E871 100%);
  padding: 40px 0;
}
.line_section .line_section__inner {
  max-width: 327px;
  margin: 0 auto;
}
.line_section .line_section__title {
  font-size: 24px;
  margin-bottom: 40px;
  color: #fff;
}
.line_section .line_section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 40px;
}
.line_section .line_section__item {
  box-shadow: 0px 4px 15px 4px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  background-color: #fff;
  color: #3F3F3F;
  padding: 24px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 94px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.line_section .txt_big {
  font-size: 20px;
}
.line_section .txt_small {
  font-size: 12px;
}
.line_section .txt_small.fs-13 {
  font-size: 13px;
}
.line_section .txt_very_small {
  font-size: 11px;
}
.line_section .line_section__desc {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 7px;
  color: #4C4C4C;
}
.line_section .note {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  margin-top: 8px;
}

.why {
  background-color: #F1FAFE;
}
.why .why__title {
  margin-bottom: 57px;
}
.why .why__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.why .why__item {
  padding: 17px 24px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 16px;
  background-image: url("../images/bg_why.svg");
  background-size: cover;
  background-position: left;
}
.why .why__item .index {
  margin-bottom: 8px;
  width: 32px;
}
.why .why__item .title {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
.why .why__item .desc {
  font-size: 12px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .why .why__title {
    margin-bottom: 28px;
  }
  .why .why__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .why .why__item .index {
    width: 34px;
  }
}
.difference {
  background: linear-gradient(162.52deg, #39A6FF 0%, #7ABBEF 100%);
  padding: 80px 0 50px;
}
.difference .difference__title {
  color: #fff;
  margin-bottom: 42px;
}
.difference .difference__img {
  width: calc(100% + 15px);
}

@media screen and (max-width: 768px) {
  .difference .difference__title {
    margin-bottom: 24px;
  }
}
.price .price__title {
  margin-bottom: 28px;
  color: #5A73E7;
  line-height: 1.5;
}
.price .price__desc {
  font-size: 14px;
  color: #636363;
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}
.price .price__block {
  background: #EEEEEE;
  color: #636363;
  border-width: 2px 0px 2px 0px;
  border-style: solid;
  border-color: #5A73E7;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.price .price__block .label {
  font-size: 18px;
  margin-bottom: 16px;
}
.price .price__block .value {
  font-size: 20px;
  margin-bottom: 24px;
}
.price .price__block .value span {
  font-size: 36px;
  color: #FF6060;
}
.price .price__block .value:last-child {
  margin-bottom: 0;
}
.price .note {
  font-size: 12px;
  color: #636363;
  line-height: 2;
  max-width: 569px;
  margin: 0 auto;
}
.price .note ul {
  padding-left: 15px;
}
.price .note ul li {
  list-style: disc;
}

@media screen and (max-width: 768px) {
  .price {
    padding: 40px 0;
  }
  .price .main__container {
    padding: 0 25px;
  }
  .price .price__desc {
    letter-spacing: -0.04em;
  }
  .price .note {
    letter-spacing: -0.04em;
  }
}
.service {
  padding: 80px 0;
  background-color: #E3F7FF;
}
.service .service__title {
  margin-bottom: 71px;
  color: #064ABA;
}
.service .service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 53px;
       column-gap: 53px;
  row-gap: 86px;
}
.service .service__item {
  position: relative;
  background-color: #F7F8F9;
  box-shadow: 0px 4px 15px 4px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  width: 331px;
  height: 251px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service .service__item::after {
  content: url("data:image/svg+xml,%3Csvg width='21' height='29' viewBox='0 0 21 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75346e-06 27.0992L2.65191e-06 1.89844C0.000803727 1.6433 0.0712974 1.3932 0.203894 1.17507C0.336491 0.956948 0.526171 0.779052 0.752516 0.660533C0.978863 0.542014 1.23331 0.487361 1.48845 0.502458C1.7436 0.517554 1.98979 0.601828 2.20053 0.746209L20.433 13.3466C21.189 13.8688 21.189 15.126 20.433 15.6496L2.20053 28.25C1.99023 28.3958 1.74392 28.4814 1.48834 28.4973C1.23277 28.5132 0.977716 28.4589 0.750893 28.3403C0.524067 28.2216 0.334143 28.0432 0.201761 27.8244C0.0693779 27.6056 -0.000400593 27.3548 3.75346e-06 27.0992Z' fill='%235A73E7'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  right: -37px;
  transform: translateY(-50%);
}
.service .service__item:nth-child(3)::after {
  content: unset;
}
.service .service__item:last-child::after {
  content: unset;
}
.service .service__item__num {
  position: absolute;
  top: 15px;
  left: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #5A73E7;
}
.service .service__item__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
}
.service .title {
  font-size: 24px;
  font-weight: bold;
}
.service .image {
  height: 102px;
}
.service .desc {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .service .service__list {
    row-gap: 53px;
  }
  .service .service__item {
    width: 100%;
  }
  .service .service__item::after {
    top: unset;
    right: unset;
    left: 50%;
    bottom: -37px;
    transform: translateX(-50%) rotate(90deg);
  }
  .service .service__item:nth-child(3)::after {
    content: url("data:image/svg+xml,%3Csvg width='21' height='29' viewBox='0 0 21 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75346e-06 27.0992L2.65191e-06 1.89844C0.000803727 1.6433 0.0712974 1.3932 0.203894 1.17507C0.336491 0.956948 0.526171 0.779052 0.752516 0.660533C0.978863 0.542014 1.23331 0.487361 1.48845 0.502458C1.7436 0.517554 1.98979 0.601828 2.20053 0.746209L20.433 13.3466C21.189 13.8688 21.189 15.126 20.433 15.6496L2.20053 28.25C1.99023 28.3958 1.74392 28.4814 1.48834 28.4973C1.23277 28.5132 0.977716 28.4589 0.750893 28.3403C0.524067 28.2216 0.334143 28.0432 0.201761 27.8244C0.0693779 27.6056 -0.000400593 27.3548 3.75346e-06 27.0992Z' fill='%235A73E7'/%3E%3C/svg%3E%0A");
  }
  .service .service__item:last-child::after {
    content: unset;
  }
  .service .service__item__num {
    position: absolute;
    top: 15px;
    left: 26px;
    font-size: 20px;
    font-weight: bold;
    color: #5A73E7;
  }
  .service .service__item__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    margin-top: 20px;
  }
  .service .title {
    font-size: 24px;
    font-weight: bold;
  }
  .service .image {
    height: 102px;
  }
  .service .desc {
    font-size: 14px;
    line-height: 2;
  }
}
.line_section.result {
  padding: 80px 0;
}
.line_section.result .line__btn .txt .txt_big {
  font-size: 16px;
}
.line_section.result .line__btn .txt .txt_small {
  font-size: 12px;
}
.line_section.progress {
  padding: 80px 0;
}
.line_section.progress .sub__container {
  padding: 0 31.5px;
}
.line_section.progress .line_section__desc {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  color: #fff;
}
.line_section.progress .line_section__list_progress {
  gap: 53px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}
.line_section.progress .line_section__list_progress .line_section__item {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8980392157);
  color: #5C5C5C;
  border-radius: 15px;
  height: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 23px;
  font-size: 20px;
}
.line_section.progress .line_section__list_progress .line_section__item::after {
  content: url("data:image/svg+xml,%3Csvg width='22' height='29' viewBox='0 0 22 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.167973 27.0992L0.167971 1.89844C0.168772 1.6433 0.239266 1.3932 0.371863 1.17507C0.50446 0.956948 0.69414 0.779052 0.920485 0.660533C1.14683 0.542014 1.40127 0.487361 1.65642 0.502458C1.91157 0.517554 2.15776 0.601828 2.36849 0.746209L20.601 13.3466C21.357 13.8688 21.357 15.126 20.601 15.6496L2.3685 28.25C2.1582 28.3958 1.91188 28.4814 1.65631 28.4973C1.40074 28.5132 1.14569 28.4589 0.918861 28.3403C0.692036 28.2216 0.502111 28.0432 0.36973 27.8244C0.237347 27.6056 0.167568 27.3548 0.167973 27.0992Z' fill='%235C5C5C'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  right: -37px;
  transform: translateY(-50%);
}
.line_section.progress .line_section__list_progress .line_section__item:last-child::after {
  content: unset;
}
.line_section .line__btn {
  max-width: 327px;
  margin: 0 auto;
  gap: 12px;
}
.line_section .line__btn .line__btn__arrow {
  margin-left: 28px;
}
.line_section .line__btn .txt_big {
  font-size: 16px;
}
.line_section .line__btn .txt_small {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .line_section {
    padding: 80px 0;
  }
  .line_section .line__btn__arrow {
    width: 17px;
  }
  .line_section.progress .line_section__list_progress {
    grid-template-columns: 1fr;
  }
  .line_section.progress .line_section__list_progress .line_section__item {
    height: 99px;
    flex-direction: row;
    justify-content: start;
    gap: 51px;
    padding: 25px;
  }
  .line_section.progress .line_section__list_progress .line_section__item:first-child {
    gap: 77px;
  }
  .line_section.progress .line_section__list_progress .line_section__item::after {
    top: unset;
    right: unset;
    left: 50%;
    bottom: -45px;
    transform: translateX(-50%) rotate(90deg);
  }
}
.reliable {
  padding: 80px 0;
  background-color: #E3F7FF;
}
.reliable .reliable__title {
  margin-bottom: 27px;
}
.reliable .reliable__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.reliable .reliable__card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 24px 16px;
  height: 100%;
}
.reliable .card__title {
  font-size: 20px;
  font-weight: bold;
  color: #5A73E7;
  margin-bottom: 24px;
}
.reliable .card__item {
  padding-bottom: 8px;
  margin-bottom: 8px;
  padding-left: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid #C3C3C3;
}
.reliable .card__item:last-child {
  margin-bottom: 0;
}
.reliable .desc {
  font-size: 14px;
  line-height: 2;
}
.reliable .desc span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .reliable .reliable__list {
    grid-template-columns: 1fr;
  }
  .reliable .reliable__card {
    padding: 24px 16px 40px;
  }
  .reliable .reliable__card .icon_check {
    width: 15px;
  }
}
.faq .faq__title {
  margin-bottom: 40px;
}
.faq .faq__item {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.5;
  box-shadow: 0px 4px 15px 0px rgba(21, 21, 21, 0.2509803922);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.faq .faq__item:last-child {
  margin-bottom: 0;
}
.faq .faq__item.active .faq__answer {
  display: block;
}
.faq .faq__item.active .collapse_icon .open {
  display: block;
}
.faq .faq__item.active .collapse_icon .close {
  display: none;
}
.faq .collapse_icon .open {
  display: none;
}
.faq .collapse_icon .close {
  display: block;
}
.faq .faq__quest {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #7BBBEF;
  color: #FFF;
  padding: 18px 32px;
}
.faq .faq__answer {
  padding: 16px 32px;
  display: none;
}

@media screen and (max-width: 768px) {
  .faq .faq__item {
    font-size: 14px;
  }
  .faq .faq__quest {
    padding: 21px 16px;
  }
  .faq .faq__answer {
    padding: 21px 16px;
  }
  .faq .collapse_icon {
    width: 13px;
  }
}
.lose {
  background: linear-gradient(163.56deg, #FF6161 0%, #FF8181 100%);
  padding: 80px 0 120px;
  color: #fff;
}
.lose .lose__title {
  margin-bottom: 40px;
}
.lose .lose__desc {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}
.lose .lose_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.lose .list__item {
  background: #fff;
  color: #636363;
  border-radius: 15px;
  padding: 25px 10px;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.lose .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.lose .desc {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .lose {
    padding: 33px 0 105px;
  }
  .lose .lose__title {
    margin-bottom: 19px;
  }
  .lose .lose_list {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .lose .list__item {
    background-color: #fff;
    color: #636363;
  }
  .lose .desc {
    white-space: nowrap;
  }
}
.consultation {
  background: linear-gradient(162.52deg, #7BBBEF 0%, #5A73E7 100%);
  padding: 33px 0 72px;
  color: #fff;
}
.consultation .consultation__title {
  margin-bottom: 59px;
}
.consultation .consultation__desc {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 59px;
  text-align: center;
}
.consultation .consultation__list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin-bottom: 59px;
}
.consultation .consultation_btn {
  width: 237px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  border-radius: 30px;
}
.consultation .btn_line {
  background-color: #00B900;
}
.consultation .btn_line .icon_line {
  width: 46px;
}
.consultation .btn_zoom {
  background-color: #FF6060;
}
.consultation .consultation__list_check {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.consultation .check__item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.consultation .icon_check {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.consultation .desc {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .consultation {
    padding: 33px 0 79px;
  }
  .consultation .consultation__title {
    margin-bottom: 31px;
  }
  .consultation .consultation__desc {
    margin-bottom: 42px;
  }
  .consultation .consultation__list_btn {
    flex-direction: column;
    gap: 21px;
    margin-bottom: 47px;
  }
}
.footer {
  padding: 40px 0 120px;
  background-color: #4C4C4C;
  color: #fff;
}
.footer .footer__inner {
  max-width: 330px;
  margin: 0 auto;
}
.footer .footer__partner {
  max-width: 266px;
  margin: 0 auto 50px;
}
.footer .footer__partner .title {
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.footer .footer__partner .partner__list > li {
  text-align: center;
  margin-bottom: 10px;
}
.footer .footer__partner .partner__list > li:last-child {
  margin-bottom: 0;
}
.footer .footer__logo {
  width: 134px;
  margin: 0 auto;
  margin-bottom: 48px;
}
.footer .nav__list {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}
.footer .nav__item {
  padding: 4px 10px;
  border-right: 1px solid #fff;
  font-size: 12px;
  font-weight: bold;
}
.footer .nav__item:last-child {
  border-right: none;
}
.footer .nav__item:nth-child(3) {
  justify-self: end;
}
.footer .copyright {
  font-size: 12px;
  font-weight: bold;
  padding: 24px;
  border-top: 0.5px solid #fff;
  text-align: center;
}/*# sourceMappingURL=index.css.map */