/* _variable.scss */
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* _mixin.scss */
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  color: #000;
  font-size: 1rem;
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem !important;
  }
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

div,
p,
a {
  line-height: 1.4;
}

a {
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

body {
  min-width: 100%;
  width: 100%;
  line-height: 1;
}

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.6rem;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  width: auto;
  height: auto;
}

a {
  color: #1e1e1e;
  text-decoration: none;
}

p,
dt, dd,
li {
  line-height: 1.5;
}

select {
  outline: none;
}

.modaal-container {
  border-radius: 17px;
  max-width: 726px !important;
  padding: 12px 20px;
  position: relative;
}

.modaal-close {
  border: 2px solid #D4D4D4 !important;
  border-radius: 50px;
  color: #000;
  height: 39px;
  left: 50%;
  margin: auto;
  position: relative;
  right: 0;
  top: 0;
  transform: translateX(-50%);
  width: 160px;
}
.modaal-close::before, .modaal-close::after {
  content: none;
}

.modaal-container > .modaal-close {
  display: none;
}

.modaal-content-container {
  padding: 0;
}

img {
  max-width: 100%;
}

.taCenter {
  text-align: center;
}

.l-inr {
  margin: auto;
  max-width: 1440px;
  width: 100%;
  position: relative;
}

body::after {
  background: linear-gradient(to bottom, #FFFFFF 0%, #9FD6F5 100%);
  background-position: bottom;
  background-repeat: no-repeat;
  content: "";
  height: 90%;
  width: 100vw;
  position: fixed;
  bottom: 0;
  z-index: -1;
}

.l-bg {
  background: url(../img/bg_mv_decoration.webp) no-repeat;
  background-size: contain;
  height: 100vh;
  max-width: 1440px;
  position: fixed;
  width: 100vw;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-bg {
    background: none;
  }
}
.l-bg::before {
  background: url(../img/bg_girl_02.webp) no-repeat;
  background-size: contain;
  content: "";
  height: 530.5px;
  position: absolute;
  right: calc(50% - 122px);
  top: 89px;
  width: 320.5px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .l-bg::before {
    background: none;
  }
}
.l-bg::after {
  background: url(../img/bg_girl_01.webp) no-repeat;
  background-size: contain;
  content: "";
  height: 547px;
  width: 285.5px;
  position: absolute;
  top: 76px;
  right: calc(50% - 751px);
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .l-bg::after {
    background: none;
  }
}
.l-bg__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 141px;
  right: calc(50% - 536px);
  z-index: 11;
}
@media screen and (max-width: 1200px) {
  .l-bg__content {
    display: none;
  }
}
.l-bg__logo {
  margin-bottom: 21px;
}
.l-bg__logo img {
  max-width: 295px;
}
.l-bg__cpDate {
  font-weight: bold;
  margin-bottom: 19px;
  position: relative;
}
.l-bg__cpDate::before {
  background: #000;
  content: "";
  height: 65%;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-35deg);
  width: 1px;
}
.l-bg__cpDate::after {
  background: #000;
  content: "";
  height: 65%;
  right: -5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(35deg);
  width: 1px;
}
.l-bg__cpDate span {
  font-size: 2rem;
  font-weight: bold;
}
.l-bg__cpTxt {
  background: #FFFF54;
  border-radius: 50px;
  font-weight: 500;
  left: 50%;
  padding: 1.5px 11.5px;
  position: absolute;
  top: -15px;
  transform: translateX(-50%);
  width: max-content;
}
.l-bg__cpTxt span {
  font-weight: bold;
}
.l-bg__cpTxt em {
  font-style: normal;
  font-size: 2rem;
}
.l-bg__download {
  background: #0070BD;
  border-radius: 8px;
  display: flex;
  margin-bottom: 8px;
  padding: 39px 27px 0;
  position: relative;
}
.l-bg__download-txtImg {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 36px;
}
.l-bg__download-txtImg p {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.l-bg__download-txtImg img {
  max-width: 152px;
}
.l-bg__download-qr {
  max-width: 152px;
}
.l-bg__note {
  color: #5C5C5C;
  font-size: 1rem;
  text-align: center;
}

.c-inr__01 {
  padding: 0 19px 0;
  position: relative;
  z-index: 10;
}
.c-inr__02 {
  padding: 0 12px;
  position: relative;
  z-index: 10;
}

.c-notes {
  color: #5c5c5c;
  font-size: 1rem;
}

.c-ttl__02 {
  color: #0070BD;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: center;
}
.c-ttl__02 em {
  font-size: 3.2rem;
  font-style: normal;
}
.c-ttl__02 span {
  font-size: 2.2rem;
}

.c-btn__01 {
  background: #f54d57;
  border-bottom: 4px solid #d04850;
  border-radius: 36px;
  margin: auto;
  max-width: 274px;
  width: 100%;
}
.c-btn__01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f54d57;
  border: 2px solid #f54d57;
  border-radius: 36px;
  color: #fff;
  cursor: pointer;
  font-family: "TBUDRGothic H", sans-serif;
  font-size: 18px;
  height: 50px;
  width: 100%;
  position: relative;
  transition: 0.1s;
  transform: rotate(0.05deg);
}
.c-btn__01 a::before {
  background: url(../img/icon_arw_01_white.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 19px;
  width: 19px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.c-btn__01 a:hover {
  background: #fff;
  color: #f54d57;
}
.c-btn__01 a:hover::before {
  background: url(../img/icon_arw_01_red.svg) no-repeat;
  background-size: contain;
}

.c-dotList__item {
  padding-left: 1em;
  position: relative;
}
.c-dotList__item::before {
  background: #000;
  border-radius: 50px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 5px;
}

.l-main {
  box-shadow: 0px 0px 15px 0px rgba(58, 96, 139, 0.4);
  margin: 0 0 0 147px;
  max-width: 375px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-main {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    margin: 0;
    max-width: 767px;
  }
}

.p-ctaBtn {
  bottom: 0;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-ctaBtn {
    left: initial;
    transform: initial;
    width: 375px;
  }
}
.p-ctaBtn__inr {
  padding: 8px 0 11px;
}
.p-ctaBtn__txt {
  font-size: 1.2rem;
  font-weight: 500;
  justify-self: center;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}
.p-ctaBtn__txt::before, .p-ctaBtn__txt::after {
  background: #000;
  content: "";
  height: 60%;
  position: absolute;
  top: 50%;
  width: 1px;
}
.p-ctaBtn__txt::before {
  left: -10px;
  transform: translateY(-41%) rotate(-30deg);
}
.p-ctaBtn__txt::after {
  right: -10px;
  transform: translateY(-41%) rotate(30deg);
}
@media screen and (max-width: 767px) {
  .p-ctaBtn__txt {
    font-size: clamp(1.2rem, 3.27vw, 2.45rem);
  }
}
.p-ctaBtn__txt span {
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-ctaBtn__txt span {
    font-size: clamp(1.2rem, 3.27vw, 2.45rem);
  }
}
.p-ctaBtn__txt em {
  font-size: 1.6rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-ctaBtn__txt em {
    font-size: calc(16px + (100vw - 375px) * 0.04267);
  }
}
.p-ctaBtn a {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  max-width: 343px;
}
@media screen and (max-width: 767px) {
  .p-ctaBtn a {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: calc(100% - 32px);
  }
}
.p-ctaBtn.is-active {
  opacity: 1;
  visibility: visible;
}
.p-ctaBtn.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-ctaBtn {
    max-width: 100%;
  }
}

.p-index-mainVisual {
  position: relative;
}
.p-index-mainVisual__bg {
  padding-top: 24px;
}
.p-index-mainVisual__logo {
  left: 16px;
  position: absolute;
  top: 16px;
}
.p-index-mainVisual__logo img {
  margin: auto;
  max-width: 160px;
}
.p-index-mainVisual__main-copy img {
  max-width: 97%;
}
.p-index-mainVisual__txt-left {
  bottom: 106px;
  left: 16px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-index-mainVisual__txt-left {
    bottom: 105px;
  }
}
.p-index-mainVisual__txt-child {
  margin-bottom: 7px;
}
.p-index-mainVisual__txt-child:nth-of-type(2) {
  margin-bottom: 0;
}
.p-index-mainVisual__txt-child span {
  background-color: #ffff66;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 0.4em;
}
.p-index-mainVisual__txt-right {
  bottom: 209px;
  position: absolute;
  right: 13px;
}
@media screen and (max-width: 767px) {
  .p-index-mainVisual__txt-right {
    bottom: 208px;
  }
}
@media screen and (max-width: 1200px) {
  .p-index-mainVisual__visual--pc {
    display: none;
  }
}
.p-index-mainVisual__visual--sp {
  margin: -17px auto 0;
}
@media screen and (min-width: 1201px) {
  .p-index-mainVisual__visual--sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-index-mainVisual__visual--sp {
    max-width: 309px;
  }
}
@media screen and (max-width: 767px) {
  .p-index-mainVisual__visual--sp {
    width: calc(309px + 309 * (100vw - 375px) / 392);
  }
}
.p-index-mainVisual__ttl {
  position: absolute;
  top: 0;
  left: 0;
}
.p-index-mainVisual__deco {
  position: absolute;
  top: 200px;
  left: 0;
}
.p-index-mainVisual__ctaBtn {
  bottom: -2%;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (min-width: 1201px) {
  .p-index-mainVisual__ctaBtn {
    display: none;
  }
}
.p-index-mainVisual__ctaBtn img {
  margin: auto;
}

.p-index-step {
  background: #E5F0F8;
}
.p-index-step__inr {
  padding-top: 56px;
  padding-bottom: 76px;
}
.p-index-step__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 37px;
}
.p-index-step__heading-ttl--appeal {
  position: relative;
}
.p-index-step__heading-ttl--appeal::after {
  background: url(../img/img_step_ttl_line.svg) no-repeat;
  background-size: contain;
  bottom: -8px;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-index-step__heading-txt {
  background: #FFFF54;
  border-radius: 50px;
  font-size: 1.2rem;
  margin-bottom: 3px;
  max-width: fit-content;
  padding: 4px 16px;
  position: relative;
  text-align: center;
}
.p-index-step__heading-txt::before {
  background: url(../img/icon_ttl_polygon.svg) no-repeat;
  bottom: -11px;
  content: "";
  height: 12px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 14px;
}
.p-index-step__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.p-index-step__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  flex-direction: column;
  margin-right: 2px;
  max-width: 112px;
  padding: 18.5px 16px;
  position: relative;
  width: 100%;
}
.p-index-step__list-item:last-child {
  margin-right: 0;
}
.p-index-step__list-numb {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0070BD;
  border-radius: 50px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  height: 24px;
  left: 50%;
  position: absolute;
  top: -12px;
  transform: translateX(-50%);
  width: 24px;
}
.p-index-step__list-icon {
  margin-bottom: 7px;
}
.p-index-step__list-icon img {
  max-width: 80px;
}
.p-index-step__list-txt {
  font-weight: bold;
}

.p-index-charge {
  background: #E5F0F8;
  padding-bottom: 56px;
}
.p-index-charge__ttl {
  margin-bottom: 47px;
}
.p-index-charge__ttl--appeal {
  position: relative;
}
.p-index-charge__ttl--appeal::after {
  background: url(../img/img_charge_ttl_line.svg) no-repeat;
  background-size: contain;
  bottom: -8px;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-index-charge__list {
  margin-bottom: 32px;
}
.p-index-charge__list-item {
  margin-bottom: 32px;
}
.p-index-charge__list-item:last-child {
  margin-bottom: 0;
}
.p-index-charge__list-icon {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 17px;
  padding: 12px 10px 17px;
}
.p-index-charge__list-icon img {
  max-width: 142px;
  margin: auto;
}
.p-index-charge__list-ttl {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 8px;
}
.p-index-charge__list-ttl span {
  font-size: 1.6rem;
}
.p-index-charge__trigger {
  color: #0F66F2;
  text-align: center;
}
.p-index-charge__trigger a {
  background-image: linear-gradient(90deg, #0F66F2, #0F66F2);
  background-repeat: no-repeat;
  background-position: 0 102%;
  background-size: 100% 1px;
  color: #0F66F2;
  display: inline;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background-size 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.p-index-charge__trigger a:hover {
  background-position: 100% 102%;
  background-size: 0 1px;
}
.p-index-charge__details {
  display: none;
  padding: 12px 20px;
}
.p-index-charge__details-table {
  margin-bottom: 16px;
}

.p-index-scene__inr {
  background: #fff;
  padding-top: 77px;
  padding-bottom: 80px;
}
.p-index-scene__heading {
  margin-bottom: 40px;
}
.p-index-scene__heading-ttl {
  line-height: 1.3;
  margin-bottom: 11px;
}
.p-index-scene__heading-ttl--appeal {
  position: relative;
}
.p-index-scene__heading-ttl--appeal::after {
  background: url(../img/img_scene_ttl_line.svg) no-repeat;
  background-size: contain;
  bottom: -33px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-index-scene__heading-txt {
  text-align: center;
}
.p-index-scene__list {
  padding: 0 16px;
}
.p-index-scene__list-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 44px;
}
.p-index-scene__list-item:last-child {
  margin-bottom: 0;
}
.p-index-scene__list-icon {
  margin: 0 auto 16px;
  max-width: 248px;
}
.p-index-scene__list-ttl span {
  font-weight: bold;
}
.p-index-scene__list-note {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}

.p-index-point {
  background: #E5F0F8;
}
.p-index-point__inr {
  padding: 28px 27px;
}
.p-index-point__ttl {
  margin-bottom: 47px;
}
.p-index-point__ttl--small {
  display: block;
  font-size: 2.2rem !important;
}
.p-index-point__ttl--appeal {
  position: relative;
}
.p-index-point__ttl--appeal::after {
  background: url(../img/img_point_ttl_line.svg) no-repeat;
  background-size: contain;
  bottom: -33px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-index-point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-index-point__list-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2% 50px 0;
  width: 49%;
}
.p-index-point__list-item:nth-child(2n) {
  margin-right: 0;
}
.p-index-point__list-item:nth-child(n+3) {
  margin-bottom: 0;
}
.p-index-point__list-thumb {
  margin-bottom: 8px;
  max-width: 141px;
}
.p-index-point__list-txt {
  font-weight: bold;
  text-align: center;
}

.p-index-faq__inr {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 45px;
}
.p-index-faq__ttl {
  font-size: 2.2rem;
  margin-bottom: 16px;
  text-align: center;
}
.p-index-faq__list-item {
  margin-bottom: 16px;
}
.p-index-faq__list-item:last-child {
  margin-bottom: 0;
}
.p-index-faq__list-item[open] .p-index-faq__list-ttl::after {
  background: url(../img/icon_faq_close.svg) no-repeat;
}
.p-index-faq__list-ttl {
  background: #E5F0F8;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  list-style: none;
  padding: 12.5px 43.5px 12.5px 37.5px;
  position: relative;
}
.p-index-faq__list-ttl::-webkit-details-marker {
  display: none;
}
.p-index-faq__list-ttl::marker {
  content: none;
}
.p-index-faq__list-ttl::before {
  background: url(../img/icon_faq_question.svg) no-repeat;
  content: "";
  height: 18px;
  left: 11.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
}
.p-index-faq__list-ttl::after {
  background: url(../img/icon_faq_open.svg) no-repeat;
  content: "";
  height: 18px;
  position: absolute;
  right: 14.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.p-index-faq__list-content {
  padding-top: 16px;
}
.p-index-faq__list-txt {
  padding: 0 10px;
  line-height: 1.6;
}
.p-index-faq__list-img {
  margin-top: 16px;
}
.p-index-faq__list-link {
  color: #0F66F2;
  text-decoration: underline;
  position: relative;
}
.p-index-faq__list-childList {
  padding: 0 10px;
}
.p-index-faq__list-childList li {
  line-height: 1.6;
}

.js-hideArea {
  display: none;
}

.p-footer {
  background: #F0F0F0;
}
.p-footer__inr {
  padding: 20.5px 19px;
}
.p-footer__copyright {
  text-align: center;
}
.p-footer__copyright small {
  font-size: 1.2rem;
}/*# sourceMappingURL=index.css.map */