html {
  background: #fffae6;
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-feature-settings: "halt";
  color: #003278;
  word-break: normal;
  overflow-wrap: break-word;
}
@media (min-width: 769px) {
  html {
    font-size: min(0.834vw, 10px);
  }
}
@media (max-width: 768px) {
  html {
    font-size: min(1.334vw, 10px);
  }
}

body, h1, h2, h3, h4, p, figure, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s linear;
  cursor: pointer;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

svg {
  width: 100%;
  height: 100%;
}

sup {
  font-size: 0.7em;
  vertical-align: top;
}

sub {
  font-size: 0.7em;
  vertical-align: baseline;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.js-accElement {
  height: 0;
  overflow: hidden;
  transition: height 0.4s linear;
}

@keyframes wave {
  0% {
    translate: -100% 0;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes shake1 {
  0% {
    rotate: 0deg;
  }
  25% {
    rotate: -35deg;
  }
  50% {
    rotate: 0deg;
  }
  75% {
    rotate: -35deg;
  }
  100% {
    rotate: 0deg;
  }
}
@keyframes shake2 {
  0% {
    rotate: 0deg;
  }
  25% {
    rotate: 30deg;
  }
  50% {
    rotate: 0deg;
  }
  75% {
    rotate: 30deg;
  }
  100% {
    rotate: 0deg;
  }
}
@keyframes fluffy {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(-15px);
  }
  90% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20%, 30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.wave_line {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: calc(2rem + 1px);
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  overflow: hidden;
  line-height: 0;
  transform: scaleX(1) rotate(0deg);
}
.wave_line > div {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 380%;
  height: 100%;
  right: 0;
}
.wave_line > div::before, .wave_line > div::after {
  content: "";
  display: block;
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 50% 100%;
  width: 100%;
  height: 100%;
  translate: -100% 0;
}
.wave_line > div:nth-of-type(1) {
  left: 30%;
}
.wave_line > div:nth-of-type(1)::before, .wave_line > div:nth-of-type(1)::after {
  background-image: url(../img/wave2.svg);
  animation: wave 60s cubic-bezier(0.55, 0.5, 0.45, 0.5) 5s infinite;
}
.wave_line > div:nth-of-type(2) {
  left: 0;
}
.wave_line > div:nth-of-type(2)::before, .wave_line > div:nth-of-type(2)::after {
  background-image: url(../img/wave1.svg);
  animation: wave 10s cubic-bezier(0.55, 0.5, 0.45, 0.5) 0s infinite;
}

.header_outer {
  position: fixed;
  background: #beebff;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
}
@media (min-width: 769px) {
  .header_outer.is-show {
    transition: opacity 0.4s linear 0s, translate 0.4s ease-out 0s;
    z-index: 501;
  }
  .header_outer:not(.is-show) {
    opacity: 0;
    translate: 0 -2rem;
    transition: none;
    pointer-events: none;
  }
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 10rem;
}
@media (min-width: 769px) {
  .header_inner {
    padding: 0 2.6rem 0 3.5rem;
  }
}
@media (max-width: 768px) {
  .header_inner {
    padding: 0 1.5rem 0 2.6rem;
  }
}

@media (min-width: 769px) {
  .header_logo {
    width: 30rem;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 768px) {
  .header_logo {
    width: 36rem;
    margin-bottom: 0.5rem;
  }
}
.header_logo:hover {
  opacity: 0.5;
}

@media (min-width: 769px) {
  .header_nav {
    position: relative;
    margin-left: auto;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .header_nav {
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0s linear 0.4s;
    z-index: 500;
  }
  .header_nav::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    opacity: 0;
    transition: opacity 0.2s linear 0.2s;
  }
  .header_nav .header_nav_inner {
    opacity: 0;
    translate: 50% 0;
    transition: translate 0.4s ease-out, opacity 0.4s linear;
  }
  .header_nav.is-opened {
    opacity: 1;
    transition: none;
  }
  .header_nav.is-opened::before {
    opacity: 1;
    transition: none;
  }
  .header_nav.is-opened .header_nav_inner {
    opacity: 1;
    translate: 0 0;
  }
  .header_nav:not(.is-opened) {
    pointer-events: none;
  }
}

.header_nav_inner {
  position: relative;
}
@media (max-width: 768px) {
  .header_nav_inner {
    background: #beebff;
    border-radius: 4rem 0 0 4rem;
    width: 65rem;
    margin: 9rem 0 8rem auto;
  }
}

.header_nav_close {
  display: block;
  position: absolute;
  background: #beebff;
  border-radius: 50%;
  width: 11.4rem;
  height: 11.4rem;
  right: 2.6rem;
  top: -5.7rem;
}
@media (min-width: 769px) {
  .header_nav_close {
    display: none !important;
  }
}
.header_nav_close::before, .header_nav_close::after {
  content: "";
  position: absolute;
  background: #0096e6;
  width: 52.632%;
  height: 5.264%;
  inset: 0;
  margin: auto;
}
.header_nav_close::before {
  rotate: 45deg;
}
.header_nav_close::after {
  rotate: -45deg;
}

.header_nav_menu {
  position: relative;
}
@media (max-width: 768px) {
  .header_nav_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-height: 100%;
    max-height: calc(100dvh - 17rem);
    padding: 4.5rem 5rem 6rem;
    overflow: hidden;
    overflow-y: auto;
  }
  .header_nav_menu::before, .header_nav_menu::after {
    content: "";
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header_nav_menu::before {
    background-image: url(../img/img1.png);
    width: 12.1rem;
    height: 14.1rem;
    left: 3.8rem;
    top: 83.3rem;
  }
  .header_nav_menu::after {
    background-image: url(../img/img2.png);
    width: 11.4rem;
    height: 14.2rem;
    right: 4.1rem;
    top: 83.2rem;
  }
}

.header_nav_list {
  display: flex;
}
@media (min-width: 769px) {
  .header_nav_list {
    align-items: center;
    padding: 0 2.8rem;
  }
}
@media (max-width: 768px) {
  .header_nav_list {
    flex-direction: column;
    width: 100%;
  }
}
.header_nav_list > li {
  position: relative;
}
@media (min-width: 769px) {
  .header_nav_list > li {
    min-width: calc(9.6rem + 1px);
    padding: 0 calc(2rem + 1px) 0 2rem;
  }
}
@media (max-width: 768px) {
  .header_nav_list > li {
    padding: 2rem 0;
  }
}
.header_nav_list > li::before {
  content: "";
  position: absolute;
  background: #fff;
}
@media (min-width: 769px) {
  .header_nav_list > li::before {
    width: 1px;
    height: 5.4rem;
    right: 0;
    top: 0;
    bottom: 0.2rem;
    margin: auto 0;
  }
}
@media (max-width: 768px) {
  .header_nav_list > li::before {
    width: 100%;
    height: 0.3rem;
    bottom: 0;
  }
}
@media (min-width: 769px) {
  .header_nav_list > li:last-of-type::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .header_nav_list > li:last-of-type {
    display: none !important;
  }
}

.header_nav_link {
  display: block;
  text-align: center;
}
@media (min-width: 769px) {
  .header_nav_link {
    height: 4.1rem;
  }
}
@media (max-width: 768px) {
  .header_nav_link {
    height: 7.4rem;
    padding: 2rem 0;
  }
  .header_nav_link[href="#FeaturesTop"] {
    height: 12.8rem;
  }
  .header_nav_link[href="#HowToUseTop"] {
    height: 13rem;
  }
  .header_nav_link[href="#CampaignTop"] {
    height: 8rem;
  }
}
.header_nav_link:hover {
  opacity: 0.5;
}

.header_nav_dls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  width: 100%;
  padding: 4rem 0 6rem;
}
@media (min-width: 769px) {
  .header_nav_dls {
    display: none !important;
  }
}
.header_nav_dls > dt {
  height: 4rem;
}

.header_nav_dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.header_nav_dl > dt {
  line-height: 1;
  font-size: 3.4rem;
}
.header_nav_dl > dd a {
  display: block;
  width: 29rem;
  margin: 0 auto;
}
.header_nav_dl + .header_nav_dl {
  margin-top: 4.5rem;
}

.header_nav_switch {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  position: relative;
  margin-top: 2rem;
  padding: 2rem 0;
  line-height: 1;
  font-size: 2.6rem;
}
@media (min-width: 769px) {
  .header_nav_switch {
    display: none !important;
  }
}
.header_nav_switch::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 25rem;
  height: 0.3rem;
  left: 50%;
  top: -2rem;
  translate: -50% 0;
}
.header_nav_switch i {
  position: relative;
  width: 1em;
  height: 1em;
  translate: 0 5%;
}
.header_nav_switch i::before, .header_nav_switch i::after {
  content: "";
  position: absolute;
  background: #003278;
  width: 107.693%;
  height: 1px;
  inset: 0;
  margin: auto;
}
.header_nav_switch i::before {
  rotate: 45deg;
}
.header_nav_switch i::after {
  rotate: -45deg;
}

.header_langs {
  position: relative;
}
@media (min-width: 769px) {
  .header_langs {
    display: grid;
    grid-template-columns: 3.5rem 4rem;
    gap: 0.3rem 0;
    justify-content: center;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .header_langs {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
.header_langs > p {
  line-height: 1;
  color: #000;
}
@media (min-width: 769px) {
  .header_langs > p {
    grid-column: 1/3;
    order: 5;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header_langs > p {
    padding-right: 0.6rem;
    font-size: 1.6rem;
  }
}

.header_lang {
  position: relative;
  fill: #fff;
  line-height: 1;
  text-align: center;
  color: #000;
}
@media (min-width: 769px) {
  .header_lang {
    width: 4rem;
    height: 4.7rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .header_lang {
    width: 5.6rem;
    height: 6.6rem;
    font-size: 2rem;
  }
  .header_lang + .header_lang {
    margin-left: -1.1rem;
  }
}
.header_lang span {
  position: absolute;
  left: 0;
  right: 0;
}
@media (min-width: 769px) {
  .header_lang span {
    top: 1.9rem;
  }
}
@media (max-width: 768px) {
  .header_lang span {
    top: 2.6rem;
  }
}
.header_lang:hover {
  opacity: 0.5;
}
.header_lang.is-current {
  fill: #0096e6;
  color: #fff;
  z-index: 2;
  pointer-events: none;
}

.header_nav_open {
  position: relative;
  width: 8rem;
  height: 8rem;
  margin-left: 1.8rem;
}
@media (min-width: 769px) {
  .header_nav_open {
    display: none !important;
  }
}
.header_nav_open::before, .header_nav_open::after, .header_nav_open span {
  position: absolute;
  background: #0096e6;
  border-radius: 6px;
  width: 6.6rem;
  height: 0.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header_nav_open::before {
  content: "";
  top: 1.7rem;
}
.header_nav_open::after {
  content: "";
  bottom: 1.7rem;
}
.header_nav_open span {
  top: 50%;
  translate: 0 -50%;
}

.fixed_nav {
  position: fixed;
  background: #beebff;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 6rem;
  z-index: 500;
}
@media (min-width: 769px) {
  .fixed_nav.is-show {
    transition: opacity 0.4s linear 0s, translate 0.4s ease-out 0s;
    z-index: 501;
  }
  .fixed_nav:not(.is-show) {
    opacity: 0;
    translate: 0 -2rem;
    transition: none;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .fixed_nav {
    display: none !important;
  }
}

.fixed_nav_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7rem;
  height: 6rem;
}

.fixed_nav_logo {
  flex-shrink: 0;
  width: 4.6rem;
  margin-top: 0.6rem;
}
.fixed_nav_logo:hover {
  opacity: 0.5;
}

.fixed_nav_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  padding-top: 0.8rem;
}

@media (min-width: 769px) {
  .fixed_nav_link {
    height: 1.9rem;
  }
}
.fixed_nav_link:hover {
  opacity: 0.5;
}

.kv_section {
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .kv_section {
    padding: 10rem 0 11rem;
  }
}
@media (max-width: 768px) {
  .kv_section {
    padding: 10rem 0 4rem;
  }
}

.kv_slider {
  position: relative;
}
@media (min-width: 769px) {
  .kv_slider {
    height: 58.334vw;
    max-height: calc(100vh - 10rem);
  }
}
@media (max-width: 768px) {
  .kv_slider {
    height: 143.734vw !important;
  }
}
.kv_slider::after {
  content: "";
  position: absolute;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 2;
}
@media (min-width: 769px) {
  .kv_slider::after {
    background-image: url(../img/kv_bg_pc.png);
    height: calc(4.162% + 1px);
  }
}
@media (max-width: 768px) {
  .kv_slider::after {
    background-image: url(../img/kv_bg_sp.png);
    height: calc(3.358% + 1px);
  }
}
.kv_slider .swiper {
  height: 100%;
}
.kv_slider .swiper-button-prev, .kv_slider .swiper-button-next {
  background-image: url(../img/kv_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.9rem;
  height: 4.4rem;
  top: 0;
  margin: auto 0;
  transition: 0.2s linear;
}
@media (min-width: 769px) {
  .kv_slider .swiper-button-prev, .kv_slider .swiper-button-next {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .kv_slider .swiper-button-prev, .kv_slider .swiper-button-next {
    bottom: 5.264%;
  }
}
.kv_slider .swiper-button-prev::after, .kv_slider .swiper-button-next::after {
  display: none;
}
.kv_slider .swiper-button-prev:hover, .kv_slider .swiper-button-next:hover {
  opacity: 0.5;
}
.kv_slider .swiper-button-prev {
  scale: -1 1;
}
@media (min-width: 769px) {
  .kv_slider .swiper-button-prev {
    left: 1.3rem;
  }
}
@media (max-width: 768px) {
  .kv_slider .swiper-button-prev {
    left: 2.6rem;
  }
}
@media (min-width: 769px) {
  .kv_slider .swiper-button-next {
    right: 1.3rem;
  }
}
@media (max-width: 768px) {
  .kv_slider .swiper-button-next {
    right: 2.6rem;
  }
}

.kv_slide {
  position: relative;
  height: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .kv_slide.slide1 {
    background-image: url(../img/kv1_bg_pc.jpg);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto 100%;
  }
}
.kv_slide.slide2 {
  background: #0396e5;
}

.kv_slide_image {
  height: 100%;
}
.kv_slide_image img {
  height: 100%;
}
@media (min-width: 769px) {
  .kv_slide_image img {
    object-fit: cover;
    width: auto;
  }
}
@media (max-width: 768px) {
  .kv_slide_image img {
    object-fit: cover;
    width: 100%;
  }
}

.kv_slide_dls {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  .kv_slide_dls {
    align-items: flex-start;
    gap: 3rem;
  }
}
@media (min-width: 769px) {
  .kv_slide_dls.pos1 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .kv_slide_dls.pos1 {
    bottom: 6rem;
  }
}

.kv_slide_dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.kv_slide_dl > dt {
  line-height: 1;
  font-size: 2.4rem;
}
.kv_slide_dl > dd a {
  display: block;
  height: 4.5rem;
}

.merit_section {
  position: relative;
}
@media (min-width: 769px) {
  .merit_section {
    margin-top: -3.3rem;
    padding: 4rem 0 17rem;
  }
}
@media (max-width: 768px) {
  .merit_section {
    margin-top: -3.7rem;
    padding: 4rem 0 9rem;
  }
}

.merit_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.merit_head_image {
  width: 14.3rem;
}
@media (min-width: 769px) {
  .merit_head_image {
    position: absolute;
    left: calc(50% + 37.6rem);
    top: 7.4rem;
  }
}
@media (max-width: 768px) {
  .merit_head_image {
    position: relative;
    padding-bottom: 1.5rem;
  }
}
.merit_head_image img {
  animation: fluffy 4s ease infinite;
}

.merit_h2 {
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .merit_h2 {
    line-height: 1.459;
    font-size: 4.8rem;
  }
  .merit_h2 > h2 {
    font: inherit;
  }
  .merit_h2 > h2:first-of-type {
    margin-top: -0.229em;
  }
  .merit_h2 > h2:last-of-type {
    margin-bottom: -0.229em;
  }
}
@media (max-width: 768px) {
  .merit_h2 {
    line-height: 1.305;
    font-size: 4.6rem;
  }
  .merit_h2 > h2 {
    font: inherit;
  }
  .merit_h2 > h2:first-of-type {
    margin-top: -0.152em;
  }
  .merit_h2 > h2:last-of-type {
    margin-bottom: -0.152em;
  }
}
@media (min-width: 769px) {
  .merit_h2 + .merit_p {
    padding-top: 4.5rem;
  }
}
@media (max-width: 768px) {
  .merit_h2 + .merit_p {
    padding-top: 3rem;
  }
}

.merit_p {
  text-align: center;
}
@media (min-width: 769px) {
  .merit_p {
    line-height: 1.905;
    font-size: 2.1rem;
  }
  .merit_p > p {
    font: inherit;
  }
  .merit_p > p:first-of-type {
    margin-top: -0.452em;
  }
  .merit_p > p:last-of-type {
    margin-bottom: -0.452em;
  }
}
@media (max-width: 768px) {
  .merit_p {
    line-height: 1.625;
    font-size: 3.2rem;
  }
  .merit_p > p {
    font: inherit;
  }
  .merit_p > p:first-of-type {
    margin-top: -0.312em;
  }
  .merit_p > p:last-of-type {
    margin-bottom: -0.312em;
  }
}

.merit_anchors {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .merit_anchors {
    gap: 8rem;
    padding-top: 5.5rem;
  }
}
@media (max-width: 768px) {
  .merit_anchors {
    gap: 3.5rem;
    padding-top: 5rem;
  }
}
@media (min-width: 769px) {
  .merit_anchors + .merit_box {
    margin-top: 9rem;
  }
}
@media (max-width: 768px) {
  .merit_anchors + .merit_box {
    margin-top: 1rem;
  }
}

.merit_anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .merit_anchor {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .merit_anchor {
    gap: 1.5rem;
  }
}
.merit_anchor figure {
  transition: 0.2s linear;
}
@media (min-width: 769px) {
  .merit_anchor figure {
    height: 16.2rem;
  }
}
@media (max-width: 768px) {
  .merit_anchor figure {
    height: 16rem;
  }
}
.merit_anchor figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .merit_anchor svg {
    width: 2rem;
    height: 1.7rem;
  }
}
@media (max-width: 768px) {
  .merit_anchor svg {
    width: 3.3rem;
    height: 2.8rem;
  }
}
.merit_anchor:hover figure {
  scale: 1.1;
}
@media (min-width: 769px) {
  .merit_anchor.wid1 {
    width: 22rem;
  }
}
@media (max-width: 768px) {
  .merit_anchor.wid1 {
    width: 21.6rem;
  }
}
@media (min-width: 769px) {
  .merit_anchor.wid2 {
    width: 20.5rem;
  }
}
@media (max-width: 768px) {
  .merit_anchor.wid2 {
    width: 20.2rem;
  }
}
@media (min-width: 769px) {
  .merit_anchor.wid3 {
    width: 21.1rem;
  }
}
@media (max-width: 768px) {
  .merit_anchor.wid3 {
    width: 20.6rem;
  }
}

.merit_box {
  display: flex;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .merit_box {
    justify-content: space-between;
    align-items: stretch;
    max-width: 108rem;
    padding: 12rem 8rem 0;
  }
}
@media (max-width: 768px) {
  .merit_box {
    flex-direction: column;
    align-items: center;
    max-width: 70rem;
    padding: 18rem 0 0;
  }
}
.merit_box::before {
  content: "";
  position: absolute;
}
@media (min-width: 769px) {
  .merit_box::before {
    background: linear-gradient(to right, #0078c8 0%, rgb(95, 177.5, 227.5) 20%, #beebff 100%);
    border-radius: 20rem 20rem 9rem 9rem/20rem 20rem 16rem 16rem;
    inset: 5rem 0 0;
  }
}
@media (max-width: 768px) {
  .merit_box::before {
    background: linear-gradient(to bottom, #0078c8, #beebff 90%);
    border-radius: 17rem 17rem 10rem 10rem;
    inset: 8rem 0 0;
  }
}
.merit_box::after {
  content: "";
  position: absolute;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  inset: 0 0 -1px;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 769px) {
  .merit_box::after {
    background-image: url(../img/merit_box_bg_pc.png);
  }
}
@media (max-width: 768px) {
  .merit_box::after {
    background-image: url(../img/merit_box_bg_sp.png);
  }
}
@media (min-width: 769px) {
  .merit_box:has(.merit_box_caption + .merit_slider_wrapper)::before {
    background: linear-gradient(to right, #beebff 0%, rgb(95, 177.5, 227.5) 80%, #0078c8 100%);
  }
}
@media (min-width: 769px) {
  .merit_box + .merit_box {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .merit_box + .merit_box {
    margin-top: 0.5rem;
  }
}

.merit_slider_wrapper {
  position: relative;
}
@media (min-width: 769px) {
  .merit_slider_wrapper {
    flex-shrink: 0;
    width: 36.6rem;
    padding: 5rem 0 10rem;
  }
}
@media (max-width: 768px) {
  .merit_slider_wrapper {
    width: 40.6rem;
    padding: 5.1rem 0 5.6rem;
  }
}
.merit_slider_wrapper .swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  top: auto;
  bottom: auto;
}
@media (min-width: 769px) {
  .merit_slider_wrapper .swiper-pagination {
    gap: 1rem;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .merit_slider_wrapper .swiper-pagination {
    gap: 2.4rem;
    margin-top: 4rem;
  }
}
.merit_slider_wrapper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  margin: 0;
  opacity: 1;
}
@media (min-width: 769px) {
  .merit_slider_wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 768px) {
  .merit_slider_wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.merit_slider_wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #faf000;
}

.merit_slider {
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .merit_slider {
    filter: drop-shadow(0.2rem 0.2rem 2rem rgba(0, 0, 0, 0.4));
  }
}
@media (max-width: 768px) {
  .merit_slider {
    filter: drop-shadow(0.228rem 0.228rem 2.28rem rgba(0, 0, 0, 0.4));
  }
}
.merit_slider::after {
  content: "";
  position: absolute;
  background-image: url(../img/merit_slide_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  inset: 4rem 0 0;
  margin: auto;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 769px) {
  .merit_slider::after {
    width: 28.6rem;
    height: 53rem;
    inset: -0.9rem -1.3rem;
  }
}
@media (max-width: 768px) {
  .merit_slider::after {
    width: 32.6rem;
    height: 60.2rem;
    inset: -1.1rem -1.5rem;
  }
}
.merit_slider .swiper {
  border-radius: 2rem;
}
@media (min-width: 769px) {
  .merit_slider .swiper {
    width: 26rem;
    height: 51.2rem;
  }
}
@media (max-width: 768px) {
  .merit_slider .swiper {
    width: 29.6rem;
    height: 58rem;
  }
}
@media (min-width: 769px) {
  .merit_slider .swiper-wrapper {
    padding: 0 0 1rem;
  }
}
.merit_slider .swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  top: auto;
  bottom: auto;
}
@media (min-width: 769px) {
  .merit_slider .swiper-pagination {
    gap: 1rem;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .merit_slider .swiper-pagination {
    gap: 2.4rem;
    margin-top: 4rem;
  }
}
.merit_slider .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  margin: 0;
  opacity: 1;
}
@media (min-width: 769px) {
  .merit_slider .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 768px) {
  .merit_slider .swiper-pagination .swiper-pagination-bullet {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.merit_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #faf000;
}

.merit_slide_image {
  position: relative;
}

.merit_label {
  position: absolute;
  z-index: 2;
}
@media (min-width: 769px) {
  .merit_label.pos1 {
    width: 18.5rem;
    right: 3.3rem;
    top: 3.4rem;
  }
}
@media (max-width: 768px) {
  .merit_label.pos1 {
    width: 20.9rem;
    right: 0.2rem;
    top: 4.1rem;
  }
}
.merit_label.pos1 img {
  transform-origin: 60% 20%;
}
@media (min-width: 769px) {
  .merit_label.pos2 {
    width: 19.1rem;
    left: 8.2rem;
    top: -2.3rem;
  }
}
@media (max-width: 768px) {
  .merit_label.pos2 {
    width: 24.5rem;
    right: -2rem;
    top: 4.7rem;
  }
}
.merit_label.pos2 img {
  transform-origin: 40% 15%;
}
@media (min-width: 769px) {
  .merit_label.pos3 {
    width: 18.5rem;
    right: 7.6rem;
    top: 2.8rem;
  }
}
@media (max-width: 768px) {
  .merit_label.pos3 {
    width: 20.9rem;
    right: 0.2rem;
    top: 0.4rem;
  }
}
.merit_label.pos3 img {
  transform-origin: 70% 0%;
}
.merit_box.is-animated .merit_label.pos1 img {
  animation: shake1 2.4s linear 0s 2 forwards;
}
@media (min-width: 769px) {
  .merit_box.is-animated .merit_label.pos2 img {
    animation: shake2 2.4s linear 0s 2 forwards;
  }
}
@media (max-width: 768px) {
  .merit_box.is-animated .merit_label.pos2 img {
    animation: shake1 2.4s linear 0s 2 forwards;
  }
}
.merit_box.is-animated .merit_label.pos3 img {
  animation: shake1 2.4s linear 0s 2 forwards;
}

.merit_box_caption {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .merit_box_caption {
    justify-content: flex-end;
    width: 100%;
    padding: 0 0 0 4rem;
  }
}
@media (max-width: 768px) {
  .merit_box_caption {
    order: 5;
    align-items: center;
    padding: 0 3.5rem;
  }
}

.merit_h3 {
  line-height: 0;
}
@media (min-width: 769px) {
  .merit_h3.wid1 {
    width: 33rem;
  }
}
@media (max-width: 768px) {
  .merit_h3.wid1 {
    width: 51.3rem;
  }
}
@media (min-width: 769px) {
  .merit_h3.wid2 {
    width: 36.5rem;
  }
}
@media (max-width: 768px) {
  .merit_h3.wid2 {
    width: 58.4rem;
  }
}
@media (min-width: 769px) {
  .merit_h3.wid3 {
    width: 49.6rem;
  }
}
@media (max-width: 768px) {
  .merit_h3.wid3 {
    width: 46.5rem;
  }
}
.merit_h3 + .merit_komes {
  padding-top: 4rem;
}

.merit_komes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .merit_komes {
    gap: 1.9rem;
  }
}
@media (max-width: 768px) {
  .merit_komes {
    gap: 2rem;
    width: 100%;
  }
}
.merit_komes .merit_text p {
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 769px) {
  .merit_komes .merit_text + .merit_note {
    padding-left: 2.1rem;
    padding-top: 1rem;
  }
}
@media (max-width: 768px) {
  .merit_komes .merit_text + .merit_note {
    padding-left: 3.2rem;
    padding-top: 1.5rem;
  }
}

@media (min-width: 769px) {
  .merit_text {
    line-height: 1.905;
    font-size: 2.1rem;
  }
  .merit_text > p {
    font: inherit;
  }
  .merit_text > p:first-of-type {
    margin-top: -0.452em;
  }
  .merit_text > p:last-of-type {
    margin-bottom: -0.452em;
  }
}
@media (max-width: 768px) {
  .merit_text {
    line-height: 1.25;
    font-size: 3.2rem;
  }
  .merit_text > p {
    font: inherit;
  }
  .merit_text > p:first-of-type {
    margin-top: -0.125em;
  }
  .merit_text > p:last-of-type {
    margin-bottom: -0.125em;
  }
}

@media (min-width: 769px) {
  .merit_note {
    line-height: 1.889;
    font-size: 1.8rem;
  }
  .merit_note > p {
    font: inherit;
  }
  .merit_note > p:first-of-type {
    margin-top: -0.444em;
  }
  .merit_note > p:last-of-type {
    margin-bottom: -0.444em;
  }
}
@media (max-width: 768px) {
  .merit_note {
    line-height: 1.215;
    font-size: 2.8rem;
  }
  .merit_note > p {
    font: inherit;
  }
  .merit_note > p:first-of-type {
    margin-top: -0.107em;
  }
  .merit_note > p:last-of-type {
    margin-bottom: -0.107em;
  }
}

@media (min-width: 769px) {
  .merit_box_image.pos1 {
    width: 36.3rem;
    margin: 2.8rem 4.5rem 0 auto;
  }
}
@media (max-width: 768px) {
  .merit_box_image.pos1 {
    width: 63rem;
    margin: 5.5rem auto 0;
  }
}
@media (min-width: 769px) {
  .merit_box_image.pos2 {
    width: 39.7rem;
    margin: 3rem auto 0 6.1rem;
  }
}
@media (max-width: 768px) {
  .merit_box_image.pos2 {
    width: 63rem;
    margin: 6.5rem auto 0;
  }
}
@media (min-width: 769px) {
  .merit_box_image.pos3 {
    width: 38.2rem;
    margin: 2.5rem 2.1rem 0 auto;
  }
}
@media (max-width: 768px) {
  .merit_box_image.pos3 {
    width: 63rem;
    margin: 6.5rem auto 0;
  }
}

.feature_section {
  position: relative;
  background: #fff;
  z-index: 2;
}
@media (min-width: 769px) {
  .feature_section {
    padding: 10.3rem 0 10rem;
  }
}
@media (max-width: 768px) {
  .feature_section {
    padding: 50rem 0 7.5rem;
  }
}
.feature_section::before, .feature_section::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  right: 0;
}
.feature_section::before {
  background-image: url(../img/feature_bg1.png);
  background-position: center bottom;
  bottom: calc(100% - 1px);
}
@media (min-width: 769px) {
  .feature_section::before {
    height: calc(2.6rem + 1px);
  }
}
@media (max-width: 768px) {
  .feature_section::before {
    height: calc(3.5rem + 1px);
  }
}
.feature_section::after {
  background-position: center top;
  top: calc(100% - 1px);
}
@media (min-width: 769px) {
  .feature_section::after {
    background-image: url(../img/camp_bg1_pc.png);
    height: calc(1.9rem + 1px);
  }
}
@media (max-width: 768px) {
  .feature_section::after {
    background-image: url(../img/camp_bg1_sp.png);
    height: calc(1.4rem + 1px);
  }
}

.feature_inner {
  display: grid;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .feature_inner {
    grid-template-columns: 45.674% 1fr;
    max-width: 104rem;
    padding: 12.3rem 0 0;
  }
}
@media (max-width: 768px) {
  .feature_inner {
    grid-template-columns: 39.216% 1fr;
    max-width: 71.4rem;
    padding: 5.3rem 0 9.2rem;
  }
}
.feature_inner .js-featureSliderPosition {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
}

.feature_slider_wrapper {
  position: relative;
  margin: -8rem 0 8rem;
  z-index: 3;
}

.feature_slider {
  position: sticky;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .feature_slider {
    width: 24.2rem;
    height: 44.9rem;
    top: calc(50vh - 22.45rem);
    padding: 0.8rem 1.1rem;
    filter: drop-shadow(0 0 1.5rem rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 768px) {
  .feature_slider {
    width: 20.7rem;
    height: 38.2rem;
    top: calc(50dvh - 19.1rem);
    padding: 0.6rem 0.9rem;
    filter: drop-shadow(0 0 1.275rem rgba(0, 0, 0, 0.2));
  }
}
.feature_slider::before {
  content: "";
  position: absolute;
  background-image: url(../img/feature_slide_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.feature_slider .swiper {
  background: #fff;
  border-radius: 2rem;
}
@media (min-width: 769px) {
  .feature_slider .swiper {
    width: 22rem;
    height: 43.3rem;
  }
}
@media (max-width: 768px) {
  .feature_slider .swiper {
    width: 18.9rem;
    height: 37rem;
  }
}

.feature_slider_positions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: 1px;
  left: 0;
  top: -8rem;
  pointer-events: none;
}
@media (min-width: 769px) {
  .feature_slider_positions {
    bottom: 40vh;
  }
}
@media (max-width: 768px) {
  .feature_slider_positions {
    bottom: 16rem;
  }
}
.feature_slider_positions .js-featureSliderPosition {
  position: static;
  width: 100%;
  height: 100%;
}

.feature_caption {
  position: relative;
}

.feature_head {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .feature_head {
    position: relative;
  }
}
@media (max-width: 768px) {
  .feature_head {
    align-items: center;
    position: absolute;
    width: 71.4rem;
    right: 0;
    top: -53rem;
  }
}

@media (min-width: 769px) {
  .feature_head_image {
    position: absolute;
    width: 15.5rem;
    left: 35.4rem;
    top: -19.3rem;
  }
}
@media (max-width: 768px) {
  .feature_head_image {
    position: relative;
    width: 15.8rem;
    padding-bottom: 1.5rem;
  }
}
.feature_head_image img {
  animation: fluffy 4s ease infinite;
}

.feature_h2 {
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .feature_h2 {
    line-height: 1.351;
    font-size: 4.8rem;
  }
  .feature_h2 > h2 {
    font: inherit;
  }
  .feature_h2 > h2:first-of-type {
    margin-top: -0.175em;
  }
  .feature_h2 > h2:last-of-type {
    margin-bottom: -0.175em;
  }
}
@media (max-width: 768px) {
  .feature_h2 {
    line-height: 1.305;
    font-size: 4.6rem;
  }
  .feature_h2 > h2 {
    font: inherit;
  }
  .feature_h2 > h2:first-of-type {
    margin-top: -0.152em;
  }
  .feature_h2 > h2:last-of-type {
    margin-bottom: -0.152em;
  }
}
@media (min-width: 769px) {
  .feature_h2 + .feature_p {
    padding-top: 4.5rem;
  }
}
@media (max-width: 768px) {
  .feature_h2 + .feature_p {
    padding-top: 3rem;
  }
}

@media (min-width: 769px) {
  .feature_p {
    line-height: 1.905;
    font-size: 2.1rem;
  }
  .feature_p > p {
    font: inherit;
  }
  .feature_p > p:first-of-type {
    margin-top: -0.452em;
  }
  .feature_p > p:last-of-type {
    margin-bottom: -0.452em;
  }
}
@media (max-width: 768px) {
  .feature_p {
    line-height: 1.625;
    font-size: 3.2rem;
  }
  .feature_p > p {
    font: inherit;
  }
  .feature_p > p:first-of-type {
    margin-top: -0.312em;
  }
  .feature_p > p:last-of-type {
    margin-bottom: -0.312em;
  }
}

.feature_box {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .feature_box {
    margin-top: 10rem;
  }
}
.feature_box::before {
  content: "";
  position: absolute;
  background: #fff5a0;
  width: 100vw;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .feature_box::before {
    border-radius: 10rem;
    max-width: 108rem;
  }
}
@media (max-width: 768px) {
  .feature_box::before {
    border-radius: 8rem;
    max-width: 71.4rem;
  }
}

.feature_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 8rem 0;
}
.feature_block::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100vw;
  right: 0;
  top: 0;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 769px) {
  .feature_block::before {
    max-width: 108rem;
    height: 4px;
  }
}
@media (max-width: 768px) {
  .feature_block::before {
    max-width: 71.4rem;
    height: 2px;
  }
}
@media (min-width: 769px) {
  .feature_block:first-of-type {
    padding-top: 14rem;
  }
}
@media (max-width: 768px) {
  .feature_block:first-of-type {
    padding-top: 17rem;
  }
}
.feature_block:first-of-type::before {
  display: none;
}
@media (min-width: 769px) {
  .feature_block:last-of-type {
    padding-bottom: 28rem;
  }
}

@media (min-width: 769px) {
  .feature_block_image {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .feature_block_image {
    position: relative;
  }
}
.feature_block_image.img1 {
  width: 17.4rem;
}
@media (min-width: 769px) {
  .feature_block_image.img1 {
    left: 34.9rem;
    top: 23.8rem;
  }
}
@media (max-width: 768px) {
  .feature_block_image.img1 {
    margin: 3rem 0 -4rem 22.2rem;
  }
}
.feature_block_image.img2 {
  width: 24rem;
}
@media (min-width: 769px) {
  .feature_block_image.img2 {
    left: 25.7rem;
    top: 40.7rem;
  }
}
@media (max-width: 768px) {
  .feature_block_image.img2 {
    margin: 3.5rem 0 1.5rem 13.2rem;
  }
}

.feature_block_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  contain: paint;
  pointer-events: none;
}
@media (min-width: 769px) {
  .feature_block_slide {
    width: 84.071%;
  }
}
@media (max-width: 768px) {
  .feature_block_slide {
    width: 64.517%;
  }
}
.feature_block_slide::before, .feature_block_slide::after {
  content: "";
  position: absolute;
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  width: 100%;
  height: 200%;
  left: 0;
  animation: slideDown 20s steps(40) 0s infinite;
}
.feature_block_slide::before {
  top: -200%;
}
.feature_block_slide::after {
  top: 0;
}
.feature_block_slide figure {
  position: relative;
  width: 12.6rem;
  z-index: 2;
}
@media (min-width: 769px) {
  .feature_block_slide:has(img[src*="1"])::before, .feature_block_slide:has(img[src*="1"])::after {
    background-image: url(../img/feature1_bg_pc.png);
  }
}
@media (max-width: 768px) {
  .feature_block_slide:has(img[src*="1"])::before, .feature_block_slide:has(img[src*="1"])::after {
    background-image: url(../img/feature1_bg_sp.png);
  }
}
@media (min-width: 769px) {
  .feature_block_slide:has(img[src*="2"])::before, .feature_block_slide:has(img[src*="2"])::after {
    background-image: url(../img/feature2_bg_pc.png);
  }
}
@media (max-width: 768px) {
  .feature_block_slide:has(img[src*="2"])::before, .feature_block_slide:has(img[src*="2"])::after {
    background-image: url(../img/feature2_bg_sp.png);
  }
}
@media (min-width: 769px) {
  .feature_block_slide:has(img[src*="3"])::before, .feature_block_slide:has(img[src*="3"])::after {
    background-image: url(../img/feature3_bg_pc.png);
  }
}
@media (max-width: 768px) {
  .feature_block_slide:has(img[src*="3"])::before, .feature_block_slide:has(img[src*="3"])::after {
    background-image: url(../img/feature3_bg_sp.png);
  }
}
@media (min-width: 769px) {
  .feature_block_slide:has(img[src*="4"])::before, .feature_block_slide:has(img[src*="4"])::after {
    background-image: url(../img/feature4_bg_pc.png);
  }
}
@media (max-width: 768px) {
  .feature_block_slide:has(img[src*="4"])::before, .feature_block_slide:has(img[src*="4"])::after {
    background-image: url(../img/feature4_bg_sp.png);
  }
}

.feature_h3 {
  font-weight: 700;
}
@media (min-width: 769px) {
  .feature_h3 {
    line-height: 1.375;
    font-size: 3.2rem;
  }
  .feature_h3 > h3 {
    font: inherit;
  }
  .feature_h3 > h3:first-of-type {
    margin-top: -0.187em;
  }
  .feature_h3 > h3:last-of-type {
    margin-bottom: -0.187em;
  }
}
@media (max-width: 768px) {
  .feature_h3 {
    line-height: 1.45;
    font-size: 4rem;
  }
  .feature_h3 > h3 {
    font: inherit;
  }
  .feature_h3 > h3:first-of-type {
    margin-top: -0.225em;
  }
  .feature_h3 > h3:last-of-type {
    margin-bottom: -0.225em;
  }
}
@media (min-width: 769px) {
  .feature_h3 + .feature_komes {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .feature_h3 + .feature_komes {
    padding-top: 5rem;
  }
}

.feature_label {
  border: 1px solid;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .feature_label {
    width: 31.6rem;
    margin-top: 4rem;
    padding: 0.7rem 1rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .feature_label {
    width: 40rem;
    margin-top: 5rem;
    padding: 0.9rem 0;
    font-size: 2.6rem;
  }
}
.feature_label + .feature_komes {
  padding-top: 2.5rem;
}

.feature_komes {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 769px) {
  .feature_komes {
    width: 48rem;
  }
}
@media (max-width: 768px) {
  .feature_komes {
    width: 40rem;
  }
}
.feature_komes > li {
  position: relative;
}

.feature_kome_index {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  position: relative;
  gap: 1rem;
}
.feature_kome_index .feature_text p {
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 769px) {
  .feature_kome_index + .feature_notes {
    padding-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .feature_kome_index + .feature_notes {
    padding-top: 2rem;
  }
}
@media (min-width: 769px) {
  .feature_kome_index + .feature_images {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .feature_kome_index + .feature_images {
    margin-top: 2rem;
  }
}

.feature_text {
  letter-spacing: -0.001rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .feature_text {
    line-height: 1.6;
    font-size: 2rem;
  }
  .feature_text > p {
    font: inherit;
  }
  .feature_text > p:first-of-type {
    margin-top: -0.3em;
  }
  .feature_text > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
@media (max-width: 768px) {
  .feature_text {
    line-height: 1.25;
    font-size: 3.2rem;
  }
  .feature_text > p {
    font: inherit;
  }
  .feature_text > p:first-of-type {
    margin-top: -0.125em;
  }
  .feature_text > p:last-of-type {
    margin-bottom: -0.125em;
  }
}

@media (min-width: 769px) {
  .feature_att {
    line-height: 1.286;
    font-size: 1.4rem;
  }
  .feature_att > p {
    font: inherit;
  }
  .feature_att > p:first-of-type {
    margin-top: -0.142em;
  }
  .feature_att > p:last-of-type {
    margin-bottom: -0.142em;
  }
}
@media (max-width: 768px) {
  .feature_att {
    position: absolute;
    line-height: 1.417;
    font-size: 2.4rem;
  }
  .feature_att > p {
    font: inherit;
  }
  .feature_att > p:first-of-type {
    margin-top: -0.208em;
  }
  .feature_att > p:last-of-type {
    margin-bottom: -0.208em;
  }
  .feature_att {
    right: 0;
    bottom: 0;
  }
}

.feature_notes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .feature_notes {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .feature_notes {
    gap: 1.5rem;
  }
}
.feature_notes > li {
  position: relative;
}
.feature_notes .feature_note p {
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 769px) {
  .feature_notes + .feature_buttons {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .feature_notes + .feature_buttons {
    padding-top: 3.5rem;
  }
}

@media (min-width: 769px) {
  .feature_note {
    line-height: 1.389;
    font-size: 1.8rem;
  }
  .feature_note > p {
    font: inherit;
  }
  .feature_note > p:first-of-type {
    margin-top: -0.194em;
  }
  .feature_note > p:last-of-type {
    margin-bottom: -0.194em;
  }
}
@media (max-width: 768px) {
  .feature_note {
    line-height: 1.417;
    font-size: 2.4rem;
  }
  .feature_note > p {
    font: inherit;
  }
  .feature_note > p:first-of-type {
    margin-top: -0.208em;
  }
  .feature_note > p:last-of-type {
    margin-bottom: -0.208em;
  }
}

.feature_buttons {
  display: flex;
  justify-content: center;
}
.feature_buttons.left {
  justify-content: flex-start;
}
.feature_buttons.right {
  justify-content: flex-end;
}

.feature_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 1rem;
  text-align: center;
  color: #009641;
}
@media (min-width: 769px) {
  .feature_button {
    border: 2px solid;
    min-width: 34rem;
    -height: 4.6rem;
    padding: 1rem 2rem;
    line-height: 1.112;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .feature_button {
    border: 1px solid;
    width: 100%;
    min-height: 6rem;
    padding: 1rem 3rem;
    line-height: 1.25;
    font-size: 2.4rem;
  }
}
.feature_button:hover {
  opacity: 0.5;
}

.feature_images {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .feature_images {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .feature_images {
    flex-wrap: wrap;
    gap: 2.1rem;
    width: 40.2rem;
  }
}
@media (min-width: 769px) {
  .feature_images + .feature_notes {
    padding-top: 2rem;
  }
}
@media (max-width: 768px) {
  .feature_images + .feature_notes {
    padding-top: 2.5rem;
  }
}

.feature_image {
  position: relative;
  background: #fff;
  border-radius: 2rem;
  line-height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .feature_image:last-of-type {
    margin-right: auto;
  }
}
.feature_image.img1 {
  width: 100%;
}
@media (min-width: 769px) {
  .feature_image.img2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .feature_image.img2 {
    width: 12rem;
  }
}

.howto_section {
  position: relative;
  background-color: #4cb5ed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
}
@media (min-width: 769px) {
  .howto_section {
    background-image: url(../img/howto_bg_pc.png);
    padding: 12rem 0 0;
  }
}
@media (max-width: 768px) {
  .howto_section {
    background-image: url(../img/howto_bg_sp.png);
    padding: 5rem 0 0;
  }
}

.howto_inner {
  position: relative;
}
@media (min-width: 769px) {
  .howto_inner {
    padding: 4rem 0 14rem;
  }
}
@media (max-width: 768px) {
  .howto_inner {
    padding: 4rem 0 9rem;
  }
}

.howto_h2 {
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .howto_h2 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .howto_h2 {
    font-size: 4.6rem;
  }
}

.howto_steps {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .howto_steps {
    gap: 12rem;
    margin-top: 14rem;
  }
}
@media (max-width: 768px) {
  .howto_steps {
    gap: 37rem;
    margin-top: 18rem;
  }
}
.howto_steps > li {
  width: 100%;
}
@media (min-width: 769px) {
  .howto_steps > li {
    max-width: 88rem;
  }
}
@media (max-width: 768px) {
  .howto_steps > li {
    max-width: 70rem;
  }
}

.howto_step {
  position: relative;
  background: #fff;
  color: #003278;
}
@media (min-width: 769px) {
  .howto_step {
    border-radius: 3rem;
    padding: 13rem 3rem 1rem;
  }
}
@media (max-width: 768px) {
  .howto_step {
    border-radius: 2.4rem;
    padding: 18rem 0 0;
  }
}

.howto_step_head {
  display: flex;
  align-items: center;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .howto_step_head {
    background-image: url(../img/howto_step_h3_bg_pc.png);
    width: 55.4rem;
    height: 14rem;
    padding: 0 0 0 7rem;
    translate: 0 -50%;
  }
}
@media (max-width: 768px) {
  .howto_step_head {
    flex-wrap: wrap;
    align-content: center;
    background-image: url(../img/howto_step_h3_bg_sp.png);
    width: 66rem;
    height: 26.6rem;
    padding: 0 0 3.8rem 11rem;
    translate: 0 -43.609%;
  }
}
.howto_step_head > img {
  position: absolute;
  max-width: none;
}
@media (min-width: 769px) {
  .howto_step_head > img {
    left: -10.7rem;
    bottom: -10.2rem;
  }
}
.howto_step_head p {
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .howto_step_head p {
    margin-right: 1rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .howto_step_head p {
    margin-right: 1.2rem;
    font-size: 3rem;
  }
}
.howto_step_head h4 {
  line-height: 1;
  translate: 0 -5%;
}
@media (min-width: 769px) {
  .howto_step_head h4 {
    margin-right: 6rem;
    font-size: 5.6rem;
  }
}
@media (max-width: 768px) {
  .howto_step_head h4 {
    font-size: 5.3rem;
  }
}
.howto_step_head h3 {
  line-height: 0;
}
@media (min-width: 769px) {
  .howto_step_head h3 {
    height: 7.7rem;
  }
}
@media (max-width: 768px) {
  .howto_step_head h3 {
    width: 100%;
    height: 9.7rem;
    margin-top: 1.5rem;
  }
}
.howto_step_head.pos1 > img {
  animation: fluffy 4s ease infinite;
}
@media (min-width: 769px) {
  .howto_step_head.pos1 > img {
    width: 12.1rem;
  }
}
@media (max-width: 768px) {
  .howto_step_head.pos1 > img {
    width: 12.7rem;
    right: 5.8rem;
    top: 3.9rem;
    scale: -1 1;
  }
}
.howto_step_head.pos2 > img {
  animation: fluffy 4s ease infinite 2s;
}
@media (min-width: 769px) {
  .howto_step_head.pos2 > img {
    width: 11.4rem;
    scale: -1 1;
  }
}
@media (max-width: 768px) {
  .howto_step_head.pos2 > img {
    width: 12rem;
    right: 6.1rem;
    top: 4rem;
  }
}

.howto_dls {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid;
}
@media (min-width: 769px) {
  .howto_dls {
    gap: 11rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .howto_dls {
    gap: 3.5rem;
    padding-bottom: 5.2rem;
  }
}

.howto_dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .howto_dl {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .howto_dl {
    gap: 0.5rem;
  }
}
.howto_dl > dt {
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .howto_dl > dt {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .howto_dl > dt {
    font-size: 3rem;
  }
}
.howto_dl > dd {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .howto_dl > dd {
    gap: 0.8rem;
  }
}
@media (min-width: 769px) {
  .howto_dl > dd figure {
    width: 12.8rem;
  }
}
@media (max-width: 768px) {
  .howto_dl > dd figure {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .howto_dl > dd a {
    width: 12.4rem;
  }
}
@media (max-width: 768px) {
  .howto_dl > dd a {
    width: 31rem;
  }
}

@media (min-width: 769px) {
  .howto_links {
    position: relative;
    width: 23.3rem;
    height: 23.3rem;
    margin: -18rem -7rem 0 auto;
  }
  .howto_links::after {
    content: "";
    position: absolute;
  }
}
@media (max-width: 768px) {
  .howto_links {
    position: absolute;
    background: #fff;
    border-radius: 2.4rem;
    height: 14rem;
    left: 0;
    right: 0;
    bottom: -17rem;
  }
}

.howto_link {
  position: relative;
  height: 100%;
  color: #fa5591;
}
@media (min-width: 769px) {
  .howto_link {
    display: block;
    width: 100%;
    padding: 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .howto_link {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
    padding: 0 7rem 0 0;
  }
}
.howto_link figure {
  border-radius: 50%;
  background: #fff;
  line-height: 0;
}
@media (min-width: 769px) {
  .howto_link figure {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10.5rem 5.2rem 0;
  }
}
@media (max-width: 768px) {
  .howto_link figure {
    position: relative;
    width: 17.9rem;
    height: 17.9rem;
    padding: 2.5rem 1.3rem 0;
  }
}
.howto_link figure::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
}
@media (min-width: 769px) {
  .howto_link figure::after {
    border: 2px solid #fa5591;
  }
}
@media (max-width: 768px) {
  .howto_link figure::after {
    border: 1px solid #fa5591;
  }
}
.howto_link p {
  position: relative;
  font-weight: 600;
}
@media (min-width: 769px) {
  .howto_link p {
    line-height: 1.5;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .howto_link p {
    line-height: 1.4;
    font-size: 3rem;
  }
}
.howto_link:hover {
  scale: 1.1;
}

@media (min-width: 769px) {
  .howto_acc {
    margin-top: -3rem;
  }
}

.howto_acc_switch {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 769px) {
  .howto_acc_switch {
    gap: 1rem;
    padding: 0 0 0 2.5rem;
  }
}
@media (max-width: 768px) {
  .howto_acc_switch {
    justify-content: center;
    gap: 1.5rem;
    padding: 3rem 0;
  }
}
.howto_acc_switch svg {
  rotate: 90deg;
  translate: 0 5%;
}
@media (min-width: 769px) {
  .howto_acc_switch svg {
    stroke-width: 3px;
    width: 1.5rem;
    height: 2.3rem;
  }
}
@media (max-width: 768px) {
  .howto_acc_switch svg {
    stroke-width: 0.5rem;
    width: 2.5rem;
    height: 4.2rem;
  }
}
.howto_acc_switch p {
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .howto_acc_switch p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .howto_acc_switch p {
    font-size: 3rem;
  }
}
.howto_acc_switch.is-opened svg {
  rotate: 270deg;
}

@media (min-width: 769px) {
  .howto_acc_content {
    margin-top: 2rem;
  }
}

.howto_flows {
  display: flex;
}
@media (min-width: 769px) {
  .howto_flows {
    justify-content: center;
    padding-bottom: 6rem;
  }
}
@media (max-width: 768px) {
  .howto_flows {
    flex-direction: column;
    align-items: center;
    gap: 12rem;
    padding: 0 3rem 8.5rem;
  }
}
.howto_flows > li {
  position: relative;
}
@media (min-width: 769px) {
  .howto_flows > li {
    width: 32.6rem;
  }
}
@media (max-width: 768px) {
  .howto_flows > li {
    width: 100%;
  }
}
.howto_flows > li + li::before {
  content: "";
  position: absolute;
  background: #003278;
  translate: -50% 0;
}
@media (min-width: 769px) {
  .howto_flows > li + li::before {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 2rem;
    height: 2.7rem;
    left: 0;
    top: 14.2rem;
  }
}
@media (max-width: 768px) {
  .howto_flows > li + li::before {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 5rem;
    height: 3.8rem;
    left: 50%;
    top: -6.5rem;
  }
}

.howto_flow {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .howto_flow {
    gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .howto_flow {
    gap: 3rem;
  }
}
@media (min-width: 769px) {
  .howto_flow figure {
    width: 26.4rem;
  }
}
@media (max-width: 768px) {
  .howto_flow figure {
    width: 49.6rem;
  }
}

.howto_flow_text {
  font-weight: 500;
}
@media (min-width: 769px) {
  .howto_flow_text {
    line-height: 1.5;
    font-size: 1.8rem;
  }
  .howto_flow_text > p {
    font: inherit;
  }
  .howto_flow_text > p:first-of-type {
    margin-top: -0.25em;
  }
  .howto_flow_text > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .howto_flow_text {
    line-height: 1.53;
    font-size: 3.4rem;
  }
  .howto_flow_text > p {
    font: inherit;
  }
  .howto_flow_text > p:first-of-type {
    margin-top: -0.264em;
  }
  .howto_flow_text > p:last-of-type {
    margin-bottom: -0.264em;
  }
}
.howto_flow_text span {
  color: #fa5591;
}

.howto_charts {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .howto_charts {
    padding: 2rem 0 6rem;
  }
}
@media (max-width: 768px) {
  .howto_charts {
    padding: 0 0 4.5rem;
  }
}

.howto_chart {
  height: 0;
  overflow: hidden;
}
.howto_chart:not(.is-show) {
  pointer-events: none;
}
.howto_chart.is-show {
  transition: height 0.4s ease;
}
@media (min-width: 769px) {
  .howto_chart.is-show[data-chart-index="0"], .howto_chart.is-show[data-chart-index="3"] {
    height: 22.5rem;
  }
}
@media (max-width: 768px) {
  .howto_chart.is-show[data-chart-index="0"], .howto_chart.is-show[data-chart-index="3"] {
    height: 22.9rem;
  }
}
@media (min-width: 769px) {
  .howto_chart.is-show[data-chart-index="1"], .howto_chart.is-show[data-chart-index="2"] {
    height: 22.5rem;
  }
}
@media (max-width: 768px) {
  .howto_chart.is-show[data-chart-index="1"], .howto_chart.is-show[data-chart-index="2"] {
    height: 28.1rem;
  }
}
@media (min-width: 769px) {
  .howto_chart.is-show[data-chart-index="4"] {
    height: 18.3rem;
  }
}
@media (max-width: 768px) {
  .howto_chart.is-show[data-chart-index="4"] {
    height: 37.8rem;
  }
}
@media (min-width: 769px) {
  .howto_chart.is-show[data-chart-index="5"], .howto_chart.is-show[data-chart-index="6"], .howto_chart.is-show[data-chart-index="7"], .howto_chart.is-show[data-chart-index="8"] {
    height: 22.3rem;
  }
}
@media (max-width: 768px) {
  .howto_chart.is-show[data-chart-index="5"], .howto_chart.is-show[data-chart-index="6"], .howto_chart.is-show[data-chart-index="7"], .howto_chart.is-show[data-chart-index="8"] {
    height: 37.8rem;
  }
}
@media (min-width: 769px) {
  .howto_chart + .howto_chart.is-show {
    margin-top: 9rem;
  }
}
@media (max-width: 768px) {
  .howto_chart + .howto_chart.is-show {
    margin-top: 7rem;
  }
}

.howto_chart_lead {
  font-weight: 500;
  text-align: center;
}
@media (min-width: 769px) {
  .howto_chart_lead {
    padding-bottom: 4.5rem;
    line-height: 1.762;
    font-size: 2.1rem;
  }
  .howto_chart_lead > p {
    font: inherit;
  }
  .howto_chart_lead > p:first-of-type {
    margin-top: -0.38em;
  }
  .howto_chart_lead > p:last-of-type {
    margin-bottom: -0.38em;
  }
}
@media (max-width: 768px) {
  .howto_chart_lead {
    padding: 0 1.5rem 4rem;
    line-height: 1.734;
    font-size: 3rem;
  }
  .howto_chart_lead > p {
    font: inherit;
  }
  .howto_chart_lead > p:first-of-type {
    margin-top: -0.366em;
  }
  .howto_chart_lead > p:last-of-type {
    margin-bottom: -0.366em;
  }
}
.howto_chart_lead strong {
  font-weight: inherit;
  color: #fa5591;
}

.howto_chart_buttons {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .howto_chart_buttons {
    justify-content: space-between;
    gap: 3.6rem;
    width: 72rem;
  }
}
@media (max-width: 768px) {
  .howto_chart_buttons {
    justify-content: center;
    gap: 3.6rem;
    width: 60.6rem;
  }
}

.howto_chart_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  border-radius: 2rem;
  width: 100%;
  height: 15rem;
  padding: 0;
  font-weight: 600;
  font-family: inherit;
  text-align: center;
  color: #0096e6;
  transition: 0.2s linear;
  cursor: pointer;
}
@media (min-width: 769px) {
  .howto_chart_button {
    border: 4px solid;
    max-width: 34.2rem;
    line-height: 1.417;
    font-size: 2.4rem;
    box-shadow: 0.6rem 0.6rem 0 #beebff;
  }
}
@media (max-width: 768px) {
  .howto_chart_button {
    border: 2px solid;
    max-width: 28rem;
    line-height: 1.375;
    font-size: 2.5rem;
    box-shadow: 0.7rem 0.7rem 0 #beebff;
  }
  .howto_chart_button.thin span {
    scale: 0.9 1;
    white-space: nowrap;
  }
}
.howto_chart_button:only-child {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .howto_chart_button:hover {
    color: #fa5591;
  }
}
@media (min-width: 769px) {
  .howto_chart_button:active {
    color: #fa5591;
  }
}
.howto_chart_button.is-selected {
  background: #ef93bb;
  border-color: #fa5591;
  color: #fff;
}

.howto_chart_links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.howto_chart_link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fffae6;
  font-weight: 600;
  text-align: center;
  color: #fa5591;
}
@media (min-width: 769px) {
  .howto_chart_link {
    border: 4px solid;
    border-radius: 1.6rem;
    width: 56rem;
    height: 8rem;
    line-height: 1.308;
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .howto_chart_link {
    border: 2px solid;
    border-radius: 2rem;
    width: 45.6rem;
    height: 15rem;
    line-height: 1.383;
    font-size: 3.4rem;
  }
}
.howto_chart_link:hover {
  opacity: 0.5;
}

.camp_section {
  position: relative;
  background: #fff;
  z-index: 2;
}
@media (min-width: 769px) {
  .camp_section {
    padding: 16rem 0;
  }
}
@media (max-width: 768px) {
  .camp_section {
    padding: 13.5rem 0;
  }
}
.camp_section::before {
  content: "";
  position: absolute;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  bottom: calc(100% - 1px);
  scale: 1 -1;
}
@media (min-width: 769px) {
  .camp_section::before {
    background-image: url(../img/camp_bg1_pc.png);
    height: calc(1.9rem + 1px);
  }
}
@media (max-width: 768px) {
  .camp_section::before {
    background-image: url(../img/camp_bg1_sp.png);
    height: calc(1.4rem + 1px);
  }
}

.camp_inner {
  position: relative;
  padding: 4rem 0 0;
}

.camp_h2 {
  line-height: 1;
  font-size: 4.6rem;
  text-align: center;
}
@media (min-width: 769px) {
  .camp_h2 {
    margin-bottom: 11rem;
  }
}
@media (max-width: 768px) {
  .camp_h2 {
    margin-bottom: 6rem;
  }
}

.camp_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #beebff;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .camp_content {
    max-width: 90rem;
    padding-bottom: 8.5rem;
  }
}
@media (max-width: 768px) {
  .camp_content {
    max-width: 75rem;
    padding-bottom: 7rem;
  }
}

.camp_kv {
  width: 100%;
  line-height: 0;
}

.camp_reslut {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #fefccc;
  width: 100%;
}
@media (min-width: 769px) {
  .camp_reslut {
    padding: 4.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .camp_reslut {
    padding: 8rem 0 6rem;
  }
}

.camp_reslut_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 769px) {
  .camp_reslut_head {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .camp_reslut_head {
    gap: 1.5rem;
  }
}

.camp_reslut_p {
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 769px) {
  .camp_reslut_p {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .camp_reslut_p {
    font-size: 4.6rem;
  }
}

.camp_reslut_h3 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  font-weight: 700;
}
@media (min-width: 769px) {
  .camp_reslut_h3 {
    gap: 4rem;
    line-height: 1.945;
    font-size: 3.6rem;
  }
  .camp_reslut_h3 > h3 {
    font: inherit;
  }
  .camp_reslut_h3 > h3:first-of-type {
    margin-top: -0.472em;
  }
  .camp_reslut_h3 > h3:last-of-type {
    margin-bottom: -0.472em;
  }
}
@media (max-width: 768px) {
  .camp_reslut_h3 {
    line-height: 1.136;
    font-size: 6rem;
  }
  .camp_reslut_h3 > h3 {
    font: inherit;
  }
  .camp_reslut_h3 > h3:first-of-type {
    margin-top: -0.067em;
  }
  .camp_reslut_h3 > h3:last-of-type {
    margin-bottom: -0.067em;
  }
}
.camp_reslut_h3::before, .camp_reslut_h3::after {
  content: "";
  background: #003278;
}
@media (min-width: 769px) {
  .camp_reslut_h3::before, .camp_reslut_h3::after {
    width: 5.9rem;
    height: 2px;
    translate: 0 -0.8rem;
  }
}
@media (max-width: 768px) {
  .camp_reslut_h3::before, .camp_reslut_h3::after {
    position: absolute;
    width: 10.8rem;
    height: 1px;
    bottom: -2rem;
    rotate: 44deg;
  }
}
.camp_reslut_h3::before {
  transform-origin: right bottom;
}
@media (min-width: 769px) {
  .camp_reslut_h3::before {
    rotate: 237deg;
  }
}
@media (max-width: 768px) {
  .camp_reslut_h3::before {
    right: calc(50% + 4em);
    rotate: 44deg;
  }
}
.camp_reslut_h3::after {
  transform-origin: left bottom;
}
@media (min-width: 769px) {
  .camp_reslut_h3::after {
    rotate: 123deg;
  }
}
@media (max-width: 768px) {
  .camp_reslut_h3::after {
    left: calc(50% + 4em);
    rotate: 316deg;
  }
}

.camp_reslut_numbers {
  display: flex;
  color: #ff9600;
}
@media (min-width: 769px) {
  .camp_reslut_numbers {
    justify-content: center;
    gap: 3.5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .camp_reslut_numbers {
    flex-direction: column;
    align-items: center;
    gap: 4.5rem;
    padding-top: 7rem;
  }
}
.camp_reslut_numbers > li {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .camp_reslut_numbers > li {
    gap: 1.9rem;
  }
}
@media (max-width: 768px) {
  .camp_reslut_numbers > li {
    gap: 4.2rem;
  }
}
.camp_reslut_numbers > li span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  width: 0.829em;
  height: 1.915em;
  padding-bottom: 0.1em;
  line-height: 1;
  font-weight: 900;
}
@media (min-width: 769px) {
  .camp_reslut_numbers > li span {
    font-size: 7rem;
  }
}
@media (max-width: 768px) {
  .camp_reslut_numbers > li span {
    font-size: 15.5rem;
  }
}
.camp_reslut_numbers > li span::before {
  content: "";
  position: absolute;
  border: 0.029em solid;
  inset: -0.085em;
}
@media (min-width: 769px) {
  .camp_reslut_numbers > li + li {
    padding-left: 4.5rem;
  }
}
@media (max-width: 768px) {
  .camp_reslut_numbers > li + li {
    padding-top: 6.9rem;
  }
}
.camp_reslut_numbers > li + li::before {
  content: "";
  position: absolute;
  background: #003278;
  border-radius: 50%;
  left: 0;
  top: 0;
}
@media (min-width: 769px) {
  .camp_reslut_numbers > li + li::before {
    width: 1rem;
    height: 1rem;
    bottom: 0;
    margin: auto 0;
  }
}
@media (max-width: 768px) {
  .camp_reslut_numbers > li + li::before {
    width: 2.4rem;
    height: 2.4rem;
    right: 0;
    margin: 0 auto;
  }
}

.camp_reslut_text {
  font-weight: 700;
  text-align: center;
  color: #ff9600;
}
@media (min-width: 769px) {
  .camp_reslut_text {
    padding-top: 3rem;
    line-height: 1.4;
    font-size: 2rem;
  }
  .camp_reslut_text > p {
    font: inherit;
  }
  .camp_reslut_text > p:first-of-type {
    margin-top: -0.2em;
  }
  .camp_reslut_text > p:last-of-type {
    margin-bottom: -0.2em;
  }
}
@media (max-width: 768px) {
  .camp_reslut_text {
    padding-top: 7rem;
    line-height: 1.392;
    font-size: 4.6rem;
  }
  .camp_reslut_text > p {
    font: inherit;
  }
  .camp_reslut_text > p:first-of-type {
    margin-top: -0.195em;
  }
  .camp_reslut_text > p:last-of-type {
    margin-bottom: -0.195em;
  }
}

@media (min-width: 769px) {
  .camp_reslut_note {
    padding-top: 1.5rem;
    line-height: 2;
    font-size: 1.4rem;
  }
  .camp_reslut_note > p {
    font: inherit;
  }
  .camp_reslut_note > p:first-of-type {
    margin-top: -0.5em;
  }
  .camp_reslut_note > p:last-of-type {
    margin-bottom: -0.5em;
  }
  .camp_reslut_note {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .camp_reslut_note {
    width: 62rem;
    padding-top: 3.5rem;
    line-height: 1.471;
    font-size: 3.4rem;
  }
  .camp_reslut_note > p {
    font: inherit;
  }
  .camp_reslut_note > p:first-of-type {
    margin-top: -0.235em;
  }
  .camp_reslut_note > p:last-of-type {
    margin-bottom: -0.235em;
  }
  .camp_reslut_note {
    text-align: justify;
  }
}

.camp_head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .camp_head {
    gap: 1.5rem;
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .camp_head {
    gap: 3rem;
    padding-top: 9rem;
  }
}

.camp_head_h3 {
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .camp_head_h3 {
    line-height: 1.429;
    font-size: 2.8rem;
  }
  .camp_head_h3 > h3 {
    font: inherit;
  }
  .camp_head_h3 > h3:first-of-type {
    margin-top: -0.214em;
  }
  .camp_head_h3 > h3:last-of-type {
    margin-bottom: -0.214em;
  }
}
@media (max-width: 768px) {
  .camp_head_h3 {
    line-height: 1.2;
    font-size: 5rem;
  }
  .camp_head_h3 > h3 {
    font: inherit;
  }
  .camp_head_h3 > h3:first-of-type {
    margin-top: -0.1em;
  }
  .camp_head_h3 > h3:last-of-type {
    margin-bottom: -0.1em;
  }
}

.camp_head_p {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff9600;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 769px) {
  .camp_head_p {
    clip-path: polygon(0 0, 100% 0, calc(100% - 1.5rem) 50%, 100% 100%, 0 100%, 1.5rem 50%);
    width: 37rem;
    height: 4.8rem;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .camp_head_p {
    clip-path: polygon(0 0, 100% 0, calc(100% - 2.7rem) 50%, 100% 100%, 0 100%, 2.7rem 50%);
    width: 58rem;
    height: 8.6rem;
    font-size: 5.4rem;
  }
}

.camp_banner {
  display: flex;
  background: #0096e6;
  border-radius: 3rem;
  color: #fff;
}
@media (min-width: 769px) {
  .camp_banner {
    align-items: flex-end;
    gap: 2.5rem;
    width: 68rem;
    margin-top: 6.7rem;
    padding: 0 0 0 4.5rem;
  }
}
@media (max-width: 768px) {
  .camp_banner {
    flex-direction: column;
    align-items: center;
    gap: 2.9rem;
    width: 64rem;
    margin-top: 5rem;
    padding: 5.5rem 0 0;
  }
}

.camp_banner_image {
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .camp_banner_image {
    width: 21.7rem;
  }
}
@media (max-width: 768px) {
  .camp_banner_image {
    order: 10;
    width: 54.2rem;
  }
}
@media (min-width: 769px) {
  .camp_banner_image figure {
    margin-top: -3.8rem;
  }
}

.camp_banner_caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .camp_banner_caption {
    padding-bottom: 6.8rem;
  }
}
@media (max-width: 768px) {
  .camp_banner_caption {
    align-items: center;
  }
}

.camp_banner_text {
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 769px) {
  .camp_banner_text {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .camp_banner_text {
    font-size: 4rem;
  }
}

.camp_banner_lead {
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .camp_banner_lead {
    padding-top: 1rem;
    line-height: 1.236;
    font-size: 3.3rem;
  }
  .camp_banner_lead > p {
    font: inherit;
  }
  .camp_banner_lead > p:first-of-type {
    margin-top: -0.117em;
  }
  .camp_banner_lead > p:last-of-type {
    margin-bottom: -0.117em;
  }
}
@media (max-width: 768px) {
  .camp_banner_lead {
    padding-top: 2rem;
    line-height: 1.267;
    font-size: 6rem;
  }
  .camp_banner_lead > p {
    font: inherit;
  }
  .camp_banner_lead > p:first-of-type {
    margin-top: -0.133em;
  }
  .camp_banner_lead > p:last-of-type {
    margin-bottom: -0.133em;
  }
  .camp_banner_lead {
    text-align: center;
  }
}
.camp_banner_lead span {
  color: #faf000;
}

.camp_banner_note {
  line-height: 1;
}
@media (min-width: 769px) {
  .camp_banner_note {
    width: 100%;
    padding-top: 1.5rem;
    font-size: 1.4rem;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .camp_banner_note {
    padding-top: 2.5rem;
    font-size: 2.8rem;
  }
}

.camp_end {
  position: relative;
  margin-bottom: 9rem;
}
@media (min-width: 769px) {
  .camp_end {
    width: 64rem;
    height: 15.5rem;
    margin-top: 4rem;
    padding: 2rem 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .camp_end {
    width: 62rem;
    height: 27rem;
    margin-top: 6rem;
    text-align: center;
  }
}
.camp_end::before {
  content: "";
  position: absolute;
  border-top: 1px solid;
  border-bottom: 1px solid;
  inset: 0;
  padding-bottom: 2rem;
  pointer-events: none;
}
.camp_end span {
  font-weight: 500;
}
@media (min-width: 769px) {
  .camp_end span {
    display: block;
    padding-top: 1rem;
    line-height: 1.5;
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .camp_end span {
    display: block;
    padding-top: 1rem;
    line-height: 1.301;
    font-size: 2.4rem;
  }
}
.camp_end strong {
  line-height: 1.2;
}
@media (min-width: 769px) {
  .camp_end strong {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .camp_end strong {
    display: block;
    padding-top: 1.6rem;
    font-size: 3.6rem;
  }
}

.camp_period {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .camp_period {
    justify-content: center;
    gap: 3rem;
    width: 64rem;
    margin-top: 4rem;
    padding: 2.5rem 0 3rem;
  }
}
@media (max-width: 768px) {
  .camp_period {
    flex-direction: column;
    gap: 2.5rem;
    width: 62rem;
    margin-top: 5.5rem;
    padding: 5.5rem 0 6.5rem;
  }
}
.camp_period::before {
  content: "";
  position: absolute;
  border-top: 1px solid;
  border-bottom: 1px solid;
  inset: 0;
  padding-bottom: 2rem;
  pointer-events: none;
}
.camp_period > dt {
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .camp_period > dt {
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .camp_period > dt {
    font-size: 4rem;
  }
}
.camp_period > dd {
  font-weight: 500;
}
@media (min-width: 769px) {
  .camp_period > dd {
    line-height: 1;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .camp_period > dd {
    line-height: 1.334;
    font-size: 4rem;
  }
  .camp_period > dd > p {
    font: inherit;
  }
  .camp_period > dd > p:first-of-type {
    margin-top: -0.166em;
  }
  .camp_period > dd > p:last-of-type {
    margin-bottom: -0.166em;
  }
  .camp_period > dd {
    text-align: center;
  }
}
.camp_period > dd strong {
  vertical-align: text-bottom;
}
@media (max-width: 768px) {
  .camp_period > dd strong {
    font-size: 1.1em;
  }
}
@media (min-width: 769px) {
  .camp_period + .camp_flows_h3 {
    margin-top: 9rem;
  }
}
@media (max-width: 768px) {
  .camp_period + .camp_flows_h3 {
    margin-top: 9.5rem;
  }
}

.camp_flows_h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #003278;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media (min-width: 769px) {
  .camp_flows_h3 {
    border-radius: 1rem 1rem 0 0;
    width: 74rem;
    height: 6rem;
    line-height: 1;
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .camp_flows_h3 {
    border-radius: 2.4rem 2.4rem 0 0;
    width: 70rem;
    height: 16.4rem;
    line-height: 1.45;
    font-size: 4rem;
  }
}

.camp_flows {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .camp_flows {
    gap: 4rem;
    width: 74rem;
  }
}
@media (max-width: 768px) {
  .camp_flows {
    gap: 10rem;
    width: 70rem;
  }
}
.camp_flows > li {
  position: relative;
  width: 100%;
}
.camp_flows > li::before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  left: 50%;
  top: 100%;
  translate: -50% -0.05rem;
}
@media (min-width: 769px) {
  .camp_flows > li::before {
    width: 2.8rem;
    height: 1.8rem;
  }
}
@media (max-width: 768px) {
  .camp_flows > li::before {
    width: 6.8rem;
    height: 4.3rem;
  }
}
.camp_flows > li:last-of-type::before {
  display: none;
}
@media (min-width: 769px) {
  .camp_flows_h3 + .camp_flows > li:first-of-type .camp_flow {
    border-radius: 0 0 1rem 1rem;
  }
}
@media (max-width: 768px) {
  .camp_flows_h3 + .camp_flows > li:first-of-type .camp_flow {
    border-radius: 0 0 2.4rem 2.4rem;
  }
}

.camp_flow {
  display: flex;
  position: relative;
  background: #fff;
}
@media (min-width: 769px) {
  .camp_flow {
    gap: 5rem;
    border-radius: 1rem;
    padding: 0 2.5rem 0 0;
  }
}
@media (max-width: 768px) {
  .camp_flow {
    flex-direction: column;
    align-items: center;
    border-radius: 2.4rem;
    padding: 2.5rem 0 7.5rem;
  }
}

@media (min-width: 769px) {
  .camp_flow_caption {
    padding: 4rem 0 5rem 9.5rem;
  }
}
@media (max-width: 768px) {
  .camp_flow_caption {
    width: 62rem;
  }
}

.camp_flow_h3 {
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media (min-width: 769px) {
  .camp_flow_h3 {
    margin-left: -6.5rem;
    padding-bottom: 1rem;
    line-height: 1.459;
    font-size: 2.4rem;
  }
  .camp_flow_h3 > h3 {
    font: inherit;
  }
  .camp_flow_h3 > h3:first-of-type {
    margin-top: -0.229em;
  }
  .camp_flow_h3 > h3:last-of-type {
    margin-bottom: -0.229em;
  }
}
@media (max-width: 768px) {
  .camp_flow_h3 {
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 2.5rem;
    line-height: 1.75;
    font-size: 4.4rem;
  }
  .camp_flow_h3 > h3 {
    font: inherit;
  }
  .camp_flow_h3 > h3:first-of-type {
    margin-top: -0.375em;
  }
  .camp_flow_h3 > h3:last-of-type {
    margin-bottom: -0.375em;
  }
}
.camp_flow_h3 i {
  line-height: 1;
  text-align: center;
  font-weight: 800;
  font-style: normal;
  paint-order: fill;
  color: #beebff;
}
@media (min-width: 769px) {
  .camp_flow_h3 i {
    flex-shrink: 0;
    width: 6.5rem;
    font-size: 6.4rem;
    -webkit-text-stroke: #003278 0.15rem;
    -text-stroke: #003278 0.15rem;
  }
}
@media (max-width: 768px) {
  .camp_flow_h3 i {
    font-size: 11.6rem;
    -webkit-text-stroke: #003278 0.2rem;
    -text-stroke: #003278 0.2rem;
  }
}
@media (min-width: 769px) {
  .camp_flow_h3 h3 {
    letter-spacing: -0.01em;
  }
}

.camp_flow_box {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .camp_flow_box {
    padding: 1.6rem 0;
  }
}
@media (max-width: 768px) {
  .camp_flow_box {
    padding: 2.8rem 0;
  }
}
.camp_flow_box::before {
  content: "";
  position: absolute;
  border-top: 1px solid;
  border-bottom: 1px solid;
  inset: 0;
  pointer-events: none;
}

@media (min-width: 769px) {
  .camp_flow_text1 {
    line-height: 1.5;
    font-size: 1.8rem;
  }
  .camp_flow_text1 > p {
    font: inherit;
  }
  .camp_flow_text1 > p:first-of-type {
    margin-top: -0.25em;
  }
  .camp_flow_text1 > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .camp_flow_text1 {
    line-height: 1.471;
    font-size: 3.4rem;
  }
  .camp_flow_text1 > p {
    font: inherit;
  }
  .camp_flow_text1 > p:first-of-type {
    margin-top: -0.235em;
  }
  .camp_flow_text1 > p:last-of-type {
    margin-bottom: -0.235em;
  }
}

.camp_flow_text2 {
  font-weight: 700;
}
@media (min-width: 769px) {
  .camp_flow_text2 {
    line-height: 1.445;
    font-size: 1.8rem;
  }
  .camp_flow_text2 > p {
    font: inherit;
  }
  .camp_flow_text2 > p:first-of-type {
    margin-top: -0.222em;
  }
  .camp_flow_text2 > p:last-of-type {
    margin-bottom: -0.222em;
  }
}
@media (max-width: 768px) {
  .camp_flow_text2 {
    line-height: 1.438;
    font-size: 3.2rem;
  }
  .camp_flow_text2 > p {
    font: inherit;
  }
  .camp_flow_text2 > p:first-of-type {
    margin-top: -0.218em;
  }
  .camp_flow_text2 > p:last-of-type {
    margin-bottom: -0.218em;
  }
}
.camp_flow_text2 span {
  color: #f39800;
}
@media (min-width: 769px) {
  .camp_flow_text2 p + p {
    margin-top: 0.556em;
  }
}
@media (max-width: 768px) {
  .camp_flow_text2 p + p {
    margin-top: 0.563em;
  }
}

.camp_flow_text3 {
  font-weight: 700;
}
@media (min-width: 769px) {
  .camp_flow_text3 {
    line-height: 1.556;
    font-size: 1.8rem;
  }
  .camp_flow_text3 > p {
    font: inherit;
  }
  .camp_flow_text3 > p:first-of-type {
    margin-top: -0.277em;
  }
  .camp_flow_text3 > p:last-of-type {
    margin-bottom: -0.277em;
  }
}
@media (max-width: 768px) {
  .camp_flow_text3 {
    line-height: 1.563;
    font-size: 3.2rem;
  }
  .camp_flow_text3 > p {
    font: inherit;
  }
  .camp_flow_text3 > p:first-of-type {
    margin-top: -0.281em;
  }
  .camp_flow_text3 > p:last-of-type {
    margin-bottom: -0.281em;
  }
}
.camp_flow_text3 p.col1 {
  color: #f39800;
}
.camp_flow_text3.kome p {
  padding-left: 1em;
  text-indent: -1em;
}

.camp_flow_date {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f39800;
  line-height: 1;
  color: #fff;
}
@media (min-width: 769px) {
  .camp_flow_date {
    border-radius: 1rem;
    height: 5.5rem;
    margin-top: 2.5rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .camp_flow_date {
    border-radius: 1.9rem;
    height: 10.5rem;
    margin-top: 4.5rem;
    font-size: 2rem;
  }
}
.camp_flow_date strong {
  translate: 0 -5%;
}
@media (min-width: 769px) {
  .camp_flow_date strong {
    margin-left: 2rem;
    font-size: 1.8em;
  }
}
@media (max-width: 768px) {
  .camp_flow_date strong {
    margin-left: 4rem;
    font-size: 1.912em;
  }
}
.camp_flow_date em {
  font-weight: 700;
  font-style: normal;
  translate: 0 -5%;
}
@media (min-width: 769px) {
  .camp_flow_date em {
    margin-right: 2rem;
    font-size: 1.1em;
  }
}
@media (max-width: 768px) {
  .camp_flow_date em {
    margin-right: 3rem;
    font-size: 1.559em;
  }
}

.camp_flow_image {
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .camp_flow_image {
    width: 24rem;
    padding: 6rem 0 3rem;
  }
}
@media (max-width: 768px) {
  .camp_flow_image {
    order: 10;
    width: 67rem;
    padding: 6.5rem 0 0;
  }
}

.camp_acc {
  border: 1px solid;
}
@media (min-width: 769px) {
  .camp_acc {
    width: 52rem;
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .camp_acc {
    width: 70rem;
    margin-top: 8rem;
  }
}

.camp_acc_switch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  line-height: 1;
  cursor: pointer;
}
@media (min-width: 769px) {
  .camp_acc_switch {
    height: 4.5rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .camp_acc_switch {
    height: 6rem;
    padding-right: 5rem;
    font-size: 2.6rem;
  }
}
.camp_acc_switch svg {
  position: absolute;
  stroke: #003278;
  right: 3rem;
}
@media (min-width: 769px) {
  .camp_acc_switch svg {
    stroke-width: 3px;
    width: 2.2rem;
    height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .camp_acc_switch svg {
    stroke-width: 0.4rem;
    width: 3.5rem;
    height: 2.2rem;
  }
}
.camp_acc_switch.is-opened svg {
  scale: 1 -1;
}

.camp_acc_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem;
}

.camp_acc_dl {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  font-weight: 600;
}
@media (min-width: 769px) {
  .camp_acc_dl {
    padding-top: 1.5rem;
    line-height: 1.563;
    font-size: 1.6rem;
  }
  .camp_acc_dl > p {
    font: inherit;
  }
  .camp_acc_dl > p:first-of-type {
    margin-top: -0.281em;
  }
  .camp_acc_dl > p:last-of-type {
    margin-bottom: -0.281em;
  }
}
@media (max-width: 768px) {
  .camp_acc_dl {
    padding-top: 3rem;
    line-height: 1.429;
    font-size: 2.8rem;
  }
  .camp_acc_dl > p {
    font: inherit;
  }
  .camp_acc_dl > p:first-of-type {
    margin-top: -0.214em;
  }
  .camp_acc_dl > p:last-of-type {
    margin-bottom: -0.214em;
  }
}
.camp_acc_dl > div {
  display: flex;
}
.camp_acc_dl > div > dt {
  width: 5em;
}

@media (min-width: 769px) {
  .camp_acc_note {
    padding: 2.5rem 0 1.5rem;
    line-height: 1.438;
    font-size: 1.6rem;
  }
  .camp_acc_note > p {
    font: inherit;
  }
  .camp_acc_note > p:first-of-type {
    margin-top: -0.218em;
  }
  .camp_acc_note > p:last-of-type {
    margin-bottom: -0.218em;
  }
}
@media (max-width: 768px) {
  .camp_acc_note {
    padding: 2.5rem 0 2rem;
    letter-spacing: -0.01em;
    line-height: 1.462;
    font-size: 2.6rem;
  }
  .camp_acc_note > p {
    font: inherit;
  }
  .camp_acc_note > p:first-of-type {
    margin-top: -0.23em;
  }
  .camp_acc_note > p:last-of-type {
    margin-bottom: -0.23em;
  }
}
.camp_acc_note p {
  padding-left: 1em;
  text-indent: -1em;
}

.faq_section {
  position: relative;
  background: #fff;
}

.faq_inner {
  position: relative;
}
@media (min-width: 769px) {
  .faq_inner {
    padding: 4rem 0 19rem;
  }
}
@media (max-width: 768px) {
  .faq_inner {
    padding: 4rem 0 16rem;
  }
}

.faq_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .faq_head {
    gap: 2.5rem;
  }
}
@media (min-width: 769px) {
  .faq_head + .faq_block {
    margin-top: 14rem;
  }
}
@media (max-width: 768px) {
  .faq_head + .faq_block {
    margin-top: 5rem;
  }
}

.faq_head_image {
  width: 9.6rem;
}
@media (min-width: 769px) {
  .faq_head_image {
    position: absolute;
    left: calc(50% + 36.8rem);
    top: -1rem;
  }
}
@media (max-width: 768px) {
  .faq_head_image {
    position: relative;
  }
}
.faq_head_image::before, .faq_head_image::after {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  inset: 0;
  opacity: 0;
}
.faq_head_image::before {
  background-image: url(../img/img8_2.png);
  animation: fadeIn 3s linear 0s infinite;
}
.faq_head_image::after {
  background-image: url(../img/img8_3.png);
  animation: fadeIn 3s linear 1.5s infinite;
}

.faq_h2 {
  line-height: 1;
  font-size: 4.6rem;
  text-align: center;
}

.faq_block {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .faq_block {
    width: 76rem;
  }
}
@media (max-width: 768px) {
  .faq_block {
    width: 71.4rem;
  }
}
@media (min-width: 769px) {
  .faq_block + .faq_block {
    margin-top: 16rem;
  }
}
@media (max-width: 768px) {
  .faq_block + .faq_block {
    margin-top: 10rem;
  }
}
@media (min-width: 769px) {
  .faq_block + .faq_buttons {
    margin-top: 10rem;
  }
}
@media (max-width: 768px) {
  .faq_block + .faq_buttons {
    margin-top: 7rem;
  }
}

.faq_block_head {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid;
  padding-bottom: 3rem;
}
@media (min-width: 769px) {
  .faq_block_head {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .faq_block_head {
    justify-content: center;
    gap: 1rem;
  }
}
@media (min-width: 769px) {
  .faq_block_head i {
    width: 3.2rem;
  }
}
@media (max-width: 768px) {
  .faq_block_head i {
    width: 3.7rem;
  }
}
.faq_block_head h3 {
  font-weight: 800;
  color: #0096e6;
}
@media (min-width: 769px) {
  .faq_block_head h3 {
    padding-top: 0.5rem;
    line-height: 1.308;
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .faq_block_head h3 {
    line-height: 1.313;
    font-size: 3.2rem;
  }
}

.faq_acc {
  border-bottom: 1px solid;
}

.faq_acc_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s linear;
  cursor: pointer;
}
@media (min-width: 769px) {
  .faq_acc_head {
    gap: 2.5rem;
    min-height: 12rem;
    padding: 1.8rem 3rem;
  }
}
@media (max-width: 768px) {
  .faq_acc_head {
    gap: 3rem;
    padding: 3.1rem 1rem 3.1rem 3.5rem;
  }
}
.faq_acc_head svg {
  flex-shrink: 0;
  stroke: #003278;
}
@media (min-width: 769px) {
  .faq_acc_head svg {
    stroke-width: 3px;
    width: 2.2rem;
    height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .faq_acc_head svg {
    stroke-width: 0.4rem;
    width: 3.5rem;
    height: 2.2rem;
  }
}
.faq_acc_head:hover {
  opacity: 0.5;
}
.faq_acc_head.is-opened svg {
  scale: 1 -1;
}

.faq_acc_h4 {
  font-weight: 600;
}
@media (min-width: 769px) {
  .faq_acc_h4 {
    line-height: 1.6;
    font-size: 2rem;
  }
  .faq_acc_h4 > h4 {
    font: inherit;
  }
  .faq_acc_h4 > h4:first-of-type {
    margin-top: -0.3em;
  }
  .faq_acc_h4 > h4:last-of-type {
    margin-bottom: -0.3em;
  }
}
@media (max-width: 768px) {
  .faq_acc_h4 {
    line-height: 1.572;
    font-size: 2.8rem;
  }
  .faq_acc_h4 > h4 {
    font: inherit;
  }
  .faq_acc_h4 > h4:first-of-type {
    margin-top: -0.285em;
  }
  .faq_acc_h4 > h4:last-of-type {
    margin-bottom: -0.285em;
  }
}

.faq_acc_content {
  text-align: justify;
}
@media (min-width: 769px) {
  .faq_acc_content {
    padding: 1.6rem 11rem 5rem 3rem;
  }
}
@media (max-width: 768px) {
  .faq_acc_content {
    padding: 1rem 7.5rem 4rem 3.5rem;
  }
}

.faq_acc_text {
  letter-spacing: 0.03em;
  color: #0096e6;
}
@media (min-width: 769px) {
  .faq_acc_text {
    line-height: 1.6;
    font-size: 2rem;
  }
  .faq_acc_text > p {
    font: inherit;
  }
  .faq_acc_text > p:first-of-type {
    margin-top: -0.3em;
  }
  .faq_acc_text > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
@media (max-width: 768px) {
  .faq_acc_text {
    line-height: 1.539;
    font-size: 2.6rem;
  }
  .faq_acc_text > p {
    font: inherit;
  }
  .faq_acc_text > p:first-of-type {
    margin-top: -0.269em;
  }
  .faq_acc_text > p:last-of-type {
    margin-bottom: -0.269em;
  }
}
.faq_acc_text a {
  text-decoration: underline;
}
.faq_acc_text a:hover {
  opacity: 0.5;
}

.faq_accs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq_accs_head {
  order: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #0096e6;
  stroke: #fff;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  transition: 0.2s linear;
  cursor: pointer;
}
@media (min-width: 769px) {
  .faq_accs_head {
    gap: 2.5rem;
    border-radius: 6.4rem;
    width: 26rem;
    height: 6.4rem;
    margin-top: 5rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .faq_accs_head {
    border-radius: 6rem;
    width: 36.6rem;
    height: 6rem;
    margin-top: 4rem;
    font-size: 2.4rem;
  }
}
.faq_accs_head span:nth-of-type(2) {
  display: none;
}
@media (min-width: 769px) {
  .faq_accs_head svg {
    stroke-width: 3px;
    width: 2.5rem;
    height: 1.6rem;
  }
}
@media (max-width: 768px) {
  .faq_accs_head svg {
    position: absolute;
    stroke-width: 0.4rem;
    width: 2.9rem;
    height: 1.8rem;
    right: 2.3rem;
  }
}
.faq_accs_head:hover {
  opacity: 0.5;
}
.faq_accs_head.is-opened span:nth-of-type(1) {
  display: none;
}
.faq_accs_head.is-opened span:nth-of-type(2) {
  display: block;
}
.faq_accs_head.is-opened svg {
  scale: 1 -1;
}

.faq_accs_body {
  width: 100%;
}

.faq_buttons {
  display: flex;
  justify-content: center;
}

.faq_button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  font-weight: 600;
  text-align: center;
  color: #009641;
}
@media (min-width: 769px) {
  .faq_button {
    border: 2px solid;
    width: 34rem;
    height: 6.6rem;
    line-height: 1.2;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .faq_button {
    border: 1px solid;
    width: 44rem;
    height: 8rem;
    line-height: 1.2;
    font-size: 2.4rem;
  }
}
.faq_button:hover {
  opacity: 0.5;
}

.movie_section {
  position: relative;
  background: #beebff;
  z-index: 3;
}
@media (min-width: 769px) {
  .movie_section {
    padding: 6rem 0 0;
  }
}
@media (max-width: 768px) {
  .movie_section {
    padding: 8.5rem 0 0;
  }
}
.movie_section::before, .movie_section::after {
  content: "";
  position: absolute;
  background-image: url(../img/movie_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  right: 0;
}
@media (min-width: 769px) {
  .movie_section::before, .movie_section::after {
    height: calc(3.5rem + 1px);
  }
}
@media (max-width: 768px) {
  .movie_section::before, .movie_section::after {
    height: calc(2.6rem + 1px);
  }
}
.movie_section::before {
  bottom: calc(100% - 1px);
}
.movie_section::after {
  top: calc(100% - 1px);
  scale: 1 -1;
}

.movie_inner {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .movie_inner {
    max-width: 90rem;
    padding: 4rem 0 6.5rem;
  }
}
@media (max-width: 768px) {
  .movie_inner {
    max-width: 70rem;
    padding: 4rem 0 6rem;
  }
}

.movie_head {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .movie_head {
    gap: 3rem;
    margin-bottom: 6rem;
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .movie_head {
    gap: 4rem;
    margin-bottom: 5rem;
    padding: 0 5rem;
  }
}

.movie_head_image {
  position: absolute;
}
@media (min-width: 769px) {
  .movie_head_image {
    width: 23.3rem;
    right: 1.2rem;
    top: 0.9rem;
  }
}
@media (max-width: 768px) {
  .movie_head_image {
    width: 23.4rem;
    right: 1.6rem;
    top: -7.8rem;
  }
}

.movie_h2 {
  line-height: 0;
}
@media (min-width: 769px) {
  .movie_h2 {
    width: 20.9rem;
  }
}
@media (max-width: 768px) {
  .movie_h2 {
    width: 21.6rem;
  }
}

@media (min-width: 769px) {
  .movie_lead {
    line-height: 1.8;
    font-size: 2rem;
  }
  .movie_lead > p {
    font: inherit;
  }
  .movie_lead > p:first-of-type {
    margin-top: -0.4em;
  }
  .movie_lead > p:last-of-type {
    margin-bottom: -0.4em;
  }
}
@media (max-width: 768px) {
  .movie_lead {
    line-height: 1.5;
    font-size: 3.2rem;
  }
  .movie_lead > p {
    font: inherit;
  }
  .movie_lead > p:first-of-type {
    margin-top: -0.25em;
  }
  .movie_lead > p:last-of-type {
    margin-bottom: -0.25em;
  }
}

.movie_box {
  position: relative;
  background: #fff;
  width: 100%;
}
@media (min-width: 769px) {
  .movie_box {
    border-radius: 3rem;
    padding: 6rem 9rem 8rem;
  }
}
@media (max-width: 768px) {
  .movie_box {
    border-radius: 2.4rem;
    padding: 5rem;
  }
}

.movie_item {
  display: flex;
}
@media (min-width: 769px) {
  .movie_item {
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .movie_item {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
@media (min-width: 769px) {
  .movie_item + .movie_item {
    margin-top: 4.5rem;
  }
}
@media (max-width: 768px) {
  .movie_item + .movie_item {
    margin-top: 8rem;
  }
}

.movie_caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .movie_caption {
    gap: 2.5rem;
    width: 35.6rem;
  }
}
@media (max-width: 768px) {
  .movie_caption {
    align-items: center;
    gap: 3rem;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .movie_name {
    line-height: 1.6;
    font-size: 2rem;
  }
  .movie_name > p {
    font: inherit;
  }
  .movie_name > p:first-of-type {
    margin-top: -0.3em;
  }
  .movie_name > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
@media (max-width: 768px) {
  .movie_name {
    line-height: 1.534;
    font-size: 3rem;
  }
  .movie_name > p {
    font: inherit;
  }
  .movie_name > p:first-of-type {
    margin-top: -0.266em;
  }
  .movie_name > p:last-of-type {
    margin-bottom: -0.266em;
  }
  .movie_name {
    text-align: center;
  }
}

.movie_buttons {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .movie_buttons {
    gap: 1.3rem;
  }
}
@media (max-width: 768px) {
  .movie_buttons {
    gap: 2.5rem;
  }
}

.movie_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #0096e6;
  line-height: 1;
  color: #fff;
}
@media (min-width: 769px) {
  .movie_button {
    gap: 0.8rem;
    border-radius: 0.6rem;
    width: 13.2rem;
    height: 3.8rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .movie_button {
    gap: 1.5rem;
    border-radius: 1rem;
    width: 24.5rem;
    height: 7rem;
    font-size: 3.2rem;
  }
}
.movie_button i {
  background: #fff;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .movie_button i {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 768px) {
  .movie_button i {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.movie_button span {
  translate: 0 -5%;
}
.movie_button:hover {
  opacity: 0.5;
}

.movie_thumb {
  position: relative;
  line-height: 0;
}
@media (min-width: 769px) {
  .movie_thumb {
    width: 35.6rem;
  }
}
@media (max-width: 768px) {
  .movie_thumb {
    width: 100%;
  }
}
.movie_thumb.newly::after {
  content: "";
  position: absolute;
  background-image: url(../img/movie_thumb_new.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .movie_thumb.newly::after {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 768px) {
  .movie_thumb.newly::after {
    width: 10.113rem;
    height: 10.113rem;
  }
}
.movie_thumb a {
  display: block;
  width: 100%;
}
.movie_thumb a:hover {
  opacity: 0.5;
}

.movie_acc {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  .movie_acc {
    margin-top: 4.5rem;
  }
}
@media (max-width: 768px) {
  .movie_acc {
    margin-top: 8rem;
  }
}

.movie_acc_switch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  stroke: #003278;
  line-height: 1;
  font-weight: 500;
  color: #003278;
  transition: 0.2s linear;
  cursor: pointer;
}
@media (min-width: 769px) {
  .movie_acc_switch {
    border: 1px solid;
    border-radius: 4.6rem;
    width: 26rem;
    height: 4.6rem;
    margin: 0 4rem 0 auto;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .movie_acc_switch {
    border: 1px solid;
    border-radius: 6rem;
    width: 36.8rem;
    height: 6rem;
    margin: -2.5rem auto 0;
    font-size: 2.4rem;
  }
}
.movie_acc_switch span:nth-of-type(2) {
  display: none;
}
@media (min-width: 769px) {
  .movie_acc_switch svg {
    stroke-width: 3px;
    width: 2.5rem;
    height: 1.6rem;
    margin-left: 4rem;
  }
}
@media (max-width: 768px) {
  .movie_acc_switch svg {
    position: absolute;
    stroke-width: 0.4rem;
    width: 2.9rem;
    height: 1.8rem;
    right: 2.3rem;
  }
}
.movie_acc_switch:hover {
  opacity: 0.5;
}
@media (min-width: 769px) {
  .movie_acc_switch.is-opened {
    margin-top: 4.5rem;
  }
}
@media (max-width: 768px) {
  .movie_acc_switch.is-opened {
    margin-top: 5.5rem;
  }
}
.movie_acc_switch.is-opened span:nth-of-type(1) {
  display: none;
}
.movie_acc_switch.is-opened span:nth-of-type(2) {
  display: block;
}
.movie_acc_switch.is-opened svg {
  scale: 1 -1;
}

.profile_head {
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .profile_head {
    margin-top: 6rem;
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .profile_head {
    margin-top: 5.5rem;
    padding: 0 5rem;
  }
}

.profile_h2 {
  width: 19.2rem;
  line-height: 0;
}

.profile_box_list {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .profile_box_list {
    gap: 2.8rem;
  }
}
@media (max-width: 768px) {
  .profile_box_list {
    gap: 2rem;
  }
}

.profile_box {
  display: flex;
  position: relative;
  background: #fff;
  width: 100%;
}
@media (min-width: 769px) {
  .profile_box {
    justify-content: space-between;
    border-radius: 3rem;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .profile_box {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    border-radius: 2.4rem;
    padding: 3rem 2rem 4rem;
  }
}

.profile_thumb {
  line-height: 0;
}
@media (min-width: 769px) {
  .profile_thumb {
    width: 12rem;
  }
}
@media (max-width: 768px) {
  .profile_thumb {
    width: 20rem;
  }
}

.profile_caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .profile_caption {
    gap: 1.5rem;
    width: 23rem;
  }
}
@media (max-width: 768px) {
  .profile_caption {
    gap: 2.5rem;
  }
}

.profile_name {
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .profile_name {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .profile_name {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    font-size: 3.8rem;
  }
}
@media (min-width: 769px) {
  .profile_name small {
    font-size: inherit;
  }
}
@media (max-width: 768px) {
  .profile_name small {
    font-size: 0.7em;
  }
}

@media (min-width: 769px) {
  .profile_text {
    line-height: 1.643;
    font-size: 1.4rem;
  }
  .profile_text > p {
    font: inherit;
  }
  .profile_text > p:first-of-type {
    margin-top: -0.321em;
  }
  .profile_text > p:last-of-type {
    margin-bottom: -0.321em;
  }
}
@media (max-width: 768px) {
  .profile_text {
    line-height: 1.546;
    font-size: 2.2rem;
  }
  .profile_text > p {
    font: inherit;
  }
  .profile_text > p:first-of-type {
    margin-top: -0.272em;
  }
  .profile_text > p:last-of-type {
    margin-bottom: -0.272em;
  }
}

.app_section {
  position: relative;
  background: #fff;
}
@media (min-width: 769px) {
  .app_section {
    padding: 16.5rem 0 0;
  }
}

.app_inner {
  position: relative;
}
@media (min-width: 769px) {
  .app_inner {
    padding: 4rem 0 3.6rem;
  }
}
@media (max-width: 768px) {
  .app_inner {
    padding: 16rem 0 2.3rem;
  }
}

.app_caption {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .app_caption {
    width: 48.8rem;
    margin: 0 calc(50% - 2.8rem) 0 auto;
  }
}

.app_h2 {
  line-height: 0;
}
@media (min-width: 769px) {
  .app_h2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .app_h2 {
    width: 58.8rem;
  }
}

.app_dls {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .app_dls {
    gap: 6.4rem;
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .app_dls {
    gap: 6rem;
    margin-top: 6rem;
    margin-bottom: 4.5rem;
  }
}
.app_dls::before {
  content: "";
  position: absolute;
  background: #003278;
  width: 1px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
@media (min-width: 769px) {
  .app_dls::before {
    height: 19rem;
  }
}
@media (max-width: 768px) {
  .app_dls::before {
    height: 12.5rem;
  }
}
.app_dls > div {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .app_dls > div {
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  .app_dls > div {
    gap: 1.2rem;
  }
}
.app_dls > div > dt {
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .app_dls > div > dt {
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  .app_dls > div > dt {
    font-size: 3.2rem;
  }
}
.app_dls > div > dd {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .app_dls > div > dd {
    gap: 1rem;
  }
}
@media (min-width: 769px) {
  .app_dls > div > dd figure {
    width: 10.5rem;
  }
}
@media (max-width: 768px) {
  .app_dls > div > dd figure {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .app_dls > div > dd a {
    width: 12.4rem;
  }
}
@media (max-width: 768px) {
  .app_dls > div > dd a {
    width: 24rem;
  }
}
.app_dls > div > dd a:hover {
  opacity: 0.5;
}

.app_link {
  display: inline-block;
  text-decoration: underline;
  text-align: center;
}
@media (min-width: 769px) {
  .app_link {
    line-height: 1.667;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .app_link {
    line-height: 1.77;
    font-size: 2.6rem;
  }
}
.app_link:hover {
  opacity: 0.5;
}

.app_image {
  position: relative;
  line-height: 0;
}
@media (min-width: 769px) {
  .app_image {
    width: 59rem;
    margin: -29.7rem auto 0 calc(50% - 1.6rem);
  }
}
@media (max-width: 768px) {
  .app_image {
    width: 64rem;
    margin: 1.5rem auto 0;
  }
}
.app_image::after {
  content: "";
  position: absolute;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  inset: 0;
  scale: 0.95;
  opacity: 0;
  transition: scale 0.6s cubic-bezier(0, 0, 0.23, 1.39) 0.8s, opacity 0.4s linear 0.8s;
}
@media (min-width: 769px) {
  .app_image::after {
    background-image: url(../img/app_img2_pc.png);
  }
}
@media (max-width: 768px) {
  .app_image::after {
    background-image: url(../img/app_img2_sp.png);
  }
}
.app_image.is-animated::after {
  scale: 1;
  opacity: 1;
}

.footer_outer {
  position: relative;
  background: #fff;
  border-top: 1px solid #000;
  color: #808080;
}

.footer_inner {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .footer_inner {
    justify-content: space-between;
    align-items: flex-end;
    padding: 3rem 4.5rem 4rem;
  }
}
@media (max-width: 768px) {
  .footer_inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 3.5rem 4rem 10.5rem;
  }
}

.footer_caption {
  display: flex;
  flex-direction: column;
}

.footer_logo {
  line-height: 0;
}
@media (min-width: 769px) {
  .footer_logo {
    width: 17.6rem;
  }
}
@media (max-width: 768px) {
  .footer_logo {
    width: 27.3rem;
  }
}

.footer_address {
  margin-top: 1rem;
  line-height: 1;
  font-size: 1.4rem;
}

.footer_copyright {
  line-height: 1;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .footer_copyright {
    margin-top: 0.8rem;
  }
}
@media (max-width: 768px) {
  .footer_copyright {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .footer_buttons {
    margin-top: 4rem;
  }
}

.footer_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  border: 1px solid;
  color: #009641;
}
@media (min-width: 769px) {
  .footer_button {
    border-radius: 0.5rem;
    gap: 2rem;
    width: 37.4rem;
    height: 7rem;
    padding: 0 1rem 0 1.5rem;
    box-shadow: 0.6rem 0.6rem 0 #d6d6d6;
  }
}
@media (max-width: 768px) {
  .footer_button {
    border-radius: 0.7rem;
    gap: 3.5rem;
    width: 55rem;
    height: 9.8rem;
    padding: 1rem;
    box-shadow: 0.7rem 0.7rem 0 #d6d6d6;
  }
}
.footer_button:hover {
  opacity: 0.5;
}

.footer_button_left {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
@media (min-width: 769px) {
  .footer_button_left {
    gap: 0.8rem;
  }
}
@media (max-width: 768px) {
  .footer_button_left {
    gap: 1rem;
  }
}
@media (min-width: 769px) {
  .footer_button_left strong {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .footer_button_left strong {
    font-size: 2.5rem;
  }
}
@media (min-width: 769px) {
  .footer_button_left small {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .footer_button_left small {
    font-size: 2rem;
  }
}

.footer_button_right {
  display: flex;
  line-height: 1;
}
@media (min-width: 769px) {
  .footer_button_right {
    gap: 0.4rem;
  }
}
@media (max-width: 768px) {
  .footer_button_right {
    gap: 0.7rem;
  }
}
@media (min-width: 769px) {
  .footer_button_right span {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .footer_button_right span {
    font-size: 2.25rem;
  }
}
@media (min-width: 769px) {
  .footer_button_right svg {
    stroke-width: 2px;
    width: 1.5rem;
    height: 2.1rem;
  }
}
@media (max-width: 768px) {
  .footer_button_right svg {
    stroke-width: 0.4rem;
    width: 1.9rem;
    height: 2.6rem;
  }
}

.modal_outer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1000;
}
.modal_outer:not(.is-active) {
  display: none;
}

.modal_bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  inset: 0;
}

.modal_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.9rem;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .modal_inner {
    max-width: 102.4rem;
  }
}
@media (max-width: 768px) {
  .modal_inner {
    max-width: 72rem;
  }
}

.modal_close {
  flex-shrink: 0;
  position: relative;
  margin: 0 0 0 auto;
  cursor: pointer;
}
@media (min-width: 769px) {
  .modal_close {
    width: 3.8rem;
    height: 3.8rem;
  }
}
@media (max-width: 768px) {
  .modal_close {
    width: 7.3rem;
    height: 7.3rem;
  }
}
.modal_close::before, .modal_close::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 134.211%;
  inset: 0;
  margin: auto;
}
.modal_close::before {
  rotate: 45deg;
}
.modal_close::after {
  rotate: -45deg;
}
.modal_close:hover {
  opacity: 0.6;
}

.modal_frame {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .modal_frame {
    max-width: 102.4rem;
    max-height: 57.6rem;
  }
}
@media (max-width: 768px) {
  .modal_frame {
    max-width: 72rem;
    max-height: 40.5rem;
  }
}
.modal_frame > iframe {
  border: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}