@charset "UTF-8";
body {
  margin: 0;
  font-family: "Avenir", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #333;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: 700;
}

img {
  max-width: 100%;
}

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

.maru-font {
  font-family: "Hiragino Maru Gothic Std", sans-serif;
}

.bg-pink {
  background: #FFF5F5 !important;
}

small {
  color: #747474;
  font-size: 12px;
  line-height: 140%;
  text-align: left;
  display: inline-block;
  font-weight: 400;
}

.title {
  font-size: 28px;
  text-align: center;
  color: #DE1725;
  line-height: 100%;
  margin-bottom: 32px;
}
.title span {
  padding: 8px 24px;
  border-radius: 24px;
  background: #FFE100;
  display: block;
  color: #0A3957;
  font-size: 18px;
  line-height: 100%;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 14px;
  position: relative;
}
.title span:after {
  content: "";
  border: 6px solid transparent;
  border-top: 7px solid #FFE100;
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
}
.title strong {
  font-size: 140%;
  font-weight: 600;
}

h3 {
  padding-top: 16px;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  border-radius: 8px;
  border-top: 2px solid #FFE100;
  margin-bottom: 24px;
}
h3 span {
  color: #DE1725;
  font-size: 16px;
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
}
h3 strong {
  font-size: 32px;
  font-weight: 500;
}
h3 p {
  color: #DE1725;
  display: inline;
}

.bg-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  /* 画像の設定 */
  background-color: #000;
  background-image: url(../img/bg-bk.svg);
  background-size: cover;
  background-position: center bottom;
}

.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 {
  border-left: solid 0.5px #fff;
  border-right: solid 0.5px #fff;
  position: relative;
  z-index: 99;
  background: #fff;
  width: 100%;
  max-width: 390px;
  height: auto;
  overflow: visible;
}
.spArea .mainWrap {
  background-color: #fff;
}

.wrap {
  padding: 40px 20px;
}

.fixbtn {
  position: fixed;
  bottom: 0;
  z-index: 9;
  max-width: 390px;
  padding: 12px 20px;
  background: linear-gradient(96deg, #FFE100 -3.49%, #FFF 50.95%, #FFE100 105.39%);
  transition: 0.5s;
}

.Btn {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.Btn span {
  display: block;
  font-size: 10px;
  line-height: 100%;
  margin-top: 6px;
  letter-spacing: 1px;
  color: #747474;
}
.Btn a {
  display: block;
  color: #fff;
  background-color: #005EAE;
  font-weight: 700;
  text-align: center;
  padding: 16px;
  font-size: 18px;
  line-height: 100%;
  border-radius: 60px;
  position: relative;
  letter-spacing: 2.88px;
}
.Btn a img {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

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

header {
  background-color: #fff;
  padding: 16px;
}
header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
header .logo img {
  width: 212px;
}

.FV {
  background: #DE1725;
  padding-top: 32px;
}
.FV .catchcopy img {
  margin: 0 auto;
}
.FV .top-section {
  display: flex;
  padding-top: 20px;
  justify-content: center;
}
.FV .top-section > img {
  width: 158px;
  transform: translateX(-32px);
  z-index: 0;
}
.FV .top-section .card-section {
  color: #fff;
}
.FV .top-section .card-section img {
  width: 156px;
  transform: translateX(16px);
}
.FV .top-section .card-section .textwrap {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  position: relative;
  margin-left: -15px;
  margin-bottom: 20px;
}
.FV .top-section .card-section .textwrap::before, .FV .top-section .card-section .textwrap::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffe045;
  position: absolute;
  left: -28px;
}
.FV .top-section .card-section .textwrap::before {
  top: 0px;
  transform: rotate(-34deg);
}
.FV .top-section .card-section .textwrap::after {
  bottom: 0px;
  transform: rotate(34deg);
}
.FV .sub-catch {
  margin-top: -20px;
  padding-bottom: 40px;
  z-index: 1;
  position: relative;
}
.FV .sub-catch img {
  margin: 0 auto;
}

.merit .meritList .meritItem {
  margin-bottom: 40px;
  border-radius: 12px;
  background: #FFF5F5;
  box-shadow: 0 4px 6px -1px rgba(132, 18, 18, 0.08);
  padding: 24px;
}
.merit .meritList .meritItem .meritpoint {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.merit .meritList .meritItem .meritpoint span {
  font-size: 140%;
}
.merit .meritList .meritItem .meritpoint img {
  width: 36px;
  height: 36px;
}
.merit .meritList .meritItem .meritpoint p {
  font-size: 22px;
  font-weight: 700;
}
.merit .meritList .meritItem p {
  font-size: 16px;
  font-weight: 400;
}
.merit .meritList .meritItem small {
  margin-top: 8px;
}

.point .hero-section {
  border-radius: 40px;
  background: #FFE100;
  text-align: center;
  padding: 20px 0 16px 0;
  position: relative;
  max-width: 330px;
  margin: 0 auto;
}
.point .hero-section .hero-catch {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 150%;
}
.point .hero-section p {
  display: inline-block;
}
.point .hero-section .hero-card {
  width: 193px;
  margin: 0 auto;
}
.point .hero-section::after {
  content: "";
  display: block;
  width: 207px;
  height: 34px;
  background-image: url(../img/bg-tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.point .maru_text {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: #FFE100;
  color: #DE1725;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  margin: 40px auto 12px auto;
}
.point p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -8px;
}
.point p span {
  font-size: 32px;
  font-weight: 500;
  margin-left: 4px;
}
.point p.small {
  font-size: 14px;
  line-height: 120%;
  margin-top: 12px;
  font-weight: 500;
}
.point .pointList {
  padding-top: 16px;
}
.point .pointList > img {
  width: 20px;
  margin: 0 auto;
}
.point .pointList > *:not(:last-child) {
  margin-bottom: 16px;
}
.point .pointList .TotalBox {
  border-radius: 12px;
  background: #FFF;
  text-align: center;
}
.point .pointList .TotalBox .smalltitle {
  padding: 8px;
  background: #DE1725;
  color: #fff;
  font-size: 22px;
  border-radius: 12px 12px 0 0;
}
.point .pointList .TotalBox .smalltitle span {
  font-size: 28px;
}
.point .pointList .TotalBox strong {
  font-size: 24px;
  display: block;
  color: #DE1725;
  margin-bottom: 8px;
}
.point .pointBox {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 24px 16px;
  text-align: center;
  position: relative;
}
.point .pointBox > span {
  font-weight: 700;
  background-image: linear-gradient(0deg, transparent 0.05em, #ffe100 0.05em, #ffe100 0.3em, transparent 0.3em);
  display: inline;
  font-size: 20px;
}
.point .pointBox .point-inner {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: left;
}
.point .pointBox .point-inner.yoko-inner {
  flex-direction: row;
}
.point .pointBox .point-inner.yoko-inner img {
  width: 150px;
}
.point .pointBox .point-inner > strong {
  font-size: 28px;
  color: #DE1725;
  background: #FFE100;
  line-height: 1;
  font-weight: 500;
  border-radius: 32px;
  padding: 4px 16px;
  margin-bottom: -6px;
}
.point .pointBox .point-inner .point_circle {
  width: 42px;
  height: 42px;
  float: left;
}
.point .pointBox .point-inner img {
  width: 238px;
}
.point .pointBox .point-inner .point-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.point .pointBox small {
  margin-top: 16px;
}
.point .point-text {
  margin: 40px 24px 0 24px;
  text-align: center;
  line-height: 120%;
}
.point .point-text p {
  font-size: 16px;
  font-weight: 500;
}
.point .point-text .smalltext {
  font-size: 12px;
}
.point .point-text span {
  color: #DE1725;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
  display: inline-block;
}

.app {
  background: #DE1725;
  padding: 24px 0 40px 0;
}
.app .app-img {
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.app .app-img p {
  position: relative;
}
.app .app-img p::before {
  content: "";
  display: block;
  width: 244%;
  height: 37px;
  background-image: url(../img/bg-line.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.app .app-img p span {
  font-size: 18px;
  color: #FFE100;
}
.app .app-img img {
  margin: 0 auto;
  width: 117px;
  margin-top: 12px;
}
.app .app-wrap {
  padding: 0 20px;
}
.app .app-inner {
  border-radius: 12px;
  background: #FFF;
  padding: 24px 16px 32px 16px;
}
.app .app-inner:not(:last-child) {
  margin-bottom: 16px;
}
.app .app-inner ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
}
.app .app-inner ul li {
  width: calc((100% - 24px - 8px - 8px) / 2);
  border-radius: 4px;
  text-align: center;
  line-height: 120%;
  padding: 6px;
}
.app .app-inner ul li:nth-child(1), .app .app-inner ul li:nth-child(3) {
  background: #FFE100;
}
.app .app-inner ul li:nth-child(2) {
  width: 24px;
  padding: 0;
}
.app .app-inner ul li:nth-child(2) img {
  width: 24px;
}
.app .app-inner ul li span {
  display: block;
}
.app .app-inner h2 {
  font-weight: 700;
  text-align: center;
  color: #DE1725;
  font-size: 20px;
  margin: 24px auto 0 auto;
}
.app .app-inner h2 span {
  font-size: 32px;
}
.app .app-inner .download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: 24px;
}
.app .app-inner .download > img {
  width: 60px;
  height: 60px;
}
.app .app-inner .download .btn-img {
  height: 40px;
}

.info table {
  border-collapse: collapse;
}
.info table tr {
  vertical-align: top;
  text-align: left;
}
.info table tr:nth-child(odd) {
  background: #FFF5F5;
}
.info table tr th {
  width: 86px;
  margin-right: 32px;
  padding: 16px 0 16px 16px;
  display: inline-block;
  line-height: 130%;
  font-size: 14px;
  font-weight: 700;
}
.info table tr td {
  padding: 16px 16px 16px 0;
  line-height: 140%;
  font-size: 12px;
  font-weight: 400;
}
.info table tr td a {
  color: #333;
  text-decoration: underline;
}
.info table tr td small {
  color: #6A6A6A;
  font-size: 12px;
}
.info table tr td img {
  width: 70px;
}

footer {
  background: #DE1725;
  text-align: center;
  color: #fff;
}
footer .footerInner p {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}
footer .footerInner > span {
  margin-top: 16px;
  margin-bottom: 8px;
  display: block;
  font-weight: bold;
}
footer .Btn span {
  color: #fff;
  margin-top: 8px;
  font-size: 10px;
}
footer .adress-wrap {
  background: #FFF;
  color: #333;
  font-size: 12px;
  padding: 16px;
}
footer .adress-wrap a {
  text-decoration: underline;
  display: block;
}
footer .adress-wrap address {
  font-size: 12px;
  font-style: normal;
  margin-top: 16px;
  line-height: 120%;
}

.leftArea, .rightArea {
  z-index: 10;
  width: calc((100% - 390px) / 2);
  flex: 0 0 auto;
  position: sticky;
  top: 0;
  height: 100vh;
}
.leftArea .left-inner, .leftArea .right-inner, .rightArea .left-inner, .rightArea .right-inner {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.leftArea .left-inner, .rightArea .left-inner {
  width: 376px;
  height: 146px;
  background-image: url(../img/catchcopy.svg);
}
.leftArea .right-inner, .rightArea .right-inner {
  width: 338px;
  height: 354px;
  background-image: url(../img/69770_rightimage.webp);
}

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