@charset "UTF-8";
html {
  font-size: 62.5%;
} /* font-sizeは16pxの62.5%の10px */
body {
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif";
  font-size: 1.6rem;
  line-height: 130%;
  color: #0B041D;
  font-weight: normal;
}

img {
  max-width: 100%;
}

button {
  background: none;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
}

.gra {
  background: linear-gradient(178deg, #E2F7FF 27.46%, #05ACFE 122.3%);
}

a img:hover {
  opacity: 0.6;
}

.mainArea {
  position: relative;
  background: #00A0FF;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}
.mainArea::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/PC_bg.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.spArea {
  position: relative;
  z-index: 99;
  background: #fff;
  width: 390px;
  overflow-y: scroll;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  /* スクロール中 → 上に隠れる */
  /* スクロールしていないとき → ゆっくり下がる */
}
.spArea::-webkit-scrollbar {
  display: none;
}
.spArea .mainwrap {
  background-color: #fff;
}
.spArea .wrap {
  padding-left: 16px;
  padding-right: 16px;
}
.spArea .block-inner {
  padding-top: 64px;
  padding-bottom: 32px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
}
.spArea .wrap-border {
  border-left: 1.5px solid var(--bg, #D0E8FF);
  border-right: 1.5px solid var(--bg, #D0E8FF);
  border-bottom: 1.5px solid var(--bg, #D0E8FF);
  box-sizing: border-box;
}
.spArea .CV_btn {
  position: relative;
}
.spArea .CV_btn.fixed {
  position: fixed;
  bottom: 0;
  padding-bottom: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #00A0FF 100%);
  width: 1000%;
}
.spArea .cv_text {
  display: flex;
  align-items: end;
  justify-content: center;
  color: var(--color-font-base-textBlack, #0B041D);
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: 2.8px;
  gap: 16px;
}
.spArea .cv_text img {
  width: 53px;
  height: 49px;
}
.spArea .cv_text span {
  padding-bottom: 6px;
  position: relative;
}
.spArea .cv_text span:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  transform: rotate(66deg);
  left: -13px;
  top: 7px;
  position: absolute;
  background: #000;
}
.spArea .cv_text span:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  transform: rotate(-66deg);
  right: -13px;
  top: 7px;
  position: absolute;
  background: #000;
}
.spArea .cv_chara.hide {
  transform: translateY(-40px);
  opacity: 0;
}
.spArea .cv_chara.show {
  transform: translateY(0);
  opacity: 1;
}

.Btn {
  text-align: center;
}
.Btn a {
  font-weight: bold;
  color: #301870;
  display: inline-flex;
  min-width: 216px;
  padding: var(--spacing-md, 12px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-md, 12px);
  border-radius: 60px;
  border: 1px solid var(--color-brand-purple, #301870);
  box-shadow: 0 4px 0 0 var(--color-brand-purple, #301870);
}
.Btn a:hover {
  box-shadow: none;
}

.Btn_main a {
  background: #FFF100;
  width: 340px;
  min-width: 216px;
}

.Btn_sub {
  margin: 24px auto 16px auto;
}
.Btn_sub a {
  background: white;
}

.banner img {
  width: 100%;
}

header {
  border: 1px solid #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .logo {
  padding: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.FV {
  padding-top: 84px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  align-items: center;
  overflow: hidden;
}
.FV .catchcopy {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.FV .catchcopy > img:nth-child(1) {
  width: 100%;
}
.FV .catchcopy > img:nth-child(2) {
  width: 259px;
  height: auto;
}
.FV .mainImg {
  width: 70%;
}

.cp_section {
  text-align: center;
}
.cp_section ul > li:nth-child(2) img {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cp_section ul img {
  width: 85%;
  margin: 0 auto;
}

.change_section {
  text-align: center;
}
.change_section p {
  font-size: 1.4rem;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.change_section p span {
  color: #301870;
  font-weight: bold;
  display: block;
  font-size: 1.6rem;
}
.change_section .change-imglist {
  padding: 16px;
}
.change_section .change-imglist > div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.change_section .change-imglist > div img {
  width: calc((100% - 8px) / 2);
}
.change_section .change-imglist small {
  display: block;
  text-align: right;
  padding-top: 8px;
}

.accord {
  font-size: 1.4rem;
  text-align: left;
  padding-top: 24px;
  padding-bottom: 24px;
}
.accord dt {
  padding: 12px 8px;
  background: rgba(100, 202, 250, 0.1);
  color: #301870;
  font-weight: 700;
  line-height: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.accord dt.active img {
  transform: rotate(180deg);
}
.accord dd {
  padding-left: 8px;
  padding-right: 8px;
}
.accord .expre-list li {
  margin-top: 8px;
}
.accord .expre-list li:before {
  content: "";
  display: inline-block;
  color: #301870;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #301870;
  margin-right: 4px;
  margin-bottom: 3px;
}

.title img {
  width: 100%;
  margin: 0;
}

h3 {
  padding: 12px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #301870;
  text-align: center;
  line-height: 180%;
}
h3 span {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  line-height: 130%;
}
.change_section h3 span, .vpreca_section h3 span {
  font-weight: bold;
  font-size: 1.6rem;
}
h3 strong {
  color: #FF7030;
  font-size: 1.4rem;
}
h3 img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.expre {
  font-size: 1.4rem;
  text-align: left;
}
.expre.tabletype {
  padding: 24px 16px;
}
.expre.texttype {
  padding: 16px;
}
.expre dt {
  padding: 8px;
  background: rgba(100, 202, 250, 0.1);
  color: #301870;
  font-weight: 700;
  line-height: 100%;
}
.expre dd {
  padding: 6px 8px;
}
.expre small {
  font-size: 1.2rem;
  line-height: 130%;
}
.expre a {
  text-decoration: underline;
  display: block;
  padding: 4px 0;
}

.pay_section h4 {
  margin-bottom: 8px;
  margin-top: 24px;
}
.pay_section h4 img {
  width: 70%;
  margin: 0 auto;
}
.pay_section .pay-logo {
  text-align: center;
  padding: var(--spacing-lg, 16px);
  width: 66%;
  border-radius: var(--border-border-sm, 8px);
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
}
.pay_section .pay-logo div {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
  justify-content: space-between;
}

.vpreca_section .section-image {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 8px 0;
  width: 86%;
  margin: 0 auto;
}
.vpreca_section .section-image > * {
  width: calc((100% - 16px) / 2);
  box-shadow: 0 4px 20px 0 #FFF, 0 4px 20px 0 #FFF;
  border-radius: 12px;
}
.vpreca_section .content-text {
  padding-top: 24px;
}
.vpreca_section .content-text h3 span {
  font-size: 1.6rem;
}

footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 100px;
  background-color: #F9F9F9;
}
footer img {
  margin: 0 auto;
}
footer div p {
  margin-bottom: 12px;
  color: #301870;
  font-weight: bold;
}
footer address {
  font-size: 1.2rem;
  font-style: normal;
  padding-bottom: 12px;
}

.rightArea {
  z-index: 3;
  width: calc((100% - 390px) / 3 * 2);
  position: relative;
}
.rightArea > img:nth-child(1) {
  max-width: 90%;
  min-width: 450px;
  max-height: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.rightArea > img:nth-child(2) {
  width: 113px;
  position: absolute;
  right: 4%;
  bottom: 10%;
}

.leftArea {
  z-index: 3;
  width: calc((100% - 390px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.leftArea .card {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -32px;
  z-index: 100;
}
.leftArea .card img {
  width: 70%;
}
.leftArea .globalNav {
  z-index: 99;
  border-radius: var(--border-border-sm, 8px);
  background: rgba(255, 255, 255, 0.6);
  padding: 24px 24px 64px 24px;
  width: 268px;
}
.leftArea .globalNav ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.leftArea .globalNav ul li {
  width: 100%;
}
.leftArea .globalNav ul li a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 100%;
  gap: 4px;
  color: #301870;
}
.leftArea .globalNav ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1080px) {
  .leftArea, .rightArea {
    display: none;
  }
  .spArea {
    width: 100%;
  }
}