@charset "UTF-8";
:root {
  --red: #EA3B28;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

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

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #002844;
  -webkit-font-smoothing: antialiased;
}

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

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

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.js-animation {
  --js-animation-y: calc(24 / 1440 * 100vw);
  opacity: 0;
  transform: translateY(var(--js-animation-y));
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (max-width: 767px) {
  .js-animation {
    --js-animation-y: calc(24 / 375 * 100vw);
  }
}

.js-animation.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.js-animation--delay {
  transition-delay: 0.16s;
}

@media (max-width: 1256px) {
  .m-wrap {
    padding-left: 5.55vw;
    padding-right: 5.55vw;
  }
}

.m-apply_link {
  display: block;
  margin: 0 auto;
  width: fit-content;
  padding-bottom: calc(32 / 1440 * 100vw);
  border: #ffffff calc(6 / 1440 * 100vw) solid;
  border-radius: calc(64 / 1440 * 100vw);
  background-color: #ea6d8d;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23f27e9b%22%20d%3D%22M8%2016H0L16%200v8zM0%208V0h8z%22%2F%3E%3C%2Fsvg%3E");
  box-shadow: 0 calc(10 / 1440 * 100vw) calc(20 / 1440 * 100vw) 0 rgba(0, 0, 0, 0.16);
  transform-origin: center;
}
@media (hover: hover) {
  .m-apply_link {
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  }
  .m-apply_link.js-animation {
    transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.4s ease-in-out;
  }
  .m-apply_link:hover {
    box-shadow: 0 calc(16 / 1440 * 100vw) calc(32 / 1440 * 100vw) 0 rgba(0, 0, 0, 0.18);
    transform: scale(1.03);
  }
}
@media (max-width: 767px) {
  .m-apply_link {
    width: 100%;
    padding-bottom: calc(20 / 375 * 100vw);
    border-width: calc(3 / 375 * 100vw);
    border-radius: calc(64 / 375 * 100vw);
    box-shadow: 0 calc(4 / 375 * 100vw) calc(12 / 375 * 100vw) 0 rgba(0, 0, 0, 0.16);
  }
}
.m-apply_link--sub {
  display: block;
  width: fit-content;
  margin: calc(-28 / 1440 * 100vw) auto 0;
  padding: calc(5 / 1440 * 100vw) calc(48 / 1440 * 100vw) calc(7 / 1440 * 100vw);
  border: #EA6D8D calc(3 / 1440 * 100vw) solid;
  border-radius: calc(28 / 1440 * 100vw);
  background-color: #fffac6;
  color: #ea6d8d;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: calc(28 / 1440 * 100vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .m-apply_link--sub {
    margin-top: calc(-16 / 375 * 100vw);
    padding: calc(2 / 375 * 100vw) calc(24 / 375 * 100vw) calc(4 / 375 * 100vw);
    border-width: calc(2 / 375 * 100vw);
    border-radius: calc(28 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
}
.m-apply_link--text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(24 / 1440 * 100vw);
  padding-left: calc(80 / 1440 * 100vw);
  padding-right: calc(40 / 1440 * 100vw);
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: calc(32 / 1440 * 100vw);
  font-weight: 800;
  line-height: 1.5;
}
.m-apply_link--text:after {
  content: "";
  display: block;
  width: calc(28 / 1440 * 100vw);
  height: calc(28 / 1440 * 100vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20fill%3D%22none%22%20viewBox%3D%220%200%2028%2028%22%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23ea6d8d%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22m12%2020%206-6-6-6%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .m-apply_link--text {
    justify-content: space-between;
    gap: 0;
    padding-left: calc(32 / 375 * 100vw);
    padding-right: calc(24 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
  .m-apply_link--text:after {
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
}

.br-sp {
  display: none;
}
@media (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

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

/*--------------------------------------------------------------------------------
footer
--------------------------------------------------------------------------------*/
.footer {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #222222;
  color: #ffffff;
  padding: 60px 20px 150px 20px;
}

.footer-01 > ul {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}

.footer-01 > ul > li + li {
  margin-top: 24px;
}

.footer-01 > ul > li > a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
}

.footer-02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  border-top: solid 1px #707070;
}

.footer-02-01 {
  order: 1;
  margin: 24px 0 0 0;
}

.footer-02-01-inner > dl {
  font-size: 10px;
  line-height: 1.6;
}

.footer-02-01-inner > dl > dt {
  font-weight: bold;
}

.footer-02-01-inner > dl > dt > span {
  padding: 0 0 0 1em;
}

.footer-02-01-inner-copyright {
  margin-top: 16px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: bold;
}

.footer-02-02 {
  order: 0;
  margin: 48px auto 0 auto;
  width: 189px;
}

.footer-02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  border-top: solid 1px #707070;
}

/* ロゴ&ナビ無し */
.footer.footer-v2 {
  padding: 60px 20px;
}

.footer-03-inner > dl {
  font-size: 10px;
  line-height: 1.6;
}

.footer-03-inner > dl > dt {
  font-weight: bold;
}

.footer-03-inner > dl > dt > span {
  padding: 0 0 0 10px;
}

.footer-03-inner > dl > dt > br,
.footer-03-inner > dl > dd > br {
  display: none;
}

.footer-03-inner > dl > dd {
  margin: 16px 0 0 0;
}

.footer-03-inner-copyright {
  margin-top: 16px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 64px 60px 48px 60px;
  }
  .footer-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .footer-01 > ul {
    margin: -16px -20px 0 0;
    line-height: 32px;
  }
  .footer-01 > ul > li {
    display: inline-block;
    padding: 0 40px 0 0;
    margin: 16px 40px 0 0;
    border-right: solid 1px #ffffff;
  }
  .footer-01 > ul > li + li {
    padding: 0 40px 0 0;
    margin: 16px 40px 0 0;
  }
  .footer-01 > ul > li:last-child {
    padding: 0 0 0 0;
    margin: 16px 0 0 0;
    border-right: none;
  }
  .footer-01 > ul > li > a {
    transition: all 0.4s;
  }
  .footer-01 > ul > li > a:hover {
    color: #1265D6;
  }
  .footer-02 {
    display: flex;
    width: 100%;
    padding: 50px 0 0 0;
    margin: 0 0 0 0;
    border-top: none;
  }
  .footer-02-01 {
    order: 1;
    flex: 1;
    margin: 0 0 0 0;
    padding: 0 0 0 60px;
    text-align: right;
  }
  .footer-02-01-inner {
    display: inline-block;
    text-align: left;
  }
  .footer-02-01-inner > dl {
    font-size: 12px;
    line-height: 1.6;
  }
  .footer-02-02 {
    order: 0;
    width: 189px;
    margin: 0 0 0 0;
  }
  /* ロゴ&ナビ無し */
  .footer.footer-v2 {
    padding: 64px 60px 48px 60px;
    text-align: center;
  }
  .footer-03-inner > dl {
    font-size: 12px;
    line-height: 1.6;
  }
  .footer-03-inner > dl > dt > br,
  .footer-03-inner > dl > dd > br {
    display: block;
  }
}
.header {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: calc(40 / 1440 * 100vw);
  padding-right: calc(32 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .header {
    padding-inline: calc(16 / 375 * 100vw);
    padding-top: calc(16 / 375 * 100vw);
  }
}
.header--logo_link {
  display: block;
  margin-top: calc(40 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .header--logo_link {
    margin-top: 0;
  }
}
.header--logo_link_img {
  width: calc(252 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .header--logo_link_img {
    width: calc(148 / 375 * 100vw);
  }
}
.header--link {
  border-radius: calc(8 / 1440 * 100vw);
  background-color: #ffffff;
  padding: calc(8 / 1440 * 100vw) calc(16 / 1440 * 100vw);
  color: #036eb7;
  font-size: calc(16 / 1440 * 100vw);
  line-height: 1.5;
  margin-top: calc(24 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .header--link {
    margin-top: 0;
    padding: calc(4 / 375 * 100vw) calc(8 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
}

.disclaimer {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #f5f5f5;
  color: #222222;
  padding-top: 128px;
  padding-bottom: 128px;
}
@media (max-width: 767px) {
  .disclaimer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.disclaimer--content {
  max-width: 1176px;
  margin: 0 auto;
}
.disclaimer--heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 4px;
  padding-bottom: 16px;
  border-bottom: #036EB7 1px solid;
}
@media (max-width: 767px) {
  .disclaimer--heading {
    padding-bottom: 8px;
  }
}
.disclaimer--heading_ttl {
  margin-right: 8px;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .disclaimer--heading_ttl {
    margin-right: 0;
    font-size: 20px;
  }
}
.disclaimer--heading_desc {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .disclaimer--heading_desc {
    font-size: 14px;
  }
}
.disclaimer--list {
  margin-top: 8px;
}
.disclaimer--item {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.disclaimer--item.red {
  color: var(--red);
}
.disclaimer--item > .bold {
  font-weight: bold;
}
.disclaimer--item.bold {
  font-weight: bold;
}
.disclaimer--item + .disclaimer--item {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .disclaimer--item {
    font-size: 12px;
  }
}
.disclaimer--desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}
.disclaimer--desc--indent {
  padding-left: 1em;
  text-indent: -1em;
}
.disclaimer--desc.bold {
  font-weight: 600;
}
.disclaimer--desc.red {
  color: var(--red);
}
.disclaimer--desc > .red {
  color: var(--red);
}
.disclaimer--desc > .medium {
  font-weight: 500;
}
.disclaimer--desc > .bold {
  font-weight: bold;
}
.disclaimer--desc + .disclaimer--desc {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .disclaimer--desc {
    font-size: 14px;
  }
}
.disclaimer--note_list {
  margin-top: 12px;
}
.disclaimer--note_item {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.disclaimer--note_item:before {
  content: "※";
}
.disclaimer--note_item.red {
  color: var(--red);
}
.disclaimer--note_item + .disclaimer--note_item {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .disclaimer--note_item {
    font-size: 10px;
  }
}
.disclaimer--head {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 767px) {
  .disclaimer--head {
    font-size: 16px;
  }
}
.disclaimer--lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 767px) {
  .disclaimer--lead {
    font-size: 14px;
  }
}
.disclaimer--subhead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 767px) {
  .disclaimer--subhead {
    font-size: 14px;
  }
}
.disclaimer--note_list + .disclaimer--heading, .disclaimer--list + .disclaimer--heading {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .disclaimer--note_list + .disclaimer--heading, .disclaimer--list + .disclaimer--heading {
    margin-top: 32px;
  }
}
.disclaimer--heading + .disclaimer--list {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .disclaimer--heading + .disclaimer--list {
    margin-top: 24px;
  }
}
.disclaimer--heading + .disclaimer--desc {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .disclaimer--heading + .disclaimer--desc {
    margin-top: 16px;
  }
}
.disclaimer--desc + .disclaimer--list {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .disclaimer--desc + .disclaimer--list {
    margin-top: 12px;
  }
}
.disclaimer--desc + .disclaimer--note_list {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .disclaimer--desc + .disclaimer--note_list {
    margin-top: 16px;
  }
}
.disclaimer--list + .disclaimer--note_list {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .disclaimer--list + .disclaimer--note_list {
    margin-top: 16px;
  }
}
.disclaimer--desc + .disclaimer--head {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .disclaimer--desc + .disclaimer--head {
    margin-top: 32px;
  }
}
.disclaimer--list + .disclaimer--heading_desc, .disclaimer--note_list + .disclaimer--heading_desc {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .disclaimer--list + .disclaimer--heading_desc, .disclaimer--note_list + .disclaimer--heading_desc {
    margin-top: 20px;
  }
}
.disclaimer--head + .disclaimer--desc {
  margin-top: 4px;
}
.disclaimer--head + .disclaimer--lead {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .disclaimer--head + .disclaimer--lead {
    margin-top: 8px;
  }
}
.disclaimer--head + .disclaimer--heading_desc {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .disclaimer--head + .disclaimer--heading_desc {
    margin-top: 16px;
  }
}
.disclaimer--desc + .disclaimer--lead {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .disclaimer--desc + .disclaimer--lead {
    margin-top: 8px;
  }
}
.disclaimer--desc + .disclaimer--heading_desc {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .disclaimer--desc + .disclaimer--heading_desc {
    margin-top: 16px;
  }
}
.disclaimer--desc + .disclaimer--subhead {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .disclaimer--desc + .disclaimer--subhead {
    margin-top: 8px;
  }
}
.disclaimer--lead + .disclaimer--list {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .disclaimer--lead + .disclaimer--list {
    margin-top: 4px;
  }
}
.disclaimer--lead + .disclaimer--desc {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .disclaimer--lead + .disclaimer--desc {
    margin-top: 4px;
  }
}
.disclaimer--heading_desc + .disclaimer--desc {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .disclaimer--heading_desc + .disclaimer--desc {
    margin-top: 8px;
  }
}
.disclaimer--heading_desc + .disclaimer--list {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .disclaimer--heading_desc + .disclaimer--list {
    margin-top: 4px;
  }
}
.disclaimer--heading_desc + .disclaimer--note_list {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .disclaimer--heading_desc + .disclaimer--note_list {
    margin-top: 4px;
  }
}
.disclaimer--subhead + .disclaimer--heading_desc {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .disclaimer--subhead + .disclaimer--heading_desc {
    margin-top: 4px;
  }
}
.disclaimer--subhead + .disclaimer--desc {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .disclaimer--subhead + .disclaimer--desc {
    margin-top: 4px;
  }
}
.disclaimer--desc + .disclaimer--subhead-wide {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .disclaimer--desc + .disclaimer--subhead-wide {
    margin-top: 16px;
  }
}
.disclaimer--note_list + .disclaimer--note_list {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .disclaimer--note_list + .disclaimer--note_list {
    margin-top: 12px;
  }
}
.disclaimer--heading + .disclaimer--head {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .disclaimer--heading + .disclaimer--head {
    margin-top: 12px;
  }
}
.disclaimer--note_list + .disclaimer--head {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .disclaimer--note_list + .disclaimer--head {
    margin-top: 16px;
  }
}
.disclaimer--subhead + .disclaimer--lead {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .disclaimer--subhead + .disclaimer--lead {
    margin-top: 12px;
  }
}
.disclaimer--desc + .disclaimer--heading {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .disclaimer--desc + .disclaimer--heading {
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------------------------
ページ固有
--------------------------------------------------------------------------------*/
.mv,
.summary {
  --motion-fade-up-y: calc(30 / 1440 * 100vw);
  --motion-float-y: calc(-12 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .mv,
  .summary {
    --motion-fade-up-y: calc(20 / 375 * 100vw);
    --motion-float-y: calc(-8 / 375 * 100vw);
  }
}

.mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/748;
  background: linear-gradient(180deg, #54AAF0 0%, #54C2F0 20.19%, #C6E7F9 100%);
  overflow: clip;
}
@media (max-width: 767px) {
  .mv {
    aspect-ratio: 375/460;
  }
}
.mv--cloud_third_img, .mv--cloud_second_img, .mv--cloud_first_img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.mv--cloud_third_img {
  height: calc(503 / 1440 * 100vw);
  opacity: 0;
  animation: motion-fade-up 0.9s ease-out 0.6s forwards;
  will-change: opacity, transform;
}
@media (max-width: 767px) {
  .mv--cloud_third_img {
    height: calc(175 / 375 * 100vw);
  }
}
.mv--cloud_second_img {
  height: calc(433 / 1440 * 100vw);
  opacity: 0;
  animation: motion-fade-up 0.9s ease-out 0.3s forwards;
  will-change: opacity, transform;
}
@media (max-width: 767px) {
  .mv--cloud_second_img {
    height: calc(170 / 375 * 100vw);
  }
}
.mv--cloud_first_img {
  bottom: -1px;
  height: calc(353 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .mv--cloud_first_img {
    bottom: 0;
    height: calc(134 / 375 * 100vw);
  }
}
.mv--title {
  position: absolute;
  width: fit-content;
  top: calc(-13 / 1440 * 100vw);
  left: calc(346 / 1440 * 100vw);
  opacity: 0;
  transform-origin: center;
  animation: motion-pop-in 0.9s cubic-bezier(0.16, 1, 0.3, 1) 1s forwards;
  will-change: opacity, transform;
}
@media (max-width: 767px) {
  .mv--title {
    top: calc(33 / 375 * 100vw);
    left: calc(6 / 375 * 100vw);
  }
}
.mv--title_img {
  width: calc(761 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .mv--title_img {
    width: calc(366 / 375 * 100vw);
  }
}
.mv--l_balloon_img {
  position: absolute;
  top: calc(359 / 1440 * 100vw);
  left: calc(275 / 1440 * 100vw);
  width: calc(256 / 1440 * 100vw);
  opacity: 0;
  animation: motion-fade-up 0.8s ease-out 2.2s forwards, motion-float 4s ease-in-out 3s infinite;
  will-change: opacity, transform;
}
@media (max-width: 767px) {
  .mv--l_balloon_img {
    top: calc(236 / 375 * 100vw);
    left: 0;
    width: calc(120 / 375 * 100vw);
  }
}
.mv--r_balloon_img {
  position: absolute;
  top: calc(346 / 1440 * 100vw);
  right: calc(214 / 1440 * 100vw);
  width: calc(275 / 1440 * 100vw);
  opacity: 0;
  animation: motion-fade-up 0.8s ease-out 2.55s forwards, motion-float 4s ease-in-out 3.35s infinite;
  will-change: opacity, transform;
}
@media (max-width: 767px) {
  .mv--r_balloon_img {
    top: calc(230 / 375 * 100vw);
    right: calc(-20 / 375 * 100vw);
    width: calc(119 / 375 * 100vw);
  }
}
.mv--cinnamoroll_img {
  position: absolute;
  top: calc(413 / 1440 * 100vw);
  right: calc(472 / 1440 * 100vw);
  width: calc(477 / 1440 * 100vw);
  opacity: 0;
  animation: motion-fade-up 0.85s ease-out 1.85s forwards, motion-float 4s ease-in-out 2.7s infinite;
  will-change: opacity, transform;
}
@media (max-width: 767px) {
  .mv--cinnamoroll_img {
    top: calc(243 / 375 * 100vw);
    right: calc(60 / 375 * 100vw);
    width: calc(234 / 375 * 100vw);
  }
}

@keyframes motion-pop-in {
  0% {
    opacity: 0;
    transform: scale(0.86);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes motion-fade-up {
  0% {
    opacity: 0;
    transform: translateY(var(--motion-fade-up-y));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes motion-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(var(--motion-float-y));
  }
}
@media (prefers-reduced-motion: reduce) {
  .mv--cloud_third_img, .mv--cloud_second_img, .mv--title, .mv--l_balloon_img, .mv--r_balloon_img, .mv--cinnamoroll_img {
    opacity: 1;
    animation: none;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .js-animation {
    opacity: 1;
    transition: none;
    transform: none;
  }
}
.bg-summary_nav {
  background: linear-gradient(180deg, #FFF 3.52%, #CEEEFF 100%);
}

.summary {
  padding: calc(56 / 1440 * 100vw) 0;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .summary {
    padding: calc(36 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
  }
}
.summary--wrapper {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.summary--wrapper.js-animation {
  opacity: 1;
  transform: none;
  transition: none;
}
.summary--l_cracker_img {
  position: absolute;
  top: calc(-54 / 1440 * 100vw);
  left: calc(-257 / 1440 * 100vw);
  z-index: 0;
  width: calc(337 / 1440 * 100vw);
  opacity: 0;
  transform: scale(0.86);
  transform-origin: center;
  will-change: opacity, transform;
}
@media (max-width: 767px) {
  .summary--l_cracker_img {
    top: calc(-22 / 375 * 100vw);
    left: calc(-66 / 375 * 100vw);
    width: calc(134 / 375 * 100vw);
  }
}
.summary--r_cracker_img {
  position: absolute;
  top: calc(-48 / 1440 * 100vw);
  right: calc(-206 / 1440 * 100vw);
  width: calc(235 / 1440 * 100vw);
  z-index: 0;
  opacity: 0;
  transform: scale(0.86);
  transform-origin: center;
  will-change: opacity, transform;
}
@media (max-width: 767px) {
  .summary--r_cracker_img {
    top: calc(-35 / 375 * 100vw);
    right: calc(-78 / 375 * 100vw);
    width: calc(118 / 375 * 100vw);
  }
}
.summary--l_balloon_img {
  position: absolute;
  top: calc(211 / 1440 * 100vw);
  left: calc(-209 / 1440 * 100vw);
  z-index: 0;
  width: calc(260 / 1440 * 100vw);
  opacity: 0;
  will-change: opacity, transform;
}
@media (max-width: 767px) {
  .summary--l_balloon_img {
    top: calc(82 / 375 * 100vw);
    left: calc(-72 / 375 * 100vw);
    width: calc(111 / 375 * 100vw);
  }
}
.summary--r_balloon_img {
  position: absolute;
  top: calc(204 / 1440 * 100vw);
  right: calc(-176 / 1440 * 100vw);
  width: calc(229 / 1440 * 100vw);
  z-index: 0;
  opacity: 0;
  will-change: opacity, transform;
}
@media (max-width: 767px) {
  .summary--r_balloon_img {
    top: calc(93 / 375 * 100vw);
    right: calc(-83 / 375 * 100vw);
    width: calc(98 / 375 * 100vw);
  }
}
.summary--title {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
}
.summary--title_img {
  width: calc(621 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .summary--title_img {
    width: calc(245 / 375 * 100vw);
  }
}
.summary--description {
  position: relative;
  z-index: 1;
  margin-top: calc(40 / 1440 * 100vw);
  color: #036eb7;
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .summary--description {
    margin-top: calc(32 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}
.summary--anchor_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 / 1440 * 100vw);
  width: fit-content;
  margin: calc(16 / 1440 * 100vw) auto 0;
  color: #ea6d8d;
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 700;
  line-height: 2;
  text-decoration: underline;
}
.summary--anchor_link::after {
  content: "";
  display: block;
  width: calc(24 / 1440 * 100vw);
  height: calc(24 / 1440 * 100vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23ea6d8d%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202%202%206.477%202%2012m12.293-1.707a1%201%200%200%201%201.414%201.414l-3%203a1%201%200%200%201-1.414%200l-3-3a1%201%200%201%201%201.414-1.414L12%2012.586z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .summary--anchor_link {
    transition: opacity 0.4s ease-in-out;
  }
  .summary--anchor_link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .summary--anchor_link {
    gap: calc(4 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  .summary--anchor_link::after {
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
}
.summary--wrapper.is-animated .summary--l_cracker_img,
.summary--wrapper.is-animated .summary--r_cracker_img {
  animation: motion-pop-in 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
}
.summary--wrapper.is-animated .summary--l_balloon_img {
  animation: motion-fade-up 0.8s ease-out 1.15s forwards, motion-float 4s ease-in-out 1.95s infinite;
}
.summary--wrapper.is-animated .summary--r_balloon_img {
  animation: motion-fade-up 0.8s ease-out 1.5s forwards, motion-float 4s ease-in-out 2.3s infinite;
}

@media (prefers-reduced-motion: reduce) {
  .summary--l_cracker_img,
  .summary--r_cracker_img,
  .summary--l_balloon_img,
  .summary--r_balloon_img {
    opacity: 1;
    animation: none;
    transform: none;
  }
}
.nav {
  padding-bottom: calc(448 / 1440 * 100vw);
  overflow-x: clip;
}
@media (max-width: 767px) {
  .nav {
    padding-bottom: calc(320 / 375 * 100vw);
  }
}
.nav--wrapper {
  position: relative;
  display: block;
  width: calc(1224 / 1440 * 100vw);
  height: calc(725 / 1440 * 100vw);
  margin: 0 auto;
  padding: calc(124 / 1440 * 100vw) 0 calc(20 / 1440 * 100vw);
  background-image: url(../images/nav--wrapper_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .nav--wrapper {
    width: 100%;
    height: calc(728 / 375 * 100vw);
    padding: calc(106 / 375 * 100vw) calc(24 / 375 * 100vw) calc(64 / 375 * 100vw);
    background-image: url(../images/nav--wrapper_bg-sp.webp);
  }
}
.nav--cinnamoroll_img {
  position: absolute;
  z-index: 1;
  top: calc(-10 / 1440 * 100vw);
  left: calc(71 / 1440 * 100vw);
  width: calc(346 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .nav--cinnamoroll_img {
    top: calc(-20 / 375 * 100vw);
    left: calc(19 / 375 * 100vw);
    width: calc(157 / 375 * 100vw);
  }
}
.nav--title {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
}
.nav--title_img {
  width: calc(503 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .nav--title_img {
    width: calc(298 / 375 * 100vw);
  }
}
.nav--list {
  position: relative;
  z-index: 1;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, calc(276 / 1440 * 100vw));
  gap: calc(24 / 1440 * 100vw);
  margin-top: calc(48 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .nav--list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(36 / 375 * 100vw) calc(16 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
}
.nav--anchor_link {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  height: 100%;
  padding-bottom: calc(24 / 1440 * 100vw);
  border: #f5bdcc calc(4 / 1440 * 100vw) solid;
  border-radius: calc(20 / 1440 * 100vw);
  background-color: #fceef4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2254%22%20height%3D%2254%22%20fill%3D%22none%22%20viewBox%3D%220%200%2054%2054%22%3E%3Cpath%20fill%3D%22%23fae5ee%22%20d%3D%22M17.454%200h19.091v54H17.454z%22%2F%3E%3Cpath%20fill%3D%22%23fae5ee%22%20d%3D%22M54%2017.455v19.09H0v-19.09z%22%2F%3E%3Cpath%20fill%3D%22%23f9dbe8%22%20d%3D%22M17.454%2017.455h19.091v19.091H17.454z%22%2F%3E%3C%2Fsvg%3E");
  box-shadow: 0 calc(4 / 1440 * 100vw) calc(14 / 1440 * 100vw) rgba(0, 0, 0, 0.16);
  transform-origin: center;
}
@media (hover: hover) {
  .nav--anchor_link {
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  }
  .nav--anchor_link:hover {
    box-shadow: 0 calc(10 / 1440 * 100vw) calc(22 / 1440 * 100vw) rgba(0, 0, 0, 0.18);
    transform: scale(1.03);
  }
}
.nav--anchor_link:after {
  content: "";
  display: block;
  width: calc(32 / 1440 * 100vw);
  height: calc(32 / 1440 * 100vw);
  margin: calc(8 / 1440 * 100vw) auto 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214%22%20fill%3D%22%23036eb7%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20transform%3D%22rotate(90%2016%2016)%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10.857%2014.286%2016%2019.429l5.143-5.143%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .nav--anchor_link {
    padding-bottom: calc(16 / 375 * 100vw);
    border-width: calc(3 / 375 * 100vw);
    border-radius: calc(16 / 375 * 100vw);
    box-shadow: 0 calc(2 / 375 * 100vw) calc(8 / 375 * 100vw) rgba(0, 0, 0, 0.16);
  }
  .nav--anchor_link:after {
    width: calc(22 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
    margin-top: calc(2 / 375 * 100vw);
  }
}
.nav--index_img {
  width: calc(74 / 1440 * 100vw);
  margin: calc(-40 / 1440 * 100vw) auto 0;
}
@media (max-width: 767px) {
  .nav--index_img {
    width: calc(52 / 375 * 100vw);
    margin-top: calc(-24 / 375 * 100vw);
  }
}
.nav--small_text {
  display: flex;
  align-items: center;
  margin: calc(4 / 1440 * 100vw) auto 0;
  color: #036eb7;
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  -webkit-text-stroke: calc(4 / 1440 * 100vw) #ffffff;
  paint-order: stroke;
}
@media (max-width: 767px) {
  .nav--small_text {
    margin-top: calc(2 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    -webkit-text-stroke-width: calc(2 / 375 * 100vw);
  }
}
.nav--large_text {
  display: block;
  margin: calc(4 / 1440 * 100vw) auto 0;
  color: #036eb7;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: calc(32 / 1440 * 100vw);
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  -webkit-text-stroke: calc(4 / 1440 * 100vw) #ffffff;
  paint-order: stroke;
}
@media (max-width: 767px) {
  .nav--large_text {
    margin-top: calc(2 / 375 * 100vw);
    font-size: calc(22 / 375 * 100vw);
    -webkit-text-stroke-width: calc(3 / 375 * 100vw);
  }
}
.nav--apply_link {
  position: relative;
  z-index: 1;
  margin-top: calc(92 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .nav--apply_link {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.nav--note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: calc(48 / 1440 * 100vw);
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 400;
  line-height: 1.5;
}
.nav--note:before {
  content: "※";
}
@media (max-width: 767px) {
  .nav--note {
    margin-top: calc(16 / 375 * 100vw);
    padding: 0 calc(24 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}

.introduction {
  position: relative;
  background-color: #ffffff;
  scroll-margin-top: calc(360 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .introduction {
    padding-bottom: calc(36 / 375 * 100vw);
    scroll-margin-top: calc(246 / 375 * 100vw);
  }
}
.introduction--top_img {
  position: absolute;
  top: calc(-360 / 1440 * 100vw);
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .introduction--top_img {
    top: calc(-246 / 375 * 100vw);
  }
}
.introduction--bottom_img {
  position: absolute;
  left: 0;
  top: calc(100% - calc(196 / 1440 * 100vw));
  z-index: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .introduction--bottom_img {
    top: 100%;
  }
}
.introduction--wrapper {
  position: relative;
  top: calc(-96 / 1440 * 100vw);
  z-index: 2;
}
@media (max-width: 767px) {
  .introduction--wrapper {
    top: 0;
    width: 100%;
    padding: 0 calc(24 / 375 * 100vw);
  }
}
.introduction--apply_link {
  margin-top: calc(96 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .introduction--apply_link {
    margin-top: calc(56 / 375 * 100vw);
  }
}

.introduction_detail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: calc(32 / 1440 * 100vw);
  width: calc(840 / 1440 * 100vw);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .introduction_detail {
    flex-direction: column;
    gap: calc(16 / 375 * 100vw);
    width: 100%;
  }
}
.introduction_detail--title {
  width: calc(371 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .introduction_detail--title {
    width: 100%;
  }
}
.introduction_detail--title_img {
  width: 100%;
}
.introduction_detail--wrapper {
  flex-grow: 1;
}
.introduction_detail--item + .introduction_detail--item {
  margin-top: calc(24 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .introduction_detail--item + .introduction_detail--item {
    margin-top: calc(12 / 375 * 100vw);
  }
}
.introduction_detail--label {
  width: fit-content;
  padding: calc(4 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  background-color: #036eb7;
  border-radius: calc(999 / 1440 * 100vw);
  color: #ffffff;
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .introduction_detail--label {
    padding: calc(2 / 375 * 100vw) calc(12 / 375 * 100vw);
    border-radius: calc(999 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
  }
}
.introduction_detail--text {
  margin-top: calc(8 / 1440 * 100vw);
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .introduction_detail--text {
    margin-top: calc(4 / 375 * 100vw);
    font-size: calc(17 / 375 * 100vw);
  }
}

.introduction_ifree {
  width: calc(840 / 1440 * 100vw);
  margin: calc(40 / 1440 * 100vw) auto 0;
  padding: calc(16 / 1440 * 100vw) 0 calc(24 / 1440 * 100vw);
  border-radius: calc(24 / 1440 * 100vw);
  background-color: #e7f6f8;
}
@media (max-width: 767px) {
  .introduction_ifree {
    width: 100%;
    margin-top: calc(32 / 375 * 100vw);
    padding: calc(12 / 375 * 100vw) 0 calc(16 / 375 * 100vw);
    border-radius: calc(16 / 375 * 100vw);
  }
}
.introduction_ifree--title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.introduction_ifree--title_img {
  width: calc(156 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .introduction_ifree--title_img {
    width: calc(104 / 375 * 100vw);
  }
}
.introduction_ifree--title_text {
  color: #036eb7;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: calc(12 / 1440 * 100vw);
  margin-left: calc(-4 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .introduction_ifree--title_text {
    font-size: calc(17 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.introduction_ifree--description {
  font-size: calc(18 / 1440 * 100vw);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 767px) {
  .introduction_ifree--description {
    font-size: calc(14 / 375 * 100vw);
  }
}

.introduction_cinnamoroll {
  margin-top: calc(64 / 1440 * 100vw);
  --introduction-cinnamoroll-y: calc(20 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .introduction_cinnamoroll {
    margin-top: calc(40 / 375 * 100vw);
    --introduction-cinnamoroll-y: calc(16 / 375 * 100vw);
  }
}
.introduction_cinnamoroll--title {
  color: #036eb7;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
  transform: translateY(var(--introduction-cinnamoroll-y));
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (max-width: 767px) {
  .introduction_cinnamoroll--title {
    font-size: calc(17 / 375 * 100vw);
  }
}
.introduction_cinnamoroll--list {
  display: grid;
  grid-template-columns: repeat(4, calc(196 / 1440 * 100vw));
  gap: calc(24 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  justify-content: center;
  margin-top: calc(16 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .introduction_cinnamoroll--list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(8 / 375 * 100vw) calc(16 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
}
.introduction_cinnamoroll--item {
  opacity: 0;
  transform: translateY(var(--introduction-cinnamoroll-y));
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.introduction_cinnamoroll--item:nth-child(1) {
  transition-delay: 0.34s;
}
.introduction_cinnamoroll--item:nth-child(2) {
  transition-delay: 0.43s;
}
.introduction_cinnamoroll--item:nth-child(3) {
  transition-delay: 0.52s;
}
.introduction_cinnamoroll--item:nth-child(4) {
  transition-delay: 0.61s;
}
.introduction_cinnamoroll--item:nth-child(5) {
  transition-delay: 0.7s;
}
.introduction_cinnamoroll--item:nth-child(6) {
  transition-delay: 0.79s;
}
.introduction_cinnamoroll--item:nth-child(7) {
  transition-delay: 0.88s;
}
.introduction_cinnamoroll--item:nth-child(8) {
  transition-delay: 0.97s;
}
@media (max-width: 767px) {
  .introduction_cinnamoroll--item {
    transition-delay: 0s;
  }
}
.introduction_cinnamoroll--img {
  width: 100%;
}
.introduction_cinnamoroll.is-animated .introduction_cinnamoroll--title,
.introduction_cinnamoroll.is-animated .introduction_cinnamoroll--item {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .introduction_cinnamoroll.is-animated .introduction_cinnamoroll--item {
    opacity: 0;
    transform: translateY(var(--introduction-cinnamoroll-y));
  }
  .introduction_cinnamoroll.is-animated .introduction_cinnamoroll--item.is-animated {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .introduction_cinnamoroll--title,
  .introduction_cinnamoroll--item {
    opacity: 1;
    transition: none;
    transform: none;
  }
}
.point {
  position: relative;
  z-index: 0;
  padding: calc(296 / 1440 * 100vw) 0 calc(312 / 1440 * 100vw);
  background: url(../images/point-bg_pattern.webp), linear-gradient(180deg, #9DE2FF 0%, #C6E7F9 100%);
  background-size: calc(449 / 1440 * 100vw), auto;
}
@media (max-width: 767px) {
  .point {
    padding: calc(208 / 375 * 100vw) 0 calc(240 / 375 * 100vw);
    background-size: calc(269 / 375 * 100vw), auto;
  }
}
.point--cloud_img {
  position: absolute;
  top: calc(296 / 1440 * 100vw);
  right: calc(112 / 1440 * 100vw);
  width: calc(271 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .point--cloud_img {
    display: none;
  }
}
.point--list {
  display: flex;
  flex-direction: column;
}

.point_item {
  position: relative;
  display: flex;
  flex-direction: column;
  --point-item-y: calc(24 / 1440 * 100vw);
  opacity: 0;
  transform: translateY(var(--point-item-y));
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (max-width: 767px) {
  .point_item {
    --point-item-y: calc(20 / 375 * 100vw);
  }
}
.point_item:nth-child(odd) {
  align-self: flex-start;
}
.point_item:nth-child(even) {
  align-self: flex-end;
}
.point_item:nth-child(even) .point_item--wrapper {
  align-self: flex-end;
}
@media (max-width: 767px) {
  .point_item--wrapper {
    width: 100%;
  }
  .point_item:nth-child(even) .point_item--wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.point_item--index_img {
  width: calc(108 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .point_item--index_img {
    width: calc(62 / 375 * 100vw);
  }
}
.point_item--title {
  margin-top: calc(-8 / 1440 * 100vw);
  color: #036eb7;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: calc(96 / 1440 * 100vw);
  font-weight: 900;
  -webkit-text-stroke: calc(6 / 1440 * 100vw) #ffffff;
  paint-order: stroke;
  filter: drop-shadow(0 calc(4 / 1440 * 100vw) calc(4 / 1440 * 100vw) rgba(3, 110, 183, 0.15));
}
.point_item--title-small {
  font-size: calc(80 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .point_item--title {
    margin-top: 0;
    font-size: calc(48 / 375 * 100vw);
    -webkit-text-stroke-width: calc(4 / 375 * 100vw);
    filter: drop-shadow(0 calc(4 / 375 * 100vw) calc(4 / 375 * 100vw) rgba(3, 110, 183, 0.15));
  }
  .point_item--title-small {
    font-size: calc(40 / 375 * 100vw);
  }
}
.point_item--description {
  margin-top: calc(12 / 1440 * 100vw);
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 700;
  line-height: 2;
}
.point_item--description-marker {
  background-color: #fffce4;
  color: #ea6d8d;
  font-size: calc(24 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .point_item--description {
    margin-top: calc(12 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.8;
  }
  .point_item--description-marker {
    font-size: calc(17 / 375 * 100vw);
  }
}
.point_item--note {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: calc(16 / 1440 * 100vw);
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 400;
  line-height: 1.5;
}
.point_item--note:before {
  content: "※";
}
@media (max-width: 767px) {
  .point_item--note {
    align-self: stretch;
    margin-top: calc(8 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}
.point_item--description, .point_item--note,
.point_item .point_item-02_greeting,
.point_item .point_item-01--img,
.point_item .point_item-02--img,
.point_item .point_item-03--img,
.point_item .point_item-04--img {
  opacity: 0;
  transition: opacity 0.6s ease 0.5s;
}
.point_item.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.point_item.is-animated .point_item--description,
.point_item.is-animated .point_item--note,
.point_item.is-animated .point_item-02_greeting,
.point_item.is-animated .point_item-01--img,
.point_item.is-animated .point_item-02--img,
.point_item.is-animated .point_item-03--img,
.point_item.is-animated .point_item-04--img {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .point_item,
  .point_item--description,
  .point_item--note,
  .point_item-02_greeting,
  .point_item-01--img,
  .point_item-02--img,
  .point_item-03--img,
  .point_item-04--img {
    opacity: 1;
    transition: none;
    transform: none;
  }
}
.point_item-01 {
  width: calc(1304 / 1440 * 100vw);
  height: calc(747 / 1440 * 100vw);
  margin-left: calc(26 / 1440 * 100vw);
  padding-top: calc(73 / 1440 * 100vw);
  padding-left: calc(186 / 1440 * 100vw);
  background-image: url(../images/point_item-01-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .point_item-01 {
    width: 100%;
    height: calc(669 / 375 * 100vw);
    margin-left: 0;
    padding-top: calc(64 / 375 * 100vw);
    padding-left: calc(32 / 375 * 100vw);
    background-image: url(../images/point_item-01-bg_sp.webp);
  }
}
.point_item-01--img {
  position: absolute;
}
.point_item-01--img-01 {
  top: calc(-56 / 1440 * 100vw);
  left: calc(313 / 1440 * 100vw);
  width: calc(279 / 1440 * 100vw);
}
.point_item-01--img-02 {
  bottom: calc(140 / 1440 * 100vw);
  right: calc(-12 / 1440 * 100vw);
  width: calc(478 / 1440 * 100vw);
}
.point_item-01--img-03 {
  bottom: calc(120 / 1440 * 100vw);
  right: calc(382 / 1440 * 100vw);
  width: calc(287 / 1440 * 100vw);
}
.point_item-01--img-04 {
  top: calc(-49 / 1440 * 100vw);
  left: calc(603 / 1440 * 100vw);
  width: calc(319 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .point_item-01--img-01 {
    top: calc(-39 / 375 * 100vw);
    left: calc(33 / 375 * 100vw);
    width: calc(121 / 375 * 100vw);
  }
  .point_item-01--img-02 {
    bottom: calc(72 / 375 * 100vw);
    right: calc(19 / 375 * 100vw);
    width: calc(226 / 375 * 100vw);
  }
  .point_item-01--img-03 {
    bottom: calc(61 / 375 * 100vw);
    right: calc(205 / 375 * 100vw);
    width: calc(136 / 375 * 100vw);
  }
  .point_item-01--img-04 {
    top: calc(-43 / 375 * 100vw);
    left: calc(176 / 375 * 100vw);
    width: calc(177 / 375 * 100vw);
  }
}

.point_item-02 {
  width: calc(1158 / 1440 * 100vw);
  height: calc(867 / 1440 * 100vw);
  margin-top: calc(88 / 1440 * 100vw);
  margin-right: calc(51 / 1440 * 100vw);
  padding-top: calc(65 / 1440 * 100vw);
  padding-right: calc(144 / 1440 * 100vw);
  background-image: url(../images/point_item-02-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .point_item-02 {
    width: 100%;
    height: calc(612 / 375 * 100vw);
    margin-top: calc(84 / 375 * 100vw);
    margin-right: 0;
    padding: calc(48 / 375 * 100vw) calc(32 / 375 * 100vw) 0;
    background-image: url(../images/point_item-02-bg_sp.webp);
  }
}
.point_item-02--img {
  position: absolute;
}
.point_item-02--img-01 {
  top: calc(-4 / 1440 * 100vw);
  right: calc(105 / 1440 * 100vw);
  width: calc(362 / 1440 * 100vw);
}
.point_item-02--img-02 {
  top: calc(226 / 1440 * 100vw);
  right: calc(58 / 1440 * 100vw);
  width: calc(185 / 1440 * 100vw);
}
.point_item-02--img-03 {
  top: calc(81 / 1440 * 100vw);
  left: calc(46 / 1440 * 100vw);
  width: calc(390 / 1440 * 100vw);
}
.point_item-02--img-04 {
  bottom: calc(121 / 1440 * 100vw);
  right: calc(64 / 1440 * 100vw);
  width: calc(306 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .point_item-02--img-01 {
    top: calc(-41 / 375 * 100vw);
    right: calc(9 / 375 * 100vw);
    width: calc(169 / 375 * 100vw);
  }
  .point_item-02--img-02 {
    top: calc(-16 / 375 * 100vw);
    right: calc(196 / 375 * 100vw);
    width: calc(84 / 375 * 100vw);
  }
  .point_item-02--img-03 {
    top: calc(56 / 375 * 100vw);
    left: 0;
    width: calc(160 / 375 * 100vw);
  }
  .point_item-02--img-04 {
    bottom: calc(60 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
    width: calc(145 / 375 * 100vw);
  }
}

.point_item-02_greeting {
  width: fit-content;
  margin-top: calc(24 / 1440 * 100vw);
  padding: calc(24 / 1440 * 100vw) calc(48 / 1440 * 100vw);
  border-radius: calc(20 / 1440 * 100vw);
  background-color: #fffce4;
}
@media (max-width: 767px) {
  .point_item-02_greeting {
    width: 100%;
    margin-top: calc(24 / 375 * 100vw);
    padding: calc(12 / 375 * 100vw) 0 calc(16 / 375 * 100vw);
    border-radius: calc(12 / 375 * 100vw);
  }
}
.point_item-02_greeting--title_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .point_item-02_greeting--title_wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.point_item-02_greeting--title {
  color: #ea6d8d;
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .point_item-02_greeting--title {
    font-size: calc(17 / 375 * 100vw);
  }
}
.point_item-02_greeting--notice {
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .point_item-02_greeting--notice {
    font-size: calc(12 / 375 * 100vw);
  }
}
.point_item-02_greeting--schedule_list {
  margin-top: calc(16 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .point_item-02_greeting--schedule_list {
    margin-top: calc(12 / 375 * 100vw);
  }
}
.point_item-02_greeting--schedule_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(28 / 1440 * 100vw);
}
.point_item-02_greeting--schedule_item + .point_item-02_greeting--schedule_item {
  margin-top: calc(8 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .point_item-02_greeting--schedule_item {
    gap: calc(16 / 375 * 100vw);
  }
  .point_item-02_greeting--schedule_item + .point_item-02_greeting--schedule_item {
    margin-top: calc(4 / 375 * 100vw);
  }
}
.point_item-02_greeting--date {
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 700;
  line-height: 1.5;
}
.point_item-02_greeting--date-day {
  display: inline-block;
  margin-left: calc(8 / 1440 * 100vw);
  font-size: calc(20 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .point_item-02_greeting--date {
    font-size: calc(17 / 375 * 100vw);
  }
  .point_item-02_greeting--date-day {
    margin-left: calc(4 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}
.point_item-02_greeting--time_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(28 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .point_item-02_greeting--time_list {
    gap: calc(16 / 375 * 100vw);
  }
}
.point_item-02_greeting--time_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(8 / 1440 * 100vw);
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 700;
  line-height: 1.5;
}
.point_item-02_greeting--time_item:before {
  content: "";
  display: block;
  width: calc(32 / 1440 * 100vw);
  height: calc(32 / 1440 * 100vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%20viewBox%3D%220%200%2032%2032%22%3E%3Crect%20width%3D%2231%22%20height%3D%2231%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill%3D%22%23fff%22%20rx%3D%2215.5%22%2F%3E%3Crect%20width%3D%2231%22%20height%3D%2231%22%20x%3D%22.5%22%20y%3D%22.5%22%20stroke%3D%22%23e7e0c2%22%20rx%3D%2215.5%22%2F%3E%3Cpath%20stroke%3D%22%23002844%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7.685%2019.47a9%209%200%201%201%2016.631-6.89%209%209%200%200%201-16.63%206.89%22%2F%3E%3Cpath%20stroke%3D%22%23002844%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M16%2011.025v5l3%203%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .point_item-02_greeting--time_item {
    gap: calc(8 / 375 * 100vw);
    font-size: calc(17 / 375 * 100vw);
  }
  .point_item-02_greeting--time_item:before {
    width: calc(24 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
  }
}

.point_item-03 {
  width: calc(862 / 1440 * 100vw);
  height: calc(739 / 1440 * 100vw);
  margin-top: calc(-36 / 1440 * 100vw);
  margin-left: calc(49 / 1440 * 100vw);
  padding-top: calc(85 / 1440 * 100vw);
  padding-left: calc(177 / 1440 * 100vw);
  background-image: url(../images/point_item-03-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .point_item-03 {
    width: calc(375 / 375 * 100vw);
    height: calc(664 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
    margin-left: 0;
    padding-top: calc(34 / 375 * 100vw);
    padding-left: calc(32 / 375 * 100vw);
    background-image: url(../images/point_item-03-bg_sp.webp);
  }
}
.point_item-03--img {
  position: absolute;
}
.point_item-03--img-01 {
  top: calc(-41 / 1440 * 100vw);
  left: calc(376 / 1440 * 100vw);
  width: calc(211 / 1440 * 100vw);
}
.point_item-03--img-02 {
  top: calc(480 / 1440 * 100vw);
  left: calc(102 / 1440 * 100vw);
  width: calc(185 / 1440 * 100vw);
}
.point_item-03--img-03 {
  top: calc(89 / 1440 * 100vw);
  right: calc(-366 / 1440 * 100vw);
  width: calc(599 / 1440 * 100vw);
}
.point_item-03--img-04 {
  bottom: calc(79 / 1440 * 100vw);
  left: calc(426 / 1440 * 100vw);
  width: calc(306 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .point_item-03--img-01 {
    top: calc(-8 / 375 * 100vw);
    left: calc(137 / 375 * 100vw);
    width: calc(91 / 375 * 100vw);
  }
  .point_item-03--img-02 {
    top: calc(159 / 375 * 100vw);
    left: auto;
    right: calc(4 / 375 * 100vw);
    width: calc(83 / 375 * 100vw);
  }
  .point_item-03--img-03 {
    top: auto;
    bottom: calc(56 / 375 * 100vw);
    left: calc(68 / 375 * 100vw);
    width: calc(289 / 375 * 100vw);
  }
  .point_item-03--img-04 {
    bottom: calc(60 / 375 * 100vw);
    left: calc(17 / 375 * 100vw);
    width: calc(135 / 375 * 100vw);
  }
}

.point_item-04 {
  width: calc(958 / 1440 * 100vw);
  height: calc(604 / 1440 * 100vw);
  margin-top: calc(120 / 1440 * 100vw);
  margin-right: calc(80 / 1440 * 100vw);
  padding-top: calc(51 / 1440 * 100vw);
  padding-right: calc(160 / 1440 * 100vw);
  background-image: url(../images/point_item-04-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .point_item-04 {
    width: calc(361 / 375 * 100vw);
    height: calc(376 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    margin-right: 0;
    padding-top: calc(41 / 375 * 100vw);
    padding-right: calc(51 / 375 * 100vw);
    background-image: url(../images/point_item-04-bg_sp.webp);
  }
}
.point_item-04--img {
  position: absolute;
}
.point_item-04--img-01 {
  top: calc(-16 / 1440 * 100vw);
  right: calc(44 / 1440 * 100vw);
  width: calc(330 / 1440 * 100vw);
}
.point_item-04--img-02 {
  bottom: calc(64 / 1440 * 100vw);
  right: calc(54 / 1440 * 100vw);
  width: calc(185 / 1440 * 100vw);
}
.point_item-04--img-03 {
  bottom: calc(76 / 1440 * 100vw);
  left: calc(117 / 1440 * 100vw);
  width: calc(229 / 1440 * 100vw);
}
.point_item-04--img-04 {
  bottom: calc(135 / 1440 * 100vw);
  left: calc(-245 / 1440 * 100vw);
  width: calc(566 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .point_item-04--img-01 {
    top: calc(-24 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
    width: calc(145 / 375 * 100vw);
  }
  .point_item-04--img-02 {
    top: calc(85 / 375 * 100vw);
    right: 0;
    left: calc(21 / 375 * 100vw);
    width: calc(84 / 375 * 100vw);
  }
  .point_item-04--img-03 {
    bottom: calc(108 / 375 * 100vw);
    left: calc(18 / 375 * 100vw);
    width: calc(98 / 375 * 100vw);
  }
  .point_item-04--img-04 {
    bottom: calc(-85 / 375 * 100vw);
    left: 0;
    width: calc(250 / 375 * 100vw);
  }
}

.cta {
  position: relative;
  padding: calc(218 / 1440 * 100vw) 0 calc(24 / 1440 * 100vw);
  background-image: url(../images/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .cta {
    padding: calc(88 / 375 * 100vw) 0 calc(16 / 375 * 100vw);
    background-image: url(../images/cta-bg_sp.webp);
  }
}
.cta--cloud_img {
  position: absolute;
  left: 0;
  top: calc(-235 / 1440 * 100vw);
  width: 100%;
}
@media (max-width: 767px) {
  .cta--cloud_img {
    top: calc(-136 / 375 * 100vw);
  }
}
.cta--title {
  width: fit-content;
  margin: 0 auto;
}
.cta--title_img {
  width: calc(710 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .cta--title_img {
    width: calc(289 / 375 * 100vw);
  }
}
.cta--link_wrapper {
  position: relative;
  margin-top: calc(80 / 1440 * 100vw);
  --cta-animation-y: calc(24 / 1440 * 100vw);
}
@media (max-width: 767px) {
  .cta--link_wrapper {
    margin: calc(64 / 375 * 100vw) calc(24 / 375 * 100vw) 0;
    --cta-animation-y: calc(20 / 375 * 100vw);
  }
}
.cta--link_wrapper.is-animated .cta--link,
.cta--link_wrapper.is-animated .cta--l_img,
.cta--link_wrapper.is-animated .cta--r_img {
  opacity: 1;
  transform: translateY(0);
}
.cta--link_wrapper.is-animated .cta--link:hover {
  transform: scale(1.03);
}
.cta--link {
  opacity: 0;
  transform: translateY(var(--cta-animation-y));
  transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.4s ease-in-out;
}
.cta--l_img {
  position: absolute;
  left: calc(179 / 1440 * 100vw);
  bottom: calc(-13 / 1440 * 100vw);
  width: calc(321 / 1440 * 100vw);
  opacity: 0;
  transform: translateY(var(--cta-animation-y));
  transition: opacity 0.6s ease 0.32s, transform 0.6s ease 0.32s;
}
@media (max-width: 767px) {
  .cta--l_img {
    left: calc(4 / 375 * 100vw);
    bottom: calc(60 / 375 * 100vw);
    width: calc(138 / 375 * 100vw);
  }
}
.cta--r_img {
  position: absolute;
  right: calc(245 / 1440 * 100vw);
  bottom: calc(-16 / 1440 * 100vw);
  width: calc(163 / 1440 * 100vw);
  opacity: 0;
  transform: translateY(var(--cta-animation-y));
  transition: opacity 0.6s ease 0.32s, transform 0.6s ease 0.32s;
}
@media (max-width: 767px) {
  .cta--r_img {
    right: calc(24 / 375 * 100vw);
    bottom: calc(56 / 375 * 100vw);
    width: calc(70 / 375 * 100vw);
  }
}
.cta--copyright_img {
  width: calc(288 / 1440 * 100vw);
  margin: calc(152 / 1440 * 100vw) auto 0;
}
@media (max-width: 767px) {
  .cta--copyright_img {
    width: calc(247 / 375 * 100vw);
    margin-top: calc(96 / 375 * 100vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cta--link,
  .cta--l_img,
  .cta--r_img {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

/*# sourceMappingURL=style.css.map */
