:root {
  --w-full: 1440px;
  --w-wrap: 1200px;
  --w-full-sp: 375px;
  --w-wrap-sp: min(90vw, 500px);
  --h-header: 96px;
  --h-header-sp: min(22.4vw, 84px);
  --c-co: #2544a6;
  --c-accent: #ffff51;
}

:root:has(:modal) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

html, body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

html {
  scroll-padding-block-start: var(--h-header);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  scrollbar-gutter: stable;
}
@media (width < 740px) {
  html {
    scroll-padding-block-start: var(--h-header-sp);
  }
}

body {
  width: 100%;
  min-height: 100dvh;
  height: 100%;
  position: relative;
  z-index: 1;
}
body.is-stop {
  overflow: hidden;
}
body.is-stop::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  position: absolute;
  inset: 0;
  z-index: 99;
}

h1, h2, h3, h4, h5 {
  line-height: 1em;
}

p, a, li {
  line-height: 1.625;
}

p {
  text-align: justify;
}

h1, h2, h3, h4, h5, p, a, li, button, span {
  font-feature-settings: "palt";
}

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

@media (any-hover: hover) and (pointer: fine) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l__wrapper {
  width: 100%;
  overflow: hidden;
}
.l__container {
  width: min(100% - 100px, var(--w-wrap));
  margin-inline: auto;
}
@media (width < 740px) {
  .l__container {
    width: var(--w-wrap-sp);
  }
}

.m__grad {
  -webkit-margin-before: -130px;
          margin-block-start: -130px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 45.35dvw -webkit-max-content;
  grid-template-rows: 45.35dvw max-content;
}
.m__grad .-bg-upper {
  grid-area: 1/1/2/2;
}
.m__grad .-bg-upper img {
  height: 100%;
}
.m__grad .-bg-body {
  grid-area: 2/1/3/2;
  background-color: var(--c-co);
  height: 100%;
  translate: 0 -1px;
}
.m__grad .-cont {
  grid-area: 1/1/3/2;
  z-index: 3;
}

.u__ib {
  display: inline-block;
}
@media (width < 740px) {
  .u__pc {
    display: none;
  }
}
.u__sp {
  display: none;
}
@media (width < 740px) {
  .u__sp {
    display: inherit;
  }
}
.u__bg_yl {
  background-color: var(--c-accent);
}
.u__bg_co {
  background-color: var(--c-co);
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  transition: background-color 0.3s;
}
.header.is-change {
  background-color: var(--c-co);
}
.header.is-change .header__cloud {
  opacity: 0;
  pointer-events: none;
}
.header__inner {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.header__cloud {
  width: 450px;
  height: var(--h-header);
  background-image: url(../images/shared/cloud-header.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  display: grid;
  grid-template-columns: 166px 1px 178px;
  gap: min(3.73vw, 23px);
  place-items: center;
  place-content: center;
  -webkit-padding-after: 12px;
          padding-block-end: 12px;
  transition: opacity 0.3s;
  pointer-events: all;
}
.header__cloud img {
  transition: opacity 0.3s;
}
.header__cloud:focus-visible img {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .header__cloud:hover img {
    opacity: 0.5;
  }
}
@media (width < 740px) {
  .header__cloud {
    width: min(75.73vw, 284px);
    height: var(--h-header-sp);
    -webkit-padding-after: min(9.33vw, 35px);
            padding-block-end: min(9.33vw, 35px);
    grid-template-columns: min(27.73vw, 104px) 1px min(24.53vw, 92px);
  }
}
.header__cloud .-logo {
  grid-area: 1/1/2/2;
}
.header__cloud::after {
  content: "";
  width: 100%;
  height: min(6.67vw, 40px);
  display: block;
  background-color: #ccc;
  grid-area: 1/2/2/3;
}
.header__cloud .-typeface {
  grid-area: 1/3/2/4;
}
.header__btn {
  font-size: min(3.2vw, 1.2rem);
  font-weight: 600;
  pointer-events: all;
  width: min(23.73vw, 90px);
  aspect-ratio: 45 / 41;
  background-image: url(../images/shared/bg-menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  color: #fff;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  -webkit-padding-after: 0.5em;
          padding-block-end: 0.5em;
  transition: color 0.3s;
}
.header__btn.is-close .-hamburger {
  aspect-ratio: 1/1;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-items: center;
}
.header__btn.is-close .-hamburger span {
  grid-area: 1/1/2/2;
}
.header__btn.is-close .-hamburger span:first-of-type {
  rotate: 45deg;
}
.header__btn.is-close .-hamburger span:nth-of-type(2) {
  opacity: 0;
}
.header__btn.is-close .-hamburger span:last-of-type {
  width: 100%;
  rotate: -45deg;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.header__btn .-hamburger {
  width: min(9.07vw, 34px);
  aspect-ratio: 4/3;
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  gap: min(1.6vw, 6px);
  margin-inline: auto;
}
.header__btn .-hamburger span {
  display: block;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transition: all 0.3s;
}
.header__btn .-hamburger span:first-of-type {
  width: 100%;
}
.header__btn .-hamburger span:nth-of-type(2) {
  width: 88%;
}
.header__btn .-hamburger span:nth-of-type(3) {
  width: 76%;
}
.header__btn:focus-visible {
  color: var(--c-accent);
}
.header__btn:focus-visible .-hamburger span {
  background-color: var(--c-accent);
}
@media (any-hover: hover) {
  .header__btn:hover {
    color: var(--c-accent);
  }
  .header__btn:hover .-hamburger span {
    background-color: var(--c-accent);
  }
}

.footer {
  background-color: #fff;
  -webkit-padding-before: min(5.33vw, 50px);
          padding-block-start: min(5.33vw, 50px);
  -webkit-padding-after: min(5.33vw, 30px);
          padding-block-end: min(5.33vw, 30px);
}
.footer__logo {
  width: min(100%, 261px);
  margin-inline: auto;
}
.footer small {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  display: block;
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}

.menu {
  font-size: min(5.33vw, 2rem);
  height: 700px;
  max-height: 100vh;
  max-height: 100dvh;
  overflow: auto;
  position: absolute;
  top: var(--h-header);
  left: 0;
  z-index: 101;
  background-color: var(--c-co);
  opacity: 0;
  transition: opacity 0.3s;
}
@media (width < 740px) {
  .menu {
    top: var(--h-header-sp);
    height: auto;
  }
}
.menu.is-visible {
  pointer-events: all;
  opacity: 1;
}
.menu__inner {
  -webkit-padding-before: 4px;
          padding-block-start: 4px;
  -webkit-padding-after: 100px;
          padding-block-end: 100px;
}
@media (width < 740px) {
  .menu__inner {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.menu__inner .-ttl {
  display: block;
  width: min(81.6vw, 400px);
  margin-inline: auto;
  transition: opacity 0.3s;
}
.menu__inner .-ttl:focus-visible {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .menu__inner .-ttl:hover {
    opacity: 0.7;
  }
}
.menu__inner ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5em 4em;
  -webkit-margin-before: min(9.33vw, 100px);
          margin-block-start: min(9.33vw, 100px);
  width: min(100% - 100px, var(--w-wrap));
  margin-inline: auto;
}
.menu__inner ul li {
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media (width < 740px) {
  .menu__inner ul li {
    width: 100%;
  }
}
.menu__inner ul li a {
  line-height: 1.4;
  display: grid;
  grid-template-columns: 0.6em 1fr;
  gap: 0.3em;
  color: #fff;
  transition: color 0.3s;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.menu__inner ul li a:focus-visible {
  color: var(--c-accent);
  text-decoration: none;
}
@media (any-hover: hover) {
  .menu__inner ul li a:hover {
    color: var(--c-accent);
    text-decoration: none;
  }
}
@media (width < 740px) {
  .menu__inner ul li a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    display: block;
  }
}
.menu__inner ul li a::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background-color: var(--c-accent);
  border-radius: 50%;
  -webkit-margin-before: 0.4em;
          margin-block-start: 0.4em;
}
@media (width < 740px) {
  .menu__inner ul li a::before {
    display: none;
  }
}
.menu__bottom {
  -webkit-margin-before: min(20vw, 150px);
          margin-block-start: min(20vw, 150px);
}
.menu__bottom .-txt0 {
  font-size: 0.9em;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.menu__bottom .-belt {
  padding-block: 0.7em;
  padding-inline: 1.6em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (width < 740px) {
  .menu__bottom .-belt {
    width: 100%;
  }
}
.menu__bottom .-belt .-txt1 {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.menu__bottom .-belt .-txt1 br {
  display: none;
}
@media (width < 740px) {
  .menu__bottom .-belt .-txt1 br {
    display: inherit;
  }
}
.menu__bottom .-belt .-txt2 {
  font-size: min(3.73vw, 0.8em);
  text-align: center;
}

.teaser {
  font-size: min(4.27vw, 1.6rem);
}
.teaser__first {
  position: relative;
}
.teaser__first_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-height: 960px;
  height: 100vh;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  opacity:0.5;
}
@media (width < 740px) {
  .teaser__first_bg {
    min-height: 668px;
  }
}
.teaser__fv {
  -webkit-padding-before: 100px;
          padding-block-start: 100px;
  min-height: 430px;
  height: 50vh;
  height: 50dvh;
  position: relative;
}
@media (width < 740px) {
  .teaser__fv {
    min-height: 668px;
    -webkit-padding-before: min(29.87vw, 112px);
            padding-block-start: min(29.87vw, 112px);
  }
  .teaser__fv::after {
    content: "";
    width: 39.2vw;
    aspect-ratio: 1/1;
    background-image: url(../images/shared/fv-sp-illust.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    bottom: 24vw;
    right: 0;
  }
}
.teaser__heading {
  width: min(70vw, 700px);
  margin-inline: auto;
}
@media (width < 740px) {
  .teaser__heading {
    width: 122.67vw;
    translate: -8% 0;
  }
}
.teaser__bnr {
  width: min(38.46vw, 433px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  translate: -4% -51%;
}
@media (width < 740px) {
  .teaser__bnr {
    width: 68.8vw;
    translate: -9% -61%;
  }
}
.teaser__sec1 {
  position: relative;
}
.teaser__sec1 .-cont {
  -webkit-padding-before: 17.5dvw;
          padding-block-start: 17.5dvw;
  -webkit-padding-after: 70px;
          padding-block-end: 70px;
}
@media (width < 740px) {
  .teaser__sec1 .-cont {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.teaser__sec1__heading {
  width: min(100% - 100px, 774px);
  display: grid;
  grid-template-columns: 23% 1fr 16%;
  align-items: end;
  -webkit-padding-end: 5%;
          padding-inline-end: 5%;
  margin-inline: auto;
}
@media (width < 740px) {
  .teaser__sec1__heading {
    width: min(93.07vw, 523.5px);
  }
}
.teaser__sec1__heading::before, .teaser__sec1__heading::after {
  content: "";
  display: block;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.teaser__sec1__heading::before {
  aspect-ratio: 21 / 17;
  background-image: url(../images/shared/illust-1.png);
}
.teaser__sec1__heading::after {
  aspect-ratio: 118 / 123;
  background-image: url(../images/shared/illust-2.png);
}
.teaser__sec1 .-lead {
  font-size: min(2.77vw, 3.6rem);
  font-weight: 900;
  line-height: 1.39;
  width: min(71.77vw, 933px);
  color: #ffff51;
  position: relative;
  margin-inline: auto;
  -webkit-margin-before: 1.3888888889em;
          margin-block-start: 1.3888888889em;
}
@media (width < 740px) {
  .teaser__sec1 .-lead {
    font-size: min(5.33vw, 3rem);
    width: 100vw;
  }
}
.teaser__sec1 .-lead p {
  text-align: center;
}
.teaser__sec1 .-lead::after {
  content: "";
  width: min(12vw, 156px);
  aspect-ratio: 156 / 149;
  background-image: url(../images/shared/illust-3.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.7222222222em;
  left: 0;
}
@media (width < 740px) {
  .teaser__sec1 .-lead::after {
    width: min(20vw, 112.5px);
    translate: -19% 0;
    top: unset;
    bottom: -2.8em;
  }
}
.teaser__sec1 .-txt-area {
  color: #fff;
  font-weight: 700;
  -webkit-margin-before: 3em;
          margin-block-start: 3em;
  -webkit-padding-after: 4.5em;
          padding-block-end: 4.5em;
  position: relative;
  width: min(72vw, 936px);
  margin-inline: auto;
}
@media (width < 740px) {
  .teaser__sec1 .-txt-area {
    font-size: min(4.27vw, 1.6rem);
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
    width: 90vw;
    -webkit-padding-after: min(30.4vw, 171px);
            padding-block-end: min(30.4vw, 171px);
  }
}
.teaser__sec1 .-txt-area p {
  text-align: center;
  line-height: 2.13;
}
.teaser__sec1 .-txt-area::before, .teaser__sec1 .-txt-area::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
}
.teaser__sec1 .-txt-area::before {
  width: min(14.54vw, 189px);
  aspect-ratio: 9 / 5;
  background-image: url(../images/shared/illust-5.png);
  bottom: 0;
  right: min(58.23vw, 757px);
}
@media (width < 740px) {
  .teaser__sec1 .-txt-area::before {
    width: min(24.27vw, 136.5px);
    right: unset;
    left: 0;
    bottom: min(13.33vw, 50px);
  }
}
.teaser__sec1 .-txt-area::after {
  width: min(15.23vw, 198px);
  aspect-ratio: 22 / 21;
  background-image: url(../images/shared/illust-4.png);
  bottom: 3.125em;
  right: -4.6875em;
}
@media (width < 740px) {
  .teaser__sec1 .-txt-area::after {
    width: min(25.33vw, 142.5px);
    right: 0;
    bottom: -3%;
  }
}
.teaser__belt {
  font-size: min(3.73vw, 2.4rem);
  position: relative;
  padding-block: 1.5416666667em;
}
.teaser__belt::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--c-accent);
  position: absolute;
  top: -1px;
}
.teaser__belt .-txt0 {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (width < 740px) {
  .teaser__belt .-txt0 {
    font-size: 1.4285714286em;
  }
}
.teaser__belt .-txt1 {
  text-align: center;
}
.teaser__sec2 {
  position: relative;
}
.teaser__sec2_container {
  width: min(100% - 50px, var(--w-wrap));
  margin-inline: auto;
}
@media (width < 900px) {
  .teaser__sec2_container {
    width: 100vw;
    overflow: hidden;
  }
}
.teaser__sec2 .-bg {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.teaser__sec2 .-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.teaser__sec2 .-body {
  position: relative;
  z-index: 2;
  -webkit-margin-before: calc(-100vh - 1px);
          margin-block-start: calc(-100vh - 1px);
}
.teaser__sec2_down-triangle {
  font-size: 3.6rem;
  background-color: var(--c-co);
  color: #fff;
  height: 7.75em;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 38%, 50% 100%, 0% 38%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 38%, 50% 100%, 0% 38%);
  -webkit-padding-before: 1.25em;
          padding-block-start: 1.25em;
}
@media (width < 900px) {
  .teaser__sec2_down-triangle {
    font-size: min(2.77vw, 3.6rem);
  }
}
@media (width < 740px) {
  .teaser__sec2_down-triangle {
    font-size: min(5.33vw, 30px);
    height: 8.8em;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
  }
}
.teaser__sec2_down-triangle .-txt {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.teaser__sec2_down-triangle .-txt br {
  display: none;
}
@media (width < 740px) {
  .teaser__sec2_down-triangle .-txt br {
    display: inherit;
  }
}
.teaser__sec2_down-triangle img {
  width: 3.3333333333em;
  margin-inline: auto;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media (width < 740px) {
  .teaser__sec2_down-triangle img {
    -webkit-margin-before: 0.4em;
            margin-block-start: 0.4em;
  }
}
.teaser__sec2 ul {
  font-size: min(1.54vw, 2rem);
  -webkit-margin-before: min(13.33vw, 50px);
          margin-block-start: min(13.33vw, 50px);
  display: block;
}
@media (width < 740px) {
  .teaser__sec2 ul {
    font-size: min(4.27vw, 24px);
    width: 100vw;
  }
}
.teaser__sec2 ul li {
  position: relative;
}
@media (width < 740px) {
  .teaser__sec2 ul li {
    width: 100vw;
  }
}
.teaser__sec2 .-cloud {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (width < 740px) {
  .teaser__sec2 .-cloud {
    transform: initial;
    background-size: cover;
  }
}
.teaser__sec2 .-illust, .teaser__sec2 .-pic, .teaser__sec2 .-pic1, .teaser__sec2 .-pic2 {
  position: absolute;
}
.teaser__sec2 h3 {
  display: block;
  -webkit-padding-after: 1.4em;
          padding-block-end: 1.4em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.teaser__sec2 h3 img {
  margin-inline: auto;
}
.teaser__sec2 .-txt1 {
  text-align: center;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(1.4rem, 1.54vw, 2rem);
}
@media (width < 740px) {
  .teaser__sec2 .-txt1 {
    line-height: 1.75;
    font-size: 1em;
  }
}
.teaser__sec2 .-txt2 {
  text-align: center;
  line-height: 1.56;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.teaser__sec2 .-item1 {
  width: 50.3em;
  -webkit-margin-after: 3.1em;
          margin-block-end: 3.1em;
}
@media (width < 740px) {
  .teaser__sec2 .-item1 {
    width: 100%;
    -webkit-margin-after: 12.125em;
            margin-block-end: 12.125em;
  }
}
.teaser__sec2 .-item1 .-cloud {
  width: 40.8em;
  height: 26.35em;
  background-image: url(../images/shared/content-1-cloud.svg);
  -webkit-padding-before: 2.8em;
          padding-block-start: 2.8em;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  -webkit-padding-start: 4.25em;
          padding-inline-start: 4.25em;
  -webkit-padding-end: 5.85em;
          padding-inline-end: 5.85em;
}
@media (width < 740px) {
  .teaser__sec2 .-item1 .-cloud {
    width: 100%;
    height: 26.4375em;
    background-image: url(../images/shared/content-1-cloud.svg);
    -webkit-padding-before: 3.5em;
            padding-block-start: 3.5em;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    -webkit-padding-start: 1.25em;
            padding-inline-start: 1.25em;
    -webkit-padding-end: 1.25em;
            padding-inline-end: 1.25em;
  }
}
.teaser__sec2 .-item1 h3 {
  width: 100%;
  background-image: url(../images/shared/content-1-line.svg);
}
.teaser__sec2 .-item1 h3 img {
  width: 20.6em;
}
@media (width < 740px) {
  .teaser__sec2 .-item1 h3 img {
    width: 16.25em;
  }
}
.teaser__sec2 .-item1 .-txt2 {
  font-size: 0.9em;
  font-weight: 700;
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
@media (width < 740px) {
  .teaser__sec2 .-item1 .-txt2 {
    font-size: 0.75em;
    -webkit-margin-before: 1.5em;
            margin-block-start: 1.5em;
  }
}
.teaser__sec2 .-item1 .-illust {
  width: 9.25em;
  bottom: -1.5em;
  left: 3.15em;
}
@media (width < 740px) {
  .teaser__sec2 .-item1 .-illust {
    width: 8.125em;
    bottom: -5.625em;
    left: 0.625em;
  }
}
.teaser__sec2 .-item1 .-pic {
  width: 15.85em;
  bottom: 0;
  right: 0;
}
@media (width < 740px) {
  .teaser__sec2 .-item1 .-pic {
    width: 11.25em;
    bottom: -9.375em;
    right: 0.625em;
  }
}
.teaser__sec2 .-item2 {
  width: 51.65em;
  -webkit-margin-after: 2.5em;
          margin-block-end: 2.5em;
  -webkit-padding-start: 4.65em;
          padding-inline-start: 4.65em;
  margin-inline: auto 0;
}
@media (width < 740px) {
  .teaser__sec2 .-item2 {
    width: 100%;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-margin-after: 9.25em;
            margin-block-end: 9.25em;
  }
}
.teaser__sec2 .-item2 .-cloud {
  width: 43.25em;
  height: 25.75em;
  background-image: url(../images/shared/content-2-cloud.svg);
  -webkit-padding-before: 3em;
          padding-block-start: 3em;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  -webkit-padding-start: 5.3em;
          padding-inline-start: 5.3em;
  -webkit-padding-end: 7.25em;
          padding-inline-end: 7.25em;
}
@media (width < 740px) {
  .teaser__sec2 .-item2 .-cloud {
    width: 100%;
    height: 26.9375em;
    background-image: url(../images/shared/content-2-cloud.svg);
    -webkit-padding-before: 3.75em;
            padding-block-start: 3.75em;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    -webkit-padding-start: 1.25em;
            padding-inline-start: 1.25em;
    -webkit-padding-end: 1.25em;
            padding-inline-end: 1.25em;
  }
}
.teaser__sec2 .-item2 .-txts {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 22.7em;
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
  margin-inline: auto;
}
@media (width < 740px) {
  .teaser__sec2 .-item2 .-txts {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    width: 100%;
  }
}
.teaser__sec2 .-item2 .-txts .-txt2 {
  font-size: 0.7em;
  font-weight: 700;
}
.teaser__sec2 .-item2 .-txts .-txt2 .-l {
  font-size: 1.5714285714em;
  display: block;
}
@media (width < 740px) {
  .teaser__sec2 .-item2 .-txts .-txt2 {
    font-size: 0.75em;
  }
  .teaser__sec2 .-item2 .-txts .-txt2 .-l {
    font-size: 1em;
  }
}
.teaser__sec2 .-item2 h3 {
  width: 100%;
  background-image: url(../images/shared/content-2-line.svg);
}
.teaser__sec2 .-item2 h3 img {
  width: 30.55em;
}
@media (width < 740px) {
  .teaser__sec2 .-item2 h3 img {
    width: 20.9375em;
  }
}
.teaser__sec2 .-item2 .-illust {
  width: 11.05em;
  top: -0.9em;
  right: 2.7em;
}
@media (width < 740px) {
  .teaser__sec2 .-item2 .-illust {
    width: 9.6875em;
    top: -3em;
    right: 6.8125em;
  }
}
.teaser__sec2 .-item2 .-pic1 {
  width: 12.65em;
  bottom: 0.7em;
  left: 0;
}
@media (width < 740px) {
  .teaser__sec2 .-item2 .-pic1 {
    width: 10em;
    bottom: -6.5625em;
    left: 1.25em;
  }
}
.teaser__sec2 .-item2 .-pic2 {
  width: 12.65em;
  bottom: 0.7em;
  right: 0;
}
@media (width < 740px) {
  .teaser__sec2 .-item2 .-pic2 {
    width: 10em;
    bottom: -6.5625em;
    right: 1.25em;
  }
}
.teaser__sec2 .-item3 {
  width: 47.05em;
  -webkit-margin-after: 2.15em;
          margin-block-end: 2.15em;
  -webkit-padding-start: 8.4em;
          padding-inline-start: 8.4em;
}
@media (width < 740px) {
  .teaser__sec2 .-item3 {
    width: 100%;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-margin-after: 10.25em;
            margin-block-end: 10.25em;
  }
}
.teaser__sec2 .-item3 .-cloud {
  width: 37.8em;
  height: 21.55em;
  background-image: url(../images/shared/content-3-cloud.svg);
  -webkit-padding-before: 2.7em;
          padding-block-start: 2.7em;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  -webkit-padding-start: 4.85em;
          padding-inline-start: 4.85em;
  -webkit-padding-end: 6.95em;
          padding-inline-end: 6.95em;
}
@media (width < 740px) {
  .teaser__sec2 .-item3 .-cloud {
    width: 100%;
    height: 20.375em;
    background-image: url(../images/shared/content-3-cloud.svg);
    -webkit-padding-before: 1.7em;
            padding-block-start: 1.7em;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    -webkit-padding-start: 1em;
            padding-inline-start: 1em;
    -webkit-padding-end: 1em;
            padding-inline-end: 1em;
  }
}
.teaser__sec2 .-item3 h3 {
  width: 100%;
  background-image: url(../images/shared/content-3-line.svg);
}
.teaser__sec2 .-item3 h3 img {
  width: 24.3em;
}
@media (width < 740px) {
  .teaser__sec2 .-item3 h3 img {
    width: 19.125em;
  }
}
.teaser__sec2 .-item3 .-illust {
  width: 9.7em;
  bottom: 1.3em;
  right: 0;
}
@media (width < 740px) {
  .teaser__sec2 .-item3 .-illust {
    width: 8.5em;
    bottom: -3.375em;
    right: 1.25em;
  }
}
.teaser__sec2 .-item3 .-pic {
  width: 13.45em;
  bottom: -1em;
  left: 0;
}
@media (width < 740px) {
  .teaser__sec2 .-item3 .-pic {
    width: 11.25em;
    bottom: -7.875em;
    left: 1.25em;
  }
}
.teaser__sec2 .-item4 {
  width: 45.5em;
  -webkit-margin-after: 2.05em;
          margin-block-end: 2.05em;
  margin-inline: auto 0;
}
@media (width < 740px) {
  .teaser__sec2 .-item4 {
    width: 100%;
    -webkit-margin-after: 10em;
            margin-block-end: 10em;
  }
}
.teaser__sec2 .-item4 .-cloud {
  width: 38.3em;
  height: 24em;
  background-image: url(../images/shared/content-4-cloud.svg);
  -webkit-padding-before: 4.65em;
          padding-block-start: 4.65em;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  -webkit-padding-start: 7.15em;
          padding-inline-start: 7.15em;
  -webkit-padding-end: 7.2em;
          padding-inline-end: 7.2em;
}
@media (width < 740px) {
  .teaser__sec2 .-item4 .-cloud {
    width: 100%;
    height: 22.25em;
    background-image: url(../images/shared/content-4-cloud.svg);
    -webkit-padding-before: 3.4375em;
            padding-block-start: 3.4375em;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    -webkit-padding-start: 1.25em;
            padding-inline-start: 1.25em;
    -webkit-padding-end: 1.25em;
            padding-inline-end: 1.25em;
  }
}
.teaser__sec2 .-item4 h3 {
  width: 100%;
  background-image: url(../images/shared/content-4-line.svg);
}
.teaser__sec2 .-item4 h3 img {
  width: 21.7em;
}
@media (width < 740px) {
  .teaser__sec2 .-item4 h3 img {
    width: 17.125em;
  }
}
.teaser__sec2 .-item4 .-illust {
  width: 8.95em;
  bottom: 2.6em;
  left: 0.5em;
}
@media (width < 740px) {
  .teaser__sec2 .-item4 .-illust {
    width: 7.8125em;
    bottom: -3.5625em;
    left: 1.25em;
  }
}
.teaser__sec2 .-item4 .-pic {
  width: 13.45em;
  bottom: 4.35em;
  right: 0;
}
@media (width < 740px) {
  .teaser__sec2 .-item4 .-pic {
    width: 11.25em;
    bottom: -7.9375em;
    right: 1.25em;
  }
}
.teaser__sec2 .-item5 {
  width: 45.35em;
  -webkit-margin-after: 1.7em;
          margin-block-end: 1.7em;
}
@media (width < 740px) {
  .teaser__sec2 .-item5 {
    width: 100%;
    -webkit-margin-after: 11.625em;
            margin-block-end: 11.625em;
  }
}
.teaser__sec2 .-item5 .-cloud {
  width: 37.4em;
  height: 23.6em;
  background-image: url(../images/shared/content-5-cloud.svg);
  -webkit-padding-before: 3.3em;
          padding-block-start: 3.3em;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  -webkit-padding-start: 6em;
          padding-inline-start: 6em;
  -webkit-padding-end: 7.8em;
          padding-inline-end: 7.8em;
  margin-inline: auto 0;
}
@media (width < 740px) {
  .teaser__sec2 .-item5 .-cloud {
    width: 100%;
    height: 24.0625em;
    background-image: url(../images/shared/content-5-cloud.svg);
    -webkit-padding-before: 2.75em;
            padding-block-start: 2.75em;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    -webkit-padding-start: 1.25em;
            padding-inline-start: 1.25em;
    -webkit-padding-end: 1.25em;
            padding-inline-end: 1.25em;
  }
}
.teaser__sec2 .-item5 h3 {
  width: 100%;
  background-image: url(../images/shared/content-5-line.svg);
}
.teaser__sec2 .-item5 h3 img {
  width: 20.35em;
}
@media (width < 740px) {
  .teaser__sec2 .-item5 h3 img {
    width: 16.25em;
  }
}
.teaser__sec2 .-item5 .-illust {
  width: 7.05em;
  bottom: 3.05em;
  right: 0.65em;
}
@media (width < 740px) {
  .teaser__sec2 .-item5 .-illust {
    width: 6.125em;
    bottom: -1.25em;
    right: 1.25em;
  }
}
.teaser__sec2 .-item5 .-pic {
  width: 13.45em;
  bottom: 0.8em;
  left: 0;
}
@media (width < 740px) {
  .teaser__sec2 .-item5 .-pic {
    width: 11.25em;
    bottom: -9.25em;
    left: 1.25em;
  }
}
.teaser__sec2 .-item6 {
  width: 46.65em;
  -webkit-margin-after: 1.7em;
          margin-block-end: 1.7em;
  -webkit-padding-start: 1.15em;
          padding-inline-start: 1.15em;
  margin-inline: auto 0;
}
@media (width < 740px) {
  .teaser__sec2 .-item6 {
    width: 100%;
    -webkit-margin-after: 11.625em;
            margin-block-end: 11.625em;
    padding-inline: 0;
  }
}
.teaser__sec2 .-item6 .-cloud {
  width: 38.3em;
  height: 24em;
  background-image: url(../images/shared/content-6-cloud.svg);
  -webkit-padding-before: 4em;
          padding-block-start: 4em;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  -webkit-padding-start: 7.15em;
          padding-inline-start: 7.15em;
  -webkit-padding-end: 7.2em;
          padding-inline-end: 7.2em;
}
@media (width < 740px) {
  .teaser__sec2 .-item6 .-cloud {
    width: 100%;
    height: 24.0625em;
    background-image: url(../images/shared/content-6-cloud.svg);
    -webkit-padding-before: 3.75em;
            padding-block-start: 3.75em;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    -webkit-padding-start: 1.25em;
            padding-inline-start: 1.25em;
    -webkit-padding-end: 1.25em;
            padding-inline-end: 1.25em;
  }
}
.teaser__sec2 .-item6 .-txt1 {
  line-height: 1.7;
}
@media (width < 740px) {
  .teaser__sec2 .-item6 .-txt1 {
    line-height: 1.75;
  }
}
.teaser__sec2 .-item6 .-txt1 .-rd {
  color: #c00;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
}
.teaser__sec2 .-item6 h3 {
  width: 100%;
  background-image: url(../images/shared/content-6-line.svg);
}
.teaser__sec2 .-item6 h3 img {
  width: 22.35em;
}
@media (width < 740px) {
  .teaser__sec2 .-item6 h3 img {
    width: 17.625em;
  }
}
.teaser__sec2 .-item6 .-illust {
  width: 10.7em;
  bottom: 3.5em;
  left: 0;
}
@media (width < 900px) {
  .teaser__sec2 .-item6 .-illust {
    width: 10.7em;
    bottom: 3.5em;
    left: -3.5em;
  }
}
@media (width < 740px) {
  .teaser__sec2 .-item6 .-illust {
    width: 9.3125em;
    bottom: -3.125em;
    left: 1.25em;
  }
}
.teaser__sec2 .-item6 .-pic {
  width: 14.15em;
  bottom: 1.05em;
  right: 0;
}
@media (width < 740px) {
  .teaser__sec2 .-item6 .-pic {
    width: 11.25em;
    bottom: -9.0625em;
    right: 1.25em;
  }
}
.teaser__sec2 .-item7 {
  width: 46em;
  -webkit-padding-start: 8.1em;
          padding-inline-start: 8.1em;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
}
@media (width < 740px) {
  .teaser__sec2 .-item7 {
    width: 100%;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-padding-after: 12.5em;
            padding-block-end: 12.5em;
  }
}
.teaser__sec2 .-item7 .-cloud {
  width: 38.2em;
  height: 24.9em;
  background-image: url(../images/shared/content-7-cloud.svg);
  -webkit-padding-before: 4em;
          padding-block-start: 4em;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  -webkit-padding-start: 6.25em;
          padding-inline-start: 6.25em;
  -webkit-padding-end: 8.3em;
          padding-inline-end: 8.3em;
}
@media (width < 740px) {
  .teaser__sec2 .-item7 .-cloud {
    width: 100%;
    height: 23.0625em;
    background-image: url(../images/shared/content-7-cloud.svg);
    -webkit-padding-before: 2.875em;
            padding-block-start: 2.875em;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    -webkit-padding-start: 1.25em;
            padding-inline-start: 1.25em;
    -webkit-padding-end: 1.25em;
            padding-inline-end: 1.25em;
  }
}
.teaser__sec2 .-item7 .-txt1 {
  line-height: 1.7;
}
@media (width < 740px) {
  .teaser__sec2 .-item7 .-txt1 {
    line-height: 1.75;
  }
}
.teaser__sec2 .-item7 .-txt1 .-rd {
  color: #c00;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
}
.teaser__sec2 .-item7 h3 {
  width: 100%;
  background-image: url(../images/shared/content-7-line.svg);
}
.teaser__sec2 .-item7 h3 img {
  width: 20.2em;
}
@media (width < 740px) {
  .teaser__sec2 .-item7 h3 img {
    width: 16.0625em;
  }
}
.teaser__sec2 .-item7 .-illust {
  width: 8.8em;
  bottom: 3.3em;
  right: 0.25em;
}
@media (width < 740px) {
  .teaser__sec2 .-item7 .-illust {
    width: 7.6875em;
    bottom: 10em;
    right: 1.25em;
  }
}
.teaser__sec2 .-item7 .-pic {
  width: 13.45em;
  bottom: 3em;
  left: 0;
}
@media (width < 740px) {
  .teaser__sec2 .-item7 .-pic {
    width: 11.25em;
    bottom: 3em;
    left: 1.25em;
  }
}
.teaser__sec3 {
  -webkit-padding-before: min(16vw, 80px);
          padding-block-start: min(16vw, 80px);
  -webkit-padding-after: min(16vw, 100px);
          padding-block-end: min(16vw, 100px);
}
.teaser__sec3_heading {
  width: min(80vw, 538px);
  margin-inline: auto;
}
.teaser__sec3 ul {
  font-size: min(1.54vw, 1.8rem);
  -webkit-margin-before: min(10.67vw, 70px);
          margin-block-start: min(10.67vw, 70px);
}
@media (width < 740px) {
  .teaser__sec3 ul {
    font-size: min(3.73vw, 16px);
  }
}
.teaser__sec3 ul li {
  background-color: #fff;
  border-radius: min(5.33vw, 25px);
  padding-block: min(10.67vw, 40px);
  padding-inline: min(5.33vw, 20px);
}
.teaser__sec3 ul li + li {
  -webkit-margin-before: min(10.67vw, 40px);
          margin-block-start: min(10.67vw, 40px);
}
.teaser__sec3 ul li h3 {
  font-size: min(4.46vw, 4.5rem);
  font-weight: 900;
  text-align: center;
}
@media (width < 740px) {
  .teaser__sec3 ul li h3 {
    font-size: min(8vw, 4.5rem);
  }
  .teaser__sec3 ul li h3:has(.-tag) {
    font-size: min(7.47vw, 3.5rem);
  }
}
.teaser__sec3 ul li h3 .-rd {
  color: #f00;
}
.teaser__sec3 ul li h3 .-tag {
  display: inline-block;
  font-size: 0.35em;
  font-weight: 400;
  background-color: #ed1c24;
  color: #fff;
  line-height: 1;
  padding-block: 0.6em;
  padding-inline: 0.5em;
  -webkit-margin-start: 0.6em;
          margin-inline-start: 0.6em;
  vertical-align: 0.45em;
  letter-spacing: 0.05em;
}
.teaser__sec3 ul li .-txt {
  line-height: 1.78;
  margin-block: 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.teaser__sec3 ul li .-txt a {
  color: var(--c-co);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.teaser__sec3 ul li .-txt a:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  .teaser__sec3 ul li .-txt a:hover {
    text-decoration: none;
  }
}
@media (width < 740px) {
  .teaser__sec3 ul li .-txt br {
    display: none;
  }
}
.teaser__sec3 ul li .-place-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media (width < 740px) {
  .teaser__sec3 ul li .-place-wrap {
    grid-template-columns: 1fr;
  }
}
@media (width < 740px) {
  .teaser__sec3 ul li .-place + .-place {
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
  }
}
.teaser__sec3 ul li .-place > img {
  -webkit-margin-before: 0.5555555556em;
          margin-block-start: 0.5555555556em;
  -webkit-margin-start: 4.1111111111em;
          margin-inline-start: 4.1111111111em;
}
@media (width < 900px) {
  .teaser__sec3 ul li .-place > img {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
@media (width < 740px) {
  .teaser__sec3 ul li .-place > img {
    -webkit-margin-start: 3.4444444444em;
            margin-inline-start: 3.4444444444em;
  }
}
.teaser__sec3 ul li .-place .-img-and-txt {
  font-size: 1.4rem;
  -webkit-margin-before: 0.7142857143em;
          margin-block-start: 0.7142857143em;
  -webkit-padding-start: 5.2857142857em;
          padding-inline-start: 5.2857142857em;
  display: grid;
  grid-template-columns: 8.1428571429em 1fr;
  gap: 1em;
}
@media (width < 900px) {
  .teaser__sec3 ul li .-place .-img-and-txt {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    font-size: 1.2rem;
  }
}
@media (width < 740px) {
  .teaser__sec3 ul li .-place .-img-and-txt {
    -webkit-padding-start: 4.4285714286em;
            padding-inline-start: 4.4285714286em;
    font-size: 1.4rem;
  }
}
.teaser__sec3 ul li .-place .-img-and-txt p {
  align-self: center;
}
.teaser__sec3 ul li div:nth-child(1 of .-place) > img {
  width: 69%;
}
.teaser__sec3 ul li div:nth-child(2 of .-place) > img {
  width: 63%;
}
.teaser__sec3 ul li .-place-head {
  font-size: min(1.46dvw, 18px);
  display: grid;
  grid-template-columns: 3.3333333333em 1fr;
  grid-template-areas: "img ttl" "img tag";
  gap: 0 0.7777777778em;
}
@media (width < 900px) {
  .teaser__sec3 ul li .-place-head {
    font-size: 1.69vw;
    grid-template-areas: "img img" "ttl ttl" "tag tag";
    gap: 0.5em;
  }
}
@media (width < 740px) {
  .teaser__sec3 ul li .-place-head {
    font-size: min(4.27vw, 22px);
    grid-template-columns: 2.6666666667em 1fr;
    grid-template-areas: "img ttl" "img tag";
    gap: 0.5em 0.7777777778em;
  }
}
.teaser__sec3 ul li .-place-head img {
  grid-area: img;
}
@media (width < 900px) {
  .teaser__sec3 ul li .-place-head img {
    width: 3.3333333333em;
    justify-self: start;
  }
}
@media (width < 740px) {
  .teaser__sec3 ul li .-place-head img {
    width: 100%;
  }
}
.teaser__sec3 ul li .-place-head .-ttl {
  grid-area: ttl;
  font-size: 1.1111111111em;
  color: #c1272d;
  display: block;
  font-weight: 700;
}
@media (width < 740px) {
  .teaser__sec3 ul li .-place-head .-ttl {
    font-size: 1.1111111111em;
  }
}
.teaser__sec3 ul li .-place-head .-tag {
  font-size: 0.8333333333em;
  grid-area: tag;
  display: grid;
  height: 1.5555555556em;
  place-items: center;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.5em;
  color: #fff;
  background-color: #ed1c24;
}
@media (width < 740px) {
  .teaser__sec3 ul li .-place-head .-tag {
    font-size: 0.8em;
  }
}
.teaser__sec3 ul li .-box {
  padding-block: min(10.67vw, 40px);
  padding-inline: min(5.33vw, 24px);
  width: min(100%, 900px);
  margin-inline: auto;
}
.teaser__sec3 ul li .-box.-gr {
  background-color: #d7f6ce;
}
.teaser__sec3 ul li .-box.-pk {
  background-color: #ffe7f6;
}
.teaser__sec3 ul li .-box.-pk p {
  text-align: center;
  margin-block: 1em;
}
.teaser__sec3 ul li .-box p {
  font-size: 0.8333333333em;
  line-height: 1.77;
}
.teaser__sec3 ul li .-box-head {
  font-size: 1.3333333333em;
  line-height: 2;
  text-align: center;
  font-weight: 700;
}
@media (width < 740px) {
  .teaser__sec3 ul li .-box-head {
    font-size: 1.1111111111em;
  }
}
.teaser__sec3 ul li .-box-head .-a {
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
}
/*# sourceMappingURL=style.css.map */