@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.clear {
  clear: both;
}

*:focus {
  outline: none;
}

a:link {
  text-decoration: none;
  color: #000;
  outline: none;
}

a:active {
  text-decoration: none;
  color: #000;
  outline: none;
}

a:visited {
  text-decoration: none;
  color: #000;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #000;
  outline: none;
}

/*---------------------------------
select-backgroundcolor
----------------------------------*/
::-moz-selection {
  background: #000;
  color: #008d43;
}
::selection {
  background: #000;
  color: #008d43;
}

::-moz-selection {
  background: #000;
  color: #008d43;
}

/*---------------------------------
マウスオーバーEffects
----------------------------------*/
/*---------------------------------
画像タグ設定
----------------------------------*/
.img_cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.js-parallax-elm-box .js-parallax-elm {
  height: 120%;
}
.js-parallax-elm-box .js-parallax-elm img {
  display: block;
}

/*---------------------------------
html,body
----------------------------------*/
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #000;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 55%;
  }
}

body {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #f3f2ed;
  line-height: 1.5em;
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #61615f calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #61615f calc(100% - 1px));
  background-size: 25px 25px;
  background-repeat: repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  body {
    min-width: 100%;
  }
}
body.active {
  overflow: hidden;
}

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

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

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  background: rgb(255, 255, 255);
  transition: all 0.4s ease;
  transform: translate3d(0, 100%, 0);
}
.mask.active {
  pointer-events: all;
  transform: translate3d(0, 0, 0);
}

.loading_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  background: #fff;
  z-index: 999;
}
.loading_wrap.fadeout {
  transition: 0.4s;
  opacity: 0;
}
.loading_wrap .loading_cont_wrap {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .loading_wrap .loading_cont_wrap {
    width: 200px;
    height: 200px;
  }
}
.loading_wrap .loading_cont_wrap.fadeout {
  transition: 0.4s;
  opacity: 0;
}
.loading_wrap .loading_cont_wrap .loading_bg_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  animation: spin 10s linear infinite;
  transform-origin: center center;
  opacity: 0.85;
}
.loading_wrap .loading_cont_wrap .loading_car_wrap {
  position: absolute;
  width: 100px;
  height: 39px;
  top: 17px;
  left: 50%;
  transform: translate(-50%, 0);
  animation: car 0.2s linear infinite;
  transform-origin: center center;
}
@media screen and (max-width: 767px) {
  .loading_wrap .loading_cont_wrap .loading_car_wrap {
    width: 70px;
    height: 27px;
    top: 12px;
  }
}
@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes car {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -1px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.loading_wrap .loading_cont_wrap::after {
  content: "Now Loading...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .loading_wrap .loading_cont_wrap::after {
    font-size: 1.2rem;
  }
}

/*---------------------------------
タイトル
----------------------------------*/
.section_title {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 40px;
}

/*---------------------------------
Button
----------------------------------*/
.more_btn {
  width: min(22.22vw, 320px);
  height: min(5.55vw, 80px);
  min-width: 250px;
  min-height: 60px;
  border-radius: 100px;
  background-color: #000;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .more_btn {
    width: min(53vw, 200px);
    height: min(12vw, 45px);
    min-width: auto;
    min-height: auto;
  }
}
.more_btn a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.more_btn a span {
  position: relative;
  width: 100%;
  height: 2rem;
  text-align: center;
  overflow: hidden;
}
.more_btn a span::before {
  content: attr(data-txt);
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  top: 0.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.4s ease;
}
.more_btn a span::after {
  content: attr(data-txt);
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  top: 0.2rem;
  left: 50%;
  transform: translate(-50%, 200%);
  transition: all 0.4s ease;
}
.more_btn.over:hover {
  background-color: #008d43;
}
.more_btn.over:hover a span::before {
  transform: translate(-50%, -200%);
}
.more_btn.over:hover a span::after {
  transform: translate(-50%, 0);
}

/*---------------------------------
Header
----------------------------------*/
header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 30px;
  left: 0;
  z-index: 800;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header {
    height: 70px;
    top: 0;
  }
}
header .header_logo {
  width: 250px;
  margin-left: min(2.77vw, 40px);
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  header .header_logo {
    width: 180px;
    margin: 3vw 0 0 3.5vw;
    transform: translate(0, -3px);
  }
}
header .header_logo.over {
  transition: opacity 0.2s ease;
}
header .header_logo.over:hover {
  opacity: 0.7;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*---------------------------------
Wrapper
----------------------------------*/
.main_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/*---------------------------------
footer
----------------------------------*/
footer {
  position: relative;
  z-index: 1;
  background-color: #24aaff;
  overflow: hidden;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 30px;
  }
}
footer .footer_logo {
  width: 260px;
  margin: 60px auto 30px;
}
@media screen and (max-width: 767px) {
  footer .footer_logo {
    width: 150px;
    margin: 40px auto 20px;
  }
}
footer .f_date {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .f_date {
    font-size: 1.8rem;
  }
}
footer .copylight {
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin: 60px auto 30px;
}
@media screen and (max-width: 767px) {
  footer .copylight {
    font-size: 1.1rem;
    margin: 40px auto 20px;
  }
}

.js_fadeUp {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}
@media screen and (max-width: 767px) {
  .js_fadeUp {
    transform: translate3d(0, 30px, 0);
  }
}
.js_fadeUp.js_active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.8s ease;
}
@media screen and (max-width: 767px) {
  .js_fadeUp.js_active {
    transition: all 0.6s ease;
  }
}

.js_fadeIn {
  opacity: 0;
}
.js_fadeIn.js_active {
  opacity: 1;
  transition: all 0.8s ease;
}
@media screen and (max-width: 767px) {
  .js_fadeIn.js_active {
    transition: all 0.6s ease;
  }
}

/*---------------------------------
改行
----------------------------------*/
.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 767px) {
  .br-sp {
    display: none;
  }
}

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

.index .fv__wrapper {
  position: relative;
  display: flex;
  width: 100vw;
  height: 100vh;
  min-height: 745px;
}
@media screen and (max-width: 767px) {
  .index .fv__wrapper {
    min-height: auto;
    height: auto;
  }
}
.index .fv__wrapper .fv_effect {
  position: absolute;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .index .fv__wrapper .fv_effect {
    height: 125vw;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.index .fv__wrapper .fv_effect .ef_top {
  position: absolute;
  width: 103%;
  inset: 0;
  transform: translate(-1%, 0);
}
@media screen and (max-width: 767px) {
  .index .fv__wrapper .fv_effect .ef_top {
    width: 100%;
    transform: translate(0, 0);
  }
}
.index .fv__wrapper .fv_effect .ef_bottom {
  position: absolute;
  width: 103%;
  bottom: 0;
  right: 0;
  transform: translate(1%, 0);
}
@media screen and (max-width: 767px) {
  .index .fv__wrapper .fv_effect .ef_bottom {
    width: 100%;
    transform: translate(0, 0);
  }
}
.index .fv__wrapper .main_img_wrap {
  position: relative;
  width: var(--visual-w);
  height: var(--visual-h);
  min-height: 625px;
  margin: auto;
  background: #69ddff;
  background: linear-gradient(0deg, rgb(105, 221, 255) 0%, rgb(36, 170, 255) 100%);
}
@media screen and (max-width: 767px) {
  .index .fv__wrapper .main_img_wrap {
    height: 106vw;
    min-height: auto;
    margin: 50px auto;
  }
}
.index .fv__wrapper .main_img_wrap .main_title {
  position: absolute;
  width: 80vw;
  min-width: 350px;
  max-width: 1150px;
  top: -50px;
  left: calc(50% + 7vw);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .index .fv__wrapper .main_img_wrap .main_title {
    min-width: auto;
    top: -20px;
    left: calc(50% + 10px);
  }
}
.index .fv__wrapper .main_img_wrap .main_img_cont {
  position: relative;
  width: 100%;
  height: 100%;
}
.index .fv__wrapper .main_img_wrap .main_img_cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .fv__wrapper .main_img_wrap .coming_soon {
  position: absolute;
  width: 42vw;
  min-width: 350px;
  max-width: 605px;
  top: calc(100% - 15px);
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .index .fv__wrapper .main_img_wrap .coming_soon {
    width: 65vw;
    min-width: auto;
    top: calc(100% - 15px);
  }
}
.index #index_concept {
  position: relative;
  margin: 150px auto;
}
@media screen and (max-width: 767px) {
  .index #index_concept {
    margin: 70px auto;
  }
}
.index #index_concept .cont_wrap {
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 30px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 3.4vw 6.9vw;
  background-color: #fff;
  border: 3px solid #000;
  box-sizing: border-box;
  box-shadow: 8px 8px 0px 0px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .index #index_concept .cont_wrap {
    width: 80vw;
    gap: 15px;
    padding: 10vw 5vw;
  }
}
.index #index_concept .cont_wrap h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .index #index_concept .cont_wrap h3 {
    font-size: 1.8rem;
  }
}
.index #index_concept .cont_wrap p {
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .index #index_concept .cont_wrap p {
    font-size: 1.3rem;
    line-height: 2.8rem;
  }
}
.index #index_concept::before {
  content: "";
  position: absolute;
  width: 17vw;
  height: 17vw;
  top: -40px;
  left: 0;
  background-image: url(../img/index/triangle.svg);
  background-repeat: no-repeat;
  background-position: 0;
}
@media screen and (max-width: 767px) {
  .index #index_concept::before {
    width: 30vw;
    height: 30vw;
    background-size: 100%;
  }
}
.index #index_concept::after {
  content: "";
  position: absolute;
  width: 17vw;
  height: 17vw;
  bottom: -40px;
  right: 0;
  transform: rotate(180deg);
  background-image: url(../img/index/triangle.svg);
  background-repeat: no-repeat;
  background-position: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .index #index_concept::after {
    width: 30vw;
    height: 30vw;
    background-size: 100%;
  }
}
.index #index_price {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .index #index_price {
    padding: unset;
  }
}
.index #index_price .price_wrap {
  max-width: 1100px;
  background-color: #fff;
  border: 3px solid #000;
  margin: 0 auto;
  padding: 4.861vw 10.416vw 8.3vw;
}
@media screen and (max-width: 767px) {
  .index #index_price .price_wrap {
    border: unset;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    padding: 10vw 5vw 13vw;
  }
}
.index #index_price .price_wrap .price_heading {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 1.3em;
  position: relative;
  margin-bottom: 0.7em;
  line-height: 1.5em;
}
.index #index_price .price_wrap .price_heading::before {
  position: absolute;
  content: "";
  width: 17px;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
  top: 0.8em;
  left: 0;
  transform: translateY(-50%);
  line-height: 1.5em;
}
.index #index_price .price_wrap table {
  width: 100%;
  border: 3px solid #000;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .index #index_price .price_wrap table {
    margin-bottom: 45px;
  }
}
.index #index_price .price_wrap table tr {
  border-bottom: 3px solid #000;
}
.index #index_price .price_wrap table tr th {
  padding: 13px;
  text-align: center;
  background-color: #fdff3c;
  font-weight: 600;
}
.index #index_price .price_wrap table tr th:first-child {
  width: 38%;
  border-right: 3px solid #000;
}
.index #index_price .price_wrap table tr th:nth-child(2) {
  width: 62%;
}
.index #index_price .price_wrap table tr .bg_bk {
  background-color: #000;
  color: #fff;
}
.index #index_price .price_wrap table tr td {
  padding: 20px;
  font-weight: 600;
  vertical-align: middle;
}
.index #index_price .price_wrap table tr td:first-child {
  width: 38%;
  border-right: 3px solid #000;
}
.index #index_price .price_wrap table tr td:first-child:not([colspan]) {
  background-color: #f3f2ec;
}
.index #index_price .price_wrap table tr td:nth-child(2) {
  width: 62%;
}
.index #index_price .price_wrap table tr td span {
  font-size: 2rem;
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  line-height: 1.4;
  display: inline-block;
}
.index #index_price .price_wrap table tr td span::before {
  position: absolute;
  content: "";
  width: 106%;
  height: 0.4em;
  background-color: #fdff3c;
  z-index: -1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.index #index_price .price_wrap table tr .price {
  text-align: center;
}
.index #index_price .price_wrap .opening_campaign {
  background: #fdff3c;
  color: #000;
  border: 3px solid #000;
  padding: 40px 30px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .index #index_price .price_wrap .opening_campaign {
    padding: 30px 20px;
    margin-bottom: 35px;
  }
}
.index #index_price .price_wrap .opening_campaign::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #000;
}
.index #index_price .price_wrap .opening_campaign .campaign_label {
  font-size: 1.2rem;
  letter-spacing: 0.25em;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}
.index #index_price .price_wrap .opening_campaign .campaign_title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .index #index_price .price_wrap .opening_campaign .campaign_title {
    font-size: 2.2rem;
  }
}
.index #index_price .price_wrap .opening_campaign .campaign_limit {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: bold;
  margin-bottom: 20px;
}
.index #index_price .price_wrap .opening_campaign .campaign_plan {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .index #index_price .price_wrap .opening_campaign .campaign_plan {
    font-size: 1.8rem;
  }
}
.index #index_price .price_wrap .opening_campaign .campaign_price {
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
  color: #ff2d2d;
  margin-bottom: 15px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .index #index_price .price_wrap .opening_campaign .campaign_price {
    font-size: 4.8rem;
  }
}
.index #index_price .price_wrap .opening_campaign .campaign_price .yen {
  font-size: 0.45em;
  margin-left: 0.1em;
  font-weight: 700;
}
.index #index_price .price_wrap .opening_campaign .campaign_note {
  font-size: 1.4rem;
  opacity: 0.8;
}
.index #index_price .price_wrap .opening_campaign .campaign_special {
  display: inline-block;
  background: #ff2d2d;
  color: #fff;
  font-weight: bold;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.index #index_price .price_wrap .compensation_table tr th:nth-child(2),
.index #index_price .price_wrap .compensation_table tr td:nth-child(2) {
  border-right: 3px solid #000;
}
.index #index_price .price_wrap .rental_rule_wrap {
  display: grid;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .index #index_price .price_wrap .rental_rule_wrap {
    gap: 11px;
  }
}
.index #index_price .price_wrap .rental_rule_wrap .rental_rule_box {
  width: 100%;
  border: 3px solid #000;
  background-color: #fdff3c;
  padding: 2.4305vw 3.125vw;
}
@media screen and (max-width: 767px) {
  .index #index_price .price_wrap .rental_rule_wrap .rental_rule_box {
    padding: 6.5vw 6vw;
  }
}
.index #index_price .price_wrap .rental_rule_wrap .rental_rule_box .rental_rule_title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.index #index_price .price_wrap .rental_rule_wrap .rental_rule_box .rental_rule_list {
  display: grid;
  gap: 0.8em;
}
.index #index_price .price_wrap .rental_rule_wrap .rental_rule_box .rental_rule_list .rental_rule_item {
  padding-left: 1em;
  position: relative;
  font-weight: 600;
  line-height: 1.5em;
}
.index #index_price .price_wrap .rental_rule_wrap .rental_rule_box .rental_rule_list .rental_rule_item::before {
  position: absolute;
  content: "";
  width: 0.7em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #000;
  left: 0;
  top: 0.75em;
  /* ← line-heightの半分 */
  transform: translateY(-50%);
}
.index #index_price .price_wrap .rental_rule_wrap .rental_rule_box .rental_rule_list .rental_rule_item .sub_text {
  display: block;
  margin-top: 0.2em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3em;
}
.index #index_price .price_wrap .rental_rule_wrap .rental_rule_box .rental_rule_list .rental_rule_item .red {
  color: red;
  display: inline-block;
}
.index #index_contact {
  padding: 0 30px;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .index #index_contact {
    margin-top: 30px;
    padding: 0 20px;
  }
}
.index #index_contact .contact_wrap {
  max-width: 800px;
  margin: 0 auto 8px;
  padding: 4.16vw 4.861vw;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 9999px;
  box-shadow: 8px 8px 0 0 #000;
}
@media screen and (max-width: 767px) {
  .index #index_contact .contact_wrap {
    padding: 30px 34px 35px;
  }
}
.index #index_contact .contact_wrap .text_tel_wrap {
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .index #index_contact .contact_wrap .text_tel_wrap {
    gap: 15px;
  }
}
.index #index_contact .contact_wrap .text_tel_wrap .contact_title {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 12px;
}
.index #index_contact .contact_wrap .text_tel_wrap .guide_text {
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .index #index_contact .contact_wrap .text_tel_wrap .guide_text {
    font-size: 1.35rem;
    margin-bottom: 15px;
  }
}
.index #index_contact .contact_wrap .text_tel_wrap .tel {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .index #index_contact .contact_wrap .text_tel_wrap .tel {
    font-size: 2.7rem;
  }
}/*# sourceMappingURL=style.css.map */