@charset "UTF-8";

/* =====================
  common
===================== */
.sp_only {
  display: block !important;
}

.mb-10 {
  margin-bottom: 10px!important;
}

.mb-30 {
  margin-bottom: 50px!important;
}

@media screen and (width >= 768px), print {
  .sp_only {
    display: none !important;
  }
}

.pc_only {
  display: none !important;
}

@media screen and (width >= 768px), print {
  .pc_only {
    display: block !important;
  }
}

/* =====================
  header
===================== */

@media only screen and (width >= 769px) {
  header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  }
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  padding: 20px;
  margin: 0 auto;
}

.header-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 157px;
}

.button {
  display: inline-block;
}

@media screen and (width <= 767.9px), print {
  .header-container {
    flex-direction: column;
    padding: 15px;
  }

  .button {
    display: block;
    width: 100%;
  }
}

@media screen and (width >= 768px) and (width <= 1080px){
  .header-container {
    flex-direction: initial;
  }
}

.rounded-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 40px;
  color: #fff;
  text-decoration: none;
  background-color: #1A7BD0;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.rounded-button:hover {
  background-color: #161573;
}

.button-icon {
  margin-right: 10px;
}

.button-icon-img {
  width: 16px;
}

.button-text {
  font-size: 18px;
}

/* =====================
  kv
===================== */

@media only screen and (width >= 769px) {
  .kv {
    margin-top: 90px;
  }
}

.kv-area-pc {
  position: relative;
}

.kv-area-pc div {
  position: relative;
  max-width: 1080px;
  min-height: 630px;
  margin: 0 auto;
}

.kv-area-pc img {
  position: absolute;
  top: -16px;
  left: -40px;
}

.kv-area-pc::before {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  background: url("/service/useful/banking_app/images/pc_kv.png") no-repeat center / cover;
}

.kv-area-sp div {
  position: relative;
}

.sp_kv {
  width: 100%;
}

.sp_kv_iphone {
  position: absolute;
  top: calc(160 / 768 * 100vw);
  left: calc(-40 / 768 * 100vw);
  width: calc(494 / 768 * 100vw);
}


.cta {
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
}

.cta_area {
  position: absolute;
  top: -120px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1004px;
  padding: 10px 22px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 25%);
}

@media only screen and (width <= 1080px) {
  .kv-area-pc img {
    top: 4px;
    left: -10px;
    width: 300px;
  }

  .kv-area-pc::before {
    height: 80%;
  }

  .cta {
    margin-bottom: 0;
  }

  .cta_area {
    top: -180px;
  }
}

@media screen and (width >= 768px) and (width <= 840px) {
  .kv-area-pc img {
    left: -38px;
  }
}

@media screen and (width >= 980px) and (width <= 1080px) {
  .kv-area-pc img {
    left: 10px;
  }
}

@media only screen and (width <= 800px) {
  .kv-area-pc::before {
  height: 70%;
  }

  .cta_area {
    top: -180px;
  }

}

.cta_area img {
  object-fit: cover;
}

.image-button {
  margin-right: 10px;
}

.cta_img01 {
  width: 80px;
  margin-right: 14px;
}

.cta_img02 {
  width: 328px;
  margin-right: 14px;
}

.cta_img03 {
  width: 158px;
}

.cta_img03:hover {
/*  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; */
}

.cta_img04 {
  width: 80px;
  margin-right: 20px;
}

.cta_img05 {
  width: 158px;
}

.cta_img05:hover {
  /* opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; */
}

.cta_img06 {
  width: 80px;
}

/* =====================
  main-features
===================== */

.main-features-container {
  width: 100%;
  margin: 0 auto;
}

.c-icon-text {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1080px;
  padding-bottom: 10px;
  margin: 0 auto;
  border-bottom: 2px solid #7cb1e3;
}

.c-icon-text::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: inherit;
  content: "";
  border-bottom: 2px solid #0E3881;
}

.c-icon-text img {
  width: 37px;
  margin-right: 8px;
}

.c-title {
  font-size: 34px;
  color: #0E3881;
}

@media screen and (width <= 767.9px), print {
  .c-icon-text {
    justify-content: center;
    margin: 0 16px;
  }

  .c-icon-text img {
    width: 21px;
    margin-top: 4px;
    margin-right: 6px;
  }

  .c-title {
    font-size: 24px;
  }
}


.main-features-area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: linear-gradient(to bottom right, #EDF2FF, #CAD5F0);
}

.item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}

.img-content {
  flex: 2;
  max-width: 640px;
}

.item img {
  max-width: 100%;
}

.item .illust1 {
  padding: 25px 0 105px;
}

.item .human1 {
  position: absolute;
  right: 37%;
  bottom: 10px;
  width: 187px;
}

.text-content {
  flex: 1;
  max-width: 440px;
  padding: 45px 30px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 25%);
}

.text-content h3 {
  padding-bottom: 16px;
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 2px dotted #ABDEFF;
}

.text-content p {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.8;
}

.text-content p.annotation {
  padding-left: 1.3em;
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1.3em;
}


@media (width <= 767.9px) {
  .item {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .item img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .img-content {
    position: relative;
    flex: 1;
    width: 100%;
    max-width: 100%;
  }

  .item .illust1 {
    width: 100%;
    padding: 10px 0;
  }

  .item .human1 {
    right: 1%;
    bottom: -12%;
    width: 140px;
    min-width: 140px;
  }

  .text-content {
    flex: 1;
    max-width: 100%;
    padding: 45px 16px;
    border-radius: 0;
    box-shadow: none;
  }

  .text-content h3 {
    font-size: 20px;
  }

  .text-content p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }
}


/* =====================
  sub-features
===================== */

.sub-features {
  background-color: #f4f8fd;
}

.sub-features-area {
  padding: 60px 0;
}

.inner-block {
  position: relative;
  max-width: 1080px;
}

@media only screen and (width >= 768px) {
  .inner-block {
    margin: 0 auto;
  }
}
  
@media only screen and (width <= 767.9px) {
  .inner-block {
    padding: 0 16px;
  }
}

.sub-features-innner {
  overflow: hidden;
}

.sub-features-innner .features-content {
  position: relative;
  z-index: 0;
  height: 451px;
}

.sub-features-innner .features-content03 {
  height: 495px;
}
 
.sub-features-innner .features-content::before {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
}

.sub-features-innner .features-content01::before {
  background: url("/service/useful/banking_app/images/sub-features1_pc.png") no-repeat top left / auto;
}

.sub-features-innner .features-content02::before {
  background: url("/service/useful/banking_app/images/sub-features2_pc.png") no-repeat top right / auto;
}

.sub-features-innner .features-content03::before {
  background: url("/service/useful/banking_app/images/sub-features3_pc.png") no-repeat top left / auto;
}
 
.sub-features-innner .features-content + .features-content {
  margin-top: 100px;
}
 
.sub-features-innner .features-content:nth-child(odd)::before {
  left: 0;
}
 
.sub-features-innner .features-content:nth-child(even)::before {
  right: 0;
}
 
@media only screen and (width <= 767.9px) {
  .sub-features-innner .features-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
 
  .sub-features-innner .features-content:nth-child(odd)::before {
    left: -15px;
  }
 
  .sub-features-innner .features-content:nth-child(even)::before {
    right: -15px;
  }
}


.text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 540px;
  height: 410px;
  padding: 0 30px;
}

.text-box h4 {
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 2px dotted #ABDEFF;
}

.text-box p {
  font-size: 20px;
  line-height: 1.8;
}

.sub-features-area .c-icon-text {
  margin-bottom: 50px;
}

.features-content02 .text-box {
  position: absolute;
  right: 14px;
}


@media only screen and (width <= 767.9px) {
  .sub-features-area {
    padding: 30px 0 20px;
  }

  .sub-features-area .c-icon-text {
    margin-bottom: 20px;
  }

  .sub-features-innner .features-content {
    height: auto;
  }

  .sub-features-innner .features-content:nth-child(odd)::before {
    left: 0;
  }

  .sub-features-innner .features-content01::before {
    background: none;
  }

  .sub-features-innner .features-content02::before {
    background: none;
  }

  .sub-features-innner .features-content03::before {
    background: none;
  }

  .text-box {
    width: 100%;
    height: auto;
    padding: 0 0 30px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 25%);
  }

  .features-content02 .text-box {
    position: static;
    right: 0; 
  }

  .sub-features-innner .features-content + .features-content {
     margin-top: 0; 
  }

  .text-box h4 {
    padding-bottom: 16px;
    margin: 10px 15px 0;
    font-size: 20px;
  }

  .text-box p {
    padding: 0 15px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

}


/* =====================
  other-features
===================== */

.other-features .c-icon-text {
  margin-top: 90px;
  margin-bottom: 50px;
}

.other-features-content {
  max-width: 1080px;
  margin: 0 auto;
}

.column-box {
  display: flex;
  align-items: flex-start;
}

.column-box:first-child {
  margin-bottom: 50px;
}

.left-box {
  flex: 0 0 280px;
}

.left-box img {
  width: 100%;
  height: auto;
}

.right-box {
  flex: 1;
  padding-left: 30px;
}

.right-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
}

.right-wrapper h4 {
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 2px dotted #ABDEFF;
}

.right-wrapper p {
  font-size: 20px;
  line-height: 1.8;
}

@media only screen and (width <= 767.9px) {
  .column-box {
    flex-direction: column;
    padding: 0 16px;
  }

  .left-box {
    flex: 0 0;
    width: 100%;
  }

  .right-box {
    padding-left: 0;
  }

  .other-features .c-icon-text {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .column-box:first-child {
    margin-bottom: 30px;
  }

  .right-wrapper {
    min-height: auto;
    margin-top: 16px;
  }

  .right-wrapper h4 {
    padding-bottom: 16px;
    font-size: 20px;
  }

  .right-wrapper p {
    font-size: 16px;
    line-height: 1.5;
  }

}


/* =====================
  cv-area
===================== */

.cv {
  padding-top: 90px;
  margin-top:-90px;
}

.cv-area-pc {
  position: relative;
  height: 500px;
  margin-top: 50px;

}

.cv-area-pc::before {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  background: url("/service/useful/banking_app/images/cv_pc.png") no-repeat center / cover;
}

.cv-content {
  position: absolute;
  top: 230px;
  left: 50%;
  width: 620px;
  padding: 20px 50px;
  margin-left: 116px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 25%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
}

.cv-content-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.cv-content-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app_logo {
  width: 49px;
  margin-right: 16px;
}

.dl-text {
  margin-right: 6px;
  font-size: 20px;
  font-weight: bold;
}

.dl_icon {
  width: 24px;
}

.cv_img01 {
  width: 158px;
  margin-right: 10px;
}

.cv_img01:hover {
  /* opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; */
}

.cv_img02 {
  width: 80px;
  margin-right: 20px;
}

.cv_img03 {
  width: 158px;
  margin-right: 10px;
}

.cv_img03:hover {
  /* opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; */
}

.cv_img04 {
  width: 80px;
}

.none-account {
  margin-top: 16px;
  text-align: center;
}

.none-account a {
  font-size: 14px;
  color: #1A7BD0;
}

@media only screen and (width <= 852px) {
  .cv-content {
    right: 0;
    left: 18%;
    margin-left: 116px;
    transform: translateX(-18%);
    transform: translateX(-18%);
    transform: translateX(-18%);
  }
}

@media only screen and (width <= 767.9px) {
  .cv-area-pc {
    height:auto;
  }

  .cv-area-pc::before {
    position: relative;
    background: none;
  }

  .cv-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin-left: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    transform: none;
  }

  .cv-content-img {
    width: 100%;
  }

  .cv_img03 {
    margin-right: 0;
  }

}

@media only screen and (width <= 321px) {
  .cv-content-btn {
    padding: 0 16px;
  }

  .cv_img01 {
    width: 138px;
  }

  .cv_img03 {
    width: 138px;
  }
}


/* =====================
  qa-area
===================== */

.qa {
  max-width: 1080px;
  margin: 0 auto;
}

.qa-title {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-top: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}

.qa-txt {
  margin-bottom: 20px;
  line-height: 1.5;
}

.qa-title img {
  width: 22px;
  margin-right: 8px;
}

.qa-title h3 {
  font-size: 18px;
  color: #1E1E1E;
}

@media screen and (width <= 767.9px), print {
  .qa {
    max-width: 100%;
    padding: 0 16px;
  }

  .qa-title {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .qa-title img {
    margin-top: 4px;
    margin-right: 10px;
  }

  .qa-title h3 {
    font-size: 18px;
  }
}

.window {
  position: relative;
  padding-right: 5px;
  font-size: 14px;
  color: #1A7BD0;
}

.window:hover {
  text-decoration: none;
}

.window::after {
  position: absolute;
  top: -4px;
  right: -20px;
  content: url("/service/useful/banking_app/images/window_icon.png");
  transform: scale(0.5);
}


.qa-form {
  padding: 10px 40px 20px;
  margin-top: 60px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}

.qa-form h4 {
  padding-bottom: 8px;
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
}

.qa-form-wrapp {
  display: flex;
  flex-wrap: wrap;
}

.qa-column {
  flex: 0 0 50%;
  padding: 0 20px;
  border-right: 1px solid #D9D9D9;
}

.qa-column .c-icon-text {
  justify-content: center;  
}

.qa-subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #1E1E1E;
}

.qa-icon-text {
  margin-bottom: 20px;
  text-align: center;
}

.qa-icon-text p {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.qa-icon-text p::before {
  position: absolute;
}

.qa-icon-text p.phone-icon {
}

.qa-icon-text p.phone-icon::before {
  top: -11px;
  left: -38px;
  content: url("/service/useful/banking_app/images/qa_phone_icon.png");
  transform: scale(0.5);
}

.qa-icon-text p.mail-icon::before {
  top: -3px;
  left: -34px;
  content: url("/service/useful/banking_app/images/qa_mail_icon.png");
  transform: scale(0.5);
}


.direct {
  padding: 20px 10px;
  margin-bottom: 20px;
  background-color: #f2f7fd;
}

.direct-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

p.direct-icon {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.direct-icon::before {
  top: -16px;
  left: -82px;
  content: url("/service/useful/banking_app/images/qa_tel_icon.png");
  transform: scale(0.5)
}

.direct-annotation {
  font-size: 14px;
}

.direct-txt {
  font-size: 14px;
  line-height: 1.5;
}

.arrow-icon {
  display:inline-block;
  padding-left: 1.5em;
  margin-bottom: 10px;
  color: #1A7BD0;
  background: url("/service/useful/banking_app/images/arrow-icon.png") no-repeat left 0.4em;
  background-size: 15px;
}

.arrow-icon:hover {
  text-decoration: none;
}

.next-icon-img {
  width: 18px;
}

.qa-column.qa-mail {
  border-right: none;
}

.qa-mail .qa-icon-text {
  margin-bottom: 30px;
}

.mail-btn {
  text-align: center;
}

.qa-mail .button-icon {
  margin-right: 0;
  margin-left: 10px;
}


@media screen and (width <= 767.9px), print {
  .qa-form {
    padding: 10px 0 20px;
  }

  .qa-column {
    flex: 0 0 100%;
    padding: 0 16px;
    margin-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
  }

  .qa-form h4 {
    margin-bottom: 10px;
  }

  .qa-mail .qa-icon-text {
    margin-bottom: 25px;
  }

  .qa-column.qa-mail {
    border-bottom: none;
  }

}


/* =====================
  footer
===================== */

footer .copyright {
  width: 100%;
  padding: 40px 0;
  margin-top: 60px;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  background-color: #010000;
}

@media only screen and (width <= 767.9px) {
  footer .copyright {
    margin-top: 40px;
    margin-bottom: 70px;
  }

}


.sp-cta {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  background-color: #FFF;
  box-shadow: 0 -2px 4px rgb(0 0 0 / 10%);
}

.sp-cta .ios-btn img {
  width: 157px;
  margin-right: 20px;
}

.sp-cta .gp-btn img {
  width: 154px;
}

@media only screen and (width <= 340px) {
  .sp-cta .ios-btn img {
    width: 140px;
    margin-right: 16px;
  }

  .sp-cta .gp-btn img {
    width: 138px;
  }
}

/* =====================
  TAB
===================== */


@media screen and (width >=768px) and ( width <=890px) {
  .cta_img02 {
    width: 260px;
  }

  .cta_img03,.cta_img05 {
    width: 100px;
  }
}

@media screen and (width >=890px) and ( width <=1080px) {
  .cta_img03,.cta_img05 {
    width: 120px;
  }
}

@media screen and (width >=768px) and ( width <=1080px) {
  .text-content {
    margin-right: 16px;
  }

  .qa {
    margin: 0 16px;
  }
}

/* =====================
  animation
===================== */
.js-fadeInSmartPhone,
.js-fadeInBalloon,
.js-fadeIn {
  opacity: 0;
}

.is-show {
  opacity: 0;
  animation-name: fade-in;
  animation-name: fade-in;
  animation-duration: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    transform: translateY(0);
  }
}

.c-list_note__item a{
  color: #00a469;

}

.c-list_note__item a[target="_blank"]::after {
  display: inline-block;
  width: 10px;
  height: 8px;
  vertical-align: middle;
  content: "";
  background-image: url("/kojin/benri/app/assets/images/icon_link_blank_green.svg");
  background-repeat: no-repeat;
}