@charset "UTF-8";
:root {
  --scrollbar: 0;
}

html {
  font-size: 16px;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fff url("../img/bg.webp") no-repeat center top/100svw;
  line-height: 1.428;
  color: #000;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  position: relative;
}
body:not(.loaded) * {
  transition: none !important;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: clip;
    background-image: url("../img/bg_sp.webp");
  }
}

a {
  color: #466483;
  text-decoration: none;
}

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

@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}
.sticky {
  position: sticky;
}

.spacer {
  flex-grow: 1 !important;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table:not([class]) {
  margin: 1em 0;
}
table td > *:first-child {
  margin-top: 0;
}
table td > *:last-child {
  margin-bottom: 0;
}

.youtube,
.gmap {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .youtube,
  .gmap {
    aspect-ratio: 1/1;
  }
}

.youtube iframe,
.gmap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 15.3846153846svw;
    padding: 0 2.5641025641svw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
  }
}
.l-header__logo {
  position: absolute;
  left: 2.0833333333svw;
  top: 2.0833333333svw;
  width: 10.4166666667svw;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    position: static;
    width: 30.7692307692svw;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__policy {
  position: fixed;
  left: 85.9375svw;
  bottom: 5.46875svw;
  width: 9.375svw;
  z-index: 99;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 768px) {
  .l-header__policy {
    position: static;
    width: 56.1538461538svw;
    animation: none;
  }
}
.l-header__policy img {
  width: 100%;
  height: auto;
}
.l-header__side {
  position: fixed;
  right: 0;
  top: 17.5svw;
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 1.0416666667svw;
}
@media screen and (max-width: 768px) {
  .l-header__side {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    flex-direction: row;
    gap: 0;
    justify-content: center;
  }
}
.l-header__line, .l-header__mail {
  width: 3.3854166667svw;
}
@media screen and (max-width: 768px) {
  .l-header__line, .l-header__mail {
    width: 50svw;
  }
}
.l-header__line img, .l-header__mail img {
  width: 100%;
  height: auto;
}

@keyframes floating-x {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(5%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.l-main__content {
  max-width: 68.75svw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-main__content {
    max-width: 89.7435897436svw;
  }
}
.l-main__fv {
  height: 52.4307291667svw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-main__fv {
    height: 160svw;
  }
}
.l-main__fv .fv-bubble {
  position: absolute;
  opacity: 0;
  transform: translateY(2.6041666667svw);
}
.l-main__fv .fv-bubble.pc01 {
  width: 9.21875svw;
  left: 54.3229166667svw;
  top: 2.6041666667svw;
  transition: opacity 1s 0.3s, transform 1s 0.3s;
}
.l-main__fv .fv-bubble.pc02 {
  width: 22.7604166667svw;
  left: 10.2083333333svw;
  top: 3.6979166667svw;
  transition: opacity 1s 0.6s, transform 1s 0.6s;
}
.l-main__fv .fv-bubble.pc03 {
  width: 21.3020833333svw;
  left: 65.625svw;
  top: 5.3125svw;
  transition: opacity 1s 0.9s, transform 1s 0.9s;
}
.l-main__fv .fv-bubble.pc04 {
  width: 17.7604166667svw;
  left: 10.2083333333svw;
  top: 29.1145833333svw;
  transition: opacity 1s 1.2s, transform 1s 1.2s;
}
.l-main__fv .fv-bubble.pc05 {
  width: 23.8541666667svw;
  left: 67.9166666667svw;
  top: 21.71875svw;
  transition: opacity 1s 1.5s, transform 1s 1.5s;
}
.l-main__fv .fv-bubble.pc06 {
  width: 9.21875svw;
  left: 2.3958333333svw;
  top: 26.5104166667svw;
  transition: opacity 1s 1.8s, transform 1s 1.8s;
}
.l-main__fv .fv-bubble.sp01 {
  width: 24.1025641026svw;
  left: 3.3333333333svw;
  top: 20.5128205128svw;
  transition: opacity 1s 0.6s, transform 1s 0.6s;
}
.l-main__fv .fv-bubble.sp02 {
  width: 25.3846153846svw;
  left: 37.4358974359svw;
  top: 17.9487179487svw;
  transition: opacity 1s 0.3s, transform 1s 0.3s;
}
.l-main__fv .fv-bubble.sp03 {
  width: 30svw;
  left: 67.4358974359svw;
  top: 20.7692307692svw;
  transition: opacity 1s 0.9s, transform 1s 0.9s;
}
.l-main__fv .fv-bubble.sp04 {
  width: 32.5641025641svw;
  left: 2.5641025641svw;
  top: 107.6923076923svw;
  transition: opacity 1s 1.8s, transform 1s 1.8s;
  z-index: 1;
}
.l-main__fv .fv-bubble.sp05 {
  width: 30.2564102564svw;
  left: 31.0256410256svw;
  top: 107.6923076923svw;
  transition: opacity 1s 1.5s, transform 1s 1.5s;
}
.l-main__fv .fv-bubble.sp06 {
  width: 31.5384615385svw;
  left: 65.8974358974svw;
  top: 110svw;
  transition: opacity 1s 2.1s, transform 1s 2.1s;
}
.l-main__fv .fv-bubble.sp07 {
  width: 15.641025641svw;
  left: 74.6153846154svw;
  top: 57.6923076923svw;
  transition: opacity 1s 1.2s, transform 1s 1.2s;
}
.l-main__fv .fv-bubble img {
  width: 100%;
  height: auto;
}
.l-main__fv .fv-gradient {
  position: absolute;
  left: 31.25svw;
  top: 13.6458333333svw;
}
@media screen and (max-width: 768px) {
  .l-main__fv .fv-gradient {
    left: 7.9487179487svw;
    top: 45.1282051282svw;
  }
}
.l-main__fv .fv-gradient__wrap {
  display: flex;
  flex-direction: column;
}
.l-main__fv .fv-gradient__title {
  margin: 0;
}
.l-main__fv .fv-gradient__title span {
  animation: AnimationTitle 3s ease infinite;
  background: linear-gradient(135deg, #d20b0b, #ffc757);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 5.9895833333svw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-main__fv .fv-gradient__title span {
    font-size: 14.1025641026svw;
  }
}
.l-main__fv .fv-gradient__title span::before {
  content: "";
  display: inline-block;
  width: calc(100% + 1.0416666667svw);
  height: calc(100% - 1.0416666667svw);
  background-color: #fff;
  position: absolute;
  left: -0.5208333333svw;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-main__fv .fv-gradient__title span::before {
    width: calc(100% + 2.5641025641svw);
    height: calc(100% - 2.5641025641svw);
    left: -1.2820512821svw;
  }
}
.l-main__fv .fv-gradient__title span::after {
  content: "";
  display: inline-block;
  width: calc(100% + 1.0416666667svw);
  height: calc(100% - 1.0416666667svw);
  background: transparent linear-gradient(91deg, #d20b0b 0%, #ffc757 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  bottom: -0.5208333333svw;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .l-main__fv .fv-gradient__title span::after {
    width: calc(100% + 2.5641025641svw);
    height: calc(100% - 2.5641025641svw);
    bottom: -1.2820512821svw;
  }
}
.l-main__fv .fv-gradient__sub01 {
  width: 27.3958333333svw;
}
@media screen and (max-width: 768px) {
  .l-main__fv .fv-gradient__sub01 {
    width: 57.1794871795svw;
  }
}
.l-main__fv .fv-gradient__sub01 img {
  width: 100%;
  height: 100%;
}
.l-main__fv .fv-gradient__sub02 {
  width: 32.8125svw;
  margin: 3.125svw 0 0;
}
@media screen and (max-width: 768px) {
  .l-main__fv .fv-gradient__sub02 {
    width: 78.9743589744svw;
    margin: 4.1025641026svw 0 0;
  }
}
.l-main__fv .fv-gradient__sub02 img {
  width: 100%;
  height: 100%;
}
.l-main__what {
  width: 68.2927083333svw;
  height: 40.2947916667svw;
  background: url("../img/bg_what_pc.svg") no-repeat center/contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-main__what {
    width: 89.5384615385svw;
    height: 134.2615384615svw;
    background-image: url("../img/bg_what_sp.svg");
  }
}
.l-main__what .illust {
  width: 24.9354166667svw;
}
@media screen and (max-width: 768px) {
  .l-main__what .illust {
    width: 65.3846153846svw;
  }
}
.l-main__what .illust img {
  width: 100%;
  height: auto;
}
.l-main__what h2 {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 2.5svw;
}
@media screen and (max-width: 768px) {
  .l-main__what h2 {
    font-size: 7.1794871795svw;
  }
}
.l-main__what p {
  margin: 1.0416666667svw 0 0;
  text-align: center;
  line-height: 2;
  font-weight: 500;
  font-size: 1.0416666667svw;
}
@media screen and (max-width: 768px) {
  .l-main__what p {
    margin: 2.5641025641svw 0 0;
    line-height: 1.7142857143;
    font-size: 3.5897435897svw;
  }
}
.l-main__feature {
  margin: 2.6041666667svw 4.1666666667svw 0;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .l-main__feature {
    margin: 2.5641025641svw 0 0;
  }
}
.l-main__feature h2 {
  margin: 0 0 6.5625svw 1.5625svw;
  width: 43.3369791667svw;
}
@media screen and (max-width: 768px) {
  .l-main__feature h2 {
    margin: 0 0 10.2564102564svw;
    width: 128.2051282051svw;
  }
}
.l-main__feature h2 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-main__feature h2 img {
    transform: translateX(-38.4615384615svw);
  }
}
.l-main__feature .car {
  opacity: 0;
  transition: opacity 1s 0.3s, transform 1s 0.3s;
  position: absolute;
}
.l-main__feature .car img {
  width: 100%;
  height: auto;
}
.l-main__feature .car.car1 {
  width: 6.0416666667svw;
  height: 4.53125svw;
  transform: rotate(3deg) translate(2.6041666667svw, -2.6041666667svw);
  right: 9.5833333333svw;
  top: 5.8854166667svw;
}
.l-main__feature .car.car2 {
  width: 6.88125svw;
  height: 5.15625svw;
  transform: scale(-1, 1) rotate(6deg) translate(2.6041666667svw, -2.6041666667svw);
  left: 15.7291666667svw;
  top: 38.8020833333svw;
}
.l-main__feature .car.car3 {
  width: 5.2083333333svw;
  height: 3.90625svw;
  transform: rotate(-4deg) translate(2.6041666667svw, -2.6041666667svw);
  left: 26.4583333333svw;
  top: 77.6041666667svw;
}
.l-main__feature .car.car4 {
  width: 6.88125svw;
  height: 5.15625svw;
  transform: scale(-1, 1) translate(2.6041666667svw, -2.6041666667svw);
  left: 14.1666666667svw;
  top: 111.09375svw;
}
.l-main__feature .feature-item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-main__feature .feature-item {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.l-main__feature .feature-item.item01 {
  margin: 0 1.5625svw;
}
@media screen and (max-width: 768px) {
  .l-main__feature .feature-item.item01 {
    margin: 0;
  }
}
.l-main__feature .feature-item.item02 {
  margin: 15.625svw 0 0;
}
@media screen and (max-width: 768px) {
  .l-main__feature .feature-item.item02 {
    margin: 15.3846153846svw 0 0;
  }
}
.l-main__feature .feature-item.item03 {
  margin: 12.5svw 0 0;
}
@media screen and (max-width: 768px) {
  .l-main__feature .feature-item.item03 {
    margin: 15.3846153846svw 0 0;
  }
}
.l-main__feature .feature-item__container {
  display: flex;
  flex-direction: column;
}
.l-main__feature .feature-item__heading {
  margin: 0;
  display: flex;
  gap: 1.0416666667svw;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-main__feature .feature-item__heading {
    gap: 2.5641025641svw;
  }
}
.l-main__feature .feature-item__num {
  flex-shrink: 0;
}
.l-main__feature .feature-item__num.item01 {
  width: 3.5416666667svw;
}
@media screen and (max-width: 768px) {
  .l-main__feature .feature-item__num.item01 {
    width: 11.5384615385svw;
  }
}
.l-main__feature .feature-item__num.item02 {
  width: 4.8958333333svw;
}
@media screen and (max-width: 768px) {
  .l-main__feature .feature-item__num.item02 {
    width: 15.8974358974svw;
  }
}
.l-main__feature .feature-item__num.item03 {
  width: 5.15625svw;
}
@media screen and (max-width: 768px) {
  .l-main__feature .feature-item__num.item03 {
    width: 14.8717948718svw;
  }
}
.l-main__feature .feature-item__num img {
  width: 100%;
  height: auto;
}
.l-main__feature .feature-item__title > span {
  white-space: nowrap;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0 0.4166666667svw;
  background-color: #fff;
  line-height: 1.7;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 1.875svw;
}
@media screen and (max-width: 768px) {
  .l-main__feature .feature-item__title > span {
    padding: 0 1.0256410256svw;
    font-size: 6.6666666667svw;
  }
  .l-main__feature .feature-item__title > span.item02 {
    font-size: 6.6666666667svw;
  }
  .l-main__feature .feature-item__title > span.item02 .adjust-size {
    font-size: 6.1538461538svw;
  }
}
.l-main__feature .feature-item__title > span span:not(.adjust-size) {
  color: #d20b0b;
}
.l-main__feature .feature-item__body {
  margin-top: 1.8229166667svw;
  line-height: 2.5;
  font-weight: 800;
  font-size: 0.8854166667svw;
}
@media screen and (max-width: 768px) {
  .l-main__feature .feature-item__body {
    margin-top: 3.8461538462svw;
    line-height: 1.8571428571;
    font-size: 3.5897435897svw;
  }
}
.l-main__feature .feature-item__illust.item01 {
  width: 25.15625svw;
}
@media screen and (max-width: 768px) {
  .l-main__feature .feature-item__illust.item01 {
    margin: 5.1282051282svw 0 0;
    width: 85.8974358974svw;
  }
}
.l-main__feature .feature-item__illust.item02 {
  width: 28.125svw;
  order: -1;
}
@media screen and (max-width: 768px) {
  .l-main__feature .feature-item__illust.item02 {
    margin: 5.1282051282svw 0 0;
    width: 89.7435897436svw;
    order: 0;
  }
}
.l-main__feature .feature-item__illust.item03 {
  width: 28.125svw;
}
@media screen and (max-width: 768px) {
  .l-main__feature .feature-item__illust.item03 {
    margin: 2.5641025641svw 0 0;
    width: 87.6923076923svw;
  }
}
.l-main__feature .feature-item__illust img {
  width: 100%;
  height: auto;
}
.l-main__table {
  margin: 11.9791666667svw auto 0;
  width: 53.4895833333svw;
}
@media screen and (max-width: 768px) {
  .l-main__table {
    margin: 11.5384615385svw 0 0;
    width: 100%;
  }
}
.l-main__table img {
  width: 100%;
  height: auto;
}
.l-main__table .tab__menu {
  display: flex;
  gap: 1.5384615385svw;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-main__table .tab__menu-item {
  width: 44.6153846154svw;
  cursor: pointer;
}
.l-main__table .tab__menu-item:nth-child(1) {
  height: 27.9487179487svw;
  background: url("../img/tab_menu_mobi_off.svg") no-repeat center bottom/contain;
}
.l-main__table .tab__menu-item:nth-child(1).is-active {
  background-image: url("../img/tab_menu_mobi_on.svg");
}
.l-main__table .tab__menu-item:nth-child(2) {
  height: 16.4102564103svw;
  background: url("../img/tab_menu_general_off.svg") no-repeat center bottom/contain;
}
.l-main__table .tab__menu-item:nth-child(2).is-active {
  background-image: url("../img/tab_menu_general_on.svg");
}
.l-main__table .tab__panel {
  width: 100%;
}
.l-main__table .tab__panel-box {
  display: none;
}
.l-main__table .tab__panel-box.is-show {
  display: block;
}
.l-main__follow {
  margin: 14.3229166667svw 4.1666666667svw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-main__follow {
    margin: 15.3846153846svw 0 0;
  }
}
.l-main__follow .car {
  opacity: 0;
  transition: opacity 1s 0.3s, transform 1s 0.3s;
  position: absolute;
}
.l-main__follow .car img {
  width: 100%;
  height: auto;
}
.l-main__follow .car.car5 {
  width: 4.69375svw;
  height: 3.5416666667svw;
  transform: rotate(-4deg) translate(2.6041666667svw, -2.6041666667svw);
  right: 7.7604166667svw;
  top: 2.4479166667svw;
}
.l-main__follow h2 {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 2.5svw;
}
@media screen and (max-width: 768px) {
  .l-main__follow h2 {
    font-size: 7.6923076923svw;
    text-align: center;
  }
}
.l-main__follow .follow {
  margin: 2.6041666667svw 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-main__follow .follow {
    margin: 3.8461538462svw 0 0;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .l-main__follow .follow__illusts {
    width: 100vw;
    height: 63.8461538462svw;
  }
}
.l-main__follow .follow__illust img {
  width: 26.5625svw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-main__follow .follow__illust img {
    width: 67.1794871795svw;
  }
}
.l-main__follow .follow__body {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-main__follow .follow__title {
    text-align: center;
  }
}
.l-main__follow .follow__title > span {
  white-space: nowrap;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0 0.4166666667svw;
  background-color: #fff;
  line-height: 1.7;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 1.6666666667svw;
}
@media screen and (max-width: 768px) {
  .l-main__follow .follow__title > span {
    font-size: 7.1794871795svw;
  }
}
.l-main__follow .follow__title > span span {
  color: #d20b0b;
}
.l-main__follow .follow__title + p {
  margin-top: 1.8229166667svw;
  line-height: 2.5;
  font-weight: 800;
  font-size: 0.8854166667svw;
}
@media screen and (max-width: 768px) {
  .l-main__follow .follow__title + p {
    margin-top: 5.1282051282svw;
    line-height: 1.8571428571;
    font-size: 3.5897435897svw;
  }
}
.l-main__video {
  margin: 14.5833333333svw 4.1666666667svw 0;
}
@media screen and (max-width: 768px) {
  .l-main__video {
    margin: 24.358974359svw 0 0;
  }
}
.l-main__video .video-wrap video {
  width: 100%;
  height: auto;
  border: 0.5208333333svw solid #fff;
  border-radius: 2.6041666667svw;
}
.l-main__faq {
  margin: 5.197917svw 4.1666666667svw 0;
}
@media screen and (max-width: 768px) {
  .l-main__faq {
    margin: 7.358974svw 0 0;
  }
} 
.l-main__faq h2 {
  margin: 0;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 2.5svw;
}
@media screen and (max-width: 768px) {
  .l-main__faq h2 {
    font-size: 7.1794871795svw;
  }
}
.l-main__faq h3 {
  margin: 60px 0 30px;
  padding: 0 0 10px;
  border-bottom: 4px solid #d20b0b;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 1.6666666667svw;
}
@media screen and (max-width: 768px) {
  .l-main__faq h3 {
    margin: 30px 0 15px;
    font-size: 5.1282051282svw;
  }
}
.l-main__faq details.is-opened summary::after {
  transform: rotate(180deg);
}
.l-main__faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin-top: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 24px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-main__faq summary {
    margin-top: 20px;
    gap: 20px;
    font-size: 16px;
  }
}
.l-main__faq summary::-webkit-details-marker {
  display: none;
}
.l-main__faq summary::after {
  content: "";
  display: block;
  width: 24px;
  height: 14px;
  background: url("../img/angle_up_solid.svg") no-repeat center/contain;
  flex-shrink: 0;
  transition: transform 0.2s;
}
@media screen and (max-width: 768px) {
  .l-main__faq summary::after {
    width: 20px;
    height: 12px;
  }
}
.l-main__faq summary > span {
  display: block;
  margin-left: 1.75em;
  text-indent: -1.75em;
}
.l-main__faq summary > span::first-letter {
  color: #d20b0b;
}
.l-main__faq summary + div {
  overflow: hidden;
}
.l-main__faq summary + div div {
  margin: 20px;
  line-height: 2.5;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .l-main__faq summary + div div {
    margin: 10px;
    line-height: 1.7142857143;
    font-size: 14px;
  }
}
.l-main__about {
  margin: 5.2083333333svw 4.1666666667svw 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-main__about {
    margin: 5.1282051282svw 0 0;
    flex-direction: column;
  }
}
.l-main__about .about__mark {
  width: 20.2083333333svw;
}
@media screen and (max-width: 768px) {
  .l-main__about .about__mark {
    width: 38.4615384615svw;
    transform: translateY(10.2564102564svw);
  }
}
.l-main__about .about__mark img {
  width: 100%;
  height: auto;
}
.l-main__about .about__company {
  display: flex;
  flex-direction: column;
  transform: translateX(-3.4375svw);
}
@media screen and (max-width: 768px) {
  .l-main__about .about__company {
    transform: translateY(-10.2564102564svw);
  }
}
.l-main__about .about__company h2 {
  margin: 0;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5svw;
}
@media screen and (max-width: 768px) {
  .l-main__about .about__company h2 {
    font-size: 7.6923076923svw;
  }
}
.l-main__about .about__company p {
  margin: 3.125svw 0 0;
  line-height: 2.5;
  font-weight: 600;
  font-size: 0.8854166667svw;
}
@media screen and (max-width: 768px) {
  .l-main__about .about__company p {
    line-height: 3.0769230769;
    font-size: 3.3333333333svw;
  }
}

section {
  margin: 0 auto;
}

.fadeIn {
  opacity: 0;
  transform: translateY(5.2083333333svw);
  transition: opacity 1s 0.3s, transform 2s 0.3s;
}
@media screen and (max-width: 768px) {
  .fadeIn {
    transform: translateY(5.1282051282svw);
  }
}

.slideIn {
  transform: translateX(26.0416666667svw);
  transition: transform 1s 0.3s;
}
@media screen and (max-width: 768px) {
  .slideIn {
    transform: translateX(25.641025641svw);
  }
}

@keyframes AnimationTitle {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.l-footer {
  margin: 3.125svw 0 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin: 7.6923076923svw 0 11.2820512821svw;
  }
}
.l-footer__copyright {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d20b0b;
  color: #fff;
  font-size: 14px;
}
.l-footer__pagetop {
  width: 3.3333333333svw;
  height: 3.3333333333svw;
  position: fixed;
  right: 1.0416666667svw;
  bottom: 1.0416666667svw;
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 0.3s, transform 0.3s;
}
@media screen and (max-width: 768px) {
  .l-footer__pagetop {
    width: 10.2564102564svw;
    height: 10.2564102564svw;
    right: 2.5641025641svw;
    bottom: 13.8461538462svw;
  }
}
.l-footer__pagetop.is-active {
  opacity: 1;
  transform: translateY(0);
}

.c-modal__overlay {
  position: fixed;
  z-index: 10009;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.c-modal.is-active .c-modal__overlay {
  opacity: 1;
  visibility: visible;
}
.c-modal__close {
  width: 30px;
  height: 30px;
  position: fixed;
  z-index: 10011;
  top: 40px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
}
.c-modal.is-active .c-modal__close {
  opacity: 1;
  visibility: visible;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 3px;
  background: #fff;
  cursor: pointer;
}
.c-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__wrapper {
  position: fixed;
  z-index: 10010;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.c-modal.is-active .c-modal__wrapper {
  opacity: 1;
  visibility: visible;
}

.c-modal-card {
  width: 1000px;
  height: 960px;
  max-height: calc(100svh - 100px);
  overflow: auto;
  padding: 0;
  border: 4px solid #d20b0b;
  border-radius: 40px;
  background: #fffdf8;
  position: absolute;
  z-index: 1;
  transform: translate3d(0, 48px, 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-modal-card {
    max-height: calc(100svh - 134px);
    border-radius: 20px;
  }
}
.c-modal-card.is-active {
  position: relative;
  z-index: 2;
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
  transform: translate3d(0, 0, 0);
}
.c-modal-card__close {
  width: 64px;
  height: 64px;
  background: url("../img/btn_close.svg") no-repeat center/contain;
  position: fixed;
  z-index: 10011;
  top: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-modal-card__close {
    width: 32px;
    height: 32px;
    top: 10px;
    right: 10px;
  }
}
.c-modal.is-active .c-modal-card__close {
  opacity: 1;
  visibility: visible;
}
.c-modal-card__heading {
  margin: 30px 50px 0;
  padding: 0;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d20b0b;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-modal-card__heading {
    height: 120px;
    justify-content: flex-start;
    margin: 15px 20px 0;
    font-size: 7.6923076923svw;
  }
}
.c-modal-card__heading::before {
  content: "";
  display: block;
  width: 144px;
  height: 118px;
  background: url("../img/bg_modal_heading01.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-modal-card__heading::before {
    content: none;
  }
}
.c-modal-card__heading::after {
  content: "";
  display: block;
  width: 141px;
  height: 138px;
  background: url("../img/bg_modal_heading02.svg") no-repeat center/contain;
  position: absolute;
  right: 54px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .c-modal-card__heading::after {
    width: 96px;
    height: 91px;
    right: 0;
    top: auto;
    bottom: 0;
  }
}
.c-modal-card__body {
  height: calc(100% - 180px);
  padding: 0 50px;
  overflow: auto;
  line-height: 2.25;
  font-size: 16px;
  overscroll-behavior-y: contain;
}
@media screen and (max-width: 768px) {
  .c-modal-card__body {
    height: calc(100% - 135px);
    padding: 0 20px;
    line-height: 1.7142857143;
    font-size: 3.5897435897svw;
  }
}
.c-modal-card__body strong {
  font-weight: 800;
}
.c-modal-card__body h3 {
  margin: 60px 0 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .c-modal-card__body h3 {
    margin: 30px 0 20px;
    font-size: 22px;
  }
}
.c-modal-card__body h3 span {
  color: #d20b0b;
}
.c-modal-card__body .has-illust01 {
  position: relative;
}
.c-modal-card__body .has-illust01::before {
  content: "";
  display: block;
  width: 285px;
  height: 242px;
  background: url("../img/bg_modal_illust01.webp") no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-modal-card__body .has-illust01::before {
    position: static;
    margin: 0 auto 20px;
  }
}
.c-modal-card__body .has-illust02 {
  position: relative;
}
.c-modal-card__body .has-illust02::before {
  content: "";
  display: block;
  width: 267px;
  height: 262px;
  background: url("../img/bg_modal_illust02.webp") no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-modal-card__body .has-illust02::before {
    position: static;
    margin: 0 auto 20px;
  }
}/*# sourceMappingURL=style.css.map */

#video {
    position: relative;
    padding-top: 56.25%;
}

#video iframe{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

/* バナーのベース：PCは中央640×240 */
.mobi-banner {
  margin: 260px auto 20px;   /* 上下余白はお好みで調整可 */
  width: 776px;        /* 指定サイズ */
  max-width: 100%;
}

.mobi-banner__link { display: block; }
.mobi-banner__link img {
  display: block;
  width: 100%;         /* コンテナ幅にフィット */
  height: auto;        /* アスペクト比維持（640×240） */
}

/* SP：左右20pxマージンでデバイス幅に追従 */
@media (max-width: 767px) {
  .mobi-banner {
    width: auto;         /* 自動幅（100%） */
    margin:  100px 20px 0  20px;   /* 20pxのマージン */
  }
}