@charset "UTF-8";
body {
  margin: 0;
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 16px;
  line-height: 160%;
  color: #393939;
  font-weight: normal;
}

img {
  max-width: 100%;
}

a {
  scroll-behavior: smooth;
}
a:hover {
  opacity: 0.6;
}

.bg-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  /* 画像の設定 */
  background-image: url(../img/pc_bg.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-layer::after {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background-color: #FDEEED;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.mainArea {
  position: relative;
  background: transparent;
  min-height: 100vh;
  height: auto;
  overflow: visible;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0;
}

.spArea {
  position: relative;
  z-index: 99;
  background: #fff;
  width: 100%;
  max-width: 400px;
  height: auto;
  overflow: visible;
}
.spArea .mainWrap {
  background-color: #fff;
}

.fixbtn {
  position: fixed;
  bottom: 0;
  z-index: 9;
  max-width: 400px;
  padding: 8px 20px;
  background: var(--bright-blue, #E5F0F8);
  transition: 0.5s;
}

.Btn {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.Btn span {
  display: block;
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 6px;
  letter-spacing: 6.72px;
}
.Btn a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 16px;
  font-size: 20px;
  line-height: 100%;
  border-radius: 60px;
  background: linear-gradient(180deg, #78B9E9 9.06%, #0070BD 61.67%);
  position: relative;
}
.Btn a img {
  position: absolute;
  width: 80px;
  height: 85px;
  bottom: -8px;
  left: -8px;
}

#cv_btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s;
}

header {
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
header .logo img {
  width: 140px;
}

.FV {
  text-align: center;
  background-image: url(../img/fv_bg.svg);
  background-size: cover;
  padding-top: 108px;
}
.FV .catchcopy {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 16px;
}
.FV .catchcopy h1 {
  font-size: 31px;
  line-height: 130%;
  margin-bottom: 6px;
}
.FV .catchcopy h1 span {
  font-weight: 900;
  color: #0070BD;
}
.FV .catchcopy h1 small {
  font-size: 26px;
}
.FV .catchcopy img {
  margin: 0 auto 8px auto;
}
.FV .catchcopy > span {
  font-weight: 600;
  border-radius: 100px;
  background: var(--V-yellow, #FFFF54);
  padding: 0 8px;
  line-height: 100%;
}

h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  color: var(--V-blue, #0070BD);
  text-align: center;
  border-top: 1px solid #6FAAD2;
  border-bottom: 1px solid #6FAAD2;
  background: var(--bright-blue, #E5F0F8);
  line-height: 100%;
  padding: 16px 0;
}

.manga-wrap {
  padding: 40px 20px;
  width: 100%;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.manga-wrap li {
  width: calc((100% - 16px) / 2);
  text-align: center;
  font-size: 14px;
  line-height: 160%;
}
.manga-wrap li:nth-child(1), .manga-wrap li:nth-child(2) {
  margin-bottom: 16px;
}
.manga-wrap li img {
  margin-bottom: 8px;
}

.feature-wrap {
  padding: 30px 40px;
  background: var(--V-pink, #FDEEED);
}
.feature-wrap .feaItem:not(:last-child) {
  margin-bottom: 20px;
}
.feature-wrap span {
  margin: 0 auto;
  display: flex;
  align-items: self-end;
  padding-bottom: 6px;
  justify-content: center;
  width: 85px;
  height: 50px;
  font-weight: bold;
  font-size: 24px;
  color: #0070BD;
  letter-spacing: 1.2px;
  background-image: url(../img/Point_number.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.feature-wrap h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 130%;
  padding: 14px;
}
.feature-wrap img {
  margin-bottom: 16px;
}

.imagezone {
  padding: 30px 0 0 0;
  text-align: center;
}
.imagezone .Btn {
  padding: 24px 24px 0 24px;
}
.imagezone > span {
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  position: relative;
  display: inline-block;
}
.imagezone > span::before, .imagezone > span::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  position: absolute;
  bottom: 34%;
  background: #000;
}
.imagezone > span::before {
  left: -32px;
  transform: rotate(-120deg);
}
.imagezone > span::after {
  right: -32px;
  transform: rotate(120deg);
}
.imagezone > img {
  padding: 8px 20px 10px 20px;
}
.imagezone p {
  line-height: 150%;
}
.imagezone .card_content {
  color: #fff;
}
.imagezone .card_content > img {
  width: 100%;
}
.imagezone .card_content .card-inner {
  background: #0070BD;
  padding: 8px 0 26px 0;
}
.imagezone .card_content .card-inner span {
  font-weight: bold;
  font-size: 20px;
}
.imagezone .card_content .card-inner div {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
}
.imagezone .card_content .card-inner div img {
  width: 120px;
  box-shadow: 0 4px 25px 0 rgba(72, 102, 123, 0.4);
  border-radius: 2px;
}

.flow-wrap {
  padding: 30px 20px;
}
.flow-wrap .arrow {
  width: 100%;
}
.flow-wrap .arrow img {
  margin: 0 auto;
}
.flow-wrap .flowItem {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border-top: 2px solid var(--bright-blue, #E5F0F8);
  border-bottom: 2px solid var(--bright-blue, #E5F0F8);
  background: #FFF;
  padding: 10px;
  gap: 10px;
}
.flow-wrap .flowItem img {
  width: 100px;
}
.flow-wrap .flowItem span {
  display: block;
  color: #0070BD;
  border-radius: 100px;
  background: var(--bright-blue, #E5F0F8);
  padding: 4px 8px;
  line-height: 100%;
  width: max-content;
  font-size: 10px;
  font-weight: bold;
}

.ctaSection {
  background: linear-gradient(180deg, #FFF 0%, var(--V-pink, #FDEEED) 100%);
  padding: 24px;
}
.ctaSection span {
  line-height: 150%;
  letter-spacing: 6.72px;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 8px;
}

.compare-wrap {
  padding: 30px 20px;
}

.faq-wrap {
  padding: 30px 20px;
}
.faq-wrap .accord {
  text-align: left;
  width: 100%;
  margin-bottom: 16px;
}
.faq-wrap .accord dt {
  border-radius: 8px;
  background: #E5F0F8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  font-weight: bold;
  gap: 8px;
  padding: 10px 24px;
}
.faq-wrap .accord dt p {
  display: flex;
  gap: 8px;
}
.faq-wrap .accord dt.active > img {
  content: url(../img/openarrow.svg);
}
.faq-wrap .accord dd {
  padding: 16px 20px;
}
.faq-wrap .accord dd p:not(:first-child) {
  margin-top: 24px;
}
.faq-wrap .accord dd a {
  text-decoration: underline;
  color: #0070BD;
}

footer {
  background: #E5F0F8;
  padding: 20px;
  text-align: center;
  margin-top: 60px;
}
footer address {
  font-size: 12px;
  font-style: normal;
}

.leftArea {
  z-index: 3;
  width: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rightArea {
  z-index: 10;
  width: 750px;
  flex: 0 0 auto;
  margin-left: min(4vw, 60px);
  position: sticky;
  top: 0;
  height: 100vh;
}
.rightArea::after {
  content: "";
  width: 379px;
  height: 456px;
  background-image: url(../img/pc_hero.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 450px;
  bottom: 224px;
}
.rightArea .right-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: 0;
  margin: 0;
}
.rightArea .right-inner .logo img {
  width: 295px;
}
.rightArea .download {
  color: #fff;
  background-color: #0070BD;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-top: 66px;
  padding: 34px 34px 0 28px;
  justify-content: center;
}
.rightArea .download img {
  min-width: 152px;
  max-width: 152px;
  margin: 0 auto;
}
.rightArea .download .left {
  text-align: center;
}
.rightArea .download .left p {
  font-size: 20px;
  margin-bottom: 12px;
}
.rightArea .download .right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rightArea span {
  font-size: 10px;
  color: #5C5C5C;
  line-height: 150%;
  margin-top: 8px;
}

@media screen and (max-width: 1260px) {
  .leftArea, .rightArea {
    width: calc((100% - 400px) / 2);
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .leftArea {
    display: none;
  }
  .spArea {
    width: 100%;
    max-width: none;
  }
  .spArea .fixbtn {
    max-width: none;
  }
}