@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
}

.totop {
  position: fixed;
  width: 60px;
  height: 60px;
  cursor: pointer;
  bottom: 3%;
  right: 3%;
}

@media screen and (max-width: 767px) {
}

/* ------------------------------------------
  header
------------------------------------------ */
.header_inner {
  width: 32.6%;
  margin: 0 auto;
}

.header_inner img {
  display: block;
}

@media screen and (max-width: 767px) {
  .header_inner {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}

/* ------------------------------------------
  mv
------------------------------------------ */
.mv_ttl {
  background: #161075;
  color: #fff;
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
  padding: 15px 0;
}

.mv_content {
  padding: 35px 0;
  width: 77%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mv_content1 {
  width: 50%;
}

.mv_content1_ttl {
  color: #161075;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 0.001rem;
  line-height: 1.2;
}

.mv_content1_ttl_span3 {
  position: relative;
}

.mv_content1_ttl sup {
  font-size: 17px;
  vertical-align: super;
  margin-left: -5px;
}

.mv_content1_ttl_span1 {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.269rem;
  color: #e75f1d;
}

.mv_content1_ttl_span2 {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  color: #e75f1d;
}

.mv_content2 {
  width: 50%;
}

.mv_content1_text1 {
  color: #000;
  font-size: 0.864rem;
  margin-bottom: 15px;
}

.mv_content1_text2 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.mv_content1_text2_item1 span {
  width: 7px;
  height: 7px;
  display: block;
}

.mv_content1_text2_item1 span:nth-child(1) {
  margin-bottom: 2px;
  background: #e75f1d;
}

.mv_content1_text2_item1 span:nth-child(2) {
  background: #161075;
}

.mv_content1_text2_item2 {
  margin-left: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
  font-weight: bold;
  color: #161075;
}

@media screen and (max-width: 767px) {
  .mv_ttl {
    padding: 25px 0;
  }

  .mv_content {
    display: block;
    width: 87%;
  }

  .mv_content1 {
    width: 100%;
    text-align: center;
  }

  .mv_content2 {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .mv_content1_text1 {
    text-align: center;
    margin-top: 8px;
  }

  .mv_content1_text2_inner {
    display: inline-block;
  }

  .mv_content2 {
    margin-top: 2rem;
  }

  .mv_content1_ttl {
    font-size: 3.6rem;
    letter-spacing: -0.1rem;
  }
}

/* ------------------------------------------
  cta
------------------------------------------ */
.cta {
  padding: 45px 0;
  background: #f2f4fa;
}

.cta_inner {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta_item {
  width: 49%;
}

.cta_item_txt {
  color: #161075;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 10px;
  text-align: center;
}

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

.cta_btn a {
  display: block;
  width: 100%;
}

.cta_btn a img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cta{
    padding: 20px 0;
  }

  .cta1 {
    padding: 0;
    background: 0;
    margin-bottom: 30px;
  }

  .cta_inner {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }

  .cta2 .cta_inner {
    display: block;
  }

  .cta2 .cta_inner .cta_item {
    width: 100%;
  }

  .cta2 .cta_inner .cta_item:nth-child(1) {
    margin-bottom: 20px;
  }
}

/* ------------------------------------------
  campaign_cta
------------------------------------------ */
.campaign_cta {
  padding: 66px 0;
}

.campaign_cta_inner {
  width: 55%;
  background: #fcee21;
  padding: 25px 37px 20px;
  margin: 0 auto;
}

.campaign_cta_inner h2 {
  text-align: center;
  font-size: 2.9rem;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: bold;
  font-style: normal;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    -1px -1px 0 #fff;
  color: #00a0a6;
  line-height: 1.44;
}

.campaign_cta_btn {
  background: #00a0a6;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 20px 0;
  display: block;
  width: 100%;
  margin: 30px auto 0;
  width: 75%;
  border-radius: 10px;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
}

.campaign_cta_btn img {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .campaign_cta {
    padding: 0 0 34px;
  }

  .campaign_cta_inner {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    padding: 20px 10px 15px;
  }

  .campaign_cta_inner img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .campaign_cta_btn {
    margin-top: 10px;
    width: 100%;
  }

  .campaign_cta_btn img {
    width: 23px;
  }
}

/* ------------------------------------------
  point
------------------------------------------ */
.point {
}

.point_container1 {
  padding: 38px 0 80px;
  background: #f2f4fa;
}

.point_inner1 {
  width: 70%;
  margin: 0 auto;
}

.point_ttl_txt {
  font-size: 1.7rem;
  letter-spacing: 0.008em;
  margin-bottom: 40px;
  color: #161075;
  text-align: center;
  font-weight: bold;
}

.point_ttl {
  color: #161075;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.point_ttl span {
  font-size: 5.7rem;
}

.point_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.point_list_item {
  width: 23.5%;
  border-radius: 7px;
  background: #fff;
  padding-bottom: 10px;
}

.point_list_item_ttl {
  background: #161075;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  border-radius: 7px 7px 0 0;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.point_list_item img {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.point_list_item1 img {
  margin-bottom: 10px;
}

.point_list_item2 img,
.point_list_item3 img,
.point_list_item4 img {
  margin-bottom: 15px;
}

.point_list_item_txt {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.64;
  letter-spacing: 0.12em;
  font-weight: bold;
}

.point_list_item_txt span {
  color: #e75f1d;
}

.point_list_item_txt sup {
  font-size: 1rem;
  vertical-align: super;
}

.point_list_item_sub_txt {
  text-align: center;
  font-weight: bold;
  font-size: 0.86rem;
  letter-spacing: 0;
}

.point_container2 {
  padding: 70px 0 60px;
}

.point_inner2 {
  width: 47%;
  margin: 0 auto;
}

.point_inner2_content_item:not(:last-child) {
  margin-bottom: 20px;
}

.point_inner2_content_item p {
  position: relative;
}



.point_inner2_content_txt {
  position: relative;
  cursor: pointer;
}

.point_inner2_content_txt img {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
}

.point_inner2_content_txt p {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  padding: 18px 0;
  background: #161075;
  border-radius: 7px;
  text-align: center;
  line-height: 1.2;
  position: relative;
}

.point_inner2_content_item:nth-child(1) .point_inner2_content_txt > p::after {
  content: "※ご利用残高10万円以下の場合";
  position: absolute;
  font-size: 0.7rem;
  bottom: 12px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.point_inner2_content_item:nth-child(1) .point_inner2_content_txt p{
  padding: 10px 0 26px;
}

.point_inner2_content_txt p span {
  color: #fcee21;
  font-size: 1.9rem;
  font-weight: bold;
}

.point_inner2_content_txt p sup {
  font-size: 0.6rem;
}

.point_inner2_content_aco {
  margin-top: 20px;
  display: none;
  padding: 20px;
  background: #f2f4fa;
  border-radius: 7px;
}

.point_inner2_content_aco_txt {
  color: #1b456c;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-weight: bold;
}

.point_inner2_content_aco_sub_txt {
  color: #1b456c;
  font-size: 0.9rem;
  margin-top: 10px;
}

/* .point_inner2_content_aco.active{
  display: block;
} */

@media screen and (max-width: 767px) {
  .point_inner {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }

  .point_ttl_txt{
    margin-bottom: 20px;
  }

  .point_list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 0;
  }

  .point_list_item {
    width: 48%;
  }

  .point_list_item_txt {
    line-height: 1.5;
  }

  .point_list_item_sub_txt {
    margin-top: 5px;
  }

  .point_container1 {
    padding: 40px 0 50px;
  }

  .point_container2 {
    padding: 50px 0;
  }

  .point_inner2 {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
}

/* ------------------------------------------
  campaign
------------------------------------------ */
.campaign {
  background: #fcee21;
  padding: 60px 0;
}

.campaign_ttl {
  width: 55%;
  margin: 0 auto;
}

.campaign_ttl img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.campaign_detail {
  width: 33.6%;
  margin: 0 auto;
}

.campaign_detail img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .campaign {
    padding-bottom: 30px;
  }

  .campaign_ttl {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .campaign_detail {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}

/* ------------------------------------------
  step
------------------------------------------ */

.step {
  padding: 50px 0 90px;
}

.step_ttl {
  text-align: center;
  font-size: 2.7rem;
  color: #161075;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 30px;
}

.step_ttl span {
  font-size: 3.5rem;
}

.step_tab_inner {
  width: 50%;
  margin: 0 auto;
}

.step_content {
  display: none; /*必須*/
}
.step_content.show {
  display: block; /*必須*/
}

.step_tab {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.step_tab_item {
  width: 48.5%;
  text-align: center;
  padding: 20px 0;
  border-radius: 7px 7px 0 0;
  background: #e6e6e6;
  color: #666666;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
}

.step_tab_item.active {
  background: #161075;
  color: #fff;
}

.step_content {
  border: 2.5px solid #161075;
  border-radius: 7px;
  padding: 20px;
  background: #fff;
}

.step_content_list_item {
  position: relative;
}

.step_content_list_item_inner {
  border: 5px solid #e6e6e6;
  border-radius: 12px;
  padding: 35px 0;
}

.step_content_list_item:not(:last-child) {
  margin-bottom: 25px;
}

.step_num {
  position: absolute;
  width: 22%;
  left: 0;
  top: 0;
}

.step_content_list_item_ttl {
  text-align: center;
  color: #161075;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  line-height: 1.5;
}

.step_icon {
  display: block;
  width: 17.6%;
  margin: 0 auto 30px;
}

.step_content_list_item_txt {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.85;
  margin: 0 auto;
  letter-spacing: 0.18em;
}
.step_content_list_item_txt_small {
  text-align: center;
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 1.85;
  margin: 20px auto 0;
  letter-spacing: 0.18em;
}

.step_content_list_item_txt2 {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: bold;
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
}

.cta3 {
  background: #fff;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .step {
    padding: 30px 0 0;
  }

  .step_tab_inner {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .step_content_list_item_txt {
    width: 95%;
  }

  .cta3 {
    padding-bottom: 45px;
  }

  .cta3 .cta_inner {
    display: block;
  }

  .cta3 .cta_inner .cta_item {
    width: 100%;
  }

  .cta3 .cta_inner .cta_item:nth-child(1) {
    margin-bottom: 20px;
  }
}

/* ------------------------------------------
  qa
------------------------------------------ */

.qa {
  background: #f2f4fa;
  padding: 30px 0 60px;
}

.qa_ttl {
  text-align: center;
  font-size: 2.6rem;
  color: #161075;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}

.qa_inner2 {
  width: 50%;
  margin: 0 auto;
}

.qa_inner2_content_item {
  margin-bottom: 20px;
}

.qa_inner2_content_item p {
  position: relative;
}

.qa_inner2_content_txt {
  background: #161075;
  border-radius: 7px;
  text-align: center;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}

.aco_btn {
  position: absolute;
  width: 21px;
  height: 21px;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
}

.q_icon {
  position: absolute;
  width: 24px;
  left: 10px;
  bottom: 50%;
  transform: translateY(50%);
}

.qa_inner2_content_txt p {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  line-height: 1.7;
}

.qa_inner2_content_txt p span {
  color: #fcee21;
  font-size: 1.9rem;
  font-weight: bold;
}

.qa_inner2_content_txt p sup {
  font-size: 0.6rem;
}

.qa_inner2_content_aco {
  width: 97%;
  margin: 20px auto 0;
  display: none;
  padding: 20px;
  background: #fff;
  border-radius: 7px;
}

.qa_inner2_content_aco_txt {
  color: #1b456c;
  font-size: 1.2rem;
  line-height: 2.1;
  letter-spacing: 0.06em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .qa_inner {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .qa_list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 0;
  }

  .qa_list_item {
    width: 48%;
  }

  .qa_list_item_txt {
    line-height: 1.5;
  }

  .qa_list_item_sub_txt {
    margin-top: 5px;
  }

  .qa_container1 {
    padding: 40px 0 50px;
  }

  .qa_container2 {
    padding: 50px 0;
  }

  .qa_inner2 {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .qa_inner2_content_txt p {
    font-size: 1.3rem;
  }

  .qa_inner2_content_aco_txt {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

/* ------------------------------------------
  about
------------------------------------------ */
.about {
  padding: 60px 0 10px;
}

.about_inner {
  width: 77.3%;
  margin: 0 auto;
}

.about_ttl_inner {
  margin-bottom: 50px;
  position: relative;
}

.about_ttl_inner .aco_btn {
  position: absolute;
  width: 21px;
  height: 21px;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
}

.about_ttl {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #161075;
  padding: 22px 0;
  border: 1px solid #161075;
  border-radius: 7px;
  cursor: pointer;
}

.about_content_item:not(:last-child) {
  margin-bottom: 50px;
}

.about_content_inner {
  display: none;
}

.about_content_inner_ttl {
  margin-bottom: 30px;
  padding-bottom: 18px;
  font-size: 2rem;
  border-bottom: 1px solid;
  font-weight: normal;
}

.about_content_list_item {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
}

ol {
  counter-reset: listnum;
  list-style: none;
}

.about_content_list_item:not(:last-child) {
  margin-bottom: 20px;
}

.about_content_list_item::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: listnum;
  content: counter(listnum) ".";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 600;
  text-align: right;
}

.about_content_txt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.about_content_item table,
.about_content_item tbody,
.about_content_item th,
.about_content_item td {
  display: block;
  width: 100%;
}

.about_content_item tr {
  display: flex;
}

.about_content_item table {
  margin-bottom: 50px;
}

.about_content_item tbody {
  border: 1px solid #ddd;
}

.about_content_item tr {
  border-bottom: 1px solid #ddd;
}

.table_header:nth-child(1) {
  border-right: 1px solid #ddd;
}

.table_cell:nth-child(1) {
  border-right: 1px solid #ddd;
}

.table_header {
  vertical-align: top;
  padding: 28px 10px;
  background-color: #999da8;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
}

.table_cell {
  padding: 28px 24px;
  vertical-align: middle;
  font-size: 1.6rem;
}

.table_cell2 {
  width: 100%;
  text-align: center;
}

.about_date {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #000;
  /* font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal; */
}

@media screen and (max-width: 767px) {
  .about_inner {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .table_cell {
    padding: 16px 20px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

/* ------------------------------------------
  about
------------------------------------------ */
.footer {
  padding: 50px 0;
  background: #161075;
}

.footer_list {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
  gap: 30px;
  color: #fff;
}

.footer_list_item {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Noto Sans JP";
  line-height: 100%;
}

.copyright {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 20px;
  }

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

  .footer_list_item {
    line-height: 1.7;
  }

  .footer_list_item:not(:last-child) {
    margin-bottom: 5px;
  }
}
