html {
  font-size: 10px;
}

body {
  background: #EDF6FC;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  transition: all 0.3s;
}

dt {
  font-weight: normal;
}

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

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

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

th,
td {
  padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  padding: 6rem 0 14.5rem;
  text-align: center;
}

.footer__copyright {
  color: #0068B3;
  font-size: 1.2rem;
  font-weight: 700;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  align-items: center;
  background: #ffd900;
  display: grid;
  height: 4rem;
  justify-items: center;
  place-items: center;
}

.header__ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

/*
 * l-gray-sections
 * -------------------------------------------------------------
 */

.l-gray-sections {
  background: #edf6fc;
  padding-top: 7.4rem;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: auto;
  max-width: 100rem;
  padding: 0 4rem;
}

.l-inner--lg {
  max-width: 108.5rem;
}

.l-inner--sm {
  max-width: 61.6rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

/*
 * l-section-sm
 * -------------------------------------------------------------
 */

.l-section-sm {
  margin: 0 auto;
  max-width: 49.6rem;
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
  align-items: center;
  background: #ffd900;
  border-radius: 1rem;
  box-shadow: 0px 3px 0px 0px #dcc040;
  display: grid;
  font-size: 2.4rem;
  font-weight: 700;
  height: 8.1rem;
  justify-items: center;
  max-width: 60rem;
  place-items: center;
  position: relative;
  width: 100%;
}

.c-btn:hover {
  background: #e85f5f;
  box-shadow: 0px 3px 0px 0px #B24747;
  color: #fff;
}

.c-btn::after {
  background: url(./../images/btn.webp) no-repeat center/100%;
  border-radius: 50%;
  content: "";
  display: block;
  height: 2.3rem;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.3rem;
}

.c-btn:hover::after {
  background: url(./../images/btn_hover.webp) no-repeat center/100%;
}

/*
 * c-float
 * -------------------------------------------------------------
 */

.c-float {
  background: rgba(0, 104, 179, 0.75);
  bottom: 0;
  display: flex;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 1.9rem;
  position: fixed;
  right: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 10;
}

.c-float.is-show {
  opacity: 1;
  pointer-events: auto;
}

/*
 * c-link
 * -------------------------------------------------------------
 */

.c-link {
  color: #0068B3;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: auto;
  margin-top: 1.5rem;
  transition: all 0.2s;
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
}

.c-link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.c-link img {
  filter: contrast(120%);
}

.fa-angle-double-right:before {
  margin-right: 0.1rem;
}

/*
 * c-loop
 * -------------------------------------------------------------
 */

.c-loop {
  overflow: hidden;
  white-space: nowrap;
}

.c-loop__text {
  animation: scrollLoop 50s linear infinite;
  display: inline-block;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 7.1rem;
  font-weight: 700;
  padding-right: 0.5rem;
  will-change: transform;
}

_::-webkit-full-page-media,
_:future,
:root .c-loop__text {
  animation-duration: 65s;
}

/*
 * c-sec-ttl
 * -------------------------------------------------------------
 */

.c-sec-ttl {
  color: #0068B3;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

/*
 * app
 * -------------------------------------------------------------
 */

.app__body {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
}

.app__list {
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.app__list dt {
  color: #0068B3;
  font-weight: 700;
}

.app__list dd {
  margin-top: 0.2rem;
}

.app__list dd ul li {
  display: flex;
}

.app__list dd ul li::before {
  content: "・";
  display: inline-block;
}

/*
 * faq
 * -------------------------------------------------------------
 */

.faq {
  padding-top: 9rem;
}

.faq__items {
  margin-top: 3rem;
}

.faq__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.5;
  padding: 2rem 0 1.5rem;
}

.faq__item:first-child {
  padding-top: 0;
}

.faq__item:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
}

.faq__item.--gap-lg {
  gap: 3rem;
}

.faq__title {
  display: flex;
  font-weight: 700;
  gap: 0.6rem;
}

.faq__text {
  display: flex;
  gap: 0.6rem;
}

.faq__eng {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  position: relative;
  top: 0.1rem;
}

.faq__q {
  color: #0068B3;
}

.faq__a {
  color: #E85F5F;
}

.faq__link {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 6rem auto 0;
  text-align: center;
}

/*
 * flow
 * -------------------------------------------------------------
 */

.flow {
  padding-top: 9rem;
}

.flow__table {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-top: 3rem;
  width: 100%;
}

.flow__table tr:nth-child(2n) {
  background: #d5ecfc;
}

.flow__table tr:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
}

.flow__table th,
.flow__table td {
  padding: 0.7rem 0;
}

.flow__table th {
  color: #0068B3;
  font-weight: 700;
  padding-left: 0.7rem;
  text-align: center;
  vertical-align: middle;
  width: 10rem;
}

.flow__table td {
  padding-left: 4.4rem;
}

.flow__list {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
}

.flow__list-item {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.flow__list-item:not(:nth-child(2)) {
  margin-top: 2rem;
}

.flow__list-item:nth-child(2) {
  margin-top: 1.5rem;
}

.flow__list-item p {
  flex: 1;
  padding-top: 0.4rem;
}

.flow__list-num {
  color: #0068B3;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-right: 1.3rem;
}

.flow__list-link {
  font-size: 1.1rem;
  margin-left: 0;
  margin-top: 1.5rem;
  text-align: left;
}

/*
 * merit-modal
 * -------------------------------------------------------------
 */

.merit-modal {
  display: none;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.merit-modal::before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.merit-modal__wrap {
  background: #fff;
  left: 50%;
  max-height: 90vh;
  max-width: 80rem;
  overflow-y: auto;
  padding: 7.5rem 2rem 6rem;
  position: absolute;
  top: 5rem;
  transform: translateX(-50%);
  width: 100%;
}

.merit-modal__close-wrap {
  left: 50%;
  margin: 0 auto;
  max-width: 80rem;
  padding: 2rem 3rem;
  position: fixed;
  top: 5rem;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

.merit-modal__close {
  color: #0068B3;
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.9rem;
  margin-left: auto;
  text-align: right;
}

.merit-modal__ttl {
  color: #0068B3;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.merit-modal__contents {
  margin: 0 auto;
  max-width: 60rem;
}

.merit-modal__list {
  margin-top: 2.5rem;
  text-align: left;
}

.merit-modal__list dt {
  color: #0068B3;
  font-weight: 700;
}

.merit-modal__list dd {
  line-height: 1.5;
  margin-top: 0.4rem;
}

.merit-modal__list dd ul li {
  display: flex;
}

.merit-modal__list dd ul li::before {
  content: "・";
  display: inline-block;
}

.merit-modal__text-block {
  margin-left: 3.8rem;
  padding: 0.7rem 0;
}

.merit-modal__text-block ol {
  padding: 0.6rem 0 0 1.3rem;
}

.merit-modal__text-block ol li {
  display: flex;
}

.merit-modal__text-block ol li::before {
  content: "・";
  display: inline-block;
}

/*
 * merit-slider
 * -------------------------------------------------------------
 */

.merit-slider {
  padding-top: 4rem !important;
}

.merit-slider__items {
  display: grid !important;
}

.merit-slider__items {
  grid-gap: 1.7rem;
  gap: 1.7rem;
  grid-template-columns: repeat(3, 1fr);
}

.merit-slider .swiper-slide {
  max-width: 26.2rem !important;
  width: auto !important;
}

.merit-slider .swiper-slide {
  /* Swiperの幅指定を無効化 */
  flex-shrink: 0;
}

.merit-slider__item {
  background: #eff6fc;
  border: 1px solid #EDF6FC;
  border-radius: 2rem;
  padding: 1.8rem 1.3rem;
  text-align: center;
}

.merit-slider__ttl {
  background: #0068B3;
  border-radius: 10rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto;
  margin-top: -3.2rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.8rem 2rem 0.9rem;
}

.merit-slider__item:last-child .merit-slider__ttl {
  padding: 0.8rem 1.5rem 0.9rem;
}

.merit-slider__price {
  background: linear-gradient(transparent 70%, #FFD900 0%);
  color: #0068B3;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1.4rem;
  padding: 0 2rem 0 0.4rem;
}

.merit-slider__price .color {
  color: #e85f5f;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 3.4rem;
}

.merit-slider__detail {
  margin-top: 1.5rem;
}

.merit-slider__pagination {
  display: flex !important;
  position: static !important;
}

.merit-slider__pagination {
  display: none;
  gap: 0.8rem;
  justify-content: center;
  margin-top: 2rem;
}

.merit-slider__pagination .swiper-pagination-bullet {
  margin: 0 !important;
}

.merit-slider__pagination .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
}

/*
 * merit
 * -------------------------------------------------------------
 */

.merit {
  padding-top: 8rem;
}

.merit__loop {
  color: rgba(0, 104, 179, 0.15);
}

.merit__inner {
  margin-top: -2.8rem;
  position: relative;
  z-index: 1;
}

.merit__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.merit__item {
  background: #fff;
  border: 0.5rem solid #0068B4;
  border-radius: 2rem;
  padding: 3.5rem 5rem 4rem;
}

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

.merit__header::after {
  background: linear-gradient(to right, #2C67B1 50%, #F9E24D 50%);
  border-radius: 1rem;
  content: "";
  display: block;
  height: 0.3rem;
  margin: 3rem auto 0;
  max-width: 4rem;
  width: 100%;
}

.merit__num {
  align-items: center;
  background: #ffd900;
  border-radius: 10rem;
  color: #0068B3;
  display: flex;
  font-size: 1.1rem;
  font-weight: 700;
  height: 3.5rem;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  max-width: 15.3rem;
  width: 100%;
}

.merit__num span {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  padding-left: 0.5rem;
}

.merit__ttl {
  color: #0068B3;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 3rem;
  text-align: center;
}

.merit__ttl.--mt0 {
  margin-top: 0;
}

.merit__ttl .color {
  color: #E85F5F;
}

.merit__ttl small {
  display: block;
  font-size: 1.1rem;
  margin-top: 0.2rem;
}

.merit__flex {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 6.3rem;
}

.merit01 .merit__flex {
  align-items: flex-start;
  justify-content: flex-start;
}

.merit02 .merit__flex {
  margin-top: 0;
}

.merit03 .merit__flex {
  margin-top: 4rem;
}

.merit03 .merit__bottom .merit__flex {
  margin-top: 5rem;
}

.merit04 .merit__flex {
  margin-top: 2rem;
}

.merit__img-wrap {
  width: 50%;
}

.merit03 .merit__bottom .merit__img-wrap {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}

.merit__img {
  margin-left: auto;
}

.merit01 .merit__img {
  margin-right: 3.5rem;
}

.merit02 .merit__img {
  margin-right: 4.7rem;
  max-width: 22.4rem;
}

.merit03 .merit__img {
  margin-right: 6.7rem;
  max-width: 21.8rem;
}

.merit03 .merit__bottom .merit__img {
  margin-left: 0;
  margin-right: 9rem;
  max-width: 11.1rem;
}

.merit04 .merit__img {
  margin-right: 3.7rem;
  max-width: 28rem;
}

.merit__note {
  color: #999999;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 4.1rem;
  margin-top: 1.4rem;
  text-align: right;
}

.merit__text-wrap {
  flex: 1;
  width: 50%;
}

.merit__text {
  line-height: 1.56;
  max-width: 38rem;
}

.merit03 .merit__text {
  max-width: 41rem;
}

.merit__slide-section {
  margin-top: 5.5rem;
}

.merit__slide-section-header {
  text-align: center;
}

.merit__subttl {
  color: #0068B3;
  display: block;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.3rem;
}

.merit__subttl small {
  display: block;
  font-size: 1.2rem;
  left: 2.7rem;
  position: relative;
}

.merit__bottom {
  margin-top: 4.5rem;
}

.merit__img-note {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 1.5rem;
}

/*
 * monitor
 * -------------------------------------------------------------
 */

.monitor {
  background: #0068b3;
  padding: 10rem 0 10rem;
}

.monitor__loop {
  color: rgba(255, 255, 255, 0.15);
  position: relative;
  top: 4rem;
}

.monitor__inner {
  margin-top: -3.2rem;
}

.monitor__sec-ttl {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

.monitor__lists {
  grid-gap: 3.8rem;
  display: grid;
  gap: 3.8rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8rem;
}

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

.monitor__list-header {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 0.9rem;
}

.monitor__list-num {
  align-items: center;
  border: 0.4rem solid #FFD900;
  border-radius: 50%;
  color: #FFD900;
  display: inline-block;
  display: grid;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  height: 4rem;
  justify-items: center;
  line-height: 1;
  min-width: 4rem;
  place-items: center;
  width: 4rem;
}

.monitor__list-ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.monitor__list-ttl small {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
}

.monitor__list-ttl span {
  font-feature-settings: "palt";
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0.4rem;
}

.monitor__video {
  aspect-ratio: 306/545;
  background: #ccc;
  margin-top: 1.1rem;
}

.video-wrapper iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.monitor__btn {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.monitor__note {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.57;
  margin: 2.2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.monitor__link {
  -webkit-text-decoration: underline;
  color: #FFD900;
  display: inline-block;
  text-decoration: underline;
  transition: 0.3s ease-out;
}

.monitor__link:hover {
  color: #fff;
}

/*
 * mv
 * -------------------------------------------------------------
 */

.mv {
  background: #88b9dd;
  height: 70.6rem;
  position: relative;
}

.mv__inner {
  height: 100%;
  max-width: 118rem;
  padding-top: 1.7rem;
  position: relative;
}

.mv__btn {
  bottom: -4rem;
  display: flex;
  justify-content: center;
  left: 50%;
  max-width: 60rem;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.mv__img {
  margin: 0 auto;
  max-width: 100rem;
}

.mv__label {
  bottom: 9.7rem;
  max-width: 39.3rem;
  position: absolute;
  right: 4.3rem;
  width: 100%;
}

/*
 * notice
 * -------------------------------------------------------------
 */

.notice {
  padding-top: 11rem;
}

.notice__list {
  letter-spacing: -0.02em;
  line-height: 1.5;
  margin-top: 3rem;
}

.notice__list li {
  display: flex;
}

.notice__list li::before {
  content: "・";
  display: inline-block;
}

.notice__note {
  font-size: 1.1rem;
}

/*
 * project
 * -------------------------------------------------------------
 */

.project {
  background: #91cbe8;
  background: url(./../images/project_bg.webp) no-repeat top/cover;
  margin-top: -45rem;
  padding: 55rem 0 12rem;
  position: relative;
}

.project__inner {
  max-width: 68rem;
  position: relative;
}

.project__header {
  font-weight: 700;
  position: relative;
  text-align: center;
  z-index: 1;
}

.project__header-text {
  font-size: 2.4rem;
}

.project__ttl {
  font-size: 4rem;
  line-height: 1.2;
  margin-top: 5.5rem;
}

.project__ttl .highlight {
  background: linear-gradient(transparent 65%, #FFD900 0%);
  display: inline-block;
  padding: 0 0.3rem 0.3rem;
}

.project__img {
  margin: 8.5rem calc(50% - 50vw) 0;
}

.project__img img {
  margin: 0 auto;
  max-width: 91.4rem;
}

.project__text-wrap {
  margin-top: 9.3rem;
}

.project__text {
  line-height: 2;
}

.project__footer {
  background: #fff;
  border: 0.5rem solid #0068B4;
  border-radius: 2rem;
  margin-top: 6rem;
  padding: 4rem;
}

.project__footer-ttl {
  color: #0068B3;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.project__footer-text {
  line-height: 1.5;
  margin-top: 2rem;
}

.project__link {
  margin-top: 1.2rem;
}

.project__obj-wrap {
  left: 50%;
  margin: 0 auto;
  max-width: 136.6rem;
  position: absolute;
  top: 13rem;
  transform: translateX(-50%);
  width: 100%;
}

.project__obj {
  margin-left: auto;
  max-width: 57.7rem;
  position: absolute;
  right: -37rem;
  top: -45rem;
  width: 100%;
}

/*
 * start
 * -------------------------------------------------------------
 */

.start {
  padding-top: 12.2rem;
}

.start__header {
  text-align: center;
}

.start__ttl-sm {
  align-items: flex-end;
  display: flex;
  font-weight: 700;
  gap: 2.6rem;
  justify-content: center;
  line-height: 1.5;
}

.start__ttl-sm::before,
.start__ttl-sm::after {
  content: "";
  display: block;
  height: 4.5rem;
  position: relative;
  top: 0.4rem;
  width: 4.1rem;
}

.start__ttl-sm::before {
  background: url(./../images/start_obj_left.webp) no-repeat center/100%;
}

.start__ttl-sm::after {
  background: url(./../images/start_obj_right.webp) no-repeat center/100%;
}

.start__ttl-md {
  left: 3.4rem;
  margin: 3rem auto 0;
  max-width: 42.8rem;
  position: relative;
}

.start__ttl-lg {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1.5rem;
}

.start__body {
  margin-top: 2.8rem;
  text-align: center;
}

.start__text01 {
  line-height: 1.33;
}

.start__text {
  font-size: 2.4rem;
}

.start__items {
  align-items: center;
  display: flex;
  gap: 7.6rem;
  justify-content: center;
  margin-top: 4rem;
}

.start__item {
  align-items: center;
  display: flex;
  gap: 2.4rem;
  max-width: 19.8rem;
}

.start__item:not(:last-child)::after {
  color: #88B9DD;
  content: "×";
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 6rem;
  position: relative;
  top: 0.3rem;
}

.start__text02 {
  margin-top: 2.2rem;
}

.start__text02 .lg {
  color: #0068B3;
  font-size: 4rem;
  font-weight: 700;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media screen and (max-width: 1100px) {

  .mv__label {
    bottom: 12.7rem;
    right: 0;
    width: 34.44vw;
  }

}

@media screen and (max-width: 1024px) {

  html {
    font-size: 0.977vw;
  }

}

@media screen and (max-width: 768px) {

  html {
    font-size: 10px;
  }

  .footer {
    padding: 4rem 0 13.5rem;
  }

  .footer__copyright {
    font-size: 1rem;
  }

  .header {
    height: 2.5rem;
  }

  .header__ttl {
    font-size: 1.1rem;
  }

  .l-gray-sections {
    padding-top: 5rem;
  }

  .l-inner {
    padding: 0 1.6rem;
  }

  .l-inner--sm {
    padding: 0 3.2rem;
  }

  .c-btn {
    max-width: calc(100% - 1.6rem);
  }

  .c-float {
    padding: 1.2rem;
  }

  .c-link {
    font-size: 1.1rem;
  }

  .c-loop__text {
    font-size: 7.1rem;
  }

  .faq {
    padding-top: 6rem;
  }

  .faq__item {
    padding: 2rem 0;
  }

  .faq__item.--gap-lg {
    gap: 1rem;
  }

  .faq__link {
    font-size: 1.6rem;
    margin-top: 3rem;
  }

  .flow {
    padding-top: 6rem;
  }

  .flow__table td {
    padding-left: 1.5rem;
    padding-right: 1.7rem;
  }

  .merit-modal {
    height: 110dvh;
  }

  .merit-modal__wrap {
    max-height: 95dvh;
    padding: 5rem 1.6rem 3rem;
    top: 2rem;
    width: calc(100% - 3.2rem);
  }

  .merit-modal__close-wrap {
    padding: 0 1rem;
    top: 1.5rem;
    width: calc(100% - 3.2rem);
  }

  .merit-modal__contents {
    margin-top: -2rem;
  }

  .merit-slider__items {
    display: flex !important;
  }

  .merit-slider__items {
    gap: 0;
  }

  .merit-slider .swiper-slide {
    max-width: 100% !important;
    width: 100% !important;
  }

  .merit-slider__item {
    padding: 2rem 1.6rem;
  }

  .merit-slider__ttl {
    font-size: 1.2rem;
    margin-top: -3.5rem;
    min-width: 16rem;
    padding: 0.9rem 1rem 1rem;
  }

  .merit-slider__item:last-child .merit-slider__ttl {
    padding: 0.9rem 1.5rem 1rem;
  }

  .merit-slider__price {
    background: linear-gradient(transparent 65%, #FFD900 0%);
    font-size: 2.4rem;
    margin: 1.5rem calc(50% - 50vw) 0;
    margin-top: 1.5rem;
    padding: 0 0.4rem;
  }

  .merit-slider__price .color {
    font-size: 4.5rem;
  }

  .merit-slider__detail {
    margin-top: 2.3rem;
  }

  .merit-slider__pagination {
    display: block;
  }

  .merit {
    padding-top: 5rem;
  }

  .merit__item {
    padding: 4rem 1.6rem;
  }

  .merit__header::after {
    margin-top: 1.8rem;
  }

  .merit__ttl {
    font-size: 2.4rem;
    line-height: 1.33;
  }

  .merit__ttl small {
    font-size: 0.9rem;
    margin: 0 calc(50% - 50vw);
    margin-top: 0.4rem;
  }

  .merit__flex {
    flex-direction: column;
    margin-top: 1.5rem;
  }

  .merit01 .merit__flex {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }

  .merit02 .merit__flex {
    gap: 2.8rem;
    margin-top: 2.1rem;
  }

  .merit03 .merit__flex {
    gap: 2.5rem;
    margin-top: 1.1rem;
  }

  .merit04 .merit__flex {
    gap: 1.2rem;
  }

  .merit__img-wrap {
    width: 100%;
  }

  .merit03 .merit__bottom .merit__img-wrap {
    flex-direction: row-reverse;
    justify-content: center;
  }

  .merit01 .merit__img {
    margin-right: 0;
  }

  .merit02 .merit__img {
    margin: 0 auto;
  }

  .merit03 .merit__img {
    margin: 0 auto;
    position: relative;
    right: 2rem;
  }

  .merit03 .merit__bottom .merit__img {
    margin-right: 0;
    right: 0;
  }

  .merit04 .merit__img {
    margin: 0 auto;
  }

  .merit__note {
    font-size: 1.1rem;
    margin-right: 0.5rem;
    margin-top: 0.3rem;
  }

  .merit__text-wrap {
    padding: 0 1.6rem;
    width: 100%;
  }

  .merit__text {
    max-width: 100%;
  }

  .merit__slide-section {
    margin-top: 3rem;
  }

  .merit__subttl {
    font-size: 1.4rem;
    margin-bottom: 0;
  }

  .merit__subttl small {
    font-size: 1rem;
    left: auto;
  }

  .merit__btn {
    margin-top: 2rem;
  }

  .merit__bottom {
    margin-top: 4rem;
  }

  .monitor {
    padding: 1rem 0 6.8rem;
  }

  .monitor__sec-ttl {
    font-size: 2.4rem;
  }

  .monitor__lists {
    gap: 8rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 6rem;
  }

  .monitor__list-header {
    gap: 0.6rem;
  }

  .monitor__list-num {
    font-size: 4.5rem;
    height: 5.7rem;
    min-width: 5.7rem;
    width: 5.7rem;
  }

  .monitor__list-ttl small {
    font-size: 1.4rem;
  }

  .monitor__list-ttl span {
    font-size: 1.1rem;
  }

  .monitor__video {
    aspect-ratio: 291/520;
    margin: 1.2rem auto 0;
    max-width: calc(100% - 5rem);
    width: 100%;
  }

  .monitor__btn {
    margin-top: 2rem;
  }

  .monitor__note {
    font-size: 1.6rem;
    line-height: 1.375;
  }

  .mv {
    height: 100%;
  }

  .mv__inner {
    padding: 0.5rem 0 5rem 0;
  }

  .mv__btn {
    max-width: calc(100% - 1.6rem);
  }

  .mv__img {
    aspect-ratio: 381/554;
    max-width: 100%;
  }

  .mv__label {
    bottom: min(18rem, 31vw);
    max-width: 100%;
    right: -2vw;
    width: 72.8vw;
  }

  .notice {
    padding-top: 8.4rem;
  }

  .project {
    margin-top: -32rem;
    padding: 48.8rem 0 5rem;
  }

  .project__inner {
    padding: 0 3.2rem;
  }

  .project__header-text {
    font-size: 1.6rem;
  }

  .project__ttl {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 3.3rem;
  }

  .project__img {
    margin: 2rem auto 0;
  }

  .project__img img {
    max-width: 100%;
  }

  .project__text-wrap {
    margin-top: 2rem;
  }

  .project__footer {
    margin-top: 2rem;
    padding: 2rem 1.2rem 2.3rem;
  }

  .project__footer-ttl {
    font-size: 1.6rem;
  }

  .project__footer-text {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }

  .project__obj {
    max-width: 37.5rem;
    right: -7rem;
    top: -41rem;
  }

  .start {
    padding-top: 8.3rem;
  }

  .start__ttl-sm {
    gap: 1.1rem;
  }

  .start__ttl-md {
    left: 1.4rem;
    margin: 0.5rem auto 0;
    max-width: 30.8rem;
  }

  .start__ttl-lg {
    font-size: 2.1rem;
    line-height: 1.43;
    margin-top: 0;
  }

  .start__body {
    margin-top: 4rem;
  }

  .start__text01 {
    line-height: 1.5;
  }

  .start__text {
    font-size: 1.6rem;
  }

  .start__items {
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 2.5rem;
  }

  .start__item {
    flex-direction: column;
    gap: 0.4rem;
  }

  .start__item:not(:last-child)::after {
    top: auto;
  }

  .start__text02 {
    margin-top: 4rem;
  }

  .start__text02 .lg {
    font-size: 3.2rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}

@keyframes scrollLoop {

  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }

}


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