@charset "UTF-8";
@media screen and (max-width: 768px) {
  .p-top__article-top,
  .p-top__article-middle,
  .p-top__article-bottom {
    width: calc(100% + 1.333vw);
    margin-right: -1.333vw;
  }
}

/* Main visual */
.p-page__main {
  font-size: 14px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .p-page__main {
    font-size: 16px;
  }
}
.p-top__mainv {
  padding: 2rem 0 0;
}

@media screen and (min-width: 769px) {
  .p-top__mainv {
    padding: 5rem 0 0;
  }
}
.p-top__mainv-bg {
  position: relative;
  z-index: 1;
}

.p-top__mainv-inner {
  position: relative;
}

.p-top__mainv-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 69.3%;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .p-top__mainv-box {
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-top__mainv-detail {
    width: 50%;
    margin: 0 auto 5rem;
  }
}
.p-top__mainv-detail .p-top__mainv-container {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .p-top__mainv-detail .p-top__mainv-container {
    width: 80%;
    max-width: 614px;
  }
}
.p-top__mainv-img {
  width: 110%;
  margin: 0 -5%;
}

@media screen and (min-width: 992px) {
  .p-top__mainv-img {
    width: 50%;
    margin: 0;
  }
}
.p-top__mainv-img .p-top__mainv-container {
  padding-top: 4vw;
}

@media screen and (min-width: 992px) {
  .p-top__mainv-img .p-top__mainv-container {
    padding: 0;
  }
}
.p-top__mainv-container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 3.5rem;
}

@media screen and (min-width: 769px) {
  .p-top__mainv-container {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top__mainv-container {
    height: 100%;
    padding: 0;
  }
}
.p-top__mainv-title {
  max-width: 18rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .p-top__mainv-title {
    max-width: 32rem;
    margin: 0 auto;
  }
}
.p-top__mainv-subtitle {
  position: relative;
  width: 100%;
  margin: 2.5rem 0 0;
  background: url(../img/pc/mainv_title_line.png) no-repeat top center/contain;
  border-bottom: 1px solid #e2eae7;
  padding: 2.7rem 0 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .p-top__mainv-subtitle {
    background-image: url(../img/sp/mainv_title_line.png);
    flex-wrap: wrap;
    margin: 3.2vw 0 0;
    padding: 2.667vw 0 2vw;
  }
}

.p-top__mainv-subtitle > span {
  display: block;
}
.p-top__mainv-subtitle > span img {
  display: block;
}
.p-top__mainv-subtitle .mainv_title01 {
  width: 28.66%;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .p-top__mainv-subtitle .mainv_title01 {
    width: 100%;
    margin: 0 0 2vw;
    padding-bottom: 0.8vw;
    border-bottom: 1px solid #b6cac2;
  }
}
@media screen and (max-width: 991px) {
  .p-top__mainv-subtitle .mainv_title01 img {
    width: 50.77%;
    margin: 0 auto;
  }
}
.p-top__mainv-subtitle .mainv_title02 {
  width: 54.4%;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .p-top__mainv-subtitle .mainv_title02 {
    width: 79.23%;
    margin-right: 1.54%;
  }
}
.p-top__mainv-subtitle .mainv_title03 {
  width: 7.33%;
}
@media screen and (max-width: 991px) {
  .p-top__mainv-subtitle .mainv_title03 {
    width: 11.92%;
  }
}

.p-top__mainv-text {
  font-size: 47px;
  font-weight: 900;
}
@media screen and (max-width: 1640px) {
  .p-top__mainv-text {
    font-size: 2.866vw;
  }
}
@media screen and (max-width: 991px) {
  .p-top__mainv-text {
    font-size: 6.933vw;
    padding-left: 2vw;
  }
}
.p-top__mainv-text.text_s {
  font-size: 20px;
  padding: 2.134rem 0;
  font-weight: 600;
}
@media screen and (max-width: 1640px) {
  .p-top__mainv-text.text_s {
    font-size: 1.22vw;
  }
}
@media screen and (max-width: 991px) {
  .p-top__mainv-text.text_s {
    font-size: 3.467vw;
    padding: 2vw 0 2vw 2vw;
  }
}

.p-top__mainv-img figure {
  display: block;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .p-top__mainv-img figure {
    padding: 0 13.2% 0 9.94%;
  }
}
.p-top__mainv-img .c-animation__bounceIn.js_scroll_event.is_active {
  animation-delay: 1s;
}

.p-top__mainv-text_box {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .p-top__mainv-text_box.sp {
    display: block;
  }
}
.p-top__mainv-text_box .p-top__mainv-text {
  border-bottom: 1px solid #e2eae7;
}
.p-top__mainv-text_box .p-top__mainv-text:last-child {
  border-bottom: 1px solid #b6cac2;
}

/* キャッシュレス化の一つで */
.section01 {
  margin-bottom: 17rem;
}
@media screen and (max-width: 991px) {
  .section01 {
    margin-bottom: 15.333vw;
  }
}
@media screen and (max-width: 991px) {
  .section01 .l-container-l .l-container__content {
    padding: 0 0;
  }
}

.section01_lead_text {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 12rem 0 7rem;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .section01_lead_text {
    margin: 12vw 0 10vw;
    font-size: 4.533vw;
  }
}

.section01_img {
  width: 726px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .section01_img {
    width: 100%;
    padding-right: 2vw;
  }
}

/* ネット銀行じゃなくて、 */
.headline_box {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.headline_box .headline_text {
  display: block;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .headline_box .headline_text {
    font-size: 5.867vw;
    line-height: 9.867vw;
  }
}

.section02 {
  margin-bottom: 13.5rem;
}
@media screen and (max-width: 991px) {
  .section02 {
    margin-bottom: 16vw;
  }
}
.section02 .headline_box {
  padding-top: 7rem;
  margin-bottom: 6.5rem;
  background-image: url(../img/pc/line_dotted.png);
}
@media screen and (max-width: 991px) {
  .section02 .headline_box {
    padding-top: 8.667vw;
    margin-bottom: 8vw;
    background-image: url(../img/sp/line_dotted.png);
  }
}
.section02 .headline_box .headline_text {
  border-bottom: 1px solid #e2eae7;
}

.section02_lead_text {
  text-align: center;
  line-height: 2;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .section02_lead_text {
    font-size: 3.3vw;
    width: 104%;
    margin: 0 auto 8vw;
    letter-spacing: 0;
  }
}

.green_frame_col {
  border: 3px solid #1cca93;
  border-radius: 5rem;
  padding: 5rem 10rem;
}
@media screen and (max-width: 991px) {
  .green_frame_col {
    padding: 6.667vw 4vw;
    border-radius: 2.667vw;
  }
}

.section02_text01 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section02_text01 {
    font-size: 3.467vw;
    margin-bottom: 4vw;
  }
}

.section02_text02 {
  font-size: 36px;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .section02_text02 {
    margin-bottom: 0;
    font-size: 5.867vw;
    line-height: 1.5;
  }
}
.section02_text02 .text_underline {
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .section02_text02 .text_underline {
    font-size: 6vw;
  }
}
.section02_text02 .text_underline::after {
  height: 35%;
  bottom: -10%;
}
@media screen and (max-width: 991px) {
  .section02_text02 .text_underline::after {
    bottom: 0;
  }
}

.section02_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .section02_list {
    width: auto;
    margin: 0 2.667vw;
  }
}
.section02_list li {
  border-radius: 100%;
  border: 3px solid #8ee5c9;
  width: 27.4%;
  position: relative;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 991px) {
  .section02_list li {
    width: 48%;
    margin-bottom: 3.467vw;
  }
}
.section02_list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.section02_list li::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #8ee5c9;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 100%;
}
@media screen and (max-width: 991px) {
  .section02_list li::after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
.section02_list .list__inner {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 2.4rem 0 0;
}
.section02_list .list_icon {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 1640px) {
  .section02_list .list_icon {
    height: 9.8rem;
  }
}
@media screen and (max-width: 991px) {
  .section02_list .list_icon {
    height: 13.067vw;
    margin-bottom: 2.667vw;
  }
}
.section02_list .list_icon .icon_acount {
  width: 106px;
}
@media screen and (max-width: 1640px) {
  .section02_list .list_icon .icon_acount {
    width: 10.6rem;
  }
}
@media screen and (max-width: 991px) {
  .section02_list .list_icon .icon_acount {
    width: 14.133vw;
  }
}
.section02_list .list_icon .icon_payment {
  width: 97px;
}
@media screen and (max-width: 1640px) {
  .section02_list .list_icon .icon_payment {
    width: 9.7rem;
  }
}
@media screen and (max-width: 991px) {
  .section02_list .list_icon .icon_payment {
    width: 12.933vw;
  }
}
.section02_list .list_icon .icon_atm {
  width: 85px;
}
@media screen and (max-width: 1640px) {
  .section02_list .list_icon .icon_atm {
    width: 8.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section02_list .list_icon .icon_atm {
    width: 11.333vw;
  }
}
.section02_list .list_icon .icon_borrow {
  width: 94px;
}
@media screen and (max-width: 1640px) {
  .section02_list .list_icon .icon_borrow {
    width: 9.4rem;
  }
}
@media screen and (max-width: 991px) {
  .section02_list .list_icon .icon_borrow {
    width: 12.533vw;
  }
}
.section02_list .list_icon .icon_entry {
  width: 87px;
}
@media screen and (max-width: 1640px) {
  .section02_list .list_icon .icon_entry {
    width: 8.7rem;
  }
}
@media screen and (max-width: 991px) {
  .section02_list .list_icon .icon_entry {
    width: 11.6vw;
  }
}
.section02_list .list_icon .icon_saving {
  width: 89px;
}
@media screen and (max-width: 1640px) {
  .section02_list .list_icon .icon_saving {
    width: 8.9rem;
  }
}
@media screen and (max-width: 991px) {
  .section02_list .list_icon .icon_saving {
    width: 11.867vw;
  }
}
.section02_list .list_icon .icon_transfer {
  width: 92px;
}
@media screen and (max-width: 1640px) {
  .section02_list .list_icon .icon_transfer {
    width: 9.2rem;
  }
}
@media screen and (max-width: 991px) {
  .section02_list .list_icon .icon_transfer {
    width: 12.267vw;
  }
}
.section02_list .list_icon .icon_operation {
  width: 71px;
}
@media screen and (max-width: 1640px) {
  .section02_list .list_icon .icon_operation {
    width: 7.1rem;
  }
}
@media screen and (max-width: 991px) {
  .section02_list .list_icon .icon_operation {
    width: 9.467vw;
  }
}
.section02_list .list_text {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 1640px) {
  .section02_list .list_text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .section02_list .list_text {
    font-size: 3.467vw;
  }
}
.section02_list .list_text .brackets_left{
  margin-left: -5%;
}
.section02_list .li_entry .list_text{
  margin-top: -8%;
  text-indent: 5%;
}

/* 自社内にシステム専門開発部門を結成 */
.section03 {
  margin-bottom: 16.8rem;
}
@media screen and (max-width: 991px) {
  .section03 {
    margin-bottom: 16vw;
  }
}
.section03 .headline_box {
  padding-top: 4.5rem;
  margin-bottom: 5rem;
  background-image: url(../img/pc/line_dotted_white.png);
}
@media screen and (max-width: 991px) {
  .section03 .headline_box {
    padding-top: 8vw;
    margin-bottom: 7.333vw;
    background-image: url(../img/sp/line_dotted_white.png);
  }
}
.section03 .headline_box .headline_text {
  border-bottom: 1px solid #77dfbe;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.section03 .headline_box .headline_text .color_text {
  color: #fffd7c;
  font-size: 54px;
}
@media screen and (max-width: 991px) {
  .section03 .headline_box .headline_text .color_text {
    font-size: 7.2vw;
  }
}

.section03_lead_text {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 2.2;
}
@media screen and (max-width: 991px) {
  .section03_lead_text {
    font-size: 3.467vw;
    width: 110%;
    margin: 0 0 4vw -4%;
  }
}
.section03_lead_text .text_l {
  font-size: 26px;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .section03_lead_text .text_l {
    font-size: 4.5vw;
  }
}

.balloon_list {
  display: flex;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .balloon_list {
    flex-wrap: wrap;
  }
}
.balloon_list li {
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.balloon_list li p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1640px) {
  .balloon_list li p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .balloon_list li p {
    font-size: 2.933vw;
    padding-bottom: 2vw;
  }
}
.balloon_list li:nth-child(1) {
  width: 29rem;
  height: 30rem;
  margin-right: 4.5rem;
  background-image: url(../img/balloon_gray_left.png);
  margin-top: 6rem;
}
@media screen and (max-width: 991px) {
  .balloon_list li:nth-child(1) {
    background-image: url(../img/balloon_gray.png);
    margin-right: 4vw;
    order: 2;
    width: 40vw;
    height: 43.467vw;
    margin: -5.333vw calc(100% - 80vw) 0 0;
  }
}
.balloon_list li:nth-child(1) p {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .balloon_list li:nth-child(1) p {
    padding-bottom: 2.667vw;
  }
}
.balloon_list li:nth-child(2) {
  width: 29rem;
  height: 31.3rem;
  margin-right: 4.5rem;
  background-image: url(../img/balloon_gray.png);
}
@media screen and (max-width: 991px) {
  .balloon_list li:nth-child(2) {
    margin-right: 4vw;
    order: 1;
    width: 100%;
    height: 43.467vw;
    margin: 0;
    background-position: center top;
  }
}
.balloon_list li:nth-child(2) p {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  .balloon_list li:nth-child(2) p {
    padding-bottom: 2.667vw;
  }
}
.balloon_list li:nth-child(3) {
  width: 29rem;
  height: 30rem;
  background-image: url(../img/balloon_gray_right.png);
  margin-top: 6rem;
}
@media screen and (max-width: 991px) {
  .balloon_list li:nth-child(3) {
    background-image: url(../img/balloon_gray.png);
    order: 3;
    width: 40vw;
    height: 43.467vw;
    margin: -5.333vw 0 0 0;
  }
}
.balloon_list li:nth-child(3) p {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .balloon_list li:nth-child(3) p {
    padding-bottom: 2.667vw;
  }
}

.section03_img {
  width: 539px;
  margin: -1.5rem auto 0;
}
@media screen and (max-width: 991px) {
  .section03_img {
    width: 72vw;
    margin-top: 0.8vw;
  }
}

.white_bg_green_border_col {
  background-color: #fff;
  border-radius: 5rem;
  position: relative;
  margin-top: -0.8rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 991px) {
  .white_bg_green_border_col {
    border-radius: 6.667vw;
    margin-bottom: 13vw;
    margin-top: 0;
    width: calc(100% + 8vw);
    margin-left: -4vw;
  }
}
.white_bg_green_border_col::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 2px solid #1cca93;
  border-radius: 4.2rem;
}
@media screen and (max-width: 991px) {
  .white_bg_green_border_col::before {
    border-radius: 6.4vw;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
.white_bg_green_border_col::after {
  content: "";
  display: block;
  width: 8.2rem;
  height: 4.6rem;
  background-image: url(../img/arrow_down_yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -8rem;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 991px) {
  .white_bg_green_border_col::after {
    width: 10.933vw;
    height: 6.133vw;
    bottom: -10.4vw;
  }
}
.white_bg_green_border_col .white_bg_green_border_inner {
  position: relative;
  z-index: 1;
  padding: 6.5rem 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .white_bg_green_border_col .white_bg_green_border_inner {
    padding: 8vw 0 4.533vw;
  }
}
.white_bg_green_border_col .white_bg_green_border_text01 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 991px) {
  .white_bg_green_border_col .white_bg_green_border_text01 {
    font-size: 3.467vw;
    margin-bottom: 6vw;
  }
}
.white_bg_green_border_col .white_bg_green_border_text02 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 991px) {
  .white_bg_green_border_col .white_bg_green_border_text02 {
    font-size: 3.467vw;
    margin-bottom: 6vw;
  }
}
.white_bg_green_border_col .white_bg_green_border_list {
  display: inline-block;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .white_bg_green_border_col .white_bg_green_border_list {
    display: block;
    margin-left: 10.5vw;
    margin-bottom: 4vw;
  }
}
.white_bg_green_border_col .white_bg_green_border_list li {
  text-align: left;
  position: relative;
  padding-left: 14px;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .white_bg_green_border_col .white_bg_green_border_list li {
    font-size: 4vw;
    margin-bottom: 2.5vw;
    padding-left: 2.4vw;
    text-indent: -2.4vw;
    line-height: 1.5;
  }
}
.white_bg_green_border_col .white_bg_green_border_list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #1cca93;
}
.white_bg_green_border_col .white_bg_green_border_text03 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
  height: 80px;
  border: 4px solid #1cca93;
  border-radius: 40px;
  background-color: #fffd7c;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 991px) {
  .white_bg_green_border_col .white_bg_green_border_text03 {
    width: calc(100% - 8vw);
    border-radius: 9.333vw;
    height: 18.667vw;
    margin: 0 auto 3.467vw;
  }
}
.white_bg_green_border_col .white_bg_green_border_text03 .border_text_inner {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .white_bg_green_border_col .white_bg_green_border_text03 .border_text_inner {
    display: block;
    text-align: center;
  }
}
.white_bg_green_border_col .white_bg_green_border_text03 .border_text_inner .text01 {
  font-size: 22px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .white_bg_green_border_col .white_bg_green_border_text03 .border_text_inner .text01 {
    font-size: 3.467vw;
    display: block;
    margin-bottom: 1.6vw;
  }
}
.white_bg_green_border_col .white_bg_green_border_text03 .border_text_inner .text02 {
  font-size: 36px;
}
@media screen and (max-width: 991px) {
  .white_bg_green_border_col .white_bg_green_border_text03 .border_text_inner .text02 {
    font-size: 5.333vw;
    display: block;
  }
}

.white_bg_green_border_text04 {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .white_bg_green_border_text04 {
    font-size: 2.667vw;
  }
}


.white_bg_col {
  background-color: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 991px) {
  .white_bg_col {
    width: calc(100% + 8vw);
    margin-left: -4vw;
  }
}

.white_bg_col_inner {
  padding: 2rem 0;
}
@media screen and (max-width: 991px) {
  .white_bg_col_inner {
    padding: 0 4vw;
  }
}
.white_bg_col_inner .point_list {
  display: flex;
}
@media screen and (max-width: 991px) {
  .white_bg_col_inner .point_list {
    display: block;
  }
}
.white_bg_col_inner .point_list li {
  flex: 1;
  background-image: linear-gradient(to bottom, #ccc, #ccc 1px, transparent 4px, transparent 10px);
  background-size: 1px 10px;
  background-position: right top;
  background-repeat: repeat-y;
  padding: 1rem 1rem;
}
@media screen and (max-width: 991px) {
  .white_bg_col_inner .point_list li {
    width: 100%;
    background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 4px, transparent 10px);
    background-size: 10px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 4.8vw 0;
  }
}
.white_bg_col_inner .point_list li:last-child {
  background-image: none;
}
.white_bg_col_inner .point_list li .point {
  background-color: #fffd7c;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #1cca93;
  color: #1cca93;
  font-size: 14px;
  font-weight: 700;
  border-radius: 14px;
  width: 105px;
  height: 28px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 991px) {
  .white_bg_col_inner .point_list li .point {
    width: 21.333vw;
    height: 6.4vw;
    border-radius: 3.2vw;
    font-size: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
.white_bg_col_inner .point_list li .text {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .white_bg_col_inner .point_list li .text {
    font-size: 4.267vw;
  }
}
.white_bg_col_inner .point_list li .text .text_underline {
  font-size: 32px;
}
@media screen and (max-width: 991px) {
  .white_bg_col_inner .point_list li .text .text_underline {
    font-size: 5vw;
  }
}
.white_bg_col_inner .point_list li .text .text_underline::after {
  bottom: -10%;
}
.white_bg_col_inner .point_list li .text_s{
  margin-top: 1.5rem;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  padding-left: 24px;
}
.white_bg_col_inner .point_list li .text_s::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 10px;
}
@media screen and (max-width: 991px) {
  .white_bg_col_inner .point_list li .text_s {
    font-size: 2.667vw;
    padding-left: 1.8vw;
  }
  .white_bg_col_inner .point_list li .text_s::before{
    left: -1vw;
  }
}


.section03_text01 {
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 3rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .section03_text01 {
    font-size: 4.8vw;
    margin-bottom: 4vw;
    line-height: 1.5;
  }
}

/* デジタルバンクを推進するからこそ */
.section05 .headline_box {
  padding-top: 7rem;
  margin-bottom: 6.5rem;
  background-image: url(../img/pc/line_dotted.png);
}
@media screen and (max-width: 991px) {
  .section05 .headline_box {
    padding-top: 8.667vw;
    margin-bottom: 8vw;
    background-image: url(../img/sp/line_dotted.png);
  }
}
.section05 .headline_box .headline_text {
  border-bottom: 1px solid #e2eae7;
}

.section05_lead_text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 991px) {
  .section05_lead_text {
    font-size: 3.467vw;
    margin-bottom: 9.333vw;
  }
  .section05_lead_text.lead_text01{
    margin-bottom: 8vw;
  }
}

.section05_col01.item01 {
  width: 81.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .section05_col01.item01 {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.section05_col01.item01 .person_img img {
  width: 15.7rem;
}
@media screen and (max-width: 991px) {
  .section05_col01.item01 .person_img img {
    width: 14.4vw;
    margin: 0 auto;
  }
}
.section05_col01.item01 .section05_col01_text {
  background-image: url(../img/pc/balloon_white_01.png);
  width: 64.4rem;
  height: 11.7rem;
  margin-top: 1.8rem;
  padding-left: 2.2rem;
}
@media screen and (max-width: 991px) {
  .section05_col01.item01 .section05_col01_text {
    background-image: url(../img/sp/balloon_white_01.png);
    width: 66.933vw;
    height: 20.267vw;
    margin-top: 0;
    padding-left: 2.667vw;
  }
}
.section05_col01.item02 {
  width: 72.5rem;
  margin: 0 auto 0.6rem;
}
@media screen and (max-width: 991px) {
  .section05_col01.item02 {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.section05_col01.item02 .person_img {
  order: 2;
}
@media screen and (max-width: 991px) {
  .section05_col01.item02 .person_img {
    margin-top: 2.667vw;
  }
}
.section05_col01.item02 .person_img img {
  width: 19.6rem;
}
@media screen and (max-width: 991px) {
  .section05_col01.item02 .person_img img {
    width: 17.6vw;
    margin: 0 auto;
  }
}
.section05_col01.item02 .section05_col01_text {
  order: 1;
  background-image: url(../img/pc/balloon_white_02.png);
  width: 53.5rem;
  height: 12.4rem;
  margin-top: 1.6rem;
  padding-right: 2.2rem;
}
@media screen and (max-width: 991px) {
  .section05_col01.item02 .section05_col01_text {
    background-image: url(../img/sp/balloon_white_02.png);
    width: 66.933vw;
    height: 26.133vw;
    margin-top: 0;
    padding-right: 2.667vw;
  }
}
.section05_col01.item03 {
  width: 52.6rem;
  margin: 0 auto 4.5rem;
}
@media screen and (max-width: 991px) {
  .section05_col01.item03 {
    width: 69.067vw;
    margin-bottom: 9.6vw;
  }
}
.section05_col01.item03 .person_img img {
  width: 16.5rem;
}
@media screen and (max-width: 991px) {
  .section05_col01.item03 .person_img img {
    width: 14.933vw;
    margin: 0 auto;
  }
}
.section05_col01.item03 .section05_col01_text {
  background-image: url(../img/pc/balloon_white_03.png);
  width: 35.2rem;
  height: 11.7rem;
  margin-top: 1.2rem;
  padding-left: 2.2rem;
}
@media screen and (max-width: 991px) {
  .section05_col01.item03 .section05_col01_text {
    background-image: url(../img/sp/balloon_white_03.png);
    width: 52vw;
    height: 14.667vw;
    margin-top: 0;
    padding-left: 2.667vw;
  }
}

.section05_col01_inner {
  display: flex;
  justify-content: space-between;
}

.section05_col01_text {
  text-align: left;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section05_col01_text .text {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .section05_col01_text .text {
    font-size: 3.467vw;
  }
}

.person_img {
  text-align: center;
}
.person_img figcaption {
  margin-top: 1rem;
  line-height: 1;
  border-radius: 14px;
  background-color: #1cca93;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .person_img figcaption {
    margin-top: 2vw;
    font-size: 2.933vw;
    padding: 0.533vw 2vw;
    border-radius: 2.4vw;
    white-space: nowrap;
  }
}

.section05_text01 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4.5rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section05_text01 {
    font-size: 3.467vw;
    margin-bottom: 8vw;
  }
}

.section05_text02 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 9.5rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section05_text02 {
    font-size: 3.467vw;
    margin-bottom: 10.667vw;
  }
}
.section05_text02 .text_underline {
  color: inherit;
}
@media screen and (max-width: 991px) {
  .section05_text02 .text_underline::after {
    display: none;
  }
}

.section05_text03 {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 6.5rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .section05_text03 {
    font-size: 5.067vw;
    margin-bottom: 6vw;
  }
}

.section05_text04 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section05_text04 {
    font-size: 3.467vw;
    margin-bottom: 9.867vw;
  }
}

.section05_col02 {
  display: flex;
  justify-content: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  .section05_col02 {
    flex-wrap: wrap;
    margin-bottom: 8.667vw;
  }
}

.section05_col02_img {
  width: 50.9rem;
}
@media screen and (max-width: 991px) {
  .section05_col02_img {
    width: 65.333vw;
    order: 2;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .section05_col02_text_block {
    order: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6vw;
  }
}

.section05_col02_text {
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section05_col02_text .text {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .section05_col02_text .text {
    font-size: 3.467vw;
    text-align: center;
  }
}
.section05_col02_text.item01 {
  background-image: url(../img/pc/balloon_yellow_01.png);
  width: 60.7rem;
  height: 10.3rem;
  margin-left: 4rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .section05_col02_text.item01 {
    order: 3;
    background-image: url(../img/sp/balloon_yellow_01.png);
    width: 38.667vw;
    height: 34.933vw;
    margin: 0;
    padding-bottom: 4vw;
  }
}
.section05_col02_text.item02 {
  background-image: url(../img/pc/balloon_yellow_02.png);
  width: 40.4rem;
  height: 10.3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .section05_col02_text.item02 {
    order: 1;
    background-image: url(../img/sp/balloon_yellow_02.png);
    width: 60.133vw;
    height: 16.533vw;
    margin: 0 auto;
    padding-bottom: 4vw;
  }
}
.section05_col02_text.item03 {
  background-image: url(../img/pc/balloon_yellow_03.png);
  width: 61.2rem;
  height: 10.3rem;
  margin-left: 4rem;
}
@media screen and (max-width: 991px) {
  .section05_col02_text.item03 {
    order: 2;
    background-image: url(../img/sp/balloon_yellow_03.png);
    width: 38.667vw;
    height: 34.933vw;
    margin: 0 6.667vw 0 0;
    padding-bottom: 4vw;
  }
}

.green_frame_col02 {
  border: 3px solid #1cca93;
  border-radius: 2rem;
  padding: 7.5rem 9.5rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 991px) {
  .green_frame_col02 {
    padding: 8vw 4vw;
    border-radius: 2.667vw;
    margin-bottom: 8vw;
  }
}

.green_frame_col02_title {
  font-size: 34px;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .green_frame_col02_title {
    font-size: 5.067vw;
    margin-bottom: 2.133vw;
  }
}

.effort_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e2eae7;
  padding: 3rem 0;
}
@media screen and (max-width: 991px) {
  .effort_list {
    display: block;
    padding: 7.2vw 0;
  }
}
.effort_list li {
  width: 30%;
}
.effort_list li.li01 {
  width: 37%;
}
@media screen and (max-width: 991px) {
  .effort_list li.li01 {
    width: 100%;
    padding-bottom: 6.667vw;
  }
}
.effort_list li.li02 {
  width: 37%;
}
@media screen and (max-width: 991px) {
  .effort_list li.li02 {
    width: 100%;
    padding-bottom: 6.667vw;
  }
}
@media screen and (max-width: 991px) {
  .effort_list li.li03 {
    width: 100%;
  }
}
.effort_list li h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1140px) {
  .effort_list li h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .effort_list li h4 {
    font-size: 3.467vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 991px) {
  .effort_list li h4 br {
    display: none;
  }
}
.effort_list li .tag {
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .effort_list li .tag {
    margin-bottom: 1vw;
  }
}
.effort_list li .tag .rc {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 15px;
  line-height: 1;
  border-radius: 14px;
  color: #1cca93;
  border: 1px solid #1cca93;
}
@media screen and (max-width: 1140px) {
  .effort_list li .tag .rc {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 991px) {
  .effort_list li .tag .rc {
    font-size: 2.667vw;
    padding: 1vw 2vw;
    border-radius: 2.4vw;
  }
}
.effort_list li .amount {
  line-height: 1;
  color: #1cca93;
}
.effort_list li .amount .num {
  font-size: 60px;
}
@media screen and (max-width: 1140px) {
  .effort_list li .amount .num {
    font-size: 7rem;
  }
}
@media screen and (max-width: 991px) {
  .effort_list li .amount .num {
    font-size: 10.267vw;
  }
}
.effort_list li .amount .digit {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 1140px) {
  .effort_list li .amount .digit {
    font-size: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .effort_list li .amount .digit {
    font-size: 6.133vw;
  }
}

.green_frame_col02_text_s {
  font-size: 14px;
  margin-top: 1.8rem;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .green_frame_col02_text_s {
    font-size: 2.667vw;
    margin-top: 4vw;
  }
}

.yellow_bg_col {
  background-color: #ffffe5;
  border-radius: 0.5rem;
  padding: 5.5rem 4.5rem 4.5rem 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  .yellow_bg_col {
    padding: 4vw;
    border-radius: 5px;
    margin-bottom: 8vw;
  }
}

.yellow_bg_col_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4.2rem;
  margin-bottom: 4.2rem;
  border-bottom: 1px solid #e2ead7;
}
@media screen and (max-width: 991px) {
  .yellow_bg_col_inner {
    display: block;
    padding-bottom: 6vw;
    margin-bottom: 4vw;
  }
}

.yellow_bg_col_left {
  width: 57.5%;
  padding-right: 1.5rem;
}
@media screen and (max-width: 991px) {
  .yellow_bg_col_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2vw;
  }
}
.yellow_bg_col_left ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .yellow_bg_col_left ul {
    justify-content: space-between;
  }
}
.yellow_bg_col_left ul li {
  width: 248px;
  height: 40px;
  background-color: #fffd7c;
  border: 3px solid #1cca93;
  color: #1cca93;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .yellow_bg_col_left ul li {
    width: 49%;
    height: 6.667vw;
    border-radius: 3.3335vw;
    font-size: 3.467vw;
    margin-bottom: 2vw;
  }
}
.yellow_bg_col_left ul li:nth-child(1), .yellow_bg_col_left ul li:nth-child(3) {
  margin-right: 1rem;
}
@media screen and (max-width: 991px) {
  .yellow_bg_col_left ul li:nth-child(1), .yellow_bg_col_left ul li:nth-child(3) {
    margin-right: 0;
  }
}

.yellow_bg_col_text_01 {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 991px) {
  .yellow_bg_col_text_01 {
    margin-bottom: 2vw;
  }
}
.yellow_bg_col_text_01 .green_bg {
  background-color: #1cca93;
  color: #fff;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  border-radius: 14px;
}
@media screen and (max-width: 991px) {
  .yellow_bg_col_text_01 .green_bg {
    font-size: 2.933vw;
    padding: 0.533vw 2vw;
    border-radius: 2.4vw;
  }
}

.yellow_bg_col_text_02 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .yellow_bg_col_text_02 {
    margin-bottom: 4vw;
    font-size: 4vw;
  }
}

.yellow_bg_col_right {
  width: 43%;
}
@media screen and (max-width: 991px) {
  .yellow_bg_col_right {
    width: 100%;
  }
}

.yellow_bg_col_text_03 {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .yellow_bg_col_text_03 {
    font-size: 3.467vw;
  }
}

.section05_col02_text_02,
.section05_col02_text_03 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .section05_col02_text_02,
.section05_col02_text_03 {
    font-size: 3.467vw;
    margin-bottom: 8vw;
  }
}

.section05_col02_text_03 {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 991px) {
  .section05_col02_text_03 {
    margin-bottom: 8vw;
  }
}

.link_btn_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 991px) {
  .link_btn_list {
    display: block;
    margin-bottom: 6vw;
  }
}

.link_btn_list_item {
  position: relative;
  width: 31.67%;
}
@media screen and (max-width: 991px) {
  .link_btn_list_item {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.link_btn_list_item.disabled::after {
  background: rgba(91, 111, 105, 0.5);
}

.link_btn_list_item::after {
  content: "";
  display: block;
  background: #ff8c34;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  box-shadow: 0 3px 1px rgba(28, 202, 147, 0.25);
  transition: 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
@media screen and (max-width: 991px) {
  .link_btn_list_item::after {
    border-radius: 2vw;
  }
}

@media screen and (min-width: 769px) {
  .link_btn_list_item.disabled:hover::after {
    transform: none;
  }

  .link_btn_list_item:hover::after {
    transform: scale(1.05);
  }
}
.link_btn_list_item a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #fff;
  font-size: 3.467vw;
  font-weight: 700;
  line-height: 1.3;
  padding: 4vw 6vw;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .link_btn_list_item a {
    padding: 1.8rem 4.5rem;
    font-size: 18px;
    line-height: 1.4;
  }
}
.link_btn_list_item a::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: block;
  position: absolute;
  right: 2.2rem;
  top: calc(50% - 0.3em);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .link_btn_list_item a::after {
    width: 0.5em;
    height: 0.5em;
    right: 2.5rem;
    top: calc(50% - 0.25em);
  }
}
.link_btn_list_item .icon {
  background: url(../img/common/menu_01_white.png) no-repeat center center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.966vw;
  height: 4.828vw;
  position: absolute;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 992px) {
  .link_btn_list_item .icon {
    width: 5vw;
    height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .link_btn_list_item .icon {
    width: 6vw;
    height: 6vw;
  }
}
.link_btn_list_item .icon.--digitalbank {
  background-image: url(../img/common/menu_02_white.png);
}

.link_btn_list_item .icon.--consulting {
  background-image: url(../img/common/menu_03_white.png);
}

.link_btn_list_item .icon.--resources {
  background-image: url(../img/common/menu_04_white.png);
}

.return_btn {
  width: 555px;
  height: 86px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .return_btn {
    width: 100%;
    height: 14.667vw;
  }
}
.return_btn::after {
  content: "";
  display: block;
  background: #fff;
  border: 3px solid #1cca93;
  box-shadow: 0 3px 1px rgba(28, 202, 147, 0.25);
  border-radius: 43px;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
@media screen and (min-width: 992px) {
  .return_btn::after {
    border-radius: 7.3335vw;
  }
}
.return_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.return_btn a .text {
  line-height: 1;
  font-size: 18px;
  color: #1cca93;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .return_btn a .text {
    font-size: 3.467vw;
  }
}
.return_btn a::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: block;
  position: absolute;
  left: 4rem;
  top: calc(50% - 0.3em);
  border-left: 2px solid #1cca93;
  border-bottom: 2px solid #1cca93;
  transform: rotate(45deg);
}
.return_btn:hover::after {
  transform: scale(1.05);
}