@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #393939;
  overflow-wrap: break-word;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

video,
iframe,
object {
  max-width: 100%;
  height: auto;
  border: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #eee;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #eee;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

b,
strong {
  font-weight: 700;
}

form {
  padding: 0;
  margin: 0;
}

label {
  display: inline-block;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  cursor: pointer;
}

textarea {
  -ms-overflow-style: scrollbar;
  overflow: auto;
  resize: vertical;
}

dialog {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1em;
  margin: auto;
  color: inherit;
  background-color: inherit;
  border: solid;
}

dialog:not([is-open]) {
  display: none;
}

summary {
  display: list-item;
  cursor: pointer;
}

img {
  width: 100%;
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* bold */
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../font/MPLUSRounded1c-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../font/MPLUSRounded1c-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* bold */
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../font/MPLUSRounded1c-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* black */
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../font/MPLUSRounded1c-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --dark-color: #49220c;
  --light-color: #fff;
  --inner-width: calc(1600 / 2400 * 100%);
  --inner-lg-width: 800px;
  --inner-sp-width: calc(732 / 780 * 100%);
  --font-base-size: 16px;
  --font-base-family: "NotoSansJP", sans-serif;
  --font-rounded-family: "M PLUS Rounded 1c", sans-serif;
  --font-weight-bold: 700;
  --font-weight-regular: 500;
  --primary-line-height: 1.6;
}

html {
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: var(--font-base-family);
  line-height: var(--primary-line-height);
  color: var(--dark-color);
  background-color: var(--light-color);
  font-size: 0.9166666667vw;
}
@media (max-width: 1124px) {
  body {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  body {
    font-size: 2.8205128205vw;
  }
}

main {
  flex-grow: 1;
  position: relative;
  padding-bottom: 0vw;
}
@media (max-width: 1124px) {
  main {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  main {
    padding-bottom: 19.2307692308vw;
  }
}

section {
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  border: 0 !important;
}

a {
  color: inherit;
}
a:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

[aria-hidden=false] {
  visibility: visible;
}

[aria-hidden=true] {
  display: none;
  visibility: hidden;
}

[data-target] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 1em;
  background: var(--form-bg-color);
  background-image: none;
  border: 1px solid var(--form-border-color);
  border: none;
  border-radius: 0;
  border-radius: 4px;
}

button,
[type=button],
[type=submit] {
  display: inline-block;
  width: auto;
  padding: 0.6em 2em;
  margin: 0;
  font-size: 16px;
  color: var(--form-button-text-color);
  text-decoration: none;
  cursor: pointer;
  background-color: var(--form-key-color);
  background-image: none;
  border: none;
  border-radius: 0;
  transition: opacity 0.3s ease 0s;
}

select {
  width: 100%;
  padding: 13px 16px;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  cursor: pointer;
  background-color: var(--form-bg-color);
  background-image: url(./../img/common/icon-select.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

select:focus {
  border-color: var(--form-key-color);
}

[type=date] {
  position: relative;
  background-repeat: no-repeat;
  background-position: right 12px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=date]:focus {
  border-color: var(--form-key-color);
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

textarea {
  height: 200px;
}

.checkbox-1 span label {
  padding-bottom: 16px;
}

.checkbox-1 .wpcf7-list-item.last label {
  padding-bottom: 0;
}

.checkbox-1 span:nth-child(4) [type=checkbox] + span {
  margin-right: 0;
}

.date-2,
.date-3 {
  display: block;
  margin-top: 20px;
}

.wpcf7-list-item {
  margin-left: 0;
}

::-moz-placeholder {
  color: var(--form-placeholder);
}

::placeholder {
  color: var(--form-placeholder);
}

[type=text]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=url]:hover,
[type=email]:hover,
[type=password]:hover,
[type=date]:hover,
textarea:hover {
  outline: none;
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
  border-color: var(--form-key-color);
}

.l-inner {
  box-sizing: content-box;
  max-width: var(--inner-width);
  -webkit-padding-start: 2vw;
          padding-inline-start: 2vw;
  -webkit-padding-end: 2vw;
          padding-inline-end: 2vw;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1124px) {
  .l-inner {
    -webkit-padding-start: 22.48px;
            padding-inline-start: 22.48px;
  }
}
@media screen and (max-width: 780px) {
  .l-inner {
    -webkit-padding-start: 3.0769230769vw;
            padding-inline-start: 3.0769230769vw;
  }
}
@media (max-width: 1124px) {
  .l-inner {
    -webkit-padding-end: 22.48px;
            padding-inline-end: 22.48px;
  }
}
@media screen and (max-width: 780px) {
  .l-inner {
    -webkit-padding-end: 3.0769230769vw;
            padding-inline-end: 3.0769230769vw;
  }
}
@media screen and (max-width: 1124px) {
  .l-inner {
    max-width: 750px;
  }
}
@media screen and (max-width: 780px) {
  .l-inner {
    max-width: var(--inner-sp-width);
  }
}

.l-titleWrap {
  box-sizing: content-box;
  max-width: var(--inner-width);
  -webkit-padding-start: 2vw;
          padding-inline-start: 2vw;
  -webkit-padding-end: 2vw;
          padding-inline-end: 2vw;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1124px) {
  .l-titleWrap {
    -webkit-padding-start: 22.48px;
            padding-inline-start: 22.48px;
  }
}
@media screen and (max-width: 780px) {
  .l-titleWrap {
    -webkit-padding-start: 3.8461538462vw;
            padding-inline-start: 3.8461538462vw;
  }
}
@media (max-width: 1124px) {
  .l-titleWrap {
    -webkit-padding-end: 22.48px;
            padding-inline-end: 22.48px;
  }
}
@media screen and (max-width: 780px) {
  .l-titleWrap {
    -webkit-padding-end: 3.8461538462vw;
            padding-inline-end: 3.8461538462vw;
  }
}
@media screen and (max-width: 780px) {
  .l-titleWrap {
    max-width: 76.9230769231%;
  }
}

.l-header__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: inherit;
}

.l-header__top {
  width: 100%;
  margin-top: 0.7916666667vw;
}
@media (max-width: 1124px) {
  .l-header__top {
    margin-top: 8.8983333333px;
  }
}
@media screen and (max-width: 780px) {
  .l-header__top {
    margin-top: 0.7692307692vw;
  }
}
@media screen and (max-width: 780px) {
  .l-header__top {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .l-header__top {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .l-header__top {
    padding-bottom: 2.6923076923vw;
  }
}

.l-header__topText {
  font-size: 0.9166666667vw;
  text-align: center;
}
@media (max-width: 1124px) {
  .l-header__topText {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .l-header__topText {
    font-size: 3.3333333333vw;
  }
}
.l-header__topText span {
  letter-spacing: -0.1em;
  padding-right: 1em;
}

.l-header__topInner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: inherit;
  --inner-width: calc(1920 / 2400 * 100%);
  margin-top: 0.125vw;
}
@media (max-width: 1124px) {
  .l-header__topInner {
    margin-top: 1.405px;
  }
}
@media screen and (max-width: 780px) {
  .l-header__topInner {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 780px) {
  .l-header__topInner {
    --inner-sp-width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    width: 100%;
    gap: 2%;
  }
}

@media screen and (max-width: 780px) {
  .l-header__character {
    position: relative;
  }
}
.l-header__character figure {
  margin: 0;
}

.l-header__characterText {
  font-size: 0.9166666667vw;
}
@media (max-width: 1124px) {
  .l-header__characterText {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .l-header__characterText {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 780px) {
  .l-header__characterText {
    position: absolute;
    top: -49%;
    left: 70%;
    white-space: nowrap;
  }
}

.l-header__characterImg {
  width: 13.5833333333vw;
  padding-left: 0.3333333333vw;
  padding-top: 0.2916666667vw;
}
@media (max-width: 1124px) {
  .l-header__characterImg {
    width: 152.6766666667px;
  }
}
@media screen and (max-width: 780px) {
  .l-header__characterImg {
    width: 26.4102564103vw;
  }
}
@media (max-width: 1124px) {
  .l-header__characterImg {
    padding-left: 3.7466666667px;
  }
}
@media screen and (max-width: 780px) {
  .l-header__characterImg {
    padding-left: 0vw;
  }
}
@media (max-width: 1124px) {
  .l-header__characterImg {
    padding-top: 3.2783333333px;
  }
}
@media screen and (max-width: 780px) {
  .l-header__characterImg {
    padding-top: 0vw;
  }
}

.l-header__tel {
  width: 19.5833333333vw;
  margin-right: 1.125vw;
  margin-top: 1.4166666667vw;
}
@media (max-width: 1124px) {
  .l-header__tel {
    width: 220.1166666667px;
  }
}
@media screen and (max-width: 780px) {
  .l-header__tel {
    width: 25.641025641vw;
  }
}
@media (max-width: 1124px) {
  .l-header__tel {
    margin-right: 12.645px;
  }
}
@media screen and (max-width: 780px) {
  .l-header__tel {
    margin-right: 0vw;
  }
}
@media (max-width: 1124px) {
  .l-header__tel {
    margin-top: 15.9233333333px;
  }
}
@media screen and (max-width: 780px) {
  .l-header__tel {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 780px) {
  .l-header__tel {
    display: none;
  }
}

.l-header__logo {
  width: 16.8333333333vw;
  padding-top: 0vw;
  margin-top: -0.7083333333vw;
  margin-left: 3.3333333333vw;
}
@media (max-width: 1124px) {
  .l-header__logo {
    width: 189.2066666667px;
  }
}
@media screen and (max-width: 780px) {
  .l-header__logo {
    width: 45.5128205128vw;
  }
}
@media (max-width: 1124px) {
  .l-header__logo {
    padding-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .l-header__logo {
    padding-top: 1.2820512821vw;
  }
}
@media (max-width: 1124px) {
  .l-header__logo {
    margin-top: -7.9616666667px;
  }
}
@media screen and (max-width: 780px) {
  .l-header__logo {
    margin-top: 0vw;
  }
}
@media (max-width: 1124px) {
  .l-header__logo {
    margin-left: 37.4666666667px;
  }
}
@media screen and (max-width: 780px) {
  .l-header__logo {
    margin-left: 0vw;
  }
}

.l-header__menu {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 780px) {
  .l-header__menu {
    background-image: none;
  }
}

.l-topFeature {
  margin-top: 1.25vw;
}
@media (max-width: 1124px) {
  .l-topFeature {
    margin-top: 14.05px;
  }
}
@media screen and (max-width: 780px) {
  .l-topFeature {
    margin-top: 6.2820512821vw;
  }
}

.l-menuButton {
  flex-shrink: 1;
  margin-left: auto;
  margin-right: 0vw;
  margin-top: 0vw;
}
@media (max-width: 1124px) {
  .l-menuButton {
    margin-right: 0px;
  }
}
@media screen and (max-width: 780px) {
  .l-menuButton {
    margin-right: 3.2051282051vw;
  }
}
@media (max-width: 1124px) {
  .l-menuButton {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .l-menuButton {
    margin-top: -19.7435897436vw;
  }
}

footer nav .c-pulldown_subMenu {
  top: 65%;
}

footer nav .c-pulldown_subMenu a {
  padding-top: 0.2083333333vw;
  padding-bottom: 0.2083333333vw;
}
@media (max-width: 1124px) {
  footer nav .c-pulldown_subMenu a {
    padding-top: 2.3416666667px;
  }
}
@media screen and (max-width: 780px) {
  footer nav .c-pulldown_subMenu a {
    padding-top: 0.641025641vw;
  }
}
@media (max-width: 1124px) {
  footer nav .c-pulldown_subMenu a {
    padding-bottom: 2.3416666667px;
  }
}
@media screen and (max-width: 780px) {
  footer nav .c-pulldown_subMenu a {
    padding-bottom: 0.641025641vw;
  }
}

.l-footer {
  position: relative;
}

.l-footer__copyright {
  background-image: linear-gradient(90deg, #f8ee80, #f4fc78, #d0df7e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75vw;
  height: 3.5833333333vw;
}
@media (max-width: 1124px) {
  .l-footer__copyright {
    font-size: 8.43px;
  }
}
@media screen and (max-width: 780px) {
  .l-footer__copyright {
    font-size: 2.3076923077vw;
  }
}
@media (max-width: 1124px) {
  .l-footer__copyright {
    height: 40.2766666667px;
  }
}
@media screen and (max-width: 780px) {
  .l-footer__copyright {
    height: 10.2564102564vw;
  }
}

.c-copyright {
  text-align: center;
}

.c-menuButton {
  position: relative;
  z-index: 30;
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-image: linear-gradient(65deg, #d0df7e, #f4fc78, #f8ee80);
  width: 0vw;
  height: 0vw;
  border-radius: 0.8333333333vw;
  padding: 0;
}
@media (max-width: 1124px) {
  .c-menuButton {
    width: 0px;
  }
}
@media screen and (max-width: 780px) {
  .c-menuButton {
    width: 15.2564102564vw;
  }
}
@media (max-width: 1124px) {
  .c-menuButton {
    height: 0px;
  }
}
@media screen and (max-width: 780px) {
  .c-menuButton {
    height: 15.2564102564vw;
  }
}
@media (max-width: 1124px) {
  .c-menuButton {
    border-radius: 9.3666666667px;
  }
}
@media screen and (max-width: 780px) {
  .c-menuButton {
    border-radius: 2.5641025641vw;
  }
}

.c-menuButton:focus-visible {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}

.c-menuButton__line {
  position: absolute;
  top: 50%;
  left: 21%;
  z-index: 1;
  display: block;
  width: 2vw;
  height: 2px;
  background-color: var(--dark-color);
  transition: transform 0.5s, opacity 0.5s;
  transform: translateY(-50%);
}
@media (max-width: 1124px) {
  .c-menuButton__line {
    width: 22.48px;
  }
}
@media screen and (max-width: 780px) {
  .c-menuButton__line {
    width: 8.8461538462vw;
  }
}
@media (max-width: 375px) {
  .c-menuButton__line {
    height: 1px;
  }
}
.c-menuButton__line.--top {
  top: 0vw;
}
@media (max-width: 1124px) {
  .c-menuButton__line.--top {
    top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .c-menuButton__line.--top {
    top: 5vw;
  }
}
.c-menuButton__line.--bottom {
  top: 0vw;
}
@media (max-width: 1124px) {
  .c-menuButton__line.--bottom {
    top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .c-menuButton__line.--bottom {
    top: 10vw;
  }
}

.c-menuButton[aria-expanded=true] .c-menuButton__line.--top {
  top: 50%;
  transform: rotate(30deg);
}
.c-menuButton[aria-expanded=true] .c-menuButton__line.--center {
  opacity: 0;
}
.c-menuButton[aria-expanded=true] .c-menuButton__line.--bottom {
  top: 50%;
  transform: rotate(-30deg);
}

.c-tryButton {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  transition: transform 0.3s, box-shadow 0.3s;
}
.c-tryButton span {
  overflow: hidden;
  display: inline-block;
  -webkit-clip-path: polygon(50% 2%, 57% 6%, 65% 4%, 71% 10%, 80% 12%, 83% 19%, 91% 24%, 92% 32%, 98% 40%, 95% 48%, 98% 56%, 93% 63%, 93% 72%, 86% 76%, 83% 85%, 74% 87%, 68% 94%, 61% 92%, 52% 97%, 44% 93%, 36% 95%, 30% 88%, 21% 87%, 17% 79%, 9% 76%, 9% 66%, 4% 60%, 6% 52%, 3% 42%, 7% 36%, 9% 27%, 15% 20%, 20% 12%, 28% 11%, 34% 4%, 41% 6%);
          clip-path: polygon(50% 2%, 57% 6%, 65% 4%, 71% 10%, 80% 12%, 83% 19%, 91% 24%, 92% 32%, 98% 40%, 95% 48%, 98% 56%, 93% 63%, 93% 72%, 86% 76%, 83% 85%, 74% 87%, 68% 94%, 61% 92%, 52% 97%, 44% 93%, 36% 95%, 30% 88%, 21% 87%, 17% 79%, 9% 76%, 9% 66%, 4% 60%, 6% 52%, 3% 42%, 7% 36%, 9% 27%, 15% 20%, 20% 12%, 28% 11%, 34% 4%, 41% 6%);
  width: 98%;
  height: 98%;
  position: absolute;
  top: 47%;
  left: 49%;
  transform: translate(-50%, -50%);
}

.c-tryButton:hover {
  filter: brightness(1.02);
  opacity: 1;
}

.c-tryButton:active {
  transform: translateY(4px);
  box-shadow: none;
}

/* ボタンをキラッとさせる */
.c-tryButton span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.c-moreLink {
  width: 15.5vw;
  margin-right: -0.8333333333vw;
  display: inline-block;
}
@media (max-width: 1124px) {
  .c-moreLink {
    width: 174.22px;
  }
}
@media screen and (max-width: 780px) {
  .c-moreLink {
    width: 60.2564102564vw;
  }
}
@media (max-width: 1124px) {
  .c-moreLink {
    margin-right: -9.3666666667px;
  }
}
@media screen and (max-width: 780px) {
  .c-moreLink {
    margin-right: 0vw;
  }
}

.c-sectionTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: 29.1666666667vw;
  border: none;
  box-shadow: none;
}
@media (max-width: 1124px) {
  .c-sectionTitle {
    width: 327.8333333333px;
  }
}
@media screen and (max-width: 780px) {
  .c-sectionTitle {
    width: 89.7435897436vw;
  }
}

.c-headerOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  visibility: hidden;
  background-color: #000;
  opacity: 0;
}

.c-floating__contact {
  position: fixed;
  bottom: 0vw;
  right: 4%;
  opacity: 0;
  transition: opacity 0.5s;
  visibility: hidden;
  width: 0vw;
  z-index: 10;
}
@media (max-width: 1124px) {
  .c-floating__contact {
    bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  .c-floating__contact {
    bottom: 29.4871794872vw;
  }
}
@media (max-width: 1124px) {
  .c-floating__contact {
    width: 0px;
  }
}
@media screen and (max-width: 780px) {
  .c-floating__contact {
    width: 10.2564102564vw;
  }
}

.c-floating__contact {
  bottom: 0vw;
  width: 90%;
  left: 4.6%;
}
@media (max-width: 1124px) {
  .c-floating__contact {
    bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  .c-floating__contact {
    bottom: 29.4871794872vw;
  }
}

.c-floating__pageTop {
  bottom: 0vw;
  width: 0vw;
}
@media (max-width: 1124px) {
  .c-floating__pageTop {
    bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  .c-floating__pageTop {
    bottom: 29.4871794872vw;
  }
}
@media (max-width: 1124px) {
  .c-floating__pageTop {
    width: 0px;
  }
}
@media screen and (max-width: 780px) {
  .c-floating__pageTop {
    width: 10.2564102564vw;
  }
}

.c-floating__pageTop {
  position: absolute;
  bottom: 0vw;
  right: 0vw;
}
@media (max-width: 1124px) {
  .c-floating__pageTop {
    bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  .c-floating__pageTop {
    bottom: 12.8205128205vw;
  }
}
@media (max-width: 1124px) {
  .c-floating__pageTop {
    right: 0px;
  }
}
@media screen and (max-width: 780px) {
  .c-floating__pageTop {
    right: 3.4615384615vw;
  }
}

nav > ul > .c-pulldown {
  position: relative;
  float: left;
}

nav .c-pulldown_subMenu {
  position: absolute;
  width: 13.3333333333vw;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 1;
}
@media (max-width: 1124px) {
  nav .c-pulldown_subMenu {
    width: 149.8666666667px;
  }
}
@media screen and (max-width: 780px) {
  nav .c-pulldown_subMenu {
    width: 41.0256410256vw;
  }
}

nav .c-pulldown_subMenuSp {
  width: 100%;
  margin-left: 2em;
}

nav .c-pulldown_subMenu li a::before {
  content: "▶";
  color: #a5b741;
  padding-right: 1em;
}

nav .c-pulldown_subMenu a,
nav .c-pulldown_subMenuSp a {
  padding: 10px 15px;
  display: block;
}

.c-pulldown_subMenuSp a::before {
  content: "ー ";
  padding-right: 0;
  color: var(--dark-color);
}

nav .c-pulldown_subMenu a:hover,
nav .c-pulldown_subMenuSp a:hover {
  color: #f06d02;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  nav .c-pulldown_subMenu a:hover::before,
nav .c-pulldown_subMenuSp a:hover::before {
    color: #f06d02;
  }
}

nav .c-pulldown .focused,
nav .c-pulldown:hover ul {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
}
@media screen and (max-width: 780px) {
  nav .c-pulldown .focused,
nav .c-pulldown:hover ul {
    position: relative;
  }
}

.p-mainVisual {
  width: 100%;
  position: relative;
  padding-top: 33.8333333333%;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .p-mainVisual {
    padding-top: 121.7948717949%;
  }
}
.p-mainVisual:before, .p-mainVisual:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../images/index/mainVisual.jpg") center center/cover no-repeat;
  background: url("../images/index/mainVisual.webp") center center/cover no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .p-mainVisual:before, .p-mainVisual:after {
    background: url("../images/index/mainVisual_sp.jpg") center center/cover no-repeat;
    background: url("../images/index/mainVisual_sp.webp") center center/cover no-repeat;
  }
}
.p-mainVisual:after {
  animation-delay: -12s;
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  6.25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  56.25% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    opacity: 0;
  }
}
.p-mainVisual__inner {
  --inner-sp-width: calc(740 / 780 * 100%);
}
@media screen and (max-width: 1124px) {
  .p-mainVisual__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__inner {
    max-width: 100%;
  }
}

.p-mainVisual__earth {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 39%;
  bottom: -4%;
}
@media screen and (max-width: 780px) {
  .p-mainVisual__earth {
    width: 100%;
    left: -3%;
    bottom: -7%;
  }
}

.p-mainVisual__box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mainVisual__inner {
  --inner-width: 83.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  -webkit-padding-start: 2vw;
          padding-inline-start: 2vw;
  -webkit-padding-end: 2vw;
          padding-inline-end: 2vw;
  padding-bottom: 0vw;
}
@media (max-width: 1124px) {
  .p-mainVisual__inner {
    -webkit-padding-start: 22.48px;
            padding-inline-start: 22.48px;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__inner {
    -webkit-padding-start: 2.4358974359vw;
            padding-inline-start: 2.4358974359vw;
  }
}
@media (max-width: 1124px) {
  .p-mainVisual__inner {
    -webkit-padding-end: 22.48px;
            padding-inline-end: 22.48px;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__inner {
    -webkit-padding-end: 2.4358974359vw;
            padding-inline-end: 2.4358974359vw;
  }
}
@media (max-width: 1124px) {
  .p-mainVisual__inner {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__inner {
    padding-bottom: 2.5641025641vw;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__inner {
    height: auto;
    flex-direction: column-reverse;
  }
}

.p-mainVisual__textWrap {
  margin-top: 0vw;
}
@media (max-width: 1124px) {
  .p-mainVisual__textWrap {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__textWrap {
    margin-top: 31.4102564103vw;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__textWrap a:hover {
    opacity: 1;
  }
}

.p-mainVisual__tel {
  display: none;
  margin-top: 0vw;
}
@media (max-width: 1124px) {
  .p-mainVisual__tel {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__tel {
    margin-top: 2.8205128205vw;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__tel {
    background-color: #f3fcfc;
    outline: solid #f3fcfc;
    outline-width: 0.3333333333vw;
    width: 100%;
    display: inline-block;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-mainVisual__tel {
    outline-width: 3.7466666667px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-mainVisual__tel {
    outline-width: 1.2820512821vw;
  }
}

.p-mainVisual__text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.7916666667vw;
  width: 32.9166666667vw;
  margin-inline: auto 0;
}
@media (max-width: 1124px) {
  .p-mainVisual__text {
    margin-top: 8.8983333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__text {
    margin-top: 0vw;
  }
}
@media (max-width: 1124px) {
  .p-mainVisual__text {
    width: 369.9833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__text {
    width: 88.4615384615vw;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__text {
    margin-inline: auto;
  }
}

.p-mainVisual__lead {
  margin-bottom: 2.5vw;
  width: 50.4583333333vw;
  margin-top: 0vw;
}
@media (max-width: 1124px) {
  .p-mainVisual__lead {
    margin-bottom: 28.1px;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__lead {
    margin-bottom: 0vw;
  }
}
@media (max-width: 1124px) {
  .p-mainVisual__lead {
    width: 567.1516666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__lead {
    width: 91.9230769231vw;
  }
}
@media (max-width: 1124px) {
  .p-mainVisual__lead {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__lead {
    margin-top: 49.7435897436vw;
  }
}
@media screen and (max-width: 1124px) {
  .p-mainVisual__lead {
    width: 75%;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__lead {
    width: 50.4583333333vw;
    margin-inline: auto;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-mainVisual__lead {
    width: 567.1516666667px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-mainVisual__lead {
    width: 91.9230769231vw;
  }
}

.p-mainVisual__button {
  position: absolute;
  right: 5.6%;
  bottom: 2.9%;
  width: 13.75vw;
  right: 4.75vw;
  bottom: 0.5833333333vw;
}
@media (max-width: 1124px) {
  .p-mainVisual__button {
    width: 154.55px;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__button {
    width: 34.6153846154vw;
  }
}
@media (max-width: 1124px) {
  .p-mainVisual__button {
    right: 53.39px;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__button {
    right: 1.2820512821vw;
  }
}
@media (max-width: 1124px) {
  .p-mainVisual__button {
    bottom: 6.5566666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__button {
    bottom: 23.0769230769vw;
  }
}
@media screen and (max-width: 1124px) {
  .p-mainVisual__button {
    width: 16%;
  }
}
@media screen and (max-width: 780px) {
  .p-mainVisual__button {
    width: 13.75vw;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-mainVisual__button {
    width: 154.55px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-mainVisual__button {
    width: 34.6153846154vw;
  }
}

/* ===================ドロワー */
.p-globalMenu {
  height: inherit;
  background-image: url("../images/common/footer.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 780px) {
  .p-globalMenu {
    background-image: url("../images/common/footer-sp.png");
  }
}

.p-globalMenu.--header {
  background-image: none;
}
@media screen and (max-width: 780px) {
  .p-globalMenu.--header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100vh;
    padding-block: 0vw;
    padding-inline: 0vw;
    overflow: auto;
    background-color: #fff;
    transition: transform 0.3s;
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-globalMenu.--header {
    padding-block: 0px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-globalMenu.--header {
    padding-block: 17.9487179487vw;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-globalMenu.--header {
    padding-inline: 0px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-globalMenu.--header {
    padding-inline: 2.5641025641vw;
  }
}
.p-globalMenu.--header .p-globalMenu__contactItems {
  width: 35.8333333333vw;
  margin-inline: auto;
}
@media (max-width: 1124px) {
  .p-globalMenu.--header .p-globalMenu__contactItems {
    width: 402.7666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu.--header .p-globalMenu__contactItems {
    width: 37.1794871795vw;
  }
}

.p-globalMenu.--footer {
  padding-top: 14.5833333333vw;
  padding-bottom: 0vw;
}
@media (max-width: 1124px) {
  .p-globalMenu.--footer {
    padding-top: 163.9166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu.--footer {
    padding-top: 11.5384615385vw;
  }
}
@media (max-width: 1124px) {
  .p-globalMenu.--footer {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu.--footer {
    padding-bottom: 19.2307692308vw;
  }
}

@media screen and (max-width: 780px) {
  .p-globalMenu[area-hidden=false] {
    transition: transform 0.5s;
    transform: translate(0%);
  }
}

.p-globalMenu__items {
  display: flex;
  height: inherit;
  justify-content: center;
  background-image: linear-gradient(90deg, #f8ee80, #f4fc78, #d0df7e);
  padding-inline: 0vw;
}
@media (max-width: 1124px) {
  .p-globalMenu__items {
    padding-inline: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__items {
    padding-inline: 6.4102564103vw;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__items {
    flex-direction: column;
    gap: 0;
    align-items: center;
    height: auto;
    background-image: none;
  }
}

.p-globalMenu__items.--footer {
  background-image: none;
}

@media screen and (max-width: 780px) {
  .p-globalMenu__item {
    position: relative;
    width: 100%;
    max-width: 600px;
    border-bottom: solid #a5b741;
    border-width: 0.0416666667vw;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-globalMenu__item {
    border-width: 0.4683333333px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-globalMenu__item {
    border-width: 0.1282051282vw;
  }
}

@media screen and (max-width: 780px) {
  .p-globalMenu__item:not(:first-child) {
    padding-top: 0;
  }
}

.p-globalMenu__p-globalMenu-button {
  margin-top: 56px;
}

.p-globalMenu__link {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1vw;
  padding: 0.9em;
  transition: color 0.2s;
}
@media (max-width: 1124px) {
  .p-globalMenu__link {
    font-size: 11.24px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__link {
    font-size: 3.8461538462vw;
  }
}
.p-globalMenu__link:hover {
  font-weight: 700;
  color: #f06d02;
}
@media screen and (max-width: 780px) {
  .p-globalMenu__link {
    padding-block: 0.8em;
    padding-left: 0;
  }
  .p-globalMenu__link::before {
    content: "▶";
    color: #a5b741;
    padding-right: 1em;
  }
}

.p-globalMenu__link.current span {
  position: relative;
  display: inline-block;
  color: #f06d02;
}
.p-globalMenu__link.current span::after {
  content: "";
  background-color: #f06d02;
  height: 2px;
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-globalMenu__link.current:hover {
  font-weight: 700;
}

.p-globalMenu__footer {
  margin-top: 0vw;
}
@media (max-width: 1124px) {
  .p-globalMenu__footer {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__footer {
    margin-top: 12.8205128205vw;
  }
}

.p-globalMenu__footer.--footer {
  margin-top: 0vw;
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1124px) {
  .p-globalMenu__footer.--footer {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__footer.--footer {
    margin-top: 14.1025641026vw;
  }
}
@media (max-width: 1124px) {
  .p-globalMenu__footer.--footer {
    padding-bottom: 46.8333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__footer.--footer {
    padding-bottom: 0vw;
  }
}

.p-globalMenu__logo {
  text-align: center;
  font-size: 1.0833333333vw;
}
@media (max-width: 1124px) {
  .p-globalMenu__logo {
    font-size: 12.1766666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__logo {
    font-size: 3.3333333333vw;
  }
}

.p-globalMenu__logoImg {
  width: 14.625vw;
  margin-top: 0vw;
  margin-inline: auto;
}
@media (max-width: 1124px) {
  .p-globalMenu__logoImg {
    width: 164.385px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__logoImg {
    width: 45vw;
  }
}
@media (max-width: 1124px) {
  .p-globalMenu__logoImg {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__logoImg {
    margin-top: 1.2820512821vw;
  }
}

.p-globalMenu__logoImg.--footer {
  width: 16.6666666667vw;
  margin-top: 3.3333333333vw;
}
@media (max-width: 1124px) {
  .p-globalMenu__logoImg.--footer {
    width: 187.3333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__logoImg.--footer {
    width: 45vw;
  }
}
@media (max-width: 1124px) {
  .p-globalMenu__logoImg.--footer {
    margin-top: 37.4666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__logoImg.--footer {
    margin-top: 1.2820512821vw;
  }
}

.p-globalMenu__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0833333333vw;
  margin-top: 0vw;
}
@media (max-width: 1124px) {
  .p-globalMenu__contact {
    font-size: 12.1766666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__contact {
    font-size: 3.2051282051vw;
  }
}
@media (max-width: 1124px) {
  .p-globalMenu__contact {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__contact {
    margin-top: 5.1282051282vw;
  }
}

.p-globalMenu__contact.--footer {
  flex-direction: column;
  margin-top: 2.9166666667vw;
}
@media (max-width: 1124px) {
  .p-globalMenu__contact.--footer {
    margin-top: 32.7833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__contact.--footer {
    margin-top: 4.4871794872vw;
  }
}
.p-globalMenu__contact.--footer .p-globalMenu__contactItems {
  width: 35.8333333333vw;
  position: relative;
}
@media (max-width: 1124px) {
  .p-globalMenu__contact.--footer .p-globalMenu__contactItems {
    width: 402.7666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__contact.--footer .p-globalMenu__contactItems {
    width: 37.1794871795vw;
  }
}
.p-globalMenu__contact.--footer .p-globalMenu__contactItem {
  margin-left: 1.25vw;
}
@media (max-width: 1124px) {
  .p-globalMenu__contact.--footer .p-globalMenu__contactItem {
    margin-left: 14.05px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__contact.--footer .p-globalMenu__contactItem {
    margin-left: 0vw;
  }
}

.p-globalMenu__button {
  position: absolute;
  right: -50%;
  bottom: -37%;
  width: 14.1666666667vw;
}
@media (max-width: 1124px) {
  .p-globalMenu__button {
    width: 159.2333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__button {
    width: 34.6153846154vw;
  }
}
@media screen and (max-width: 1124px) {
  .p-globalMenu__button {
    width: 120px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__button {
    display: none;
  }
}

.p-globalMenu__contactItems {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0vw;
  gap: 0vw;
}
@media (max-width: 1124px) {
  .p-globalMenu__contactItems {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__contactItems {
    margin-top: 5.1282051282vw;
  }
}
@media (max-width: 1124px) {
  .p-globalMenu__contactItems {
    gap: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-globalMenu__contactItems {
    gap: 10.2564102564vw;
  }
}

.p-topNews__inner {
  margin-top: 1.9166666667vw;
}
@media (max-width: 1124px) {
  .p-topNews__inner {
    margin-top: 21.5433333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topNews__inner {
    margin-top: 4.358974359vw;
  }
}

.p-topNews__box {
  display: flex;
  border: solid #97a930;
  border-width: 0.0833333333vw;
  gap: 2em;
}
@media (max-width: 1124px) {
  .p-topNews__box {
    border-width: 0.9366666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topNews__box {
    border-width: 0.2564102564vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topNews__box {
    flex-direction: column;
    gap: 0;
  }
}

.p-topNews__header {
  display: flex;
  align-items: center;
  font-family: var(--font-rounded-family);
  font-weight: 900;
  font-size: 1.6666666667vw;
  padding: 0.3em 1.3em;
  color: #fff;
  background-color: #b7c473;
}
@media (max-width: 1124px) {
  .p-topNews__header {
    font-size: 18.7333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topNews__header {
    font-size: 4.4871794872vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topNews__header {
    justify-content: center;
    padding: 0.4em 1.6em;
    letter-spacing: 0.1em;
  }
}

.p-topNews__body {
  font-size: 0.9166666667vw;
  display: flex;
  gap: 2em;
  padding-block: 1.1em;
}
@media (max-width: 1124px) {
  .p-topNews__body {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topNews__body {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topNews__body {
    padding-inline: 2.5em;
    flex-direction: column;
    gap: 0.5em;
  }
}

.p-topNews__meta {
  white-space: nowrap;
}

.p-topNews__content {
  padding-right: 0.5em;
}
@media screen and (max-width: 780px) {
  .p-topNews__content {
    padding-right: 0;
  }
}

.p-topMessage {
  color: #43aab1;
  text-align: center;
  font-size: 2vw;
  font-family: var(--font-rounded-family);
  font-weight: 900;
  margin-top: 4vw;
  letter-spacing: -0.04em;
  line-height: 1.4;
}
@media (max-width: 1124px) {
  .p-topMessage {
    font-size: 22.48px;
  }
}
@media screen and (max-width: 780px) {
  .p-topMessage {
    font-size: 6.2820512821vw;
  }
}
@media (max-width: 1124px) {
  .p-topMessage {
    margin-top: 44.96px;
  }
}
@media screen and (max-width: 780px) {
  .p-topMessage {
    margin-top: 13.8461538462vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topMessage {
    line-height: 1.35;
  }
}

.p-topMessage__inner {
  -webkit-padding-start: 2vw;
          padding-inline-start: 2vw;
  -webkit-padding-end: 2vw;
          padding-inline-end: 2vw;
}
@media (max-width: 1124px) {
  .p-topMessage__inner {
    -webkit-padding-start: 22.48px;
            padding-inline-start: 22.48px;
  }
}
@media screen and (max-width: 780px) {
  .p-topMessage__inner {
    -webkit-padding-start: 2.5641025641vw;
            padding-inline-start: 2.5641025641vw;
  }
}
@media (max-width: 1124px) {
  .p-topMessage__inner {
    -webkit-padding-end: 22.48px;
            padding-inline-end: 22.48px;
  }
}
@media screen and (max-width: 780px) {
  .p-topMessage__inner {
    -webkit-padding-end: 2.5641025641vw;
            padding-inline-end: 2.5641025641vw;
  }
}

.p-topFeature {
  background: linear-gradient(-45deg, rgba(251, 230, 94, 0.3) 0%, rgba(253, 248, 216, 0.3) 63.57%, rgba(253, 238, 3, 0.3) 99.02%, rgba(253, 238, 3, 0.3) 100%);
  -webkit-padding-before: 0.4166666667vw;
          padding-block-start: 0.4166666667vw;
  -webkit-padding-after: 5.625vw;
          padding-block-end: 5.625vw;
}
@media (max-width: 1124px) {
  .p-topFeature {
    -webkit-padding-before: 4.6833333333px;
            padding-block-start: 4.6833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topFeature {
    -webkit-padding-before: 8.8461538462vw;
            padding-block-start: 8.8461538462vw;
  }
}
@media (max-width: 1124px) {
  .p-topFeature {
    -webkit-padding-after: 63.225px;
            padding-block-end: 63.225px;
  }
}
@media screen and (max-width: 780px) {
  .p-topFeature {
    -webkit-padding-after: 14.1025641026vw;
            padding-block-end: 14.1025641026vw;
  }
}

.p-topFeature__inner {
  margin-top: 1.4583333333vw;
}
@media (max-width: 1124px) {
  .p-topFeature__inner {
    margin-top: 16.3916666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topFeature__inner {
    margin-top: 0vw;
  }
}

.p-topFeature__title {
  width: 13.125vw;
  margin-inline: auto;
}
@media (max-width: 1124px) {
  .p-topFeature__title {
    width: 147.525px;
  }
}
@media screen and (max-width: 780px) {
  .p-topFeature__title {
    width: 39.7435897436vw;
  }
}

.p-topFeature__items {
  display: flex;
  gap: 2.625vw;
  margin-top: 0.8333333333vw;
}
@media (max-width: 1124px) {
  .p-topFeature__items {
    gap: 29.505px;
  }
}
@media screen and (max-width: 780px) {
  .p-topFeature__items {
    gap: 7.5641025641vw;
  }
}
@media (max-width: 1124px) {
  .p-topFeature__items {
    margin-top: 9.3666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topFeature__items {
    margin-top: 7.0512820513vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topFeature__items {
    flex-direction: column;
  }
}

.p-featureCard {
  border-radius: 1.0416666667vw;
  flex: 1;
  position: relative;
}
@media (max-width: 1124px) {
  .p-featureCard {
    border-radius: 11.7083333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard {
    border-radius: 3.2051282051vw;
  }
}

.p-featureCard__header {
  border: solid #e4ebbf;
  border-width: 0.0416666667vw;
  background-color: #e1eb7b;
  border-top-left-radius: 2.2916666667vw;
  border-top-right-radius: 2.2916666667vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 9.4166666667vw;
  margin-top: -3.75vw;
  padding-top: 2.9166666667vw;
  font-size: 1.7916666667vw;
  font-family: var(--font-rounded-family);
  text-align: center;
  line-height: 1.2;
}
.p-featureCard__header .image {
  display: block;
  width: 1.3em;
}
@media (max-width: 1124px) {
  .p-featureCard__header {
    border-width: 0.4683333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__header {
    border-width: 0.1282051282vw;
  }
}
@media (max-width: 1124px) {
  .p-featureCard__header {
    border-top-left-radius: 25.7583333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__header {
    border-top-left-radius: 7.0512820513vw;
  }
}
@media (max-width: 1124px) {
  .p-featureCard__header {
    border-top-right-radius: 25.7583333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__header {
    border-top-right-radius: 7.0512820513vw;
  }
}
@media (max-width: 1124px) {
  .p-featureCard__header {
    min-height: 105.8433333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__header {
    min-height: 27.8205128205vw;
  }
}
@media (max-width: 1124px) {
  .p-featureCard__header {
    margin-top: -42.15px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__header {
    margin-top: -11.6666666667vw;
  }
}
@media (max-width: 1124px) {
  .p-featureCard__header {
    padding-top: 32.7833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__header {
    padding-top: 9.7435897436vw;
  }
}
@media (max-width: 1124px) {
  .p-featureCard__header {
    font-size: 20.1383333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__header {
    font-size: 5.5128205128vw;
  }
}
.p-featureCard__header .large {
  font-size: 2.3333333333vw;
  font-weight: 900;
}
@media (max-width: 1124px) {
  .p-featureCard__header .large {
    font-size: 26.2266666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__header .large {
    font-size: 8.5897435897vw;
  }
}

.p-featureCard__header.--2 span {
  letter-spacing: -0.09em;
}

.p-featureCard__number {
  width: 6vw;
  margin-inline: auto;
  display: block;
  position: relative;
  text-align: center;
  font-size: 1.4166666667vw;
  font-family: var(--font-rounded-family);
  font-weight: 700;
}
@media (max-width: 1124px) {
  .p-featureCard__number {
    width: 67.44px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__number {
    width: 18.8461538462vw;
  }
}
@media (max-width: 1124px) {
  .p-featureCard__number {
    font-size: 15.9233333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__number {
    font-size: 4.358974359vw;
  }
}
.p-featureCard__number::before {
  content: "特長";
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-featureCard__number::after {
  content: attr(data-number);
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-featureCard__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: solid #e4ebbf;
  border-width: 0.0416666667vw;
  border-bottom-left-radius: 2.2916666667vw;
  border-bottom-right-radius: 2.2916666667vw;
  background-color: var(--light-color);
  padding-inline: 2.6em;
  line-height: 2;
  min-height: 22.9166666667vw;
  font-size: 0.9166666667vw;
  padding-top: 1vw;
  padding-bottom: 1.3333333333vw;
}
@media (max-width: 1124px) {
  .p-featureCard__body {
    border-width: 0.4683333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__body {
    border-width: 0.1282051282vw;
  }
}
@media (max-width: 1124px) {
  .p-featureCard__body {
    border-bottom-left-radius: 25.7583333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__body {
    border-bottom-left-radius: 7.0512820513vw;
  }
}
@media (max-width: 1124px) {
  .p-featureCard__body {
    border-bottom-right-radius: 25.7583333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__body {
    border-bottom-right-radius: 7.0512820513vw;
  }
}
@media (max-width: 1124px) {
  .p-featureCard__body {
    min-height: 257.5833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__body {
    min-height: 0vw;
  }
}
@media (max-width: 1124px) {
  .p-featureCard__body {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__body {
    font-size: 3.8461538462vw;
  }
}
@media (max-width: 1124px) {
  .p-featureCard__body {
    padding-top: 11.24px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__body {
    padding-top: 3.8461538462vw;
  }
}
@media (max-width: 1124px) {
  .p-featureCard__body {
    padding-bottom: 14.9866666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__body {
    padding-bottom: 3.8461538462vw;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__body {
    padding-inline: 2.1em;
    padding-block: 0.9em 2em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__body .is-visible--md {
    display: inline;
  }
}

.p-featureCard__link {
  text-align: right;
  width: 10.2083333333vw;
  margin-right: -1.125vw;
  margin-top: 0.5833333333vw;
  margin-left: auto;
}
@media (max-width: 1124px) {
  .p-featureCard__link {
    width: 114.7416666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__link {
    width: 27.5641025641vw;
  }
}
@media (max-width: 1124px) {
  .p-featureCard__link {
    margin-right: -12.645px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__link {
    margin-right: -3.9743589744vw;
  }
}
@media (max-width: 1124px) {
  .p-featureCard__link {
    margin-top: 6.5566666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__link {
    margin-top: 8.9743589744vw;
  }
}

.p-featureCard__footer {
  position: absolute;
  bottom: -10%;
  left: 5%;
  margin-top: -1.25vw;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 1124px) {
  .p-featureCard__footer {
    margin-top: -14.05px;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__footer {
    margin-top: -3.8461538462vw;
  }
}
@media screen and (max-width: 780px) {
  .p-featureCard__footer {
    bottom: 8%;
    left: 4%;
    margin-left: 0;
    margin-right: auto;
  }
}

.p-featureCard__footer.--1 {
  width: 88%;
}
@media screen and (max-width: 780px) {
  .p-featureCard__footer.--1 {
    width: 60%;
  }
}

.p-featureCard__footer.--2 {
  width: 58%;
  bottom: -8.5%;
  left: 23%;
}
@media screen and (max-width: 780px) {
  .p-featureCard__footer.--2 {
    width: 40%;
    bottom: 8%;
    left: 5%;
  }
}

.p-featureCard__footer.--3 {
  width: 67%;
  bottom: -8%;
  left: 16%;
}
@media screen and (max-width: 780px) {
  .p-featureCard__footer.--3 {
    bottom: 6%;
    left: 8%;
    width: 45%;
  }
}

.p-student {
  padding-top: 3.375vw;
  padding-bottom: 5.625vw;
}
@media (max-width: 1124px) {
  .p-student {
    padding-top: 37.935px;
  }
}
@media screen and (max-width: 780px) {
  .p-student {
    padding-top: 12.8205128205vw;
  }
}
@media (max-width: 1124px) {
  .p-student {
    padding-bottom: 63.225px;
  }
}
@media screen and (max-width: 780px) {
  .p-student {
    padding-bottom: 6.4102564103vw;
  }
}

.p-student__grid {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  grid-template-rows: repeat(4, 1fr) 0.5fr;
  grid-column-gap: 2.0833333333vw;
  grid-row-gap: 1.25vw;
  margin-top: 1.4583333333vw;
}
@media (max-width: 1124px) {
  .p-student__grid {
    grid-column-gap: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__grid {
    grid-column-gap: 6.4102564103vw;
  }
}
@media (max-width: 1124px) {
  .p-student__grid {
    grid-row-gap: 14.05px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__grid {
    grid-row-gap: 5.1282051282vw;
  }
}
@media (max-width: 1124px) {
  .p-student__grid {
    margin-top: 16.3916666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__grid {
    margin-top: 7.6923076923vw;
  }
}
@media screen and (max-width: 780px) {
  .p-student__grid {
    display: flex;
    flex-direction: column;
  }
}

.p-student__elementary {
  grid-area: 1/1/6/2;
  background: linear-gradient(-45deg, rgba(188, 206, 1, 0.2) 0%, rgba(238, 251, 167, 0.2) 49.78%, rgba(251, 248, 51, 0.2) 99.02%, rgba(251, 248, 51, 0.2) 100%);
  -webkit-padding-before: 2.0833333333vw;
          padding-block-start: 2.0833333333vw;
  -webkit-padding-after: 2.0833333333vw;
          padding-block-end: 2.0833333333vw;
  padding-inline: 3.3333333333vw;
  border-radius: 2.5vw;
}
@media (max-width: 1124px) {
  .p-student__elementary {
    -webkit-padding-before: 23.4166666667px;
            padding-block-start: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__elementary {
    -webkit-padding-before: 5.5128205128vw;
            padding-block-start: 5.5128205128vw;
  }
}
@media (max-width: 1124px) {
  .p-student__elementary {
    -webkit-padding-after: 23.4166666667px;
            padding-block-end: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__elementary {
    -webkit-padding-after: 9.6153846154vw;
            padding-block-end: 9.6153846154vw;
  }
}
@media (max-width: 1124px) {
  .p-student__elementary {
    padding-inline: 37.4666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__elementary {
    padding-inline: 3.2051282051vw;
  }
}
@media (max-width: 1124px) {
  .p-student__elementary {
    border-radius: 28.1px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__elementary {
    border-radius: 7.6923076923vw;
  }
}
@media screen and (max-width: 780px) {
  .p-student__elementary {
    order: 2;
  }
}

.p-student__toddler {
  grid-area: 1/2/5/4;
  background: linear-gradient(-45deg, rgba(188, 206, 1, 0.2) 0%, rgba(238, 251, 167, 0.2) 49.78%, rgba(251, 248, 51, 0.2) 99.02%, rgba(251, 248, 51, 0.2) 100%);
  background-size: cover;
  -webkit-padding-before: 2.0833333333vw;
          padding-block-start: 2.0833333333vw;
  -webkit-padding-after: 2.0833333333vw;
          padding-block-end: 2.0833333333vw;
  padding-inline: 3.3333333333vw;
  border-radius: 2.5vw;
}
@media (max-width: 1124px) {
  .p-student__toddler {
    -webkit-padding-before: 23.4166666667px;
            padding-block-start: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__toddler {
    -webkit-padding-before: 5.5128205128vw;
            padding-block-start: 5.5128205128vw;
  }
}
@media (max-width: 1124px) {
  .p-student__toddler {
    -webkit-padding-after: 23.4166666667px;
            padding-block-end: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__toddler {
    -webkit-padding-after: 9.6153846154vw;
            padding-block-end: 9.6153846154vw;
  }
}
@media (max-width: 1124px) {
  .p-student__toddler {
    padding-inline: 37.4666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__toddler {
    padding-inline: 3.2051282051vw;
  }
}
@media (max-width: 1124px) {
  .p-student__toddler {
    border-radius: 28.1px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__toddler {
    border-radius: 7.6923076923vw;
  }
}
@media screen and (max-width: 780px) {
  .p-student__toddler {
    order: 1;
  }
}

.p-student__class {
  text-align: center;
}
.p-student__class span {
  border-bottom: dashed #97a930;
  border-width: 0.125vw;
  padding-bottom: 0.2em;
  padding-inline: 0.5em;
  font-size: 0.9166666667vw;
}
@media (max-width: 1124px) {
  .p-student__class span {
    border-width: 1.405px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__class span {
    border-width: 0.3846153846vw;
  }
}
@media (max-width: 1124px) {
  .p-student__class span {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__class span {
    font-size: 4.4871794872vw;
  }
}
@media screen and (max-width: 780px) {
  .p-student__class span {
    padding-bottom: 0;
    padding-inline: 0.2em;
  }
}

.p-student__content {
  margin-top: 2.4em;
  line-height: 1.9;
  font-size: 0.9166666667vw;
  padding-inline: 0vw;
}
@media (max-width: 1124px) {
  .p-student__content {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__content {
    font-size: 3.8461538462vw;
  }
}
@media (max-width: 1124px) {
  .p-student__content {
    padding-inline: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__content {
    padding-inline: 5vw;
  }
}
@media screen and (max-width: 780px) {
  .p-student__content {
    margin-top: 1.4em;
    line-height: 1.5;
  }
}

.p-student__movie {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  margin-top: 0.8333333333vw;
}
@media (max-width: 1124px) {
  .p-student__movie {
    margin-top: 9.3666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__movie {
    margin-top: 5.1282051282vw;
  }
}

.p-student__movie.--vertical {
  padding-top: 172%;
}
@media screen and (max-width: 780px) {
  .p-student__movie.--vertical {
    width: 80%;
    padding-top: 142%;
    margin-inline: auto;
  }
}

.p-student__movie video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.p-student__more {
  grid-area: 5/2/6/4;
  text-align: right;
  margin-top: 1.75vw;
  margin-right: 2.0833333333vw;
}
@media (max-width: 1124px) {
  .p-student__more {
    margin-top: 19.67px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__more {
    margin-top: 1.2820512821vw;
  }
}
@media (max-width: 1124px) {
  .p-student__more {
    margin-right: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__more {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 780px) {
  .p-student__more {
    margin-inline: auto;
    order: 3;
    text-align: center;
  }
}

.p-student__lead {
  width: 49%;
  margin-inline: auto;
  margin-top: 5.8333333333vw;
}
@media (max-width: 1124px) {
  .p-student__lead {
    margin-top: 65.5666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__lead {
    margin-top: 13.4615384615vw;
  }
}
@media screen and (max-width: 780px) {
  .p-student__lead {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}

.p-student__slider {
  margin-top: 3.5416666667vw;
}
@media (max-width: 1124px) {
  .p-student__slider {
    margin-top: 39.8083333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-student__slider {
    margin-top: 2.0512820513vw;
  }
}

.p-student__link {
  justify-content: flex-end;
}
@media screen and (max-width: 780px) {
  .p-student__link {
    justify-content: center;
  }
}

.movie {
  position: relative;
}

.movie video {
  width: 100%;
}

.movie .play-btn {
  display: block;
  width: 3.8333333333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 1124px) {
  .movie .play-btn {
    width: 43.0866666667px;
  }
}
@media screen and (max-width: 780px) {
  .movie .play-btn {
    width: 11.7948717949vw;
  }
}

.movie .play-btn.playActive {
  display: none;
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-studentSlider__wrap {
  display: flex;
  overflow: hidden;
  margin-inline: calc(50% - 50vw);
  gap: 0.8333333333vw;
}
@media (max-width: 1124px) {
  .p-studentSlider__wrap {
    gap: 9.3666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-studentSlider__wrap {
    gap: 2.5641025641vw;
  }
}

.p-studentSlider__list {
  display: flex;
  list-style: none;
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
  gap: 0.8333333333vw;
}
@media (max-width: 1124px) {
  .p-studentSlider__list {
    gap: 9.3666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-studentSlider__list {
    gap: 2.5641025641vw;
  }
}

.p-studentSlider__item {
  width: 24.5833333333vw;
}
@media (max-width: 1124px) {
  .p-studentSlider__item {
    width: 276.3166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-studentSlider__item {
    width: 66.6666666667vw;
  }
}

.p-studentSlider__item > img {
  width: 100%;
}

@media screen and (max-width: 780px) {
  .p-topVoice {
    background-color: transparent;
  }
}

.p-topVoice__titleInner {
  background-color: #fff;
}

.p-topVoice__title {
  --title-backgroung-image: url("../images/index/title_voice.png");
  background-color: #fff;
  padding-top: 4.1666666667vw;
  padding-bottom: 0vw;
}
@media (max-width: 1124px) {
  .p-topVoice__title {
    padding-top: 46.8333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__title {
    padding-top: 6.4102564103vw;
  }
}
@media (max-width: 1124px) {
  .p-topVoice__title {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__title {
    padding-bottom: 6.4102564103vw;
  }
}

@media screen and (max-width: 780px) {
  .bg {
    width: 100vw;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    background-image: url("../images/background/top-voice-sp.jpg");
    background-position: 36% 0%;
    background-size: cover;
  }
}

.bg.fix {
  position: fixed;
}

.p-topVoice__wrap {
  background: linear-gradient(-45deg, rgba(188, 206, 1, 0.2) 0%, rgba(238, 251, 167, 0.2) 49.78%, rgba(251, 248, 51, 0.2) 99.02%, rgba(251, 248, 51, 0.2) 100%);
  margin-top: 0.8333333333vw;
  -webkit-padding-before: 2.4166666667vw;
          padding-block-start: 2.4166666667vw;
  -webkit-padding-after: 3.3333333333vw;
          padding-block-end: 3.3333333333vw;
}
@media (max-width: 1124px) {
  .p-topVoice__wrap {
    margin-top: 9.3666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__wrap {
    margin-top: 0vw;
  }
}
@media (max-width: 1124px) {
  .p-topVoice__wrap {
    -webkit-padding-before: 27.1633333333px;
            padding-block-start: 27.1633333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__wrap {
    -webkit-padding-before: 6.4102564103vw;
            padding-block-start: 6.4102564103vw;
  }
}
@media (max-width: 1124px) {
  .p-topVoice__wrap {
    -webkit-padding-after: 37.4666666667px;
            padding-block-end: 37.4666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__wrap {
    -webkit-padding-after: 6.4102564103vw;
            padding-block-end: 6.4102564103vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__wrap {
    background: none;
  }
}

.p-topVoice__inner {
  --inner-width: calc(1500 / 2400 * 100%);
  -webkit-padding-before: 3.3333333333vw;
          padding-block-start: 3.3333333333vw;
  -webkit-padding-after: 1.25vw;
          padding-block-end: 1.25vw;
  background-image: url("../images/background/top-voice.jpg");
  background-size: cover;
  width: 100%;
}
@media (max-width: 1124px) {
  .p-topVoice__inner {
    -webkit-padding-before: 37.4666666667px;
            padding-block-start: 37.4666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__inner {
    -webkit-padding-before: 6.4102564103vw;
            padding-block-start: 6.4102564103vw;
  }
}
@media (max-width: 1124px) {
  .p-topVoice__inner {
    -webkit-padding-after: 14.05px;
            padding-block-end: 14.05px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__inner {
    -webkit-padding-after: 3.8461538462vw;
            padding-block-end: 3.8461538462vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__inner {
    background-image: none;
    padding: 0;
  }
}

.p-topVoice__background {
  display: none;
}
@media screen and (max-width: 780px) {
  .p-topVoice__background {
    background-image: url("../images/background/top-voice-sp.jpg");
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (max-width: 780px) {
  .p-topVoice__background.bg-fix {
    position: fixed;
  }
}

.p-topVoice__container {
  max-width: 58.3333333333vw;
  margin-inline: auto;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 2.9166666667vw;
  padding-bottom: 1.4583333333vw;
  -webkit-padding-end: 2.0833333333vw;
          padding-inline-end: 2.0833333333vw;
  -webkit-padding-start: 2.0833333333vw;
          padding-inline-start: 2.0833333333vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1124px) {
  .p-topVoice__container {
    max-width: 655.6666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__container {
    max-width: 100vw;
  }
}
@media (max-width: 1124px) {
  .p-topVoice__container {
    padding-top: 32.7833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__container {
    padding-top: 6.1538461538vw;
  }
}
@media (max-width: 1124px) {
  .p-topVoice__container {
    padding-bottom: 16.3916666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__container {
    padding-bottom: 3.4615384615vw;
  }
}
@media (max-width: 1124px) {
  .p-topVoice__container {
    -webkit-padding-end: 23.4166666667px;
            padding-inline-end: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__container {
    -webkit-padding-end: 3.3333333333vw;
            padding-inline-end: 3.3333333333vw;
  }
}
@media (max-width: 1124px) {
  .p-topVoice__container {
    -webkit-padding-start: 23.4166666667px;
            padding-inline-start: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__container {
    -webkit-padding-start: 3.3333333333vw;
            padding-inline-start: 3.3333333333vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__container {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.p-topVoice__items {
  display: flex;
  flex-direction: column;
  gap: 1.625vw;
  -webkit-padding-end: 2.0833333333vw;
          padding-inline-end: 2.0833333333vw;
}
@media (max-width: 1124px) {
  .p-topVoice__items {
    gap: 18.265px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__items {
    gap: 5vw;
  }
}
@media (max-width: 1124px) {
  .p-topVoice__items {
    -webkit-padding-end: 23.4166666667px;
            padding-inline-end: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__items {
    -webkit-padding-end: 0vw;
            padding-inline-end: 0vw;
  }
}

.p-topVoice__link {
  display: inline-block;
  margin-left: auto;
  text-align: center;
  margin-top: 3.75vw;
  margin-right: -0.2083333333vw;
}
@media (max-width: 1124px) {
  .p-topVoice__link {
    margin-top: 42.15px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__link {
    margin-top: 1.0256410256vw;
  }
}
@media (max-width: 1124px) {
  .p-topVoice__link {
    margin-right: -2.3416666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__link {
    margin-right: 1.0256410256vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__link {
    display: flex;
  }
}

.p-topVoice__link.c-moreLink {
  width: 10.625vw;
  display: inline-block;
}
@media (max-width: 1124px) {
  .p-topVoice__link.c-moreLink {
    width: 119.425px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__link.c-moreLink {
    width: 60.2564102564vw;
  }
}

@media screen and (max-width: 780px) {
  .p-topVoice__link.c-moreLink.is-hidden--md {
    display: none;
  }
}

.p-topVoice__button {
  width: 25.4166666667vw;
  margin-top: 3.3333333333vw;
  margin-inline: auto;
}
@media (max-width: 1124px) {
  .p-topVoice__button {
    width: 285.6833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__button {
    width: 84.6153846154vw;
  }
}
@media (max-width: 1124px) {
  .p-topVoice__button {
    margin-top: 37.4666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__button {
    margin-top: 10.2564102564vw;
  }
}

.p-topVoice__footer {
  display: flex;
  margin-left: auto;
  text-align: center;
  margin-inline: auto;
  font-size: 1.25vw;
  padding-top: 0vw;
}
@media (max-width: 1124px) {
  .p-topVoice__footer {
    font-size: 14.05px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__footer {
    font-size: 3.8461538462vw;
  }
}
@media (max-width: 1124px) {
  .p-topVoice__footer {
    padding-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__footer {
    padding-top: 7.6923076923vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__footer .p-topVoice__link {
    margin-right: auto;
  }
}

.p-topVoice__footerInner {
  padding-top: 0vw;
}
@media (max-width: 1124px) {
  .p-topVoice__footerInner {
    padding-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__footerInner {
    padding-top: 12.8205128205vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topVoice__footerInner {
    background-color: #fff;
  }
}

.p-voice {
  padding-top: 5.5416666667vw;
}
@media (max-width: 1124px) {
  .p-voice {
    padding-top: 62.2883333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice {
    padding-top: 10vw;
  }
}

.p-voice__wrap {
  background-image: linear-gradient(-45deg, rgba(251, 230, 94, 0.3) 0%, rgba(253, 248, 216, 0.3) 63.57%, rgba(253, 238, 3, 0.3) 99.02%, rgba(253, 238, 3, 0.3) 100%);
  margin-top: 1.0416666667vw;
  padding-top: 3.5vw;
  padding-bottom: 3vw;
}
@media (max-width: 1124px) {
  .p-voice__wrap {
    margin-top: 11.7083333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__wrap {
    margin-top: 4.4871794872vw;
  }
}
@media (max-width: 1124px) {
  .p-voice__wrap {
    padding-top: 39.34px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__wrap {
    padding-top: 10.2564102564vw;
  }
}
@media (max-width: 1124px) {
  .p-voice__wrap {
    padding-bottom: 33.72px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__wrap {
    padding-bottom: 20.1282051282vw;
  }
}

.p-voice__inner {
  --inner-width: calc(2000 /2400 * 100%);
  position: relative;
}

.p-voice__image {
  position: absolute;
  left: 6.2%;
  top: -23.9%;
  width: 10.2083333333vw;
}
@media (max-width: 1124px) {
  .p-voice__image {
    width: 114.7416666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__image {
    width: 0vw;
  }
}
@media screen and (max-width: 1124px) {
  .p-voice__image {
    top: -28.9%;
  }
}

.p-voice__sliderWrap {
  border-radius: 3.75vw;
  background-color: #fff;
  border: solid #97a930;
  border-width: 0.125vw;
  -webkit-padding-before: 2.5vw;
          padding-block-start: 2.5vw;
  -webkit-padding-after: 2.5vw;
          padding-block-end: 2.5vw;
  padding-inline: 2.9166666667vw;
}
@media (max-width: 1124px) {
  .p-voice__sliderWrap {
    border-radius: 42.15px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__sliderWrap {
    border-radius: 11.5384615385vw;
  }
}
@media (max-width: 1124px) {
  .p-voice__sliderWrap {
    border-width: 1.405px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__sliderWrap {
    border-width: 0.3846153846vw;
  }
}
@media (max-width: 1124px) {
  .p-voice__sliderWrap {
    -webkit-padding-before: 28.1px;
            padding-block-start: 28.1px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__sliderWrap {
    -webkit-padding-before: 8.7179487179vw;
            padding-block-start: 8.7179487179vw;
  }
}
@media (max-width: 1124px) {
  .p-voice__sliderWrap {
    -webkit-padding-after: 28.1px;
            padding-block-end: 28.1px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__sliderWrap {
    -webkit-padding-after: 10vw;
            padding-block-end: 10vw;
  }
}
@media (max-width: 1124px) {
  .p-voice__sliderWrap {
    padding-inline: 32.7833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__sliderWrap {
    padding-inline: 8.9743589744vw;
  }
}

.p-voice__slider {
  position: relative;
}
@media screen and (max-width: 780px) {
  .p-voice__slider .swiper-wrapper {
    height: 5vw;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-voice__slider .swiper-wrapper {
    height: 56.2px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-voice__slider .swiper-wrapper {
    height: 100vw;
  }
}
.p-voice__slider .swiper-button-prev,
.p-voice__slider .swiper-button-next {
  width: 5vw;
  height: 5vw;
  top: 45%;
}
@media (max-width: 1124px) {
  .p-voice__slider .swiper-button-prev,
.p-voice__slider .swiper-button-next {
    width: 56.2px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__slider .swiper-button-prev,
.p-voice__slider .swiper-button-next {
    width: 15.3846153846vw;
  }
}
@media (max-width: 1124px) {
  .p-voice__slider .swiper-button-prev,
.p-voice__slider .swiper-button-next {
    height: 56.2px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__slider .swiper-button-prev,
.p-voice__slider .swiper-button-next {
    height: 15.3846153846vw;
  }
}
.p-voice__slider .swiper-button-prev {
  left: -6.25vw;
}
@media (max-width: 1124px) {
  .p-voice__slider .swiper-button-prev {
    left: -70.25px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__slider .swiper-button-prev {
    left: -12.8205128205vw;
  }
}
@media screen and (max-width: 1124px) {
  .p-voice__slider .swiper-button-prev {
    left: -55px;
  }
}
.p-voice__slider .swiper-button-next {
  right: -6.25vw;
}
@media (max-width: 1124px) {
  .p-voice__slider .swiper-button-next {
    right: -70.25px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__slider .swiper-button-next {
    right: -12.8205128205vw;
  }
}
@media screen and (max-width: 1124px) {
  .p-voice__slider .swiper-button-next {
    right: -55px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__slider .swiper-button-next {
    position: absolute;
    top: 106%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-voice__slider .swiper-button-prev::after,
.p-voice__slider .swiper-button-next::after {
  background-image: url("../images/review/slideArrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 5vw;
  height: 5vw;
}
@media (max-width: 1124px) {
  .p-voice__slider .swiper-button-prev::after,
.p-voice__slider .swiper-button-next::after {
    width: 56.2px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__slider .swiper-button-prev::after,
.p-voice__slider .swiper-button-next::after {
    width: 15.3846153846vw;
  }
}
@media (max-width: 1124px) {
  .p-voice__slider .swiper-button-prev::after,
.p-voice__slider .swiper-button-next::after {
    height: 56.2px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__slider .swiper-button-prev::after,
.p-voice__slider .swiper-button-next::after {
    height: 15.3846153846vw;
  }
}
@media screen and (max-width: 1124px) {
  .p-voice__slider .swiper-button-prev::after,
.p-voice__slider .swiper-button-next::after {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__slider .swiper-button-prev::after,
.p-voice__slider .swiper-button-next::after {
    width: 5vw;
    height: 5vw;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-voice__slider .swiper-button-prev::after,
.p-voice__slider .swiper-button-next::after {
    width: 56.2px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-voice__slider .swiper-button-prev::after,
.p-voice__slider .swiper-button-next::after {
    width: 15.3846153846vw;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-voice__slider .swiper-button-prev::after,
.p-voice__slider .swiper-button-next::after {
    height: 56.2px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-voice__slider .swiper-button-prev::after,
.p-voice__slider .swiper-button-next::after {
    height: 15.3846153846vw;
  }
}
.p-voice__slider .swiper-button-prev:after {
  transform: rotate(180deg);
  width: 5vw;
}
@media (max-width: 1124px) {
  .p-voice__slider .swiper-button-prev:after {
    width: 56.2px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__slider .swiper-button-prev:after {
    width: 0vw;
  }
}
@media screen and (max-width: 1124px) {
  .p-voice__slider .swiper-button-prev:after {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__slider .swiper-button-prev:after {
    width: 0;
  }
}
@media screen and (max-width: 780px) {
  .p-voice__slider .swiper-button-next:after {
    transform: rotate(90deg);
  }
}

.p-voiceList {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 780px) {
  .p-voiceList {
    align-items: center;
  }
}

.p-voiceList__img {
  position: absolute;
  z-index: 1;
  width: 7.0833333333vw;
  -webkit-padding-before: 1.25vw;
          padding-block-start: 1.25vw;
}
@media (max-width: 1124px) {
  .p-voiceList__img {
    width: 79.6166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-voiceList__img {
    width: 21.7948717949vw;
  }
}
@media (max-width: 1124px) {
  .p-voiceList__img {
    -webkit-padding-before: 14.05px;
            padding-block-start: 14.05px;
  }
}
@media screen and (max-width: 780px) {
  .p-voiceList__img {
    -webkit-padding-before: 0vw;
            padding-block-start: 0vw;
  }
}

.p-voiceList__text {
  border: solid #97a930;
  border-width: 0.125vw;
  padding-block: 1em;
  -webkit-padding-end: 1em;
          padding-inline-end: 1em;
  -webkit-padding-start: 4.5em;
          padding-inline-start: 4.5em;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: 5.4166666667vw;
  width: 46.6666666667vw;
  font-size: 0.9166666667vw;
  border-radius: 1.25vw;
}
@media (max-width: 1124px) {
  .p-voiceList__text {
    border-width: 1.405px;
  }
}
@media screen and (max-width: 780px) {
  .p-voiceList__text {
    border-width: 0.3846153846vw;
  }
}
@media (max-width: 1124px) {
  .p-voiceList__text {
    margin-left: 60.8833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-voiceList__text {
    margin-left: 15.641025641vw;
  }
}
@media (max-width: 1124px) {
  .p-voiceList__text {
    width: 524.5333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-voiceList__text {
    width: 143.5897435897vw;
  }
}
@media (max-width: 1124px) {
  .p-voiceList__text {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-voiceList__text {
    font-size: 3.8461538462vw;
  }
}
@media (max-width: 1124px) {
  .p-voiceList__text {
    border-radius: 14.05px;
  }
}
@media screen and (max-width: 780px) {
  .p-voiceList__text {
    border-radius: 3.8461538462vw;
  }
}
@media screen and (max-width: 780px) {
  .p-voiceList__text {
    padding-block: 0.5em;
    -webkit-padding-end: 1em;
            padding-inline-end: 1em;
    -webkit-padding-start: 3.5em;
            padding-inline-start: 3.5em;
    line-height: 1.4;
  }
}

.p-review {
  -webkit-padding-before: 6.6666666667vw;
          padding-block-start: 6.6666666667vw;
  position: relative;
}
@media (max-width: 1124px) {
  .p-review {
    -webkit-padding-before: 74.9333333333px;
            padding-block-start: 74.9333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-review {
    -webkit-padding-before: 15.3846153846vw;
            padding-block-start: 15.3846153846vw;
  }
}

.p-review__subtitle {
  font-size: 2vw;
  font-family: var(--font-rounded-family);
  font-weight: 900;
  color: #e91239;
  text-align: center;
  margin-top: 0.35em;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
@media (max-width: 1124px) {
  .p-review__subtitle {
    font-size: 22.48px;
  }
}
@media screen and (max-width: 780px) {
  .p-review__subtitle {
    font-size: 6.1538461538vw;
  }
}
@media screen and (max-width: 780px) {
  .p-review__subtitle {
    margin-top: 1em;
  }
}
.p-review__subtitle .small {
  font-size: 1.25vw;
}
@media (max-width: 1124px) {
  .p-review__subtitle .small {
    font-size: 14.05px;
  }
}
@media screen and (max-width: 780px) {
  .p-review__subtitle .small {
    font-size: 3.8461538462vw;
  }
}

.p-review__photo {
  position: absolute;
  top: 0;
  left: 8.3%;
  width: 27.9166666667vw;
}
@media (max-width: 1124px) {
  .p-review__photo {
    width: 313.7833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-review__photo {
    width: 76.9230769231vw;
  }
}
@media screen and (max-width: 1124px) {
  .p-review__photo {
    width: 26%;
  }
}
@media screen and (max-width: 780px) {
  .p-review__photo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 0.7em;
  }
}

.p-review__lead {
  font-size: 1.0416666667vw;
  text-align: center;
  font-weight: 700;
  margin-top: 2.6em;
}
@media (max-width: 1124px) {
  .p-review__lead {
    font-size: 11.7083333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-review__lead {
    font-size: 4.4871794872vw;
  }
}
@media screen and (max-width: 780px) {
  .p-review__lead {
    text-align: left;
    margin-top: 1.1em;
    margin-left: 0.6em;
    line-height: 1.5;
  }
}

.p-review__picture {
  width: 20.5%;
  position: absolute;
  bottom: 44%;
  right: 0;
}
@media screen and (max-width: 780px) {
  .p-review__picture {
    top: auto;
    bottom: 128%;
    right: -2%;
    width: 46%;
  }
}

.p-review__balloonWrap {
  position: absolute;
  left: 17.3%;
  top: 21.4583333333vw;
  width: 12.0833333333vw;
}
@media (max-width: 1124px) {
  .p-review__balloonWrap {
    top: 241.1916666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-review__balloonWrap {
    top: 153.2051282051vw;
  }
}
@media (max-width: 1124px) {
  .p-review__balloonWrap {
    width: 135.8166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-review__balloonWrap {
    width: 51.2820512821vw;
  }
}
@media screen and (max-width: 1124px) {
  .p-review__balloonWrap {
    left: calc(50% - 350px);
  }
}
@media screen and (max-width: 780px) {
  .p-review__balloonWrap {
    right: auto;
    left: 7.3%;
  }
}

.p-review__text {
  font-size: 0.9166666667vw;
  font-weight: 700;
  text-align: center;
  margin-top: 2.4em;
  line-height: 2.1;
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: 1124px) {
  .p-review__text {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-review__text {
    font-size: 4.1025641026vw;
  }
}
@media screen and (max-width: 780px) {
  .p-review__text {
    text-align: left;
    line-height: 1.6;
    margin-top: 17em;
    letter-spacing: 0.04em;
    padding-left: 1.8em;
    position: relative;
  }
  .p-review__text::before {
    content: "";
    position: absolute;
    top: -90%;
    left: 9%;
    background-image: url("../images/index/redbus.png");
    background-size: cover;
    display: inline-block;
    width: 8.75vw;
    height: 5.625vw;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-review__text::before {
    width: 98.35px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-review__text::before {
    width: 26.9230769231vw;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-review__text::before {
    height: 63.225px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-review__text::before {
    height: 17.3076923077vw;
  }
}
.p-review__text span {
  border-bottom: solid currentColor;
  border-width: 0.0416666667vw;
}
@media (max-width: 1124px) {
  .p-review__text span {
    border-width: 0.4683333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-review__text span {
    border-width: 0.1282051282vw;
  }
}

.p-review__imageInner {
  margin-top: 1.6666666667vw;
}
@media (max-width: 1124px) {
  .p-review__imageInner {
    margin-top: 18.7333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-review__imageInner {
    margin-top: 11.5384615385vw;
  }
}

@media screen and (max-width: 780px) {
  .p-review__image {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.p-review__items {
  display: flex;
  gap: 0.4166666667vw;
}
@media (max-width: 1124px) {
  .p-review__items {
    gap: 4.6833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-review__items {
    gap: 1.2820512821vw;
  }
}
@media screen and (max-width: 780px) {
  .p-review__items {
    flex-wrap: wrap;
  }
}

.p-review__item {
  width: 100%;
  position: relative;
  padding-top: 17%;
}
@media screen and (max-width: 780px) {
  .p-review__item {
    flex: 1 1 49%;
    position: relative;
    padding-top: 33%;
  }
}
.p-review__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-review__message {
  width: 49%;
  margin-inline: auto;
  margin-top: 5.4166666667vw;
  position: relative;
}
@media (max-width: 1124px) {
  .p-review__message {
    margin-top: 60.8833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-review__message {
    margin-top: 5.641025641vw;
  }
}
@media screen and (max-width: 780px) {
  .p-review__message {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}
.p-review__message:before {
  content: "";
  position: absolute;
  top: 0%;
  left: -53%;
  transform: translateY(-50%);
  width: 8.75vw;
  height: 5.7083333333vw;
  display: inline-block;
  background-image: url("../images/index/redbus.png");
  background-size: cover;
}
@media (max-width: 1124px) {
  .p-review__message:before {
    width: 98.35px;
  }
}
@media screen and (max-width: 780px) {
  .p-review__message:before {
    width: 0vw;
  }
}
@media (max-width: 1124px) {
  .p-review__message:before {
    height: 64.1616666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-review__message:before {
    height: 0vw;
  }
}

.p-accordion__inner {
  --inner-width: calc(1310 /2400 * 100%);
  --inner-sp-width: calc(610 /780 * 100%);
}

.p-accordion__wrap {
  margin-top: 2.8em;
}
@media screen and (max-width: 780px) {
  .p-accordion__wrap {
    margin-top: 2.4em;
  }
}

.p-accordion__item {
  padding-inline: 2.3em;
}
@media screen and (max-width: 780px) {
  .p-accordion__item {
    padding-inline: 0;
  }
}
.p-accordion__item h4 {
  color: #97a930;
  font-family: var(--font-rounded-family);
  font-size: 0.9166666667vw;
  font-weight: 700;
}
@media (max-width: 1124px) {
  .p-accordion__item h4 {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-accordion__item h4 {
    font-size: 3.8461538462vw;
  }
}
.p-accordion__item h4:not(:first-child) {
  margin-top: 2.4em;
}
@media screen and (max-width: 780px) {
  .p-accordion__item h4:not(:first-child) {
    margin-top: 1.4em;
  }
}
.p-accordion__item p {
  font-size: 0.9166666667vw;
  line-height: 1.9;
  margin-top: 0.5em;
}
@media (max-width: 1124px) {
  .p-accordion__item p {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-accordion__item p {
    font-size: 3.8461538462vw;
  }
}
@media screen and (max-width: 780px) {
  .p-accordion__item p {
    margin-top: 0;
    line-height: 1.5;
  }
}

.p-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.p-accordion__show {
  margin: 0;
}

.p-accordion__buttonWrap {
  padding-top: 10.625vw;
  margin-top: -7.9166666667vw;
  background: linear-gradient(0deg, #FFFFFF 38.11%, rgba(217, 217, 217, 0) 100%);
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1124px) {
  .p-accordion__buttonWrap {
    padding-top: 119.425px;
  }
}
@media screen and (max-width: 780px) {
  .p-accordion__buttonWrap {
    padding-top: 49.358974359vw;
  }
}
@media (max-width: 1124px) {
  .p-accordion__buttonWrap {
    margin-top: -88.9833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-accordion__buttonWrap {
    margin-top: -24.358974359vw;
  }
}
@media screen and (max-width: 780px) {
  .p-accordion__buttonWrap {
    justify-content: center;
    background: linear-gradient(0deg, #FFFFFF 38.11%, rgba(217, 217, 217, 0) 100%);
  }
}

.p-accordion__button {
  display: inline-block;
  width: 10.4166666667vw;
  height: 1.4166666667vw;
  margin-top: 0vw;
  margin-right: -2.5vw;
  background-size: cover;
}
@media (max-width: 1124px) {
  .p-accordion__button {
    width: 117.0833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-accordion__button {
    width: 60.2564102564vw;
  }
}
@media (max-width: 1124px) {
  .p-accordion__button {
    height: 15.9233333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-accordion__button {
    height: 16.0256410256vw;
  }
}
@media (max-width: 1124px) {
  .p-accordion__button {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-accordion__button {
    margin-top: -15.3846153846vw;
  }
}
@media (max-width: 1124px) {
  .p-accordion__button {
    margin-right: -28.1px;
  }
}
@media screen and (max-width: 780px) {
  .p-accordion__button {
    margin-right: 0vw;
  }
}

.p-accordion__button {
  background-image: url("../images/index/next.png");
}
@media screen and (max-width: 780px) {
  .p-accordion__button {
    background-image: url("../images/index/next-sp.png");
  }
}

.is-expanded .p-accordion__button {
  background-image: url("../images/index/close.png");
}
@media screen and (max-width: 780px) {
  .is-expanded .p-accordion__button {
    background-image: none;
  }
}

.p-accordion__hidden {
  position: relative;
  margin-top: 0;
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 780px) {
  .p-accordion__hidden {
    margin-top: 2.3em;
  }
}

.is-expanded .p-accordion__hidden {
  display: block;
  visibility: visible;
}

.p-accordion__message {
  font-size: 0.9166666667vw;
  font-weight: 700;
  margin-top: 2.6em;
  line-height: 2.1;
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: 1124px) {
  .p-accordion__message {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-accordion__message {
    font-size: 4.1025641026vw;
  }
}
@media screen and (max-width: 780px) {
  .p-accordion__message {
    margin-top: 1.5em;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}
.p-accordion__message p {
  border-bottom: solid currentColor;
  border-width: 0.0416666667vw;
  display: inline;
}
@media (max-width: 1124px) {
  .p-accordion__message p {
    border-width: 0.4683333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-accordion__message p {
    border-width: 0.1282051282vw;
  }
}

.is-expanded .p-accordion__buttonWrap {
  background-image: none;
}

.p-topTeacher {
  padding-top: 6.25vw;
}
@media (max-width: 1124px) {
  .p-topTeacher {
    padding-top: 70.25px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher {
    padding-top: 12.8205128205vw;
  }
}

.p-topTeacher__inner {
  --inner-width: calc(1780 / 2400 * 100%);
  --inner-sp-width: calc(728 / 780 * 100%);
  -webkit-padding-start: 2vw;
          padding-inline-start: 2vw;
  -webkit-padding-end: 2vw;
          padding-inline-end: 2vw;
}
@media (max-width: 1124px) {
  .p-topTeacher__inner {
    -webkit-padding-start: 22.48px;
            padding-inline-start: 22.48px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__inner {
    -webkit-padding-start: 3.3333333333vw;
            padding-inline-start: 3.3333333333vw;
  }
}
@media (max-width: 1124px) {
  .p-topTeacher__inner {
    -webkit-padding-end: 22.48px;
            padding-inline-end: 22.48px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__inner {
    -webkit-padding-end: 3.3333333333vw;
            padding-inline-end: 3.3333333333vw;
  }
}

@media screen and (max-width: 780px) {
  .p-topTeacher__title .image {
    width: 74%;
  }
}

.p-topTeacher__lead {
  text-align: center;
  margin-top: 2.5vw;
  font-size: 0.9166666667vw;
  font-weight: 700;
}
@media (max-width: 1124px) {
  .p-topTeacher__lead {
    margin-top: 28.1px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__lead {
    margin-top: 1.0256410256vw;
  }
}
@media (max-width: 1124px) {
  .p-topTeacher__lead {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__lead {
    font-size: 4.4871794872vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__lead {
    white-space: nowrap;
    letter-spacing: -0.01em;
    line-height: 1.5;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}

.p-topTeacher__message {
  text-align: center;
  display: flex;
  justify-content: center;
  border: dashed #98aa31;
  border-width: 0.125vw;
  background-color: #fff;
  width: 55%;
  margin-inline: auto;
  margin-top: 1.25vw;
  font-size: 0.9166666667vw;
  padding-block: 0.9em 0.6em;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}
@media (max-width: 1124px) {
  .p-topTeacher__message {
    border-width: 1.405px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__message {
    border-width: 0.3846153846vw;
  }
}
@media (max-width: 1124px) {
  .p-topTeacher__message {
    margin-top: 14.05px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__message {
    margin-top: 5.1282051282vw;
  }
}
@media (max-width: 1124px) {
  .p-topTeacher__message {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__message {
    font-size: 4.1025641026vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__message {
    border: none;
    background-image: linear-gradient(to right, #98aa31, #98aa31 1.0256410256vw, transparent 1.0256410256vw, transparent 5.1282051282vw), linear-gradient(to bottom, transparent, transparent 0.7692307692vw, #98aa31 0.7692307692vw, #98aa31 5.1282051282vw), linear-gradient(to left, #98aa31, #98aa31 0.7692307692vw, transparent 0.7692307692vw, transparent 5.1282051282vw), linear-gradient(to top, transparent, transparent 0.7692307692vw, #98aa31 0.7692307692vw, #98aa31 5.1282051282vw);
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-position: left top, right top, left bottom, left top;
    background-size: 1.7948717949vw 0.3846153846vw, 0.3846153846vw 1.7948717949vw, 1.7948717949vw 0.3846153846vw, 0.3846153846vw 1.7948717949vw;
    width: 100%;
    padding-inline: 0.5em;
    line-height: 1.3;
    padding-block: 0.9em;
    letter-spacing: -0.01em;
  }
}

.p-topTeacher__container {
  background-image: url("../images/background/teacher.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 3.3333333333vw;
  padding-bottom: 6.6666666667vw;
  margin-top: -2.0833333333vw;
  position: relative;
}
@media (max-width: 1124px) {
  .p-topTeacher__container {
    padding-top: 37.4666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__container {
    padding-top: 0vw;
  }
}
@media (max-width: 1124px) {
  .p-topTeacher__container {
    padding-bottom: 74.9333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__container {
    padding-bottom: 0vw;
  }
}
@media (max-width: 1124px) {
  .p-topTeacher__container {
    margin-top: -23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__container {
    margin-top: 6.9230769231vw;
  }
}
@media screen and (max-width: 1124px) {
  .p-topTeacher__container {
    padding-inline: 70px;
    background-position: 30%;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__container {
    background-image: url("../images/background/teacher-sp.png");
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    padding-inline: 12.0833333333vw;
    background-repeat: no-repeat;
    background-position-y: 5%;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-topTeacher__container {
    padding-inline: 135.8166666667px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-topTeacher__container {
    padding-inline: 0vw;
  }
}

.p-topTeacher__contentWrap {
  max-width: 50vw;
  margin-inline: auto;
}
@media (max-width: 1124px) {
  .p-topTeacher__contentWrap {
    max-width: 562px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__contentWrap {
    max-width: 96.7948717949vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__contentWrap {
    padding-inline: 0.8333333333vw;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-topTeacher__contentWrap {
    padding-inline: 9.3666666667px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-topTeacher__contentWrap {
    padding-inline: 2.5641025641vw;
  }
}

.p-topTeacher__content {
  line-height: 2;
  font-size: 0.9166666667vw;
  line-height: 2.05;
}
@media (max-width: 1124px) {
  .p-topTeacher__content {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__content {
    font-size: 3.8461538462vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__content {
    line-height: 1.5;
  }
}

@media screen and (max-width: 780px) {
  .p-topTeacher__content.--2 {
    margin-top: 1.5em;
  }
}

@media screen and (max-width: 780px) {
  .p-topTeacher__content.--4 {
    margin-top: 1.5em;
  }
}

@media screen and (max-width: 780px) {
  .p-topTeacher__content.--6 {
    margin-top: 1.5em;
  }
}

@media screen and (max-width: 780px) {
  .p-topTeacher__content.--7 {
    white-space: nowrap;
  }
}

.p-topTeacher__content.--8 {
  margin-top: 2em;
}
@media screen and (max-width: 780px) {
  .p-topTeacher__content.--8 {
    margin-top: 1.5em;
  }
}

.p-topTeacher__sign {
  width: 13.3333333333vw;
  display: flex;
  margin-left: auto;
  margin-top: 0.2083333333vw;
}
@media (max-width: 1124px) {
  .p-topTeacher__sign {
    width: 149.8666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__sign {
    width: 51.2820512821vw;
  }
}
@media (max-width: 1124px) {
  .p-topTeacher__sign {
    margin-top: 2.3416666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__sign {
    margin-top: 6.4102564103vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__sign {
    margin-right: auto;
  }
}

.p-topTeacher__photo {
  float: right;
  width: 11.2083333333vw;
  margin-top: -1.2083333333vw;
  margin-right: 0.3333333333vw;
}
@media (max-width: 1124px) {
  .p-topTeacher__photo {
    width: 125.9816666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__photo {
    width: 41.6666666667vw;
  }
}
@media (max-width: 1124px) {
  .p-topTeacher__photo {
    margin-top: -13.5816666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__photo {
    margin-top: 7.4358974359vw;
  }
}
@media (max-width: 1124px) {
  .p-topTeacher__photo {
    margin-right: 3.7466666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__photo {
    margin-right: 0.8974358974vw;
  }
}

.p-topTeacher__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: -2.2916666667vw;
  margin-right: 10vw;
  clear: both;
}
@media (max-width: 1124px) {
  .p-topTeacher__footer {
    margin-top: -25.7583333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__footer {
    margin-top: 11.5384615385vw;
  }
}
@media (max-width: 1124px) {
  .p-topTeacher__footer {
    margin-right: 112.4px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__footer {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__footer {
    justify-content: center;
  }
}

.p-topTeacher__button {
  width: 25.4166666667vw;
  margin-top: 3.3333333333vw;
  margin-inline: auto;
}
@media (max-width: 1124px) {
  .p-topTeacher__button {
    width: 285.6833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__button {
    width: 84.6153846154vw;
  }
}
@media (max-width: 1124px) {
  .p-topTeacher__button {
    margin-top: 37.4666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topTeacher__button {
    margin-top: 10.2564102564vw;
  }
}

.p-teacher {
  padding-top: 3.375vw;
}
@media (max-width: 1124px) {
  .p-teacher {
    padding-top: 37.935px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher {
    padding-top: 12.8205128205vw;
  }
}

.p-teacher__titleInner {
  position: relative;
}

.p-teacher__button {
  position: absolute;
  top: 0;
  right: -19%;
  width: 14.1666666667vw;
}
@media (max-width: 1124px) {
  .p-teacher__button {
    width: 159.2333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__button {
    width: 34.6153846154vw;
  }
}
@media screen and (max-width: 1124px) {
  .p-teacher__button {
    width: 120px;
    top: 35%;
    right: 2%;
  }
}

.p-teacher__wrap {
  background-image: linear-gradient(-45deg, rgba(251, 230, 94, 0.3) 0%, rgba(253, 248, 216, 0.3) 63.57%, rgba(253, 238, 3, 0.3) 99.02%, rgba(253, 238, 3, 0.3) 100%);
  margin-top: 2.5vw;
  padding-top: 3.7083333333vw;
  padding-bottom: 6.25vw;
}
@media (max-width: 1124px) {
  .p-teacher__wrap {
    margin-top: 28.1px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__wrap {
    margin-top: 0vw;
  }
}
@media (max-width: 1124px) {
  .p-teacher__wrap {
    padding-top: 41.6816666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__wrap {
    padding-top: 7.6923076923vw;
  }
}
@media (max-width: 1124px) {
  .p-teacher__wrap {
    padding-bottom: 70.25px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__wrap {
    padding-bottom: 9.6153846154vw;
  }
}

.p-teacher__wrap.--emi {
  padding-top: 3.7083333333vw;
  padding-bottom: 6.25vw;
}
@media (max-width: 1124px) {
  .p-teacher__wrap.--emi {
    padding-top: 41.6816666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__wrap.--emi {
    padding-top: 12.3076923077vw;
  }
}
@media (max-width: 1124px) {
  .p-teacher__wrap.--emi {
    padding-bottom: 70.25px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__wrap.--emi {
    padding-bottom: 14.7435897436vw;
  }
}

.p-teacher__lead {
  text-align: center;
  line-height: 1.5;
  font-size: 0.9166666667vw;
}
@media (max-width: 1124px) {
  .p-teacher__lead {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__lead {
    font-size: 4.4871794872vw;
  }
}
.p-teacher__lead span {
  background: linear-gradient(transparent 95%, currentColor 0%);
  display: inline;
}

.p-teacher__lead.--emi {
  line-height: 1.3;
}

.p-teacher__container {
  background-color: #fff;
  border: solid #e5eac3;
  border-width: 0.0833333333vw;
  border-radius: 2.0833333333vw;
  padding-inline: 8.5416666667vw;
  margin-top: 2.375vw;
  padding-top: 3.3333333333vw;
  padding-bottom: 5.2083333333vw;
}
@media (max-width: 1124px) {
  .p-teacher__container {
    border-width: 0.9366666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__container {
    border-width: 0.2564102564vw;
  }
}
@media (max-width: 1124px) {
  .p-teacher__container {
    border-radius: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__container {
    border-radius: 6.4102564103vw;
  }
}
@media (max-width: 1124px) {
  .p-teacher__container {
    padding-inline: 96.0083333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__container {
    padding-inline: 4.4871794872vw;
  }
}
@media (max-width: 1124px) {
  .p-teacher__container {
    margin-top: 26.695px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__container {
    margin-top: 17.9487179487vw;
  }
}
@media (max-width: 1124px) {
  .p-teacher__container {
    padding-top: 37.4666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__container {
    padding-top: 0vw;
  }
}
@media (max-width: 1124px) {
  .p-teacher__container {
    padding-bottom: 58.5416666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__container {
    padding-bottom: 14.1025641026vw;
  }
}

.p-teacher__container.--emi {
  padding-bottom: 3.75vw;
}
@media (max-width: 1124px) {
  .p-teacher__container.--emi {
    padding-bottom: 42.15px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__container.--emi {
    padding-bottom: 10.2564102564vw;
  }
}

.p-teacher__banner {
  margin-top: 3.5416666667vw;
}
@media (max-width: 1124px) {
  .p-teacher__banner {
    margin-top: 39.8083333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__banner {
    margin-top: 4.4871794872vw;
  }
}

.p-teacher__bannerTitle {
  text-align: center;
  font-size: 0.9166666667vw;
  font-weight: 700;
}
@media (max-width: 1124px) {
  .p-teacher__bannerTitle {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__bannerTitle {
    font-size: 3.8461538462vw;
  }
}

.p-teacher__bannerLink {
  display: block;
  width: 59%;
  margin-inline: auto;
  padding-block: 1.6666666667vw;
  padding-bottom: 0vw;
  margin-top: 0vw;
}
@media (max-width: 1124px) {
  .p-teacher__bannerLink {
    padding-block: 18.7333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__bannerLink {
    padding-block: 0vw;
  }
}
@media (max-width: 1124px) {
  .p-teacher__bannerLink {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__bannerLink {
    padding-bottom: 10.2564102564vw;
  }
}
@media (max-width: 1124px) {
  .p-teacher__bannerLink {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__bannerLink {
    margin-top: 2.5641025641vw;
  }
}
@media screen and (max-width: 780px) {
  .p-teacher__bannerLink {
    width: 100%;
  }
}

.p-teacherBox__header {
  display: flex;
  justify-content: center;
  gap: 2.7083333333vw;
  font-size: 0.9166666667vw;
  padding-inline: 0vw;
}
@media (max-width: 1124px) {
  .p-teacherBox__header {
    gap: 30.4416666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__header {
    gap: 0vw;
  }
}
@media (max-width: 1124px) {
  .p-teacherBox__header {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__header {
    font-size: 3.8461538462vw;
  }
}
@media (max-width: 1124px) {
  .p-teacherBox__header {
    padding-inline: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__header {
    padding-inline: 3.2051282051vw;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__header {
    flex-direction: column;
  }
}
.p-teacherBox__header .image {
  width: 12.5vw;
}
@media (max-width: 1124px) {
  .p-teacherBox__header .image {
    width: 140.5px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__header .image {
    width: 42.3076923077vw;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__header .image {
    margin-inline: auto;
    margin-top: 0vw;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-teacherBox__header .image {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-teacherBox__header .image {
    margin-top: -11.5384615385vw;
  }
}
.p-teacherBox__header .text {
  flex: 1;
  padding-top: 1.5em;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .p-teacherBox__header .text {
    padding-top: 1.3em;
    line-height: 1.5;
  }
}

.p-teacherBox__image {
  margin-top: 0.8333333333vw;
}
@media (max-width: 1124px) {
  .p-teacherBox__image {
    margin-top: 9.3666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__image {
    margin-top: 12.1794871795vw;
  }
}

.p-teacherBox__image.--2 {
  margin-top: 3.125vw;
  margin-inline: auto;
  width: 80%;
}
@media (max-width: 1124px) {
  .p-teacherBox__image.--2 {
    margin-top: 35.125px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__image.--2 {
    margin-top: 10.8974358974vw;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__image.--2 {
    width: 100%;
  }
}

.p-teacherBox__image.--emi {
  margin-top: 1.6666666667vw;
  margin-inline: auto;
  width: 55%;
}
@media (max-width: 1124px) {
  .p-teacherBox__image.--emi {
    margin-top: 18.7333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__image.--emi {
    margin-top: 10.2564102564vw;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__image.--emi {
    width: 100%;
  }
}

.p-teacherBox__body {
  margin-top: 2.3em;
  line-height: 1.9;
  font-size: 0.9166666667vw;
  padding-inline: 0vw;
}
@media (max-width: 1124px) {
  .p-teacherBox__body {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__body {
    font-size: 3.8461538462vw;
  }
}
@media (max-width: 1124px) {
  .p-teacherBox__body {
    padding-inline: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__body {
    padding-inline: 3.2051282051vw;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__body {
    margin-top: 2.2em;
    line-height: 1.5;
  }
}
.p-teacherBox__body h4 {
  font-weight: 700;
}
.p-teacherBox__body h4,
.p-teacherBox__body .content {
  margin-top: 2em;
}
@media screen and (max-width: 780px) {
  .p-teacherBox__body h4,
.p-teacherBox__body .content {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__body .content--md {
    margin-top: 1.5em;
  }
}

.p-teacherBox__sign {
  width: 12.5vw;
  margin-top: 3.3333333333vw;
  margin-right: 0vw;
  margin-left: auto;
}
@media (max-width: 1124px) {
  .p-teacherBox__sign {
    width: 140.5px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__sign {
    width: 47.4358974359vw;
  }
}
@media (max-width: 1124px) {
  .p-teacherBox__sign {
    margin-top: 37.4666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__sign {
    margin-top: 6.7948717949vw;
  }
}
@media (max-width: 1124px) {
  .p-teacherBox__sign {
    margin-right: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__sign {
    margin-right: 4.4871794872vw;
  }
}

.p-teacherBox__footer {
  width: 85%;
  margin-left: auto;
  margin-top: -0.8333333333vw;
  margin-right: 0.8333333333vw;
}
@media (max-width: 1124px) {
  .p-teacherBox__footer {
    margin-top: -9.3666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__footer {
    margin-top: -1.6666666667vw;
  }
}
@media (max-width: 1124px) {
  .p-teacherBox__footer {
    margin-right: 9.3666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__footer {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__footer {
    margin-inline: calc(50% - 50vw);
    width: 95vw;
  }
}

.p-teacherBox__historyWrap {
  border: solid #e5eac3;
  border-width: 0.0833333333vw;
  border-radius: 2.0833333333vw;
  margin-top: 0vw;
  padding-block: 2.5vw;
  padding-left: 6.25vw;
  padding-right: 0.8333333333vw;
}
@media (max-width: 1124px) {
  .p-teacherBox__historyWrap {
    border-width: 0.9366666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__historyWrap {
    border-width: 0.2564102564vw;
  }
}
@media (max-width: 1124px) {
  .p-teacherBox__historyWrap {
    border-radius: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__historyWrap {
    border-radius: 6.4102564103vw;
  }
}
@media (max-width: 1124px) {
  .p-teacherBox__historyWrap {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__historyWrap {
    margin-top: 8.3333333333vw;
  }
}
@media (max-width: 1124px) {
  .p-teacherBox__historyWrap {
    padding-block: 28.1px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__historyWrap {
    padding-block: 7.6923076923vw;
  }
}
@media (max-width: 1124px) {
  .p-teacherBox__historyWrap {
    padding-left: 70.25px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__historyWrap {
    padding-left: 3.2051282051vw;
  }
}
@media (max-width: 1124px) {
  .p-teacherBox__historyWrap {
    padding-right: 9.3666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__historyWrap {
    padding-right: 2.5641025641vw;
  }
}

.p-teacherBox__historyWrap.--emi {
  margin-top: 3.3333333333vw;
}
@media (max-width: 1124px) {
  .p-teacherBox__historyWrap.--emi {
    margin-top: 37.4666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__historyWrap.--emi {
    margin-top: 10.2564102564vw;
  }
}

.p-teacherBox__history {
  border-left: solid #e98a2e;
  border-width: 0.4166666667vw;
  padding-left: 1.4583333333vw;
}
@media (max-width: 1124px) {
  .p-teacherBox__history {
    border-width: 4.6833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__history {
    border-width: 1.2820512821vw;
  }
}
@media (max-width: 1124px) {
  .p-teacherBox__history {
    padding-left: 16.3916666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__history {
    padding-left: 3.8461538462vw;
  }
}
.p-teacherBox__history h3 {
  font-weight: 700;
  text-decoration: underline;
  font-size: 1.0416666667vw;
}
@media (max-width: 1124px) {
  .p-teacherBox__history h3 {
    font-size: 11.7083333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__history h3 {
    font-size: 4.4871794872vw;
  }
}
.p-teacherBox__history ul {
  margin-top: 0.75vw;
}
@media (max-width: 1124px) {
  .p-teacherBox__history ul {
    margin-top: 8.43px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__history ul {
    margin-top: 3.5897435897vw;
  }
}
.p-teacherBox__history li {
  line-height: 1.85;
  font-size: 0.9166666667vw;
  list-style: disc;
  margin-left: 1.2em;
}
@media (max-width: 1124px) {
  .p-teacherBox__history li {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-teacherBox__history li {
    font-size: 3.8461538462vw;
  }
}

.p-topAccess {
  padding-top: 5vw;
}
@media (max-width: 1124px) {
  .p-topAccess {
    padding-top: 56.2px;
  }
}
@media screen and (max-width: 780px) {
  .p-topAccess {
    padding-top: 25.641025641vw;
  }
}

.p-topAccess__title {
  width: 30.8333333333vw;
}
@media (max-width: 1124px) {
  .p-topAccess__title {
    width: 346.5666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topAccess__title {
    width: 89.7435897436vw;
  }
}

.p-topAccess__inner {
  position: relative;
}
.p-topAccess__inner::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -12%;
  left: 5%;
  width: 11.7916666667vw;
  height: 2.9583333333vw;
  background-image: url("../images/index/accessMap.png");
  background-size: cover;
}
@media (max-width: 1124px) {
  .p-topAccess__inner::before {
    width: 132.5383333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topAccess__inner::before {
    width: 36.5384615385vw;
  }
}
@media (max-width: 1124px) {
  .p-topAccess__inner::before {
    height: 33.2516666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topAccess__inner::before {
    height: 9.2307692308vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topAccess__inner::before {
    top: -22.4%;
    left: 4%;
  }
}

.p-topAccess__adress {
  text-align: center;
  font-size: 0.9166666667vw;
  margin-top: 1.5416666667vw;
  font-weight: 700;
}
@media (max-width: 1124px) {
  .p-topAccess__adress {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topAccess__adress {
    font-size: 3.7179487179vw;
  }
}
@media (max-width: 1124px) {
  .p-topAccess__adress {
    margin-top: 17.3283333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topAccess__adress {
    margin-top: 3.8461538462vw;
  }
}

.p-topAccess__wrap {
  display: flex;
  margin-top: 0.5833333333vw;
  gap: 0.8333333333vw;
}
@media (max-width: 1124px) {
  .p-topAccess__wrap {
    margin-top: 6.5566666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topAccess__wrap {
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 1124px) {
  .p-topAccess__wrap {
    gap: 9.3666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-topAccess__wrap {
    gap: 4.6153846154vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topAccess__wrap {
    flex-direction: column;
  }
}

.p-topAccess__mapWrap {
  flex: 1;
}

.p-topAccess__map {
  position: relative;
  width: 100%;
  padding-top: 50.5%;
}
@media screen and (max-width: 780px) {
  .p-topAccess__map {
    padding-top: 83%;
  }
}
.p-topAccess__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-topAccess__parking {
  background-color: #e7eaec;
  border-radius: 2.5vw;
  width: 29%;
  -webkit-padding-start: 1.875vw;
          padding-inline-start: 1.875vw;
  -webkit-padding-end: 1vw;
          padding-inline-end: 1vw;
  -webkit-padding-before: 1.9166666667vw;
          padding-block-start: 1.9166666667vw;
  -webkit-padding-after: 1.5vw;
          padding-block-end: 1.5vw;
}
@media (max-width: 1124px) {
  .p-topAccess__parking {
    border-radius: 28.1px;
  }
}
@media screen and (max-width: 780px) {
  .p-topAccess__parking {
    border-radius: 7.6923076923vw;
  }
}
@media (max-width: 1124px) {
  .p-topAccess__parking {
    -webkit-padding-start: 21.075px;
            padding-inline-start: 21.075px;
  }
}
@media screen and (max-width: 780px) {
  .p-topAccess__parking {
    -webkit-padding-start: 7.6923076923vw;
            padding-inline-start: 7.6923076923vw;
  }
}
@media (max-width: 1124px) {
  .p-topAccess__parking {
    -webkit-padding-end: 11.24px;
            padding-inline-end: 11.24px;
  }
}
@media screen and (max-width: 780px) {
  .p-topAccess__parking {
    -webkit-padding-end: 3.8461538462vw;
            padding-inline-end: 3.8461538462vw;
  }
}
@media (max-width: 1124px) {
  .p-topAccess__parking {
    -webkit-padding-before: 21.5433333333px;
            padding-block-start: 21.5433333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-topAccess__parking {
    -webkit-padding-before: 2.5641025641vw;
            padding-block-start: 2.5641025641vw;
  }
}
@media (max-width: 1124px) {
  .p-topAccess__parking {
    -webkit-padding-after: 16.86px;
            padding-block-end: 16.86px;
  }
}
@media screen and (max-width: 780px) {
  .p-topAccess__parking {
    -webkit-padding-after: 3.8461538462vw;
            padding-block-end: 3.8461538462vw;
  }
}
@media screen and (max-width: 780px) {
  .p-topAccess__parking {
    width: 100%;
  }
}

.p-event {
  --inner-width: calc(2000 /2400 * 100%);
}

.p-event__inner {
  margin-top: 3vw;
}
@media (max-width: 1124px) {
  .p-event__inner {
    margin-top: 33.72px;
  }
}
@media screen and (max-width: 780px) {
  .p-event__inner {
    margin-top: 43.5897435897vw;
  }
}

.p-event__easter,
.p-event__halloween,
.p-event__christmas {
  position: relative;
}
.p-event__easter .text,
.p-event__halloween .text,
.p-event__christmas .text {
  position: absolute;
  top: 0;
}

.p-event__easter .text {
  width: 27.6%;
  top: 4.3%;
  left: 2.3%;
}
@media screen and (max-width: 780px) {
  .p-event__easter .text {
    width: 73%;
    top: -26.2%;
    left: 6.3%;
  }
}

.p-event__halloween {
  margin-top: 0vw;
}
@media (max-width: 1124px) {
  .p-event__halloween {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-event__halloween {
    margin-top: 42.3076923077vw;
  }
}
.p-event__halloween .text {
  width: 28.3%;
  top: 13.6%;
  right: 3.2%;
}
@media screen and (max-width: 780px) {
  .p-event__halloween .text {
    width: 85%;
    top: -25.5%;
    right: 9.9%;
  }
}

.p-event__christmas {
  margin-top: 0vw;
}
@media (max-width: 1124px) {
  .p-event__christmas {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-event__christmas {
    margin-top: 7.0512820513vw;
  }
}
.p-event__christmas .text {
  width: 24.7%;
  top: -48.7%;
  left: 1.2%;
}
@media screen and (max-width: 780px) {
  .p-event__christmas .text {
    width: 58.4%;
    top: 3.2%;
    left: 2.2%;
  }
}
.p-event__christmas .image {
  width: 89%;
  margin-left: auto;
}
@media screen and (max-width: 780px) {
  .p-event__christmas .image {
    width: 100%;
  }
}

.p-interview {
  background-image: url("../images/background/review3.png");
  margin-top: 7.5vw;
  margin-bottom: 0vw;
  padding-top: 9.0833333333vw;
  padding-bottom: 10.625vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1124px) {
  .p-interview {
    margin-top: 84.3px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview {
    margin-top: 13.4615384615vw;
  }
}
@media (max-width: 1124px) {
  .p-interview {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview {
    margin-bottom: 14.1025641026vw;
  }
}
@media (max-width: 1124px) {
  .p-interview {
    padding-top: 102.0966666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview {
    padding-top: 32.0512820513vw;
  }
}
@media (max-width: 1124px) {
  .p-interview {
    padding-bottom: 119.425px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview {
    padding-bottom: 23.0769230769vw;
  }
}
@media screen and (max-width: 780px) {
  .p-interview {
    background-image: url("../images/background/review-sp.png");
  }
}

.p-interview__items {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1124px) {
  .p-interview__items {
    padding-bottom: 46.8333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__items {
    padding-bottom: 6.4102564103vw;
  }
}

.p-interview__item {
  border-radius: 3.75vw;
  background-color: #fff;
  border: solid #97a930;
  border-width: 0.125vw;
  -webkit-padding-before: 2.5vw;
          padding-block-start: 2.5vw;
  -webkit-padding-after: 2.5vw;
          padding-block-end: 2.5vw;
  padding-inline: 3.3333333333vw;
  width: 59%;
  position: relative;
}
@media (max-width: 1124px) {
  .p-interview__item {
    border-radius: 42.15px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item {
    border-radius: 11.5384615385vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item {
    border-width: 1.405px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item {
    border-width: 0.3846153846vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item {
    -webkit-padding-before: 28.1px;
            padding-block-start: 28.1px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item {
    -webkit-padding-before: 9.358974359vw;
            padding-block-start: 9.358974359vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item {
    -webkit-padding-after: 28.1px;
            padding-block-end: 28.1px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item {
    -webkit-padding-after: 8.9743589744vw;
            padding-block-end: 8.9743589744vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item {
    padding-inline: 37.4666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item {
    padding-inline: 2.5641025641vw;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item {
    width: 100%;
  }
}
.p-interview__item::before, .p-interview__item::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.p-interview__item .p-interview__balloon {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.p-interview__item:nth-of-type(1)::before {
  background-image: url("../images/review/text.png");
  width: 19.5833333333vw;
  height: 5vw;
  top: -7.7083333333vw;
  left: 1.0416666667vw;
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(1)::before {
    width: 220.1166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(1)::before {
    width: 60.2564102564vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(1)::before {
    height: 56.2px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(1)::before {
    height: 15.3846153846vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(1)::before {
    top: -86.6416666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(1)::before {
    top: -23.7179487179vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(1)::before {
    left: 11.7083333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(1)::before {
    left: 0.3846153846vw;
  }
}
.p-interview__item:nth-of-type(1) .p-interview__balloon {
  width: 407px;
  top: -217px;
  right: -348px;
  width: 16.9583333333vw;
  top: -9.0416666667vw;
  right: -14.5vw;
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(1) .p-interview__balloon {
    width: 190.6116666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(1) .p-interview__balloon {
    width: 52.1794871795vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(1) .p-interview__balloon {
    top: -101.6283333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(1) .p-interview__balloon {
    top: -16.6666666667vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(1) .p-interview__balloon {
    right: -162.98px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(1) .p-interview__balloon {
    right: 0vw;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(1)::after {
    background-image: url("../images/review/picture.png");
    width: 8.6666666667vw;
    height: 10.625vw;
    top: -10.625vw;
    right: 4.8333333333vw;
    left: auto;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-interview__item:nth-of-type(1)::after {
    width: 97.4133333333px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-interview__item:nth-of-type(1)::after {
    width: 16.4102564103vw;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-interview__item:nth-of-type(1)::after {
    height: 119.425px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-interview__item:nth-of-type(1)::after {
    height: 19.8717948718vw;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-interview__item:nth-of-type(1)::after {
    top: -119.425px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-interview__item:nth-of-type(1)::after {
    top: -38.8461538462vw;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .p-interview__item:nth-of-type(1)::after {
    right: 54.3266666667px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .p-interview__item:nth-of-type(1)::after {
    right: -0.1282051282vw;
  }
}
.p-interview__item:nth-of-type(2) {
  margin-left: auto;
  margin-top: 2.9166666667vw;
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(2) {
    margin-top: 32.7833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(2) {
    margin-top: 14.1025641026vw;
  }
}
.p-interview__item:nth-of-type(2)::before {
  background-image: url("../images/review/picture.png");
  width: 8.6666666667vw;
  height: 10.625vw;
  top: -10.625vw;
  right: 4.8333333333vw;
  left: auto;
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(2)::before {
    width: 97.4133333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(2)::before {
    width: 26.6666666667vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(2)::before {
    height: 119.425px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(2)::before {
    height: 32.6923076923vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(2)::before {
    top: -119.425px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(2)::before {
    top: -32.6923076923vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(2)::before {
    right: 54.3266666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(2)::before {
    right: 14.8717948718vw;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(2)::before {
    display: none;
  }
}
.p-interview__item:nth-of-type(2) .p-interview__balloon {
  width: 16.9583333333vw;
  top: -0.2083333333vw;
  left: -14.5vw;
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(2) .p-interview__balloon {
    width: 190.6116666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(2) .p-interview__balloon {
    width: 52.1794871795vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(2) .p-interview__balloon {
    top: -2.3416666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(2) .p-interview__balloon {
    top: -8.9743589744vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(2) .p-interview__balloon {
    left: -162.98px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(2) .p-interview__balloon {
    left: -1.9230769231vw;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(2) .p-interview__text {
    width: 44%;
    margin-left: auto;
    white-space: nowrap;
  }
}
.p-interview__item:nth-of-type(3) {
  margin-left: 4.375vw;
  margin-top: 2.9166666667vw;
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(3) {
    margin-left: 49.175px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(3) {
    margin-left: 0vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(3) {
    margin-top: 32.7833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(3) {
    margin-top: 12.8205128205vw;
  }
}
.p-interview__item:nth-of-type(3) .p-interview__balloon {
  width: 16.9583333333vw;
  top: -1.0416666667vw;
  right: -13.9166666667vw;
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(3) .p-interview__balloon {
    width: 190.6116666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(3) .p-interview__balloon {
    width: 52.1794871795vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(3) .p-interview__balloon {
    top: -11.7083333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(3) .p-interview__balloon {
    top: -8.9743589744vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__item:nth-of-type(3) .p-interview__balloon {
    right: -156.4233333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__item:nth-of-type(3) .p-interview__balloon {
    right: 0vw;
  }
}

.p-interview__text {
  font-size: 1.25vw;
  padding-left: 3.3333333333vw;
  line-height: 1.3;
}
@media (max-width: 1124px) {
  .p-interview__text {
    font-size: 14.05px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__text {
    font-size: 3.8461538462vw;
  }
}
@media (max-width: 1124px) {
  .p-interview__text {
    padding-left: 37.4666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__text {
    padding-left: 3.8461538462vw;
  }
}

.p-interview__movie {
  margin-top: 2.5vw;
}
@media (max-width: 1124px) {
  .p-interview__movie {
    margin-top: 28.1px;
  }
}
@media screen and (max-width: 780px) {
  .p-interview__movie {
    margin-top: 6.4102564103vw;
  }
}

/* contact */
.p-contact__container {
  margin-top: 80px;
}
@media screen and (max-width: 780px) {
  .p-contact__container .p-contact {
    padding-bottom: 100px;
  }
}

.p-contact__wrapper {
  margin-top: 80px;
}

.p-contact__title {
  text-align: center;
  color: #f98904;
  font-size: 30px;
  font-family: var(--font-rounded-family);
  font-weight: 700;
}

@media screen and (max-width: 780px) {
  .p-contact__title {
    font-size: 26px;
  }
}
.p-contact__heading {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-rounded-family);
  padding: 15px;
  border-bottom: 2px solid #f98904;
  background-color: #FEFDEE;
}

.p-contact__contents {
  margin-top: 20px;
}

.p-contact__contents p {
  font-size: 16px;
  width: 100%;
  max-width: 800px;
}

.p-contact__contents a {
  color: #97a930;
  font-size: 18px;
  border-bottom: 1px solid #97a930;
}

.p-contactForm {
  margin-top: 30px;
}

.form-heading {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  background-color: #f8f8f8;
}

[type=submit] {
  background-color: #f98904;
  margin: 50px auto 0;
  width: 80%;
  max-width: 400px;
  text-align: center;
  display: block;
  border-radius: 6px;
}

[type=submit]:hover {
  opacity: 0.8;
}

/* ジョリーフォックスとは */
@media screen and (max-width: 780px) {
  .p-jollyphonics {
    padding-bottom: 100px;
  }
}
.p-jollyphonics__container {
  margin-top: 80px;
}

.p-jollyphonics__wrapper {
  margin-top: 80px;
}

.p-jollyphonics__title {
  text-align: center;
  color: #f98904;
  font-size: 30px;
  font-family: var(--font-rounded-family);
  font-weight: 700;
}

@media screen and (max-width: 780px) {
  .p-contact__title {
    font-size: 26px;
  }
}
.p-jollyphonics__heading {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-rounded-family);
  padding: 15px;
  border-bottom: 2px solid #f98904;
  background-color: #FEFDEE;
}

.p-jollyphonics__contents {
  margin-top: 20px;
}

.p-jollyphonics__contents p {
  font-size: 16px;
  width: 100%;
  max-width: 800px;
  line-height: 1.8;
  margin-top: 30px;
}

.p-jollyphonics__contents a {
  color: #97a930;
  font-size: 16px;
  border-bottom: 1px solid #97a930;
}

.p-jollyphonics__contents .p-jollyphonics__lead {
  color: #97a930;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-jollyphonics__contents ol {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 30px;
}

.p-jollyphonics__item {
  font-size: 16px;
  line-height: 2.5;
  font-weight: 700;
}

/* 理念・教育方針 */
@media screen and (max-width: 780px) {
  .p-philosophy {
    padding-bottom: 100px;
  }
}
.p-philosophy__container {
  margin-top: 80px;
}

.p-philosophy__wrapper {
  margin-top: 80px;
}

.p-philosophy__title {
  text-align: center;
  color: #f98904;
  font-size: 30px;
  font-family: var(--font-rounded-family);
  font-weight: 700;
}

@media screen and (max-width: 780px) {
  .p-contact__title {
    font-size: 26px;
  }
}
.p-philosophy__heading {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-rounded-family);
  padding: 15px;
  border-bottom: 2px solid #f98904;
  background-color: #FEFDEE;
}

.p-philosophy__contents {
  margin-top: 20px;
}

.p-philosophy__contents p {
  font-size: 16px;
  width: 100%;
  max-width: 800px;
  line-height: 1.8;
}

.p-philosophy__contents .p-philosophy__lead {
  color: #97a930;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-philosophy__contents ol {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 30px;
}

.p-philosophy__item {
  font-size: 20px;
  line-height: 2.5;
  color: #97a930;
  font-weight: 700;
}

.p-returnFeature {
  margin-top: 50px;
  margin-right: 20px;
  margin-left: auto;
  text-align: right;
}

@media screen and (max-width: 780px) {
  .p-returnFeature {
    margin-right: 40px;
  }
}
.p-returnFeature a {
  font-size: 16px;
  position: relative;
}

.p-returnFeature ::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/common/returnFeature-arrow.png") no-repeat center center/cover;
  width: 180px;
  height: 7px;
}

.p-class {
  padding-top: 3.375vw;
}
@media (max-width: 1124px) {
  .p-class {
    padding-top: 37.935px;
  }
}
@media screen and (max-width: 780px) {
  .p-class {
    padding-top: 12.8205128205vw;
  }
}

.p-class__titleInner {
  position: relative;
}

.p-class__trybutton {
  position: absolute;
  top: 0;
  right: -19%;
  width: 14.1666666667vw;
}
@media (max-width: 1124px) {
  .p-class__trybutton {
    width: 159.2333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__trybutton {
    width: 34.6153846154vw;
  }
}
@media screen and (max-width: 1124px) {
  .p-class__trybutton {
    width: 120px;
    right: 2%;
  }
}

.p-class__wrap {
  background-image: linear-gradient(-45deg, rgba(251, 230, 94, 0.3) 0%, rgba(253, 248, 216, 0.3) 63.57%, rgba(253, 238, 3, 0.3) 99.02%, rgba(253, 238, 3, 0.3) 100%);
  margin-top: 2.5vw;
  padding-top: 3.7083333333vw;
  padding-bottom: 6.25vw;
}
@media (max-width: 1124px) {
  .p-class__wrap {
    margin-top: 28.1px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__wrap {
    margin-top: 0vw;
  }
}
@media (max-width: 1124px) {
  .p-class__wrap {
    padding-top: 41.6816666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__wrap {
    padding-top: 7.6923076923vw;
  }
}
@media (max-width: 1124px) {
  .p-class__wrap {
    padding-bottom: 70.25px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__wrap {
    padding-bottom: 9.6153846154vw;
  }
}

.p-class__lead {
  text-align: center;
  line-height: 1.5;
  font-size: 1.125vw;
  font-family: var(--font-rounded-family);
  font-weight: 700;
  margin-top: 4.5833333333vw;
}
@media (max-width: 1124px) {
  .p-class__lead {
    font-size: 12.645px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__lead {
    font-size: 4.4871794872vw;
  }
}
@media (max-width: 1124px) {
  .p-class__lead {
    margin-top: 51.5166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__lead {
    margin-top: -2.8205128205vw;
  }
}
@media screen and (max-width: 780px) {
  .p-class__lead {
    line-height: 1.3;
  }
}

.p-class__leadBg {
  margin-top: -4.1666666667vw;
}
@media (max-width: 1124px) {
  .p-class__leadBg {
    margin-top: -46.8333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__leadBg {
    margin-top: 6.4102564103vw;
  }
}
@media screen and (max-width: 780px) {
  .p-class__leadBg {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}

.p-class__button {
  width: 25.4166666667vw;
  margin-top: 4.7916666667vw;
  margin-inline: auto;
}
@media (max-width: 1124px) {
  .p-class__button {
    width: 285.6833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__button {
    width: 84.6153846154vw;
  }
}
@media (max-width: 1124px) {
  .p-class__button {
    margin-top: 53.8583333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__button {
    margin-top: 10.2564102564vw;
  }
}

.p-class__button.--2 {
  margin-top: 8.125vw;
}
@media (max-width: 1124px) {
  .p-class__button.--2 {
    margin-top: 91.325px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__button.--2 {
    margin-top: 10.2564102564vw;
  }
}

.p-class__wrapper {
  margin-top: 4.5833333333vw;
}
@media (max-width: 1124px) {
  .p-class__wrapper {
    margin-top: 51.5166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__wrapper {
    margin-top: 20.5128205128vw;
  }
}

.p-class__wrapperItem:not(:first-of-type) {
  margin-top: 8.9583333333vw;
}
@media (max-width: 1124px) {
  .p-class__wrapperItem:not(:first-of-type) {
    margin-top: 100.6916666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__wrapperItem:not(:first-of-type) {
    margin-top: 14.1025641026vw;
  }
}

.p-class__heading {
  font-size: 1.125vw;
  font-family: var(--font-rounded-family);
  font-weight: 700;
  padding: 1em 1em 0.8em;
  border-bottom: solid #f98904;
  border-width: 0.125vw;
  background-color: #FEFDEE;
}
@media (max-width: 1124px) {
  .p-class__heading {
    font-size: 12.645px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__heading {
    font-size: 5.1282051282vw;
  }
}
@media (max-width: 1124px) {
  .p-class__heading {
    border-width: 1.405px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__heading {
    border-width: 0.3846153846vw;
  }
}

.p-class__contents {
  font-weight: 700;
  margin-top: 0.8333333333vw;
  padding-inline: 0vw;
  font-size: 0.9166666667vw;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1124px) {
  .p-class__contents {
    margin-top: 9.3666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__contents {
    margin-top: 2.5641025641vw;
  }
}
@media (max-width: 1124px) {
  .p-class__contents {
    padding-inline: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__contents {
    padding-inline: 2.5641025641vw;
  }
}
@media (max-width: 1124px) {
  .p-class__contents {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__contents {
    font-size: 3.8461538462vw;
  }
}
@media screen and (max-width: 780px) {
  .p-class__contents {
    flex-direction: column;
  }
}

.p-class__contentsLeft {
  flex: 1 0 61.5%;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .p-class__contentsLeft {
    line-height: 1.6;
    width: 100% !important;
  }
}

.p-class__contentsLeft p {
  margin-top: 1.5em;
}

.p-class__contentsBox {
  border-style: dashed;
  border-color: #97a930;
  border-width: 0.0833333333vw;
  margin-top: 2.2916666667vw;
  padding: 0.8em 1.9em;
}
@media (max-width: 1124px) {
  .p-class__contentsBox {
    border-width: 0.9366666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__contentsBox {
    border-width: 0.2564102564vw;
  }
}
@media (max-width: 1124px) {
  .p-class__contentsBox {
    margin-top: 25.7583333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__contentsBox {
    margin-top: 7.0512820513vw;
  }
}
@media screen and (max-width: 780px) {
  .p-class__contentsBox {
    padding-block: 0.9em;
    padding-inline: 1.5em 0.5em;
    line-height: 1.7;
    border: none;
    background-image: linear-gradient(to right, #98aa31, #98aa31 1.0256410256vw, transparent 1.0256410256vw, transparent 5.1282051282vw), linear-gradient(to bottom, transparent, transparent 0.7692307692vw, #98aa31 0.7692307692vw, #98aa31 5.1282051282vw), linear-gradient(to left, #98aa31, #98aa31 0.7692307692vw, transparent 0.7692307692vw, transparent 5.1282051282vw), linear-gradient(to top, transparent, transparent 0.7692307692vw, #98aa31 0.7692307692vw, #98aa31 5.1282051282vw);
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-position: left top, right top, left bottom, left top;
    background-size: 1.7948717949vw 0.3846153846vw, 0.3846153846vw 1.7948717949vw, 1.7948717949vw 0.3846153846vw, 0.3846153846vw 1.7948717949vw;
  }
}
.p-class__contentsBox .small {
  font-size: 1.0416666667vw;
}
@media (max-width: 1124px) {
  .p-class__contentsBox .small {
    font-size: 11.7083333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__contentsBox .small {
    font-size: 3.2051282051vw;
  }
}

.p-class__contentsImg {
  margin-top: 1.25vw;
  width: 84%;
}
@media (max-width: 1124px) {
  .p-class__contentsImg {
    margin-top: 14.05px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__contentsImg {
    margin-top: 7.0512820513vw;
  }
}
@media screen and (max-width: 780px) {
  .p-class__contentsImg {
    width: 100%;
  }
}

.p-class__contentsPhoto {
  margin-top: 0vw;
}
@media (max-width: 1124px) {
  .p-class__contentsPhoto {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__contentsPhoto {
    margin-top: 5.1282051282vw;
  }
}

.p-class__contentsRight {
  padding-top: 5vw;
}
@media (max-width: 1124px) {
  .p-class__contentsRight {
    padding-top: 56.2px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__contentsRight {
    padding-top: 12.8205128205vw;
  }
}

.p-class__contentWrap {
  margin-top: -3.125vw;
}
@media (max-width: 1124px) {
  .p-class__contentWrap {
    margin-top: -35.125px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__contentWrap {
    margin-top: 11.5384615385vw;
  }
}

.p-class__contentWrap.--mt0 {
  margin-top: 0vw;
}
@media (max-width: 1124px) {
  .p-class__contentWrap.--mt0 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__contentWrap.--mt0 {
    margin-top: 11.5384615385vw;
  }
}

.p-class__contentLink {
  width: 10.4166666667vw;
  margin-right: 4.5833333333vw;
  margin-left: auto;
}
@media (max-width: 1124px) {
  .p-class__contentLink {
    width: 117.0833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__contentLink {
    width: 42.9487179487vw;
  }
}
@media (max-width: 1124px) {
  .p-class__contentLink {
    margin-right: 51.5166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-class__contentLink {
    margin-right: 2.5641025641vw;
  }
}

.p-classBox {
  background-image: linear-gradient(-45deg, rgba(251, 230, 94, 0.3) 0%, rgba(253, 248, 216, 0.3) 63.57%, rgba(253, 238, 3, 0.3) 99.02%, rgba(253, 238, 3, 0.3) 100%);
  padding-inline: 2.5vw;
  padding-bottom: 4.7916666667vw;
  margin-top: 0.625vw;
  border-radius: 2.0833333333vw;
}
@media (max-width: 1124px) {
  .p-classBox {
    padding-inline: 28.1px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox {
    padding-inline: 5.1282051282vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox {
    padding-bottom: 53.8583333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox {
    padding-bottom: 17.9487179487vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox {
    margin-top: 7.025px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox {
    margin-top: 12.8205128205vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox {
    border-radius: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox {
    border-radius: 0vw;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}

.p-classBox__item {
  display: flex;
  justify-content: space-between;
  position: relative;
  row-gap: 0vw;
}
@media (max-width: 1124px) {
  .p-classBox__item {
    row-gap: 0px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item {
    row-gap: 5.7692307692vw;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item {
    flex-direction: column;
  }
}

.p-classBox__en {
  position: absolute;
  top: 0;
  left: 0;
}

.p-classBox__item.--item1 {
  padding-top: 4.375vw;
}
.p-classBox__item.--item1 .p-classBox__en {
  width: 11.875vw;
  top: 2.2916666667vw;
  left: 0.5vw;
}
@media (max-width: 1124px) {
  .p-classBox__item.--item1 .p-classBox__en {
    width: 133.475px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item1 .p-classBox__en {
    width: 37.1794871795vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__item.--item1 .p-classBox__en {
    top: 25.7583333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item1 .p-classBox__en {
    top: 11.5384615385vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__item.--item1 .p-classBox__en {
    left: 5.62px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item1 .p-classBox__en {
    left: 0vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__item.--item1 {
    padding-top: 49.175px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item1 {
    padding-top: 16.6666666667vw;
  }
}
.p-classBox__item.--item1 .p-classBox__card {
  width: 28.9583333333vw;
}
@media (max-width: 1124px) {
  .p-classBox__item.--item1 .p-classBox__card {
    width: 325.4916666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item1 .p-classBox__card {
    width: 12.8205128205vw;
  }
}
.p-classBox__item.--item1 .p-classBox__body {
  background-image: url("../images/class/cardBg-1.png");
  padding-top: 6.25vw;
  padding-left: 5vw;
  padding-right: 3.75vw;
}
@media (max-width: 1124px) {
  .p-classBox__item.--item1 .p-classBox__body {
    padding-top: 70.25px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item1 .p-classBox__body {
    padding-top: 19.8717948718vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__item.--item1 .p-classBox__body {
    padding-left: 56.2px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item1 .p-classBox__body {
    padding-left: 6.4102564103vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__item.--item1 .p-classBox__body {
    padding-right: 42.15px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item1 .p-classBox__body {
    padding-right: 6.4102564103vw;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item1 .p-classBox__body {
    background-image: url("../images/class/cardBg-1-sp.png");
  }
}
.p-classBox__item.--item1 .p-classBox__linkWrap {
  background-color: #b2d202;
}

.p-classBox__item.--item2 {
  padding-top: 9.5833333333vw;
}
@media (max-width: 1124px) {
  .p-classBox__item.--item2 {
    padding-top: 107.7166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item2 {
    padding-top: 24.358974359vw;
  }
}
.p-classBox__item.--item2 .p-classBox__en {
  width: 16.6666666667vw;
  top: 3.6666666667vw;
  left: 0.4166666667vw;
}
@media (max-width: 1124px) {
  .p-classBox__item.--item2 .p-classBox__en {
    width: 187.3333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item2 .p-classBox__en {
    width: 51.2820512821vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__item.--item2 .p-classBox__en {
    top: 41.2133333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item2 .p-classBox__en {
    top: 8.3333333333vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__item.--item2 .p-classBox__en {
    left: 4.6833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item2 .p-classBox__en {
    left: 2.3076923077vw;
  }
}
.p-classBox__item.--item2 .p-classBox__card {
  width: 19.75vw;
}
@media (max-width: 1124px) {
  .p-classBox__item.--item2 .p-classBox__card {
    width: 221.99px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item2 .p-classBox__card {
    width: 0vw;
  }
}
.p-classBox__item.--item2 .p-classBox__body {
  background-image: url("../images/class/cardBg-2.png");
  padding-top: 6.6666666667vw;
  padding-bottom: 1.6666666667vw;
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
}
@media (max-width: 1124px) {
  .p-classBox__item.--item2 .p-classBox__body {
    padding-top: 74.9333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item2 .p-classBox__body {
    padding-top: 19.8717948718vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__item.--item2 .p-classBox__body {
    padding-bottom: 18.7333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item2 .p-classBox__body {
    padding-bottom: 6.4102564103vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__item.--item2 .p-classBox__body {
    padding-left: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item2 .p-classBox__body {
    padding-left: 6.4102564103vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__item.--item2 .p-classBox__body {
    padding-right: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item2 .p-classBox__body {
    padding-right: 6.4102564103vw;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item2 .p-classBox__body {
    background-image: url("../images/class/cardBg-2-sp.png");
  }
}
.p-classBox__item.--item2 .p-classBox__linkWrap {
  background-color: #f9931c;
}

.p-classBox__item.--item3 {
  padding-top: 5vw;
}
@media (max-width: 1124px) {
  .p-classBox__item.--item3 {
    padding-top: 56.2px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item3 {
    padding-top: 19.2307692308vw;
  }
}
.p-classBox__item.--item3 .p-classBox__en {
  width: 5.4166666667vw;
  top: 5.3333333333vw;
  left: 1.8333333333vw;
}
@media (max-width: 1124px) {
  .p-classBox__item.--item3 .p-classBox__en {
    width: 60.8833333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item3 .p-classBox__en {
    width: 16.6666666667vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__item.--item3 .p-classBox__en {
    top: 59.9466666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item3 .p-classBox__en {
    top: 15.3846153846vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__item.--item3 .p-classBox__en {
    left: 20.6066666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item3 .p-classBox__en {
    left: 4.4871794872vw;
  }
}
.p-classBox__item.--item3 .p-classBox__card {
  width: 100%;
}
.p-classBox__item.--item3 .p-classBox__body {
  background-image: url("../images/class/cardBg-3.png");
  padding-top: 6.0416666667vw;
  padding-left: 3.3333333333vw;
  padding-right: 2.0833333333vw;
}
@media (max-width: 1124px) {
  .p-classBox__item.--item3 .p-classBox__body {
    padding-top: 67.9083333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item3 .p-classBox__body {
    padding-top: 19.8717948718vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__item.--item3 .p-classBox__body {
    padding-left: 37.4666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item3 .p-classBox__body {
    padding-left: 6.4102564103vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__item.--item3 .p-classBox__body {
    padding-right: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item3 .p-classBox__body {
    padding-right: 6.4102564103vw;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__item.--item3 .p-classBox__body {
    background-image: url("../images/class/cardBg-3-sp.png");
  }
}
.p-classBox__item.--item3 .p-classBox__linkWrap {
  background-color: #15bfcc;
}

@media screen and (max-width: 780px) {
  .p-classBox__card {
    width: 100% !important;
  }
}

.p-classBox__label {
  width: 8.9583333333vw;
  margin-inline: auto;
}
@media (max-width: 1124px) {
  .p-classBox__label {
    width: 100.6916666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__label {
    width: 27.5641025641vw;
  }
}

.p-classBox__body {
  background-size: cover;
  margin-top: -5.8333333333vw;
  padding-bottom: 1.25vw;
  font-size: 0.9166666667vw;
  font-family: var(--font-rounded-family);
  font-weight: 700;
  line-height: 2.2;
}
@media (max-width: 1124px) {
  .p-classBox__body {
    margin-top: -65.5666666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__body {
    margin-top: -17.9487179487vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__body {
    padding-bottom: 14.05px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__body {
    padding-bottom: 3.8461538462vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__body {
    font-size: 10.3033333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__body {
    font-size: 3.8461538462vw;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__body {
    line-height: 1.7;
  }
}

.p-classBox__linkWrap {
  border-bottom-right-radius: 2.0833333333vw;
  border-bottom-left-radius: 2.0833333333vw;
}
@media (max-width: 1124px) {
  .p-classBox__linkWrap {
    border-bottom-right-radius: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__linkWrap {
    border-bottom-right-radius: 6.4102564103vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__linkWrap {
    border-bottom-left-radius: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__linkWrap {
    border-bottom-left-radius: 6.4102564103vw;
  }
}

.p-classBox__link {
  width: 9.9166666667vw;
  margin-right: 2.5vw;
  padding-top: 0.625vw;
  padding-bottom: 1.25vw;
  margin-left: auto;
}
@media (max-width: 1124px) {
  .p-classBox__link {
    width: 111.4633333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__link {
    width: 32.0512820513vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__link {
    margin-right: 28.1px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__link {
    margin-right: 7.0512820513vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__link {
    padding-top: 7.025px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__link {
    padding-top: 5.1282051282vw;
  }
}
@media (max-width: 1124px) {
  .p-classBox__link {
    padding-bottom: 14.05px;
  }
}
@media screen and (max-width: 780px) {
  .p-classBox__link {
    padding-bottom: 6.4102564103vw;
  }
}

.p-table {
  padding-top: 7.0833333333vw;
}
@media (max-width: 1124px) {
  .p-table {
    padding-top: 79.6166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-table {
    padding-top: 17.3076923077vw;
  }
}

.p-table__titleInner {
  position: relative;
}

.p-table__button {
  position: absolute;
  top: 0;
  right: -19%;
  width: 14.1666666667vw;
}
@media (max-width: 1124px) {
  .p-table__button {
    width: 159.2333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-table__button {
    width: 34.6153846154vw;
  }
}
@media screen and (max-width: 1124px) {
  .p-table__button {
    width: 120px;
    top: 35%;
    right: 2%;
  }
}

.p-table__wrap {
  background-image: linear-gradient(-45deg, rgba(251, 230, 94, 0.3) 0%, rgba(253, 248, 216, 0.3) 63.57%, rgba(253, 238, 3, 0.3) 99.02%, rgba(253, 238, 3, 0.3) 100%);
  margin-top: 1.6666666667vw;
  padding-top: 2.0833333333vw;
  padding-bottom: 4.5833333333vw;
}
@media (max-width: 1124px) {
  .p-table__wrap {
    margin-top: 18.7333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-table__wrap {
    margin-top: 3.8461538462vw;
  }
}
@media (max-width: 1124px) {
  .p-table__wrap {
    padding-top: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-table__wrap {
    padding-top: 7.6923076923vw;
  }
}
@media (max-width: 1124px) {
  .p-table__wrap {
    padding-bottom: 51.5166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-table__wrap {
    padding-bottom: 3.8461538462vw;
  }
}

.p-table__inner {
  position: relative;
}

.p-table__text {
  position: absolute;
  left: 4.5833333333vw;
  top: -1.9166666667vw;
  width: 9.7916666667vw;
}
@media (max-width: 1124px) {
  .p-table__text {
    left: 51.5166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-table__text {
    left: 9.358974359vw;
  }
}
@media (max-width: 1124px) {
  .p-table__text {
    top: -21.5433333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-table__text {
    top: -1.9230769231vw;
  }
}
@media (max-width: 1124px) {
  .p-table__text {
    width: 110.0583333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-table__text {
    width: 30.1282051282vw;
  }
}

.p-table__container {
  background-color: #fff;
  border-width: 0.0833333333vw;
  border-radius: 2.0833333333vw;
  padding-inline: 1.6666666667vw;
  margin-top: 1.1666666667vw;
  padding-top: 1.0416666667vw;
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 1124px) {
  .p-table__container {
    border-width: 0.9366666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-table__container {
    border-width: 0.2564102564vw;
  }
}
@media (max-width: 1124px) {
  .p-table__container {
    border-radius: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-table__container {
    border-radius: 6.4102564103vw;
  }
}
@media (max-width: 1124px) {
  .p-table__container {
    padding-inline: 18.7333333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-table__container {
    padding-inline: 1.2820512821vw;
  }
}
@media (max-width: 1124px) {
  .p-table__container {
    margin-top: 13.1133333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-table__container {
    margin-top: 0vw;
  }
}
@media (max-width: 1124px) {
  .p-table__container {
    padding-top: 11.7083333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-table__container {
    padding-top: 9.6153846154vw;
  }
}
@media (max-width: 1124px) {
  .p-table__container {
    padding-bottom: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .p-table__container {
    padding-bottom: 6.4102564103vw;
  }
}

.p-table__lead {
  width: 30vw;
  margin-top: 3.5416666667vw;
  margin-inline: auto;
}
@media (max-width: 1124px) {
  .p-table__lead {
    width: 337.2px;
  }
}
@media screen and (max-width: 780px) {
  .p-table__lead {
    width: 92.3076923077vw;
  }
}
@media (max-width: 1124px) {
  .p-table__lead {
    margin-top: 39.8083333333px;
  }
}
@media screen and (max-width: 780px) {
  .p-table__lead {
    margin-top: 7.0512820513vw;
  }
}

.news {
  --primary-color: #DC3785;
  --secondary-color: #FBE5EF;
  --primary-bg-color: #F9DFEB;
}

.page-review .p-globalMenu.--footer {
  padding-top: 10.8333333333vw;
}
@media (max-width: 1124px) {
  .page-review .p-globalMenu.--footer {
    padding-top: 121.7666666667px;
  }
}
@media screen and (max-width: 780px) {
  .page-review .p-globalMenu.--footer {
    padding-top: 0vw;
  }
}

.review .p-student {
  padding-top: 3.0416666667vw;
  padding-bottom: 3.3333333333vw;
}
@media (max-width: 1124px) {
  .review .p-student {
    padding-top: 34.1883333333px;
  }
}
@media screen and (max-width: 780px) {
  .review .p-student {
    padding-top: 8.9743589744vw;
  }
}
@media (max-width: 1124px) {
  .review .p-student {
    padding-bottom: 37.4666666667px;
  }
}
@media screen and (max-width: 780px) {
  .review .p-student {
    padding-bottom: 0vw;
  }
}
.review .p-student__grid {
  margin-top: 0vw;
}
@media (max-width: 1124px) {
  .review .p-student__grid {
    margin-top: 0px;
  }
}
@media screen and (max-width: 780px) {
  .review .p-student__grid {
    margin-top: 7.6923076923vw;
  }
}
.review .p-student__title {
  width: 29.1666666667vw;
}
@media (max-width: 1124px) {
  .review .p-student__title {
    width: 327.8333333333px;
  }
}
@media screen and (max-width: 780px) {
  .review .p-student__title {
    width: 93.5897435897vw;
  }
}
.review .p-student__inner {
  position: relative;
}
.review .p-student__button {
  position: absolute;
  top: -18%;
  right: -19%;
  width: 14.1666666667vw;
}
@media (max-width: 1124px) {
  .review .p-student__button {
    width: 159.2333333333px;
  }
}
@media screen and (max-width: 780px) {
  .review .p-student__button {
    width: 34.6153846154vw;
  }
}
@media screen and (max-width: 1124px) {
  .review .p-student__button {
    width: 120px;
    top: -15%;
    right: 0;
  }
}
.review .p-student__grid {
  display: flex;
  padding-top: 5.4166666667vw;
}
@media (max-width: 1124px) {
  .review .p-student__grid {
    padding-top: 60.8833333333px;
  }
}
@media screen and (max-width: 780px) {
  .review .p-student__grid {
    padding-top: 6.4102564103vw;
  }
}
@media screen and (max-width: 780px) {
  .review .p-student__grid {
    flex-direction: column-reverse;
    grid-row-gap: 2.9166666667vw;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .review .p-student__grid {
    grid-row-gap: 32.7833333333px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .review .p-student__grid {
    grid-row-gap: 8.9743589744vw;
  }
}
.review .p-student__wrap {
  padding-bottom: 6.0416666667vw;
  background-image: linear-gradient(-45deg, rgba(251, 230, 94, 0.3) 0%, rgba(253, 248, 216, 0.3) 63.57%, rgba(253, 238, 3, 0.3) 99.02%, rgba(253, 238, 3, 0.3) 100%);
}
@media (max-width: 1124px) {
  .review .p-student__wrap {
    padding-bottom: 67.9083333333px;
  }
}
@media screen and (max-width: 780px) {
  .review .p-student__wrap {
    padding-bottom: 16.1538461538vw;
  }
}
.review .p-student__elementary,
.review .p-student__toddler {
  flex: 1 1 50%;
  background-image: none;
  background-color: #fff;
  border: solid #97a930;
  border-width: 0.125vw;
  padding-inline: 4.1666666667vw;
  -webkit-padding-before: 2.9166666667vw;
          padding-block-start: 2.9166666667vw;
  -webkit-padding-after: 3.75vw;
          padding-block-end: 3.75vw;
}
@media (max-width: 1124px) {
  .review .p-student__elementary,
.review .p-student__toddler {
    border-width: 1.405px;
  }
}
@media screen and (max-width: 780px) {
  .review .p-student__elementary,
.review .p-student__toddler {
    border-width: 0.3846153846vw;
  }
}
@media (max-width: 1124px) {
  .review .p-student__elementary,
.review .p-student__toddler {
    padding-inline: 46.8333333333px;
  }
}
@media screen and (max-width: 780px) {
  .review .p-student__elementary,
.review .p-student__toddler {
    padding-inline: 6.4102564103vw;
  }
}
@media (max-width: 1124px) {
  .review .p-student__elementary,
.review .p-student__toddler {
    -webkit-padding-before: 32.7833333333px;
            padding-block-start: 32.7833333333px;
  }
}
@media screen and (max-width: 780px) {
  .review .p-student__elementary,
.review .p-student__toddler {
    -webkit-padding-before: 6.4102564103vw;
            padding-block-start: 6.4102564103vw;
  }
}
@media (max-width: 1124px) {
  .review .p-student__elementary,
.review .p-student__toddler {
    -webkit-padding-after: 42.15px;
            padding-block-end: 42.15px;
  }
}
@media screen and (max-width: 780px) {
  .review .p-student__elementary,
.review .p-student__toddler {
    -webkit-padding-after: 11.5384615385vw;
            padding-block-end: 11.5384615385vw;
  }
}
.review .p-student__container {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 97%;
}
@media screen and (max-width: 780px) {
  .review .p-student__content {
    padding-inline: 1.25vw;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .review .p-student__content {
    padding-inline: 14.05px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .review .p-student__content {
    padding-inline: 3.8461538462vw;
  }
}
.review .p-student__movie {
  margin-top: auto;
  width: 75%;
  padding-top: 137%;
}
@media screen and (max-width: 780px) {
  .review .p-student__movie {
    margin-top: 2.0833333333vw;
    width: 95%;
    padding-top: 153%;
  }
}
@media screen and (max-width: 780px) and (max-width: 1124px) {
  .review .p-student__movie {
    margin-top: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .review .p-student__movie {
    margin-top: 6.4102564103vw;
  }
}
.review .p-rewiew__lead {
  color: #f98904;
  text-align: center;
  font-size: 2.0833333333vw;
  font-family: var(--font-rounded-family);
  font-weight: 900;
  margin-top: 6.25vw;
  padding-inline: 1.6666666667vw;
}
@media (max-width: 1124px) {
  .review .p-rewiew__lead {
    font-size: 23.4166666667px;
  }
}
@media screen and (max-width: 780px) {
  .review .p-rewiew__lead {
    font-size: 6.4102564103vw;
  }
}
@media (max-width: 1124px) {
  .review .p-rewiew__lead {
    margin-top: 70.25px;
  }
}
@media screen and (max-width: 780px) {
  .review .p-rewiew__lead {
    margin-top: 19.2307692308vw;
  }
}
@media (max-width: 1124px) {
  .review .p-rewiew__lead {
    padding-inline: 18.7333333333px;
  }
}
@media screen and (max-width: 780px) {
  .review .p-rewiew__lead {
    padding-inline: 2.5641025641vw;
  }
}

.is-hidden--md {
  display: block;
}
@media screen and (max-width: 780px) {
  .is-hidden--md {
    display: none;
  }
}

.is-visible--md {
  display: none;
}
@media screen and (max-width: 780px) {
  .is-visible--md {
    display: block;
  }
}

body.is-drawerActive {
  position: fixed;
  width: 100%;
  height: 100%;
}
body.is-drawerActive .p-globalMenu {
  transition: transform 1s;
  transform: translateX(0);
  background-image: url("../images/common/footer-sp.png");
}
body.is-drawerActive .c-headerOverlay {
  visibility: visible;
  opacity: 0.3;
  transition: 0.3s;
}

.fadeInUp {
  opacity: 0;
  visibility: hidden;
  transition: transform 0.7s, opacity 0.7s;
  transform: translateY(30px);
}

.fadeIn {
  visibility: hidden;
  transition: opacity 0.7s;
  opacity: 0;
  animation: fadeIn ease 0.7s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.floatUp {
  transition: transform 1s, opacity 1s;
  animation: floatUp 2s;
}

@keyframes floatUp {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
  }
  20% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
/* ボタンをキラッとさせる */
.shine {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
  opacity: 1;
}
.shine span {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  height: 320%;
  border-radius: 999px;
}

.shine:hover {
  filter: brightness(1.02);
  opacity: 1;
}

.shine:active {
  transform: translateY(4px);
  box-shadow: none;
}

.shine span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.lum-lightbox-inner img {
  -o-object-fit: contain;
     object-fit: contain;
}

.lum-lightbox {
  z-index: 100;
}

.uppercase {
  text-transform: uppercase;
}

.--green {
  color: #97a930;
}

.--orange {
  color: #f98904;
}

.--blue {
  color: #18bcc7;
}

.--accent {
  color: #e91239;
}

.inline-block {
  display: inline-block;
}

.counter-parent {
  counter-reset: num 0;
}

.counter-child::after {
  font-size: 1vw;
  line-height: 1;
  content: counter(num, decimal-leading-zero); /* 表示形式 */
  counter-increment: num 1; /* numの増加数 */
}
@media (max-width: 1124px) {
  .counter-child::after {
    font-size: 11.24px;
  }
}
@media screen and (max-width: 780px) {
  .counter-child::after {
    font-size: 3.0769230769vw;
  }
}

.lazyload-img {
  opacity: 0;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

.fade {
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(30px);
}
.fade.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fixBackground {
  position: fixed !important;
  bottom: 0 !important;
  top: auto !important;
}

.fixBackground__image {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position-y: 23vw;
  background-repeat: no-repeat;
  background-position-x: 14%;
  background-size: 300%;
  background-color: #fff;
  background-color: #fff;
  background-image: url(../images/background/top-voice.jpg);
}
/*# sourceMappingURL=style.min.css.map */