@charset "utf-8";

.page-content__wrapper {
  margin: 0;
}
.page-content__wrapper > section + section {
  margin-top: 48px;
}
.page-content__head1 {
  padding: 0;
  margin-bottom: 16px;
}
.page-content__head1::before {
  display: none;
}
.page-content__head2 {
  text-align: center;
  letter-spacing: 0.02em;
  padding: 0;
}
.txt-half {
  display: inline-block;
}

.main-visual {
  padding: 51px 0 0;
  position: relative;
}
.main-visual::after {
  content: "";
  width: 100vw;
  height: 100%;
  background: url(/guide/images/index/kv-bg.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 calc(50% - 50vw);
  pointer-events: none;
  z-index: -1;
}
.main-visual__txt {
  line-height: 2;
  margin-bottom: 36px;
}

.btn-lists > li + li {
  margin-top: 16px;
}

.mv-fukidashi{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.mv-fukidashi-box{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 29px;
  padding: 6.5px 13px;
  background: #ffd98d;
  border-radius: 32px;
}
.mv-fukidashi-box::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 10px solid #ffd98d;
  border-bottom: 0;
}

.mv-fukidashi p{
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  color: #002970;
}

.account-opening-app{
  position: relative;
  min-height: 44px;
  font-weight: 600;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  border-radius: 8px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3895ff;
  transition: .3s;
}
.account-opening-app:hover{
  color: rgba(56, 149, 255, .7);
  border: 1px #3286e5 solid;
  background: #f2f2f2;
  text-decoration: none;
}
.account-opening{
  position: relative;
  min-height: 44px;
  font-weight: 600;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  color: rgba(56, 149, 255, 1);;
  text-decoration: none;
  border-radius: 8px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #3895ff solid;
  background: #fff;
  transition: .3s;
}
.account-opening:hover{
  color: rgba(255, 255, 255, .7);
  background: #3286ff;
  text-decoration: none;
}

.guide-layout__hr {
  border-top: 1px solid #eee;
  padding-top: 48px;
  margin-top: 48px;
}
.guide-visual p {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  margin-top: 56px;
}
.guide-visual p::before {
  content: "";
  border-top: 16px solid #002970;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.guide-block__title {
  margin-bottom: 24px;
  padding-bottom: 64px;
  position: relative;
}
.guide-block__title .avatar {
  width: 135px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.guide-block__title-reverse .avatar {
  left: auto;
  right: 0;
}
.guide-block__title .question {
  display: block;
  background: #FFE4E5;
  border-radius: 100px;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: center;
  padding: 16px 10px;
}
.guide-block__title-reverse .question {
  background: #C6EEFF;
}
.guide-block_lineup > li + li {
  margin-top: 48px;
}
.guide-block_lineup-desc {
  letter-spacing: 0;
  margin-top: 16px;
}
.guide-block_lineup-desc--title {
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.guide-block_lineup-desc--title small {
  display: block;
  font-size: 1.4rem;
  color: #606060;
  margin-bottom: 8px;
}
.guide-block_lineup-desc .txt-link:not(.txt-link--arrow) {
  text-decoration: none;
}
.guide-block_lineup-desc .txt-link:not(.txt-link--arrow):hover {
  text-decoration: underline;
}
.guide-block_lineup-desc .txt-link--arrow {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.download-block {
  padding: 48px 0;
  position: relative;
}
.download-block::after {
  content: "";
  max-width: 100vw;
  background: #eee;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 calc(50% - 50vw);
  pointer-events: none;
  z-index: -1;
}
.download-block__ttl {
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 24px;
}
.download-block__box > li {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 40px 24px;
}
.download-block__box > li + li {
  margin-top: 24px;
}
.download-block__box-type {
  display: inline-block;
  margin-bottom: 24px;
}
.download-block__box-type--ttl {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 48px 1fr;
  grid-gap: 17px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.download-block__box-txt {
  margin-bottom: 24px;
}
.download-block__box-txt p + p {
  margin-top: 12px;
}
.app-stores__lists {
  max-width: 269px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}
.app-stores__lists > li {
  margin: 0 6px;
}
.app-stores__lists-appstore {
  width: 109px;
}
.app-stores__lists-google {
  width: 136px;
}
.download-block__box-img {
  margin: 0 auto 24px;
}
.recommend-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.bottom-block {
  position: relative;
}
.bottom-block__text {
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 24px;
}
.bottom-img {
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-top: 24px;
}
.breadcrumbs{
  margin: 48px 0 0;
}

@media screen and (min-width:768px) {
  .page-content__sidenone {
    margin: 0;
  }
  .page-content__wrapper > section + section {
    margin-top: 60px;
  }
  .page-content__head1 {
    margin-bottom: 32px;
  }
  .page-content__head2 {
    font-size: 3.2rem;
    margin: 0 0 40px;
  }
  #footer {
    margin: 0;
  }
  
  .main-visual {
    padding: 63px 0 60px;
  }
  .main-visual::after {
    background: url(/guide/images/index/kv-bg-pc.png) no-repeat center;
    background-size: contain;
  }
  .main-visual__txt {
    font-size: 2.0rem;
    margin-bottom: 32px;
  }

  .btn-lists > li + li {
    margin-top: 0;
  }
  .btn-lists > li + li {
    margin-top: 0;
  }
  .account-opening{
    width: 100%;
    max-width: 320px;
    min-height: 60px;
    font-size: 1.7rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding: 14px 16px;
    margin: 0 auto;
    background: #3895ff;
  }
  .account-opening:hover{
    color: rgba(255, 255, 255, 1);
    background: #3895ff;
    text-decoration: none;
    opacity: .7;
  }

  .guide-layout__hr {
    padding-top: 60px;
    margin-top: 60px;
  }
  .guide-visual {
    max-width: 1016px;
    margin: 0 auto;
  }
  .guide-visual p {
    font-size: 4.2rem;
    line-height: 1.45;
    letter-spacing: 0;
    margin-top: 103px;
  }
  .guide-visual p::before {
    border-top: 30px solid #002970;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -70px;
  }
  .guide-block__title {
    display: grid;
    align-items: end;
    grid-template-columns: 200px 1fr;
    grid-gap: 11px;
    margin-bottom: 80px;
    padding-bottom: 0;
  }
  .guide-block__title .avatar {
    width: 100%;
    position: relative;
  }
  .guide-block__title-reverse {
    grid-template-columns: 1fr 200px;
  }
  .guide-block__title .question {
    min-height: 116px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 1.125;
    padding: 16px;
  }
  .guide-block_lineup > li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 22px;
  }
  .guide-block_lineup > li + li {
    margin-top: 100px;
  }
  .guide-block_lineup > li:nth-child(odd) .guide-block_lineup-img {
    order: 1;
  }
  .guide-block_lineup-desc {
    margin-top: 0;
  }
  .guide-block_lineup > li:nth-child(odd) .guide-block_lineup-desc {
    padding-right: 14px;
  }
  .guide-block_lineup > li:nth-child(even) .guide-block_lineup-desc {
    padding-left: 14px;
  }
  .guide-block_lineup-desc--title {
    font-size: 4.2rem;
    line-height: 1.45;
    letter-spacing: 0;
  }
  .guide-block_lineup-desc--title small {
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .guide-block_lineup-desc--txt {
    line-height: 2;
  }
  .guide-block_lineup-desc .txt-link--arrow {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  
  .download-block {
    padding: 100px 0;
  }
  .download-block__ttl {
    font-size: 3.0rem;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  .download-block__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
  .download-block__box > li {
    border-radius: 30px;
  }
  .download-block__box > li + li {
    margin-top: 0;
  }
  .download-block__box-type--ttl {
    font-size: 2.0rem;
    letter-spacing: 0;
  }
  .download-block__box-txt {
    line-height: 2;
  }
  .download-block__box-txt p + p {
    margin-top: 0;
  }
  .download-block__box-img {
    max-width: 400px;
  }
  .recommend-title {
    font-size: 2.0rem;
  }
  
  .bottom-block {
    height: 490px;
    padding-bottom: 0;
    margin-top: 100px !important;
    margin-bottom: 0;
  }
  .bottom-block::after {
    content: "";
    width: 100vw;
    height: 100%;
    background: url(/guide/images/index/guide-bg-pc.png) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 calc(50% - 50vw);
    pointer-events: none;
    z-index: -1;
  }
  .bottom-block__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bottom-block__inner p {
    font-size: 3.0rem;
    margin-bottom: 50px;
  }
  .bottom-block__inner .btn-style-bg-blue {
    font-size: 1.4rem;
  }
  .bottom-block .btn-style_more{
    margin-bottom: 32px;
  }
}

@media screen and (max-width:1439px) and (min-width:1025px) {
  .bottom-block {
    height: 350px;
  }
}

@media screen and (max-width:1024px) and (min-width:768px) {
  .guide-block_lineup-desc--title {
    font-size: 3rem;
  }
  .guide-block_lineup-desc--title small {
    font-size: 1.8rem;
  }
  
  .bottom-block {
    height: 260px;
    margin-top: 60px !important;
  }
  .bottom-block__inner p {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}