/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: "Zen Maru Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  position: relative;
  background: #e6f9ff;
}

h2 {
  font-weight: 500;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.l-wrapper {
  position: relative;
  background: url(../img/bg_ptn2.jpg) center center repeat;
  background-size: 352px auto;
  overflow: hidden;
  color: #46a7c2;
}
@media screen and (max-width: 900px) {
  .l-wrapper {
    background-size: 151px auto;
  }
}

.l-main {
  position: relative;
  opacity: 0;
}
@media not all and (max-width: 900px) {
  .l-main {
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .l-main {
    width: 100%;
    height: 100%;
  }
}
.is-load .l-main {
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
}

.p-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .p-bg {
    width: 35%;
  }
  @media screen and (max-width: 1415px) {
    .p-bg {
      width: calc((100% - 420px) / 2);
    }
  }
  @media screen and (max-width: 960px) {
    .p-bg {
      display: none;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-bg {
    display: none;
  }
}
.p-bg__logo {
  width: 78%;
}
.p-bg__copy {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 1.8;
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1100px) {
    .p-bg__copy {
      font-size: 8px;
    }
  }
}

.p-contents {
  position: relative;
  margin: 0 auto;
  background: url(../img/bg_ptn1.jpg) center center repeat;
  background-size: 283px auto;
  overflow: hidden;
}
@media not all and (max-width: 900px) {
  .p-contents {
    width: 30%;
    min-width: 420px;
    min-height: 100vh;
  }
}
@media screen and (max-width: 900px) {
  .p-contents {
    background-size: 141.5px auto;
  }
}
.p-contents__particle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-contents__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.p-contents__deco img {
  transform: scale(1.1);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-contents__deco img {
  transform: scale(1);
}
.p-contents__deco.--btm {
  top: auto;
  bottom: 0;
}

.p-result {
  position: relative;
  padding-top: 11.7%;
  margin-bottom: 15%;
}
.p-result__ttl {
  width: 74.6%;
  margin: 0 auto 3.9%;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-result__ttl {
  transform: translateY(0);
  opacity: 1;
}
.p-result__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-result__list-item {
  position: relative;
  width: 48%;
}
.p-result__list-item:first-child {
  width: 100%;
  margin-bottom: 2%;
}

.p-result_data {
  position: relative;
}
.p-result_data__wrap {
  width: 72%;
  margin: 0 auto;
}
.p-result_data__bg {
  transform: scale(1.2);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.is-load .p-result_data__bg {
  transform: scale(1);
  opacity: 1;
}
.p-result_data__chara {
  position: relative;
}
.p-result__list-item:first-child .p-result_data__chara {
  position: absolute;
  top: 0;
  left: 50%;
  width: 48%;
  transform: translateX(-50%);
}
.p-result_data__chara-img {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.p-result__list-item:nth-child(2) .p-result_data__chara-img {
  transition-delay: 0.6s;
}
.p-result__list-item:nth-child(3) .p-result_data__chara-img {
  transition-delay: 0.9s;
}
.is-load .p-result_data__chara-img {
  transform: translateY(0);
  opacity: 1;
}
.p-result_data__msg {
  position: absolute;
  bottom: 1%;
  right: 5%;
  width: 24%;
}
@media (hover: hover) {
  .p-result_data__msg {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-result_data__chara:hover .p-result_data__msg {
    transform: scale(1.15);
  }
}
.p-result_data__msg img {
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.p-result__list-item:nth-child(2) .p-result_data__msg img {
  transition-delay: 0.8s;
}
.p-result__list-item:nth-child(3) .p-result_data__msg img {
  transition-delay: 1.1s;
}
.is-load .p-result_data__msg img {
  transform: scale(1);
}

.p-footer {
  position: relative;
  padding-bottom: 18%;
  text-align: center;
}
.p-footer__logo {
  width: 60%;
  margin: 0 auto 7.7%;
}
.p-footer__logo-img {
  display: block;
}
@media not all and (max-width: 900px) {
  .p-footer__logo-img {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-footer__logo-img:hover {
    transform: scale(1.05);
  }
}
.p-footer__links {
  display: flex;
  justify-content: center;
  margin-bottom: 5.4%;
}
.p-footer__links-item + .p-footer__links-item {
  margin-left: 27px;
}
.p-footer__links-item a {
  position: relative;
  display: block;
  font-size: 12px;
  letter-spacing: 0.04rem;
}
@media screen and (min-width: 2000px) {
  .p-footer__links-item a {
    font-size: 14.4px;
  }
}
@media not all and (max-width: 900px) {
  .p-footer__links-item a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
  .p-footer__links-item a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #46a7c2;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.p-footer__note {
  font-size: 9px;
  line-height: 1.5;
}
@media screen and (min-width: 2000px) {
  .p-footer__note {
    font-size: 10.8px;
  }
}
.p-footer__copy {
  margin-top: 8px;
  font-size: 9px;
}
@media screen and (min-width: 2000px) {
  .p-footer__copy {
    font-size: 10.8px;
  }
}

.p-footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}
.p-footer_sns__ttl {
  margin-right: 18px;
  font-size: 11px;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 2000px) {
  .p-footer_sns__ttl {
    margin-right: 21.6px;
    font-size: 13.2px;
  }
}
.p-footer_sns__list {
  display: flex;
}
.p-footer_sns__list-item + .p-footer_sns__list-item {
  margin-left: 20px;
}
@media screen and (min-width: 2000px) {
  .p-footer_sns__list-item + .p-footer_sns__list-item {
    margin-left: 24px;
  }
}
.p-footer_sns__link {
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 2000px) {
  .p-footer_sns__link {
    width: 24px;
    height: 24px;
  }
}
@media not all and (max-width: 900px) {
  .p-footer_sns__link {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-footer_sns__link:hover {
    transform: scale(1.2);
  }
}

body .m-modal {
  transition-duration: cubic-bezier(0.25, 1, 0.5, 1);
}
body .m-modal .m-modal__content {
  width: 74%;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  body .m-modal .m-modal__content {
    max-width: 400px;
    min-width: 0;
  }
}
body .m-modal .m-modal__close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #46a7c2;
  transform: translate(-50%, -50%);
}
body .m-modal .m-modal__close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body .m-modal .m-modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes modal_elem {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.m-msg {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  padding: 60px 0;
  opacity: 0;
  transform: translateY(20px);
}
.is-modal-open .m-msg {
  animation: modal_elem 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
}
.m-msg__img {
  position: relative;
}
.m-msg__img-frame {
  position: relative;
  width: 100%;
  padding-top: 220%;
}
.m-msg__img-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.m-msg__img-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -webkit-mask: url(../img/phone_mask.png) bottom center no-repeat;
  mask: url(../img/phone_mask.png) bottom center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.m-msg__btn {
  width: 210px;
  margin: 0 auto;
  margin-top: 37px;
}
@media not all and (max-width: 900px) {
  .m-msg__btn {
    width: 300px;
  }
}
.m-msg__btn-inner {
  position: relative;
  display: block;
  padding: 15px 0 16px;
  background: #46a7c2;
  color: #fff;
  border-radius: 99px;
  font-size: 14px;
}
@media not all and (max-width: 900px) {
  .m-msg__btn-inner {
    font-size: 17px;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .m-msg__btn-inner:hover {
    transform: scale(1.1);
  }
}
.m-msg__btn-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  width: 15px;
  height: 100%;
  background: url(../img/ic_dl.svg) center center no-repeat;
  background-size: contain;
}