@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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*/
  font-size: 62.5%; /* ← ブラウザのデフォルト16px × 62.5% = 10px */
}

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

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

/* Vertical rhythm */
/* ============================================ */
img {
  width: 100%;
}

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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "YuGothic", "Meiryo", sans-serif;
}

body.no-hf .header-inner,
body.no-hf header,
body.no-hf .footer-inner,
body.no-hf footer {
  display: none !important;
}

/* 共通 */
header {
  background: transparent;
  background-color: aqua;
  /* モバイル用 */
}
header .header-inner {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(7.4074074074vw, 80px);
  padding: 2rem;
}
@media (max-width: 767px) {
  header .header-inner {
    height: min(16vw, 60px);
    justify-content: space-between;
  }
}
header .header-inner__left {
  width: 40%;
}
header .header-inner__left .logo-img {
  width: min(5.5555555556vw, 60px);
}
@media (max-width: 767px) {
  header .header-inner__left .logo-img {
    width: min(10.6666666667vw, 40px);
    margin-left: 2rem;
  }
}
header .header-inner__left .logo-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
header .header-inner__nav {
  flex: 1;
}
header .header-inner__nav ul {
  display: flex;
  justify-content: center;
}
header .header-inner__nav ul li {
  margin-right: min(2.7777777778vw, 30px);
}
header .header-inner__nav ul li a {
  font-size: min(1.4814814815vw, 16px);
  color: #fff;
}
@media (max-width: 767px) {
  header .header-inner__nav ul li a {
    color: #530700;
    font-size: min(5.3333333333vw, 20px);
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  header .header-inner__nav ul li:nth-of-type(6) {
    display: none;
  }
}
header .header-inner__nav ul li:nth-of-type(6) a {
  display: block;
  width: min(10.6666666667vw, 40px);
}
@media (min-width: 768px) {
  header .header-inner__nav ul li:nth-of-type(7) {
    display: none;
  }
}
header .header-inner__nav ul li:nth-of-type(7) a {
  display: block;
  width: min(10.6666666667vw, 40px);
}
@media (min-width: 768px) {
  header .header-inner__nav ul li:nth-of-type(8) {
    display: none;
  }
}
header .header-inner__nav ul li:nth-of-type(8) a {
  display: block;
  width: min(13.3333333333vw, 50px);
}
header .header-inner__nav ul li:nth-of-type(8) a img {
  width: 110%;
  margin: -10px;
}
header .hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 1rem;
  z-index: 10001;
}
header .hamburger span {
  height: 3px;
  width: 40px;
  background: #fff;
  margin: 3.5px 0;
  transition: all 0.3s ease;
}
header .hamburger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
  background-color: #530700;
}
header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
header .hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
  background-color: #530700;
}
header .header-inner__nav {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  header .header-inner__nav {
    justify-content: center;
  }
}
header .header-inner__nav ul {
  display: flex;
  list-style: none;
}
@media screen and (max-width: 768px) {
  header .hamburger {
    display: flex;
    width: 60px;
  }
  header .header-inner__nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: white;
    flex-direction: column;
    align-items: center;
    transform: translateY(100vh);
    transition: transform 0.3s ease;
    pointer-events: none;
  }
  header .header-inner__nav.active {
    transform: translateY(0);
    pointer-events: auto;
  }
  header .header-inner__nav ul {
    flex-direction: column;
    gap: min(12vw, 45px);
  }
}

/* スクロールでテキスト色変更 */
header.scrolled .header-inner__nav a {
  color: #530700 !important;
}
header.scrolled .hamburger span {
  background-color: #530700 !important;
}

footer {
  height: 250px;
  padding: min(1.8518518519vw, 20px);
  background-color: #530700;
}
footer .footer-inner__info {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: min(2.7777777778vw, 30px);
       column-gap: min(2.7777777778vw, 30px);
  margin-top: min(3.7037037037vw, 40px);
  margin-bottom: min(3.7037037037vw, 40px);
}
@media (max-width: 767px) {
  footer .footer-inner__info {
    margin-top: min(13.3333333333vw, 50px);
    margin-bottom: min(13.3333333333vw, 50px);
  }
}
footer .footer-inner__info .footer-icon {
  width: min(5.5555555556vw, 60px);
}
@media (max-width: 767px) {
  footer .footer-inner__info .footer-icon {
    width: min(8vw, 30px);
  }
}
footer .footer-inner__info .footer-icon img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
footer .footer-inner__info .footer-right h1 {
  font-size: min(1.8518518519vw, 20px);
  font-family: "Mochiy Pop One", sans-serif;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  footer .footer-inner__info .footer-right h1 {
    font-size: min(4.2666666667vw, 16px);
  }
}
footer .footer-inner__info .footer-right p {
  font-size: min(1.2962962963vw, 14px);
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  footer .footer-inner__info .footer-right p {
    font-size: min(2.6666666667vw, 10px);
  }
}
footer .footer-inner .site-counter {
  text-align: center;
  margin-top: 2rem;
  color: #777;
  font-size: 0.9rem;
}
footer .footer-inner .site-counter-text {
  font-size: min(1.2962962963vw, 14px);
  margin-bottom: min(1.8518518519vw, 20px);
  color: wheat;
}
@media (max-width: 767px) {
  footer .footer-inner .site-counter-text {
    font-size: min(3.7333333333vw, 14px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
footer .footer-inner .footer-policy {
  text-align: center;
}
footer .footer-inner .footer-policy p {
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  footer .footer-inner .footer-policy p {
    font-size: 10px;
    font-size: min(2.6666666667vw, 10px);
  }
}
footer .footer-inner .footer-policy a {
  color: #fff;
}

.common-btn {
  width: min(59.2592592593vw, 640px);
  height: min(5.5555555556vw, 60px);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px #333;
  position: absolute;
  top: min(50.9259259259vw, 550px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.common-btn a {
  font-size: min(2.2222222222vw, 24px);
  font-weight: bold;
  color: #fff;
}

.info-inner__button, .features-inner__button {
  background-color: #C02A22;
  width: min(59.2592592593vw, 640px);
  height: min(5.5555555556vw, 60px);
  border-radius: 10px;
  margin: 0 auto min(9.2592592593vw, 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px #333;
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .info-inner__button, .features-inner__button {
    width: min(85.3333333333vw, 320px);
    height: min(13.3333333333vw, 50px);
    margin-bottom: min(13.3333333333vw, 50px);
  }
}
.info-inner__button a, .features-inner__button a {
  font-size: min(2.2222222222vw, 24px);
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  padding-top: min(0.462962963vw, 5px);
}
@media (max-width: 767px) {
  .info-inner__button a, .features-inner__button a {
    font-size: min(3.7333333333vw, 14px);
  }
}

.info-inner__button:hover {
  background: #fff;
  transition: all 0.8s;
}
.info-inner__button:hover a {
  color: #530700;
}

.features-inner__button:hover {
  background: #fff;
  transition: all 0.8s;
}
.features-inner__button:hover a {
  color: #530700;
}

.main {
  width: 100%;
}
.main .contact-inner__mail h2 {
  font-size: min(2.2222222222vw, 24px);
  font-weight: bold;
  text-align: center;
  color: #530700;
  margin-top: min(5.5555555556vw, 60px);
}
@media (max-width: 767px) {
  .main .contact-inner__mail h2 {
    font-size: min(4.8vw, 18px);
    margin-top: min(10.6666666667vw, 40px);
    margin-bottom: 5px;
  }
}
.main .contact-inner__mail .mail-info {
  font-size: min(1.4814814815vw, 16px);
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main .contact-inner__mail .mail-info {
    font-size: min(3.2vw, 12px);
  }
}
.main .contact-inner .form-inner .wpcf7 {
  width: 80%;
  max-width: 900px;
  margin: 0 auto min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  .main .contact-inner .form-inner .wpcf7 {
    max-width: 300px;
    margin-bottom: min(13.3333333333vw, 50px);
  }
}
.main .contact-inner .cf-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2em 0;
  border-bottom: 1px dashed #ccc;
  transition: all 0.3s;
}
.main .contact-inner .cf-area:last-child {
  border-bottom: none;
}
.main .contact-inner .cf-area dt {
  width: min(18.5185185185vw, 200px);
  padding-right: min(2.7777777778vw, 30px);
  text-align: right;
  line-height: 1.5em;
}
.main .contact-inner .cf-area dd {
  flex: 1;
}
.main .contact-inner .cf-area input, .main .contact-inner .cf-area textarea {
  width: 100%;
  padding: 0.8em;
  border: none;
  background-color: #e6e6e6;
  font-size: min(1.4814814815vw, 16px);
  font-weight: normal;
  resize: vertical;
  transition: all 0.3s;
  text-align: left;
}
@media (max-width: 767px) {
  .main .contact-inner .cf-area input, .main .contact-inner .cf-area textarea {
    height: min(8vw, 30px);
    font-size: min(3.7333333333vw, 14px);
  }
}
.main .contact-inner .cf-area input:focus, .main .contact-inner .cf-area textarea:focus {
  outline: none;
  background: #dde2e9;
}
.main .contact-inner .cf-required {
  background: #b91e23;
  color: #fff;
  font-size: 0.8em;
  padding: 0 5px 2px;
  border-radius: 2px;
}
.main .contact-inner .cf-send input {
  display: block;
  background: #530700;
  width: min(27.7777777778vw, 300px);
  height: min(4.6296296296vw, 50px);
  margin: min(2.7777777778vw, 30px) auto min(5.5555555556vw, 60px);
  border: none;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, 0.2);
  font-size: min(1.4814814815vw, 16px);
  font-weight: bold;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .main .contact-inner .cf-send input {
    width: min(74.6666666667vw, 280px);
    height: min(10.6666666667vw, 40px);
    font-size: min(3.2vw, 12px);
    margin-bottom: 30px;
  }
}
.main .contact-inner .cf-send input:hover {
  filter: brightness(1.25);
}
.main .contact-inner .cf-send .wpcf7-spinner {
  display: none;
}
.main .contact-inner .wpcf7 form.invalid .wpcf7-response-output, .main .contact-inner .wpcf7 form.unaccepted .wpcf7-response-output, .main .contact-inner .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #fce3e3;
  border: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .contact-inner .cf-area {
    display: block;
  }
  .main .contact-inner .cf-area:nth-of-type(4) textarea {
    height: 150px;
  }
  .main .contact-inner .cf-area dt {
    width: 100%;
    margin-bottom: min(0.462962963vw, 5px);
    padding-right: 0;
    text-align: left;
    line-height: 1.5em;
  }
}
.main .contact-inner p {
  text-align: center;
  font-size: min(1.4814814815vw, 16px);
  margin-bottom: min(0.9259259259vw, 10px);
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .main .contact-inner p {
    font-size: min(2.6666666667vw, 10px);
    text-align: left;
  }
}
.main .contact-inner .tel-wrap {
  margin-bottom: min(0.9259259259vw, 10px);
}
@media (max-width: 767px) {
  .main .contact-inner .tel-wrap {
    margin-bottom: min(8vw, 30px);
  }
}
.main .contact-inner .tel-wrap h2 {
  font-size: min(1.8518518519vw, 20px);
  font-weight: bold;
  text-align: center;
  margin-bottom: min(0.9259259259vw, 10px);
}
@media (max-width: 767px) {
  .main .contact-inner .tel-wrap h2 {
    font-size: min(5.3333333333vw, 20px);
  }
}
.main .contact-inner .tel-wrap .tel-block {
  width: 30%;
  margin: 0 auto min(0.9259259259vw, 10px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5em;
  font-family: sans-serif;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .main .contact-inner .tel-wrap .tel-block {
    justify-content: center;
    width: 80%;
  }
}
.main .contact-inner .tel-wrap .tel-none {
  margin-bottom: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  .main .contact-inner .tel-wrap .tel-none p {
    text-align: center;
  }
}
.main .contact-inner .tel-wrap .tel-label {
  font-weight: bold;
  white-space: nowrap;
  font-size: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  .main .contact-inner .tel-wrap .tel-label {
    font-size: min(4.8vw, 18px);
  }
}
.main .contact-inner .tel-wrap .tel-numbers {
  display: flex;
  flex-direction: column;
}
.main .contact-inner .tel-wrap .tel-link {
  text-decoration: none;
  color: inherit;
  font-size: min(2.7777777778vw, 30px);
  font-weight: bold;
}
@media (max-width: 767px) {
  .main .contact-inner .tel-wrap .tel-link {
    font-size: min(4.8vw, 18px);
  }
}
@media (max-width: 767px) {
  .main .contact-inner .line-info {
    text-align: center;
    font-size: min(4.2666666667vw, 16px);
  }
}
.main .contact-inner .contact-line {
  margin: 0 auto min(4.6296296296vw, 50px);
  display: flex;
  justify-content: center;
  width: min(27.7777777778vw, 300px);
  height: min(4.6296296296vw, 50px);
  background-color: #06C755;
  border-radius: 10px;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .main .contact-inner .contact-line {
    width: min(74.6666666667vw, 280px);
    height: min(10.6666666667vw, 40px);
    margin-bottom: min(8vw, 30px);
  }
}
.main .contact-inner .contact-line a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  color: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  .main .contact-inner .contact-line a {
    width: 100%;
    height: 100%;
  }
}
.main .contact-inner .contact-line a .contact-line-img {
  width: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  .main .contact-inner .contact-line a .contact-line-img {
    width: min(8vw, 30px);
  }
}
.main .contact-inner .contact-line:hover {
  background-color: #059340;
}
.main .contact-inner .home-btn {
  text-align: center;
}
.main .contact-inner .home-btn a {
  font-size: 16px;
}
@media (max-width: 767px) {
  .main .contact-inner .home-btn a {
    font-size: min(3.7333333333vw, 14px);
  }
}

body {
  margin-bottom: 0 !important;
  margin-bottom: min(7.4074074074vw, 80px);
}
@media (max-width: 767px) {
  body .main .fv {
    height: min(160vw, 600px);
    height: 100vh;
  }
}
body .main .fv .fv-inner {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  body .main .fv .fv-inner {
    height: 100%;
  }
}
body .main .fv .fv-inner__img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  body .main .fv .fv-inner__img {
    height: 100%;
    overflow: hidden;
  }
}
body .main .fv .fv-inner__img .img-pc {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}
@media (max-width: 767px) {
  body .main .fv .fv-inner__img .img-pc {
    display: none;
  }
}
body .main .fv .fv-inner__img .img-sp {
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  body .main .fv .fv-inner__img .img-sp {
    display: none;
  }
}
body .main .fv .fv-inner__sub-info-wrapper {
  position: absolute;
  top: 20%;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
@media (max-width: 767px) {
  body .main .fv .fv-inner__sub-info-wrapper {
    top: 58%;
  }
}
body .main .fv .fv-inner__sub-info-wrapper .fv-inner__sub-left {
  display: block;
  width: 45%;
}
body .main .fv .fv-inner__sub-info-wrapper .fv-inner__sub-info {
  display: block;
  flex: 1;
}
@media (max-width: 767px) {
  body .main .fv .fv-inner__sub-info-wrapper .fv-inner__sub-info {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
body .main .fv .fv-inner__sub-info-wrapper .fv-inner__sub-info p {
  font-size: min(2.4074074074vw, 26px);
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
@media (max-width: 767px) {
  body .main .fv .fv-inner__sub-info-wrapper .fv-inner__sub-info p {
    font-size: min(4.2666666667vw, 16px);
    white-space: nowrap;
  }
}
body .main .fv .fv-inner__info {
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
}
@media (max-width: 767px) {
  body .main .fv .fv-inner__info {
    top: min(90.6666666667vw, 340px);
    top: 38%;
    transform: translateX(-50%);
  }
}
body .main .fv .fv-inner__info h1 {
  font-size: min(3.7037037037vw, 40px);
  font-family: "Mochiy Pop One", sans-serif;
  letter-spacing: 0.14em;
  margin-bottom: min(0.462962963vw, 5px);
  color: #fff;
}
@media (max-width: 767px) {
  body .main .fv .fv-inner__info h1 {
    font-size: min(6.9333333333vw, 26px);
    white-space: nowrap;
  }
}
body .main .fv .fv-inner__info p {
  font-size: min(1.4814814815vw, 16px);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.4em;
}
@media (max-width: 767px) {
  body .main .fv .fv-inner__info p {
    font-size: min(3.2vw, 12px);
  }
}
body .main .fv .fv-inner__button {
  background-color: #C02A22;
  width: min(59.2592592593vw, 640px);
  height: min(5.5555555556vw, 60px);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px #333;
  position: absolute;
  top: min(46.2962962963vw, 500px);
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
}
@media (max-width: 767px) {
  body .main .fv .fv-inner__button {
    top: min(125.3333333333vw, 470px);
    top: 70%;
    width: min(85.3333333333vw, 320px);
    height: min(10.6666666667vw, 40px);
  }
}
body .main .fv .fv-inner__button a {
  font-size: min(2.2222222222vw, 24px);
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
  padding-top: min(0.462962963vw, 5px);
}
@media (max-width: 767px) {
  body .main .fv .fv-inner__button a {
    font-size: min(3.7333333333vw, 14px);
  }
}
body .main .fv .fv-inner .scroll-down-arrow {
  position: absolute;
  top: min(141.3333333333vw, 530px);
  top: 83%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: #fff;
  animation: bounce 1.5s infinite;
  z-index: 10;
  opacity: 1 !important;
  pointer-events: none;
}
@media (max-width: 767px) {
  body .main .fv .fv-inner .scroll-down-arrow {
    top: 80%;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}
body .main .fv .fv-inner__button:hover {
  background-color: #fff;
  transition: all 0.8s;
}
body .main .fv .fv-inner__button:hover a {
  color: #530700;
}
body .main .intro .intro-inner {
  padding: 2rem;
}
@media (max-width: 767px) {
  body .main .intro .intro-inner {
    padding: min(10.6666666667vw, 40px) min(5.3333333333vw, 20px);
  }
}
body .main .intro .intro-inner__info-pc {
  display: block;
  width: 58%;
  width: min(56.4814814815vw, 610px);
  margin: min(6.4814814815vw, 70px) auto min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  body .main .intro .intro-inner__info-pc {
    display: none;
  }
}
body .main .intro .intro-inner__info-pc p {
  font-size: min(1.8518518519vw, 20px);
  font-weight: bold;
  white-space: nowrap;
  color: #530700;
  line-height: 1.4;
}
body .main .intro .intro-inner__info-pc .fast {
  font-size: 28px;
}
@media (max-width: 767px) {
  body .main .intro .intro-inner__info-sp {
    width: min(85.3333333333vw, 320px);
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  body .main .intro .intro-inner__info-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  body .main .intro .intro-inner__info-sp p {
    font-size: min(4.2666666667vw, 16px);
    font-weight: bold;
    white-space: nowrap;
    color: #530700;
    line-height: 1.4;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
body .main .intro .intro-inner__img {
  width: min(13.8888888889vw, 150px);
  margin: 0 auto min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  body .main .intro .intro-inner__img {
    width: min(26.6666666667vw, 100px);
  }
}
body .main .intro .intro-inner__img img {
  width: 100%;
  border-radius: 50%;
}
body .main .section-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #530700;
  margin-bottom: min(5.5555555556vw, 60px);
}
body .main .section-heading .line {
  font-weight: bold;
  font-size: min(2.7777777778vw, 30px);
  letter-spacing: 0.3em;
}
body .main .section-heading .title {
  font-size: min(2.7777777778vw, 30px);
  font-weight: bold;
}
@media (max-width: 767px) {
  body .main .section-heading .title {
    font-size: min(4.8vw, 18px);
  }
}
body .main .target {
  position: relative;
  padding: 2rem 2rem 2rem;
  background: antiquewhite;
  border: solid 1px;
  border-radius: 15px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .main .target {
    height: min(85.3333333333vw, 320px);
    padding: min(5.3333333333vw, 20px);
  }
}
@media (max-width: 767px) {
  body .main .target .target-inner {
    width: min(80vw, 300px);
    margin: 0 auto;
  }
}
body .main .target .target-inner__rec ul {
  width: min(74.0740740741vw, 800px);
  margin: 0 auto min(7.4074074074vw, 80px);
}
@media (max-width: 767px) {
  body .main .target .target-inner__rec ul {
    width: min(80vw, 300px);
  }
}
body .main .target .target-inner__rec ul li {
  display: flex;
  align-items: center;
  justify-content: left;
  -moz-column-gap: min(1.8518518519vw, 20px);
       column-gap: min(1.8518518519vw, 20px);
  margin-bottom: min(2.2222222222vw, 24px);
}
body .main .target .target-inner__rec ul li img {
  width: min(4.6296296296vw, 50px);
}
@media (max-width: 767px) {
  body .main .target .target-inner__rec ul li img {
    width: min(6.6666666667vw, 25px);
  }
}
body .main .target .target-inner__rec ul li p {
  font-size: min(2.2222222222vw, 24px);
  font-weight: bold;
}
@media (max-width: 767px) {
  body .main .target .target-inner__rec ul li p {
    font-size: min(3.7333333333vw, 14px);
  }
}
body .main .target .target-inner__img {
  position: absolute;
  width: min(13.8888888889vw, 150px);
  top: 50%;
  left: min(60.1851851852vw, 650px);
}
@media (max-width: 767px) {
  body .main .target .target-inner__img {
    top: 75%;
    width: 70px;
    width: min(18.6666666667vw, 70px);
  }
}
body .main .section-heading {
  margin-top: min(9.2592592593vw, 100px);
}
@media (max-width: 767px) {
  body .main .section-heading {
    margin-top: min(13.3333333333vw, 50px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
@media (max-width: 767px) {
  body .main .rec-head {
    margin-top: min(10.6666666667vw, 40px);
  }
}
body .main .features .features-inner {
  padding: 2rem;
}
body .main .features .features-inner .resson-pc {
  font-size: min(2.962962963vw, 32px);
  font-weight: bold;
  color: #530700;
  text-align: center;
  margin-bottom: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  body .main .features .features-inner .resson-pc {
    display: none;
  }
}
body .main .features .features-inner .resson-sp {
  font-size: min(4.8vw, 18px);
  font-weight: bold;
  color: #530700;
  text-align: center;
  margin-bottom: min(5.3333333333vw, 20px);
}
@media (min-width: 768px) {
  body .main .features .features-inner .resson-sp {
    display: none;
  }
}
body .main .features .features-inner p {
  width: min(41.6666666667vw, 450px);
  margin: 0 auto min(4.6296296296vw, 50px);
  font-size: min(1.4814814815vw, 16px);
  line-height: 1.6;
  white-space: nowrap;
}
@media (max-width: 767px) {
  body .main .features .features-inner p {
    font-size: min(3.2vw, 12px);
    width: min(85.3333333333vw, 320px);
    margin: 0 auto;
  }
}
body .main .features .features-inner .point {
  font-size: min(2.7777777778vw, 30px);
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  body .main .features .features-inner .point {
    font-size: min(4.8vw, 18px);
    margin-top: min(10.6666666667vw, 40px);
  }
}
body .main .features .features-inner .slash-fix {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: min(3.3333333333vw, 36px);
}
body .main .features .features-inner ul {
  width: min(74.0740740741vw, 800px);
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  body .main .features .features-inner ul {
    max-width: 300px;
    margin-bottom: min(10.6666666667vw, 40px);
  }
}
@media (max-width: 767px) {
  body .main .features .features-inner .music {
    margin-bottom: min(2.6666666667vw, 10px);
  }
}
body .main .features .features-inner .music span {
  font-size: min(2.7777777778vw, 30px);
  font-weight: bold;
}
@media (max-width: 767px) {
  body .main .features .features-inner .music span {
    font-size: min(4.8vw, 18px);
  }
}
body .main .features .features-inner .music p {
  font-size: min(1.4814814815vw, 16px);
}
@media (max-width: 767px) {
  body .main .features .features-inner .music p {
    font-size: min(2.6666666667vw, 10px);
  }
}
body .main .features .features-inner .boy-img {
  position: absolute;
  width: min(15.7407407407vw, 170px);
  right: 0;
  top: min(18.5185185185vw, 200px);
}
@media (max-width: 767px) {
  body .main .features .features-inner .boy-img {
    right: -20px;
    width: min(16vw, 60px);
    height: auto;
    bottom: 0;
    top: auto;
  }
}
body .main .features .features-inner__set {
  width: min(74.0740740741vw, 800px);
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: min(9.2592592593vw, 100px);
       column-gap: min(9.2592592593vw, 100px);
  margin: 0 auto min(4.6296296296vw, 50px);
}
@media (max-width: 767px) {
  body .main .features .features-inner__set {
    margin-bottom: min(10.6666666667vw, 40px);
  }
}
body .main .features .features-inner__set .set-img {
  width: min(27.7777777778vw, 300px);
}
body .main .features .features-inner__set .set-img:nth-of-type(2) {
  width: 200px;
}
@media (max-width: 767px) {
  body .main .features .features-inner__set .set-img:nth-of-type(2) {
    width: min(26.6666666667vw, 310px);
  }
}
body .main .features .features-inner__move {
  /* カード全体（Figmaのベージュの枠） */
  /* 上段：動画プレビュー（“猫の画像”の位置） */
  /* iframe（プレイヤー）を全面フィット */
  /* aspect-ratio 非対応ブラウザのフォールバック */
  /* ▼ オプション：SPで“完全縦長(9:16)に見せたい”場合は
  .yt-card__media に .portrait を付けるとクロップ表示に */
  /* 下段：CTAボタン（チャンネルへ） */
}
body .main .features .features-inner__move .yt-card {
  --card-bg: #f5eed9;
  border: #333 solid 1px;
  background: var(--card-bg);
  border-radius: 10px;
  box-shadow: var(--shadow);
  padding: clamp(16px, 2.5vw, 28px);
  width: 90%;
  max-width: 1100px;
  margin: min(5.5555555556vw, 60px) auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  body .main .features .features-inner__move .yt-card {
    margin: 0 auto 3rem;
    width: 100%;
    padding: 3rem 1rem;
  }
}
body .main .features .features-inner__move .yt-card__media {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  background: #000;
  margin: 0 auto 18px;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  body .main .features .features-inner__move .yt-card__media {
    width: min(100%, 760px);
    aspect-ratio: 16/9;
  }
}
@media (max-width: 767px) {
  body .main .features .features-inner__move .yt-card__media {
    width: 90%;
    aspect-ratio: 4/3;
    margin: 0 auto;
  }
}
body .main .features .features-inner__move .yt-card__media iframe,
body .main .features .features-inner__move .yt-card__media > div,
body .main .features .features-inner__move .yt-card__media > * {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@supports not (aspect-ratio: 1) {
  body .main .features .features-inner__move .yt-card__media::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  body .main .features .features-inner__move .yt-card__media > iframe,
  body .main .features .features-inner__move .yt-card__media > div,
  body .main .features .features-inner__move .yt-card__media > * {
    position: absolute;
    inset: 0;
  }
}
@media (max-width: 767px) {
  body .main .features .features-inner__move .yt-card__media.portrait {
    aspect-ratio: 9/16;
  }
  body .main .features .features-inner__move .yt-card__media.portrait iframe {
    /* 16:9 を 9:16 枠に“高さ優先でフィット”させるため横を拡大して中央クロップ */
    width: 316.05%; /* = (16/9)/(9/16) ≒ 3.1605 */
    left: -108.025%; /* = (316.05 - 100) / 2 */
  }
}
body .main .features .features-inner__move .yt-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1.1111111111vw, 12px);
  text-decoration: none;
  background: #fff;
  background: linear-gradient(90deg, #e53935, #f888ae);
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  padding: 14px 18px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
@media (max-width: 767px) {
  body .main .features .features-inner__move .yt-cta {
    width: min(92vw, 560px);
    width: 90%;
    height: min(13.3333333333vw, 50px);
    margin-top: min(5.3333333333vw, 20px);
    margin-bottom: min(2.6666666667vw, 10px);
    padding: min(3.2vw, 12px);
  }
}
@media (min-width: 768px) {
  body .main .features .features-inner__move .yt-cta {
    width: min(100%, 760px);
  }
}
body .main .features .features-inner__move .yt-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
body .main .features .features-inner__move .yt-cta__logo svg {
  display: block;
  width: min(3.7037037037vw, 40px);
}
@media (max-width: 767px) {
  body .main .features .features-inner__move .yt-cta__logo svg {
    width: min(7.4666666667vw, 28px);
  }
}
body .main .features .features-inner__move .yt-cta__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
body .main .features .features-inner__move .yt-cta__text .title {
  font-weight: 700;
  font-size: 1.05rem;
}
body .main .features .features-inner__move .yt-cta__text .sub {
  font-size: min(1.6666666667vw, 18px);
  font-weight: bold;
  color: #666;
}
@media (max-width: 767px) {
  body .main .features .features-inner__move .yt-cta__text .sub {
    font-size: min(3.2vw, 12px);
  }
}
body .main .features .features-inner__move .yt-cta__arrow {
  font-size: 14px;
  font-size: min(1.2962962963vw, 14px);
}
@media (max-width: 767px) {
  body .main .features .features-inner__move .yt-cta__arrow {
    font-size: min(3.7333333333vw, 14px);
    display: flex;
  }
}
body .main .features .features-inner__move .yt-card__sub-info {
  margin-top: min(1.8518518519vw, 20px);
  margin-bottom: min(0.9259259259vw, 10px);
  font-size: min(1.6666666667vw, 18px);
  font-weight: bold;
}
@media (max-width: 767px) {
  body .main .features .features-inner__move .yt-card__sub-info {
    font-size: min(4.2666666667vw, 16px);
    line-height: 1.4;
  }
}
body .main .features .features-inner__move strong {
  color: #C02A22;
}
body .main .features .features-inner__move strong::before {
  content: normal;
}
@media (max-width: 767px) {
  body .main .features .features-inner__move strong::before {
    content: "\a";
    white-space: pre;
  }
}
body .teacher {
  border: solid 1px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: antiquewhite;
}
body .teacher .teacher-inner {
  width: min(74.0740740741vw, 800px);
  margin: 0 auto min(9.2592592593vw, 100px);
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body .teacher .teacher-inner {
    display: block;
    width: 100%;
  }
}
body .teacher .teacher-inner__left {
  width: 35%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body .teacher .teacher-inner__left {
    margin: 0 auto;
  }
}
body .teacher .teacher-inner__left .left-img {
  width: min(18.5185185185vw, 200px);
}
@media (max-width: 767px) {
  body .teacher .teacher-inner__left .left-img {
    width: min(42.6666666667vw, 160px);
  }
}
body .teacher .teacher-inner__right {
  flex: 1;
}
@media (max-width: 767px) {
  body .teacher .teacher-inner__right {
    width: 290px;
    width: min(77.3333333333vw, 290px);
    margin: 0 auto;
  }
}
body .teacher .teacher-inner__right h2 {
  font-size: min(1.8518518519vw, 20px);
  margin-top: min(2.7777777778vw, 30px);
  margin-bottom: min(0.9259259259vw, 10px);
  font-weight: bold;
}
@media (max-width: 767px) {
  body .teacher .teacher-inner__right h2 {
    font-size: min(3.2vw, 12px);
  }
}
body .teacher .teacher-inner__right .right-pc {
  font-size: min(1.4814814815vw, 16px);
  line-height: 1.4;
  white-space: nowrap;
}
@media (max-width: 767px) {
  body .teacher .teacher-inner__right .right-pc {
    display: none;
  }
}
body .teacher .teacher-inner__right .right-sp {
  font-size: min(3.2vw, 12px);
  line-height: 1.4;
}
@media (min-width: 768px) {
  body .teacher .teacher-inner__right .right-sp {
    display: none;
  }
}
body .lesson .lesson-inner {
  width: min(74.0740740741vw, 800px);
  margin: 0 auto min(9.2592592593vw, 100px);
}
@media (max-width: 767px) {
  body .lesson .lesson-inner {
    width: 100%;
    margin-bottom: min(13.3333333333vw, 50px);
  }
}
body .lesson .lesson-inner__info dl {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .lesson .lesson-inner__info dl {
    width: min(74.6666666667vw, 280px);
  }
}
body .lesson .lesson-inner__info dl dt {
  font-size: min(1.8518518519vw, 20px);
  margin-bottom: min(1.3888888889vw, 15px);
}
@media (max-width: 767px) {
  body .lesson .lesson-inner__info dl dt {
    font-size: min(4.2666666667vw, 16px);
    margin-bottom: min(2.6666666667vw, 10px);
  }
}
body .lesson .lesson-inner__info dl dt:nth-of-type(2) {
  margin-top: min(4.6296296296vw, 50px);
}
@media (max-width: 767px) {
  body .lesson .lesson-inner__info dl dt:nth-of-type(2) {
    margin-top: min(10.6666666667vw, 40px);
  }
}
body .lesson .lesson-inner__info dl dd {
  font-size: min(1.4814814815vw, 16px);
  font-weight: bold;
  margin-top: min(1.8518518519vw, 20px);
  margin-bottom: min(1.8518518519vw, 20px);
}
@media (max-width: 767px) {
  body .lesson .lesson-inner__info dl dd {
    font-size: min(3.2vw, 12px);
  }
}
body .lesson .lesson-inner__info dl dd:nth-of-type(3) .mini {
  font-size: min(1.2037037037vw, 13px);
  color: red;
  padding-left: min(1.8518518519vw, 20px);
  margin-top: min(0.2777777778vw, 3px);
}
@media (max-width: 767px) {
  body .lesson .lesson-inner__info dl dd:nth-of-type(3) .mini {
    font-size: min(3.2vw, 12px);
  }
}
body .lesson .lesson-inner__info dl dd:nth-of-type(4) .mid {
  padding-left: min(1.8518518519vw, 20px);
  font-weight: normal;
}
body .lesson .lesson-inner__info dl dd:nth-of-type(4) .mini {
  font-size: min(1.2037037037vw, 13px);
  font-weight: normal;
  color: red;
  padding-left: min(3.7037037037vw, 40px);
  margin-top: min(0.2777777778vw, 3px);
}
@media (max-width: 767px) {
  body .lesson .lesson-inner__info dl dd:nth-of-type(4) .mini {
    font-size: min(3.2vw, 12px);
  }
}
body .lesson .lesson-inner__info dl dd:nth-of-type(5) .mid {
  padding-left: min(1.8518518519vw, 20px);
  font-weight: normal;
}
body .lesson .lesson-inner__info dl dd:nth-of-type(5) .mini {
  font-size: min(1.2037037037vw, 13px);
  font-weight: normal;
  color: red;
  padding-left: min(3.7037037037vw, 40px);
  margin-top: min(0.2777777778vw, 3px);
}
@media (max-width: 767px) {
  body .lesson .lesson-inner__info dl dd:nth-of-type(5) .mini {
    font-size: min(3.2vw, 12px);
  }
}
body .lesson .lesson-inner__info dl .member .fee-ten {
  position: relative;
  display: inline-block;
}
body .lesson .lesson-inner__info dl .member .fee-ten::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
body .lesson .lesson-inner__info dl .fee-nine {
  padding-left: 54%;
}
@media (max-width: 767px) {
  body .lesson .lesson-inner__info dl .fee-nine {
    padding-left: 58%;
  }
}
body .lesson .lesson-inner__info dl .old {
  margin-bottom: 0;
}
body .lesson .lesson-inner__info dl .old .old-mini {
  font-size: min(1.2037037037vw, 13px);
  color: red;
  padding-left: min(14.8148148148vw, 160px);
  margin-top: min(0.2777777778vw, 3px);
}
@media (max-width: 767px) {
  body .lesson .lesson-inner__info dl .old .old-mini {
    font-size: min(3.2vw, 12px);
    padding-bottom: min(4vw, 15px);
  }
}
body .lesson .lesson-inner__info dl dd:nth-of-type(10) {
  margin-bottom: min(0.9259259259vw, 10px);
  margin-top: min(1.8518518519vw, 20px);
}
@media (max-width: 767px) {
  body .lesson .lesson-inner__info dl dd:nth-of-type(10) {
    margin-bottom: min(2.6666666667vw, 10px);
    margin-top: min(5.3333333333vw, 20px);
  }
}
body .lesson .lesson-inner__info dl .old-family {
  color: red;
  padding-left: 20px;
}
body .lesson .lesson-inner__fee {
  margin-bottom: min(2.7777777778vw, 30px);
}
body .lesson .lesson-inner__fee .fee-info {
  margin-top: 40px;
}
body .lesson .lesson-inner__sub .sub-inner {
  font-weight: normal;
  padding-left: min(1.8518518519vw, 20px);
}
body .contact {
  padding: min(1.8518518519vw, 20px);
  border: solid 1px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 100px;
  border-radius: 10px;
  background-color: antiquewhite;
}
@media (max-width: 767px) {
  body .contact {
    margin-bottom: min(13.3333333333vw, 50px);
  }
}
body .contact .contact-inner {
  padding-bottom: min(3.7037037037vw, 40px);
}
body .contact .contact-inner .section-heading .title {
  margin-bottom: 0;
}
body .contact .contact-inner h2 {
  font-size: min(2.962962963vw, 32px);
  font-weight: bold;
  text-align: center;
  color: #530700;
  margin-bottom: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  body .contact .contact-inner h2 {
    font-size: min(5.3333333333vw, 20px);
  }
}
body .contact .contact-inner__list {
  display: flex;
  justify-content: center;
}
body .contact .contact-inner__list ul {
  width: min(46.2962962963vw, 500px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .contact .contact-inner__list ul {
    width: min(80vw, 300px);
  }
}
body .contact .contact-inner__list ul li {
  font-size: min(1.6666666667vw, 18px);
  font-weight: bold;
  margin-bottom: min(2.7777777778vw, 30px);
}
body .contact .contact-inner__list ul li:nth-of-type(1) {
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  width: min(32.4074074074vw, 350px);
  margin: 0 auto min(1.8518518519vw, 20px);
  text-align: left;
}
@media (max-width: 767px) {
  body .contact .contact-inner__list ul li:nth-of-type(1) {
    font-size: min(3.7333333333vw, 14px);
    width: min(66.6666666667vw, 250px);
    margin-bottom: min(8vw, 30px);
  }
}
body .contact .contact-inner__list ul li:nth-of-type(2) {
  font-size: min(2.4074074074vw, 26px);
}
@media (max-width: 767px) {
  body .contact .contact-inner__list ul li:nth-of-type(2) {
    font-size: min(4.2666666667vw, 16px);
    text-align: center;
    margin-bottom: min(10.6666666667vw, 40px);
  }
}
@media (max-width: 767px) {
  body .contact .contact-inner__list ul li:nth-of-type(2) .tel-no {
    font-size: min(6.4vw, 24px);
  }
}
body .contact .contact-inner__list ul li:nth-of-type(3) .sns-btn {
  text-align: center;
}
@media (max-width: 767px) {
  body .contact .contact-inner__list ul li:nth-of-type(3) .sns-btn {
    width: 100%;
    margin: 0 auto;
  }
}
body .contact .contact-inner__list ul li:nth-of-type(3) .sns-btn span {
  font-size: min(2.4074074074vw, 26px);
  width: 20%;
  margin-bottom: min(0.9259259259vw, 10px);
  color: #530700;
}
@media (max-width: 767px) {
  body .contact .contact-inner__list ul li:nth-of-type(3) .sns-btn span {
    font-size: min(5.3333333333vw, 20px);
    margin-left: 0;
  }
}
body .contact .contact-inner__list ul li:nth-of-type(3) .sns-btn__icon {
  display: flex;
  justify-content: center;
  -moz-column-gap: min(5.5555555556vw, 60px);
       column-gap: min(5.5555555556vw, 60px);
  margin-top: min(1.8518518519vw, 20px);
  flex: 1;
}
@media (max-width: 767px) {
  body .contact .contact-inner__list ul li:nth-of-type(3) .sns-btn__icon {
    justify-content: space-evenly;
    margin-top: min(5.3333333333vw, 20px);
  }
}
body .contact .contact-inner__list ul li:nth-of-type(3) .sns-btn__icon .icon-line {
  display: block;
  width: min(3.7037037037vw, 40px);
  border-radius: 10px;
}
@media (max-width: 767px) {
  body .contact .contact-inner__list ul li:nth-of-type(3) .sns-btn__icon .icon-line {
    width: min(9.3333333333vw, 35px);
  }
}
body .contact .contact-inner__list ul li:nth-of-type(3) .sns-btn__icon .icon-x {
  display: block;
  width: min(3.7037037037vw, 40px);
  border-radius: 10px;
}
body .contact .contact-inner__list ul li:nth-of-type(3) .sns-btn__icon .icon-x img {
  width: 85%;
  padding-top: min(0.462962963vw, 5px);
  padding-left: min(0.1851851852vw, 2px);
}
@media (max-width: 767px) {
  body .contact .contact-inner__list ul li:nth-of-type(3) .sns-btn__icon .icon-x {
    width: min(9.3333333333vw, 35px);
  }
}
body .contact .contact-inner__list ul li:nth-of-type(3) .sns-btn__icon .icon-youtube {
  width: min(5.5555555556vw, 60px);
  height: min(4.6296296296vw, 50px);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body .contact .contact-inner__list ul li:nth-of-type(3) .sns-btn__icon .icon-youtube {
    width: min(10.6666666667vw, 40px);
    height: min(9.3333333333vw, 35px);
  }
}
body .contact .contact-inner__list ul .tel-block {
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.5em;
  font-family: sans-serif;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body .contact .contact-inner__list ul .tel-block {
    justify-content: center;
  }
}
body .contact .contact-inner__list ul .tel-label {
  font-weight: bold;
  white-space: nowrap;
  font-size: min(2.4074074074vw, 26px);
  letter-spacing: 0.1em;
  margin-bottom: 0;
  color: #530700;
}
@media (max-width: 767px) {
  body .contact .contact-inner__list ul .tel-label {
    font-size: min(4.8vw, 18px);
    text-align: center;
  }
}
body .contact .contact-inner__list ul .no-wrap {
  text-align: center;
}
body .contact .contact-inner__list ul .no-wrap .tel-link {
  display: flex;
  justify-content: center;
  text-decoration: none;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  color: inherit;
}
@media (max-width: 767px) {
  body .contact .contact-inner__list ul .no-wrap .tel-link {
    -moz-column-gap: min(1.3333333333vw, 5px);
         column-gap: min(1.3333333333vw, 5px);
    align-items: center;
  }
}
body .contact .contact-inner__list ul .no-wrap .tel-link .tel-wrap {
  width: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  body .contact .contact-inner__list ul .no-wrap .tel-link .tel-wrap {
    width: min(8vw, 30px);
  }
}
body .contact .contact-inner__list ul .no-wrap .tel-link .tel-wrap img {
  width: 100%;
  margin-bottom: min(0.2777777778vw, 3px);
}
@media (max-width: 767px) {
  body .contact .contact-inner__list ul .no-wrap .tel-link .tel-wrap img {
    width: min(4.8vw, 18px);
  }
}
body .contact .contact-inner__list ul .tel-numbers {
  display: flex;
  flex-direction: column;
}
body .button-set p {
  font-size: min(1.8518518519vw, 20px);
  font-weight: bold;
  text-align: center;
}

.policy {
  padding: 2rem;
}
.policy .policy-info h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 3rem auto;
}
.policy .policy-sent {
  width: 80%;
  margin: 0 auto;
  max-width: 700px;
}
.policy .policy-sent h2 {
  font-size: 14px;
}
.policy .policy-sent p {
  margin-bottom: 10px;
}
.policy .policy-sent h3 {
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.return {
  text-align: center;
  margin-bottom: 3rem;
}/*# sourceMappingURL=style.css.map */