:root {
  --baseDeviceWidth: 835;
}

.p-enquete__bar {
  display: flex;
  width: 100%;
  align-items: center;
  height: 28px;
  margin-top: 10px;
}
@media (min-width: 835px) {
  .p-enquete__bar {
    height: 34px;
  }
}

.p-enquete__bar__obj {
  width: 0;
  background: #3fb4ff;
  height: 100%;
  transition: width 1.4s 0.3s ease;
}
.-e1.-reveal .p-enquete__bar__obj {
  width: calc(100% - 80px);
}
.-e2.-reveal .p-enquete__bar__obj {
  width: calc(99% - 80px);
}
.-e3.-reveal .p-enquete__bar__obj {
  width: calc(93% - 80px);
}
.-e4.-reveal .p-enquete__bar__obj {
  width: calc(93% - 80px);
}
.-e5.-reveal .p-enquete__bar__obj {
  width: calc(88% - 80px);
}
.-e6.-reveal .p-enquete__bar__obj {
  width: calc(62% - 80px);
}

.p-enquete__bar__txt {
  font-size: 1.75rem;
  font-weight: 900;
  width: 50px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-top: -2px;
  padding-left: 5px;
}
@media (min-width: 835px) {
  .p-enquete__bar__txt {
    font-size: 2rem;
    margin-top: 0;
    padding-left: 5px;
    width: 60px;
  }
}
.p-enquete__bar__txt .small {
  font-size: 1.25rem;
  margin-left: 2px;
  display: none;
}
@media (min-width: 835px) {
  .p-enquete__bar__txt .small {
    font-size: 1.375rem;
  }
}
.p-enquete__bar__txt .txt1 {
  width: 24px;
  height: 36px;
  background: url(../../assets/img/top/enquete/txt_number.png) no-repeat 0 0/100%;
  transition: background-position 1.4s 0.4s ease;
}
@media (min-width: 835px) {
  .p-enquete__bar__txt .txt1 {
    width: 30px;
    height: 45px;
  }
}
.p-enquete__bar__txt .txt2 {
  position: relative;
  margin-left: -3px;
  width: 24px;
  height: 36px;
  background: url(../../assets/img/top/enquete/txt_number.png) no-repeat 0 0/100%;
  transition: background-position 1.4s 0.6s ease;
}
@media (min-width: 835px) {
  .p-enquete__bar__txt .txt2 {
    margin-left: -5px;
    width: 30px;
    height: 45px;
  }
}
.p-enquete__bar__txt .txt2:after {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(100%, -20%);
  margin-left: 6px;
  content: "";
  background: url(../../assets/img/top/enquete/txt_per.png) no-repeat 0 0/100%;
  width: 18px;
  height: 18px;
}
@media (min-width: 835px) {
  .p-enquete__bar__txt .txt2:after {
    width: 21px;
    height: 21px;
  }
}
.-reveal .p-enquete__bar__txt .-n0 {
  background-position: 0 0%;
}
.-reveal .p-enquete__bar__txt .-n1 {
  background-position: 0 11.111%;
}
.-reveal .p-enquete__bar__txt .-n2 {
  background-position: 0 22.222%;
}
.-reveal .p-enquete__bar__txt .-n3 {
  background-position: 0 33.333%;
}
.-reveal .p-enquete__bar__txt .-n4 {
  background-position: 0 44.444%;
}
.-reveal .p-enquete__bar__txt .-n5 {
  background-position: 0 55.555%;
}
.-reveal .p-enquete__bar__txt .-n6 {
  background-position: 0 66.666%;
}
.-reveal .p-enquete__bar__txt .-n7 {
  background-position: 0 77.777%;
}
.-reveal .p-enquete__bar__txt .-n8 {
  background-position: 0 88.888%;
}
.-reveal .p-enquete__bar__txt .-n9 {
  background-position: 0 100%;
}

.p-enquete__lead {
  position: relative;
  font-size: 1.125rem;
  font-weight: 900;
  color: #16317e;
  margin-left: 24px;
  padding-left: 70px;
}
@media (min-width: 835px) {
  .p-enquete__lead {
    font-size: 1.3125rem;
    text-align: center;
    padding-left: 0;
    margin-left: 0;
  }
}
.p-enquete__lead strong {
  font-weight: 900;
  background: #fff366;
}
.p-enquete__lead:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 56px;
  height: 56px;
  background: url(../../assets/img/top/enquete/ico_question.png) no-repeat 0 0/100%;
}
@media (min-width: 835px) {
  .p-enquete__lead:before {
    position: absolute;
    top: -40px;
    left: calc(50% - 332px);
    width: 68px;
    height: 68px;
  }
}

.p-enquete__inner {
  max-width: 900px;
  margin: 0 auto;
}

.p-enquete__list {
  margin-top: 40px;
}
@media (min-width: 835px) {
  .p-enquete__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

.p-enquete__list__item {
  padding: 20px 24px 24px;
}
@media (min-width: 835px) {
  .p-enquete__list__item {
    width: 50%;
    height: 152px;
    padding: 30px;
  }
}
@media (max-width: 834px) {
  .p-enquete__list__item:nth-child(odd) {
    background: #eef2f2;
  }
}
@media (min-width: 835px) {
  .p-enquete__list__item:nth-child(1), .p-enquete__list__item:nth-child(4), .p-enquete__list__item:nth-child(5) {
    background: #eef2f2;
  }
}

.p-enquete__list__item__ttl {
  display: flex;
  align-items: center;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2941176471;
}
@media (min-width: 835px) {
  .p-enquete__list__item__ttl {
    font-size: 1.1875rem;
  }
}
.p-enquete__list__item__ttl strong {
  font-weight: 700;
  color: #3fb4ff;
}
.p-enquete__list__item__ttl .ico {
  width: 28px;
  height: 24px;
  margin-right: 10px;
  background: url(../../assets/img/top/enquete/ico_thumbsup.svg) no-repeat 0 0/100%;
}
@media (min-width: 835px) {
  .p-enquete__list__item__ttl .ico {
    width: 34px;
    height: 29px;
    margin-right: 15px;
  }
}

.p-enquete__notice {
  margin-right: 24px;
  text-align: right;
}

.p-fact {
  position: relative;
  margin-top: 40px;
  background: #e7eaf3;
  padding: 100px 0 80px;
}
@media (min-width: 835px) {
  .p-fact {
    margin-top: 95px;
    padding: 75px 0 35px;
  }
}
.p-fact:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  background: url(../../assets/img/top/fact/ico_tri.svg) 0 0/auto 100%;
}

.p-fact__inner {
  max-width: 512px;
  margin: 0 auto;
}

.p-fact__ttl {
  position: relative;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  color: #46465a;
}
@media (min-width: 835px) {
  .p-fact__ttl {
    font-size: 1.3125rem;
  }
}
.p-fact__ttl .sub {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 5px));
  font-size: 0.8125rem;
  background: #16317e;
  padding: 4px 16px 5px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
  white-space: nowrap;
}
@media (min-width: 835px) {
  .p-fact__ttl .sub {
    font-size: 0.9375rem;
    border-radius: 13px;
    padding: 4px 30px 6px;
  }
}
.p-fact__ttl .sub:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #16317e transparent transparent transparent;
}
@media (min-width: 835px) {
  .p-fact__ttl .sub:after {
    border-width: 6px 6px 0 6px;
  }
}

.p-fact__list {
  margin: 24px;
  border-top: 2px dashed #fff;
}
@media (min-width: 835px) {
  .p-fact__list {
    margin: 24px 0;
  }
}

.p-fact__list__item a {
  display: flex;
  align-items: center;
  padding: 16px 0 16px 24px;
  transition: background 0.3s 0s ease;
  border-bottom: 2px dashed #fff;
}
.p-fact__list__item a:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.p-fact__list__item .ico {
  width: 145px;
  height: 82px;
}
@media (min-width: 835px) {
  .p-fact__list__item .ico {
    width: 176px;
    height: 99px;
  }
}
.p-fact__list__item .txt {
  width: calc(100% - 145px);
  font-size: 0.8125rem;
  color: #46465a;
  line-height: 1.7692307692;
}
@media (min-width: 835px) {
  .p-fact__list__item .txt {
    width: calc(100% - 176px);
    font-size: 0.9375rem;
  }
}
.p-fact__list__item strong {
  font-weight: 900;
  color: #16317e;
  text-decoration: underline;
}

.p-fact__list__credit {
  font-size: 0.6875rem;
  color: #787878;
  margin-top: 1em;
}
@media (min-width: 835px) {
  .p-fact__list__credit {
    font-size: 0.75rem;
  }
}
.p-fact__list__credit a {
  color: #0066c0;
  text-decoration: underline;
}
.p-fact__list__credit a:hover {
  text-decoration: none;
}

.p-feature__column {
  position: relative;
  margin-top: 50px;
  height: 119.2vw;
  background: url(../../assets/img/top/feature/ph_columnbg.svg) no-repeat 0 0/100%;
  color: #fff;
  padding-top: 16vw;
}
@media (min-width: 835px) {
  .p-feature__column {
    background: #3fb4ff;
    padding: 66px 0 45px;
    height: auto;
  }
}
@media (min-width: 835px) {
  .p-feature__column:after {
    position: absolute;
    top: 0;
    left: 50.75%;
    transform: translate(-50%, 0);
    content: "";
    width: 302px;
    height: 39px;
    background: url(../../assets/img/top/feature/ph_columnbg_wide.svg) no-repeat 0 0/100%;
  }
}

.p-feature__column__lead {
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.84375rem;
  font-weight: 700;
  background: url(../../assets/img/top/feature/ph_fukidashi.svg) no-repeat 50% 0/auto 100%;
}
@media (min-width: 835px) {
  .p-feature__column__lead {
    height: 22px;
    font-size: 1.0625rem;
  }
}

.p-feature__column__ttl {
  font-weight: 900;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 36px;
  margin: 15px 24px 0;
}
@media (min-width: 835px) {
  .p-feature__column__ttl {
    max-width: 392px;
    margin: 15px auto 24px;
    font-size: 1.25rem;
    line-height: 44px;
  }
}
.p-feature__column__ttl .row {
  display: block;
  border-top: 1px solid #79caff;
}
.p-feature__column__ttl .row:last-child {
  font-size: 1.5625rem;
  border-bottom: 1px solid #79caff;
}
@media (min-width: 835px) {
  .p-feature__column__ttl .row:last-child {
    font-size: 1.875rem;
  }
}
.p-feature__column__ttl strong {
  color: #ffeb00;
  font-weight: 900;
}

.p-feature__column__booklist {
  display: flex;
  margin: 20px 0 -10px;
}
@media (min-width: 835px) {
  .p-feature__column__booklist {
    margin: 0;
  }
}

.p-feature__column__booklist__item {
  width: 25vw;
  margin: 4px;
  text-align: center;
}
@media (min-width: 835px) {
  .p-feature__column__booklist__item {
    width: 22vw;
    margin: 4px;
    text-align: center;
  }
} 
@media (min-width: 835px) {
  .p-feature__column__booklist__item {
    width: auto;
    margin: 6px;
  }
}
.p-feature__column__booklist__item .thumb .img-inner {
  background: no-repeat center center/cover;
  display: block;
}
.p-feature__column__booklist__item .thumb .img-inner::before {
  content: "";
  display: block;
}
.p-feature__column__booklist__item .thumb img {
  width: auto;
  height: 31.2vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 835px) {
  .p-feature__column__booklist__item .thumb img {
    height: 100%;
    max-width: initial;
  }
}
@media (min-width: 835px) {
  .p-feature__column__booklist__item .thumb {
    height: 200px;
  }
}
.p-feature__column__booklist__item .ttl {
  text-align: center;
  color: #d9f0ff;
  font-size: 0.625rem;
  font-weight: 500;
  margin-top: 5px;
}
@media (min-width: 835px) {
  .p-feature__column__booklist__item .ttl {
    font-size: 0.75rem;
  }
}

a.p-feature__column__morebtn {
  color: #fff;
}

.loopslider {
  position: relative;
  overflow: hidden;
  height: 51.6vw;
}
@media (min-width: 835px) {
  .loopslider {
    height: 300px;
  }
}

.loopslider_wrap {
  display: flex;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 51.6vw;
}
@media (min-width: 835px) {
  .loopslider_wrap {
    height: 300px;
  }
}

.p-feature {
  margin-top: 25px;
}

.p-feature__list {
  position: relative;
}
@media (min-width: 835px) {
  .p-feature__list {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: -25px;
  }
}

.p-feature__list__item {
  position: relative;
  margin-top: 65px;
}
@media (min-width: 835px) {
  .p-feature__list__item {
    width: 440px;
    height: 440px;
    padding-top: 84px;
    margin-top: 0;
    order: 1;
  }
}
.p-feature__list__item:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 87.2vw;
  height: 87.2vw;
  background: #fff8dc;
  z-index: -1;
  border-radius: 50%;
}
@media (min-width: 835px) {
  .p-feature__list__item:before {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 835px) {
  .p-feature__list__item:nth-child(2) {
    order: 3;
  }
}
@media (min-width: 835px) {
  .p-feature__list__item:nth-child(3) {
    margin: 276px -135px 32px;
    padding-top: 74px;
    order: 2;
  }
}

.p-feature__list__item__ttl {
  position: relative;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  color: #46465a;
}
@media (min-width: 835px) {
  .p-feature__list__item__ttl {
    font-size: 1.25rem;
  }
}
.p-feature__list__item__ttl .sub {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 5px));
  font-size: 0.8125rem;
  background: #16317e;
  padding: 4px 16px 5px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
  white-space: nowrap;
}
@media (min-width: 835px) {
  .p-feature__list__item__ttl .sub {
    font-size: 0.9375rem;
    border-radius: 12px;
    padding: 4px 16px 6px;
  }
}
.p-feature__list__item__ttl .sub:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #16317e transparent transparent transparent;
}
@media (min-width: 835px) {
  .p-feature__list__item__ttl .sub:after {
    border-width: 6px 6px 0 6px;
  }
}

.p-feature__list__item__txt {
  font-size: 0.8125rem;
  margin: 10px 24px 0;
  color: #46465a;
}
@media (min-width: 835px) {
  .p-feature__list__item__txt {
    margin: 5px 40px 0;
    font-size: 0.9375rem;
  }
}

.p-feature__list__item__ph {
  width: 64vw;
  margin: 0 auto;
}
@media (min-width: 835px) {
  .p-feature__list__item__ph {
    margin: -2px auto 0;
    width: 256px;
  }
}

.p-feature__summary {
  color: #16317e;
  margin-top: 30px;
}

.p-feature__summary__lead {
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  background: url(../../assets/img/top/feature/ph_fukidashi_b.svg) no-repeat 50% 0/auto 100%;
}
@media (min-width: 835px) {
  .p-feature__summary__lead {
    height: 25px;
    font-size: 1.25rem;
  }
}

.p-feature__summary__ttl {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.2727272727;
  margin-top: 7px;
}
@media (min-width: 835px) {
  .p-feature__summary__ttl {
    font-size: 1.875rem;
  }
}

.p-feature__summary__bnr {
  height: 84px;
  margin-top: 20px;
}
@media (min-width: 835px) {
  .p-feature__summary__bnr {
    height: 100px;
  }
}

.p-feature__submmary__bnrlist {
  display: flex;
}

.p-feature__submmary__bnrlist__item {
  width: 250px;
  margin: 0 5px;
}
@media (min-width: 835px) {
  .p-feature__submmary__bnrlist__item {
    width: 300px;
  }
}

.p-mainvisual__nav {
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
  background: #16317e;
  width: calc(100% - 20px);
  height: 70px;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  z-index: 99997;
  transition: opacity 0.3s 0s ease, visibility 0.3s 0s ease;
}
@media (min-width: 835px) {
  .p-mainvisual__nav {
    position: fixed;
    left: 50%;
    bottom: 28px;
    max-width: 944px;
    border-radius: 10px;
    height: auto;
  }
}
.p-mainvisual__nav.-close {
  display: none;
}
.p-mainvisual__nav.-kozalink {
  display: none;
}
.p-mainvisual__nav.-kozalink.-v1 {
  display: block;
}
@media (min-width: 835px) {
  .p-mainvisual__nav.-kozalink {
    max-width: 688px;
  }
}
.p-mainvisual__nav.-hide {
  visibility: hidden;
  opacity: 0;
}
.-mvnav_hidden .p-mainvisual__nav {
  opacity: 0;
  visibility: hidden;
}

.p-mainvisual__nav__inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  height: 100%;
  padding: 5px 0;
}
@media (min-width: 835px) {
  .p-mainvisual__nav__inner {
    padding: 10px 0;
  }
}
.-kozalink .p-mainvisual__nav__inner {
  padding: 14px 0;
}
@media (min-width: 835px) {
  .-kozalink .p-mainvisual__nav__inner {
    padding: 12px 0;
  }
}

.p-mainvisual__nav__row {
  display: flex;
}

a.p-mainvisual__nav__item {
  display: block;
  width: 25%;
  height: 100%;
  border-left: 1px solid #455a98;
  position: relative;
}
a.p-mainvisual__nav__item:hover {
  text-decoration: none;
}
@media (min-width: 835px) {
  a.p-mainvisual__nav__item {
    height: 50px;
  }
}
a.p-mainvisual__nav__item .ico {
  display: block;
  height: 32px;
  margin-bottom: 2px;
}
@media (min-width: 835px) {
  a.p-mainvisual__nav__item .ico {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100px;
    height: 48px;
  }
}
@media (max-width: 834px) {
  a.p-mainvisual__nav__item.-witch {
    border-left: none;
  }
}
a.p-mainvisual__nav__item.-witch .ico {
  background: url(../../assets/img/top/mainvisual/nav/ico_witch.png) no-repeat 50% 50%/auto 100%;
}
a.p-mainvisual__nav__item.-earth .ico {
  background: url(../../assets/img/top/mainvisual/nav/ico_earth.png) no-repeat 50% 50%/auto 95%;
}
a.p-mainvisual__nav__item.-taiken .ico {
  background: url(../../assets/img/top/mainvisual/nav/ico_taiken.png) no-repeat 50% 50%/auto 80%;
}
a.p-mainvisual__nav__item.-login .ico {
  background: url(../../assets/img/top/mainvisual/nav/ico_login.png) no-repeat 50% 50%/auto 80%;
}
@media (min-width: 835px) {
  a.p-mainvisual__nav__item.-login .ico {
    background-size: auto 70%;
  }
}
@media (min-width: 835px) {
  a.p-mainvisual__nav__item.-login {
    border-right: 1px solid #455a98;
  }
}
a.p-mainvisual__nav__item .sub {
  display: block;
  font-size: 0.625rem;
  transform: scale(0.9);
  color: #8a98be;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 835px) {
  a.p-mainvisual__nav__item .sub {
    text-align: left;
    padding-left: 90px;
    transform: scale(1);
    padding-top: 10px;
    font-size: 0.75rem;
  }
}
a.p-mainvisual__nav__item .sub.-ext {
  transform: translate(-5%, 0) scale(0.75, 0.9);
}
@media (min-width: 835px) {
  a.p-mainvisual__nav__item .sub.-ext {
    transform: scale(1);
  }
}
a.p-mainvisual__nav__item .main {
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 835px) {
  a.p-mainvisual__nav__item .main {
    text-align: left;
    padding-left: 90px;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.p-mainvisual__nav__catch {
  font-size: 0.75rem;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1em;
}
@media (min-width: 835px) {
  .p-mainvisual__nav__catch {
    font-size: 1.125rem;
  }
}
.p-mainvisual__nav__catch .zemilogo {
  position: relative;
  display: block;
  width: 55px;
  margin-left: 8px;
}
@media (min-width: 835px) {
  .p-mainvisual__nav__catch .zemilogo {
    top: 1px;
    width: 75px;
  }
}

.p-mainvisual__nav__link {
  display: flex;
  margin: 8px 10px 0;
  justify-content: center;
}
@media (min-width: 835px) {
  .p-mainvisual__nav__link {
    align-items: center;
  }
}

.p-mainvisual__nav__link__item {
  font-size: 0.75rem;
  width: calc(33% - 6px);
  background: #ffeb00;
  text-align: center;
  margin: 0 3px;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 835px) {
  .p-mainvisual__nav__link__item {
    width: calc(33% - 12px);
    margin: 0 6px;
    max-width: 160px;
    border-radius: 16px;
    font-size: 1.125rem;
    font-weight: 900;
  }
}
.p-mainvisual__nav__link__item a {
  display: block;
  color: #16317e;
  padding: 4px 0 6px;
}
.p-mainvisual__nav__link__item a:hover {
  text-decoration: none;
}
@media (min-width: 835px) {
  .p-mainvisual__nav__link__item a {
    padding: 8px 0 10px;
  }
}
.p-mainvisual__nav__link__item.-login {
  background: none;
  width: auto;
  text-align: left;
}
.p-mainvisual__nav__link__item.-login a {
  position: relative;
  color: #b8c0dc;
  padding: 0;
  font-weight: 500;
  text-decoration: underline;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
}
.p-mainvisual__nav__link__item.-login a:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
}

.l-contents .p-mainvisual__nav__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../../assets/img/top/mainvisual/nav/ico_close.svg) no-repeat 0 0/100% 100%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
@media (min-width: 835px) {
  .l-contents .p-mainvisual__nav__close {
    width: 24px;
    height: 24px;
  }
}

@-webkit-keyframes bganim_wide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100vw 0;
  }
}

@keyframes bganim_wide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100vw 0;
  }
}
@-webkit-keyframes bganim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200vw 0;
  }
}
@keyframes bganim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200vw 0;
  }
}
@-webkit-keyframes mvttlanim {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mvttlanim {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes mvtxtanim {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes mvtxtanim {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes mvcurtainanim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mvcurtainanim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-mainvisual {
  position: relative;
  height: 134.1vw;
  background: url(../../assets/img/top/mainvisual/ph_mainvisual.jpg) 0 0/auto 100%;
  -webkit-animation: bganim 30s 0s linear infinite;
          animation: bganim 30s 0s linear infinite;
}
@media (min-width: 835px) {
  .p-mainvisual {
    height: 560px;
    background: url(../../assets/img/top/mainvisual/ph_mainvisual_wide.jpg) 0 0/auto 100%;
    -webkit-animation: bganim_wide 50s 0s linear infinite;
            animation: bganim_wide 50s 0s linear infinite;
  }
}
.p-mainvisual:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-animation: mvcurtainanim 2.5s 1s ease forwards;
          animation: mvcurtainanim 2.5s 1s ease forwards;
  pointer-events: none;
}

.p-mainvisual__ttl {
  padding-top: 32.5vw;
  width: 68.1vw;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: mvttlanim 1.5s 1.5s ease forwards;
          animation: mvttlanim 1.5s 1.5s ease forwards;
}
@media (min-width: 835px) {
  .p-mainvisual__ttl {
    width: 460px;
    padding-top: 80px;
    margin: 0 auto;
  }
}

.p-mainvisual__catch {
  width: 86.4vw;
  margin: 21.8vw auto 0;
  opacity: 0;
  -webkit-animation: mvtxtanim 1.5s 1.7s ease forwards;
          animation: mvtxtanim 1.5s 1.7s ease forwards;
}
@media (min-width: 835px) {
  .p-mainvisual__catch {
    width: 455px;
    margin: 45px auto 0;
  }
}

a.p-mainvisual__morebtn {
  color: #ffeb00;
  opacity: 0;
  -webkit-animation: mvtxtanim 1.5s 1.8s ease forwards;
          animation: mvtxtanim 1.5s 1.8s ease forwards;
}

.p-point__inner {
  max-width: 700px;
  margin: 0 auto;
}

.p-point__list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 16px 0;
}
@media (min-width: 835px) {
  .p-point__list {
    margin: 20px -10px 5px;
  }
}

.p-point__list__item {
  position: relative;
  width: calc(50% - 16px);
  background: #e2f4ff;
  margin: 8px;
  border-radius: 20px;
  aspect-ratio: 1;
}
@media (min-width: 835px) {
  .p-point__list__item {
    width: calc(33% - 20px);
    margin: 10px;
  }
}
.p-point__list__item .txt {
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4615384615;
  margin-top: 5px;
}
@media (min-width: 835px) {
  .p-point__list__item .txt {
    font-size: 1.0625rem;
  }
}
.p-point__list__item strong {
  color: #3fb4ff;
  font-weight: 900;
}
.p-point__list__item .notice {
  position: relative;
  font-size: 0.625rem;
  top: -0.3em;
}

.p-point__notice {
  margin-right: 24px;
  text-align: right;
}
@media (min-width: 835px) {
  .p-point__notice {
    margin-right: 10px;
  }
}

.p-qa__inner {
  max-width: 720px;
  margin: 0 auto;
}

.p-qa__list .p-qa__list__head {
  opacity: 0;
  transform: translate(0, 20px);
}
.p-qa__list.-reveal .-q1 {
  transition: all 0.4s 0s;
  transform: translate(0, 0);
  opacity: 1;
}
.p-qa__list.-reveal .-q2 {
  transition: all 0.4s 0.2s;
  transform: translate(0, 0);
  opacity: 1;
}
.p-qa__list.-reveal .-q3 {
  transition: all 0.4s 0.4s;
  transform: translate(0, 0);
  opacity: 1;
}
.p-qa__list.-reveal .-q4 {
  transition: all 0.4s 0.6s;
  transform: translate(0, 0);
  opacity: 1;
}

.p-qa__list__head {
  position: relative;
  margin-top: 8px;
}
@media (min-width: 835px) {
  .p-qa__list__head {
    margin-top: 12px;
  }
}
.p-qa__list__head .elmbody {
  position: relative;
  background: #ecf7ff;
  display: flex;
  align-items: center;
  padding: 16px 30px 16px 24px;
}
.p-qa__list__head .ico {
  width: 28px;
  height: 26px;
  background: url(../../assets/img/top/qa/ico_q.svg) no-repeat 0 0/100%;
}
@media (min-width: 835px) {
  .p-qa__list__head .ico {
    width: 32px;
    height: 30px;
  }
}
.p-qa__list__head .txt {
  width: calc(100% - 28px);
  font-size: 1.125rem;
  font-weight: 700;
  color: #46465a;
  padding-left: 15px;
}
@media (min-width: 835px) {
  .p-qa__list__head .txt {
    width: calc(100% - 32px);
    font-size: 1.3125rem;
  }
}
.p-qa__list__head:after {
  position: absolute;
  top: 50%;
  bottom: nul;
  right: 16px;
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #c8c8c8;
  border-right: 2px solid #c8c8c8;
}
@media (min-width: 835px) {
  .p-qa__list__head:after {
    position: absolute;
    top: 50%;
    bottom: nul;
    right: 20px;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #c8c8c8;
    border-right: 3px solid #c8c8c8;
  }
}
.p-qa__list__head.-active:after {
  transform: translate(0, -50%) rotate(-135deg);
}

.p-qa__list__cont {
  background: #fff;
  display: flex;
  padding: 16px 24px;
}
.p-qa__list__cont .ico {
  width: 28px;
  height: 24px;
  background: url(../../assets/img/top/qa/ico_a.svg) no-repeat 0 0/100%;
  margin-top: 5px;
}
@media (min-width: 835px) {
  .p-qa__list__cont .ico {
    width: 34px;
    height: 29px;
  }
}
.p-qa__list__cont .txt {
  width: calc(100% - 28px);
  font-size: 0.8125rem;
  color: #46465a;
  padding-left: 15px;
  line-height: 1.7692307692;
}
@media (min-width: 835px) {
  .p-qa__list__cont .txt {
    width: calc(100% - 34px);
    font-size: 0.9375rem;
  }
}
.p-qa__list__cont strong {
  font-weight: 900;
}

.p-stroy__inner {
  max-width: 720px;
  margin: 0 auto;
}

.p-story__list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 16px 0;
}
@media (min-width: 835px) {
  .p-story__list {
    margin: 20px -10px 0;
  }
}
.p-story__list.-nomtb {
  margin-top: 0;
  margin-bottom: 0;
}

.p-story__list__item {
  position: relative;
  width: calc(50% - 16px);
  margin: 12px 8px;
  background: #d7e6ff;
  padding: 20px 16px;
  border-radius: 10px;
}
@media (min-width: 835px) {
  .p-story__list__item {
    margin: 10px 8px;
    padding: 30px 24px;
    border-radius: 24px;
  }
}
.p-story__list__item:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #d7e6ff transparent transparent transparent;
}
@media (min-width: 835px) {
  .p-story__list__item:before {
    border-width: 13px 13px 0 13px;
  }
}
.p-story__list__item.-cb {
  background: #e2f4ff;
}
.p-story__list__item.-cb:before {
  border-color: #e2f4ff transparent transparent transparent;
}
.p-story__list__item .txt {
  display: block;
  font-size: 0.8125rem;
  color: #46465a;
  line-height: 1.6923076923;
  padding-bottom: 2em;
}
@media (min-width: 835px) {
  .p-story__list__item .txt {
    font-size: 0.9375rem;
  }
}
.p-story__list__item strong {
  font-weight: 900;
  color: #16317e;
}
.p-story__list__item .grade {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #fff;
  background: #3fb4ff;
  line-height: 1.25;
  padding: 3px 8px;
  border-radius: 9px;
  max-width: calc(100% - 20px);
}
@media (max-width: 834px) {
  .p-story__list__item .grade.-small {
    font-size: 0.625rem;
  }
}
@media (min-width: 835px) {
  .p-story__list__item .grade {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 0.8125rem;
    border-radius: 10px;
    padding: 3px 8px 4px;
  }
}